Advertisement
nick_kvmhv

Untitled

Feb 24th, 2017
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.49 KB | None | 0 0
  1. !!!!!!!!!!!!!!!! I figured out the issue. It actually works, just prints that stack.
  2.  
  3.  
  4.  
  5.  
  6. [ 0.000000] Linux version 4.10.0-rc7+ (name removed) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #1 SMP Wed Feb 22 16:27:01 PST 2017
  7. [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.10.0-rc7+ root=/dev/mapper/ubuntu--vg-root ro i915.enable_gvt=1 intel_iommu=on
  8. [ 0.000000] KERNEL supported cpus:
  9. [ 0.000000] Intel GenuineIntel
  10. [ 0.000000] AMD AuthenticAMD
  11. [ 0.000000] Centaur CentaurHauls
  12. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  13. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  14. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  15. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
  16. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
  17. [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
  18. [ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
  19. [ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
  20. [ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
  21. [ 0.000000] e820: BIOS-provided physical RAM map:
  22. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
  23. [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
  24. [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
  25. [ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved
  26. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000aca7ffff] usable
  27. [ 0.000000] BIOS-e820: [mem 0x00000000aca80000-0x00000000aca80fff] ACPI NVS
  28. [ 0.000000] BIOS-e820: [mem 0x00000000aca81000-0x00000000acaaafff] reserved
  29. [ 0.000000] BIOS-e820: [mem 0x00000000acaab000-0x00000000b63aefff] usable
  30. [ 0.000000] BIOS-e820: [mem 0x00000000b63af000-0x00000000b63fffff] type 20
  31. [ 0.000000] BIOS-e820: [mem 0x00000000b6400000-0x00000000b7f74fff] reserved
  32. [ 0.000000] BIOS-e820: [mem 0x00000000b7f75000-0x00000000b7fc4fff] ACPI NVS
  33. [ 0.000000] BIOS-e820: [mem 0x00000000b7fc5000-0x00000000b7ffdfff] ACPI data
  34. [ 0.000000] BIOS-e820: [mem 0x00000000b7ffe000-0x00000000b7ffefff] usable
  35. [ 0.000000] BIOS-e820: [mem 0x00000000b7fff000-0x00000000b80fffff] reserved
  36. [ 0.000000] BIOS-e820: [mem 0x00000000b8600000-0x00000000bc7fffff] reserved
  37. [ 0.000000] BIOS-e820: [mem 0x00000000f80fa000-0x00000000f80fafff] reserved
  38. [ 0.000000] BIOS-e820: [mem 0x00000000f80fd000-0x00000000f80fdfff] reserved
  39. [ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
  40. [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004417fffff] usable
  41. [ 0.000000] NX (Execute Disable) protection: active
  42. [ 0.000000] efi: EFI v2.40 by Lenovo
  43. [ 0.000000] efi: SMBIOS=0xb7bfc000 ACPI=0xb7ffd000 ACPI 2.0=0xb7ffd014 ESRT=0xb7074000
  44. [ 0.000000] SMBIOS 2.8 present.
  45. [ 0.000000] DMI: LENOVO 20F6CTO1WW/20F6CTO1WW, BIOS R02ET52W (1.25 ) 12/05/2016
  46. [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  47. [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  48. [ 0.000000] e820: last_pfn = 0x441800 max_arch_pfn = 0x400000000
  49. [ 0.000000] MTRR default type: write-back
  50. [ 0.000000] MTRR fixed ranges enabled:
  51. [ 0.000000] 00000-9FFFF write-back
  52. [ 0.000000] A0000-BFFFF uncachable
  53. [ 0.000000] C0000-FFFFF write-protect
  54. [ 0.000000] MTRR variable ranges enabled:
  55. [ 0.000000] 0 base 00C0000000 mask 7FC0000000 uncachable
  56. [ 0.000000] 1 base 00BC000000 mask 7FFC000000 uncachable
  57. [ 0.000000] 2 base 00BA000000 mask 7FFE000000 uncachable
  58. [ 0.000000] 3 disabled
  59. [ 0.000000] 4 disabled
  60. [ 0.000000] 5 disabled
  61. [ 0.000000] 6 disabled
  62. [ 0.000000] 7 disabled
  63. [ 0.000000] 8 disabled
  64. [ 0.000000] 9 disabled
  65. [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
  66. [ 0.000000] e820: last_pfn = 0xb7fff max_arch_pfn = 0x400000000
  67. [ 0.000000] esrt: Reserving ESRT space from 0x00000000b7074000 to 0x00000000b7074060.
  68. [ 0.000000] Scanning 1 areas for low memory corruption
  69. [ 0.000000] Base memory trampoline at [ffff9bf200096000] 96000 size 24576
  70. [ 0.000000] Using GB pages for direct mapping
  71. [ 0.000000] BRK [0x199244000, 0x199244fff] PGTABLE
  72. [ 0.000000] BRK [0x199245000, 0x199245fff] PGTABLE
  73. [ 0.000000] BRK [0x199246000, 0x199246fff] PGTABLE
  74. [ 0.000000] BRK [0x199247000, 0x199247fff] PGTABLE
  75. [ 0.000000] BRK [0x199248000, 0x199248fff] PGTABLE
  76. [ 0.000000] BRK [0x199249000, 0x199249fff] PGTABLE
  77. [ 0.000000] BRK [0x19924a000, 0x19924afff] PGTABLE
  78. [ 0.000000] BRK [0x19924b000, 0x19924bfff] PGTABLE
  79. [ 0.000000] BRK [0x19924c000, 0x19924cfff] PGTABLE
  80. [ 0.000000] RAMDISK: [mem 0x3361e000-0x35b06fff]
  81. [ 0.000000] ACPI: Early table checksum verification disabled
  82. [ 0.000000] ACPI: RSDP 0x00000000B7FFD014 000024 (v02 LENOVO)
  83. [ 0.000000] ACPI: XSDT 0x00000000B7FCF188 0000FC (v01 LENOVO TP-R02 00000000 PTEC 00000002)
  84. [ 0.000000] ACPI: FACP 0x00000000B7FF1000 0000F4 (v05 LENOVO TP-R02 00001250 PTEC 00000002)
  85. [ 0.000000] ACPI: DSDT 0x00000000B7FDA000 0121A4 (v02 LENOVO TP-R02 00001250 INTL 20141107)
  86. [ 0.000000] ACPI: FACS 0x00000000B7F8F000 000040
  87. [ 0.000000] ACPI: TCPA 0x00000000B7FFB000 000032 (v02 LENOVO TP-R02 00000002 PTEC 00000002)
  88. [ 0.000000] ACPI: SSDT 0x00000000B7FFA000 0004B7 (v02 LENOVO Tpm2Tabl 00001000 INTL 20141107)
  89. [ 0.000000] ACPI: SSDT 0x00000000B7FF9000 00004B (v02 LENOVO MeSsdt 00003000 INTL 20141107)
  90. [ 0.000000] ACPI: TPM2 0x00000000B7FF8000 000034 (v03 LENOVO TP-R02 00001250 PTEC 00000002)
  91. [ 0.000000] ACPI: UEFI 0x00000000B7FA6000 000042 (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  92. [ 0.000000] ACPI: SSDT 0x00000000B7FF3000 004E75 (v02 LENOVO SaSsdt 00003000 INTL 20141107)
  93. [ 0.000000] ACPI: SSDT 0x00000000B7FF2000 0005C5 (v02 LENOVO PerfTune 00001000 INTL 20141107)
  94. [ 0.000000] ACPI: ECDT 0x00000000B7FF0000 000052 (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  95. [ 0.000000] ACPI: HPET 0x00000000B7FEF000 000038 (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  96. [ 0.000000] ACPI: APIC 0x00000000B7FEE000 0000BC (v03 LENOVO TP-R02 00001250 PTEC 00000002)
  97. [ 0.000000] ACPI: MCFG 0x00000000B7FED000 00003C (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  98. [ 0.000000] ACPI: SSDT 0x00000000B7FD8000 0018D2 (v01 LENOVO SataAhci 00001000 INTL 20141107)
  99. [ 0.000000] ACPI: SSDT 0x00000000B7FD7000 000152 (v01 LENOVO Rmv_Batt 00001000 INTL 20141107)
  100. [ 0.000000] ACPI: DBGP 0x00000000B7FD6000 000034 (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  101. [ 0.000000] ACPI: DBG2 0x00000000B7FD5000 000054 (v00 LENOVO TP-R02 00001250 PTEC 00000002)
  102. [ 0.000000] ACPI: BOOT 0x00000000B7FD4000 000028 (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  103. [ 0.000000] ACPI: BATB 0x00000000B7FD3000 000046 (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  104. [ 0.000000] ACPI: SLIC 0x00000000B7FD2000 000176 (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  105. [ 0.000000] ACPI: SSDT 0x00000000B7FD1000 000E73 (v02 LENOVO CpuSsdt 00003000 INTL 20141107)
  106. [ 0.000000] ACPI: SSDT 0x00000000B7FD0000 0003D9 (v02 LENOVO CtdpB 00001000 INTL 20141107)
  107. [ 0.000000] ACPI: MSDM 0x00000000B7FFC000 000055 (v03 LENOVO TP-R02 00001250 PTEC 00000002)
  108. [ 0.000000] ACPI: DMAR 0x00000000B7FCE000 0000A8 (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  109. [ 0.000000] ACPI: ASF! 0x00000000B7FCD000 0000A5 (v32 LENOVO TP-R02 00001250 PTEC 00000002)
  110. [ 0.000000] ACPI: FPDT 0x00000000B7FCC000 000044 (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  111. [ 0.000000] ACPI: BGRT 0x00000000B7FCB000 000038 (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  112. [ 0.000000] ACPI: UEFI 0x00000000B7F8D000 00013E (v01 LENOVO TP-R02 00001250 PTEC 00000002)
  113. [ 0.000000] ACPI: Local APIC address 0xfee00000
  114. [ 0.000000] No NUMA configuration found
  115. [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000004417fffff]
  116. [ 0.000000] NODE_DATA(0) allocated [mem 0x4417fb000-0x4417fffff]
  117. [ 0.000000] Zone ranges:
  118. [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
  119. [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
  120. [ 0.000000] Normal [mem 0x0000000100000000-0x00000004417fffff]
  121. [ 0.000000] Device empty
  122. [ 0.000000] Movable zone start for each node
  123. [ 0.000000] Early memory node ranges
  124. [ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
  125. [ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009cfff]
  126. [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000aca7ffff]
  127. [ 0.000000] node 0: [mem 0x00000000acaab000-0x00000000b63aefff]
  128. [ 0.000000] node 0: [mem 0x00000000b7ffe000-0x00000000b7ffefff]
  129. [ 0.000000] node 0: [mem 0x0000000100000000-0x00000004417fffff]
  130. [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004417fffff]
  131. [ 0.000000] On node 0 totalpages: 4160288
  132. [ 0.000000] DMA zone: 64 pages used for memmap
  133. [ 0.000000] DMA zone: 23 pages reserved
  134. [ 0.000000] DMA zone: 3995 pages, LIFO batch:0
  135. [ 0.000000] DMA32 zone: 11599 pages used for memmap
  136. [ 0.000000] DMA32 zone: 742277 pages, LIFO batch:31
  137. [ 0.000000] Normal zone: 53344 pages used for memmap
  138. [ 0.000000] Normal zone: 3414016 pages, LIFO batch:31
  139. [ 0.000000] Reserving Intel graphics memory at 0x00000000ba800000-0x00000000bc7fffff
  140. [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
  141. [ 0.000000] ACPI: Local APIC address 0xfee00000
  142. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  143. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  144. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  145. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
  146. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
  147. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
  148. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
  149. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
  150. [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
  151. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  152. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  153. [ 0.000000] ACPI: IRQ0 used by override.
  154. [ 0.000000] ACPI: IRQ9 used by override.
  155. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  156. [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  157. [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
  158. [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
  159. [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
  160. [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x000fffff]
  161. [ 0.000000] PM: Registered nosave memory: [mem 0xaca80000-0xaca80fff]
  162. [ 0.000000] PM: Registered nosave memory: [mem 0xaca81000-0xacaaafff]
  163. [ 0.000000] PM: Registered nosave memory: [mem 0xb63af000-0xb63fffff]
  164. [ 0.000000] PM: Registered nosave memory: [mem 0xb6400000-0xb7f74fff]
  165. [ 0.000000] PM: Registered nosave memory: [mem 0xb7f75000-0xb7fc4fff]
  166. [ 0.000000] PM: Registered nosave memory: [mem 0xb7fc5000-0xb7ffdfff]
  167. [ 0.000000] PM: Registered nosave memory: [mem 0xb7fff000-0xb80fffff]
  168. [ 0.000000] PM: Registered nosave memory: [mem 0xb8100000-0xb85fffff]
  169. [ 0.000000] PM: Registered nosave memory: [mem 0xb8600000-0xbc7fffff]
  170. [ 0.000000] PM: Registered nosave memory: [mem 0xbc800000-0xf80f9fff]
  171. [ 0.000000] PM: Registered nosave memory: [mem 0xf80fa000-0xf80fafff]
  172. [ 0.000000] PM: Registered nosave memory: [mem 0xf80fb000-0xf80fcfff]
  173. [ 0.000000] PM: Registered nosave memory: [mem 0xf80fd000-0xf80fdfff]
  174. [ 0.000000] PM: Registered nosave memory: [mem 0xf80fe000-0xfdffffff]
  175. [ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
  176. [ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
  177. [ 0.000000] e820: [mem 0xbc800000-0xf80f9fff] available for PCI devices
  178. [ 0.000000] Booting paravirtualized kernel on bare hardware
  179. [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
  180. [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
  181. [ 0.000000] percpu: Embedded 36 pages/cpu @ffff9bf641400000 s108248 r8192 d31016 u524288
  182. [ 0.000000] pcpu-alloc: s108248 r8192 d31016 u524288 alloc=1*2097152
  183. [ 0.000000] pcpu-alloc: [0] 0 1 2 3
  184. [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 4095258
  185. [ 0.000000] Policy zone: Normal
  186. [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.10.0-rc7+ root=/dev/mapper/ubuntu--vg-root ro i915.enable_gvt=1 intel_iommu=on
  187. [ 0.000000] DMAR: IOMMU enabled
  188. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  189. [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
  190. [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
  191. [ 0.000000] Memory: 16170856K/16641152K available (8762K kernel code, 1460K rwdata, 3680K rodata, 1576K init, 1284K bss, 470296K reserved, 0K cma-reserved)
  192. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  193. [ 0.000000] Hierarchical RCU implementation.
  194. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  195. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
  196. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  197. [ 0.000000] NR_IRQS:33024 nr_irqs:1024 16
  198. [ 0.000000] Console: colour dummy device 80x25
  199. [ 0.000000] console [tty0] enabled
  200. [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
  201. [ 0.000000] hpet clockevent registered
  202. [ 0.000000] tsc: Detected 2800.000 MHz processor
  203. [ 0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 5616.00 BogoMIPS (lpj=11232000)
  204. [ 0.000028] pid_max: default: 32768 minimum: 301
  205. [ 0.000034] ACPI: Core revision 20160930
  206. [ 0.026497] ACPI: 9 ACPI AML tables successfully acquired and loaded
  207. [ 0.027000] Security Framework initialized
  208. [ 0.027003] Yama: becoming mindful.
  209. [ 0.027010] AppArmor: AppArmor initialized
  210. [ 0.027717] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
  211. [ 0.030449] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
  212. [ 0.031638] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
  213. [ 0.031652] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
  214. [ 0.031900] CPU: Physical Processor ID: 0
  215. [ 0.031903] CPU: Processor Core ID: 0
  216. [ 0.031908] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  217. [ 0.031910] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  218. [ 0.031916] mce: CPU supports 8 MCE banks
  219. [ 0.031926] CPU0: Thermal monitoring enabled (TM1)
  220. [ 0.031941] process: using mwait in idle threads
  221. [ 0.031945] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
  222. [ 0.031948] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
  223. [ 0.032362] Freeing SMP alternatives memory: 32K
  224. [ 0.036122] ftrace: allocating 33410 entries in 131 pages
  225. [ 0.049453] smpboot: Max logical packages: 2
  226. [ 0.049464] DMAR: Host address width 39
  227. [ 0.049466] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
  228. [ 0.049473] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
  229. [ 0.049477] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
  230. [ 0.049483] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
  231. [ 0.049486] DMAR: RMRR base: 0x000000b7f24000 end: 0x000000b7f43fff
  232. [ 0.049489] DMAR: RMRR base: 0x000000ba000000 end: 0x000000bc7fffff
  233. [ 0.049492] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
  234. [ 0.049495] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
  235. [ 0.049497] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
  236. [ 0.049498] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
  237. [ 0.050901] DMAR-IR: Enabled IRQ remapping in xapic mode
  238. [ 0.050904] x2apic: IRQ remapping doesn't support X2APIC mode
  239. [ 0.054863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  240. [ 0.094558] TSC deadline timer enabled
  241. [ 0.094563] smpboot: CPU0: Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz (family: 0x6, model: 0x4e, stepping: 0x3)
  242. [ 0.094606] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
  243. [ 0.094636] ... version: 4
  244. [ 0.094638] ... bit width: 48
  245. [ 0.094640] ... generic registers: 4
  246. [ 0.094642] ... value mask: 0000ffffffffffff
  247. [ 0.094645] ... max period: 00007fffffffffff
  248. [ 0.094647] ... fixed-purpose events: 3
  249. [ 0.094649] ... event mask: 000000070000000f
  250. [ 0.095304] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
  251. [ 0.095319] smp: Bringing up secondary CPUs ...
  252. [ 0.095371] x86: Booting SMP configuration:
  253. [ 0.095374] .... node #0, CPUs: #1 #2 #3
  254. [ 0.334671] smp: Brought up 1 node, 4 CPUs
  255. [ 0.334678] smpboot: Total of 4 processors activated (22467.61 BogoMIPS)
  256. [ 0.339203] devtmpfs: initialized
  257. [ 0.339251] x86/mm: Memory block size: 128MB
  258. [ 0.341731] evm: security.selinux
  259. [ 0.341734] evm: security.SMACK64
  260. [ 0.341736] evm: security.SMACK64EXEC
  261. [ 0.341738] evm: security.SMACK64TRANSMUTE
  262. [ 0.341740] evm: security.SMACK64MMAP
  263. [ 0.341742] evm: security.ima
  264. [ 0.341744] evm: security.capability
  265. [ 0.341792] PM: Registering ACPI NVS region [mem 0xaca80000-0xaca80fff] (4096 bytes)
  266. [ 0.341797] PM: Registering ACPI NVS region [mem 0xb7f75000-0xb7fc4fff] (327680 bytes)
  267. [ 0.341850] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  268. [ 0.341883] pinctrl core: initialized pinctrl subsystem
  269. [ 0.342044] RTC time: 16:04:03, date: 02/24/17
  270. [ 0.343080] NET: Registered protocol family 16
  271. [ 0.358890] cpuidle: using governor ladder
  272. [ 0.374911] cpuidle: using governor menu
  273. [ 0.374914] PCCT header not found.
  274. [ 0.374953] Simple Boot Flag at 0x47 set to 0x1
  275. [ 0.374969] ACPI: bus type PCI registered
  276. [ 0.374972] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  277. [ 0.375119] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
  278. [ 0.375145] PCI: not using MMCONFIG
  279. [ 0.375148] PCI: Using configuration type 1 for base access
  280. [ 0.391024] HugeTLB registered 1 GB page size, pre-allocated 0 pages
  281. [ 0.391027] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  282. [ 0.391190] ACPI: Added _OSI(Module Device)
  283. [ 0.391193] ACPI: Added _OSI(Processor Device)
  284. [ 0.391196] ACPI: Added _OSI(3.0 _SCP Extensions)
  285. [ 0.391198] ACPI: Added _OSI(Processor Aggregator Device)
  286. [ 0.391204] ACPI : EC: EC started
  287. [ 0.392296] ACPI: \: Used as first EC
  288. [ 0.392299] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  289. [ 0.392301] ACPI: \: Used as boot ECDT EC to handle transactions
  290. [ 0.396702] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  291. [ 0.548783] ACPI: Dynamic OEM Table Load:
  292. [ 0.548833] ACPI: SSDT 0xFFFF9BF62EADD000 00070F (v02 PmRef Cpu0Ist 00003000 INTL 20141107)
  293. [ 0.549019] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
  294. [ 0.549679] ACPI: Dynamic OEM Table Load:
  295. [ 0.549690] ACPI: SSDT 0xFFFF9BF62E4B3400 0003CF (v02 PmRef Cpu0Cst 00003001 INTL 20141107)
  296. [ 0.549904] ACPI: Dynamic OEM Table Load:
  297. [ 0.549913] ACPI: SSDT 0xFFFF9BF62E53D600 00008E (v02 PmRef Cpu0Hwp 00003000 INTL 20141107)
  298. [ 0.550049] ACPI: Dynamic OEM Table Load:
  299. [ 0.550057] ACPI: SSDT 0xFFFF9BF62E4A7800 000130 (v02 PmRef HwpLvt 00003000 INTL 20141107)
  300. [ 0.550601] ACPI: Dynamic OEM Table Load:
  301. [ 0.550612] ACPI: SSDT 0xFFFF9BF62EADD800 0005AA (v02 PmRef ApIst 00003000 INTL 20141107)
  302. [ 0.550995] ACPI: Dynamic OEM Table Load:
  303. [ 0.551004] ACPI: SSDT 0xFFFF9BF62E4A7A00 000119 (v02 PmRef ApHwp 00003000 INTL 20141107)
  304. [ 0.551219] ACPI: Dynamic OEM Table Load:
  305. [ 0.551227] ACPI: SSDT 0xFFFF9BF62E4A7C00 000119 (v02 PmRef ApCst 00003000 INTL 20141107)
  306. [ 0.552465] ACPI : EC: EC stopped
  307. [ 0.552469] ACPI : EC: EC started
  308. [ 0.552600] ACPI: \_SB_.PCI0.LPC_.EC__: Used as first EC
  309. [ 0.552603] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  310. [ 0.552607] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions
  311. [ 0.552610] ACPI: Interpreter enabled
  312. [ 0.552650] ACPI: (supports S0 S3 S4 S5)
  313. [ 0.552652] ACPI: Using IOAPIC for interrupt routing
  314. [ 0.552675] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
  315. [ 0.552952] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
  316. [ 0.552962] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  317. [ 0.659273] ACPI: Power Resource [PUBS] (on)
  318. [ 0.763440] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
  319. [ 0.763590] ACPI: Power Resource [PG00] (on)
  320. [ 0.763685] ACPI: Power Resource [PG01] (on)
  321. [ 0.763776] ACPI: Power Resource [PG02] (on)
  322. [ 0.765270] ACPI: Power Resource [WRST] (off)
  323. [ 0.765466] ACPI: Power Resource [WRST] (off)
  324. [ 0.857166] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
  325. [ 0.857232] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11)
  326. [ 0.857294] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
  327. [ 0.857355] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
  328. [ 0.857415] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
  329. [ 0.857475] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
  330. [ 0.857536] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
  331. [ 0.857596] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
  332. [ 0.857663] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
  333. [ 0.857669] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  334. [ 0.857742] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
  335. [ 0.857774] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
  336. [ 0.857779] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
  337. [ 0.857783] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
  338. [ 0.857787] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
  339. [ 0.857952] PCI host bridge to bus 0000:00
  340. [ 0.857955] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
  341. [ 0.857958] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
  342. [ 0.857961] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  343. [ 0.857965] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
  344. [ 0.857969] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
  345. [ 0.857973] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
  346. [ 0.857977] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
  347. [ 0.857980] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
  348. [ 0.857984] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
  349. [ 0.857987] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
  350. [ 0.857991] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
  351. [ 0.857995] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
  352. [ 0.857998] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
  353. [ 0.858002] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
  354. [ 0.858006] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
  355. [ 0.858009] pci_bus 0000:00: root bus resource [mem 0xbc800000-0xfebfffff window]
  356. [ 0.858013] pci_bus 0000:00: root bus resource [bus 00-3f]
  357. [ 0.858021] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
  358. [ 0.858101] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
  359. [ 0.858109] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe0ffffff 64bit]
  360. [ 0.858114] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xdfffffff 64bit pref]
  361. [ 0.858118] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f]
  362. [ 0.858259] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
  363. [ 0.858277] pci 0000:00:14.0: reg 0x10: [mem 0xe1220000-0xe122ffff 64bit]
  364. [ 0.858341] pci 0000:00:14.0: PME# supported from D3hot D3cold
  365. [ 0.858453] pci 0000:00:14.0: System wakeup disabled by ACPI
  366. [ 0.858490] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
  367. [ 0.858507] pci 0000:00:14.2: reg 0x10: [mem 0xe124a000-0xe124afff 64bit]
  368. [ 0.858632] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
  369. [ 0.858653] pci 0000:00:16.0: reg 0x10: [mem 0xe124b000-0xe124bfff 64bit]
  370. [ 0.858723] pci 0000:00:16.0: PME# supported from D3hot
  371. [ 0.858827] pci 0000:00:16.3: [8086:9d3d] type 00 class 0x070002
  372. [ 0.858838] pci 0000:00:16.3: reg 0x10: [io 0xe080-0xe087]
  373. [ 0.858844] pci 0000:00:16.3: reg 0x14: [mem 0xe124f000-0xe124ffff]
  374. [ 0.858952] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
  375. [ 0.858966] pci 0000:00:17.0: reg 0x10: [mem 0xe1248000-0xe1249fff]
  376. [ 0.858973] pci 0000:00:17.0: reg 0x14: [mem 0xe124e000-0xe124e0ff]
  377. [ 0.858980] pci 0000:00:17.0: reg 0x18: [io 0xe088-0xe08f]
  378. [ 0.858987] pci 0000:00:17.0: reg 0x1c: [io 0xe090-0xe093]
  379. [ 0.858994] pci 0000:00:17.0: reg 0x20: [io 0xe060-0xe07f]
  380. [ 0.859001] pci 0000:00:17.0: reg 0x24: [mem 0xe124c000-0xe124c7ff]
  381. [ 0.859040] pci 0000:00:17.0: PME# supported from D3hot
  382. [ 0.859150] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
  383. [ 0.859208] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  384. [ 0.859319] pci 0000:00:1c.2: [8086:9d12] type 01 class 0x060400
  385. [ 0.859376] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
  386. [ 0.859508] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
  387. [ 0.859702] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
  388. [ 0.859712] pci 0000:00:1f.2: reg 0x10: [mem 0xe1244000-0xe1247fff]
  389. [ 0.859845] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
  390. [ 0.859868] pci 0000:00:1f.3: reg 0x10: [mem 0xe1240000-0xe1243fff 64bit]
  391. [ 0.859900] pci 0000:00:1f.3: reg 0x20: [mem 0xe1230000-0xe123ffff 64bit]
  392. [ 0.859948] pci 0000:00:1f.3: PME# supported from D3hot D3cold
  393. [ 0.860054] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
  394. [ 0.860094] pci 0000:00:1f.4: reg 0x10: [mem 0xe124d000-0xe124d0ff 64bit]
  395. [ 0.860143] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
  396. [ 0.860298] pci 0000:00:1f.6: [8086:156f] type 00 class 0x020000
  397. [ 0.860317] pci 0000:00:1f.6: reg 0x10: [mem 0xe1200000-0xe121ffff]
  398. [ 0.860410] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
  399. [ 0.860482] pci 0000:00:1f.6: System wakeup disabled by ACPI
  400. [ 0.860560] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
  401. [ 0.860575] pci 0000:02:00.0: reg 0x10: [mem 0xe1100000-0xe1100fff]
  402. [ 0.860683] pci 0000:02:00.0: supports D1 D2
  403. [ 0.860684] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
  404. [ 0.871503] pci 0000:00:1c.0: PCI bridge to [bus 02]
  405. [ 0.871509] pci 0000:00:1c.0: bridge window [mem 0xe1100000-0xe11fffff]
  406. [ 0.871820] pci 0000:04:00.0: [8086:24f3] type 00 class 0x028000
  407. [ 0.871852] pci 0000:04:00.0: reg 0x10: [mem 0xe1000000-0xe1001fff 64bit]
  408. [ 0.872101] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
  409. [ 0.883767] pci 0000:00:1c.2: PCI bridge to [bus 04]
  410. [ 0.883773] pci 0000:00:1c.2: bridge window [mem 0xe1000000-0xe10fffff]
  411. [ 0.955989] ACPI: Enabled 3 GPEs in block 00 to 7F
  412. [ 0.956057] ACPI : EC: event unblocked
  413. [ 0.956071] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  414. [ 0.956075] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions and events
  415. [ 0.956183] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
  416. [ 0.956189] pci 0000:00:02.0: vgaarb: setting as boot device
  417. [ 0.956192] pci 0000:00:02.0: vgaarb: bridge control possible
  418. [ 0.956194] vgaarb: loaded
  419. [ 0.956309] SCSI subsystem initialized
  420. [ 0.956336] libata version 3.00 loaded.
  421. [ 0.956350] ACPI: bus type USB registered
  422. [ 0.956363] usbcore: registered new interface driver usbfs
  423. [ 0.956371] usbcore: registered new interface driver hub
  424. [ 0.956383] usbcore: registered new device driver usb
  425. [ 0.956443] Registered efivars operations
  426. [ 0.982511] PCI: Using ACPI for IRQ routing
  427. [ 0.989296] PCI: pci_cache_line_size set to 64 bytes
  428. [ 0.989836] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
  429. [ 0.989837] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
  430. [ 0.989838] e820: reserve RAM buffer [mem 0xaca80000-0xafffffff]
  431. [ 0.989838] e820: reserve RAM buffer [mem 0xb63af000-0xb7ffffff]
  432. [ 0.989839] e820: reserve RAM buffer [mem 0xb7fff000-0xb7ffffff]
  433. [ 0.989840] e820: reserve RAM buffer [mem 0x441800000-0x443ffffff]
  434. [ 0.989907] NetLabel: Initializing
  435. [ 0.989910] NetLabel: domain hash size = 128
  436. [ 0.989912] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  437. [ 0.989926] NetLabel: unlabeled traffic allowed by default
  438. [ 0.990034] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  439. [ 0.990041] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
  440. [ 0.992081] clocksource: Switched to clocksource hpet
  441. [ 0.997125] VFS: Disk quotas dquot_6.6.0
  442. [ 0.997137] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  443. [ 0.997186] AppArmor: AppArmor Filesystem Enabled
  444. [ 0.997215] pnp: PnP ACPI init
  445. [ 0.997466] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
  446. [ 0.997470] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
  447. [ 0.997473] system 00:00: [mem 0x00100000-0xbc7fffff] could not be reserved
  448. [ 0.997476] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
  449. [ 0.997479] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
  450. [ 0.997484] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
  451. [ 0.997579] system 00:01: [io 0x1800-0x189f] has been reserved
  452. [ 0.997583] system 00:01: [io 0x0800-0x087f] has been reserved
  453. [ 0.997586] system 00:01: [io 0x0880-0x08ff] has been reserved
  454. [ 0.997589] system 00:01: [io 0x0900-0x097f] has been reserved
  455. [ 0.997592] system 00:01: [io 0x0980-0x09ff] has been reserved
  456. [ 0.997594] system 00:01: [io 0x0a00-0x0a7f] has been reserved
  457. [ 0.997597] system 00:01: [io 0x0a80-0x0aff] has been reserved
  458. [ 0.997600] system 00:01: [io 0x0b00-0x0b7f] has been reserved
  459. [ 0.997603] system 00:01: [io 0x0b80-0x0bff] has been reserved
  460. [ 0.997605] system 00:01: [io 0x15e0-0x15ef] has been reserved
  461. [ 0.997608] system 00:01: [io 0x1600-0x167f] has been reserved
  462. [ 0.997611] system 00:01: [io 0x1640-0x165f] has been reserved
  463. [ 0.997614] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
  464. [ 0.997617] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
  465. [ 0.997620] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
  466. [ 0.997623] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
  467. [ 0.997626] system 00:01: [mem 0xfeb00000-0xfebfffff] has been reserved
  468. [ 0.997629] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
  469. [ 0.997632] system 00:01: [mem 0xfed90000-0xfed93fff] could not be reserved
  470. [ 0.997635] system 00:01: [mem 0xf7fe0000-0xf7ffffff] has been reserved
  471. [ 0.997639] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
  472. [ 0.997694] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
  473. [ 0.997711] pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
  474. [ 0.997726] pnp 00:04: Plug and Play ACPI device, IDs LEN2014 PNP0f13 (active)
  475. [ 0.997757] system 00:05: [io 0x1854-0x1857] has been reserved
  476. [ 0.997761] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
  477. [ 0.998315] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
  478. [ 0.998319] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
  479. [ 0.998322] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
  480. [ 0.998325] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
  481. [ 0.998328] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
  482. [ 0.998331] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
  483. [ 0.998334] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
  484. [ 0.998337] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
  485. [ 0.998577] system 00:07: [io 0xff00-0xfffe] has been reserved
  486. [ 0.998581] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  487. [ 0.998641] pnp: PnP ACPI: found 8 devices
  488. [ 1.005352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  489. [ 1.005371] pci 0000:00:1c.0: PCI bridge to [bus 02]
  490. [ 1.005377] pci 0000:00:1c.0: bridge window [mem 0xe1100000-0xe11fffff]
  491. [ 1.005384] pci 0000:00:1c.2: PCI bridge to [bus 04]
  492. [ 1.005388] pci 0000:00:1c.2: bridge window [mem 0xe1000000-0xe10fffff]
  493. [ 1.005396] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
  494. [ 1.005397] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
  495. [ 1.005398] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
  496. [ 1.005399] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
  497. [ 1.005400] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
  498. [ 1.005400] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
  499. [ 1.005401] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
  500. [ 1.005402] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
  501. [ 1.005403] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
  502. [ 1.005404] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
  503. [ 1.005404] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
  504. [ 1.005405] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
  505. [ 1.005406] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
  506. [ 1.005407] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
  507. [ 1.005407] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
  508. [ 1.005408] pci_bus 0000:00: resource 19 [mem 0xbc800000-0xfebfffff window]
  509. [ 1.005409] pci_bus 0000:02: resource 1 [mem 0xe1100000-0xe11fffff]
  510. [ 1.005410] pci_bus 0000:04: resource 1 [mem 0xe1000000-0xe10fffff]
  511. [ 1.005486] NET: Registered protocol family 2
  512. [ 1.005626] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  513. [ 1.005789] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
  514. [ 1.005935] TCP: Hash tables configured (established 131072 bind 65536)
  515. [ 1.005962] UDP hash table entries: 8192 (order: 6, 262144 bytes)
  516. [ 1.006006] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
  517. [ 1.006063] NET: Registered protocol family 1
  518. [ 1.006075] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  519. [ 1.006518] PCI: CLS 0 bytes, default 64
  520. [ 1.006546] Trying to unpack rootfs image as initramfs...
  521. [ 1.550746] Freeing initrd memory: 37796K
  522. [ 1.550770] DMAR: No ATSR found
  523. [ 1.551105] DMAR: dmar0: Using Queued invalidation
  524. [ 1.551111] DMAR: dmar1: Using Queued invalidation
  525. [ 1.551382] DMAR: Setting RMRR:
  526. [ 1.551411] DMAR: Setting identity map for device 0000:00:02.0 [0xba000000 - 0xbc7fffff]
  527. [ 1.551436] DMAR: Setting identity map for device 0000:00:14.0 [0xb7f24000 - 0xb7f43fff]
  528. [ 1.551445] DMAR: Prepare 0-16MiB unity mapping for LPC
  529. [ 1.551462] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
  530. [ 1.551474] DMAR: Intel(R) Virtualization Technology for Directed I/O
  531. [ 1.551523] iommu: Adding device 0000:00:00.0 to group 0
  532. [ 1.551532] iommu: Adding device 0000:00:02.0 to group 1
  533. [ 1.551545] iommu: Adding device 0000:00:14.0 to group 2
  534. [ 1.551552] iommu: Adding device 0000:00:14.2 to group 2
  535. [ 1.551563] iommu: Adding device 0000:00:16.0 to group 3
  536. [ 1.551570] iommu: Adding device 0000:00:16.3 to group 3
  537. [ 1.551578] iommu: Adding device 0000:00:17.0 to group 4
  538. [ 1.551594] iommu: Adding device 0000:00:1c.0 to group 5
  539. [ 1.551605] iommu: Adding device 0000:00:1c.2 to group 5
  540. [ 1.551622] iommu: Adding device 0000:00:1f.0 to group 6
  541. [ 1.551630] iommu: Adding device 0000:00:1f.2 to group 6
  542. [ 1.551637] iommu: Adding device 0000:00:1f.3 to group 6
  543. [ 1.551645] iommu: Adding device 0000:00:1f.4 to group 6
  544. [ 1.551652] iommu: Adding device 0000:00:1f.6 to group 6
  545. [ 1.551659] iommu: Adding device 0000:02:00.0 to group 5
  546. [ 1.551667] iommu: Adding device 0000:04:00.0 to group 5
  547. [ 1.553028] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
  548. [ 1.553033] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
  549. [ 1.553035] RAPL PMU: hw unit of domain package 2^-14 Joules
  550. [ 1.553037] RAPL PMU: hw unit of domain dram 2^-14 Joules
  551. [ 1.553039] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
  552. [ 1.553042] RAPL PMU: hw unit of domain psys 2^-14 Joules
  553. [ 1.553070] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:01 [mem 0xfed10000-0xfed13fff]
  554. [ 1.553077] caller snb_uncore_imc_init_box+0x79/0xb0 mapping multiple BARs
  555. [ 1.553191] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
  556. [ 1.553263] Scanning for low memory corruption every 60 seconds
  557. [ 1.553529] futex hash table entries: 1024 (order: 4, 65536 bytes)
  558. [ 1.553549] audit: initializing netlink subsys (disabled)
  559. [ 1.553614] audit: type=2000 audit(1487952244.544:1): initialized
  560. [ 1.553997] Initialise system trusted keyrings
  561. [ 1.554104] workingset: timestamp_bits=40 max_order=22 bucket_order=0
  562. [ 1.555230] zbud: loaded
  563. [ 1.555559] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  564. [ 1.555729] fuse init (API version 7.26)
  565. [ 1.556893] Key type asymmetric registered
  566. [ 1.556896] Asymmetric key parser 'x509' registered
  567. [ 1.556928] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  568. [ 1.556979] io scheduler noop registered
  569. [ 1.556981] io scheduler deadline registered (default)
  570. [ 1.556989] io scheduler cfq registered
  571. [ 1.557396] efifb: probing for efifb
  572. [ 1.557407] efifb: framebuffer at 0xc0000000, using 8128k, total 8128k
  573. [ 1.557410] efifb: mode is 1920x1080x32, linelength=7680, pages=1
  574. [ 1.557412] efifb: scrolling: redraw
  575. [ 1.557414] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  576. [ 1.561092] Console: switching to colour frame buffer device 240x67
  577. [ 1.564684] fb0: EFI VGA frame buffer device
  578. [ 1.564704] intel_idle: MWAIT substates: 0x11142120
  579. [ 1.564704] intel_idle: v0.4.1 model 0x4E
  580. [ 1.564926] intel_idle: lapic_timer_reliable_states 0xffffffff
  581. [ 1.565109] ACPI: AC Adapter [AC] (on-line)
  582. [ 1.565318] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  583. [ 1.565503] ACPI: Lid Switch [LID]
  584. [ 1.565543] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
  585. [ 1.565571] ACPI: Sleep Button [SLPB]
  586. [ 1.565617] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
  587. [ 1.565641] ACPI: Power Button [PWRF]
  588. [ 1.567508] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
  589. [ 1.567975] thermal LNXTHERM:00: registered as thermal_zone0
  590. [ 1.568006] ACPI: Thermal Zone [THM0] (35 C)
  591. [ 1.568044] GHES: HEST is not enabled!
  592. [ 1.568159] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  593. [ 1.569648] serial 0000:00:16.3: enabling device (0000 -> 0003)
  594. [ 1.579892] ACPI: Battery Slot [BAT0] (battery present)
  595. [ 1.590502] 0000:00:16.3: ttyS4 at I/O 0xe080 (irq = 19, base_baud = 115200) is a 16550A
  596. [ 1.590810] Linux agpgart interface v0.103
  597. [ 1.594067] brd: module loaded
  598. [ 1.595649] loop: module loaded
  599. [ 1.595816] libphy: Fixed MDIO Bus: probed
  600. [ 1.595843] tun: Universal TUN/TAP device driver, 1.6
  601. [ 1.595860] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  602. [ 1.595929] PPP generic driver version 2.4.2
  603. [ 1.595991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  604. [ 1.596015] ehci-pci: EHCI PCI platform driver
  605. [ 1.596040] ehci-platform: EHCI generic platform driver
  606. [ 1.596067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  607. [ 1.596113] ohci-pci: OHCI PCI platform driver
  608. [ 1.596135] ohci-platform: OHCI generic platform driver
  609. [ 1.596157] uhci_hcd: USB Universal Host Controller Interface driver
  610. [ 1.596312] xhci_hcd 0000:00:14.0: xHCI Host Controller
  611. [ 1.596334] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
  612. [ 1.596347] random: fast init done
  613. [ 1.597584] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
  614. [ 1.597619] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
  615. [ 1.597757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  616. [ 1.597780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  617. [ 1.597804] usb usb1: Product: xHCI Host Controller
  618. [ 1.597822] usb usb1: Manufacturer: Linux 4.10.0-rc7+ xhci-hcd
  619. [ 1.597843] usb usb1: SerialNumber: 0000:00:14.0
  620. [ 1.597940] hub 1-0:1.0: USB hub found
  621. [ 1.597986] hub 1-0:1.0: 12 ports detected
  622. [ 1.599599] xhci_hcd 0000:00:14.0: xHCI Host Controller
  623. [ 1.600636] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  624. [ 1.601653] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
  625. [ 1.602336] ACPI: Battery Slot [BAT1] (battery present)
  626. [ 1.603577] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  627. [ 1.604542] usb usb2: Product: xHCI Host Controller
  628. [ 1.605465] usb usb2: Manufacturer: Linux 4.10.0-rc7+ xhci-hcd
  629. [ 1.606388] usb usb2: SerialNumber: 0000:00:14.0
  630. [ 1.607376] hub 2-0:1.0: USB hub found
  631. [ 1.608315] hub 2-0:1.0: 6 ports detected
  632. [ 1.609734] usb: port power management may be unreliable
  633. [ 1.610922] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
  634. [ 1.613663] serio: i8042 KBD port at 0x60,0x64 irq 1
  635. [ 1.614577] serio: i8042 AUX port at 0x60,0x64 irq 12
  636. [ 1.615639] mousedev: PS/2 mouse device common for all mice
  637. [ 1.616882] rtc_cmos 00:02: RTC can wake from S4
  638. [ 1.618284] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
  639. [ 1.619320] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
  640. [ 1.620278] i2c /dev entries driver
  641. [ 1.621252] device-mapper: uevent: version 1.0.3
  642. [ 1.622211] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
  643. [ 1.623243] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
  644. [ 1.624217] intel_pstate: Intel P-state driver initializing
  645. [ 1.625602] intel_pstate: HWP enabled
  646. [ 1.626595] ledtrig-cpu: registered to indicate activity on CPUs
  647. [ 1.627388] EFI Variables Facility v0.08 2004-May-17
  648. [ 1.660308] NET: Registered protocol family 10
  649. [ 1.661277] Segment Routing with IPv6
  650. [ 1.662060] NET: Registered protocol family 17
  651. [ 1.662821] Key type dns_resolver registered
  652. [ 1.663898] microcode: sig=0x406e3, pf=0x80, revision=0x9e
  653. [ 1.664724] microcode: Microcode Update Driver: v2.2.
  654. [ 1.664883] registered taskstats version 1
  655. [ 1.666371] Loading compiled-in X.509 certificates
  656. [ 1.668929] Loaded X.509 cert 'Build time autogenerated kernel key: c8820b2f4528bfd8be4358036ffec7e401aea62e'
  657. [ 1.669666] zswap: loaded using pool lzo/zbud
  658. [ 1.671695] Key type trusted registered
  659. [ 1.675252] Key type encrypted registered
  660. [ 1.675970] AppArmor: AppArmor sha1 policy hashing enabled
  661. [ 1.676718] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
  662. [ 1.677451] evm: HMAC attrs: 0x1
  663. [ 1.678858] Magic number: 5:987:85
  664. [ 1.679736] rtc_cmos 00:02: setting system clock to 2017-02-24 16:04:04 UTC (1487952244)
  665. [ 1.680663] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
  666. [ 1.681390] EDD information not available.
  667. [ 1.682131] PM: Hibernation image not present or could not be loaded.
  668. [ 1.682968] Freeing unused kernel memory: 1576K
  669. [ 1.683669] Write protecting the kernel read-only data: 14336k
  670. [ 1.684823] Freeing unused kernel memory: 1460K
  671. [ 1.686129] Freeing unused kernel memory: 416K
  672. [ 1.713247] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
  673. [ 1.724550] wmi: Mapper loaded
  674. [ 1.728506] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
  675. [ 1.729803] ahci 0000:00:17.0: version 3.0
  676. [ 1.729842] rtsx_pci 0000:02:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 123
  677. [ 1.729852] pps_core: LinuxPPS API ver. 1 registered
  678. [ 1.729852] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  679. [ 1.733368] [drm] Initialized
  680. [ 1.734188] PTP clock support registered
  681. [ 1.737983] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  682. [ 1.739036] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  683. [ 1.741233] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
  684. [ 1.742137] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
  685. [ 1.752404] scsi host0: ahci
  686. [ 1.753950] scsi host1: ahci
  687. [ 1.755391] ata1: DUMMY
  688. [ 1.756703] ata2: SATA max UDMA/133 abar m2048@0xe124c000 port 0xe124c180 irq 124
  689. [ 1.760375] AVX2 version of gcm_enc/dec engaged.
  690. [ 1.761460] AES CTR mode by8 optimization enabled
  691. [ 1.763171] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
  692. [ 1.859807] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
  693. [ 1.924212] usb 1-4: new high-speed USB device number 2 using xhci_hcd
  694. [ 1.945093] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) c8:5b:76:c8:54:5f
  695. [ 1.945861] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
  696. [ 1.946653] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
  697. [ 1.947502] i915 0000:00:02.0: enabling device (0006 -> 0007)
  698. [ 1.947903] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
  699. [ 1.949870] [drm] Memory usable by graphics device = 4096M
  700. [ 1.950622] [drm] VT-d active for gfx access
  701. [ 1.951365] checking generic (c0000000 7f0000) vs hw (c0000000 20000000)
  702. [ 1.951365] fb: switching to inteldrmfb from EFI VGA
  703. [ 1.952175] Console: switching to colour dummy device 80x25
  704. [ 1.952316] [drm] Replacing VGA console driver
  705. [ 1.966796] VFIO - User Level meta-driver version: 0.3
  706. [ 2.070756] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  707. [ 2.072218] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
  708. [ 2.072220] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
  709. [ 2.072848] ata2.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
  710. [ 2.073259] usb 1-4: New USB device found, idVendor=17ef, idProduct=1010
  711. [ 2.073262] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  712. [ 2.073264] usb 1-4: Product: Lenovo ThinkPad Dock
  713. [ 2.073266] usb 1-4: Manufacturer: LENOVO
  714. [ 2.073556] ata2.00: supports DRM functions and may not be fully accessible
  715. [ 2.073773] hub 1-4:1.0: USB hub found
  716. [ 2.073890] hub 1-4:1.0: 4 ports detected
  717. [ 2.074244] ata2.00: ATA-9: SanDisk SD8TB8U512G1001, X4120101, max UDMA/133
  718. [ 2.074248] ata2.00: 1000215216 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
  719. [ 2.076346] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
  720. [ 2.076348] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
  721. [ 2.076974] ata2.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
  722. [ 2.077691] ata2.00: supports DRM functions and may not be fully accessible
  723. [ 2.079045] ata2.00: configured for UDMA/133
  724. [ 2.079294] scsi 1:0:0:0: Direct-Access ATA SanDisk SD8TB8U5 0101 PQ: 0 ANSI: 5
  725. [ 2.091962] [drm:new_mmio_info.isra.15 [i915]] *ERROR* gvt: dup mmio definition offset 20c0
  726. [ 2.093567] [drm:new_mmio_info.isra.15 [i915]] *ERROR* gvt: dup mmio definition offset 138124
  727. [ 2.117218] i915 0000:00:02.0: Direct firmware load for i915/gvt/vid_0x8086_did_0x1916_rid_0x0007.golden_hw_state failed with error -2
  728. [ 2.135367] i915 0000:00:02.0: MDEV: Registered
  729. [ 2.135372] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  730. [ 2.135374] [drm] Driver supports precise vblank timestamp query.
  731. [ 2.144921] [drm] Disabling framebuffer compression (FBC) to prevent screen flicker with VT-d enabled
  732. [ 2.144972] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
  733. [ 2.145227] [drm] Finished loading i915/skl_dmc_ver1_26.bin (v1.26)
  734. [ 2.153437] [drm] GuC firmware load skipped
  735. [ 2.168659] sd 1:0:0:0: Attached scsi generic sg0 type 0
  736. [ 2.168783] sd 1:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
  737. [ 2.168808] sd 1:0:0:0: [sda] Write Protect is off
  738. [ 2.168813] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
  739. [ 2.168885] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  740. [ 2.171725] sda: sda1 sda2 sda3
  741. [ 2.172361] sd 1:0:0:0: [sda] Attached SCSI disk
  742. [ 2.192204] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
  743. [ 2.213560] usb 2-1: New USB device found, idVendor=13fe, idProduct=2012
  744. [ 2.213564] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
  745. [ 2.213567] usb 2-1: Product: SSD
  746. [ 2.213568] usb 2-1: Manufacturer: OTG
  747. [ 2.213570] usb 2-1: SerialNumber: 511160531324A00056
  748. [ 2.220979] usbcore: registered new interface driver usb-storage
  749. [ 2.225994] scsi host2: uas
  750. [ 2.226237] usbcore: registered new interface driver uas
  751. [ 2.227792] scsi 2:0:0:0: Direct-Access OTG OTG 0 PQ: 0 ANSI: 6
  752. [ 2.288616] sd 2:0:0:0: Attached scsi generic sg1 type 0
  753. [ 2.289019] sd 2:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/224 GiB)
  754. [ 2.289168] sd 2:0:0:0: [sdb] Write Protect is off
  755. [ 2.289171] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00
  756. [ 2.289378] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  757. [ 2.291205] sdb: sdb1
  758. [ 2.292007] sd 2:0:0:0: [sdb] Attached SCSI disk
  759. [ 2.332223] usb 1-7: new full-speed USB device number 3 using xhci_hcd
  760. [ 2.359735] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
  761. [ 2.360100] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
  762. [ 2.360176] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
  763. [ 2.477826] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b
  764. [ 2.477831] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  765. [ 2.536060] psmouse serio1: synaptics: queried max coordinates: x [..5712], y [..4780]
  766. [ 2.561829] fbcon: inteldrmfb (fb0) is primary device
  767. [ 2.564512] clocksource: Switched to clocksource tsc
  768. [ 2.567521] psmouse serio1: synaptics: queried min coordinates: x [1232..], y [1074..]
  769. [ 2.596456] usb 2-4: new SuperSpeed USB device number 3 using xhci_hcd
  770. [ 2.619331] usb 2-4: New USB device found, idVendor=17ef, idProduct=1010
  771. [ 2.619332] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  772. [ 2.619333] usb 2-4: Product: Lenovo ThinkPad Dock
  773. [ 2.619334] usb 2-4: Manufacturer: LENOVO
  774. [ 2.621510] hub 2-4:1.0: USB hub found
  775. [ 2.621952] hub 2-4:1.0: 4 ports detected
  776. [ 2.631399] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xf002a3/0x943300/0x12e800/0x10000, board id: 3075, fw id: 2560
  777. [ 2.631403] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
  778. [ 2.672807] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
  779. [ 2.708333] usb 1-4.1: new high-speed USB device number 4 using xhci_hcd
  780. [ 2.822293] usb 1-4.1: New USB device found, idVendor=05e3, idProduct=0608
  781. [ 2.822294] usb 1-4.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  782. [ 2.822295] usb 1-4.1: Product: USB2.0 Hub
  783. [ 2.823404] hub 1-4.1:1.0: USB hub found
  784. [ 2.823761] hub 1-4.1:1.0: 4 ports detected
  785. [ 2.940225] usb 1-8: new high-speed USB device number 5 using xhci_hcd
  786. [ 3.090723] usb 1-8: New USB device found, idVendor=5986, idProduct=0706
  787. [ 3.090724] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  788. [ 3.090725] usb 1-8: Product: Integrated Camera
  789. [ 3.090725] usb 1-8: Manufacturer: SunplusIT Inc
  790. [ 3.172377] usb 1-4.4: new high-speed USB device number 6 using xhci_hcd
  791. [ 3.284957] usb 1-4.4: New USB device found, idVendor=17ef, idProduct=100f
  792. [ 3.284958] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  793. [ 3.284959] usb 1-4.4: Product: Lenovo ThinkPad Dock
  794. [ 3.284959] usb 1-4.4: Manufacturer: Lenovo
  795. [ 3.284960] usb 1-4.4: SerialNumber: Rev1.2
  796. [ 3.285451] hub 1-4.4:1.0: USB hub found
  797. [ 3.285514] hub 1-4.4:1.0: 3 ports detected
  798. [ 3.328175] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
  799. [ 3.364309] usb 1-4.1.2: new full-speed USB device number 7 using xhci_hcd
  800. [ 3.487667] usb 1-4.1.2: New USB device found, idVendor=1395, idProduct=002c
  801. [ 3.487668] usb 1-4.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  802. [ 3.487669] usb 1-4.1.2: Product: Sennheiser BTD 500 USB
  803. [ 3.493209] hidraw: raw HID events driver (C) Jiri Kosina
  804. [ 3.502577] usbcore: registered new interface driver usbhid
  805. [ 3.502594] usbhid: USB HID core driver
  806. [ 3.503678] input: Sennheiser BTD 500 USB as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.2/1-4.1.2:1.3/0003:1395:002C.0001/input/input8
  807. [ 3.534321] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input7
  808. [ 3.560705] hid-generic 0003:1395:002C.0001: input,hiddev0,hidraw0: USB HID v1.11 Device [Sennheiser BTD 500 USB] on usb-0000:00:14.0-4.1.2/input3
  809. [ 3.568205] usb 1-4.1.3: new full-speed USB device number 8 using xhci_hcd
  810. [ 3.710448] usb 1-4.1.3: New USB device found, idVendor=258a, idProduct=0001
  811. [ 3.710451] usb 1-4.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  812. [ 3.710454] usb 1-4.1.3: Product: USB KEYBOARD
  813. [ 3.710456] usb 1-4.1.3: Manufacturer: SINO WEALTH
  814. [ 3.747367] input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.3/1-4.1.3:1.0/0003:258A:0001.0002/input/input9
  815. [ 3.804591] hid-generic 0003:258A:0001.0002: input,hidraw1: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-4.1.3/input0
  816. [ 3.839520] input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.3/1-4.1.3:1.1/0003:258A:0001.0003/input/input10
  817. [ 3.844691] [drm] RC6 on
  818. [ 3.896557] hid-generic 0003:258A:0001.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-4.1.3/input1
  819. [ 3.976135] usb 1-4.1.4: new full-speed USB device number 9 using xhci_hcd
  820. [ 4.143762] usb 1-4.1.4: New USB device found, idVendor=046d, idProduct=c531
  821. [ 4.143762] usb 1-4.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  822. [ 4.143763] usb 1-4.1.4: Product: USB Receiver
  823. [ 4.143764] usb 1-4.1.4: Manufacturer: Logitech
  824. [ 4.169982] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.0/0003:046D:C531.0004/input/input11
  825. [ 4.170054] hid-generic 0003:046D:C531.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-4.1.4/input0
  826. [ 4.186368] Console: switching to colour frame buffer device 240x67
  827. [ 4.250165] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.1/0003:046D:C531.0005/input/input12
  828. [ 4.308553] hid-generic 0003:046D:C531.0005: input,hiddev0,hidraw4: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-4.1.4/input1
  829. [ 4.661011] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
  830. [ 16.597827] random: crng init done
  831. [ 19.243779] NET: Registered protocol family 38
  832. [ 24.778608] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
  833. [ 24.958346] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
  834. [ 24.959641] systemd[1]: Detected architecture x86-64.
  835. [ 24.965608] systemd[1]: Set hostname to <V1USLTOP154>.
  836. [ 25.041965] systemd[1]: Listening on Journal Socket.
  837. [ 25.044751] systemd[1]: Listening on udev Control Socket.
  838. [ 25.047409] systemd[1]: Listening on LVM2 metadata daemon socket.
  839. [ 25.050117] systemd[1]: Listening on LVM2 poll daemon socket.
  840. [ 25.052775] systemd[1]: Reached target User and Group Name Lookups.
  841. [ 25.055421] systemd[1]: Listening on fsck to fsckd communication Socket.
  842. [ 25.058288] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  843. [ 25.107097] lp: driver loaded but no devices found
  844. [ 25.110352] ppdev: user-space parallel port driver
  845. [ 25.233894] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
  846. [ 25.246918] systemd-journald[409]: Received request to flush runtime journal from PID 1
  847. [ 25.309159] DMAR: DRHD: handling fault status reg 3
  848. [ 25.310273] DMAR: [DMA Read] Request device [00:12.4] fault addr b7fff000 [fault reason 02] Present bit in context entry is clear
  849. [ 25.330451] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
  850. [ 25.339924] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
  851. [ 25.345942] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  852. [ 25.349143] Non-volatile memory driver v1.3
  853. [ 25.365830] Bluetooth: Core ver 2.22
  854. [ 25.365838] NET: Registered protocol family 31
  855. [ 25.365839] Bluetooth: HCI device and connection manager initialized
  856. [ 25.365841] Bluetooth: HCI socket layer initialized
  857. [ 25.365843] Bluetooth: L2CAP socket layer initialized
  858. [ 25.365847] Bluetooth: SCO socket layer initialized
  859. [ 25.366859] thinkpad_acpi: ThinkPad ACPI Extras v0.25
  860. [ 25.366859] thinkpad_acpi: http://ibm-acpi.sf.net/
  861. [ 25.366860] thinkpad_acpi: ThinkPad BIOS R02ET52W (1.25 ), EC unknown
  862. [ 25.366860] thinkpad_acpi: Lenovo ThinkPad X260, model 20F6CTO1WW
  863. [ 25.369257] thinkpad_hwmon thinkpad_hwmon: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
  864. [ 25.370176] thinkpad_acpi: radio switch found; radios are enabled
  865. [ 25.370187] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
  866. [ 25.370187] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
  867. [ 25.379578] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
  868. [ 25.382142] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
  869. [ 25.385914] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input13
  870. [ 25.386937] usbcore: registered new interface driver btusb
  871. [ 25.387930] media: Linux media interface: v0.10
  872. [ 25.392519] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
  873. [ 25.395183] Linux video capture interface: v2.00
  874. [ 25.397144] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
  875. [ 25.398984] Intel(R) Wireless WiFi driver for Linux
  876. [ 25.398985] Copyright(c) 2003- 2015 Intel Corporation
  877. [ 25.399318] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
  878. [ 25.400471] Bluetooth: hci0: Device revision is 5
  879. [ 25.400471] Bluetooth: hci0: Secure boot is enabled
  880. [ 25.400472] Bluetooth: hci0: OTP lock is enabled
  881. [ 25.400472] Bluetooth: hci0: API lock is enabled
  882. [ 25.400473] Bluetooth: hci0: Debug lock is disabled
  883. [ 25.400474] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
  884. [ 25.406207] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-26.ucode failed with error -2
  885. [ 25.406228] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-25.ucode failed with error -2
  886. [ 25.408423] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-24.ucode failed with error -2
  887. [ 25.408447] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-23.ucode failed with error -2
  888. [ 25.408459] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8000C-22.ucode failed with error -2
  889. [ 25.410943] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
  890. [ 25.423843] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:0706)
  891. [ 25.427511] iwlwifi 0000:04:00.0: loaded firmware version 21.302800.0 op_mode iwlmvm
  892. [ 25.432062] uvcvideo 1-8:1.0: Entity type for entity Extension 4 was not initialized!
  893. [ 25.432064] uvcvideo 1-8:1.0: Entity type for entity Extension 3 was not initialized!
  894. [ 25.432065] uvcvideo 1-8:1.0: Entity type for entity Processing 2 was not initialized!
  895. [ 25.432066] uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
  896. [ 25.432637] input: Integrated Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input14
  897. [ 25.432738] usbcore: registered new interface driver uvcvideo
  898. [ 25.432739] USB Video Class driver (1.1.1)
  899. [ 25.449455] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC293: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  900. [ 25.449457] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  901. [ 25.449462] snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x16/0x15/0x0/0x0/0x0)
  902. [ 25.449464] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
  903. [ 25.449465] snd_hda_codec_realtek hdaudioC0D0: inputs:
  904. [ 25.449467] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
  905. [ 25.449468] snd_hda_codec_realtek hdaudioC0D0: Mic=0x1a
  906. [ 25.449469] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
  907. [ 25.463591] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
  908. [ 25.465616] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
  909. [ 25.465681] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
  910. [ 25.465726] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
  911. [ 25.466003] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
  912. [ 25.466004] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
  913. [ 25.466320] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
  914. [ 25.466361] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
  915. [ 25.466506] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
  916. [ 25.467076] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
  917. [ 25.513954] intel_rapl: Found RAPL domain package
  918. [ 25.513957] intel_rapl: Found RAPL domain core
  919. [ 25.513957] intel_rapl: Found RAPL domain uncore
  920. [ 25.513958] intel_rapl: Found RAPL domain dram
  921. [ 25.557227] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
  922. [ 25.560233] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
  923. [ 25.570151] usb 1-7: USB disconnect, device number 3
  924. [ 25.585932] usbcore: registered new interface driver snd-usb-audio
  925. [ 25.604004] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
  926. [ 25.604312] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
  927. [ 25.604328] thermal thermal_zone3: failed to read out thermal zone (-5)
  928. [ 25.617963] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
  929. [ 25.797523] audit: type=1400 audit(1487952268.612:2): apparmor="STATUS" operation="profile_load" name="/usr/bin/ubuntu-core-launcher" pid=806 comm="apparmor_parser"
  930. [ 25.799099] audit: type=1400 audit(1487952268.612:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session" pid=802 comm="apparmor_parser"
  931. [ 25.799101] audit: type=1400 audit(1487952268.612:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=802 comm="apparmor_parser"
  932. [ 25.799291] audit: type=1400 audit(1487952268.612:5): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=803 comm="apparmor_parser"
  933. [ 25.799293] audit: type=1400 audit(1487952268.612:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=803 comm="apparmor_parser"
  934. [ 25.799294] audit: type=1400 audit(1487952268.612:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=803 comm="apparmor_parser"
  935. [ 25.799296] audit: type=1400 audit(1487952268.612:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=803 comm="apparmor_parser"
  936. [ 25.801550] audit: type=1400 audit(1487952268.616:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=809 comm="apparmor_parser"
  937. [ 25.801552] audit: type=1400 audit(1487952268.616:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=809 comm="apparmor_parser"
  938. [ 25.801554] audit: type=1400 audit(1487952268.616:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd//third_party" pid=809 comm="apparmor_parser"
  939. [ 25.809824] Adding 16641532k swap on /dev/mapper/cryptswap1. Priority:-1 extents:1 across:16641532k SSFS
  940. [ 25.958427] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  941. [ 25.958428] Bluetooth: BNEP filters: protocol multicast
  942. [ 25.958429] Bluetooth: BNEP socket layer initialized
  943. [ 26.111587] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
  944. [ 26.114530] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
  945. [ 26.115310] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
  946. [ 26.247545] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
  947. [ 26.247925] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
  948. [ 26.326905] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
  949. [ 26.330025] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
  950. [ 26.544577] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
  951. [ 26.638858] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
  952. [ 27.588398] Bluetooth: hci0 command 0xfc09 tx timeout
  953. [ 29.034820] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
  954. [ 29.772146] tpm tpm0: Operation Timed out
  955. [ 29.772150] tpm tpm0: TPM self test failed
  956. [ 29.772165] tpm_crb: probe of MSFT0101:00 failed with error -62
  957. [ 29.837723] wlp4s0: authenticate with b0:c7:45:76:38:63
  958. [ 29.849366] wlp4s0: send auth to b0:c7:45:76:38:63 (try 1/3)
  959. [ 29.854284] wlp4s0: authenticated
  960. [ 29.856144] wlp4s0: associate with b0:c7:45:76:38:63 (try 1/3)
  961. [ 29.857276] wlp4s0: RX AssocResp from b0:c7:45:76:38:63 (capab=0x11 status=0 aid=2)
  962. [ 29.858899] wlp4s0: associated
  963. [ 29.858943] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
  964. [ 30.226520] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
  965. [ 30.226556] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
  966. [ 35.812193] Bluetooth: hci0: Failed to send firmware data (-110)
  967. [ 303.184300] iommu: Adding device a297db4a-f4c2-11e6-90f6-d3b88d6c9525 to group 7
  968. [ 303.184303] vfio_mdev a297db4a-f4c2-11e6-90f6-d3b88d6c9525: MDEV: group_id = 7
  969. [ 357.599536] [drm:intel_vgpu_emulate_mmio_read [i915]] *ERROR* gvt: vgpu1: read untracked MMIO d40(4B) val 59b49f85
  970. [ 357.599571] [drm:intel_vgpu_emulate_mmio_read [i915]] *ERROR* gvt: vgpu1: read untracked MMIO d48(4B) val 59b49f85
  971. [ 358.107183] ------------[ cut here ]------------
  972. [ 358.107212] WARNING: CPU: 1 PID: 3341 at drivers/gpu/drm/i915/gvt/gtt.c:1830 intel_vgpu_emulate_gtt_mmio_write+0x1cb/0x240 [i915]
  973. [ 358.107213] vgpu1: found oob ggtt write, offset 0
  974. [ 358.107213] Modules linked in: ctr ccm bnep nls_iso8859_1 arc4 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iwlmvm snd_hda_codec_hdmi snd_soc_skl snd_hda_codec_realtek snd_hda_codec_generic mac80211 snd_soc_skl_ipc snd_soc_sst_ipc snd_soc_sst_dsp snd_hda_ext_core snd_usb_audio snd_soc_sst_match snd_usbmidi_lib snd_soc_core uvcvideo snd_seq_midi snd_seq_midi_event snd_compress ac97_bus videobuf2_vmalloc snd_pcm_dmaengine videobuf2_memops snd_rawmidi videobuf2_v4l2 videobuf2_core iwlwifi snd_hda_intel videodev snd_hda_codec media btusb snd_hda_core joydev cfg80211 btrtl rtsx_pci_ms snd_hwdep input_leds snd_seq btbcm serio_raw btintel memstick thinkpad_acpi snd_pcm bluetooth snd_seq_device nvram snd_timer shpchp mei_me mei intel_pch_thermal snd soundcore tpm_crb mac_hid parport_pc
  975. [ 358.107235] ppdev lp parport autofs4 algif_skcipher af_alg dm_crypt hid_generic usbhid hid uas usb_storage vfio_mdev kvmgt vfio_iommu_type1 mdev vfio kvm irqbypass rtsx_pci_sdmmc crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel i915 aes_x86_64 crypto_simd glue_helper cryptd i2c_algo_bit psmouse drm_kms_helper e1000e syscopyarea sysfillrect sysimgblt fb_sys_fops ptp pps_core drm ahci rtsx_pci libahci wmi video fjes
  976. [ 358.107250] CPU: 1 PID: 3341 Comm: qemu-system-x86 Not tainted 4.10.0-rc7+ #1
  977. [ 358.107250] Hardware name: LENOVO 20F6CTO1WW/20F6CTO1WW, BIOS R02ET52W (1.25 ) 12/05/2016
  978. [ 358.107251] Call Trace:
  979. [ 358.107254] dump_stack+0x63/0x90
  980. [ 358.107256] __warn+0xcb/0xf0
  981. [ 358.107258] warn_slowpath_fmt+0x5f/0x80
  982. [ 358.107283] intel_vgpu_emulate_gtt_mmio_write+0x1cb/0x240 [i915]
  983. [ 358.107294] intel_vgpu_emulate_mmio_write+0x3e1/0x600 [i915]
  984. [ 358.107312] ? kvm_arch_vcpu_ioctl_run+0x6e6/0x1570 [kvm]
  985. [ 358.107324] ? intel_vgpu_default_mmio_read+0x1f/0x30 [i915]
  986. [ 358.107325] intel_vgpu_rw+0x114/0x150 [kvmgt]
  987. [ 358.107326] intel_vgpu_write+0x13a/0x180 [kvmgt]
  988. [ 358.107328] vfio_mdev_write+0x20/0x30 [vfio_mdev]
  989. [ 358.107330] vfio_device_fops_write+0x24/0x30 [vfio]
  990. [ 358.107332] __vfs_write+0x37/0x160
  991. [ 358.107334] ? apparmor_file_permission+0x18/0x20
  992. [ 358.107335] ? security_file_permission+0x3b/0xc0
  993. [ 358.107336] vfs_write+0xb8/0x1b0
  994. [ 358.107337] SyS_pwrite64+0x95/0xb0
  995. [ 358.107339] entry_SYSCALL_64_fastpath+0x1e/0xad
  996. [ 358.107340] RIP: 0033:0x7f2c9c525da3
  997. [ 358.107341] RSP: 002b:00007f2c95915780 EFLAGS: 00000293 ORIG_RAX: 0000000000000012
  998. [ 358.107341] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f2c9c525da3
  999. [ 358.107342] RDX: 0000000000000004 RSI: 00007f2c959157b0 RDI: 0000000000000018
  1000. [ 358.107342] RBP: 00007f2c95915a20 R08: 0000000000000004 R09: 00000000ffffffff
  1001. [ 358.107343] R10: 0000000000800000 R11: 0000000000000293 R12: 0000000000000000
  1002. [ 358.107343] R13: 00007ffd80fc2bff R14: 00007f2c959169c0 R15: 0000000000000000
  1003. [ 358.107344] ---[ end trace d929b985d5183ff9 ]---
  1004. [ 904.888926] CPU2: Core temperature above threshold, cpu clock throttled (total events = 9)
  1005. [ 904.888943] CPU0: Core temperature above threshold, cpu clock throttled (total events = 9)
  1006. [ 904.888950] CPU3: Package temperature above threshold, cpu clock throttled (total events = 9)
  1007. [ 904.888951] CPU1: Package temperature above threshold, cpu clock throttled (total events = 9)
  1008. [ 904.888952] CPU0: Package temperature above threshold, cpu clock throttled (total events = 9)
  1009. [ 904.888954] mce: [Hardware Error]: Machine check events logged
  1010. [ 904.888955] CPU2: Package temperature above threshold, cpu clock throttled (total events = 9)
  1011. [ 904.888956] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 128: 0000000088032c0b
  1012. [ 904.888957] mce: [Hardware Error]: TSC 25f31149d3a
  1013. [ 904.888959] mce: [Hardware Error]: PROCESSOR 0:406e3 TIME 1487953149 SOCKET 0 APIC 0 microcode 9e
  1014. [ 904.888960] mce: [Hardware Error]: CPU 2: Machine Check: 0 Bank 128: 0000000088032c0b
  1015. [ 904.888960] mce: [Hardware Error]: TSC 25f31150263
  1016. [ 904.888962] mce: [Hardware Error]: Machine check events logged
  1017. [ 904.888963] mce: [Hardware Error]: PROCESSOR 0:406e3 TIME 1487953149 SOCKET 0 APIC 1 microcode 9e
  1018. [ 904.889905] CPU2: Core temperature/speed normal
  1019. [ 904.889906] CPU0: Core temperature/speed normal
  1020. [ 904.889907] CPU0: Package temperature/speed normal
  1021. [ 904.889907] CPU2: Package temperature/speed normal
  1022. [ 904.889933] mce: [Hardware Error]: CPU 2: Machine Check: 0 Bank 128: 0000000088042c0a
  1023. [ 904.889933] CPU1: Package temperature/speed normal
  1024. [ 904.889934] CPU3: Package temperature/speed normal
  1025. [ 904.889936] mce: [Hardware Error]: TSC 25f313dccb7
  1026. [ 904.889940] mce: [Hardware Error]: PROCESSOR 0:406e3 TIME 1487953149 SOCKET 0 APIC 1 microcode 9e
  1027. [ 904.889943] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 128: 0000000088042c0a
  1028. [ 904.889945] mce: [Hardware Error]: TSC 25f313dcb79
  1029. [ 904.889949] mce: [Hardware Error]: PROCESSOR 0:406e3 TIME 1487953149 SOCKET 0 APIC 0 microcode 9e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement