Skip to content

Instantly share code, notes, and snippets.

@sirn
Created June 17, 2023 12:40
Show Gist options
  • Save sirn/0a9489444b4e9627ee5c2aa1bf60c242 to your computer and use it in GitHub Desktop.
Save sirn/0a9489444b4e9627ee5c2aa1bf60c242 to your computer and use it in GitHub Desktop.
ZFS + Sapphire Rapids + fletcher4_avx512f
2023-06-01T11:45:47.18431 kern.notice: [ 0.000000] Linux version 6.1.29_4 (voidlinux@voidlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39) #1 SMP PREEMPT_DYNAMIC Tue May 23 13:45:32 UTC 2023
2023-06-01T11:45:47.18433 kern.info: [ 0.000000] Command line: root=zfs:zroot/ROOT/x86_64 apparmor=1 security=apparmor rd.auto=1 iommu=pt ro quiet i915.force_probe=56a1 spl.spl_hostid=0x00bab10c
2023-06-01T11:45:47.18434 kern.info: [ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
2023-06-01T11:45:47.18436 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
2023-06-01T11:45:47.18437 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
2023-06-01T11:45:47.18438 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
2023-06-01T11:45:47.18439 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
2023-06-01T11:45:47.18441 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
2023-06-01T11:45:47.18442 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
2023-06-01T11:45:47.18444 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
2023-06-01T11:45:47.18446 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x400: 'PASID state'
2023-06-01T11:45:47.18448 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x20000: 'AMX Tile config'
2023-06-01T11:45:47.18449 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x40000: 'AMX Tile data'
2023-06-01T11:45:47.18451 kern.info: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
2023-06-01T11:45:47.18452 kern.info: [ 0.000000] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
2023-06-01T11:45:47.18453 kern.info: [ 0.000000] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
2023-06-01T11:45:47.18454 kern.info: [ 0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
2023-06-01T11:45:47.18456 kern.info: [ 0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
2023-06-01T11:45:47.18457 kern.info: [ 0.000000] x86/fpu: xstate_offset[10]: 2440, xstate_sizes[10]: 8
2023-06-01T11:45:47.18458 kern.info: [ 0.000000] x86/fpu: xstate_offset[17]: 2496, xstate_sizes[17]: 64
2023-06-01T11:45:47.18459 kern.info: [ 0.000000] x86/fpu: xstate_offset[18]: 2560, xstate_sizes[18]: 8192
2023-06-01T11:45:47.18462 kern.info: [ 0.000000] x86/fpu: Enabled xstate features 0x606e7, context size is 10752 bytes, using 'compacted' format.
2023-06-01T11:45:47.18463 kern.info: [ 0.000000] signal: max sigframe size: 11952
2023-06-01T11:45:47.18464 kern.info: [ 0.000000] BIOS-provided physical RAM map:
2023-06-01T11:45:47.18465 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000000000400-0x000000000009dfff] usable
2023-06-01T11:45:47.18467 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
2023-06-01T11:45:47.18469 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
2023-06-01T11:45:47.18470 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
2023-06-01T11:45:47.18471 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000068871fff] usable
2023-06-01T11:45:47.18472 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000068872000-0x000000006ba18fff] reserved
2023-06-01T11:45:47.18474 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000006ba19000-0x000000006c318fff] ACPI data
2023-06-01T11:45:47.18475 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000006c319000-0x000000006cd48fff] ACPI NVS
2023-06-01T11:45:47.18476 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000006cd49000-0x000000006f7fefff] reserved
2023-06-01T11:45:47.18478 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000006f7ff000-0x000000006f7fffff] usable
2023-06-01T11:45:47.18480 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000006f800000-0x000000008fffffff] reserved
2023-06-01T11:45:47.18490 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
2023-06-01T11:45:47.18491 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
2023-06-01T11:45:47.18492 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000606fffffff] usable
2023-06-01T11:45:47.18493 kern.notice: [ 0.000000] random: crng init done
2023-06-01T11:45:47.18494 kern.info: [ 0.000000] NX (Execute Disable) protection: active
2023-06-01T11:45:47.18500 kern.info: [ 0.000000] extended physical RAM map:
2023-06-01T11:45:47.18502 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000000000400-0x000000000009dfff] usable
2023-06-01T11:45:47.18503 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
2023-06-01T11:45:47.18505 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
2023-06-01T11:45:47.18506 kern.info: [ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
2023-06-01T11:45:47.18508 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000010006f] usable
2023-06-01T11:45:47.18509 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000000100070-0x0000000000101fff] usable
2023-06-01T11:45:47.18510 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000000102000-0x000000000010200f] usable
2023-06-01T11:45:47.18512 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000000102010-0x0000000068871fff] usable
2023-06-01T11:45:47.18513 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000068872000-0x000000006ba18fff] reserved
2023-06-01T11:45:47.18515 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000006ba19000-0x000000006c318fff] ACPI data
2023-06-01T11:45:47.18516 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000006c319000-0x000000006cd48fff] ACPI NVS
2023-06-01T11:45:47.18517 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000006cd49000-0x000000006f7fefff] reserved
2023-06-01T11:45:47.18519 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000006f7ff000-0x000000006f7fffff] usable
2023-06-01T11:45:47.18521 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000006f800000-0x000000008fffffff] reserved
2023-06-01T11:45:47.18522 kern.info: [ 0.000000] reserve setup_data: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
2023-06-01T11:45:47.18523 kern.info: [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
2023-06-01T11:45:47.18524 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000606fffffff] usable
2023-06-01T11:45:47.18526 kern.info: [ 0.000000] efi: EFI v2.80 by American Megatrends
2023-06-01T11:45:47.18527 kern.info: [ 0.000000] efi: ACPI=0x6cca4000 ACPI 2.0=0x6cca4014 TPMFinalLog=0x6cca6000 SMBIOS=0x6f073000 SMBIOS 3.0=0x6f072000 MEMATTR=0x5d244018 ESRT=0x5ca96798 INITRD=0x5d012f98 TPMEventLog=0x5badd018
2023-06-01T11:45:47.18528 kern.info: [ 0.000000] SMBIOS 3.5.0 present.
2023-06-01T11:45:47.18530 kern.info: [ 0.000000] DMI: Supermicro Super Server/X13SWA-TF, BIOS 1.1 02/15/2023
2023-06-01T11:45:47.18532 kern.info: [ 0.000000] tsc: Detected 1900.000 MHz processor
2023-06-01T11:45:47.18536 kern.info: [ 0.000030] last_pfn = 0x6070000 max_arch_pfn = 0x400000000
2023-06-01T11:45:47.18537 kern.info: [ 0.000192] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
2023-06-01T11:45:47.18541 kern.info: [ 0.001161] x2apic: enabled by BIOS, switching to x2apic ops
2023-06-01T11:45:47.18542 kern.info: [ 0.001163] last_pfn = 0x6f800 max_arch_pfn = 0x400000000
2023-06-01T11:45:47.18543 kern.info: [ 0.011662] esrt: Reserving ESRT space from 0x000000005ca96798 to 0x000000005ca967d0.
2023-06-01T11:45:47.18547 kern.info: [ 0.011682] Using GB pages for direct mapping
2023-06-01T11:45:47.18548 kern.info: [ 0.012128] Secure boot could not be determined
2023-06-01T11:45:47.18549 kern.info: [ 0.012129] RAMDISK: [mem 0x606bbbf000-0x606cffffff]
2023-06-01T11:45:47.18551 kern.info: [ 0.012134] ACPI: Early table checksum verification disabled
2023-06-01T11:45:47.18552 kern.info: [ 0.012136] ACPI: RSDP 0x000000006CCA4014 000024 (v02 SUPERM)
2023-06-01T11:45:47.18558 kern.info: [ 0.012141] ACPI: XSDT 0x000000006CCA3728 00010C (v01 SUPERM SMCI--MB 01072009 AMI 01000013)
2023-06-01T11:45:47.18560 kern.info: [ 0.012147] ACPI: FACP 0x000000006C316000 000114 (v06 SUPERM SMCI--MB 01072009 INTL 20091013)
2023-06-01T11:45:47.18561 kern.info: [ 0.012152] ACPI: DSDT 0x000000006C29E000 0755C5 (v02 SUPERM SMCI--MB 01072009 INTL 20091013)
2023-06-01T11:45:47.18562 kern.info: [ 0.012156] ACPI: FACS 0x000000006CD47000 000040
2023-06-01T11:45:47.18563 kern.info: [ 0.012159] ACPI: SPMI 0x000000006C315000 000041 (v05 SUPERM SMCI--MB 00000000 AMI. 00000000)
2023-06-01T11:45:47.18565 kern.info: [ 0.012162] ACPI: SPMI 0x000000006C314000 000041 (v05 SUPERM SMCI--MB 00000000 AMI. 00000000)
2023-06-01T11:45:47.18566 kern.info: [ 0.012165] ACPI: FIDT 0x000000006C29D000 00009C (v01 SUPERM SMCI--MB 01072009 AMI 00010013)
2023-06-01T11:45:47.18567 kern.info: [ 0.012169] ACPI: SSDT 0x000000006C318000 0006A9 (v02 INTEL RAS_ACPI 00000001 INTL 20200430)
2023-06-01T11:45:47.18569 kern.info: [ 0.012172] ACPI: ERST 0x000000006C317000 000230 (v01 SUPERM SMCI--MB 00000001 INTL 00000001)
2023-06-01T11:45:47.18571 kern.info: [ 0.012175] ACPI: MCFG 0x000000006C29C000 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
2023-06-01T11:45:47.18573 kern.info: [ 0.012178] ACPI: BDAT 0x000000006C29B000 000030 (v01 SUPERM SMCI--MB 00000000 INTL 20091013)
2023-06-01T11:45:47.18574 kern.info: [ 0.012182] ACPI: HPET 0x000000006C29A000 000038 (v01 SUPERM SMCI--MB 00000001 INTL 20091013)
2023-06-01T11:45:47.18576 kern.info: [ 0.012185] ACPI: MSCT 0x000000006C299000 00004E (v01 SUPERM SMCI--MB 00000001 INTL 20091013)
2023-06-01T11:45:47.18577 kern.info: [ 0.012188] ACPI: WDDT 0x000000006C298000 000040 (v01 SUPERM SMCI--MB 00000000 INTL 20091013)
2023-06-01T11:45:47.18578 kern.info: [ 0.012191] ACPI: APIC 0x000000006C296000 0003DE (v05 SUPERM SMCI--MB 00000000 INTL 20091013)
2023-06-01T11:45:47.18580 kern.info: [ 0.012194] ACPI: SRAT 0x000000006C294000 001E30 (v03 SUPERM SMCI--MB 00000002 AMI 01000013)
2023-06-01T11:45:47.18581 kern.info: [ 0.012198] ACPI: SLIT 0x000000006C293000 00002D (v01 SUPERM SMCI--MB 01072009 AMI 01000013)
2023-06-01T11:45:47.18582 kern.info: [ 0.012201] ACPI: HMAT 0x000000006C292000 0000F8 (v02 SUPERM SMCI--MB 01072009 AMI 01000013)
2023-06-01T11:45:47.18583 kern.info: [ 0.012204] ACPI: OEM4 0x000000006C230000 061ED1 (v02 INTEL CPU CST 00003000 INTL 20200430)
2023-06-01T11:45:47.18585 kern.info: [ 0.012207] ACPI: OEM1 0x000000006C1EB000 044379 (v02 INTEL CPU EIST 00003000 INTL 20200430)
2023-06-01T11:45:47.18586 kern.info: [ 0.012210] ACPI: OEM2 0x000000006C1D9000 011831 (v02 INTEL CPU HWP 00003000 INTL 20200430)
2023-06-01T11:45:47.18587 kern.info: [ 0.012214] ACPI: SSDT 0x000000006C1BE000 01A65E (v02 INTEL SSDT PM 00004000 INTL 20200430)
2023-06-01T11:45:47.18589 kern.info: [ 0.012217] ACPI: SSDT 0x000000006C1BD000 0009F1 (v02 SUPERM SMCI--MB 00000000 INTL 20091013)
2023-06-01T11:45:47.18591 kern.info: [ 0.012220] ACPI: DBG2 0x000000006C1BC000 00005C (v00 SUPERM SMCI--MB 01072009 AMI 01000013)
2023-06-01T11:45:47.18592 kern.info: [ 0.012223] ACPI: HEST 0x000000006C1BB000 00013C (v01 SUPERM SMCI--MB 00000001 INTL 00000001)
2023-06-01T11:45:47.18594 kern.info: [ 0.012226] ACPI: BERT 0x000000006C1BA000 000030 (v01 SUPERM SMCI--MB 00000001 INTL 00000001)
2023-06-01T11:45:47.18595 kern.info: [ 0.012230] ACPI: SSDT 0x000000006C1B9000 00076E (v02 INTEL ADDRXLAT 00000001 INTL 20200430)
2023-06-01T11:45:47.18597 kern.info: [ 0.012233] ACPI: DMAR 0x000000006C1B8000 0002D8 (v01 SUPERM SMCI--MB 00000001 INTL 20091013)
2023-06-01T11:45:47.18598 kern.info: [ 0.012236] ACPI: FPDT 0x000000006C1B7000 000044 (v01 SUPERM A M I 01072009 AMI 01000013)
2023-06-01T11:45:47.18599 kern.info: [ 0.012239] ACPI: BGRT 0x000000006C1B6000 000038 (v01 SUPERM SMCI--MB 01072009 AMI 00010013)
2023-06-01T11:45:47.18601 kern.info: [ 0.012243] ACPI: TPM2 0x000000006C1B5000 00004C (v04 SUPERM SMCI--MB 00000001 AMI 00000000)
2023-06-01T11:45:47.18603 kern.info: [ 0.012246] ACPI: WSMT 0x000000006C297000 000028 (v01 SUPERM SMCI--MB 01072009 AMI 00010013)
2023-06-01T11:45:47.18604 kern.info: [ 0.012248] ACPI: Reserving FACP table memory at [mem 0x6c316000-0x6c316113]
2023-06-01T11:45:47.18605 kern.info: [ 0.012250] ACPI: Reserving DSDT table memory at [mem 0x6c29e000-0x6c3135c4]
2023-06-01T11:45:47.18607 kern.info: [ 0.012251] ACPI: Reserving FACS table memory at [mem 0x6cd47000-0x6cd4703f]
2023-06-01T11:45:47.18608 kern.info: [ 0.012252] ACPI: Reserving SPMI table memory at [mem 0x6c315000-0x6c315040]
2023-06-01T11:45:47.18609 kern.info: [ 0.012253] ACPI: Reserving SPMI table memory at [mem 0x6c314000-0x6c314040]
2023-06-01T11:45:47.18610 kern.info: [ 0.012254] ACPI: Reserving FIDT table memory at [mem 0x6c29d000-0x6c29d09b]
2023-06-01T11:45:47.18612 kern.info: [ 0.012255] ACPI: Reserving SSDT table memory at [mem 0x6c318000-0x6c3186a8]
2023-06-01T11:45:47.18614 kern.info: [ 0.012256] ACPI: Reserving ERST table memory at [mem 0x6c317000-0x6c31722f]
2023-06-01T11:45:47.18615 kern.info: [ 0.012256] ACPI: Reserving MCFG table memory at [mem 0x6c29c000-0x6c29c03b]
2023-06-01T11:45:47.18617 kern.info: [ 0.012257] ACPI: Reserving BDAT table memory at [mem 0x6c29b000-0x6c29b02f]
2023-06-01T11:45:47.18618 kern.info: [ 0.012258] ACPI: Reserving HPET table memory at [mem 0x6c29a000-0x6c29a037]
2023-06-01T11:45:47.18619 kern.info: [ 0.012259] ACPI: Reserving MSCT table memory at [mem 0x6c299000-0x6c29904d]
2023-06-01T11:45:47.18621 kern.info: [ 0.012260] ACPI: Reserving WDDT table memory at [mem 0x6c298000-0x6c29803f]
2023-06-01T11:45:47.18622 kern.info: [ 0.012261] ACPI: Reserving APIC table memory at [mem 0x6c296000-0x6c2963dd]
2023-06-01T11:45:47.18623 kern.info: [ 0.012262] ACPI: Reserving SRAT table memory at [mem 0x6c294000-0x6c295e2f]
2023-06-01T11:45:47.18625 kern.info: [ 0.012262] ACPI: Reserving SLIT table memory at [mem 0x6c293000-0x6c29302c]
2023-06-01T11:45:47.18626 kern.info: [ 0.012263] ACPI: Reserving HMAT table memory at [mem 0x6c292000-0x6c2920f7]
2023-06-01T11:45:47.18628 kern.info: [ 0.012264] ACPI: Reserving OEM4 table memory at [mem 0x6c230000-0x6c291ed0]
2023-06-01T11:45:47.18629 kern.info: [ 0.012265] ACPI: Reserving OEM1 table memory at [mem 0x6c1eb000-0x6c22f378]
2023-06-01T11:45:47.18631 kern.info: [ 0.012266] ACPI: Reserving OEM2 table memory at [mem 0x6c1d9000-0x6c1ea830]
2023-06-01T11:45:47.18632 kern.info: [ 0.012267] ACPI: Reserving SSDT table memory at [mem 0x6c1be000-0x6c1d865d]
2023-06-01T11:45:47.18633 kern.info: [ 0.012268] ACPI: Reserving SSDT table memory at [mem 0x6c1bd000-0x6c1bd9f0]
2023-06-01T11:45:47.18634 kern.info: [ 0.012268] ACPI: Reserving DBG2 table memory at [mem 0x6c1bc000-0x6c1bc05b]
2023-06-01T11:45:47.18636 kern.info: [ 0.012269] ACPI: Reserving HEST table memory at [mem 0x6c1bb000-0x6c1bb13b]
2023-06-01T11:45:47.18637 kern.info: [ 0.012270] ACPI: Reserving BERT table memory at [mem 0x6c1ba000-0x6c1ba02f]
2023-06-01T11:45:47.18646 kern.info: [ 0.012271] ACPI: Reserving SSDT table memory at [mem 0x6c1b9000-0x6c1b976d]
2023-06-01T11:45:47.18649 kern.info: [ 0.012272] ACPI: Reserving DMAR table memory at [mem 0x6c1b8000-0x6c1b82d7]
2023-06-01T11:45:47.18650 kern.info: [ 0.012273] ACPI: Reserving FPDT table memory at [mem 0x6c1b7000-0x6c1b7043]
2023-06-01T11:45:47.18651 kern.info: [ 0.012274] ACPI: Reserving BGRT table memory at [mem 0x6c1b6000-0x6c1b6037]
2023-06-01T11:45:47.18653 kern.info: [ 0.012275] ACPI: Reserving TPM2 table memory at [mem 0x6c1b5000-0x6c1b504b]
2023-06-01T11:45:47.18654 kern.info: [ 0.012276] ACPI: Reserving WSMT table memory at [mem 0x6c297000-0x6c297027]
2023-06-01T11:45:47.18655 kern.info: [ 0.012288] Setting APIC routing to cluster x2apic.
2023-06-01T11:45:47.18657 kern.info: [ 0.012298] SRAT: PXM 0 -> APIC 0x00 -> Node 0
2023-06-01T11:45:47.18658 kern.info: [ 0.012300] SRAT: PXM 0 -> APIC 0x01 -> Node 0
2023-06-01T11:45:47.18660 kern.info: [ 0.012301] SRAT: PXM 0 -> APIC 0x02 -> Node 0
2023-06-01T11:45:47.18661 kern.info: [ 0.012301] SRAT: PXM 0 -> APIC 0x03 -> Node 0
2023-06-01T11:45:47.18662 kern.info: [ 0.012302] SRAT: PXM 0 -> APIC 0x04 -> Node 0
2023-06-01T11:45:47.18663 kern.info: [ 0.012303] SRAT: PXM 0 -> APIC 0x05 -> Node 0
2023-06-01T11:45:47.18664 kern.info: [ 0.012303] SRAT: PXM 0 -> APIC 0x06 -> Node 0
2023-06-01T11:45:47.18665 kern.info: [ 0.012304] SRAT: PXM 0 -> APIC 0x07 -> Node 0
2023-06-01T11:45:47.18667 kern.info: [ 0.012305] SRAT: PXM 0 -> APIC 0x08 -> Node 0
2023-06-01T11:45:47.18669 kern.info: [ 0.012305] SRAT: PXM 0 -> APIC 0x09 -> Node 0
2023-06-01T11:45:47.18670 kern.info: [ 0.012306] SRAT: PXM 0 -> APIC 0x0a -> Node 0
2023-06-01T11:45:47.18671 kern.info: [ 0.012307] SRAT: PXM 0 -> APIC 0x0b -> Node 0
2023-06-01T11:45:47.18672 kern.info: [ 0.012307] SRAT: PXM 0 -> APIC 0x0c -> Node 0
2023-06-01T11:45:47.18673 kern.info: [ 0.012308] SRAT: PXM 0 -> APIC 0x0d -> Node 0
2023-06-01T11:45:47.18675 kern.info: [ 0.012309] SRAT: PXM 0 -> APIC 0x0e -> Node 0
2023-06-01T11:45:47.18676 kern.info: [ 0.012310] SRAT: PXM 0 -> APIC 0x0f -> Node 0
2023-06-01T11:45:47.18677 kern.info: [ 0.012310] SRAT: PXM 0 -> APIC 0x10 -> Node 0
2023-06-01T11:45:47.18679 kern.info: [ 0.012311] SRAT: PXM 0 -> APIC 0x11 -> Node 0
2023-06-01T11:45:47.18680 kern.info: [ 0.012312] SRAT: PXM 0 -> APIC 0x12 -> Node 0
2023-06-01T11:45:47.18681 kern.info: [ 0.012313] SRAT: PXM 0 -> APIC 0x13 -> Node 0
2023-06-01T11:45:47.18682 kern.info: [ 0.012313] SRAT: PXM 0 -> APIC 0x14 -> Node 0
2023-06-01T11:45:47.18684 kern.info: [ 0.012314] SRAT: PXM 0 -> APIC 0x15 -> Node 0
2023-06-01T11:45:47.18685 kern.info: [ 0.012315] SRAT: PXM 0 -> APIC 0x16 -> Node 0
2023-06-01T11:45:47.18686 kern.info: [ 0.012315] SRAT: PXM 0 -> APIC 0x17 -> Node 0
2023-06-01T11:45:47.18687 kern.info: [ 0.012316] SRAT: PXM 0 -> APIC 0x18 -> Node 0
2023-06-01T11:45:47.18688 kern.info: [ 0.012317] SRAT: PXM 0 -> APIC 0x19 -> Node 0
2023-06-01T11:45:47.18690 kern.info: [ 0.012317] SRAT: PXM 0 -> APIC 0x1a -> Node 0
2023-06-01T11:45:47.18691 kern.info: [ 0.012318] SRAT: PXM 0 -> APIC 0x1b -> Node 0
2023-06-01T11:45:47.18692 kern.info: [ 0.012319] SRAT: PXM 0 -> APIC 0x1c -> Node 0
2023-06-01T11:45:47.18693 kern.info: [ 0.012319] SRAT: PXM 0 -> APIC 0x1d -> Node 0
2023-06-01T11:45:47.18695 kern.info: [ 0.012320] SRAT: PXM 0 -> APIC 0x1e -> Node 0
2023-06-01T11:45:47.18696 kern.info: [ 0.012321] SRAT: PXM 0 -> APIC 0x1f -> Node 0
2023-06-01T11:45:47.18698 kern.info: [ 0.012322] SRAT: PXM 0 -> APIC 0x20 -> Node 0
2023-06-01T11:45:47.18699 kern.info: [ 0.012322] SRAT: PXM 0 -> APIC 0x21 -> Node 0
2023-06-01T11:45:47.18700 kern.info: [ 0.012323] SRAT: PXM 0 -> APIC 0x22 -> Node 0
2023-06-01T11:45:47.18702 kern.info: [ 0.012324] SRAT: PXM 0 -> APIC 0x23 -> Node 0
2023-06-01T11:45:47.18703 kern.info: [ 0.012324] SRAT: PXM 0 -> APIC 0x24 -> Node 0
2023-06-01T11:45:47.18711 kern.info: [ 0.012325] SRAT: PXM 0 -> APIC 0x25 -> Node 0
2023-06-01T11:45:47.18712 kern.info: [ 0.012326] SRAT: PXM 0 -> APIC 0x26 -> Node 0
2023-06-01T11:45:47.18713 kern.info: [ 0.012326] SRAT: PXM 0 -> APIC 0x27 -> Node 0
2023-06-01T11:45:47.18714 kern.info: [ 0.012327] SRAT: PXM 0 -> APIC 0x28 -> Node 0
2023-06-01T11:45:47.18716 kern.info: [ 0.012328] SRAT: PXM 0 -> APIC 0x29 -> Node 0
2023-06-01T11:45:47.18717 kern.info: [ 0.012328] SRAT: PXM 0 -> APIC 0x2a -> Node 0
2023-06-01T11:45:47.18719 kern.info: [ 0.012329] SRAT: PXM 0 -> APIC 0x2b -> Node 0
2023-06-01T11:45:47.18720 kern.info: [ 0.012330] SRAT: PXM 0 -> APIC 0x2c -> Node 0
2023-06-01T11:45:47.18721 kern.info: [ 0.012331] SRAT: PXM 0 -> APIC 0x2d -> Node 0
2023-06-01T11:45:47.18722 kern.info: [ 0.012331] SRAT: PXM 0 -> APIC 0x2e -> Node 0
2023-06-01T11:45:47.18724 kern.info: [ 0.012332] SRAT: PXM 0 -> APIC 0x2f -> Node 0
2023-06-01T11:45:47.18725 kern.info: [ 0.012333] SRAT: PXM 0 -> APIC 0x30 -> Node 0
2023-06-01T11:45:47.18727 kern.info: [ 0.012333] SRAT: PXM 0 -> APIC 0x31 -> Node 0
2023-06-01T11:45:47.18728 kern.info: [ 0.012334] SRAT: PXM 0 -> APIC 0x32 -> Node 0
2023-06-01T11:45:47.18729 kern.info: [ 0.012335] SRAT: PXM 0 -> APIC 0x33 -> Node 0
2023-06-01T11:45:47.18730 kern.info: [ 0.012335] SRAT: PXM 0 -> APIC 0x34 -> Node 0
2023-06-01T11:45:47.18732 kern.info: [ 0.012336] SRAT: PXM 0 -> APIC 0x35 -> Node 0
2023-06-01T11:45:47.18733 kern.info: [ 0.012337] SRAT: PXM 0 -> APIC 0x36 -> Node 0
2023-06-01T11:45:47.18734 kern.info: [ 0.012337] SRAT: PXM 0 -> APIC 0x37 -> Node 0
2023-06-01T11:45:47.18736 kern.info: [ 0.012338] SRAT: PXM 0 -> APIC 0x38 -> Node 0
2023-06-01T11:45:47.18737 kern.info: [ 0.012339] SRAT: PXM 0 -> APIC 0x39 -> Node 0
2023-06-01T11:45:47.18738 kern.info: [ 0.012340] SRAT: PXM 0 -> APIC 0x3a -> Node 0
2023-06-01T11:45:47.18739 kern.info: [ 0.012340] SRAT: PXM 0 -> APIC 0x3b -> Node 0
2023-06-01T11:45:47.18740 kern.info: [ 0.012341] SRAT: PXM 0 -> APIC 0x3c -> Node 0
2023-06-01T11:45:47.18742 kern.info: [ 0.012342] SRAT: PXM 0 -> APIC 0x3d -> Node 0
2023-06-01T11:45:47.18743 kern.info: [ 0.012342] SRAT: PXM 0 -> APIC 0x3e -> Node 0
2023-06-01T11:45:47.18744 kern.info: [ 0.012343] SRAT: PXM 0 -> APIC 0x3f -> Node 0
2023-06-01T11:45:47.18753 kern.info: [ 0.012344] SRAT: PXM 0 -> APIC 0x40 -> Node 0
2023-06-01T11:45:47.18755 kern.info: [ 0.012344] SRAT: PXM 0 -> APIC 0x41 -> Node 0
2023-06-01T11:45:47.18756 kern.info: [ 0.012345] SRAT: PXM 0 -> APIC 0x42 -> Node 0
2023-06-01T11:45:47.18758 kern.info: [ 0.012346] SRAT: PXM 0 -> APIC 0x43 -> Node 0
2023-06-01T11:45:47.18759 kern.info: [ 0.012347] SRAT: PXM 0 -> APIC 0x44 -> Node 0
2023-06-01T11:45:47.18760 kern.info: [ 0.012347] SRAT: PXM 0 -> APIC 0x45 -> Node 0
2023-06-01T11:45:47.18761 kern.info: [ 0.012348] SRAT: PXM 0 -> APIC 0x46 -> Node 0
2023-06-01T11:45:47.18762 kern.info: [ 0.012349] SRAT: PXM 0 -> APIC 0x47 -> Node 0
2023-06-01T11:45:47.18763 kern.info: [ 0.012349] SRAT: PXM 0 -> APIC 0x48 -> Node 0
2023-06-01T11:45:47.18765 kern.info: [ 0.012350] SRAT: PXM 0 -> APIC 0x49 -> Node 0
2023-06-01T11:45:47.18767 kern.info: [ 0.012351] SRAT: PXM 0 -> APIC 0x4a -> Node 0
2023-06-01T11:45:47.18768 kern.info: [ 0.012351] SRAT: PXM 0 -> APIC 0x4b -> Node 0
2023-06-01T11:45:47.18769 kern.info: [ 0.012352] SRAT: PXM 0 -> APIC 0x4c -> Node 0
2023-06-01T11:45:47.18770 kern.info: [ 0.012353] SRAT: PXM 0 -> APIC 0x4d -> Node 0
2023-06-01T11:45:47.18771 kern.info: [ 0.012354] SRAT: PXM 0 -> APIC 0x4e -> Node 0
2023-06-01T11:45:47.18773 kern.info: [ 0.012354] SRAT: PXM 0 -> APIC 0x4f -> Node 0
2023-06-01T11:45:47.18774 kern.info: [ 0.012355] SRAT: PXM 0 -> APIC 0x50 -> Node 0
2023-06-01T11:45:47.18776 kern.info: [ 0.012356] SRAT: PXM 0 -> APIC 0x51 -> Node 0
2023-06-01T11:45:47.18777 kern.info: [ 0.012356] SRAT: PXM 0 -> APIC 0x52 -> Node 0
2023-06-01T11:45:47.18778 kern.info: [ 0.012357] SRAT: PXM 0 -> APIC 0x53 -> Node 0
2023-06-01T11:45:47.18779 kern.info: [ 0.012358] SRAT: PXM 0 -> APIC 0x54 -> Node 0
2023-06-01T11:45:47.18787 kern.info: [ 0.012358] SRAT: PXM 0 -> APIC 0x55 -> Node 0
2023-06-01T11:45:47.18788 kern.info: [ 0.012359] SRAT: PXM 0 -> APIC 0x56 -> Node 0
2023-06-01T11:45:47.18789 kern.info: [ 0.012360] SRAT: PXM 0 -> APIC 0x57 -> Node 0
2023-06-01T11:45:47.18791 kern.info: [ 0.012361] SRAT: PXM 0 -> APIC 0x58 -> Node 0
2023-06-01T11:45:47.18792 kern.info: [ 0.012361] SRAT: PXM 0 -> APIC 0x59 -> Node 0
2023-06-01T11:45:47.18794 kern.info: [ 0.012362] SRAT: PXM 0 -> APIC 0x5a -> Node 0
2023-06-01T11:45:47.18795 kern.info: [ 0.012363] SRAT: PXM 0 -> APIC 0x5b -> Node 0
2023-06-01T11:45:47.18796 kern.info: [ 0.012363] SRAT: PXM 0 -> APIC 0x5c -> Node 0
2023-06-01T11:45:47.18797 kern.info: [ 0.012364] SRAT: PXM 0 -> APIC 0x5d -> Node 0
2023-06-01T11:45:47.18798 kern.info: [ 0.012365] SRAT: PXM 0 -> APIC 0x5e -> Node 0
2023-06-01T11:45:47.18799 kern.info: [ 0.012365] SRAT: PXM 0 -> APIC 0x5f -> Node 0
2023-06-01T11:45:47.18801 kern.info: [ 0.012366] SRAT: PXM 0 -> APIC 0x60 -> Node 0
2023-06-01T11:45:47.18803 kern.info: [ 0.012367] SRAT: PXM 0 -> APIC 0x61 -> Node 0
2023-06-01T11:45:47.18804 kern.info: [ 0.012367] SRAT: PXM 0 -> APIC 0x62 -> Node 0
2023-06-01T11:45:47.18805 kern.info: [ 0.012368] SRAT: PXM 0 -> APIC 0x63 -> Node 0
2023-06-01T11:45:47.18807 kern.info: [ 0.012369] SRAT: PXM 0 -> APIC 0x64 -> Node 0
2023-06-01T11:45:47.18808 kern.info: [ 0.012370] SRAT: PXM 0 -> APIC 0x65 -> Node 0
2023-06-01T11:45:47.18809 kern.info: [ 0.012370] SRAT: PXM 0 -> APIC 0x66 -> Node 0
2023-06-01T11:45:47.18810 kern.info: [ 0.012371] SRAT: PXM 0 -> APIC 0x67 -> Node 0
2023-06-01T11:45:47.18811 kern.info: [ 0.012372] SRAT: PXM 0 -> APIC 0x68 -> Node 0
2023-06-01T11:45:47.18813 kern.info: [ 0.012372] SRAT: PXM 0 -> APIC 0x69 -> Node 0
2023-06-01T11:45:47.18814 kern.info: [ 0.012373] SRAT: PXM 0 -> APIC 0x6a -> Node 0
2023-06-01T11:45:47.18815 kern.info: [ 0.012374] SRAT: PXM 0 -> APIC 0x6b -> Node 0
2023-06-01T11:45:47.18817 kern.info: [ 0.012374] SRAT: PXM 0 -> APIC 0x6c -> Node 0
2023-06-01T11:45:47.18818 kern.info: [ 0.012375] SRAT: PXM 0 -> APIC 0x6d -> Node 0
2023-06-01T11:45:47.18819 kern.info: [ 0.012376] SRAT: PXM 0 -> APIC 0x6e -> Node 0
2023-06-01T11:45:47.18820 kern.info: [ 0.012377] SRAT: PXM 0 -> APIC 0x6f -> Node 0
2023-06-01T11:45:47.18821 kern.info: [ 0.012385] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
2023-06-01T11:45:47.18823 kern.info: [ 0.012387] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x606fffffff]
2023-06-01T11:45:47.18826 kern.info: [ 0.012395] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x606fffffff] -> [mem 0x00000000-0x606fffffff]
2023-06-01T11:45:47.18827 kern.info: [ 0.012400] NODE_DATA(0) allocated [mem 0x606fff9000-0x606fffefff]
2023-06-01T11:45:47.18828 kern.info: [ 0.012821] Zone ranges:
2023-06-01T11:45:47.18830 kern.info: [ 0.012822] DMA [mem 0x0000000000001000-0x0000000000ffffff]
2023-06-01T11:45:47.18831 kern.info: [ 0.012824] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
2023-06-01T11:45:47.18832 kern.info: [ 0.012826] Normal [mem 0x0000000100000000-0x000000606fffffff]
2023-06-01T11:45:47.18834 kern.info: [ 0.012828] Device empty
2023-06-01T11:45:47.18835 kern.info: [ 0.012829] Movable zone start for each node
2023-06-01T11:45:47.18836 kern.info: [ 0.012830] Early memory node ranges
2023-06-01T11:45:47.18838 kern.info: [ 0.012830] node 0: [mem 0x0000000000001000-0x000000000009dfff]
2023-06-01T11:45:47.18839 kern.info: [ 0.012832] node 0: [mem 0x000000000009f000-0x000000000009ffff]
2023-06-01T11:45:47.18840 kern.info: [ 0.012833] node 0: [mem 0x0000000000100000-0x0000000068871fff]
2023-06-01T11:45:47.18841 kern.info: [ 0.012834] node 0: [mem 0x000000006f7ff000-0x000000006f7fffff]
2023-06-01T11:45:47.18843 kern.info: [ 0.012835] node 0: [mem 0x0000000100000000-0x000000606fffffff]
2023-06-01T11:45:47.18879 kern.info: [ 0.012877] Initmem setup node 0 [mem 0x0000000000001000-0x000000606fffffff]
2023-06-01T11:45:47.18882 kern.info: [ 0.012881] On node 0, zone DMA: 1 pages in unavailable ranges
2023-06-01T11:45:47.18883 kern.info: [ 0.012883] On node 0, zone DMA: 1 pages in unavailable ranges
2023-06-01T11:45:47.18885 kern.info: [ 0.012904] On node 0, zone DMA: 96 pages in unavailable ranges
2023-06-01T11:45:47.18887 kern.info: [ 0.015293] On node 0, zone DMA32: 28557 pages in unavailable ranges
2023-06-01T11:45:47.18889 kern.info: [ 0.475412] On node 0, zone Normal: 2048 pages in unavailable ranges
2023-06-01T11:45:47.18890 kern.info: [ 0.475716] ACPI: PM-Timer IO Port: 0x508
2023-06-01T11:45:47.18892 kern.info: [ 0.475729] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
2023-06-01T11:45:47.18893 kern.info: [ 0.475732] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
2023-06-01T11:45:47.18895 kern.info: [ 0.475768] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
2023-06-01T11:45:47.18897 kern.info: [ 0.475770] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
2023-06-01T11:45:47.18898 kern.info: [ 0.475771] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
2023-06-01T11:45:47.18900 kern.info: [ 0.475776] ACPI: Using ACPI (MADT) for SMP configuration information
2023-06-01T11:45:47.18901 kern.info: [ 0.475777] ACPI: HPET id: 0x8086a701 base: 0xfed00000
2023-06-01T11:45:47.18906 kern.info: [ 0.475791] TSC deadline timer available
2023-06-01T11:45:47.18907 kern.info: [ 0.475792] smpboot: Allowing 112 CPUs, 0 hotplug CPUs
2023-06-01T11:45:47.18908 kern.info: [ 0.475805] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
2023-06-01T11:45:47.18909 kern.info: [ 0.475807] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
2023-06-01T11:45:47.18911 kern.info: [ 0.475808] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
2023-06-01T11:45:47.18912 kern.info: [ 0.475808] PM: hibernation: Registered nosave memory: [mem 0x00100000-0x00100fff]
2023-06-01T11:45:47.18913 kern.info: [ 0.475810] PM: hibernation: Registered nosave memory: [mem 0x00102000-0x00102fff]
2023-06-01T11:45:47.18914 kern.info: [ 0.475811] PM: hibernation: Registered nosave memory: [mem 0x5ca96000-0x5ca96fff]
2023-06-01T11:45:47.18916 kern.info: [ 0.475812] PM: hibernation: Registered nosave memory: [mem 0x62cfd000-0x62f3dfff]
2023-06-01T11:45:47.18918 kern.info: [ 0.475814] PM: hibernation: Registered nosave memory: [mem 0x68872000-0x6ba18fff]
2023-06-01T11:45:47.18919 kern.info: [ 0.475814] PM: hibernation: Registered nosave memory: [mem 0x6ba19000-0x6c318fff]
2023-06-01T11:45:47.18921 kern.info: [ 0.475815] PM: hibernation: Registered nosave memory: [mem 0x6c319000-0x6cd48fff]
2023-06-01T11:45:47.18922 kern.info: [ 0.475815] PM: hibernation: Registered nosave memory: [mem 0x6cd49000-0x6f7fefff]
2023-06-01T11:45:47.18924 kern.info: [ 0.475816] PM: hibernation: Registered nosave memory: [mem 0x6f800000-0x8fffffff]
2023-06-01T11:45:47.18925 kern.info: [ 0.475817] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xfe00ffff]
2023-06-01T11:45:47.18926 kern.info: [ 0.475817] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
2023-06-01T11:45:47.18927 kern.info: [ 0.475818] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfeffffff]
2023-06-01T11:45:47.18930 kern.info: [ 0.475818] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
2023-06-01T11:45:47.18931 kern.info: [ 0.475819] [mem 0x90000000-0xfe00ffff] available for PCI devices
2023-06-01T11:45:47.18932 kern.info: [ 0.475820] Booting paravirtualized kernel on bare hardware
2023-06-01T11:45:47.18933 kern.info: [ 0.475821] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
2023-06-01T11:45:47.18945 kern.info: [ 0.480381] setup_percpu: NR_CPUS:256 nr_cpumask_bits:112 nr_cpu_ids:112 nr_node_ids:1
2023-06-01T11:45:47.18947 kern.info: [ 0.483972] percpu: Embedded 56 pages/cpu s192168 r8192 d29016 u262144
2023-06-01T11:45:47.18971 kern.info: [ 0.484056] Fallback order for Node 0: 0
2023-06-01T11:45:47.18972 kern.info: [ 0.484061] Built 1 zonelists, mobility grouping on. Total pages: 98931022
2023-06-01T11:45:47.18973 kern.info: [ 0.484062] Policy zone: Normal
2023-06-01T11:45:47.18975 kern.notice: [ 0.484063] Kernel command line: root=zfs:zroot/ROOT/x86_64 apparmor=1 security=apparmor rd.auto=1 iommu=pt ro quiet i915.force_probe=56a1 spl.spl_hostid=0x00bab10c
2023-06-01T11:45:47.18976 kern.info: [ 0.484147] printk: log_buf_len individual max cpu contribution: 4096 bytes
2023-06-01T11:45:47.18977 kern.info: [ 0.484148] printk: log_buf_len total cpu_extra contributions: 454656 bytes
2023-06-01T11:45:47.18979 kern.info: [ 0.484149] printk: log_buf_len min size: 524288 bytes
2023-06-01T11:45:47.18981 kern.info: [ 0.484712] printk: log_buf_len: 1048576 bytes
2023-06-01T11:45:47.18982 kern.info: [ 0.484713] printk: early log buf free: 502720(95%)
2023-06-01T11:45:47.18983 kern.info: [ 0.494145] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, linear)
2023-06-01T11:45:47.18985 kern.info: [ 0.498864] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
2023-06-01T11:45:47.18986 kern.info: [ 0.500058] mem auto-init: stack:off, heap alloc:on, heap free:off
2023-06-01T11:45:47.18988 kern.info: [ 0.500073] software IO TLB: area num 128.
2023-06-01T11:45:47.18989 kern.info: [ 1.170022] Memory: 395368928K/402006084K available (14343K kernel code, 3362K rwdata, 7632K rodata, 1964K init, 2812K bss, 6636896K reserved, 0K cma-reserved)
2023-06-01T11:45:47.18990 kern.info: [ 1.170571] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=112, Nodes=1
2023-06-01T11:45:47.18992 kern.info: [ 1.170590] ftrace: allocating 40920 entries in 160 pages
2023-06-01T11:45:47.18993 kern.info: [ 1.176358] ftrace: allocated 160 pages with 2 groups
2023-06-01T11:45:47.18994 kern.info: [ 1.176826] Dynamic Preempt: voluntary
2023-06-01T11:45:47.18996 kern.info: [ 1.177023] rcu: Preemptible hierarchical RCU implementation.
2023-06-01T11:45:47.18997 kern.info: [ 1.177024] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=112.
2023-06-01T11:45:47.18999 kern.info: [ 1.177025] Trampoline variant of Tasks RCU enabled.
2023-06-01T11:45:47.19001 kern.info: [ 1.177025] Rude variant of Tasks RCU enabled.
2023-06-01T11:45:47.19002 kern.info: [ 1.177026] Tracing variant of Tasks RCU enabled.
2023-06-01T11:45:47.19003 kern.info: [ 1.177026] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
2023-06-01T11:45:47.19004 kern.info: [ 1.177027] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=112
2023-06-01T11:45:47.19005 kern.info: [ 1.180454] NR_IRQS: 16640, nr_irqs: 1320, preallocated irqs: 16
2023-06-01T11:45:47.19008 kern.info: [ 1.180868] rcu: srcu_init: Setting srcu_struct sizes based on contention.
2023-06-01T11:45:47.19009 kern.info: [ 1.181113] Console: colour dummy device 80x25
2023-06-01T11:45:47.19010 kern.info: [ 1.181130] printk: console [tty0] enabled
2023-06-01T11:45:47.19011 kern.info: [ 1.181227] ACPI: Core revision 20220331
2023-06-01T11:45:47.19012 kern.info: [ 1.181878] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
2023-06-01T11:45:47.19014 kern.info: [ 1.181973] APIC: Switch to symmetric I/O mode setup
2023-06-01T11:45:47.19016 kern.info: [ 1.181974] DMAR: Host address width 46
2023-06-01T11:45:47.19017 kern.info: [ 1.181975] DMAR: DRHD base: 0x0000009fffc000 flags: 0x0
2023-06-01T11:45:47.19018 kern.info: [ 1.181979] DMAR: dmar0: reg_base_addr 9fffc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-01T11:45:47.19019 kern.info: [ 1.181981] DMAR: DRHD base: 0x000000aa3fc000 flags: 0x0
2023-06-01T11:45:47.19021 kern.info: [ 1.181984] DMAR: dmar1: reg_base_addr aa3fc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-01T11:45:47.19022 kern.info: [ 1.181986] DMAR: DRHD base: 0x000000b47fc000 flags: 0x0
2023-06-01T11:45:47.19023 kern.info: [ 1.181988] DMAR: dmar2: reg_base_addr b47fc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-01T11:45:47.19025 kern.info: [ 1.181990] DMAR: DRHD base: 0x000000bebfc000 flags: 0x0
2023-06-01T11:45:47.19026 kern.info: [ 1.181992] DMAR: dmar3: reg_base_addr bebfc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-01T11:45:47.19028 kern.info: [ 1.181993] DMAR: DRHD base: 0x000000c8ffc000 flags: 0x0
2023-06-01T11:45:47.19029 kern.info: [ 1.181999] DMAR: dmar4: reg_base_addr c8ffc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-01T11:45:47.19030 kern.info: [ 1.182000] DMAR: DRHD base: 0x000000d33fc000 flags: 0x0
2023-06-01T11:45:47.19032 kern.info: [ 1.182002] DMAR: dmar5: reg_base_addr d33fc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9e86f050df
2023-06-01T11:45:47.19034 kern.info: [ 1.182003] DMAR: DRHD base: 0x000000dd7fc000 flags: 0x0
2023-06-01T11:45:47.19035 kern.info: [ 1.182006] DMAR: dmar6: reg_base_addr dd7fc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9e86f050df
2023-06-01T11:45:47.19036 kern.info: [ 1.182007] DMAR: DRHD base: 0x000000ddffc000 flags: 0x0
2023-06-01T11:45:47.19037 kern.info: [ 1.182010] DMAR: dmar7: reg_base_addr ddffc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9ea6f050df
2023-06-01T11:45:47.19039 kern.info: [ 1.182011] DMAR: DRHD base: 0x000000de7fc000 flags: 0x0
2023-06-01T11:45:47.19041 kern.info: [ 1.182015] DMAR: dmar8: reg_base_addr de7fc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9ea6f050df
2023-06-01T11:45:47.19042 kern.info: [ 1.182016] DMAR: DRHD base: 0x000000deffc000 flags: 0x0
2023-06-01T11:45:47.19043 kern.info: [ 1.182019] DMAR: dmar9: reg_base_addr deffc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9ea6f050df
2023-06-01T11:45:47.19048 kern.info: [ 1.182020] DMAR: DRHD base: 0x000000df7fc000 flags: 0x0
2023-06-01T11:45:47.19056 kern.info: [ 1.182023] DMAR: dmar10: reg_base_addr df7fc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9ea6f050df
2023-06-01T11:45:47.19057 kern.info: [ 1.182024] DMAR: DRHD base: 0x000000957fc000 flags: 0x1
2023-06-01T11:45:47.19058 kern.info: [ 1.182027] DMAR: dmar11: reg_base_addr 957fc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-01T11:45:47.19060 kern.info: [ 1.182028] DMAR: RMRR base: 0x0000006f126000 end: 0x0000006f148fff
2023-06-01T11:45:47.19072 kern.info: [ 1.182029] DMAR: ATSR flags: 0x0
2023-06-01T11:45:47.19073 kern.info: [ 1.182030] DMAR: RHSA base: 0x000000957fc000 proximity domain: 0x0
2023-06-01T11:45:47.19074 kern.info: [ 1.182031] DMAR: RHSA base: 0x0000009fffc000 proximity domain: 0x0
2023-06-01T11:45:47.19075 kern.info: [ 1.182031] DMAR: RHSA base: 0x000000aa3fc000 proximity domain: 0x0
2023-06-01T11:45:47.19077 kern.info: [ 1.182032] DMAR: RHSA base: 0x000000b47fc000 proximity domain: 0x0
2023-06-01T11:45:47.19079 kern.info: [ 1.182032] DMAR: RHSA base: 0x000000bebfc000 proximity domain: 0x0
2023-06-01T11:45:47.19080 kern.info: [ 1.182033] DMAR: RHSA base: 0x000000c8ffc000 proximity domain: 0x0
2023-06-01T11:45:47.19081 kern.info: [ 1.182033] DMAR: RHSA base: 0x000000d33fc000 proximity domain: 0x0
2023-06-01T11:45:47.19083 kern.info: [ 1.182034] DMAR: RHSA base: 0x000000dd7fc000 proximity domain: 0x0
2023-06-01T11:45:47.19084 kern.info: [ 1.182034] DMAR: RHSA base: 0x000000ddffc000 proximity domain: 0x0
2023-06-01T11:45:47.19087 kern.info: [ 1.182035] DMAR: RHSA base: 0x000000de7fc000 proximity domain: 0x0
2023-06-01T11:45:47.19088 kern.info: [ 1.182035] DMAR: RHSA base: 0x000000deffc000 proximity domain: 0x0
2023-06-01T11:45:47.19089 kern.info: [ 1.182036] DMAR: RHSA base: 0x000000df7fc000 proximity domain: 0x0
2023-06-01T11:45:47.19090 kern.info: [ 1.182036] DMAR: SATC flags: 0x0
2023-06-01T11:45:47.19091 kern.info: [ 1.182038] DMAR-IR: IOAPIC id 8 under DRHD base 0x957fc000 IOMMU 11
2023-06-01T11:45:47.19093 kern.info: [ 1.182039] DMAR-IR: HPET id 0 under DRHD base 0x957fc000
2023-06-01T11:45:47.19095 kern.info: [ 1.182040] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
2023-06-01T11:45:47.19096 kern.warn: [ 1.182201] DMAR-IR: IRQ remapping was enabled on dmar10 but we are not in kdump mode
2023-06-01T11:45:47.19097 kern.warn: [ 1.182366] DMAR-IR: IRQ remapping was enabled on dmar9 but we are not in kdump mode
2023-06-01T11:45:47.19099 kern.warn: [ 1.182529] DMAR-IR: IRQ remapping was enabled on dmar8 but we are not in kdump mode
2023-06-01T11:45:47.19100 kern.warn: [ 1.182692] DMAR-IR: IRQ remapping was enabled on dmar7 but we are not in kdump mode
2023-06-01T11:45:47.19102 kern.warn: [ 1.182858] DMAR-IR: IRQ remapping was enabled on dmar6 but we are not in kdump mode
2023-06-01T11:45:47.19103 kern.warn: [ 1.183061] DMAR-IR: IRQ remapping was enabled on dmar5 but we are not in kdump mode
2023-06-01T11:45:47.19105 kern.warn: [ 1.183224] DMAR-IR: IRQ remapping was enabled on dmar4 but we are not in kdump mode
2023-06-01T11:45:47.19107 kern.warn: [ 1.183387] DMAR-IR: IRQ remapping was enabled on dmar3 but we are not in kdump mode
2023-06-01T11:45:47.19108 kern.warn: [ 1.183553] DMAR-IR: IRQ remapping was enabled on dmar2 but we are not in kdump mode
2023-06-01T11:45:47.19109 kern.warn: [ 1.183715] DMAR-IR: IRQ remapping was enabled on dmar1 but we are not in kdump mode
2023-06-01T11:45:47.19111 kern.warn: [ 1.183918] DMAR-IR: IRQ remapping was enabled on dmar0 but we are not in kdump mode
2023-06-01T11:45:47.19112 kern.warn: [ 1.184081] DMAR-IR: IRQ remapping was enabled on dmar11 but we are not in kdump mode
2023-06-01T11:45:47.19113 kern.info: [ 1.184349] DMAR-IR: Enabled IRQ remapping in x2apic mode
2023-06-01T11:45:47.19115 kern.info: [ 1.185745] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
2023-06-01T11:45:47.19116 kern.info: [ 1.190578] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x36c657b5833, max_idle_ns: 881590513399 ns
2023-06-01T11:45:47.19118 kern.info: [ 1.190582] Calibrating delay loop (skipped), value calculated using timer frequency.. 3800.00 BogoMIPS (lpj=1900000)
2023-06-01T11:45:47.19120 kern.info: [ 1.190585] pid_max: default: 114688 minimum: 896
2023-06-01T11:45:47.19121 kern.info: [ 1.190744] LSM: Security Framework initializing
2023-06-01T11:45:47.19122 kern.info: [ 1.190759] landlock: Up and running.
2023-06-01T11:45:47.19124 kern.info: [ 1.190760] Yama: becoming mindful.
2023-06-01T11:45:47.19125 kern.info: [ 1.190786] AppArmor: AppArmor initialized
2023-06-01T11:45:47.19126 kern.info: [ 1.191011] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
2023-06-01T11:45:47.19127 kern.info: [ 1.191163] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
2023-06-01T11:45:47.19129 kern.info: [ 1.191639] x86/tme: not enabled by BIOS
2023-06-01T11:45:47.19130 kern.info: [ 1.191644] CPU0: Thermal monitoring enabled (TM1)
2023-06-01T11:45:47.19132 kern.info: [ 1.191646] x86/cpu: User Mode Instruction Prevention (UMIP) activated
2023-06-01T11:45:47.19133 kern.info: [ 1.191870] process: using mwait in idle threads
2023-06-01T11:45:47.19134 kern.info: [ 1.191872] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
2023-06-01T11:45:47.19135 kern.info: [ 1.191873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
2023-06-01T11:45:47.19137 kern.info: [ 1.191877] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
2023-06-01T11:45:47.19139 kern.info: [ 1.191879] Spectre V2 : Mitigation: Enhanced IBRS
2023-06-01T11:45:47.19140 kern.info: [ 1.191879] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
2023-06-01T11:45:47.19141 kern.info: [ 1.191880] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
2023-06-01T11:45:47.19142 kern.info: [ 1.191881] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
2023-06-01T11:45:47.19145 kern.info: [ 1.191882] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
2023-06-01T11:45:47.19148 kern.info: [ 1.202211] Freeing SMP alternatives memory: 36K
2023-06-01T11:45:47.19150 kern.info: [ 1.202582] smpboot: CPU0: Intel(R) Xeon(R) w9-3495X (family: 0x6, model: 0x8f, stepping: 0x8)
2023-06-01T11:45:47.19152 kern.info: [ 1.232582] cblist_init_generic: Setting adjustable number of callback queues.
2023-06-01T11:45:47.19154 kern.info: [ 1.233581] cblist_init_generic: Setting shift to 7 and lim to 1.
2023-06-01T11:45:47.19155 kern.info: [ 1.237581] cblist_init_generic: Setting shift to 7 and lim to 1.
2023-06-01T11:45:47.19157 kern.info: [ 1.240581] cblist_init_generic: Setting shift to 7 and lim to 1.
2023-06-01T11:45:47.19158 kern.info: [ 1.242583] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Sapphire Rapids events, 32-deep LBR, full-width counters, Intel PMU driver.
2023-06-01T11:45:47.19160 kern.info: [ 1.253582] ... version: 5
2023-06-01T11:45:47.19161 kern.info: [ 1.253583] ... bit width: 48
2023-06-01T11:45:47.19162 kern.info: [ 1.253583] ... generic registers: 8
2023-06-01T11:45:47.19163 kern.info: [ 1.253583] ... value mask: 0000ffffffffffff
2023-06-01T11:45:47.19165 kern.info: [ 1.253584] ... max period: 00007fffffffffff
2023-06-01T11:45:47.19166 kern.info: [ 1.253584] ... fixed-purpose events: 4
2023-06-01T11:45:47.19168 kern.info: [ 1.254582] ... event mask: 0001000f000000ff
2023-06-01T11:45:47.19169 kern.info: [ 1.287583] Estimated ratio of average max frequency by base frequency (times 1024): 2263
2023-06-01T11:45:47.19170 kern.info: [ 1.291582] rcu: Hierarchical SRCU implementation.
2023-06-01T11:45:47.19171 kern.info: [ 1.291583] rcu: Max phase no-delay instances is 400.
2023-06-01T11:45:47.19173 kern.info: [ 2.754583] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
2023-06-01T11:45:47.19175 kern.info: [ 2.928583] smp: Bringing up secondary CPUs ...
2023-06-01T11:45:47.19176 kern.info: [ 2.954583] x86: Booting SMP configuration:
2023-06-01T11:45:47.19178 kern.info: [ 2.954583] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 #32 #33 #34 #35 #36 #37 #38 #39 #40 #41 #42 #43 #44 #45 #46 #47 #48 #49 #50 #51 #52 #53 #54 #55 #56 #57 #58 #59 #60 #61 #62 #63 #64 #65 #66 #67 #68 #69 #70 #71 #72 #73 #74 #75 #76 #77 #78 #79 #80 #81 #82 #83 #84 #85 #86 #87 #88 #89 #90 #91 #92 #93 #94 #95 #96 #97 #98 #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111
2023-06-01T11:45:47.19191 kern.info: [ 570.222582] smp: Brought up 1 node, 112 CPUs
2023-06-01T11:45:47.19192 kern.info: [ 570.223583] smpboot: Max logical packages: 1
2023-06-01T11:45:47.19195 kern.info: [ 570.224581] smpboot: Total of 112 processors activated (425600.00 BogoMIPS)
2023-06-01T11:45:47.19196 kern.info: [ 572.962582] devtmpfs: initialized
2023-06-01T11:45:47.19197 kern.info: [ 572.962633] x86/mm: Memory block size: 2048MB
2023-06-01T11:45:47.19198 kern.info: [ 573.201611] ACPI: PM: Registering ACPI NVS region [mem 0x6c319000-0x6cd48fff] (10682368 bytes)
2023-06-01T11:45:47.19199 kern.info: [ 573.201755] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
2023-06-01T11:45:47.19202 kern.info: [ 573.284583] futex hash table entries: 32768 (order: 9, 2097152 bytes, linear)
2023-06-01T11:45:47.19203 kern.info: [ 573.299757] pinctrl core: initialized pinctrl subsystem
2023-06-01T11:45:47.19204 kern.info: [ 573.300358] NET: Registered PF_NETLINK/PF_ROUTE protocol family
2023-06-01T11:45:47.19205 kern.info: [ 573.300444] audit: initializing netlink subsys (disabled)
2023-06-01T11:45:47.19207 kern.notice: [ 573.491584] audit: type=2000 audit(1685620508.308:1): state=initialized audit_enabled=0 res=1
2023-06-01T11:45:47.19209 kern.info: [ 573.511583] thermal_sys: Registered thermal governor 'bang_bang'
2023-06-01T11:45:47.19210 kern.info: [ 573.511584] thermal_sys: Registered thermal governor 'step_wise'
2023-06-01T11:45:47.19211 kern.info: [ 573.511585] thermal_sys: Registered thermal governor 'user_space'
2023-06-01T11:45:47.19212 kern.info: [ 573.511585] thermal_sys: Registered thermal governor 'power_allocator'
2023-06-01T11:45:47.19215 kern.info: [ 573.537583] cpuidle: using governor ladder
2023-06-01T11:45:47.19216 kern.info: [ 573.546584] cpuidle: using governor menu
2023-06-01T11:45:47.19217 kern.info: [ 573.688675] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
2023-06-01T11:45:47.19218 kern.info: [ 573.688679] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
2023-06-01T11:45:47.19219 kern.info: [ 573.688885] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
2023-06-01T11:45:47.19222 kern.info: [ 573.688893] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
2023-06-01T11:45:47.19223 kern.warn: [ 573.688906] pmd_set_huge: Cannot satisfy [mem 0x80000000-0x80200000] with a huge-page mapping due to MTRR override.
2023-06-01T11:45:47.19225 kern.info: [ 573.689264] PCI: Using configuration type 1 for base access
2023-06-01T11:45:47.19226 kern.info: [ 575.171626] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
2023-06-01T11:45:47.19228 kern.info: [ 575.263594] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
2023-06-01T11:45:47.19229 kern.info: [ 575.263596] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
2023-06-01T11:45:47.19231 kern.info: [ 575.263599] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
2023-06-01T11:45:47.19232 kern.info: [ 575.263600] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
2023-06-01T11:45:47.19234 kern.info: [ 575.362737] ACPI: Added _OSI(Module Device)
2023-06-01T11:45:47.19235 kern.info: [ 575.362738] ACPI: Added _OSI(Processor Device)
2023-06-01T11:45:47.19237 kern.info: [ 575.362739] ACPI: Added _OSI(3.0 _SCP Extensions)
2023-06-01T11:45:47.19238 kern.info: [ 575.362740] ACPI: Added _OSI(Processor Aggregator Device)
2023-06-01T11:45:47.19239 kern.info: [ 588.372381] ACPI: 5 ACPI AML tables successfully acquired and loaded
2023-06-01T11:45:47.19240 kern.info: [ 590.241581] ACPI: \_SB_.SCK0.C000: _OSC native thermal LVT Acked
2023-06-01T11:45:47.19242 kern.info: [ 590.241581] ACPI: Dynamic OEM Table Load:
2023-06-01T11:45:47.19243 kern.info: [ 594.418656] ACPI: Dynamic OEM Table Load:
2023-06-01T11:45:47.19244 kern.info: [ 595.233088] ACPI: Dynamic OEM Table Load:
2023-06-01T11:45:47.19248 kern.info: [ 611.161581] ACPI: Interpreter enabled
2023-06-01T11:45:47.19250 kern.info: [ 611.364599] ACPI: PM: (supports S0 S4 S5)
2023-06-01T11:45:47.19251 kern.info: [ 611.364601] ACPI: Using IOAPIC for interrupt routing
2023-06-01T11:45:47.19253 kern.info: [ 611.364723] HEST: Table parsing has been initialized.
2023-06-01T11:45:47.19254 kern.info: [ 611.364854] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
2023-06-01T11:45:47.19256 kern.info: [ 611.364859] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
2023-06-01T11:45:47.19257 kern.info: [ 611.364860] PCI: Ignoring E820 reservations for host bridge windows
2023-06-01T11:45:47.19259 kern.info: [ 612.930243] ACPI: Enabled 1 GPEs in block 00 to 7F
2023-06-01T11:45:47.19260 kern.info: [ 617.624286] ACPI: PM: Power Resource [WRST]
2023-06-01T11:45:47.19262 kern.info: [ 624.649578] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-14])
2023-06-01T11:45:47.19263 kern.info: [ 624.843586] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19264 kern.info: [ 624.897583] acpi PNP0A08:00: _OSC: platform does not support [AER LTR]
2023-06-01T11:45:47.19266 kern.info: [ 624.897583] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
2023-06-01T11:45:47.19267 kern.info: [ 624.897583] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19268 kern.info: [ 625.079517] PCI host bridge to bus 0000:00
2023-06-01T11:45:47.19269 kern.info: [ 625.079521] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
2023-06-01T11:45:47.19270 kern.info: [ 625.079523] pci_bus 0000:00: root bus resource [io 0x1000-0x3fff window]
2023-06-01T11:45:47.19273 kern.info: [ 625.079524] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
2023-06-01T11:45:47.19274 kern.info: [ 625.079525] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cffff window]
2023-06-01T11:45:47.19276 kern.info: [ 625.079525] pci_bus 0000:00: root bus resource [mem 0xfe010000-0xfe010fff window]
2023-06-01T11:45:47.19277 kern.info: [ 625.079526] pci_bus 0000:00: root bus resource [mem 0x90040000-0x957fffff window]
2023-06-01T11:45:47.19279 kern.info: [ 625.079527] pci_bus 0000:00: root bus resource [mem 0x200000000000-0x200fffffffff window]
2023-06-01T11:45:47.19280 kern.info: [ 625.079528] pci_bus 0000:00: root bus resource [bus 00-14]
2023-06-01T11:45:47.19281 kern.info: [ 625.079558] pci 0000:00:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19282 kern.info: [ 625.283633] pci 0000:00:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19284 kern.info: [ 625.283698] pci 0000:00:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19286 kern.info: [ 625.283764] pci 0000:00:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19287 kern.info: [ 625.284007] pci 0000:00:10.0: [8086:7ada] type 00 class 0x0c8000
2023-06-01T11:45:47.19288 kern.info: [ 625.284033] pci 0000:00:10.0: reg 0x10: [mem 0x200000200000-0x200000200fff 64bit]
2023-06-01T11:45:47.19290 kern.info: [ 625.284250] pci 0000:00:10.5: [8086:7aaf] type 00 class 0x060000
2023-06-01T11:45:47.19292 kern.info: [ 625.284527] pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330
2023-06-01T11:45:47.19293 kern.info: [ 625.284544] pci 0000:00:14.0: reg 0x10: [mem 0x200ffff00000-0x200ffff0ffff 64bit]
2023-06-01T11:45:47.19294 kern.info: [ 625.483583] pci 0000:00:14.0: PME# supported from D3hot D3cold
2023-06-01T11:45:47.19295 kern.info: [ 625.485783] pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000
2023-06-01T11:45:47.19297 kern.info: [ 625.485803] pci 0000:00:14.2: reg 0x10: [mem 0x200ffff14000-0x200ffff17fff 64bit]
2023-06-01T11:45:47.19300 kern.info: [ 625.485816] pci 0000:00:14.2: reg 0x18: [mem 0x200ffff1d000-0x200ffff1dfff 64bit]
2023-06-01T11:45:47.19301 kern.info: [ 625.486014] pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000
2023-06-01T11:45:47.19303 kern.info: [ 625.486040] pci 0000:00:15.0: reg 0x10: [mem 0x200000201000-0x200000201fff 64bit]
2023-06-01T11:45:47.19304 kern.info: [ 625.486333] pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000
2023-06-01T11:45:47.19306 kern.info: [ 625.486359] pci 0000:00:15.1: reg 0x10: [mem 0x200000202000-0x200000202fff 64bit]
2023-06-01T11:45:47.19308 kern.info: [ 625.770582] pci 0000:00:15.2: [8086:7ace] type 00 class 0x0c8000
2023-06-01T11:45:47.19309 kern.info: [ 625.904582] pci 0000:00:15.2: reg 0x10: [mem 0x200000203000-0x200000203fff 64bit]
2023-06-01T11:45:47.19310 kern.info: [ 626.202850] pci 0000:00:15.3: [8086:7acf] type 00 class 0x0c8000
2023-06-01T11:45:47.19311 kern.info: [ 626.202921] pci 0000:00:15.3: reg 0x10: [mem 0x200000204000-0x200000204fff 64bit]
2023-06-01T11:45:47.19314 kern.info: [ 626.203278] pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000
2023-06-01T11:45:47.19315 kern.info: [ 626.203300] pci 0000:00:16.0: reg 0x10: [mem 0x200ffff18000-0x200ffff18fff 64bit]
2023-06-01T11:45:47.19316 kern.info: [ 626.203382] pci 0000:00:16.0: PME# supported from D3hot
2023-06-01T11:45:47.19317 kern.info: [ 626.393583] pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601
2023-06-01T11:45:47.19319 kern.info: [ 626.393583] pci 0000:00:17.0: reg 0x10: [mem 0x94a00000-0x94a01fff]
2023-06-01T11:45:47.19321 kern.info: [ 626.393583] pci 0000:00:17.0: reg 0x14: [mem 0x94a03000-0x94a030ff]
2023-06-01T11:45:47.19322 kern.info: [ 626.393583] pci 0000:00:17.0: reg 0x18: [io 0x3030-0x3037]
2023-06-01T11:45:47.19323 kern.info: [ 626.393583] pci 0000:00:17.0: reg 0x1c: [io 0x3020-0x3023]
2023-06-01T11:45:47.19325 kern.info: [ 626.393583] pci 0000:00:17.0: reg 0x20: [io 0x3000-0x301f]
2023-06-01T11:45:47.19326 kern.info: [ 626.393583] pci 0000:00:17.0: reg 0x24: [mem 0x94a02000-0x94a027ff]
2023-06-01T11:45:47.19328 kern.info: [ 626.393583] pci 0000:00:17.0: PME# supported from D3hot
2023-06-01T11:45:47.19329 kern.info: [ 626.393583] pci 0000:00:1c.0: [8086:7ab8] type 01 class 0x060400
2023-06-01T11:45:47.19330 kern.info: [ 626.684899] pci 0000:00:1c.2: [8086:7aba] type 01 class 0x060400
2023-06-01T11:45:47.19331 kern.info: [ 626.685032] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19333 kern.info: [ 626.685444] pci 0000:00:1c.3: [8086:7abb] type 01 class 0x060400
2023-06-01T11:45:47.19335 kern.info: [ 626.685543] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19336 kern.info: [ 626.882866] pci 0000:00:1c.4: [8086:7abc] type 01 class 0x060400
2023-06-01T11:45:47.19337 kern.info: [ 626.945590] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19338 kern.info: [ 626.945590] pci 0000:00:1f.0: [8086:7a8a] type 00 class 0x060100
2023-06-01T11:45:47.19341 kern.info: [ 626.945590] pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300
2023-06-01T11:45:47.19342 kern.info: [ 626.945590] pci 0000:00:1f.3: reg 0x10: [mem 0x200ffff10000-0x200ffff13fff 64bit]
2023-06-01T11:45:47.19344 kern.info: [ 626.945590] pci 0000:00:1f.3: reg 0x20: [mem 0x200fffe00000-0x200fffefffff 64bit]
2023-06-01T11:45:47.19345 kern.info: [ 627.098591] pci 0000:00:1f.3: PME# supported from D3hot D3cold
2023-06-01T11:45:47.19348 kern.info: [ 627.102826] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500
2023-06-01T11:45:47.19350 kern.info: [ 627.102851] pci 0000:00:1f.4: reg 0x10: [mem 0x200000205000-0x2000002050ff 64bit]
2023-06-01T11:45:47.19351 kern.info: [ 627.102879] pci 0000:00:1f.4: reg 0x20: [io 0x0780-0x079f]
2023-06-01T11:45:47.19352 kern.info: [ 627.102980] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000
2023-06-01T11:45:47.19353 kern.info: [ 627.102998] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
2023-06-01T11:45:47.19355 kern.info: [ 627.103136] pci 0000:00:1c.0: PCI bridge to [bus 01]
2023-06-01T11:45:47.19357 kern.info: [ 627.103141] pci 0000:00:1c.0: bridge window [mem 0x90100000-0x902fffff]
2023-06-01T11:45:47.19358 kern.info: [ 627.103145] pci 0000:00:1c.0: bridge window [mem 0x200000000000-0x2000001fffff 64bit pref]
2023-06-01T11:45:47.19359 kern.info: [ 627.103225] pci 0000:02:00.0: working around ROM BAR overlap defect
2023-06-01T11:45:47.19361 kern.info: [ 627.103225] pci 0000:02:00.0: [8086:1533] type 00 class 0x020000
2023-06-01T11:45:47.19363 kern.info: [ 627.103253] pci 0000:02:00.0: reg 0x10: [mem 0x94900000-0x9497ffff]
2023-06-01T11:45:47.19364 kern.info: [ 627.103283] pci 0000:02:00.0: reg 0x18: [io 0x2000-0x201f]
2023-06-01T11:45:47.19365 kern.info: [ 627.103298] pci 0000:02:00.0: reg 0x1c: [mem 0x94980000-0x94983fff]
2023-06-01T11:45:47.19366 kern.info: [ 627.103455] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19368 kern.info: [ 627.296650] pci 0000:00:1c.2: PCI bridge to [bus 02]
2023-06-01T11:45:47.19370 kern.info: [ 627.296653] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
2023-06-01T11:45:47.19371 kern.info: [ 627.296656] pci 0000:00:1c.2: bridge window [mem 0x94900000-0x949fffff]
2023-06-01T11:45:47.19372 kern.info: [ 627.296730] pci 0000:03:00.0: [1a03:1150] type 01 class 0x060400
2023-06-01T11:45:47.19373 kern.info: [ 627.296882] pci 0000:03:00.0: supports D1 D2
2023-06-01T11:45:47.19374 kern.info: [ 627.296883] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
2023-06-01T11:45:47.19376 kern.info: [ 627.297034] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
2023-06-01T11:45:47.19378 kern.info: [ 627.297036] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
2023-06-01T11:45:47.19379 kern.info: [ 627.297039] pci 0000:00:1c.3: bridge window [mem 0x93000000-0x940fffff]
2023-06-01T11:45:47.19380 kern.info: [ 627.297083] pci_bus 0000:04: extended config space not accessible
2023-06-01T11:45:47.19382 kern.info: [ 627.297104] pci 0000:04:00.0: [1a03:2000] type 00 class 0x030000
2023-06-01T11:45:47.19384 kern.info: [ 627.297124] pci 0000:04:00.0: reg 0x10: [mem 0x93000000-0x93ffffff]
2023-06-01T11:45:47.19385 kern.info: [ 627.297136] pci 0000:04:00.0: reg 0x14: [mem 0x94000000-0x9403ffff]
2023-06-01T11:45:47.19386 kern.info: [ 627.297147] pci 0000:04:00.0: reg 0x18: [io 0x1000-0x107f]
2023-06-01T11:45:47.19387 kern.info: [ 627.297202] pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
2023-06-01T11:45:47.19389 kern.info: [ 627.297240] pci 0000:04:00.0: supports D1 D2
2023-06-01T11:45:47.19391 kern.info: [ 627.297241] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
2023-06-01T11:45:47.19392 kern.info: [ 627.297336] pci 0000:03:00.0: PCI bridge to [bus 04]
2023-06-01T11:45:47.19393 kern.info: [ 627.297342] pci 0000:03:00.0: bridge window [io 0x1000-0x1fff]
2023-06-01T11:45:47.19394 kern.info: [ 627.297346] pci 0000:03:00.0: bridge window [mem 0x93000000-0x940fffff]
2023-06-01T11:45:47.19396 kern.info: [ 627.297417] pci 0000:05:00.0: [1d6a:14c0] type 00 class 0x020000
2023-06-01T11:45:47.19398 kern.info: [ 627.297438] pci 0000:05:00.0: reg 0x10: [mem 0x94800000-0x9487ffff 64bit]
2023-06-01T11:45:47.19399 kern.info: [ 627.297453] pci 0000:05:00.0: reg 0x18: [mem 0x948a0000-0x948a0fff 64bit]
2023-06-01T11:45:47.19400 kern.info: [ 627.297467] pci 0000:05:00.0: reg 0x20: [mem 0x94400000-0x947fffff 64bit]
2023-06-01T11:45:47.19402 kern.info: [ 627.297476] pci 0000:05:00.0: reg 0x30: [mem 0x94880000-0x9489ffff pref]
2023-06-01T11:45:47.19404 kern.info: [ 627.297576] pci 0000:05:00.0: supports D1 D2
2023-06-01T11:45:47.19405 kern.info: [ 627.297576] pci 0000:05:00.0: PME# supported from D0 D1 D3hot D3cold
2023-06-01T11:45:47.19406 kern.info: [ 627.573624] pci 0000:00:1c.4: PCI bridge to [bus 05]
2023-06-01T11:45:47.19407 kern.info: [ 627.573645] pci 0000:00:1c.4: bridge window [mem 0x94400000-0x948fffff]
2023-06-01T11:45:47.19412 kern.info: [ 627.776920] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 15-32])
2023-06-01T11:45:47.19414 kern.info: [ 627.776925] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19415 kern.info: [ 627.985927] acpi PNP0A08:01: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19416 kern.info: [ 627.986242] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19419 kern.info: [ 627.986244] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19421 kern.info: [ 627.986521] PCI host bridge to bus 0000:15
2023-06-01T11:45:47.19422 kern.info: [ 627.986523] pci_bus 0000:15: root bus resource [io 0x4000-0x5fff window]
2023-06-01T11:45:47.19423 kern.info: [ 627.986527] pci_bus 0000:15: root bus resource [mem 0x95800000-0x9fffffff window]
2023-06-01T11:45:47.19424 kern.info: [ 627.986530] pci_bus 0000:15: root bus resource [mem 0x201000000000-0x201fffffffff window]
2023-06-01T11:45:47.19426 kern.info: [ 627.986532] pci_bus 0000:15: root bus resource [bus 15-32]
2023-06-01T11:45:47.19428 kern.info: [ 627.986552] pci 0000:15:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19429 kern.info: [ 628.211583] pci 0000:15:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19430 kern.info: [ 628.244585] pci 0000:15:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19431 kern.info: [ 628.300583] pci 0000:15:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19434 kern.info: [ 628.407661] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 33-50])
2023-06-01T11:45:47.19435 kern.info: [ 628.407667] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19437 kern.info: [ 628.408362] acpi PNP0A08:02: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19439 kern.info: [ 628.408580] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19440 kern.info: [ 628.408581] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19442 kern.info: [ 628.605697] PCI host bridge to bus 0000:33
2023-06-01T11:45:47.19443 kern.info: [ 628.605698] pci_bus 0000:33: root bus resource [io 0x6000-0x7fff window]
2023-06-01T11:45:47.19444 kern.info: [ 628.605700] pci_bus 0000:33: root bus resource [mem 0xa0000000-0xaa3fffff window]
2023-06-01T11:45:47.19446 kern.info: [ 628.605701] pci_bus 0000:33: root bus resource [mem 0x202000000000-0x202fffffffff window]
2023-06-01T11:45:47.19448 kern.info: [ 628.605702] pci_bus 0000:33: root bus resource [bus 33-50]
2023-06-01T11:45:47.19449 kern.info: [ 628.605713] pci 0000:33:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19451 kern.info: [ 628.605784] pci 0000:33:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19452 kern.info: [ 628.605844] pci 0000:33:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19455 kern.info: [ 628.605905] pci 0000:33:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19456 kern.info: [ 628.606012] pci 0000:33:01.0: [8086:352a] type 01 class 0x060400
2023-06-01T11:45:47.19457 kern.info: [ 628.606022] pci 0000:33:01.0: reg 0x10: [mem 0x202ffff00000-0x202ffff1ffff 64bit]
2023-06-01T11:45:47.19458 kern.info: [ 628.606071] pci 0000:33:01.0: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19460 kern.info: [ 628.606376] pci 0000:34:00.0: [8086:4fa0] type 01 class 0x060400
2023-06-01T11:45:47.19462 kern.info: [ 628.606388] pci 0000:34:00.0: reg 0x10: [mem 0x202ff0000000-0x202ff07fffff 64bit pref]
2023-06-01T11:45:47.19464 kern.info: [ 628.606450] pci 0000:34:00.0: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19465 kern.info: [ 628.606540] pci 0000:33:01.0: PCI bridge to [bus 34-37]
2023-06-01T11:45:47.19466 kern.info: [ 628.606543] pci 0000:33:01.0: bridge window [mem 0xa8000000-0xa93fffff]
2023-06-01T11:45:47.19467 kern.info: [ 628.606545] pci 0000:33:01.0: bridge window [mem 0x202fe0000000-0x202ff07fffff 64bit pref]
2023-06-01T11:45:47.19469 kern.info: [ 628.606576] pci 0000:35:01.0: [8086:4fa4] type 01 class 0x060400
2023-06-01T11:45:47.19470 kern.info: [ 628.833583] pci 0000:35:01.0: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19471 kern.info: [ 628.847583] pci 0000:35:04.0: [8086:4fa4] type 01 class 0x060400
2023-06-01T11:45:47.19473 kern.info: [ 628.847583] pci 0000:35:04.0: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19475 kern.info: [ 628.847583] pci 0000:34:00.0: PCI bridge to [bus 35-37]
2023-06-01T11:45:47.19476 kern.info: [ 628.847583] pci 0000:34:00.0: bridge window [mem 0xa8000000-0xa93fffff]
2023-06-01T11:45:47.19478 kern.info: [ 628.847583] pci 0000:34:00.0: bridge window [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.19479 kern.info: [ 628.847583] pci 0000:36:00.0: [8086:56a1] type 00 class 0x030000
2023-06-01T11:45:47.19480 kern.info: [ 628.847583] pci 0000:36:00.0: reg 0x10: [mem 0xa8000000-0xa8ffffff 64bit]
2023-06-01T11:45:47.19482 kern.info: [ 628.847583] pci 0000:36:00.0: reg 0x18: [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.19483 kern.info: [ 628.847583] pci 0000:36:00.0: reg 0x30: [mem 0xa9000000-0xa91fffff pref]
2023-06-01T11:45:47.19484 kern.info: [ 628.847583] pci 0000:36:00.0: ASPM: overriding L1 acceptable latency from 0x0 to 0x7
2023-06-01T11:45:47.19486 kern.info: [ 628.847583] pci 0000:36:00.0: BAR 2: assigned to efifb
2023-06-01T11:45:47.19488 kern.info: [ 628.926585] pci 0000:36:00.0: PME# supported from D0 D3hot
2023-06-01T11:45:47.19489 kern.info: [ 628.926585] pci 0000:35:01.0: PCI bridge to [bus 36]
2023-06-01T11:45:47.19491 kern.info: [ 628.926585] pci 0000:35:01.0: bridge window [mem 0xa8000000-0xa91fffff]
2023-06-01T11:45:47.19492 kern.info: [ 628.926585] pci 0000:35:01.0: bridge window [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.19494 kern.info: [ 628.926585] pci 0000:37:00.0: [8086:4f90] type 00 class 0x040300
2023-06-01T11:45:47.19495 kern.info: [ 628.926585] pci 0000:37:00.0: reg 0x10: [mem 0xa9300000-0xa9303fff 64bit]
2023-06-01T11:45:47.19496 kern.info: [ 628.926585] pci 0000:37:00.0: PME# supported from D3hot D3cold
2023-06-01T11:45:47.19498 kern.info: [ 628.926585] pci 0000:35:04.0: PCI bridge to [bus 37]
2023-06-01T11:45:47.19499 kern.info: [ 628.926585] pci 0000:35:04.0: bridge window [mem 0xa9300000-0xa93fffff]
2023-06-01T11:45:47.19502 kern.info: [ 628.926585] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus 51-6e])
2023-06-01T11:45:47.19503 kern.info: [ 628.926585] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19504 kern.info: [ 629.056233] acpi PNP0A08:03: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19506 kern.info: [ 629.056448] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19508 kern.info: [ 629.056449] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19509 kern.info: [ 629.056566] PCI host bridge to bus 0000:51
2023-06-01T11:45:47.19511 kern.info: [ 629.056567] pci_bus 0000:51: root bus resource [io 0x8000-0x9fff window]
2023-06-01T11:45:47.19512 kern.info: [ 629.056568] pci_bus 0000:51: root bus resource [mem 0xaa400000-0xb47fffff window]
2023-06-01T11:45:47.19514 kern.info: [ 629.056569] pci_bus 0000:51: root bus resource [mem 0x203000000000-0x203fffffffff window]
2023-06-01T11:45:47.19515 kern.info: [ 629.056570] pci_bus 0000:51: root bus resource [bus 51-6e]
2023-06-01T11:45:47.19516 kern.info: [ 629.056580] pci 0000:51:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19518 kern.info: [ 629.278586] pci 0000:51:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19519 kern.info: [ 629.303583] pci 0000:51:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19521 kern.info: [ 629.332585] pci 0000:51:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19523 kern.info: [ 629.336931] ACPI: PCI Root Bridge [PC04] (domain 0000 [bus 6f-8c])
2023-06-01T11:45:47.19524 kern.info: [ 629.336936] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19526 kern.info: [ 629.546082] acpi PNP0A08:04: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19528 kern.info: [ 629.546399] acpi PNP0A08:04: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19529 kern.info: [ 629.546400] acpi PNP0A08:04: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19530 kern.info: [ 629.546532] PCI host bridge to bus 0000:6f
2023-06-01T11:45:47.19532 kern.info: [ 629.546534] pci_bus 0000:6f: root bus resource [io 0xa000-0xbfff window]
2023-06-01T11:45:47.19534 kern.info: [ 629.546535] pci_bus 0000:6f: root bus resource [mem 0xb4800000-0xbebfffff window]
2023-06-01T11:45:47.19535 kern.info: [ 629.546536] pci_bus 0000:6f: root bus resource [mem 0x204000000000-0x204fffffffff window]
2023-06-01T11:45:47.19536 kern.info: [ 629.546537] pci_bus 0000:6f: root bus resource [bus 6f-8c]
2023-06-01T11:45:47.19538 kern.info: [ 629.546547] pci 0000:6f:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19539 kern.info: [ 629.743596] pci 0000:6f:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19541 kern.info: [ 629.752684] pci 0000:6f:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19543 kern.info: [ 629.752801] pci 0000:6f:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19544 kern.info: [ 629.752994] pci 0000:6f:01.0: [8086:352a] type 01 class 0x060400
2023-06-01T11:45:47.19546 kern.info: [ 629.753011] pci 0000:6f:01.0: reg 0x10: [mem 0x204ffff60000-0x204ffff7ffff 64bit]
2023-06-01T11:45:47.19548 kern.info: [ 629.753083] pci 0000:6f:01.0: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19549 kern.info: [ 629.753429] pci 0000:6f:03.0: [8086:352b] type 01 class 0x060400
2023-06-01T11:45:47.19550 kern.info: [ 629.753445] pci 0000:6f:03.0: reg 0x10: [mem 0x204ffff40000-0x204ffff5ffff 64bit]
2023-06-01T11:45:47.19551 kern.info: [ 629.753515] pci 0000:6f:03.0: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19553 kern.info: [ 630.040583] pci 0000:6f:05.0: [8086:352c] type 01 class 0x060400
2023-06-01T11:45:47.19555 kern.info: [ 630.045582] pci 0000:6f:05.0: reg 0x10: [mem 0x204ffff20000-0x204ffff3ffff 64bit]
2023-06-01T11:45:47.19556 kern.info: [ 630.059603] pci 0000:6f:05.0: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19557 kern.info: [ 630.059807] pci 0000:6f:07.0: [8086:352d] type 01 class 0x060400
2023-06-01T11:45:47.19559 kern.info: [ 630.059820] pci 0000:6f:07.0: reg 0x10: [mem 0x204ffff00000-0x204ffff1ffff 64bit]
2023-06-01T11:45:47.19560 kern.info: [ 630.059878] pci 0000:6f:07.0: PME# supported from D0 D3hot D3cold
2023-06-01T11:45:47.19562 kern.info: [ 630.060248] pci 0000:70:00.0: [025e:f1ac] type 00 class 0x010802
2023-06-01T11:45:47.19563 kern.info: [ 630.060264] pci 0000:70:00.0: reg 0x10: [mem 0xbea00000-0xbea03fff 64bit]
2023-06-01T11:45:47.19564 kern.info: [ 630.060444] pci 0000:6f:01.0: PCI bridge to [bus 70]
2023-06-01T11:45:47.19566 kern.info: [ 630.060448] pci 0000:6f:01.0: bridge window [mem 0xbea00000-0xbeafffff]
2023-06-01T11:45:47.19568 kern.info: [ 630.288589] pci 0000:71:00.0: [025e:f1ac] type 00 class 0x010802
2023-06-01T11:45:47.19569 kern.info: [ 630.288608] pci 0000:71:00.0: reg 0x10: [mem 0xbe900000-0xbe903fff 64bit]
2023-06-01T11:45:47.19570 kern.info: [ 630.288850] pci 0000:6f:03.0: PCI bridge to [bus 71]
2023-06-01T11:45:47.19571 kern.info: [ 630.288856] pci 0000:6f:03.0: bridge window [mem 0xbe900000-0xbe9fffff]
2023-06-01T11:45:47.19573 kern.info: [ 630.289158] pci 0000:72:00.0: [025e:f1ac] type 00 class 0x010802
2023-06-01T11:45:47.19575 kern.info: [ 630.289177] pci 0000:72:00.0: reg 0x10: [mem 0xbe800000-0xbe803fff 64bit]
2023-06-01T11:45:47.19576 kern.info: [ 630.289398] pci 0000:6f:05.0: PCI bridge to [bus 72]
2023-06-01T11:45:47.19577 kern.info: [ 630.289403] pci 0000:6f:05.0: bridge window [mem 0xbe800000-0xbe8fffff]
2023-06-01T11:45:47.19579 kern.info: [ 630.513583] pci 0000:73:00.0: [025e:f1ac] type 00 class 0x010802
2023-06-01T11:45:47.19580 kern.info: [ 630.519582] pci 0000:73:00.0: reg 0x10: [mem 0xbe700000-0xbe703fff 64bit]
2023-06-01T11:45:47.19582 kern.info: [ 630.587584] pci 0000:6f:07.0: PCI bridge to [bus 73]
2023-06-01T11:45:47.19584 kern.info: [ 630.589582] pci 0000:6f:07.0: bridge window [mem 0xbe700000-0xbe7fffff]
2023-06-01T11:45:47.19586 kern.info: [ 630.672583] ACPI: PCI Root Bridge [PC05] (domain 0000 [bus 8d-aa])
2023-06-01T11:45:47.19587 kern.info: [ 630.673585] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19589 kern.info: [ 630.935836] acpi PNP0A08:05: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19591 kern.info: [ 630.936132] acpi PNP0A08:05: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19592 kern.info: [ 630.936134] acpi PNP0A08:05: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19593 kern.info: [ 630.936331] PCI host bridge to bus 0000:8d
2023-06-01T11:45:47.19595 kern.info: [ 630.936333] pci_bus 0000:8d: root bus resource [io 0xc000-0xdfff window]
2023-06-01T11:45:47.19597 kern.info: [ 630.936335] pci_bus 0000:8d: root bus resource [mem 0xbec00000-0xc8ffffff window]
2023-06-01T11:45:47.19598 kern.info: [ 630.936337] pci_bus 0000:8d: root bus resource [mem 0x205000000000-0x205fffffffff window]
2023-06-01T11:45:47.19599 kern.info: [ 630.936339] pci_bus 0000:8d: root bus resource [bus 8d-aa]
2023-06-01T11:45:47.19600 kern.info: [ 630.936353] pci 0000:8d:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19603 kern.info: [ 630.936448] pci 0000:8d:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19604 kern.info: [ 630.936550] pci 0000:8d:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19605 kern.info: [ 631.170582] pci 0000:8d:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19607 kern.info: [ 631.198749] ACPI: PCI Root Bridge [PC06] (domain 0000 [bus ab-c8])
2023-06-01T11:45:47.19610 kern.info: [ 631.198753] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19611 kern.info: [ 631.419783] acpi PNP0A08:06: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19612 kern.info: [ 631.420365] acpi PNP0A08:06: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19614 kern.info: [ 631.420367] acpi PNP0A08:06: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19616 kern.info: [ 631.420527] PCI host bridge to bus 0000:ab
2023-06-01T11:45:47.19617 kern.info: [ 631.420529] pci_bus 0000:ab: root bus resource [io 0xe000-0xefff window]
2023-06-01T11:45:47.19619 kern.info: [ 631.420531] pci_bus 0000:ab: root bus resource [mem 0xc9000000-0xd33fffff window]
2023-06-01T11:45:47.19620 kern.info: [ 631.420532] pci_bus 0000:ab: root bus resource [mem 0x206000000000-0x206fffffffff window]
2023-06-01T11:45:47.19621 kern.info: [ 631.420534] pci_bus 0000:ab: root bus resource [bus ab-c8]
2023-06-01T11:45:47.19623 kern.info: [ 631.420547] pci 0000:ab:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19624 kern.info: [ 631.635584] pci 0000:ab:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19626 kern.info: [ 631.658601] pci 0000:ab:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19627 kern.info: [ 631.658690] pci 0000:ab:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19633 kern.info: [ 631.658993] ACPI: PCI Root Bridge [PC07] (domain 0000 [bus c9-e6])
2023-06-01T11:45:47.19634 kern.info: [ 631.658998] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19635 kern.info: [ 631.659572] acpi PNP0A08:07: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19637 kern.info: [ 631.940588] acpi PNP0A08:07: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19639 kern.info: [ 631.940588] acpi PNP0A08:07: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19641 kern.info: [ 631.981590] PCI host bridge to bus 0000:c9
2023-06-01T11:45:47.19642 kern.info: [ 631.981590] pci_bus 0000:c9: root bus resource [io 0xf000-0xffff window]
2023-06-01T11:45:47.19643 kern.info: [ 631.981590] pci_bus 0000:c9: root bus resource [mem 0xd3400000-0xdd7fffff window]
2023-06-01T11:45:47.19646 kern.info: [ 631.981590] pci_bus 0000:c9: root bus resource [mem 0x207000000000-0x207fffffffff window]
2023-06-01T11:45:47.19648 kern.info: [ 631.981590] pci_bus 0000:c9: root bus resource [bus c9-e6]
2023-06-01T11:45:47.19649 kern.info: [ 631.991584] pci 0000:c9:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19650 kern.info: [ 631.998583] pci 0000:c9:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19651 kern.info: [ 631.998583] pci 0000:c9:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19653 kern.info: [ 632.044583] pci 0000:c9:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19656 kern.info: [ 632.158582] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus e7-eb])
2023-06-01T11:45:47.19657 kern.info: [ 632.160582] acpi PNP0A08:0a: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19658 kern.info: [ 632.283583] acpi PNP0A08:0a: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19660 kern.info: [ 632.283583] acpi PNP0A08:0a: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19662 kern.info: [ 632.283583] acpi PNP0A08:0a: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19663 kern.info: [ 632.283583] PCI host bridge to bus 0000:e7
2023-06-01T11:45:47.19664 kern.info: [ 632.283583] pci_bus 0000:e7: root bus resource [mem 0xdd800000-0xddffffff window]
2023-06-01T11:45:47.19666 kern.info: [ 632.283583] pci_bus 0000:e7: root bus resource [mem 0x208000000000-0x208fffffffff window]
2023-06-01T11:45:47.19668 kern.info: [ 632.283583] pci_bus 0000:e7: root bus resource [bus e7-eb]
2023-06-01T11:45:47.19669 kern.info: [ 632.283583] pci 0000:e7:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19671 kern.info: [ 632.283583] pci 0000:e7:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19672 kern.info: [ 632.283583] pci 0000:e7:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19674 kern.info: [ 632.283583] pci 0000:e7:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19675 kern.info: [ 632.283583] pci 0000:e7:01.0: [8086:0b25] type 00 class 0x088000
2023-06-01T11:45:47.19677 kern.info: [ 632.283583] pci 0000:e7:01.0: reg 0x10: [mem 0x208ffff20000-0x208ffff2ffff 64bit pref]
2023-06-01T11:45:47.19678 kern.info: [ 632.283583] pci 0000:e7:01.0: reg 0x18: [mem 0x208ffff00000-0x208ffff1ffff 64bit pref]
2023-06-01T11:45:47.19680 kern.info: [ 632.283583] pci 0000:e7:03.0: [8086:09a6] type 00 class 0x088000
2023-06-01T11:45:47.19682 kern.info: [ 632.283583] pci 0000:e7:03.0: reg 0x10: [mem 0xdde00000-0xddefffff]
2023-06-01T11:45:47.19683 kern.info: [ 632.283583] pci 0000:e7:03.1: [8086:09a7] type 00 class 0x088000
2023-06-01T11:45:47.19684 kern.info: [ 632.283583] pci 0000:e7:03.1: reg 0x10: [mem 0xddf40000-0xddf41fff]
2023-06-01T11:45:47.19686 kern.info: [ 632.283583] pci 0000:e7:03.1: reg 0x14: [mem 0xddf00000-0xddf3ffff]
2023-06-01T11:45:47.19689 kern.info: [ 632.483761] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus ec-f0])
2023-06-01T11:45:47.19691 kern.info: [ 632.483764] acpi PNP0A08:0d: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19692 kern.info: [ 632.484135] acpi PNP0A08:0d: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19693 kern.info: [ 632.484187] acpi PNP0A08:0d: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19695 kern.info: [ 632.484188] acpi PNP0A08:0d: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19696 kern.info: [ 632.484226] PCI host bridge to bus 0000:ec
2023-06-01T11:45:47.19698 kern.info: [ 632.484227] pci_bus 0000:ec: root bus resource [mem 0xde000000-0xde7fffff window]
2023-06-01T11:45:47.19699 kern.info: [ 632.484228] pci_bus 0000:ec: root bus resource [mem 0x209000000000-0x209fffffffff window]
2023-06-01T11:45:47.19701 kern.info: [ 632.484229] pci_bus 0000:ec: root bus resource [bus ec-f0]
2023-06-01T11:45:47.19702 kern.info: [ 632.484237] pci 0000:ec:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19704 kern.info: [ 632.484297] pci 0000:ec:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19705 kern.info: [ 632.484359] pci 0000:ec:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19706 kern.info: [ 632.484419] pci 0000:ec:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19710 kern.info: [ 632.689613] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus f1-f5])
2023-06-01T11:45:47.19711 kern.info: [ 632.689619] acpi PNP0A08:10: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19712 kern.info: [ 632.690023] acpi PNP0A08:10: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19713 kern.info: [ 632.690079] acpi PNP0A08:10: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19716 kern.info: [ 632.690080] acpi PNP0A08:10: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19717 kern.info: [ 632.690141] PCI host bridge to bus 0000:f1
2023-06-01T11:45:47.19718 kern.info: [ 632.690142] pci_bus 0000:f1: root bus resource [mem 0xde800000-0xdeffffff window]
2023-06-01T11:45:47.19719 kern.info: [ 632.690144] pci_bus 0000:f1: root bus resource [mem 0x20a000000000-0x20afffffffff window]
2023-06-01T11:45:47.19721 kern.info: [ 632.690145] pci_bus 0000:f1: root bus resource [bus f1-f5]
2023-06-01T11:45:47.19723 kern.info: [ 632.690156] pci 0000:f1:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19724 kern.info: [ 632.690228] pci 0000:f1:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19725 kern.info: [ 632.690289] pci 0000:f1:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19727 kern.info: [ 632.690350] pci 0000:f1:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19730 kern.info: [ 632.690559] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus f6-fa])
2023-06-01T11:45:47.19731 kern.info: [ 632.690561] acpi PNP0A08:13: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-01T11:45:47.19733 kern.info: [ 632.900926] acpi PNP0A08:13: _OSC: platform does not support [AER]
2023-06-01T11:45:47.19734 kern.info: [ 632.900982] acpi PNP0A08:13: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-01T11:45:47.19736 kern.info: [ 632.900983] acpi PNP0A08:13: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-01T11:45:47.19738 kern.info: [ 632.901024] PCI host bridge to bus 0000:f6
2023-06-01T11:45:47.19739 kern.info: [ 632.901025] pci_bus 0000:f6: root bus resource [mem 0xdf000000-0xdf7fffff window]
2023-06-01T11:45:47.19740 kern.info: [ 632.901026] pci_bus 0000:f6: root bus resource [mem 0x20b000000000-0x20bfffffffff window]
2023-06-01T11:45:47.19742 kern.info: [ 632.901027] pci_bus 0000:f6: root bus resource [bus f6-fa]
2023-06-01T11:45:47.19744 kern.info: [ 632.901036] pci 0000:f6:00.0: [8086:09a2] type 00 class 0x088000
2023-06-01T11:45:47.19745 kern.info: [ 632.901098] pci 0000:f6:00.1: [8086:09a4] type 00 class 0x088000
2023-06-01T11:45:47.19746 kern.info: [ 632.901158] pci 0000:f6:00.2: [8086:09a3] type 00 class 0x088000
2023-06-01T11:45:47.19748 kern.info: [ 632.901219] pci 0000:f6:00.4: [8086:0b23] type 00 class 0x080700
2023-06-01T11:45:47.19751 kern.info: [ 632.901488] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
2023-06-01T11:45:47.19752 kern.info: [ 632.901489] ACPI: PCI: Interrupt link LNKA disabled
2023-06-01T11:45:47.19754 kern.info: [ 632.901550] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
2023-06-01T11:45:47.19755 kern.info: [ 632.901551] ACPI: PCI: Interrupt link LNKB disabled
2023-06-01T11:45:47.19757 kern.info: [ 633.101584] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
2023-06-01T11:45:47.19759 kern.info: [ 633.101585] ACPI: PCI: Interrupt link LNKC disabled
2023-06-01T11:45:47.19760 kern.info: [ 633.105612] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
2023-06-01T11:45:47.19761 kern.info: [ 633.105613] ACPI: PCI: Interrupt link LNKD disabled
2023-06-01T11:45:47.19763 kern.info: [ 633.105655] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
2023-06-01T11:45:47.19764 kern.info: [ 633.105655] ACPI: PCI: Interrupt link LNKE disabled
2023-06-01T11:45:47.19766 kern.info: [ 633.105695] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
2023-06-01T11:45:47.19767 kern.info: [ 633.105695] ACPI: PCI: Interrupt link LNKF disabled
2023-06-01T11:45:47.19768 kern.info: [ 633.105738] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
2023-06-01T11:45:47.19769 kern.info: [ 633.105738] ACPI: PCI: Interrupt link LNKG disabled
2023-06-01T11:45:47.19771 kern.info: [ 633.105780] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
2023-06-01T11:45:47.19773 kern.info: [ 633.105781] ACPI: PCI: Interrupt link LNKH disabled
2023-06-01T11:45:47.19774 kern.info: [ 633.106088] iommu: Default domain type: Passthrough (set via kernel command line)
2023-06-01T11:45:47.19775 kern.info: [ 633.106192] pps_core: LinuxPPS API ver. 1 registered
2023-06-01T11:45:47.19776 kern.info: [ 633.106193] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
2023-06-01T11:45:47.19778 kern.info: [ 633.106194] PTP clock support registered
2023-06-01T11:45:47.19780 kern.info: [ 633.106208] EDAC MC: Ver: 3.0.0
2023-06-01T11:45:47.19781 kern.info: [ 633.286600] Registered efivars operations
2023-06-01T11:45:47.19783 kern.info: [ 633.321709] mctp: management component transport protocol core
2023-06-01T11:45:47.19784 kern.info: [ 633.321711] NET: Registered PF_MCTP protocol family
2023-06-01T11:45:47.19785 kern.info: [ 633.321716] PCI: Using ACPI for IRQ routing
2023-06-01T11:45:47.19787 kern.info: [ 634.528149] PCI: Discovered peer bus fe
2023-06-01T11:45:47.19791 kern.info: [ 634.528186] PCI host bridge to bus 0000:fe
2023-06-01T11:45:47.19792 kern.info: [ 634.528188] pci_bus 0000:fe: root bus resource [io 0x0000-0xffff]
2023-06-01T11:45:47.19794 kern.info: [ 634.528190] pci_bus 0000:fe: root bus resource [mem 0x00000000-0x3fffffffffff]
2023-06-01T11:45:47.19796 kern.info: [ 634.528191] pci_bus 0000:fe: No busn resource found for root bus, will use [bus fe-ff]
2023-06-01T11:45:47.19797 kern.info: [ 634.528200] pci 0000:fe:00.0: [8086:3250] type 00 class 0x088000
2023-06-01T11:45:47.19798 kern.info: [ 634.528260] pci 0000:fe:00.1: [8086:3251] type 00 class 0x088000
2023-06-01T11:45:47.19800 kern.info: [ 634.528310] pci 0000:fe:00.2: [8086:3252] type 00 class 0x088000
2023-06-01T11:45:47.19802 kern.info: [ 634.528360] pci 0000:fe:00.3: [8086:0998] type 00 class 0x060000
2023-06-01T11:45:47.19803 kern.info: [ 634.528427] pci 0000:fe:00.5: [8086:3255] type 00 class 0x088000
2023-06-01T11:45:47.19805 kern.info: [ 634.528484] pci 0000:fe:05.0: [8086:3245] type 00 class 0x088000
2023-06-01T11:45:47.19806 kern.info: [ 634.528563] pci 0000:fe:05.1: [8086:3246] type 00 class 0x088000
2023-06-01T11:45:47.19807 kern.info: [ 634.727624] pci 0000:fe:05.2: [8086:3247] type 00 class 0x088000
2023-06-01T11:45:47.19809 kern.info: [ 634.727713] pci 0000:fe:06.0: [8086:3245] type 00 class 0x088000
2023-06-01T11:45:47.19810 kern.info: [ 634.727834] pci 0000:fe:06.1: [8086:3246] type 00 class 0x088000
2023-06-01T11:45:47.19812 kern.info: [ 634.727953] pci 0000:fe:06.2: [8086:3247] type 00 class 0x088000
2023-06-01T11:45:47.19813 kern.info: [ 634.728073] pci 0000:fe:07.0: [8086:3245] type 00 class 0x088000
2023-06-01T11:45:47.19814 kern.info: [ 634.728187] pci 0000:fe:07.1: [8086:3246] type 00 class 0x088000
2023-06-01T11:45:47.19816 kern.info: [ 634.728302] pci 0000:fe:07.2: [8086:3247] type 00 class 0x088000
2023-06-01T11:45:47.19818 kern.info: [ 634.728424] pci 0000:fe:08.0: [8086:3245] type 00 class 0x088000
2023-06-01T11:45:47.19819 kern.info: [ 634.728577] pci 0000:fe:08.1: [8086:3246] type 00 class 0x088000
2023-06-01T11:45:47.19820 kern.info: [ 634.945667] pci 0000:fe:08.2: [8086:3247] type 00 class 0x088000
2023-06-01T11:45:47.19822 kern.info: [ 634.945846] pci 0000:fe:0c.0: [8086:324a] type 00 class 0x110100
2023-06-01T11:45:47.19824 kern.info: [ 634.945938] pci 0000:fe:0d.0: [8086:324a] type 00 class 0x110100
2023-06-01T11:45:47.19825 kern.info: [ 634.946060] pci 0000:fe:0e.0: [8086:324a] type 00 class 0x110100
2023-06-01T11:45:47.19826 kern.info: [ 634.946190] pci 0000:fe:0f.0: [8086:324a] type 00 class 0x110100
2023-06-01T11:45:47.19827 kern.info: [ 634.946366] pci 0000:fe:1a.0: [8086:2880] type 00 class 0x110100
2023-06-01T11:45:47.19829 kern.info: [ 634.946485] pci 0000:fe:1b.0: [8086:2880] type 00 class 0x110100
2023-06-01T11:45:47.19831 kern.info: [ 635.163584] pci 0000:fe:1c.0: [8086:2880] type 00 class 0x110100
2023-06-01T11:45:47.19832 kern.info: [ 635.172681] pci 0000:fe:1d.0: [8086:2880] type 00 class 0x110100
2023-06-01T11:45:47.19834 kern.info: [ 635.172820] pci_bus 0000:fe: busn_res: [bus fe-ff] end is updated to fe
2023-06-01T11:45:47.19835 kern.info: [ 635.172832] PCI: Discovered peer bus ff
2023-06-01T11:45:47.19839 kern.info: [ 635.172850] PCI host bridge to bus 0000:ff
2023-06-01T11:45:47.19840 kern.info: [ 635.172851] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
2023-06-01T11:45:47.19842 kern.info: [ 635.172852] pci_bus 0000:ff: root bus resource [mem 0x00000000-0x3fffffffffff]
2023-06-01T11:45:47.19843 kern.info: [ 635.172854] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
2023-06-01T11:45:47.19847 kern.info: [ 635.172866] pci 0000:ff:00.0: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19848 kern.info: [ 635.172965] pci 0000:ff:00.1: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19850 kern.info: [ 635.173070] pci 0000:ff:00.2: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19851 kern.info: [ 635.173176] pci 0000:ff:00.3: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19852 kern.info: [ 635.173281] pci 0000:ff:00.4: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19855 kern.info: [ 635.173379] pci 0000:ff:00.5: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19856 kern.info: [ 635.173483] pci 0000:ff:00.6: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19857 kern.info: [ 635.369582] pci 0000:ff:00.7: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19858 kern.info: [ 635.383624] pci 0000:ff:01.0: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19859 kern.info: [ 635.383703] pci 0000:ff:01.1: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19864 kern.info: [ 635.383785] pci 0000:ff:01.2: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19866 kern.info: [ 635.383866] pci 0000:ff:01.3: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19867 kern.info: [ 635.383937] pci 0000:ff:01.4: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19868 kern.info: [ 635.384016] pci 0000:ff:01.5: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19871 kern.info: [ 635.384105] pci 0000:ff:01.6: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19873 kern.info: [ 635.384196] pci 0000:ff:01.7: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19874 kern.info: [ 635.384287] pci 0000:ff:02.0: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19875 kern.info: [ 635.384376] pci 0000:ff:02.1: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19876 kern.info: [ 635.384466] pci 0000:ff:02.2: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19878 kern.info: [ 635.384560] pci 0000:ff:02.3: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19880 kern.info: [ 635.602583] pci 0000:ff:02.4: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19881 kern.info: [ 635.632584] pci 0000:ff:02.5: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19882 kern.info: [ 635.665582] pci 0000:ff:02.6: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19884 kern.info: [ 635.706583] pci 0000:ff:02.7: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19886 kern.info: [ 635.731611] pci 0000:ff:03.0: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19887 kern.info: [ 635.731729] pci 0000:ff:03.1: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19888 kern.info: [ 635.731864] pci 0000:ff:03.2: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19889 kern.info: [ 635.732007] pci 0000:ff:03.3: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19891 kern.info: [ 635.732152] pci 0000:ff:03.4: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19893 kern.info: [ 635.732325] pci 0000:ff:03.5: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19895 kern.info: [ 635.902584] pci 0000:ff:03.6: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19896 kern.info: [ 635.957583] pci 0000:ff:03.7: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19897 kern.info: [ 635.971681] pci 0000:ff:04.0: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19898 kern.info: [ 635.971822] pci 0000:ff:04.1: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19900 kern.info: [ 635.971964] pci 0000:ff:04.2: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19901 kern.info: [ 635.972099] pci 0000:ff:04.3: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19903 kern.info: [ 635.972238] pci 0000:ff:04.4: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19904 kern.info: [ 635.972375] pci 0000:ff:04.5: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19906 kern.info: [ 635.972508] pci 0000:ff:04.6: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19908 kern.info: [ 636.198584] pci 0000:ff:04.7: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19909 kern.info: [ 636.245582] pci 0000:ff:05.0: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19910 kern.info: [ 636.282582] pci 0000:ff:05.1: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19911 kern.info: [ 636.291673] pci 0000:ff:05.2: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19913 kern.info: [ 636.291811] pci 0000:ff:05.3: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19915 kern.info: [ 636.291948] pci 0000:ff:05.4: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19916 kern.info: [ 636.292085] pci 0000:ff:05.5: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19917 kern.info: [ 636.292222] pci 0000:ff:05.6: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19919 kern.info: [ 636.292355] pci 0000:ff:05.7: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19920 kern.info: [ 636.292479] pci 0000:ff:06.0: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19923 kern.info: [ 636.492582] pci 0000:ff:06.1: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19925 kern.info: [ 636.507655] pci 0000:ff:06.2: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19926 kern.info: [ 636.507784] pci 0000:ff:06.3: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19927 kern.info: [ 636.507912] pci 0000:ff:06.4: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19929 kern.info: [ 636.508045] pci 0000:ff:06.5: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19931 kern.info: [ 636.508179] pci 0000:ff:06.6: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19932 kern.info: [ 636.508333] pci 0000:ff:06.7: [8086:324c] type 00 class 0x088000
2023-06-01T11:45:47.19933 kern.info: [ 636.508477] pci 0000:ff:0a.0: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19934 kern.info: [ 636.508569] pci 0000:ff:0a.1: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19936 kern.info: [ 636.740584] pci 0000:ff:0a.2: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19938 kern.info: [ 636.784583] pci 0000:ff:0a.3: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19939 kern.info: [ 636.825584] pci 0000:ff:0a.4: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19940 kern.info: [ 636.867585] pci 0000:ff:0a.5: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19942 kern.info: [ 636.889611] pci 0000:ff:0a.6: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19944 kern.info: [ 636.889710] pci 0000:ff:0a.7: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19946 kern.info: [ 636.926583] pci 0000:ff:0b.0: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19948 kern.info: [ 636.926583] pci 0000:ff:0b.1: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19950 kern.info: [ 636.926583] pci 0000:ff:0b.2: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19952 kern.info: [ 636.926583] pci 0000:ff:0b.3: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19954 kern.info: [ 636.926583] pci 0000:ff:0b.4: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19955 kern.info: [ 636.926583] pci 0000:ff:0b.5: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19956 kern.info: [ 636.926583] pci 0000:ff:0b.6: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19957 kern.info: [ 636.926583] pci 0000:ff:0b.7: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19959 kern.info: [ 636.926583] pci 0000:ff:0c.0: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19961 kern.info: [ 636.926583] pci 0000:ff:0c.1: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19962 kern.info: [ 637.091598] pci 0000:ff:0c.2: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19964 kern.info: [ 637.091686] pci 0000:ff:0c.3: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19965 kern.info: [ 637.091774] pci 0000:ff:0c.4: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19966 kern.info: [ 637.091861] pci 0000:ff:0c.5: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19968 kern.info: [ 637.091952] pci 0000:ff:0c.6: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19970 kern.info: [ 637.092049] pci 0000:ff:0c.7: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19971 kern.info: [ 637.092140] pci 0000:ff:0d.0: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19972 kern.info: [ 637.092234] pci 0000:ff:0d.1: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19973 kern.info: [ 637.092327] pci 0000:ff:0d.2: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19976 kern.info: [ 637.092420] pci 0000:ff:0d.3: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19977 kern.info: [ 637.092517] pci 0000:ff:0d.4: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19978 kern.info: [ 637.293617] pci 0000:ff:0d.5: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19980 kern.info: [ 637.355582] pci 0000:ff:0d.6: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19981 kern.info: [ 637.396621] pci 0000:ff:0d.7: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19983 kern.info: [ 637.396788] pci 0000:ff:0e.0: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19984 kern.info: [ 637.396955] pci 0000:ff:0e.1: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19986 kern.info: [ 637.397095] pci 0000:ff:0e.2: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19987 kern.info: [ 637.397227] pci 0000:ff:0e.3: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19989 kern.info: [ 637.397366] pci 0000:ff:0e.4: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19991 kern.info: [ 637.397501] pci 0000:ff:0e.5: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19992 kern.info: [ 637.599608] pci 0000:ff:0e.6: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19993 kern.info: [ 637.599736] pci 0000:ff:0e.7: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19994 kern.info: [ 637.599867] pci 0000:ff:0f.0: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19996 kern.info: [ 637.600009] pci 0000:ff:0f.1: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19998 kern.info: [ 637.600142] pci 0000:ff:0f.2: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.19999 kern.info: [ 637.600280] pci 0000:ff:0f.3: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20000 kern.info: [ 637.600417] pci 0000:ff:0f.4: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20002 kern.info: [ 637.600556] pci 0000:ff:0f.5: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20004 kern.info: [ 637.837584] pci 0000:ff:0f.6: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20006 kern.info: [ 637.899583] pci 0000:ff:0f.7: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20007 kern.info: [ 637.952583] pci 0000:ff:10.0: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20008 kern.info: [ 637.973588] pci 0000:ff:10.1: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20009 kern.info: [ 638.016588] pci 0000:ff:10.2: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20011 kern.info: [ 638.046586] pci 0000:ff:10.3: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20013 kern.info: [ 638.068582] pci 0000:ff:10.4: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20014 kern.info: [ 638.107584] pci 0000:ff:10.5: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20015 kern.info: [ 638.133592] pci 0000:ff:10.6: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20016 kern.info: [ 638.186584] pci 0000:ff:10.7: [8086:324d] type 00 class 0x088000
2023-06-01T11:45:47.20019 kern.info: [ 638.186584] pci 0000:ff:1d.0: [8086:344f] type 00 class 0x088000
2023-06-01T11:45:47.20020 kern.info: [ 638.186584] pci 0000:ff:1d.1: [8086:3457] type 00 class 0x088000
2023-06-01T11:45:47.20022 kern.info: [ 638.186584] pci 0000:ff:1e.0: [8086:3258] type 00 class 0x088000
2023-06-01T11:45:47.20023 kern.info: [ 638.186584] pci 0000:ff:1e.1: [8086:3259] type 00 class 0x088000
2023-06-01T11:45:47.20024 kern.info: [ 638.186584] pci 0000:ff:1e.2: [8086:325a] type 00 class 0x088000
2023-06-01T11:45:47.20026 kern.info: [ 638.186584] pci 0000:ff:1e.3: [8086:325b] type 00 class 0x088000
2023-06-01T11:45:47.20028 kern.info: [ 638.186584] pci 0000:ff:1e.4: [8086:325c] type 00 class 0x088000
2023-06-01T11:45:47.20029 kern.info: [ 638.186584] pci 0000:ff:1e.5: [8086:325d] type 00 class 0x088000
2023-06-01T11:45:47.20030 kern.info: [ 638.186584] pci 0000:ff:1e.6: [8086:325e] type 00 class 0x088000
2023-06-01T11:45:47.20031 kern.info: [ 638.186584] pci 0000:ff:1e.7: [8086:325f] type 00 class 0x088000
2023-06-01T11:45:47.20034 kern.info: [ 638.186584] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
2023-06-01T11:45:47.20046 kern.info: [ 638.594605] pci 0000:04:00.0: vgaarb: setting as boot VGA device
2023-06-01T11:45:47.20048 kern.info: [ 638.594608] pci 0000:04:00.0: vgaarb: bridge control possible
2023-06-01T11:45:47.20050 kern.info: [ 638.594609] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
2023-06-01T11:45:47.20051 kern.info: [ 638.594616] pci 0000:36:00.0: vgaarb: setting as boot VGA device (overriding previous)
2023-06-01T11:45:47.20053 kern.info: [ 638.594617] pci 0000:36:00.0: vgaarb: bridge control possible
2023-06-01T11:45:47.20054 kern.info: [ 638.594617] pci 0000:36:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
2023-06-01T11:45:47.20056 kern.info: [ 638.594663] vgaarb: loaded
2023-06-01T11:45:47.20058 kern.info: [ 638.615865] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
2023-06-01T11:45:47.20059 kern.info: [ 638.615870] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
2023-06-01T11:45:47.20060 kern.info: [ 639.278714] clocksource: Switched to clocksource tsc-early
2023-06-01T11:45:47.20061 kern.notice: [ 639.278904] VFS: Disk quotas dquot_6.6.0
2023-06-01T11:45:47.20063 kern.info: [ 639.278958] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
2023-06-01T11:45:47.20066 kern.info: [ 639.279115] AppArmor: AppArmor Filesystem Enabled
2023-06-01T11:45:47.20067 kern.info: [ 639.279149] pnp: PnP ACPI init
2023-06-01T11:45:47.20068 kern.info: [ 639.282921] system 00:01: [io 0x0500-0x05fe] has been reserved
2023-06-01T11:45:47.20069 kern.info: [ 639.282923] system 00:01: [io 0x0400-0x041f] has been reserved
2023-06-01T11:45:47.20071 kern.info: [ 639.282926] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
2023-06-01T11:45:47.20074 kern.info: [ 639.283606] system 00:04: [io 0x0a00-0x0a1f] has been reserved
2023-06-01T11:45:47.20075 kern.info: [ 639.283608] system 00:04: [io 0x0a20-0x0a2f] has been reserved
2023-06-01T11:45:47.20076 kern.info: [ 639.283609] system 00:04: [io 0x0a30-0x0a3f] has been reserved
2023-06-01T11:45:47.20078 kern.info: [ 639.283610] system 00:04: [io 0x0a40-0x0a4f] has been reserved
2023-06-01T11:45:47.20080 kern.info: [ 639.283611] system 00:04: [io 0x0a50-0x0a5f] has been reserved
2023-06-01T11:45:47.20083 kern.info: [ 639.284576] system 00:06: [io 0x0f00-0x0ffe] has been reserved
2023-06-01T11:45:47.20084 kern.info: [ 639.285254] pnp: PnP ACPI: found 8 devices
2023-06-01T11:45:47.20085 kern.info: [ 639.290559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
2023-06-01T11:45:47.20087 kern.info: [ 639.290646] NET: Registered PF_INET protocol family
2023-06-01T11:45:47.20088 kern.info: [ 639.290870] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
2023-06-01T11:45:47.20090 kern.info: [ 639.293415] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, linear)
2023-06-01T11:45:47.20091 kern.info: [ 639.293492] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
2023-06-01T11:45:47.20093 kern.info: [ 639.293889] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
2023-06-01T11:45:47.20095 kern.info: [ 639.294442] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
2023-06-01T11:45:47.20096 kern.info: [ 639.294561] TCP: Hash tables configured (established 524288 bind 65536)
2023-06-01T11:45:47.20097 kern.info: [ 639.294917] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
2023-06-01T11:45:47.20118 kern.info: [ 639.295210] UDP hash table entries: 65536 (order: 9, 2097152 bytes, linear)
2023-06-01T11:45:47.20120 kern.info: [ 639.295513] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, linear)
2023-06-01T11:45:47.20122 kern.info: [ 639.295713] NET: Registered PF_UNIX/PF_LOCAL protocol family
2023-06-01T11:45:47.20123 kern.info: [ 639.295718] NET: Registered PF_XDP protocol family
2023-06-01T11:45:47.20124 kern.info: [ 639.295734] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
2023-06-01T11:45:47.20127 kern.info: [ 639.295743] pci 0000:00:1c.0: BAR 13: no space for [io size 0x1000]
2023-06-01T11:45:47.20128 kern.info: [ 639.295744] pci 0000:00:1c.0: BAR 13: failed to assign [io size 0x1000]
2023-06-01T11:45:47.20130 kern.info: [ 639.295746] pci 0000:00:1c.0: BAR 13: no space for [io size 0x1000]
2023-06-01T11:45:47.20131 kern.info: [ 639.295747] pci 0000:00:1c.0: BAR 13: failed to assign [io size 0x1000]
2023-06-01T11:45:47.20133 kern.info: [ 639.295748] pci 0000:00:1c.0: PCI bridge to [bus 01]
2023-06-01T11:45:47.20135 kern.info: [ 639.295758] pci 0000:00:1c.0: bridge window [mem 0x90100000-0x902fffff]
2023-06-01T11:45:47.20136 kern.info: [ 639.295761] pci 0000:00:1c.0: bridge window [mem 0x200000000000-0x2000001fffff 64bit pref]
2023-06-01T11:45:47.20138 kern.info: [ 639.295766] pci 0000:00:1c.2: PCI bridge to [bus 02]
2023-06-01T11:45:47.20139 kern.info: [ 639.295767] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
2023-06-01T11:45:47.20141 kern.info: [ 639.295771] pci 0000:00:1c.2: bridge window [mem 0x94900000-0x949fffff]
2023-06-01T11:45:47.20143 kern.info: [ 639.295778] pci 0000:03:00.0: PCI bridge to [bus 04]
2023-06-01T11:45:47.20144 kern.info: [ 639.295780] pci 0000:03:00.0: bridge window [io 0x1000-0x1fff]
2023-06-01T11:45:47.20146 kern.info: [ 639.295785] pci 0000:03:00.0: bridge window [mem 0x93000000-0x940fffff]
2023-06-01T11:45:47.20147 kern.info: [ 639.295794] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
2023-06-01T11:45:47.20149 kern.info: [ 639.295796] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
2023-06-01T11:45:47.20150 kern.info: [ 639.295799] pci 0000:00:1c.3: bridge window [mem 0x93000000-0x940fffff]
2023-06-01T11:45:47.20152 kern.info: [ 639.295805] pci 0000:00:1c.4: PCI bridge to [bus 05]
2023-06-01T11:45:47.20153 kern.info: [ 639.295808] pci 0000:00:1c.4: bridge window [mem 0x94400000-0x948fffff]
2023-06-01T11:45:47.20154 kern.info: [ 639.295815] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
2023-06-01T11:45:47.20157 kern.info: [ 639.295816] pci_bus 0000:00: resource 5 [io 0x1000-0x3fff window]
2023-06-01T11:45:47.20158 kern.info: [ 639.295817] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
2023-06-01T11:45:47.20160 kern.info: [ 639.295818] pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000cffff window]
2023-06-01T11:45:47.20161 kern.info: [ 639.295818] pci_bus 0000:00: resource 8 [mem 0xfe010000-0xfe010fff window]
2023-06-01T11:45:47.20163 kern.info: [ 639.295819] pci_bus 0000:00: resource 9 [mem 0x90040000-0x957fffff window]
2023-06-01T11:45:47.20165 kern.info: [ 639.295820] pci_bus 0000:00: resource 10 [mem 0x200000000000-0x200fffffffff window]
2023-06-01T11:45:47.20166 kern.info: [ 639.295821] pci_bus 0000:01: resource 1 [mem 0x90100000-0x902fffff]
2023-06-01T11:45:47.20168 kern.info: [ 639.295822] pci_bus 0000:01: resource 2 [mem 0x200000000000-0x2000001fffff 64bit pref]
2023-06-01T11:45:47.20169 kern.info: [ 639.295823] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
2023-06-01T11:45:47.20172 kern.info: [ 639.295824] pci_bus 0000:02: resource 1 [mem 0x94900000-0x949fffff]
2023-06-01T11:45:47.20173 kern.info: [ 639.295825] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
2023-06-01T11:45:47.20174 kern.info: [ 639.295826] pci_bus 0000:03: resource 1 [mem 0x93000000-0x940fffff]
2023-06-01T11:45:47.20176 kern.info: [ 639.295826] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
2023-06-01T11:45:47.20177 kern.info: [ 639.295827] pci_bus 0000:04: resource 1 [mem 0x93000000-0x940fffff]
2023-06-01T11:45:47.20180 kern.info: [ 639.295828] pci_bus 0000:05: resource 1 [mem 0x94400000-0x948fffff]
2023-06-01T11:45:47.20181 kern.info: [ 639.295899] pci_bus 0000:15: resource 4 [io 0x4000-0x5fff window]
2023-06-01T11:45:47.20183 kern.info: [ 639.295900] pci_bus 0000:15: resource 5 [mem 0x95800000-0x9fffffff window]
2023-06-01T11:45:47.20184 kern.info: [ 639.295900] pci_bus 0000:15: resource 6 [mem 0x201000000000-0x201fffffffff window]
2023-06-01T11:45:47.20186 kern.info: [ 639.295928] pci 0000:35:01.0: PCI bridge to [bus 36]
2023-06-01T11:45:47.20188 kern.info: [ 639.295932] pci 0000:35:01.0: bridge window [mem 0xa8000000-0xa91fffff]
2023-06-01T11:45:47.20189 kern.info: [ 639.295934] pci 0000:35:01.0: bridge window [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.20190 kern.info: [ 639.295938] pci 0000:35:04.0: PCI bridge to [bus 37]
2023-06-01T11:45:47.20192 kern.info: [ 639.295942] pci 0000:35:04.0: bridge window [mem 0xa9300000-0xa93fffff]
2023-06-01T11:45:47.20195 kern.info: [ 639.295950] pci 0000:34:00.0: PCI bridge to [bus 35-37]
2023-06-01T11:45:47.20196 kern.info: [ 639.295952] pci 0000:34:00.0: bridge window [mem 0xa8000000-0xa93fffff]
2023-06-01T11:45:47.20198 kern.info: [ 639.295954] pci 0000:34:00.0: bridge window [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.20200 kern.info: [ 639.295958] pci 0000:33:01.0: PCI bridge to [bus 34-37]
2023-06-01T11:45:47.20202 kern.info: [ 639.295960] pci 0000:33:01.0: bridge window [mem 0xa8000000-0xa93fffff]
2023-06-01T11:45:47.20203 kern.info: [ 639.295962] pci 0000:33:01.0: bridge window [mem 0x202fe0000000-0x202ff07fffff 64bit pref]
2023-06-01T11:45:47.20204 kern.info: [ 639.295966] pci_bus 0000:33: resource 4 [io 0x6000-0x7fff window]
2023-06-01T11:45:47.20206 kern.info: [ 639.295966] pci_bus 0000:33: resource 5 [mem 0xa0000000-0xaa3fffff window]
2023-06-01T11:45:47.20207 kern.info: [ 639.295967] pci_bus 0000:33: resource 6 [mem 0x202000000000-0x202fffffffff window]
2023-06-01T11:45:47.20210 kern.info: [ 639.295968] pci_bus 0000:34: resource 1 [mem 0xa8000000-0xa93fffff]
2023-06-01T11:45:47.20211 kern.info: [ 639.295969] pci_bus 0000:34: resource 2 [mem 0x202fe0000000-0x202ff07fffff 64bit pref]
2023-06-01T11:45:47.20213 kern.info: [ 639.295970] pci_bus 0000:35: resource 1 [mem 0xa8000000-0xa93fffff]
2023-06-01T11:45:47.20214 kern.info: [ 639.295971] pci_bus 0000:35: resource 2 [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.20216 kern.info: [ 639.295972] pci_bus 0000:36: resource 1 [mem 0xa8000000-0xa91fffff]
2023-06-01T11:45:47.20218 kern.info: [ 639.295972] pci_bus 0000:36: resource 2 [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.20220 kern.info: [ 639.295973] pci_bus 0000:37: resource 1 [mem 0xa9300000-0xa93fffff]
2023-06-01T11:45:47.20221 kern.info: [ 639.295998] pci_bus 0000:51: resource 4 [io 0x8000-0x9fff window]
2023-06-01T11:45:47.20222 kern.info: [ 639.295999] pci_bus 0000:51: resource 5 [mem 0xaa400000-0xb47fffff window]
2023-06-01T11:45:47.20225 kern.info: [ 639.296000] pci_bus 0000:51: resource 6 [mem 0x203000000000-0x203fffffffff window]
2023-06-01T11:45:47.20226 kern.info: [ 639.296025] pci 0000:6f:01.0: PCI bridge to [bus 70]
2023-06-01T11:45:47.20228 kern.info: [ 639.296028] pci 0000:6f:01.0: bridge window [mem 0xbea00000-0xbeafffff]
2023-06-01T11:45:47.20229 kern.info: [ 639.296032] pci 0000:6f:03.0: PCI bridge to [bus 71]
2023-06-01T11:45:47.20231 kern.info: [ 639.296035] pci 0000:6f:03.0: bridge window [mem 0xbe900000-0xbe9fffff]
2023-06-01T11:45:47.20232 kern.info: [ 639.296039] pci 0000:6f:05.0: PCI bridge to [bus 72]
2023-06-01T11:45:47.20234 kern.info: [ 639.296042] pci 0000:6f:05.0: bridge window [mem 0xbe800000-0xbe8fffff]
2023-06-01T11:45:47.20235 kern.info: [ 639.296046] pci 0000:6f:07.0: PCI bridge to [bus 73]
2023-06-01T11:45:47.20237 kern.info: [ 639.296048] pci 0000:6f:07.0: bridge window [mem 0xbe700000-0xbe7fffff]
2023-06-01T11:45:47.20239 kern.info: [ 639.296053] pci_bus 0000:6f: resource 4 [io 0xa000-0xbfff window]
2023-06-01T11:45:47.20241 kern.info: [ 639.296054] pci_bus 0000:6f: resource 5 [mem 0xb4800000-0xbebfffff window]
2023-06-01T11:45:47.20242 kern.info: [ 639.296054] pci_bus 0000:6f: resource 6 [mem 0x204000000000-0x204fffffffff window]
2023-06-01T11:45:47.20244 kern.info: [ 639.296055] pci_bus 0000:70: resource 1 [mem 0xbea00000-0xbeafffff]
2023-06-01T11:45:47.20245 kern.info: [ 639.296056] pci_bus 0000:71: resource 1 [mem 0xbe900000-0xbe9fffff]
2023-06-01T11:45:47.20247 kern.info: [ 639.296057] pci_bus 0000:72: resource 1 [mem 0xbe800000-0xbe8fffff]
2023-06-01T11:45:47.20249 kern.info: [ 639.296058] pci_bus 0000:73: resource 1 [mem 0xbe700000-0xbe7fffff]
2023-06-01T11:45:47.20251 kern.info: [ 639.296082] pci_bus 0000:8d: resource 4 [io 0xc000-0xdfff window]
2023-06-01T11:45:47.20252 kern.info: [ 639.296082] pci_bus 0000:8d: resource 5 [mem 0xbec00000-0xc8ffffff window]
2023-06-01T11:45:47.20253 kern.info: [ 639.296083] pci_bus 0000:8d: resource 6 [mem 0x205000000000-0x205fffffffff window]
2023-06-01T11:45:47.20256 kern.info: [ 639.296107] pci_bus 0000:ab: resource 4 [io 0xe000-0xefff window]
2023-06-01T11:45:47.20257 kern.info: [ 639.296108] pci_bus 0000:ab: resource 5 [mem 0xc9000000-0xd33fffff window]
2023-06-01T11:45:47.20259 kern.info: [ 639.296109] pci_bus 0000:ab: resource 6 [mem 0x206000000000-0x206fffffffff window]
2023-06-01T11:45:47.20260 kern.info: [ 639.296134] pci_bus 0000:c9: resource 4 [io 0xf000-0xffff window]
2023-06-01T11:45:47.20262 kern.info: [ 639.296134] pci_bus 0000:c9: resource 5 [mem 0xd3400000-0xdd7fffff window]
2023-06-01T11:45:47.20264 kern.info: [ 639.296135] pci_bus 0000:c9: resource 6 [mem 0x207000000000-0x207fffffffff window]
2023-06-01T11:45:47.20266 kern.info: [ 639.296161] pci_bus 0000:e7: resource 4 [mem 0xdd800000-0xddffffff window]
2023-06-01T11:45:47.20267 kern.info: [ 639.296162] pci_bus 0000:e7: resource 5 [mem 0x208000000000-0x208fffffffff window]
2023-06-01T11:45:47.20269 kern.info: [ 639.296165] pci_bus 0000:ec: resource 4 [mem 0xde000000-0xde7fffff window]
2023-06-01T11:45:47.20271 kern.info: [ 639.296166] pci_bus 0000:ec: resource 5 [mem 0x209000000000-0x209fffffffff window]
2023-06-01T11:45:47.20272 kern.info: [ 639.296169] pci_bus 0000:f1: resource 4 [mem 0xde800000-0xdeffffff window]
2023-06-01T11:45:47.20273 kern.info: [ 639.296169] pci_bus 0000:f1: resource 5 [mem 0x20a000000000-0x20afffffffff window]
2023-06-01T11:45:47.20275 kern.info: [ 639.296172] pci_bus 0000:f6: resource 4 [mem 0xdf000000-0xdf7fffff window]
2023-06-01T11:45:47.20278 kern.info: [ 639.296173] pci_bus 0000:f6: resource 5 [mem 0x20b000000000-0x20bfffffffff window]
2023-06-01T11:45:47.20279 kern.info: [ 639.296178] pci_bus 0000:fe: resource 4 [io 0x0000-0xffff]
2023-06-01T11:45:47.20280 kern.info: [ 639.296179] pci_bus 0000:fe: resource 5 [mem 0x00000000-0x3fffffffffff]
2023-06-01T11:45:47.20281 kern.info: [ 639.296191] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
2023-06-01T11:45:47.20284 kern.info: [ 639.296191] pci_bus 0000:ff: resource 5 [mem 0x00000000-0x3fffffffffff]
2023-06-01T11:45:47.20285 kern.info: [ 639.296550] pci 0000:34:00.0: CLS mismatch (64 != 32), using 64 bytes
2023-06-01T11:45:47.20286 kern.info: [ 639.296710] Trying to unpack rootfs image as initramfs...
2023-06-01T11:45:47.20288 kern.info: [ 639.296736] DMAR: IOMMU feature prs inconsistent
2023-06-01T11:45:47.20290 kern.info: [ 639.296737] DMAR: IOMMU feature prs inconsistent
2023-06-01T11:45:47.20292 kern.info: [ 639.296738] DMAR: IOMMU feature pasid inconsistent
2023-06-01T11:45:47.20293 kern.info: [ 639.296738] DMAR: IOMMU feature prs inconsistent
2023-06-01T11:45:47.20294 kern.info: [ 639.296739] DMAR: IOMMU feature pasid inconsistent
2023-06-01T11:45:47.20296 kern.info: [ 639.296739] DMAR: IOMMU feature prs inconsistent
2023-06-01T11:45:47.20297 kern.info: [ 639.296739] DMAR: IOMMU feature pasid inconsistent
2023-06-01T11:45:47.20298 kern.info: [ 639.296740] DMAR: IOMMU feature prs inconsistent
2023-06-01T11:45:47.20301 kern.info: [ 639.296740] DMAR: IOMMU feature pasid inconsistent
2023-06-01T11:45:47.20303 kern.info: [ 639.296741] DMAR: IOMMU feature prs inconsistent
2023-06-01T11:45:47.20304 kern.info: [ 639.296741] DMAR: IOMMU feature pasid inconsistent
2023-06-01T11:45:47.20305 kern.info: [ 639.296741] DMAR: IOMMU feature prs inconsistent
2023-06-01T11:45:47.20307 kern.info: [ 639.296742] DMAR: IOMMU feature pasid inconsistent
2023-06-01T11:45:47.20308 kern.info: [ 639.296742] DMAR: IOMMU feature prs inconsistent
2023-06-01T11:45:47.20310 kern.info: [ 639.296743] DMAR: dmar10: Using Queued invalidation
2023-06-01T11:45:47.20312 kern.info: [ 639.296745] DMAR: dmar9: Using Queued invalidation
2023-06-01T11:45:47.20313 kern.info: [ 639.296747] DMAR: dmar8: Using Queued invalidation
2023-06-01T11:45:47.20315 kern.info: [ 639.296749] DMAR: dmar7: Using Queued invalidation
2023-06-01T11:45:47.20316 kern.info: [ 639.296751] DMAR: dmar6: Using Queued invalidation
2023-06-01T11:45:47.20318 kern.info: [ 639.296756] DMAR: dmar5: Using Queued invalidation
2023-06-01T11:45:47.20320 kern.info: [ 639.296757] DMAR: dmar4: Using Queued invalidation
2023-06-01T11:45:47.20321 kern.info: [ 639.296758] DMAR: dmar3: Using Queued invalidation
2023-06-01T11:45:47.20323 kern.info: [ 639.296759] DMAR: dmar2: Using Queued invalidation
2023-06-01T11:45:47.20324 kern.info: [ 639.296764] DMAR: dmar1: Using Queued invalidation
2023-06-01T11:45:47.20325 kern.info: [ 639.296765] DMAR: dmar0: Using Queued invalidation
2023-06-01T11:45:47.20327 kern.info: [ 639.296766] DMAR: dmar11: Using Queued invalidation
2023-06-01T11:45:47.20329 kern.info: [ 639.296894] pci 0000:f6:00.4: Adding to iommu group 0
2023-06-01T11:45:47.20330 kern.info: [ 639.296989] pci 0000:f1:00.4: Adding to iommu group 1
2023-06-01T11:45:47.20332 kern.info: [ 639.297069] pci 0000:ec:00.4: Adding to iommu group 2
2023-06-01T11:45:47.20333 kern.info: [ 639.297145] pci 0000:e7:00.4: Adding to iommu group 3
2023-06-01T11:45:47.20334 kern.info: [ 639.297170] pci 0000:e7:01.0: Adding to iommu group 4
2023-06-01T11:45:47.20336 kern.info: [ 639.297251] pci 0000:c9:00.4: Adding to iommu group 5
2023-06-01T11:45:47.20338 kern.info: [ 639.297328] pci 0000:ab:00.4: Adding to iommu group 6
2023-06-01T11:45:47.20339 kern.info: [ 639.297406] pci 0000:8d:00.4: Adding to iommu group 7
2023-06-01T11:45:47.20340 kern.info: [ 639.297484] pci 0000:6f:00.4: Adding to iommu group 8
2023-06-01T11:45:47.20342 kern.info: [ 639.297507] pci 0000:6f:01.0: Adding to iommu group 9
2023-06-01T11:45:47.20344 kern.info: [ 639.297531] pci 0000:6f:03.0: Adding to iommu group 10
2023-06-01T11:45:47.20346 kern.info: [ 639.297555] pci 0000:6f:05.0: Adding to iommu group 11
2023-06-01T11:45:47.20347 kern.info: [ 639.297578] pci 0000:6f:07.0: Adding to iommu group 12
2023-06-01T11:45:47.20348 kern.info: [ 639.297606] pci 0000:70:00.0: Adding to iommu group 13
2023-06-01T11:45:47.20350 kern.info: [ 639.297630] pci 0000:71:00.0: Adding to iommu group 14
2023-06-01T11:45:47.20352 kern.info: [ 639.297655] pci 0000:72:00.0: Adding to iommu group 15
2023-06-01T11:45:47.20354 kern.info: [ 639.297679] pci 0000:73:00.0: Adding to iommu group 16
2023-06-01T11:45:47.20355 kern.info: [ 639.297762] pci 0000:51:00.4: Adding to iommu group 17
2023-06-01T11:45:47.20357 kern.info: [ 639.297839] pci 0000:33:00.4: Adding to iommu group 18
2023-06-01T11:45:47.20358 kern.info: [ 639.297862] pci 0000:33:01.0: Adding to iommu group 19
2023-06-01T11:45:47.20359 kern.info: [ 639.297886] pci 0000:34:00.0: Adding to iommu group 20
2023-06-01T11:45:47.20361 kern.info: [ 639.297910] pci 0000:35:01.0: Adding to iommu group 21
2023-06-01T11:45:47.20363 kern.info: [ 639.297935] pci 0000:35:04.0: Adding to iommu group 22
2023-06-01T11:45:47.20364 kern.info: [ 639.297961] pci 0000:36:00.0: Adding to iommu group 23
2023-06-01T11:45:47.20366 kern.info: [ 639.297987] pci 0000:37:00.0: Adding to iommu group 24
2023-06-01T11:45:47.20367 kern.info: [ 639.298068] pci 0000:15:00.4: Adding to iommu group 25
2023-06-01T11:45:47.20373 kern.info: [ 639.298123] pci 0000:00:00.0: Adding to iommu group 26
2023-06-01T11:45:47.20378 kern.info: [ 639.298146] pci 0000:00:00.1: Adding to iommu group 27
2023-06-01T11:45:47.20379 kern.info: [ 639.298170] pci 0000:00:00.2: Adding to iommu group 28
2023-06-01T11:45:47.20383 kern.info: [ 639.298213] pci 0000:00:00.4: Adding to iommu group 29
2023-06-01T11:45:47.20385 kern.info: [ 639.298257] pci 0000:00:10.0: Adding to iommu group 30
2023-06-01T11:45:47.20386 kern.info: [ 639.298280] pci 0000:00:10.5: Adding to iommu group 31
2023-06-01T11:45:47.20387 kern.info: [ 639.298342] pci 0000:00:14.0: Adding to iommu group 32
2023-06-01T11:45:47.20388 kern.info: [ 639.298366] pci 0000:00:14.2: Adding to iommu group 32
2023-06-01T11:45:47.20390 kern.info: [ 639.298467] pci 0000:00:15.0: Adding to iommu group 33
2023-06-01T11:45:47.20391 kern.info: [ 639.298491] pci 0000:00:15.1: Adding to iommu group 33
2023-06-01T11:45:47.20392 kern.info: [ 639.298514] pci 0000:00:15.2: Adding to iommu group 33
2023-06-01T11:45:47.20394 kern.info: [ 639.298537] pci 0000:00:15.3: Adding to iommu group 33
2023-06-01T11:45:47.20395 kern.info: [ 639.298580] pci 0000:00:16.0: Adding to iommu group 34
2023-06-01T11:45:47.20396 kern.info: [ 639.298606] pci 0000:00:17.0: Adding to iommu group 35
2023-06-01T11:45:47.20398 kern.info: [ 639.298660] pci 0000:00:1c.0: Adding to iommu group 36
2023-06-01T11:45:47.20400 kern.info: [ 639.298690] pci 0000:00:1c.2: Adding to iommu group 37
2023-06-01T11:45:47.20401 kern.info: [ 639.298721] pci 0000:00:1c.3: Adding to iommu group 38
2023-06-01T11:45:47.20402 kern.info: [ 639.298751] pci 0000:00:1c.4: Adding to iommu group 39
2023-06-01T11:45:47.20403 kern.info: [ 639.298853] pci 0000:00:1f.0: Adding to iommu group 40
2023-06-01T11:45:47.20405 kern.info: [ 639.298877] pci 0000:00:1f.3: Adding to iommu group 40
2023-06-01T11:45:47.20407 kern.info: [ 639.298902] pci 0000:00:1f.4: Adding to iommu group 40
2023-06-01T11:45:47.20408 kern.info: [ 639.298926] pci 0000:00:1f.5: Adding to iommu group 40
2023-06-01T11:45:47.20409 kern.info: [ 639.298956] pci 0000:02:00.0: Adding to iommu group 41
2023-06-01T11:45:47.20410 kern.info: [ 639.298987] pci 0000:03:00.0: Adding to iommu group 42
2023-06-01T11:45:47.20411 kern.info: [ 639.298990] pci 0000:04:00.0: Adding to iommu group 42
2023-06-01T11:45:47.20413 kern.info: [ 639.299020] pci 0000:05:00.0: Adding to iommu group 43
2023-06-01T11:45:47.20414 kern.info: [ 639.299043] pci 0000:15:00.0: Adding to iommu group 44
2023-06-01T11:45:47.20415 kern.info: [ 639.299066] pci 0000:15:00.1: Adding to iommu group 45
2023-06-01T11:45:47.20417 kern.info: [ 639.299090] pci 0000:15:00.2: Adding to iommu group 46
2023-06-01T11:45:47.20418 kern.info: [ 639.299114] pci 0000:33:00.0: Adding to iommu group 47
2023-06-01T11:45:47.20420 kern.info: [ 639.299137] pci 0000:33:00.1: Adding to iommu group 48
2023-06-01T11:45:47.20421 kern.info: [ 639.299160] pci 0000:33:00.2: Adding to iommu group 49
2023-06-01T11:45:47.20423 kern.info: [ 639.299184] pci 0000:51:00.0: Adding to iommu group 50
2023-06-01T11:45:47.20424 kern.info: [ 639.299206] pci 0000:51:00.1: Adding to iommu group 51
2023-06-01T11:45:47.20425 kern.info: [ 639.299229] pci 0000:51:00.2: Adding to iommu group 52
2023-06-01T11:45:47.20427 kern.info: [ 639.299253] pci 0000:6f:00.0: Adding to iommu group 53
2023-06-01T11:45:47.20428 kern.info: [ 639.299276] pci 0000:6f:00.1: Adding to iommu group 54
2023-06-01T11:45:47.20429 kern.info: [ 639.299299] pci 0000:6f:00.2: Adding to iommu group 55
2023-06-01T11:45:47.20431 kern.info: [ 639.299323] pci 0000:8d:00.0: Adding to iommu group 56
2023-06-01T11:45:47.20432 kern.info: [ 639.299347] pci 0000:8d:00.1: Adding to iommu group 57
2023-06-01T11:45:47.20433 kern.info: [ 639.299371] pci 0000:8d:00.2: Adding to iommu group 58
2023-06-01T11:45:47.20435 kern.info: [ 639.299394] pci 0000:ab:00.0: Adding to iommu group 59
2023-06-01T11:45:47.20436 kern.info: [ 639.299418] pci 0000:ab:00.1: Adding to iommu group 60
2023-06-01T11:45:47.20437 kern.info: [ 639.299441] pci 0000:ab:00.2: Adding to iommu group 61
2023-06-01T11:45:47.20439 kern.info: [ 639.299465] pci 0000:c9:00.0: Adding to iommu group 62
2023-06-01T11:45:47.20440 kern.info: [ 639.299489] pci 0000:c9:00.1: Adding to iommu group 63
2023-06-01T11:45:47.20442 kern.info: [ 639.299512] pci 0000:c9:00.2: Adding to iommu group 64
2023-06-01T11:45:47.20443 kern.info: [ 639.299536] pci 0000:e7:00.0: Adding to iommu group 65
2023-06-01T11:45:47.20444 kern.info: [ 639.299559] pci 0000:e7:00.1: Adding to iommu group 66
2023-06-01T11:45:47.20446 kern.info: [ 639.299583] pci 0000:e7:00.2: Adding to iommu group 67
2023-06-01T11:45:47.20447 kern.info: [ 639.299609] pci 0000:e7:03.0: Adding to iommu group 68
2023-06-01T11:45:47.20449 kern.info: [ 639.299632] pci 0000:e7:03.1: Adding to iommu group 69
2023-06-01T11:45:47.20451 kern.info: [ 639.299656] pci 0000:ec:00.0: Adding to iommu group 70
2023-06-01T11:45:47.20452 kern.info: [ 639.299679] pci 0000:ec:00.1: Adding to iommu group 71
2023-06-01T11:45:47.20453 kern.info: [ 639.299703] pci 0000:ec:00.2: Adding to iommu group 72
2023-06-01T11:45:47.20454 kern.info: [ 639.299726] pci 0000:f1:00.0: Adding to iommu group 73
2023-06-01T11:45:47.20456 kern.info: [ 639.299751] pci 0000:f1:00.1: Adding to iommu group 74
2023-06-01T11:45:47.20457 kern.info: [ 639.299776] pci 0000:f1:00.2: Adding to iommu group 75
2023-06-01T11:45:47.20458 kern.info: [ 639.299799] pci 0000:f6:00.0: Adding to iommu group 76
2023-06-01T11:45:47.20460 kern.info: [ 639.299822] pci 0000:f6:00.1: Adding to iommu group 77
2023-06-01T11:45:47.20461 kern.info: [ 639.299845] pci 0000:f6:00.2: Adding to iommu group 78
2023-06-01T11:45:47.20462 kern.info: [ 639.299869] pci 0000:fe:00.0: Adding to iommu group 79
2023-06-01T11:45:47.20463 kern.info: [ 639.299892] pci 0000:fe:00.1: Adding to iommu group 80
2023-06-01T11:45:47.20465 kern.info: [ 639.299915] pci 0000:fe:00.2: Adding to iommu group 81
2023-06-01T11:45:47.20466 kern.info: [ 639.299939] pci 0000:fe:00.3: Adding to iommu group 82
2023-06-01T11:45:47.20467 kern.info: [ 639.299962] pci 0000:fe:00.5: Adding to iommu group 83
2023-06-01T11:45:47.20468 kern.info: [ 639.299985] pci 0000:fe:05.0: Adding to iommu group 84
2023-06-01T11:45:47.20470 kern.info: [ 639.300008] pci 0000:fe:05.1: Adding to iommu group 85
2023-06-01T11:45:47.20471 kern.info: [ 639.300032] pci 0000:fe:05.2: Adding to iommu group 86
2023-06-01T11:45:47.20472 kern.info: [ 639.300055] pci 0000:fe:06.0: Adding to iommu group 87
2023-06-01T11:45:47.20474 kern.info: [ 639.300078] pci 0000:fe:06.1: Adding to iommu group 88
2023-06-01T11:45:47.20475 kern.info: [ 639.300101] pci 0000:fe:06.2: Adding to iommu group 89
2023-06-01T11:45:47.20476 kern.info: [ 639.300125] pci 0000:fe:07.0: Adding to iommu group 90
2023-06-01T11:45:47.20477 kern.info: [ 639.300148] pci 0000:fe:07.1: Adding to iommu group 91
2023-06-01T11:45:47.20479 kern.info: [ 639.300173] pci 0000:fe:07.2: Adding to iommu group 92
2023-06-01T11:45:47.20480 kern.info: [ 639.300196] pci 0000:fe:08.0: Adding to iommu group 93
2023-06-01T11:45:47.20482 kern.info: [ 639.300220] pci 0000:fe:08.1: Adding to iommu group 94
2023-06-01T11:45:47.20483 kern.info: [ 639.300243] pci 0000:fe:08.2: Adding to iommu group 95
2023-06-01T11:45:47.20484 kern.info: [ 639.300266] pci 0000:fe:0c.0: Adding to iommu group 96
2023-06-01T11:45:47.20485 kern.info: [ 639.300290] pci 0000:fe:0d.0: Adding to iommu group 97
2023-06-01T11:45:47.20487 kern.info: [ 639.300314] pci 0000:fe:0e.0: Adding to iommu group 98
2023-06-01T11:45:47.20488 kern.info: [ 639.300338] pci 0000:fe:0f.0: Adding to iommu group 99
2023-06-01T11:45:47.20489 kern.info: [ 639.300361] pci 0000:fe:1a.0: Adding to iommu group 100
2023-06-01T11:45:47.20490 kern.info: [ 639.300384] pci 0000:fe:1b.0: Adding to iommu group 101
2023-06-01T11:45:47.20492 kern.info: [ 639.300409] pci 0000:fe:1c.0: Adding to iommu group 102
2023-06-01T11:45:47.20493 kern.info: [ 639.300432] pci 0000:fe:1d.0: Adding to iommu group 103
2023-06-01T11:45:47.20494 kern.info: [ 639.300456] pci 0000:ff:00.0: Adding to iommu group 104
2023-06-01T11:45:47.20495 kern.info: [ 639.300479] pci 0000:ff:00.1: Adding to iommu group 105
2023-06-01T11:45:47.20497 kern.info: [ 639.300503] pci 0000:ff:00.2: Adding to iommu group 106
2023-06-01T11:45:47.20498 kern.info: [ 639.300527] pci 0000:ff:00.3: Adding to iommu group 107
2023-06-01T11:45:47.20499 kern.info: [ 639.300550] pci 0000:ff:00.4: Adding to iommu group 108
2023-06-01T11:45:47.20501 kern.info: [ 639.300574] pci 0000:ff:00.5: Adding to iommu group 109
2023-06-01T11:45:47.20502 kern.info: [ 639.300600] pci 0000:ff:00.6: Adding to iommu group 110
2023-06-01T11:45:47.20503 kern.info: [ 639.300624] pci 0000:ff:00.7: Adding to iommu group 111
2023-06-01T11:45:47.20505 kern.info: [ 639.300647] pci 0000:ff:01.0: Adding to iommu group 112
2023-06-01T11:45:47.20506 kern.info: [ 639.300670] pci 0000:ff:01.1: Adding to iommu group 113
2023-06-01T11:45:47.20507 kern.info: [ 639.300695] pci 0000:ff:01.2: Adding to iommu group 114
2023-06-01T11:45:47.20508 kern.info: [ 639.300718] pci 0000:ff:01.3: Adding to iommu group 115
2023-06-01T11:45:47.20509 kern.info: [ 639.300740] pci 0000:ff:01.4: Adding to iommu group 116
2023-06-01T11:45:47.20511 kern.info: [ 639.300763] pci 0000:ff:01.5: Adding to iommu group 117
2023-06-01T11:45:47.20512 kern.info: [ 639.300787] pci 0000:ff:01.6: Adding to iommu group 118
2023-06-01T11:45:47.20513 kern.info: [ 639.300810] pci 0000:ff:01.7: Adding to iommu group 119
2023-06-01T11:45:47.20515 kern.info: [ 639.300833] pci 0000:ff:02.0: Adding to iommu group 120
2023-06-01T11:45:47.20516 kern.info: [ 639.300856] pci 0000:ff:02.1: Adding to iommu group 121
2023-06-01T11:45:47.20517 kern.info: [ 639.300879] pci 0000:ff:02.2: Adding to iommu group 122
2023-06-01T11:45:47.20518 kern.info: [ 639.300902] pci 0000:ff:02.3: Adding to iommu group 123
2023-06-01T11:45:47.20520 kern.info: [ 639.300926] pci 0000:ff:02.4: Adding to iommu group 124
2023-06-01T11:45:47.20521 kern.info: [ 639.300949] pci 0000:ff:02.5: Adding to iommu group 125
2023-06-01T11:45:47.20522 kern.info: [ 639.300973] pci 0000:ff:02.6: Adding to iommu group 126
2023-06-01T11:45:47.20524 kern.info: [ 639.300997] pci 0000:ff:02.7: Adding to iommu group 127
2023-06-01T11:45:47.20525 kern.info: [ 639.301021] pci 0000:ff:03.0: Adding to iommu group 128
2023-06-01T11:45:47.20526 kern.info: [ 639.301044] pci 0000:ff:03.1: Adding to iommu group 129
2023-06-01T11:45:47.20527 kern.info: [ 639.301069] pci 0000:ff:03.2: Adding to iommu group 130
2023-06-01T11:45:47.20528 kern.info: [ 639.301092] pci 0000:ff:03.3: Adding to iommu group 131
2023-06-01T11:45:47.20530 kern.info: [ 639.301115] pci 0000:ff:03.4: Adding to iommu group 132
2023-06-01T11:45:47.20531 kern.info: [ 639.301139] pci 0000:ff:03.5: Adding to iommu group 133
2023-06-01T11:45:47.20532 kern.info: [ 639.301164] pci 0000:ff:03.6: Adding to iommu group 134
2023-06-01T11:45:47.20534 kern.info: [ 639.301188] pci 0000:ff:03.7: Adding to iommu group 135
2023-06-01T11:45:47.20535 kern.info: [ 639.301211] pci 0000:ff:04.0: Adding to iommu group 136
2023-06-01T11:45:47.20536 kern.info: [ 639.301235] pci 0000:ff:04.1: Adding to iommu group 137
2023-06-01T11:45:47.20538 kern.info: [ 639.301259] pci 0000:ff:04.2: Adding to iommu group 138
2023-06-01T11:45:47.20539 kern.info: [ 639.301282] pci 0000:ff:04.3: Adding to iommu group 139
2023-06-01T11:45:47.20540 kern.info: [ 639.301305] pci 0000:ff:04.4: Adding to iommu group 140
2023-06-01T11:45:47.20541 kern.info: [ 639.301330] pci 0000:ff:04.5: Adding to iommu group 141
2023-06-01T11:45:47.20543 kern.info: [ 639.301354] pci 0000:ff:04.6: Adding to iommu group 142
2023-06-01T11:45:47.20544 kern.info: [ 639.301377] pci 0000:ff:04.7: Adding to iommu group 143
2023-06-01T11:45:47.20545 kern.info: [ 639.301401] pci 0000:ff:05.0: Adding to iommu group 144
2023-06-01T11:45:47.20546 kern.info: [ 639.301429] pci 0000:ff:05.1: Adding to iommu group 145
2023-06-01T11:45:47.20548 kern.info: [ 639.301453] pci 0000:ff:05.2: Adding to iommu group 146
2023-06-01T11:45:47.20549 kern.info: [ 639.301476] pci 0000:ff:05.3: Adding to iommu group 147
2023-06-01T11:45:47.20550 kern.info: [ 639.301500] pci 0000:ff:05.4: Adding to iommu group 148
2023-06-01T11:45:47.20552 kern.info: [ 639.301523] pci 0000:ff:05.5: Adding to iommu group 149
2023-06-01T11:45:47.20553 kern.info: [ 639.301547] pci 0000:ff:05.6: Adding to iommu group 150
2023-06-01T11:45:47.20555 kern.info: [ 639.301570] pci 0000:ff:05.7: Adding to iommu group 151
2023-06-01T11:45:47.20556 kern.info: [ 639.301598] pci 0000:ff:06.0: Adding to iommu group 152
2023-06-01T11:45:47.20557 kern.info: [ 639.301621] pci 0000:ff:06.1: Adding to iommu group 153
2023-06-01T11:45:47.20558 kern.info: [ 639.301645] pci 0000:ff:06.2: Adding to iommu group 154
2023-06-01T11:45:47.20560 kern.info: [ 639.301669] pci 0000:ff:06.3: Adding to iommu group 155
2023-06-01T11:45:47.20561 kern.info: [ 639.301694] pci 0000:ff:06.4: Adding to iommu group 156
2023-06-01T11:45:47.20563 kern.info: [ 639.301717] pci 0000:ff:06.5: Adding to iommu group 157
2023-06-01T11:45:47.20564 kern.info: [ 639.301741] pci 0000:ff:06.6: Adding to iommu group 158
2023-06-01T11:45:47.20565 kern.info: [ 639.301766] pci 0000:ff:06.7: Adding to iommu group 159
2023-06-01T11:45:47.20566 kern.info: [ 639.301789] pci 0000:ff:0a.0: Adding to iommu group 160
2023-06-01T11:45:47.20567 kern.info: [ 639.301813] pci 0000:ff:0a.1: Adding to iommu group 161
2023-06-01T11:45:47.20569 kern.info: [ 639.301837] pci 0000:ff:0a.2: Adding to iommu group 162
2023-06-01T11:45:47.20570 kern.info: [ 639.301861] pci 0000:ff:0a.3: Adding to iommu group 163
2023-06-01T11:45:47.20571 kern.info: [ 639.301884] pci 0000:ff:0a.4: Adding to iommu group 164
2023-06-01T11:45:47.20573 kern.info: [ 639.301908] pci 0000:ff:0a.5: Adding to iommu group 165
2023-06-01T11:45:47.20574 kern.info: [ 639.301932] pci 0000:ff:0a.6: Adding to iommu group 166
2023-06-01T11:45:47.20575 kern.info: [ 639.301956] pci 0000:ff:0a.7: Adding to iommu group 167
2023-06-01T11:45:47.20577 kern.info: [ 639.301979] pci 0000:ff:0b.0: Adding to iommu group 168
2023-06-01T11:45:47.20578 kern.info: [ 639.302003] pci 0000:ff:0b.1: Adding to iommu group 169
2023-06-01T11:45:47.20579 kern.info: [ 639.302027] pci 0000:ff:0b.2: Adding to iommu group 170
2023-06-01T11:45:47.20580 kern.info: [ 639.302051] pci 0000:ff:0b.3: Adding to iommu group 171
2023-06-01T11:45:47.20582 kern.info: [ 639.302074] pci 0000:ff:0b.4: Adding to iommu group 172
2023-06-01T11:45:47.20583 kern.info: [ 639.302097] pci 0000:ff:0b.5: Adding to iommu group 173
2023-06-01T11:45:47.20585 kern.info: [ 639.302121] pci 0000:ff:0b.6: Adding to iommu group 174
2023-06-01T11:45:47.20586 kern.info: [ 639.302145] pci 0000:ff:0b.7: Adding to iommu group 175
2023-06-01T11:45:47.20587 kern.info: [ 639.302168] pci 0000:ff:0c.0: Adding to iommu group 176
2023-06-01T11:45:47.20588 kern.info: [ 639.302192] pci 0000:ff:0c.1: Adding to iommu group 177
2023-06-01T11:45:47.20590 kern.info: [ 639.302216] pci 0000:ff:0c.2: Adding to iommu group 178
2023-06-01T11:45:47.20591 kern.info: [ 639.302239] pci 0000:ff:0c.3: Adding to iommu group 179
2023-06-01T11:45:47.20592 kern.info: [ 639.302263] pci 0000:ff:0c.4: Adding to iommu group 180
2023-06-01T11:45:47.20594 kern.info: [ 639.302286] pci 0000:ff:0c.5: Adding to iommu group 181
2023-06-01T11:45:47.20595 kern.info: [ 639.302310] pci 0000:ff:0c.6: Adding to iommu group 182
2023-06-01T11:45:47.20596 kern.info: [ 639.302335] pci 0000:ff:0c.7: Adding to iommu group 183
2023-06-01T11:45:47.20598 kern.info: [ 639.302358] pci 0000:ff:0d.0: Adding to iommu group 184
2023-06-01T11:45:47.20599 kern.info: [ 639.302382] pci 0000:ff:0d.1: Adding to iommu group 185
2023-06-01T11:45:47.20600 kern.info: [ 639.302406] pci 0000:ff:0d.2: Adding to iommu group 186
2023-06-01T11:45:47.20601 kern.info: [ 639.302430] pci 0000:ff:0d.3: Adding to iommu group 187
2023-06-01T11:45:47.20603 kern.info: [ 639.302455] pci 0000:ff:0d.4: Adding to iommu group 188
2023-06-01T11:45:47.20604 kern.info: [ 639.302478] pci 0000:ff:0d.5: Adding to iommu group 189
2023-06-01T11:45:47.20606 kern.info: [ 639.302502] pci 0000:ff:0d.6: Adding to iommu group 190
2023-06-01T11:45:47.20607 kern.info: [ 639.302526] pci 0000:ff:0d.7: Adding to iommu group 191
2023-06-01T11:45:47.20608 kern.info: [ 639.302549] pci 0000:ff:0e.0: Adding to iommu group 192
2023-06-01T11:45:47.20609 kern.info: [ 639.302573] pci 0000:ff:0e.1: Adding to iommu group 193
2023-06-01T11:45:47.20610 kern.info: [ 639.302599] pci 0000:ff:0e.2: Adding to iommu group 194
2023-06-01T11:45:47.20612 kern.info: [ 639.302622] pci 0000:ff:0e.3: Adding to iommu group 195
2023-06-01T11:45:47.20613 kern.info: [ 639.302646] pci 0000:ff:0e.4: Adding to iommu group 196
2023-06-01T11:45:47.20615 kern.info: [ 639.302669] pci 0000:ff:0e.5: Adding to iommu group 197
2023-06-01T11:45:47.20616 kern.info: [ 639.302695] pci 0000:ff:0e.6: Adding to iommu group 198
2023-06-01T11:45:47.20617 kern.info: [ 639.302718] pci 0000:ff:0e.7: Adding to iommu group 199
2023-06-01T11:45:47.20619 kern.info: [ 639.302742] pci 0000:ff:0f.0: Adding to iommu group 200
2023-06-01T11:45:47.20620 kern.info: [ 639.302766] pci 0000:ff:0f.1: Adding to iommu group 201
2023-06-01T11:45:47.20621 kern.info: [ 639.302790] pci 0000:ff:0f.2: Adding to iommu group 202
2023-06-01T11:45:47.20622 kern.info: [ 639.302814] pci 0000:ff:0f.3: Adding to iommu group 203
2023-06-01T11:45:47.20624 kern.info: [ 639.302837] pci 0000:ff:0f.4: Adding to iommu group 204
2023-06-01T11:45:47.20625 kern.info: [ 639.302861] pci 0000:ff:0f.5: Adding to iommu group 205
2023-06-01T11:45:47.20627 kern.info: [ 639.302885] pci 0000:ff:0f.6: Adding to iommu group 206
2023-06-01T11:45:47.20628 kern.info: [ 639.302908] pci 0000:ff:0f.7: Adding to iommu group 207
2023-06-01T11:45:47.20629 kern.info: [ 639.302931] pci 0000:ff:10.0: Adding to iommu group 208
2023-06-01T11:45:47.20630 kern.info: [ 639.302955] pci 0000:ff:10.1: Adding to iommu group 209
2023-06-01T11:45:47.20632 kern.info: [ 639.302979] pci 0000:ff:10.2: Adding to iommu group 210
2023-06-01T11:45:47.20633 kern.info: [ 639.303002] pci 0000:ff:10.3: Adding to iommu group 211
2023-06-01T11:45:47.20634 kern.info: [ 639.303026] pci 0000:ff:10.4: Adding to iommu group 212
2023-06-01T11:45:47.20636 kern.info: [ 639.303049] pci 0000:ff:10.5: Adding to iommu group 213
2023-06-01T11:45:47.20637 kern.info: [ 639.303073] pci 0000:ff:10.6: Adding to iommu group 214
2023-06-01T11:45:47.20638 kern.info: [ 639.303097] pci 0000:ff:10.7: Adding to iommu group 215
2023-06-01T11:45:47.20639 kern.info: [ 639.303120] pci 0000:ff:1d.0: Adding to iommu group 216
2023-06-01T11:45:47.20640 kern.info: [ 639.303144] pci 0000:ff:1d.1: Adding to iommu group 217
2023-06-01T11:45:47.20642 kern.info: [ 639.303326] pci 0000:ff:1e.0: Adding to iommu group 218
2023-06-01T11:45:47.20643 kern.info: [ 639.303368] pci 0000:ff:1e.1: Adding to iommu group 218
2023-06-01T11:45:47.20644 kern.info: [ 639.303409] pci 0000:ff:1e.2: Adding to iommu group 218
2023-06-01T11:45:47.20646 kern.info: [ 639.303451] pci 0000:ff:1e.3: Adding to iommu group 218
2023-06-01T11:45:47.20647 kern.info: [ 639.303493] pci 0000:ff:1e.4: Adding to iommu group 218
2023-06-01T11:45:47.20648 kern.info: [ 639.303534] pci 0000:ff:1e.5: Adding to iommu group 218
2023-06-01T11:45:47.20650 kern.info: [ 639.303576] pci 0000:ff:1e.6: Adding to iommu group 218
2023-06-01T11:45:47.20651 kern.info: [ 639.303621] pci 0000:ff:1e.7: Adding to iommu group 218
2023-06-01T11:45:47.20652 kern.info: [ 639.303730] DMAR: Intel(R) Virtualization Technology for Directed I/O
2023-06-01T11:45:47.20654 kern.info: [ 639.303731] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
2023-06-01T11:45:47.20655 kern.info: [ 639.303731] software IO TLB: mapped [mem 0x0000000064872000-0x0000000068872000] (64MB)
2023-06-01T11:45:47.20657 kern.info: [ 639.314252] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x36c657b5833, max_idle_ns: 881590513399 ns
2023-06-01T11:45:47.20658 kern.info: [ 639.314425] clocksource: Switched to clocksource tsc
2023-06-01T11:45:47.20659 kern.notice: [ 639.317016] Initialise system trusted keyrings
2023-06-01T11:45:47.20660 kern.info: [ 639.317067] workingset: timestamp_bits=40 max_order=27 bucket_order=0
2023-06-01T11:45:47.20661 kern.info: [ 639.317774] zbud: loaded
2023-06-01T11:45:47.20663 kern.notice: [ 639.326028] Key type asymmetric registered
2023-06-01T11:45:47.20664 kern.notice: [ 639.326029] Asymmetric key parser 'x509' registered
2023-06-01T11:45:47.20665 kern.info: [ 639.486486] Freeing initrd memory: 20740K
2023-06-01T11:45:47.20667 kern.info: [ 639.491046] alg: self-tests for CTR-KDF (hmac(sha256)) passed
2023-06-01T11:45:47.20668 kern.info: [ 639.491074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
2023-06-01T11:45:47.20669 kern.info: [ 639.491172] io scheduler mq-deadline registered
2023-06-01T11:45:47.20671 kern.info: [ 639.491175] io scheduler kyber registered
2023-06-01T11:45:47.20672 kern.info: [ 639.491249] io scheduler bfq registered
2023-06-01T11:45:47.20673 kern.info: [ 639.493205] pcieport 0000:00:00.4: PME: Signaling with IRQ 36
2023-06-01T11:45:47.20674 kern.info: [ 639.493368] pcieport 0000:00:1c.0: Refused to change power state from D3hot to D0
2023-06-01T11:45:47.20675 kern.info: [ 639.493426] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
2023-06-01T11:45:47.20679 kern.info: [ 639.493454] fbcon: Taking over console
2023-06-01T11:45:47.20681 kern.info: [ 639.493862] pcieport 0000:00:1c.2: PME: Signaling with IRQ 37
2023-06-01T11:45:47.20683 kern.info: [ 639.494189] pcieport 0000:00:1c.3: PME: Signaling with IRQ 38
2023-06-01T11:45:47.20684 kern.info: [ 639.494460] pcieport 0000:00:1c.4: PME: Signaling with IRQ 39
2023-06-01T11:45:47.20685 kern.info: [ 639.494680] pcieport 0000:15:00.4: PME: Signaling with IRQ 40
2023-06-01T11:45:47.20687 kern.info: [ 639.494870] pcieport 0000:33:00.4: PME: Signaling with IRQ 41
2023-06-01T11:45:47.20688 kern.info: [ 639.495052] pcieport 0000:33:01.0: PME: Signaling with IRQ 42
2023-06-01T11:45:47.20689 kern.info: [ 639.495472] pcieport 0000:51:00.4: PME: Signaling with IRQ 43
2023-06-01T11:45:47.20691 kern.info: [ 639.495667] pcieport 0000:6f:00.4: PME: Signaling with IRQ 44
2023-06-01T11:45:47.20692 kern.info: [ 639.495851] pcieport 0000:6f:01.0: PME: Signaling with IRQ 45
2023-06-01T11:45:47.20693 kern.info: [ 639.496039] pcieport 0000:6f:03.0: PME: Signaling with IRQ 46
2023-06-01T11:45:47.20694 kern.info: [ 639.496225] pcieport 0000:6f:05.0: PME: Signaling with IRQ 47
2023-06-01T11:45:47.20695 kern.info: [ 639.496410] pcieport 0000:6f:07.0: PME: Signaling with IRQ 48
2023-06-01T11:45:47.20697 kern.info: [ 639.496607] pcieport 0000:8d:00.4: PME: Signaling with IRQ 49
2023-06-01T11:45:47.20698 kern.info: [ 639.496802] pcieport 0000:ab:00.4: PME: Signaling with IRQ 50
2023-06-01T11:45:47.20699 kern.info: [ 639.496971] pcieport 0000:c9:00.4: PME: Signaling with IRQ 51
2023-06-01T11:45:47.20701 kern.info: [ 639.497147] pcieport 0000:e7:00.4: PME: Signaling with IRQ 52
2023-06-01T11:45:47.20702 kern.info: [ 639.497329] pcieport 0000:ec:00.4: PME: Signaling with IRQ 53
2023-06-01T11:45:47.20703 kern.info: [ 639.497464] pcieport 0000:f1:00.4: PME: Signaling with IRQ 54
2023-06-01T11:45:47.20705 kern.info: [ 639.497578] pcieport 0000:f6:00.4: PME: Signaling with IRQ 55
2023-06-01T11:45:47.20709 kern.info: [ 639.497908] ACPI: \_SB_.SCK0.C000: Found 2 idle states
2023-06-01T11:45:47.20710 kern.info: [ 639.509471] acpi/hmat: Memory Flags:0001 Processor Domain:0 Memory Domain:0
2023-06-01T11:45:47.20711 kern.info: [ 639.509473] acpi/hmat: Locality: Flags:00 Type:Read Latency Initiator Domains:1 Target Domains:1 Base:100
2023-06-01T11:45:47.20713 kern.info: [ 639.509474] acpi/hmat: Initiator-Target[0-0]:91 nsec
2023-06-01T11:45:47.20714 kern.info: [ 639.509474] acpi/hmat: Locality: Flags:00 Type:Write Latency Initiator Domains:1 Target Domains:1 Base:100
2023-06-01T11:45:47.20715 kern.info: [ 639.509475] acpi/hmat: Initiator-Target[0-0]:91 nsec
2023-06-01T11:45:47.20716 kern.info: [ 639.509476] acpi/hmat: Locality: Flags:00 Type:Read Bandwidth Initiator Domains:1 Target Domains:1 Base:100
2023-06-01T11:45:47.20718 kern.info: [ 639.509476] acpi/hmat: Initiator-Target[0-0]:262100 MB/s
2023-06-01T11:45:47.20719 kern.info: [ 639.509477] acpi/hmat: Locality: Flags:00 Type:Write Bandwidth Initiator Domains:1 Target Domains:1 Base:100
2023-06-01T11:45:47.20721 kern.info: [ 639.509477] acpi/hmat: Initiator-Target[0-0]:176100 MB/s
2023-06-01T11:45:47.20722 kern.info: [ 639.509595] ERST: Error Record Serialization Table (ERST) support is initialized.
2023-06-01T11:45:47.20723 kern.info: [ 639.509596] pstore: Registered erst as persistent store backend
2023-06-01T11:45:47.20724 kern.info: [ 639.510026] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
2023-06-01T11:45:47.20726 kern.info: [ 639.531467] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
2023-06-01T11:45:47.20727 kern.info: [ 639.553318] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
2023-06-01T11:45:47.20728 kern.info: [ 639.586311] nvme nvme0: pci function 0000:70:00.0
2023-06-01T11:45:47.20730 kern.info: [ 639.587304] nvme nvme1: pci function 0000:71:00.0
2023-06-01T11:45:47.20731 kern.info: [ 639.587812] nvme nvme2: pci function 0000:72:00.0
2023-06-01T11:45:47.20732 kern.info: [ 639.588328] nvme nvme3: pci function 0000:73:00.0
2023-06-01T11:45:47.20734 kern.info: [ 639.588683] e1000e: Intel(R) PRO/1000 Network Driver
2023-06-01T11:45:47.20735 kern.info: [ 639.588688] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
2023-06-01T11:45:47.20736 kern.info: [ 639.588926] i8042: PNP: No PS/2 controller found.
2023-06-01T11:45:47.20737 kern.info: [ 639.589201] mousedev: PS/2 mouse device common for all mice
2023-06-01T11:45:47.20739 kern.info: [ 639.589253] rtc_cmos 00:00: RTC can wake from S4
2023-06-01T11:45:47.20740 kern.info: [ 639.590940] rtc_cmos 00:00: registered as rtc0
2023-06-01T11:45:47.20741 kern.info: [ 639.591164] rtc_cmos 00:00: setting system clock to 2023-06-01T11:45:40 UTC (1685619940)
2023-06-01T11:45:47.20743 kern.info: [ 639.591213] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
2023-06-01T11:45:47.20744 kern.info: [ 639.618878] intel_pstate: HWP enabled by BIOS
2023-06-01T11:45:47.20745 kern.info: [ 639.618885] intel_pstate: Intel P-state driver initializing
2023-06-01T11:45:47.20746 kern.info: [ 639.633757] nvme nvme3: 32/0/0 default/read/poll queues
2023-06-01T11:45:47.20748 kern.info: [ 639.633780] nvme nvme2: 32/0/0 default/read/poll queues
2023-06-01T11:45:47.20749 kern.info: [ 639.634065] nvme nvme0: 32/0/0 default/read/poll queues
2023-06-01T11:45:47.20751 kern.info: [ 639.634132] nvme nvme1: 32/0/0 default/read/poll queues
2023-06-01T11:45:47.20752 kern.info: [ 639.640079] nvme0n1: p1 p2
2023-06-01T11:45:47.20753 kern.info: [ 639.640136] nvme2n1: p1
2023-06-01T11:45:47.20755 kern.info: [ 639.640141] nvme3n1: p1
2023-06-01T11:45:47.20756 kern.info: [ 639.640181] nvme1n1: p1 p2
2023-06-01T11:45:47.20757 kern.info: [ 639.652949] intel_pstate: HWP enabled
2023-06-01T11:45:47.20758 kern.info: [ 639.662196] ledtrig-cpu: registered to indicate activity on CPUs
2023-06-01T11:45:47.20760 kern.info: [ 639.662244] efifb: probing for efifb
2023-06-01T11:45:47.20761 kern.info: [ 639.662287] efifb: showing boot graphics
2023-06-01T11:45:47.20762 kern.info: [ 639.664497] efifb: framebuffer at 0x202fe0000000, using 3072k, total 3072k
2023-06-01T11:45:47.20764 kern.info: [ 639.664500] efifb: mode is 1024x768x32, linelength=4096, pages=768
2023-06-01T11:45:47.20765 kern.info: [ 639.664502] efifb: scrolling: redraw
2023-06-01T11:45:47.20766 kern.info: [ 639.664503] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
2023-06-01T11:45:47.20767 kern.info: [ 639.664626] Console: switching to colour frame buffer device 128x48
2023-06-01T11:45:47.20769 kern.info: [ 639.665548] fb0: EFI VGA frame buffer device
2023-06-01T11:45:47.20770 kern.info: [ 639.677863] NET: Registered PF_INET6 protocol family
2023-06-01T11:45:47.20771 kern.info: [ 639.683627] Segment Routing with IPv6
2023-06-01T11:45:47.20772 kern.info: [ 639.683629] RPL Segment Routing with IPv6
2023-06-01T11:45:47.20774 kern.info: [ 639.683638] In-situ OAM (IOAM) with IPv6
2023-06-01T11:45:47.20775 kern.info: [ 639.683667] NET: Registered PF_PACKET protocol family
2023-06-01T11:45:47.20776 kern.notice: [ 639.683854] Key type dns_resolver registered
2023-06-01T11:45:47.20778 kern.info: [ 639.731880] microcode: sig=0x806f8, pf=0x2, revision=0x2b000461
2023-06-01T11:45:47.20779 kern.info: [ 639.749925] microcode: Microcode Update Driver: v2.2.
2023-06-01T11:45:47.20780 kern.info: [ 639.761287] resctrl: L3 allocation detected
2023-06-01T11:45:47.20781 kern.info: [ 639.761289] resctrl: L2 allocation detected
2023-06-01T11:45:47.20783 kern.info: [ 639.761290] resctrl: MB allocation detected
2023-06-01T11:45:47.20784 kern.info: [ 639.761290] resctrl: L3 monitoring detected
2023-06-01T11:45:47.20785 kern.info: [ 639.761294] IPI shorthand broadcast: enabled
2023-06-01T11:45:47.20786 kern.info: [ 639.761316] sched_clock: Marking stable (639759691866, 1584773)->(5112177209, 634649099430)
2023-06-01T11:45:47.20788 kern.info: [ 639.763132] registered taskstats version 1
2023-06-01T11:45:47.20789 kern.notice: [ 639.765550] Loading compiled-in X.509 certificates
2023-06-01T11:45:47.20790 kern.info: [ 639.769076] zswap: loaded using pool lzo/zbud
2023-06-01T11:45:47.20792 kern.notice: [ 639.769223] Key type .fscrypt registered
2023-06-01T11:45:47.20793 kern.notice: [ 639.769224] Key type fscrypt-provisioning registered
2023-06-01T11:45:47.20794 kern.info: [ 639.769313] pstore: Using crash dump compression: deflate
2023-06-01T11:45:47.20795 kern.info: [ 639.769324] AppArmor: AppArmor sha1 policy hashing enabled
2023-06-01T11:45:47.20797 kern.info: [ 639.779998] Freeing unused kernel image (initmem) memory: 1964K
2023-06-01T11:45:47.20798 kern.info: [ 639.792604] Write protecting the kernel read-only data: 24576k
2023-06-01T11:45:47.20799 kern.info: [ 639.793181] Freeing unused kernel image (text/rodata gap) memory: 2040K
2023-06-01T11:45:47.20800 kern.info: [ 639.793306] Freeing unused kernel image (rodata/data gap) memory: 560K
2023-06-01T11:45:47.20802 kern.info: [ 639.794328] x86/mm: Checked W+X mappings: passed, no W+X pages found.
2023-06-01T11:45:47.20803 kern.info: [ 639.794332] Run /init as init process
2023-06-01T11:45:47.20811 daemon.info: [ 639.880810] dracut: ZFS: Using hostid from /etc/hostid: 00bab10c
2023-06-01T11:45:47.20813 daemon.info: [ 639.886234] dracut: ZFS: Boot dataset is zroot/ROOT/x86_64.
2023-06-01T11:45:47.20815 daemon.info: [ 639.894597] systemd-udevd[1051]: starting version 3.2.11
2023-06-01T11:45:47.20816 daemon.info: [ 639.895791] udevd[1052]: starting eudev-3.2.11
2023-06-01T11:45:47.20817 kern.info: [ 639.941918] Linux agpgart interface v0.103
2023-06-01T11:45:47.20819 kern.notice: [ 639.946294] SCSI subsystem initialized
2023-06-01T11:45:47.20820 kern.info: [ 639.950508] ACPI: bus type USB registered
2023-06-01T11:45:47.20821 kern.info: [ 639.950575] usbcore: registered new interface driver usbfs
2023-06-01T11:45:47.20822 kern.info: [ 639.950643] usbcore: registered new interface driver hub
2023-06-01T11:45:47.20824 kern.info: [ 639.950743] usbcore: registered new device driver usb
2023-06-01T11:45:47.20825 kern.info: [ 639.959112] cryptd: max_cpu_qlen set to 1000
2023-06-01T11:45:47.20826 kern.info: [ 639.959347] ACPI: bus type drm_connector registered
2023-06-01T11:45:47.20827 kern.warn: [ 639.964715] spl: loading out-of-tree module taints kernel.
2023-06-01T11:45:47.20830 kern.info: [ 639.977708] AVX2 version of gcm_enc/dec engaged.
2023-06-01T11:45:47.20831 kern.info: [ 639.978037] AES CTR mode by8 optimization enabled
2023-06-01T11:45:47.20832 kern.warn: [ 639.979312] znvpair: module license 'CDDL' taints kernel.
2023-06-01T11:45:47.20834 kern.warn: [ 639.979315] Disabling lock debugging due to kernel taint
2023-06-01T11:45:47.20836 kern.info: [ 639.982459] xhci_hcd 0000:00:14.0: xHCI Host Controller
2023-06-01T11:45:47.20838 kern.info: [ 639.982637] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
2023-06-01T11:45:47.20839 kern.info: [ 639.983744] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
2023-06-01T11:45:47.20840 kern.info: [ 639.985021] xhci_hcd 0000:00:14.0: xHCI Host Controller
2023-06-01T11:45:47.20841 kern.info: [ 639.985024] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
2023-06-01T11:45:47.20843 kern.info: [ 639.985027] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
2023-06-01T11:45:47.20844 kern.info: [ 639.985086] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
2023-06-01T11:45:47.20845 kern.info: [ 639.985088] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2023-06-01T11:45:47.20847 kern.info: [ 639.985090] usb usb1: Product: xHCI Host Controller
2023-06-01T11:45:47.20848 kern.info: [ 639.985091] usb usb1: Manufacturer: Linux 6.1.29_4 xhci-hcd
2023-06-01T11:45:47.20850 kern.info: [ 639.985092] usb usb1: SerialNumber: 0000:00:14.0
2023-06-01T11:45:47.20851 kern.info: [ 639.990079] hub 1-0:1.0: USB hub found
2023-06-01T11:45:47.20853 kern.info: [ 639.990102] hub 1-0:1.0: 16 ports detected
2023-06-01T11:45:47.20854 kern.info: [ 639.991190] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
2023-06-01T11:45:47.20856 kern.info: [ 639.991193] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds
2023-06-01T11:45:47.20857 kern.info: [ 639.995537] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
2023-06-01T11:45:47.20858 kern.info: [ 639.995540] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2023-06-01T11:45:47.20859 kern.info: [ 639.995541] usb usb2: Product: xHCI Host Controller
2023-06-01T11:45:47.20861 kern.info: [ 639.995542] usb usb2: Manufacturer: Linux 6.1.29_4 xhci-hcd
2023-06-01T11:45:47.20862 kern.info: [ 639.995543] usb usb2: SerialNumber: 0000:00:14.0
2023-06-01T11:45:47.20863 kern.info: [ 639.996149] hub 2-0:1.0: USB hub found
2023-06-01T11:45:47.20864 kern.info: [ 639.996165] hub 2-0:1.0: 8 ports detected
2023-06-01T11:45:47.20866 kern.info: [ 640.001629] Console: switching to colour dummy device 80x25
2023-06-01T11:45:47.20867 kern.info: [ 640.001982] ast 0000:04:00.0: [drm] P2A bridge disabled, using default configuration
2023-06-01T11:45:47.20868 kern.info: [ 640.001984] ast 0000:04:00.0: [drm] AST 2600 detected
2023-06-01T11:45:47.20870 kern.info: [ 640.014959] scsi host0: ahci
2023-06-01T11:45:47.20871 kern.info: [ 640.015119] scsi host1: ahci
2023-06-01T11:45:47.20872 kern.info: [ 640.015219] scsi host2: ahci
2023-06-01T11:45:47.20873 kern.info: [ 640.015313] scsi host3: ahci
2023-06-01T11:45:47.20875 kern.info: [ 640.015435] scsi host4: ahci
2023-06-01T11:45:47.20877 kern.info: [ 640.015558] scsi host5: ahci
2023-06-01T11:45:47.20878 kern.info: [ 640.015672] scsi host6: ahci
2023-06-01T11:45:47.20879 kern.info: [ 640.015770] scsi host7: ahci
2023-06-01T11:45:47.20880 kern.info: [ 640.015810] ata1: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02100 irq 188
2023-06-01T11:45:47.20882 kern.info: [ 640.015812] ata2: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02180 irq 188
2023-06-01T11:45:47.20883 kern.info: [ 640.015814] ata3: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02200 irq 188
2023-06-01T11:45:47.20884 kern.info: [ 640.015815] ata4: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02280 irq 188
2023-06-01T11:45:47.20885 kern.info: [ 640.015817] ata5: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02300 irq 188
2023-06-01T11:45:47.20887 kern.info: [ 640.015818] ata6: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02380 irq 188
2023-06-01T11:45:47.20888 kern.info: [ 640.015819] ata7: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02400 irq 188
2023-06-01T11:45:47.20890 kern.info: [ 640.015820] ata8: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02480 irq 188
2023-06-01T11:45:47.20891 kern.info: [ 640.109606] ast 0000:04:00.0: [drm] Using analog VGA
2023-06-01T11:45:47.20892 kern.info: [ 640.109609] ast 0000:04:00.0: [drm] dram MCLK=396 Mhz type=1 bus_width=16
2023-06-01T11:45:47.20893 kern.info: [ 640.110149] [drm] Initialized ast 0.1.0 20120228 for 0000:04:00.0 on minor 0
2023-06-01T11:45:47.20895 kern.info: [ 640.130536] Console: switching to colour frame buffer device 128x48
2023-06-01T11:45:47.20896 kern.info: [ 640.131026] ast 0000:04:00.0: [drm] fb0: astdrmfb frame buffer device
2023-06-01T11:45:47.20898 kern.notice: [ 640.147785] Setting dangerous option force_probe - tainting kernel
2023-06-01T11:45:47.20899 kern.info: [ 640.148170] i915 0000:36:00.0: [drm] Incompatible option enable_guc=3 - HuC is not supported!
2023-06-01T11:45:47.20900 kern.info: [ 640.149220] i915 0000:36:00.0: [drm] VT-d active for gfx access
2023-06-01T11:45:47.20901 kern.info: [ 640.149222] i915 0000:36:00.0: vgaarb: deactivate vga console
2023-06-01T11:45:47.20903 kern.info: [ 640.149238] i915 0000:36:00.0: BAR 0: releasing [mem 0xa8000000-0xa8ffffff 64bit]
2023-06-01T11:45:47.20904 kern.info: [ 640.149240] i915 0000:36:00.0: BAR 2: releasing [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.20905 kern.info: [ 640.149255] pcieport 0000:35:01.0: BAR 15: releasing [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.20907 kern.info: [ 640.149256] pcieport 0000:34:00.0: BAR 15: releasing [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.20908 kern.info: [ 640.149262] pcieport 0000:34:00.0: BAR 15: no space for [mem size 0x200000000 64bit pref]
2023-06-01T11:45:47.20910 kern.info: [ 640.149263] pcieport 0000:34:00.0: BAR 15: failed to assign [mem size 0x200000000 64bit pref]
2023-06-01T11:45:47.20911 kern.info: [ 640.149265] pcieport 0000:35:01.0: BAR 15: no space for [mem size 0x200000000 64bit pref]
2023-06-01T11:45:47.20912 kern.info: [ 640.149266] pcieport 0000:35:01.0: BAR 15: failed to assign [mem size 0x200000000 64bit pref]
2023-06-01T11:45:47.20913 kern.info: [ 640.149267] i915 0000:36:00.0: BAR 2: no space for [mem size 0x200000000 64bit pref]
2023-06-01T11:45:47.20915 kern.info: [ 640.149268] i915 0000:36:00.0: BAR 2: failed to assign [mem size 0x200000000 64bit pref]
2023-06-01T11:45:47.20916 kern.info: [ 640.149269] i915 0000:36:00.0: BAR 0: assigned [mem 0xa8000000-0xa8ffffff 64bit]
2023-06-01T11:45:47.20917 kern.info: [ 640.149277] pcieport 0000:33:01.0: PCI bridge to [bus 34-37]
2023-06-01T11:45:47.20919 kern.info: [ 640.149280] pcieport 0000:33:01.0: bridge window [mem 0xa8000000-0xa93fffff]
2023-06-01T11:45:47.20920 kern.info: [ 640.149282] pcieport 0000:33:01.0: bridge window [mem 0x202fe0000000-0x202ff07fffff 64bit pref]
2023-06-01T11:45:47.20921 kern.info: [ 640.149286] pcieport 0000:34:00.0: PCI bridge to [bus 35-37]
2023-06-01T11:45:47.20923 kern.info: [ 640.149289] pcieport 0000:34:00.0: bridge window [mem 0xa8000000-0xa93fffff]
2023-06-01T11:45:47.20924 kern.info: [ 640.149291] pcieport 0000:34:00.0: bridge window [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.20925 kern.info: [ 640.149294] pcieport 0000:35:01.0: PCI bridge to [bus 36]
2023-06-01T11:45:47.20927 kern.info: [ 640.149298] pcieport 0000:35:01.0: bridge window [mem 0xa8000000-0xa91fffff]
2023-06-01T11:45:47.20928 kern.info: [ 640.149300] pcieport 0000:35:01.0: bridge window [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.20929 kern.info: [ 640.149308] i915 0000:36:00.0: [drm] Failed to resize BAR2 to 8192M (-ENOSPC)
2023-06-01T11:45:47.20930 kern.info: [ 640.149310] i915 0000:36:00.0: BAR 2: assigned [mem 0x202fe0000000-0x202fefffffff 64bit pref]
2023-06-01T11:45:47.20932 kern.info: [ 640.149331] i915 0000:36:00.0: [drm] Local memory IO size: 0x0000000010000000
2023-06-01T11:45:47.20933 kern.info: [ 640.149332] i915 0000:36:00.0: [drm] Local memory available: 0x00000001fc000000
2023-06-01T11:45:47.20934 kern.info: [ 640.149333] i915 0000:36:00.0: [drm] Using a reduced BAR size of 256MiB. Consider enabling 'Resizable BAR' or similar, if available in the BIOS.
2023-06-01T11:45:47.20936 kern.info: [ 640.162162] i915 0000:36:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
2023-06-01T11:45:47.20937 kern.info: [ 640.164842] i915 0000:36:00.0: [drm] Finished loading DMC firmware i915/dg2_dmc_ver2_07.bin (v2.7)
2023-06-01T11:45:47.20938 kern.info: [ 640.231741] usb 1-1: new high-speed USB device number 2 using xhci_hcd
2023-06-01T11:45:47.20940 kern.warn: [ 640.314820] i915 0000:36:00.0: [drm] Missing GuC-Err-Cap reglist Class(1):Compute(4)!
2023-06-01T11:45:47.20941 kern.warn: [ 640.314822] i915 0000:36:00.0: [drm] Missing GuC-Err-Cap reglist Instance(2):Compute(4)!
2023-06-01T11:45:47.20942 kern.warn: [ 640.317403] i915 0000:36:00.0: [drm] Missing GuC-Err-Cap reglist Class(1):Compute(4)!
2023-06-01T11:45:47.20944 kern.warn: [ 640.317404] i915 0000:36:00.0: [drm] Missing GuC-Err-Cap reglist Instance(2):Compute(4)!
2023-06-01T11:45:47.20945 kern.info: [ 640.318402] i915 0000:36:00.0: [drm] GuC firmware i915/dg2_guc_70.bin version 70.5.1
2023-06-01T11:45:47.20946 kern.warn: [ 640.318512] i915 0000:36:00.0: [drm] Missing GuC-Err-Cap reglist Class(1):Compute(4)!
2023-06-01T11:45:47.20948 kern.warn: [ 640.318512] i915 0000:36:00.0: [drm] Missing GuC-Err-Cap reglist Instance(2):Compute(4)!
2023-06-01T11:45:47.20951 kern.info: [ 640.322859] ata6: SATA link down (SStatus 0 SControl 300)
2023-06-01T11:45:47.20952 kern.info: [ 640.322892] ata8: SATA link down (SStatus 0 SControl 300)
2023-06-01T11:45:47.20953 kern.info: [ 640.322922] ata1: SATA link down (SStatus 0 SControl 300)
2023-06-01T11:45:47.20955 kern.info: [ 640.322951] ata2: SATA link down (SStatus 0 SControl 300)
2023-06-01T11:45:47.20956 kern.info: [ 640.322980] ata5: SATA link down (SStatus 0 SControl 300)
2023-06-01T11:45:47.20957 kern.info: [ 640.323010] ata3: SATA link down (SStatus 0 SControl 300)
2023-06-01T11:45:47.20958 kern.info: [ 640.323039] ata4: SATA link down (SStatus 0 SControl 300)
2023-06-01T11:45:47.20960 kern.info: [ 640.323790] ata7: SATA link down (SStatus 0 SControl 300)
2023-06-01T11:45:47.20961 kern.info: [ 640.328075] i915 0000:36:00.0: [drm] GuC submission enabled
2023-06-01T11:45:47.20962 kern.info: [ 640.328078] i915 0000:36:00.0: [drm] GuC SLPC enabled
2023-06-01T11:45:47.20964 kern.info: [ 640.328410] i915 0000:36:00.0: [drm] GuC RC: enabled
2023-06-01T11:45:47.20965 kern.info: [ 640.358078] usb 1-1: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
2023-06-01T11:45:47.20966 kern.info: [ 640.358090] usb 1-1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2023-06-01T11:45:47.20967 kern.info: [ 640.358094] usb 1-1: Product: USB Virtual Hub
2023-06-01T11:45:47.20969 kern.info: [ 640.358097] usb 1-1: Manufacturer: Aspeed
2023-06-01T11:45:47.20970 kern.info: [ 640.358099] usb 1-1: SerialNumber: 00000000
2023-06-01T11:45:47.20971 kern.info: [ 640.359050] hub 1-1:1.0: USB hub found
2023-06-01T11:45:47.20973 kern.info: [ 640.359103] hub 1-1:1.0: 7 ports detected
2023-06-01T11:45:47.20974 kern.info: [ 640.449361] [drm] Initialized i915 1.6.0 20201103 for 0000:36:00.0 on minor 1
2023-06-01T11:45:47.20975 kern.info: [ 640.467849] fbcon: i915drmfb (fb1) is primary device
2023-06-01T11:45:47.20976 kern.info: [ 640.467851] fbcon: Remapping primary device, fb1, to tty 1-63
2023-06-01T11:45:47.20978 kern.info: [ 640.472041] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
2023-06-01T11:45:47.20979 kern.info: [ 640.485382] usb 2-3: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.23
2023-06-01T11:45:47.20981 kern.info: [ 640.485392] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-01T11:45:47.20982 kern.info: [ 640.485396] usb 2-3: Product: USB3.0 Hub
2023-06-01T11:45:47.20984 kern.info: [ 640.485399] usb 2-3: Manufacturer: VIA Labs, Inc.
2023-06-01T11:45:47.20985 kern.info: [ 640.486696] hub 2-3:1.0: USB hub found
2023-06-01T11:45:47.20986 kern.info: [ 640.486941] hub 2-3:1.0: 4 ports detected
2023-06-01T11:45:47.20987 kern.info: [ 640.498241] i915 0000:36:00.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
2023-06-01T11:45:47.20989 kern.notice: [ 640.587108] ZFS: Loaded module v2.1.11-1, ZFS pool version 5000, ZFS filesystem version 5
2023-06-01T11:45:47.20990 kern.info: [ 640.598655] usb 1-4: new high-speed USB device number 3 using xhci_hcd
2023-06-01T11:45:47.20991 kern.info: [ 640.727157] usb 1-4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.38
2023-06-01T11:45:47.20992 kern.info: [ 640.727166] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
2023-06-01T11:45:47.20994 kern.info: [ 640.727169] usb 1-4: Product: USB2.0 Hub
2023-06-01T11:45:47.20995 kern.info: [ 640.729626] hub 1-4:1.0: USB hub found
2023-06-01T11:45:47.20996 kern.info: [ 640.730204] hub 1-4:1.0: 4 ports detected
2023-06-01T11:45:47.20998 kern.info: [ 640.795656] usb 1-1.1: new high-speed USB device number 4 using xhci_hcd
2023-06-01T11:45:47.20999 kern.info: [ 640.874025] usb 1-1.1: New USB device found, idVendor=0557, idProduct=9241, bcdDevice= 5.04
2023-06-01T11:45:47.21000 kern.info: [ 640.874036] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-01T11:45:47.21002 kern.info: [ 640.874040] usb 1-1.1: Product: SMCI HID KM
2023-06-01T11:45:47.21003 kern.info: [ 640.874042] usb 1-1.1: Manufacturer: Linux 5.4.62 with aspeed_vhub
2023-06-01T11:45:47.21004 kern.info: [ 640.882880] hid: raw HID events driver (C) Jiri Kosina
2023-06-01T11:45:47.21006 daemon.info: [ 640.958606] dracut: ZFS: No sysroot.mount exists or zfs-generator did not extend it.
2023-06-01T11:45:47.21008 daemon.info: [ 640.958629] dracut: ZFS: Mounting root with the traditional mount-zfs.sh instead.
2023-06-01T11:45:47.21009 kern.info: [ 640.986657] usb 1-6: new full-speed USB device number 5 using xhci_hcd
2023-06-01T11:45:47.21010 kern.info: [ 641.114375] usb 1-6: New USB device found, idVendor=0764, idProduct=0501, bcdDevice= 2.00
2023-06-01T11:45:47.21011 kern.info: [ 641.114384] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
2023-06-01T11:45:47.21013 kern.info: [ 641.114387] usb 1-6: Product: CPJ1200
2023-06-01T11:45:47.21014 kern.info: [ 641.114390] usb 1-6: Manufacturer: CPS
2023-06-01T11:45:47.21017 kern.info: [ 641.114392] usb 1-6: SerialNumber: CTAJX2000050
2023-06-01T11:45:47.21018 kern.info: [ 641.124950] usbcore: registered new interface driver usbhid
2023-06-01T11:45:47.21019 kern.info: [ 641.124952] usbhid: USB HID core driver
2023-06-01T11:45:47.21021 kern.info: [ 641.177656] usb 1-1.2: new high-speed USB device number 6 using xhci_hcd
2023-06-01T11:45:47.21022 kern.info: [ 641.255816] usb 1-1.2: New USB device found, idVendor=0b1f, idProduct=03ee, bcdDevice= 5.04
2023-06-01T11:45:47.21023 kern.info: [ 641.255826] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-01T11:45:47.21024 kern.info: [ 641.255830] usb 1-1.2: Product: RNDIS/Ethernet Gadget
2023-06-01T11:45:47.21026 kern.info: [ 641.255833] usb 1-1.2: Manufacturer: Linux 5.4.62 with aspeed_vhub
2023-06-01T11:45:47.21027 kern.info: [ 641.318670] usb 1-4.1: new high-speed USB device number 7 using xhci_hcd
2023-06-01T11:45:47.21028 kern.info: [ 641.396979] usb 1-4.1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.38
2023-06-01T11:45:47.21030 kern.info: [ 641.396989] usb 1-4.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
2023-06-01T11:45:47.21031 kern.info: [ 641.396992] usb 1-4.1: Product: USB2.0 Hub
2023-06-01T11:45:47.21032 kern.info: [ 641.397963] hub 1-4.1:1.0: USB hub found
2023-06-01T11:45:47.21033 kern.info: [ 641.398198] hub 1-4.1:1.0: 4 ports detected
2023-06-01T11:45:47.21035 kern.info: [ 641.509603] usb 1-10: new high-speed USB device number 8 using xhci_hcd
2023-06-01T11:45:47.21036 kern.info: [ 641.579843] i915 0000:36:00.0: [drm] fb1: i915drmfb frame buffer device
2023-06-01T11:45:47.21038 kern.info: [ 641.583089] usbcore: registered new interface driver usbmouse
2023-06-01T11:45:47.21039 kern.info: [ 641.583911] input: Linux 5.4.62 with aspeed_vhub SMCI HID KM as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:0557:9241.0001/input/input0
2023-06-01T11:45:47.21041 kern.info: [ 641.635784] hid-generic 0003:0557:9241.0001: input,hidraw0: USB HID v1.00 Keyboard [Linux 5.4.62 with aspeed_vhub SMCI HID KM] on usb-0000:00:14.0-1.1/input0
2023-06-01T11:45:47.21042 kern.info: [ 641.636005] input: Linux 5.4.62 with aspeed_vhub SMCI HID KM as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0557:9241.0002/input/input1
2023-06-01T11:45:47.21044 kern.info: [ 641.636284] hid-generic 0003:0557:9241.0002: input,hidraw1: USB HID v1.00 Mouse [Linux 5.4.62 with aspeed_vhub SMCI HID KM] on usb-0000:00:14.0-1.1/input1
2023-06-01T11:45:47.21045 kern.info: [ 641.637078] usb 1-10: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.23
2023-06-01T11:45:47.21046 kern.info: [ 641.637090] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-01T11:45:47.21048 kern.info: [ 641.637094] usb 1-10: Product: USB2.0 Hub
2023-06-01T11:45:47.21050 kern.info: [ 641.637097] usb 1-10: Manufacturer: VIA Labs, Inc.
2023-06-01T11:45:47.21051 kern.info: [ 641.637249] hid-generic 0003:0764:0501.0003: hiddev0,hidraw2: USB HID v1.10 Device [CPS CPJ1200] on usb-0000:00:14.0-6/input0
2023-06-01T11:45:47.21053 kern.info: [ 641.639365] hub 1-10:1.0: USB hub found
2023-06-01T11:45:47.21054 kern.info: [ 641.639474] hub 1-10:1.0: 4 ports detected
2023-06-01T11:45:47.21055 kern.info: [ 641.700602] usb 1-4.2: new full-speed USB device number 9 using xhci_hcd
2023-06-01T11:45:47.21056 daemon.info: [ 641.768678] dracut: ZFS: Importing pool zroot...
2023-06-01T11:45:47.21058 kern.info: [ 641.779693] usb 1-4.2: New USB device found, idVendor=0c70, idProduct=f00e, bcdDevice= 1.00
2023-06-01T11:45:47.21059 kern.info: [ 641.779705] usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2023-06-01T11:45:47.21061 kern.info: [ 641.779709] usb 1-4.2: Product: D5 NEXT
2023-06-01T11:45:47.21062 kern.info: [ 641.779712] usb 1-4.2: Manufacturer: Aqua Computer GmbH & Co. KG
2023-06-01T11:45:47.21063 kern.info: [ 641.779715] usb 1-4.2: SerialNumber: 05078-32503
2023-06-01T11:45:47.21064 kern.info: [ 641.792430] hid-generic 0003:0C70:F00E.0004: hiddev1,hidraw3: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG D5 NEXT] on usb-0000:00:14.0-4.2/input1
2023-06-01T11:45:47.21066 kern.info: [ 641.841664] usb 1-4.1.4: new full-speed USB device number 10 using xhci_hcd
2023-06-01T11:45:47.21067 kern.info: [ 641.919676] usb 1-4.1.4: New USB device found, idVendor=0c70, idProduct=f001, bcdDevice= 0.02
2023-06-01T11:45:47.21068 kern.info: [ 641.919688] usb 1-4.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2023-06-01T11:45:47.21070 kern.info: [ 641.919693] usb 1-4.1.4: Product: aquaero
2023-06-01T11:45:47.21071 kern.info: [ 641.919696] usb 1-4.1.4: Manufacturer: Aqua Computer GmbH & Co. KG
2023-06-01T11:45:47.21072 kern.info: [ 641.919699] usb 1-4.1.4: SerialNumber: 14652-16288
2023-06-01T11:45:47.21073 kern.info: [ 641.928984] input: Aqua Computer GmbH & Co. KG aquaero Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.0/0003:0C70:F001.0005/input/input2
2023-06-01T11:45:47.21075 kern.info: [ 641.980644] input: Aqua Computer GmbH & Co. KG aquaero Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.0/0003:0C70:F001.0005/input/input3
2023-06-01T11:45:47.21076 kern.info: [ 641.980764] hid-generic 0003:0C70:F001.0005: input,hidraw4: USB HID v1.11 Keyboard [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input0
2023-06-01T11:45:47.21078 daemon.info: Jun 1 20:45:47 chronyd[4520]: chronyd version 4.3 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER -SIGND +ASYNCDNS +NTS +SECHASH +IPV6 -DEBUG)
2023-06-01T11:45:47.21079 kern.info: [ 641.981990] input: Aqua Computer GmbH & Co. KG aquaero Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.1/0003:0C70:F001.0006/input/input4
2023-06-01T11:45:47.21080 kern.info: [ 641.982618] usb 1-4.3: new full-speed USB device number 11 using xhci_hcd
2023-06-01T11:45:47.21082 kern.info: [ 642.033748] input: Aqua Computer GmbH & Co. KG aquaero System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.1/0003:0C70:F001.0006/input/input5
2023-06-01T11:45:47.21083 kern.info: [ 642.034060] hid-generic 0003:0C70:F001.0006: input,hidraw5: USB HID v1.12 Device [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input1
2023-06-01T11:45:47.21084 kern.info: [ 642.038217] hid-generic 0003:0C70:F001.0007: hiddev2,hidraw6: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input2
2023-06-01T11:45:47.21086 kern.info: [ 642.061156] usb 1-4.3: New USB device found, idVendor=0c70, idProduct=f012, bcdDevice= 1.00
2023-06-01T11:45:47.21087 kern.info: [ 642.061168] usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2023-06-01T11:45:47.21088 kern.info: [ 642.061173] usb 1-4.3: Product: high flow NEXT
2023-06-01T11:45:47.21089 kern.info: [ 642.061176] usb 1-4.3: Manufacturer: Aqua Computer GmbH & Co. KG
2023-06-01T11:45:47.21091 kern.info: [ 642.061179] usb 1-4.3: SerialNumber: 01118-04151
2023-06-01T11:45:47.21092 kern.info: [ 642.070442] hid-generic 0003:0C70:F012.0008: hiddev3,hidraw7: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG high flow NEXT] on usb-0000:00:14.0-4.3/input1
2023-06-01T11:45:47.21093 kern.info: [ 642.134592] usb 1-4.4: new full-speed USB device number 12 using xhci_hcd
2023-06-01T11:45:47.21095 kern.info: [ 642.213797] usb 1-4.4: New USB device found, idVendor=0c70, idProduct=f014, bcdDevice= 1.00
2023-06-01T11:45:47.21096 kern.info: [ 642.213808] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2023-06-01T11:45:47.21097 kern.info: [ 642.213813] usb 1-4.4: Product: LEAKSHIELD
2023-06-01T11:45:47.21098 kern.info: [ 642.213816] usb 1-4.4: Manufacturer: Aqua Computer GmbH & Co. KG
2023-06-01T11:45:47.21100 kern.info: [ 642.213819] usb 1-4.4: SerialNumber: 07739-01904
2023-06-01T11:45:47.21101 kern.info: [ 642.226687] hid-generic 0003:0C70:F014.0009: hiddev4,hidraw8: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG LEAKSHIELD] on usb-0000:00:14.0-4.4/input1
2023-06-01T11:45:47.21102 kern.info: [ 642.227639] input: Aqua Computer GmbH & Co. KG LEAKSHIELD Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.2/0003:0C70:F014.000A/input/input6
2023-06-01T11:45:47.21104 kern.info: [ 642.280747] hid-generic 0003:0C70:F014.000A: input,hidraw9: USB HID v1.11 Keyboard [Aqua Computer GmbH & Co. KG LEAKSHIELD] on usb-0000:00:14.0-4.4/input2
2023-06-01T11:45:47.21105 kern.info: [ 642.337655] usb 1-10.1: new full-speed USB device number 13 using xhci_hcd
2023-06-01T11:45:47.21106 kern.info: [ 642.611914] zd0: p1 p2 p3 p4
2023-06-01T11:45:47.21108 daemon.info: [ 642.612998] dracut: ZFS: Mounting dataset zroot/ROOT/x86_64...
2023-06-01T11:45:47.21109 kern.info: [ 642.645791] usb 1-10.1: New USB device found, idVendor=0a12, idProduct=1243, bcdDevice=86.48
2023-06-01T11:45:47.21110 kern.info: [ 642.645803] usb 1-10.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2023-06-01T11:45:47.21112 kern.info: [ 642.645807] usb 1-10.1: Product: Audioengine 2+
2023-06-01T11:45:47.21113 kern.info: [ 642.645810] usb 1-10.1: Manufacturer: Audioengine Ltd.
2023-06-01T11:45:47.21114 kern.info: [ 642.645813] usb 1-10.1: SerialNumber: ABCDEFB1180003
2023-06-01T11:45:47.21116 kern.info: [ 642.672289] input: Audioengine Ltd. Audioengine 2+ as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1:1.2/0003:0A12:1243.000B/input/input7
2023-06-01T11:45:47.21117 daemon.info: [ 642.681042] dracut: Mounted root filesystem zroot/ROOT/x86_64
2023-06-01T11:45:47.21118 daemon.info: [ 642.695558] dracut: ZFS: There is an active pool, will export it.
2023-06-01T11:45:47.21119 kern.info: [ 642.723653] hid-generic 0003:0A12:1243.000B: input,hidraw10: USB HID v1.11 Device [Audioengine Ltd. Audioengine 2+] on usb-0000:00:14.0-10.1/input2
2023-06-01T11:45:47.21121 daemon.info: [ 642.752857] dracut: Switching root
2023-06-01T11:45:47.21122 kern.info: [ 642.847625] usb 1-10.2: new high-speed USB device number 14 using xhci_hcd
2023-06-01T11:45:47.21124 kern.info: [ 642.918452] fuse: init (API version 7.37)
2023-06-01T11:45:47.21125 kern.info: [ 642.942588] raid6: avx512x4 gen() 35544 MB/s
2023-06-01T11:45:47.21126 kern.info: [ 642.959587] raid6: avx512x2 gen() 35381 MB/s
2023-06-01T11:45:47.21127 kern.info: [ 642.976586] raid6: avx512x1 gen() 28542 MB/s
2023-06-01T11:45:47.21129 kern.info: [ 642.983892] usb 1-10.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
2023-06-01T11:45:47.21130 kern.info: [ 642.983903] usb 1-10.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
2023-06-01T11:45:47.21131 kern.info: [ 642.983908] usb 1-10.2: Product: USB 2.0 Hub
2023-06-01T11:45:47.21133 kern.info: [ 642.985147] hub 1-10.2:1.0: USB hub found
2023-06-01T11:45:47.21134 kern.info: [ 642.985176] hub 1-10.2:1.0: 4 ports detected
2023-06-01T11:45:47.21135 kern.info: [ 642.993587] raid6: avx2x4 gen() 37724 MB/s
2023-06-01T11:45:47.21136 kern.info: [ 643.010588] raid6: avx2x2 gen() 38241 MB/s
2023-06-01T11:45:47.21138 kern.info: [ 643.027588] raid6: avx2x1 gen() 35024 MB/s
2023-06-01T11:45:47.21139 kern.info: [ 643.027588] raid6: using algorithm avx2x2 gen() 38241 MB/s
2023-06-01T11:45:47.21140 kern.info: [ 643.044587] raid6: .... xor() 27979 MB/s, rmw enabled
2023-06-01T11:45:47.21141 kern.info: [ 643.044587] raid6: using avx512x2 recovery algorithm
2023-06-01T11:45:47.21143 kern.info: [ 643.054068] xor: automatically using best checksumming function avx
2023-06-01T11:45:47.21144 kern.info: [ 643.098607] usb 1-10.3: new full-speed USB device number 15 using xhci_hcd
2023-06-01T11:45:47.21145 kern.info: [ 643.233018] usb 1-10.3: New USB device found, idVendor=04d8, idProduct=eb5f, bcdDevice= 0.07
2023-06-01T11:45:47.21147 kern.info: [ 643.233026] usb 1-10.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-01T11:45:47.21148 kern.info: [ 643.233030] usb 1-10.3: Product: 7skb
2023-06-01T11:45:47.21150 kern.info: [ 643.233032] usb 1-10.3: Manufacturer: Salicylic_Acid
2023-06-01T11:45:47.21151 kern.info: [ 643.247838] input: Salicylic_Acid 7skb as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.0/0003:04D8:EB5F.000C/input/input8
2023-06-01T11:45:47.21152 kern.info: [ 643.300189] hid-generic 0003:04D8:EB5F.000C: input,hidraw11: USB HID v1.11 Keyboard [Salicylic_Acid 7skb] on usb-0000:00:14.0-10.3/input0
2023-06-01T11:45:47.21154 kern.info: [ 643.302885] hid-generic 0003:04D8:EB5F.000D: hiddev5,hidraw12: USB HID v1.11 Device [Salicylic_Acid 7skb] on usb-0000:00:14.0-10.3/input1
2023-06-01T11:45:47.21155 kern.info: [ 643.305188] input: Salicylic_Acid 7skb Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.2/0003:04D8:EB5F.000E/input/input9
2023-06-01T11:45:47.21156 kern.info: [ 643.305837] input: Salicylic_Acid 7skb System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.2/0003:04D8:EB5F.000E/input/input10
2023-06-01T11:45:47.21158 kern.info: [ 643.357675] input: Salicylic_Acid 7skb Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.2/0003:04D8:EB5F.000E/input/input11
2023-06-01T11:45:47.21159 kern.info: [ 643.357992] hid-generic 0003:04D8:EB5F.000E: input,hidraw13: USB HID v1.11 Mouse [Salicylic_Acid 7skb] on usb-0000:00:14.0-10.3/input2
2023-06-01T11:45:47.21160 kern.info: [ 643.405616] usb 1-10.2.3: new full-speed USB device number 16 using xhci_hcd
2023-06-01T11:45:47.21162 kern.info: [ 643.533955] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=no
2023-06-01T11:45:47.21163 kern.info: [ 643.564323] Non-volatile memory driver v1.3
2023-06-01T11:45:47.21164 kern.info: [ 643.575244] loop: module loaded
2023-06-01T11:45:47.21165 kern.info: [ 643.578195] tun: Universal TUN/TAP device driver, 1.6
2023-06-01T11:45:47.21167 kern.info: [ 643.596304] PPP generic driver version 2.4.2
2023-06-01T11:45:47.21168 kern.info: [ 643.606834] usb 1-10.2.3: New USB device found, idVendor=17a0, idProduct=0241, bcdDevice= 1.02
2023-06-01T11:45:47.21169 kern.info: [ 643.606844] usb 1-10.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=128
2023-06-01T11:45:47.21171 kern.info: [ 643.606848] usb 1-10.2.3: Product: Samson G-Track Pro
2023-06-01T11:45:47.21172 kern.info: [ 643.606851] usb 1-10.2.3: Manufacturer: Samson Technologies
2023-06-01T11:45:47.21173 kern.info: [ 643.606853] usb 1-10.2.3: SerialNumber: D0B3380A0E212B00
2023-06-01T11:45:47.21175 kern.info: [ 643.635584] device-mapper: uevent: version 1.0.3
2023-06-01T11:45:47.21176 kern.info: [ 643.635858] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
2023-06-01T11:45:47.21177 kern.info: [ 643.642016] VFIO - User Level meta-driver version: 0.3
2023-06-01T11:45:47.21178 kern.info: [ 643.707576] Bluetooth: Core ver 2.22
2023-06-01T11:45:47.21180 kern.info: [ 643.707593] NET: Registered PF_BLUETOOTH protocol family
2023-06-01T11:45:47.21181 kern.info: [ 643.707595] Bluetooth: HCI device and connection manager initialized
2023-06-01T11:45:47.21182 kern.info: [ 643.707598] Bluetooth: HCI socket layer initialized
2023-06-01T11:45:47.21183 kern.info: [ 643.707600] Bluetooth: L2CAP socket layer initialized
2023-06-01T11:45:47.21185 kern.info: [ 643.707603] Bluetooth: SCO socket layer initialized
2023-06-01T11:45:47.21186 kern.info: [ 643.725625] usb 1-10.4: new full-speed USB device number 17 using xhci_hcd
2023-06-01T11:45:47.21187 kern.info: [ 643.744771] NET: Registered PF_VSOCK protocol family
2023-06-01T11:45:47.21189 kern.info: [ 643.859804] nct6775: Found NCT6798D or compatible chip at 0x2e:0xa30
2023-06-01T11:45:47.21190 kern.info: [ 643.870647] usb 1-10.4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.11
2023-06-01T11:45:47.21192 kern.info: [ 643.870658] usb 1-10.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-01T11:45:47.21193 kern.info: [ 643.870663] usb 1-10.4: Product: USB Receiver
2023-06-01T11:45:47.21195 kern.info: [ 643.870666] usb 1-10.4: Manufacturer: Logitech
2023-06-01T11:45:47.21196 daemon.info: [ 643.875551] udevd[2956]: starting version 3.2.11
2023-06-01T11:45:47.21198 kern.info: [ 643.881643] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.0/0003:046D:C52B.000F/input/input12
2023-06-01T11:45:47.21199 daemon.info: [ 643.891844] udevd[2960]: starting eudev-3.2.11
2023-06-01T11:45:47.21201 kern.info: [ 643.923407] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input13
2023-06-01T11:45:47.21202 kern.info: [ 643.934951] hid-generic 0003:046D:C52B.000F: input,hidraw14: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-10.4/input0
2023-06-01T11:45:47.21204 kern.info: [ 643.938789] ACPI: button: Power Button [PWRB]
2023-06-01T11:45:47.21205 kern.info: [ 643.938884] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.1/0003:046D:C52B.0010/input/input14
2023-06-01T11:45:47.21206 kern.info: [ 643.939300] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input18
2023-06-01T11:45:47.21208 kern.info: [ 643.939302] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.1/0003:046D:C52B.0010/input/input15
2023-06-01T11:45:47.21209 kern.info: [ 643.939385] ACPI: button: Power Button [PWRF]
2023-06-01T11:45:47.21211 kern.info: [ 643.940764] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1B, rev-id 22)
2023-06-01T11:45:47.21212 kern.info: [ 643.975557] IPMI message handler: version 39.2
2023-06-01T11:45:47.21213 kern.info: [ 643.992851] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.1/0003:046D:C52B.0010/input/input16
2023-06-01T11:45:47.21215 kern.info: [ 643.992947] hid-generic 0003:046D:C52B.0010: input,hiddev6,hidraw15: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-10.4/input1
2023-06-01T11:45:47.21216 kern.info: [ 643.995971] hid-generic 0003:046D:C52B.0011: hiddev7,hidraw16: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-10.4/input2
2023-06-01T11:45:47.21217 kern.info: [ 644.010513] dca service started, version 1.12.1
2023-06-01T11:45:47.21219 kern.info: [ 644.010644] MACsec IEEE 802.1AE
2023-06-01T11:45:47.21220 kern.info: [ 644.011171] usbcore: registered new interface driver usbkbd
2023-06-01T11:45:47.21221 kern.info: [ 644.011176] input: PC Speaker as /devices/platform/pcspkr/input/input19
2023-06-01T11:45:47.21223 kern.info: [ 644.011985] ipmi device interface
2023-06-01T11:45:47.21224 kern.info: [ 644.015914] i801_smbus 0000:00:1f.4: enabling device (0141 -> 0143)
2023-06-01T11:45:47.21225 kern.info: [ 644.016671] i801_smbus 0000:00:1f.4: SPD Write Disable is set
2023-06-01T11:45:47.21226 kern.info: [ 644.016735] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
2023-06-01T11:45:47.21228 kern.info: [ 644.017440] ipmi_si: IPMI System Interface driver
2023-06-01T11:45:47.21229 kern.info: [ 644.017501] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
2023-06-01T11:45:47.21231 kern.info: [ 644.017505] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
2023-06-01T11:45:47.21232 kern.info: [ 644.017508] ipmi_si: Adding SMBIOS-specified kcs state machine
2023-06-01T11:45:47.21233 kern.info: [ 644.017592] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
2023-06-01T11:45:47.21234 kern.info: [ 644.018401] ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca2] regsize 1 spacing 1 irq 0
2023-06-01T11:45:47.21236 kern.info: [ 644.018658] idxd 0000:e7:01.0: enabling device (0144 -> 0146)
2023-06-01T11:45:47.21237 kern.info: [ 644.024117] igb: Intel(R) Gigabit Ethernet Network Driver
2023-06-01T11:45:47.21238 kern.info: [ 644.024120] igb: Copyright (c) 2007-2014 Intel Corporation.
2023-06-01T11:45:47.21240 kern.info: [ 644.064274] atlantic: Detect ATL2FW 103001e
2023-06-01T11:45:47.21241 kern.info: [ 644.066289] i2c i2c-9: 6/16 memory slots populated (from DMI)
2023-06-01T11:45:47.21242 kern.warn: [ 644.066291] i2c i2c-9: Systems with more than 4 memory slots not supported yet, not instantiating SPD
2023-06-01T11:45:47.21243 daemon.info: Jun 1 20:45:47 chronyd[4520]: Frequency -41646.214 +/- 0.385 ppm read from /var/lib/chrony/drift
2023-06-01T11:45:47.21245 kern.warn: [ 644.069172] ACPI Warning: \_SB.PC00.RP03._PRT: Return Package has no elements (empty) (20220331/nsprepkg-94)
2023-06-01T11:45:47.21247 kern.info: [ 644.071440] idxd 0000:e7:01.0: Intel(R) Accelerator Device (v100)
2023-06-01T11:45:47.21248 kern.info: [ 644.085394] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
2023-06-01T11:45:47.21249 kern.info: [ 644.085404] ipmi_si: Adding ACPI-specified kcs state machine
2023-06-01T11:45:47.21251 kern.info: [ 644.085645] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
2023-06-01T11:45:47.21253 kern.info: [ 644.089056] atlantic 0000:05:00.0 eno2: renamed from eth0
2023-06-01T11:45:47.21254 kern.info: [ 644.090164] iTCO_vendor_support: vendor-support=0
2023-06-01T11:45:47.21255 kern.info: [ 644.090929] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
2023-06-01T11:45:47.21257 kern.info: [ 644.090933] RAPL PMU: hw unit of domain package 2^-14 Joules
2023-06-01T11:45:47.21258 kern.info: [ 644.090934] RAPL PMU: hw unit of domain dram 2^-14 Joules
2023-06-01T11:45:47.21259 kern.info: [ 644.090935] RAPL PMU: hw unit of domain psys 2^-0 Joules
2023-06-01T11:45:47.21261 kern.info: [ 644.095893] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
2023-06-01T11:45:47.21262 kern.info: [ 644.100600] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
2023-06-01T11:45:47.21264 kern.info: [ 644.100905] idma64 idma64.0: Found Intel integrated DMA 64-bit
2023-06-01T11:45:47.21265 kern.info: [ 644.105978] pps pps0: new PPS source ptp0
2023-06-01T11:45:47.21266 kern.info: [ 644.106008] igb 0000:02:00.0: added PHC on eth0
2023-06-01T11:45:47.21267 kern.info: [ 644.106009] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
2023-06-01T11:45:47.21269 kern.info: [ 644.106010] igb 0000:02:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 3c:ec:ef:dd:6d:df
2023-06-01T11:45:47.21270 kern.info: [ 644.106067] igb 0000:02:00.0: eth0: PBA No: 010000-000
2023-06-01T11:45:47.21271 kern.info: [ 644.106068] igb 0000:02:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
2023-06-01T11:45:47.21273 kern.info: [ 644.112978] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
2023-06-01T11:45:47.21274 kern.info: [ 644.113652] idma64 idma64.1: Found Intel integrated DMA 64-bit
2023-06-01T11:45:47.21275 kern.info: [ 644.120231] igb 0000:02:00.0 eno1: renamed from eth0
2023-06-01T11:45:47.21276 kern.info: [ 644.125791] intel-lpss 0000:00:15.2: enabling device (0000 -> 0002)
2023-06-01T11:45:47.21278 kern.info: [ 644.126063] idma64 idma64.2: Found Intel integrated DMA 64-bit
2023-06-01T11:45:47.21279 kern.info: [ 644.137790] intel-lpss 0000:00:15.3: enabling device (0000 -> 0002)
2023-06-01T11:45:47.21281 kern.info: [ 644.138083] idma64 idma64.3: Found Intel integrated DMA 64-bit
2023-06-01T11:45:47.21282 kern.info: [ 644.171723] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
2023-06-01T11:45:47.21283 kern.info: [ 644.171859] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
2023-06-01T11:45:47.21285 kern.warn: [ 644.178607] ipmi_si IPI0001:00: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
2023-06-01T11:45:47.21286 kern.info: [ 644.187398] snd_hda_intel 0000:00:1f.3: enabling device (0140 -> 0142)
2023-06-01T11:45:47.21287 kern.info: [ 644.187851] snd_hda_intel 0000:37:00.0: enabling device (0140 -> 0142)
2023-06-01T11:45:47.21289 kern.info: [ 644.187908] snd_hda_intel 0000:37:00.0: bound 0000:36:00.0 (ops __SCT__tp_func_intel_frontbuffer_flush [i915])
2023-06-01T11:45:47.21291 kern.info: [ 644.210349] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x002a7c, prod_id: 0x1c4d, dev_id: 0x20)
2023-06-01T11:45:47.21292 kern.info: [ 644.225183] logitech-djreceiver 0003:046D:C52B.0011: hiddev6,hidraw14: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-10.4/input2
2023-06-01T11:45:47.21294 kern.info: [ 644.233138] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888-VD: line_outs=3 (0x14/0x17/0x16/0x0/0x0) type:line
2023-06-01T11:45:47.21295 kern.info: [ 644.233148] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
2023-06-01T11:45:47.21297 kern.info: [ 644.233152] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
2023-06-01T11:45:47.21298 kern.info: [ 644.233154] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
2023-06-01T11:45:47.21299 kern.info: [ 644.233156] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x1e
2023-06-01T11:45:47.21300 kern.info: [ 644.233158] snd_hda_codec_realtek hdaudioC0D0: inputs:
2023-06-01T11:45:47.21302 kern.info: [ 644.233160] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
2023-06-01T11:45:47.21303 kern.info: [ 644.233163] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
2023-06-01T11:45:47.21304 kern.info: [ 644.233165] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
2023-06-01T11:45:47.21306 kern.info: [ 644.234905] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:33/0000:33:01.0/0000:34:00.0/0000:35:04.0/0000:37:00.0/sound/card1/input20
2023-06-01T11:45:47.21307 kern.info: [ 644.235034] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:33/0000:33:01.0/0000:34:00.0/0000:35:04.0/0000:37:00.0/sound/card1/input21
2023-06-01T11:45:47.21308 kern.info: [ 644.235064] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:33/0000:33:01.0/0000:34:00.0/0000:35:04.0/0000:37:00.0/sound/card1/input22
2023-06-01T11:45:47.21310 kern.info: [ 644.235129] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:33/0000:33:01.0/0000:34:00.0/0000:35:04.0/0000:37:00.0/sound/card1/input23
2023-06-01T11:45:47.21312 kern.info: [ 644.246530] EDAC MC0: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#0: DEV 0000:fe:0c.0 (INTERRUPT)
2023-06-01T11:45:47.21313 kern.info: [ 644.246566] EDAC MC1: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#1: DEV 0000:fe:0d.0 (INTERRUPT)
2023-06-01T11:45:47.21315 kern.info: [ 644.246612] EDAC MC2: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#2: DEV 0000:fe:0e.0 (INTERRUPT)
2023-06-01T11:45:47.21316 kern.info: [ 644.246642] EDAC MC3: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#3: DEV 0000:fe:0f.0 (INTERRUPT)
2023-06-01T11:45:47.21317 kern.info: [ 644.246647] EDAC i10nm: v0.0.5
2023-06-01T11:45:47.21318 kern.info: [ 644.253950] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
2023-06-01T11:45:47.21320 kern.info: [ 644.253990] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
2023-06-01T11:45:47.21321 kern.info: [ 644.254018] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
2023-06-01T11:45:47.21322 kern.info: [ 644.254047] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
2023-06-01T11:45:47.21323 kern.info: [ 644.254080] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
2023-06-01T11:45:47.21325 kern.info: [ 644.254107] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
2023-06-01T11:45:47.21326 kern.info: [ 644.254136] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
2023-06-01T11:45:47.21327 kern.info: [ 644.264792] intel_rapl_common: Found RAPL domain package
2023-06-01T11:45:47.21328 kern.info: [ 644.264797] intel_rapl_common: Found RAPL domain dram
2023-06-01T11:45:47.21329 kern.info: [ 644.332162] input: Logitech Wireless Device PID:406f Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0011/0003:046D:406F.0012/input/input31
2023-06-01T11:45:47.21331 kern.info: [ 644.332303] input: Logitech Wireless Device PID:406f Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0011/0003:046D:406F.0012/input/input32
2023-06-01T11:45:47.21332 kern.info: [ 644.332433] hid-generic 0003:046D:406F.0012: input,hidraw15: USB HID v1.11 Keyboard [Logitech Wireless Device PID:406f] on usb-0000:00:14.0-10.4/input2:1
2023-06-01T11:45:47.21333 kern.info: [ 644.334070] input: Logitech Wireless Device PID:4069 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0011/0003:046D:4069.0013/input/input36
2023-06-01T11:45:47.21335 kern.info: [ 644.334181] input: Logitech Wireless Device PID:4069 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0011/0003:046D:4069.0013/input/input37
2023-06-01T11:45:47.21336 kern.info: [ 644.334314] hid-generic 0003:046D:4069.0013: input,hidraw16: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4069] on usb-0000:00:14.0-10.4/input2:2
2023-06-01T11:45:47.21337 kern.info: [ 644.340875] ipmi_si IPI0001:00: IPMI kcs interface initialized
2023-06-01T11:45:47.21338 kern.info: [ 644.352678] ipmi_ssif: IPMI SSIF Interface driver
2023-06-01T11:45:47.21339 kern.info: [ 644.381294] mc: Linux media interface: v0.10
2023-06-01T11:45:47.21341 kern.info: [ 644.383016] aquacomputer_d5next 0003:0C70:F00E.0004: hidraw3: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG D5 NEXT] on usb-0000:00:14.0-4.2/input1
2023-06-01T11:45:47.21342 kern.info: [ 644.384429] usbcore: registered new interface driver cdc_ether
2023-06-01T11:45:47.21343 kern.info: [ 644.397075] rndis_host 1-1.2:2.0 usb0: register 'rndis_host' at usb-0000:00:14.0-1.2, RNDIS device, be:3a:f2:b6:05:9f
2023-06-01T11:45:47.21344 kern.info: [ 644.397372] usbcore: registered new interface driver rndis_host
2023-06-01T11:45:47.21346 kern.info: [ 644.399195] rndis_host 1-1.2:2.0 enp0s20f0u1u2c2: renamed from usb0
2023-06-01T11:45:47.21348 kern.info: [ 644.487045] aquacomputer_d5next 0003:0C70:F001.0005: hidraw4: USB HID v1.11 Keyboard [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input0
2023-06-01T11:45:47.21350 kern.info: [ 644.503029] aquacomputer_d5next 0003:0C70:F001.0006: hidraw5: USB HID v1.12 Device [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input1
2023-06-01T11:45:47.21351 kern.info: [ 644.545395] aquacomputer_d5next 0003:0C70:F001.0007: hidraw4: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input2
2023-06-01T11:45:47.21352 kern.info: [ 644.557389] aquacomputer_d5next 0003:0C70:F012.0008: hidraw5: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG high flow NEXT] on usb-0000:00:14.0-4.3/input1
2023-06-01T11:45:47.21354 kern.info: [ 644.602994] aquacomputer_d5next 0003:0C70:F014.0009: hidraw6: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG LEAKSHIELD] on usb-0000:00:14.0-4.4/input1
2023-06-01T11:45:47.21355 kern.info: [ 644.629202] aquacomputer_d5next 0003:0C70:F014.000A: hidraw7: USB HID v1.11 Keyboard [Aqua Computer GmbH & Co. KG LEAKSHIELD] on usb-0000:00:14.0-4.4/input2
2023-06-01T11:45:47.21357 kern.info: [ 644.694999] usbcore: registered new interface driver snd-usb-audio
2023-06-01T11:45:47.21358 kern.info: [ 644.744076] input: Logitech MX Ergo as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0011/0003:046D:406F.0012/input/input41
2023-06-01T11:45:47.21359 kern.info: [ 644.803428] logitech-hidpp-device 0003:046D:406F.0012: input,hidraw7: USB HID v1.11 Keyboard [Logitech MX Ergo] on usb-0000:00:14.0-10.4/input2:1
2023-06-01T11:45:47.21361 kern.info: [ 644.810893] input: Logitech MX Master 2S as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0011/0003:046D:4069.0013/input/input42
2023-06-01T11:45:47.21362 kern.info: [ 644.811594] logitech-hidpp-device 0003:046D:4069.0013: input,hidraw8: USB HID v1.11 Keyboard [Logitech MX Master 2S] on usb-0000:00:14.0-10.4/input2:2
2023-06-01T11:45:47.21364 kern.warn: [ 645.758073] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
2023-06-01T11:45:47.21365 kern.warn: [ 645.758887] FAT-fs (nvme1n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
2023-06-01T11:45:47.21367 kern.notice: [ 645.861075] audit: type=1400 audit(1685619946.769:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-doveadm-server" pid=4290 comm="apparmor_parser"
2023-06-01T11:45:47.21369 kern.notice: [ 645.862126] audit: type=1400 audit(1685619946.770:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="uuid" pid=4311 comm="apparmor_parser"
2023-06-01T11:45:47.21370 kern.notice: [ 645.862364] audit: type=1400 audit(1685619946.770:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-stats" pid=4293 comm="apparmor_parser"
2023-06-01T11:45:47.21371 kern.notice: [ 645.862568] audit: type=1400 audit(1685619946.770:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-anvil" pid=4343 comm="apparmor_parser"
2023-06-01T11:45:47.21372 kern.notice: [ 645.862658] audit: type=1400 audit(1685619946.771:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-log" pid=4318 comm="apparmor_parser"
2023-06-01T11:45:47.21373 kern.notice: [ 645.863089] audit: type=1400 audit(1685619946.771:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=4329 comm="apparmor_parser"
2023-06-01T11:45:47.21375 kern.notice: [ 645.863566] audit: type=1400 audit(1685619946.771:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-ssl-params" pid=4348 comm="apparmor_parser"
2023-06-01T11:45:47.21376 kern.notice: [ 645.863670] audit: type=1400 audit(1685619946.772:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="wpa_supplicant" pid=4289 comm="apparmor_parser"
2023-06-01T11:45:47.21378 kern.notice: [ 645.863731] audit: type=1400 audit(1685619946.772:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-managesieve" pid=4322 comm="apparmor_parser"
2023-06-01T11:45:47.21379 kern.notice: [ 645.863879] audit: type=1400 audit(1685619946.772:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-managesieve-login" pid=4347 comm="apparmor_parser"
2023-06-01T11:45:47.21380 daemon.info: [ 646.272306] udevd[4505]: starting version 3.2.11
2023-06-01T11:45:47.21381 daemon.info: [ 646.274592] udevd[4505]: starting eudev-3.2.11
2023-06-01T11:45:47.62484 daemon.info: Jun 1 20:45:47 dbus-daemon[4454]: [system] Activating service name='org.freedesktop.login1' requested by ':1.5' (uid=0 pid=4678 comm="dbus-send --system --print-reply --dest=org.freede") (using servicehelper)
2023-06-01T11:45:47.62493 daemon.notice: Jun 1 20:45:47 dbus: dbus-daemon[4454]: [system] Activating service name='org.freedesktop.login1' requested by ':1.5' (uid=0 pid=4678 comm="dbus-send --system --print-reply --dest=org.freede") (using servicehelper)
2023-06-01T11:45:47.65359 daemon.info: Jun 1 20:45:47 dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.login1'
2023-06-01T11:45:47.65363 daemon.notice: Jun 1 20:45:47 dbus: dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.login1'
2023-06-01T11:45:47.68041 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6800] NetworkManager (version 1.42.4) is starting... (boot:1d5e2127-3ba6-49df-8e2e-9096cdf3883e)
2023-06-01T11:45:47.68048 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6800] Read config: /etc/NetworkManager/NetworkManager.conf
2023-06-01T11:45:47.68222 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6821] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
2023-06-01T11:45:47.68658 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6865] manager[0x5610b97d7550]: monitoring kernel firmware directory '/usr/lib/firmware'.
2023-06-01T11:45:47.68727 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6872] hostname: hostname: couldn't get property from hostnamed
2023-06-01T11:45:47.68738 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6873] hostname: static hostname changed from (none) to "terra"
2023-06-01T11:45:47.68785 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6878] dns-mgr: init: dns=default,systemd-resolved rc-manager=resolvconf (auto)
2023-06-01T11:45:47.68809 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6880] manager[0x5610b97d7550]: rfkill: Wi-Fi hardware radio set disabled
2023-06-01T11:45:47.68810 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6880] manager[0x5610b97d7550]: rfkill: WWAN hardware radio set enabled
2023-06-01T11:45:47.69101 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6909] Loaded device plugin: NMWifiFactory (/usr/lib64/NetworkManager/1.42.4/libnm-device-plugin-wifi.so)
2023-06-01T11:45:47.69154 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6915] Loaded device plugin: NMAtmManager (/usr/lib64/NetworkManager/1.42.4/libnm-device-plugin-adsl.so)
2023-06-01T11:45:47.69492 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6948] Loaded device plugin: NMBluezManager (/usr/lib64/NetworkManager/1.42.4/libnm-device-plugin-bluetooth.so)
2023-06-01T11:45:47.69523 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6952] Loaded device plugin: NMWwanFactory (/usr/lib64/NetworkManager/1.42.4/libnm-device-plugin-wwan.so)
2023-06-01T11:45:47.69546 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6954] manager: rfkill: Wi-Fi enabled by radio killswitch; disabled by state file
2023-06-01T11:45:47.69550 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6954] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
2023-06-01T11:45:47.69554 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6955] manager: Networking is enabled by state file
2023-06-01T11:45:47.69565 daemon.info: Jun 1 20:45:47 dbus-daemon[4454]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.7' (uid=0 pid=4496 comm="NetworkManager -n") (using servicehelper)
2023-06-01T11:45:47.69568 daemon.notice: Jun 1 20:45:47 dbus: dbus-daemon[4454]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.7' (uid=0 pid=4496 comm="NetworkManager -n") (using servicehelper)
2023-06-01T11:45:47.69588 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6958] settings: Loaded settings plugin: keyfile (internal)
2023-06-01T11:45:47.69838 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6983] dhcp: init: Using DHCP client 'internal'
2023-06-01T11:45:47.69855 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6985] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
2023-06-01T11:45:47.69940 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6993] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
2023-06-01T11:45:47.69972 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.6997] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
2023-06-01T11:45:47.70016 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7001] device (lo): Activation: starting connection 'lo' (2efc314c-c81e-4898-ba09-bbef2f67e0a8)
2023-06-01T11:45:47.70058 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7005] manager: (eno1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
2023-06-01T11:45:47.70077 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7007] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
2023-06-01T11:45:47.70443 daemon.info: Jun 1 20:45:47 dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
2023-06-01T11:45:47.70444 daemon.notice: Jun 1 20:45:47 dbus: dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
2023-06-01T11:45:47.73152 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7312] manager: (eno2): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
2023-06-01T11:45:47.73156 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7313] device (eno2): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
2023-06-01T11:45:47.78849 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7882] manager: (enp0s20f0u1u2c2): new Ethernet device (/org/freedesktop/NetworkManager/Devices/4)
2023-06-01T11:45:47.78859 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7883] device (enp0s20f0u1u2c2): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
2023-06-01T11:45:47.78939 kern.info: [ 646.855369] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
2023-06-01T11:45:47.79335 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7929] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.79342 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7930] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.79343 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7931] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.79374 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7932] device (enp0s20f0u1u2c2): carrier: link connected
2023-06-01T11:45:47.79403 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7938] manager: (virbr0): new Bridge device (/org/freedesktop/NetworkManager/Devices/5)
2023-06-01T11:45:47.79404 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7940] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.79435 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7941] device (enp0s20f0u1u2c2): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
2023-06-01T11:45:47.79523 daemon.warn: Jun 1 20:45:47 NetworkManager[4496]: <warn> [1685619947.7950] modem-manager: error poking ModemManager: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ModemManager1 was not provided by any .service files
2023-06-01T11:45:47.79854 daemon.notice: Jun 1 20:45:47 dbus: netlink error: Operation not supported
2023-06-01T11:45:47.79930 user.notice: Jun 1 20:45:47 root: Error 76 trying to disable EEE on lo
2023-06-01T11:45:47.79988 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7998] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.79997 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.7999] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.80030 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.8002] device (lo): Activation: successful, device activated.
2023-06-01T11:45:47.81996 user.notice: Jun 1 20:45:47 root: ACPI group/action undefined: jack/lineout / LINEOUT
2023-06-01T11:45:47.82321 user.notice: Jun 1 20:45:47 root: ACPI group/action undefined: jack/videoout / VIDEOOUT
2023-06-01T11:45:47.84995 user.notice: Jun 1 20:45:47 root: ACPI group/action undefined: jack/lineout / LINEOUT
2023-06-01T11:45:47.85290 user.notice: Jun 1 20:45:47 root: ACPI group/action undefined: jack/videoout / VIDEOOUT
2023-06-01T11:45:47.94131 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9412] device (virbr0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
2023-06-01T11:45:47.94158 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9415] device (virbr0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
2023-06-01T11:45:47.94193 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9419] device (virbr0): Activation: starting connection 'virbr0' (df22f260-376f-4554-b3a0-15fbe7ab8860)
2023-06-01T11:45:47.94198 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9419] device (virbr0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.94211 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9421] device (virbr0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.94221 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9422] device (virbr0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.94232 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9423] device (virbr0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.94428 daemon.notice: Jun 1 20:45:47 dbus: netlink error: Operation not supported
2023-06-01T11:45:47.94478 user.notice: Jun 1 20:45:47 root: Error 76 trying to disable EEE on virbr0
2023-06-01T11:45:47.94520 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9451] device (virbr0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.94537 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9453] device (virbr0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
2023-06-01T11:45:47.94555 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9455] manager: NetworkManager state is now CONNECTED_LOCAL
2023-06-01T11:45:47.94574 daemon.info: Jun 1 20:45:47 NetworkManager[4496]: <info> [1685619947.9457] device (virbr0): Activation: successful, device activated.
2023-06-01T11:45:48.01052 daemon.info: Jun 1 20:45:48 dnsmasq[4909]: started, version 2.89 cachesize 150
2023-06-01T11:45:48.01056 daemon.info: Jun 1 20:45:48 dnsmasq[4909]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset no-nftset auth no-cryptohash no-DNSSEC loop-detect inotify dumpfile
2023-06-01T11:45:48.01059 daemon.info: Jun 1 20:45:48 dnsmasq-dhcp[4909]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h
2023-06-01T11:45:48.01060 daemon.info: Jun 1 20:45:48 dnsmasq-dhcp[4909]: DHCP, sockets bound exclusively to interface virbr0
2023-06-01T11:45:48.01062 daemon.info: Jun 1 20:45:48 dnsmasq[4909]: reading /etc/resolv.conf
2023-06-01T11:45:48.01063 daemon.info: Jun 1 20:45:48 dnsmasq[4909]: using nameserver 10.0.0.1#53
2023-06-01T11:45:48.01065 daemon.info: Jun 1 20:45:48 dnsmasq[4909]: using nameserver fe80::569b:49ff:fe9d:2efe%eno2#53
2023-06-01T11:45:48.01066 daemon.info: Jun 1 20:45:48 dnsmasq[4909]: read /etc/hosts - 7 names
2023-06-01T11:45:48.01067 daemon.info: Jun 1 20:45:48 dnsmasq[4909]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 names
2023-06-01T11:45:48.01069 daemon.info: Jun 1 20:45:48 dnsmasq-dhcp[4909]: read /var/lib/libvirt/dnsmasq/default.hostsfile
2023-06-01T11:45:48.14331 daemon.info: Jun 1 20:45:48 bluetoothd[5030]: Bluetooth daemon 5.66
2023-06-01T11:45:48.14337 daemon.notice: Jun 1 20:45:48 bluetoothd: bluetoothd[5030]: Bluetooth daemon 5.66
2023-06-01T11:45:48.14627 daemon.info: Jun 1 20:45:48 bluetoothd[5030]: Starting SDP server
2023-06-01T11:45:48.14631 daemon.notice: Jun 1 20:45:48 bluetoothd: bluetoothd[5030]: Starting SDP server
2023-06-01T11:45:48.14811 daemon.warn: Jun 1 20:45:48 bluetoothd[5030]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
2023-06-01T11:45:48.14818 daemon.warn: Jun 1 20:45:48 bluetoothd[5030]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
2023-06-01T11:45:48.14819 daemon.notice: Jun 1 20:45:48 bluetoothd: bluetoothd[5030]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
2023-06-01T11:45:48.14820 daemon.notice: Jun 1 20:45:48 bluetoothd: bluetoothd[5030]: src/plugin.c:plugin_init() Failed to init vcp plugin
2023-06-01T11:45:48.14822 daemon.notice: Jun 1 20:45:48 bluetoothd: bluetoothd[5030]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
2023-06-01T11:45:48.14823 daemon.notice: Jun 1 20:45:48 bluetoothd: bluetoothd[5030]: src/plugin.c:plugin_init() Failed to init mcp plugin
2023-06-01T11:45:48.14824 daemon.warn: Jun 1 20:45:48 bluetoothd[5030]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
2023-06-01T11:45:48.14825 daemon.notice: Jun 1 20:45:48 bluetoothd: bluetoothd[5030]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
2023-06-01T11:45:48.14827 daemon.notice: Jun 1 20:45:48 bluetoothd: bluetoothd[5030]: src/plugin.c:plugin_init() Failed to init bap plugin
2023-06-01T11:45:48.15434 kern.info: [ 647.206392] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
2023-06-01T11:45:48.15439 kern.info: [ 647.206396] Bluetooth: BNEP filters: protocol multicast
2023-06-01T11:45:48.15440 kern.info: [ 647.206399] Bluetooth: BNEP socket layer initialized
2023-06-01T11:45:48.15727 daemon.info: Jun 1 20:45:48 bluetoothd[5030]: Bluetooth management interface 1.22 initialized
2023-06-01T11:45:48.15731 daemon.notice: Jun 1 20:45:48 bluetoothd: bluetoothd[5030]: Bluetooth management interface 1.22 initialized
2023-06-01T11:45:48.55622 daemon.info: Jun 1 20:45:48 dbus-daemon[5096]: [session uid=995 pid=5092] Activating service name='org.freedesktop.portal.Desktop' requested by ':1.0' (uid=995 pid=5078 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-brYIjF")
2023-06-01T11:45:48.57050 daemon.info: Jun 1 20:45:48 dbus-daemon[5096]: [session uid=995 pid=5092] Activating service name='org.freedesktop.portal.Documents' requested by ':1.1' (uid=995 pid=5098 comm="/usr/libexec/xdg-desktop-portal")
2023-06-01T11:45:48.57533 daemon.info: Jun 1 20:45:48 dbus-daemon[5096]: [session uid=995 pid=5092] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.2' (uid=995 pid=5107 comm="/usr/libexec/xdg-document-portal")
2023-06-01T11:45:48.57921 daemon.info: Jun 1 20:45:48 dbus-daemon[5096]: [session uid=995 pid=5092] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
2023-06-01T11:45:48.57961 daemon.info: Jun 1 20:45:48 dbus-daemon[5096]: [session uid=995 pid=5092] Successfully activated service 'org.freedesktop.portal.Documents'
2023-06-01T11:45:48.59104 daemon.info: Jun 1 20:45:48 dbus-daemon[5096]: [session uid=995 pid=5092] Activating service name='org.freedesktop.impl.portal.desktop.kde' requested by ':1.1' (uid=995 pid=5098 comm="/usr/libexec/xdg-desktop-portal")
2023-06-01T11:45:48.70788 daemon.info: Jun 1 20:45:48 dbus-daemon[5096]: [session uid=995 pid=5092] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
2023-06-01T11:45:48.75152 daemon.info: Jun 1 20:45:48 dbus-daemon[5096]: [session uid=995 pid=5092] Successfully activated service 'org.freedesktop.portal.Desktop'
2023-06-01T11:45:48.99161 daemon.info: Jun 1 20:45:48 dbus-daemon[4454]: [system] Activating service name='org.freedesktop.PolicyKit1' requested by ':1.6' (uid=0 pid=4684 comm="elogind-daemon") (using servicehelper)
2023-06-01T11:45:48.99167 daemon.notice: Jun 1 20:45:48 dbus: dbus-daemon[4454]: [system] Activating service name='org.freedesktop.PolicyKit1' requested by ':1.6' (uid=0 pid=4684 comm="elogind-daemon") (using servicehelper)
2023-06-01T11:45:48.99348 daemon.info: Jun 1 20:45:48 dbus-daemon[4454]: [system] Activating service name='org.freedesktop.UDisks2' requested by ':1.15' (uid=995 pid=5078 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-brYIjF") (using servicehelper)
2023-06-01T11:45:48.99350 daemon.notice: Jun 1 20:45:48 dbus: dbus-daemon[4454]: [system] Activating service name='org.freedesktop.UDisks2' requested by ':1.15' (uid=995 pid=5078 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-brYIjF") (using servicehelper)
2023-06-01T11:45:48.99702 daemon.info: Jun 1 20:45:48 polkitd[5293]: Started polkitd version 121
2023-06-01T11:45:49.00194 daemon.notice: Jun 1 20:45:49 dbus: udisks-Message: 20:45:49.000: udisks daemon version 2.9.4 starting
2023-06-01T11:45:49.00523 daemon.info: Jun 1 20:45:49 dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
2023-06-01T11:45:49.00527 daemon.notice: Jun 1 20:45:49 dbus: dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
2023-06-01T11:45:49.03171 daemon.info: Jun 1 20:45:49 dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.UDisks2'
2023-06-01T11:45:49.03174 daemon.notice: Jun 1 20:45:49 dbus: dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.UDisks2'
2023-06-01T11:45:49.03176 daemon.notice: Jun 1 20:45:49 dbus: udisks-Message: 20:45:49.031: Acquired the name org.freedesktop.UDisks2 on the system message bus
2023-06-01T11:45:49.03177 daemon.info: Jun 1 20:45:49 dbus-daemon[4454]: [system] Activating service name='org.freedesktop.UPower' requested by ':1.15' (uid=995 pid=5078 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-brYIjF") (using servicehelper)
2023-06-01T11:45:49.03202 daemon.notice: Jun 1 20:45:49 dbus: dbus-daemon[4454]: [system] Activating service name='org.freedesktop.UPower' requested by ':1.15' (uid=995 pid=5078 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-brYIjF") (using servicehelper)
2023-06-01T11:45:49.11203 daemon.info: Jun 1 20:45:49 dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.UPower'
2023-06-01T11:45:49.11249 daemon.notice: Jun 1 20:45:49 dbus: dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.UPower'
2023-06-01T11:45:50.67493 kern.info: [ 649.626556] igb 0000:02:00.0 eno1: igb: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
2023-06-01T11:45:50.78391 kern.info: [ 649.731082] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
2023-06-01T11:45:50.78455 daemon.info: Jun 1 20:45:50 NetworkManager[4496]: <info> [1685619950.7841] device (eno1): carrier: link connected
2023-06-01T11:45:50.78461 daemon.info: Jun 1 20:45:50 NetworkManager[4496]: <info> [1685619950.7843] device (eno1): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
2023-06-01T11:45:53.78876 daemon.info: Jun 1 20:45:53 NetworkManager[4496]: <info> [1685619953.7883] manager: startup complete
2023-06-01T11:45:56.20469 daemon.info: Jun 1 20:45:56 NetworkManager[4496]: <info> [1685619956.2042] device (eno2): carrier: link connected
2023-06-01T11:45:56.20483 daemon.info: Jun 1 20:45:56 NetworkManager[4496]: <info> [1685619956.2044] device (eno2): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
2023-06-01T11:45:56.20524 kern.info: [ 654.934772] atlantic 0000:05:00.0 eno2: atlantic: link change old 0 new 10000
2023-06-01T11:45:56.20532 kern.info: [ 654.934934] IPv6: ADDRCONF(NETDEV_CHANGE): eno2: link becomes ready
2023-06-01T11:45:56.20563 daemon.info: Jun 1 20:45:56 NetworkManager[4496]: <info> [1685619956.2050] policy: auto-activating connection 'eno2' (27847e5f-df1d-43bc-bfc9-02d1bd1115e7)
2023-06-01T11:45:56.20571 daemon.info: Jun 1 20:45:56 NetworkManager[4496]: <info> [1685619956.2053] device (eno2): Activation: starting connection 'eno2' (27847e5f-df1d-43bc-bfc9-02d1bd1115e7)
2023-06-01T11:45:56.20572 daemon.info: Jun 1 20:45:56 NetworkManager[4496]: <info> [1685619956.2054] device (eno2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
2023-06-01T11:45:56.20628 daemon.info: Jun 1 20:45:56 NetworkManager[4496]: <info> [1685619956.2055] manager: NetworkManager state is now CONNECTING
2023-06-01T11:45:56.20635 daemon.info: Jun 1 20:45:56 NetworkManager[4496]: <info> [1685619956.2057] device (eno2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
2023-06-01T11:45:56.20636 daemon.info: Jun 1 20:45:56 NetworkManager[4496]: <info> [1685619956.2061] device (eno2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
2023-06-01T11:45:56.20702 daemon.info: Jun 1 20:45:56 NetworkManager[4496]: <info> [1685619956.2066] policy: set 'eno2' (eno2) as default for IPv4 routing and DNS
2023-06-01T11:45:56.20709 daemon.info: Jun 1 20:45:56 NetworkManager[4496]: <info> [1685619956.2068] dns-mgr: Writing DNS information to /usr/bin/resolvconf
2023-06-01T11:45:56.23854 daemon.info: Jun 1 20:45:56 dnsmasq[4909]: reading /etc/resolv.conf
2023-06-01T11:45:56.23859 daemon.info: Jun 1 20:45:56 dnsmasq[4909]: using nameserver 10.0.0.1#53
2023-06-01T11:45:58.02932 daemon.info: Jun 1 20:45:58 NetworkManager[4496]: <info> [1685619958.0288] device (eno2): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
2023-06-01T11:45:58.02937 daemon.info: Jun 1 20:45:58 dbus-daemon[4454]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.7' (uid=0 pid=4496 comm="NetworkManager -n") (using servicehelper)
2023-06-01T11:45:58.02981 daemon.notice: Jun 1 20:45:58 dbus: dbus-daemon[4454]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.7' (uid=0 pid=4496 comm="NetworkManager -n") (using servicehelper)
2023-06-01T11:45:58.03358 daemon.info: Jun 1 20:45:58 dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
2023-06-01T11:45:58.03360 daemon.notice: Jun 1 20:45:58 dbus: dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
2023-06-01T11:45:58.03648 daemon.info: Jun 1 20:45:58 NetworkManager[4496]: <info> [1685619958.0364] device (eno2): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
2023-06-01T11:45:58.03677 daemon.info: Jun 1 20:45:58 NetworkManager[4496]: <info> [1685619958.0365] device (eno2): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
2023-06-01T11:45:58.03678 daemon.info: Jun 1 20:45:58 NetworkManager[4496]: <info> [1685619958.0367] manager: NetworkManager state is now CONNECTED_SITE
2023-06-01T11:45:58.03691 daemon.info: Jun 1 20:45:58 NetworkManager[4496]: <info> [1685619958.0369] device (eno2): Activation: successful, device activated.
2023-06-01T11:45:58.03719 daemon.info: Jun 1 20:45:58 NetworkManager[4496]: <info> [1685619958.0371] manager: NetworkManager state is now CONNECTED_GLOBAL
2023-06-01T11:45:58.04929 daemon.info: Jun 1 20:45:58 NetworkManager[4496]: <info> [1685619958.0489] dhcp6 (eno2): activation: beginning transaction (timeout in 45 seconds)
2023-06-01T11:45:58.04987 daemon.info: Jun 1 20:45:58 NetworkManager[4496]: <info> [1685619958.0491] policy: set 'eno2' (eno2) as default for IPv6 routing and DNS
2023-06-01T11:45:58.09933 daemon.info: Jun 1 20:45:58 NetworkManager[4496]: <info> [1685619958.0989] dhcp6 (eno2): state changed new lease
2023-06-01T11:45:58.09979 daemon.info: Jun 1 20:45:58 NetworkManager[4496]: <info> [1685619958.0993] dns-mgr: Writing DNS information to /usr/bin/resolvconf
2023-06-01T11:45:58.11042 daemon.info: Jun 1 20:45:58 dnsmasq[4909]: reading /etc/resolv.conf
2023-06-01T11:45:58.11046 daemon.info: Jun 1 20:45:58 dnsmasq[4909]: using nameserver 10.0.0.1#53
2023-06-01T11:45:58.11048 daemon.info: Jun 1 20:45:58 dnsmasq[4909]: using nameserver fe80::569b:49ff:fe9d:2efe%eno2#53
2023-06-01T11:45:58.75070 user.notice: Jun 1 20:45:58 root: ACPI group/action undefined: jack/lineout / LINEOUT
2023-06-01T11:45:58.75297 user.notice: Jun 1 20:45:58 root: ACPI group/action undefined: jack/videoout / VIDEOOUT
2023-06-01T11:45:58.77945 user.notice: Jun 1 20:45:58 root: ACPI group/action undefined: jack/lineout / LINEOUT
2023-06-01T11:45:58.78181 user.notice: Jun 1 20:45:58 root: ACPI group/action undefined: jack/videoout / VIDEOOUT
2023-06-01T11:45:59.28671 daemon.info: Jun 1 20:45:59 dbus-daemon[4454]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.27' (uid=1000 pid=8123 comm="/usr/libexec/org_kde_powerdevil") (using servicehelper)
2023-06-01T11:45:59.28678 daemon.notice: Jun 1 20:45:59 dbus: dbus-daemon[4454]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.27' (uid=1000 pid=8123 comm="/usr/libexec/org_kde_powerdevil") (using servicehelper)
2023-06-01T11:45:59.29836 daemon.info: Jun 1 20:45:59 dbus-daemon[4454]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
2023-06-01T11:45:59.29838 daemon.notice: Jun 1 20:45:59 dbus: dbus-daemon[4454]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
2023-06-01T11:45:59.29870 daemon.info: Jun 1 20:45:59 dbus-daemon[4454]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.27' (uid=1000 pid=8123 comm="/usr/libexec/org_kde_powerdevil") (using servicehelper)
2023-06-01T11:45:59.29871 daemon.notice: Jun 1 20:45:59 dbus: dbus-daemon[4454]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.27' (uid=1000 pid=8123 comm="/usr/libexec/org_kde_powerdevil") (using servicehelper)
2023-06-01T11:45:59.30996 daemon.info: Jun 1 20:45:59 dbus-daemon[4454]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
2023-06-01T11:45:59.30999 daemon.notice: Jun 1 20:45:59 dbus: dbus-daemon[4454]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
2023-06-01T11:45:59.31027 daemon.info: Jun 1 20:45:59 dbus-daemon[4454]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.27' (uid=1000 pid=8123 comm="/usr/libexec/org_kde_powerdevil") (using servicehelper)
2023-06-01T11:45:59.31029 daemon.notice: Jun 1 20:45:59 dbus: dbus-daemon[4454]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.27' (uid=1000 pid=8123 comm="/usr/libexec/org_kde_powerdevil") (using servicehelper)
2023-06-01T11:45:59.31457 daemon.notice: Jun 1 20:45:59 dbus: org.kde.powerdevil: no kernel backlight interface found
2023-06-01T11:45:59.32187 daemon.info: Jun 1 20:45:59 dbus-daemon[4454]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
2023-06-01T11:45:59.32198 daemon.notice: Jun 1 20:45:59 dbus: dbus-daemon[4454]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
2023-06-01T11:46:00.45414 daemon.info: Jun 1 20:46:00 NetworkManager[4496]: <info> [1685619960.4539] agent-manager: agent[7e1061c2074bd284,:1.25/org.kde.plasma.networkmanagement/1000]: agent registered
2023-06-01T11:46:00.53344 daemon.info: Jun 1 20:46:00 obexd[14489]: OBEX daemon 5.66
2023-06-01T11:46:16.19693 kern.info: [ 674.127531] logitech-hidpp-device 0003:046D:406F.0012: HID++ 4.5 device connected.
2023-06-01T11:46:21.36139 daemon.info: Jun 1 20:46:20 chronyd[4520]: Selected source 133.243.238.243 (pool.ntp.org)
2023-06-01T11:46:21.36149 daemon.warn: Jun 1 20:46:20 chronyd[4520]: System clock wrong by 1.240883 seconds
2023-06-01T11:46:21.36150 daemon.warn: Jun 1 20:46:21 chronyd[4520]: System clock was stepped by 1.240883 seconds
2023-06-01T11:46:27.71783 kern.warn: [ 683.997038] kauditd_printk_skb: 62 callbacks suppressed
2023-06-01T11:46:27.71789 kern.notice: [ 683.997040] audit: type=1400 audit(1685619987.716:74): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7" pid=22100 comm="apparmor_parser"
2023-06-01T11:46:27.71790 kern.notice: [ 683.997042] audit: type=1400 audit(1685619987.716:75): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7//passt" pid=22100 comm="apparmor_parser"
2023-06-01T11:46:27.75866 kern.notice: [ 684.036184] audit: type=1400 audit(1685619987.756:76): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7" pid=22103 comm="apparmor_parser"
2023-06-01T11:46:27.76638 kern.notice: [ 684.043742] audit: type=1400 audit(1685619987.765:77): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7//passt" pid=22103 comm="apparmor_parser"
2023-06-01T11:46:27.80768 kern.notice: [ 684.083636] audit: type=1400 audit(1685619987.805:78): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7" pid=22107 comm="apparmor_parser"
2023-06-01T11:46:27.81551 kern.notice: [ 684.090779] audit: type=1400 audit(1685619987.814:79): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7//passt" pid=22107 comm="apparmor_parser"
2023-06-01T11:46:27.87470 kern.notice: [ 684.147646] audit: type=1400 audit(1685619987.872:80): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7" pid=22111 comm="apparmor_parser"
2023-06-01T11:46:27.87474 kern.notice: [ 684.147649] audit: type=1400 audit(1685619987.872:81): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7//passt" pid=22111 comm="apparmor_parser"
2023-06-01T11:46:27.89591 kern.info: [ 684.168050] virbr0: port 1(vnet0) entered blocking state
2023-06-01T11:46:27.89594 kern.info: [ 684.168053] virbr0: port 1(vnet0) entered disabled state
2023-06-01T11:46:27.89595 kern.info: [ 684.168084] device vnet0 entered promiscuous mode
2023-06-01T11:46:27.89596 kern.info: [ 684.168189] virbr0: port 1(vnet0) entered blocking state
2023-06-01T11:46:27.89597 kern.info: [ 684.168190] virbr0: port 1(vnet0) entered listening state
2023-06-01T11:46:27.89612 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.8957] manager: (vnet0): new Tun device (/org/freedesktop/NetworkManager/Devices/6)
2023-06-01T11:46:27.89771 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.8976] device (vnet0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
2023-06-01T11:46:27.89794 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.8979] device (vnet0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
2023-06-01T11:46:27.89821 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.8982] device (vnet0): Activation: starting connection 'vnet0' (feb0ed5b-beca-4947-bdf2-fa72d837f9f9)
2023-06-01T11:46:27.89938 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.8993] device (vnet0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
2023-06-01T11:46:27.89953 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.8995] device (vnet0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
2023-06-01T11:46:27.89965 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.8996] device (vnet0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
2023-06-01T11:46:27.89971 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.8997] device (virbr0): bridge port vnet0 was attached
2023-06-01T11:46:27.89972 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.8997] device (vnet0): Activation: connection 'vnet0' enslaved, continuing activation
2023-06-01T11:46:27.90036 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.9003] device (vnet0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
2023-06-01T11:46:27.90060 daemon.info: Jun 1 20:46:27 dbus-daemon[4454]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.7' (uid=0 pid=4496 comm="NetworkManager -n") (using servicehelper)
2023-06-01T11:46:27.90062 daemon.notice: Jun 1 20:46:27 dbus: dbus-daemon[4454]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.7' (uid=0 pid=4496 comm="NetworkManager -n") (using servicehelper)
2023-06-01T11:46:27.90471 daemon.info: Jun 1 20:46:27 dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
2023-06-01T11:46:27.90472 daemon.notice: Jun 1 20:46:27 dbus: dbus-daemon[4454]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
2023-06-01T11:46:27.90745 daemon.notice: Jun 1 20:46:27 dbus: netlink error: Operation not supported
2023-06-01T11:46:27.90794 user.notice: Jun 1 20:46:27 root: Error 76 trying to disable EEE on vnet0
2023-06-01T11:46:27.90818 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.9081] device (vnet0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
2023-06-01T11:46:27.90825 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.9082] device (vnet0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
2023-06-01T11:46:27.90854 daemon.info: Jun 1 20:46:27 NetworkManager[4496]: <info> [1685619987.9085] device (vnet0): Activation: successful, device activated.
2023-06-01T11:46:27.93881 kern.notice: [ 684.208749] audit: type=1400 audit(1685619987.935:82): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7" pid=22135 comm="apparmor_parser"
2023-06-01T11:46:27.94551 kern.notice: [ 684.215594] audit: type=1400 audit(1685619987.944:83): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7//passt" pid=22135 comm="apparmor_parser"
2023-06-01T11:46:27.97310 daemon.notice: Jun 1 20:46:27 libvirtd: 2023-06-01 11:46:27.972+0000: 4719: info : libvirt version: 9.3.0
2023-06-01T11:46:27.97313 daemon.notice: Jun 1 20:46:27 libvirtd: 2023-06-01 11:46:27.972+0000: 4719: info : hostname: terra
2023-06-01T11:46:27.97314 daemon.notice: Jun 1 20:46:27 libvirtd: 2023-06-01 11:46:27.972+0000: 4719: warning : virGetHostnameImpl:462 : getaddrinfo failed for 'terra': Name or service not known
2023-06-01T11:46:29.95656 kern.info: [ 686.146044] virbr0: port 1(vnet0) entered learning state
2023-06-01T11:46:29.97487 kern.info: [ 686.160940] PGD 606f401067 P4D 606f401067 PUD 1085d9063 PMD 1337f8063 PTE 800000012860f161
2023-06-01T11:46:29.97488 kern.warn: [ 686.160945] Oops: 0003 [#1] PREEMPT SMP NOPTI
2023-06-01T11:46:29.97490 kern.warn: [ 686.160947] CPU: 1 PID: 22255 Comm: z_rd_int_6 Tainted: P U O 6.1.29_4 #1
2023-06-01T11:46:29.97491 kern.warn: [ 686.160953] Hardware name: Supermicro Super Server/X13SWA-TF, BIOS 1.1 02/15/2023
2023-06-01T11:46:29.97492 kern.warn: [ 686.160954] RIP: 0010:kfpu_begin+0x2f/0x70 [zcommon]
2023-06-01T11:46:29.97494 kern.warn: [ 686.160960] Code: 00 e8 c5 97 45 d8 fa 0f 1f 44 00 00 48 8b 1d 98 b3 00 00 e8 83 56 dd d8 89 c0 48 8b 0c c3 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 <0f> c7 29 5b c3 cc cc cc cc 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 0f
2023-06-01T11:46:29.97495 kern.warn: [ 686.160962] RSP: 0018:ffffb4755252b908 EFLAGS: 00010086
2023-06-01T11:46:29.97497 kern.warn: [ 686.160963] RAX: 00000000ffffffff RBX: ffff8a182c8dfc00 RCX: ffff89b8e860d000
2023-06-01T11:46:29.97498 kern.warn: [ 686.160964] RDX: 00000000ffffffff RSI: ffffffff9a208f91 RDI: ffffffff9a216223
2023-06-01T11:46:29.97499 kern.warn: [ 686.160965] RBP: ffff89bb1a430000 R08: ffffb4755252ba20 R09: ffffffffc127b9b0
2023-06-01T11:46:29.97500 kern.warn: [ 686.160966] R10: 0000000000000000 R11: 000000000002e70a R12: ffffb4755252ba40
2023-06-01T11:46:29.97502 kern.warn: [ 686.160966] R13: 0000000000002000 R14: 0000000000000000 R15: 0000000000000008
2023-06-01T11:46:29.97503 kern.warn: [ 686.160967] FS: 0000000000000000(0000) GS:ffff8a16aa640000(0000) knlGS:0000000000000000
2023-06-01T11:46:29.97504 kern.warn: [ 686.160969] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-06-01T11:46:29.97506 kern.warn: [ 686.160970] CR2: ffff89b8e860fcff CR3: 000000606e810003 CR4: 0000000000772ee0
2023-06-01T11:46:29.97507 kern.warn: [ 686.160971] PKRU: 55555554
2023-06-01T11:46:29.97508 kern.warn: [ 686.160971] Call Trace:
2023-06-01T11:46:29.97509 kern.warn: [ 686.160973] <TASK>
2023-06-01T11:46:29.97511 kern.warn: [ 686.160975] fletcher_4_avx512f_native+0x18/0x90 [zcommon]
2023-06-01T11:46:29.97512 kern.warn: [ 686.160979] ? abd_fletcher_4_iter+0x64/0xc0 [zcommon]
2023-06-01T11:46:29.97513 kern.warn: [ 686.160984] ? abd_iterate_func+0xe8/0x1c0 [zfs]
2023-06-01T11:46:29.97514 kern.warn: [ 686.161013] ? fletcher_4_incremental_native+0x160/0x160 [zcommon]
2023-06-01T11:46:29.97516 kern.warn: [ 686.161017] ? abd_fletcher_4_native+0x7b/0xc0 [zfs]
2023-06-01T11:46:29.97517 kern.warn: [ 686.161045] ? zio_checksum_error_impl+0xfb/0x630 [zfs]
2023-06-01T11:46:29.97518 kern.warn: [ 686.161065] ? zio_checksum_template_init+0x120/0x120 [zfs]
2023-06-01T11:46:29.97520 kern.warn: [ 686.161085] ? 0xffffffffc115c000
2023-06-01T11:46:29.97521 kern.warn: [ 686.161087] ? preempt_count_add+0x6a/0xa0
2023-06-01T11:46:29.97522 kern.warn: [ 686.161090] ? update_load_avg+0x77/0x710
2023-06-01T11:46:29.97523 kern.warn: [ 686.161092] ? vdev_queue_io_to_issue+0x3db/0xc40 [zfs]
2023-06-01T11:46:29.97524 kern.warn: [ 686.161122] ? newidle_balance.constprop.0+0x203/0x3d0
2023-06-01T11:46:29.97526 kern.warn: [ 686.161124] ? zio_checksum_error+0x64/0xd0 [zfs]
2023-06-01T11:46:29.97527 kern.warn: [ 686.161147] ? zio_checksum_verify+0x36/0x140 [zfs]
2023-06-01T11:46:29.97529 kern.warn: [ 686.161171] ? preempt_count_add+0x6a/0xa0
2023-06-01T11:46:29.97530 kern.warn: [ 686.161173] ? _raw_spin_lock+0x13/0x40
2023-06-01T11:46:29.97531 kern.warn: [ 686.161176] ? _raw_spin_unlock+0x12/0x30
2023-06-01T11:46:29.97532 kern.warn: [ 686.161178] ? zio_wait_for_children+0x88/0xc0 [zfs]
2023-06-01T11:46:29.97534 kern.warn: [ 686.161201] ? zio_vdev_io_assess+0x20/0x2d0 [zfs]
2023-06-01T11:46:29.97535 kern.warn: [ 686.161223] ? zio_execute+0x80/0x120 [zfs]
2023-06-01T11:46:29.97537 kern.warn: [ 686.161246] ? taskq_thread+0x2e0/0x510 [spl]
2023-06-01T11:46:29.97538 kern.warn: [ 686.161250] ? wake_up_q+0x90/0x90
2023-06-01T11:46:29.97539 kern.warn: [ 686.161253] ? zio_ddt_child_write_done+0xd0/0xd0 [zfs]
2023-06-01T11:46:29.97541 kern.warn: [ 686.161275] ? taskq_thread_spawn+0x50/0x50 [spl]
2023-06-01T11:46:29.97542 kern.warn: [ 686.161279] ? kthread+0xe6/0x110
2023-06-01T11:46:29.97543 kern.warn: [ 686.161282] ? kthread_complete_and_exit+0x20/0x20
2023-06-01T11:46:29.97544 kern.warn: [ 686.161284] ? ret_from_fork+0x1f/0x30
2023-06-01T11:46:29.97546 kern.warn: [ 686.161286] </TASK>
2023-06-01T11:46:29.97547 kern.warn: [ 686.161287] Modules linked in: snd_seq_dummy snd_hrtimer bnep xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter ip_tables x_tables bridge stp llc msr nls_iso8859_1 nls_cp437 vfat fat hid_logitech_hidpp snd_usb_audio joydev snd_usbmidi_lib rndis_host snd_rawmidi cdc_ether mc aquacomputer_d5next usbnet input_leds snd_sof_pci_intel_tgl ipmi_ssif snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence intel_rapl_msr snd_sof_intel_hda intel_rapl_common snd_sof_pci snd_sof_xtensa_dsp intel_uncore_frequency intel_uncore_frequency_common snd_sof i10nm_edac nfit snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi x86_pkg_temp_thermal soundwire_bus intel_powerclamp snd_hda_codec_realtek snd_soc_core snd_hda_codec_generic snd_hda_codec_hdmi snd_compress
2023-06-01T11:46:29.97550 kern.warn: [ 686.161320] ledtrig_audio snd_pcm_dmaengine ac97_bus kvm_intel snd_hda_intel snd_intel_dspcfg i2c_designware_platform snd_intel_sdw_acpi i2c_designware_core snd_hda_codec iTCO_wdt kvm snd_hda_core irqbypass intel_pmc_bxt iTCO_vendor_support mei_me intel_lpss_pci snd_hwdep pmt_telemetry pmt_crashlog rapl intel_sdsi pmt_class acpi_ipmi intel_cstate igb atlantic intel_lpss idxd hid_logitech_dj ipmi_si i2c_i801 evdev idma64 spi_intel_pci pcspkr usbkbd intel_vsec idxd_bus dca macsec snd_pcm tpm_crb mei ipmi_devintf virt_dma spi_intel i2c_smbus mac_hid ipmi_msghandler tiny_power_button tpm_tis tpm_tis_core tpm rng_core button nct6775 nct6775_core hwmon_vid coretemp sg snd_seq snd_seq_device snd_timer snd soundcore vhost_vsock vmw_vsock_virtio_transport_common vsock vhost_net vhost vhost_iotlb tap uhid hci_vhci bluetooth ecdh_generic rfkill ecc crc16 vfio_iommu_type1 vfio dm_mod uinput userio ppp_generic slhc tun loop nvram btrfs blake2b_generic xor raid6_pq libcrc32c crc32c_generic cuse fuse
2023-06-01T11:46:29.97556 kern.warn: [ 686.161365] hid_generic usbmouse usbhid hid zfs(PO) i915 zunicode(PO) zzstd(O) zlua(O) zavl(PO) icp(PO) drm_buddy intel_gtt video ast crct10dif_pclmul crc32_pclmul drm_vram_helper wmi crc32c_intel drm_ttm_helper polyval_clmulni drm_display_helper i2c_algo_bit polyval_generic gf128mul drm_kms_helper ghash_clmulni_intel syscopyarea zcommon(PO) sha512_ssse3 sysfillrect znvpair(PO) cec ahci sysimgblt xhci_pci libahci xhci_pci_renesas fb_sys_fops rc_core aesni_intel spl(O) ttm xhci_hcd crypto_simd cryptd libata drm usbcore scsi_mod agpgart scsi_common usb_common
2023-06-01T11:46:29.97557 kern.warn: [ 686.161391] CR2: ffff89b8e860fcff
2023-06-01T11:46:29.97559 kern.warn: [ 686.161393] ---[ end trace 0000000000000000 ]---
2023-06-01T11:46:29.97560 kern.warn: [ 686.164595] RIP: 0010:kfpu_begin+0x2f/0x70 [zcommon]
2023-06-01T11:46:29.97561 kern.warn: [ 686.164601] Code: 00 e8 c5 97 45 d8 fa 0f 1f 44 00 00 48 8b 1d 98 b3 00 00 e8 83 56 dd d8 89 c0 48 8b 0c c3 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 <0f> c7 29 5b c3 cc cc cc cc 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 0f
2023-06-01T11:46:29.97563 kern.warn: [ 686.164603] RSP: 0018:ffffb4755252b908 EFLAGS: 00010086
2023-06-01T11:46:29.97564 kern.warn: [ 686.164605] RAX: 00000000ffffffff RBX: ffff8a182c8dfc00 RCX: ffff89b8e860d000
2023-06-01T11:46:29.97565 kern.warn: [ 686.164606] RDX: 00000000ffffffff RSI: ffffffff9a208f91 RDI: ffffffff9a216223
2023-06-01T11:46:29.97566 kern.warn: [ 686.164607] RBP: ffff89bb1a430000 R08: ffffb4755252ba20 R09: ffffffffc127b9b0
2023-06-01T11:46:29.97568 kern.warn: [ 686.164608] R10: 0000000000000000 R11: 000000000002e70a R12: ffffb4755252ba40
2023-06-01T11:46:29.97569 kern.warn: [ 686.164609] R13: 0000000000002000 R14: 0000000000000000 R15: 0000000000000008
2023-06-01T11:46:29.97571 kern.warn: [ 686.164610] FS: 0000000000000000(0000) GS:ffff8a16aa640000(0000) knlGS:0000000000000000
2023-06-01T11:46:29.97572 kern.warn: [ 686.164612] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-06-01T11:46:29.97573 kern.warn: [ 686.164613] CR2: ffff89b8e860fcff CR3: 000000606e810003 CR4: 0000000000772ee0
2023-06-01T11:46:29.97574 kern.warn: [ 686.164614] PKRU: 55555554
2023-06-01T11:46:29.97576 kern.info: [ 686.164615] note: z_rd_int_6[22255] exited with irqs disabled
2023-06-01T11:46:29.97577 kern.info: [ 686.164628] note: z_rd_int_6[22255] exited with preempt_count 1
2023-06-01T11:46:32.01668 kern.info: [ 688.124427] virbr0: port 1(vnet0) entered forwarding state
2023-06-01T11:46:32.01674 kern.info: [ 688.124435] virbr0: topology change detected, propagating
2023-06-01T11:46:32.01675 daemon.info: Jun 1 20:46:32 NetworkManager[4496]: <info> [1685619992.0166] device (virbr0): carrier: link connected
2023-06-01T11:47:40.56450 kern.info: [ 753.928051] PGD 606f401067 P4D 606f401067 PUD 1085d9063 PMD 1337f8063 PTE 800000012860f161
2023-06-01T11:47:40.56465 kern.warn: [ 753.928055] Oops: 0003 [#2] PREEMPT SMP NOPTI
2023-06-01T11:47:40.56467 kern.warn: [ 753.928057] CPU: 1 PID: 27670 Comm: z_wr_iss Tainted: P UD O 6.1.29_4 #1
2023-06-01T11:47:40.56468 kern.warn: [ 753.928059] Hardware name: Supermicro Super Server/X13SWA-TF, BIOS 1.1 02/15/2023
2023-06-01T11:47:40.56470 kern.warn: [ 753.928060] RIP: 0010:kfpu_begin+0x2f/0x70 [zcommon]
2023-06-01T11:47:40.56471 kern.warn: [ 753.928066] Code: 00 e8 c5 97 45 d8 fa 0f 1f 44 00 00 48 8b 1d 98 b3 00 00 e8 83 56 dd d8 89 c0 48 8b 0c c3 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 <0f> c7 29 5b c3 cc cc cc cc 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 0f
2023-06-01T11:47:40.56473 kern.warn: [ 753.928068] RSP: 0018:ffffb47563f87988 EFLAGS: 00010082
2023-06-01T11:47:40.56474 kern.warn: [ 753.928069] RAX: 00000000ffffffff RBX: ffff8a182c8dfc00 RCX: ffff89b8e860d000
2023-06-01T11:47:40.56475 kern.warn: [ 753.928070] RDX: 00000000ffffffff RSI: ffffffff9a208f91 RDI: ffffffff9a216223
2023-06-01T11:47:40.56476 kern.warn: [ 753.928071] RBP: ffff89bbe7dc9000 R08: ffffb47563f87aa0 R09: ffff89bbd237a880
2023-06-01T11:47:40.56478 kern.warn: [ 753.928072] R10: ffff8a182cf5c000 R11: 0000000000000c2a R12: ffffb47563f87ac0
2023-06-01T11:47:40.56479 kern.warn: [ 753.928073] R13: 0000000000001000 R14: 0000000000000000 R15: 0000000000000008
2023-06-01T11:47:40.56480 kern.warn: [ 753.928074] FS: 0000000000000000(0000) GS:ffff8a16aa640000(0000) knlGS:0000000000000000
2023-06-01T11:47:40.56482 kern.warn: [ 753.928075] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-06-01T11:47:40.56483 kern.warn: [ 753.928076] CR2: ffff89b8e860fcff CR3: 000000606e810004 CR4: 0000000000772ee0
2023-06-01T11:47:40.56484 kern.warn: [ 753.928078] PKRU: 55555554
2023-06-01T11:47:40.56486 kern.warn: [ 753.928078] Call Trace:
2023-06-01T11:47:40.56487 kern.warn: [ 753.928081] <TASK>
2023-06-01T11:47:40.56488 kern.warn: [ 753.928083] fletcher_4_avx512f_native+0x18/0x90 [zcommon]
2023-06-01T11:47:40.56490 kern.warn: [ 753.928088] ? abd_fletcher_4_iter+0x64/0xc0 [zcommon]
2023-06-01T11:47:40.56491 kern.warn: [ 753.928093] ? abd_iterate_func+0xe8/0x1c0 [zfs]
2023-06-01T11:47:40.56492 kern.warn: [ 753.928126] ? fletcher_4_incremental_native+0x160/0x160 [zcommon]
2023-06-01T11:47:40.56493 kern.warn: [ 753.928130] ? abd_fletcher_4_native+0x7b/0xc0 [zfs]
2023-06-01T11:47:40.56495 kern.warn: [ 753.928161] ? spl_kmem_cache_alloc+0x66/0x760 [spl]
2023-06-01T11:47:40.56496 kern.warn: [ 753.928167] ? zio_checksum_compute+0xc3/0x3e0 [zfs]
2023-06-01T11:47:40.56497 kern.warn: [ 753.928193] ? __kmem_cache_alloc_node+0x130/0x290
2023-06-01T11:47:40.56498 kern.warn: [ 753.928198] ? spl_kmem_alloc+0xb2/0x100 [spl]
2023-06-01T11:47:40.56500 kern.warn: [ 753.928203] ? spl_kmem_alloc+0xb2/0x100 [spl]
2023-06-01T11:47:40.56501 kern.warn: [ 753.928207] ? __kmalloc_node+0x4c/0x150
2023-06-01T11:47:40.56502 kern.warn: [ 753.928210] ? spl_kmem_alloc+0xb2/0x100 [spl]
2023-06-01T11:47:40.56504 kern.warn: [ 753.928214] ? zio_write_compress+0x745/0x9e0 [zfs]
2023-06-01T11:47:40.56505 kern.warn: [ 753.928241] ? zio_checksum_generate+0x49/0x70 [zfs]
2023-06-01T11:47:40.56506 kern.warn: [ 753.928265] ? zio_execute+0x80/0x120 [zfs]
2023-06-01T11:47:40.56508 kern.warn: [ 753.928290] ? taskq_thread+0x2e0/0x510 [spl]
2023-06-01T11:47:40.56509 kern.warn: [ 753.928295] ? wake_up_q+0x90/0x90
2023-06-01T11:47:40.56510 kern.warn: [ 753.928299] ? zio_ddt_child_write_done+0xd0/0xd0 [zfs]
2023-06-01T11:47:40.56511 kern.warn: [ 753.928323] ? taskq_thread_spawn+0x50/0x50 [spl]
2023-06-01T11:47:40.56513 kern.warn: [ 753.928327] ? kthread+0xe6/0x110
2023-06-01T11:47:40.56514 kern.warn: [ 753.928330] ? kthread_complete_and_exit+0x20/0x20
2023-06-01T11:47:40.56515 kern.warn: [ 753.928332] ? ret_from_fork+0x1f/0x30
2023-06-01T11:47:40.56516 kern.warn: [ 753.928335] </TASK>
2023-06-01T11:47:40.56518 kern.warn: [ 753.928336] Modules linked in: snd_seq_dummy snd_hrtimer bnep xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter ip_tables x_tables bridge stp llc msr nls_iso8859_1 nls_cp437 vfat fat hid_logitech_hidpp snd_usb_audio joydev snd_usbmidi_lib rndis_host snd_rawmidi cdc_ether mc aquacomputer_d5next usbnet input_leds snd_sof_pci_intel_tgl ipmi_ssif snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence intel_rapl_msr snd_sof_intel_hda intel_rapl_common snd_sof_pci snd_sof_xtensa_dsp intel_uncore_frequency intel_uncore_frequency_common snd_sof i10nm_edac nfit snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi x86_pkg_temp_thermal soundwire_bus intel_powerclamp snd_hda_codec_realtek snd_soc_core snd_hda_codec_generic snd_hda_codec_hdmi snd_compress
2023-06-01T11:47:40.56521 kern.warn: [ 753.928371] ledtrig_audio snd_pcm_dmaengine ac97_bus kvm_intel snd_hda_intel snd_intel_dspcfg i2c_designware_platform snd_intel_sdw_acpi i2c_designware_core snd_hda_codec iTCO_wdt kvm snd_hda_core irqbypass intel_pmc_bxt iTCO_vendor_support mei_me intel_lpss_pci snd_hwdep pmt_telemetry pmt_crashlog rapl intel_sdsi pmt_class acpi_ipmi intel_cstate igb atlantic intel_lpss idxd hid_logitech_dj ipmi_si i2c_i801 evdev idma64 spi_intel_pci pcspkr usbkbd intel_vsec idxd_bus dca macsec snd_pcm tpm_crb mei ipmi_devintf virt_dma spi_intel i2c_smbus mac_hid ipmi_msghandler tiny_power_button tpm_tis tpm_tis_core tpm rng_core button nct6775 nct6775_core hwmon_vid coretemp sg snd_seq snd_seq_device snd_timer snd soundcore vhost_vsock vmw_vsock_virtio_transport_common vsock vhost_net vhost vhost_iotlb tap uhid hci_vhci bluetooth ecdh_generic rfkill ecc crc16 vfio_iommu_type1 vfio dm_mod uinput userio ppp_generic slhc tun loop nvram btrfs blake2b_generic xor raid6_pq libcrc32c crc32c_generic cuse fuse
2023-06-01T11:47:40.56524 kern.warn: [ 753.928419] hid_generic usbmouse usbhid hid zfs(PO) i915 zunicode(PO) zzstd(O) zlua(O) zavl(PO) icp(PO) drm_buddy intel_gtt video ast crct10dif_pclmul crc32_pclmul drm_vram_helper wmi crc32c_intel drm_ttm_helper polyval_clmulni drm_display_helper i2c_algo_bit polyval_generic gf128mul drm_kms_helper ghash_clmulni_intel syscopyarea zcommon(PO) sha512_ssse3 sysfillrect znvpair(PO) cec ahci sysimgblt xhci_pci libahci xhci_pci_renesas fb_sys_fops rc_core aesni_intel spl(O) ttm xhci_hcd crypto_simd cryptd libata drm usbcore scsi_mod agpgart scsi_common usb_common
2023-06-01T11:47:40.56526 kern.warn: [ 753.928447] CR2: ffff89b8e860fcff
2023-06-01T11:47:40.56527 kern.warn: [ 753.928448] ---[ end trace 0000000000000000 ]---
2023-06-01T11:47:40.56528 kern.warn: [ 753.931618] RIP: 0010:kfpu_begin+0x2f/0x70 [zcommon]
2023-06-01T11:47:40.56529 kern.warn: [ 753.931624] Code: 00 e8 c5 97 45 d8 fa 0f 1f 44 00 00 48 8b 1d 98 b3 00 00 e8 83 56 dd d8 89 c0 48 8b 0c c3 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 <0f> c7 29 5b c3 cc cc cc cc 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 0f
2023-06-01T11:47:40.56533 kern.warn: [ 753.931626] RSP: 0018:ffffb4755252b908 EFLAGS: 00010086
2023-06-01T11:47:40.56535 kern.warn: [ 753.931628] RAX: 00000000ffffffff RBX: ffff8a182c8dfc00 RCX: ffff89b8e860d000
2023-06-01T11:47:40.56536 kern.warn: [ 753.931629] RDX: 00000000ffffffff RSI: ffffffff9a208f91 RDI: ffffffff9a216223
2023-06-01T11:47:40.56538 kern.warn: [ 753.931630] RBP: ffff89bb1a430000 R08: ffffb4755252ba20 R09: ffffffffc127b9b0
2023-06-01T11:47:40.56539 kern.warn: [ 753.931631] R10: 0000000000000000 R11: 000000000002e70a R12: ffffb4755252ba40
2023-06-01T11:47:40.56540 kern.warn: [ 753.931632] R13: 0000000000002000 R14: 0000000000000000 R15: 0000000000000008
2023-06-01T11:47:40.56542 kern.warn: [ 753.931633] FS: 0000000000000000(0000) GS:ffff8a16aa640000(0000) knlGS:0000000000000000
2023-06-01T11:47:40.56543 kern.warn: [ 753.931635] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-06-01T11:47:40.56544 kern.warn: [ 753.931636] CR2: ffff89b8e860fcff CR3: 000000606e810004 CR4: 0000000000772ee0
2023-06-01T11:47:40.56546 kern.warn: [ 753.931637] PKRU: 55555554
2023-06-01T11:47:40.56547 kern.info: [ 753.931638] note: z_wr_iss[27670] exited with irqs disabled
2023-06-01T11:47:40.56548 kern.info: [ 753.931646] note: z_wr_iss[27670] exited with preempt_count 1
2023-06-01T11:48:53.57860 daemon.notice: Jun 1 20:48:53 libvirtd: 2023-06-01 11:48:53.578+0000: 4460: error : virNetSocketReadWire:1784 : End of file while reading data: Input/output error
2023-06-01T11:48:55.17514 daemon.notice: Jun 1 20:48:55 libvirtd: 2023-06-01 11:48:55.174+0000: 4721: error : virProcessKillPainfullyDelay:430 : Failed to terminate process 22140 with SIGKILL: Device or resource busy
2023-06-01T11:49:02.09795 daemon.notice: Jun 1 20:49:02 libvirtd: 2023-06-01 11:49:02.097+0000: 4460: error : virNetSocketReadWire:1784 : End of file while reading data: Input/output error
2023-06-01T11:49:18.25638 daemon.info: Jun 1 20:49:18 bluetoothd[5030]: Terminating
2023-06-01T11:49:18.25642 daemon.notice: Jun 1 20:49:18 bluetoothd: bluetoothd[5030]: Terminating
2023-06-01T11:49:18.25644 daemon.info: Jun 1 20:49:18 NetworkManager[4496]: <info> [1685620158.2562] caught SIGTERM, shutting down normally.
2023-06-01T11:49:18.25647 daemon.info: Jun 1 20:49:18 chronyd[4520]: chronyd exiting
2023-06-17T05:55:45.96006 kern.notice: [ 0.000000] Linux version 6.2.15_2 (voidlinux@voidlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39) #1 SMP PREEMPT_DYNAMIC Fri Jun 9 18:14:55 UTC 2023
2023-06-17T05:55:45.96008 kern.info: [ 0.000000] Command line: root=zfs:zroot/ROOT/x86_64 apparmor=1 security=apparmor rd.auto=1 intel_iommu=on,sm_on iommu=pt ro quiet spl.spl_hostid=0x00bab10c
2023-06-17T05:55:45.96010 kern.info: [ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
2023-06-17T05:55:45.96012 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
2023-06-17T05:55:45.96013 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
2023-06-17T05:55:45.96014 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
2023-06-17T05:55:45.96015 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
2023-06-17T05:55:45.96016 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
2023-06-17T05:55:45.96018 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
2023-06-17T05:55:45.96019 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
2023-06-17T05:55:45.96020 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x400: 'PASID state'
2023-06-17T05:55:45.96022 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x20000: 'AMX Tile config'
2023-06-17T05:55:45.96023 kern.info: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x40000: 'AMX Tile data'
2023-06-17T05:55:45.96025 kern.info: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
2023-06-17T05:55:45.96026 kern.info: [ 0.000000] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
2023-06-17T05:55:45.96027 kern.info: [ 0.000000] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
2023-06-17T05:55:45.96028 kern.info: [ 0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
2023-06-17T05:55:45.96030 kern.info: [ 0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
2023-06-17T05:55:45.96031 kern.info: [ 0.000000] x86/fpu: xstate_offset[10]: 2440, xstate_sizes[10]: 8
2023-06-17T05:55:45.96032 kern.info: [ 0.000000] x86/fpu: xstate_offset[17]: 2496, xstate_sizes[17]: 64
2023-06-17T05:55:45.96033 kern.info: [ 0.000000] x86/fpu: xstate_offset[18]: 2560, xstate_sizes[18]: 8192
2023-06-17T05:55:45.96035 kern.info: [ 0.000000] x86/fpu: Enabled xstate features 0x606e7, context size is 10752 bytes, using 'compacted' format.
2023-06-17T05:55:45.96037 kern.info: [ 0.000000] signal: max sigframe size: 11952
2023-06-17T05:55:45.96038 kern.info: [ 0.000000] BIOS-provided physical RAM map:
2023-06-17T05:55:45.96039 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000000000400-0x000000000009dfff] usable
2023-06-17T05:55:45.96041 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
2023-06-17T05:55:45.96043 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
2023-06-17T05:55:45.96044 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
2023-06-17T05:55:45.96045 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000068871fff] usable
2023-06-17T05:55:45.96046 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000068872000-0x000000006ba18fff] reserved
2023-06-17T05:55:45.96047 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000006ba19000-0x000000006c318fff] ACPI data
2023-06-17T05:55:45.96049 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000006c319000-0x000000006cd48fff] ACPI NVS
2023-06-17T05:55:45.96050 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000006cd49000-0x000000006f7fefff] reserved
2023-06-17T05:55:45.96052 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000006f7ff000-0x000000006f7fffff] usable
2023-06-17T05:55:45.96053 kern.info: [ 0.000000] BIOS-e820: [mem 0x000000006f800000-0x000000008fffffff] reserved
2023-06-17T05:55:45.96055 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
2023-06-17T05:55:45.96056 kern.info: [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
2023-06-17T05:55:45.96057 kern.info: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000807fffffff] usable
2023-06-17T05:55:45.96058 kern.notice: [ 0.000000] random: crng init done
2023-06-17T05:55:45.96060 kern.info: [ 0.000000] NX (Execute Disable) protection: active
2023-06-17T05:55:45.96061 kern.debug: [ 0.000000] e820: update [mem 0x00102000-0x0010200f] usable ==> usable
2023-06-17T05:55:45.96063 kern.debug: [ 0.000000] e820: update [mem 0x00102000-0x0010200f] usable ==> usable
2023-06-17T05:55:45.96064 kern.debug: [ 0.000000] e820: update [mem 0x00100000-0x0010006f] usable ==> usable
2023-06-17T05:55:45.96065 kern.info: [ 0.000000] extended physical RAM map:
2023-06-17T05:55:45.96067 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000000000400-0x000000000009dfff] usable
2023-06-17T05:55:45.96068 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
2023-06-17T05:55:45.96069 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
2023-06-17T05:55:45.96070 kern.info: [ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
2023-06-17T05:55:45.96072 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000010006f] usable
2023-06-17T05:55:45.96074 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000000100070-0x0000000000101fff] usable
2023-06-17T05:55:45.96075 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000000102000-0x000000000010200f] usable
2023-06-17T05:55:45.96076 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000000102010-0x0000000068871fff] usable
2023-06-17T05:55:45.96077 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000068872000-0x000000006ba18fff] reserved
2023-06-17T05:55:45.96079 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000006ba19000-0x000000006c318fff] ACPI data
2023-06-17T05:55:45.96080 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000006c319000-0x000000006cd48fff] ACPI NVS
2023-06-17T05:55:45.96082 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000006cd49000-0x000000006f7fefff] reserved
2023-06-17T05:55:45.96083 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000006f7ff000-0x000000006f7fffff] usable
2023-06-17T05:55:45.96085 kern.info: [ 0.000000] reserve setup_data: [mem 0x000000006f800000-0x000000008fffffff] reserved
2023-06-17T05:55:45.96086 kern.info: [ 0.000000] reserve setup_data: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
2023-06-17T05:55:45.96087 kern.info: [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
2023-06-17T05:55:45.96088 kern.info: [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000807fffffff] usable
2023-06-17T05:55:45.96091 kern.info: [ 0.000000] efi: EFI v2.80 by American Megatrends
2023-06-17T05:55:45.96092 kern.info: [ 0.000000] efi: ACPI=0x6cca4000 ACPI 2.0=0x6cca4014 TPMFinalLog=0x6cca6000 SMBIOS=0x6f073000 SMBIOS 3.0=0x6f072000 MEMATTR=0x5d22c018 ESRT=0x5ca7ae98 TPMEventLog=0x5bac2018
2023-06-17T05:55:45.96093 kern.info: [ 0.000000] efi: Not removing mem03: MMIO range=[0xfe010000-0xfe010fff] (4KB) from e820 map
2023-06-17T05:55:45.96095 kern.info: [ 0.000000] efi: Remove mem07: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
2023-06-17T05:55:45.96096 kern.debug: [ 0.000000] e820: remove [mem 0x80000000-0x8fffffff] reserved
2023-06-17T05:55:45.96098 kern.info: [ 0.000000] efi: Remove mem08: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
2023-06-17T05:55:45.96099 kern.debug: [ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
2023-06-17T05:55:45.96100 kern.info: [ 0.000000] SMBIOS 3.5.0 present.
2023-06-17T05:55:45.96102 kern.info: [ 0.000000] DMI: Supermicro Super Server/X13SWA-TF, BIOS 1.1 02/15/2023
2023-06-17T05:55:45.96104 kern.info: [ 0.000000] tsc: Detected 1900.000 MHz processor
2023-06-17T05:55:45.96105 kern.debug: [ 0.000014] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
2023-06-17T05:55:45.96106 kern.debug: [ 0.000017] e820: remove [mem 0x000a0000-0x000fffff] usable
2023-06-17T05:55:45.96107 kern.info: [ 0.000023] last_pfn = 0x8080000 max_arch_pfn = 0x400000000
2023-06-17T05:55:45.96109 kern.info: [ 0.000027] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
2023-06-17T05:55:45.96110 kern.debug: [ 0.000397] e820: update [mem 0x7e000000-0xffffffff] usable ==> reserved
2023-06-17T05:55:45.96111 kern.info: [ 0.000399] x2apic: enabled by BIOS, switching to x2apic ops
2023-06-17T05:55:45.96112 kern.info: [ 0.000400] last_pfn = 0x6f800 max_arch_pfn = 0x400000000
2023-06-17T05:55:45.96113 kern.info: [ 0.007285] esrt: Reserving ESRT space from 0x000000005ca7ae98 to 0x000000005ca7aed0.
2023-06-17T05:55:45.96116 kern.debug: [ 0.007289] e820: update [mem 0x5ca7a000-0x5ca7afff] usable ==> reserved
2023-06-17T05:55:45.96117 kern.info: [ 0.007299] Using GB pages for direct mapping
2023-06-17T05:55:45.96118 kern.info: [ 0.007444] Secure boot could not be determined
2023-06-17T05:55:45.96119 kern.info: [ 0.007444] RAMDISK: [mem 0x807baed000-0x807cffffff]
2023-06-17T05:55:45.96120 kern.info: [ 0.007448] ACPI: Early table checksum verification disabled
2023-06-17T05:55:45.96122 kern.info: [ 0.007449] ACPI: RSDP 0x000000006CCA4014 000024 (v02 SUPERM)
2023-06-17T05:55:45.96123 kern.info: [ 0.007452] ACPI: XSDT 0x000000006CCA3728 00010C (v01 SUPERM SMCI--MB 01072009 AMI 01000013)
2023-06-17T05:55:45.96124 kern.info: [ 0.007456] ACPI: FACP 0x000000006C316000 000114 (v06 SUPERM SMCI--MB 01072009 INTL 20091013)
2023-06-17T05:55:45.96125 kern.info: [ 0.007460] ACPI: DSDT 0x000000006C29E000 0755C5 (v02 SUPERM SMCI--MB 01072009 INTL 20091013)
2023-06-17T05:55:45.96127 kern.info: [ 0.007462] ACPI: FACS 0x000000006CD47000 000040
2023-06-17T05:55:45.96129 kern.info: [ 0.007464] ACPI: SPMI 0x000000006C315000 000041 (v05 SUPERM SMCI--MB 00000000 AMI. 00000000)
2023-06-17T05:55:45.96130 kern.info: [ 0.007467] ACPI: SPMI 0x000000006C314000 000041 (v05 SUPERM SMCI--MB 00000000 AMI. 00000000)
2023-06-17T05:55:45.96131 kern.info: [ 0.007469] ACPI: FIDT 0x000000006C29D000 00009C (v01 SUPERM SMCI--MB 01072009 AMI 00010013)
2023-06-17T05:55:45.96133 kern.info: [ 0.007471] ACPI: SSDT 0x000000006C318000 0006A9 (v02 INTEL RAS_ACPI 00000001 INTL 20200430)
2023-06-17T05:55:45.96135 kern.info: [ 0.007474] ACPI: ERST 0x000000006C317000 000230 (v01 SUPERM SMCI--MB 00000001 INTL 00000001)
2023-06-17T05:55:45.96136 kern.info: [ 0.007476] ACPI: MCFG 0x000000006C29C000 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
2023-06-17T05:55:45.96138 kern.info: [ 0.007478] ACPI: BDAT 0x000000006C29B000 000030 (v01 SUPERM SMCI--MB 00000000 INTL 20091013)
2023-06-17T05:55:45.96140 kern.info: [ 0.007481] ACPI: HPET 0x000000006C29A000 000038 (v01 SUPERM SMCI--MB 00000001 INTL 20091013)
2023-06-17T05:55:45.96141 kern.info: [ 0.007483] ACPI: MSCT 0x000000006C299000 00004E (v01 SUPERM SMCI--MB 00000001 INTL 20091013)
2023-06-17T05:55:45.96142 kern.info: [ 0.007485] ACPI: WDDT 0x000000006C298000 000040 (v01 SUPERM SMCI--MB 00000000 INTL 20091013)
2023-06-17T05:55:45.96143 kern.info: [ 0.007487] ACPI: APIC 0x000000006C296000 0003DE (v05 SUPERM SMCI--MB 00000000 INTL 20091013)
2023-06-17T05:55:45.96145 kern.info: [ 0.007490] ACPI: SRAT 0x000000006C294000 001E30 (v03 SUPERM SMCI--MB 00000002 AMI 01000013)
2023-06-17T05:55:45.96146 kern.info: [ 0.007492] ACPI: SLIT 0x000000006C293000 00002D (v01 SUPERM SMCI--MB 01072009 AMI 01000013)
2023-06-17T05:55:45.96147 kern.info: [ 0.007494] ACPI: HMAT 0x000000006C292000 0000F8 (v02 SUPERM SMCI--MB 01072009 AMI 01000013)
2023-06-17T05:55:45.96148 kern.info: [ 0.007496] ACPI: OEM4 0x000000006C230000 061ED1 (v02 INTEL CPU CST 00003000 INTL 20200430)
2023-06-17T05:55:45.96151 kern.info: [ 0.007499] ACPI: OEM1 0x000000006C1EB000 044379 (v02 INTEL CPU EIST 00003000 INTL 20200430)
2023-06-17T05:55:45.96152 kern.info: [ 0.007501] ACPI: OEM2 0x000000006C1D9000 011831 (v02 INTEL CPU HWP 00003000 INTL 20200430)
2023-06-17T05:55:45.96153 kern.info: [ 0.007503] ACPI: SSDT 0x000000006C1BE000 01A65E (v02 INTEL SSDT PM 00004000 INTL 20200430)
2023-06-17T05:55:45.96154 kern.info: [ 0.007506] ACPI: SSDT 0x000000006C1BD000 0009F1 (v02 SUPERM SMCI--MB 00000000 INTL 20091013)
2023-06-17T05:55:45.96156 kern.info: [ 0.007508] ACPI: DBG2 0x000000006C1BC000 00005C (v00 SUPERM SMCI--MB 01072009 AMI 01000013)
2023-06-17T05:55:45.96157 kern.info: [ 0.007510] ACPI: HEST 0x000000006C1BB000 00013C (v01 SUPERM SMCI--MB 00000001 INTL 00000001)
2023-06-17T05:55:45.96159 kern.info: [ 0.007512] ACPI: BERT 0x000000006C1BA000 000030 (v01 SUPERM SMCI--MB 00000001 INTL 00000001)
2023-06-17T05:55:45.96160 kern.info: [ 0.007514] ACPI: SSDT 0x000000006C1B9000 00076E (v02 INTEL ADDRXLAT 00000001 INTL 20200430)
2023-06-17T05:55:45.96162 kern.info: [ 0.007517] ACPI: DMAR 0x000000006C1B8000 0002D8 (v01 SUPERM SMCI--MB 00000001 INTL 20091013)
2023-06-17T05:55:45.96163 kern.info: [ 0.007519] ACPI: FPDT 0x000000006C1B7000 000044 (v01 SUPERM A M I 01072009 AMI 01000013)
2023-06-17T05:55:45.96164 kern.info: [ 0.007521] ACPI: BGRT 0x000000006C1B6000 000038 (v01 SUPERM SMCI--MB 01072009 AMI 00010013)
2023-06-17T05:55:45.96166 kern.info: [ 0.007524] ACPI: TPM2 0x000000006C1B5000 00004C (v04 SUPERM SMCI--MB 00000001 AMI 00000000)
2023-06-17T05:55:45.96167 kern.info: [ 0.007526] ACPI: WSMT 0x000000006C297000 000028 (v01 SUPERM SMCI--MB 01072009 AMI 00010013)
2023-06-17T05:55:45.96168 kern.info: [ 0.007528] ACPI: Reserving FACP table memory at [mem 0x6c316000-0x6c316113]
2023-06-17T05:55:45.96170 kern.info: [ 0.007529] ACPI: Reserving DSDT table memory at [mem 0x6c29e000-0x6c3135c4]
2023-06-17T05:55:45.96171 kern.info: [ 0.007529] ACPI: Reserving FACS table memory at [mem 0x6cd47000-0x6cd4703f]
2023-06-17T05:55:45.96173 kern.info: [ 0.007530] ACPI: Reserving SPMI table memory at [mem 0x6c315000-0x6c315040]
2023-06-17T05:55:45.96174 kern.info: [ 0.007531] ACPI: Reserving SPMI table memory at [mem 0x6c314000-0x6c314040]
2023-06-17T05:55:45.96175 kern.info: [ 0.007532] ACPI: Reserving FIDT table memory at [mem 0x6c29d000-0x6c29d09b]
2023-06-17T05:55:45.96177 kern.info: [ 0.007532] ACPI: Reserving SSDT table memory at [mem 0x6c318000-0x6c3186a8]
2023-06-17T05:55:45.96179 kern.info: [ 0.007533] ACPI: Reserving ERST table memory at [mem 0x6c317000-0x6c31722f]
2023-06-17T05:55:45.96180 kern.info: [ 0.007533] ACPI: Reserving MCFG table memory at [mem 0x6c29c000-0x6c29c03b]
2023-06-17T05:55:45.96181 kern.info: [ 0.007534] ACPI: Reserving BDAT table memory at [mem 0x6c29b000-0x6c29b02f]
2023-06-17T05:55:45.96182 kern.info: [ 0.007535] ACPI: Reserving HPET table memory at [mem 0x6c29a000-0x6c29a037]
2023-06-17T05:55:45.96184 kern.info: [ 0.007535] ACPI: Reserving MSCT table memory at [mem 0x6c299000-0x6c29904d]
2023-06-17T05:55:45.96185 kern.info: [ 0.007536] ACPI: Reserving WDDT table memory at [mem 0x6c298000-0x6c29803f]
2023-06-17T05:55:45.96186 kern.info: [ 0.007537] ACPI: Reserving APIC table memory at [mem 0x6c296000-0x6c2963dd]
2023-06-17T05:55:45.96188 kern.info: [ 0.007537] ACPI: Reserving SRAT table memory at [mem 0x6c294000-0x6c295e2f]
2023-06-17T05:55:45.96189 kern.info: [ 0.007538] ACPI: Reserving SLIT table memory at [mem 0x6c293000-0x6c29302c]
2023-06-17T05:55:45.96191 kern.info: [ 0.007539] ACPI: Reserving HMAT table memory at [mem 0x6c292000-0x6c2920f7]
2023-06-17T05:55:45.96192 kern.info: [ 0.007539] ACPI: Reserving OEM4 table memory at [mem 0x6c230000-0x6c291ed0]
2023-06-17T05:55:45.96193 kern.info: [ 0.007540] ACPI: Reserving OEM1 table memory at [mem 0x6c1eb000-0x6c22f378]
2023-06-17T05:55:45.96194 kern.info: [ 0.007541] ACPI: Reserving OEM2 table memory at [mem 0x6c1d9000-0x6c1ea830]
2023-06-17T05:55:45.96200 kern.info: [ 0.007541] ACPI: Reserving SSDT table memory at [mem 0x6c1be000-0x6c1d865d]
2023-06-17T05:55:45.96202 kern.info: [ 0.007542] ACPI: Reserving SSDT table memory at [mem 0x6c1bd000-0x6c1bd9f0]
2023-06-17T05:55:45.96203 kern.info: [ 0.007543] ACPI: Reserving DBG2 table memory at [mem 0x6c1bc000-0x6c1bc05b]
2023-06-17T05:55:45.96204 kern.info: [ 0.007543] ACPI: Reserving HEST table memory at [mem 0x6c1bb000-0x6c1bb13b]
2023-06-17T05:55:45.96205 kern.info: [ 0.007544] ACPI: Reserving BERT table memory at [mem 0x6c1ba000-0x6c1ba02f]
2023-06-17T05:55:45.96207 kern.info: [ 0.007545] ACPI: Reserving SSDT table memory at [mem 0x6c1b9000-0x6c1b976d]
2023-06-17T05:55:45.96208 kern.info: [ 0.007546] ACPI: Reserving DMAR table memory at [mem 0x6c1b8000-0x6c1b82d7]
2023-06-17T05:55:45.96209 kern.info: [ 0.007546] ACPI: Reserving FPDT table memory at [mem 0x6c1b7000-0x6c1b7043]
2023-06-17T05:55:45.96210 kern.info: [ 0.007547] ACPI: Reserving BGRT table memory at [mem 0x6c1b6000-0x6c1b6037]
2023-06-17T05:55:45.96213 kern.info: [ 0.007548] ACPI: Reserving TPM2 table memory at [mem 0x6c1b5000-0x6c1b504b]
2023-06-17T05:55:45.96214 kern.info: [ 0.007548] ACPI: Reserving WSMT table memory at [mem 0x6c297000-0x6c297027]
2023-06-17T05:55:45.96215 kern.info: [ 0.007560] Setting APIC routing to cluster x2apic.
2023-06-17T05:55:45.96216 kern.info: [ 0.007568] SRAT: PXM 0 -> APIC 0x00 -> Node 0
2023-06-17T05:55:45.96217 kern.info: [ 0.007569] SRAT: PXM 0 -> APIC 0x01 -> Node 0
2023-06-17T05:55:45.96219 kern.info: [ 0.007570] SRAT: PXM 0 -> APIC 0x02 -> Node 0
2023-06-17T05:55:45.96220 kern.info: [ 0.007571] SRAT: PXM 0 -> APIC 0x03 -> Node 0
2023-06-17T05:55:45.96221 kern.info: [ 0.007571] SRAT: PXM 0 -> APIC 0x04 -> Node 0
2023-06-17T05:55:45.96222 kern.info: [ 0.007572] SRAT: PXM 0 -> APIC 0x05 -> Node 0
2023-06-17T05:55:45.96223 kern.info: [ 0.007572] SRAT: PXM 0 -> APIC 0x06 -> Node 0
2023-06-17T05:55:45.96225 kern.info: [ 0.007573] SRAT: PXM 0 -> APIC 0x07 -> Node 0
2023-06-17T05:55:45.96227 kern.info: [ 0.007573] SRAT: PXM 0 -> APIC 0x08 -> Node 0
2023-06-17T05:55:45.96228 kern.info: [ 0.007574] SRAT: PXM 0 -> APIC 0x09 -> Node 0
2023-06-17T05:55:45.96229 kern.info: [ 0.007574] SRAT: PXM 0 -> APIC 0x0a -> Node 0
2023-06-17T05:55:45.96230 kern.info: [ 0.007575] SRAT: PXM 0 -> APIC 0x0b -> Node 0
2023-06-17T05:55:45.96231 kern.info: [ 0.007575] SRAT: PXM 0 -> APIC 0x0c -> Node 0
2023-06-17T05:55:45.96233 kern.info: [ 0.007576] SRAT: PXM 0 -> APIC 0x0d -> Node 0
2023-06-17T05:55:45.96234 kern.info: [ 0.007576] SRAT: PXM 0 -> APIC 0x0e -> Node 0
2023-06-17T05:55:45.96236 kern.info: [ 0.007577] SRAT: PXM 0 -> APIC 0x0f -> Node 0
2023-06-17T05:55:45.96238 kern.info: [ 0.007578] SRAT: PXM 0 -> APIC 0x10 -> Node 0
2023-06-17T05:55:45.96239 kern.info: [ 0.007578] SRAT: PXM 0 -> APIC 0x11 -> Node 0
2023-06-17T05:55:45.96240 kern.info: [ 0.007579] SRAT: PXM 0 -> APIC 0x12 -> Node 0
2023-06-17T05:55:45.96242 kern.info: [ 0.007579] SRAT: PXM 0 -> APIC 0x13 -> Node 0
2023-06-17T05:55:45.96244 kern.info: [ 0.007580] SRAT: PXM 0 -> APIC 0x14 -> Node 0
2023-06-17T05:55:45.96245 kern.info: [ 0.007580] SRAT: PXM 0 -> APIC 0x15 -> Node 0
2023-06-17T05:55:45.96246 kern.info: [ 0.007581] SRAT: PXM 0 -> APIC 0x16 -> Node 0
2023-06-17T05:55:45.96247 kern.info: [ 0.007581] SRAT: PXM 0 -> APIC 0x17 -> Node 0
2023-06-17T05:55:45.96248 kern.info: [ 0.007582] SRAT: PXM 0 -> APIC 0x18 -> Node 0
2023-06-17T05:55:45.96250 kern.info: [ 0.007583] SRAT: PXM 0 -> APIC 0x19 -> Node 0
2023-06-17T05:55:45.96251 kern.info: [ 0.007583] SRAT: PXM 0 -> APIC 0x1a -> Node 0
2023-06-17T05:55:45.96252 kern.info: [ 0.007584] SRAT: PXM 0 -> APIC 0x1b -> Node 0
2023-06-17T05:55:45.96254 kern.info: [ 0.007584] SRAT: PXM 0 -> APIC 0x1c -> Node 0
2023-06-17T05:55:45.96255 kern.info: [ 0.007585] SRAT: PXM 0 -> APIC 0x1d -> Node 0
2023-06-17T05:55:45.96256 kern.info: [ 0.007585] SRAT: PXM 0 -> APIC 0x1e -> Node 0
2023-06-17T05:55:45.96258 kern.info: [ 0.007586] SRAT: PXM 0 -> APIC 0x1f -> Node 0
2023-06-17T05:55:45.96260 kern.info: [ 0.007586] SRAT: PXM 0 -> APIC 0x20 -> Node 0
2023-06-17T05:55:45.96261 kern.info: [ 0.007587] SRAT: PXM 0 -> APIC 0x21 -> Node 0
2023-06-17T05:55:45.96262 kern.info: [ 0.007587] SRAT: PXM 0 -> APIC 0x22 -> Node 0
2023-06-17T05:55:45.96263 kern.info: [ 0.007588] SRAT: PXM 0 -> APIC 0x23 -> Node 0
2023-06-17T05:55:45.96264 kern.info: [ 0.007589] SRAT: PXM 0 -> APIC 0x24 -> Node 0
2023-06-17T05:55:45.96266 kern.info: [ 0.007589] SRAT: PXM 0 -> APIC 0x25 -> Node 0
2023-06-17T05:55:45.96267 kern.info: [ 0.007590] SRAT: PXM 0 -> APIC 0x26 -> Node 0
2023-06-17T05:55:45.96268 kern.info: [ 0.007590] SRAT: PXM 0 -> APIC 0x27 -> Node 0
2023-06-17T05:55:45.96269 kern.info: [ 0.007591] SRAT: PXM 0 -> APIC 0x28 -> Node 0
2023-06-17T05:55:45.96271 kern.info: [ 0.007591] SRAT: PXM 0 -> APIC 0x29 -> Node 0
2023-06-17T05:55:45.96272 kern.info: [ 0.007592] SRAT: PXM 0 -> APIC 0x2a -> Node 0
2023-06-17T05:55:45.96274 kern.info: [ 0.007592] SRAT: PXM 0 -> APIC 0x2b -> Node 0
2023-06-17T05:55:45.96275 kern.info: [ 0.007593] SRAT: PXM 0 -> APIC 0x2c -> Node 0
2023-06-17T05:55:45.96276 kern.info: [ 0.007593] SRAT: PXM 0 -> APIC 0x2d -> Node 0
2023-06-17T05:55:45.96277 kern.info: [ 0.007594] SRAT: PXM 0 -> APIC 0x2e -> Node 0
2023-06-17T05:55:45.96278 kern.info: [ 0.007595] SRAT: PXM 0 -> APIC 0x2f -> Node 0
2023-06-17T05:55:45.96280 kern.info: [ 0.007595] SRAT: PXM 0 -> APIC 0x30 -> Node 0
2023-06-17T05:55:45.96281 kern.info: [ 0.007596] SRAT: PXM 0 -> APIC 0x31 -> Node 0
2023-06-17T05:55:45.96282 kern.info: [ 0.007596] SRAT: PXM 0 -> APIC 0x32 -> Node 0
2023-06-17T05:55:45.96283 kern.info: [ 0.007597] SRAT: PXM 0 -> APIC 0x33 -> Node 0
2023-06-17T05:55:45.96285 kern.info: [ 0.007597] SRAT: PXM 0 -> APIC 0x34 -> Node 0
2023-06-17T05:55:45.96286 kern.info: [ 0.007598] SRAT: PXM 0 -> APIC 0x35 -> Node 0
2023-06-17T05:55:45.96287 kern.info: [ 0.007598] SRAT: PXM 0 -> APIC 0x36 -> Node 0
2023-06-17T05:55:45.96289 kern.info: [ 0.007599] SRAT: PXM 0 -> APIC 0x37 -> Node 0
2023-06-17T05:55:45.96290 kern.info: [ 0.007599] SRAT: PXM 0 -> APIC 0x38 -> Node 0
2023-06-17T05:55:45.96292 kern.info: [ 0.007600] SRAT: PXM 0 -> APIC 0x39 -> Node 0
2023-06-17T05:55:45.96293 kern.info: [ 0.007601] SRAT: PXM 0 -> APIC 0x3a -> Node 0
2023-06-17T05:55:45.96294 kern.info: [ 0.007601] SRAT: PXM 0 -> APIC 0x3b -> Node 0
2023-06-17T05:55:45.96296 kern.info: [ 0.007602] SRAT: PXM 0 -> APIC 0x3c -> Node 0
2023-06-17T05:55:45.96297 kern.info: [ 0.007602] SRAT: PXM 0 -> APIC 0x3d -> Node 0
2023-06-17T05:55:45.96298 kern.info: [ 0.007603] SRAT: PXM 0 -> APIC 0x3e -> Node 0
2023-06-17T05:55:45.96299 kern.info: [ 0.007603] SRAT: PXM 0 -> APIC 0x3f -> Node 0
2023-06-17T05:55:45.96300 kern.info: [ 0.007604] SRAT: PXM 0 -> APIC 0x40 -> Node 0
2023-06-17T05:55:45.96301 kern.info: [ 0.007604] SRAT: PXM 0 -> APIC 0x41 -> Node 0
2023-06-17T05:55:45.96303 kern.info: [ 0.007605] SRAT: PXM 0 -> APIC 0x42 -> Node 0
2023-06-17T05:55:45.96304 kern.info: [ 0.007605] SRAT: PXM 0 -> APIC 0x43 -> Node 0
2023-06-17T05:55:45.96306 kern.info: [ 0.007606] SRAT: PXM 0 -> APIC 0x44 -> Node 0
2023-06-17T05:55:45.96307 kern.info: [ 0.007606] SRAT: PXM 0 -> APIC 0x45 -> Node 0
2023-06-17T05:55:45.96308 kern.info: [ 0.007607] SRAT: PXM 0 -> APIC 0x46 -> Node 0
2023-06-17T05:55:45.96309 kern.info: [ 0.007608] SRAT: PXM 0 -> APIC 0x47 -> Node 0
2023-06-17T05:55:45.96311 kern.info: [ 0.007608] SRAT: PXM 0 -> APIC 0x48 -> Node 0
2023-06-17T05:55:45.96312 kern.info: [ 0.007609] SRAT: PXM 0 -> APIC 0x49 -> Node 0
2023-06-17T05:55:45.96313 kern.info: [ 0.007609] SRAT: PXM 0 -> APIC 0x4a -> Node 0
2023-06-17T05:55:45.96314 kern.info: [ 0.007610] SRAT: PXM 0 -> APIC 0x4b -> Node 0
2023-06-17T05:55:45.96316 kern.info: [ 0.007610] SRAT: PXM 0 -> APIC 0x4c -> Node 0
2023-06-17T05:55:45.96317 kern.info: [ 0.007611] SRAT: PXM 0 -> APIC 0x4d -> Node 0
2023-06-17T05:55:45.96319 kern.info: [ 0.007611] SRAT: PXM 0 -> APIC 0x4e -> Node 0
2023-06-17T05:55:45.96320 kern.info: [ 0.007612] SRAT: PXM 0 -> APIC 0x4f -> Node 0
2023-06-17T05:55:45.96321 kern.info: [ 0.007612] SRAT: PXM 0 -> APIC 0x50 -> Node 0
2023-06-17T05:55:45.96322 kern.info: [ 0.007613] SRAT: PXM 0 -> APIC 0x51 -> Node 0
2023-06-17T05:55:45.96323 kern.info: [ 0.007614] SRAT: PXM 0 -> APIC 0x52 -> Node 0
2023-06-17T05:55:45.96324 kern.info: [ 0.007614] SRAT: PXM 0 -> APIC 0x53 -> Node 0
2023-06-17T05:55:45.96326 kern.info: [ 0.007615] SRAT: PXM 0 -> APIC 0x54 -> Node 0
2023-06-17T05:55:45.96328 kern.info: [ 0.007615] SRAT: PXM 0 -> APIC 0x55 -> Node 0
2023-06-17T05:55:45.96329 kern.info: [ 0.007616] SRAT: PXM 0 -> APIC 0x56 -> Node 0
2023-06-17T05:55:45.96330 kern.info: [ 0.007616] SRAT: PXM 0 -> APIC 0x57 -> Node 0
2023-06-17T05:55:45.96331 kern.info: [ 0.007617] SRAT: PXM 0 -> APIC 0x58 -> Node 0
2023-06-17T05:55:45.96332 kern.info: [ 0.007617] SRAT: PXM 0 -> APIC 0x59 -> Node 0
2023-06-17T05:55:45.96334 kern.info: [ 0.007618] SRAT: PXM 0 -> APIC 0x5a -> Node 0
2023-06-17T05:55:45.96337 kern.info: [ 0.007618] SRAT: PXM 0 -> APIC 0x5b -> Node 0
2023-06-17T05:55:45.96339 kern.info: [ 0.007619] SRAT: PXM 0 -> APIC 0x5c -> Node 0
2023-06-17T05:55:45.96340 kern.info: [ 0.007620] SRAT: PXM 0 -> APIC 0x5d -> Node 0
2023-06-17T05:55:45.96341 kern.info: [ 0.007620] SRAT: PXM 0 -> APIC 0x5e -> Node 0
2023-06-17T05:55:45.96342 kern.info: [ 0.007621] SRAT: PXM 0 -> APIC 0x5f -> Node 0
2023-06-17T05:55:45.96344 kern.info: [ 0.007621] SRAT: PXM 0 -> APIC 0x60 -> Node 0
2023-06-17T05:55:45.96345 kern.info: [ 0.007622] SRAT: PXM 0 -> APIC 0x61 -> Node 0
2023-06-17T05:55:45.96346 kern.info: [ 0.007622] SRAT: PXM 0 -> APIC 0x62 -> Node 0
2023-06-17T05:55:45.96347 kern.info: [ 0.007623] SRAT: PXM 0 -> APIC 0x63 -> Node 0
2023-06-17T05:55:45.96349 kern.info: [ 0.007623] SRAT: PXM 0 -> APIC 0x64 -> Node 0
2023-06-17T05:55:45.96350 kern.info: [ 0.007624] SRAT: PXM 0 -> APIC 0x65 -> Node 0
2023-06-17T05:55:45.96352 kern.info: [ 0.007624] SRAT: PXM 0 -> APIC 0x66 -> Node 0
2023-06-17T05:55:45.96353 kern.info: [ 0.007625] SRAT: PXM 0 -> APIC 0x67 -> Node 0
2023-06-17T05:55:45.96354 kern.info: [ 0.007626] SRAT: PXM 0 -> APIC 0x68 -> Node 0
2023-06-17T05:55:45.96355 kern.info: [ 0.007626] SRAT: PXM 0 -> APIC 0x69 -> Node 0
2023-06-17T05:55:45.96356 kern.info: [ 0.007627] SRAT: PXM 0 -> APIC 0x6a -> Node 0
2023-06-17T05:55:45.96357 kern.info: [ 0.007627] SRAT: PXM 0 -> APIC 0x6b -> Node 0
2023-06-17T05:55:45.96360 kern.info: [ 0.007628] SRAT: PXM 0 -> APIC 0x6c -> Node 0
2023-06-17T05:55:45.96361 kern.info: [ 0.007628] SRAT: PXM 0 -> APIC 0x6d -> Node 0
2023-06-17T05:55:45.96362 kern.info: [ 0.007629] SRAT: PXM 0 -> APIC 0x6e -> Node 0
2023-06-17T05:55:45.96363 kern.info: [ 0.007629] SRAT: PXM 0 -> APIC 0x6f -> Node 0
2023-06-17T05:55:45.96364 kern.info: [ 0.007635] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
2023-06-17T05:55:45.96366 kern.info: [ 0.007636] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x807fffffff]
2023-06-17T05:55:45.96367 kern.debug: [ 0.007640] NUMA: Initialized distance table, cnt=1
2023-06-17T05:55:45.96369 kern.info: [ 0.007641] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x807fffffff] -> [mem 0x00000000-0x807fffffff]
2023-06-17T05:55:45.96370 kern.info: [ 0.007644] NODE_DATA(0) allocated [mem 0x807fff9000-0x807fffefff]
2023-06-17T05:55:45.96371 kern.info: [ 0.007969] Zone ranges:
2023-06-17T05:55:45.96373 kern.info: [ 0.007969] DMA [mem 0x0000000000001000-0x0000000000ffffff]
2023-06-17T05:55:45.96374 kern.info: [ 0.007971] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
2023-06-17T05:55:45.96375 kern.info: [ 0.007972] Normal [mem 0x0000000100000000-0x000000807fffffff]
2023-06-17T05:55:45.96376 kern.info: [ 0.007973] Device empty
2023-06-17T05:55:45.96378 kern.info: [ 0.007974] Movable zone start for each node
2023-06-17T05:55:45.96388 kern.info: [ 0.007975] Early memory node ranges
2023-06-17T05:55:45.96390 kern.info: [ 0.007975] node 0: [mem 0x0000000000001000-0x000000000009dfff]
2023-06-17T05:55:45.96392 kern.info: [ 0.007976] node 0: [mem 0x000000000009f000-0x000000000009ffff]
2023-06-17T05:55:45.96393 kern.info: [ 0.007977] node 0: [mem 0x0000000000100000-0x0000000068871fff]
2023-06-17T05:55:45.96394 kern.info: [ 0.007978] node 0: [mem 0x000000006f7ff000-0x000000006f7fffff]
2023-06-17T05:55:45.96395 kern.info: [ 0.007978] node 0: [mem 0x0000000100000000-0x000000807fffffff]
2023-06-17T05:55:45.96397 kern.info: [ 0.008012] Initmem setup node 0 [mem 0x0000000000001000-0x000000807fffffff]
2023-06-17T05:55:45.96398 kern.info: [ 0.008015] On node 0, zone DMA: 1 pages in unavailable ranges
2023-06-17T05:55:45.96399 kern.info: [ 0.008016] On node 0, zone DMA: 1 pages in unavailable ranges
2023-06-17T05:55:45.96400 kern.info: [ 0.008033] On node 0, zone DMA: 96 pages in unavailable ranges
2023-06-17T05:55:45.96402 kern.info: [ 0.010052] On node 0, zone DMA32: 28557 pages in unavailable ranges
2023-06-17T05:55:45.96404 kern.info: [ 0.600216] On node 0, zone Normal: 2048 pages in unavailable ranges
2023-06-17T05:55:45.96405 kern.info: [ 0.600517] ACPI: PM-Timer IO Port: 0x508
2023-06-17T05:55:45.96406 kern.info: [ 0.600529] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
2023-06-17T05:55:45.96407 kern.info: [ 0.600531] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
2023-06-17T05:55:45.96409 kern.info: [ 0.600566] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
2023-06-17T05:55:45.96411 kern.info: [ 0.600569] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
2023-06-17T05:55:45.96412 kern.info: [ 0.600570] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
2023-06-17T05:55:45.96413 kern.info: [ 0.600574] ACPI: Using ACPI (MADT) for SMP configuration information
2023-06-17T05:55:45.96415 kern.info: [ 0.600575] ACPI: HPET id: 0x8086a701 base: 0xfed00000
2023-06-17T05:55:45.96416 kern.debug: [ 0.600580] e820: update [mem 0x62ce4000-0x62f24fff] usable ==> reserved
2023-06-17T05:55:45.96418 kern.info: [ 0.600589] TSC deadline timer available
2023-06-17T05:55:45.96419 kern.info: [ 0.600590] smpboot: Allowing 112 CPUs, 0 hotplug CPUs
2023-06-17T05:55:45.96420 kern.info: [ 0.600603] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
2023-06-17T05:55:45.96421 kern.info: [ 0.600604] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
2023-06-17T05:55:45.96424 kern.info: [ 0.600606] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
2023-06-17T05:55:45.96425 kern.info: [ 0.600606] PM: hibernation: Registered nosave memory: [mem 0x00100000-0x00100fff]
2023-06-17T05:55:45.96426 kern.info: [ 0.600608] PM: hibernation: Registered nosave memory: [mem 0x00102000-0x00102fff]
2023-06-17T05:55:45.96427 kern.info: [ 0.600609] PM: hibernation: Registered nosave memory: [mem 0x5ca7a000-0x5ca7afff]
2023-06-17T05:55:45.96430 kern.info: [ 0.600610] PM: hibernation: Registered nosave memory: [mem 0x62ce4000-0x62f24fff]
2023-06-17T05:55:45.96431 kern.info: [ 0.600612] PM: hibernation: Registered nosave memory: [mem 0x68872000-0x6ba18fff]
2023-06-17T05:55:45.96432 kern.info: [ 0.600612] PM: hibernation: Registered nosave memory: [mem 0x6ba19000-0x6c318fff]
2023-06-17T05:55:45.96433 kern.info: [ 0.600613] PM: hibernation: Registered nosave memory: [mem 0x6c319000-0x6cd48fff]
2023-06-17T05:55:45.96435 kern.info: [ 0.600614] PM: hibernation: Registered nosave memory: [mem 0x6cd49000-0x6f7fefff]
2023-06-17T05:55:45.96437 kern.info: [ 0.600615] PM: hibernation: Registered nosave memory: [mem 0x6f800000-0x7fffffff]
2023-06-17T05:55:45.96439 kern.info: [ 0.600615] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xfe00ffff]
2023-06-17T05:55:45.96440 kern.info: [ 0.600616] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
2023-06-17T05:55:45.96442 kern.info: [ 0.600617] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xffffffff]
2023-06-17T05:55:45.96444 kern.info: [ 0.600618] [mem 0x80000000-0xfe00ffff] available for PCI devices
2023-06-17T05:55:45.96445 kern.info: [ 0.600619] Booting paravirtualized kernel on bare hardware
2023-06-17T05:55:45.96446 kern.info: [ 0.600620] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
2023-06-17T05:55:45.96448 kern.info: [ 0.604974] setup_percpu: NR_CPUS:256 nr_cpumask_bits:112 nr_cpu_ids:112 nr_node_ids:1
2023-06-17T05:55:45.96450 kern.info: [ 0.608466] percpu: Embedded 57 pages/cpu s193000 r8192 d32280 u262144
2023-06-17T05:55:45.96452 kern.debug: [ 0.608474] pcpu-alloc: s193000 r8192 d32280 u262144 alloc=1*2097152
2023-06-17T05:55:45.96453 kern.debug: [ 0.608476] pcpu-alloc: [0] 000 001 002 003 004 005 006 007
2023-06-17T05:55:45.96454 kern.debug: [ 0.608481] pcpu-alloc: [0] 008 009 010 011 012 013 014 015
2023-06-17T05:55:45.96455 kern.debug: [ 0.608485] pcpu-alloc: [0] 016 017 018 019 020 021 022 023
2023-06-17T05:55:45.96457 kern.debug: [ 0.608489] pcpu-alloc: [0] 024 025 026 027 028 029 030 031
2023-06-17T05:55:45.96458 kern.debug: [ 0.608493] pcpu-alloc: [0] 032 033 034 035 036 037 038 039
2023-06-17T05:55:45.96460 kern.debug: [ 0.608497] pcpu-alloc: [0] 040 041 042 043 044 045 046 047
2023-06-17T05:55:45.96461 kern.debug: [ 0.608501] pcpu-alloc: [0] 048 049 050 051 052 053 054 055
2023-06-17T05:55:45.96462 kern.debug: [ 0.608505] pcpu-alloc: [0] 056 057 058 059 060 061 062 063
2023-06-17T05:55:45.96464 kern.debug: [ 0.608509] pcpu-alloc: [0] 064 065 066 067 068 069 070 071
2023-06-17T05:55:45.96465 kern.debug: [ 0.608513] pcpu-alloc: [0] 072 073 074 075 076 077 078 079
2023-06-17T05:55:45.96466 kern.debug: [ 0.608517] pcpu-alloc: [0] 080 081 082 083 084 085 086 087
2023-06-17T05:55:45.96467 kern.debug: [ 0.608521] pcpu-alloc: [0] 088 089 090 091 092 093 094 095
2023-06-17T05:55:45.96469 kern.debug: [ 0.608524] pcpu-alloc: [0] 096 097 098 099 100 101 102 103
2023-06-17T05:55:45.96470 kern.debug: [ 0.608528] pcpu-alloc: [0] 104 105 106 107 108 109 110 111
2023-06-17T05:55:45.96472 kern.info: [ 0.608556] Fallback order for Node 0: 0
2023-06-17T05:55:45.96473 kern.info: [ 0.608562] Built 1 zonelists, mobility grouping on. Total pages: 132025678
2023-06-17T05:55:45.96474 kern.info: [ 0.608563] Policy zone: Normal
2023-06-17T05:55:45.96476 kern.notice: [ 0.608564] Kernel command line: root=zfs:zroot/ROOT/x86_64 apparmor=1 security=apparmor rd.auto=1 intel_iommu=on,sm_on iommu=pt ro quiet spl.spl_hostid=0x00bab10c
2023-06-17T05:55:45.96477 kern.info: [ 0.608612] DMAR: IOMMU enabled
2023-06-17T05:55:45.96478 kern.info: [ 0.608613] DMAR: Enable scalable mode if hardware supports
2023-06-17T05:55:45.96480 kern.info: [ 0.608654] printk: log_buf_len individual max cpu contribution: 4096 bytes
2023-06-17T05:55:45.96481 kern.info: [ 0.608654] printk: log_buf_len total cpu_extra contributions: 454656 bytes
2023-06-17T05:55:45.96483 kern.info: [ 0.608655] printk: log_buf_len min size: 524288 bytes
2023-06-17T05:55:45.96484 kern.info: [ 0.609215] printk: log_buf_len: 1048576 bytes
2023-06-17T05:55:45.96485 kern.info: [ 0.609216] printk: early log buf free: 502344(95%)
2023-06-17T05:55:45.96487 kern.info: [ 0.618402] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, linear)
2023-06-17T05:55:45.96488 kern.info: [ 0.623001] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
2023-06-17T05:55:45.96490 kern.info: [ 0.624609] mem auto-init: stack:off, heap alloc:on, heap free:off
2023-06-17T05:55:45.96491 kern.info: [ 0.624624] software IO TLB: area num 128.
2023-06-17T05:55:45.96493 kern.info: [ 1.495739] Memory: 527743292K/536485956K available (14336K kernel code, 3325K rwdata, 8740K rodata, 2972K init, 3760K bss, 8742404K reserved, 0K cma-reserved)
2023-06-17T05:55:45.96495 kern.info: [ 1.496308] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=112, Nodes=1
2023-06-17T05:55:45.96496 kern.info: [ 1.496366] ftrace: allocating 41417 entries in 162 pages
2023-06-17T05:55:45.96497 kern.info: [ 1.502222] ftrace: allocated 162 pages with 3 groups
2023-06-17T05:55:45.96498 kern.info: [ 1.502718] Dynamic Preempt: voluntary
2023-06-17T05:55:45.96499 kern.info: [ 1.502899] rcu: Preemptible hierarchical RCU implementation.
2023-06-17T05:55:45.96501 kern.info: [ 1.502900] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=112.
2023-06-17T05:55:45.96502 kern.info: [ 1.502901] Trampoline variant of Tasks RCU enabled.
2023-06-17T05:55:45.96504 kern.info: [ 1.502901] Rude variant of Tasks RCU enabled.
2023-06-17T05:55:45.96505 kern.info: [ 1.502901] Tracing variant of Tasks RCU enabled.
2023-06-17T05:55:45.96506 kern.info: [ 1.502902] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
2023-06-17T05:55:45.96507 kern.info: [ 1.502903] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=112
2023-06-17T05:55:45.96510 kern.info: [ 1.505130] NR_IRQS: 16640, nr_irqs: 1320, preallocated irqs: 16
2023-06-17T05:55:45.96511 kern.info: [ 1.505561] rcu: srcu_init: Setting srcu_struct sizes based on contention.
2023-06-17T05:55:45.96512 kern.warn: [ 1.505847] Spurious LAPIC timer interrupt on cpu 0
2023-06-17T05:55:45.96513 kern.info: [ 1.505874] Console: colour dummy device 80x25
2023-06-17T05:55:45.96514 kern.info: [ 1.505876] printk: console [tty0] enabled
2023-06-17T05:55:45.96516 kern.info: [ 1.505988] ACPI: Core revision 20221020
2023-06-17T05:55:45.96517 kern.info: [ 1.506627] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
2023-06-17T05:55:45.96519 kern.info: [ 1.506712] APIC: Switch to symmetric I/O mode setup
2023-06-17T05:55:45.96520 kern.info: [ 1.506713] DMAR: Host address width 46
2023-06-17T05:55:45.96521 kern.info: [ 1.506714] DMAR: DRHD base: 0x0000009fffc000 flags: 0x0
2023-06-17T05:55:45.96522 kern.info: [ 1.506718] DMAR: dmar0: reg_base_addr 9fffc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-17T05:55:45.96524 kern.info: [ 1.506720] DMAR: DRHD base: 0x000000aa3fc000 flags: 0x0
2023-06-17T05:55:45.96525 kern.info: [ 1.506723] DMAR: dmar1: reg_base_addr aa3fc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-17T05:55:45.96526 kern.info: [ 1.506724] DMAR: DRHD base: 0x000000b47fc000 flags: 0x0
2023-06-17T05:55:45.96528 kern.info: [ 1.506727] DMAR: dmar2: reg_base_addr b47fc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-17T05:55:45.96530 kern.info: [ 1.506728] DMAR: DRHD base: 0x000000bebfc000 flags: 0x0
2023-06-17T05:55:45.96531 kern.info: [ 1.506731] DMAR: dmar3: reg_base_addr bebfc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-17T05:55:45.96532 kern.info: [ 1.506732] DMAR: DRHD base: 0x000000c8ffc000 flags: 0x0
2023-06-17T05:55:45.96533 kern.info: [ 1.506737] DMAR: dmar4: reg_base_addr c8ffc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-17T05:55:45.96535 kern.info: [ 1.506738] DMAR: DRHD base: 0x000000d33fc000 flags: 0x0
2023-06-17T05:55:45.96537 kern.info: [ 1.506741] DMAR: dmar5: reg_base_addr d33fc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9e86f050df
2023-06-17T05:55:45.96539 kern.info: [ 1.506742] DMAR: DRHD base: 0x000000dd7fc000 flags: 0x0
2023-06-17T05:55:45.96540 kern.info: [ 1.506745] DMAR: dmar6: reg_base_addr dd7fc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9e86f050df
2023-06-17T05:55:45.96541 kern.info: [ 1.506746] DMAR: DRHD base: 0x000000ddffc000 flags: 0x0
2023-06-17T05:55:45.96543 kern.info: [ 1.506749] DMAR: dmar7: reg_base_addr ddffc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9ea6f050df
2023-06-17T05:55:45.96545 kern.info: [ 1.506750] DMAR: DRHD base: 0x000000de7fc000 flags: 0x0
2023-06-17T05:55:45.96546 kern.info: [ 1.506754] DMAR: dmar8: reg_base_addr de7fc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9ea6f050df
2023-06-17T05:55:45.96547 kern.info: [ 1.506755] DMAR: DRHD base: 0x000000deffc000 flags: 0x0
2023-06-17T05:55:45.96550 kern.info: [ 1.506758] DMAR: dmar9: reg_base_addr deffc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9ea6f050df
2023-06-17T05:55:45.96551 kern.info: [ 1.506759] DMAR: DRHD base: 0x000000df7fc000 flags: 0x0
2023-06-17T05:55:45.96552 kern.info: [ 1.506761] DMAR: dmar10: reg_base_addr df7fc000 ver 6:0 cap 9ed008c40780466 ecap 3ef9ea6f050df
2023-06-17T05:55:45.96553 kern.info: [ 1.506762] DMAR: DRHD base: 0x000000957fc000 flags: 0x1
2023-06-17T05:55:45.96555 kern.info: [ 1.506765] DMAR: dmar11: reg_base_addr 957fc000 ver 6:0 cap 9ed008c40780466 ecap 3ee9e86f050df
2023-06-17T05:55:45.96556 kern.info: [ 1.506766] DMAR: RMRR base: 0x0000006f126000 end: 0x0000006f148fff
2023-06-17T05:55:45.96558 kern.info: [ 1.506767] DMAR: ATSR flags: 0x0
2023-06-17T05:55:45.96559 kern.info: [ 1.506769] DMAR: RHSA base: 0x000000957fc000 proximity domain: 0x0
2023-06-17T05:55:45.96560 kern.info: [ 1.506770] DMAR: RHSA base: 0x0000009fffc000 proximity domain: 0x0
2023-06-17T05:55:45.96562 kern.info: [ 1.506770] DMAR: RHSA base: 0x000000aa3fc000 proximity domain: 0x0
2023-06-17T05:55:45.96563 kern.info: [ 1.506771] DMAR: RHSA base: 0x000000b47fc000 proximity domain: 0x0
2023-06-17T05:55:45.96565 kern.info: [ 1.506771] DMAR: RHSA base: 0x000000bebfc000 proximity domain: 0x0
2023-06-17T05:55:45.96566 kern.info: [ 1.506772] DMAR: RHSA base: 0x000000c8ffc000 proximity domain: 0x0
2023-06-17T05:55:45.96567 kern.info: [ 1.506772] DMAR: RHSA base: 0x000000d33fc000 proximity domain: 0x0
2023-06-17T05:55:45.96569 kern.info: [ 1.506773] DMAR: RHSA base: 0x000000dd7fc000 proximity domain: 0x0
2023-06-17T05:55:45.96570 kern.info: [ 1.506773] DMAR: RHSA base: 0x000000ddffc000 proximity domain: 0x0
2023-06-17T05:55:45.96571 kern.info: [ 1.506774] DMAR: RHSA base: 0x000000de7fc000 proximity domain: 0x0
2023-06-17T05:55:45.96572 kern.info: [ 1.506774] DMAR: RHSA base: 0x000000deffc000 proximity domain: 0x0
2023-06-17T05:55:45.96574 kern.info: [ 1.506775] DMAR: RHSA base: 0x000000df7fc000 proximity domain: 0x0
2023-06-17T05:55:45.96576 kern.info: [ 1.506776] DMAR: SATC flags: 0x0
2023-06-17T05:55:45.96577 kern.info: [ 1.506777] DMAR-IR: IOAPIC id 8 under DRHD base 0x957fc000 IOMMU 11
2023-06-17T05:55:45.96578 kern.info: [ 1.506778] DMAR-IR: HPET id 0 under DRHD base 0x957fc000
2023-06-17T05:55:45.96579 kern.info: [ 1.506779] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
2023-06-17T05:55:45.96581 kern.warn: [ 1.506935] DMAR-IR: IRQ remapping was enabled on dmar10 but we are not in kdump mode
2023-06-17T05:55:45.96583 kern.warn: [ 1.507093] DMAR-IR: IRQ remapping was enabled on dmar9 but we are not in kdump mode
2023-06-17T05:55:45.96584 kern.warn: [ 1.507251] DMAR-IR: IRQ remapping was enabled on dmar8 but we are not in kdump mode
2023-06-17T05:55:45.96585 kern.warn: [ 1.507410] DMAR-IR: IRQ remapping was enabled on dmar7 but we are not in kdump mode
2023-06-17T05:55:45.96587 kern.warn: [ 1.507572] DMAR-IR: IRQ remapping was enabled on dmar6 but we are not in kdump mode
2023-06-17T05:55:45.96588 kern.warn: [ 1.507771] DMAR-IR: IRQ remapping was enabled on dmar5 but we are not in kdump mode
2023-06-17T05:55:45.96590 kern.warn: [ 1.507930] DMAR-IR: IRQ remapping was enabled on dmar4 but we are not in kdump mode
2023-06-17T05:55:45.96591 kern.warn: [ 1.508091] DMAR-IR: IRQ remapping was enabled on dmar3 but we are not in kdump mode
2023-06-17T05:55:45.96592 kern.warn: [ 1.508253] DMAR-IR: IRQ remapping was enabled on dmar2 but we are not in kdump mode
2023-06-17T05:55:45.96594 kern.warn: [ 1.508411] DMAR-IR: IRQ remapping was enabled on dmar1 but we are not in kdump mode
2023-06-17T05:55:45.96596 kern.warn: [ 1.508569] DMAR-IR: IRQ remapping was enabled on dmar0 but we are not in kdump mode
2023-06-17T05:55:45.96597 kern.warn: [ 1.508766] DMAR-IR: IRQ remapping was enabled on dmar11 but we are not in kdump mode
2023-06-17T05:55:45.96598 kern.info: [ 1.509036] DMAR-IR: Enabled IRQ remapping in x2apic mode
2023-06-17T05:55:45.96600 kern.info: [ 1.510417] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
2023-06-17T05:55:45.96601 kern.info: [ 1.514366] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x36c657b5833, max_idle_ns: 881590513399 ns
2023-06-17T05:55:45.96602 kern.info: [ 1.514371] Calibrating delay loop (skipped), value calculated using timer frequency.. 3800.00 BogoMIPS (lpj=1900000)
2023-06-17T05:55:45.96603 kern.info: [ 1.514373] pid_max: default: 114688 minimum: 896
2023-06-17T05:55:45.96606 kern.info: [ 1.514511] LSM: initializing lsm=capability,landlock,yama,integrity,apparmor
2023-06-17T05:55:45.96607 kern.info: [ 1.514525] landlock: Up and running.
2023-06-17T05:55:45.96608 kern.info: [ 1.514526] Yama: becoming mindful.
2023-06-17T05:55:45.96609 kern.info: [ 1.514550] AppArmor: AppArmor initialized
2023-06-17T05:55:45.96610 kern.info: [ 1.514771] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
2023-06-17T05:55:45.96612 kern.info: [ 1.514921] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
2023-06-17T05:55:45.96613 kern.info: [ 1.515391] x86/tme: not enabled by BIOS
2023-06-17T05:55:45.96615 kern.info: [ 1.515397] CPU0: Thermal monitoring enabled (TM1)
2023-06-17T05:55:45.96616 kern.info: [ 1.515399] x86/cpu: User Mode Instruction Prevention (UMIP) activated
2023-06-17T05:55:45.96617 kern.info: [ 1.515624] process: using mwait in idle threads
2023-06-17T05:55:45.96619 kern.info: [ 1.515626] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
2023-06-17T05:55:45.96620 kern.info: [ 1.515627] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
2023-06-17T05:55:45.96621 kern.info: [ 1.515631] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
2023-06-17T05:55:45.96622 kern.info: [ 1.515633] Spectre V2 : Mitigation: Enhanced IBRS
2023-06-17T05:55:45.96623 kern.info: [ 1.515633] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
2023-06-17T05:55:45.96625 kern.info: [ 1.515634] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
2023-06-17T05:55:45.96627 kern.info: [ 1.515635] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
2023-06-17T05:55:45.96628 kern.info: [ 1.515636] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
2023-06-17T05:55:45.96629 kern.info: [ 1.526563] Freeing SMP alternatives memory: 36K
2023-06-17T05:55:45.96631 kern.info: [ 1.526652] smpboot: CPU0: Intel(R) Xeon(R) w9-3495X (family: 0x6, model: 0x8f, stepping: 0x8)
2023-06-17T05:55:45.96632 kern.info: [ 1.526758] cblist_init_generic: Setting adjustable number of callback queues.
2023-06-17T05:55:45.96634 kern.info: [ 1.526765] cblist_init_generic: Setting shift to 7 and lim to 1.
2023-06-17T05:55:45.96636 kern.info: [ 1.526784] cblist_init_generic: Setting shift to 7 and lim to 1.
2023-06-17T05:55:45.96638 kern.info: [ 1.526800] cblist_init_generic: Setting shift to 7 and lim to 1.
2023-06-17T05:55:45.96640 kern.info: [ 1.526810] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Sapphire Rapids events, 32-deep LBR, full-width counters, Intel PMU driver.
2023-06-17T05:55:45.96641 kern.info: [ 1.526851] ... version: 5
2023-06-17T05:55:45.96642 kern.info: [ 1.526851] ... bit width: 48
2023-06-17T05:55:45.96643 kern.info: [ 1.526852] ... generic registers: 8
2023-06-17T05:55:45.96645 kern.info: [ 1.526852] ... value mask: 0000ffffffffffff
2023-06-17T05:55:45.96647 kern.info: [ 1.526853] ... max period: 00007fffffffffff
2023-06-17T05:55:45.96648 kern.info: [ 1.526853] ... fixed-purpose events: 4
2023-06-17T05:55:45.96650 kern.info: [ 1.526854] ... event mask: 0001000f000000ff
2023-06-17T05:55:45.96651 kern.info: [ 1.527370] Estimated ratio of average max frequency by base frequency (times 1024): 2263
2023-06-17T05:55:45.96653 kern.info: [ 1.527384] rcu: Hierarchical SRCU implementation.
2023-06-17T05:55:45.96655 kern.info: [ 1.527384] rcu: Max phase no-delay instances is 400.
2023-06-17T05:55:45.96656 kern.info: [ 1.543504] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
2023-06-17T05:55:45.96657 kern.info: [ 1.545536] smp: Bringing up secondary CPUs ...
2023-06-17T05:55:45.96658 kern.info: [ 1.545614] x86: Booting SMP configuration:
2023-06-17T05:55:45.96660 kern.info: [ 1.545614] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 #32 #33 #34 #35 #36 #37 #38 #39 #40 #41 #42 #43 #44 #45 #46 #47 #48 #49 #50 #51 #52 #53 #54 #55 #56 #57 #58 #59 #60 #61 #62 #63 #64 #65 #66 #67 #68 #69 #70 #71 #72 #73 #74 #75 #76 #77 #78 #79 #80 #81 #82 #83 #84 #85 #86 #87 #88 #89 #90 #91 #92 #93 #94 #95 #96 #97 #98 #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111
2023-06-17T05:55:45.96663 kern.info: [ 10.106411] smp: Brought up 1 node, 112 CPUs
2023-06-17T05:55:45.96664 kern.info: [ 10.106415] smpboot: Max logical packages: 1
2023-06-17T05:55:45.96666 kern.info: [ 10.106417] smpboot: Total of 112 processors activated (425600.00 BogoMIPS)
2023-06-17T05:55:45.96667 kern.info: [ 10.155458] devtmpfs: initialized
2023-06-17T05:55:45.96668 kern.info: [ 10.155458] x86/mm: Memory block size: 2048MB
2023-06-17T05:55:45.96670 kern.info: [ 10.160439] ACPI: PM: Registering ACPI NVS region [mem 0x6c319000-0x6cd48fff] (10682368 bytes)
2023-06-17T05:55:45.96671 kern.info: [ 10.161456] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
2023-06-17T05:55:45.96672 kern.info: [ 10.162372] futex hash table entries: 32768 (order: 9, 2097152 bytes, linear)
2023-06-17T05:55:45.96674 kern.info: [ 10.163420] pinctrl core: initialized pinctrl subsystem
2023-06-17T05:55:45.96676 kern.info: [ 10.166385] NET: Registered PF_NETLINK/PF_ROUTE protocol family
2023-06-17T05:55:45.96677 kern.info: [ 10.166561] audit: initializing netlink subsys (disabled)
2023-06-17T05:55:45.96678 kern.notice: [ 10.166569] audit: type=2000 audit(1686981344.660:1): state=initialized audit_enabled=0 res=1
2023-06-17T05:55:45.96680 kern.info: [ 10.167439] thermal_sys: Registered thermal governor 'bang_bang'
2023-06-17T05:55:45.96681 kern.info: [ 10.167442] thermal_sys: Registered thermal governor 'step_wise'
2023-06-17T05:55:45.96683 kern.info: [ 10.167443] thermal_sys: Registered thermal governor 'user_space'
2023-06-17T05:55:45.96684 kern.info: [ 10.167444] thermal_sys: Registered thermal governor 'power_allocator'
2023-06-17T05:55:45.96685 kern.info: [ 10.167474] cpuidle: using governor ladder
2023-06-17T05:55:45.96686 kern.info: [ 10.167474] cpuidle: using governor menu
2023-06-17T05:55:45.96687 kern.info: [ 10.169454] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
2023-06-17T05:55:45.96690 kern.info: [ 10.169456] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
2023-06-17T05:55:45.96691 kern.info: [ 10.170480] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
2023-06-17T05:55:45.96692 kern.info: [ 10.170485] PCI: not using MMCONFIG
2023-06-17T05:55:45.96693 kern.info: [ 10.170486] PCI: Using configuration type 1 for base access
2023-06-17T05:55:45.96695 kern.info: [ 10.189439] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
2023-06-17T05:55:45.96697 kern.info: [ 10.190437] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
2023-06-17T05:55:45.96698 kern.info: [ 10.190437] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
2023-06-17T05:55:45.96699 kern.info: [ 10.190437] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
2023-06-17T05:55:45.96700 kern.info: [ 10.190437] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
2023-06-17T05:55:45.96702 kern.info: [ 10.192404] ACPI: Added _OSI(Module Device)
2023-06-17T05:55:45.96703 kern.info: [ 10.192405] ACPI: Added _OSI(Processor Device)
2023-06-17T05:55:45.96705 kern.info: [ 10.192406] ACPI: Added _OSI(3.0 _SCP Extensions)
2023-06-17T05:55:45.96706 kern.info: [ 10.192407] ACPI: Added _OSI(Processor Aggregator Device)
2023-06-17T05:55:45.96707 kern.info: [ 10.329531] ACPI: 5 ACPI AML tables successfully acquired and loaded
2023-06-17T05:55:45.96709 kern.info: [ 10.353530] ACPI: \_SB_.SCK0.C000: _OSC native thermal LVT Acked
2023-06-17T05:55:45.96711 kern.info: [ 10.354068] ACPI: Dynamic OEM Table Load:
2023-06-17T05:55:45.96712 kern.info: [ 10.455445] ACPI: Interpreter enabled
2023-06-17T05:55:45.96713 kern.info: [ 10.455473] ACPI: PM: (supports S0 S4 S5)
2023-06-17T05:55:45.96714 kern.info: [ 10.455474] ACPI: Using IOAPIC for interrupt routing
2023-06-17T05:55:45.96715 kern.info: [ 10.462414] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
2023-06-17T05:55:45.96717 kern.info: [ 10.484479] [Firmware Info]: PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] not reserved in ACPI motherboard resources
2023-06-17T05:55:45.96719 kern.info: [ 10.484481] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved as EfiMemoryMappedIO
2023-06-17T05:55:45.96720 kern.warn: [ 10.484489] pmd_set_huge: Cannot satisfy [mem 0x80000000-0x80200000] with a huge-page mapping due to MTRR override.
2023-06-17T05:55:45.96722 kern.info: [ 10.485397] HEST: Table parsing has been initialized.
2023-06-17T05:55:45.96723 kern.info: [ 10.485459] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
2023-06-17T05:55:45.96725 kern.info: [ 10.485462] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
2023-06-17T05:55:45.96726 kern.info: [ 10.485462] PCI: Ignoring E820 reservations for host bridge windows
2023-06-17T05:55:45.96727 kern.info: [ 10.499228] ACPI: Enabled 1 GPEs in block 00 to 7F
2023-06-17T05:55:45.96729 kern.info: [ 10.546658] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
2023-06-17T05:55:45.96730 kern.info: [ 10.624455] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-14])
2023-06-17T05:55:45.96732 kern.info: [ 10.624461] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.96733 kern.info: [ 10.625623] acpi PNP0A08:00: _OSC: platform does not support [AER LTR]
2023-06-17T05:55:45.96734 kern.info: [ 10.626447] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
2023-06-17T05:55:45.96737 kern.info: [ 10.626448] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.96739 kern.info: [ 10.630492] PCI host bridge to bus 0000:00
2023-06-17T05:55:45.96740 kern.info: [ 10.630493] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
2023-06-17T05:55:45.96741 kern.info: [ 10.630495] pci_bus 0000:00: root bus resource [io 0x1000-0x3fff window]
2023-06-17T05:55:45.96743 kern.info: [ 10.630496] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
2023-06-17T05:55:45.96744 kern.info: [ 10.630496] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cffff window]
2023-06-17T05:55:45.96746 kern.info: [ 10.630497] pci_bus 0000:00: root bus resource [mem 0xfe010000-0xfe010fff window]
2023-06-17T05:55:45.96747 kern.info: [ 10.630498] pci_bus 0000:00: root bus resource [mem 0x90040000-0x957fffff window]
2023-06-17T05:55:45.96749 kern.info: [ 10.630499] pci_bus 0000:00: root bus resource [mem 0x200000000000-0x200fffffffff window]
2023-06-17T05:55:45.96750 kern.info: [ 10.630500] pci_bus 0000:00: root bus resource [bus 00-14]
2023-06-17T05:55:45.96751 kern.info: [ 10.630521] pci 0000:00:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.96752 kern.info: [ 10.630608] pci 0000:00:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.96753 kern.info: [ 10.630672] pci 0000:00:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.96757 kern.info: [ 10.631430] pci 0000:00:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.96758 kern.info: [ 10.631672] pci 0000:00:10.0: [8086:7ada] type 00 class 0x0c8000
2023-06-17T05:55:45.96759 kern.info: [ 10.632395] pci 0000:00:10.0: reg 0x10: [mem 0x200000200000-0x200000200fff 64bit]
2023-06-17T05:55:45.96760 kern.info: [ 10.632611] pci 0000:00:10.5: [8086:7aaf] type 00 class 0x060000
2023-06-17T05:55:45.96763 kern.info: [ 10.633587] pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330
2023-06-17T05:55:45.96764 kern.info: [ 10.633603] pci 0000:00:14.0: reg 0x10: [mem 0x200ffff00000-0x200ffff0ffff 64bit]
2023-06-17T05:55:45.96765 kern.info: [ 10.633669] pci 0000:00:14.0: PME# supported from D3hot D3cold
2023-06-17T05:55:45.96767 kern.info: [ 10.634525] pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000
2023-06-17T05:55:45.96768 kern.info: [ 10.634543] pci 0000:00:14.2: reg 0x10: [mem 0x200ffff14000-0x200ffff17fff 64bit]
2023-06-17T05:55:45.96770 kern.info: [ 10.634554] pci 0000:00:14.2: reg 0x18: [mem 0x200ffff1d000-0x200ffff1dfff 64bit]
2023-06-17T05:55:45.96772 kern.info: [ 10.635474] pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000
2023-06-17T05:55:45.96773 kern.info: [ 10.635500] pci 0000:00:15.0: reg 0x10: [mem 0x200000201000-0x200000201fff 64bit]
2023-06-17T05:55:45.96774 kern.info: [ 10.636474] pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000
2023-06-17T05:55:45.96775 kern.info: [ 10.636502] pci 0000:00:15.1: reg 0x10: [mem 0x200000202000-0x200000202fff 64bit]
2023-06-17T05:55:45.96778 kern.info: [ 10.637476] pci 0000:00:15.2: [8086:7ace] type 00 class 0x0c8000
2023-06-17T05:55:45.96779 kern.info: [ 10.637504] pci 0000:00:15.2: reg 0x10: [mem 0x200000203000-0x200000203fff 64bit]
2023-06-17T05:55:45.96780 kern.info: [ 10.638472] pci 0000:00:15.3: [8086:7acf] type 00 class 0x0c8000
2023-06-17T05:55:45.96782 kern.info: [ 10.638499] pci 0000:00:15.3: reg 0x10: [mem 0x200000204000-0x200000204fff 64bit]
2023-06-17T05:55:45.96783 kern.info: [ 10.639416] pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000
2023-06-17T05:55:45.96785 kern.info: [ 10.639435] pci 0000:00:16.0: reg 0x10: [mem 0x200ffff18000-0x200ffff18fff 64bit]
2023-06-17T05:55:45.96786 kern.info: [ 10.639505] pci 0000:00:16.0: PME# supported from D3hot
2023-06-17T05:55:45.96787 kern.info: [ 10.639677] pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601
2023-06-17T05:55:45.96788 kern.info: [ 10.640382] pci 0000:00:17.0: reg 0x10: [mem 0x94a00000-0x94a01fff]
2023-06-17T05:55:45.96791 kern.info: [ 10.640389] pci 0000:00:17.0: reg 0x14: [mem 0x94a03000-0x94a030ff]
2023-06-17T05:55:45.96792 kern.info: [ 10.640396] pci 0000:00:17.0: reg 0x18: [io 0x3030-0x3037]
2023-06-17T05:55:45.96793 kern.info: [ 10.640403] pci 0000:00:17.0: reg 0x1c: [io 0x3020-0x3023]
2023-06-17T05:55:45.96794 kern.info: [ 10.640409] pci 0000:00:17.0: reg 0x20: [io 0x3000-0x301f]
2023-06-17T05:55:45.96795 kern.info: [ 10.640416] pci 0000:00:17.0: reg 0x24: [mem 0x94a02000-0x94a027ff]
2023-06-17T05:55:45.96798 kern.info: [ 10.640453] pci 0000:00:17.0: PME# supported from D3hot
2023-06-17T05:55:45.96799 kern.info: [ 10.641384] pci 0000:00:1c.0: [8086:7ab8] type 01 class 0x060400
2023-06-17T05:55:45.96801 kern.info: [ 10.642404] pci 0000:00:1c.2: [8086:7aba] type 01 class 0x060400
2023-06-17T05:55:45.96802 kern.info: [ 10.642492] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.96803 kern.info: [ 10.643483] pci 0000:00:1c.3: [8086:7abb] type 01 class 0x060400
2023-06-17T05:55:45.96806 kern.info: [ 10.643571] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.96807 kern.info: [ 10.644566] pci 0000:00:1c.4: [8086:7abc] type 01 class 0x060400
2023-06-17T05:55:45.96808 kern.info: [ 10.644653] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.96809 kern.info: [ 10.645656] pci 0000:00:1f.0: [8086:7a8a] type 00 class 0x060100
2023-06-17T05:55:45.96810 kern.info: [ 10.646534] pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300
2023-06-17T05:55:45.96812 kern.info: [ 10.646573] pci 0000:00:1f.3: reg 0x10: [mem 0x200ffff10000-0x200ffff13fff 64bit]
2023-06-17T05:55:45.96813 kern.info: [ 10.646623] pci 0000:00:1f.3: reg 0x20: [mem 0x200fffe00000-0x200fffefffff 64bit]
2023-06-17T05:55:45.96815 kern.info: [ 10.647409] pci 0000:00:1f.3: PME# supported from D3hot D3cold
2023-06-17T05:55:45.96816 kern.info: [ 10.647580] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500
2023-06-17T05:55:45.96818 kern.info: [ 10.647602] pci 0000:00:1f.4: reg 0x10: [mem 0x200000205000-0x2000002050ff 64bit]
2023-06-17T05:55:45.96819 kern.info: [ 10.647629] pci 0000:00:1f.4: reg 0x20: [io 0x0780-0x079f]
2023-06-17T05:55:45.96821 kern.info: [ 10.648409] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000
2023-06-17T05:55:45.96822 kern.info: [ 10.648426] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
2023-06-17T05:55:45.96823 kern.info: [ 10.648567] pci 0000:00:1c.0: PCI bridge to [bus 01]
2023-06-17T05:55:45.96825 kern.info: [ 10.648571] pci 0000:00:1c.0: bridge window [mem 0x90100000-0x902fffff]
2023-06-17T05:55:45.96826 kern.info: [ 10.648576] pci 0000:00:1c.0: bridge window [mem 0x200000000000-0x2000001fffff 64bit pref]
2023-06-17T05:55:45.96828 kern.info: [ 10.648642] pci 0000:02:00.0: working around ROM BAR overlap defect
2023-06-17T05:55:45.96829 kern.info: [ 10.648643] pci 0000:02:00.0: [8086:1533] type 00 class 0x020000
2023-06-17T05:55:45.96830 kern.info: [ 10.648670] pci 0000:02:00.0: reg 0x10: [mem 0x94900000-0x9497ffff]
2023-06-17T05:55:45.96832 kern.info: [ 10.649392] pci 0000:02:00.0: reg 0x18: [io 0x2000-0x201f]
2023-06-17T05:55:45.96833 kern.info: [ 10.649407] pci 0000:02:00.0: reg 0x1c: [mem 0x94980000-0x94983fff]
2023-06-17T05:55:45.96834 kern.info: [ 10.649564] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.96837 kern.info: [ 10.650406] pci 0000:00:1c.2: PCI bridge to [bus 02]
2023-06-17T05:55:45.96838 kern.info: [ 10.650408] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
2023-06-17T05:55:45.96840 kern.info: [ 10.650410] pci 0000:00:1c.2: bridge window [mem 0x94900000-0x949fffff]
2023-06-17T05:55:45.96841 kern.info: [ 10.650479] pci 0000:03:00.0: [1a03:1150] type 01 class 0x060400
2023-06-17T05:55:45.96843 kern.info: [ 10.650618] pci 0000:03:00.0: supports D1 D2
2023-06-17T05:55:45.96844 kern.info: [ 10.650619] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
2023-06-17T05:55:45.96846 kern.info: [ 10.651449] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
2023-06-17T05:55:45.96847 kern.info: [ 10.651451] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
2023-06-17T05:55:45.96848 kern.info: [ 10.651454] pci 0000:00:1c.3: bridge window [mem 0x93000000-0x940fffff]
2023-06-17T05:55:45.96850 kern.info: [ 10.651498] pci_bus 0000:04: extended config space not accessible
2023-06-17T05:55:45.96851 kern.info: [ 10.651531] pci 0000:04:00.0: [1a03:2000] type 00 class 0x030000
2023-06-17T05:55:45.96853 kern.info: [ 10.651551] pci 0000:04:00.0: reg 0x10: [mem 0x93000000-0x93ffffff]
2023-06-17T05:55:45.96854 kern.info: [ 10.651562] pci 0000:04:00.0: reg 0x14: [mem 0x94000000-0x9403ffff]
2023-06-17T05:55:45.96856 kern.info: [ 10.651573] pci 0000:04:00.0: reg 0x18: [io 0x1000-0x107f]
2023-06-17T05:55:45.96857 kern.info: [ 10.651628] pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
2023-06-17T05:55:45.96858 kern.info: [ 10.651666] pci 0000:04:00.0: supports D1 D2
2023-06-17T05:55:45.96860 kern.info: [ 10.651667] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
2023-06-17T05:55:45.96861 kern.info: [ 10.652451] pci 0000:03:00.0: PCI bridge to [bus 04]
2023-06-17T05:55:45.96863 kern.info: [ 10.652458] pci 0000:03:00.0: bridge window [io 0x1000-0x1fff]
2023-06-17T05:55:45.96864 kern.info: [ 10.652461] pci 0000:03:00.0: bridge window [mem 0x93000000-0x940fffff]
2023-06-17T05:55:45.96865 kern.info: [ 10.652520] pci 0000:05:00.0: [1d6a:14c0] type 00 class 0x020000
2023-06-17T05:55:45.96868 kern.info: [ 10.652542] pci 0000:05:00.0: reg 0x10: [mem 0x94800000-0x9487ffff 64bit]
2023-06-17T05:55:45.96869 kern.info: [ 10.652556] pci 0000:05:00.0: reg 0x18: [mem 0x948a0000-0x948a0fff 64bit]
2023-06-17T05:55:45.96871 kern.info: [ 10.652570] pci 0000:05:00.0: reg 0x20: [mem 0x94400000-0x947fffff 64bit]
2023-06-17T05:55:45.96872 kern.info: [ 10.652579] pci 0000:05:00.0: reg 0x30: [mem 0x94880000-0x9489ffff pref]
2023-06-17T05:55:45.96875 kern.info: [ 10.653371] pci 0000:05:00.0: supports D1 D2
2023-06-17T05:55:45.96876 kern.info: [ 10.653372] pci 0000:05:00.0: PME# supported from D0 D1 D3hot D3cold
2023-06-17T05:55:45.96878 kern.info: [ 10.653579] pci 0000:00:1c.4: PCI bridge to [bus 05]
2023-06-17T05:55:45.96879 kern.info: [ 10.653583] pci 0000:00:1c.4: bridge window [mem 0x94400000-0x948fffff]
2023-06-17T05:55:45.96880 kern.debug: [ 10.653605] pci_bus 0000:00: on NUMA node 0
2023-06-17T05:55:45.96881 kern.info: [ 10.655673] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 15-32])
2023-06-17T05:55:45.96883 kern.info: [ 10.655676] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.96885 kern.info: [ 10.658431] acpi PNP0A08:01: _OSC: platform does not support [AER]
2023-06-17T05:55:45.96886 kern.info: [ 10.658644] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.96887 kern.info: [ 10.658645] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.96889 kern.info: [ 10.659453] PCI host bridge to bus 0000:15
2023-06-17T05:55:45.96890 kern.info: [ 10.659454] pci_bus 0000:15: root bus resource [io 0x4000-0x5fff window]
2023-06-17T05:55:45.96891 kern.info: [ 10.659455] pci_bus 0000:15: root bus resource [mem 0x95800000-0x9fffffff window]
2023-06-17T05:55:45.96893 kern.info: [ 10.659456] pci_bus 0000:15: root bus resource [mem 0x201000000000-0x201fffffffff window]
2023-06-17T05:55:45.96895 kern.info: [ 10.659457] pci_bus 0000:15: root bus resource [bus 15-32]
2023-06-17T05:55:45.96896 kern.info: [ 10.659466] pci 0000:15:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.96898 kern.info: [ 10.659526] pci 0000:15:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.96899 kern.info: [ 10.659584] pci 0000:15:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.96900 kern.info: [ 10.659642] pci 0000:15:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.96902 kern.debug: [ 10.660433] pci_bus 0000:15: on NUMA node 0
2023-06-17T05:55:45.96903 kern.info: [ 10.660505] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 33-50])
2023-06-17T05:55:45.96904 kern.info: [ 10.660507] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.96905 kern.info: [ 10.662583] acpi PNP0A08:02: _OSC: platform does not support [AER]
2023-06-17T05:55:45.96907 kern.info: [ 10.663482] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.96909 kern.info: [ 10.663483] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.96911 kern.info: [ 10.663601] PCI host bridge to bus 0000:33
2023-06-17T05:55:45.96912 kern.info: [ 10.663602] pci_bus 0000:33: root bus resource [io 0x6000-0x7fff window]
2023-06-17T05:55:45.96913 kern.info: [ 10.663603] pci_bus 0000:33: root bus resource [mem 0xa0000000-0xaa3fffff window]
2023-06-17T05:55:45.96915 kern.info: [ 10.663604] pci_bus 0000:33: root bus resource [mem 0x202000000000-0x202fffffffff window]
2023-06-17T05:55:45.96917 kern.info: [ 10.663605] pci_bus 0000:33: root bus resource [bus 33-50]
2023-06-17T05:55:45.96918 kern.info: [ 10.663614] pci 0000:33:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.96919 kern.info: [ 10.663677] pci 0000:33:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.96920 kern.info: [ 10.664429] pci 0000:33:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.96922 kern.info: [ 10.664489] pci 0000:33:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.96923 kern.debug: [ 10.664594] pci_bus 0000:33: on NUMA node 0
2023-06-17T05:55:45.96924 kern.info: [ 10.664664] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus 51-6e])
2023-06-17T05:55:45.96925 kern.info: [ 10.664666] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.96927 kern.info: [ 10.665719] acpi PNP0A08:03: _OSC: platform does not support [AER]
2023-06-17T05:55:45.96929 kern.info: [ 10.665929] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.96930 kern.info: [ 10.665930] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.96932 kern.info: [ 10.666035] PCI host bridge to bus 0000:51
2023-06-17T05:55:45.96933 kern.info: [ 10.666035] pci_bus 0000:51: root bus resource [io 0x8000-0x9fff window]
2023-06-17T05:55:45.96935 kern.info: [ 10.666036] pci_bus 0000:51: root bus resource [mem 0xaa400000-0xb47fffff window]
2023-06-17T05:55:45.96937 kern.info: [ 10.666037] pci_bus 0000:51: root bus resource [mem 0x203000000000-0x203fffffffff window]
2023-06-17T05:55:45.96938 kern.info: [ 10.666038] pci_bus 0000:51: root bus resource [bus 51-6e]
2023-06-17T05:55:45.96939 kern.info: [ 10.666046] pci 0000:51:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.96940 kern.info: [ 10.666106] pci 0000:51:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.96942 kern.info: [ 10.666164] pci 0000:51:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.96944 kern.info: [ 10.666224] pci 0000:51:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.96945 kern.debug: [ 10.666330] pci_bus 0000:51: on NUMA node 0
2023-06-17T05:55:45.96946 kern.info: [ 10.666369] ACPI: PCI Root Bridge [PC04] (domain 0000 [bus 6f-8c])
2023-06-17T05:55:45.96947 kern.info: [ 10.666369] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.96950 kern.info: [ 10.671451] acpi PNP0A08:04: _OSC: platform does not support [AER]
2023-06-17T05:55:45.96951 kern.info: [ 10.672378] acpi PNP0A08:04: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.96952 kern.info: [ 10.672379] acpi PNP0A08:04: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.96953 kern.info: [ 10.672476] PCI host bridge to bus 0000:6f
2023-06-17T05:55:45.96955 kern.info: [ 10.672476] pci_bus 0000:6f: root bus resource [io 0xa000-0xbfff window]
2023-06-17T05:55:45.96956 kern.info: [ 10.672477] pci_bus 0000:6f: root bus resource [mem 0xb4800000-0xbebfffff window]
2023-06-17T05:55:45.96957 kern.info: [ 10.672478] pci_bus 0000:6f: root bus resource [mem 0x204000000000-0x204fffffffff window]
2023-06-17T05:55:45.96958 kern.info: [ 10.672479] pci_bus 0000:6f: root bus resource [bus 6f-8c]
2023-06-17T05:55:45.96960 kern.info: [ 10.672487] pci 0000:6f:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.96962 kern.info: [ 10.672546] pci 0000:6f:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.96964 kern.info: [ 10.672605] pci 0000:6f:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.96965 kern.info: [ 10.672666] pci 0000:6f:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.96966 kern.info: [ 10.673459] pci 0000:6f:01.0: [8086:352a] type 01 class 0x060400
2023-06-17T05:55:45.96968 kern.info: [ 10.673469] pci 0000:6f:01.0: reg 0x10: [mem 0x204ffff60000-0x204ffff7ffff 64bit]
2023-06-17T05:55:45.96969 kern.info: [ 10.673518] pci 0000:6f:01.0: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.96971 kern.info: [ 10.673673] pci 0000:6f:03.0: [8086:352b] type 01 class 0x060400
2023-06-17T05:55:45.96972 kern.info: [ 10.674376] pci 0000:6f:03.0: reg 0x10: [mem 0x204ffff40000-0x204ffff5ffff 64bit]
2023-06-17T05:55:45.96973 kern.info: [ 10.674423] pci 0000:6f:03.0: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.96974 kern.info: [ 10.674568] pci 0000:6f:05.0: [8086:352c] type 01 class 0x060400
2023-06-17T05:55:45.96976 kern.info: [ 10.674577] pci 0000:6f:05.0: reg 0x10: [mem 0x204ffff20000-0x204ffff3ffff 64bit]
2023-06-17T05:55:45.96977 kern.info: [ 10.674624] pci 0000:6f:05.0: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.96979 kern.info: [ 10.675460] pci 0000:6f:07.0: [8086:352d] type 01 class 0x060400
2023-06-17T05:55:45.96980 kern.info: [ 10.675470] pci 0000:6f:07.0: reg 0x10: [mem 0x204ffff00000-0x204ffff1ffff 64bit]
2023-06-17T05:55:45.96982 kern.info: [ 10.675517] pci 0000:6f:07.0: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.96983 kern.info: [ 10.676482] pci 0000:70:00.0: [025e:f1ac] type 00 class 0x010802
2023-06-17T05:55:45.96985 kern.info: [ 10.676494] pci 0000:70:00.0: reg 0x10: [mem 0xbea00000-0xbea03fff 64bit]
2023-06-17T05:55:45.96986 kern.info: [ 10.676642] pci 0000:6f:01.0: PCI bridge to [bus 70]
2023-06-17T05:55:45.96987 kern.info: [ 10.676645] pci 0000:6f:01.0: bridge window [mem 0xbea00000-0xbeafffff]
2023-06-17T05:55:45.96989 kern.info: [ 10.677462] pci 0000:71:00.0: [025e:f1ac] type 00 class 0x010802
2023-06-17T05:55:45.96990 kern.info: [ 10.677475] pci 0000:71:00.0: reg 0x10: [mem 0xbe900000-0xbe903fff 64bit]
2023-06-17T05:55:45.96991 kern.info: [ 10.677618] pci 0000:6f:03.0: PCI bridge to [bus 71]
2023-06-17T05:55:45.96992 kern.info: [ 10.677621] pci 0000:6f:03.0: bridge window [mem 0xbe900000-0xbe9fffff]
2023-06-17T05:55:45.96995 kern.info: [ 10.678429] pci 0000:72:00.0: [025e:f1ac] type 00 class 0x010802
2023-06-17T05:55:45.96997 kern.info: [ 10.678441] pci 0000:72:00.0: reg 0x10: [mem 0xbe800000-0xbe803fff 64bit]
2023-06-17T05:55:45.96998 kern.info: [ 10.678582] pci 0000:6f:05.0: PCI bridge to [bus 72]
2023-06-17T05:55:45.96999 kern.info: [ 10.678585] pci 0000:6f:05.0: bridge window [mem 0xbe800000-0xbe8fffff]
2023-06-17T05:55:45.97000 kern.info: [ 10.679392] pci 0000:73:00.0: [025e:f1ac] type 00 class 0x010802
2023-06-17T05:55:45.97002 kern.info: [ 10.679404] pci 0000:73:00.0: reg 0x10: [mem 0xbe700000-0xbe703fff 64bit]
2023-06-17T05:55:45.97004 kern.info: [ 10.679551] pci 0000:6f:07.0: PCI bridge to [bus 73]
2023-06-17T05:55:45.97005 kern.info: [ 10.679553] pci 0000:6f:07.0: bridge window [mem 0xbe700000-0xbe7fffff]
2023-06-17T05:55:45.97006 kern.debug: [ 10.679571] pci_bus 0000:6f: on NUMA node 0
2023-06-17T05:55:45.97007 kern.info: [ 10.679640] ACPI: PCI Root Bridge [PC05] (domain 0000 [bus 8d-aa])
2023-06-17T05:55:45.97009 kern.info: [ 10.679641] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.97011 kern.info: [ 10.682377] acpi PNP0A08:05: _OSC: platform does not support [AER]
2023-06-17T05:55:45.97012 kern.info: [ 10.682589] acpi PNP0A08:05: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.97013 kern.info: [ 10.682589] acpi PNP0A08:05: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.97015 kern.info: [ 10.683380] PCI host bridge to bus 0000:8d
2023-06-17T05:55:45.97017 kern.info: [ 10.683381] pci_bus 0000:8d: root bus resource [io 0xc000-0xdfff window]
2023-06-17T05:55:45.97018 kern.info: [ 10.683382] pci_bus 0000:8d: root bus resource [mem 0xbec00000-0xc8ffffff window]
2023-06-17T05:55:45.97019 kern.info: [ 10.683383] pci_bus 0000:8d: root bus resource [mem 0x205000000000-0x205fffffffff window]
2023-06-17T05:55:45.97020 kern.info: [ 10.683384] pci_bus 0000:8d: root bus resource [bus 8d-aa]
2023-06-17T05:55:45.97022 kern.info: [ 10.683392] pci 0000:8d:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.97024 kern.info: [ 10.683451] pci 0000:8d:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.97025 kern.info: [ 10.683509] pci 0000:8d:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.97026 kern.info: [ 10.683570] pci 0000:8d:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.97028 kern.debug: [ 10.683673] pci_bus 0000:8d: on NUMA node 0
2023-06-17T05:55:45.97029 kern.info: [ 10.684431] ACPI: PCI Root Bridge [PC06] (domain 0000 [bus ab-c8])
2023-06-17T05:55:45.97030 kern.info: [ 10.684433] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.97032 kern.info: [ 10.686624] acpi PNP0A08:06: _OSC: platform does not support [AER]
2023-06-17T05:55:45.97033 kern.info: [ 10.688432] acpi PNP0A08:06: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.97035 kern.info: [ 10.688432] acpi PNP0A08:06: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.97042 kern.info: [ 10.688530] PCI host bridge to bus 0000:ab
2023-06-17T05:55:45.97045 kern.info: [ 10.688531] pci_bus 0000:ab: root bus resource [io 0xe000-0xefff window]
2023-06-17T05:55:45.97047 kern.info: [ 10.688532] pci_bus 0000:ab: root bus resource [mem 0xc9000000-0xd33fffff window]
2023-06-17T05:55:45.97048 kern.info: [ 10.688533] pci_bus 0000:ab: root bus resource [mem 0x206000000000-0x206fffffffff window]
2023-06-17T05:55:45.97050 kern.info: [ 10.688534] pci_bus 0000:ab: root bus resource [bus ab-c8]
2023-06-17T05:55:45.97051 kern.info: [ 10.688542] pci 0000:ab:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.97053 kern.info: [ 10.688600] pci 0000:ab:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.97055 kern.info: [ 10.688657] pci 0000:ab:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.97057 kern.info: [ 10.689411] pci 0000:ab:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.97058 kern.debug: [ 10.689511] pci_bus 0000:ab: on NUMA node 0
2023-06-17T05:55:45.97059 kern.info: [ 10.689575] ACPI: PCI Root Bridge [PC07] (domain 0000 [bus c9-e6])
2023-06-17T05:55:45.97060 kern.info: [ 10.689576] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.97062 kern.info: [ 10.690588] acpi PNP0A08:07: _OSC: platform does not support [AER]
2023-06-17T05:55:45.97064 kern.info: [ 10.691373] acpi PNP0A08:07: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.97066 kern.info: [ 10.691373] acpi PNP0A08:07: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.97067 kern.info: [ 10.691473] PCI host bridge to bus 0000:c9
2023-06-17T05:55:45.97069 kern.info: [ 10.691473] pci_bus 0000:c9: root bus resource [io 0xf000-0xffff window]
2023-06-17T05:55:45.97070 kern.info: [ 10.691474] pci_bus 0000:c9: root bus resource [mem 0xd3400000-0xdd7fffff window]
2023-06-17T05:55:45.97072 kern.info: [ 10.691475] pci_bus 0000:c9: root bus resource [mem 0x207000000000-0x207fffffffff window]
2023-06-17T05:55:45.97073 kern.info: [ 10.691476] pci_bus 0000:c9: root bus resource [bus c9-e6]
2023-06-17T05:55:45.97075 kern.info: [ 10.691484] pci 0000:c9:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.97076 kern.info: [ 10.691543] pci 0000:c9:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.97078 kern.info: [ 10.691601] pci 0000:c9:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.97080 kern.info: [ 10.691662] pci 0000:c9:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.97081 kern.info: [ 10.692459] pci 0000:c9:01.0: [8086:352a] type 01 class 0x060400
2023-06-17T05:55:45.97083 kern.info: [ 10.692470] pci 0000:c9:01.0: reg 0x10: [mem 0x207ffff00000-0x207ffff1ffff 64bit]
2023-06-17T05:55:45.97084 kern.info: [ 10.692518] pci 0000:c9:01.0: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.97086 kern.info: [ 10.693670] pci 0000:ca:00.0: [8086:4fa0] type 01 class 0x060400
2023-06-17T05:55:45.97087 kern.info: [ 10.694375] pci 0000:ca:00.0: reg 0x10: [mem 0x207e00000000-0x207e007fffff 64bit pref]
2023-06-17T05:55:45.97088 kern.info: [ 10.694413] pci 0000:ca:00.0: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.97089 kern.info: [ 10.694505] pci 0000:c9:01.0: PCI bridge to [bus ca-cd]
2023-06-17T05:55:45.97093 kern.info: [ 10.694508] pci 0000:c9:01.0: bridge window [mem 0xdc000000-0xdd3fffff]
2023-06-17T05:55:45.97094 kern.info: [ 10.694511] pci 0000:c9:01.0: bridge window [mem 0x207c00000000-0x207e007fffff 64bit pref]
2023-06-17T05:55:45.97096 kern.info: [ 10.694542] pci 0000:cb:01.0: [8086:4fa4] type 01 class 0x060400
2023-06-17T05:55:45.97097 kern.info: [ 10.694622] pci 0000:cb:01.0: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.97098 kern.info: [ 10.695410] pci 0000:cb:04.0: [8086:4fa4] type 01 class 0x060400
2023-06-17T05:55:45.97100 kern.info: [ 10.695512] pci 0000:cb:04.0: PME# supported from D0 D3hot D3cold
2023-06-17T05:55:45.97102 kern.info: [ 10.695590] pci 0000:ca:00.0: PCI bridge to [bus cb-cd]
2023-06-17T05:55:45.97103 kern.info: [ 10.695594] pci 0000:ca:00.0: bridge window [mem 0xdc000000-0xdd3fffff]
2023-06-17T05:55:45.97105 kern.info: [ 10.695598] pci 0000:ca:00.0: bridge window [mem 0x207c00000000-0x207dffffffff 64bit pref]
2023-06-17T05:55:45.97106 kern.info: [ 10.695633] pci 0000:cc:00.0: [8086:56a1] type 00 class 0x030000
2023-06-17T05:55:45.97108 kern.info: [ 10.695648] pci 0000:cc:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff 64bit]
2023-06-17T05:55:45.97109 kern.info: [ 10.695659] pci 0000:cc:00.0: reg 0x18: [mem 0x207c00000000-0x207dffffffff 64bit pref]
2023-06-17T05:55:45.97110 kern.info: [ 10.696370] pci 0000:cc:00.0: reg 0x30: [mem 0xdd000000-0xdd1fffff pref]
2023-06-17T05:55:45.97111 kern.info: [ 10.696389] pci 0000:cc:00.0: ASPM: overriding L1 acceptable latency from 0x0 to 0x7
2023-06-17T05:55:45.97113 kern.info: [ 10.696391] pci 0000:cc:00.0: BAR 2: assigned to efifb
2023-06-17T05:55:45.97115 kern.info: [ 10.696432] pci 0000:cc:00.0: PME# supported from D0 D3hot
2023-06-17T05:55:45.97116 kern.info: [ 10.696517] pci 0000:cb:01.0: PCI bridge to [bus cc]
2023-06-17T05:55:45.97118 kern.info: [ 10.696521] pci 0000:cb:01.0: bridge window [mem 0xdc000000-0xdd1fffff]
2023-06-17T05:55:45.97119 kern.info: [ 10.696525] pci 0000:cb:01.0: bridge window [mem 0x207c00000000-0x207dffffffff 64bit pref]
2023-06-17T05:55:45.97121 kern.info: [ 10.696574] pci 0000:cd:00.0: [8086:4f90] type 00 class 0x040300
2023-06-17T05:55:45.97122 kern.info: [ 10.696596] pci 0000:cd:00.0: reg 0x10: [mem 0xdd300000-0xdd303fff 64bit]
2023-06-17T05:55:45.97123 kern.info: [ 10.697398] pci 0000:cd:00.0: PME# supported from D3hot D3cold
2023-06-17T05:55:45.97124 kern.info: [ 10.697482] pci 0000:cb:04.0: PCI bridge to [bus cd]
2023-06-17T05:55:45.97125 kern.info: [ 10.697487] pci 0000:cb:04.0: bridge window [mem 0xdd300000-0xdd3fffff]
2023-06-17T05:55:45.97128 kern.debug: [ 10.697509] pci_bus 0000:c9: on NUMA node 0
2023-06-17T05:55:45.97129 kern.info: [ 10.697678] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus e7-eb])
2023-06-17T05:55:45.97130 kern.info: [ 10.697678] acpi PNP0A08:0a: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.97132 kern.info: [ 10.697808] acpi PNP0A08:0a: _OSC: platform does not support [AER]
2023-06-17T05:55:45.97134 kern.info: [ 10.697862] acpi PNP0A08:0a: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.97136 kern.info: [ 10.697863] acpi PNP0A08:0a: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.97141 kern.info: [ 10.697902] PCI host bridge to bus 0000:e7
2023-06-17T05:55:45.97142 kern.info: [ 10.697903] pci_bus 0000:e7: root bus resource [mem 0xdd800000-0xddffffff window]
2023-06-17T05:55:45.97144 kern.info: [ 10.697904] pci_bus 0000:e7: root bus resource [mem 0x208000000000-0x208fffffffff window]
2023-06-17T05:55:45.97147 kern.info: [ 10.697905] pci_bus 0000:e7: root bus resource [bus e7-eb]
2023-06-17T05:55:45.97148 kern.info: [ 10.697913] pci 0000:e7:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.97149 kern.info: [ 10.697973] pci 0000:e7:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.97150 kern.info: [ 10.698030] pci 0000:e7:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.97152 kern.info: [ 10.698089] pci 0000:e7:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.97154 kern.info: [ 10.698175] pci 0000:e7:01.0: [8086:0b25] type 00 class 0x088000
2023-06-17T05:55:45.97155 kern.info: [ 10.698183] pci 0000:e7:01.0: reg 0x10: [mem 0x208ffff20000-0x208ffff2ffff 64bit pref]
2023-06-17T05:55:45.97156 kern.info: [ 10.698188] pci 0000:e7:01.0: reg 0x18: [mem 0x208ffff00000-0x208ffff1ffff 64bit pref]
2023-06-17T05:55:45.97158 kern.info: [ 10.698278] pci 0000:e7:03.0: [8086:09a6] type 00 class 0x088000
2023-06-17T05:55:45.97159 kern.info: [ 10.698285] pci 0000:e7:03.0: reg 0x10: [mem 0xdde00000-0xddefffff]
2023-06-17T05:55:45.97161 kern.info: [ 10.698352] pci 0000:e7:03.1: [8086:09a7] type 00 class 0x088000
2023-06-17T05:55:45.97163 kern.info: [ 10.698360] pci 0000:e7:03.1: reg 0x10: [mem 0xddf40000-0xddf41fff]
2023-06-17T05:55:45.97164 kern.info: [ 10.698366] pci 0000:e7:03.1: reg 0x14: [mem 0xddf00000-0xddf3ffff]
2023-06-17T05:55:45.97165 kern.debug: [ 10.698369] pci_bus 0000:e7: on NUMA node 0
2023-06-17T05:55:45.97167 kern.info: [ 10.698369] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus ec-f0])
2023-06-17T05:55:45.97169 kern.info: [ 10.698369] acpi PNP0A08:0d: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.97170 kern.info: [ 10.702619] acpi PNP0A08:0d: _OSC: platform does not support [AER]
2023-06-17T05:55:45.97171 kern.info: [ 10.702672] acpi PNP0A08:0d: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.97173 kern.info: [ 10.702672] acpi PNP0A08:0d: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.97175 kern.info: [ 10.703403] PCI host bridge to bus 0000:ec
2023-06-17T05:55:45.97176 kern.info: [ 10.703404] pci_bus 0000:ec: root bus resource [mem 0xde000000-0xde7fffff window]
2023-06-17T05:55:45.97177 kern.info: [ 10.703405] pci_bus 0000:ec: root bus resource [mem 0x209000000000-0x209fffffffff window]
2023-06-17T05:55:45.97178 kern.info: [ 10.703406] pci_bus 0000:ec: root bus resource [bus ec-f0]
2023-06-17T05:55:45.97181 kern.info: [ 10.703414] pci 0000:ec:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.97182 kern.info: [ 10.703478] pci 0000:ec:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.97183 kern.info: [ 10.703536] pci 0000:ec:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.97184 kern.info: [ 10.703595] pci 0000:ec:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.97186 kern.debug: [ 10.704381] pci_bus 0000:ec: on NUMA node 0
2023-06-17T05:55:45.97187 kern.info: [ 10.704474] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus f1-f5])
2023-06-17T05:55:45.97189 kern.info: [ 10.704476] acpi PNP0A08:10: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.97190 kern.info: [ 10.705522] acpi PNP0A08:10: _OSC: platform does not support [AER]
2023-06-17T05:55:45.97191 kern.info: [ 10.705573] acpi PNP0A08:10: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.97193 kern.info: [ 10.705574] acpi PNP0A08:10: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.97195 kern.info: [ 10.705611] PCI host bridge to bus 0000:f1
2023-06-17T05:55:45.97197 kern.info: [ 10.705611] pci_bus 0000:f1: root bus resource [mem 0xde800000-0xdeffffff window]
2023-06-17T05:55:45.97198 kern.info: [ 10.705612] pci_bus 0000:f1: root bus resource [mem 0x20a000000000-0x20afffffffff window]
2023-06-17T05:55:45.97200 kern.info: [ 10.705613] pci_bus 0000:f1: root bus resource [bus f1-f5]
2023-06-17T05:55:45.97201 kern.info: [ 10.705621] pci 0000:f1:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.97202 kern.info: [ 10.706372] pci 0000:f1:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.97204 kern.info: [ 10.706430] pci 0000:f1:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.97205 kern.info: [ 10.706493] pci 0000:f1:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.97207 kern.debug: [ 10.706586] pci_bus 0000:f1: on NUMA node 0
2023-06-17T05:55:45.97209 kern.info: [ 10.707372] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus f6-fa])
2023-06-17T05:55:45.97210 kern.info: [ 10.707374] acpi PNP0A08:13: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2023-06-17T05:55:45.97211 kern.info: [ 10.708417] acpi PNP0A08:13: _OSC: platform does not support [AER]
2023-06-17T05:55:45.97212 kern.info: [ 10.708467] acpi PNP0A08:13: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2023-06-17T05:55:45.97214 kern.info: [ 10.708468] acpi PNP0A08:13: FADT indicates ASPM is unsupported, using BIOS configuration
2023-06-17T05:55:45.97216 kern.info: [ 10.708504] PCI host bridge to bus 0000:f6
2023-06-17T05:55:45.97217 kern.info: [ 10.708505] pci_bus 0000:f6: root bus resource [mem 0xdf000000-0xdf7fffff window]
2023-06-17T05:55:45.97218 kern.info: [ 10.708506] pci_bus 0000:f6: root bus resource [mem 0x20b000000000-0x20bfffffffff window]
2023-06-17T05:55:45.97220 kern.info: [ 10.708507] pci_bus 0000:f6: root bus resource [bus f6-fa]
2023-06-17T05:55:45.97222 kern.info: [ 10.708514] pci 0000:f6:00.0: [8086:09a2] type 00 class 0x088000
2023-06-17T05:55:45.97224 kern.info: [ 10.708573] pci 0000:f6:00.1: [8086:09a4] type 00 class 0x088000
2023-06-17T05:55:45.97225 kern.info: [ 10.708633] pci 0000:f6:00.2: [8086:09a3] type 00 class 0x088000
2023-06-17T05:55:45.97226 kern.info: [ 10.709388] pci 0000:f6:00.4: [8086:0b23] type 00 class 0x080700
2023-06-17T05:55:45.97228 kern.debug: [ 10.709482] pci_bus 0000:f6: on NUMA node 0
2023-06-17T05:55:45.97230 kern.info: [ 10.709641] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
2023-06-17T05:55:45.97231 kern.info: [ 10.709642] ACPI: PCI: Interrupt link LNKA disabled
2023-06-17T05:55:45.97232 kern.info: [ 10.710403] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
2023-06-17T05:55:45.97233 kern.info: [ 10.710404] ACPI: PCI: Interrupt link LNKB disabled
2023-06-17T05:55:45.97235 kern.info: [ 10.710443] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
2023-06-17T05:55:45.97242 kern.info: [ 10.710443] ACPI: PCI: Interrupt link LNKC disabled
2023-06-17T05:55:45.97243 kern.info: [ 10.710482] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
2023-06-17T05:55:45.97245 kern.info: [ 10.710483] ACPI: PCI: Interrupt link LNKD disabled
2023-06-17T05:55:45.97246 kern.info: [ 10.710522] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
2023-06-17T05:55:45.97247 kern.info: [ 10.710522] ACPI: PCI: Interrupt link LNKE disabled
2023-06-17T05:55:45.97249 kern.info: [ 10.710561] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
2023-06-17T05:55:45.97250 kern.info: [ 10.710562] ACPI: PCI: Interrupt link LNKF disabled
2023-06-17T05:55:45.97252 kern.info: [ 10.710601] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
2023-06-17T05:55:45.97253 kern.info: [ 10.710601] ACPI: PCI: Interrupt link LNKG disabled
2023-06-17T05:55:45.97254 kern.info: [ 10.710640] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
2023-06-17T05:55:45.97257 kern.info: [ 10.710641] ACPI: PCI: Interrupt link LNKH disabled
2023-06-17T05:55:45.97259 kern.info: [ 10.711590] iommu: Default domain type: Passthrough (set via kernel command line)
2023-06-17T05:55:45.97260 kern.info: [ 10.712381] pps_core: LinuxPPS API ver. 1 registered
2023-06-17T05:55:45.97261 kern.info: [ 10.712382] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
2023-06-17T05:55:45.97262 kern.info: [ 10.712384] PTP clock support registered
2023-06-17T05:55:45.97265 kern.info: [ 10.712393] EDAC MC: Ver: 3.0.0
2023-06-17T05:55:45.97266 kern.info: [ 10.713399] Registered efivars operations
2023-06-17T05:55:45.97267 kern.info: [ 10.715447] mctp: management component transport protocol core
2023-06-17T05:55:45.97268 kern.info: [ 10.715453] NET: Registered PF_MCTP protocol family
2023-06-17T05:55:45.97269 kern.info: [ 10.715461] PCI: Using ACPI for IRQ routing
2023-06-17T05:55:45.97270 kern.info: [ 10.728511] PCI: Discovered peer bus fe
2023-06-17T05:55:45.97273 kern.debug: [ 10.728511] PCI: root bus fe: using default resources
2023-06-17T05:55:45.97274 kern.debug: [ 10.728513] PCI: Probing PCI hardware (bus fe)
2023-06-17T05:55:45.97275 kern.info: [ 10.728536] PCI host bridge to bus 0000:fe
2023-06-17T05:55:45.97276 kern.info: [ 10.728537] pci_bus 0000:fe: root bus resource [io 0x0000-0xffff]
2023-06-17T05:55:45.97278 kern.info: [ 10.728539] pci_bus 0000:fe: root bus resource [mem 0x00000000-0x3fffffffffff]
2023-06-17T05:55:45.97280 kern.info: [ 10.728540] pci_bus 0000:fe: No busn resource found for root bus, will use [bus fe-ff]
2023-06-17T05:55:45.97281 kern.info: [ 10.728550] pci 0000:fe:00.0: [8086:3250] type 00 class 0x088000
2023-06-17T05:55:45.97282 kern.info: [ 10.728613] pci 0000:fe:00.1: [8086:3251] type 00 class 0x088000
2023-06-17T05:55:45.97283 kern.info: [ 10.728663] pci 0000:fe:00.2: [8086:3252] type 00 class 0x088000
2023-06-17T05:55:45.97285 kern.info: [ 10.729403] pci 0000:fe:00.3: [8086:0998] type 00 class 0x060000
2023-06-17T05:55:45.97287 kern.info: [ 10.729468] pci 0000:fe:00.5: [8086:3255] type 00 class 0x088000
2023-06-17T05:55:45.97288 kern.info: [ 10.729524] pci 0000:fe:05.0: [8086:3245] type 00 class 0x088000
2023-06-17T05:55:45.97289 kern.info: [ 10.729603] pci 0000:fe:05.1: [8086:3246] type 00 class 0x088000
2023-06-17T05:55:45.97291 kern.info: [ 10.730375] pci 0000:fe:05.2: [8086:3247] type 00 class 0x088000
2023-06-17T05:55:45.97293 kern.info: [ 10.730465] pci 0000:fe:06.0: [8086:3245] type 00 class 0x088000
2023-06-17T05:55:45.97295 kern.info: [ 10.730590] pci 0000:fe:06.1: [8086:3246] type 00 class 0x088000
2023-06-17T05:55:45.97296 kern.info: [ 10.731406] pci 0000:fe:06.2: [8086:3247] type 00 class 0x088000
2023-06-17T05:55:45.97297 kern.info: [ 10.731532] pci 0000:fe:07.0: [8086:3245] type 00 class 0x088000
2023-06-17T05:55:45.97298 kern.info: [ 10.731652] pci 0000:fe:07.1: [8086:3246] type 00 class 0x088000
2023-06-17T05:55:45.97301 kern.info: [ 10.732463] pci 0000:fe:07.2: [8086:3247] type 00 class 0x088000
2023-06-17T05:55:45.97302 kern.info: [ 10.732590] pci 0000:fe:08.0: [8086:3245] type 00 class 0x088000
2023-06-17T05:55:45.97303 kern.info: [ 10.733441] pci 0000:fe:08.1: [8086:3246] type 00 class 0x088000
2023-06-17T05:55:45.97304 kern.info: [ 10.733605] pci 0000:fe:08.2: [8086:3247] type 00 class 0x088000
2023-06-17T05:55:45.97306 kern.info: [ 10.734449] pci 0000:fe:0c.0: [8086:324a] type 00 class 0x110100
2023-06-17T05:55:45.97308 kern.info: [ 10.734518] pci 0000:fe:0d.0: [8086:324a] type 00 class 0x110100
2023-06-17T05:55:45.97309 kern.info: [ 10.734613] pci 0000:fe:0e.0: [8086:324a] type 00 class 0x110100
2023-06-17T05:55:45.97311 kern.info: [ 10.735415] pci 0000:fe:0f.0: [8086:324a] type 00 class 0x110100
2023-06-17T05:55:45.97312 kern.info: [ 10.735547] pci 0000:fe:1a.0: [8086:2880] type 00 class 0x110100
2023-06-17T05:55:45.97313 kern.info: [ 10.735617] pci 0000:fe:1b.0: [8086:2880] type 00 class 0x110100
2023-06-17T05:55:45.97315 kern.info: [ 10.736405] pci 0000:fe:1c.0: [8086:2880] type 00 class 0x110100
2023-06-17T05:55:45.97317 kern.info: [ 10.736521] pci 0000:fe:1d.0: [8086:2880] type 00 class 0x110100
2023-06-17T05:55:45.97318 kern.info: [ 10.736645] pci_bus 0000:fe: busn_res: [bus fe-ff] end is updated to fe
2023-06-17T05:55:45.97319 kern.info: [ 10.736652] PCI: Discovered peer bus ff
2023-06-17T05:55:45.97320 kern.debug: [ 10.736653] PCI: root bus ff: using default resources
2023-06-17T05:55:45.97322 kern.debug: [ 10.736653] PCI: Probing PCI hardware (bus ff)
2023-06-17T05:55:45.97324 kern.info: [ 10.736662] PCI host bridge to bus 0000:ff
2023-06-17T05:55:45.97325 kern.info: [ 10.736662] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
2023-06-17T05:55:45.97326 kern.info: [ 10.736664] pci_bus 0000:ff: root bus resource [mem 0x00000000-0x3fffffffffff]
2023-06-17T05:55:45.97327 kern.info: [ 10.736665] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
2023-06-17T05:55:45.97330 kern.info: [ 10.736674] pci 0000:ff:00.0: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97333 kern.info: [ 10.737450] pci 0000:ff:00.1: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97334 kern.info: [ 10.737533] pci 0000:ff:00.2: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97337 kern.info: [ 10.737624] pci 0000:ff:00.3: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97338 kern.info: [ 10.738407] pci 0000:ff:00.4: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97340 kern.info: [ 10.738487] pci 0000:ff:00.5: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97342 kern.info: [ 10.738574] pci 0000:ff:00.6: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97344 kern.info: [ 10.738663] pci 0000:ff:00.7: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97345 kern.info: [ 10.739430] pci 0000:ff:01.0: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97346 kern.info: [ 10.739507] pci 0000:ff:01.1: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97348 kern.info: [ 10.739590] pci 0000:ff:01.2: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97350 kern.info: [ 10.739672] pci 0000:ff:01.3: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97351 kern.info: [ 10.740436] pci 0000:ff:01.4: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97352 kern.info: [ 10.740517] pci 0000:ff:01.5: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97353 kern.info: [ 10.740598] pci 0000:ff:01.6: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97355 kern.info: [ 10.741381] pci 0000:ff:01.7: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97357 kern.info: [ 10.741468] pci 0000:ff:02.0: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97358 kern.info: [ 10.741555] pci 0000:ff:02.1: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97359 kern.info: [ 10.741642] pci 0000:ff:02.2: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97360 kern.info: [ 10.742424] pci 0000:ff:02.3: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97363 kern.info: [ 10.742514] pci 0000:ff:02.4: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97364 kern.info: [ 10.742607] pci 0000:ff:02.5: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97366 kern.info: [ 10.743394] pci 0000:ff:02.6: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97367 kern.info: [ 10.743491] pci 0000:ff:02.7: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97368 kern.info: [ 10.743585] pci 0000:ff:03.0: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97371 kern.info: [ 10.744375] pci 0000:ff:03.1: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97372 kern.info: [ 10.744473] pci 0000:ff:03.2: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97373 kern.info: [ 10.744571] pci 0000:ff:03.3: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97374 kern.info: [ 10.744673] pci 0000:ff:03.4: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97376 kern.info: [ 10.745497] pci 0000:ff:03.5: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97378 kern.info: [ 10.745628] pci 0000:ff:03.6: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97379 kern.info: [ 10.746447] pci 0000:ff:03.7: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97380 kern.info: [ 10.746573] pci 0000:ff:04.0: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97382 kern.info: [ 10.747395] pci 0000:ff:04.1: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97384 kern.info: [ 10.747523] pci 0000:ff:04.2: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97386 kern.info: [ 10.747645] pci 0000:ff:04.3: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97387 kern.info: [ 10.748462] pci 0000:ff:04.4: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97388 kern.info: [ 10.748587] pci 0000:ff:04.5: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97389 kern.info: [ 10.749398] pci 0000:ff:04.6: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97391 kern.info: [ 10.749518] pci 0000:ff:04.7: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97393 kern.info: [ 10.749638] pci 0000:ff:05.0: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97394 kern.info: [ 10.750444] pci 0000:ff:05.1: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97395 kern.info: [ 10.750559] pci 0000:ff:05.2: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97397 kern.info: [ 10.751379] pci 0000:ff:05.3: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97399 kern.info: [ 10.751506] pci 0000:ff:05.4: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97401 kern.info: [ 10.751636] pci 0000:ff:05.5: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97402 kern.info: [ 10.752456] pci 0000:ff:05.6: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97403 kern.info: [ 10.752590] pci 0000:ff:05.7: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97404 kern.info: [ 10.753420] pci 0000:ff:06.0: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97406 kern.info: [ 10.753552] pci 0000:ff:06.1: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97408 kern.info: [ 10.754380] pci 0000:ff:06.2: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97409 kern.info: [ 10.754515] pci 0000:ff:06.3: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97410 kern.info: [ 10.754651] pci 0000:ff:06.4: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97411 kern.info: [ 10.755482] pci 0000:ff:06.5: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97413 kern.info: [ 10.755621] pci 0000:ff:06.6: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97415 kern.info: [ 10.756457] pci 0000:ff:06.7: [8086:324c] type 00 class 0x088000
2023-06-17T05:55:45.97416 kern.info: [ 10.756592] pci 0000:ff:0a.0: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97418 kern.info: [ 10.756675] pci 0000:ff:0a.1: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97419 kern.info: [ 10.756678] pci 0000:ff:0a.2: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97422 kern.info: [ 10.756678] pci 0000:ff:0a.3: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97423 kern.info: [ 10.756678] pci 0000:ff:0a.4: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97424 kern.info: [ 10.757408] pci 0000:ff:0a.5: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97425 kern.info: [ 10.757495] pci 0000:ff:0a.6: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97426 kern.info: [ 10.757583] pci 0000:ff:0a.7: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97429 kern.info: [ 10.757660] pci 0000:ff:0b.0: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97430 kern.info: [ 10.757737] pci 0000:ff:0b.1: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97432 kern.info: [ 10.757821] pci 0000:ff:0b.2: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97433 kern.info: [ 10.757904] pci 0000:ff:0b.3: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97435 kern.info: [ 10.757978] pci 0000:ff:0b.4: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97437 kern.info: [ 10.758057] pci 0000:ff:0b.5: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97439 kern.info: [ 10.758139] pci 0000:ff:0b.6: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97441 kern.info: [ 10.758230] pci 0000:ff:0b.7: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97442 kern.info: [ 10.758318] pci 0000:ff:0c.0: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97443 kern.info: [ 10.758369] pci 0000:ff:0c.1: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97445 kern.info: [ 10.758369] pci 0000:ff:0c.2: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97446 kern.info: [ 10.758369] pci 0000:ff:0c.3: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97447 kern.info: [ 10.758369] pci 0000:ff:0c.4: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97449 kern.info: [ 10.762458] pci 0000:ff:0c.5: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97451 kern.info: [ 10.762554] pci 0000:ff:0c.6: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97453 kern.info: [ 10.762651] pci 0000:ff:0c.7: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97454 kern.info: [ 10.763439] pci 0000:ff:0d.0: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97455 kern.info: [ 10.763538] pci 0000:ff:0d.1: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97456 kern.info: [ 10.763637] pci 0000:ff:0d.2: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97458 kern.info: [ 10.764426] pci 0000:ff:0d.3: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97460 kern.info: [ 10.764530] pci 0000:ff:0d.4: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97461 kern.info: [ 10.764662] pci 0000:ff:0d.5: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97462 kern.info: [ 10.765486] pci 0000:ff:0d.6: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97464 kern.info: [ 10.765614] pci 0000:ff:0d.7: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97465 kern.info: [ 10.766431] pci 0000:ff:0e.0: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97468 kern.info: [ 10.766561] pci 0000:ff:0e.1: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97469 kern.info: [ 10.767381] pci 0000:ff:0e.2: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97470 kern.info: [ 10.767503] pci 0000:ff:0e.3: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97471 kern.info: [ 10.767630] pci 0000:ff:0e.4: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97473 kern.info: [ 10.768446] pci 0000:ff:0e.5: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97475 kern.info: [ 10.768564] pci 0000:ff:0e.6: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97476 kern.info: [ 10.769377] pci 0000:ff:0e.7: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97477 kern.info: [ 10.769499] pci 0000:ff:0f.0: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97478 kern.info: [ 10.769613] pci 0000:ff:0f.1: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97481 kern.info: [ 10.770421] pci 0000:ff:0f.2: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97482 kern.info: [ 10.770549] pci 0000:ff:0f.3: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97483 kern.info: [ 10.771370] pci 0000:ff:0f.4: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97484 kern.info: [ 10.771500] pci 0000:ff:0f.5: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97486 kern.info: [ 10.771630] pci 0000:ff:0f.6: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97488 kern.info: [ 10.772456] pci 0000:ff:0f.7: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97490 kern.info: [ 10.772590] pci 0000:ff:10.0: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97491 kern.info: [ 10.773413] pci 0000:ff:10.1: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97492 kern.info: [ 10.773549] pci 0000:ff:10.2: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97494 kern.info: [ 10.774377] pci 0000:ff:10.3: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97496 kern.info: [ 10.774514] pci 0000:ff:10.4: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97497 kern.info: [ 10.774654] pci 0000:ff:10.5: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97498 kern.info: [ 10.775485] pci 0000:ff:10.6: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97499 kern.info: [ 10.775629] pci 0000:ff:10.7: [8086:324d] type 00 class 0x088000
2023-06-17T05:55:45.97501 kern.info: [ 10.776465] pci 0000:ff:1d.0: [8086:344f] type 00 class 0x088000
2023-06-17T05:55:45.97503 kern.info: [ 10.776560] pci 0000:ff:1d.1: [8086:3457] type 00 class 0x088000
2023-06-17T05:55:45.97504 kern.info: [ 10.776655] pci 0000:ff:1e.0: [8086:3258] type 00 class 0x088000
2023-06-17T05:55:45.97505 kern.info: [ 10.777385] pci 0000:ff:1e.1: [8086:3259] type 00 class 0x088000
2023-06-17T05:55:45.97506 kern.info: [ 10.777423] pci 0000:ff:1e.2: [8086:325a] type 00 class 0x088000
2023-06-17T05:55:45.97509 kern.info: [ 10.777460] pci 0000:ff:1e.3: [8086:325b] type 00 class 0x088000
2023-06-17T05:55:45.97511 kern.info: [ 10.777497] pci 0000:ff:1e.4: [8086:325c] type 00 class 0x088000
2023-06-17T05:55:45.97512 kern.info: [ 10.777537] pci 0000:ff:1e.5: [8086:325d] type 00 class 0x088000
2023-06-17T05:55:45.97513 kern.info: [ 10.777574] pci 0000:ff:1e.6: [8086:325e] type 00 class 0x088000
2023-06-17T05:55:45.97514 kern.info: [ 10.777610] pci 0000:ff:1e.7: [8086:325f] type 00 class 0x088000
2023-06-17T05:55:45.97516 kern.info: [ 10.777648] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
2023-06-17T05:55:45.97518 kern.debug: [ 10.777668] PCI: pci_cache_line_size set to 64 bytes
2023-06-17T05:55:45.97519 kern.debug: [ 10.780386] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
2023-06-17T05:55:45.97521 kern.debug: [ 10.780386] e820: reserve RAM buffer [mem 0x00102000-0x001fffff]
2023-06-17T05:55:45.97522 kern.debug: [ 10.780386] e820: reserve RAM buffer [mem 0x5ca7a000-0x5fffffff]
2023-06-17T05:55:45.97524 kern.debug: [ 10.780386] e820: reserve RAM buffer [mem 0x62ce4000-0x63ffffff]
2023-06-17T05:55:45.97526 kern.debug: [ 10.780386] e820: reserve RAM buffer [mem 0x68872000-0x6bffffff]
2023-06-17T05:55:45.97527 kern.debug: [ 10.780386] e820: reserve RAM buffer [mem 0x6f800000-0x6fffffff]
2023-06-17T05:55:45.97528 kern.info: [ 10.780407] pci 0000:04:00.0: vgaarb: setting as boot VGA device
2023-06-17T05:55:45.97529 kern.info: [ 10.780414] pci 0000:04:00.0: vgaarb: bridge control possible
2023-06-17T05:55:45.97531 kern.info: [ 10.780416] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
2023-06-17T05:55:45.97533 kern.info: [ 10.780442] pci 0000:cc:00.0: vgaarb: setting as boot VGA device (overriding previous)
2023-06-17T05:55:45.97534 kern.info: [ 10.780445] pci 0000:cc:00.0: vgaarb: bridge control possible
2023-06-17T05:55:45.97537 kern.info: [ 10.780447] pci 0000:cc:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
2023-06-17T05:55:45.97539 kern.info: [ 10.780516] vgaarb: loaded
2023-06-17T05:55:45.97541 kern.info: [ 10.783371] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
2023-06-17T05:55:45.97542 kern.info: [ 10.783386] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
2023-06-17T05:55:45.97543 kern.info: [ 10.789681] clocksource: Switched to clocksource tsc-early
2023-06-17T05:55:45.97544 kern.notice: [ 10.789838] VFS: Disk quotas dquot_6.6.0
2023-06-17T05:55:45.97545 kern.info: [ 10.789928] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
2023-06-17T05:55:45.97548 kern.info: [ 10.790297] AppArmor: AppArmor Filesystem Enabled
2023-06-17T05:55:45.97549 kern.info: [ 10.790398] pnp: PnP ACPI init
2023-06-17T05:55:45.97550 kern.info: [ 10.797062] system 00:01: [io 0x0500-0x05fe] has been reserved
2023-06-17T05:55:45.97552 kern.info: [ 10.797065] system 00:01: [io 0x0400-0x041f] has been reserved
2023-06-17T05:55:45.97553 kern.info: [ 10.797068] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
2023-06-17T05:55:45.97556 kern.debug: [ 10.797560] pnp 00:03: [dma 0 disabled]
2023-06-17T05:55:45.97557 kern.info: [ 10.797755] system 00:04: [io 0x0a00-0x0a1f] has been reserved
2023-06-17T05:55:45.97558 kern.info: [ 10.797756] system 00:04: [io 0x0a20-0x0a2f] has been reserved
2023-06-17T05:55:45.97559 kern.info: [ 10.797757] system 00:04: [io 0x0a30-0x0a3f] has been reserved
2023-06-17T05:55:45.97560 kern.info: [ 10.797758] system 00:04: [io 0x0a40-0x0a4f] has been reserved
2023-06-17T05:55:45.97562 kern.info: [ 10.797759] system 00:04: [io 0x0a50-0x0a5f] has been reserved
2023-06-17T05:55:45.97564 kern.debug: [ 10.798106] pnp 00:05: [dma 0 disabled]
2023-06-17T05:55:45.97565 kern.info: [ 10.798710] system 00:06: [io 0x0f00-0x0ffe] has been reserved
2023-06-17T05:55:45.97566 kern.info: [ 10.799382] pnp: PnP ACPI: found 8 devices
2023-06-17T05:55:45.97567 kern.info: [ 10.804746] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
2023-06-17T05:55:45.97586 kern.info: [ 10.804838] NET: Registered PF_INET protocol family
2023-06-17T05:55:45.97588 kern.info: [ 10.805038] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
2023-06-17T05:55:45.97589 kern.info: [ 10.807605] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, linear)
2023-06-17T05:55:45.97590 kern.info: [ 10.807676] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
2023-06-17T05:55:45.97593 kern.info: [ 10.808038] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
2023-06-17T05:55:45.97595 kern.info: [ 10.808495] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
2023-06-17T05:55:45.97596 kern.info: [ 10.808618] TCP: Hash tables configured (established 524288 bind 65536)
2023-06-17T05:55:45.97597 kern.info: [ 10.808955] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
2023-06-17T05:55:45.97599 kern.info: [ 10.809201] UDP hash table entries: 65536 (order: 9, 2097152 bytes, linear)
2023-06-17T05:55:45.97601 kern.info: [ 10.809482] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, linear)
2023-06-17T05:55:45.97602 kern.info: [ 10.809673] NET: Registered PF_UNIX/PF_LOCAL protocol family
2023-06-17T05:55:45.97604 kern.info: [ 10.809682] NET: Registered PF_XDP protocol family
2023-06-17T05:55:45.97605 kern.info: [ 10.809697] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
2023-06-17T05:55:45.97607 kern.info: [ 10.809705] pci 0000:00:1c.0: BAR 13: no space for [io size 0x1000]
2023-06-17T05:55:45.97609 kern.info: [ 10.809706] pci 0000:00:1c.0: BAR 13: failed to assign [io size 0x1000]
2023-06-17T05:55:45.97610 kern.info: [ 10.809708] pci 0000:00:1c.0: BAR 13: no space for [io size 0x1000]
2023-06-17T05:55:45.97611 kern.info: [ 10.809709] pci 0000:00:1c.0: BAR 13: failed to assign [io size 0x1000]
2023-06-17T05:55:45.97613 kern.info: [ 10.809710] pci 0000:00:1c.0: PCI bridge to [bus 01]
2023-06-17T05:55:45.97615 kern.info: [ 10.809720] pci 0000:00:1c.0: bridge window [mem 0x90100000-0x902fffff]
2023-06-17T05:55:45.97616 kern.info: [ 10.809722] pci 0000:00:1c.0: bridge window [mem 0x200000000000-0x2000001fffff 64bit pref]
2023-06-17T05:55:45.97617 kern.info: [ 10.809727] pci 0000:00:1c.2: PCI bridge to [bus 02]
2023-06-17T05:55:45.97618 kern.info: [ 10.809728] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
2023-06-17T05:55:45.97621 kern.info: [ 10.809732] pci 0000:00:1c.2: bridge window [mem 0x94900000-0x949fffff]
2023-06-17T05:55:45.97623 kern.info: [ 10.809738] pci 0000:03:00.0: PCI bridge to [bus 04]
2023-06-17T05:55:45.97624 kern.info: [ 10.809740] pci 0000:03:00.0: bridge window [io 0x1000-0x1fff]
2023-06-17T05:55:45.97625 kern.info: [ 10.809745] pci 0000:03:00.0: bridge window [mem 0x93000000-0x940fffff]
2023-06-17T05:55:45.97626 kern.info: [ 10.809754] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
2023-06-17T05:55:45.97629 kern.info: [ 10.809756] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
2023-06-17T05:55:45.97630 kern.info: [ 10.809759] pci 0000:00:1c.3: bridge window [mem 0x93000000-0x940fffff]
2023-06-17T05:55:45.97631 kern.info: [ 10.809765] pci 0000:00:1c.4: PCI bridge to [bus 05]
2023-06-17T05:55:45.97632 kern.info: [ 10.809768] pci 0000:00:1c.4: bridge window [mem 0x94400000-0x948fffff]
2023-06-17T05:55:45.97634 kern.info: [ 10.809775] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
2023-06-17T05:55:45.97637 kern.info: [ 10.809776] pci_bus 0000:00: resource 5 [io 0x1000-0x3fff window]
2023-06-17T05:55:45.97639 kern.info: [ 10.809777] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
2023-06-17T05:55:45.97640 kern.info: [ 10.809777] pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000cffff window]
2023-06-17T05:55:45.97641 kern.info: [ 10.809778] pci_bus 0000:00: resource 8 [mem 0xfe010000-0xfe010fff window]
2023-06-17T05:55:45.97643 kern.info: [ 10.809779] pci_bus 0000:00: resource 9 [mem 0x90040000-0x957fffff window]
2023-06-17T05:55:45.97645 kern.info: [ 10.809780] pci_bus 0000:00: resource 10 [mem 0x200000000000-0x200fffffffff window]
2023-06-17T05:55:45.97647 kern.info: [ 10.809781] pci_bus 0000:01: resource 1 [mem 0x90100000-0x902fffff]
2023-06-17T05:55:45.97648 kern.info: [ 10.809782] pci_bus 0000:01: resource 2 [mem 0x200000000000-0x2000001fffff 64bit pref]
2023-06-17T05:55:45.97649 kern.info: [ 10.809783] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
2023-06-17T05:55:45.97651 kern.info: [ 10.809783] pci_bus 0000:02: resource 1 [mem 0x94900000-0x949fffff]
2023-06-17T05:55:45.97653 kern.info: [ 10.809784] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
2023-06-17T05:55:45.97654 kern.info: [ 10.809785] pci_bus 0000:03: resource 1 [mem 0x93000000-0x940fffff]
2023-06-17T05:55:45.97656 kern.info: [ 10.809786] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
2023-06-17T05:55:45.97657 kern.info: [ 10.809787] pci_bus 0000:04: resource 1 [mem 0x93000000-0x940fffff]
2023-06-17T05:55:45.97661 kern.info: [ 10.809787] pci_bus 0000:05: resource 1 [mem 0x94400000-0x948fffff]
2023-06-17T05:55:45.97666 kern.info: [ 10.809858] pci_bus 0000:15: resource 4 [io 0x4000-0x5fff window]
2023-06-17T05:55:45.97669 kern.info: [ 10.809859] pci_bus 0000:15: resource 5 [mem 0x95800000-0x9fffffff window]
2023-06-17T05:55:45.97670 kern.info: [ 10.809859] pci_bus 0000:15: resource 6 [mem 0x201000000000-0x201fffffffff window]
2023-06-17T05:55:45.97677 kern.info: [ 10.809883] pci_bus 0000:33: resource 4 [io 0x6000-0x7fff window]
2023-06-17T05:55:45.97686 kern.info: [ 10.809884] pci_bus 0000:33: resource 5 [mem 0xa0000000-0xaa3fffff window]
2023-06-17T05:55:45.97687 kern.info: [ 10.809885] pci_bus 0000:33: resource 6 [mem 0x202000000000-0x202fffffffff window]
2023-06-17T05:55:45.97688 kern.info: [ 10.809909] pci_bus 0000:51: resource 4 [io 0x8000-0x9fff window]
2023-06-17T05:55:45.97689 kern.info: [ 10.809910] pci_bus 0000:51: resource 5 [mem 0xaa400000-0xb47fffff window]
2023-06-17T05:55:45.97692 kern.info: [ 10.809910] pci_bus 0000:51: resource 6 [mem 0x203000000000-0x203fffffffff window]
2023-06-17T05:55:45.97693 kern.info: [ 10.809936] pci 0000:6f:01.0: PCI bridge to [bus 70]
2023-06-17T05:55:45.97695 kern.info: [ 10.809939] pci 0000:6f:01.0: bridge window [mem 0xbea00000-0xbeafffff]
2023-06-17T05:55:45.97696 kern.info: [ 10.809944] pci 0000:6f:03.0: PCI bridge to [bus 71]
2023-06-17T05:55:45.97697 kern.info: [ 10.809946] pci 0000:6f:03.0: bridge window [mem 0xbe900000-0xbe9fffff]
2023-06-17T05:55:45.97700 kern.info: [ 10.809951] pci 0000:6f:05.0: PCI bridge to [bus 72]
2023-06-17T05:55:45.97701 kern.info: [ 10.809953] pci 0000:6f:05.0: bridge window [mem 0xbe800000-0xbe8fffff]
2023-06-17T05:55:45.97703 kern.info: [ 10.809957] pci 0000:6f:07.0: PCI bridge to [bus 73]
2023-06-17T05:55:45.97704 kern.info: [ 10.809960] pci 0000:6f:07.0: bridge window [mem 0xbe700000-0xbe7fffff]
2023-06-17T05:55:45.97705 kern.info: [ 10.809964] pci_bus 0000:6f: resource 4 [io 0xa000-0xbfff window]
2023-06-17T05:55:45.97708 kern.info: [ 10.809965] pci_bus 0000:6f: resource 5 [mem 0xb4800000-0xbebfffff window]
2023-06-17T05:55:45.97709 kern.info: [ 10.809966] pci_bus 0000:6f: resource 6 [mem 0x204000000000-0x204fffffffff window]
2023-06-17T05:55:45.97710 kern.info: [ 10.809967] pci_bus 0000:70: resource 1 [mem 0xbea00000-0xbeafffff]
2023-06-17T05:55:45.97711 kern.info: [ 10.809967] pci_bus 0000:71: resource 1 [mem 0xbe900000-0xbe9fffff]
2023-06-17T05:55:45.97714 kern.info: [ 10.809968] pci_bus 0000:72: resource 1 [mem 0xbe800000-0xbe8fffff]
2023-06-17T05:55:45.97715 kern.info: [ 10.809969] pci_bus 0000:73: resource 1 [mem 0xbe700000-0xbe7fffff]
2023-06-17T05:55:45.97716 kern.info: [ 10.809993] pci_bus 0000:8d: resource 4 [io 0xc000-0xdfff window]
2023-06-17T05:55:45.97717 kern.info: [ 10.809993] pci_bus 0000:8d: resource 5 [mem 0xbec00000-0xc8ffffff window]
2023-06-17T05:55:45.97719 kern.info: [ 10.809994] pci_bus 0000:8d: resource 6 [mem 0x205000000000-0x205fffffffff window]
2023-06-17T05:55:45.97722 kern.info: [ 10.810018] pci_bus 0000:ab: resource 4 [io 0xe000-0xefff window]
2023-06-17T05:55:45.97723 kern.info: [ 10.810019] pci_bus 0000:ab: resource 5 [mem 0xc9000000-0xd33fffff window]
2023-06-17T05:55:45.97724 kern.info: [ 10.810020] pci_bus 0000:ab: resource 6 [mem 0x206000000000-0x206fffffffff window]
2023-06-17T05:55:45.97725 kern.info: [ 10.810045] pci 0000:cb:01.0: PCI bridge to [bus cc]
2023-06-17T05:55:45.97728 kern.info: [ 10.810048] pci 0000:cb:01.0: bridge window [mem 0xdc000000-0xdd1fffff]
2023-06-17T05:55:45.97729 kern.info: [ 10.810051] pci 0000:cb:01.0: bridge window [mem 0x207c00000000-0x207dffffffff 64bit pref]
2023-06-17T05:55:45.97731 kern.info: [ 10.810055] pci 0000:cb:04.0: PCI bridge to [bus cd]
2023-06-17T05:55:45.97732 kern.info: [ 10.810059] pci 0000:cb:04.0: bridge window [mem 0xdd300000-0xdd3fffff]
2023-06-17T05:55:45.97733 kern.info: [ 10.810067] pci 0000:ca:00.0: PCI bridge to [bus cb-cd]
2023-06-17T05:55:45.97736 kern.info: [ 10.810070] pci 0000:ca:00.0: bridge window [mem 0xdc000000-0xdd3fffff]
2023-06-17T05:55:45.97738 kern.info: [ 10.810072] pci 0000:ca:00.0: bridge window [mem 0x207c00000000-0x207dffffffff 64bit pref]
2023-06-17T05:55:45.97739 kern.info: [ 10.810075] pci 0000:c9:01.0: PCI bridge to [bus ca-cd]
2023-06-17T05:55:45.97740 kern.info: [ 10.810078] pci 0000:c9:01.0: bridge window [mem 0xdc000000-0xdd3fffff]
2023-06-17T05:55:45.97742 kern.info: [ 10.810079] pci 0000:c9:01.0: bridge window [mem 0x207c00000000-0x207e007fffff 64bit pref]
2023-06-17T05:55:45.97744 kern.info: [ 10.810083] pci_bus 0000:c9: resource 4 [io 0xf000-0xffff window]
2023-06-17T05:55:45.97746 kern.info: [ 10.810083] pci_bus 0000:c9: resource 5 [mem 0xd3400000-0xdd7fffff window]
2023-06-17T05:55:45.97747 kern.info: [ 10.810084] pci_bus 0000:c9: resource 6 [mem 0x207000000000-0x207fffffffff window]
2023-06-17T05:55:45.97748 kern.info: [ 10.810085] pci_bus 0000:ca: resource 1 [mem 0xdc000000-0xdd3fffff]
2023-06-17T05:55:45.97750 kern.info: [ 10.810086] pci_bus 0000:ca: resource 2 [mem 0x207c00000000-0x207e007fffff 64bit pref]
2023-06-17T05:55:45.97752 kern.info: [ 10.810087] pci_bus 0000:cb: resource 1 [mem 0xdc000000-0xdd3fffff]
2023-06-17T05:55:45.97753 kern.info: [ 10.810087] pci_bus 0000:cb: resource 2 [mem 0x207c00000000-0x207dffffffff 64bit pref]
2023-06-17T05:55:45.97754 kern.info: [ 10.810088] pci_bus 0000:cc: resource 1 [mem 0xdc000000-0xdd1fffff]
2023-06-17T05:55:45.97757 kern.info: [ 10.810089] pci_bus 0000:cc: resource 2 [mem 0x207c00000000-0x207dffffffff 64bit pref]
2023-06-17T05:55:45.97759 kern.info: [ 10.810090] pci_bus 0000:cd: resource 1 [mem 0xdd300000-0xdd3fffff]
2023-06-17T05:55:45.97760 kern.info: [ 10.810114] pci_bus 0000:e7: resource 4 [mem 0xdd800000-0xddffffff window]
2023-06-17T05:55:45.97761 kern.info: [ 10.810115] pci_bus 0000:e7: resource 5 [mem 0x208000000000-0x208fffffffff window]
2023-06-17T05:55:45.97762 kern.info: [ 10.810118] pci_bus 0000:ec: resource 4 [mem 0xde000000-0xde7fffff window]
2023-06-17T05:55:45.97765 kern.info: [ 10.810118] pci_bus 0000:ec: resource 5 [mem 0x209000000000-0x209fffffffff window]
2023-06-17T05:55:45.97766 kern.info: [ 10.810121] pci_bus 0000:f1: resource 4 [mem 0xde800000-0xdeffffff window]
2023-06-17T05:55:45.97767 kern.info: [ 10.810122] pci_bus 0000:f1: resource 5 [mem 0x20a000000000-0x20afffffffff window]
2023-06-17T05:55:45.97768 kern.info: [ 10.810125] pci_bus 0000:f6: resource 4 [mem 0xdf000000-0xdf7fffff window]
2023-06-17T05:55:45.97771 kern.info: [ 10.810125] pci_bus 0000:f6: resource 5 [mem 0x20b000000000-0x20bfffffffff window]
2023-06-17T05:55:45.97772 kern.info: [ 10.810130] pci_bus 0000:fe: resource 4 [io 0x0000-0xffff]
2023-06-17T05:55:45.97774 kern.info: [ 10.810131] pci_bus 0000:fe: resource 5 [mem 0x00000000-0x3fffffffffff]
2023-06-17T05:55:45.97775 kern.info: [ 10.810142] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
2023-06-17T05:55:45.97776 kern.info: [ 10.810143] pci_bus 0000:ff: resource 5 [mem 0x00000000-0x3fffffffffff]
2023-06-17T05:55:45.97779 kern.info: [ 10.810507] pci 0000:70:00.0: CLS mismatch (64 != 32), using 64 bytes
2023-06-17T05:55:45.97780 kern.info: [ 10.810643] Trying to unpack rootfs image as initramfs...
2023-06-17T05:55:45.97781 kern.info: [ 10.810673] DMAR: IOMMU feature prs inconsistent
2023-06-17T05:55:45.97782 kern.info: [ 10.810674] DMAR: IOMMU feature prs inconsistent
2023-06-17T05:55:45.97784 kern.info: [ 10.810675] DMAR: IOMMU feature pasid inconsistent
2023-06-17T05:55:45.97786 kern.info: [ 10.810675] DMAR: IOMMU feature prs inconsistent
2023-06-17T05:55:45.97788 kern.info: [ 10.810676] DMAR: IOMMU feature pasid inconsistent
2023-06-17T05:55:45.97789 kern.info: [ 10.810676] DMAR: IOMMU feature prs inconsistent
2023-06-17T05:55:45.97790 kern.info: [ 10.810677] DMAR: IOMMU feature pasid inconsistent
2023-06-17T05:55:45.97791 kern.info: [ 10.810677] DMAR: IOMMU feature prs inconsistent
2023-06-17T05:55:45.97792 kern.info: [ 10.810682] DMAR: IOMMU feature pasid inconsistent
2023-06-17T05:55:45.97795 kern.info: [ 10.810683] DMAR: IOMMU feature prs inconsistent
2023-06-17T05:55:45.97796 kern.info: [ 10.810683] DMAR: IOMMU feature pasid inconsistent
2023-06-17T05:55:45.97798 kern.info: [ 10.810684] DMAR: IOMMU feature prs inconsistent
2023-06-17T05:55:45.97799 kern.info: [ 10.810684] DMAR: IOMMU feature pasid inconsistent
2023-06-17T05:55:45.97800 kern.info: [ 10.810684] DMAR: IOMMU feature prs inconsistent
2023-06-17T05:55:45.97802 kern.info: [ 10.810685] DMAR: dmar10: Using Queued invalidation
2023-06-17T05:55:45.97804 kern.info: [ 10.810687] DMAR: dmar9: Using Queued invalidation
2023-06-17T05:55:45.97805 kern.info: [ 10.810689] DMAR: dmar8: Using Queued invalidation
2023-06-17T05:55:45.97807 kern.info: [ 10.810691] DMAR: dmar7: Using Queued invalidation
2023-06-17T05:55:45.97808 kern.info: [ 10.810693] DMAR: dmar6: Using Queued invalidation
2023-06-17T05:55:45.97809 kern.info: [ 10.810697] DMAR: dmar5: Using Queued invalidation
2023-06-17T05:55:45.97811 kern.info: [ 10.810698] DMAR: dmar4: Using Queued invalidation
2023-06-17T05:55:45.97813 kern.info: [ 10.810700] DMAR: dmar3: Using Queued invalidation
2023-06-17T05:55:45.97814 kern.info: [ 10.810701] DMAR: dmar2: Using Queued invalidation
2023-06-17T05:55:45.97815 kern.info: [ 10.810706] DMAR: dmar1: Using Queued invalidation
2023-06-17T05:55:45.97816 kern.info: [ 10.810707] DMAR: dmar0: Using Queued invalidation
2023-06-17T05:55:45.97819 kern.info: [ 10.810708] DMAR: dmar11: Using Queued invalidation
2023-06-17T05:55:45.97821 kern.info: [ 10.811180] pci 0000:f6:00.4: Adding to iommu group 0
2023-06-17T05:55:45.97822 kern.info: [ 10.811263] pci 0000:f1:00.4: Adding to iommu group 1
2023-06-17T05:55:45.97823 kern.info: [ 10.811341] pci 0000:ec:00.4: Adding to iommu group 2
2023-06-17T05:55:45.97824 kern.info: [ 10.811418] pci 0000:e7:00.4: Adding to iommu group 3
2023-06-17T05:55:45.97825 kern.info: [ 10.811453] pci 0000:e7:01.0: Adding to iommu group 4
2023-06-17T05:55:45.97828 kern.info: [ 10.811533] pci 0000:c9:00.4: Adding to iommu group 5
2023-06-17T05:55:45.97830 kern.info: [ 10.811556] pci 0000:c9:01.0: Adding to iommu group 6
2023-06-17T05:55:45.97831 kern.info: [ 10.811581] pci 0000:ca:00.0: Adding to iommu group 7
2023-06-17T05:55:45.97832 kern.info: [ 10.811606] pci 0000:cb:01.0: Adding to iommu group 8
2023-06-17T05:55:45.97833 kern.info: [ 10.811630] pci 0000:cb:04.0: Adding to iommu group 9
2023-06-17T05:55:45.97836 kern.info: [ 10.811657] pci 0000:cc:00.0: Adding to iommu group 10
2023-06-17T05:55:45.97838 kern.info: [ 10.811688] pci 0000:cd:00.0: Adding to iommu group 11
2023-06-17T05:55:45.97839 kern.info: [ 10.811770] pci 0000:ab:00.4: Adding to iommu group 12
2023-06-17T05:55:45.97841 kern.info: [ 10.811847] pci 0000:8d:00.4: Adding to iommu group 13
2023-06-17T05:55:45.97842 kern.info: [ 10.811922] pci 0000:6f:00.4: Adding to iommu group 14
2023-06-17T05:55:45.97844 kern.info: [ 10.811945] pci 0000:6f:01.0: Adding to iommu group 15
2023-06-17T05:55:45.97848 kern.info: [ 10.811968] pci 0000:6f:03.0: Adding to iommu group 16
2023-06-17T05:55:45.97850 kern.info: [ 10.811992] pci 0000:6f:05.0: Adding to iommu group 17
2023-06-17T05:55:45.97852 kern.info: [ 10.812015] pci 0000:6f:07.0: Adding to iommu group 18
2023-06-17T05:55:45.97853 kern.info: [ 10.812039] pci 0000:70:00.0: Adding to iommu group 19
2023-06-17T05:55:45.97854 kern.info: [ 10.812062] pci 0000:71:00.0: Adding to iommu group 20
2023-06-17T05:55:45.97869 kern.info: [ 10.812086] pci 0000:72:00.0: Adding to iommu group 21
2023-06-17T05:55:45.97870 kern.info: [ 10.812110] pci 0000:73:00.0: Adding to iommu group 22
2023-06-17T05:55:45.97872 kern.info: [ 10.812192] pci 0000:51:00.4: Adding to iommu group 23
2023-06-17T05:55:45.97873 kern.info: [ 10.812268] pci 0000:33:00.4: Adding to iommu group 24
2023-06-17T05:55:45.97874 kern.info: [ 10.812343] pci 0000:15:00.4: Adding to iommu group 25
2023-06-17T05:55:45.97876 kern.info: [ 10.812399] pci 0000:00:00.0: Adding to iommu group 26
2023-06-17T05:55:45.97877 kern.info: [ 10.812422] pci 0000:00:00.1: Adding to iommu group 27
2023-06-17T05:55:45.97878 kern.info: [ 10.812445] pci 0000:00:00.2: Adding to iommu group 28
2023-06-17T05:55:45.97879 kern.info: [ 10.812488] pci 0000:00:00.4: Adding to iommu group 29
2023-06-17T05:55:45.97881 kern.info: [ 10.812530] pci 0000:00:10.0: Adding to iommu group 30
2023-06-17T05:55:45.97882 kern.info: [ 10.812553] pci 0000:00:10.5: Adding to iommu group 31
2023-06-17T05:55:45.97884 kern.info: [ 10.812616] pci 0000:00:14.0: Adding to iommu group 32
2023-06-17T05:55:45.97885 kern.info: [ 10.812639] pci 0000:00:14.2: Adding to iommu group 32
2023-06-17T05:55:45.97887 kern.info: [ 10.812744] pci 0000:00:15.0: Adding to iommu group 33
2023-06-17T05:55:45.97888 kern.info: [ 10.812767] pci 0000:00:15.1: Adding to iommu group 33
2023-06-17T05:55:45.97889 kern.info: [ 10.812790] pci 0000:00:15.2: Adding to iommu group 33
2023-06-17T05:55:45.97891 kern.info: [ 10.812813] pci 0000:00:15.3: Adding to iommu group 33
2023-06-17T05:55:45.97892 kern.info: [ 10.812856] pci 0000:00:16.0: Adding to iommu group 34
2023-06-17T05:55:45.97894 kern.info: [ 10.812880] pci 0000:00:17.0: Adding to iommu group 35
2023-06-17T05:55:45.97895 kern.info: [ 10.812933] pci 0000:00:1c.0: Adding to iommu group 36
2023-06-17T05:55:45.97896 kern.info: [ 10.812963] pci 0000:00:1c.2: Adding to iommu group 37
2023-06-17T05:55:45.97898 kern.info: [ 10.812994] pci 0000:00:1c.3: Adding to iommu group 38
2023-06-17T05:55:45.97899 kern.info: [ 10.813024] pci 0000:00:1c.4: Adding to iommu group 39
2023-06-17T05:55:45.97901 kern.info: [ 10.813124] pci 0000:00:1f.0: Adding to iommu group 40
2023-06-17T05:55:45.97902 kern.info: [ 10.813148] pci 0000:00:1f.3: Adding to iommu group 40
2023-06-17T05:55:45.97903 kern.info: [ 10.813172] pci 0000:00:1f.4: Adding to iommu group 40
2023-06-17T05:55:45.97905 kern.info: [ 10.813197] pci 0000:00:1f.5: Adding to iommu group 40
2023-06-17T05:55:45.97906 kern.info: [ 10.813227] pci 0000:02:00.0: Adding to iommu group 41
2023-06-17T05:55:45.97908 kern.info: [ 10.813256] pci 0000:03:00.0: Adding to iommu group 42
2023-06-17T05:55:45.97909 kern.info: [ 10.813259] pci 0000:04:00.0: Adding to iommu group 42
2023-06-17T05:55:45.97910 kern.info: [ 10.813289] pci 0000:05:00.0: Adding to iommu group 43
2023-06-17T05:55:45.97911 kern.info: [ 10.813314] pci 0000:15:00.0: Adding to iommu group 44
2023-06-17T05:55:45.97913 kern.info: [ 10.813337] pci 0000:15:00.1: Adding to iommu group 45
2023-06-17T05:55:45.97914 kern.info: [ 10.813360] pci 0000:15:00.2: Adding to iommu group 46
2023-06-17T05:55:45.97916 kern.info: [ 10.813382] pci 0000:33:00.0: Adding to iommu group 47
2023-06-17T05:55:45.97917 kern.info: [ 10.813406] pci 0000:33:00.1: Adding to iommu group 48
2023-06-17T05:55:45.97918 kern.info: [ 10.813429] pci 0000:33:00.2: Adding to iommu group 49
2023-06-17T05:55:45.97919 kern.info: [ 10.813453] pci 0000:51:00.0: Adding to iommu group 50
2023-06-17T05:55:45.97921 kern.info: [ 10.813475] pci 0000:51:00.1: Adding to iommu group 51
2023-06-17T05:55:45.97923 kern.info: [ 10.813499] pci 0000:51:00.2: Adding to iommu group 52
2023-06-17T05:55:45.97924 kern.info: [ 10.813522] pci 0000:6f:00.0: Adding to iommu group 53
2023-06-17T05:55:45.97925 kern.info: [ 10.813545] pci 0000:6f:00.1: Adding to iommu group 54
2023-06-17T05:55:45.97926 kern.info: [ 10.813568] pci 0000:6f:00.2: Adding to iommu group 55
2023-06-17T05:55:45.97928 kern.info: [ 10.813593] pci 0000:8d:00.0: Adding to iommu group 56
2023-06-17T05:55:45.97929 kern.info: [ 10.813615] pci 0000:8d:00.1: Adding to iommu group 57
2023-06-17T05:55:45.97931 kern.info: [ 10.813638] pci 0000:8d:00.2: Adding to iommu group 58
2023-06-17T05:55:45.97932 kern.info: [ 10.813661] pci 0000:ab:00.0: Adding to iommu group 59
2023-06-17T05:55:45.97933 kern.info: [ 10.813690] pci 0000:ab:00.1: Adding to iommu group 60
2023-06-17T05:55:45.97935 kern.info: [ 10.813713] pci 0000:ab:00.2: Adding to iommu group 61
2023-06-17T05:55:45.97936 kern.info: [ 10.813736] pci 0000:c9:00.0: Adding to iommu group 62
2023-06-17T05:55:45.97938 kern.info: [ 10.813759] pci 0000:c9:00.1: Adding to iommu group 63
2023-06-17T05:55:45.97940 kern.info: [ 10.813783] pci 0000:c9:00.2: Adding to iommu group 64
2023-06-17T05:55:45.97941 kern.info: [ 10.813806] pci 0000:e7:00.0: Adding to iommu group 65
2023-06-17T05:55:45.97943 kern.info: [ 10.813831] pci 0000:e7:00.1: Adding to iommu group 66
2023-06-17T05:55:45.97944 kern.info: [ 10.813855] pci 0000:e7:00.2: Adding to iommu group 67
2023-06-17T05:55:45.97945 kern.info: [ 10.813879] pci 0000:e7:03.0: Adding to iommu group 68
2023-06-17T05:55:45.97947 kern.info: [ 10.813903] pci 0000:e7:03.1: Adding to iommu group 69
2023-06-17T05:55:45.97948 kern.info: [ 10.813926] pci 0000:ec:00.0: Adding to iommu group 70
2023-06-17T05:55:45.97949 kern.info: [ 10.813949] pci 0000:ec:00.1: Adding to iommu group 71
2023-06-17T05:55:45.97950 kern.info: [ 10.813973] pci 0000:ec:00.2: Adding to iommu group 72
2023-06-17T05:55:45.97952 kern.info: [ 10.813996] pci 0000:f1:00.0: Adding to iommu group 73
2023-06-17T05:55:45.97953 kern.info: [ 10.814020] pci 0000:f1:00.1: Adding to iommu group 74
2023-06-17T05:55:45.97954 kern.info: [ 10.814043] pci 0000:f1:00.2: Adding to iommu group 75
2023-06-17T05:55:45.97955 kern.info: [ 10.814066] pci 0000:f6:00.0: Adding to iommu group 76
2023-06-17T05:55:45.97957 kern.info: [ 10.814089] pci 0000:f6:00.1: Adding to iommu group 77
2023-06-17T05:55:45.97958 kern.info: [ 10.814113] pci 0000:f6:00.2: Adding to iommu group 78
2023-06-17T05:55:45.97959 kern.info: [ 10.814136] pci 0000:fe:00.0: Adding to iommu group 79
2023-06-17T05:55:45.97961 kern.info: [ 10.814159] pci 0000:fe:00.1: Adding to iommu group 80
2023-06-17T05:55:45.97962 kern.info: [ 10.814182] pci 0000:fe:00.2: Adding to iommu group 81
2023-06-17T05:55:45.97963 kern.info: [ 10.814205] pci 0000:fe:00.3: Adding to iommu group 82
2023-06-17T05:55:45.97965 kern.info: [ 10.814229] pci 0000:fe:00.5: Adding to iommu group 83
2023-06-17T05:55:45.97966 kern.info: [ 10.814253] pci 0000:fe:05.0: Adding to iommu group 84
2023-06-17T05:55:45.97967 kern.info: [ 10.814276] pci 0000:fe:05.1: Adding to iommu group 85
2023-06-17T05:55:45.97969 kern.info: [ 10.814299] pci 0000:fe:05.2: Adding to iommu group 86
2023-06-17T05:55:45.97970 kern.info: [ 10.814322] pci 0000:fe:06.0: Adding to iommu group 87
2023-06-17T05:55:45.97971 kern.info: [ 10.814346] pci 0000:fe:06.1: Adding to iommu group 88
2023-06-17T05:55:45.97972 kern.info: [ 10.814369] pci 0000:fe:06.2: Adding to iommu group 89
2023-06-17T05:55:45.97974 kern.info: [ 10.814391] pci 0000:fe:07.0: Adding to iommu group 90
2023-06-17T05:55:45.97975 kern.info: [ 10.814414] pci 0000:fe:07.1: Adding to iommu group 91
2023-06-17T05:55:45.97976 kern.info: [ 10.814439] pci 0000:fe:07.2: Adding to iommu group 92
2023-06-17T05:55:45.97977 kern.info: [ 10.814462] pci 0000:fe:08.0: Adding to iommu group 93
2023-06-17T05:55:45.97979 kern.info: [ 10.814484] pci 0000:fe:08.1: Adding to iommu group 94
2023-06-17T05:55:45.97980 kern.info: [ 10.814508] pci 0000:fe:08.2: Adding to iommu group 95
2023-06-17T05:55:45.97982 kern.info: [ 10.814531] pci 0000:fe:0c.0: Adding to iommu group 96
2023-06-17T05:55:45.97983 kern.info: [ 10.814554] pci 0000:fe:0d.0: Adding to iommu group 97
2023-06-17T05:55:45.97984 kern.info: [ 10.814577] pci 0000:fe:0e.0: Adding to iommu group 98
2023-06-17T05:55:45.97985 kern.info: [ 10.814603] pci 0000:fe:0f.0: Adding to iommu group 99
2023-06-17T05:55:45.97987 kern.info: [ 10.814627] pci 0000:fe:1a.0: Adding to iommu group 100
2023-06-17T05:55:45.97988 kern.info: [ 10.814650] pci 0000:fe:1b.0: Adding to iommu group 101
2023-06-17T05:55:45.97989 kern.info: [ 10.814673] pci 0000:fe:1c.0: Adding to iommu group 102
2023-06-17T05:55:45.97991 kern.info: [ 10.814700] pci 0000:fe:1d.0: Adding to iommu group 103
2023-06-17T05:55:45.97992 kern.info: [ 10.814724] pci 0000:ff:00.0: Adding to iommu group 104
2023-06-17T05:55:45.97993 kern.info: [ 10.814747] pci 0000:ff:00.1: Adding to iommu group 105
2023-06-17T05:55:45.97994 kern.info: [ 10.814770] pci 0000:ff:00.2: Adding to iommu group 106
2023-06-17T05:55:45.97996 kern.info: [ 10.814793] pci 0000:ff:00.3: Adding to iommu group 107
2023-06-17T05:55:45.97997 kern.info: [ 10.814818] pci 0000:ff:00.4: Adding to iommu group 108
2023-06-17T05:55:45.97998 kern.info: [ 10.814842] pci 0000:ff:00.5: Adding to iommu group 109
2023-06-17T05:55:45.98000 kern.info: [ 10.814865] pci 0000:ff:00.6: Adding to iommu group 110
2023-06-17T05:55:45.98001 kern.info: [ 10.814888] pci 0000:ff:00.7: Adding to iommu group 111
2023-06-17T05:55:45.98002 kern.info: [ 10.814917] pci 0000:ff:01.0: Adding to iommu group 112
2023-06-17T05:55:45.98004 kern.info: [ 10.814941] pci 0000:ff:01.1: Adding to iommu group 113
2023-06-17T05:55:45.98005 kern.info: [ 10.814964] pci 0000:ff:01.2: Adding to iommu group 114
2023-06-17T05:55:45.98006 kern.info: [ 10.814988] pci 0000:ff:01.3: Adding to iommu group 115
2023-06-17T05:55:45.98007 kern.info: [ 10.815011] pci 0000:ff:01.4: Adding to iommu group 116
2023-06-17T05:55:45.98009 kern.info: [ 10.815034] pci 0000:ff:01.5: Adding to iommu group 117
2023-06-17T05:55:45.98010 kern.info: [ 10.815058] pci 0000:ff:01.6: Adding to iommu group 118
2023-06-17T05:55:45.98011 kern.info: [ 10.815081] pci 0000:ff:01.7: Adding to iommu group 119
2023-06-17T05:55:45.98013 kern.info: [ 10.815105] pci 0000:ff:02.0: Adding to iommu group 120
2023-06-17T05:55:45.98014 kern.info: [ 10.815128] pci 0000:ff:02.1: Adding to iommu group 121
2023-06-17T05:55:45.98015 kern.info: [ 10.815151] pci 0000:ff:02.2: Adding to iommu group 122
2023-06-17T05:55:45.98016 kern.info: [ 10.815174] pci 0000:ff:02.3: Adding to iommu group 123
2023-06-17T05:55:45.98018 kern.info: [ 10.815198] pci 0000:ff:02.4: Adding to iommu group 124
2023-06-17T05:55:45.98019 kern.info: [ 10.815221] pci 0000:ff:02.5: Adding to iommu group 125
2023-06-17T05:55:45.98021 kern.info: [ 10.815245] pci 0000:ff:02.6: Adding to iommu group 126
2023-06-17T05:55:45.98022 kern.info: [ 10.815268] pci 0000:ff:02.7: Adding to iommu group 127
2023-06-17T05:55:45.98023 kern.info: [ 10.815292] pci 0000:ff:03.0: Adding to iommu group 128
2023-06-17T05:55:45.98024 kern.info: [ 10.815315] pci 0000:ff:03.1: Adding to iommu group 129
2023-06-17T05:55:45.98026 kern.info: [ 10.815338] pci 0000:ff:03.2: Adding to iommu group 130
2023-06-17T05:55:45.98027 kern.info: [ 10.815362] pci 0000:ff:03.3: Adding to iommu group 131
2023-06-17T05:55:45.98028 kern.info: [ 10.815386] pci 0000:ff:03.4: Adding to iommu group 132
2023-06-17T05:55:45.98029 kern.info: [ 10.815409] pci 0000:ff:03.5: Adding to iommu group 133
2023-06-17T05:55:45.98031 kern.info: [ 10.815433] pci 0000:ff:03.6: Adding to iommu group 134
2023-06-17T05:55:45.98032 kern.info: [ 10.815456] pci 0000:ff:03.7: Adding to iommu group 135
2023-06-17T05:55:45.98033 kern.info: [ 10.815480] pci 0000:ff:04.0: Adding to iommu group 136
2023-06-17T05:55:45.98035 kern.info: [ 10.815503] pci 0000:ff:04.1: Adding to iommu group 137
2023-06-17T05:55:45.98036 kern.info: [ 10.815526] pci 0000:ff:04.2: Adding to iommu group 138
2023-06-17T05:55:45.98037 kern.info: [ 10.815549] pci 0000:ff:04.3: Adding to iommu group 139
2023-06-17T05:55:45.98039 kern.info: [ 10.815573] pci 0000:ff:04.4: Adding to iommu group 140
2023-06-17T05:55:45.98043 kern.info: [ 10.815596] pci 0000:ff:04.5: Adding to iommu group 141
2023-06-17T05:55:45.98045 kern.info: [ 10.815619] pci 0000:ff:04.6: Adding to iommu group 142
2023-06-17T05:55:45.98046 kern.info: [ 10.815642] pci 0000:ff:04.7: Adding to iommu group 143
2023-06-17T05:55:45.98047 kern.info: [ 10.815666] pci 0000:ff:05.0: Adding to iommu group 144
2023-06-17T05:55:45.98049 kern.info: [ 10.815695] pci 0000:ff:05.1: Adding to iommu group 145
2023-06-17T05:55:45.98050 kern.info: [ 10.815719] pci 0000:ff:05.2: Adding to iommu group 146
2023-06-17T05:55:45.98051 kern.info: [ 10.815742] pci 0000:ff:05.3: Adding to iommu group 147
2023-06-17T05:55:45.98052 kern.info: [ 10.815766] pci 0000:ff:05.4: Adding to iommu group 148
2023-06-17T05:55:45.98054 kern.info: [ 10.815790] pci 0000:ff:05.5: Adding to iommu group 149
2023-06-17T05:55:45.98055 kern.info: [ 10.815814] pci 0000:ff:05.6: Adding to iommu group 150
2023-06-17T05:55:45.98056 kern.info: [ 10.815837] pci 0000:ff:05.7: Adding to iommu group 151
2023-06-17T05:55:45.98058 kern.info: [ 10.815861] pci 0000:ff:06.0: Adding to iommu group 152
2023-06-17T05:55:45.98059 kern.info: [ 10.815886] pci 0000:ff:06.1: Adding to iommu group 153
2023-06-17T05:55:45.98060 kern.info: [ 10.815909] pci 0000:ff:06.2: Adding to iommu group 154
2023-06-17T05:55:45.98062 kern.info: [ 10.815932] pci 0000:ff:06.3: Adding to iommu group 155
2023-06-17T05:55:45.98063 kern.info: [ 10.815956] pci 0000:ff:06.4: Adding to iommu group 156
2023-06-17T05:55:45.98064 kern.info: [ 10.815979] pci 0000:ff:06.5: Adding to iommu group 157
2023-06-17T05:55:45.98066 kern.info: [ 10.816003] pci 0000:ff:06.6: Adding to iommu group 158
2023-06-17T05:55:45.98067 kern.info: [ 10.816026] pci 0000:ff:06.7: Adding to iommu group 159
2023-06-17T05:55:45.98068 kern.info: [ 10.816052] pci 0000:ff:0a.0: Adding to iommu group 160
2023-06-17T05:55:45.98069 kern.info: [ 10.816075] pci 0000:ff:0a.1: Adding to iommu group 161
2023-06-17T05:55:45.98071 kern.info: [ 10.816098] pci 0000:ff:0a.2: Adding to iommu group 162
2023-06-17T05:55:45.98072 kern.info: [ 10.816122] pci 0000:ff:0a.3: Adding to iommu group 163
2023-06-17T05:55:45.98073 kern.info: [ 10.816146] pci 0000:ff:0a.4: Adding to iommu group 164
2023-06-17T05:55:45.98074 kern.info: [ 10.816169] pci 0000:ff:0a.5: Adding to iommu group 165
2023-06-17T05:55:45.98076 kern.info: [ 10.816192] pci 0000:ff:0a.6: Adding to iommu group 166
2023-06-17T05:55:45.98077 kern.info: [ 10.816216] pci 0000:ff:0a.7: Adding to iommu group 167
2023-06-17T05:55:45.98078 kern.info: [ 10.816239] pci 0000:ff:0b.0: Adding to iommu group 168
2023-06-17T05:55:45.98080 kern.info: [ 10.816262] pci 0000:ff:0b.1: Adding to iommu group 169
2023-06-17T05:55:45.98081 kern.info: [ 10.816286] pci 0000:ff:0b.2: Adding to iommu group 170
2023-06-17T05:55:45.98082 kern.info: [ 10.816309] pci 0000:ff:0b.3: Adding to iommu group 171
2023-06-17T05:55:45.98083 kern.info: [ 10.816334] pci 0000:ff:0b.4: Adding to iommu group 172
2023-06-17T05:55:45.98085 kern.info: [ 10.816357] pci 0000:ff:0b.5: Adding to iommu group 173
2023-06-17T05:55:45.98086 kern.info: [ 10.816380] pci 0000:ff:0b.6: Adding to iommu group 174
2023-06-17T05:55:45.98087 kern.info: [ 10.816403] pci 0000:ff:0b.7: Adding to iommu group 175
2023-06-17T05:55:45.98089 kern.info: [ 10.816428] pci 0000:ff:0c.0: Adding to iommu group 176
2023-06-17T05:55:45.98090 kern.info: [ 10.816451] pci 0000:ff:0c.1: Adding to iommu group 177
2023-06-17T05:55:45.98091 kern.info: [ 10.816474] pci 0000:ff:0c.2: Adding to iommu group 178
2023-06-17T05:55:45.98092 kern.info: [ 10.816497] pci 0000:ff:0c.3: Adding to iommu group 179
2023-06-17T05:55:45.98094 kern.info: [ 10.816521] pci 0000:ff:0c.4: Adding to iommu group 180
2023-06-17T05:55:45.98095 kern.info: [ 10.816544] pci 0000:ff:0c.5: Adding to iommu group 181
2023-06-17T05:55:45.98096 kern.info: [ 10.816568] pci 0000:ff:0c.6: Adding to iommu group 182
2023-06-17T05:55:45.98098 kern.info: [ 10.816591] pci 0000:ff:0c.7: Adding to iommu group 183
2023-06-17T05:55:45.98099 kern.info: [ 10.816615] pci 0000:ff:0d.0: Adding to iommu group 184
2023-06-17T05:55:45.98100 kern.info: [ 10.816638] pci 0000:ff:0d.1: Adding to iommu group 185
2023-06-17T05:55:45.98102 kern.info: [ 10.816661] pci 0000:ff:0d.2: Adding to iommu group 186
2023-06-17T05:55:45.98103 kern.info: [ 10.816688] pci 0000:ff:0d.3: Adding to iommu group 187
2023-06-17T05:55:45.98104 kern.info: [ 10.816713] pci 0000:ff:0d.4: Adding to iommu group 188
2023-06-17T05:55:45.98105 kern.info: [ 10.816736] pci 0000:ff:0d.5: Adding to iommu group 189
2023-06-17T05:55:45.98107 kern.info: [ 10.816759] pci 0000:ff:0d.6: Adding to iommu group 190
2023-06-17T05:55:45.98108 kern.info: [ 10.816782] pci 0000:ff:0d.7: Adding to iommu group 191
2023-06-17T05:55:45.98109 kern.info: [ 10.816806] pci 0000:ff:0e.0: Adding to iommu group 192
2023-06-17T05:55:45.98111 kern.info: [ 10.816829] pci 0000:ff:0e.1: Adding to iommu group 193
2023-06-17T05:55:45.98112 kern.info: [ 10.816852] pci 0000:ff:0e.2: Adding to iommu group 194
2023-06-17T05:55:45.98113 kern.info: [ 10.816877] pci 0000:ff:0e.3: Adding to iommu group 195
2023-06-17T05:55:45.98114 kern.info: [ 10.816901] pci 0000:ff:0e.4: Adding to iommu group 196
2023-06-17T05:55:45.98116 kern.info: [ 10.816924] pci 0000:ff:0e.5: Adding to iommu group 197
2023-06-17T05:55:45.98117 kern.info: [ 10.816947] pci 0000:ff:0e.6: Adding to iommu group 198
2023-06-17T05:55:45.98119 kern.info: [ 10.816970] pci 0000:ff:0e.7: Adding to iommu group 199
2023-06-17T05:55:45.98120 kern.info: [ 10.816994] pci 0000:ff:0f.0: Adding to iommu group 200
2023-06-17T05:55:45.98121 kern.info: [ 10.817017] pci 0000:ff:0f.1: Adding to iommu group 201
2023-06-17T05:55:45.98122 kern.info: [ 10.817040] pci 0000:ff:0f.2: Adding to iommu group 202
2023-06-17T05:55:45.98124 kern.info: [ 10.817063] pci 0000:ff:0f.3: Adding to iommu group 203
2023-06-17T05:55:45.98125 kern.info: [ 10.817087] pci 0000:ff:0f.4: Adding to iommu group 204
2023-06-17T05:55:45.98126 kern.info: [ 10.817110] pci 0000:ff:0f.5: Adding to iommu group 205
2023-06-17T05:55:45.98127 kern.info: [ 10.817133] pci 0000:ff:0f.6: Adding to iommu group 206
2023-06-17T05:55:45.98129 kern.info: [ 10.817157] pci 0000:ff:0f.7: Adding to iommu group 207
2023-06-17T05:55:45.98130 kern.info: [ 10.817182] pci 0000:ff:10.0: Adding to iommu group 208
2023-06-17T05:55:45.98131 kern.info: [ 10.817205] pci 0000:ff:10.1: Adding to iommu group 209
2023-06-17T05:55:45.98132 kern.info: [ 10.817228] pci 0000:ff:10.2: Adding to iommu group 210
2023-06-17T05:55:45.98134 kern.info: [ 10.817252] pci 0000:ff:10.3: Adding to iommu group 211
2023-06-17T05:55:45.98135 kern.info: [ 10.817276] pci 0000:ff:10.4: Adding to iommu group 212
2023-06-17T05:55:45.98136 kern.info: [ 10.817299] pci 0000:ff:10.5: Adding to iommu group 213
2023-06-17T05:55:45.98138 kern.info: [ 10.817323] pci 0000:ff:10.6: Adding to iommu group 214
2023-06-17T05:55:45.98140 kern.info: [ 10.817346] pci 0000:ff:10.7: Adding to iommu group 215
2023-06-17T05:55:45.98141 kern.info: [ 10.817370] pci 0000:ff:1d.0: Adding to iommu group 216
2023-06-17T05:55:45.98143 kern.info: [ 10.817393] pci 0000:ff:1d.1: Adding to iommu group 217
2023-06-17T05:55:45.98144 kern.info: [ 10.817574] pci 0000:ff:1e.0: Adding to iommu group 218
2023-06-17T05:55:45.98145 kern.info: [ 10.817615] pci 0000:ff:1e.1: Adding to iommu group 218
2023-06-17T05:55:45.98146 kern.info: [ 10.817657] pci 0000:ff:1e.2: Adding to iommu group 218
2023-06-17T05:55:45.98148 kern.info: [ 10.817703] pci 0000:ff:1e.3: Adding to iommu group 218
2023-06-17T05:55:45.98149 kern.info: [ 10.817745] pci 0000:ff:1e.4: Adding to iommu group 218
2023-06-17T05:55:45.98150 kern.info: [ 10.817786] pci 0000:ff:1e.5: Adding to iommu group 218
2023-06-17T05:55:45.98151 kern.info: [ 10.817827] pci 0000:ff:1e.6: Adding to iommu group 218
2023-06-17T05:55:45.98153 kern.info: [ 10.817868] pci 0000:ff:1e.7: Adding to iommu group 218
2023-06-17T05:55:45.98154 kern.info: [ 10.818064] DMAR: Intel(R) Virtualization Technology for Directed I/O
2023-06-17T05:55:45.98155 kern.info: [ 10.818065] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
2023-06-17T05:55:45.98157 kern.info: [ 10.818066] software IO TLB: mapped [mem 0x0000000064872000-0x0000000068872000] (64MB)
2023-06-17T05:55:45.98158 kern.info: [ 10.827703] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x36c657b5833, max_idle_ns: 881590513399 ns
2023-06-17T05:55:45.98160 kern.info: [ 10.828015] clocksource: Switched to clocksource tsc
2023-06-17T05:55:45.98161 kern.notice: [ 10.830777] Initialise system trusted keyrings
2023-06-17T05:55:45.98162 kern.info: [ 10.830832] workingset: timestamp_bits=40 max_order=27 bucket_order=0
2023-06-17T05:55:45.98163 kern.info: [ 10.830839] zbud: loaded
2023-06-17T05:55:45.98165 kern.notice: [ 10.839039] Key type asymmetric registered
2023-06-17T05:55:45.98166 kern.notice: [ 10.839040] Asymmetric key parser 'x509' registered
2023-06-17T05:55:45.98167 kern.info: [ 10.839051] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
2023-06-17T05:55:45.98168 kern.info: [ 10.839121] io scheduler mq-deadline registered
2023-06-17T05:55:45.98170 kern.info: [ 10.839122] io scheduler kyber registered
2023-06-17T05:55:45.98171 kern.info: [ 10.839130] io scheduler bfq registered
2023-06-17T05:55:45.98172 kern.info: [ 10.840265] pcieport 0000:00:00.4: PME: Signaling with IRQ 40
2023-06-17T05:55:45.98174 kern.info: [ 10.840347] pcieport 0000:00:1c.0: Refused to change power state from D3hot to D0
2023-06-17T05:55:45.98175 kern.info: [ 10.840385] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
2023-06-17T05:55:45.98177 kern.err: [ 10.840392] pcieport 0000:00:1c.0: pciehp: Cannot get irq -1 for the hotplug controller
2023-06-17T05:55:45.98179 kern.info: [ 10.840397] fbcon: Taking over console
2023-06-17T05:55:45.98180 kern.err: [ 10.840400] pcieport 0000:00:1c.0: pciehp: Notification initialization failed (-1)
2023-06-17T05:55:45.98182 kern.info: [ 10.840621] pcieport 0000:00:1c.2: PME: Signaling with IRQ 41
2023-06-17T05:55:45.98183 kern.info: [ 10.840858] pcieport 0000:00:1c.3: PME: Signaling with IRQ 42
2023-06-17T05:55:45.98184 kern.info: [ 10.841076] pcieport 0000:00:1c.4: PME: Signaling with IRQ 43
2023-06-17T05:55:45.98185 kern.info: [ 10.841263] pcieport 0000:15:00.4: PME: Signaling with IRQ 44
2023-06-17T05:55:45.98187 kern.info: [ 10.841416] pcieport 0000:33:00.4: PME: Signaling with IRQ 45
2023-06-17T05:55:45.98188 kern.info: [ 10.841568] pcieport 0000:51:00.4: PME: Signaling with IRQ 46
2023-06-17T05:55:45.98189 kern.info: [ 10.841725] pcieport 0000:6f:00.4: PME: Signaling with IRQ 47
2023-06-17T05:55:45.98191 kern.info: [ 10.841878] pcieport 0000:6f:01.0: PME: Signaling with IRQ 48
2023-06-17T05:55:45.98192 kern.info: [ 10.842040] pcieport 0000:6f:03.0: PME: Signaling with IRQ 49
2023-06-17T05:55:45.98194 kern.info: [ 10.842194] pcieport 0000:6f:05.0: PME: Signaling with IRQ 50
2023-06-17T05:55:45.98195 kern.info: [ 10.842350] pcieport 0000:6f:07.0: PME: Signaling with IRQ 51
2023-06-17T05:55:45.98196 kern.info: [ 10.842506] pcieport 0000:8d:00.4: PME: Signaling with IRQ 52
2023-06-17T05:55:45.98197 kern.info: [ 10.842642] pcieport 0000:ab:00.4: PME: Signaling with IRQ 53
2023-06-17T05:55:45.98199 kern.info: [ 10.842745] pcieport 0000:c9:00.4: PME: Signaling with IRQ 54
2023-06-17T05:55:45.98200 kern.info: [ 10.842842] pcieport 0000:c9:01.0: PME: Signaling with IRQ 55
2023-06-17T05:55:45.98201 kern.info: [ 10.843112] pcieport 0000:e7:00.4: PME: Signaling with IRQ 56
2023-06-17T05:55:45.98203 kern.info: [ 10.843220] pcieport 0000:ec:00.4: PME: Signaling with IRQ 57
2023-06-17T05:55:45.98204 kern.info: [ 10.843321] pcieport 0000:f1:00.4: PME: Signaling with IRQ 58
2023-06-17T05:55:45.98205 kern.info: [ 10.843422] pcieport 0000:f6:00.4: PME: Signaling with IRQ 59
2023-06-17T05:55:45.98206 kern.info: [ 10.853820] acpi/hmat: Memory Flags:0001 Processor Domain:0 Memory Domain:0
2023-06-17T05:55:45.98208 kern.info: [ 10.853821] acpi/hmat: Locality: Flags:00 Type:Read Latency Initiator Domains:1 Target Domains:1 Base:100
2023-06-17T05:55:45.98209 kern.info: [ 10.853822] acpi/hmat: Initiator-Target[0-0]:91 nsec
2023-06-17T05:55:45.98211 kern.info: [ 10.853823] acpi/hmat: Locality: Flags:00 Type:Write Latency Initiator Domains:1 Target Domains:1 Base:100
2023-06-17T05:55:45.98212 kern.info: [ 10.853824] acpi/hmat: Initiator-Target[0-0]:91 nsec
2023-06-17T05:55:45.98213 kern.info: [ 10.853824] acpi/hmat: Locality: Flags:00 Type:Read Bandwidth Initiator Domains:1 Target Domains:1 Base:100
2023-06-17T05:55:45.98215 kern.info: [ 10.853824] acpi/hmat: Initiator-Target[0-0]:262100 MB/s
2023-06-17T05:55:45.98216 kern.info: [ 10.853825] acpi/hmat: Locality: Flags:00 Type:Write Bandwidth Initiator Domains:1 Target Domains:1 Base:100
2023-06-17T05:55:45.98217 kern.info: [ 10.853825] acpi/hmat: Initiator-Target[0-0]:176100 MB/s
2023-06-17T05:55:45.98218 kern.info: [ 10.853911] ERST: Error Record Serialization Table (ERST) support is initialized.
2023-06-17T05:55:45.98220 kern.info: [ 10.853912] pstore: Registered erst as persistent store backend
2023-06-17T05:55:45.98221 kern.info: [ 10.854327] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
2023-06-17T05:55:45.98223 kern.info: [ 10.875724] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
2023-06-17T05:55:45.98224 kern.info: [ 10.897324] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
2023-06-17T05:55:45.98225 kern.info: [ 10.929655] nvme nvme0: pci function 0000:70:00.0
2023-06-17T05:55:45.98227 kern.info: [ 10.929675] e1000e: Intel(R) PRO/1000 Network Driver
2023-06-17T05:55:45.98228 kern.info: [ 10.929697] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
2023-06-17T05:55:45.98229 kern.info: [ 10.929932] i8042: PNP: No PS/2 controller found.
2023-06-17T05:55:45.98231 kern.info: [ 10.930033] mousedev: PS/2 mouse device common for all mice
2023-06-17T05:55:45.98232 kern.info: [ 10.930066] nvme nvme1: pci function 0000:71:00.0
2023-06-17T05:55:45.98233 kern.info: [ 10.930088] rtc_cmos 00:00: RTC can wake from S4
2023-06-17T05:55:45.98235 kern.info: [ 10.930385] nvme nvme2: pci function 0000:72:00.0
2023-06-17T05:55:45.98236 kern.info: [ 10.930688] nvme nvme3: pci function 0000:73:00.0
2023-06-17T05:55:45.98237 kern.info: [ 10.931142] rtc_cmos 00:00: registered as rtc0
2023-06-17T05:55:45.98239 kern.info: [ 10.931354] rtc_cmos 00:00: setting system clock to 2023-06-17T05:55:40 UTC (1686981340)
2023-06-17T05:55:45.98240 kern.info: [ 10.931397] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
2023-06-17T05:55:45.98242 kern.info: [ 10.943776] intel_pstate: HWP enabled by BIOS
2023-06-17T05:55:45.98243 kern.info: [ 10.943778] intel_pstate: Intel P-state driver initializing
2023-06-17T05:55:45.98245 kern.info: [ 10.957916] intel_pstate: HWP enabled
2023-06-17T05:55:45.98246 kern.info: [ 10.959146] ledtrig-cpu: registered to indicate activity on CPUs
2023-06-17T05:55:45.98247 kern.info: [ 10.959176] efifb: probing for efifb
2023-06-17T05:55:45.98248 kern.info: [ 10.959204] efifb: showing boot graphics
2023-06-17T05:55:45.98250 kern.info: [ 10.959510] nvme nvme2: 32/0/0 default/read/poll queues
2023-06-17T05:55:45.98251 kern.info: [ 10.960422] efifb: framebuffer at 0x207c00000000, using 3072k, total 3072k
2023-06-17T05:55:45.98252 kern.info: [ 10.960424] efifb: mode is 1024x768x32, linelength=4096, pages=768
2023-06-17T05:55:45.98253 kern.info: [ 10.960425] efifb: scrolling: redraw
2023-06-17T05:55:45.98255 kern.info: [ 10.960425] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
2023-06-17T05:55:45.98256 kern.info: [ 10.960495] Console: switching to colour frame buffer device 128x48
2023-06-17T05:55:45.98257 kern.info: [ 10.961037] fb0: EFI VGA frame buffer device
2023-06-17T05:55:45.98259 kern.info: [ 10.961447] nvme nvme1: 32/0/0 default/read/poll queues
2023-06-17T05:55:45.98260 kern.info: [ 10.963222] nvme nvme0: 32/0/0 default/read/poll queues
2023-06-17T05:55:45.98261 kern.info: [ 10.966420] nvme nvme3: 32/0/0 default/read/poll queues
2023-06-17T05:55:45.98263 kern.info: [ 10.966654] nvme2n1: p1
2023-06-17T05:55:45.98264 kern.info: [ 10.969321] nvme0n1: p1 p2
2023-06-17T05:55:45.98266 kern.info: [ 10.969847] NET: Registered PF_INET6 protocol family
2023-06-17T05:55:45.98267 kern.info: [ 10.970195] nvme1n1: p1 p2
2023-06-17T05:55:45.98268 kern.info: [ 10.972037] nvme3n1: p1
2023-06-17T05:55:45.98270 kern.info: [ 10.976790] Freeing initrd memory: 21580K
2023-06-17T05:55:45.98271 kern.info: [ 10.983109] Segment Routing with IPv6
2023-06-17T05:55:45.98272 kern.info: [ 10.983114] RPL Segment Routing with IPv6
2023-06-17T05:55:45.98274 kern.info: [ 10.983136] In-situ OAM (IOAM) with IPv6
2023-06-17T05:55:45.98275 kern.info: [ 10.983197] NET: Registered PF_PACKET protocol family
2023-06-17T05:55:45.98276 kern.notice: [ 10.983405] Key type dns_resolver registered
2023-06-17T05:55:45.98278 kern.info: [ 11.031546] microcode: Microcode Update Driver: v2.2.
2023-06-17T05:55:45.98279 kern.info: [ 11.034496] resctrl: L3 allocation detected
2023-06-17T05:55:45.98280 kern.info: [ 11.034500] resctrl: L2 allocation detected
2023-06-17T05:55:45.98282 kern.info: [ 11.034501] resctrl: MB allocation detected
2023-06-17T05:55:45.98283 kern.info: [ 11.034503] resctrl: L3 monitoring detected
2023-06-17T05:55:45.98284 kern.info: [ 11.034510] IPI shorthand broadcast: enabled
2023-06-17T05:55:45.98286 kern.info: [ 11.035643] sched_clock: Marking stable (11034003128, 677601)->(4792109077, 6242571652)
2023-06-17T05:55:45.98287 kern.info: [ 11.038502] registered taskstats version 1
2023-06-17T05:55:45.98288 kern.notice: [ 11.040032] Loading compiled-in X.509 certificates
2023-06-17T05:55:45.98290 kern.info: [ 11.043018] zswap: loaded using pool lzo/zbud
2023-06-17T05:55:45.98291 kern.notice: [ 11.043948] Key type .fscrypt registered
2023-06-17T05:55:45.98292 kern.notice: [ 11.043949] Key type fscrypt-provisioning registered
2023-06-17T05:55:45.98294 kern.info: [ 11.043994] pstore: Using crash dump compression: deflate
2023-06-17T05:55:45.98295 kern.info: [ 11.044005] AppArmor: AppArmor sha1 policy hashing enabled
2023-06-17T05:55:45.98296 kern.info: [ 11.050545] Freeing unused kernel image (initmem) memory: 2972K
2023-06-17T05:55:45.98298 kern.info: [ 11.052691] Write protecting the kernel read-only data: 24576k
2023-06-17T05:55:45.98299 kern.info: [ 11.052959] Freeing unused kernel image (rodata/data gap) memory: 1500K
2023-06-17T05:55:45.98300 kern.info: [ 11.054424] x86/mm: Checked W+X mappings: passed, no W+X pages found.
2023-06-17T05:55:45.98301 kern.info: [ 11.054428] Run /init as init process
2023-06-17T05:55:45.98303 kern.debug: [ 11.054429] with arguments:
2023-06-17T05:55:45.98304 kern.debug: [ 11.054429] /init
2023-06-17T05:55:45.98306 kern.debug: [ 11.054430] with environment:
2023-06-17T05:55:45.98307 kern.debug: [ 11.054430] HOME=/
2023-06-17T05:55:45.98309 kern.debug: [ 11.054431] TERM=linux
2023-06-17T05:55:45.98316 kern.info: [ 11.237818] Linux agpgart interface v0.103
2023-06-17T05:55:45.98317 kern.notice: [ 11.242647] SCSI subsystem initialized
2023-06-17T05:55:45.98318 kern.info: [ 11.246169] ACPI: bus type USB registered
2023-06-17T05:55:45.98320 kern.info: [ 11.246307] usbcore: registered new interface driver usbfs
2023-06-17T05:55:45.98321 kern.info: [ 11.246314] usbcore: registered new interface driver hub
2023-06-17T05:55:45.98322 kern.info: [ 11.246350] usbcore: registered new device driver usb
2023-06-17T05:55:45.98324 kern.warn: [ 11.255520] spl: loading out-of-tree module taints kernel.
2023-06-17T05:55:45.98325 kern.info: [ 11.258434] cryptd: max_cpu_qlen set to 1000
2023-06-17T05:55:45.98326 kern.info: [ 11.258794] ACPI: bus type drm_connector registered
2023-06-17T05:55:45.98327 kern.debug: [ 11.265613] libata version 3.00 loaded.
2023-06-17T05:55:45.98329 kern.warn: [ 11.267868] znvpair: module license 'CDDL' taints kernel.
2023-06-17T05:55:45.98330 kern.warn: [ 11.267874] Disabling lock debugging due to kernel taint
2023-06-17T05:55:45.98332 kern.info: [ 11.280095] AVX2 version of gcm_enc/dec engaged.
2023-06-17T05:55:45.98333 kern.debug: [ 11.280133] ahci 0000:00:17.0: version 3.0
2023-06-17T05:55:45.98334 kern.info: [ 11.280282] AES CTR mode by8 optimization enabled
2023-06-17T05:55:45.98336 kern.info: [ 11.280997] xhci_hcd 0000:00:14.0: xHCI Host Controller
2023-06-17T05:55:45.98337 kern.info: [ 11.281006] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
2023-06-17T05:55:45.98338 kern.info: [ 11.282105] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
2023-06-17T05:55:45.98340 kern.info: [ 11.282421] xhci_hcd 0000:00:14.0: xHCI Host Controller
2023-06-17T05:55:45.98342 kern.info: [ 11.282423] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
2023-06-17T05:55:45.98343 kern.info: [ 11.282425] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
2023-06-17T05:55:45.98345 kern.info: [ 11.282472] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
2023-06-17T05:55:45.98346 kern.info: [ 11.282474] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2023-06-17T05:55:45.98348 kern.info: [ 11.282475] usb usb1: Product: xHCI Host Controller
2023-06-17T05:55:45.98349 kern.info: [ 11.282476] usb usb1: Manufacturer: Linux 6.2.15_2 xhci-hcd
2023-06-17T05:55:45.98350 kern.info: [ 11.282477] usb usb1: SerialNumber: 0000:00:14.0
2023-06-17T05:55:45.98351 kern.info: [ 11.282652] hub 1-0:1.0: USB hub found
2023-06-17T05:55:45.98353 kern.info: [ 11.282676] hub 1-0:1.0: 16 ports detected
2023-06-17T05:55:45.98354 kern.info: [ 11.284321] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
2023-06-17T05:55:45.98355 kern.info: [ 11.284323] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2023-06-17T05:55:45.98357 kern.info: [ 11.284324] usb usb2: Product: xHCI Host Controller
2023-06-17T05:55:45.98358 kern.info: [ 11.284325] usb usb2: Manufacturer: Linux 6.2.15_2 xhci-hcd
2023-06-17T05:55:45.98359 kern.info: [ 11.284326] usb usb2: SerialNumber: 0000:00:14.0
2023-06-17T05:55:45.98360 kern.info: [ 11.284389] hub 2-0:1.0: USB hub found
2023-06-17T05:55:45.98362 kern.info: [ 11.284405] hub 2-0:1.0: 8 ports detected
2023-06-17T05:55:45.98363 kern.info: [ 11.290583] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
2023-06-17T05:55:45.98364 kern.info: [ 11.290588] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds
2023-06-17T05:55:45.98366 kern.info: [ 11.308935] Console: switching to colour dummy device 80x25
2023-06-17T05:55:45.98367 kern.info: [ 11.309157] ast 0000:04:00.0: [drm] P2A bridge disabled, using default configuration
2023-06-17T05:55:45.98369 kern.info: [ 11.309160] ast 0000:04:00.0: [drm] AST 2600 detected
2023-06-17T05:55:45.98370 kern.info: [ 11.317215] scsi host0: ahci
2023-06-17T05:55:45.98371 kern.info: [ 11.317418] scsi host1: ahci
2023-06-17T05:55:45.98372 kern.info: [ 11.317523] scsi host2: ahci
2023-06-17T05:55:45.98374 kern.info: [ 11.317657] scsi host3: ahci
2023-06-17T05:55:45.98375 kern.info: [ 11.317763] scsi host4: ahci
2023-06-17T05:55:45.98376 kern.info: [ 11.317852] scsi host5: ahci
2023-06-17T05:55:45.98377 kern.info: [ 11.317943] scsi host6: ahci
2023-06-17T05:55:45.98379 kern.info: [ 11.318032] scsi host7: ahci
2023-06-17T05:55:45.98380 kern.info: [ 11.318062] ata1: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02100 irq 192
2023-06-17T05:55:45.98381 kern.info: [ 11.318064] ata2: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02180 irq 192
2023-06-17T05:55:45.98382 kern.info: [ 11.318066] ata3: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02200 irq 192
2023-06-17T05:55:45.98384 kern.info: [ 11.318067] ata4: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02280 irq 192
2023-06-17T05:55:45.98385 kern.info: [ 11.318068] ata5: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02300 irq 192
2023-06-17T05:55:45.98387 kern.info: [ 11.318070] ata6: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02380 irq 192
2023-06-17T05:55:45.98388 kern.info: [ 11.318071] ata7: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02400 irq 192
2023-06-17T05:55:45.98389 kern.info: [ 11.318073] ata8: SATA max UDMA/133 abar m2048@0x94a02000 port 0x94a02480 irq 192
2023-06-17T05:55:45.98391 kern.info: [ 11.417701] ast 0000:04:00.0: [drm] Using analog VGA
2023-06-17T05:55:45.98392 kern.info: [ 11.417709] ast 0000:04:00.0: [drm] dram MCLK=396 Mhz type=1 bus_width=16
2023-06-17T05:55:45.98393 kern.info: [ 11.418450] [drm] Initialized ast 0.1.0 20120228 for 0000:04:00.0 on minor 0
2023-06-17T05:55:45.98395 kern.info: [ 11.437884] Console: switching to colour frame buffer device 128x48
2023-06-17T05:55:45.98396 kern.info: [ 11.446163] ast 0000:04:00.0: [drm] fb0: astdrmfb frame buffer device
2023-06-17T05:55:45.98397 kern.info: [ 11.523746] usb 1-1: new high-speed USB device number 2 using xhci_hcd
2023-06-17T05:55:45.98399 kern.info: [ 11.623068] ata7: SATA link down (SStatus 0 SControl 300)
2023-06-17T05:55:45.98400 kern.info: [ 11.623100] ata8: SATA link down (SStatus 0 SControl 300)
2023-06-17T05:55:45.98401 kern.info: [ 11.623147] ata4: SATA link down (SStatus 0 SControl 300)
2023-06-17T05:55:45.98403 kern.info: [ 11.623194] ata1: SATA link down (SStatus 0 SControl 300)
2023-06-17T05:55:45.98404 kern.info: [ 11.623240] ata3: SATA link down (SStatus 0 SControl 300)
2023-06-17T05:55:45.98405 kern.info: [ 11.623270] ata2: SATA link down (SStatus 0 SControl 300)
2023-06-17T05:55:45.98407 kern.info: [ 11.623314] ata5: SATA link down (SStatus 0 SControl 300)
2023-06-17T05:55:45.98408 kern.info: [ 11.623345] ata6: SATA link down (SStatus 0 SControl 300)
2023-06-17T05:55:45.98409 kern.info: [ 11.650274] usb 1-1: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
2023-06-17T05:55:45.98410 kern.info: [ 11.650286] usb 1-1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2023-06-17T05:55:45.98412 kern.info: [ 11.650291] usb 1-1: Product: USB Virtual Hub
2023-06-17T05:55:45.98413 kern.info: [ 11.650294] usb 1-1: Manufacturer: Aspeed
2023-06-17T05:55:45.98414 kern.info: [ 11.650296] usb 1-1: SerialNumber: 00000000
2023-06-17T05:55:45.98416 kern.info: [ 11.651221] hub 1-1:1.0: USB hub found
2023-06-17T05:55:45.98417 kern.info: [ 11.651274] hub 1-1:1.0: 7 ports detected
2023-06-17T05:55:45.98418 kern.info: [ 11.764012] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
2023-06-17T05:55:45.98420 kern.info: [ 11.777660] usb 2-3: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.23
2023-06-17T05:55:45.98421 kern.info: [ 11.777671] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-17T05:55:45.98422 kern.info: [ 11.777675] usb 2-3: Product: USB3.0 Hub
2023-06-17T05:55:45.98424 kern.info: [ 11.777685] usb 2-3: Manufacturer: VIA Labs, Inc.
2023-06-17T05:55:45.98425 kern.info: [ 11.778838] hub 2-3:1.0: USB hub found
2023-06-17T05:55:45.98426 kern.info: [ 11.779086] hub 2-3:1.0: 4 ports detected
2023-06-17T05:55:45.98428 kern.info: [ 11.890748] usb 1-4: new high-speed USB device number 3 using xhci_hcd
2023-06-17T05:55:45.98429 kern.notice: [ 11.954365] ZFS: Loaded module v2.1.12-1, ZFS pool version 5000, ZFS filesystem version 5
2023-06-17T05:55:45.98430 kern.info: [ 11.982262] i915 0000:cc:00.0: [drm] VT-d active for gfx access
2023-06-17T05:55:45.98432 kern.info: [ 11.982265] i915 0000:cc:00.0: vgaarb: deactivate vga console
2023-06-17T05:55:45.98433 kern.info: [ 11.982296] i915 0000:cc:00.0: [drm] Local memory IO size: 0x00000001fc000000
2023-06-17T05:55:45.98434 kern.info: [ 11.982297] i915 0000:cc:00.0: [drm] Local memory available: 0x00000001fc000000
2023-06-17T05:55:45.98435 kern.info: [ 11.995097] i915 0000:cc:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
2023-06-17T05:55:45.98437 kern.info: [ 11.997872] i915 0000:cc:00.0: [drm] Finished loading DMC firmware i915/dg2_dmc_ver2_08.bin (v2.8)
2023-06-17T05:55:45.98438 kern.info: [ 12.017746] usb 1-4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.38
2023-06-17T05:55:45.98441 kern.info: [ 12.017754] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
2023-06-17T05:55:45.98442 kern.info: [ 12.017757] usb 1-4: Product: USB2.0 Hub
2023-06-17T05:55:45.98443 kern.info: [ 12.018603] hub 1-4:1.0: USB hub found
2023-06-17T05:55:45.98445 kern.info: [ 12.018839] hub 1-4:1.0: 4 ports detected
2023-06-17T05:55:45.98446 kern.info: [ 12.086745] usb 1-1.1: new high-speed USB device number 4 using xhci_hcd
2023-06-17T05:55:45.98447 kern.info: [ 12.152233] i915 0000:cc:00.0: [drm] GuC firmware i915/dg2_guc_70.bin version 70.5.1
2023-06-17T05:55:45.98449 kern.info: [ 12.152235] i915 0000:cc:00.0: [drm] HuC firmware i915/dg2_huc_gsc.bin version 7.10.3
2023-06-17T05:55:45.98450 kern.info: [ 12.162526] i915 0000:cc:00.0: [drm] GuC submission enabled
2023-06-17T05:55:45.98451 kern.info: [ 12.162529] i915 0000:cc:00.0: [drm] GuC SLPC enabled
2023-06-17T05:55:45.98452 kern.info: [ 12.162855] i915 0000:cc:00.0: [drm] GuC RC: enabled
2023-06-17T05:55:45.98454 kern.info: [ 12.163485] usb 1-1.1: New USB device found, idVendor=0557, idProduct=9241, bcdDevice= 5.04
2023-06-17T05:55:45.98455 kern.info: [ 12.163497] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-17T05:55:45.98457 kern.info: [ 12.163502] usb 1-1.1: Product: SMCI HID KM
2023-06-17T05:55:45.98458 kern.info: [ 12.163505] usb 1-1.1: Manufacturer: Linux 5.4.62 with aspeed_vhub
2023-06-17T05:55:45.98459 kern.info: [ 12.169266] hid: raw HID events driver (C) Jiri Kosina
2023-06-17T05:55:45.98460 kern.info: [ 12.175717] usbcore: registered new interface driver usbhid
2023-06-17T05:55:45.98462 kern.info: [ 12.175719] usbhid: USB HID core driver
2023-06-17T05:55:45.98463 kern.info: [ 12.176117] usbcore: registered new interface driver usbmouse
2023-06-17T05:55:45.98464 kern.info: [ 12.176895] input: Linux 5.4.62 with aspeed_vhub SMCI HID KM as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:0557:9241.0001/input/input0
2023-06-17T05:55:45.98466 kern.info: [ 12.192715] [drm] Initialized i915 1.6.0 20201103 for 0000:cc:00.0 on minor 1
2023-06-17T05:55:45.98467 kern.info: [ 12.211433] fbcon: i915drmfb (fb1) is primary device
2023-06-17T05:55:45.98468 kern.info: [ 12.211434] fbcon: Remapping primary device, fb1, to tty 1-63
2023-06-17T05:55:45.98470 kern.info: [ 12.228949] hid-generic 0003:0557:9241.0001: input,hidraw0: USB HID v1.00 Keyboard [Linux 5.4.62 with aspeed_vhub SMCI HID KM] on usb-0000:00:14.0-1.1/input0
2023-06-17T05:55:45.98471 kern.info: [ 12.229168] input: Linux 5.4.62 with aspeed_vhub SMCI HID KM as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0557:9241.0002/input/input1
2023-06-17T05:55:45.98473 kern.info: [ 12.229267] hid-generic 0003:0557:9241.0002: input,hidraw1: USB HID v1.00 Mouse [Linux 5.4.62 with aspeed_vhub SMCI HID KM] on usb-0000:00:14.0-1.1/input1
2023-06-17T05:55:45.98477 kern.info: [ 12.266771] i915 0000:cc:00.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
2023-06-17T05:55:45.98479 kern.info: [ 12.276701] usb 1-6: new full-speed USB device number 5 using xhci_hcd
2023-06-17T05:55:45.98480 kern.info: [ 12.404480] usb 1-6: New USB device found, idVendor=0764, idProduct=0501, bcdDevice= 2.00
2023-06-17T05:55:45.98481 kern.info: [ 12.404489] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
2023-06-17T05:55:45.98483 kern.info: [ 12.404493] usb 1-6: Product: CPJ1200
2023-06-17T05:55:45.98484 kern.info: [ 12.404495] usb 1-6: Manufacturer: CPS
2023-06-17T05:55:45.98485 kern.info: [ 12.404497] usb 1-6: SerialNumber: CTAJX2000050
2023-06-17T05:55:45.98487 kern.info: [ 12.408541] hid-generic 0003:0764:0501.0003: hiddev0,hidraw2: USB HID v1.10 Device [CPS CPJ1200] on usb-0000:00:14.0-6/input0
2023-06-17T05:55:45.98488 kern.info: [ 12.466755] usb 1-1.2: new high-speed USB device number 6 using xhci_hcd
2023-06-17T05:55:45.98489 kern.info: [ 12.543760] usb 1-1.2: New USB device found, idVendor=0b1f, idProduct=03ee, bcdDevice= 5.04
2023-06-17T05:55:45.98490 kern.info: [ 12.543770] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-17T05:55:45.98492 kern.info: [ 12.543774] usb 1-1.2: Product: RNDIS/Ethernet Gadget
2023-06-17T05:55:45.98493 kern.info: [ 12.543777] usb 1-1.2: Manufacturer: Linux 5.4.62 with aspeed_vhub
2023-06-17T05:55:45.98494 kern.info: [ 12.606784] usb 1-4.1: new high-speed USB device number 7 using xhci_hcd
2023-06-17T05:55:45.98496 kern.info: [ 12.690931] usb 1-4.1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.38
2023-06-17T05:55:45.98497 kern.info: [ 12.690934] usb 1-4.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
2023-06-17T05:55:45.98498 kern.info: [ 12.690934] usb 1-4.1: Product: USB2.0 Hub
2023-06-17T05:55:45.98500 kern.info: [ 12.691863] hub 1-4.1:1.0: USB hub found
2023-06-17T05:55:45.98501 kern.info: [ 12.692089] hub 1-4.1:1.0: 4 ports detected
2023-06-17T05:55:45.98502 kern.info: [ 12.803755] usb 1-10: new high-speed USB device number 8 using xhci_hcd
2023-06-17T05:55:45.98504 kern.info: [ 12.931015] usb 1-10: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.23
2023-06-17T05:55:45.98505 kern.info: [ 12.931024] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-17T05:55:45.98506 kern.info: [ 12.931028] usb 1-10: Product: USB2.0 Hub
2023-06-17T05:55:45.98508 kern.info: [ 12.931031] usb 1-10: Manufacturer: VIA Labs, Inc.
2023-06-17T05:55:45.98509 kern.info: [ 12.932295] hub 1-10:1.0: USB hub found
2023-06-17T05:55:45.98510 kern.info: [ 12.932445] hub 1-10:1.0: 4 ports detected
2023-06-17T05:55:45.98511 kern.info: [ 12.995685] usb 1-4.2: new full-speed USB device number 9 using xhci_hcd
2023-06-17T05:55:45.98513 kern.info: [ 13.073796] usb 1-4.2: New USB device found, idVendor=0c70, idProduct=f00e, bcdDevice= 1.00
2023-06-17T05:55:45.98514 kern.info: [ 13.073798] usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2023-06-17T05:55:45.98516 kern.info: [ 13.073799] usb 1-4.2: Product: D5 NEXT
2023-06-17T05:55:45.98517 kern.info: [ 13.073800] usb 1-4.2: Manufacturer: Aqua Computer GmbH & Co. KG
2023-06-17T05:55:45.98518 kern.info: [ 13.073800] usb 1-4.2: SerialNumber: 05078-32503
2023-06-17T05:55:45.98519 kern.info: [ 13.082044] hid-generic 0003:0C70:F00E.0004: hiddev1,hidraw3: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG D5 NEXT] on usb-0000:00:14.0-4.2/input1
2023-06-17T05:55:45.98521 kern.info: [ 13.136791] usb 1-4.1.3: new full-speed USB device number 10 using xhci_hcd
2023-06-17T05:55:45.98522 kern.info: [ 13.214657] usb 1-4.1.3: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.24
2023-06-17T05:55:45.98523 kern.info: [ 13.214667] usb 1-4.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-17T05:55:45.98525 kern.info: [ 13.214671] usb 1-4.1.3: Product: YubiKey OTP+FIDO+CCID
2023-06-17T05:55:45.98526 kern.info: [ 13.214674] usb 1-4.1.3: Manufacturer: Yubico
2023-06-17T05:55:45.98527 kern.info: [ 13.229570] input: Yubico YubiKey OTP+FIDO+CCID as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.3/1-4.1.3:1.0/0003:1050:0407.0005/input/input2
2023-06-17T05:55:45.98529 kern.info: [ 13.280823] hid-generic 0003:1050:0407.0005: input,hidraw4: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-4.1.3/input0
2023-06-17T05:55:45.98530 kern.info: [ 13.281724] hid-generic 0003:1050:0407.0006: hiddev2,hidraw5: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-4.1.3/input1
2023-06-17T05:55:45.98531 kern.info: [ 13.282688] usb 1-4.3: new full-speed USB device number 11 using xhci_hcd
2023-06-17T05:55:45.98533 kern.info: [ 13.284277] usbcore: registered new interface driver usbkbd
2023-06-17T05:55:45.98534 kern.info: [ 13.343732] i915 0000:cc:00.0: [drm] fb1: i915drmfb frame buffer device
2023-06-17T05:55:45.98535 kern.info: [ 13.361757] usb 1-4.3: New USB device found, idVendor=0c70, idProduct=f012, bcdDevice= 1.00
2023-06-17T05:55:45.98537 kern.info: [ 13.361761] usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2023-06-17T05:55:45.98538 kern.info: [ 13.361762] usb 1-4.3: Product: high flow NEXT
2023-06-17T05:55:45.98540 kern.info: [ 13.361763] usb 1-4.3: Manufacturer: Aqua Computer GmbH & Co. KG
2023-06-17T05:55:45.98541 kern.info: [ 13.361764] usb 1-4.3: SerialNumber: 01118-04151
2023-06-17T05:55:45.98544 kern.info: [ 13.370067] hid-generic 0003:0C70:F012.0007: hiddev3,hidraw6: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG high flow NEXT] on usb-0000:00:14.0-4.3/input1
2023-06-17T05:55:45.98545 kern.info: [ 13.423750] usb 1-4.1.4: new full-speed USB device number 12 using xhci_hcd
2023-06-17T05:55:45.98546 kern.info: [ 13.501881] usb 1-4.1.4: New USB device found, idVendor=0c70, idProduct=f001, bcdDevice= 0.02
2023-06-17T05:55:45.98548 kern.info: [ 13.501893] usb 1-4.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2023-06-17T05:55:45.98549 kern.info: [ 13.501898] usb 1-4.1.4: Product: aquaero
2023-06-17T05:55:45.98550 kern.info: [ 13.501900] usb 1-4.1.4: Manufacturer: Aqua Computer GmbH & Co. KG
2023-06-17T05:55:45.98551 kern.info: [ 13.501903] usb 1-4.1.4: SerialNumber: 14652-16288
2023-06-17T05:55:45.98553 kern.info: [ 13.510853] input: Aqua Computer GmbH & Co. KG aquaero Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.0/0003:0C70:F001.0008/input/input3
2023-06-17T05:55:45.98554 kern.info: [ 13.563694] usb 1-4.4: new full-speed USB device number 13 using xhci_hcd
2023-06-17T05:55:45.98556 kern.info: [ 13.563743] input: Aqua Computer GmbH & Co. KG aquaero Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.0/0003:0C70:F001.0008/input/input4
2023-06-17T05:55:45.98557 kern.info: [ 13.563847] hid-generic 0003:0C70:F001.0008: input,hidraw7: USB HID v1.11 Keyboard [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input0
2023-06-17T05:55:45.98558 kern.info: [ 13.564918] input: Aqua Computer GmbH & Co. KG aquaero Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.1/0003:0C70:F001.0009/input/input5
2023-06-17T05:55:45.98560 kern.info: [ 13.616821] input: Aqua Computer GmbH & Co. KG aquaero System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.1/0003:0C70:F001.0009/input/input6
2023-06-17T05:55:45.98561 kern.info: [ 13.616925] hid-generic 0003:0C70:F001.0009: input,hidraw8: USB HID v1.12 Device [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input1
2023-06-17T05:55:45.98562 kern.info: [ 13.621434] hid-generic 0003:0C70:F001.000A: hiddev4,hidraw9: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input2
2023-06-17T05:55:45.98564 kern.info: [ 13.642740] usb 1-4.4: New USB device found, idVendor=0c70, idProduct=f014, bcdDevice= 1.00
2023-06-17T05:55:45.98565 kern.info: [ 13.642746] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2023-06-17T05:55:45.98566 kern.info: [ 13.642748] usb 1-4.4: Product: LEAKSHIELD
2023-06-17T05:55:45.98568 kern.info: [ 13.642749] usb 1-4.4: Manufacturer: Aqua Computer GmbH & Co. KG
2023-06-17T05:55:45.98569 kern.info: [ 13.642751] usb 1-4.4: SerialNumber: 07739-01904
2023-06-17T05:55:45.98570 kern.info: [ 13.654560] hid-generic 0003:0C70:F014.000B: hiddev5,hidraw10: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG LEAKSHIELD] on usb-0000:00:14.0-4.4/input1
2023-06-17T05:55:45.98572 kern.info: [ 13.655494] input: Aqua Computer GmbH & Co. KG LEAKSHIELD Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.2/0003:0C70:F014.000C/input/input7
2023-06-17T05:55:45.98573 kern.info: [ 13.707011] hid-generic 0003:0C70:F014.000C: input,hidraw11: USB HID v1.11 Keyboard [Aqua Computer GmbH & Co. KG LEAKSHIELD] on usb-0000:00:14.0-4.4/input2
2023-06-17T05:55:45.98574 kern.info: [ 13.766689] usb 1-10.1: new full-speed USB device number 14 using xhci_hcd
2023-06-17T05:55:45.98578 kern.info: [ 14.064855] usb 1-10.1: New USB device found, idVendor=0a12, idProduct=1243, bcdDevice=86.48
2023-06-17T05:55:45.98580 kern.info: [ 14.064867] usb 1-10.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2023-06-17T05:55:45.98581 kern.info: [ 14.064872] usb 1-10.1: Product: Audioengine 2+
2023-06-17T05:55:45.98582 kern.info: [ 14.064875] usb 1-10.1: Manufacturer: Audioengine Ltd.
2023-06-17T05:55:45.98583 kern.info: [ 14.064878] usb 1-10.1: SerialNumber: ABCDEFB1180003
2023-06-17T05:55:45.98586 kern.info: [ 14.094962] input: Audioengine Ltd. Audioengine 2+ as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1:1.2/0003:0A12:1243.000D/input/input8
2023-06-17T05:55:45.98588 kern.info: [ 14.146982] hid-generic 0003:0A12:1243.000D: input,hidraw12: USB HID v1.11 Device [Audioengine Ltd. Audioengine 2+] on usb-0000:00:14.0-10.1/input2
2023-06-17T05:55:45.98591 kern.info: [ 14.272686] usb 1-10.2: new high-speed USB device number 15 using xhci_hcd
2023-06-17T05:55:45.98592 kern.info: [ 14.363914] fuse: init (API version 7.38)
2023-06-17T05:55:45.98593 kern.info: [ 14.386680] raid6: avx512x4 gen() 32068 MB/s
2023-06-17T05:55:45.98594 kern.info: [ 14.403681] raid6: avx512x2 gen() 42818 MB/s
2023-06-17T05:55:45.98596 kern.info: [ 14.409077] usb 1-10.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
2023-06-17T05:55:45.98597 kern.info: [ 14.409089] usb 1-10.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
2023-06-17T05:55:45.98598 kern.info: [ 14.409093] usb 1-10.2: Product: USB 2.0 Hub
2023-06-17T05:55:45.98600 kern.info: [ 14.410217] hub 1-10.2:1.0: USB hub found
2023-06-17T05:55:45.98601 kern.info: [ 14.410247] hub 1-10.2:1.0: 4 ports detected
2023-06-17T05:55:45.98602 kern.info: [ 14.420680] raid6: avx512x1 gen() 29642 MB/s
2023-06-17T05:55:45.98603 kern.info: [ 14.437679] raid6: avx2x4 gen() 40542 MB/s
2023-06-17T05:55:45.98604 kern.info: [ 14.454680] raid6: avx2x2 gen() 40863 MB/s
2023-06-17T05:55:45.98606 kern.info: [ 14.471680] raid6: avx2x1 gen() 37794 MB/s
2023-06-17T05:55:45.98607 kern.info: [ 14.471680] raid6: using algorithm avx512x2 gen() 42818 MB/s
2023-06-17T05:55:45.98608 kern.info: [ 14.488679] raid6: .... xor() 30397 MB/s, rmw enabled
2023-06-17T05:55:45.98610 kern.info: [ 14.488680] raid6: using avx512x2 recovery algorithm
2023-06-17T05:55:45.98611 kern.info: [ 14.496757] xor: automatically using best checksumming function avx
2023-06-17T05:55:45.98612 kern.info: [ 14.523705] usb 1-10.3: new full-speed USB device number 16 using xhci_hcd
2023-06-17T05:55:45.98614 kern.info: [ 14.597313] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=no
2023-06-17T05:55:45.98615 kern.info: [ 14.600428] Non-volatile memory driver v1.3
2023-06-17T05:55:45.98616 kern.info: [ 14.607372] loop: module loaded
2023-06-17T05:55:45.98617 kern.info: [ 14.611035] tun: Universal TUN/TAP device driver, 1.6
2023-06-17T05:55:45.98619 kern.info: [ 14.615837] PPP generic driver version 2.4.2
2023-06-17T05:55:45.98620 kern.info: [ 14.625667] device-mapper: uevent: version 1.0.3
2023-06-17T05:55:45.98621 kern.info: [ 14.625721] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
2023-06-17T05:55:45.98623 kern.info: [ 14.630143] VFIO - User Level meta-driver version: 0.3
2023-06-17T05:55:45.98624 kern.info: [ 14.661874] Bluetooth: Core ver 2.22
2023-06-17T05:55:45.98625 kern.info: [ 14.661885] NET: Registered PF_BLUETOOTH protocol family
2023-06-17T05:55:45.98626 kern.info: [ 14.661886] Bluetooth: HCI device and connection manager initialized
2023-06-17T05:55:45.98628 kern.info: [ 14.661890] Bluetooth: HCI socket layer initialized
2023-06-17T05:55:45.98629 kern.info: [ 14.661892] Bluetooth: L2CAP socket layer initialized
2023-06-17T05:55:45.98631 kern.info: [ 14.661894] Bluetooth: SCO socket layer initialized
2023-06-17T05:55:45.98632 kern.info: [ 14.662073] usb 1-10.3: New USB device found, idVendor=04d8, idProduct=eb5f, bcdDevice= 0.07
2023-06-17T05:55:45.98633 kern.info: [ 14.662086] usb 1-10.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-17T05:55:45.98634 kern.info: [ 14.662090] usb 1-10.3: Product: 7skb
2023-06-17T05:55:45.98636 kern.info: [ 14.662093] usb 1-10.3: Manufacturer: Salicylic_Acid
2023-06-17T05:55:45.98637 kern.info: [ 14.673158] input: Salicylic_Acid 7skb as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.0/0003:04D8:EB5F.000E/input/input9
2023-06-17T05:55:45.98638 kern.info: [ 14.677342] NET: Registered PF_VSOCK protocol family
2023-06-17T05:55:45.98640 kern.info: [ 14.724846] hid-generic 0003:04D8:EB5F.000E: input,hidraw13: USB HID v1.11 Keyboard [Salicylic_Acid 7skb] on usb-0000:00:14.0-10.3/input0
2023-06-17T05:55:45.98641 kern.info: [ 14.725831] hid-generic 0003:04D8:EB5F.000F: hiddev6,hidraw14: USB HID v1.11 Device [Salicylic_Acid 7skb] on usb-0000:00:14.0-10.3/input1
2023-06-17T05:55:45.98643 kern.info: [ 14.727405] input: Salicylic_Acid 7skb Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.2/0003:04D8:EB5F.0010/input/input10
2023-06-17T05:55:45.98644 kern.info: [ 14.727516] input: Salicylic_Acid 7skb System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.2/0003:04D8:EB5F.0010/input/input11
2023-06-17T05:55:45.98645 kern.info: [ 14.731142] nct6775: Found NCT6798D or compatible chip at 0x2e:0xa30
2023-06-17T05:55:45.98649 kern.info: [ 14.778872] input: Salicylic_Acid 7skb Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.2/0003:04D8:EB5F.0010/input/input12
2023-06-17T05:55:45.98651 kern.info: [ 14.779127] hid-generic 0003:04D8:EB5F.0010: input,hidraw15: USB HID v1.11 Mouse [Salicylic_Acid 7skb] on usb-0000:00:14.0-10.3/input2
2023-06-17T05:55:45.98652 kern.info: [ 14.783123] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input13
2023-06-17T05:55:45.98653 kern.info: [ 14.786730] ACPI: button: Power Button [PWRB]
2023-06-17T05:55:45.98655 kern.info: [ 14.786888] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input14
2023-06-17T05:55:45.98656 kern.info: [ 14.786976] ACPI: button: Power Button [PWRF]
2023-06-17T05:55:45.98657 kern.info: [ 14.797448] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1B, rev-id 22)
2023-06-17T05:55:45.98659 kern.info: [ 14.808430] IPMI message handler: version 39.2
2023-06-17T05:55:45.98660 kern.info: [ 14.810052] ipmi device interface
2023-06-17T05:55:45.98661 kern.info: [ 14.841695] usb 1-10.2.3: new full-speed USB device number 17 using xhci_hcd
2023-06-17T05:55:45.98663 kern.info: [ 14.876021] dca service started, version 1.12.1
2023-06-17T05:55:45.98664 kern.info: [ 14.876092] MACsec IEEE 802.1AE
2023-06-17T05:55:45.98665 kern.info: [ 14.879381] ipmi_si: IPMI System Interface driver
2023-06-17T05:55:45.98666 kern.info: [ 14.879842] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
2023-06-17T05:55:45.98668 kern.info: [ 14.879846] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
2023-06-17T05:55:45.98669 kern.info: [ 14.879848] ipmi_si: Adding SMBIOS-specified kcs state machine
2023-06-17T05:55:45.98670 kern.info: [ 14.880454] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
2023-06-17T05:55:45.98672 kern.info: [ 14.880553] ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca2] regsize 1 spacing 1 irq 0
2023-06-17T05:55:45.98673 kern.info: [ 14.881113] input: PC Speaker as /devices/platform/pcspkr/input/input15
2023-06-17T05:55:45.98675 kern.info: [ 14.882065] aquacomputer_d5next 0003:0C70:F00E.0004: hidraw3: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG D5 NEXT] on usb-0000:00:14.0-4.2/input1
2023-06-17T05:55:45.98676 kern.info: [ 14.882705] idxd 0000:e7:01.0: enabling device (0144 -> 0146)
2023-06-17T05:55:45.98677 kern.info: [ 14.883220] i801_smbus 0000:00:1f.4: enabling device (0141 -> 0143)
2023-06-17T05:55:45.98678 kern.info: [ 14.883386] i801_smbus 0000:00:1f.4: SPD Write Disable is set
2023-06-17T05:55:45.98680 kern.info: [ 14.883476] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
2023-06-17T05:55:45.98681 kern.info: [ 14.884270] usbcore: registered new interface driver cdc_ether
2023-06-17T05:55:45.98682 kern.info: [ 14.884899] i2c i2c-9: 8/16 memory slots populated (from DMI)
2023-06-17T05:55:45.98684 kern.warn: [ 14.884901] i2c i2c-9: Systems with more than 4 memory slots not supported yet, not instantiating SPD
2023-06-17T05:55:45.98685 kern.info: [ 14.889229] igb: Intel(R) Gigabit Ethernet Network Driver
2023-06-17T05:55:45.98686 kern.info: [ 14.889232] igb: Copyright (c) 2007-2014 Intel Corporation.
2023-06-17T05:55:45.98687 kern.warn: [ 14.889371] ACPI Warning: \_SB.PC00.RP03._PRT: Return Package has no elements (empty) (20221020/nsprepkg-94)
2023-06-17T05:55:45.98689 kern.info: [ 14.890849] idxd 0000:e7:01.0: Intel(R) Accelerator Device (v100)
2023-06-17T05:55:45.98690 kern.info: [ 14.893236] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
2023-06-17T05:55:45.98691 kern.info: [ 14.893239] RAPL PMU: hw unit of domain package 2^-14 Joules
2023-06-17T05:55:45.98693 kern.info: [ 14.893240] RAPL PMU: hw unit of domain dram 2^-14 Joules
2023-06-17T05:55:45.98694 kern.info: [ 14.893241] RAPL PMU: hw unit of domain psys 2^-0 Joules
2023-06-17T05:55:45.98695 kern.info: [ 14.897769] iTCO_vendor_support: vendor-support=0
2023-06-17T05:55:45.98697 kern.info: [ 14.898745] rndis_host 1-1.2:2.0 usb0: register 'rndis_host' at usb-0000:00:14.0-1.2, RNDIS device, be:3a:f2:b6:05:9f
2023-06-17T05:55:45.98698 kern.info: [ 14.898770] usbcore: registered new interface driver rndis_host
2023-06-17T05:55:45.98699 kern.info: [ 14.934000] atlantic: Detect ATL2FW 103001e
2023-06-17T05:55:45.98700 kern.info: [ 14.934017] aquacomputer_d5next 0003:0C70:F012.0007: hidraw6: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG high flow NEXT] on usb-0000:00:14.0-4.3/input1
2023-06-17T05:55:45.98702 kern.warn: [ 14.934032] mei_gsc i915.mei-gscfi.52224: FW not ready: resetting: dev_state = 2 pxp = 0
2023-06-17T05:55:45.98703 kern.warn: [ 14.934051] mei_gsc i915.mei-gscfi.52224: unexpected reset: dev_state = ENABLED fw status = 00000345 84670000 00000000 00000000 E0020002 00000000
2023-06-17T05:55:45.98705 kern.warn: [ 14.934787] mei_gsc i915.mei-gsc.52224: FW not ready: resetting: dev_state = 2 pxp = 2
2023-06-17T05:55:45.98706 kern.warn: [ 14.934804] mei_gsc i915.mei-gsc.52224: unexpected reset: dev_state = ENABLED fw status = 00000345 84670000 00000000 00000000 E0020002 00000000
2023-06-17T05:55:45.98707 kern.info: [ 14.935435] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
2023-06-17T05:55:45.98709 kern.info: [ 14.948376] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
2023-06-17T05:55:45.98710 kern.info: [ 14.948386] pps pps0: new PPS source ptp0
2023-06-17T05:55:45.98711 kern.info: [ 14.948436] igb 0000:02:00.0: added PHC on eth1
2023-06-17T05:55:45.98712 kern.info: [ 14.948437] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
2023-06-17T05:55:45.98714 kern.info: [ 14.948438] igb 0000:02:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 3c:ec:ef:dd:6d:df
2023-06-17T05:55:45.98715 kern.info: [ 14.948488] igb 0000:02:00.0: eth1: PBA No: 010000-000
2023-06-17T05:55:45.98717 kern.info: [ 14.948488] igb 0000:02:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
2023-06-17T05:55:45.98718 kern.info: [ 14.948711] idma64 idma64.0: Found Intel integrated DMA 64-bit
2023-06-17T05:55:45.98719 kern.info: [ 14.957414] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
2023-06-17T05:55:45.98720 kern.info: [ 14.957429] ipmi_si: Adding ACPI-specified kcs state machine
2023-06-17T05:55:45.98722 kern.info: [ 14.958772] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
2023-06-17T05:55:45.98723 kern.info: [ 14.959320] igb 0000:02:00.0 eno1: renamed from eth1
2023-06-17T05:55:45.98724 kern.info: [ 14.960821] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
2023-06-17T05:55:45.98726 kern.info: [ 14.961128] idma64 idma64.1: Found Intel integrated DMA 64-bit
2023-06-17T05:55:45.98727 kern.info: [ 14.965297] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
2023-06-17T05:55:45.98728 kern.info: [ 14.965538] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
2023-06-17T05:55:45.98729 kern.info: [ 14.967970] snd_hda_intel 0000:00:1f.3: enabling device (0140 -> 0142)
2023-06-17T05:55:45.98731 kern.info: [ 14.968610] snd_hda_intel 0000:cd:00.0: enabling device (0140 -> 0142)
2023-06-17T05:55:45.98732 kern.info: [ 14.968684] snd_hda_intel 0000:cd:00.0: bound 0000:cc:00.0 (ops __SCT__tp_func_intel_frontbuffer_flush [i915])
2023-06-17T05:55:45.98733 kern.err: [ 14.973216] snd_hda_intel 0000:cd:00.0: Unknown capability 0
2023-06-17T05:55:45.98735 kern.info: [ 14.973588] intel-lpss 0000:00:15.2: enabling device (0000 -> 0002)
2023-06-17T05:55:45.98736 kern.info: [ 14.973822] idma64 idma64.2: Found Intel integrated DMA 64-bit
2023-06-17T05:55:45.98737 kern.info: [ 14.985965] intel-lpss 0000:00:15.3: enabling device (0000 -> 0002)
2023-06-17T05:55:45.98739 kern.info: [ 14.986403] idma64 idma64.3: Found Intel integrated DMA 64-bit
2023-06-17T05:55:45.98741 kern.info: [ 15.010854] atlantic 0000:05:00.0 eno2: renamed from eth0
2023-06-17T05:55:45.98742 kern.info: [ 15.029809] rndis_host 1-1.2:2.0 enp0s20f0u1u2c2: renamed from usb0
2023-06-17T05:55:45.98743 kern.info: [ 15.045064] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888-VD: line_outs=3 (0x14/0x17/0x16/0x0/0x0) type:line
2023-06-17T05:55:45.98745 kern.info: [ 15.045069] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
2023-06-17T05:55:45.98746 kern.info: [ 15.045071] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
2023-06-17T05:55:45.98747 kern.info: [ 15.045072] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
2023-06-17T05:55:45.98750 kern.info: [ 15.045073] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x1e
2023-06-17T05:55:45.98751 kern.info: [ 15.045074] snd_hda_codec_realtek hdaudioC0D0: inputs:
2023-06-17T05:55:45.98753 kern.info: [ 15.045075] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
2023-06-17T05:55:45.98754 kern.info: [ 15.045076] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
2023-06-17T05:55:45.98755 kern.info: [ 15.045077] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
2023-06-17T05:55:45.98757 kern.info: [ 15.053423] usb 1-10.2.3: New USB device found, idVendor=17a0, idProduct=0241, bcdDevice= 1.02
2023-06-17T05:55:45.98758 kern.info: [ 15.053429] usb 1-10.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=128
2023-06-17T05:55:45.98759 kern.info: [ 15.053431] usb 1-10.2.3: Product: Samson G-Track Pro
2023-06-17T05:55:45.98760 kern.info: [ 15.053433] usb 1-10.2.3: Manufacturer: Samson Technologies
2023-06-17T05:55:45.98762 kern.info: [ 15.053434] usb 1-10.2.3: SerialNumber: D0B3380A0E212B00
2023-06-17T05:55:45.98763 kern.warn: [ 15.064694] ipmi_si IPI0001:00: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
2023-06-17T05:55:45.98764 kern.info: [ 15.069029] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
2023-06-17T05:55:45.98766 kern.info: [ 15.069477] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:c9/0000:c9:01.0/0000:ca:00.0/0000:cb:04.0/0000:cd:00.0/sound/card1/input16
2023-06-17T05:55:45.98767 kern.info: [ 15.097805] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
2023-06-17T05:55:45.98769 kern.info: [ 15.097850] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
2023-06-17T05:55:45.98770 kern.info: [ 15.097925] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:c9/0000:c9:01.0/0000:ca:00.0/0000:cb:04.0/0000:cd:00.0/sound/card1/input17
2023-06-17T05:55:45.98771 kern.info: [ 15.107372] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x002a7c, prod_id: 0x1c4d, dev_id: 0x20)
2023-06-17T05:55:45.98772 kern.debug: [ 15.107767] EDAC i10nm: No hbm memory
2023-06-17T05:55:45.98774 kern.info: [ 15.107812] EDAC MC0: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#0: DEV 0000:fe:0c.0 (INTERRUPT)
2023-06-17T05:55:45.98775 kern.info: [ 15.107846] EDAC MC1: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#1: DEV 0000:fe:0d.0 (INTERRUPT)
2023-06-17T05:55:45.98776 kern.info: [ 15.107889] EDAC MC2: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#2: DEV 0000:fe:0e.0 (INTERRUPT)
2023-06-17T05:55:45.98778 kern.info: [ 15.107926] EDAC MC3: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#3: DEV 0000:fe:0f.0 (INTERRUPT)
2023-06-17T05:55:45.98779 kern.info: [ 15.107930] EDAC i10nm: v0.0.5
2023-06-17T05:55:45.98781 kern.info: [ 15.125569] intel_rapl_common: Found RAPL domain package
2023-06-17T05:55:45.98782 kern.info: [ 15.125575] intel_rapl_common: Found RAPL domain dram
2023-06-17T05:55:45.98783 kern.info: [ 15.129759] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
2023-06-17T05:55:45.98784 kern.info: [ 15.129793] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
2023-06-17T05:55:45.98786 kern.info: [ 15.129870] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:c9/0000:c9:01.0/0000:ca:00.0/0000:cb:04.0/0000:cd:00.0/sound/card1/input18
2023-06-17T05:55:45.98787 kern.info: [ 15.129881] aquacomputer_d5next 0003:0C70:F001.0008: hidraw7: USB HID v1.11 Keyboard [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input0
2023-06-17T05:55:45.98789 kern.info: [ 15.129919] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:c9/0000:c9:01.0/0000:ca:00.0/0000:cb:04.0/0000:cd:00.0/sound/card1/input19
2023-06-17T05:55:45.98790 kern.info: [ 15.130128] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
2023-06-17T05:55:45.98791 kern.info: [ 15.130334] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
2023-06-17T05:55:45.98792 kern.info: [ 15.155713] usb 1-10.4: new full-speed USB device number 18 using xhci_hcd
2023-06-17T05:55:45.98794 kern.info: [ 15.194008] ipmi_si IPI0001:00: IPMI kcs interface initialized
2023-06-17T05:55:45.98795 kern.info: [ 15.196856] ipmi_ssif: IPMI SSIF Interface driver
2023-06-17T05:55:45.98796 kern.info: [ 15.231020] aquacomputer_d5next 0003:0C70:F001.0009: hidraw7: USB HID v1.12 Device [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input1
2023-06-17T05:55:45.98798 kern.info: [ 15.290365] aquacomputer_d5next 0003:0C70:F001.000A: hidraw7: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG aquaero] on usb-0000:00:14.0-4.1.4/input2
2023-06-17T05:55:45.98799 kern.info: [ 15.295195] usb 1-10.4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.11
2023-06-17T05:55:45.98801 kern.info: [ 15.295207] usb 1-10.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023-06-17T05:55:45.98802 kern.info: [ 15.295211] usb 1-10.4: Product: USB Receiver
2023-06-17T05:55:45.98803 kern.info: [ 15.295214] usb 1-10.4: Manufacturer: Logitech
2023-06-17T05:55:45.98804 kern.info: [ 15.306391] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.0/0003:046D:C52B.0011/input/input27
2023-06-17T05:55:45.98806 kern.info: [ 15.333262] i915 0000:cc:00.0: [drm] HuC authenticated
2023-06-17T05:55:45.98807 kern.info: [ 15.333273] mei_pxp i915.mei-gsc.52224-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:cc:00.0 (ops __SCT__tp_func_intel_frontbuffer_flush [i915])
2023-06-17T05:55:45.98808 kern.info: [ 15.346112] aquacomputer_d5next 0003:0C70:F014.000B: hidraw8: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG LEAKSHIELD] on usb-0000:00:14.0-4.4/input1
2023-06-17T05:55:45.98810 kern.info: [ 15.358023] hid-generic 0003:046D:C52B.0011: input,hidraw9: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-10.4/input0
2023-06-17T05:55:45.98811 kern.info: [ 15.361775] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.1/0003:046D:C52B.0012/input/input28
2023-06-17T05:55:45.98813 kern.info: [ 15.361891] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.1/0003:046D:C52B.0012/input/input29
2023-06-17T05:55:45.98814 kern.info: [ 15.414123] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.1/0003:046D:C52B.0012/input/input30
2023-06-17T05:55:45.98815 kern.info: [ 15.414275] hid-generic 0003:046D:C52B.0012: input,hiddev1,hidraw10: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-10.4/input1
2023-06-17T05:55:45.98816 kern.info: [ 15.417106] hid-generic 0003:046D:C52B.0013: hiddev3,hidraw16: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-10.4/input2
2023-06-17T05:55:45.98818 kern.info: [ 15.433082] mc: Linux media interface: v0.10
2023-06-17T05:55:45.98819 kern.info: [ 15.459113] aquacomputer_d5next 0003:0C70:F014.000C: hidraw11: USB HID v1.11 Keyboard [Aqua Computer GmbH & Co. KG LEAKSHIELD] on usb-0000:00:14.0-4.4/input2
2023-06-17T05:55:45.98821 kern.err: [ 15.466967] usb 1-10.1: 1:1: cannot set freq 48000 to ep 0x3
2023-06-17T05:55:45.98822 kern.info: [ 15.525355] logitech-djreceiver 0003:046D:C52B.0013: hiddev3,hidraw9: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-10.4/input2
2023-06-17T05:55:45.98823 kern.info: [ 15.635542] input: Logitech Wireless Device PID:406f Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0013/0003:046D:406F.0014/input/input32
2023-06-17T05:55:45.98825 kern.info: [ 15.637228] input: Logitech Wireless Device PID:406f Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0013/0003:046D:406F.0014/input/input33
2023-06-17T05:55:45.98826 kern.info: [ 15.637299] hid-generic 0003:046D:406F.0014: input,hidraw10: USB HID v1.11 Keyboard [Logitech Wireless Device PID:406f] on usb-0000:00:14.0-10.4/input2:1
2023-06-17T05:55:45.98828 kern.info: [ 15.637538] input: Logitech Wireless Device PID:4069 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0013/0003:046D:4069.0015/input/input37
2023-06-17T05:55:45.98829 kern.info: [ 15.637622] input: Logitech Wireless Device PID:4069 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0013/0003:046D:4069.0015/input/input38
2023-06-17T05:55:45.98830 kern.info: [ 15.637705] hid-generic 0003:046D:4069.0015: input,hidraw11: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4069] on usb-0000:00:14.0-10.4/input2:2
2023-06-17T05:55:45.98832 kern.info: [ 15.737527] usbcore: registered new interface driver snd-usb-audio
2023-06-17T05:55:45.98833 kern.info: [ 15.738745] input: Logitech MX Ergo as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0013/0003:046D:406F.0014/input/input42
2023-06-17T05:55:45.98834 kern.info: [ 15.738979] logitech-hidpp-device 0003:046D:406F.0014: input,hidraw10: USB HID v1.11 Keyboard [Logitech MX Ergo] on usb-0000:00:14.0-10.4/input2:1
2023-06-17T05:55:45.98836 kern.info: [ 15.821285] input: Logitech MX Master 2S as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.2/0003:046D:C52B.0013/0003:046D:4069.0015/input/input43
2023-06-17T05:55:45.98837 kern.info: [ 15.821556] logitech-hidpp-device 0003:046D:4069.0015: input,hidraw11: USB HID v1.11 Keyboard [Logitech MX Master 2S] on usb-0000:00:14.0-10.4/input2:2
2023-06-17T05:55:45.98838 kern.warn: [ 16.152105] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
2023-06-17T05:55:45.98842 kern.warn: [ 16.152661] FAT-fs (nvme1n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
2023-06-17T05:55:45.98843 kern.notice: [ 16.208556] audit: type=1400 audit(1686981345.776:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-doveadm-server" pid=3388 comm="apparmor_parser"
2023-06-17T05:55:45.98846 kern.notice: [ 16.208617] audit: type=1400 audit(1686981345.776:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-stats" pid=3391 comm="apparmor_parser"
2023-06-17T05:55:45.98847 kern.notice: [ 16.208640] audit: type=1400 audit(1686981345.776:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-log" pid=3413 comm="apparmor_parser"
2023-06-17T05:55:45.98850 kern.notice: [ 16.208877] audit: type=1400 audit(1686981345.777:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-anvil" pid=3436 comm="apparmor_parser"
2023-06-17T05:55:45.98852 kern.notice: [ 16.209151] audit: type=1400 audit(1686981345.777:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=3423 comm="apparmor_parser"
2023-06-17T05:55:45.98853 kern.notice: [ 16.209273] audit: type=1400 audit(1686981345.777:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-ssl-params" pid=3439 comm="apparmor_parser"
2023-06-17T05:55:45.98854 kern.notice: [ 16.209338] audit: type=1400 audit(1686981345.777:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="wpa_supplicant" pid=3387 comm="apparmor_parser"
2023-06-17T05:55:45.98856 kern.notice: [ 16.209831] audit: type=1400 audit(1686981345.778:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-managesieve-login" pid=3438 comm="apparmor_parser"
2023-06-17T05:55:45.98858 kern.notice: [ 16.209882] audit: type=1400 audit(1686981345.778:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-pop3-login" pid=3408 comm="apparmor_parser"
2023-06-17T05:55:45.98859 kern.notice: [ 16.209937] audit: type=1400 audit(1686981345.778:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-managesieve" pid=3417 comm="apparmor_parser"
2023-06-17T05:55:46.41141 kern.info: [ 16.824789] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
2023-06-17T05:55:46.41144 kern.info: [ 16.824792] Bluetooth: BNEP filters: protocol multicast
2023-06-17T05:55:46.41145 kern.info: [ 16.824799] Bluetooth: BNEP socket layer initialized
2023-06-17T05:55:46.53542 kern.info: [ 16.944243] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
2023-06-17T05:55:49.35088 kern.info: [ 19.646503] igb 0000:02:00.0 eno1: igb: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
2023-06-17T05:55:49.46377 kern.info: [ 19.755131] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
2023-06-17T05:55:54.91564 kern.info: [ 24.988570] atlantic 0000:05:00.0 eno2: atlantic: link change old 0 new 10000
2023-06-17T05:55:54.91566 kern.info: [ 24.988647] IPv6: ADDRCONF(NETDEV_CHANGE): eno2: link becomes ready
2023-06-17T05:56:08.39875 kern.warn: [ 37.932549] ast 0000:04:00.0: swiotlb buffer is full (sz: 2097152 bytes), total 32768 (slots), used 0 (slots)
2023-06-17T05:56:13.02164 kern.info: [ 42.370802] logitech-hidpp-device 0003:046D:406F.0014: HID++ 4.5 device connected.
2023-06-17T05:56:39.63189 kern.warn: [ 68.145712] kauditd_printk_skb: 62 callbacks suppressed
2023-06-17T05:56:39.63195 kern.notice: [ 68.145714] audit: type=1400 audit(1686981399.630:74): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7" pid=17365 comm="apparmor_parser"
2023-06-17T05:56:39.63196 kern.notice: [ 68.145717] audit: type=1400 audit(1686981399.630:75): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7//passt" pid=17365 comm="apparmor_parser"
2023-06-17T05:56:39.67269 kern.notice: [ 68.185474] audit: type=1400 audit(1686981399.670:76): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7" pid=17368 comm="apparmor_parser"
2023-06-17T05:56:39.68373 kern.notice: [ 68.195379] audit: type=1400 audit(1686981399.681:77): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7//passt" pid=17368 comm="apparmor_parser"
2023-06-17T05:56:39.72374 kern.notice: [ 68.233837] audit: type=1400 audit(1686981399.720:78): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7" pid=17372 comm="apparmor_parser"
2023-06-17T05:56:39.73255 kern.notice: [ 68.242423] audit: type=1400 audit(1686981399.731:79): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7//passt" pid=17372 comm="apparmor_parser"
2023-06-17T05:56:39.78971 kern.notice: [ 68.297448] audit: type=1400 audit(1686981399.787:80): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7" pid=17376 comm="apparmor_parser"
2023-06-17T05:56:39.78974 kern.notice: [ 68.297452] audit: type=1400 audit(1686981399.787:81): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7//passt" pid=17376 comm="apparmor_parser"
2023-06-17T05:56:39.81383 kern.info: [ 68.320416] virbr0: port 1(vnet0) entered blocking state
2023-06-17T05:56:39.81384 kern.info: [ 68.320419] virbr0: port 1(vnet0) entered disabled state
2023-06-17T05:56:39.81385 kern.info: [ 68.320445] device vnet0 entered promiscuous mode
2023-06-17T05:56:39.81387 kern.info: [ 68.320522] virbr0: port 1(vnet0) entered blocking state
2023-06-17T05:56:39.81387 kern.info: [ 68.320523] virbr0: port 1(vnet0) entered listening state
2023-06-17T05:56:39.85890 kern.notice: [ 68.363517] audit: type=1400 audit(1686981399.857:82): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7" pid=17399 comm="apparmor_parser"
2023-06-17T05:56:39.87291 kern.notice: [ 68.376951] audit: type=1400 audit(1686981399.870:83): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libvirt-a7442588-3555-41a0-9484-1dcfca9ce6b7//passt" pid=17399 comm="apparmor_parser"
2023-06-17T05:56:41.82791 kern.info: [ 70.253578] virbr0: port 1(vnet0) entered learning state
2023-06-17T05:56:42.01642 kern.alert: [ 70.390218] BUG: unable to handle page fault for address: ffff96efe92cdcff
2023-06-17T05:56:42.01647 kern.alert: [ 70.390221] #PF: supervisor write access in kernel mode
2023-06-17T05:56:42.01649 kern.alert: [ 70.390222] #PF: error_code(0x0003) - permissions violation
2023-06-17T05:56:42.01651 kern.info: [ 70.390223] PGD 807f601067 P4D 807f601067 PUD 1085d8063 PMD 132d13063 PTE 80000001292cd161
2023-06-17T05:56:42.01652 kern.warn: [ 70.390226] Oops: 0003 [#1] PREEMPT SMP NOPTI
2023-06-17T05:56:42.01653 kern.warn: [ 70.390228] CPU: 0 PID: 1671 Comm: z_rd_int_8 Tainted: P O 6.2.15_2 #1
2023-06-17T05:56:42.01655 kern.warn: [ 70.390230] Hardware name: Supermicro Super Server/X13SWA-TF, BIOS 1.1 02/15/2023
2023-06-17T05:56:42.01656 kern.warn: [ 70.390231] RIP: 0010:kfpu_begin+0x2f/0x70 [zcommon]
2023-06-17T05:56:42.01658 kern.warn: [ 70.390237] Code: 00 e8 f5 46 c2 db fa 0f 1f 44 00 00 48 8b 1d 98 af 00 00 e8 c3 77 68 dc 89 c0 48 8b 0c c3 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 <0f> c7 29 5b c3 cc cc cc cc 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 0f
2023-06-17T05:56:42.01659 kern.warn: [ 70.390238] RSP: 0018:ffffbbb848b5b908 EFLAGS: 00010086
2023-06-17T05:56:42.01660 kern.warn: [ 70.390240] RAX: 00000000ffffffff RBX: ffff96efdae5ac00 RCX: ffff96efe92cb000
2023-06-17T05:56:42.01662 kern.warn: [ 70.390241] RDX: 00000000ffffffff RSI: ffffffff9d10adb1 RDI: ffffffff9d1191e3
2023-06-17T05:56:42.01663 kern.warn: [ 70.390242] RBP: ffff96f11a190000 R08: ffffbbb848b5ba20 R09: ffffffffc0e288a0
2023-06-17T05:56:42.01665 kern.warn: [ 70.390242] R10: 0000000000000000 R11: 00000000c12c4cc9 R12: ffffbbb848b5ba40
2023-06-17T05:56:42.01666 kern.warn: [ 70.390243] R13: 0000000000010000 R14: 0000000000000000 R15: 0000000000000008
2023-06-17T05:56:42.01667 kern.warn: [ 70.390244] FS: 0000000000000000(0000) GS:ffff976d3a200000(0000) knlGS:0000000000000000
2023-06-17T05:56:42.01669 kern.warn: [ 70.390245] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-06-17T05:56:42.01670 kern.warn: [ 70.390246] CR2: ffff96efe92cdcff CR3: 000000807e810005 CR4: 0000000000772ef0
2023-06-17T05:56:42.01671 kern.warn: [ 70.390247] PKRU: 55555554
2023-06-17T05:56:42.01673 kern.warn: [ 70.390247] Call Trace:
2023-06-17T05:56:42.01674 kern.warn: [ 70.390249] <TASK>
2023-06-17T05:56:42.01674 kern.warn: [ 70.390251] fletcher_4_avx512f_native+0x18/0xa0 [zcommon]
2023-06-17T05:56:42.01675 kern.warn: [ 70.390254] ? abd_fletcher_4_iter+0x64/0xc0 [zcommon]
2023-06-17T05:56:42.01676 kern.warn: [ 70.390259] ? abd_iterate_func+0xe8/0x1c0 [zfs]
2023-06-17T05:56:42.01677 kern.warn: [ 70.390321] ? __pfx_abd_fletcher_4_iter+0x10/0x10 [zcommon]
2023-06-17T05:56:42.01678 kern.warn: [ 70.390325] ? abd_fletcher_4_native+0x7b/0xc0 [zfs]
2023-06-17T05:56:42.01679 kern.warn: [ 70.390369] ? preempt_count_add+0x47/0xa0
2023-06-17T05:56:42.01680 kern.warn: [ 70.390373] ? abd_iter_map+0x6c/0xb0 [zfs]
2023-06-17T05:56:42.01680 kern.warn: [ 70.390411] ? abd_copy_to_buf_off_cb+0x1b/0x30 [zfs]
2023-06-17T05:56:42.01681 kern.warn: [ 70.390438] ? abd_iter_advance+0x3f/0x70 [zfs]
2023-06-17T05:56:42.01682 kern.warn: [ 70.390474] ? abd_iterate_func+0x10d/0x1c0 [zfs]
2023-06-17T05:56:42.01683 kern.warn: [ 70.390500] ? zio_checksum_error_impl+0xfb/0x630 [zfs]
2023-06-17T05:56:42.01684 kern.warn: [ 70.390536] ? __pfx_abd_fletcher_4_native+0x10/0x10 [zfs]
2023-06-17T05:56:42.01685 kern.warn: [ 70.390570] ? update_load_avg+0x7e/0x780
2023-06-17T05:56:42.01686 kern.warn: [ 70.390573] ? newidle_balance+0x2eb/0x420
2023-06-17T05:56:42.01687 kern.warn: [ 70.390575] ? vdev_queue_io_to_issue+0x3db/0xc40 [zfs]
2023-06-17T05:56:42.01688 kern.warn: [ 70.390622] ? zio_checksum_error+0x64/0xd0 [zfs]
2023-06-17T05:56:42.01688 kern.warn: [ 70.390659] ? zio_checksum_verify+0x36/0x140 [zfs]
2023-06-17T05:56:42.01689 kern.warn: [ 70.390698] ? preempt_count_add+0x6a/0xa0
2023-06-17T05:56:42.01690 kern.warn: [ 70.390699] ? _raw_spin_lock+0x13/0x40
2023-06-17T05:56:42.01691 kern.warn: [ 70.390702] ? _raw_spin_unlock+0x12/0x30
2023-06-17T05:56:42.01692 kern.warn: [ 70.390703] ? zio_wait_for_children+0x88/0xc0 [zfs]
2023-06-17T05:56:42.01693 kern.warn: [ 70.390740] ? zio_vdev_io_assess+0x20/0x2d0 [zfs]
2023-06-17T05:56:42.01694 kern.warn: [ 70.390776] ? zio_execute+0x80/0x120 [zfs]
2023-06-17T05:56:42.01694 kern.warn: [ 70.390812] ? taskq_thread+0x2e0/0x510 [spl]
2023-06-17T05:56:42.01695 kern.warn: [ 70.390817] ? __pfx_default_wake_function+0x10/0x10
2023-06-17T05:56:42.01696 kern.warn: [ 70.390819] ? __pfx_zio_execute+0x10/0x10 [zfs]
2023-06-17T05:56:42.01697 kern.warn: [ 70.390855] ? __pfx_taskq_thread+0x10/0x10 [spl]
2023-06-17T05:56:42.01698 kern.warn: [ 70.390859] ? kthread+0xe6/0x110
2023-06-17T05:56:42.01699 kern.warn: [ 70.390861] ? __pfx_kthread+0x10/0x10
2023-06-17T05:56:42.01700 kern.warn: [ 70.390862] ? ret_from_fork+0x29/0x50
2023-06-17T05:56:42.01701 kern.warn: [ 70.390865] </TASK>
2023-06-17T05:56:42.01702 kern.warn: [ 70.390865] Modules linked in: snd_seq_dummy snd_hrtimer xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter ip_tables x_tables bridge stp llc bnep msr nls_iso8859_1 nls_cp437 vfat fat hid_logitech_hidpp snd_usb_audio hid_logitech_dj snd_usbmidi_lib snd_rawmidi mc mei_hdcp mei_pxp ipmi_ssif snd_sof_pci_intel_tgl intel_rapl_msr intel_rapl_common snd_sof_intel_hda_common intel_uncore_frequency intel_uncore_frequency_common soundwire_intel soundwire_generic_allocation i10nm_edac soundwire_cadence nfit snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp x86_pkg_temp_thermal intel_powerclamp snd_sof snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi soundwire_bus snd_soc_core kvm_intel snd_hda_codec_realtek snd_hda_codec_generic snd_compress i2c_designware_platform i2c_designware_core
2023-06-17T05:56:42.01704 kern.warn: [ 70.390894] snd_hda_codec_hdmi ledtrig_audio snd_pcm_dmaengine ac97_bus kvm snd_hda_intel snd_intel_dspcfg iTCO_wdt intel_pmc_bxt snd_intel_sdw_acpi snd_hda_codec mei_gsc irqbypass snd_hda_core intel_lpss_pci pmt_crashlog iTCO_vendor_support rndis_host pmt_telemetry mei_me rapl snd_hwdep intel_lpss acpi_ipmi i2c_i801 atlantic igb intel_sdsi idma64 cdc_ether spi_intel_pci pmt_class idxd intel_cstate pcspkr tpm_crb intel_vsec idxd_bus input_leds usbnet macsec snd_pcm aquacomputer_d5next dca virt_dma mei spi_intel i2c_smbus ipmi_si ipmi_devintf ipmi_msghandler tpm_tis tpm_tis_core tpm tiny_power_button rng_core evdev joydev button mac_hid nct6775 nct6775_core hwmon_vid coretemp sg snd_seq snd_seq_device snd_timer snd soundcore vhost_vsock vmw_vsock_virtio_transport_common vsock vhost_net vhost vhost_iotlb tap uhid hci_vhci bluetooth ecdh_generic rfkill ecc crc16 vfio_iommu_type1 vfio iommufd dm_mod uinput userio ppp_generic slhc tun loop nvram btrfs blake2b_generic xor raid6_pq libcrc32c
2023-06-17T05:56:42.01708 kern.warn: [ 70.390936] crc32c_generic cuse fuse usbkbd hid_generic usbmouse usbhid hid i915 zfs(PO) zunicode(PO) zzstd(O) drm_buddy intel_gtt zlua(O) video zavl(PO) wmi crct10dif_pclmul ast icp(PO) crc32_pclmul drm_display_helper drm_shmem_helper crc32c_intel i2c_algo_bit polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel cec sha512_ssse3 drm_kms_helper xhci_pci ahci xhci_pci_renesas rc_core zcommon(PO) syscopyarea aesni_intel znvpair(PO) libahci sysfillrect ttm crypto_simd sysimgblt xhci_hcd spl(O) libata cryptd drm usbcore scsi_mod agpgart scsi_common usb_common
2023-06-17T05:56:42.01709 kern.warn: [ 70.390960] CR2: ffff96efe92cdcff
2023-06-17T05:56:42.01710 kern.warn: [ 70.390961] ---[ end trace 0000000000000000 ]---
2023-06-17T05:56:42.01711 kern.warn: [ 70.435252] RIP: 0010:kfpu_begin+0x2f/0x70 [zcommon]
2023-06-17T05:56:42.01712 kern.warn: [ 70.435259] Code: 00 e8 f5 46 c2 db fa 0f 1f 44 00 00 48 8b 1d 98 af 00 00 e8 c3 77 68 dc 89 c0 48 8b 0c c3 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 <0f> c7 29 5b c3 cc cc cc cc 0f 1f 44 00 00 b8 ff ff ff ff 89 c2 0f
2023-06-17T05:56:42.01713 kern.warn: [ 70.435261] RSP: 0018:ffffbbb848b5b908 EFLAGS: 00010086
2023-06-17T05:56:42.01713 kern.warn: [ 70.435262] RAX: 00000000ffffffff RBX: ffff96efdae5ac00 RCX: ffff96efe92cb000
2023-06-17T05:56:42.01714 kern.warn: [ 70.435264] RDX: 00000000ffffffff RSI: ffffffff9d10adb1 RDI: ffffffff9d1191e3
2023-06-17T05:56:42.01715 kern.warn: [ 70.435265] RBP: ffff96f11a190000 R08: ffffbbb848b5ba20 R09: ffffffffc0e288a0
2023-06-17T05:56:42.01716 kern.warn: [ 70.435266] R10: 0000000000000000 R11: 00000000c12c4cc9 R12: ffffbbb848b5ba40
2023-06-17T05:56:42.01717 kern.warn: [ 70.435267] R13: 0000000000010000 R14: 0000000000000000 R15: 0000000000000008
2023-06-17T05:56:42.01718 kern.warn: [ 70.435268] FS: 0000000000000000(0000) GS:ffff976d3a200000(0000) knlGS:0000000000000000
2023-06-17T05:56:42.01719 kern.warn: [ 70.435269] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-06-17T05:56:42.01720 kern.warn: [ 70.435270] CR2: ffff96efe92cdcff CR3: 000000807e810005 CR4: 0000000000772ef0
2023-06-17T05:56:42.01721 kern.warn: [ 70.435272] PKRU: 55555554
2023-06-17T05:56:42.01722 kern.info: [ 70.435273] note: z_rd_int_8[1671] exited with irqs disabled
2023-06-17T05:56:42.01723 kern.info: [ 70.435280] note: z_rd_int_8[1671] exited with preempt_count 2
2023-06-17T05:56:43.87676 kern.info: [ 72.220660] virbr0: port 1(vnet0) entered forwarding state
2023-06-17T05:56:43.87678 kern.info: [ 72.220663] virbr0: topology change detected, propagating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment