Guest User

Untitled

a guest
Jan 5th, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 68.24 KB | Fixit | 0 0
  1. [    0.000000] Linux version 6.1.67-gentoo (root@DodoLenLap) (gcc (Gentoo 13.2.1_p20230826 p7) 13.2.1 20230826, GNU ld (Gentoo 2.41 p2) 2.41.0) #24 SMP PREEMPT_DYNAMIC Thu Jan  4 13:07:31 CST 2024
  2. [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.1.67-gentoo root=PARTUUID=508c0ba9-a773-5246-bb05-109426aa99f5 ro
  3. [    0.000000] BIOS-provided physical RAM map:
  4. [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
  5. [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
  6. [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
  7. [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
  8. [    0.000000] BIOS-e820: [mem 0x0000000009c00000-0x0000000009d90fff] reserved
  9. [    0.000000] BIOS-e820: [mem 0x0000000009d91000-0x0000000009efffff] usable
  10. [    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0bfff] ACPI NVS
  11. [    0.000000] BIOS-e820: [mem 0x0000000009f0c000-0x00000000c747dfff] usable
  12. [    0.000000] BIOS-e820: [mem 0x00000000c747e000-0x00000000c767dfff] type 20
  13. [    0.000000] BIOS-e820: [mem 0x00000000c767e000-0x00000000cb67dfff] reserved
  14. [    0.000000] BIOS-e820: [mem 0x00000000cb67e000-0x00000000cd77dfff] ACPI NVS
  15. [    0.000000] BIOS-e820: [mem 0x00000000cd77e000-0x00000000cd7fdfff] ACPI data
  16. [    0.000000] BIOS-e820: [mem 0x00000000cd7fe000-0x00000000ce7fffff] usable
  17. [    0.000000] BIOS-e820: [mem 0x00000000ce800000-0x00000000cfffffff] reserved
  18. [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
  19. [    0.000000] BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
  20. [    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe0fffff] reserved
  21. [    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
  22. [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001ae2fffff] usable
  23. [    0.000000] BIOS-e820: [mem 0x00000001ae300000-0x000000022fffffff] reserved
  24. [    0.000000] NX (Execute Disable) protection: active
  25. [    0.000000] efi: EFI v2.70 by Phoenix Technologies Ltd.
  26. [    0.000000] efi: ACPI=0xcd7fd000 ACPI 2.0=0xcd7fd014 SMBIOS=0xc9569000 SMBIOS 3.0=0xc955c000 TPMFinalLog=0xcc624000 MEMATTR=0xc48d3018 ESRT=0xc5c90498
  27. [    0.000000] SMBIOS 3.3.0 present.
  28. [    0.000000] DMI: LENOVO 82KC/LNVNB161216, BIOS GLCN52WW 12/09/2022
  29. [    0.000000] tsc: Fast TSC calibration using PIT
  30. [    0.000000] tsc: Detected 2095.984 MHz processor
  31. [    0.000011] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  32. [    0.000013] e820: remove [mem 0x000a0000-0x000fffff] usable
  33. [    0.000019] last_pfn = 0x1ae300 max_arch_pfn = 0x400000000
  34. [    0.000491] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
  35. [    0.000638] last_pfn = 0xce800 max_arch_pfn = 0x400000000
  36. [    0.003812] esrt: Reserving ESRT space from 0x00000000c5c90498 to 0x00000000c5c904f8.
  37. [    0.003817] e820: update [mem 0xc5c90000-0xc5c90fff] usable ==> reserved
  38. [    0.003833] Using GB pages for direct mapping
  39. [    0.004297] Secure boot disabled
  40. [    0.004298] RAMDISK: [mem 0x37fc9000-0x37fdbfff]
  41. [    0.004304] ACPI: Early table checksum verification disabled
  42. [    0.004307] ACPI: RSDP 0x00000000CD7FD014 000024 (v02 LENOVO)
  43. [    0.004310] ACPI: XSDT 0x00000000CD7FB188 0000D4 (v01 LENOVO CB-01    00000003 PTEC 00000002)
  44. [    0.004314] ACPI: FACP 0x00000000C82C2000 000114 (v06 LENOVO CB-01    00000003 PTEC 00000002)
  45. [    0.004318] ACPI: DSDT 0x00000000C82B5000 00934E (v01 LENOVO AMD      00001000 INTL 20180313)
  46. [    0.004320] ACPI: FACS 0x00000000CBD81000 000040
  47. [    0.004321] ACPI: SSDT 0x00000000C958F000 007229 (v02 LENOVO AmdTable 00000002 MSFT 04000000)
  48. [    0.004323] ACPI: IVRS 0x00000000C958E000 0001A4 (v02 LENOVO CB-01    00000001 PTEC 00000002)
  49. [    0.004325] ACPI: MSDM 0x00000000C94DA000 000055 (v03 LENOVO CB-01    00000000 PTEC 00000002)
  50. [    0.004327] ACPI: BATB 0x00000000C94C5000 00004A (v02 LENOVO CB-01    00000000 PTEC 00000002)
  51. [    0.004328] ACPI: HPET 0x00000000C82C1000 000038 (v01 LENOVO CB-01    00000001 PTEC 00000002)
  52. [    0.004330] ACPI: APIC 0x00000000C82C0000 000138 (v02 LENOVO CB-01    00000000 PTEC 00000002)
  53. [    0.004332] ACPI: MCFG 0x00000000C82BF000 00003C (v01 LENOVO CB-01    00000001 PTEC 00000002)
  54. [    0.004334] ACPI: VFCT 0x00000000C82A7000 00D884 (v01 LENOVO CB-01    00000001 PTEC 00000002)
  55. [    0.004335] ACPI: SSDT 0x00000000C82A2000 003E88 (v02 LENOVO AmdTable 00000001 AMD  00000001)
  56. [    0.004337] ACPI: CRAT 0x00000000C82A1000 000B80 (v01 LENOVO CB-01    00000001 PTEC 00000002)
  57. [    0.004339] ACPI: CDIT 0x00000000C82A0000 000029 (v01 LENOVO CB-01    00000001 PTEC 00000002)
  58. [    0.004340] ACPI: SSDT 0x00000000C829F000 00053A (v01 LENOVO Tpm2Tabl 00009999 INTL 20180313)
  59. [    0.004342] ACPI: TPM2 0x00000000C829E000 000038 (v04 LENOVO CB-01    00000002 PTEC 00000002)
  60. [    0.004344] ACPI: FPDT 0x00000000C829D000 000034 (v01 LENOVO CB-01    00000002 PTEC 00000002)
  61. [    0.004345] ACPI: SSDT 0x00000000C829C000 000149 (v01 LENOVO AmdTable 00000001 INTL 20180313)
  62. [    0.004347] ACPI: SSDT 0x00000000C829A000 0014BB (v01 LENOVO AmdTable 00000001 INTL 20180313)
  63. [    0.004349] ACPI: SSDT 0x00000000C8298000 001580 (v01 LENOVO AmdTable 00000001 INTL 20180313)
  64. [    0.004350] ACPI: SSDT 0x00000000C8294000 003B08 (v01 LENOVO AmdTable 00000001 INTL 20180313)
  65. [    0.004352] ACPI: BGRT 0x00000000C8293000 000038 (v01 LENOVO CB-01    00000002 PTEC 00000002)
  66. [    0.004354] ACPI: UEFI 0x00000000CBD7F000 0000DA (v01 LENOVO CB-01    00000001 PTEC 00000002)
  67. [    0.004355] ACPI: SSDT 0x00000000C959B000 0009B5 (v01 LENOVO AmdTable 00000001 INTL 20180313)
  68. [    0.004357] ACPI: Reserving FACP table memory at [mem 0xc82c2000-0xc82c2113]
  69. [    0.004358] ACPI: Reserving DSDT table memory at [mem 0xc82b5000-0xc82be34d]
  70. [    0.004358] ACPI: Reserving FACS table memory at [mem 0xcbd81000-0xcbd8103f]
  71. [    0.004359] ACPI: Reserving SSDT table memory at [mem 0xc958f000-0xc9596228]
  72. [    0.004359] ACPI: Reserving IVRS table memory at [mem 0xc958e000-0xc958e1a3]
  73. [    0.004360] ACPI: Reserving MSDM table memory at [mem 0xc94da000-0xc94da054]
  74. [    0.004361] ACPI: Reserving BATB table memory at [mem 0xc94c5000-0xc94c5049]
  75. [    0.004361] ACPI: Reserving HPET table memory at [mem 0xc82c1000-0xc82c1037]
  76. [    0.004362] ACPI: Reserving APIC table memory at [mem 0xc82c0000-0xc82c0137]
  77. [    0.004363] ACPI: Reserving MCFG table memory at [mem 0xc82bf000-0xc82bf03b]
  78. [    0.004363] ACPI: Reserving VFCT table memory at [mem 0xc82a7000-0xc82b4883]
  79. [    0.004364] ACPI: Reserving SSDT table memory at [mem 0xc82a2000-0xc82a5e87]
  80. [    0.004364] ACPI: Reserving CRAT table memory at [mem 0xc82a1000-0xc82a1b7f]
  81. [    0.004365] ACPI: Reserving CDIT table memory at [mem 0xc82a0000-0xc82a0028]
  82. [    0.004366] ACPI: Reserving SSDT table memory at [mem 0xc829f000-0xc829f539]
  83. [    0.004366] ACPI: Reserving TPM2 table memory at [mem 0xc829e000-0xc829e037]
  84. [    0.004367] ACPI: Reserving FPDT table memory at [mem 0xc829d000-0xc829d033]
  85. [    0.004367] ACPI: Reserving SSDT table memory at [mem 0xc829c000-0xc829c148]
  86. [    0.004368] ACPI: Reserving SSDT table memory at [mem 0xc829a000-0xc829b4ba]
  87. [    0.004369] ACPI: Reserving SSDT table memory at [mem 0xc8298000-0xc829957f]
  88. [    0.004369] ACPI: Reserving SSDT table memory at [mem 0xc8294000-0xc8297b07]
  89. [    0.004370] ACPI: Reserving BGRT table memory at [mem 0xc8293000-0xc8293037]
  90. [    0.004371] ACPI: Reserving UEFI table memory at [mem 0xcbd7f000-0xcbd7f0d9]
  91. [    0.004371] ACPI: Reserving SSDT table memory at [mem 0xc959b000-0xc959b9b4]
  92. [    0.004424] No NUMA configuration found
  93. [    0.004424] Faking a node at [mem 0x0000000000000000-0x00000001ae2fffff]
  94. [    0.004427] NODE_DATA(0) allocated [mem 0x1ae2fc000-0x1ae2fffff]
  95. [    0.004444] Zone ranges:
  96. [    0.004444]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  97. [    0.004446]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  98. [    0.004447]   Normal   [mem 0x0000000100000000-0x00000001ae2fffff]
  99. [    0.004448] Movable zone start for each node
  100. [    0.004448] Early memory node ranges
  101. [    0.004449]   node   0: [mem 0x0000000000001000-0x000000000009efff]
  102. [    0.004450]   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
  103. [    0.004450]   node   0: [mem 0x0000000009d91000-0x0000000009efffff]
  104. [    0.004451]   node   0: [mem 0x0000000009f0c000-0x00000000c747dfff]
  105. [    0.004452]   node   0: [mem 0x00000000cd7fe000-0x00000000ce7fffff]
  106. [    0.004452]   node   0: [mem 0x0000000100000000-0x00000001ae2fffff]
  107. [    0.004453] Initmem setup node 0 [mem 0x0000000000001000-0x00000001ae2fffff]
  108. [    0.004457] On node 0, zone DMA: 1 pages in unavailable ranges
  109. [    0.004473] On node 0, zone DMA: 97 pages in unavailable ranges
  110. [    0.004622] On node 0, zone DMA32: 401 pages in unavailable ranges
  111. [    0.012628] On node 0, zone DMA32: 12 pages in unavailable ranges
  112. [    0.012995] On node 0, zone DMA32: 25472 pages in unavailable ranges
  113. [    0.020708] On node 0, zone Normal: 6144 pages in unavailable ranges
  114. [    0.020812] On node 0, zone Normal: 7424 pages in unavailable ranges
  115. [    0.021039] ACPI: PM-Timer IO Port: 0x408
  116. [    0.021047] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
  117. [    0.021049] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  118. [    0.021049] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  119. [    0.021050] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  120. [    0.021050] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
  121. [    0.021051] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
  122. [    0.021051] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
  123. [    0.021052] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
  124. [    0.021052] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
  125. [    0.021053] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
  126. [    0.021053] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
  127. [    0.021054] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
  128. [    0.021054] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
  129. [    0.021055] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
  130. [    0.021055] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
  131. [    0.021056] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
  132. [    0.021069] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
  133. [    0.021074] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
  134. [    0.021075] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  135. [    0.021077] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
  136. [    0.021080] ACPI: Using ACPI (MADT) for SMP configuration information
  137. [    0.021081] ACPI: HPET id: 0x43538210 base: 0xfed00000
  138. [    0.021092] e820: update [mem 0xc3b1f000-0xc3b9afff] usable ==> reserved
  139. [    0.021103] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
  140. [    0.021127] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
  141. [    0.021128] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
  142. [    0.021129] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
  143. [    0.021129] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
  144. [    0.021131] PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d90fff]
  145. [    0.021132] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0bfff]
  146. [    0.021133] PM: hibernation: Registered nosave memory: [mem 0xc3b1f000-0xc3b9afff]
  147. [    0.021135] PM: hibernation: Registered nosave memory: [mem 0xc5c90000-0xc5c90fff]
  148. [    0.021136] PM: hibernation: Registered nosave memory: [mem 0xc747e000-0xc767dfff]
  149. [    0.021136] PM: hibernation: Registered nosave memory: [mem 0xc767e000-0xcb67dfff]
  150. [    0.021137] PM: hibernation: Registered nosave memory: [mem 0xcb67e000-0xcd77dfff]
  151. [    0.021137] PM: hibernation: Registered nosave memory: [mem 0xcd77e000-0xcd7fdfff]
  152. [    0.021138] PM: hibernation: Registered nosave memory: [mem 0xce800000-0xcfffffff]
  153. [    0.021139] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
  154. [    0.021139] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
  155. [    0.021140] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
  156. [    0.021140] PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
  157. [    0.021141] PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfdffffff]
  158. [    0.021141] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe0fffff]
  159. [    0.021142] PM: hibernation: Registered nosave memory: [mem 0xfe100000-0xfed7ffff]
  160. [    0.021142] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
  161. [    0.021143] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
  162. [    0.021144] [mem 0xd0000000-0xf7ffffff] available for PCI devices
  163. [    0.021145] Booting paravirtualized kernel on bare hardware
  164. [    0.021148] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
  165. [    0.025355] setup_percpu: NR_CPUS:64 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
  166. [    0.026144] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
  167. [    0.026151] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
  168. [    0.026153] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
  169. [    0.026176] Fallback order for Node 0: 0
  170. [    0.026178] Built 1 zonelists, mobility grouping on.  Total pages: 1509195
  171. [    0.026179] Policy zone: Normal
  172. [    0.026180] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.67-gentoo root=PARTUUID=508c0ba9-a773-5246-bb05-109426aa99f5 ro
  173. [    0.026203] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.1.67-gentoo", will be passed to user space.
  174. [    0.026232] random: crng init done
  175. [    0.027550] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  176. [    0.028223] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  177. [    0.028263] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
  178. [    0.028305] software IO TLB: area num 16.
  179. [    0.069275] Memory: 5853576K/6133252K available (16399K kernel code, 2913K rwdata, 7296K rodata, 1556K init, 4680K bss, 279416K reserved, 0K cma-reserved)
  180. [    0.069319] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
  181. [    0.070325] Dynamic Preempt: voluntary
  182. [    0.070366] rcu: Preemptible hierarchical RCU implementation.
  183. [    0.070367] rcu:     RCU event tracing is enabled.
  184. [    0.070368] rcu:     RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=12.
  185. [    0.070369]  Trampoline variant of Tasks RCU enabled.
  186. [    0.070371] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
  187. [    0.070371] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
  188. [    0.071645] NR_IRQS: 4352, nr_irqs: 1064, preallocated irqs: 16
  189. [    0.071828] rcu: srcu_init: Setting srcu_struct sizes based on contention.
  190. [    0.071900] Console: colour dummy device 80x25
  191. [    0.072153] printk: console [tty0] enabled
  192. [    0.072172] ACPI: Core revision 20220331
  193. [    0.072343] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
  194. [    0.072364] APIC: Switch to symmetric I/O mode setup
  195. [    0.072367] Switched APIC routing to physical flat.
  196. [    0.073086] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  197. [    0.077370] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e365ec32fc, max_idle_ns: 440795244491 ns
  198. [    0.077380] Calibrating delay loop (skipped), value calculated using timer frequency.. 4191.96 BogoMIPS (lpj=2095984)
  199. [    0.077401] Zenbleed: please update your microcode for the most optimal fix
  200. [    0.077404] x86/cpu: User Mode Instruction Prevention (UMIP) activated
  201. [    0.077451] LVT offset 1 assigned for vector 0xf9
  202. [    0.077552] LVT offset 2 assigned for vector 0xf4
  203. [    0.077577] process: using mwait in idle threads
  204. [    0.077579] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
  205. [    0.077581] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
  206. [    0.077588] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
  207. [    0.077591] Spectre V2 : Mitigation: Retpolines
  208. [    0.077593] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
  209. [    0.077595] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
  210. [    0.077597] Spectre V2 : Enabling Speculation Barrier for firmware calls
  211. [    0.077599] RETBleed: Mitigation: untrained return thunk
  212. [    0.077602] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
  213. [    0.077604] Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
  214. [    0.077607] Spectre V2 : User space: Mitigation: STIBP always-on protection
  215. [    0.077609] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
  216. [    0.077612] Speculative Return Stack Overflow: Mitigation: safe RET
  217. [    0.077620] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  218. [    0.077623] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  219. [    0.077625] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  220. [    0.077627] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
  221. [    0.077630] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
  222. [    0.083942] Freeing SMP alternatives memory: 44K
  223. [    0.083949] pid_max: default: 32768 minimum: 301
  224. [    0.085104] LSM: Security Framework initializing
  225. [    0.085112] SELinux:  Initializing.
  226. [    0.085143] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  227. [    0.085155] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  228. [    0.188382] smpboot: CPU0: AMD Ryzen 5 5500U with Radeon Graphics (family: 0x17, model: 0x68, stepping: 0x1)
  229. [    0.188465] cblist_init_generic: Setting adjustable number of callback queues.
  230. [    0.188468] cblist_init_generic: Setting shift to 4 and lim to 1.
  231. [    0.188479] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
  232. [    0.188499] ... version:                0
  233. [    0.188500] ... bit width:              48
  234. [    0.188502] ... generic registers:      6
  235. [    0.188503] ... value mask:             0000ffffffffffff
  236. [    0.188505] ... max period:             00007fffffffffff
  237. [    0.188507] ... fixed-purpose events:   0
  238. [    0.188508] ... event mask:             000000000000003f
  239. [    0.188575] signal: max sigframe size: 1776
  240. [    0.188590] rcu: Hierarchical SRCU implementation.
  241. [    0.188591] rcu:     Max phase no-delay instances is 400.
  242. [    0.188772] smp: Bringing up secondary CPUs ...
  243. [    0.188842] x86: Booting SMP configuration:
  244. [    0.188843] .... node  #0, CPUs:        #1
  245. [    0.189374] TSC synchronization [CPU#0 -> CPU#1]:
  246. [    0.189374] Measured 490452384 cycles TSC warp between CPUs, turning off TSC clock.
  247. [    0.189374] tsc: Marking TSC unstable due to check_tsc_sync_source failed
  248. [    0.190376] Spectre V2 : Update user space SMT mitigation: STIBP always-on
  249. [    0.190468]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
  250. [    0.193531] smp: Brought up 1 node, 12 CPUs
  251. [    0.193531] smpboot: Max logical packages: 1
  252. [    0.193531] smpboot: Total of 12 processors activated (50303.61 BogoMIPS)
  253. [    0.194444] devtmpfs: initialized
  254. [    0.194444] x86/mm: Memory block size: 128MB
  255. [    0.194714] ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0bfff] (49152 bytes)
  256. [    0.194714] ACPI: PM: Registering ACPI NVS region [mem 0xcb67e000-0xcd77dfff] (34603008 bytes)
  257. [    0.194714] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  258. [    0.194714] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
  259. [    0.194734] PM: RTC time: 23:54:35, date: 2024-01-04
  260. [    0.194798] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  261. [    0.194846] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  262. [    0.194851] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  263. [    0.194856] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  264. [    0.195380] audit: initializing netlink subsys (disabled)
  265. [    0.195384] audit: type=2000 audit(1704412475.123:1): state=initialized audit_enabled=0 res=1
  266. [    0.195419] thermal_sys: Registered thermal governor 'step_wise'
  267. [    0.195420] thermal_sys: Registered thermal governor 'user_space'
  268. [    0.195432] cpuidle: using governor menu
  269. [    0.195432] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
  270. [    0.195450] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
  271. [    0.195455] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
  272. [    0.195467] PCI: Using configuration type 1 for base access
  273. [    0.196405] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
  274. [    0.196417] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
  275. [    0.196417] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
  276. [    0.196417] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
  277. [    0.196417] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
  278. [    0.196449] cryptd: max_cpu_qlen set to 1000
  279. [    0.213374] raid6: avx2x4   gen() 38015 MB/s
  280. [    0.230374] raid6: avx2x2   gen() 40239 MB/s
  281. [    0.247374] raid6: avx2x1   gen() 31287 MB/s
  282. [    0.247376] raid6: using algorithm avx2x2 gen() 40239 MB/s
  283. [    0.264374] raid6: .... xor() 23881 MB/s, rmw enabled
  284. [    0.264377] raid6: using avx2x2 recovery algorithm
  285. [    0.264404] ACPI: Added _OSI(Module Device)
  286. [    0.264406] ACPI: Added _OSI(Processor Device)
  287. [    0.264408] ACPI: Added _OSI(3.0 _SCP Extensions)
  288. [    0.264409] ACPI: Added _OSI(Processor Aggregator Device)
  289. [    0.269601] ACPI: 9 ACPI AML tables successfully acquired and loaded
  290. [    0.270248] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  291. [    0.270859] ACPI: EC: EC started
  292. [    0.270859] ACPI: EC: interrupt blocked
  293. [    0.275654] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
  294. [    0.275657] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
  295. [    0.275660] ACPI: Interpreter enabled
  296. [    0.275670] ACPI: PM: (supports S0 S3 S4 S5)
  297. [    0.275672] ACPI: Using IOAPIC for interrupt routing
  298. [    0.275772] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  299. [    0.275775] PCI: Using E820 reservations for host bridge windows
  300. [    0.276425] ACPI: PM: Power Resource [WRST]
  301. [    0.276797] ACPI: PM: Power Resource [BTPR]
  302. [    0.278342] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  303. [    0.278348] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
  304. [    0.278391] acpi PNP0A08:00: _OSC: platform does not support [LTR]
  305. [    0.278454] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
  306. [    0.278457] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
  307. [    0.278463] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
  308. [    0.278562] PCI host bridge to bus 0000:00
  309. [    0.278565] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000effff window]
  310. [    0.278568] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
  311. [    0.278571] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
  312. [    0.278573] pci_bus 0000:00: root bus resource [mem 0x230000000-0xffffffffff window]
  313. [    0.278576] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
  314. [    0.278578] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
  315. [    0.278581] pci_bus 0000:00: root bus resource [bus 00-ff]
  316. [    0.278593] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
  317. [    0.278657] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
  318. [    0.278720] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
  319. [    0.278781] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
  320. [    0.278835] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
  321. [    0.278885] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
  322. [    0.278948] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
  323. [    0.278997] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
  324. [    0.279060] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
  325. [    0.279109] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
  326. [    0.279174] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
  327. [    0.279225] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
  328. [    0.279246] pci 0000:00:08.1: enabling Extended Tags
  329. [    0.279274] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
  330. [    0.279343] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
  331. [    0.279364] pci 0000:00:08.2: enabling Extended Tags
  332. [    0.279394] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
  333. [    0.279471] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
  334. [    0.279558] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
  335. [    0.279677] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
  336. [    0.279710] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
  337. [    0.279743] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
  338. [    0.279776] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
  339. [    0.279809] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
  340. [    0.279841] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
  341. [    0.279875] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
  342. [    0.279908] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
  343. [    0.279985] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
  344. [    0.280000] pci 0000:01:00.0: reg 0x10: [io  0x3000-0x30ff]
  345. [    0.280019] pci 0000:01:00.0: reg 0x18: [mem 0xfd704000-0xfd704fff 64bit]
  346. [    0.280033] pci 0000:01:00.0: reg 0x20: [mem 0xfd700000-0xfd703fff 64bit]
  347. [    0.280117] pci 0000:01:00.0: supports D1 D2
  348. [    0.280119] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  349. [    0.280255] pci 0000:00:02.1: PCI bridge to [bus 01]
  350. [    0.280259] pci 0000:00:02.1:   bridge window [io  0x3000-0x3fff]
  351. [    0.280262] pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
  352. [    0.280306] pci 0000:02:00.0: [10ec:c822] type 00 class 0x028000
  353. [    0.280326] pci 0000:02:00.0: reg 0x10: [io  0x2000-0x20ff]
  354. [    0.280350] pci 0000:02:00.0: reg 0x18: [mem 0xfd600000-0xfd60ffff 64bit]
  355. [    0.280464] pci 0000:02:00.0: supports D1 D2
  356. [    0.280466] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  357. [    0.280621] pci 0000:00:02.2: PCI bridge to [bus 02]
  358. [    0.280625] pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
  359. [    0.280628] pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
  360. [    0.280737] pci 0000:03:00.0: [15b7:5008] type 00 class 0x010802
  361. [    0.280753] pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
  362. [    0.280777] pci 0000:03:00.0: reg 0x20: [mem 0xfd504000-0xfd5040ff 64bit]
  363. [    0.280930] pci 0000:00:02.4: PCI bridge to [bus 03]
  364. [    0.280935] pci 0000:00:02.4:   bridge window [mem 0xfd500000-0xfd5fffff]
  365. [    0.280963] pci 0000:04:00.0: [1002:164c] type 00 class 0x030000
  366. [    0.280974] pci 0000:04:00.0: reg 0x10: [mem 0x260000000-0x26fffffff 64bit pref]
  367. [    0.280983] pci 0000:04:00.0: reg 0x18: [mem 0x270000000-0x2701fffff 64bit pref]
  368. [    0.280990] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
  369. [    0.280996] pci 0000:04:00.0: reg 0x24: [mem 0xfd400000-0xfd47ffff]
  370. [    0.281005] pci 0000:04:00.0: enabling Extended Tags
  371. [    0.281015] pci 0000:04:00.0: BAR 0: assigned to efifb
  372. [    0.281052] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
  373. [    0.281072] 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)
  374. [    0.281132] pci 0000:04:00.1: [1002:1637] type 00 class 0x040300
  375. [    0.281140] pci 0000:04:00.1: reg 0x10: [mem 0xfd4c8000-0xfd4cbfff]
  376. [    0.281161] pci 0000:04:00.1: enabling Extended Tags
  377. [    0.281187] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
  378. [    0.281230] pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
  379. [    0.281244] pci 0000:04:00.2: reg 0x18: [mem 0xfd300000-0xfd3fffff]
  380. [    0.281254] pci 0000:04:00.2: reg 0x24: [mem 0xfd4cc000-0xfd4cdfff]
  381. [    0.281261] pci 0000:04:00.2: enabling Extended Tags
  382. [    0.281330] pci 0000:04:00.3: [1022:1639] type 00 class 0x0c0330
  383. [    0.281341] pci 0000:04:00.3: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
  384. [    0.281364] pci 0000:04:00.3: enabling Extended Tags
  385. [    0.281400] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
  386. [    0.281448] pci 0000:04:00.4: [1022:1639] type 00 class 0x0c0330
  387. [    0.281459] pci 0000:04:00.4: reg 0x10: [mem 0xfd200000-0xfd2fffff 64bit]
  388. [    0.281483] pci 0000:04:00.4: enabling Extended Tags
  389. [    0.281511] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
  390. [    0.281558] pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
  391. [    0.281566] pci 0000:04:00.5: reg 0x10: [mem 0xfd480000-0xfd4bffff]
  392. [    0.281587] pci 0000:04:00.5: enabling Extended Tags
  393. [    0.281613] pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
  394. [    0.281658] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
  395. [    0.281666] pci 0000:04:00.6: reg 0x10: [mem 0xfd4c0000-0xfd4c7fff]
  396. [    0.281686] pci 0000:04:00.6: enabling Extended Tags
  397. [    0.281712] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
  398. [    0.281777] pci 0000:00:08.1: PCI bridge to [bus 04]
  399. [    0.281781] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
  400. [    0.281783] pci 0000:00:08.1:   bridge window [mem 0xfd100000-0xfd4fffff]
  401. [    0.281787] pci 0000:00:08.1:   bridge window [mem 0x260000000-0x2701fffff 64bit pref]
  402. [    0.281814] pci 0000:05:00.0: [1022:7901] type 00 class 0x010601
  403. [    0.281841] pci 0000:05:00.0: reg 0x24: [mem 0xfd001000-0xfd0017ff]
  404. [    0.281850] pci 0000:05:00.0: enabling Extended Tags
  405. [    0.281902] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
  406. [    0.281951] pci 0000:05:00.1: [1022:7901] type 00 class 0x010601
  407. [    0.281972] pci 0000:05:00.1: reg 0x24: [mem 0xfd000000-0xfd0007ff]
  408. [    0.281979] pci 0000:05:00.1: enabling Extended Tags
  409. [    0.282057] pci 0000:00:08.2: PCI bridge to [bus 05]
  410. [    0.282061] pci 0000:00:08.2:   bridge window [mem 0xfd000000-0xfd0fffff]
  411. [    0.282217] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
  412. [    0.282252] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
  413. [    0.282277] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
  414. [    0.282310] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
  415. [    0.282340] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
  416. [    0.282363] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
  417. [    0.282387] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
  418. [    0.282410] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
  419. [    0.282836] ACPI: EC: interrupt unblocked
  420. [    0.282839] ACPI: EC: event unblocked
  421. [    0.282845] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
  422. [    0.282847] ACPI: EC: GPE=0x3
  423. [    0.282848] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
  424. [    0.282851] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
  425. [    0.282871] iommu: Default domain type: Translated
  426. [    0.282873] iommu: DMA domain TLB invalidation policy: lazy mode
  427. [    0.282913] SCSI subsystem initialized
  428. [    0.282920] libata version 3.00 loaded.
  429. [    0.282920] ACPI: bus type USB registered
  430. [    0.282920] usbcore: registered new interface driver usbfs
  431. [    0.282920] usbcore: registered new interface driver hub
  432. [    0.282920] usbcore: registered new device driver usb
  433. [    0.282920] mc: Linux media interface: v0.10
  434. [    0.282920] videodev: Linux video capture interface: v2.00
  435. [    0.282920] pps_core: LinuxPPS API ver. 1 registered
  436. [    0.282920] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  437. [    0.282920] PTP clock support registered
  438. [    0.282920] Registered efivars operations
  439. [    0.282920] Advanced Linux Sound Architecture Driver Initialized.
  440. [    0.282920] NetLabel: Initializing
  441. [    0.282920] NetLabel:  domain hash size = 128
  442. [    0.282920] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
  443. [    0.282920] NetLabel:  unlabeled traffic allowed by default
  444. [    0.282920] PCI: Using ACPI for IRQ routing
  445. [    0.285125] PCI: pci_cache_line_size set to 64 bytes
  446. [    0.285202] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
  447. [    0.285203] e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
  448. [    0.285204] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
  449. [    0.285205] e820: reserve RAM buffer [mem 0xc3b1f000-0xc3ffffff]
  450. [    0.285205] e820: reserve RAM buffer [mem 0xc5c90000-0xc7ffffff]
  451. [    0.285206] e820: reserve RAM buffer [mem 0xc747e000-0xc7ffffff]
  452. [    0.285207] e820: reserve RAM buffer [mem 0xce800000-0xcfffffff]
  453. [    0.285207] e820: reserve RAM buffer [mem 0x1ae300000-0x1afffffff]
  454. [    0.285216] pci 0000:04:00.0: vgaarb: setting as boot VGA device
  455. [    0.285216] pci 0000:04:00.0: vgaarb: bridge control possible
  456. [    0.285216] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
  457. [    0.285216] vgaarb: loaded
  458. [    0.285216] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  459. [    0.285216] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
  460. [    0.288444] clocksource: Switched to clocksource hpet
  461. [    0.288495] VFS: Disk quotas dquot_6.6.0
  462. [    0.288504] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  463. [    0.288533] pnp: PnP ACPI init
  464. [    0.288602] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
  465. [    0.288605] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
  466. [    0.288608] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
  467. [    0.288731] system 00:03: [io  0x0400-0x04cf] has been reserved
  468. [    0.288734] system 00:03: [io  0x04d0-0x04d1] has been reserved
  469. [    0.288736] system 00:03: [io  0x04d6] has been reserved
  470. [    0.288739] system 00:03: [io  0x0c00-0x0c01] has been reserved
  471. [    0.288741] system 00:03: [io  0x0c14] has been reserved
  472. [    0.288743] system 00:03: [io  0x0c50-0x0c52] has been reserved
  473. [    0.288745] system 00:03: [io  0x0c6c] has been reserved
  474. [    0.288747] system 00:03: [io  0x0c6f] has been reserved
  475. [    0.288749] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
  476. [    0.288782] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
  477. [    0.288785] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
  478. [    0.288787] system 00:04: [mem 0xfec10000-0xfec1001f] has been reserved
  479. [    0.288790] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
  480. [    0.288792] system 00:04: [mem 0xfed61000-0xfed613ff] has been reserved
  481. [    0.288794] system 00:04: [mem 0xfed80000-0xfed80fff] has been reserved
  482. [    0.288923] pnp: PnP ACPI: found 5 devices
  483. [    0.294750] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  484. [    0.294805] NET: Registered PF_INET protocol family
  485. [    0.294986] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  486. [    0.297295] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
  487. [    0.297309] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  488. [    0.297320] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
  489. [    0.297391] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
  490. [    0.297689] TCP: Hash tables configured (established 65536 bind 65536)
  491. [    0.297733] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
  492. [    0.297754] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
  493. [    0.297806] NET: Registered PF_UNIX/PF_LOCAL protocol family
  494. [    0.297913] RPC: Registered named UNIX socket transport module.
  495. [    0.297915] RPC: Registered udp transport module.
  496. [    0.297917] RPC: Registered tcp transport module.
  497. [    0.297918] RPC: Registered tcp NFSv4.1 backchannel transport module.
  498. [    0.297933] pci 0000:00:02.1: PCI bridge to [bus 01]
  499. [    0.297938] pci 0000:00:02.1:   bridge window [io  0x3000-0x3fff]
  500. [    0.297942] pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
  501. [    0.297948] pci 0000:00:02.2: PCI bridge to [bus 02]
  502. [    0.297950] pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
  503. [    0.297954] pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
  504. [    0.297959] pci 0000:00:02.4: PCI bridge to [bus 03]
  505. [    0.297963] pci 0000:00:02.4:   bridge window [mem 0xfd500000-0xfd5fffff]
  506. [    0.297969] pci 0000:00:08.1: PCI bridge to [bus 04]
  507. [    0.297972] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
  508. [    0.297975] pci 0000:00:08.1:   bridge window [mem 0xfd100000-0xfd4fffff]
  509. [    0.297978] pci 0000:00:08.1:   bridge window [mem 0x260000000-0x2701fffff 64bit pref]
  510. [    0.297983] pci 0000:00:08.2: PCI bridge to [bus 05]
  511. [    0.297986] pci 0000:00:08.2:   bridge window [mem 0xfd000000-0xfd0fffff]
  512. [    0.297992] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000effff window]
  513. [    0.297995] pci_bus 0000:00: resource 5 [mem 0xd0000000-0xf7ffffff window]
  514. [    0.297997] pci_bus 0000:00: resource 6 [mem 0xfc000000-0xfdffffff window]
  515. [    0.298000] pci_bus 0000:00: resource 7 [mem 0x230000000-0xffffffffff window]
  516. [    0.298002] pci_bus 0000:00: resource 8 [io  0x0000-0x0cf7 window]
  517. [    0.298004] pci_bus 0000:00: resource 9 [io  0x0d00-0xffff window]
  518. [    0.298006] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
  519. [    0.298008] pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
  520. [    0.298011] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
  521. [    0.298012] pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
  522. [    0.298015] pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
  523. [    0.298017] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
  524. [    0.298019] pci_bus 0000:04: resource 1 [mem 0xfd100000-0xfd4fffff]
  525. [    0.298021] pci_bus 0000:04: resource 2 [mem 0x260000000-0x2701fffff 64bit pref]
  526. [    0.298024] pci_bus 0000:05: resource 1 [mem 0xfd000000-0xfd0fffff]
  527. [    0.298152] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
  528. [    0.298161] pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
  529. [    0.298324] pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
  530. [    0.298379] PCI: CLS 32 bytes, default 64
  531. [    0.298497] Unpacking initramfs...
  532. [    0.298713] Freeing initrd memory: 76K
  533. [    0.299582] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
  534. [    0.299586] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
  535. [    0.299588] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
  536. [    0.299590] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
  537. [    0.299592] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
  538. [    0.299646] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
  539. [    0.299684] pci 0000:00:01.0: Adding to iommu group 0
  540. [    0.299696] pci 0000:00:02.0: Adding to iommu group 1
  541. [    0.299705] pci 0000:00:02.1: Adding to iommu group 2
  542. [    0.299712] pci 0000:00:02.2: Adding to iommu group 3
  543. [    0.299720] pci 0000:00:02.4: Adding to iommu group 4
  544. [    0.299732] pci 0000:00:08.0: Adding to iommu group 5
  545. [    0.299738] pci 0000:00:08.1: Adding to iommu group 5
  546. [    0.299744] pci 0000:00:08.2: Adding to iommu group 5
  547. [    0.299754] pci 0000:00:14.0: Adding to iommu group 6
  548. [    0.299761] pci 0000:00:14.3: Adding to iommu group 6
  549. [    0.299780] pci 0000:00:18.0: Adding to iommu group 7
  550. [    0.299786] pci 0000:00:18.1: Adding to iommu group 7
  551. [    0.299793] pci 0000:00:18.2: Adding to iommu group 7
  552. [    0.299800] pci 0000:00:18.3: Adding to iommu group 7
  553. [    0.299806] pci 0000:00:18.4: Adding to iommu group 7
  554. [    0.299812] pci 0000:00:18.5: Adding to iommu group 7
  555. [    0.299818] pci 0000:00:18.6: Adding to iommu group 7
  556. [    0.299824] pci 0000:00:18.7: Adding to iommu group 7
  557. [    0.299832] pci 0000:01:00.0: Adding to iommu group 8
  558. [    0.299840] pci 0000:02:00.0: Adding to iommu group 9
  559. [    0.299848] pci 0000:03:00.0: Adding to iommu group 10
  560. [    0.299860] pci 0000:04:00.0: Adding to iommu group 5
  561. [    0.299864] pci 0000:04:00.1: Adding to iommu group 5
  562. [    0.299868] pci 0000:04:00.2: Adding to iommu group 5
  563. [    0.299872] pci 0000:04:00.3: Adding to iommu group 5
  564. [    0.299876] pci 0000:04:00.4: Adding to iommu group 5
  565. [    0.299880] pci 0000:04:00.5: Adding to iommu group 5
  566. [    0.299884] pci 0000:04:00.6: Adding to iommu group 5
  567. [    0.299888] pci 0000:05:00.0: Adding to iommu group 5
  568. [    0.299892] pci 0000:05:00.1: Adding to iommu group 5
  569. [    0.300700] pci 0000:00:00.2: can't derive routing for PCI INT A
  570. [    0.300706] pci 0000:00:00.2: PCI INT A: not connected
  571. [    0.301000] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
  572. [    0.301003] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
  573. [    0.301121] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  574. [    0.301123] software IO TLB: mapped [mem 0x00000000bd3cd000-0x00000000c13cd000] (64MB)
  575. [    0.301928] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
  576. [    0.301931] RAPL PMU: hw unit of domain package 2^-16 Joules
  577. [    0.301934] LVT offset 0 assigned for vector 0x400
  578. [    0.302047] perf: AMD IBS detected (0x000003ff)
  579. [    0.302052] amd_uncore: 4  amd_df counters detected
  580. [    0.302056] amd_uncore: 6  amd_l3 counters detected
  581. [    0.302314] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
  582. [    0.321156] Initialise system trusted keyrings
  583. [    0.321238] workingset: timestamp_bits=56 max_order=21 bucket_order=0
  584. [    0.323212] NFS: Registering the id_resolver key type
  585. [    0.323217] Key type id_resolver registered
  586. [    0.323219] Key type id_legacy registered
  587. [    0.323253] SGI XFS with security attributes, no debug enabled
  588. [    0.323446] 9p: Installing v9fs 9p2000 file system support
  589. [    0.326172] NET: Registered PF_ALG protocol family
  590. [    0.326178] xor: automatically using best checksumming function   avx
  591. [    0.326181] Key type asymmetric registered
  592. [    0.326183] Asymmetric key parser 'x509' registered
  593. [    0.326185] Asymmetric key parser 'pkcs8' registered
  594. [    0.326385] kworker/u24:1 (96) used greatest stack depth: 14776 bytes left
  595. [    0.326470] kworker/u24:1 (97) used greatest stack depth: 14288 bytes left
  596. [    0.326738] alg: self-tests for CTR-KDF (hmac(sha256)) passed
  597. [    0.326752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  598. [    0.326765] io scheduler mq-deadline registered
  599. [    0.326767] io scheduler kyber registered
  600. [    0.327053] pcieport 0000:00:02.1: PME: Signaling with IRQ 26
  601. [    0.327149] pcieport 0000:00:02.2: PME: Signaling with IRQ 27
  602. [    0.327233] pcieport 0000:00:02.4: PME: Signaling with IRQ 28
  603. [    0.327308] pcieport 0000:00:08.1: PME: Signaling with IRQ 29
  604. [    0.327433] pcieport 0000:00:08.2: PME: Signaling with IRQ 30
  605. [    0.328460] ACPI: AC: AC Adapter [ADP0] (on-line)
  606. [    0.328495] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  607. [    0.328508] ACPI: button: Lid Switch [LID]
  608. [    0.328536] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
  609. [    0.328547] ACPI: button: Power Button [PWRB]
  610. [    0.328564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
  611. [    0.328596] ACPI: button: Power Button [PWRF]
  612. [    0.328631] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
  613. [    0.328709] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input3
  614. [    0.328790] Estimated ratio of average max frequency by base frequency (times 1024): 1501
  615. [    0.328804] Monitor-Mwait will be used to enter C-1 state
  616. [    0.328810] ACPI: \_SB_.PLTF.C000: Found 3 idle states
  617. [    0.328876] ACPI: \_SB_.PLTF.C001: Found 3 idle states
  618. [    0.328980] ACPI: \_SB_.PLTF.C002: Found 3 idle states
  619. [    0.329086] ACPI: \_SB_.PLTF.C003: Found 3 idle states
  620. [    0.329190] ACPI: \_SB_.PLTF.C004: Found 3 idle states
  621. [    0.329294] ACPI: \_SB_.PLTF.C005: Found 3 idle states
  622. [    0.329403] ACPI: \_SB_.PLTF.C006: Found 3 idle states
  623. [    0.329508] ACPI: \_SB_.PLTF.C007: Found 3 idle states
  624. [    0.329593] ACPI: \_SB_.PLTF.C008: Found 3 idle states
  625. [    0.329705] ACPI: \_SB_.PLTF.C009: Found 3 idle states
  626. [    0.329808] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
  627. [    0.329917] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
  628. [    0.330079] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  629. [    0.330465] Non-volatile memory driver v1.3
  630. [    0.330467] Linux agpgart interface v0.103
  631. [    0.330725] ACPI: bus type drm_connector registered
  632. [    0.332240] loop: module loaded
  633. [    0.332432] nvme 0000:03:00.0: platform quirk: setting simple suspend
  634. [    0.332497] nvme nvme0: pci function 0000:03:00.0
  635. [    0.332537] ahci 0000:05:00.0: version 3.0
  636. [    0.332711] ahci 0000:05:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
  637. [    0.332716] ahci 0000:05:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
  638. [    0.332877] scsi host0: ahci
  639. [    0.332918] ata1: SATA max UDMA/133 abar m2048@0xfd001000 port 0xfd001100 irq 34
  640. [    0.332930] ahci 0000:05:00.1: enabling device (0000 -> 0002)
  641. [    0.333015] ahci 0000:05:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
  642. [    0.333019] ahci 0000:05:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
  643. [    0.333149] scsi host1: ahci
  644. [    0.333177] ata2: SATA max UDMA/133 abar m2048@0xfd000000 port 0xfd000100 irq 36
  645. [    0.333308] e100: Intel(R) PRO/100 Network Driver
  646. [    0.333310] e100: Copyright(c) 1999-2006 Intel Corporation
  647. [    0.333318] e1000: Intel(R) PRO/1000 Network Driver
  648. [    0.333319] e1000: Copyright (c) 1999-2006 Intel Corporation.
  649. [    0.333327] e1000e: Intel(R) PRO/1000 Network Driver
  650. [    0.333329] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  651. [    0.333340] sky2: driver version 1.30
  652. [    0.333371] r8169 0000:01:00.0: enabling device (0000 -> 0003)
  653. [    0.333412] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
  654. [    0.340681] r8169 0000:01:00.0 eth0: RTL8168h/8111h, 6c:24:08:c5:20:85, XID 541, IRQ 38
  655. [    0.340697] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
  656. [    0.341064] xhci_hcd 0000:04:00.3: xHCI Host Controller
  657. [    0.341199] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
  658. [    0.341313] xhci_hcd 0000:04:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020200000410
  659. [    0.341496] xhci_hcd 0000:04:00.3: xHCI Host Controller
  660. [    0.341575] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
  661. [    0.341581] xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
  662. [    0.341718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
  663. [    0.341730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  664. [    0.341737] usb usb1: Product: xHCI Host Controller
  665. [    0.341741] usb usb1: Manufacturer: Linux 6.1.67-gentoo xhci-hcd
  666. [    0.341746] usb usb1: SerialNumber: 0000:04:00.3
  667. [    0.341964] hub 1-0:1.0: USB hub found
  668. [    0.342000] hub 1-0:1.0: 4 ports detected
  669. [    0.342297] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  670. [    0.342362] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
  671. [    0.342366] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  672. [    0.342369] usb usb2: Product: xHCI Host Controller
  673. [    0.342371] usb usb2: Manufacturer: Linux 6.1.67-gentoo xhci-hcd
  674. [    0.342374] usb usb2: SerialNumber: 0000:04:00.3
  675. [    0.342481] hub 2-0:1.0: USB hub found
  676. [    0.342498] hub 2-0:1.0: 2 ports detected
  677. [    0.342805] xhci_hcd 0000:04:00.4: xHCI Host Controller
  678. [    0.342912] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
  679. [    0.343014] xhci_hcd 0000:04:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020200000410
  680. [    0.343279] xhci_hcd 0000:04:00.4: xHCI Host Controller
  681. [    0.343332] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
  682. [    0.343339] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
  683. [    0.343405] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
  684. [    0.343408] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  685. [    0.343411] usb usb3: Product: xHCI Host Controller
  686. [    0.343413] usb usb3: Manufacturer: Linux 6.1.67-gentoo xhci-hcd
  687. [    0.343415] usb usb3: SerialNumber: 0000:04:00.4
  688. [    0.343528] hub 3-0:1.0: USB hub found
  689. [    0.343544] hub 3-0:1.0: 4 ports detected
  690. [    0.343750] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  691. [    0.343802] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
  692. [    0.343809] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  693. [    0.343815] usb usb4: Product: xHCI Host Controller
  694. [    0.343819] usb usb4: Manufacturer: Linux 6.1.67-gentoo xhci-hcd
  695. [    0.343824] usb usb4: SerialNumber: 0000:04:00.4
  696. [    0.343942] hub 4-0:1.0: USB hub found
  697. [    0.343955] hub 4-0:1.0: 2 ports detected
  698. [    0.344055] usbcore: registered new interface driver usb-storage
  699. [    0.344096] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
  700. [    0.344099] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
  701. [    0.345191] serio: i8042 KBD port at 0x60,0x64 irq 1
  702. [    0.345371] mousedev: PS/2 mouse device common for all mice
  703. [    0.345432] input: PC Speaker as /devices/platform/pcspkr/input/input4
  704. [    0.345446] rtc_cmos 00:01: RTC can wake from S4
  705. [    0.345686] rtc_cmos 00:01: registered as rtc0
  706. [    0.345711] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
  707. [    0.345738] fail to initialize ptp_kvm
  708. [    0.345818] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
  709. [    0.345849] efifb: probing for efifb
  710. [    0.345863] efifb: framebuffer at 0x260000000, using 4224k, total 4224k
  711. [    0.345866] efifb: mode is 1366x768x32, linelength=5632, pages=1
  712. [    0.345869] efifb: scrolling: redraw
  713. [    0.345870] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  714. [    0.346697] Console: switching to colour frame buffer device 170x48
  715. [    0.347420] fb0: EFI VGA frame buffer device
  716. [    0.347452] hid: raw HID events driver (C) Jiri Kosina
  717. [    0.347658] usbcore: registered new interface driver usbhid
  718. [    0.347665] usbhid: USB HID core driver
  719. [    0.347854] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
  720. [    0.347912] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
  721. [    0.347986] nvme nvme0: allocated 32 MiB host memory buffer.
  722. [    0.348056] snd_rn_pci_acp3x 0000:04:00.5: enabling device (0000 -> 0002)
  723. [    0.349061] Initializing XFRM netlink socket
  724. [    0.349137] NET: Registered PF_INET6 protocol family
  725. [    0.349491] Segment Routing with IPv6
  726. [    0.349510] In-situ OAM (IOAM) with IPv6
  727. [    0.349594] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  728. [    0.349771] NET: Registered PF_PACKET protocol family
  729. [    0.349777] nvme nvme0: 12/0/0 default/read/poll queues
  730. [    0.349837] 9pnet: Installing 9P2000 support
  731. [    0.349911] Key type dns_resolver registered
  732. [    0.350703] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
  733. [    0.351442] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input6
  734. [    0.351683] microcode: CPU0: patch_level=0x08608103
  735. [    0.351899] microcode: CPU1: patch_level=0x08608103
  736. [    0.352100] microcode: CPU2: patch_level=0x08608103
  737. [    0.352306] microcode: CPU3: patch_level=0x08608103
  738. [    0.352527] microcode: CPU4: patch_level=0x08608103
  739. [    0.352726] microcode: CPU5: patch_level=0x08608103
  740. [    0.352921] microcode: CPU6: patch_level=0x08608103
  741. [    0.353134] microcode: CPU7: patch_level=0x08608103
  742. [    0.353373] microcode: CPU8: patch_level=0x08608103
  743. [    0.353759] microcode: CPU9: patch_level=0x08608103
  744. [    0.354145] microcode: CPU10: patch_level=0x08608103
  745. [    0.354522] microcode: CPU11: patch_level=0x08608103
  746. [    0.354608]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
  747. [    0.354880] microcode: Microcode Update Driver: v2.2.
  748. [    0.354883] IPI shorthand broadcast: enabled
  749. [    0.354889] AVX2 version of gcm_enc/dec engaged.
  750. [    0.355780] AES CTR mode by8 optimization enabled
  751. [    0.356359] registered taskstats version 1
  752. [    0.356527] Loading compiled-in X.509 certificates
  753. [    0.356875] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
  754. [    0.359013] PM:   Magic number: 8:600:958
  755. [    0.359229] printk: console [netcon0] enabled
  756. [    0.359388] netconsole: network logging started
  757. [    0.359851] acpi_cpufreq: overriding BIOS provided _PSD data
  758. [    0.360083] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  759. [    0.360261] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  760. [    0.360430] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  761. [    0.360606] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
  762. [    0.360770] snd_hda_codec_realtek hdaudioC1D0:    inputs:
  763. [    0.360934] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
  764. [    0.361092] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
  765. [    0.361277] Unstable clock detected, switching default tracing clock to "global"
  766.                If you want to keep using the local clock, then add:
  767.                  "trace_clock=local"
  768.                on the kernel command line
  769. [    0.361937] ALSA device list:
  770. [    0.362092]   #0: HD-Audio Generic at 0xfd4c8000 irq 58
  771. [    0.402021] ACPI: battery: Slot [BAT0] (battery present)
  772. [    0.402198] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input7
  773. [    0.402555] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input8
  774. [    0.577756] usb 1-3: new high-speed USB device number 2 using xhci_hcd
  775. [    0.585759] usb 3-1: new high-speed USB device number 2 using xhci_hcd
  776. [    0.636902] ata2: SATA link down (SStatus 0 SControl 300)
  777. [    0.636904] ata1: SATA link down (SStatus 0 SControl 300)
  778. [    0.637872] md: Waiting for all devices to be available before autodetect
  779. [    0.638173] md: If you don't use raid, use raid=noautodetect
  780. [    0.638469] md: Autodetecting RAID arrays.
  781. [    0.638778] md: autorun ...
  782. [    0.638974] md: ... autorun DONE.
  783. [    0.650170] exFAT-fs (nvme0n1p11): invalid boot record signature
  784. [    0.650671] exFAT-fs (nvme0n1p11): failed to read boot sector
  785. [    0.650936] exFAT-fs (nvme0n1p11): failed to recognize exfat type
  786. [    0.656616] XFS (nvme0n1p11): Mounting V5 Filesystem
  787. [    0.667728] XFS (nvme0n1p11): Ending clean mount
  788. [    0.669809] VFS: Mounted root (xfs filesystem) readonly on device 259:11.
  789. [    0.670121] devtmpfs: mounted
  790. [    0.671072] Freeing unused decrypted memory: 2036K
  791. [    0.671604] Freeing unused kernel image (initmem) memory: 1556K
  792. [    0.673532] Write protecting the kernel read-only data: 26624k
  793. [    0.674766] Freeing unused kernel image (text/rodata gap) memory: 2032K
  794. [    0.675574] Freeing unused kernel image (rodata/data gap) memory: 896K
  795. [    0.707262] x86/mm: Checked W+X mappings: passed, no W+X pages found.
  796. [    0.707466] Run /sbin/init as init process
  797. [    0.707676]   with arguments:
  798. [    0.707677]     /sbin/init
  799. [    0.707677]   with environment:
  800. [    0.707678]     HOME=/
  801. [    0.707678]     TERM=linux
  802. [    0.707679]     BOOT_IMAGE=/vmlinuz-6.1.67-gentoo
  803. [    0.723512] usb 3-1: New USB device found, idVendor=0930, idProduct=6544, bcdDevice= 1.00
  804. [    0.723718] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  805. [    0.723909] usb 3-1: Product: DataTraveler 2.0
  806. [    0.724094] usb 3-1: Manufacturer: Kingston
  807. [    0.724274] usb 3-1: SerialNumber: 902B341D9F41C2303924EFC0
  808. [    0.725061] usb-storage 3-1:1.0: USB Mass Storage device detected
  809. [    0.725784] scsi host2: usb-storage 3-1:1.0
  810. [    0.726644] usb 1-3: New USB device found, idVendor=5986, idProduct=9107, bcdDevice=56.11
  811. [    0.727062] usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
  812. [    0.727474] usb 1-3: Product: Integrated Camera
  813. [    0.727899] usb 1-3: Manufacturer: Sonix Technology Co., Ltd.
  814. [    0.729550] init-early.sh (202) used greatest stack depth: 13384 bytes left
  815. [    0.839560] usb 3-4: new full-speed USB device number 3 using xhci_hcd
  816. [    0.986418] usb 3-4: New USB device found, idVendor=0bda, idProduct=c123, bcdDevice= 0.00
  817. [    0.986630] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  818. [    0.986827] usb 3-4: Product: Bluetooth Radio
  819. [    0.987016] usb 3-4: Manufacturer: Realtek
  820. [    0.987203] usb 3-4: SerialNumber: 00e04c000001
  821. [    1.081202] mountinfo (551) used greatest stack depth: 13376 bytes left
  822. [    1.338021] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input9
  823. [    1.338072] ideapad_acpi VPC2004:00: Keyboard backlight control not available
  824. [    1.342857] r8169 0000:01:00.0 enp1s0: renamed from eth0
  825. [    1.345468] ideapad_acpi VPC2004:00: DYTC_VERSION 4 support may not work. Pass ideapad_laptop.allow_v4_dytc=Y on the kernel commandline to enable
  826. [    1.345475] ideapad_acpi VPC2004:00: DYTC interface is not available
  827. [    1.365462] openrc (201) used greatest stack depth: 13368 bytes left
  828. [    1.370400] Bluetooth: Core ver 2.22
  829. [    1.370515] NET: Registered PF_BLUETOOTH protocol family
  830. [    1.370523] Bluetooth: HCI device and connection manager initialized
  831. [    1.370531] Bluetooth: HCI socket layer initialized
  832. [    1.370534] Bluetooth: L2CAP socket layer initialized
  833. [    1.370539] Bluetooth: SCO socket layer initialized
  834. [    1.370711] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  835. [    1.372014] AMD-Vi: AMD IOMMUv2 loaded and initialized
  836. [    1.372413] usb 1-3: Found UVC 1.00 device Integrated Camera (5986:9107)
  837. [    1.373940] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  838. [    1.373966] Loading firmware: regulatory.db
  839. [    1.374105] usbcore: registered new interface driver btusb
  840. [    1.374505] Loading firmware: regulatory.db.p7s
  841. [    1.375404] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
  842. [    1.377404] Bluetooth: hci0: RTL: rom_version status=0 version=3
  843. [    1.377411] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
  844. [    1.377416] Loading firmware: rtl_bt/rtl8822cu_fw.bin
  845. [    1.378997] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
  846. [    1.379001] Loading firmware: rtl_bt/rtl8822cu_config.bin
  847. [    1.379080] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35990
  848. [    1.385897] 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/input10
  849. [    1.385979] usbcore: registered new interface driver uvcvideo
  850. [    1.408817] Loading firmware: rtw88/rtw8822c_fw.bin
  851. [    1.408860] rtw_8822ce 0000:02:00.0: enabling device (0000 -> 0003)
  852. [    1.408868] Loading firmware: rtw88/rtw8822c_wow_fw.bin
  853. [    1.410688] rtw_8822ce 0000:02:00.0: Firmware version 9.9.15, H2C version 15
  854. [    1.410746] rtw_8822ce 0000:02:00.0: Firmware version 9.9.4, H2C version 15
  855. [    1.433260] rtw_8822ce 0000:02:00.0 wlp2s0: renamed from wlan0
  856. [    1.486408] [drm] amdgpu kernel modesetting enabled.
  857. [    1.487446] amdgpu: Virtual CRAT table created for CPU
  858. [    1.487455] amdgpu: Topology: Add CPU node
  859. [    1.487558] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
  860. [    1.487587] [drm] initializing kernel modesetting (RENOIR 0x1002:0x164C 0x17AA:0x3F95 0xC2).
  861. [    1.487641] [drm] register mmio base: 0xFD400000
  862. [    1.487642] [drm] register mmio size: 524288
  863. [    1.488973] [drm] add ip block number 0 <soc15_common>
  864. [    1.488975] [drm] add ip block number 1 <gmc_v9_0>
  865. [    1.488976] [drm] add ip block number 2 <vega10_ih>
  866. [    1.488977] [drm] add ip block number 3 <psp>
  867. [    1.488978] [drm] add ip block number 4 <smu>
  868. [    1.488979] [drm] add ip block number 5 <dm>
  869. [    1.488980] [drm] add ip block number 6 <gfx_v9_0>
  870. [    1.488981] [drm] add ip block number 7 <sdma_v4_0>
  871. [    1.488982] [drm] add ip block number 8 <vcn_v2_0>
  872. [    1.488983] [drm] add ip block number 9 <jpeg_v2_0>
  873. [    1.488996] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
  874. [    1.488999] amdgpu: ATOM BIOS: 113-LUCIENNE-016
  875. [    1.489010] Loading firmware: amdgpu/renoir_sdma.bin
  876. [    1.490157] [drm] VCN decode is enabled in VM mode
  877. [    1.490158] [drm] VCN encode is enabled in VM mode
  878. [    1.490158] [drm] JPEG decode is enabled in VM mode
  879. [    1.490236] Console: switching to colour dummy device 80x25
  880. [    1.490265] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
  881. [    1.490273] amdgpu 0000:04:00.0: amdgpu: MODE2 reset
  882. [    1.490537] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
  883. [    1.490543] amdgpu 0000:04:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
  884. [    1.490544] amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
  885. [    1.490546] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
  886. [    1.490551] [drm] Detected VRAM RAM=2048M, BAR=2048M
  887. [    1.490552] [drm] RAM width 64bits DDR4
  888. [    1.490612] [drm] amdgpu: 2048M of VRAM memory ready
  889. [    1.490613] [drm] amdgpu: 3072M of GTT memory ready.
  890. [    1.490620] [drm] GART: num cpu pages 262144, num gpu pages 262144
  891. [    1.490741] [drm] PCIE GART of 1024M enabled.
  892. [    1.490742] [drm] PTB located at 0x000000F47FC00000
  893. [    1.490820] Loading firmware: amdgpu/renoir_asd.bin
  894. [    1.491123] Loading firmware: amdgpu/renoir_ta.bin
  895. [    1.491554] amdgpu 0000:04:00.0: amdgpu: PSP runtime database doesn't exist
  896. [    1.491556] amdgpu 0000:04:00.0: amdgpu: PSP runtime database doesn't exist
  897. [    1.491603] Loading firmware: amdgpu/renoir_dmcub.bin
  898. [    1.491859] [drm] Loading DMUB firmware via PSP: version=0x01010028
  899. [    1.491865] Loading firmware: amdgpu/renoir_pfp.bin
  900. [    1.492062] Loading firmware: amdgpu/renoir_me.bin
  901. [    1.492250] Loading firmware: amdgpu/renoir_ce.bin
  902. [    1.492363] Loading firmware: amdgpu/renoir_rlc.bin
  903. [    1.492527] Loading firmware: amdgpu/renoir_mec.bin
  904. [    1.493291] Loading firmware: amdgpu/renoir_vcn.bin
  905. [    1.493822] [drm] Found VCN firmware Version ENC: 1.21 DEC: 6 VEP: 0 Revision: 0
  906. [    1.493827] amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
  907. [    1.691548] Bluetooth: hci0: RTL: fw version 0x0cc6d2e3
  908. [    1.777076] scsi 2:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 4
  909. [    1.777246] sd 2:0:0:0: Attached scsi generic sg0 type 0
  910. [    1.777648] sd 2:0:0:0: [sda] 30274560 512-byte logical blocks: (15.5 GB/14.4 GiB)
  911. [    1.777871] sd 2:0:0:0: [sda] Write Protect is off
  912. [    1.777874] sd 2:0:0:0: [sda] Mode Sense: 45 00 00 00
  913. [    1.778090] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  914. [    1.780013]  sda: sda1
  915. [    1.780132] sd 2:0:0:0: [sda] Attached SCSI removable disk
  916. [    2.199454] [drm] reserve 0x400000 from 0xf47f800000 for PSP TMR
  917. [    2.206376] Adding 16777212k swap on /dev/nvme0n1p5.  Priority:-2 extents:1 across:16777212k SS
  918. [    2.243970] FAT-fs (nvme0n1p4): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  919. [    2.244568] XFS (nvme0n1p6): Mounting V5 Filesystem
  920. [    2.258513] XFS (nvme0n1p6): Ending clean mount
  921. [    2.259629] XFS (nvme0n1p7): Mounting V5 Filesystem
  922. [    2.268612] XFS (nvme0n1p7): Ending clean mount
  923. [    2.270119] XFS (nvme0n1p8): Mounting V5 Filesystem
  924. [    2.278568] XFS (nvme0n1p8): Starting recovery (logdev: internal)
  925. [    2.282324] XFS (nvme0n1p8): Ending recovery (logdev: internal)
  926. [    2.284298] XFS (nvme0n1p9): Mounting V5 Filesystem
  927. [    2.286278] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
  928. [    2.297504] amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
  929. [    2.303748] [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
  930. [    2.303978] [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
  931. [    2.303982] amdgpu 0000:04:00.0: amdgpu: Secure display: Generic Failure.
  932. [    2.303985] amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
  933. [    2.304173] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
  934. [    2.304541] [drm] Display Core initialized with v3.2.207!
  935. [    2.305200] [drm] DMUB hardware initialized: version=0x01010028
  936. [    2.305428] XFS (nvme0n1p9): Ending clean mount
  937. [    2.319219] grep (1200) used greatest stack depth: 13128 bytes left
  938. [    2.339503] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
  939. [    2.427326] dmesg (1288) used greatest stack depth: 12856 bytes left
  940. [    2.526359] [drm] kiq ring mec 2 pipe 1 q 0
  941. [    2.529419] [drm] VCN decode and encode initialized successfully(under DPG Mode).
  942. [    2.529436] [drm] JPEG decode initialized successfully.
  943. [    2.531122] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
  944. [    2.531200] amdgpu: sdma_bitmap: 3
  945. [    2.531222] amdgpu: SRAT table not found
  946. [    2.531224] amdgpu: Virtual CRAT table created for GPU
  947. [    2.531507] amdgpu: Topology: Add dGPU node [0x164c:0x1002]
  948. [    2.531509] kfd kfd: amdgpu: added device 1002:164c
  949. [    2.531566] amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 7
  950. [    2.531610] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
  951. [    2.531612] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
  952. [    2.531613] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
  953. [    2.531614] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
  954. [    2.531615] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
  955. [    2.531616] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
  956. [    2.531617] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
  957. [    2.531617] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
  958. [    2.531618] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
  959. [    2.531619] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
  960. [    2.531620] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
  961. [    2.531621] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
  962. [    2.531622] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
  963. [    2.531623] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
  964. [    2.531624] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
  965. [    2.532301] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:04:00.0 on minor 0
  966. [    2.536954] fbcon: amdgpudrmfb (fb0) is primary device
  967. [    2.537180] [drm] DSC precompute is not needed.
  968. [    2.588791] Console: switching to colour frame buffer device 170x48
  969. [    2.623160] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
  970. [    2.674243] elogind-daemon[1446]: New seat seat0.
  971. [    2.674791] elogind-daemon[1446]: Watching system buttons on /dev/input/event2 (Power Button)
  972. [    2.674888] elogind-daemon[1446]: Watching system buttons on /dev/input/event1 (Power Button)
  973. [    2.674975] elogind-daemon[1446]: Watching system buttons on /dev/input/event0 (Lid Switch)
  974. [    2.675292] elogind-daemon[1446]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
  975. [    2.889795] openrc-run.sh (1605) used greatest stack depth: 12528 bytes left
  976. [    2.912707] seedrng (1656) used greatest stack depth: 12368 bytes left
  977. [    3.051711] Loading firmware: rtl_nic/rtl8168h-2.fw
  978. [    3.073555] Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
  979. [    3.155849] setfont (1825) used greatest stack depth: 11352 bytes left
  980. [    3.238877] r8169 0000:01:00.0 enp1s0: Link is Down
  981. [    6.822232] r8169 0000:01:00.0 enp1s0: Link is Up - 1Gbps/Full - flow control rx/tx
  982. [    6.822254] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
  983. [    7.633820] (udev-worker) (785) used greatest stack depth: 10584 bytes left
  984. [   17.586651] elogind-daemon[1446]: New session 1 of user israel.
  985. [   34.564660] elogind-daemon[1446]: New session 2 of user root.
  986. [   67.510962] usb 3-1: reset high-speed USB device number 2 using xhci_hcd
  987. [  120.619971] usb 3-1: reset high-speed USB device number 2 using xhci_hcd
  988. [  121.570174] usb 1-3: reset high-speed USB device number 2 using xhci_hcd
  989. [  519.738605] elogind-daemon[1446]: New session 3 of user root.
  990. [  569.925201] elogind-daemon[1446]: Removed session 1.
  991. [  597.225649] elogind-daemon[1446]: New session 4 of user gdm.
  992. [  598.209202] rfkill: input handler disabled
  993. [  614.127666] elogind-daemon[1446]: New session 5 of user israel.
  994. [  614.430347] rfkill: input handler enabled
  995. [  615.305991] ISO 9660 Extensions: Microsoft Joliet Level 3
  996. [  615.307367] ISO 9660 Extensions: Microsoft Joliet Level 3
  997. [  615.308226] ISO 9660 Extensions: RRIP_1991A
  998. [  615.351451] rfkill: input handler disabled
  999. [  616.779487] elogind-daemon[1446]: Removed session 4.
Add Comment
Please, Sign In to add comment