Guest User

Untitled

a guest
Aug 25th, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 71.83 KB | Fixit | 0 0
  1. [    0.000000] Linux version 5.10.0-1057-generic (builder@build5) (gcc (AstraLinuxSE 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for AstraLinux) 2.31.1) #astra6+ci79 SMP Wed Aug 10 14:54:57 UTC 2022 (Astra 5.10.0-1057.astra6+ci79-generic 5.10.83)
  2. [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-1057-generic root=UUID=b886684b-bc08-4dea-beef-486ddf7563ea ro parsec.mac=0 net.ifnames=0 usbcore.autosuspend=-1 ipv6.disable=1
  3. [    0.000000] KERNEL supported cpus:
  4. [    0.000000]   Intel GenuineIntel
  5. [    0.000000]   AMD AuthenticAMD
  6. [    0.000000]   Hygon HygonGenuine
  7. [    0.000000]   Centaur CentaurHauls
  8. [    0.000000]   zhaoxin   Shanghai  
  9. [    0.000000] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
  10. [    0.000000] random: get_random_u32 called from bsp_init_amd+0x270/0x2b0 with crng_init=0
  11. [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  12. [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  13. [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  14. [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
  15. [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
  16. [    0.000000] BIOS-provided physical RAM map:
  17. [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006dfff] usable
  18. [    0.000000] BIOS-e820: [mem 0x000000000006e000-0x000000000006ffff] ACPI NVS
  19. [    0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000085fff] usable
  20. [    0.000000] BIOS-e820: [mem 0x0000000000086000-0x00000000000bffff] reserved
  21. [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a555dfff] usable
  22. [    0.000000] BIOS-e820: [mem 0x00000000a555e000-0x00000000a5d5efff] reserved
  23. [    0.000000] BIOS-e820: [mem 0x00000000a5d5f000-0x00000000a5dbbfff] usable
  24. [    0.000000] BIOS-e820: [mem 0x00000000a5dbc000-0x00000000a66bbfff] reserved
  25. [    0.000000] BIOS-e820: [mem 0x00000000a66bc000-0x00000000af0befff] usable
  26. [    0.000000] BIOS-e820: [mem 0x00000000af0bf000-0x00000000af4befff] type 20
  27. [    0.000000] BIOS-e820: [mem 0x00000000af4bf000-0x00000000afabefff] reserved
  28. [    0.000000] BIOS-e820: [mem 0x00000000afabf000-0x00000000afbbefff] ACPI NVS
  29. [    0.000000] BIOS-e820: [mem 0x00000000afbbf000-0x00000000afbfefff] ACPI data
  30. [    0.000000] BIOS-e820: [mem 0x00000000afbff000-0x00000000afbfffff] usable
  31. [    0.000000] BIOS-e820: [mem 0x00000000afc00000-0x00000000dfffffff] reserved
  32. [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
  33. [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  34. [    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
  35. [    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
  36. [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  37. [    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
  38. [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
  39. [    0.000000] NX (Execute Disable) protection: active
  40. [    0.000000] efi: EFI v2.31 by INSYDE Corp.
  41. [    0.000000] efi: ACPI=0xafbfe000 ACPI 2.0=0xafbfe014 SMBIOS=0xafabef98
  42. [    0.000000] secureboot: Secure boot could not be determined (mode 0)
  43. [    0.000000] SMBIOS 2.7 present.
  44. [    0.000000] DMI: LENOVO 20255/Lenovo G505s, BIOS 83CN53WW(V3.00) 01/08/2014
  45. [    0.000000] tsc: Fast TSC calibration using PIT
  46. [    0.000000] tsc: Detected 2495.324 MHz processor
  47. [    0.000015] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  48. [    0.000019] e820: remove [mem 0x000a0000-0x000fffff] usable
  49. [    0.000026] last_pfn = 0x21f000 max_arch_pfn = 0x400000000
  50. [    0.000032] MTRR default type: uncachable
  51. [    0.000033] MTRR fixed ranges enabled:
  52. [    0.000035]   00000-9FFFF write-back
  53. [    0.000036]   A0000-BFFFF uncachable
  54. [    0.000037]   C0000-FFFFF write-through
  55. [    0.000038] MTRR variable ranges enabled:
  56. [    0.000040]   0 base 000000000000 mask FFFF80000000 write-back
  57. [    0.000041]   1 base 000080000000 mask FFFFE0000000 write-back
  58. [    0.000043]   2 base 0000A0000000 mask FFFFF0000000 write-back
  59. [    0.000044]   3 base 0000AFBBD000 mask FFFFFFFFF000 uncachable
  60. [    0.000045]   4 base 0000FFC00000 mask FFFFFFC00000 write-protect
  61. [    0.000046]   5 disabled
  62. [    0.000047]   6 disabled
  63. [    0.000048]   7 disabled
  64. [    0.000049] TOM2: 000000021f000000 aka 8688M
  65. [    0.000437] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
  66. [    0.000722] last_pfn = 0xafc00 max_arch_pfn = 0x400000000
  67. [    0.005838] check: Scanning 1 areas for low memory corruption
  68. [    0.005845] Using GB pages for direct mapping
  69. [    0.006863] secureboot: Secure boot could not be determined (mode 0)
  70. [    0.006865] RAMDISK: [mem 0x2f597000-0x33ac2fff]
  71. [    0.006869] ACPI: Early table checksum verification disabled
  72. [    0.006874] ACPI: RSDP 0x00000000AFBFE014 000024 (v02 LENOVO)
  73. [    0.006879] ACPI: XSDT 0x00000000AFBFE120 00009C (v01 LENOVO CB-01    00000001      01000013)
  74. [    0.006886] ACPI: FACP 0x00000000AFBFB000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
  75. [    0.006894] ACPI: DSDT 0x00000000AFBEA000 00CA66 (v01 LENOVO CB-01    00000001 ACPI 00040000)
  76. [    0.006898] ACPI: FACS 0x00000000AFB7C000 000040
  77. [    0.006903] ACPI: SLIC 0x00000000AFBFD000 000176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
  78. [    0.006907] ACPI: UEFI 0x00000000AFBFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
  79. [    0.006912] ACPI: HPET 0x00000000AFBFA000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
  80. [    0.006916] ACPI: APIC 0x00000000AFBF9000 000084 (v03 LENOVO CB-01    00000001 ACPI 00040000)
  81. [    0.006920] ACPI: MCFG 0x00000000AFBF8000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
  82. [    0.006924] ACPI: ASF! 0x00000000AFBF7000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
  83. [    0.006928] ACPI: BOOT 0x00000000AFBE9000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
  84. [    0.006932] ACPI: WDRT 0x00000000AFBE8000 000047 (v01 LENOVO CB-01    00000001 ACPI 00040000)
  85. [    0.006936] ACPI: WDAT 0x00000000AFBE7000 0001AC (v01 LENOVO CB-01    00000001 ACPI 00040000)
  86. [    0.006940] ACPI: FPDT 0x00000000AFBE5000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
  87. [    0.006944] ACPI: SSDT 0x00000000AFBE3000 0009F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
  88. [    0.006948] ACPI: SSDT 0x00000000AFBE1000 001F6E (v02 LENOVO CB-01    00000001 ACPI 00040000)
  89. [    0.006952] ACPI: VFCT 0x00000000AFBDC000 004E84 (v01 LENOVO CB-01    00000001 ACPI 00040000)
  90. [    0.006956] ACPI: BGRT 0x00000000AFBDB000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
  91. [    0.006960] ACPI: Reserving FACP table memory at [mem 0xafbfb000-0xafbfb10b]
  92. [    0.006962] ACPI: Reserving DSDT table memory at [mem 0xafbea000-0xafbf6a65]
  93. [    0.006963] ACPI: Reserving FACS table memory at [mem 0xafb7c000-0xafb7c03f]
  94. [    0.006965] ACPI: Reserving SLIC table memory at [mem 0xafbfd000-0xafbfd175]
  95. [    0.006966] ACPI: Reserving UEFI table memory at [mem 0xafbfc000-0xafbfc235]
  96. [    0.006968] ACPI: Reserving HPET table memory at [mem 0xafbfa000-0xafbfa037]
  97. [    0.006969] ACPI: Reserving APIC table memory at [mem 0xafbf9000-0xafbf9083]
  98. [    0.006971] ACPI: Reserving MCFG table memory at [mem 0xafbf8000-0xafbf803b]
  99. [    0.006972] ACPI: Reserving ASF! table memory at [mem 0xafbf7000-0xafbf70a4]
  100. [    0.006974] ACPI: Reserving BOOT table memory at [mem 0xafbe9000-0xafbe9027]
  101. [    0.006976] ACPI: Reserving WDRT table memory at [mem 0xafbe8000-0xafbe8046]
  102. [    0.006977] ACPI: Reserving WDAT table memory at [mem 0xafbe7000-0xafbe71ab]
  103. [    0.006978] ACPI: Reserving FPDT table memory at [mem 0xafbe5000-0xafbe5043]
  104. [    0.006980] ACPI: Reserving SSDT table memory at [mem 0xafbe3000-0xafbe39f7]
  105. [    0.006981] ACPI: Reserving SSDT table memory at [mem 0xafbe1000-0xafbe2f6d]
  106. [    0.006983] ACPI: Reserving VFCT table memory at [mem 0xafbdc000-0xafbe0e83]
  107. [    0.006984] ACPI: Reserving BGRT table memory at [mem 0xafbdb000-0xafbdb037]
  108. [    0.007008] ACPI: Local APIC address 0xfee00000
  109. [    0.007155] No NUMA configuration found
  110. [    0.007157] Faking a node at [mem 0x0000000000000000-0x000000021effffff]
  111. [    0.007168] NODE_DATA(0) allocated [mem 0x21efd4000-0x21effdfff]
  112. [    0.007520] Zone ranges:
  113. [    0.007522]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  114. [    0.007524]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  115. [    0.007526]   Normal   [mem 0x0000000100000000-0x000000021effffff]
  116. [    0.007528]   Device   empty
  117. [    0.007530] Movable zone start for each node
  118. [    0.007533] Early memory node ranges
  119. [    0.007535]   node   0: [mem 0x0000000000001000-0x000000000006dfff]
  120. [    0.007536]   node   0: [mem 0x0000000000070000-0x0000000000085fff]
  121. [    0.007538]   node   0: [mem 0x0000000000100000-0x00000000a555dfff]
  122. [    0.007539]   node   0: [mem 0x00000000a5d5f000-0x00000000a5dbbfff]
  123. [    0.007540]   node   0: [mem 0x00000000a66bc000-0x00000000af0befff]
  124. [    0.007542]   node   0: [mem 0x00000000afbff000-0x00000000afbfffff]
  125. [    0.007543]   node   0: [mem 0x0000000100000000-0x000000021effffff]
  126. [    0.007545] Initmem setup node 0 [mem 0x0000000000001000-0x000000021effffff]
  127. [    0.007547] On node 0 totalpages: 1888066
  128. [    0.007548]   DMA zone: 64 pages used for memmap
  129. [    0.007549]   DMA zone: 24 pages reserved
  130. [    0.007550]   DMA zone: 3971 pages, LIFO batch:0
  131. [    0.007552]   DMA32 zone: 11071 pages used for memmap
  132. [    0.007553]   DMA32 zone: 708543 pages, LIFO batch:63
  133. [    0.007554]   Normal zone: 18368 pages used for memmap
  134. [    0.007554]   Normal zone: 1175552 pages, LIFO batch:63
  135. [    0.007558] On node 0, zone DMA: 1 pages in unavailable ranges
  136. [    0.007559] On node 0, zone DMA: 2 pages in unavailable ranges
  137. [    0.007602] On node 0, zone DMA: 122 pages in unavailable ranges
  138. [    0.016769] On node 0, zone DMA32: 2049 pages in unavailable ranges
  139. [    0.017312] On node 0, zone DMA32: 2304 pages in unavailable ranges
  140. [    0.017358] On node 0, zone DMA32: 2880 pages in unavailable ranges
  141. [    0.033327] On node 0, zone Normal: 1024 pages in unavailable ranges
  142. [    0.033393] On node 0, zone Normal: 4096 pages in unavailable ranges
  143. [    0.033582] ACPI: PM-Timer IO Port: 0x408
  144. [    0.033586] ACPI: Local APIC address 0xfee00000
  145. [    0.033595] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
  146. [    0.033597] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  147. [    0.033598] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  148. [    0.033600] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  149. [    0.033610] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
  150. [    0.033613] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  151. [    0.033615] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
  152. [    0.033617] ACPI: IRQ0 used by override.
  153. [    0.033618] ACPI: IRQ9 used by override.
  154. [    0.033621] Using ACPI (MADT) for SMP configuration information
  155. [    0.033623] ACPI: HPET id: 0x10228210 base: 0xfed00000
  156. [    0.033633] e820: update [mem 0xacee4000-0xacf5efff] usable ==> reserved
  157. [    0.033646] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
  158. [    0.033679] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
  159. [    0.033682] PM: hibernation: Registered nosave memory: [mem 0x0006e000-0x0006ffff]
  160. [    0.033685] PM: hibernation: Registered nosave memory: [mem 0x00086000-0x000bffff]
  161. [    0.033686] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
  162. [    0.033689] PM: hibernation: Registered nosave memory: [mem 0xa555e000-0xa5d5efff]
  163. [    0.033691] PM: hibernation: Registered nosave memory: [mem 0xa5dbc000-0xa66bbfff]
  164. [    0.033694] PM: hibernation: Registered nosave memory: [mem 0xacee4000-0xacf5efff]
  165. [    0.033697] PM: hibernation: Registered nosave memory: [mem 0xaf0bf000-0xaf4befff]
  166. [    0.033698] PM: hibernation: Registered nosave memory: [mem 0xaf4bf000-0xafabefff]
  167. [    0.033699] PM: hibernation: Registered nosave memory: [mem 0xafabf000-0xafbbefff]
  168. [    0.033701] PM: hibernation: Registered nosave memory: [mem 0xafbbf000-0xafbfefff]
  169. [    0.033703] PM: hibernation: Registered nosave memory: [mem 0xafc00000-0xdfffffff]
  170. [    0.033704] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
  171. [    0.033706] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
  172. [    0.033707] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
  173. [    0.033708] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
  174. [    0.033709] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
  175. [    0.033711] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
  176. [    0.033712] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
  177. [    0.033713] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
  178. [    0.033714] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
  179. [    0.033715] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
  180. [    0.033716] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
  181. [    0.033717] PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffffffff]
  182. [    0.033721] [mem 0xe0000000-0xf7ffffff] available for PCI devices
  183. [    0.033723] Booting paravirtualized kernel on bare hardware
  184. [    0.033727] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
  185. [    0.033737] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
  186. [    0.034301] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
  187. [    0.034310] pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
  188. [    0.034311] pcpu-alloc: [0] 0 1 2 3
  189. [    0.034351] Built 1 zonelists, mobility grouping on.  Total pages: 1858539
  190. [    0.034354] Policy zone: Normal
  191. [    0.034356] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-1057-generic root=UUID=b886684b-bc08-4dea-beef-486ddf7563ea ro parsec.mac=0 net.ifnames=0 usbcore.autosuspend=-1 ipv6.disable=1
  192. [    0.036102] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  193. [    0.036931] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  194. [    0.036963] mem auto-init: stack:off, heap alloc:on, heap free:off
  195. [    0.079825] Memory: 7202252K/7552264K available (14345K kernel code, 3459K rwdata, 5316K rodata, 2676K init, 6008K bss, 349752K reserved, 0K cma-reserved)
  196. [    0.079970] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  197. [    0.079987] ftrace: allocating 46715 entries in 183 pages
  198. [    0.098020] ftrace: allocated 183 pages with 6 groups
  199. [    0.098187] rcu: Hierarchical RCU implementation.
  200. [    0.098190] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
  201. [    0.098191]  Trampoline variant of Tasks RCU enabled.
  202. [    0.098193]  Rude variant of Tasks RCU enabled.
  203. [    0.098194]  Tracing variant of Tasks RCU enabled.
  204. [    0.098195] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  205. [    0.098197] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  206. [    0.102789] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
  207. [    0.103099] Console: colour dummy device 80x25
  208. [    0.103368] printk: console [tty0] enabled
  209. [    0.103391] ACPI: Core revision 20200925
  210. [    0.103627] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
  211. [    0.103645] APIC: Switch to symmetric I/O mode setup
  212. [    0.104022] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  213. [    0.123678] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23f7f8a8c77, max_idle_ns: 440795310962 ns
  214. [    0.123686] Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.64 BogoMIPS (lpj=9981296)
  215. [    0.123692] pid_max: default: 32768 minimum: 301
  216. [    0.127621] LSM: Security Framework initializing
  217. [    0.127652] Yama: becoming mindful.
  218. [    0.127690] Parsec helper LSM:  Initializing.
  219. [    0.127748] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  220. [    0.127771] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  221. [    0.128061] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
  222. [    0.128065] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
  223. [    0.128071] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
  224. [    0.128075] Spectre V2 : Mitigation: Full AMD retpoline
  225. [    0.128077] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
  226. [    0.128081] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
  227. [    0.128360] Freeing SMP alternatives memory: 40K
  228. [    0.240017] smpboot: CPU0: AMD A10-5750M APU with Radeon(tm) HD Graphics (family: 0x15, model: 0x13, stepping: 0x1)
  229. [    0.240234] Performance Events: Fam15h core perfctr, AMD PMU driver.
  230. [    0.240241] ... version:                0
  231. [    0.240244] ... bit width:              48
  232. [    0.240246] ... generic registers:      6
  233. [    0.240248] ... value mask:             0000ffffffffffff
  234. [    0.240250] ... max period:             00007fffffffffff
  235. [    0.240253] ... fixed-purpose events:   0
  236. [    0.240255] ... event mask:             000000000000003f
  237. [    0.240340] rcu: Hierarchical SRCU implementation.
  238. [    0.240836] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
  239. [    0.240907] smp: Bringing up secondary CPUs ...
  240. [    0.241068] x86: Booting SMP configuration:
  241. [    0.241072] .... node  #0, CPUs:      #1
  242. [    0.004636] __common_interrupt: 1.55 No irq handler for vector
  243. [    0.243437]  #2
  244. [    0.004636] __common_interrupt: 2.55 No irq handler for vector
  245. [    0.243836]  #3
  246. [    0.004636] __common_interrupt: 3.55 No irq handler for vector
  247. [    0.247755] smp: Brought up 1 node, 4 CPUs
  248. [    0.247755] smpboot: Max logical packages: 1
  249. [    0.247755] smpboot: Total of 4 processors activated (19962.59 BogoMIPS)
  250. [    0.249000] devtmpfs: initialized
  251. [    0.249000] x86/mm: Memory block size: 128MB
  252. [    0.249000] PM: Registering ACPI NVS region [mem 0x0006e000-0x0006ffff] (8192 bytes)
  253. [    0.249000] PM: Registering ACPI NVS region [mem 0xafabf000-0xafbbefff] (1048576 bytes)
  254. [    0.249000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  255. [    0.249000] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  256. [    0.249000] pinctrl core: initialized pinctrl subsystem
  257. [    0.249000] PM: RTC time: 12:07:09, date: 2022-08-25
  258. [    0.249000] NET: Registered protocol family 16
  259. [    0.251867] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  260. [    0.252120] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  261. [    0.252391] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  262. [    0.252425] audit: initializing netlink subsys (disabled)
  263. [    0.252457] audit: type=2000 audit(1661429229.148:1): state=initialized audit_enabled=0 res=1
  264. [    0.252457] thermal_sys: Registered thermal governor 'fair_share'
  265. [    0.252457] thermal_sys: Registered thermal governor 'bang_bang'
  266. [    0.252457] thermal_sys: Registered thermal governor 'step_wise'
  267. [    0.252457] thermal_sys: Registered thermal governor 'user_space'
  268. [    0.252457] thermal_sys: Registered thermal governor 'power_allocator'
  269. [    0.252457] EISA bus registered
  270. [    0.252457] cpuidle: using governor ladder
  271. [    0.252457] cpuidle: using governor menu
  272. [    0.252457] Simple Boot Flag at 0x44 set to 0x1
  273. [    0.252457] ACPI: bus type PCI registered
  274. [    0.252457] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  275. [    0.252457] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
  276. [    0.252457] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
  277. [    0.252457] PCI: Using configuration type 1 for base access
  278. [    0.254084] Kprobes globally optimized
  279. [    0.254091] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  280. [    0.254091] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  281. [    0.255798] fbcon: Taking over console
  282. [    0.255824] ACPI: Added _OSI(Module Device)
  283. [    0.255827] ACPI: Added _OSI(Processor Device)
  284. [    0.255830] ACPI: Added _OSI(3.0 _SCP Extensions)
  285. [    0.255832] ACPI: Added _OSI(Processor Aggregator Device)
  286. [    0.255836] ACPI: Added _OSI(Linux-Dell-Video)
  287. [    0.255838] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  288. [    0.255841] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
  289. [    0.255844] ACPI: Added _OSI(Linux-Dell-USB4-Wakeup)
  290. [    0.271446] ACPI: 3 ACPI AML tables successfully acquired and loaded
  291. [    0.273133] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  292. [    0.274063] ACPI: EC: EC started
  293. [    0.274066] ACPI: EC: interrupt blocked
  294. [    0.274246] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
  295. [    0.274251] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
  296. [    0.274254] ACPI: Interpreter enabled
  297. [    0.274277] ACPI: (supports S0 S3 S4 S5)
  298. [    0.274280] ACPI: Using IOAPIC for interrupt routing
  299. [    0.274572] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  300. [    0.274912] ACPI: Enabled 8 GPEs in block 00 to 1F
  301. [    0.283417] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  302. [    0.283426] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
  303. [    0.283434] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
  304. [    0.283450] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
  305. [    0.283904] PCI host bridge to bus 0000:00
  306. [    0.283910] pci_bus 0000:00: root bus resource [bus 00-ff]
  307. [    0.283913] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
  308. [    0.283916] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
  309. [    0.283920] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
  310. [    0.283923] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  311. [    0.283927] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
  312. [    0.283930] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
  313. [    0.283933] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
  314. [    0.283937] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff window]
  315. [    0.283951] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
  316. [    0.284081] pci 0000:00:01.0: [1002:990b] type 00 class 0x030000
  317. [    0.284091] pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
  318. [    0.284098] pci 0000:00:01.0: reg 0x14: [io  0x3000-0x30ff]
  319. [    0.284104] pci 0000:00:01.0: reg 0x18: [mem 0xf0200000-0xf023ffff]
  320. [    0.284122] pci 0000:00:01.0: enabling Extended Tags
  321. [    0.284132] pci 0000:00:01.0: BAR 0: assigned to efifb
  322. [    0.284152] pci 0000:00:01.0: supports D1 D2
  323. [    0.284272] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
  324. [    0.284290] pci 0000:00:01.1: reg 0x10: [mem 0xf0244000-0xf0247fff]
  325. [    0.284315] pci 0000:00:01.1: enabling Extended Tags
  326. [    0.284342] pci 0000:00:01.1: supports D1 D2
  327. [    0.284486] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
  328. [    0.284509] pci 0000:00:04.0: enabling Extended Tags
  329. [    0.284540] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
  330. [    0.284668] pci 0000:00:05.0: [1022:1415] type 01 class 0x060400
  331. [    0.284692] pci 0000:00:05.0: enabling Extended Tags
  332. [    0.284721] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
  333. [    0.284906] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
  334. [    0.284929] pci 0000:00:10.0: reg 0x10: [mem 0xf0248000-0xf0249fff 64bit]
  335. [    0.285034] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
  336. [    0.285194] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
  337. [    0.285212] pci 0000:00:11.0: reg 0x10: [io  0x3118-0x311f]
  338. [    0.285229] pci 0000:00:11.0: reg 0x14: [io  0x3124-0x3127]
  339. [    0.285238] pci 0000:00:11.0: reg 0x18: [io  0x3110-0x3117]
  340. [    0.285247] pci 0000:00:11.0: reg 0x1c: [io  0x3120-0x3123]
  341. [    0.285256] pci 0000:00:11.0: reg 0x20: [io  0x3100-0x310f]
  342. [    0.285265] pci 0000:00:11.0: reg 0x24: [mem 0xf024e000-0xf024e7ff]
  343. [    0.285412] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
  344. [    0.285427] pci 0000:00:12.0: reg 0x10: [mem 0xf024d000-0xf024dfff]
  345. [    0.285579] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
  346. [    0.286320] pci 0000:00:12.2: reg 0x10: [mem 0xf024c000-0xf024c0ff]
  347. [    0.288208] pci 0000:00:12.2: supports D1 D2
  348. [    0.288212] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
  349. [    0.288353] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
  350. [    0.288369] pci 0000:00:13.0: reg 0x10: [mem 0xf024b000-0xf024bfff]
  351. [    0.288534] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
  352. [    0.289267] pci 0000:00:13.2: reg 0x10: [mem 0xf024a000-0xf024a0ff]
  353. [    0.291246] pci 0000:00:13.2: supports D1 D2
  354. [    0.291250] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
  355. [    0.291369] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
  356. [    0.291552] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
  357. [    0.291571] pci 0000:00:14.2: reg 0x10: [mem 0xf0240000-0xf0243fff 64bit]
  358. [    0.291741] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
  359. [    0.291858] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
  360. [    0.292026] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
  361. [    0.292176] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
  362. [    0.292268] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
  363. [    0.292371] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
  364. [    0.292466] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
  365. [    0.292565] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
  366. [    0.292667] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
  367. [    0.292874] pci 0000:01:00.0: [1969:10a0] type 00 class 0x020000
  368. [    0.292897] pci 0000:01:00.0: reg 0x10: [mem 0xf0100000-0xf013ffff 64bit]
  369. [    0.292908] pci 0000:01:00.0: reg 0x18: [io  0x2000-0x207f]
  370. [    0.293001] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  371. [    0.303750] pci 0000:00:04.0: PCI bridge to [bus 01]
  372. [    0.303763] pci 0000:00:04.0:   bridge window [io  0x2000-0x2fff]
  373. [    0.303768] pci 0000:00:04.0:   bridge window [mem 0xf0100000-0xf01fffff]
  374. [    0.303914] pci 0000:02:00.0: [168c:0036] type 00 class 0x028000
  375. [    0.303952] pci 0000:02:00.0: reg 0x10: [mem 0xf0000000-0xf007ffff 64bit]
  376. [    0.304008] pci 0000:02:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
  377. [    0.304113] pci 0000:02:00.0: supports D1 D2
  378. [    0.304116] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  379. [    0.315759] pci 0000:00:05.0: PCI bridge to [bus 02]
  380. [    0.315772] pci 0000:00:05.0:   bridge window [mem 0xf0000000-0xf00fffff]
  381. [    0.315837] pci_bus 0000:03: extended config space not accessible
  382. [    0.315935] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
  383. [    0.315945] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
  384. [    0.315949] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
  385. [    0.315953] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000cffff window] (subtractive decode)
  386. [    0.315956] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
  387. [    0.315960] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000effff window] (subtractive decode)
  388. [    0.315963] pci 0000:00:14.4:   bridge window [mem 0xe0000000-0xf7ffffff window] (subtractive decode)
  389. [    0.315967] pci 0000:00:14.4:   bridge window [mem 0xfc000000-0xfed3ffff window] (subtractive decode)
  390. [    0.315971] pci 0000:00:14.4:   bridge window [mem 0xfed45000-0xffffffff window] (subtractive decode)
  391. [    0.324332] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
  392. [    0.324467] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
  393. [    0.324586] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
  394. [    0.324702] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
  395. [    0.324801] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
  396. [    0.324875] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
  397. [    0.324948] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
  398. [    0.325021] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
  399. [    0.325236] ACPI: EC: interrupt unblocked
  400. [    0.325239] ACPI: EC: event unblocked
  401. [    0.325244] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
  402. [    0.325247] ACPI: EC: GPE=0x3
  403. [    0.325251] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
  404. [    0.325254] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
  405. [    0.325344] iommu: Default domain type: Translated
  406. [    0.325344] SCSI subsystem initialized
  407. [    0.325344] libata version 3.00 loaded.
  408. [    0.325344] pci 0000:00:01.0: vgaarb: setting as boot VGA device
  409. [    0.325344] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
  410. [    0.325344] pci 0000:00:01.0: vgaarb: bridge control possible
  411. [    0.325344] vgaarb: loaded
  412. [    0.325344] ACPI: bus type USB registered
  413. [    0.325344] usbcore: registered new interface driver usbfs
  414. [    0.325344] usbcore: registered new interface driver hub
  415. [    0.325344] usbcore: registered new device driver usb
  416. [    0.325344] pps_core: LinuxPPS API ver. 1 registered
  417. [    0.325344] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  418. [    0.325344] PTP clock support registered
  419. [    0.325344] EDAC MC: Ver: 3.0.0
  420. [    0.325344] Registered efivars operations
  421. [    0.325344] NetLabel: Initializing
  422. [    0.325344] NetLabel:  domain hash size = 128
  423. [    0.325344] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
  424. [    0.325344] NetLabel:  unlabeled traffic allowed by default
  425. [    0.325344] PCI: Using ACPI for IRQ routing
  426. [    0.328403] PCI: pci_cache_line_size set to 64 bytes
  427. [    0.328473] e820: reserve RAM buffer [mem 0x0006e000-0x0006ffff]
  428. [    0.328474] e820: reserve RAM buffer [mem 0x00086000-0x0008ffff]
  429. [    0.328475] e820: reserve RAM buffer [mem 0xa555e000-0xa7ffffff]
  430. [    0.328477] e820: reserve RAM buffer [mem 0xa5dbc000-0xa7ffffff]
  431. [    0.328478] e820: reserve RAM buffer [mem 0xacee4000-0xafffffff]
  432. [    0.328480] e820: reserve RAM buffer [mem 0xaf0bf000-0xafffffff]
  433. [    0.328481] e820: reserve RAM buffer [mem 0xafc00000-0xafffffff]
  434. [    0.328482] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
  435. [    0.328489] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  436. [    0.328489] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
  437. [    0.329893] clocksource: Switched to clocksource tsc-early
  438. [    0.350310] VFS: Disk quotas dquot_6.6.0
  439. [    0.350336] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  440. [    0.350428] pnp: PnP ACPI init
  441. [    0.350635] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
  442. [    0.350652] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
  443. [    0.350661] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
  444. [    0.351006] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
  445. [    0.351038] pnp 00:02: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
  446. [    0.351087] pnp 00:03: Plug and Play ACPI device, IDs ETD061b ETD0001 PNP0f13 (active)
  447. [    0.351209] system 00:04: [io  0x0400-0x04cf] has been reserved
  448. [    0.351214] system 00:04: [io  0x04d0-0x04d1] has been reserved
  449. [    0.351217] system 00:04: [io  0x04d6] has been reserved
  450. [    0.351221] system 00:04: [io  0x0680-0x06ff] has been reserved
  451. [    0.351224] system 00:04: [io  0x077a] has been reserved
  452. [    0.351228] system 00:04: [io  0x0c00-0x0c01] has been reserved
  453. [    0.351231] system 00:04: [io  0x0c14] has been reserved
  454. [    0.351234] system 00:04: [io  0x0c50-0x0c52] has been reserved
  455. [    0.351238] system 00:04: [io  0x0c6c] has been reserved
  456. [    0.351241] system 00:04: [io  0x0c6f] has been reserved
  457. [    0.351245] system 00:04: [io  0x0cd0-0x0cdb] could not be reserved
  458. [    0.351248] system 00:04: [io  0x0840-0x0847] has been reserved
  459. [    0.351255] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
  460. [    0.351345] system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
  461. [    0.351349] system 00:05: [mem 0xffc00000-0xffffffff] has been reserved
  462. [    0.351356] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
  463. [    0.357300] pnp: PnP ACPI: found 6 devices
  464. [    0.364462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  465. [    0.364530] NET: Registered protocol family 2
  466. [    0.364714] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  467. [    0.366847] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
  468. [    0.366980] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
  469. [    0.367281] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
  470. [    0.367396] TCP: Hash tables configured (established 65536 bind 65536)
  471. [    0.367520] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
  472. [    0.367577] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
  473. [    0.367623] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
  474. [    0.367691] NET: Registered protocol family 1
  475. [    0.367699] NET: Registered protocol family 44
  476. [    0.367708] pci 0000:02:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
  477. [    0.367729] pci 0000:00:04.0: PCI bridge to [bus 01]
  478. [    0.367734] pci 0000:00:04.0:   bridge window [io  0x2000-0x2fff]
  479. [    0.367739] pci 0000:00:04.0:   bridge window [mem 0xf0100000-0xf01fffff]
  480. [    0.367747] pci 0000:02:00.0: BAR 6: assigned [mem 0xf0080000-0xf008ffff pref]
  481. [    0.367752] pci 0000:00:05.0: PCI bridge to [bus 02]
  482. [    0.367756] pci 0000:00:05.0:   bridge window [mem 0xf0000000-0xf00fffff]
  483. [    0.367762] pci 0000:00:14.4: PCI bridge to [bus 03]
  484. [    0.367818] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
  485. [    0.367821] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
  486. [    0.367824] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000cffff window]
  487. [    0.367827] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff window]
  488. [    0.367830] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
  489. [    0.367833] pci_bus 0000:00: resource 9 [mem 0xe0000000-0xf7ffffff window]
  490. [    0.367836] pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfed3ffff window]
  491. [    0.367838] pci_bus 0000:00: resource 11 [mem 0xfed45000-0xffffffff window]
  492. [    0.367841] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
  493. [    0.367844] pci_bus 0000:01: resource 1 [mem 0xf0100000-0xf01fffff]
  494. [    0.367847] pci_bus 0000:02: resource 1 [mem 0xf0000000-0xf00fffff]
  495. [    0.367850] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
  496. [    0.367853] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
  497. [    0.367856] pci_bus 0000:03: resource 6 [mem 0x000c0000-0x000cffff window]
  498. [    0.367858] pci_bus 0000:03: resource 7 [mem 0x000a0000-0x000bffff window]
  499. [    0.367861] pci_bus 0000:03: resource 8 [mem 0x000d0000-0x000effff window]
  500. [    0.367864] pci_bus 0000:03: resource 9 [mem 0xe0000000-0xf7ffffff window]
  501. [    0.367867] pci_bus 0000:03: resource 10 [mem 0xfc000000-0xfed3ffff window]
  502. [    0.367870] pci_bus 0000:03: resource 11 [mem 0xfed45000-0xffffffff window]
  503. [    0.368019] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  504. [    0.368058] pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
  505. [    0.388945] pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x620 took 17825 usecs
  506. [    0.408933] pci 0000:00:12.2: quirk_usb_early_handoff+0x0/0x620 took 19483 usecs
  507. [    0.408942] pci 0000:00:12.2: PME# does not work under D3, disabling it
  508. [    0.428937] pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x620 took 19496 usecs
  509. [    0.448930] pci 0000:00:13.2: quirk_usb_early_handoff+0x0/0x620 took 19489 usecs
  510. [    0.448940] pci 0000:00:13.2: PME# does not work under D3, disabling it
  511. [    0.448981] pci 0000:01:00.0: set MSI_INTX_DISABLE_BUG flag
  512. [    0.449004] PCI: CLS 64 bytes, default 64
  513. [    0.449069] Trying to unpack rootfs image as initramfs...
  514. [    1.523325] Freeing initrd memory: 70832K
  515. [    1.523356] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  516. [    1.523360] software IO TLB: mapped [mem 0x00000000a82cc000-0x00000000ac2cc000] (64MB)
  517. [    1.523426] amd_uncore: 4  amd_nb counters detected
  518. [    1.523669] LVT offset 0 assigned for vector 0x400
  519. [    1.523734] perf: AMD IBS detected (0x000000ff)
  520. [    1.523842] check: Scanning for low memory corruption every 60 seconds
  521. [    1.524422] Initialise system trusted keyrings
  522. [    1.524437] Key type blacklist registered
  523. [    1.524596] workingset: timestamp_bits=36 max_order=21 bucket_order=0
  524. [    1.526131] zbud: loaded
  525. [    1.526459] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  526. [    1.526746] fuse: init (API version 7.32)
  527. [    1.537631] Key type asymmetric registered
  528. [    1.537635] Asymmetric key parser 'x509' registered
  529. [    1.537645] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
  530. [    1.537698] io scheduler mq-deadline registered
  531. [    1.538271] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  532. [    1.538340] efifb: probing for efifb
  533. [    1.538359] efifb: framebuffer at 0xe0000000, using 4224k, total 4224k
  534. [    1.538362] efifb: mode is 1366x768x32, linelength=5632, pages=1
  535. [    1.538365] efifb: scrolling: redraw
  536. [    1.538368] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  537. [    1.538571] Console: switching to colour frame buffer device 170x48
  538. [    1.540707] fb0: EFI VGA frame buffer device
  539. [    1.541295] ACPI: AC Adapter [ACAD] (on-line)
  540. [    1.541358] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
  541. [    1.541410] ACPI: Power Button [PWRB]
  542. [    1.541469] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
  543. [    1.541532] ACPI: Lid Switch [LID]
  544. [    1.541575] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
  545. [    1.541633] ACPI: Power Button [PWRF]
  546. [    1.541728] ACPI: \_PR_.C000: Found 2 idle states
  547. [    1.541838] ACPI: \_PR_.C001: Found 2 idle states
  548. [    1.541950] ACPI: \_PR_.C002: Found 2 idle states
  549. [    1.542192] ACPI: \_PR_.C003: Found 2 idle states
  550. [    1.542692] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  551. [    1.545104] Linux agpgart interface v0.103
  552. [    1.607985] battery: ACPI: Battery Slot [BAT1] (battery present)
  553. [    1.699878] loop: module loaded
  554. [    1.700359] ahci 0000:00:11.0: version 3.0
  555. [    1.700639] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
  556. [    1.700670] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
  557. [    1.701295] scsi host0: ahci
  558. [    1.701586] scsi host1: ahci
  559. [    1.701666] ata1: SATA max UDMA/133 abar m2048@0xf024e000 port 0xf024e100 irq 26
  560. [    1.701695] ata2: SATA max UDMA/133 abar m2048@0xf024e000 port 0xf024e180 irq 26
  561. [    1.701967] libphy: Fixed MDIO Bus: probed
  562. [    1.702706] tun: Universal TUN/TAP device driver, 1.6
  563. [    1.703734] PPP generic driver version 2.4.2
  564. [    1.704708] VFIO - User Level meta-driver version: 0.3
  565. [    1.705696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  566. [    1.706476] ehci-pci: EHCI PCI platform driver
  567. [    1.707384] QUIRK: Enable AMD PLL fix
  568. [    1.707410] ehci-pci 0000:00:12.2: EHCI Host Controller
  569. [    1.708251] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
  570. [    1.708993] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
  571. [    1.709746] ehci-pci 0000:00:12.2: debug port 1
  572. [    1.710524] ehci-pci 0000:00:12.2: irq 17, io mem 0xf024c000
  573. [    1.723858] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
  574. [    1.724719] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  575. [    1.725416] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  576. [    1.726115] usb usb1: Product: EHCI Host Controller
  577. [    1.726811] usb usb1: Manufacturer: Linux 5.10.0-1057-generic ehci_hcd
  578. [    1.727508] usb usb1: SerialNumber: 0000:00:12.2
  579. [    1.728631] hub 1-0:1.0: USB hub found
  580. [    1.729334] hub 1-0:1.0: 5 ports detected
  581. [    1.730466] ehci-pci 0000:00:13.2: EHCI Host Controller
  582. [    1.731144] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
  583. [    1.731863] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
  584. [    1.732660] ehci-pci 0000:00:13.2: debug port 1
  585. [    1.733419] ehci-pci 0000:00:13.2: irq 17, io mem 0xf024a000
  586. [    1.747868] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
  587. [    1.748710] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  588. [    1.749395] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  589. [    1.750080] usb usb2: Product: EHCI Host Controller
  590. [    1.750754] usb usb2: Manufacturer: Linux 5.10.0-1057-generic ehci_hcd
  591. [    1.751425] usb usb2: SerialNumber: 0000:00:13.2
  592. [    1.752469] hub 2-0:1.0: USB hub found
  593. [    1.753150] hub 2-0:1.0: 5 ports detected
  594. [    1.754074] ehci-platform: EHCI generic platform driver
  595. [    1.754727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  596. [    1.755368] ohci-pci: OHCI PCI platform driver
  597. [    1.756276] ohci-pci 0000:00:12.0: OHCI PCI host controller
  598. [    1.756986] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
  599. [    1.757734] ohci-pci 0000:00:12.0: irq 18, io mem 0xf024d000
  600. [    1.819904] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
  601. [    1.820597] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  602. [    1.821274] usb usb3: Product: OHCI PCI host controller
  603. [    1.821946] usb usb3: Manufacturer: Linux 5.10.0-1057-generic ohci_hcd
  604. [    1.822614] usb usb3: SerialNumber: 0000:00:12.0
  605. [    1.823589] hub 3-0:1.0: USB hub found
  606. [    1.824399] hub 3-0:1.0: 5 ports detected
  607. [    1.825527] ohci-pci 0000:00:13.0: OHCI PCI host controller
  608. [    1.826186] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 4
  609. [    1.826883] ohci-pci 0000:00:13.0: irq 18, io mem 0xf024b000
  610. [    1.887907] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
  611. [    1.888595] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  612. [    1.889270] usb usb4: Product: OHCI PCI host controller
  613. [    1.889941] usb usb4: Manufacturer: Linux 5.10.0-1057-generic ohci_hcd
  614. [    1.890614] usb usb4: SerialNumber: 0000:00:13.0
  615. [    1.891791] hub 4-0:1.0: USB hub found
  616. [    1.892579] hub 4-0:1.0: 5 ports detected
  617. [    1.893644] ohci-platform: OHCI generic platform driver
  618. [    1.894381] uhci_hcd: USB Universal Host Controller Interface driver
  619. [    1.895127] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSSG] at 0x60,0x64 irq 1,12
  620. [    1.938457] serio: i8042 KBD port at 0x60,0x64 irq 1
  621. [    1.939157] serio: i8042 AUX port at 0x60,0x64 irq 12
  622. [    1.940122] mousedev: PS/2 mouse device common for all mice
  623. [    1.941148] rtc_cmos 00:01: RTC can wake from S4
  624. [    1.942171] rtc_cmos 00:01: registered as rtc0
  625. [    1.942907] rtc_cmos 00:01: setting system clock to 2022-08-25T12:07:11 UTC (1661429231)
  626. [    1.943623] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
  627. [    1.944417] i2c /dev entries driver
  628. [    1.945169] device-mapper: uevent: version 1.0.3
  629. [    1.946044] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
  630. [    1.946814] platform eisa.0: Probing EISA bus 0
  631. [    1.947566] platform eisa.0: EISA: Cannot allocate resource for mainboard
  632. [    1.948369] platform eisa.0: Cannot allocate resource for EISA slot 1
  633. [    1.949091] platform eisa.0: Cannot allocate resource for EISA slot 2
  634. [    1.949824] platform eisa.0: Cannot allocate resource for EISA slot 3
  635. [    1.950550] platform eisa.0: Cannot allocate resource for EISA slot 4
  636. [    1.951255] platform eisa.0: Cannot allocate resource for EISA slot 5
  637. [    1.951995] platform eisa.0: Cannot allocate resource for EISA slot 6
  638. [    1.952678] platform eisa.0: Cannot allocate resource for EISA slot 7
  639. [    1.953335] platform eisa.0: Cannot allocate resource for EISA slot 8
  640. [    1.954000] platform eisa.0: EISA: Detected 0 cards
  641. [    1.954799] ledtrig-cpu: registered to indicate activity on CPUs
  642. [    1.955468] EFI Variables Facility v0.08 2004-May-17
  643. [    1.969657] drop_monitor: Initializing network drop monitor service
  644. [    1.970386] IPv6: Loaded, but administratively disabled, reboot required to enable
  645. [    1.971137] NET: Registered protocol family 17
  646. [    1.972014] Key type dns_resolver registered
  647. [    1.972699] x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
  648. [    1.973923] microcode: CPU0: patch_level=0x06001119
  649. [    1.974805] microcode: CPU1: patch_level=0x06001119
  650. [    1.975552] microcode: CPU2: patch_level=0x06001119
  651. [    1.976246] microcode: CPU3: patch_level=0x06001119
  652. [    1.976967] microcode: Microcode Update Driver: v2.2.
  653. [    1.976973] IPI shorthand broadcast: enabled
  654. [    1.978208] sched_clock: Marking stable (1976324645, 636406)->(1984327445, -7366394)
  655. [    1.979090] registered taskstats version 1
  656. [    1.979814] Loading compiled-in X.509 certificates
  657. [    1.980757] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
  658. [    1.985802] Loaded X.509 cert 'Build time autogenerated kernel key: f943a9a218ab5cf145f2b4ee275f4bf3774d6d7b'
  659. [    1.987325] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
  660. [    1.988958] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
  661. [    1.989599] blacklist: Loading compiled-in revocation X.509 certificates
  662. [    1.990292] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
  663. [    1.991081] zswap: loaded using pool lzo/zbud
  664. [    1.992061] Key type ._fscrypt registered
  665. [    1.992813] Key type .fscrypt registered
  666. [    1.993468] Key type fscrypt-provisioning registered
  667. [    2.001418] Key type encrypted registered
  668. [    2.002896] PM:   Magic number: 2:229:128
  669. [    2.003649] acpi device:03: hash matches
  670. [    2.004404] acpi PNP0C02:00: hash matches
  671. [    2.005557] acpi_cpufreq: overriding BIOS provided _PSD data
  672. [    2.007032] RAS: Correctable Errors collector initialized.
  673. [    2.010609] digsig_verif: loading out-of-tree module taints kernel.
  674. [    2.012035] digsig_verif: module verification failed: signature and/or required key missing - tainting kernel
  675. [    2.013997] DIGSIG: Initializing module ...
  676. [    2.015273] DIGSIG: Have loaded main key with id=0xdb069ff5
  677. [    2.015729] usb 2-2: new high-speed USB device number 2 using ehci-pci
  678. [    2.016787] DIGSIG: Registered DigSig hooks
  679. [    2.018415] DIGSIG: ignore_i_mode 0x0
  680. [    2.026781] PARSEC: Initializing...
  681. [    2.026790] parsec.mac=0
  682. [    2.028105] parsec_calipso_doi:190 calipso add rc = -42
  683. [    2.030597] PARSEC: Initialized
  684. [    2.171884] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  685. [    2.172739] usb 2-2: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
  686. [    2.173821] ata1.00: ATA-11: Patriot Burst Elite 960GB, SBFM61.5, max UDMA/133
  687. [    2.175357] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  688. [    2.177631] ata1.00: 1875385008 sectors, multi 16: LBA48 NCQ (depth 32), AA
  689. [    2.177654] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  690. [    2.179441] usb 2-2: Product: USB2.0-CRW
  691. [    2.181945] ata1.00: configured for UDMA/133
  692. [    2.183636] usb 2-2: Manufacturer: Generic
  693. [    2.185536] ata2.00: ATAPI: MATSHITA DVD-RAM UJ8DB, 8.51, max UDMA/100
  694. [    2.185780] scsi 0:0:0:0: Direct-Access     ATA      Patriot Burst El 61.5 PQ: 0 ANSI: 5
  695. [    2.186164] sd 0:0:0:0: Attached scsi generic sg0 type 0
  696. [    2.186401] sd 0:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
  697. [    2.186425] sd 0:0:0:0: [sda] Write Protect is off
  698. [    2.186429] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  699. [    2.186469] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  700. [    2.187134] usb 2-2: SerialNumber: 20100201396000000
  701. [    2.195374] ata2.00: configured for UDMA/100
  702. [    2.198159]  sda: sda1 sda2 sda3 sda4
  703. [    2.211546] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ8DB    8.51 PQ: 0 ANSI: 5
  704. [    2.224346] sd 0:0:0:0: [sda] Attached SCSI disk
  705. [    2.255877] usb 3-3: new full-speed USB device number 2 using ohci-pci
  706. [    2.275809] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
  707. [    2.277717] cdrom: Uniform CD-ROM driver Revision: 3.20
  708. [    2.331962] sr 1:0:0:0: Attached scsi CD-ROM sr0
  709. [    2.332166] sr 1:0:0:0: Attached scsi generic sg1 type 5
  710. [    2.336582] Freeing unused decrypted memory: 2036K
  711. [    2.339680] Freeing unused kernel image (initmem) memory: 2676K
  712. [    2.341517] Write protecting the kernel read-only data: 22528k
  713. [    2.344883] Freeing unused kernel image (text/rodata gap) memory: 2036K
  714. [    2.347231] Freeing unused kernel image (rodata/data gap) memory: 828K
  715. [    2.434939] x86/mm: Checked W+X mappings: passed, no W+X pages found.
  716. [    2.435683] Run /init as init process
  717. [    2.436421]   with arguments:
  718. [    2.436422]     /init
  719. [    2.436423]   with environment:
  720. [    2.436423]     HOME=/
  721. [    2.436424]     TERM=linux
  722. [    2.436425]     BOOT_IMAGE=/boot/vmlinuz-5.10.0-1057-generic
  723. [    2.476955] usb 3-3: New USB device found, idVendor=0cf3, idProduct=3004, bcdDevice= 0.01
  724. [    2.478791] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  725. [    2.535744] tsc: Refined TSC clocksource calibration: 2495.336 MHz
  726. [    2.536821] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f803b6dae, max_idle_ns: 440795241944 ns
  727. [    2.537910] clocksource: Switched to clocksource tsc
  728. [    2.603630] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
  729. [    2.605710] acpi device:00: registered as cooling_device4
  730. [    2.607172] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
  731. [    2.626701] xhci_hcd 0000:00:10.0: xHCI Host Controller
  732. [    2.628168] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 5
  733. [    2.631911] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000418
  734. [    2.637690] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  735. [    2.638378] alx 0000:01:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [20:1a:06:81:24:4d]
  736. [    2.638760] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  737. [    2.638764] usb usb5: Product: xHCI Host Controller
  738. [    2.638765] usb usb5: Manufacturer: Linux 5.10.0-1057-generic xhci-hcd
  739. [    2.638766] usb usb5: SerialNumber: 0000:00:10.0
  740. [    2.638946] hub 5-0:1.0: USB hub found
  741. [    2.645550] hub 5-0:1.0: 2 ports detected
  742. [    2.646640] xhci_hcd 0000:00:10.0: xHCI Host Controller
  743. [    2.647597] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6
  744. [    2.649504] xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
  745. [    2.651605] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
  746. [    2.652808] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
  747. [    2.653864] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  748. [    2.654845] usb usb6: Product: xHCI Host Controller
  749. [    2.655828] usb usb6: Manufacturer: Linux 5.10.0-1057-generic xhci-hcd
  750. [    2.656838] usb usb6: SerialNumber: 0000:00:10.0
  751. [    2.660225] hub 6-0:1.0: USB hub found
  752. [    2.661789] hub 6-0:1.0: 2 ports detected
  753. [    2.668422] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\_SB.PCI0.SMBS.SMB0) (20200925/utaddress-213)
  754. [    2.670732] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  755. [    2.678549] usbcore: registered new interface driver rtsx_usb
  756. [    2.683753] [drm] radeon kernel modesetting enabled.
  757. [    2.685566] checking generic (e0000000 420000) vs hw (e0000000 10000000)
  758. [    2.685569] fb0: switching to radeondrmfb from EFI VGA
  759. [    2.690854] Console: switching to colour dummy device 80x25
  760. [    2.690915] radeon 0000:00:01.0: vgaarb: deactivate vga console
  761. [    2.691662] [drm] initializing kernel modesetting (ARUBA 0x1002:0x990B 0x17AA:0x397C 0x00).
  762. [    2.691714] ATOM BIOS: 113
  763. [    2.691780] radeon 0000:00:01.0: VRAM: 768M 0x0000000000000000 - 0x000000002FFFFFFF (768M used)
  764. [    2.691787] radeon 0000:00:01.0: GTT: 1024M 0x0000000030000000 - 0x000000006FFFFFFF
  765. [    2.691795] [drm] Detected VRAM RAM=768M, BAR=256M
  766. [    2.691798] [drm] RAM width 64bits DDR
  767. [    2.691893] [TTM] Zone  kernel: Available graphics memory: 3663090 KiB
  768. [    2.691898] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
  769. [    2.691901] [TTM] Initializing pool allocator
  770. [    2.691917] [TTM] Initializing DMA pool allocator
  771. [    2.691942] [drm] radeon: 768M of VRAM memory ready
  772. [    2.691945] [drm] radeon: 1024M of GTT memory ready.
  773. [    2.691961] [drm] Loading ARUBA Microcode
  774. [    2.692138] [drm] Internal thermal controller without fan control
  775. [    2.692293] [drm] radeon: dpm initialized
  776. [    2.694124] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
  777. [    2.694670] [drm] GART: num cpu pages 262144, num gpu pages 262144
  778. [    2.732975] [drm] PCIE GART of 1024M enabled (table at 0x00000000001D6000).
  779. [    2.733109] radeon 0000:00:01.0: WB enabled
  780. [    2.733116] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000030000c00
  781. [    2.733497] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18
  782. [    2.753527] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000030000c18
  783. [    2.753532] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000030000c1c
  784. [    2.753537] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000030000c04
  785. [    2.753542] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000030000c08
  786. [    2.753546] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000030000c0c
  787. [    2.753551] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000030000c10
  788. [    2.753998] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
  789. [    2.754053] radeon 0000:00:01.0: radeon: using MSI.
  790. [    2.754081] [drm] radeon: irq initialized.
  791. [    2.772790] [drm] ring test on 0 succeeded in 2 usecs
  792. [    2.772802] [drm] ring test on 3 succeeded in 3 usecs
  793. [    2.772811] [drm] ring test on 4 succeeded in 3 usecs
  794. [    2.818548] [drm] ring test on 5 succeeded in 1 usecs
  795. [    2.838408] [drm] UVD initialized successfully.
  796. [    2.947847] [drm] ring test on 6 succeeded in 16 usecs
  797. [    2.947868] [drm] ring test on 7 succeeded in 2 usecs
  798. [    2.947872] [drm] VCE initialized successfully.
  799. [    2.948455] [drm] ib test on ring 0 succeeded in 0 usecs
  800. [    2.948545] [drm] ib test on ring 3 succeeded in 0 usecs
  801. [    2.948631] [drm] ib test on ring 4 succeeded in 0 usecs
  802. [    3.007905] usb 1-4: new high-speed USB device number 3 using ehci-pci
  803. [    3.199037] random: fast init done
  804. [    3.200462] usb 1-4: New USB device found, idVendor=0bda, idProduct=5728, bcdDevice= 0.10
  805. [    3.200480] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
  806. [    3.200488] usb 1-4: Product: Lenovo EasyCamera
  807. [    3.200495] usb 1-4: Manufacturer: CGCDAN1CA
  808. [    3.200501] usb 1-4: SerialNumber: 200901010001
  809. [    3.496005] [drm] ib test on ring 5 succeeded
  810. [    4.040096] [drm] ib test on ring 6 succeeded
  811. [    4.040882] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f03)
  812. [    4.081743] psmouse serio1: elantech: Synaptics capabilities query result 0x78, 0x17, 0x0b.
  813. [    4.122591] psmouse serio1: elantech: Elan sample query result 04, 5c, 85
  814. [    4.331505] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
  815. [    4.552144] [drm] ib test on ring 7 succeeded
  816. [    4.558915] [drm] radeon atom DIG backlight initialized
  817. [    4.558924] [drm] Radeon Display Connectors
  818. [    4.558930] [drm] Connector 0:
  819. [    4.558935] [drm]   eDP-1
  820. [    4.558940] [drm]   HPD1
  821. [    4.558946] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
  822. [    4.558952] [drm]   Encoders:
  823. [    4.558957] [drm]     LCD1: INTERNAL_UNIPHY2
  824. [    4.558962] [drm] Connector 1:
  825. [    4.558966] [drm]   VGA-1
  826. [    4.558970] [drm]   HPD2
  827. [    4.558976] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
  828. [    4.558982] [drm]   Encoders:
  829. [    4.558987] [drm]     CRT1: INTERNAL_UNIPHY2
  830. [    4.558991] [drm]     CRT1: NUTMEG
  831. [    4.558996] [drm] Connector 2:
  832. [    4.559000] [drm]   HDMI-A-1
  833. [    4.559004] [drm]   HPD3
  834. [    4.559010] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
  835. [    4.559016] [drm]   Encoders:
  836. [    4.559021] [drm]     DFP1: INTERNAL_UNIPHY
  837. [    5.828618] [drm] fb mappable at 0xE03E9000
  838. [    5.828631] [drm] vram apper at 0xE0000000
  839. [    5.828636] [drm] size 4325376
  840. [    5.828641] [drm] fb depth is 24
  841. [    5.828646] [drm]    pitch is 5632
  842. [    5.828974] fbcon: radeondrmfb (fb0) is primary device
  843. [    7.878595] Console: switching to colour frame buffer device 170x48
  844. [    7.881776] radeon 0000:00:01.0: [drm] fb0: radeondrmfb frame buffer device
  845. [    7.901194] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:01.0 on minor 0
  846. [    7.985320] process '/usr/bin/fstype' started with executable stack
  847. [    7.997209] PM: Image not found (code -22)
  848. [    8.098788] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  849. [    8.451430] systemd[1]: RTC configured in localtime, applying delta of 180 minutes to system time.
  850. [    8.479726] systemd[1]: Inserted module 'autofs4'
  851. [    8.554796] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  852. [    8.572017] systemd[1]: Detected architecture x86-64.
  853. [    8.604007] systemd[1]: Set hostname to <lenovo-g505s>.
  854. [    8.887217] systemd[1]: Reached target Remote File Systems.
  855. [    8.888828] systemd[1]: Listening on udev Control Socket.
  856. [    8.893118] systemd[1]: Created slice system-getty.slice.
  857. [    8.895810] systemd[1]: Listening on udev Kernel Socket.
  858. [    8.901855] systemd[1]: Listening on fsck to fsckd communication Socket.
  859. [    8.907549] systemd[1]: Listening on initctl Compatibility Named Pipe.
  860. [    8.914164] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  861. [    8.960547] lp: driver loaded but no devices found
  862. [    8.969726] ppdev: user-space parallel port driver
  863. [    8.981434] usbcore: registered new device driver usbip-host
  864. [    8.984345] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
  865. [    8.984350] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 7
  866. [    8.984364] vhci_hcd: created sysfs vhci_hcd.0
  867. [    8.984475] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  868. [    8.984478] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  869. [    8.984480] usb usb7: Product: USB/IP Virtual Host Controller
  870. [    8.984482] usb usb7: Manufacturer: Linux 5.10.0-1057-generic vhci_hcd
  871. [    8.984484] usb usb7: SerialNumber: vhci_hcd.0
  872. [    8.985365] hub 7-0:1.0: USB hub found
  873. [    8.985384] hub 7-0:1.0: 8 ports detected
  874. [    8.985857] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
  875. [    8.985861] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 8
  876. [    8.985898] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
  877. [    8.985959] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
  878. [    8.985961] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  879. [    8.985963] usb usb8: Product: USB/IP Virtual Host Controller
  880. [    8.985964] usb usb8: Manufacturer: Linux 5.10.0-1057-generic vhci_hcd
  881. [    8.985966] usb usb8: SerialNumber: vhci_hcd.0
  882. [    8.987734] hub 8-0:1.0: USB hub found
  883. [    8.987746] hub 8-0:1.0: 8 ports detected
  884. [    9.028161] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
  885. [    9.068672] random: systemd-random-: uninitialized urandom read (512 bytes read)
  886. [    9.308039] systemd-journald[286]: Received request to flush runtime journal from PID 1
  887. [    9.564038] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input7
  888. [    9.584818] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  889. [    9.612649] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  890. [    9.615081] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  891. [    9.616293] cfg80211: failed to load regulatory.db
  892. [    9.618981] Bluetooth: Core ver 2.22
  893. [    9.620373] NET: Registered protocol family 31
  894. [    9.621544] Bluetooth: HCI device and connection manager initialized
  895. [    9.622781] Bluetooth: HCI socket layer initialized
  896. [    9.623975] Bluetooth: L2CAP socket layer initialized
  897. [    9.625087] Bluetooth: SCO socket layer initialized
  898. [    9.679780] usbcore: registered new interface driver btusb
  899. [    9.691202] pstore: Using crash dump compression: deflate
  900. [    9.691217] pstore: Registered efi as persistent store backend
  901. [    9.699544] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
  902. [    9.702396] usb 3-3: Direct firmware load for ar3k/AthrBT_0x31010000.dfu failed with error -2
  903. [    9.703769] Bluetooth: Patch file not found ar3k/AthrBT_0x31010000.dfu
  904. [    9.705009] Bluetooth: Loading patch file failed
  905. [    9.706341] ath3k: probe of 3-3:1.0 failed with error -2
  906. [    9.707980] usbcore: registered new interface driver ath3k
  907. [    9.759788] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input8
  908. [    9.764580] snd_hda_codec_conexant hdaudioC1D0: CX20757: BIOS auto-probing.
  909. [    9.766277] snd_hda_codec_conexant hdaudioC1D0: autoconfig for CX20757: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  910. [    9.767673] snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  911. [    9.767925] cryptd: max_cpu_qlen set to 1000
  912. [    9.768998] snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  913. [    9.771725] snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
  914. [    9.773091] snd_hda_codec_conexant hdaudioC1D0:    inputs:
  915. [    9.778446] snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
  916. [    9.780044] snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
  917. [    9.785180] AVX version of gcm_enc/dec engaged.
  918. [    9.786537] AES CTR mode by8 optimization enabled
  919. [    9.789375] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
  920. [    9.790877] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
  921. [    9.794408] ath: phy0: WB335 2-ANT card detected
  922. [    9.795751] ath: phy0: Set BT/WLAN RX diversity capability
  923. [    9.796962] mc: Linux media interface: v0.10
  924. [    9.809038] ath: phy0: Enable LNA combining
  925. [    9.812538] ath: phy0: ASPM enabled: 0x43
  926. [    9.813870] ath: EEPROM regdomain: 0x65
  927. [    9.813872] ath: EEPROM indicates we should expect a direct regpair map
  928. [    9.813876] ath: Country alpha2 being used: 00
  929. [    9.813877] ath: Regpair used: 0x65
  930. [    9.817430] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  931. [    9.818521] ieee80211 phy0: Atheros AR9565 Rev:1 mem=0xffffaf8dc0f00000, irq=17
  932. [    9.832936] videodev: Linux video capture interface: v2.00
  933. [    9.956607] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (0bda:5728)
  934. [    9.974243] kvm: Nested Virtualization enabled
  935. [    9.976627] SVM: kvm: Nested Paging enabled
  936. [    9.981821] MCE: In-kernel MCE decoding enabled.
  937. [    9.989632] input: Lenovo EasyCamera: Lenovo EasyC as /devices/pci0000:00/0000:00:12.2/usb1/1-4/1-4:1.0/input/input11
  938. [    9.991006] usbcore: registered new interface driver uvcvideo
  939. [    9.992346] USB Video Class driver (1.1.1)
  940. [   10.093651] random: alsactl: uninitialized urandom read (4 bytes read)
  941. [   10.299763] Adding 11337724k swap on /dev/sda3.  Priority:-2 extents:1 across:11337724k SSFS
  942. [   10.373062] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
  943. [   10.440432] random: mktemp: uninitialized urandom read (8 bytes read)
  944. [   10.573913] random: dbus-daemon: uninitialized urandom read (12 bytes read)
  945. [   11.346815] random: crng init done
  946. [   11.346850] random: 6 urandom warning(s) missed due to ratelimiting
  947. [   13.565977] wlan0: authenticate with 50:ff:20:06:2c:a6
  948. [   13.582583] wlan0: send auth to 50:ff:20:06:2c:a6 (try 1/3)
  949. [   13.586373] wlan0: authenticated
  950. [   13.589632] wlan0: associate with 50:ff:20:06:2c:a6 (try 1/3)
  951. [   13.593673] wlan0: RX AssocResp from 50:ff:20:06:2c:a6 (capab=0xc11 status=0 aid=1)
  952. [   13.593783] wlan0: associated
  953. [   20.778549] capability: warning: `fly-dm' uses 32-bit capabilities (legacy support in use)
  954. [   22.733582] WARNING: chroot access!
  955. [   22.739545] WARNING: chroot access!
  956. [  625.936801] WARNING: chroot access!
  957. [  625.943022] WARNING: chroot access!
  958. [ 5639.677774] WARNING: chroot access!
  959. [ 5639.682136] WARNING: chroot access!
  960. [ 5892.830150] WARNING: chroot access!
  961. [ 5892.833157] WARNING: chroot access!
  962. [ 6588.488834] WARNING: chroot access!
  963. [ 6588.494779] WARNING: chroot access!
  964. [ 6618.690995] WARNING: chroot access!
  965. [ 6618.697542] WARNING: chroot access!
  966. [ 6968.643081] WARNING: chroot access!
  967. [ 6968.646264] WARNING: chroot access!
  968. [ 8600.527346] WARNING: chroot access!
  969. [ 8600.532490] WARNING: chroot access!
  970. [ 8600.779149] PM: Image not found (code -16)
  971. [ 8600.785895] PM: hibernation: hibernation entry
  972. [ 8600.849401] Filesystems sync: 0.005 seconds
  973. [ 8600.849451] Freezing user space processes ... (elapsed 0.002 seconds) done.
  974. [ 8600.851520] OOM killer disabled.
  975. [ 8600.851727] PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
  976. [ 8600.851730] PM: hibernation: Marking nosave pages: [mem 0x0006e000-0x0006ffff]
  977. [ 8600.851731] PM: hibernation: Marking nosave pages: [mem 0x00086000-0x000fffff]
  978. [ 8600.851738] PM: hibernation: Marking nosave pages: [mem 0xa555e000-0xa5d5efff]
  979. [ 8600.851788] PM: hibernation: Marking nosave pages: [mem 0xa5dbc000-0xa66bbfff]
  980. [ 8600.851845] PM: hibernation: Marking nosave pages: [mem 0xacee4000-0xacf5efff]
  981. [ 8600.851850] PM: hibernation: Marking nosave pages: [mem 0xaf0bf000-0xafbfefff]
  982. [ 8600.851920] PM: hibernation: Marking nosave pages: [mem 0xafc00000-0xffffffff]
  983. [ 8600.853218] PM: hibernation: Basic memory bitmaps created
  984. [ 8600.853507] PM: hibernation: Preallocating image memory
  985. [ 8601.833823] PM: hibernation: Allocated 610448 pages for snapshot
  986. [ 8601.833873] PM: hibernation: Allocated 2441792 kbytes in 0.98 seconds (2491.62 MB/s)
  987. [ 8601.833909] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  988. [ 8601.835734] printk: Suspending console(s) (use no_console_suspend to debug)
  989. [ 8601.835996] wlan0: deauthenticating from 50:ff:20:06:2c:a6 by local choice (Reason: 3=DEAUTH_LEAVING)
  990. [ 8601.836150] vhci_hcd vhci_hcd.0: suspend vhci_hcd
  991. [ 8601.839329] alx 0000:01:00.0 eth0: wol: ctrl=3, speed=FFFFFFFF
  992. [ 8602.069666] ACPI: EC: interrupt blocked
  993. [ 8602.070791] ACPI: Preparing to enter system sleep state S4
  994. [ 8602.073397] ACPI: EC: event blocked
  995. [ 8602.073399] ACPI: EC: EC stopped
  996. [ 8602.073400] PM: Saving platform NVS memory
  997. [ 8602.076134] Disabling non-boot CPUs ...
  998. [ 8602.078591] smpboot: CPU 1 is now offline
  999. [ 8602.081845] smpboot: CPU 2 is now offline
  1000. [ 8602.084812] smpboot: CPU 3 is now offline
  1001. [ 8602.086309] PM: hibernation: Creating image:
  1002. [ 8602.466476] PM: hibernation: Need to copy 627335 pages
  1003. [ 8602.466481] PM: hibernation: Normal pages needed: 627335 + 1024, available pages: 1260467
  1004. [ 8603.348795] PM: hibernation: free pages cleared after restore
  1005. [ 8603.348863] PM: Restoring platform NVS memory
  1006. [ 8603.349413] ACPI: EC: EC started
  1007. [ 8603.349489] LVT offset 0 assigned for vector 0x400
  1008. [ 8603.349794] Enabling non-boot CPUs ...
  1009. [ 8603.349865] x86: Booting SMP configuration:
  1010. [ 8603.349867] smpboot: Booting Node 0 Processor 1 APIC 0x11
  1011. [ 8603.350308] microcode: CPU1: patch_level=0x06001119
  1012. [ 8603.352676] ACPI: \_PR_.C001: Found 2 idle states
  1013. [ 8603.353170] CPU1 is up
  1014. [ 8603.353301] smpboot: Booting Node 0 Processor 2 APIC 0x12
  1015. [ 8603.353517] microcode: CPU2: patch_level=0x06001119
  1016. [ 8603.356068] ACPI: \_PR_.C002: Found 2 idle states
  1017. [ 8603.356725] CPU2 is up
  1018. [ 8603.356796] smpboot: Booting Node 0 Processor 3 APIC 0x13
  1019. [ 8603.357352] microcode: CPU3: patch_level=0x06001119
  1020. [ 8603.359803] ACPI: \_PR_.C003: Found 2 idle states
  1021. [ 8603.360474] CPU3 is up
  1022. [ 8603.362137] ACPI: Waking up from system sleep state S4
  1023. [ 8603.364994] ACPI: button: The lid device is not compliant to SW_LID.
  1024. [ 8603.366338] ACPI: EC: interrupt unblocked
  1025. [ 8603.568052] usb usb5: root hub lost power or was reset
  1026. [ 8603.568057] usb usb6: root hub lost power or was reset
  1027. [ 8603.568170] ACPI: EC: event unblocked
  1028. [ 8603.568281] ath: phy0: ASPM enabled: 0x43
  1029. [ 8603.583911] [drm] PCIE GART of 1024M enabled (table at 0x00000000001D6000).
  1030. [ 8603.584157] radeon 0000:00:01.0: WB enabled
  1031. [ 8603.584161] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000030000c00
  1032. [ 8603.584575] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18
  1033. [ 8603.591862] sd 0:0:0:0: [sda] Starting disk
  1034. [ 8603.594785] radeon 0000:00:01.0: failed VCE resume (-22).
  1035. [ 8603.594791] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000030000c04
  1036. [ 8603.594796] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000030000c08
  1037. [ 8603.594800] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000030000c0c
  1038. [ 8603.594804] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000030000c10
  1039. [ 8603.612943] [drm] ring test on 0 succeeded in 2 usecs
  1040. [ 8603.612951] [drm] ring test on 3 succeeded in 3 usecs
  1041. [ 8603.612958] [drm] ring test on 4 succeeded in 3 usecs
  1042. [ 8603.630892] usb usb4: root hub lost power or was reset
  1043. [ 8603.630945] usb usb2: root hub lost power or was reset
  1044. [ 8603.634779] usb usb3: root hub lost power or was reset
  1045. [ 8603.634815] usb usb1: root hub lost power or was reset
  1046. [ 8603.658654] [drm] ring test on 5 succeeded in 1 usecs
  1047. [ 8603.678519] [drm] UVD initialized successfully.
  1048. [ 8603.678569] [drm] ib test on ring 0 succeeded in 0 usecs
  1049. [ 8603.678624] [drm] ib test on ring 3 succeeded in 0 usecs
  1050. [ 8603.678659] [drm] ib test on ring 4 succeeded in 0 usecs
  1051. [ 8603.926978] usb 2-2: reset high-speed USB device number 2 using ehci-pci
  1052. [ 8604.042939] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  1053. [ 8604.043314] ata1.00: configured for UDMA/133
  1054. [ 8604.046919] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  1055. [ 8604.053256] ata2.00: configured for UDMA/100
  1056. [ 8604.054924] usb 1-4: reset high-speed USB device number 3 using ehci-pci
  1057. [ 8604.110940] usb 3-3: reset full-speed USB device number 2 using ohci-pci
  1058. [ 8604.214919] [drm] ib test on ring 5 succeeded
  1059. [ 8604.234831] radeon 0000:00:01.0: scheduling IB failed (-12).
  1060. [ 8604.234890] [drm:radeon_vce_get_create_msg [radeon]] *ERROR* radeon: failed to schedule ib (-12).
  1061. [ 8604.234936] [drm:radeon_vce_ib_test [radeon]] *ERROR* radeon: failed to get create msg (-12).
  1062. [ 8604.234984] [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed testing IB on ring 6 (-12).
  1063. [ 8604.234989] radeon 0000:00:01.0: scheduling IB failed (-12).
  1064. [ 8604.235033] [drm:radeon_vce_get_create_msg [radeon]] *ERROR* radeon: failed to schedule ib (-12).
  1065. [ 8604.235077] [drm:radeon_vce_ib_test [radeon]] *ERROR* radeon: failed to get create msg (-12).
  1066. [ 8604.235122] [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed testing IB on ring 7 (-12).
  1067. [ 8606.180728] [drm:radeon_dp_link_train [radeon]] *ERROR* displayport link status failed
  1068. [ 8606.180782] [drm:radeon_dp_link_train [radeon]] *ERROR* clock recovery failed
  1069. [ 8607.791722] [drm:radeon_dp_link_train [radeon]] *ERROR* displayport link status failed
  1070. [ 8607.791775] [drm:radeon_dp_link_train [radeon]] *ERROR* clock recovery failed
  1071. [ 8608.042948] PM: hibernation: Basic memory bitmaps freed
  1072. [ 8608.042967] OOM killer enabled.
  1073. [ 8608.043176] pci 0000:00:14.4: PCI bridge to [bus 03]
  1074. [ 8608.044475] Restarting tasks ... done.
  1075. [ 8608.122800] PM: hibernation: hibernation exit
  1076. [ 8610.502821] wlan0: authenticate with 50:ff:20:06:2c:a6
  1077. [ 8610.518810] wlan0: send auth to 50:ff:20:06:2c:a6 (try 1/3)
  1078. [ 8610.520750] wlan0: authenticated
  1079. [ 8610.527754] wlan0: associate with 50:ff:20:06:2c:a6 (try 1/3)
  1080. [ 8610.532060] wlan0: RX AssocResp from 50:ff:20:06:2c:a6 (capab=0xc11 status=0 aid=1)
  1081. [ 8610.532180] wlan0: associated
  1082. [ 8742.226326] radeon_dp_aux_transfer_native: 1010 callbacks suppressed
  1083.  
Add Comment
Please, Sign In to add comment