Skip to content

Instantly share code, notes, and snippets.

@regulator-g
Created January 19, 2023 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save regulator-g/a390215293d2b4006f216f32168fb3d3 to your computer and use it in GitHub Desktop.
Save regulator-g/a390215293d2b4006f216f32168fb3d3 to your computer and use it in GitHub Desktop.
suspend_then_lid_close
[ 0.000000] Linux version 6.1.6-200.fc37.x86_64 (mockbuild@bkernel01.iad2.fedoraproject.org) (gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4), GNU ld version 2.38-25.fc37) #1 SMP PREEMPT_DYNAMIC Sat Jan 14 16:55:06 UTC 2023
[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.1.6-200.fc37.x86_64 root=UUID=bd1bdb94-7d8a-439f-a2b5-f22cc705689b ro rootflags=subvol=root rd.luks.uuid=luks-e4924ab4-3a4e-4847-a44c-453e204d87d6 rhgb quiet amd_pstate=passive
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 3376
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000099fffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009a00000-0x0000000009dfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000009f0f000-0x00000000bab68fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe0fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000003ae2fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000003ae300000-0x000000042fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0xb58b3018-0xb58c0857] usable ==> usable
[ 0.000000] e820: update [mem 0xb58b3018-0xb58c0857] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000099fffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000009a00000-0x0000000009dfffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000009f0f000-0x00000000b58b3017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b58b3018-0x00000000b58c0857] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b58c0858-0x00000000bab68fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe0fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000003ae2fffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000003ae300000-0x000000042fffffff] reserved
[ 0.000000] efi: EFI v2.70 by INSYDE Corp.
[ 0.000000] efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 TPMFinalLog=0xcdf3f000 SMBIOS=0xcb70a000 SMBIOS 3.0=0xcb708000 MEMATTR=0xb58c8018 ESRT=0xb58ce418 MOKvar=0xcb87f000 RNG=0xcdfb2018 TPMEventLog=0xb58c1018
[ 0.000000] random: crng init done
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 3.3.0 present.
[ 0.000000] DMI: LENOVO 82NJ/LNVNB161216, BIOS HECN29WW 10/28/2022
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3193.881 MHz processor
[ 0.000355] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000357] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000364] last_pfn = 0x3ae300 max_arch_pfn = 0x400000000
[ 0.001003] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001217] last_pfn = 0xce000 max_arch_pfn = 0x400000000
[ 0.005190] esrt: Reserving ESRT space from 0x00000000b58ce418 to 0x00000000b58ce478.
[ 0.005196] e820: update [mem 0xb58ce000-0xb58cefff] usable ==> reserved
[ 0.005215] Using GB pages for direct mapping
[ 0.006270] secureboot: Secure boot disabled
[ 0.006271] RAMDISK: [mem 0xb0a05000-0xb3cc2fff]
[ 0.006274] ACPI: Early table checksum verification disabled
[ 0.006277] ACPI: RSDP 0x00000000CDFFE014 000024 (v02 LENOVO)
[ 0.006280] ACPI: XSDT 0x00000000CDFC3188 00012C (v01 LENOVO CB-01 00000001 01000013)
[ 0.006284] ACPI: FACP 0x00000000CDFED000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006288] ACPI: DSDT 0x00000000CDFDA000 00C323 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006291] ACPI: FACS 0x00000000CDEB8000 000040
[ 0.006293] ACPI: UEFI 0x00000000CDF7E000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006295] ACPI: SSDT 0x00000000CDFFC000 000BF0 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006297] ACPI: SSDT 0x00000000CDFF4000 007229 (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006300] ACPI: IVRS 0x00000000CDFF3000 0001A4 (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006302] ACPI: SSDT 0x00000000CDFF2000 000472 (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006304] ACPI: TPM2 0x00000000CDFF1000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006306] ACPI: MSDM 0x00000000CDFF0000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006309] ACPI: ASF! 0x00000000CDFEF000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006311] ACPI: BOOT 0x00000000CDFEE000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006313] ACPI: HPET 0x00000000CDFEC000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006316] ACPI: APIC 0x00000000CDFEB000 000138 (v03 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006318] ACPI: MCFG 0x00000000CDFEA000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006320] ACPI: SLIC 0x00000000CDFE9000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006322] ACPI: SSDT 0x00000000CDFD9000 000080 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006324] ACPI: VFCT 0x00000000CDFCB000 00D884 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006327] ACPI: SSDT 0x00000000CDFCA000 0000F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006329] ACPI: SSDT 0x00000000CDFC4000 005354 (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006331] ACPI: CRAT 0x00000000CDFFD000 000F10 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006333] ACPI: CDIT 0x00000000CDFC2000 000029 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006336] ACPI: SSDT 0x00000000CDFC1000 000139 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006338] ACPI: SSDT 0x00000000CDFC0000 000D53 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006340] ACPI: SSDT 0x00000000CDFBE000 0010C5 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006342] ACPI: SSDT 0x00000000CDFBA000 00362F (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006344] ACPI: FPDT 0x00000000CDFB9000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006347] ACPI: BGRT 0x00000000CDFB8000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006349] ACPI: WSMT 0x00000000CDFB7000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006351] ACPI: SSDT 0x00000000CDFE8000 000042 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006353] ACPI: SSDT 0x00000000CDFE7000 00020A (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006356] ACPI: SSDT 0x00000000CDFB6000 00064D (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006358] ACPI: SSDT 0x00000000CDFB5000 0003DD (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006360] ACPI: SSDT 0x00000000CDFB4000 00007D (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006362] ACPI: SSDT 0x00000000CDFB3000 00055F (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.006364] ACPI: Reserving FACP table memory at [mem 0xcdfed000-0xcdfed10b]
[ 0.006365] ACPI: Reserving DSDT table memory at [mem 0xcdfda000-0xcdfe6322]
[ 0.006366] ACPI: Reserving FACS table memory at [mem 0xcdeb8000-0xcdeb803f]
[ 0.006367] ACPI: Reserving UEFI table memory at [mem 0xcdf7e000-0xcdf7e235]
[ 0.006368] ACPI: Reserving SSDT table memory at [mem 0xcdffc000-0xcdffcbef]
[ 0.006368] ACPI: Reserving SSDT table memory at [mem 0xcdff4000-0xcdffb228]
[ 0.006369] ACPI: Reserving IVRS table memory at [mem 0xcdff3000-0xcdff31a3]
[ 0.006370] ACPI: Reserving SSDT table memory at [mem 0xcdff2000-0xcdff2471]
[ 0.006371] ACPI: Reserving TPM2 table memory at [mem 0xcdff1000-0xcdff104b]
[ 0.006371] ACPI: Reserving MSDM table memory at [mem 0xcdff0000-0xcdff0054]
[ 0.006372] ACPI: Reserving ASF! table memory at [mem 0xcdfef000-0xcdfef0a4]
[ 0.006373] ACPI: Reserving BOOT table memory at [mem 0xcdfee000-0xcdfee027]
[ 0.006374] ACPI: Reserving HPET table memory at [mem 0xcdfec000-0xcdfec037]
[ 0.006374] ACPI: Reserving APIC table memory at [mem 0xcdfeb000-0xcdfeb137]
[ 0.006375] ACPI: Reserving MCFG table memory at [mem 0xcdfea000-0xcdfea03b]
[ 0.006376] ACPI: Reserving SLIC table memory at [mem 0xcdfe9000-0xcdfe9175]
[ 0.006377] ACPI: Reserving SSDT table memory at [mem 0xcdfd9000-0xcdfd907f]
[ 0.006377] ACPI: Reserving VFCT table memory at [mem 0xcdfcb000-0xcdfd8883]
[ 0.006378] ACPI: Reserving SSDT table memory at [mem 0xcdfca000-0xcdfca0f7]
[ 0.006379] ACPI: Reserving SSDT table memory at [mem 0xcdfc4000-0xcdfc9353]
[ 0.006380] ACPI: Reserving CRAT table memory at [mem 0xcdffd000-0xcdffdf0f]
[ 0.006381] ACPI: Reserving CDIT table memory at [mem 0xcdfc2000-0xcdfc2028]
[ 0.006381] ACPI: Reserving SSDT table memory at [mem 0xcdfc1000-0xcdfc1138]
[ 0.006382] ACPI: Reserving SSDT table memory at [mem 0xcdfc0000-0xcdfc0d52]
[ 0.006383] ACPI: Reserving SSDT table memory at [mem 0xcdfbe000-0xcdfbf0c4]
[ 0.006384] ACPI: Reserving SSDT table memory at [mem 0xcdfba000-0xcdfbd62e]
[ 0.006384] ACPI: Reserving FPDT table memory at [mem 0xcdfb9000-0xcdfb9043]
[ 0.006385] ACPI: Reserving BGRT table memory at [mem 0xcdfb8000-0xcdfb8037]
[ 0.006386] ACPI: Reserving WSMT table memory at [mem 0xcdfb7000-0xcdfb7027]
[ 0.006387] ACPI: Reserving SSDT table memory at [mem 0xcdfe8000-0xcdfe8041]
[ 0.006388] ACPI: Reserving SSDT table memory at [mem 0xcdfe7000-0xcdfe7209]
[ 0.006389] ACPI: Reserving SSDT table memory at [mem 0xcdfb6000-0xcdfb664c]
[ 0.006389] ACPI: Reserving SSDT table memory at [mem 0xcdfb5000-0xcdfb53dc]
[ 0.006390] ACPI: Reserving SSDT table memory at [mem 0xcdfb4000-0xcdfb407c]
[ 0.006391] ACPI: Reserving SSDT table memory at [mem 0xcdfb3000-0xcdfb355e]
[ 0.006451] No NUMA configuration found
[ 0.006451] Faking a node at [mem 0x0000000000000000-0x00000003ae2fffff]
[ 0.006459] NODE_DATA(0) allocated [mem 0x3ae2d5000-0x3ae2fffff]
[ 0.025979] Zone ranges:
[ 0.025982] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.025985] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.025987] Normal [mem 0x0000000100000000-0x00000003ae2fffff]
[ 0.025988] Device empty
[ 0.025989] Movable zone start for each node
[ 0.025991] Early memory node ranges
[ 0.025992] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.025993] node 0: [mem 0x0000000000100000-0x00000000099fffff]
[ 0.025994] node 0: [mem 0x0000000009e00000-0x0000000009efffff]
[ 0.025994] node 0: [mem 0x0000000009f0f000-0x00000000bab68fff]
[ 0.025996] node 0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
[ 0.025996] node 0: [mem 0x00000000cdfff000-0x00000000cdffffff]
[ 0.025997] node 0: [mem 0x0000000100000000-0x00000003ae2fffff]
[ 0.026000] Initmem setup node 0 [mem 0x0000000000001000-0x00000003ae2fffff]
[ 0.026006] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.026033] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.026266] On node 0, zone DMA32: 1024 pages in unavailable ranges
[ 0.030653] On node 0, zone DMA32: 15 pages in unavailable ranges
[ 0.031044] On node 0, zone DMA32: 4608 pages in unavailable ranges
[ 0.031176] On node 0, zone DMA32: 16512 pages in unavailable ranges
[ 0.048221] On node 0, zone Normal: 8192 pages in unavailable ranges
[ 0.048285] On node 0, zone Normal: 7424 pages in unavailable ranges
[ 0.048434] ACPI: PM-Timer IO Port: 0x408
[ 0.048442] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.048444] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.048445] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.048445] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.048446] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.048447] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.048447] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.048448] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.048449] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.048449] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.048450] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.048451] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.048451] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.048452] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.048453] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.048453] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.048467] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[ 0.048471] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[ 0.048473] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.048475] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.048478] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.048480] ACPI: HPET id: 0x10228210 base: 0xfed00000
[ 0.048487] e820: update [mem 0xb49a8000-0xb4c07fff] usable ==> reserved
[ 0.048500] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[ 0.048529] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.048531] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[ 0.048532] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[ 0.048534] PM: hibernation: Registered nosave memory: [mem 0x09a00000-0x09dfffff]
[ 0.048535] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0efff]
[ 0.048537] PM: hibernation: Registered nosave memory: [mem 0xb49a8000-0xb4c07fff]
[ 0.048539] PM: hibernation: Registered nosave memory: [mem 0xb58b3000-0xb58b3fff]
[ 0.048541] PM: hibernation: Registered nosave memory: [mem 0xb58c0000-0xb58c0fff]
[ 0.048542] PM: hibernation: Registered nosave memory: [mem 0xb58ce000-0xb58cefff]
[ 0.048544] PM: hibernation: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
[ 0.048546] PM: hibernation: Registered nosave memory: [mem 0xc9f7f000-0xccf7efff]
[ 0.048547] PM: hibernation: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
[ 0.048547] PM: hibernation: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
[ 0.048549] PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
[ 0.048550] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
[ 0.048550] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.048551] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
[ 0.048551] PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
[ 0.048552] PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfdffffff]
[ 0.048553] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe0fffff]
[ 0.048553] PM: hibernation: Registered nosave memory: [mem 0xfe100000-0xfebfffff]
[ 0.048554] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[ 0.048554] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[ 0.048555] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.048556] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[ 0.048556] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[ 0.048557] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
[ 0.048557] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
[ 0.048558] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedfffff]
[ 0.048559] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.048559] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.048560] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.048562] [mem 0xd0000000-0xf7ffffff] available for PCI devices
[ 0.048563] Booting paravirtualized kernel on bare hardware
[ 0.048565] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.052217] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.052700] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[ 0.052708] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[ 0.052710] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.052747] Fallback order for Node 0: 0
[ 0.052750] Built 1 zonelists, mobility grouping on. Total pages: 3575231
[ 0.052751] Policy zone: Normal
[ 0.052752] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.1.6-200.fc37.x86_64 root=UUID=bd1bdb94-7d8a-439f-a2b5-f22cc705689b ro rootflags=subvol=root rd.luks.uuid=luks-e4924ab4-3a4e-4847-a44c-453e204d87d6 rhgb quiet amd_pstate=passive
[ 0.052849] Unknown kernel command line parameters "rhgb BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.1.6-200.fc37.x86_64", will be passed to user space.
[ 0.054149] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.054833] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.055055] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.055095] software IO TLB: area num 16.
[ 0.089442] Memory: 13986600K/14528572K available (16393K kernel code, 3263K rwdata, 12460K rodata, 3028K init, 4604K bss, 541712K reserved, 0K cma-reserved)
[ 0.089546] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.089559] ftrace: allocating 51107 entries in 200 pages
[ 0.099723] ftrace: allocated 200 pages with 3 groups
[ 0.100493] Dynamic Preempt: voluntary
[ 0.100530] rcu: Preemptible hierarchical RCU implementation.
[ 0.100530] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[ 0.100532] Trampoline variant of Tasks RCU enabled.
[ 0.100532] Rude variant of Tasks RCU enabled.
[ 0.100533] Tracing variant of Tasks RCU enabled.
[ 0.100533] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.100534] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.104837] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[ 0.105014] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.105110] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.105133] Console: colour dummy device 80x25
[ 0.105152] printk: console [tty0] enabled
[ 0.105170] ACPI: Core revision 20220331
[ 0.105387] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.105404] APIC: Switch to symmetric I/O mode setup
[ 0.106669] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[ 0.106671] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[ 0.106672] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[ 0.106675] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[ 0.106676] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[ 0.106976] Switched APIC routing to physical flat.
[ 0.107710] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.112410] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e09b58db13, max_idle_ns: 440795329539 ns
[ 0.112414] Calibrating delay loop (skipped), value calculated using timer frequency.. 6387.76 BogoMIPS (lpj=3193881)
[ 0.112416] pid_max: default: 32768 minimum: 301
[ 0.115434] LSM: Security Framework initializing
[ 0.115443] Yama: becoming mindful.
[ 0.115447] SELinux: Initializing.
[ 0.115465] LSM support for eBPF active
[ 0.115466] landlock: Up and running.
[ 0.115502] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.115524] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.115710] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.115731] LVT offset 1 assigned for vector 0xf9
[ 0.115792] LVT offset 2 assigned for vector 0xf4
[ 0.115809] process: using mwait in idle threads
[ 0.115810] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.115811] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.115814] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.115815] Spectre V2 : Mitigation: Retpolines
[ 0.115816] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.115817] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.115817] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.115819] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.115819] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.115821] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.136598] Freeing SMP alternatives memory: 44K
[ 0.239950] smpboot: CPU0: AMD Ryzen 7 5800HS Creator Edition (family: 0x19, model: 0x50, stepping: 0x0)
[ 0.240092] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.240097] cblist_init_generic: Setting shift to 4 and lim to 1.
[ 0.240112] cblist_init_generic: Setting shift to 4 and lim to 1.
[ 0.240126] cblist_init_generic: Setting shift to 4 and lim to 1.
[ 0.240138] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.240143] ... version: 0
[ 0.240144] ... bit width: 48
[ 0.240145] ... generic registers: 6
[ 0.240145] ... value mask: 0000ffffffffffff
[ 0.240146] ... max period: 00007fffffffffff
[ 0.240147] ... fixed-purpose events: 0
[ 0.240147] ... event mask: 000000000000003f
[ 0.240227] rcu: Hierarchical SRCU implementation.
[ 0.240228] rcu: Max phase no-delay instances is 400.
[ 0.240413] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.240413] smp: Bringing up secondary CPUs ...
[ 0.240413] x86: Booting SMP configuration:
[ 0.240413] .... node #0, CPUs: #1
[ 0.242413] TSC synchronization [CPU#0 -> CPU#1]:
[ 0.242413] Measured 6484871896 cycles TSC warp between CPUs, turning off TSC clock.
[ 0.242413] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[ 0.242519] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.242547] #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
[ 0.245611] smp: Brought up 1 node, 16 CPUs
[ 0.245611] smpboot: Max logical packages: 1
[ 0.245611] smpboot: Total of 16 processors activated (102204.19 BogoMIPS)
[ 0.246779] devtmpfs: initialized
[ 0.246779] x86/mm: Memory block size: 128MB
[ 0.247978] ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0efff] (61440 bytes)
[ 0.247978] ACPI: PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
[ 0.247978] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.247978] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.247978] pinctrl core: initialized pinctrl subsystem
[ 0.248487] PM: RTC time: 08:33:06, date: 2023-01-19
[ 0.248980] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.249069] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.249076] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.249082] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.249091] audit: initializing netlink subsys (disabled)
[ 0.249097] audit: type=2000 audit(1674117186.143:1): state=initialized audit_enabled=0 res=1
[ 0.249097] thermal_sys: Registered thermal governor 'fair_share'
[ 0.249097] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.249097] thermal_sys: Registered thermal governor 'step_wise'
[ 0.249097] thermal_sys: Registered thermal governor 'user_space'
[ 0.249097] cpuidle: using governor menu
[ 0.249097] Simple Boot Flag at 0x44 set to 0x1
[ 0.249097] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.249428] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.249435] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.249448] PCI: Using configuration type 1 for base access
[ 0.250691] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.252525] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.252526] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.252528] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.252528] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.252681] cryptd: max_cpu_qlen set to 1000
[ 0.252812] raid6: skipped pq benchmark and selected avx2x4
[ 0.252814] raid6: using avx2x2 recovery algorithm
[ 0.252866] ACPI: Added _OSI(Module Device)
[ 0.252867] ACPI: Added _OSI(Processor Device)
[ 0.252868] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.252868] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.258966] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GP18.SATA], AE_NOT_FOUND (20220331/dswload2-162)
[ 0.258971] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
[ 0.258973] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[ 0.261483] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC0._S0W], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.261486] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.261488] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.261507] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC1._S0W], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.261509] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.261511] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.262054] ACPI: 17 ACPI AML tables successfully acquired and loaded
[ 0.263293] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.271684] ACPI: EC: EC started
[ 0.271685] ACPI: EC: interrupt blocked
[ 0.296536] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.296538] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[ 0.296539] ACPI: Interpreter enabled
[ 0.296551] ACPI: PM: (supports S0 S4 S5)
[ 0.296551] ACPI: Using IOAPIC for interrupt routing
[ 0.296654] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.296655] PCI: Using E820 reservations for host bridge windows
[ 0.297509] ACPI: PM: Power Resource [WRST]
[ 0.297580] ACPI: PM: Power Resource [P0NV]
[ 0.297843] ACPI: PM: Power Resource [P0U0]
[ 0.297888] ACPI: PM: Power Resource [P3U0]
[ 0.298154] ACPI: PM: Power Resource [P0U1]
[ 0.298197] ACPI: PM: Power Resource [P3U1]
[ 0.298388] ACPI: PM: Power Resource [BTPR]
[ 0.300455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.300460] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.300503] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[ 0.300571] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.300579] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.300795] PCI host bridge to bus 0000:00
[ 0.300796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.300797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.300798] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.300799] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
[ 0.300800] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
[ 0.300801] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[ 0.300802] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfeafffff window]
[ 0.300803] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed811ff window]
[ 0.300803] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[ 0.300804] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[ 0.300805] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[ 0.300805] pci_bus 0000:00: root bus resource [mem 0x450200000-0xfcffffffff window]
[ 0.300806] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.300817] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[ 0.300881] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[ 0.300946] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[ 0.301015] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[ 0.301149] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.301284] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[ 0.301347] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[ 0.301398] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 0.301470] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[ 0.301521] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[ 0.301595] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[ 0.301650] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[ 0.301670] pci 0000:00:08.1: enabling Extended Tags
[ 0.301699] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.301807] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.301912] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.302027] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[ 0.302064] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[ 0.302100] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[ 0.302136] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[ 0.302172] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[ 0.302206] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[ 0.302243] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[ 0.302278] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[ 0.302372] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.302431] pci 0000:02:00.0: [10ec:8852] type 00 class 0x028000
[ 0.302449] pci 0000:02:00.0: reg 0x10: [io 0x2000-0x20ff]
[ 0.302473] pci 0000:02:00.0: reg 0x18: [mem 0xd0500000-0xd05fffff 64bit]
[ 0.302591] pci 0000:02:00.0: supports D1 D2
[ 0.302592] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.302775] pci 0000:00:02.2: PCI bridge to [bus 02]
[ 0.302777] pci 0000:00:02.2: bridge window [io 0x2000-0x2fff]
[ 0.302779] pci 0000:00:02.2: bridge window [mem 0xd0500000-0xd05fffff]
[ 0.302814] pci 0000:03:00.0: [c0a9:5412] type 00 class 0x010802
[ 0.302827] pci 0000:03:00.0: reg 0x10: [mem 0xd0400000-0xd0403fff 64bit]
[ 0.302996] pci 0000:00:02.4: PCI bridge to [bus 03]
[ 0.302999] pci 0000:00:02.4: bridge window [mem 0xd0400000-0xd04fffff]
[ 0.303049] pci 0000:04:00.0: [1002:1638] type 00 class 0x030000
[ 0.303059] pci 0000:04:00.0: reg 0x10: [mem 0xfce0000000-0xfcefffffff 64bit pref]
[ 0.303066] pci 0000:04:00.0: reg 0x18: [mem 0xfcf0000000-0xfcf01fffff 64bit pref]
[ 0.303071] pci 0000:04:00.0: reg 0x20: [io 0x1000-0x10ff]
[ 0.303075] pci 0000:04:00.0: reg 0x24: [mem 0xd0300000-0xd037ffff]
[ 0.303083] pci 0000:04:00.0: enabling Extended Tags
[ 0.303129] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.303159] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[ 0.303220] pci 0000:04:00.1: [1002:1637] type 00 class 0x040300
[ 0.303226] pci 0000:04:00.1: reg 0x10: [mem 0xd03c8000-0xd03cbfff]
[ 0.303246] pci 0000:04:00.1: enabling Extended Tags
[ 0.303271] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.303319] pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
[ 0.303331] pci 0000:04:00.2: reg 0x18: [mem 0xd0200000-0xd02fffff]
[ 0.303339] pci 0000:04:00.2: reg 0x24: [mem 0xd03cc000-0xd03cdfff]
[ 0.303346] pci 0000:04:00.2: enabling Extended Tags
[ 0.303428] pci 0000:04:00.3: [1022:1639] type 00 class 0x0c0330
[ 0.303439] pci 0000:04:00.3: reg 0x10: [mem 0xd0000000-0xd00fffff 64bit]
[ 0.303461] pci 0000:04:00.3: enabling Extended Tags
[ 0.303489] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[ 0.303542] pci 0000:04:00.4: [1022:1639] type 00 class 0x0c0330
[ 0.303552] pci 0000:04:00.4: reg 0x10: [mem 0xd0100000-0xd01fffff 64bit]
[ 0.303574] pci 0000:04:00.4: enabling Extended Tags
[ 0.303601] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[ 0.303651] pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
[ 0.303658] pci 0000:04:00.5: reg 0x10: [mem 0xd0380000-0xd03bffff]
[ 0.303677] pci 0000:04:00.5: enabling Extended Tags
[ 0.303703] pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
[ 0.303750] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[ 0.303757] pci 0000:04:00.6: reg 0x10: [mem 0xd03c0000-0xd03c7fff]
[ 0.303776] pci 0000:04:00.6: enabling Extended Tags
[ 0.303801] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[ 0.303870] pci 0000:00:08.1: PCI bridge to [bus 04]
[ 0.303873] pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
[ 0.303874] pci 0000:00:08.1: bridge window [mem 0xd0000000-0xd03fffff]
[ 0.303877] pci 0000:00:08.1: bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[ 0.304451] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.304453] ACPI: PCI: Interrupt link LNKA disabled
[ 0.304492] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.304493] ACPI: PCI: Interrupt link LNKB disabled
[ 0.304521] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.304522] ACPI: PCI: Interrupt link LNKC disabled
[ 0.304559] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.304560] ACPI: PCI: Interrupt link LNKD disabled
[ 0.304594] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.304595] ACPI: PCI: Interrupt link LNKE disabled
[ 0.304621] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.304622] ACPI: PCI: Interrupt link LNKF disabled
[ 0.304648] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.304648] ACPI: PCI: Interrupt link LNKG disabled
[ 0.304674] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.304675] ACPI: PCI: Interrupt link LNKH disabled
[ 0.305061] Low-power S0 idle used by default for system suspend
[ 0.305745] ACPI: EC: interrupt unblocked
[ 0.305747] ACPI: EC: event unblocked
[ 0.305751] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.305752] ACPI: EC: GPE=0x3
[ 0.305753] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[ 0.305754] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[ 0.305773] iommu: Default domain type: Translated
[ 0.305773] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.305773] SCSI subsystem initialized
[ 0.305773] libata version 3.00 loaded.
[ 0.305773] ACPI: bus type USB registered
[ 0.305773] usbcore: registered new interface driver usbfs
[ 0.305773] usbcore: registered new interface driver hub
[ 0.305773] usbcore: registered new device driver usb
[ 0.309192] pps_core: LinuxPPS API ver. 1 registered
[ 0.309194] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.309196] PTP clock support registered
[ 0.309208] EDAC MC: Ver: 3.0.0
[ 0.309208] Registered efivars operations
[ 0.309453] NetLabel: Initializing
[ 0.309454] NetLabel: domain hash size = 128
[ 0.309455] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.309465] NetLabel: unlabeled traffic allowed by default
[ 0.309467] mctp: management component transport protocol core
[ 0.309468] NET: Registered PF_MCTP protocol family
[ 0.309470] PCI: Using ACPI for IRQ routing
[ 0.311501] PCI: pci_cache_line_size set to 64 bytes
[ 0.311536] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[ 0.311537] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.311538] e820: reserve RAM buffer [mem 0x09a00000-0x0bffffff]
[ 0.311539] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[ 0.311540] e820: reserve RAM buffer [mem 0xb49a8000-0xb7ffffff]
[ 0.311541] e820: reserve RAM buffer [mem 0xb58b3018-0xb7ffffff]
[ 0.311541] e820: reserve RAM buffer [mem 0xb58ce000-0xb7ffffff]
[ 0.311542] e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
[ 0.311542] e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
[ 0.311543] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
[ 0.311543] e820: reserve RAM buffer [mem 0x3ae300000-0x3afffffff]
[ 0.311554] pci 0000:04:00.0: vgaarb: setting as boot VGA device
[ 0.311554] pci 0000:04:00.0: vgaarb: bridge control possible
[ 0.311554] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.311554] vgaarb: loaded
[ 0.311554] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.311554] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.313438] clocksource: Switched to clocksource hpet
[ 0.323195] VFS: Disk quotas dquot_6.6.0
[ 0.323205] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.323274] pnp: PnP ACPI init
[ 0.323390] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[ 0.323393] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.323396] system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
[ 0.323507] system 00:03: [io 0x0400-0x04cf] has been reserved
[ 0.323508] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.323509] system 00:03: [io 0x04d6] has been reserved
[ 0.323510] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 0.323511] system 00:03: [io 0x0c14] has been reserved
[ 0.323512] system 00:03: [io 0x0c50-0x0c52] has been reserved
[ 0.323512] system 00:03: [io 0x0c6c] has been reserved
[ 0.323514] system 00:03: [io 0x0c6f] has been reserved
[ 0.323515] system 00:03: [io 0x0cd0-0x0cdb] has been reserved
[ 0.323549] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[ 0.323819] pnp: PnP ACPI: found 5 devices
[ 0.329768] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.329824] NET: Registered PF_INET protocol family
[ 0.330028] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.332193] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.332206] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.332215] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.332314] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.332483] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.332574] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.332591] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.332615] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.332667] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.332672] NET: Registered PF_XDP protocol family
[ 0.332675] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.332677] pci 0000:00:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.332680] pci 0000:00:01.1: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 0.332684] clipped [mem size 0x00020000] to [mem size 0x00000000] for e820 entry [mem 0x0009f000-0x000bffff]
[ 0.332686] pci 0000:00:01.1: BAR 14: assigned [mem 0xd0600000-0xd07fffff]
[ 0.332688] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffe0000 64bit pref] for e820 entry [mem 0x0009f000-0x000bffff]
[ 0.332690] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffff900 64bit pref] for e820 entry [mem 0xfed80000-0xfed81fff]
[ 0.332692] pci 0000:00:01.1: BAR 15: assigned [mem 0x450200000-0x4503fffff 64bit pref]
[ 0.332693] pci 0000:00:01.1: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.332695] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.332697] pci 0000:00:01.1: bridge window [io 0x3000-0x3fff]
[ 0.332702] pci 0000:00:01.1: bridge window [mem 0xd0600000-0xd07fffff]
[ 0.332705] pci 0000:00:01.1: bridge window [mem 0x450200000-0x4503fffff 64bit pref]
[ 0.332710] pci 0000:00:02.2: PCI bridge to [bus 02]
[ 0.332711] pci 0000:00:02.2: bridge window [io 0x2000-0x2fff]
[ 0.332713] pci 0000:00:02.2: bridge window [mem 0xd0500000-0xd05fffff]
[ 0.332716] pci 0000:00:02.4: PCI bridge to [bus 03]
[ 0.332718] pci 0000:00:02.4: bridge window [mem 0xd0400000-0xd04fffff]
[ 0.332722] pci 0000:00:08.1: PCI bridge to [bus 04]
[ 0.332723] pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
[ 0.332725] pci 0000:00:08.1: bridge window [mem 0xd0000000-0xd03fffff]
[ 0.332727] pci 0000:00:08.1: bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[ 0.332730] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.332731] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.332731] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.332732] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
[ 0.332733] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
[ 0.332733] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
[ 0.332734] pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfeafffff window]
[ 0.332735] pci_bus 0000:00: resource 11 [mem 0xfed45000-0xfed811ff window]
[ 0.332735] pci_bus 0000:00: resource 12 [mem 0xfed81900-0xfed81fff window]
[ 0.332736] pci_bus 0000:00: resource 13 [mem 0xfedc0000-0xfedc0fff window]
[ 0.332736] pci_bus 0000:00: resource 14 [mem 0xfedc6000-0xfedc6fff window]
[ 0.332737] pci_bus 0000:00: resource 15 [mem 0x450200000-0xfcffffffff window]
[ 0.332738] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.332738] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd07fffff]
[ 0.332739] pci_bus 0000:01: resource 2 [mem 0x450200000-0x4503fffff 64bit pref]
[ 0.332740] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.332740] pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
[ 0.332741] pci_bus 0000:03: resource 1 [mem 0xd0400000-0xd04fffff]
[ 0.332742] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
[ 0.332742] pci_bus 0000:04: resource 1 [mem 0xd0000000-0xd03fffff]
[ 0.332743] pci_bus 0000:04: resource 2 [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[ 0.332802] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[ 0.332809] pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
[ 0.334263] pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
[ 0.345684] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x700 took 11145 usecs
[ 0.345698] PCI: CLS 64 bytes, default 64
[ 0.345709] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.345757] Trying to unpack rootfs image as initramfs...
[ 0.345764] pci 0000:00:01.0: Adding to iommu group 0
[ 0.345781] pci 0000:00:01.1: Adding to iommu group 1
[ 0.345800] pci 0000:00:02.0: Adding to iommu group 2
[ 0.345813] pci 0000:00:02.2: Adding to iommu group 3
[ 0.345828] pci 0000:00:02.4: Adding to iommu group 4
[ 0.345853] pci 0000:00:08.0: Adding to iommu group 5
[ 0.345865] pci 0000:00:08.1: Adding to iommu group 5
[ 0.345885] pci 0000:00:14.0: Adding to iommu group 6
[ 0.345897] pci 0000:00:14.3: Adding to iommu group 6
[ 0.345943] pci 0000:00:18.0: Adding to iommu group 7
[ 0.345956] pci 0000:00:18.1: Adding to iommu group 7
[ 0.345968] pci 0000:00:18.2: Adding to iommu group 7
[ 0.345981] pci 0000:00:18.3: Adding to iommu group 7
[ 0.345994] pci 0000:00:18.4: Adding to iommu group 7
[ 0.346007] pci 0000:00:18.5: Adding to iommu group 7
[ 0.346020] pci 0000:00:18.6: Adding to iommu group 7
[ 0.346033] pci 0000:00:18.7: Adding to iommu group 7
[ 0.346050] pci 0000:02:00.0: Adding to iommu group 8
[ 0.346065] pci 0000:03:00.0: Adding to iommu group 9
[ 0.346082] pci 0000:04:00.0: Adding to iommu group 5
[ 0.346092] pci 0000:04:00.1: Adding to iommu group 5
[ 0.346098] pci 0000:04:00.2: Adding to iommu group 5
[ 0.346105] pci 0000:04:00.3: Adding to iommu group 5
[ 0.346114] pci 0000:04:00.4: Adding to iommu group 5
[ 0.346122] pci 0000:04:00.5: Adding to iommu group 5
[ 0.346130] pci 0000:04:00.6: Adding to iommu group 5
[ 0.347204] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 0.347207] pci 0000:00:00.2: PCI INT A: not connected
[ 0.347431] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 0.347433] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[ 0.347442] AMD-Vi: Interrupt remapping enabled
[ 0.347443] AMD-Vi: X2APIC enabled
[ 0.348437] AMD-Vi: Virtual APIC enabled
[ 0.348502] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.348503] software IO TLB: mapped [mem 0x00000000c5230000-0x00000000c9230000] (64MB)
[ 0.348559] LVT offset 0 assigned for vector 0x400
[ 0.348798] perf: AMD IBS detected (0x000003ff)
[ 0.348803] amd_uncore: 4 amd_df counters detected
[ 0.348807] amd_uncore: 6 amd_l3 counters detected
[ 0.349150] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.351258] Initialise system trusted keyrings
[ 0.351270] Key type blacklist registered
[ 0.351308] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.353384] zbud: loaded
[ 0.354179] integrity: Platform Keyring initialized
[ 0.354183] integrity: Machine keyring initialized
[ 0.363346] NET: Registered PF_ALG protocol family
[ 0.363349] xor: automatically using best checksumming function avx
[ 0.363351] Key type asymmetric registered
[ 0.363353] Asymmetric key parser 'x509' registered
[ 0.663379] Freeing initrd memory: 51960K
[ 0.666505] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[ 0.666526] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.666564] io scheduler mq-deadline registered
[ 0.666565] io scheduler kyber registered
[ 0.666603] io scheduler bfq registered
[ 0.668088] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.669392] pcieport 0000:00:01.1: PME: Signaling with IRQ 32
[ 0.669419] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.669594] pcieport 0000:00:02.2: PME: Signaling with IRQ 33
[ 0.669683] pcieport 0000:00:02.4: PME: Signaling with IRQ 34
[ 0.669772] pcieport 0000:00:08.1: PME: Signaling with IRQ 35
[ 0.669845] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.672294] ACPI: AC: AC Adapter [ADP0] (off-line)
[ 0.672329] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.672341] ACPI: button: Power Button [PWRB]
[ 0.672361] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 0.672371] ACPI: button: Lid Switch [LID0]
[ 0.672465] Estimated ratio of average max frequency by base frequency (times 1024): 1226
[ 0.672478] Monitor-Mwait will be used to enter C-1 state
[ 0.672485] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[ 0.672566] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[ 0.672660] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[ 0.672758] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[ 0.672863] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[ 0.672960] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[ 0.673065] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[ 0.673159] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[ 0.673258] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[ 0.673359] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[ 0.673472] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[ 0.673593] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[ 0.673716] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[ 0.673800] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[ 0.673871] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[ 0.673988] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[ 0.674205] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.674206] ACPI: thermal: Thermal Zone [TZ01] (51 C)
[ 0.674370] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.675629] Non-volatile memory driver v1.3
[ 0.675633] Linux agpgart interface v0.103
[ 0.695618] ACPI: bus type drm_connector registered
[ 0.696997] xhci_hcd 0000:04:00.3: xHCI Host Controller
[ 0.697037] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
[ 0.697122] xhci_hcd 0000:04:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[ 0.697399] xhci_hcd 0000:04:00.3: xHCI Host Controller
[ 0.697440] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
[ 0.697441] xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.697469] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.697471] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.697472] usb usb1: Product: xHCI Host Controller
[ 0.697473] usb usb1: Manufacturer: Linux 6.1.6-200.fc37.x86_64 xhci-hcd
[ 0.697474] usb usb1: SerialNumber: 0000:04:00.3
[ 0.697572] hub 1-0:1.0: USB hub found
[ 0.697580] hub 1-0:1.0: 4 ports detected
[ 0.697693] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.697705] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 0.697706] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.697707] usb usb2: Product: xHCI Host Controller
[ 0.697707] usb usb2: Manufacturer: Linux 6.1.6-200.fc37.x86_64 xhci-hcd
[ 0.697708] usb usb2: SerialNumber: 0000:04:00.3
[ 0.697770] hub 2-0:1.0: USB hub found
[ 0.697775] hub 2-0:1.0: 2 ports detected
[ 0.697899] xhci_hcd 0000:04:00.4: xHCI Host Controller
[ 0.697937] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
[ 0.698017] xhci_hcd 0000:04:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[ 0.698260] xhci_hcd 0000:04:00.4: xHCI Host Controller
[ 0.698297] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
[ 0.698299] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.698317] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.698318] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.698319] usb usb3: Product: xHCI Host Controller
[ 0.698320] usb usb3: Manufacturer: Linux 6.1.6-200.fc37.x86_64 xhci-hcd
[ 0.698320] usb usb3: SerialNumber: 0000:04:00.4
[ 0.698403] hub 3-0:1.0: USB hub found
[ 0.698407] hub 3-0:1.0: 4 ports detected
[ 0.698586] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.698597] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 0.698598] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.698599] usb usb4: Product: xHCI Host Controller
[ 0.698599] usb usb4: Manufacturer: Linux 6.1.6-200.fc37.x86_64 xhci-hcd
[ 0.698600] usb usb4: SerialNumber: 0000:04:00.4
[ 0.698665] hub 4-0:1.0: USB hub found
[ 0.698668] hub 4-0:1.0: 2 ports detected
[ 0.698765] usbcore: registered new interface driver usbserial_generic
[ 0.698768] usbserial: USB Serial support registered for generic
[ 0.698786] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[ 0.698788] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.700025] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.700091] mousedev: PS/2 mouse device common for all mice
[ 0.700174] rtc_cmos 00:01: RTC can wake from S4
[ 0.700390] rtc_cmos 00:01: registered as rtc0
[ 0.700444] rtc_cmos 00:01: setting system clock to 2023-01-19T08:33:07 UTC (1674117187)
[ 0.700462] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[ 0.700487] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.700498] device-mapper: uevent: version 1.0.3
[ 0.700554] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 0.703043] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[ 0.704112] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 0.704628] fbcon: Deferring console take-over
[ 0.704631] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.704673] hid: raw HID events driver (C) Jiri Kosina
[ 0.704708] usbcore: registered new interface driver usbhid
[ 0.704709] usbhid: USB HID core driver
[ 0.704842] drop_monitor: Initializing network drop monitor service
[ 0.712703] Initializing XFRM netlink socket
[ 0.712778] NET: Registered PF_INET6 protocol family
[ 0.715921] Segment Routing with IPv6
[ 0.715924] RPL Segment Routing with IPv6
[ 0.715930] In-situ OAM (IOAM) with IPv6
[ 0.715946] mip6: Mobile IPv6
[ 0.715949] NET: Registered PF_PACKET protocol family
[ 0.717193] microcode: CPU0: patch_level=0x0a50000c
[ 0.717201] microcode: CPU1: patch_level=0x0a50000c
[ 0.717218] microcode: CPU2: patch_level=0x0a50000c
[ 0.717227] microcode: CPU3: patch_level=0x0a50000c
[ 0.717243] microcode: CPU4: patch_level=0x0a50000c
[ 0.717252] microcode: CPU5: patch_level=0x0a50000c
[ 0.717258] microcode: CPU6: patch_level=0x0a50000c
[ 0.717268] microcode: CPU7: patch_level=0x0a50000c
[ 0.717275] microcode: CPU8: patch_level=0x0a50000c
[ 0.717285] microcode: CPU9: patch_level=0x0a50000c
[ 0.717302] microcode: CPU10: patch_level=0x0a50000c
[ 0.717314] microcode: CPU11: patch_level=0x0a50000c
[ 0.717338] microcode: CPU12: patch_level=0x0a50000c
[ 0.717345] microcode: CPU13: patch_level=0x0a50000c
[ 0.717362] microcode: CPU14: patch_level=0x0a50000c
[ 0.717371] microcode: CPU15: patch_level=0x0a50000c
[ 0.717373] microcode: Microcode Update Driver: v2.2.
[ 0.717707] resctrl: L3 allocation detected
[ 0.717708] resctrl: MB allocation detected
[ 0.717708] resctrl: L3 monitoring detected
[ 0.717712] IPI shorthand broadcast: enabled
[ 0.717717] AVX2 version of gcm_enc/dec engaged.
[ 0.717890] AES CTR mode by8 optimization enabled
[ 0.718561] registered taskstats version 1
[ 0.718955] Loading compiled-in X.509 certificates
[ 0.726380] Loaded X.509 cert 'Fedora kernel signing key: 3efa4db62a9e16dd44541f953169b522b0acf1be'
[ 0.726769] zswap: loaded using pool lzo/zbud
[ 0.726928] page_owner is disabled
[ 0.727042] Key type .fscrypt registered
[ 0.727044] Key type fscrypt-provisioning registered
[ 0.727327] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[ 0.727339] Key type big_key registered
[ 0.727651] Key type trusted registered
[ 0.729754] Key type encrypted registered
[ 0.730896] Loading compiled-in module X.509 certificates
[ 0.731227] Loaded X.509 cert 'Fedora kernel signing key: 3efa4db62a9e16dd44541f953169b522b0acf1be'
[ 0.731228] ima: Allocated hash algorithm: sha256
[ 0.743619] ima: No architecture policies found
[ 0.743658] evm: Initialising EVM extended attributes:
[ 0.743659] evm: security.selinux
[ 0.743660] evm: security.SMACK64 (disabled)
[ 0.743661] evm: security.SMACK64EXEC (disabled)
[ 0.743661] evm: security.SMACK64TRANSMUTE (disabled)
[ 0.743662] evm: security.SMACK64MMAP (disabled)
[ 0.743662] evm: security.apparmor (disabled)
[ 0.743663] evm: security.ima
[ 0.743663] evm: security.capability
[ 0.743664] evm: HMAC attrs: 0x1
[ 0.746574] ACPI: battery: Slot [BAT0] (battery present)
[ 0.780289] alg: No test for 842 (842-scomp)
[ 0.780325] alg: No test for 842 (842-generic)
[ 0.873199] PM: Magic number: 7:273:574
[ 0.873413] RAS: Correctable Errors collector initialized.
[ 0.873463] Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
[ 0.875510] Freeing unused decrypted memory: 2036K
[ 0.876136] Freeing unused kernel image (initmem) memory: 3028K
[ 0.886454] Write protecting the kernel read-only data: 32768k
[ 0.886906] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 0.887174] Freeing unused kernel image (rodata/data gap) memory: 1876K
[ 0.927091] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.927098] rodata_test: all tests were successful
[ 0.927105] Run /init as init process
[ 0.927107] with arguments:
[ 0.927109] /init
[ 0.927110] rhgb
[ 0.927111] with environment:
[ 0.927111] HOME=/
[ 0.927112] TERM=linux
[ 0.927113] BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.1.6-200.fc37.x86_64
[ 0.938449] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 0.938459] usb 3-4: new full-speed USB device number 2 using xhci_hcd
[ 0.940042] systemd[1]: systemd 251.10-588.fc37 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 0.940049] systemd[1]: Detected architecture x86-64.
[ 0.940052] systemd[1]: Running in initial RAM disk.
[ 0.940084] systemd[1]: No hostname configured, using default hostname.
[ 0.940137] systemd[1]: Hostname set to <fedora>.
[ 1.078890] usb 1-3: New USB device found, idVendor=04f2, idProduct=b6cb, bcdDevice=83.18
[ 1.078896] usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.078898] usb 1-3: Product: Integrated Camera
[ 1.078900] usb 1-3: Manufacturer: Chicony Electronics Co.,Ltd.
[ 1.078901] usb 1-3: SerialNumber: 0001
[ 1.102751] usb 3-4: New USB device found, idVendor=0bda, idProduct=4852, bcdDevice= 0.00
[ 1.102759] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.102761] usb 3-4: Product: Bluetooth Radio
[ 1.102763] usb 3-4: Manufacturer: Realtek
[ 1.102764] usb 3-4: SerialNumber: 00e04c000001
[ 1.244742] systemd[1]: bpf-lsm: LSM BPF program attached
[ 1.293629] systemd[1]: Queued start job for default target initrd.target.
[ 1.307524] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Slice /system/systemd-cryptsetup.
[ 1.307772] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[ 1.307812] systemd[1]: Reached target local-fs.target - Local File Systems.
[ 1.307866] systemd[1]: Reached target slices.target - Slice Units.
[ 1.307906] systemd[1]: Reached target swap.target - Swaps.
[ 1.307938] systemd[1]: Reached target timers.target - Timer Units.
[ 1.308119] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[ 1.308284] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 1.308400] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 1.308542] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 1.308662] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 1.308745] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 1.308774] systemd[1]: Reached target sockets.target - Socket Units.
[ 1.309837] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 1.309911] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because all trigger condition checks failed.
[ 1.311424] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 1.312324] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 1.313167] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[ 1.314032] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[ 1.330673] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 1.330806] audit: type=1130 audit(1674117188.129:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.336575] fuse: init (API version 7.37)
[ 1.346585] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[ 1.346645] audit: type=1130 audit(1674117188.145:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.364632] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 1.364699] audit: type=1130 audit(1674117188.163:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.364819] systemd[1]: Started systemd-journald.service - Journal Service.
[ 1.364887] audit: type=1130 audit(1674117188.163:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.369953] audit: type=1130 audit(1674117188.168:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.395682] audit: type=1130 audit(1674117188.194:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.408813] audit: type=1130 audit(1674117188.207:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.423993] audit: type=1130 audit(1674117188.222:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.433874] audit: type=1130 audit(1674117188.232:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.714338] wmi_bus wmi_bus-PNP0C14:02: WQAB data block query control method not found
[ 1.714347] wmi_bus wmi_bus-PNP0C14:02: WQAD data block query control method not found
[ 1.726654] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 1.726794] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 1.726907] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[ 1.733626] ccp 0000:04:00.2: enabling device (0000 -> 0002)
[ 1.733898] ccp 0000:04:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[ 1.744065] ccp 0000:04:00.2: tee enabled
[ 1.744071] ccp 0000:04:00.2: psp enabled
[ 1.859082] input: MSFT0001:00 06CB:CE44 Mouse as /devices/platform/AMDI0010:01/i2c-1/i2c-MSFT0001:00/0018:06CB:CE44.0001/input/input3
[ 1.859184] input: MSFT0001:00 06CB:CE44 Touchpad as /devices/platform/AMDI0010:01/i2c-1/i2c-MSFT0001:00/0018:06CB:CE44.0001/input/input4
[ 1.859269] hid-generic 0018:06CB:CE44.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 06CB:CE44] on i2c-MSFT0001:00
[ 1.931472] input: MSFT0001:00 06CB:CE44 Mouse as /devices/platform/AMDI0010:01/i2c-1/i2c-MSFT0001:00/0018:06CB:CE44.0001/input/input6
[ 1.931624] input: MSFT0001:00 06CB:CE44 Touchpad as /devices/platform/AMDI0010:01/i2c-1/i2c-MSFT0001:00/0018:06CB:CE44.0001/input/input7
[ 1.931767] hid-multitouch 0018:06CB:CE44.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 06CB:CE44] on i2c-MSFT0001:00
[ 2.159763] hid-generic 0018:048D:8320.0002: hidraw1: I2C HID v1.00 Device [ITE8350:00 048D:8320] on i2c-ITE8350:00
[ 2.163195] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 2.163255] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0f/LNXVIDEO:00/input/input9
[ 2.170440] ACPI Error: No handler for Region [ECSI] (00000000b6e7e976) [EmbeddedControl] (20220331/evregion-130)
[ 2.170447] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20220331/exfldio-261)
[ 2.170451] ACPI Error: Aborting method \_SB.UBTC.ECRD due to previous error (AE_NOT_EXIST) (20220331/psparse-529)
[ 2.170457] ACPI Error: Aborting method \_SB.UBTC._DSM due to previous error (AE_NOT_EXIST) (20220331/psparse-529)
[ 2.170464] ACPI: \_SB_.UBTC: failed to evaluate _DSM c298836f-a47c-e411-ad36-631042b5008f (0x6)
[ 2.170467] ucsi_acpi USBC000:00: ucsi_acpi_dsm: failed to evaluate _DSM 2
[ 2.178070] AMD-Vi: AMD IOMMUv2 loaded and initialized
[ 2.181369] nvme 0000:03:00.0: platform quirk: setting simple suspend
[ 2.181435] nvme nvme0: pci function 0000:03:00.0
[ 2.223045] nvme nvme0: 16/0/0 default/read/poll queues
[ 2.227544] nvme0n1: p1 p2 p3
[ 3.312434] ucsi_acpi: probe of USBC000:00 failed with error -5
[ 3.754184] [drm] amdgpu kernel modesetting enabled.
[ 3.755669] amdgpu: Ignoring ACPI CRAT on non-APU system
[ 3.755672] amdgpu: Virtual CRAT table created for CPU
[ 3.755680] amdgpu: Topology: Add CPU node
[ 3.773006] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
[ 3.773057] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
[ 3.773142] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x17AA:0x3AAA 0xC5).
[ 3.773211] [drm] register mmio base: 0xD0300000
[ 3.773212] [drm] register mmio size: 524288
[ 3.774727] [drm] add ip block number 0 <soc15_common>
[ 3.774729] [drm] add ip block number 1 <gmc_v9_0>
[ 3.774730] [drm] add ip block number 2 <vega10_ih>
[ 3.774731] [drm] add ip block number 3 <psp>
[ 3.774732] [drm] add ip block number 4 <smu>
[ 3.774733] [drm] add ip block number 5 <dm>
[ 3.774734] [drm] add ip block number 6 <gfx_v9_0>
[ 3.774736] [drm] add ip block number 7 <sdma_v4_0>
[ 3.774736] [drm] add ip block number 8 <vcn_v2_0>
[ 3.774737] [drm] add ip block number 9 <jpeg_v2_0>
[ 3.774746] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
[ 3.774749] amdgpu: ATOM BIOS: 113-CEZANNE-020
[ 3.775607] [drm] VCN decode is enabled in VM mode
[ 3.775608] [drm] VCN encode is enabled in VM mode
[ 3.775609] [drm] JPEG decode is enabled in VM mode
[ 3.775610] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[ 3.775612] amdgpu 0000:04:00.0: amdgpu: PCIE atomic ops is not supported
[ 3.775620] amdgpu 0000:04:00.0: amdgpu: MODE2 reset
[ 3.775975] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 3.775980] amdgpu 0000:04:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[ 3.775982] amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 3.775984] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[ 3.775988] [drm] Detected VRAM RAM=2048M, BAR=2048M
[ 3.775989] [drm] RAM width 128bits LPDDR4
[ 3.776058] [drm] amdgpu: 2048M of VRAM memory ready
[ 3.776059] [drm] amdgpu: 6913M of GTT memory ready.
[ 3.776068] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 3.776186] [drm] PCIE GART of 1024M enabled.
[ 3.776187] [drm] PTB located at 0x000000F47FC00000
[ 3.780560] amdgpu 0000:04:00.0: amdgpu: PSP runtime database doesn't exist
[ 3.780562] amdgpu 0000:04:00.0: amdgpu: PSP runtime database doesn't exist
[ 3.785411] [drm] Loading DMUB firmware via PSP: version=0x01010024
[ 3.812543] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[ 3.812551] amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
[ 4.582917] [drm] reserve 0x400000 from 0xf47f800000 for PSP TMR
[ 4.675077] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4.685964] amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 4.685965] amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4.686801] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
[ 4.687009] [drm] Display Core initialized with v3.2.207!
[ 4.687545] [drm] DMUB hardware initialized: version=0x01010024
[ 4.866779] [drm] kiq ring mec 2 pipe 1 q 0
[ 4.869982] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4.870002] [drm] JPEG decode initialized successfully.
[ 4.871331] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 4.871402] amdgpu: sdma_bitmap: 3
[ 4.885587] memmap_init_zone_device initialised 524288 pages in 4ms
[ 4.885594] amdgpu: HMM registered 2048MB device memory
[ 4.885625] amdgpu: SRAT table not found
[ 4.885626] amdgpu: Virtual CRAT table created for GPU
[ 4.886042] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[ 4.886046] kfd kfd: amdgpu: added device 1002:1638
[ 4.886057] amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[ 4.886136] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 4.886138] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4.886139] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4.886140] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4.886141] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4.886142] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4.886142] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4.886143] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4.886144] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4.886145] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4.886146] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 4.886147] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[ 4.886147] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 4.886148] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 4.886149] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[ 4.887494] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:04:00.0 on minor 0
[ 4.893775] fbcon: amdgpudrmfb (fb0) is primary device
[ 4.893777] fbcon: Deferring console take-over
[ 4.893779] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 4.986596] [drm] DSC precompute is not needed.
[ 11.912798] kauditd_printk_skb: 18 callbacks suppressed
[ 11.912801] audit: type=1338 audit(1674117198.710:29): module=crypt op=ctr ppid=1 pid=629 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" subj=kernel dev=253:0 error_msg='success' res=1
[ 11.913164] audit: type=1300 audit(1674117198.710:29): arch=c000003e syscall=16 success=yes exit=0 a0=4 a1=c138fd09 a2=564c42c8cc70 a3=0 items=6 ppid=1 pid=629 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" subj=kernel key=(null)
[ 11.913167] audit: type=1307 audit(1674117198.710:29): cwd="/"
[ 11.913169] audit: type=1302 audit(1674117198.710:29): item=0 name=(null) inode=1025 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 obj=unlabeled nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913171] audit: type=1302 audit(1674117198.710:29): item=1 name=(null) inode=18603 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 obj=unlabeled nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913173] audit: type=1302 audit(1674117198.710:29): item=2 name=(null) inode=26 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 obj=unlabeled nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913174] audit: type=1302 audit(1674117198.710:29): item=3 name=(null) inode=18604 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 obj=unlabeled nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913176] audit: type=1302 audit(1674117198.710:29): item=4 name=(null) inode=18604 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 obj=unlabeled nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913178] audit: type=1302 audit(1674117198.710:29): item=5 name=(null) inode=18605 dev=00:07 mode=0100444 ouid=0 ogid=0 rdev=00:00 obj=unlabeled nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[ 11.913180] audit: type=1327 audit(1674117198.710:29): proctitle=2F7573722F6C69622F73797374656D642F73797374656D642D6372797074736574757000617474616368006C756B732D65343932346162342D336134652D343834372D613434632D343533653230346438376436002F6465762F6469736B2F62792D757569642F65343932346162342D336134652D343834372D613434632D34
[ 11.925369] BTRFS: device label fedora_localhost-live devid 1 transid 5977 /dev/dm-0 scanned by systemd-udevd (888)
[ 12.359216] BTRFS info (device dm-0): using crc32c (crc32c-intel) checksum algorithm
[ 12.359224] BTRFS info (device dm-0): using free space tree
[ 12.453842] BTRFS info (device dm-0): enabling ssd optimizations
[ 12.954967] systemd-journald[333]: Received SIGTERM from PID 1 (systemd).
[ 13.097775] SELinux: Class user_namespace not defined in policy.
[ 13.097780] SELinux: the above unknown classes and permissions will be allowed
[ 13.101994] SELinux: policy capability network_peer_controls=1
[ 13.101997] SELinux: policy capability open_perms=1
[ 13.101998] SELinux: policy capability extended_socket_class=1
[ 13.101999] SELinux: policy capability always_check_network=0
[ 13.102000] SELinux: policy capability cgroup_seclabel=1
[ 13.102001] SELinux: policy capability nnp_nosuid_transition=1
[ 13.102001] SELinux: policy capability genfs_seclabel_symlinks=1
[ 13.102002] SELinux: policy capability ioctl_skip_cloexec=0
[ 13.150033] systemd[1]: Successfully loaded SELinux policy in 98.141ms.
[ 13.181868] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 25.434ms.
[ 13.185248] systemd[1]: systemd 251.10-588.fc37 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 13.185256] systemd[1]: Detected architecture x86-64.
[ 13.532825] systemd[1]: bpf-lsm: LSM BPF program attached
[ 13.666162] systemd-sysv-generator[1014]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 13.666230] systemd-sysv-generator[1014]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 13.668358] systemd-gpt-auto-generator[1007]: Failed to dissect: Permission denied
[ 13.682823] zram: Added device: zram0
[ 13.683370] systemd[993]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 13.735929] systemd[1]: /etc/systemd/system/teamviewerd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly.
[ 13.806861] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[ 13.814809] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[ 13.815848] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 13.816325] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[ 13.816880] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 13.817212] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 13.817576] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 13.817899] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[ 13.818289] systemd[1]: Created slice user.slice - User and Session Slice.
[ 13.818330] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[ 13.818483] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 13.819049] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 13.819121] systemd[1]: Reached target blockdev@dev-mapper-luks\x2de4924ab4\x2d3a4e\x2d4847\x2da44c\x2d453e204d87d6.target - Block Device Preparation for /dev/mapper/luks-e4924ab4-3a4e-4847-a44c-453e204d87d6.
[ 13.819157] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 13.819189] systemd[1]: Reached target getty.target - Login Prompts.
[ 13.819219] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[ 13.819245] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[ 13.819264] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[ 13.819292] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 13.819354] systemd[1]: Reached target slices.target - Slice Units.
[ 13.819390] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 13.820111] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[ 13.821389] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[ 13.822796] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[ 13.822941] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 13.823689] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[ 13.824675] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 13.825051] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 13.825339] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[ 13.835833] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 13.837654] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 13.838721] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 13.839926] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 13.840110] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
[ 13.841339] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 13.842313] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 13.843279] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 13.844253] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 13.845208] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 13.846137] systemd[1]: Starting mullvad-early-boot-blocking.service - Mullvad early boot network blocker...
[ 13.846221] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[ 13.858633] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[ 13.858940] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[ 13.871581] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[ 13.871801] systemd[1]: Stopped systemd-journald.service - Journal Service.
[ 13.891836] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 13.893785] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 13.894808] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[ 13.895871] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 13.895982] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because all trigger condition checks failed.
[ 13.896936] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 13.899172] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 13.899425] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 13.899675] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 13.899900] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 13.901954] BTRFS info (device dm-0: state M): use zstd compression, level 1
[ 13.914798] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 13.915978] systemd[1]: Started systemd-journald.service - Journal Service.
[ 14.056702] systemd-journald[1044]: Received client request to flush runtime journal.
[ 14.245153] BTRFS info: devid 1 device path /dev/mapper/luks-e4924ab4-3a4e-4847-a44c-453e204d87d6 changed to /dev/dm-0 scanned by systemd-udevd (1079)
[ 14.247015] BTRFS info: devid 1 device path /dev/dm-0 changed to /dev/mapper/luks-e4924ab4-3a4e-4847-a44c-453e204d87d6 scanned by systemd-udevd (1079)
[ 14.261146] zram0: detected capacity change from 0 to 16777216
[ 14.336097] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 14.336106] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 14.338918] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 14.378115] Adding 8388604k swap on /dev/zram0. Priority:100 extents:1 across:8388604k SSDscFS
[ 14.395016] mc: Linux media interface: v0.10
[ 14.396517] input: PC Speaker as /devices/platform/pcspkr/input/input10
[ 14.397139] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input11
[ 14.397232] ideapad_acpi VPC2004:00: Keyboard backlight control not available
[ 14.401967] snd_rn_pci_acp3x 0000:04:00.5: enabling device (0000 -> 0002)
[ 14.421406] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 14.421413] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 14.507767] Bluetooth: Core ver 2.22
[ 14.507806] NET: Registered PF_BLUETOOTH protocol family
[ 14.507808] Bluetooth: HCI device and connection manager initialized
[ 14.507816] Bluetooth: HCI socket layer initialized
[ 14.507819] Bluetooth: L2CAP socket layer initialized
[ 14.507826] Bluetooth: SCO socket layer initialized
[ 14.507977] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 14.508378] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 14.512103] videodev: Linux video capture interface: v2.00
[ 14.591147] usbcore: registered new interface driver btusb
[ 14.600477] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000a lmp_ver=0b lmp_subver=8852
[ 14.601453] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 14.601456] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_fw.bin
[ 14.608274] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_config.bin
[ 14.609111] Bluetooth: hci0: RTL: cfg_sz 6, total sz 47155
[ 14.708260] usb 1-3: Found UVC 1.10 device Integrated Camera (04f2:b6cb)
[ 14.715083] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/input/input12
[ 14.716248] usb 1-3: Found UVC 1.50 device Integrated Camera (04f2:b6cb)
[ 14.717818] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.2/input/input13
[ 14.717913] usbcore: registered new interface driver uvcvideo
[ 14.757789] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 14.758007] SVM: TSC scaling supported
[ 14.758012] kvm: Nested Virtualization enabled
[ 14.758014] SVM: kvm: Nested Paging enabled
[ 14.758040] SVM: Virtual VMLOAD VMSAVE supported
[ 14.758042] SVM: Virtual GIF supported
[ 14.758043] SVM: LBR virtualization supported
[ 14.811745] MCE: In-kernel MCE decoding enabled.
[ 14.825000] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[ 14.825073] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[ 14.825215] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[ 14.876252] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 14.878737] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input14
[ 14.878807] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input15
[ 14.953140] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC287: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 14.953150] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 14.953153] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 14.953156] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 14.953157] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 14.953160] snd_hda_codec_realtek hdaudioC1D0: Mic=0x19
[ 14.958603] rtw89_8852ae 0000:02:00.0: Direct firmware load for rtw89/rtw8852a_fw.bin failed with error -2
[ 14.958608] rtw89_8852ae 0000:02:00.0: failed to early request firmware: -2
[ 14.958703] rtw89_8852ae 0000:02:00.0: enabling device (0000 -> 0003)
[ 14.981092] rtw89_8852ae 0000:02:00.0: Firmware version 0.13.36.0, cmd version 0, type 1
[ 14.981099] rtw89_8852ae 0000:02:00.0: Firmware version 0.13.36.0, cmd version 0, type 3
[ 14.998064] rtw89_8852ae 0000:02:00.0: chip rfe_type is 1
[ 15.008404] Bluetooth: hci0: RTL: fw version 0xd9b88207
[ 15.009509] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input16
[ 15.009598] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input17
[ 15.033144] rtw89_8852ae 0000:02:00.0 wlp2s0: renamed from wlan0
[ 15.141435] Bluetooth: hci0: Failed to read codec capabilities (-22)
[ 15.268914] RPC: Registered named UNIX socket transport module.
[ 15.268917] RPC: Registered udp transport module.
[ 15.268918] RPC: Registered tcp transport module.
[ 15.268918] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 15.330592] intel_rapl_common: Found RAPL domain package
[ 15.330596] intel_rapl_common: Found RAPL domain core
[ 15.405946] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.405951] Bluetooth: BNEP filters: protocol multicast
[ 15.405956] Bluetooth: BNEP socket layer initialized
[ 15.407937] Bluetooth: MGMT ver 1.22
[ 15.659462] NET: Registered PF_QIPCRTR protocol family
[ 18.742337] wlp2s0: authenticate with 10:7b:44:12:fa:5c
[ 18.875610] wlp2s0: send auth to 10:7b:44:12:fa:5c (try 1/3)
[ 18.876457] wlp2s0: authenticated
[ 18.877455] wlp2s0: associate with 10:7b:44:12:fa:5c (try 1/3)
[ 18.879101] wlp2s0: RX AssocResp from 10:7b:44:12:fa:5c (capab=0x1011 status=0 aid=2)
[ 18.985628] wlp2s0: associated
[ 19.019210] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 20.004041] Bluetooth: RFCOMM TTY layer initialized
[ 20.004051] Bluetooth: RFCOMM socket layer initialized
[ 20.004058] Bluetooth: RFCOMM ver 1.11
[ 21.531843] rfkill: input handler disabled
[ 284.449682] wlp2s0: deauthenticating from 10:7b:44:12:fa:5c by local choice (Reason: 3=DEAUTH_LEAVING)
[ 285.445861] PM: suspend entry (s2idle)
[ 285.454049] Filesystems sync: 0.008 seconds
[ 285.457930] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 285.460000] OOM killer disabled.
[ 285.460001] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 285.461173] printk: Suspending console(s) (use no_console_suspend to debug)
[ 285.841432] PM: suspend devices took 0.381 seconds
[ 285.842393] ACPI: EC: interrupt blocked
[ 285.993125] ACPI: EC: interrupt unblocked
[ 286.023055] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 286.023060] pci 0000:00:00.2: PCI INT A: no GSI
[ 286.024467] [drm] PCIE GART of 1024M enabled.
[ 286.024470] [drm] PTB located at 0x000000F47FC00000
[ 286.024489] amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
[ 286.026137] amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
[ 286.027300] amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
[ 286.032779] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 286.033177] [drm] JPEG decode initialized successfully.
[ 286.033421] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 286.033423] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 286.033425] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 286.033426] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 286.033427] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 286.033428] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 286.033429] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 286.033430] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 286.033431] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 286.033432] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 286.033433] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 286.033434] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[ 286.033435] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 286.033435] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 286.033436] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[ 286.049652] nvme nvme0: 16/0/0 default/read/poll queues
[ 286.325574] usb 3-4: reset full-speed USB device number 2 using xhci_hcd
[ 286.469122] PM: resume devices took 0.446 seconds
[ 286.469343] OOM killer enabled.
[ 286.469344] Restarting tasks ...
[ 286.470213] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000a lmp_ver=0b lmp_subver=8852
[ 286.472189] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 286.472195] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_fw.bin
[ 286.472216] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_config.bin
[ 286.472242] Bluetooth: hci0: RTL: cfg_sz 6, total sz 47155
[ 286.473087] done.
[ 286.473108] random: crng reseeded on system resumption
[ 286.545553] PM: suspend exit
[ 286.871447] Bluetooth: hci0: RTL: fw version 0xd9b88207
[ 287.005485] Bluetooth: hci0: Failed to read codec capabilities (-22)
[ 287.029230] Bluetooth: MGMT ver 1.22
[ 289.147079] wlp2s0: authenticate with 10:7b:44:12:fa:5c
[ 289.278326] wlp2s0: send auth to 10:7b:44:12:fa:5c (try 1/3)
[ 289.279174] wlp2s0: authenticated
[ 289.281472] wlp2s0: associate with 10:7b:44:12:fa:5c (try 1/3)
[ 289.282759] wlp2s0: RX AssocResp from 10:7b:44:12:fa:5c (capab=0x1011 status=0 aid=2)
[ 289.393476] wlp2s0: associated
[ 289.419938] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 292.682321] ideapad_acpi VPC2004:00: Unknown event: 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment