Advertisement
chadjoan

ZFS sync() hang kworker 100% deadline scheduler

May 19th, 2018
1,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 118.08 KB | None | 0 0
  1. l-andianov ~ # dmesg
  2. [ 0.000000] Linux version 4.16.8-gentoo (root@l-andianov) (gcc version 6.4.0 (Gentoo Hardened 6.4.0-r1 p1.3)) #6 SMP Sat May 19 03:14:43 EDT 2018
  3. [ 0.000000] Command line: BOOT_IMAGE=/root@/boot/vmlinuz root=ZFS=zpool_ssdroot/root net.ifnames=0 nomodeset crashkernel=128M console=ttyS1,115200n8 console=tty0
  4. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  5. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  6. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  7. [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
  8. [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
  9. [ 0.000000] e820: BIOS-provided physical RAM map:
  10. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
  11. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000079069fff] usable
  12. [ 0.000000] BIOS-e820: [mem 0x000000007906a000-0x0000000079880fff] reserved
  13. [ 0.000000] BIOS-e820: [mem 0x0000000079881000-0x0000000079974fff] usable
  14. [ 0.000000] BIOS-e820: [mem 0x0000000079975000-0x0000000079ebbfff] ACPI NVS
  15. [ 0.000000] BIOS-e820: [mem 0x0000000079ebc000-0x000000007bca0fff] reserved
  16. [ 0.000000] BIOS-e820: [mem 0x000000007bca1000-0x000000007bd01fff] type 20
  17. [ 0.000000] BIOS-e820: [mem 0x000000007bd02000-0x000000007bd02fff] usable
  18. [ 0.000000] BIOS-e820: [mem 0x000000007bd03000-0x000000007bd88fff] reserved
  19. [ 0.000000] BIOS-e820: [mem 0x000000007bd89000-0x000000007bffffff] usable
  20. [ 0.000000] BIOS-e820: [mem 0x000000007c000000-0x000000008fffffff] reserved
  21. [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
  22. [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
  23. [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000107fffffff] usable
  24. [ 0.000000] NX (Execute Disable) protection: active
  25. [ 0.000000] efi: EFI v2.40 by American Megatrends
  26. [ 0.000000] efi: ACPI=0x799ed000 ACPI 2.0=0x799ed000 ESRT=0x7ba67e18 SMBIOS=0xf05b0 SMBIOS 3.0=0x7ba64000 MPS=0xfd720
  27. [ 0.000000] SMBIOS 3.0.0 present.
  28. [ 0.000000] DMI: Supermicro Super Server/X10DRD-iNTP, BIOS 2.0 02/26/2016
  29. [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  30. [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  31. [ 0.000000] e820: last_pfn = 0x1080000 max_arch_pfn = 0x400000000
  32. [ 0.000000] MTRR default type: write-back
  33. [ 0.000000] MTRR fixed ranges enabled:
  34. [ 0.000000] 00000-9FFFF write-back
  35. [ 0.000000] A0000-BFFFF uncachable
  36. [ 0.000000] C0000-FFFFF write-protect
  37. [ 0.000000] MTRR variable ranges enabled:
  38. [ 0.000000] 0 base 000080000000 mask 3FFF80000000 uncachable
  39. [ 0.000000] 1 base 380000000000 mask 3F8000000000 uncachable
  40. [ 0.000000] 2 base 0000C7D00000 mask 3FFFFFF00000 write-through
  41. [ 0.000000] 3 base 0000C7E00000 mask 3FFFFFF00000 write-through
  42. [ 0.000000] 4 disabled
  43. [ 0.000000] 5 disabled
  44. [ 0.000000] 6 disabled
  45. [ 0.000000] 7 disabled
  46. [ 0.000000] 8 disabled
  47. [ 0.000000] 9 disabled
  48. [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
  49. [ 0.000000] e820: last_pfn = 0x7c000 max_arch_pfn = 0x400000000
  50. [ 0.000000] found SMP MP-table at [mem 0x000fdc60-0x000fdc6f] mapped at [ (ptrval)]
  51. [ 0.000000] esrt: Reserving ESRT space from 0x000000007ba67e18 to 0x000000007ba67e50.
  52. [ 0.000000] Scanning 1 areas for low memory corruption
  53. [ 0.000000] Base memory trampoline at [ (ptrval)] 94000 size 24576
  54. [ 0.000000] Using GB pages for direct mapping
  55. [ 0.000000] BRK [0x105c535000, 0x105c535fff] PGTABLE
  56. [ 0.000000] BRK [0x105c536000, 0x105c536fff] PGTABLE
  57. [ 0.000000] BRK [0x105c537000, 0x105c537fff] PGTABLE
  58. [ 0.000000] BRK [0x105c538000, 0x105c538fff] PGTABLE
  59. [ 0.000000] BRK [0x105c539000, 0x105c539fff] PGTABLE
  60. [ 0.000000] BRK [0x105c53a000, 0x105c53afff] PGTABLE
  61. [ 0.000000] BRK [0x105c53b000, 0x105c53bfff] PGTABLE
  62. [ 0.000000] BRK [0x105c53c000, 0x105c53cfff] PGTABLE
  63. [ 0.000000] Secure boot could not be determined
  64. [ 0.000000] RAMDISK: [mem 0x37889000-0x37c3bfff]
  65. [ 0.000000] ACPI: Early table checksum verification disabled
  66. [ 0.000000] ACPI: RSDP 0x00000000799ED000 000024 (v02 SUPERM)
  67. [ 0.000000] ACPI: XSDT 0x00000000799ED0A8 0000D4 (v01 01072009 AMI 00010013)
  68. [ 0.000000] ACPI: FACP 0x0000000079A204C0 00010C (v05 SUPERM SMCI--MB 01072009 AMI 00010013)
  69. [ 0.000000] ACPI: DSDT 0x00000000799ED218 0332A6 (v02 SUPERM SMCI--MB 01072009 INTL 20091013)
  70. [ 0.000000] ACPI: FACS 0x0000000079EBAF80 000040
  71. [ 0.000000] ACPI: APIC 0x0000000079A205D0 000374 (v03 SUPERM SMCI--MB 01072009 AMI 00010013)
  72. [ 0.000000] ACPI: FPDT 0x0000000079A20948 000044 (v01 SUPERM SMCI--MB 01072009 AMI 00010013)
  73. [ 0.000000] ACPI: FIDT 0x0000000079A20990 00009C (v01 SUPERM SMCI--MB 01072009 AMI 00010013)
  74. [ 0.000000] ACPI: SPMI 0x0000000079A20A30 000040 (v05 SUPERM SMCI--MB 00000000 AMI. 00000000)
  75. [ 0.000000] ACPI: MCFG 0x0000000079A20A70 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
  76. [ 0.000000] ACPI: UEFI 0x0000000079A20AB0 000042 (v01 SUPERM SMCI--MB 01072009 00000000)
  77. [ 0.000000] ACPI: HPET 0x0000000079A20AF8 000038 (v01 SUPERM SMCI--MB 00000001 INTL 20091013)
  78. [ 0.000000] ACPI: MSCT 0x0000000079A20B30 000090 (v01 SUPERM SMCI--MB 00000001 INTL 20091013)
  79. [ 0.000000] ACPI: SLIT 0x0000000079A20BC0 000030 (v01 SUPERM SMCI--MB 00000001 INTL 20091013)
  80. [ 0.000000] ACPI: SRAT 0x0000000079A20BF0 001158 (v03 SUPERM SMCI--MB 00000001 INTL 20091013)
  81. [ 0.000000] ACPI: WDDT 0x0000000079A21D48 000040 (v01 SUPERM SMCI--MB 00000000 INTL 20091013)
  82. [ 0.000000] ACPI: SSDT 0x0000000079A21D88 016F57 (v02 SUPERM PmMgt 00000001 INTL 20120913)
  83. [ 0.000000] ACPI: BGRT 0x0000000079A38CE0 000038 (v01 SUPERM SMCI--MB 01072009 AMI 00010013)
  84. [ 0.000000] ACPI: SSDT 0x0000000079A38D18 00264C (v02 SUPERM SpsNm 00000002 INTL 20120913)
  85. [ 0.000000] ACPI: SSDT 0x0000000079A3B368 000064 (v02 SUPERM SpsNvs 00000002 INTL 20120913)
  86. [ 0.000000] ACPI: PRAD 0x0000000079A3B3D0 000102 (v02 SUPERM SMCI--MB 00000002 INTL 20120913)
  87. [ 0.000000] ACPI: DMAR 0x0000000079A3B4D8 000140 (v01 SUPERM SMCI--MB 00000001 INTL 20091013)
  88. [ 0.000000] ACPI: HEST 0x0000000079A3B618 00027C (v01 SUPERM SMCI--MB 00000001 INTL 00000001)
  89. [ 0.000000] ACPI: BERT 0x0000000079A3B898 000030 (v01 SUPERM SMCI--MB 00000001 INTL 00000001)
  90. [ 0.000000] ACPI: ERST 0x0000000079A3B8C8 000230 (v01 SUPERM SMCI--MB 00000001 INTL 00000001)
  91. [ 0.000000] ACPI: EINJ 0x0000000079A3BAF8 000130 (v01 SUPERM SMCI--MB 00000001 INTL 00000001)
  92. [ 0.000000] ACPI: Local APIC address 0xfee00000
  93. [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
  94. [ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
  95. [ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
  96. [ 0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
  97. [ 0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
  98. [ 0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
  99. [ 0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
  100. [ 0.000000] SRAT: PXM 0 -> APIC 0x10 -> Node 0
  101. [ 0.000000] SRAT: PXM 0 -> APIC 0x12 -> Node 0
  102. [ 0.000000] SRAT: PXM 0 -> APIC 0x14 -> Node 0
  103. [ 0.000000] SRAT: PXM 0 -> APIC 0x16 -> Node 0
  104. [ 0.000000] SRAT: PXM 0 -> APIC 0x18 -> Node 0
  105. [ 0.000000] SRAT: PXM 0 -> APIC 0x1a -> Node 0
  106. [ 0.000000] SRAT: PXM 0 -> APIC 0x1c -> Node 0
  107. [ 0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 1
  108. [ 0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 1
  109. [ 0.000000] SRAT: PXM 1 -> APIC 0x24 -> Node 1
  110. [ 0.000000] SRAT: PXM 1 -> APIC 0x26 -> Node 1
  111. [ 0.000000] SRAT: PXM 1 -> APIC 0x28 -> Node 1
  112. [ 0.000000] SRAT: PXM 1 -> APIC 0x2a -> Node 1
  113. [ 0.000000] SRAT: PXM 1 -> APIC 0x2c -> Node 1
  114. [ 0.000000] SRAT: PXM 1 -> APIC 0x30 -> Node 1
  115. [ 0.000000] SRAT: PXM 1 -> APIC 0x32 -> Node 1
  116. [ 0.000000] SRAT: PXM 1 -> APIC 0x34 -> Node 1
  117. [ 0.000000] SRAT: PXM 1 -> APIC 0x36 -> Node 1
  118. [ 0.000000] SRAT: PXM 1 -> APIC 0x38 -> Node 1
  119. [ 0.000000] SRAT: PXM 1 -> APIC 0x3a -> Node 1
  120. [ 0.000000] SRAT: PXM 1 -> APIC 0x3c -> Node 1
  121. [ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
  122. [ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
  123. [ 0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
  124. [ 0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
  125. [ 0.000000] SRAT: PXM 0 -> APIC 0x09 -> Node 0
  126. [ 0.000000] SRAT: PXM 0 -> APIC 0x0b -> Node 0
  127. [ 0.000000] SRAT: PXM 0 -> APIC 0x0d -> Node 0
  128. [ 0.000000] SRAT: PXM 0 -> APIC 0x11 -> Node 0
  129. [ 0.000000] SRAT: PXM 0 -> APIC 0x13 -> Node 0
  130. [ 0.000000] SRAT: PXM 0 -> APIC 0x15 -> Node 0
  131. [ 0.000000] SRAT: PXM 0 -> APIC 0x17 -> Node 0
  132. [ 0.000000] SRAT: PXM 0 -> APIC 0x19 -> Node 0
  133. [ 0.000000] SRAT: PXM 0 -> APIC 0x1b -> Node 0
  134. [ 0.000000] SRAT: PXM 0 -> APIC 0x1d -> Node 0
  135. [ 0.000000] SRAT: PXM 1 -> APIC 0x21 -> Node 1
  136. [ 0.000000] SRAT: PXM 1 -> APIC 0x23 -> Node 1
  137. [ 0.000000] SRAT: PXM 1 -> APIC 0x25 -> Node 1
  138. [ 0.000000] SRAT: PXM 1 -> APIC 0x27 -> Node 1
  139. [ 0.000000] SRAT: PXM 1 -> APIC 0x29 -> Node 1
  140. [ 0.000000] SRAT: PXM 1 -> APIC 0x2b -> Node 1
  141. [ 0.000000] SRAT: PXM 1 -> APIC 0x2d -> Node 1
  142. [ 0.000000] SRAT: PXM 1 -> APIC 0x31 -> Node 1
  143. [ 0.000000] SRAT: PXM 1 -> APIC 0x33 -> Node 1
  144. [ 0.000000] SRAT: PXM 1 -> APIC 0x35 -> Node 1
  145. [ 0.000000] SRAT: PXM 1 -> APIC 0x37 -> Node 1
  146. [ 0.000000] SRAT: PXM 1 -> APIC 0x39 -> Node 1
  147. [ 0.000000] SRAT: PXM 1 -> APIC 0x3b -> Node 1
  148. [ 0.000000] SRAT: PXM 1 -> APIC 0x3d -> Node 1
  149. [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
  150. [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x87fffffff]
  151. [ 0.000000] ACPI: SRAT: Node 1 PXM 1 [mem 0x880000000-0x107fffffff]
  152. [ 0.000000] NUMA: Initialized distance table, cnt=2
  153. [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x87fffffff] -> [mem 0x00000000-0x87fffffff]
  154. [ 0.000000] NODE_DATA(0) allocated [mem 0x87fffc000-0x87fffffff]
  155. [ 0.000000] NODE_DATA(1) allocated [mem 0x107fffb000-0x107fffefff]
  156. [ 0.000000] Reserving 128MB of memory at 752MB for crashkernel (System RAM: 65427MB)
  157. [ 0.000000] tsc: Fast TSC calibration using PIT
  158. [ 0.000000] Zone ranges:
  159. [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
  160. [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
  161. [ 0.000000] Normal [mem 0x0000000100000000-0x000000107fffffff]
  162. [ 0.000000] Movable zone start for each node
  163. [ 0.000000] Early memory node ranges
  164. [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
  165. [ 0.000000] node 0: [mem 0x0000000000100000-0x0000000079069fff]
  166. [ 0.000000] node 0: [mem 0x0000000079881000-0x0000000079974fff]
  167. [ 0.000000] node 0: [mem 0x000000007bd02000-0x000000007bd02fff]
  168. [ 0.000000] node 0: [mem 0x000000007bd89000-0x000000007bffffff]
  169. [ 0.000000] node 0: [mem 0x0000000100000000-0x000000087fffffff]
  170. [ 0.000000] node 1: [mem 0x0000000880000000-0x000000107fffffff]
  171. [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
  172. [ 0.000000] On node 0 totalpages: 8360821
  173. [ 0.000000] DMA zone: 64 pages used for memmap
  174. [ 0.000000] DMA zone: 45 pages reserved
  175. [ 0.000000] DMA zone: 3999 pages, LIFO batch:0
  176. [ 0.000000] DMA32 zone: 7696 pages used for memmap
  177. [ 0.000000] DMA32 zone: 492502 pages, LIFO batch:31
  178. [ 0.000000] Normal zone: 122880 pages used for memmap
  179. [ 0.000000] Normal zone: 7864320 pages, LIFO batch:31
  180. [ 0.000000] Initmem setup node 1 [mem 0x0000000880000000-0x000000107fffffff]
  181. [ 0.000000] On node 1 totalpages: 8388608
  182. [ 0.000000] Normal zone: 131072 pages used for memmap
  183. [ 0.000000] Normal zone: 8388608 pages, LIFO batch:31
  184. [ 0.000000] Reserved but unavailable: 98 pages
  185. [ 0.000000] ACPI: PM-Timer IO Port: 0x408
  186. [ 0.000000] ACPI: Local APIC address 0xfee00000
  187. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
  188. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  189. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
  190. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
  191. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
  192. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
  193. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
  194. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
  195. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
  196. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
  197. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
  198. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
  199. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
  200. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
  201. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
  202. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
  203. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
  204. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
  205. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
  206. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
  207. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
  208. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
  209. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
  210. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
  211. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
  212. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
  213. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
  214. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
  215. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  216. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  217. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
  218. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
  219. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
  220. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
  221. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
  222. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
  223. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
  224. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
  225. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
  226. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
  227. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
  228. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
  229. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
  230. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
  231. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
  232. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
  233. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
  234. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
  235. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
  236. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
  237. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
  238. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
  239. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
  240. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
  241. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
  242. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
  243. [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
  244. [ 0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
  245. [ 0.000000] IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
  246. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  247. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  248. [ 0.000000] ACPI: IRQ0 used by override.
  249. [ 0.000000] ACPI: IRQ9 used by override.
  250. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  251. [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
  252. [ 0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xffffffff (or later)
  253. [ 0.000000] smpboot: Allowing 56 CPUs, 0 hotplug CPUs
  254. [ 0.000000] e820: [mem 0x90000000-0xfed1bfff] available for PCI devices
  255. [ 0.000000] Booting paravirtualized kernel on bare hardware
  256. [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
  257. [ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x4d0 with crng_init=0
  258. [ 0.000000] setup_percpu: NR_CPUS:56 nr_cpumask_bits:56 nr_cpu_ids:56 nr_node_ids:2
  259. [ 0.000000] percpu: Embedded 1063 pages/cpu @ (ptrval) s4316184 r8192 d29672 u6291456
  260. [ 0.000000] pcpu-alloc: s4316184 r8192 d29672 u6291456 alloc=3*2097152
  261. [ 0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07
  262. [ 0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 28 [0] 29
  263. [ 0.000000] pcpu-alloc: [0] 30 [0] 31 [0] 32 [0] 33 [0] 34 [0] 35 [0] 36 [0] 37
  264. [ 0.000000] pcpu-alloc: [0] 38 [0] 39 [0] 40 [0] 41 [1] 14 [1] 15 [1] 16 [1] 17
  265. [ 0.000000] pcpu-alloc: [1] 18 [1] 19 [1] 20 [1] 21 [1] 22 [1] 23 [1] 24 [1] 25
  266. [ 0.000000] pcpu-alloc: [1] 26 [1] 27 [1] 42 [1] 43 [1] 44 [1] 45 [1] 46 [1] 47
  267. [ 0.000000] pcpu-alloc: [1] 48 [1] 49 [1] 50 [1] 51 [1] 52 [1] 53 [1] 54 [1] 55
  268. [ 0.000000] Built 2 zonelists, mobility grouping on. Total pages: 16487672
  269. [ 0.000000] Policy zone: Normal
  270. [ 0.000000] Kernel command line: BOOT_IMAGE=/root@/boot/vmlinuz root=ZFS=zpool_ssdroot/root net.ifnames=0 nomodeset crashkernel=128M console=ttyS1,115200n8 console=tty0
  271. [ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes
  272. [ 0.000000] log_buf_len total cpu_extra contributions: 225280 bytes
  273. [ 0.000000] log_buf_len min size: 262144 bytes
  274. [ 0.000000] log_buf_len: 524288 bytes
  275. [ 0.000000] early log buf free: 243616(92%)
  276. [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
  277. [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
  278. [ 0.000000] Memory: 65402452K/66997716K available (16412K kernel code, 1839K rwdata, 5772K rodata, 5864K init, 736K bss, 1595264K reserved, 0K cma-reserved)
  279. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=56, Nodes=2
  280. [ 0.000000] Kernel/User page tables isolation: enabled
  281. [ 0.000000] ftrace: allocating 50990 entries in 200 pages
  282. [ 0.000000] Hierarchical RCU implementation.
  283. [ 0.000000] NR_IRQS: 4352, nr_irqs: 1688, preallocated irqs: 16
  284. [ 0.000000] Console: colour dummy device 120x36
  285. [ 0.000000] console [tty0] enabled
  286. [ 0.000000] console [ttyS1] enabled
  287. [ 0.000000] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
  288. [ 0.000000] ACPI: Core revision 20180105
  289. [ 0.000000] ACPI: 4 ACPI AML tables successfully acquired and loaded
  290. [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
  291. [ 0.000000] hpet clockevent registered
  292. [ 0.000000] APIC: Switch to symmetric I/O mode setup
  293. [ 0.001000] Switched APIC routing to physical flat.
  294. [ 0.003000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  295. [ 0.008000] tsc: Fast TSC calibration using PIT
  296. [ 0.009000] tsc: Detected 1999.977 MHz processor
  297. [ 0.010000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a83198072, max_idle_ns: 881590710626 ns
  298. [ 0.011002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.95 BogoMIPS (lpj=1999977)
  299. [ 0.012001] pid_max: default: 57344 minimum: 448
  300. [ 0.013512] Security Framework initialized
  301. [ 0.014003] SELinux: Initializing.
  302. [ 0.015037] SELinux: Starting in permissive mode
  303. [ 0.027098] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
  304. [ 0.034254] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
  305. [ 0.035221] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  306. [ 0.037008] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  307. [ 0.038413] CPU: Physical Processor ID: 0
  308. [ 0.039002] CPU: Processor Core ID: 0
  309. [ 0.040007] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  310. [ 0.041001] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  311. [ 0.042005] mce: CPU supports 22 MCE banks
  312. [ 0.043018] CPU0: Thermal monitoring enabled (TM1)
  313. [ 0.044055] process: using mwait in idle threads
  314. [ 0.045003] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
  315. [ 0.046001] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
  316. [ 0.047002] Spectre V2 : Vulnerable: Minimal generic ASM retpoline
  317. [ 0.048613] Freeing SMP alternatives memory: 40K
  318. [ 0.054000] smpboot: CPU0: Genuine Intel(R) CPU @ 2.00GHz (family: 0x6, model: 0x3f, stepping: 0x1)
  319. [ 0.054160] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
  320. [ 0.055004] ... version: 3
  321. [ 0.056001] ... bit width: 48
  322. [ 0.057001] ... generic registers: 4
  323. [ 0.058001] ... value mask: 0000ffffffffffff
  324. [ 0.059001] ... max period: 00007fffffffffff
  325. [ 0.060000] ... fixed-purpose events: 3
  326. [ 0.061001] ... event mask: 000000070000000f
  327. [ 0.062079] Hierarchical SRCU implementation.
  328. [ 0.065628] smp: Bringing up secondary CPUs ...
  329. [ 0.066086] x86: Booting SMP configuration:
  330. [ 0.067001] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13
  331. [ 0.094004] .... node #1, CPUs: #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27
  332. [ 0.184002] .... node #0, CPUs: #28 #29 #30 #31 #32 #33 #34 #35 #36 #37 #38 #39 #40 #41
  333. [ 0.214002] .... node #1, CPUs: #42 #43 #44 #45 #46 #47 #48 #49 #50 #51 #52 #53 #54 #55
  334. [ 0.243350] smp: Brought up 2 nodes, 56 CPUs
  335. [ 0.245001] smpboot: Max logical packages: 2
  336. [ 0.246004] smpboot: Total of 56 processors activated (223983.76 BogoMIPS)
  337. [ 0.253192] devtmpfs: initialized
  338. [ 0.254105] x86/mm: Memory block size: 2048MB
  339. [ 0.256070] PM: Registering ACPI NVS region [mem 0x79975000-0x79ebbfff] (5533696 bytes)
  340. [ 0.257343] kworker/u113:0 (292) used greatest stack depth: 14672 bytes left
  341. [ 0.257538] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  342. [ 0.259098] futex hash table entries: 16384 (order: 8, 1048576 bytes)
  343. [ 0.261529] pinctrl core: initialized pinctrl subsystem
  344. [ 0.262085] RTC time: 7:47:56, date: 05/19/18
  345. [ 0.264572] NET: Registered protocol family 16
  346. [ 0.265157] audit: initializing netlink subsys (disabled)
  347. [ 0.266047] audit: type=2000 audit(1526716074.266:1): state=initialized audit_enabled=0 res=1
  348. [ 0.266082] kworker/u113:0 (294) used greatest stack depth: 14136 bytes left
  349. [ 0.274247] cpuidle: using governor menu
  350. [ 0.278117] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
  351. [ 0.285003] ACPI: bus type PCI registered
  352. [ 0.290035] dca service started, version 1.12.1
  353. [ 0.294021] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
  354. [ 0.304005] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
  355. [ 0.310029] PCI: Using configuration type 1 for base access
  356. [ 0.317042] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
  357. [ 0.331070] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  358. [ 0.338164] cryptd: max_cpu_qlen set to 1000
  359. [ 0.343284] ACPI: Added _OSI(Module Device)
  360. [ 0.347041] ACPI: Added _OSI(Processor Device)
  361. [ 0.352001] ACPI: Added _OSI(3.0 _SCP Extensions)
  362. [ 0.356002] ACPI: Added _OSI(Processor Aggregator Device)
  363. [ 0.375843] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  364. [ 0.390438] ACPI: Dynamic OEM Table Load:
  365. [ 0.422577] ACPI: Interpreter enabled
  366. [ 0.426019] ACPI: (supports S0 S5)
  367. [ 0.430002] ACPI: Using IOAPIC for interrupt routing
  368. [ 0.435038] HEST: Enabling Firmware First mode for corrected errors.
  369. [ 0.442036] HEST: Table parsing has been initialized.
  370. [ 0.447005] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  371. [ 0.457000] ACPI: GPE 0x24 active on init
  372. [ 0.461000] ACPI: Enabled 5 GPEs in block 00 to 3F
  373. [ 0.509262] ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus ff])
  374. [ 0.515007] acpi PNP0A03:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  375. [ 0.525715] acpi PNP0A03:02: _OSC: platform does not support [AER]
  376. [ 0.532822] acpi PNP0A03:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
  377. [ 0.541002] acpi PNP0A03:02: FADT indicates ASPM is unsupported, using BIOS configuration
  378. [ 0.549063] PCI host bridge to bus 0000:ff
  379. [ 0.553004] pci_bus 0000:ff: root bus resource [bus ff]
  380. [ 0.558016] pci 0000:ff:08.0: [8086:2f80] type 00 class 0x088000
  381. [ 0.558099] pci 0000:ff:08.2: [8086:2f32] type 00 class 0x110100
  382. [ 0.558158] pci 0000:ff:08.3: [8086:2f83] type 00 class 0x088000
  383. [ 0.558222] pci 0000:ff:09.0: [8086:2f90] type 00 class 0x088000
  384. [ 0.558283] pci 0000:ff:09.2: [8086:2f33] type 00 class 0x110100
  385. [ 0.558342] pci 0000:ff:09.3: [8086:2f93] type 00 class 0x088000
  386. [ 0.559018] pci 0000:ff:0b.0: [8086:2f81] type 00 class 0x088000
  387. [ 0.559018] pci 0000:ff:0b.1: [8086:2f36] type 00 class 0x110100
  388. [ 0.559020] pci 0000:ff:0b.2: [8086:2f37] type 00 class 0x110100
  389. [ 0.559020] pci 0000:ff:0c.0: [8086:2fe0] type 00 class 0x088000
  390. [ 0.559020] pci 0000:ff:0c.1: [8086:2fe1] type 00 class 0x088000
  391. [ 0.559020] pci 0000:ff:0c.2: [8086:2fe2] type 00 class 0x088000
  392. [ 0.559020] pci 0000:ff:0c.3: [8086:2fe3] type 00 class 0x088000
  393. [ 0.559020] pci 0000:ff:0c.4: [8086:2fe4] type 00 class 0x088000
  394. [ 0.559020] pci 0000:ff:0c.5: [8086:2fe5] type 00 class 0x088000
  395. [ 0.559020] pci 0000:ff:0c.6: [8086:2fe6] type 00 class 0x088000
  396. [ 0.559022] pci 0000:ff:0c.7: [8086:2fe7] type 00 class 0x088000
  397. [ 0.559062] pci 0000:ff:0d.0: [8086:2fe8] type 00 class 0x088000
  398. [ 0.559126] pci 0000:ff:0d.1: [8086:2fe9] type 00 class 0x088000
  399. [ 0.559182] pci 0000:ff:0d.2: [8086:2fea] type 00 class 0x088000
  400. [ 0.559247] pci 0000:ff:0d.3: [8086:2feb] type 00 class 0x088000
  401. [ 0.559302] pci 0000:ff:0d.4: [8086:2fec] type 00 class 0x088000
  402. [ 0.559359] pci 0000:ff:0d.5: [8086:2fed] type 00 class 0x088000
  403. [ 0.559418] pci 0000:ff:0f.0: [8086:2ff8] type 00 class 0x088000
  404. [ 0.560019] pci 0000:ff:0f.1: [8086:2ff9] type 00 class 0x088000
  405. [ 0.560023] pci 0000:ff:0f.2: [8086:2ffa] type 00 class 0x088000
  406. [ 0.560023] pci 0000:ff:0f.3: [8086:2ffb] type 00 class 0x088000
  407. [ 0.560025] pci 0000:ff:0f.4: [8086:2ffc] type 00 class 0x088000
  408. [ 0.560025] pci 0000:ff:0f.5: [8086:2ffd] type 00 class 0x088000
  409. [ 0.560025] pci 0000:ff:0f.6: [8086:2ffe] type 00 class 0x088000
  410. [ 0.560025] pci 0000:ff:10.0: [8086:2f1d] type 00 class 0x088000
  411. [ 0.560025] pci 0000:ff:10.1: [8086:2f34] type 00 class 0x110100
  412. [ 0.560025] pci 0000:ff:10.5: [8086:2f1e] type 00 class 0x088000
  413. [ 0.560025] pci 0000:ff:10.6: [8086:2f7d] type 00 class 0x110100
  414. [ 0.560046] pci 0000:ff:10.7: [8086:2f1f] type 00 class 0x088000
  415. [ 0.560100] pci 0000:ff:12.0: [8086:2fa0] type 00 class 0x088000
  416. [ 0.560165] pci 0000:ff:12.1: [8086:2f30] type 00 class 0x110100
  417. [ 0.560228] pci 0000:ff:12.4: [8086:2f60] type 00 class 0x088000
  418. [ 0.560288] pci 0000:ff:12.5: [8086:2f38] type 00 class 0x110100
  419. [ 0.560350] pci 0000:ff:13.0: [8086:2fa8] type 00 class 0x088000
  420. [ 0.560420] pci 0000:ff:13.1: [8086:2f71] type 00 class 0x088000
  421. [ 0.561018] pci 0000:ff:13.2: [8086:2faa] type 00 class 0x088000
  422. [ 0.561018] pci 0000:ff:13.3: [8086:2fab] type 00 class 0x088000
  423. [ 0.561018] pci 0000:ff:13.6: [8086:2fae] type 00 class 0x088000
  424. [ 0.561020] pci 0000:ff:13.7: [8086:2faf] type 00 class 0x088000
  425. [ 0.561020] pci 0000:ff:14.0: [8086:2fb0] type 00 class 0x088000
  426. [ 0.561024] pci 0000:ff:14.1: [8086:2fb1] type 00 class 0x088000
  427. [ 0.561024] pci 0000:ff:14.2: [8086:2fb2] type 00 class 0x088000
  428. [ 0.561024] pci 0000:ff:14.3: [8086:2fb3] type 00 class 0x088000
  429. [ 0.561024] pci 0000:ff:14.4: [8086:2fbc] type 00 class 0x088000
  430. [ 0.561050] pci 0000:ff:14.5: [8086:2fbd] type 00 class 0x088000
  431. [ 0.561107] pci 0000:ff:14.6: [8086:2fbe] type 00 class 0x088000
  432. [ 0.561168] pci 0000:ff:14.7: [8086:2fbf] type 00 class 0x088000
  433. [ 0.561227] pci 0000:ff:16.0: [8086:2f68] type 00 class 0x088000
  434. [ 0.561289] pci 0000:ff:16.1: [8086:2f79] type 00 class 0x088000
  435. [ 0.561352] pci 0000:ff:16.2: [8086:2f6a] type 00 class 0x088000
  436. [ 0.561415] pci 0000:ff:16.3: [8086:2f6b] type 00 class 0x088000
  437. [ 0.562017] pci 0000:ff:16.6: [8086:2f6e] type 00 class 0x088000
  438. [ 0.562017] pci 0000:ff:16.7: [8086:2f6f] type 00 class 0x088000
  439. [ 0.562017] pci 0000:ff:17.0: [8086:2fd0] type 00 class 0x088000
  440. [ 0.562018] pci 0000:ff:17.1: [8086:2fd1] type 00 class 0x088000
  441. [ 0.562027] pci 0000:ff:17.2: [8086:2fd2] type 00 class 0x088000
  442. [ 0.562027] pci 0000:ff:17.3: [8086:2fd3] type 00 class 0x088000
  443. [ 0.562027] pci 0000:ff:17.4: [8086:2fb8] type 00 class 0x088000
  444. [ 0.562027] pci 0000:ff:17.5: [8086:2fb9] type 00 class 0x088000
  445. [ 0.562027] pci 0000:ff:17.6: [8086:2fba] type 00 class 0x088000
  446. [ 0.562064] pci 0000:ff:17.7: [8086:2fbb] type 00 class 0x088000
  447. [ 0.562129] pci 0000:ff:1e.0: [8086:2f98] type 00 class 0x088000
  448. [ 0.562191] pci 0000:ff:1e.1: [8086:2f99] type 00 class 0x088000
  449. [ 0.562248] pci 0000:ff:1e.2: [8086:2f9a] type 00 class 0x088000
  450. [ 0.562312] pci 0000:ff:1e.3: [8086:2fc0] type 00 class 0x088000
  451. [ 0.562354] pci 0000:ff:1e.4: [8086:2f9c] type 00 class 0x088000
  452. [ 0.562415] pci 0000:ff:1f.0: [8086:2f88] type 00 class 0x088000
  453. [ 0.563025] pci 0000:ff:1f.2: [8086:2f8a] type 00 class 0x088000
  454. [ 0.563025] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 7f])
  455. [ 0.569005] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  456. [ 0.577265] acpi PNP0A03:03: _OSC: platform does not support [AER]
  457. [ 0.584409] acpi PNP0A03:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
  458. [ 0.592003] acpi PNP0A03:03: FADT indicates ASPM is unsupported, using BIOS configuration
  459. [ 0.600057] PCI host bridge to bus 0000:7f
  460. [ 0.605003] pci_bus 0000:7f: root bus resource [bus 7f]
  461. [ 0.610011] pci 0000:7f:08.0: [8086:2f80] type 00 class 0x088000
  462. [ 0.610077] pci 0000:7f:08.2: [8086:2f32] type 00 class 0x110100
  463. [ 0.610132] pci 0000:7f:08.3: [8086:2f83] type 00 class 0x088000
  464. [ 0.610192] pci 0000:7f:09.0: [8086:2f90] type 00 class 0x088000
  465. [ 0.610246] pci 0000:7f:09.2: [8086:2f33] type 00 class 0x110100
  466. [ 0.610298] pci 0000:7f:09.3: [8086:2f93] type 00 class 0x088000
  467. [ 0.610358] pci 0000:7f:0b.0: [8086:2f81] type 00 class 0x088000
  468. [ 0.610358] pci 0000:7f:0b.1: [8086:2f36] type 00 class 0x110100
  469. [ 0.610358] pci 0000:7f:0b.2: [8086:2f37] type 00 class 0x110100
  470. [ 0.610358] pci 0000:7f:0c.0: [8086:2fe0] type 00 class 0x088000
  471. [ 0.610358] pci 0000:7f:0c.1: [8086:2fe1] type 00 class 0x088000
  472. [ 0.610358] pci 0000:7f:0c.2: [8086:2fe2] type 00 class 0x088000
  473. [ 0.610358] pci 0000:7f:0c.3: [8086:2fe3] type 00 class 0x088000
  474. [ 0.610358] pci 0000:7f:0c.4: [8086:2fe4] type 00 class 0x088000
  475. [ 0.610376] pci 0000:7f:0c.5: [8086:2fe5] type 00 class 0x088000
  476. [ 0.611025] pci 0000:7f:0c.6: [8086:2fe6] type 00 class 0x088000
  477. [ 0.611025] pci 0000:7f:0c.7: [8086:2fe7] type 00 class 0x088000
  478. [ 0.611025] pci 0000:7f:0d.0: [8086:2fe8] type 00 class 0x088000
  479. [ 0.611025] pci 0000:7f:0d.1: [8086:2fe9] type 00 class 0x088000
  480. [ 0.611025] pci 0000:7f:0d.2: [8086:2fea] type 00 class 0x088000
  481. [ 0.611025] pci 0000:7f:0d.3: [8086:2feb] type 00 class 0x088000
  482. [ 0.611025] pci 0000:7f:0d.4: [8086:2fec] type 00 class 0x088000
  483. [ 0.611025] pci 0000:7f:0d.5: [8086:2fed] type 00 class 0x088000
  484. [ 0.611025] pci 0000:7f:0f.0: [8086:2ff8] type 00 class 0x088000
  485. [ 0.611025] pci 0000:7f:0f.1: [8086:2ff9] type 00 class 0x088000
  486. [ 0.611032] pci 0000:7f:0f.2: [8086:2ffa] type 00 class 0x088000
  487. [ 0.611032] pci 0000:7f:0f.3: [8086:2ffb] type 00 class 0x088000
  488. [ 0.611051] pci 0000:7f:0f.4: [8086:2ffc] type 00 class 0x088000
  489. [ 0.611103] pci 0000:7f:0f.5: [8086:2ffd] type 00 class 0x088000
  490. [ 0.611152] pci 0000:7f:0f.6: [8086:2ffe] type 00 class 0x088000
  491. [ 0.611202] pci 0000:7f:10.0: [8086:2f1d] type 00 class 0x088000
  492. [ 0.611250] pci 0000:7f:10.1: [8086:2f34] type 00 class 0x110100
  493. [ 0.611300] pci 0000:7f:10.5: [8086:2f1e] type 00 class 0x088000
  494. [ 0.611347] pci 0000:7f:10.6: [8086:2f7d] type 00 class 0x110100
  495. [ 0.611393] pci 0000:7f:10.7: [8086:2f1f] type 00 class 0x088000
  496. [ 0.612029] pci 0000:7f:12.0: [8086:2fa0] type 00 class 0x088000
  497. [ 0.612029] pci 0000:7f:12.1: [8086:2f30] type 00 class 0x110100
  498. [ 0.612029] pci 0000:7f:12.4: [8086:2f60] type 00 class 0x088000
  499. [ 0.612029] pci 0000:7f:12.5: [8086:2f38] type 00 class 0x110100
  500. [ 0.612029] pci 0000:7f:13.0: [8086:2fa8] type 00 class 0x088000
  501. [ 0.612029] pci 0000:7f:13.1: [8086:2f71] type 00 class 0x088000
  502. [ 0.612029] pci 0000:7f:13.2: [8086:2faa] type 00 class 0x088000
  503. [ 0.612029] pci 0000:7f:13.3: [8086:2fab] type 00 class 0x088000
  504. [ 0.612029] pci 0000:7f:13.6: [8086:2fae] type 00 class 0x088000
  505. [ 0.612029] pci 0000:7f:13.7: [8086:2faf] type 00 class 0x088000
  506. [ 0.612029] pci 0000:7f:14.0: [8086:2fb0] type 00 class 0x088000
  507. [ 0.612036] pci 0000:7f:14.1: [8086:2fb1] type 00 class 0x088000
  508. [ 0.612089] pci 0000:7f:14.2: [8086:2fb2] type 00 class 0x088000
  509. [ 0.612151] pci 0000:7f:14.3: [8086:2fb3] type 00 class 0x088000
  510. [ 0.612205] pci 0000:7f:14.4: [8086:2fbc] type 00 class 0x088000
  511. [ 0.612255] pci 0000:7f:14.5: [8086:2fbd] type 00 class 0x088000
  512. [ 0.612311] pci 0000:7f:14.6: [8086:2fbe] type 00 class 0x088000
  513. [ 0.612361] pci 0000:7f:14.7: [8086:2fbf] type 00 class 0x088000
  514. [ 0.612413] pci 0000:7f:16.0: [8086:2f68] type 00 class 0x088000
  515. [ 0.613019] pci 0000:7f:16.1: [8086:2f79] type 00 class 0x088000
  516. [ 0.613019] pci 0000:7f:16.2: [8086:2f6a] type 00 class 0x088000
  517. [ 0.613020] pci 0000:7f:16.3: [8086:2f6b] type 00 class 0x088000
  518. [ 0.613020] pci 0000:7f:16.6: [8086:2f6e] type 00 class 0x088000
  519. [ 0.613020] pci 0000:7f:16.7: [8086:2f6f] type 00 class 0x088000
  520. [ 0.613023] pci 0000:7f:17.0: [8086:2fd0] type 00 class 0x088000
  521. [ 0.613023] pci 0000:7f:17.1: [8086:2fd1] type 00 class 0x088000
  522. [ 0.613025] pci 0000:7f:17.2: [8086:2fd2] type 00 class 0x088000
  523. [ 0.613025] pci 0000:7f:17.3: [8086:2fd3] type 00 class 0x088000
  524. [ 0.613025] pci 0000:7f:17.4: [8086:2fb8] type 00 class 0x088000
  525. [ 0.613028] pci 0000:7f:17.5: [8086:2fb9] type 00 class 0x088000
  526. [ 0.613074] pci 0000:7f:17.6: [8086:2fba] type 00 class 0x088000
  527. [ 0.613124] pci 0000:7f:17.7: [8086:2fbb] type 00 class 0x088000
  528. [ 0.613191] pci 0000:7f:1e.0: [8086:2f98] type 00 class 0x088000
  529. [ 0.613244] pci 0000:7f:1e.1: [8086:2f99] type 00 class 0x088000
  530. [ 0.613293] pci 0000:7f:1e.2: [8086:2f9a] type 00 class 0x088000
  531. [ 0.613341] pci 0000:7f:1e.3: [8086:2fc0] type 00 class 0x088000
  532. [ 0.613378] pci 0000:7f:1e.4: [8086:2f9c] type 00 class 0x088000
  533. [ 0.614027] pci 0000:7f:1f.0: [8086:2f88] type 00 class 0x088000
  534. [ 0.614027] pci 0000:7f:1f.2: [8086:2f8a] type 00 class 0x088000
  535. [ 0.627000] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
  536. [ 0.633006] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  537. [ 0.641306] acpi PNP0A08:00: _OSC: platform does not support [AER]
  538. [ 0.648093] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
  539. [ 0.656002] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
  540. [ 0.664106] PCI host bridge to bus 0000:00
  541. [ 0.668004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
  542. [ 0.675006] pci_bus 0000:00: root bus resource [io 0x1000-0x7fff window]
  543. [ 0.682002] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  544. [ 0.689007] pci_bus 0000:00: root bus resource [mem 0xfedb0000-0xfedb000f window]
  545. [ 0.697002] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc000f window]
  546. [ 0.704002] pci_bus 0000:00: root bus resource [mem 0x90000000-0xc7ffbfff window]
  547. [ 0.712002] pci_bus 0000:00: root bus resource [bus 00-7e]
  548. [ 0.717010] pci 0000:00:00.0: [8086:2f00] type 00 class 0x060000
  549. [ 0.717199] pci 0000:00:01.0: [8086:2f02] type 01 class 0x060400
  550. [ 0.717258] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
  551. [ 0.718017] pci 0000:00:01.1: [8086:2f03] type 01 class 0x060400
  552. [ 0.718017] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
  553. [ 0.718022] pci 0000:00:02.0: [8086:2f04] type 01 class 0x060400
  554. [ 0.718022] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
  555. [ 0.718022] pci 0000:00:02.2: [8086:2f06] type 01 class 0x060400
  556. [ 0.718022] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
  557. [ 0.718083] pci 0000:00:03.0: [8086:2f08] type 01 class 0x060400
  558. [ 0.718138] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
  559. [ 0.718252] pci 0000:00:03.2: [8086:2f0a] type 01 class 0x060400
  560. [ 0.718306] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
  561. [ 0.718425] pci 0000:00:04.0: [8086:2f20] type 00 class 0x088000
  562. [ 0.718438] pci 0000:00:04.0: reg 0x10: [mem 0xc732c000-0xc732ffff 64bit]
  563. [ 0.719008] pci 0000:00:04.1: [8086:2f21] type 00 class 0x088000
  564. [ 0.719008] pci 0000:00:04.1: reg 0x10: [mem 0xc7328000-0xc732bfff 64bit]
  565. [ 0.719019] pci 0000:00:04.2: [8086:2f22] type 00 class 0x088000
  566. [ 0.719019] pci 0000:00:04.2: reg 0x10: [mem 0xc7324000-0xc7327fff 64bit]
  567. [ 0.719019] pci 0000:00:04.3: [8086:2f23] type 00 class 0x088000
  568. [ 0.719019] pci 0000:00:04.3: reg 0x10: [mem 0xc7320000-0xc7323fff 64bit]
  569. [ 0.719044] pci 0000:00:04.4: [8086:2f24] type 00 class 0x088000
  570. [ 0.719057] pci 0000:00:04.4: reg 0x10: [mem 0xc731c000-0xc731ffff 64bit]
  571. [ 0.719195] pci 0000:00:04.5: [8086:2f25] type 00 class 0x088000
  572. [ 0.719207] pci 0000:00:04.5: reg 0x10: [mem 0xc7318000-0xc731bfff 64bit]
  573. [ 0.719348] pci 0000:00:04.6: [8086:2f26] type 00 class 0x088000
  574. [ 0.719360] pci 0000:00:04.6: reg 0x10: [mem 0xc7314000-0xc7317fff 64bit]
  575. [ 0.720001] pci 0000:00:04.7: [8086:2f27] type 00 class 0x088000
  576. [ 0.720001] pci 0000:00:04.7: reg 0x10: [mem 0xc7310000-0xc7313fff 64bit]
  577. [ 0.720018] pci 0000:00:05.0: [8086:2f28] type 00 class 0x088000
  578. [ 0.720019] pci 0000:00:05.1: [8086:2f29] type 00 class 0x088000
  579. [ 0.720019] pci 0000:00:05.2: [8086:2f2a] type 00 class 0x088000
  580. [ 0.720090] pci 0000:00:05.4: [8086:2f2c] type 00 class 0x080020
  581. [ 0.720100] pci 0000:00:05.4: reg 0x10: [mem 0xc7337000-0xc7337fff]
  582. [ 0.720249] pci 0000:00:11.0: [8086:8d7c] type 00 class 0xff0000
  583. [ 0.721000] pci 0000:00:16.0: [8086:8d3a] type 00 class 0x078000
  584. [ 0.721000] pci 0000:00:16.0: reg 0x10: [mem 0xc7336000-0xc733600f 64bit]
  585. [ 0.721000] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
  586. [ 0.721016] pci 0000:00:16.1: [8086:8d3b] type 00 class 0x078000
  587. [ 0.721016] pci 0000:00:16.1: reg 0x10: [mem 0xc7335000-0xc733500f 64bit]
  588. [ 0.721016] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
  589. [ 0.721018] pci 0000:00:1a.0: [8086:8d2d] type 00 class 0x0c0320
  590. [ 0.721018] pci 0000:00:1a.0: reg 0x10: [mem 0xc7333000-0xc73333ff]
  591. [ 0.721018] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
  592. [ 0.721069] pci 0000:00:1c.0: [8086:8d10] type 01 class 0x060400
  593. [ 0.721143] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  594. [ 0.721226] pci 0000:00:1c.0: Enabling MPC IRBNCE
  595. [ 0.726004] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
  596. [ 0.733126] pci 0000:00:1c.4: [8086:8d18] type 01 class 0x060400
  597. [ 0.733203] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
  598. [ 0.733273] pci 0000:00:1c.4: Enabling MPC IRBNCE
  599. [ 0.738003] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
  600. [ 0.744128] pci 0000:00:1d.0: [8086:8d26] type 00 class 0x0c0320
  601. [ 0.744150] pci 0000:00:1d.0: reg 0x10: [mem 0xc7332000-0xc73323ff]
  602. [ 0.744234] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  603. [ 0.745014] pci 0000:00:1f.0: [8086:8d44] type 00 class 0x060100
  604. [ 0.745017] pci 0000:00:1f.3: [8086:8d22] type 00 class 0x0c0500
  605. [ 0.745017] pci 0000:00:1f.3: reg 0x10: [mem 0xc7331000-0xc73310ff 64bit]
  606. [ 0.745017] pci 0000:00:1f.3: reg 0x20: [io 0x0580-0x059f]
  607. [ 0.745164] pci 0000:00:01.0: PCI bridge to [bus 01]
  608. [ 0.750143] pci 0000:00:01.1: PCI bridge to [bus 02]
  609. [ 0.755162] pci 0000:00:02.0: PCI bridge to [bus 03]
  610. [ 0.760160] pci 0000:04:00.0: [1000:0070] type 00 class 0x010700
  611. [ 0.760175] pci 0000:04:00.0: reg 0x10: [io 0x6000-0x60ff]
  612. [ 0.760184] pci 0000:04:00.0: reg 0x14: [mem 0xc72c0000-0xc72c3fff 64bit]
  613. [ 0.760192] pci 0000:04:00.0: reg 0x1c: [mem 0xc7280000-0xc72bffff 64bit]
  614. [ 0.760203] pci 0000:04:00.0: reg 0x30: [mem 0xc7200000-0xc727ffff pref]
  615. [ 0.760208] pci 0000:04:00.0: enabling Extended Tags
  616. [ 0.766048] pci 0000:04:00.0: supports D1 D2
  617. [ 0.766125] pci 0000:00:02.2: PCI bridge to [bus 04]
  618. [ 0.771003] pci 0000:00:02.2: bridge window [io 0x6000-0x6fff]
  619. [ 0.771006] pci 0000:00:02.2: bridge window [mem 0xc7200000-0xc72fffff]
  620. [ 0.771166] pci 0000:05:00.0: [1b21:1242] type 00 class 0x0c0330
  621. [ 0.771188] pci 0000:05:00.0: reg 0x10: [mem 0xc7100000-0xc7107fff 64bit]
  622. [ 0.771217] pci 0000:05:00.0: enabling Extended Tags
  623. [ 0.776058] pci 0000:05:00.0: PME# supported from D3hot D3cold
  624. [ 0.776145] pci 0000:00:03.0: PCI bridge to [bus 05]
  625. [ 0.781004] pci 0000:00:03.0: bridge window [mem 0xc7100000-0xc71fffff]
  626. [ 0.781057] pci 0000:06:00.0: [8086:10fb] type 00 class 0x020000
  627. [ 0.781074] pci 0000:06:00.0: reg 0x10: [mem 0xc7d80000-0xc7dfffff 64bit pref]
  628. [ 0.781080] pci 0000:06:00.0: reg 0x18: [io 0x5020-0x503f]
  629. [ 0.781093] pci 0000:06:00.0: reg 0x20: [mem 0xc7e04000-0xc7e07fff 64bit pref]
  630. [ 0.781142] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
  631. [ 0.781223] pci 0000:06:00.1: [8086:10fb] type 00 class 0x020000
  632. [ 0.781239] pci 0000:06:00.1: reg 0x10: [mem 0xc7d00000-0xc7d7ffff 64bit pref]
  633. [ 0.781245] pci 0000:06:00.1: reg 0x18: [io 0x5000-0x501f]
  634. [ 0.781258] pci 0000:06:00.1: reg 0x20: [mem 0xc7e00000-0xc7e03fff 64bit pref]
  635. [ 0.781305] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
  636. [ 0.781378] pci 0000:00:03.2: PCI bridge to [bus 06]
  637. [ 0.786004] pci 0000:00:03.2: bridge window [io 0x5000-0x5fff]
  638. [ 0.786008] pci 0000:00:03.2: bridge window [mem 0xc7d00000-0xc7efffff 64bit pref]
  639. [ 0.786055] pci 0000:00:1c.0: PCI bridge to [bus 07]
  640. [ 0.792074] pci 0000:08:00.0: [1a03:1150] type 01 class 0x060400
  641. [ 0.792142] pci 0000:08:00.0: enabling Extended Tags
  642. [ 0.797076] pci 0000:08:00.0: supports D1 D2
  643. [ 0.797078] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  644. [ 0.800014] pci 0000:00:1c.4: PCI bridge to [bus 08-09]
  645. [ 0.805007] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff]
  646. [ 0.805010] pci 0000:00:1c.4: bridge window [mem 0xc6000000-0xc70fffff]
  647. [ 0.805089] pci 0000:09:00.0: [1a03:2000] type 00 class 0x030000
  648. [ 0.805122] pci 0000:09:00.0: reg 0x10: [mem 0xc6000000-0xc6ffffff]
  649. [ 0.805136] pci 0000:09:00.0: reg 0x14: [mem 0xc7000000-0xc701ffff]
  650. [ 0.805150] pci 0000:09:00.0: reg 0x18: [io 0x4000-0x407f]
  651. [ 0.805215] pci 0000:09:00.0: BAR 0: assigned to efifb
  652. [ 0.811050] pci 0000:09:00.0: supports D1 D2
  653. [ 0.811051] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  654. [ 0.811166] pci 0000:08:00.0: PCI bridge to [bus 09]
  655. [ 0.816009] pci 0000:08:00.0: bridge window [io 0x4000-0x4fff]
  656. [ 0.816013] pci 0000:08:00.0: bridge window [mem 0xc6000000-0xc70fffff]
  657. [ 0.816065] pci_bus 0000:00: on NUMA node 0
  658. [ 0.816674] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
  659. [ 0.823006] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  660. [ 0.831419] acpi PNP0A08:01: _OSC: platform does not support [AER]
  661. [ 0.838282] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
  662. [ 0.846002] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
  663. [ 0.854151] PCI host bridge to bus 0000:80
  664. [ 0.858004] pci_bus 0000:80: root bus resource [io 0x8000-0xffff window]
  665. [ 0.865003] pci_bus 0000:80: root bus resource [mem 0xc8000000-0xfbffbfff window]
  666. [ 0.873002] pci_bus 0000:80: root bus resource [bus 80-fe]
  667. [ 0.878014] pci 0000:80:04.0: [8086:2f20] type 00 class 0x088000
  668. [ 0.878029] pci 0000:80:04.0: reg 0x10: [mem 0xfbf1c000-0xfbf1ffff 64bit]
  669. [ 0.878159] pci 0000:80:04.1: [8086:2f21] type 00 class 0x088000
  670. [ 0.878173] pci 0000:80:04.1: reg 0x10: [mem 0xfbf18000-0xfbf1bfff 64bit]
  671. [ 0.878298] pci 0000:80:04.2: [8086:2f22] type 00 class 0x088000
  672. [ 0.878312] pci 0000:80:04.2: reg 0x10: [mem 0xfbf14000-0xfbf17fff 64bit]
  673. [ 0.879024] pci 0000:80:04.3: [8086:2f23] type 00 class 0x088000
  674. [ 0.879024] pci 0000:80:04.3: reg 0x10: [mem 0xfbf10000-0xfbf13fff 64bit]
  675. [ 0.879024] pci 0000:80:04.4: [8086:2f24] type 00 class 0x088000
  676. [ 0.879024] pci 0000:80:04.4: reg 0x10: [mem 0xfbf0c000-0xfbf0ffff 64bit]
  677. [ 0.879024] pci 0000:80:04.5: [8086:2f25] type 00 class 0x088000
  678. [ 0.879024] pci 0000:80:04.5: reg 0x10: [mem 0xfbf08000-0xfbf0bfff 64bit]
  679. [ 0.879024] pci 0000:80:04.6: [8086:2f26] type 00 class 0x088000
  680. [ 0.879024] pci 0000:80:04.6: reg 0x10: [mem 0xfbf04000-0xfbf07fff 64bit]
  681. [ 0.879033] pci 0000:80:04.7: [8086:2f27] type 00 class 0x088000
  682. [ 0.879046] pci 0000:80:04.7: reg 0x10: [mem 0xfbf00000-0xfbf03fff 64bit]
  683. [ 0.879155] pci 0000:80:05.0: [8086:2f28] type 00 class 0x088000
  684. [ 0.879259] pci 0000:80:05.1: [8086:2f29] type 00 class 0x088000
  685. [ 0.879395] pci 0000:80:05.2: [8086:2f2a] type 00 class 0x088000
  686. [ 0.880014] pci 0000:80:05.4: [8086:2f2c] type 00 class 0x080020
  687. [ 0.880014] pci 0000:80:05.4: reg 0x10: [mem 0xfbf20000-0xfbf20fff]
  688. [ 0.880016] pci_bus 0000:80: on NUMA node 1
  689. [ 0.880018] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
  690. [ 0.887056] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
  691. [ 0.894052] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
  692. [ 0.901052] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
  693. [ 0.908051] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
  694. [ 0.916052] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
  695. [ 0.925055] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
  696. [ 0.933052] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
  697. [ 0.942044] pci 0000:09:00.0: vgaarb: setting as boot VGA device
  698. [ 0.943000] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
  699. [ 0.956013] pci 0000:09:00.0: vgaarb: bridge control possible
  700. [ 0.962001] vgaarb: loaded
  701. [ 0.965165] SCSI subsystem initialized
  702. [ 0.968022] libata version 3.00 loaded.
  703. [ 0.968068] ACPI: bus type USB registered
  704. [ 0.973031] usbcore: registered new interface driver usbfs
  705. [ 0.978013] usbcore: registered new interface driver hub
  706. [ 0.984039] usbcore: registered new device driver usb
  707. [ 0.989044] pps_core: LinuxPPS API ver. 1 registered
  708. [ 0.994007] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  709. [ 1.003007] PTP clock support registered
  710. [ 1.007024] EDAC MC: Ver: 3.0.0
  711. [ 1.010116] Registered efivars operations
  712. [ 1.016031] PCI: Using ACPI for IRQ routing
  713. [ 1.024931] PCI: pci_cache_line_size set to 64 bytes
  714. [ 1.025151] e820: reserve RAM buffer [mem 0x7906a000-0x7bffffff]
  715. [ 1.025153] e820: reserve RAM buffer [mem 0x79975000-0x7bffffff]
  716. [ 1.025154] e820: reserve RAM buffer [mem 0x7bd03000-0x7bffffff]
  717. [ 1.025322] NetLabel: Initializing
  718. [ 1.029002] NetLabel: domain hash size = 128
  719. [ 1.033001] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  720. [ 1.039021] NetLabel: unlabeled traffic allowed by default
  721. [ 1.044082] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  722. [ 1.051002] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
  723. [ 1.059189] clocksource: Switched to clocksource tsc-early
  724. [ 1.078581] VFS: Disk quotas dquot_6.6.0
  725. [ 1.082567] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  726. [ 1.089528] FS-Cache: Loaded
  727. [ 1.092536] CacheFiles: Loaded
  728. [ 1.097594] pnp: PnP ACPI init
  729. [ 1.100993] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
  730. [ 1.101153] system 00:01: [io 0x0500-0x057f] has been reserved
  731. [ 1.107072] system 00:01: [io 0x0400-0x047f] has been reserved
  732. [ 1.112989] system 00:01: [io 0x0580-0x059f] has been reserved
  733. [ 1.118900] system 00:01: [io 0x0600-0x061f] has been reserved
  734. [ 1.124811] system 00:01: [io 0x0880-0x0883] has been reserved
  735. [ 1.130730] system 00:01: [io 0x0800-0x081f] has been reserved
  736. [ 1.136643] system 00:01: [mem 0xfed1c000-0xfed3ffff] has been reserved
  737. [ 1.143254] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
  738. [ 1.149857] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
  739. [ 1.156463] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
  740. [ 1.163075] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
  741. [ 1.169679] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
  742. [ 1.176284] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
  743. [ 1.182904] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
  744. [ 1.183198] system 00:02: [io 0x0a00-0x0a0f] has been reserved
  745. [ 1.189120] system 00:02: [io 0x0a10-0x0a1f] has been reserved
  746. [ 1.195039] system 00:02: [io 0x0a20-0x0a2f] has been reserved
  747. [ 1.200959] system 00:02: [io 0x0a30-0x0a3f] has been reserved
  748. [ 1.206878] system 00:02: [io 0x0a40-0x0a4f] has been reserved
  749. [ 1.212804] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
  750. [ 1.213011] pnp 00:03: [dma 0 disabled]
  751. [ 1.213065] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
  752. [ 1.213243] pnp 00:04: [dma 0 disabled]
  753. [ 1.213290] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
  754. [ 1.213961] pnp: PnP ACPI: found 5 devices
  755. [ 1.222603] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  756. [ 1.231510] pci 0000:00:01.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
  757. [ 1.231513] pci 0000:00:01.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
  758. [ 1.231515] pci 0000:00:01.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
  759. [ 1.231519] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
  760. [ 1.231521] pci 0000:00:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
  761. [ 1.231522] pci 0000:00:01.1: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
  762. [ 1.231572] pci 0000:00:01.0: BAR 8: assigned [mem 0x90000000-0x901fffff]
  763. [ 1.238359] pci 0000:00:01.0: BAR 9: assigned [mem 0x90200000-0x903fffff 64bit pref]
  764. [ 1.246096] pci 0000:00:01.1: BAR 8: assigned [mem 0x90400000-0x905fffff]
  765. [ 1.252884] pci 0000:00:01.1: BAR 9: assigned [mem 0x90600000-0x907fffff 64bit pref]
  766. [ 1.260622] pci 0000:00:01.0: BAR 7: assigned [io 0x1000-0x1fff]
  767. [ 1.266713] pci 0000:00:01.1: BAR 7: assigned [io 0x2000-0x2fff]
  768. [ 1.272808] pci 0000:00:01.0: PCI bridge to [bus 01]
  769. [ 1.277773] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff]
  770. [ 1.283866] pci 0000:00:01.0: bridge window [mem 0x90000000-0x901fffff]
  771. [ 1.290650] pci 0000:00:01.0: bridge window [mem 0x90200000-0x903fffff 64bit pref]
  772. [ 1.298393] pci 0000:00:01.1: PCI bridge to [bus 02]
  773. [ 1.303355] pci 0000:00:01.1: bridge window [io 0x2000-0x2fff]
  774. [ 1.309441] pci 0000:00:01.1: bridge window [mem 0x90400000-0x905fffff]
  775. [ 1.316227] pci 0000:00:01.1: bridge window [mem 0x90600000-0x907fffff 64bit pref]
  776. [ 1.323968] pci 0000:00:02.0: PCI bridge to [bus 03]
  777. [ 1.328936] pci 0000:00:02.2: PCI bridge to [bus 04]
  778. [ 1.333898] pci 0000:00:02.2: bridge window [io 0x6000-0x6fff]
  779. [ 1.339982] pci 0000:00:02.2: bridge window [mem 0xc7200000-0xc72fffff]
  780. [ 1.346771] pci 0000:00:03.0: PCI bridge to [bus 05]
  781. [ 1.351735] pci 0000:00:03.0: bridge window [mem 0xc7100000-0xc71fffff]
  782. [ 1.358524] pci 0000:00:03.2: PCI bridge to [bus 06]
  783. [ 1.363488] pci 0000:00:03.2: bridge window [io 0x5000-0x5fff]
  784. [ 1.369583] pci 0000:00:03.2: bridge window [mem 0xc7d00000-0xc7efffff 64bit pref]
  785. [ 1.377321] pci 0000:00:1c.0: PCI bridge to [bus 07]
  786. [ 1.382292] pci 0000:08:00.0: PCI bridge to [bus 09]
  787. [ 1.387251] pci 0000:08:00.0: bridge window [io 0x4000-0x4fff]
  788. [ 1.393349] pci 0000:08:00.0: bridge window [mem 0xc6000000-0xc70fffff]
  789. [ 1.400139] pci 0000:00:1c.4: PCI bridge to [bus 08-09]
  790. [ 1.405364] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff]
  791. [ 1.411452] pci 0000:00:1c.4: bridge window [mem 0xc6000000-0xc70fffff]
  792. [ 1.418241] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
  793. [ 1.418242] pci_bus 0000:00: resource 5 [io 0x1000-0x7fff window]
  794. [ 1.418243] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
  795. [ 1.418244] pci_bus 0000:00: resource 7 [mem 0xfedb0000-0xfedb000f window]
  796. [ 1.418246] pci_bus 0000:00: resource 8 [mem 0xfedc0000-0xfedc000f window]
  797. [ 1.418247] pci_bus 0000:00: resource 9 [mem 0x90000000-0xc7ffbfff window]
  798. [ 1.418248] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
  799. [ 1.418249] pci_bus 0000:01: resource 1 [mem 0x90000000-0x901fffff]
  800. [ 1.418250] pci_bus 0000:01: resource 2 [mem 0x90200000-0x903fffff 64bit pref]
  801. [ 1.418251] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
  802. [ 1.418252] pci_bus 0000:02: resource 1 [mem 0x90400000-0x905fffff]
  803. [ 1.418253] pci_bus 0000:02: resource 2 [mem 0x90600000-0x907fffff 64bit pref]
  804. [ 1.418255] pci_bus 0000:04: resource 0 [io 0x6000-0x6fff]
  805. [ 1.418256] pci_bus 0000:04: resource 1 [mem 0xc7200000-0xc72fffff]
  806. [ 1.418257] pci_bus 0000:05: resource 1 [mem 0xc7100000-0xc71fffff]
  807. [ 1.418258] pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
  808. [ 1.418259] pci_bus 0000:06: resource 2 [mem 0xc7d00000-0xc7efffff 64bit pref]
  809. [ 1.418261] pci_bus 0000:08: resource 0 [io 0x4000-0x4fff]
  810. [ 1.418262] pci_bus 0000:08: resource 1 [mem 0xc6000000-0xc70fffff]
  811. [ 1.418263] pci_bus 0000:09: resource 0 [io 0x4000-0x4fff]
  812. [ 1.418264] pci_bus 0000:09: resource 1 [mem 0xc6000000-0xc70fffff]
  813. [ 1.418414] pci_bus 0000:80: resource 4 [io 0x8000-0xffff window]
  814. [ 1.418415] pci_bus 0000:80: resource 5 [mem 0xc8000000-0xfbffbfff window]
  815. [ 1.418590] NET: Registered protocol family 2
  816. [ 1.423291] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes)
  817. [ 1.431563] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
  818. [ 1.439892] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
  819. [ 1.446802] TCP: Hash tables configured (established 524288 bind 65536)
  820. [ 1.453671] UDP hash table entries: 32768 (order: 8, 1048576 bytes)
  821. [ 1.460189] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes)
  822. [ 1.467445] NET: Registered protocol family 1
  823. [ 1.472355] RPC: Registered named UNIX socket transport module.
  824. [ 1.478272] RPC: Registered udp transport module.
  825. [ 1.482975] RPC: Registered tcp transport module.
  826. [ 1.487673] RPC: Registered tcp NFSv4.1 backchannel transport module.
  827. [ 1.528112] PCI: CLS mismatch (64 != 32), using 64 bytes
  828. [ 1.528191] pci 0000:05:00.0: enabling device (0100 -> 0102)
  829. [ 1.534020] pci 0000:09:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  830. [ 1.542420] Unpacking initramfs...
  831. [ 2.020417] Freeing initrd memory: 3788K
  832. [ 2.024402] DMAR: Host address width 46
  833. [ 2.028240] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
  834. [ 2.033573] DMAR: dmar0: reg_base_addr fbffc000 ver 1:0 cap d2078c106f0466 ecap f020de
  835. [ 2.041483] DMAR: DRHD base: 0x000000c7ffc000 flags: 0x1
  836. [ 2.046800] DMAR: dmar1: reg_base_addr c7ffc000 ver 1:0 cap d2078c106f0466 ecap f020de
  837. [ 2.054710] DMAR: RMRR base: 0x0000007ba77000 end: 0x0000007ba86fff
  838. [ 2.060975] DMAR: ATSR flags: 0x0
  839. [ 2.064288] DMAR: RHSA base: 0x000000c7ffc000 proximity domain: 0x0
  840. [ 2.070552] DMAR: RHSA base: 0x000000fbffc000 proximity domain: 0x1
  841. [ 2.076943] DMAR: [Firmware Bug]: RMRR entry for device 05:00.0 is broken - applying workaround
  842. [ 2.086362] DMAR: dmar0: Using Queued invalidation
  843. [ 2.091178] DMAR: dmar1: Using Queued invalidation
  844. [ 2.096006] DMAR: Setting RMRR:
  845. [ 2.100113] DMAR: Setting identity map for device 0000:00:1a.0 [0x7ba77000 - 0x7ba86fff]
  846. [ 2.109588] DMAR: Setting identity map for device 0000:00:1d.0 [0x7ba77000 - 0x7ba86fff]
  847. [ 2.118642] DMAR: Setting identity map for device 0000:05:00.0 [0x7ba77000 - 0x7ba86fff]
  848. [ 2.126783] DMAR: Prepare 0-16MiB unity mapping for LPC
  849. [ 2.133027] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
  850. [ 2.140481] DMAR: Intel(R) Virtualization Technology for Directed I/O
  851. [ 2.147115] iommu: Adding device 0000:ff:08.0 to group 0
  852. [ 2.152463] iommu: Adding device 0000:ff:08.2 to group 0
  853. [ 2.157808] iommu: Adding device 0000:ff:08.3 to group 0
  854. [ 2.163246] iommu: Adding device 0000:ff:09.0 to group 1
  855. [ 2.168592] iommu: Adding device 0000:ff:09.2 to group 1
  856. [ 2.173938] iommu: Adding device 0000:ff:09.3 to group 1
  857. [ 2.179376] iommu: Adding device 0000:ff:0b.0 to group 2
  858. [ 2.184720] iommu: Adding device 0000:ff:0b.1 to group 2
  859. [ 2.190070] iommu: Adding device 0000:ff:0b.2 to group 2
  860. [ 2.195660] iommu: Adding device 0000:ff:0c.0 to group 3
  861. [ 2.201007] iommu: Adding device 0000:ff:0c.1 to group 3
  862. [ 2.206353] iommu: Adding device 0000:ff:0c.2 to group 3
  863. [ 2.211700] iommu: Adding device 0000:ff:0c.3 to group 3
  864. [ 2.217048] iommu: Adding device 0000:ff:0c.4 to group 3
  865. [ 2.222395] iommu: Adding device 0000:ff:0c.5 to group 3
  866. [ 2.227742] iommu: Adding device 0000:ff:0c.6 to group 3
  867. [ 2.233091] iommu: Adding device 0000:ff:0c.7 to group 3
  868. [ 2.238624] iommu: Adding device 0000:ff:0d.0 to group 4
  869. [ 2.243967] iommu: Adding device 0000:ff:0d.1 to group 4
  870. [ 2.249315] iommu: Adding device 0000:ff:0d.2 to group 4
  871. [ 2.254662] iommu: Adding device 0000:ff:0d.3 to group 4
  872. [ 2.260012] iommu: Adding device 0000:ff:0d.4 to group 4
  873. [ 2.265357] iommu: Adding device 0000:ff:0d.5 to group 4
  874. [ 2.270920] iommu: Adding device 0000:ff:0f.0 to group 5
  875. [ 2.276272] iommu: Adding device 0000:ff:0f.1 to group 5
  876. [ 2.281618] iommu: Adding device 0000:ff:0f.2 to group 5
  877. [ 2.286965] iommu: Adding device 0000:ff:0f.3 to group 5
  878. [ 2.292313] iommu: Adding device 0000:ff:0f.4 to group 5
  879. [ 2.297660] iommu: Adding device 0000:ff:0f.5 to group 5
  880. [ 2.303008] iommu: Adding device 0000:ff:0f.6 to group 5
  881. [ 2.308507] iommu: Adding device 0000:ff:10.0 to group 6
  882. [ 2.313851] iommu: Adding device 0000:ff:10.1 to group 6
  883. [ 2.319200] iommu: Adding device 0000:ff:10.5 to group 6
  884. [ 2.324546] iommu: Adding device 0000:ff:10.6 to group 6
  885. [ 2.329892] iommu: Adding device 0000:ff:10.7 to group 6
  886. [ 2.335354] iommu: Adding device 0000:ff:12.0 to group 7
  887. [ 2.340709] iommu: Adding device 0000:ff:12.1 to group 7
  888. [ 2.346066] iommu: Adding device 0000:ff:12.4 to group 7
  889. [ 2.351414] iommu: Adding device 0000:ff:12.5 to group 7
  890. [ 2.356933] iommu: Adding device 0000:ff:13.0 to group 8
  891. [ 2.362281] iommu: Adding device 0000:ff:13.1 to group 8
  892. [ 2.367630] iommu: Adding device 0000:ff:13.2 to group 8
  893. [ 2.372977] iommu: Adding device 0000:ff:13.3 to group 8
  894. [ 2.378329] iommu: Adding device 0000:ff:13.6 to group 8
  895. [ 2.383678] iommu: Adding device 0000:ff:13.7 to group 8
  896. [ 2.389260] iommu: Adding device 0000:ff:14.0 to group 9
  897. [ 2.394609] iommu: Adding device 0000:ff:14.1 to group 9
  898. [ 2.399959] iommu: Adding device 0000:ff:14.2 to group 9
  899. [ 2.405304] iommu: Adding device 0000:ff:14.3 to group 9
  900. [ 2.410652] iommu: Adding device 0000:ff:14.4 to group 9
  901. [ 2.416007] iommu: Adding device 0000:ff:14.5 to group 9
  902. [ 2.421355] iommu: Adding device 0000:ff:14.6 to group 9
  903. [ 2.426701] iommu: Adding device 0000:ff:14.7 to group 9
  904. [ 2.432221] iommu: Adding device 0000:ff:16.0 to group 10
  905. [ 2.437659] iommu: Adding device 0000:ff:16.1 to group 10
  906. [ 2.443092] iommu: Adding device 0000:ff:16.2 to group 10
  907. [ 2.448535] iommu: Adding device 0000:ff:16.3 to group 10
  908. [ 2.453969] iommu: Adding device 0000:ff:16.6 to group 10
  909. [ 2.459403] iommu: Adding device 0000:ff:16.7 to group 10
  910. [ 2.465067] iommu: Adding device 0000:ff:17.0 to group 11
  911. [ 2.470508] iommu: Adding device 0000:ff:17.1 to group 11
  912. [ 2.475950] iommu: Adding device 0000:ff:17.2 to group 11
  913. [ 2.481384] iommu: Adding device 0000:ff:17.3 to group 11
  914. [ 2.486833] iommu: Adding device 0000:ff:17.4 to group 11
  915. [ 2.492270] iommu: Adding device 0000:ff:17.5 to group 11
  916. [ 2.497713] iommu: Adding device 0000:ff:17.6 to group 11
  917. [ 2.503155] iommu: Adding device 0000:ff:17.7 to group 11
  918. [ 2.508735] iommu: Adding device 0000:ff:1e.0 to group 12
  919. [ 2.514174] iommu: Adding device 0000:ff:1e.1 to group 12
  920. [ 2.519614] iommu: Adding device 0000:ff:1e.2 to group 12
  921. [ 2.525064] iommu: Adding device 0000:ff:1e.3 to group 12
  922. [ 2.530500] iommu: Adding device 0000:ff:1e.4 to group 12
  923. [ 2.535990] iommu: Adding device 0000:ff:1f.0 to group 13
  924. [ 2.541431] iommu: Adding device 0000:ff:1f.2 to group 13
  925. [ 2.546949] iommu: Adding device 0000:7f:08.0 to group 14
  926. [ 2.552394] iommu: Adding device 0000:7f:08.2 to group 14
  927. [ 2.557842] iommu: Adding device 0000:7f:08.3 to group 14
  928. [ 2.563355] iommu: Adding device 0000:7f:09.0 to group 15
  929. [ 2.568800] iommu: Adding device 0000:7f:09.2 to group 15
  930. [ 2.574242] iommu: Adding device 0000:7f:09.3 to group 15
  931. [ 2.579763] iommu: Adding device 0000:7f:0b.0 to group 16
  932. [ 2.585207] iommu: Adding device 0000:7f:0b.1 to group 16
  933. [ 2.590656] iommu: Adding device 0000:7f:0b.2 to group 16
  934. [ 2.596333] iommu: Adding device 0000:7f:0c.0 to group 17
  935. [ 2.601780] iommu: Adding device 0000:7f:0c.1 to group 17
  936. [ 2.607220] iommu: Adding device 0000:7f:0c.2 to group 17
  937. [ 2.612662] iommu: Adding device 0000:7f:0c.3 to group 17
  938. [ 2.618105] iommu: Adding device 0000:7f:0c.4 to group 17
  939. [ 2.623547] iommu: Adding device 0000:7f:0c.5 to group 17
  940. [ 2.628999] iommu: Adding device 0000:7f:0c.6 to group 17
  941. [ 2.634442] iommu: Adding device 0000:7f:0c.7 to group 17
  942. [ 2.640050] iommu: Adding device 0000:7f:0d.0 to group 18
  943. [ 2.645495] iommu: Adding device 0000:7f:0d.1 to group 18
  944. [ 2.650936] iommu: Adding device 0000:7f:0d.2 to group 18
  945. [ 2.656379] iommu: Adding device 0000:7f:0d.3 to group 18
  946. [ 2.661830] iommu: Adding device 0000:7f:0d.4 to group 18
  947. [ 2.667273] iommu: Adding device 0000:7f:0d.5 to group 18
  948. [ 2.672909] iommu: Adding device 0000:7f:0f.0 to group 19
  949. [ 2.678352] iommu: Adding device 0000:7f:0f.1 to group 19
  950. [ 2.683794] iommu: Adding device 0000:7f:0f.2 to group 19
  951. [ 2.689235] iommu: Adding device 0000:7f:0f.3 to group 19
  952. [ 2.694678] iommu: Adding device 0000:7f:0f.4 to group 19
  953. [ 2.700127] iommu: Adding device 0000:7f:0f.5 to group 19
  954. [ 2.705573] iommu: Adding device 0000:7f:0f.6 to group 19
  955. [ 2.711151] iommu: Adding device 0000:7f:10.0 to group 20
  956. [ 2.716600] iommu: Adding device 0000:7f:10.1 to group 20
  957. [ 2.722043] iommu: Adding device 0000:7f:10.5 to group 20
  958. [ 2.727483] iommu: Adding device 0000:7f:10.6 to group 20
  959. [ 2.732925] iommu: Adding device 0000:7f:10.7 to group 20
  960. [ 2.738479] iommu: Adding device 0000:7f:12.0 to group 21
  961. [ 2.743926] iommu: Adding device 0000:7f:12.1 to group 21
  962. [ 2.749368] iommu: Adding device 0000:7f:12.4 to group 21
  963. [ 2.754811] iommu: Adding device 0000:7f:12.5 to group 21
  964. [ 2.760413] iommu: Adding device 0000:7f:13.0 to group 22
  965. [ 2.765862] iommu: Adding device 0000:7f:13.1 to group 22
  966. [ 2.771314] iommu: Adding device 0000:7f:13.2 to group 22
  967. [ 2.776756] iommu: Adding device 0000:7f:13.3 to group 22
  968. [ 2.782201] iommu: Adding device 0000:7f:13.6 to group 22
  969. [ 2.787650] iommu: Adding device 0000:7f:13.7 to group 22
  970. [ 2.793312] iommu: Adding device 0000:7f:14.0 to group 23
  971. [ 2.798762] iommu: Adding device 0000:7f:14.1 to group 23
  972. [ 2.804205] iommu: Adding device 0000:7f:14.2 to group 23
  973. [ 2.809664] iommu: Adding device 0000:7f:14.3 to group 23
  974. [ 2.815110] iommu: Adding device 0000:7f:14.4 to group 23
  975. [ 2.820567] iommu: Adding device 0000:7f:14.5 to group 23
  976. [ 2.826014] iommu: Adding device 0000:7f:14.6 to group 23
  977. [ 2.831462] iommu: Adding device 0000:7f:14.7 to group 23
  978. [ 2.837067] iommu: Adding device 0000:7f:16.0 to group 24
  979. [ 2.842523] iommu: Adding device 0000:7f:16.1 to group 24
  980. [ 2.847976] iommu: Adding device 0000:7f:16.2 to group 24
  981. [ 2.853427] iommu: Adding device 0000:7f:16.3 to group 24
  982. [ 2.858878] iommu: Adding device 0000:7f:16.6 to group 24
  983. [ 2.864330] iommu: Adding device 0000:7f:16.7 to group 24
  984. [ 2.869997] iommu: Adding device 0000:7f:17.0 to group 25
  985. [ 2.875448] iommu: Adding device 0000:7f:17.1 to group 25
  986. [ 2.880909] iommu: Adding device 0000:7f:17.2 to group 25
  987. [ 2.886362] iommu: Adding device 0000:7f:17.3 to group 25
  988. [ 2.891810] iommu: Adding device 0000:7f:17.4 to group 25
  989. [ 2.897263] iommu: Adding device 0000:7f:17.5 to group 25
  990. [ 2.902715] iommu: Adding device 0000:7f:17.6 to group 25
  991. [ 2.908166] iommu: Adding device 0000:7f:17.7 to group 25
  992. [ 2.913744] iommu: Adding device 0000:7f:1e.0 to group 26
  993. [ 2.919197] iommu: Adding device 0000:7f:1e.1 to group 26
  994. [ 2.924652] iommu: Adding device 0000:7f:1e.2 to group 26
  995. [ 2.930102] iommu: Adding device 0000:7f:1e.3 to group 26
  996. [ 2.935555] iommu: Adding device 0000:7f:1e.4 to group 26
  997. [ 2.941045] iommu: Adding device 0000:7f:1f.0 to group 27
  998. [ 2.946492] iommu: Adding device 0000:7f:1f.2 to group 27
  999. [ 2.951933] iommu: Adding device 0000:00:00.0 to group 28
  1000. [ 2.957371] iommu: Adding device 0000:00:01.0 to group 29
  1001. [ 2.962803] iommu: Adding device 0000:00:01.1 to group 30
  1002. [ 2.968238] iommu: Adding device 0000:00:02.0 to group 31
  1003. [ 2.973677] iommu: Adding device 0000:00:02.2 to group 32
  1004. [ 2.979115] iommu: Adding device 0000:00:03.0 to group 33
  1005. [ 2.984548] iommu: Adding device 0000:00:03.2 to group 34
  1006. [ 2.990219] iommu: Adding device 0000:00:04.0 to group 35
  1007. [ 2.995671] iommu: Adding device 0000:00:04.1 to group 35
  1008. [ 3.001123] iommu: Adding device 0000:00:04.2 to group 35
  1009. [ 3.006579] iommu: Adding device 0000:00:04.3 to group 35
  1010. [ 3.012037] iommu: Adding device 0000:00:04.4 to group 35
  1011. [ 3.017496] iommu: Adding device 0000:00:04.5 to group 35
  1012. [ 3.022954] iommu: Adding device 0000:00:04.6 to group 35
  1013. [ 3.028406] iommu: Adding device 0000:00:04.7 to group 35
  1014. [ 3.033954] iommu: Adding device 0000:00:05.0 to group 36
  1015. [ 3.039412] iommu: Adding device 0000:00:05.1 to group 36
  1016. [ 3.044863] iommu: Adding device 0000:00:05.2 to group 36
  1017. [ 3.050317] iommu: Adding device 0000:00:05.4 to group 36
  1018. [ 3.055743] iommu: Adding device 0000:00:11.0 to group 37
  1019. [ 3.061237] iommu: Adding device 0000:00:16.0 to group 38
  1020. [ 3.066696] iommu: Adding device 0000:00:16.1 to group 38
  1021. [ 3.072129] iommu: Adding device 0000:00:1a.0 to group 39
  1022. [ 3.077559] iommu: Adding device 0000:00:1c.0 to group 40
  1023. [ 3.082991] iommu: Adding device 0000:00:1c.4 to group 41
  1024. [ 3.088428] iommu: Adding device 0000:00:1d.0 to group 42
  1025. [ 3.093927] iommu: Adding device 0000:00:1f.0 to group 43
  1026. [ 3.099379] iommu: Adding device 0000:00:1f.3 to group 43
  1027. [ 3.104810] iommu: Adding device 0000:04:00.0 to group 44
  1028. [ 3.110242] iommu: Adding device 0000:05:00.0 to group 45
  1029. [ 3.115676] iommu: Adding device 0000:06:00.0 to group 46
  1030. [ 3.121117] iommu: Adding device 0000:06:00.1 to group 47
  1031. [ 3.126553] iommu: Adding device 0000:08:00.0 to group 48
  1032. [ 3.131954] iommu: Adding device 0000:09:00.0 to group 48
  1033. [ 3.137632] iommu: Adding device 0000:80:04.0 to group 49
  1034. [ 3.143089] iommu: Adding device 0000:80:04.1 to group 49
  1035. [ 3.148549] iommu: Adding device 0000:80:04.2 to group 49
  1036. [ 3.154016] iommu: Adding device 0000:80:04.3 to group 49
  1037. [ 3.159477] iommu: Adding device 0000:80:04.4 to group 49
  1038. [ 3.164936] iommu: Adding device 0000:80:04.5 to group 49
  1039. [ 3.170398] iommu: Adding device 0000:80:04.6 to group 49
  1040. [ 3.175857] iommu: Adding device 0000:80:04.7 to group 49
  1041. [ 3.181412] iommu: Adding device 0000:80:05.0 to group 50
  1042. [ 3.186882] iommu: Adding device 0000:80:05.1 to group 50
  1043. [ 3.192343] iommu: Adding device 0000:80:05.2 to group 50
  1044. [ 3.197803] iommu: Adding device 0000:80:05.4 to group 50
  1045. [ 3.206484] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
  1046. [ 3.214401] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
  1047. [ 3.220142] RAPL PMU: hw unit of domain package 2^-14 Joules
  1048. [ 3.225794] RAPL PMU: hw unit of domain dram 2^-16 Joules
  1049. [ 3.249401] Scanning for low memory corruption every 60 seconds
  1050. [ 3.255396] simple-framebuffer simple-framebuffer.0: framebuffer at 0xc6000000, 0x500000 bytes, mapped to 0x (ptrval)
  1051. [ 3.266601] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=1280x1024x32, linelength=5120
  1052. [ 3.303944] Console: switching to colour frame buffer device 160x64
  1053. [ 3.337919] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
  1054. [ 3.348632] workingset: timestamp_bits=40 max_order=24 bucket_order=0
  1055. [ 3.357987] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1056. [ 3.364539] NFS: Registering the id_resolver key type
  1057. [ 3.369763] Key type id_resolver registered
  1058. [ 3.374074] Key type id_legacy registered
  1059. [ 3.378213] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1060. [ 3.385119] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  1061. [ 3.392864] Key type cifs.spnego registered
  1062. [ 3.397186] Key type cifs.idmap registered
  1063. [ 3.401446] fuse init (API version 7.26)
  1064. [ 3.405837] SELinux: Registering netfilter hooks
  1065. [ 3.411960] NET: Registered protocol family 38
  1066. [ 3.416639] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  1067. [ 3.424257] io scheduler noop registered
  1068. [ 3.428302] io scheduler deadline registered (default)
  1069. [ 3.433691] io scheduler cfq registered
  1070. [ 3.437647] io scheduler mq-deadline registered (default)
  1071. [ 3.443208] io scheduler kyber registered
  1072. [ 3.447388] io scheduler bfq registered
  1073. [ 3.454373] pcieport 0000:00:01.0: Signaling PME with IRQ 28
  1074. [ 3.460235] pcieport 0000:00:01.1: Signaling PME with IRQ 29
  1075. [ 3.466085] pcieport 0000:00:02.0: Signaling PME with IRQ 31
  1076. [ 3.471938] pcieport 0000:00:02.2: Signaling PME with IRQ 32
  1077. [ 3.483121] pcieport 0000:00:03.0: Signaling PME with IRQ 33
  1078. [ 3.494293] pcieport 0000:00:03.2: Signaling PME with IRQ 34
  1079. [ 3.505468] pcieport 0000:00:1c.0: Signaling PME with IRQ 35
  1080. [ 3.516650] pcieport 0000:00:1c.4: Signaling PME with IRQ 36
  1081. [ 3.527937] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  1082. [ 3.560579] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
  1083. [ 3.594422] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
  1084. [ 3.608388] Non-volatile memory driver v1.3
  1085. [ 3.618887] Linux agpgart interface v0.103
  1086. [ 3.629262] uvesafb: failed to execute /sbin/v86d
  1087. [ 3.640069] uvesafb: make sure that the v86d helper is installed and executable
  1088. [ 3.653684] uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2)
  1089. [ 3.666737] uvesafb: vbe_init() failed with -22
  1090. [ 3.677754] uvesafb: probe of uvesafb.0 failed with error -22
  1091. [ 3.690175] vga16fb: initializing
  1092. [ 3.690177] vga16fb: mapped to 0x (ptrval)
  1093. [ 3.701583] checking generic (c6000000 500000) vs hw (a0000 10000)
  1094. [ 3.701619] fb1: VGA16 VGA frame buffer device
  1095. [ 3.712864] intel_idle: MWAIT substates: 0x2120
  1096. [ 3.712865] intel_idle: v0.4.1 model 0x3F
  1097. [ 3.715405] intel_idle: lapic_timer_reliable_states 0xffffffff
  1098. [ 3.715419] ipmi message handler version 39.2
  1099. [ 3.726810] ipmi device interface
  1100. [ 3.737248] IPMI System Interface driver.
  1101. [ 3.748451] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
  1102. [ 3.762177] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
  1103. [ 3.775584] ipmi_si: Adding SMBIOS-specified kcs state machine
  1104. [ 3.789057] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
  1105. [ 3.802721] ipmi_si IPI0001:00: [io 0x0ca2] regsize 1 spacing 1 irq 0
  1106. [ 3.817117] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
  1107. [ 3.833937] ipmi_si: Adding ACPI-specified kcs state machine
  1108. [ 3.847823] ipmi_platform: probing via SPMI
  1109. [ 3.860122] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
  1110. [ 3.873986] (NULL device *): SPMI-specified kcs state machine: duplicate
  1111. [ 3.888950] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
  1112. [ 3.975007] ipmi_si IPI0001:00: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
  1113. [ 4.011819] ipmi_si IPI0001:00: Found new BMC (man_id: 0x002a7c, prod_id: 0x0865, dev_id: 0x20)
  1114. [ 4.033928] ipmi_si IPI0001:00: IPMI kcs interface initialized
  1115. [ 4.048054] IPMI SSIF Interface driver
  1116. [ 4.060775] IPMI Watchdog: driver initialized
  1117. [ 4.073075] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
  1118. [ 4.089230] IPMI poweroff: ATCA Detect mfg 0x2A7C prod 0x865
  1119. [ 4.102878] IPMI poweroff: Found a chassis style poweroff function
  1120. [ 4.121396] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
  1121. [ 4.137862] ACPI: Power Button [PWRB]
  1122. [ 4.149637] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
  1123. [ 4.165417] ACPI: Power Button [PWRF]
  1124. [ 4.187995] ERST: Error Record Serialization Table (ERST) support is initialized.
  1125. [ 4.204110] pstore: using zlib compression
  1126. [ 4.216717] pstore: Registered erst as persistent store backend
  1127. [ 4.231715] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
  1128. [ 4.248027] ioatdma: Intel(R) QuickData Technology Driver 4.00
  1129. [ 4.262752] tsc: Refined TSC clocksource calibration: 1999.998 MHz
  1130. [ 4.277839] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39a8595ce59, max_idle_ns: 881590778713 ns
  1131. [ 4.302077] clocksource: Switched to clocksource tsc
  1132. [ 4.570491] loop: module loaded
  1133. [ 4.583162] Loading iSCSI transport class v2.0-870.
  1134. [ 4.597509] iscsi: registered transport (tcp)
  1135. [ 4.610996] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
  1136. [ 4.626858] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
  1137. [ 4.643652] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
  1138. [ 4.660133] megasas: 07.704.04.00-rc1
  1139. [ 4.673336] mpt3sas version 17.100.00.00 loaded
  1140. [ 4.687738] mpt3sas 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
  1141. [ 4.705592] mpt2sas_cm0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (65541096 kB)
  1142. [ 4.780284] mpt2sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
  1143. [ 4.798120] mpt2sas_cm0: MSI-X vectors supported: 1, no of cores: 56, max_msix_vectors: -1
  1144. [ 4.816426] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 58
  1145. [ 4.831399] mpt2sas_cm0: iomem(0x00000000c72c0000), mapped(0x (ptrval)), size(16384)
  1146. [ 4.849768] mpt2sas_cm0: ioport(0x0000000000006000), size(256)
  1147. [ 4.922378] mpt2sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
  1148. [ 4.940498] mpt2sas_cm0: sending message unit reset !!
  1149. [ 4.957310] mpt2sas_cm0: message unit reset: SUCCESS
  1150. [ 5.019979] mpt2sas_cm0: Allocated physical memory: size(7579 kB)
  1151. [ 5.036141] mpt2sas_cm0: Current Controller Queue Depth(3364),Max Controller Queue Depth(3432)
  1152. [ 5.054910] mpt2sas_cm0: Scatter Gather Elements per IO(128)
  1153. [ 5.117405] mpt2sas_cm0: LSISAS2004: FWVersion(20.00.07.00), ChipRevision(0x03), BiosVersion(07.39.02.00)
  1154. [ 5.137323] mpt2sas_cm0: Protocol=(
  1155. [ 5.137324] Initiator
  1156. [ 5.151088] ,Target
  1157. [ 5.163546] ),
  1158. [ 5.175750] Capabilities=(
  1159. [ 5.187555] TLR
  1160. [ 5.200332] ,EEDP
  1161. [ 5.212012] ,Snapshot Buffer
  1162. [ 5.223764] ,Diag Trace Buffer
  1163. [ 5.236416] ,Task Set Full
  1164. [ 5.249173] ,NCQ
  1165. [ 5.261524] )
  1166. [ 5.283720] scsi host0: Fusion MPT SAS Host
  1167. [ 5.297585] mpt2sas_cm0: sending port enable !!
  1168. [ 5.298507] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
  1169. [ 5.319732] mpt2sas_cm0: host_add: handle(0x0001), sas_addr(0x5005076043803d10), phys(8)
  1170. [ 5.329353] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
  1171. [ 5.351750] mpt2sas_cm0: expander_add: handle(0x0009), parent(0x0001), sas_addr(0x50030480018eaa7f), phys(30)
  1172. [ 5.364668] ipr: IBM Power RAID SCSI Device Driver version: 2.6.4 (March 14, 2017)
  1173. [ 5.388034] random: fast init done
  1174. [ 5.401773] RocketRAID 3xxx/4xxx Controller driver v1.10.0
  1175. [ 5.430733] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  1176. [ 5.443064] mpt2sas_cm0: port enable: SUCCESS
  1177. [ 5.450311] MACsec IEEE 802.1AE
  1178. [ 5.465675] scsi 0:0:0:0: Direct-Access ATA WDC WD600PF4PZ-4 RAE1 PQ: 0 ANSI: 6
  1179. [ 5.474321] libphy: Fixed MDIO Bus: probed
  1180. [ 5.491764] scsi 0:0:0:0: SATA: handle(0x000a), sas_addr(0x50030480018eaa6c), phy(12), device_name(0x50014ee003e2d2c5)
  1181. [ 5.491766] scsi 0:0:0:0: enclosure logical id (0x50030480018eaa7f), slot(0)
  1182. [ 5.492057] scsi 0:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
  1183. [ 5.505460] tun: Universal TUN/TAP device driver, 1.6
  1184. [ 5.531657] scsi 0:0:1:0: Direct-Access ATA WDC WD60EFRX-68M 0A82 PQ: 0 ANSI: 6
  1185. [ 5.544483] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
  1186. [ 5.561477] scsi 0:0:1:0: SATA: handle(0x000b), sas_addr(0x50030480018eaa6f), phy(15), device_name(0x50014ee260a1c8eb)
  1187. [ 5.576292] e100: Copyright(c) 1999-2006 Intel Corporation
  1188. [ 5.562469] scsi 0:0:1:0: enclosure logical id (0x50030480018eaa7f), slot(3)
  1189. [ 5.594670] scsi 0:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
  1190. [ 5.610805] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
  1191. [ 5.656907] scsi 0:0:2:0: Direct-Access ATA INTEL SSDSC2CW24 400i PQ: 0 ANSI: 6
  1192. [ 5.664415] e1000: Copyright (c) 1999-2006 Intel Corporation.
  1193. [ 5.682968] scsi 0:0:2:0: SATA: handle(0x000c), sas_addr(0x50030480018eaa70), phy(16), device_name(0x5001517bb2aa1fb5)
  1194. [ 5.700605] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  1195. [ 5.683960] scsi 0:0:2:0: enclosure logical id (0x50030480018eaa7f), slot(4)
  1196. [ 5.719154] scsi 0:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
  1197. [ 5.734678] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  1198. [ 5.735209] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
  1199. [ 5.784077] scsi 0:0:3:0: Direct-Access ATA Crucial_CT2050MX R031 PQ: 0 ANSI: 6
  1200. [ 5.790196] igb: Copyright (c) 2007-2014 Intel Corporation.
  1201. [ 5.790497] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
  1202. [ 5.809405] scsi 0:0:3:0: SATA: handle(0x000d), sas_addr(0x50030480018eaa71), phy(17), device_name(0x500a07511409e871)
  1203. [ 5.809406] scsi 0:0:3:0: enclosure logical id (0x50030480018eaa7f), slot(5)
  1204. [ 5.809691] scsi 0:0:3:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
  1205. [ 5.826136] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  1206. [ 5.826382] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k
  1207. [ 5.849479] scsi 0:0:4:0: Direct-Access ATA WDC WD60EFRX-68M 0A82 PQ: 0 ANSI: 6
  1208. [ 5.863054] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
  1209. [ 5.879451] scsi 0:0:4:0: SATA: handle(0x000e), sas_addr(0x50030480018eaa72), phy(18), device_name(0x50014ee059357543)
  1210. [ 5.880443] scsi 0:0:4:0: enclosure logical id (0x50030480018eaa7f), slot(6)
  1211. [ 6.071281] scsi 0:0:4:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
  1212. [ 6.113634] scsi 0:0:5:0: Direct-Access ATA INTEL SSDSC2BW24 LCSi PQ: 0 ANSI: 6
  1213. [ 6.132973] scsi 0:0:5:0: SATA: handle(0x000f), sas_addr(0x50030480018eaa73), phy(19), device_name(0x50015178f36b922b)
  1214. [ 6.133962] scsi 0:0:5:0: enclosure logical id (0x50030480018eaa7f), slot(7)
  1215. [ 6.174069] scsi 0:0:5:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
  1216. [ 6.223196] scsi 0:0:6:0: Direct-Access ATA TOSHIBA MK2561GS 0C PQ: 0 ANSI: 6
  1217. [ 6.235831] ixgbe 0000:06:00.0: Multiqueue Enabled: Rx Queue count = 56, Tx Queue count = 56 XDP Queue count = 0
  1218. [ 6.243426] scsi 0:0:6:0: SATA: handle(0x0010), sas_addr(0x50030480018eaa74), phy(20), device_name(0x500003930b301eab)
  1219. [ 6.266476] ixgbe 0000:06:00.0: PCI Express bandwidth of 32GT/s available
  1220. [ 6.244412] scsi 0:0:6:0: enclosure logical id (0x50030480018eaa7f), slot(8)
  1221. [ 6.289628] scsi 0:0:6:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
  1222. [ 6.308978] ixgbe 0000:06:00.0: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%)
  1223. [ 6.309145] ixgbe 0000:06:00.0: MAC: 2, PHY: 17, SFP+: 9, PBA No: 0100FF-0FF
  1224. [ 6.335371] scsi 0:0:7:0: Direct-Access ATA WDC WD60EFRX-68L 0A82 PQ: 0 ANSI: 6
  1225. [ 6.350833] ixgbe 0000:06:00.0: 00:25:90:5c:9e:f0
  1226. [ 6.371317] scsi 0:0:7:0: SATA: handle(0x0011), sas_addr(0x50030480018eaa75), phy(21), device_name(0x50014ee262124464)
  1227. [ 6.404962] ixgbe 0000:06:00.0: Intel(R) 10 Gigabit Network Connection
  1228. [ 6.400961] scsi 0:0:7:0: enclosure logical id (0x50030480018eaa7f), slot(9)
  1229. [ 6.413789] scsi 0:0:7:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
  1230. [ 6.523466] scsi 0:0:8:0: Direct-Access ATA ST3000DM001-1E61 CC45 PQ: 0 ANSI: 6
  1231. [ 6.545331] scsi 0:0:8:0: SATA: handle(0x0012), sas_addr(0x50030480018eaa77), phy(23), device_name(0x5000c50050413b34)
  1232. [ 6.546320] scsi 0:0:8:0: enclosure logical id (0x50030480018eaa7f), slot(11)
  1233. [ 6.591169] scsi 0:0:8:0: atapi(n), ncq(n), asyn_notify(n), smart(y), fua(n), sw_preserve(y)
  1234. [ 6.616103] scsi 0:0:9:0: Enclosure LSI CORP SAS2X28 0717 PQ: 0 ANSI: 5
  1235. [ 6.638216] scsi 0:0:9:0: set ignore_delay_remove for handle(0x0013)
  1236. [ 6.639206] scsi 0:0:9:0: SES: handle(0x0013), sas_addr(0x50030480018eaa7d), phy(28), device_name(0x50030480018eaa7d)
  1237. [ 6.639206] scsi 0:0:9:0: enclosure logical id (0x50030480018eaa7f), slot(0)
  1238. [ 6.704820] scsi 0:0:9:0: Power-on or device reset occurred
  1239. [ 6.727230] sd 0:0:0:0: Attached scsi generic sg0 type 0
  1240. [ 6.731797] sd 0:0:0:0: [sda] 12697797168 512-byte logical blocks: (6.50 TB/5.91 TiB)
  1241. [ 6.748208] sd 0:0:1:0: Attached scsi generic sg1 type 0
  1242. [ 6.751998] sd 0:0:1:0: [sdb] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
  1243. [ 6.752117] sd 0:0:1:0: [sdb] 4096-byte physical blocks
  1244. [ 6.756361] sd 0:0:1:0: [sdb] Write Protect is off
  1245. [ 6.756369] sd 0:0:1:0: [sdb] Mode Sense: 7f 00 10 08
  1246. [ 6.758305] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
  1247. [ 6.768132] sd 0:0:0:0: [sda] 4096-byte physical blocks
  1248. [ 6.773108] sdb: sdb1
  1249. [ 6.775877] sd 0:0:0:0: [sda] Write Protect is off
  1250. [ 6.775890] sd 0:0:0:0: [sda] Mode Sense: 7f 00 10 08
  1251. [ 6.777660] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
  1252. [ 6.789261] sd 0:0:2:0: Attached scsi generic sg2 type 0
  1253. [ 6.820819] sd 0:0:1:0: [sdb] Attached SCSI disk
  1254. [ 6.830243] sd 0:0:3:0: Attached scsi generic sg3 type 0
  1255. [ 6.833793] sd 0:0:3:0: [sdd] 4004704368 512-byte logical blocks: (2.05 TB/1.86 TiB)
  1256. [ 6.859151] sd 0:0:2:0: [sdc] 468862128 512-byte logical blocks: (240 GB/224 GiB)
  1257. [ 6.868486] sda: sda1
  1258. [ 6.870274] sd 0:0:4:0: Attached scsi generic sg4 type 0
  1259. [ 6.872081] sd 0:0:5:0: Attached scsi generic sg5 type 0
  1260. [ 6.874124] sd 0:0:6:0: Attached scsi generic sg6 type 0
  1261. [ 6.875726] sd 0:0:7:0: Attached scsi generic sg7 type 0
  1262. [ 6.877407] sd 0:0:8:0: Attached scsi generic sg8 type 0
  1263. [ 6.877743] ses 0:0:9:0: Attached Enclosure device
  1264. [ 6.878287] ses 0:0:9:0: Attached scsi generic sg9 type 13
  1265. [ 6.889648] sd 0:0:6:0: [sdg] 488397168 512-byte logical blocks: (250 GB/233 GiB)
  1266. [ 6.890715] sd 0:0:7:0: [sdh] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
  1267. [ 6.890718] sd 0:0:7:0: [sdh] 4096-byte physical blocks
  1268. [ 6.890882] sd 0:0:8:0: [sdi] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
  1269. [ 6.890885] sd 0:0:8:0: [sdi] 4096-byte physical blocks
  1270. [ 6.891119] sd 0:0:4:0: [sde] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
  1271. [ 6.891122] sd 0:0:4:0: [sde] 4096-byte physical blocks
  1272. [ 6.893744] sd 0:0:3:0: [sdd] Write Protect is off
  1273. [ 6.893748] sd 0:0:3:0: [sdd] Mode Sense: 7f 00 10 08
  1274. [ 6.894383] sd 0:0:3:0: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
  1275. [ 6.894673] sd 0:0:7:0: [sdh] Write Protect is off
  1276. [ 6.894686] sd 0:0:7:0: [sdh] Mode Sense: 7f 00 10 08
  1277. [ 6.895259] sd 0:0:4:0: [sde] Write Protect is off
  1278. [ 6.895270] sd 0:0:4:0: [sde] Mode Sense: 7f 00 10 08
  1279. [ 6.896125] sd 0:0:7:0: [sdh] Write cache: enabled, read cache: enabled, supports DPO and FUA
  1280. [ 6.896467] sd 0:0:4:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
  1281. [ 6.899287] sd 0:0:2:0: [sdc] Write Protect is off
  1282. [ 6.899289] sd 0:0:2:0: [sdc] Mode Sense: 7f 00 10 08
  1283. [ 6.905512] sdd: sdd1 sdd2 sdd3
  1284. [ 6.912062] sdh: sdh1
  1285. [ 6.912346] sde: sde1
  1286. [ 6.919011] sd 0:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
  1287. [ 6.920073] sd 0:0:0:0: [sda] Attached SCSI disk
  1288. [ 6.922581] sd 0:0:4:0: [sde] Attached SCSI disk
  1289. [ 6.922622] sd 0:0:7:0: [sdh] Attached SCSI disk
  1290. [ 6.961301] sd 0:0:8:0: [sdi] Write Protect is off
  1291. [ 6.978963] sd 0:0:5:0: [sdf] 468862128 512-byte logical blocks: (240 GB/224 GiB)
  1292. [ 6.985488] sd 0:0:3:0: [sdd] Attached SCSI disk
  1293. [ 6.996682] sd 0:0:8:0: [sdi] Mode Sense: 7f 00 10 08
  1294. [ 6.998441] sd 0:0:8:0: [sdi] Write cache: enabled, read cache: enabled, supports DPO and FUA
  1295. [ 7.013198] sd 0:0:6:0: [sdg] Write Protect is off
  1296. [ 7.013200] sd 0:0:6:0: [sdg] Mode Sense: 7f 00 10 08
  1297. [ 7.015504] sd 0:0:6:0: [sdg] Write cache: enabled, read cache: enabled, supports DPO and FUA
  1298. [ 7.032242] sd 0:0:5:0: [sdf] Write Protect is off
  1299. [ 7.112982] sdc: sdc1 sdc2
  1300. [ 7.121667] sd 0:0:5:0: [sdf] Mode Sense: 7f 00 10 08
  1301. [ 7.129511] sdi: sdi1
  1302. [ 7.202538] sd 0:0:8:0: [sdi] Attached SCSI disk
  1303. [ 7.221432] sd 0:0:5:0: [sdf] Write cache: enabled, read cache: enabled, supports DPO and FUA
  1304. [ 7.225656] sdg: sdg1
  1305. [ 7.269316] sd 0:0:2:0: [sdc] Attached SCSI disk
  1306. [ 7.434291] sdf: sdf1 sdf2
  1307. [ 7.467782] sd 0:0:6:0: [sdg] Attached SCSI disk
  1308. [ 7.591428] sd 0:0:5:0: [sdf] Attached SCSI disk
  1309. [ 7.672109] ixgbe 0000:06:00.1: Multiqueue Enabled: Rx Queue count = 56, Tx Queue count = 56 XDP Queue count = 0
  1310. [ 7.740283] ixgbe 0000:06:00.1: PCI Express bandwidth of 32GT/s available
  1311. [ 7.754897] ixgbe 0000:06:00.1: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%)
  1312. [ 7.770012] ixgbe 0000:06:00.1: MAC: 2, PHY: 1, PBA No: 0100FF-0FF
  1313. [ 7.784047] ixgbe 0000:06:00.1: 00:25:90:5c:9e:f1
  1314. [ 7.800507] ixgbe 0000:06:00.1: Intel(R) 10 Gigabit Network Connection
  1315. [ 7.815068] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 4.1.0-k
  1316. [ 7.832600] ixgbevf: Copyright (c) 2009 - 2015 Intel Corporation.
  1317. [ 7.847025] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.3.2-k
  1318. [ 7.863068] i40e: Copyright (c) 2013 - 2014 Intel Corporation.
  1319. [ 7.877328] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
  1320. [ 7.892803] ixgb: Copyright (c) 1999-2008 Intel Corporation.
  1321. [ 7.906736] i40evf: Intel(R) 40-10 Gigabit Virtual Function Network Driver - version 3.2.2-k
  1322. [ 7.923571] Copyright (c) 2013 - 2015 Intel Corporation.
  1323. [ 7.937415] Intel(R) Ethernet Switch Host Interface Driver - version 0.22.1-k
  1324. [ 7.952969] Copyright(c) 2013 - 2017 Intel Corporation.
  1325. [ 7.966873] sky2: driver version 1.30
  1326. [ 7.979237] usbcore: registered new interface driver cdc_ether
  1327. [ 7.993883] usbcore: registered new interface driver cdc_eem
  1328. [ 8.008346] usbcore: registered new interface driver rndis_host
  1329. [ 8.022977] usbcore: registered new interface driver cdc_subset
  1330. [ 8.037582] usbcore: registered new interface driver cdc_ncm
  1331. [ 8.051963] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1332. [ 8.067018] ehci-pci: EHCI PCI platform driver
  1333. [ 8.080307] ehci-pci 0000:00:1a.0: EHCI Host Controller
  1334. [ 8.094076] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
  1335. [ 8.109980] ehci-pci 0000:00:1a.0: debug port 2
  1336. [ 8.126790] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
  1337. [ 8.126808] ehci-pci 0000:00:1a.0: irq 18, io mem 0xc7333000
  1338. [ 8.147072] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
  1339. [ 8.161172] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1340. [ 8.176191] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1341. [ 8.191599] usb usb1: Product: EHCI Host Controller
  1342. [ 8.204735] usb usb1: Manufacturer: Linux 4.16.8-gentoo ehci_hcd
  1343. [ 8.219002] usb usb1: SerialNumber: 0000:00:1a.0
  1344. [ 8.232151] hub 1-0:1.0: USB hub found
  1345. [ 8.244319] hub 1-0:1.0: 2 ports detected
  1346. [ 8.257115] ehci-pci 0000:00:1d.0: EHCI Host Controller
  1347. [ 8.270912] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
  1348. [ 8.286996] ehci-pci 0000:00:1d.0: debug port 2
  1349. [ 8.303944] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
  1350. [ 8.303950] ehci-pci 0000:00:1d.0: irq 18, io mem 0xc7332000
  1351. [ 8.324070] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
  1352. [ 8.338203] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  1353. [ 8.353504] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1354. [ 8.369199] usb usb2: Product: EHCI Host Controller
  1355. [ 8.382481] usb usb2: Manufacturer: Linux 4.16.8-gentoo ehci_hcd
  1356. [ 8.396875] usb usb2: SerialNumber: 0000:00:1d.0
  1357. [ 8.409980] hub 2-0:1.0: USB hub found
  1358. [ 8.422184] hub 2-0:1.0: 2 ports detected
  1359. [ 8.434838] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1360. [ 8.449471] ohci-pci: OHCI PCI platform driver
  1361. [ 8.462311] uhci_hcd: USB Universal Host Controller Interface driver
  1362. [ 8.477454] xhci_hcd 0000:05:00.0: xHCI Host Controller
  1363. [ 8.491407] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3
  1364. [ 8.566298] xhci_hcd 0000:05:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x00000010
  1365. [ 8.583619] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  1366. [ 8.585300] usb 1-1: new high-speed USB device number 2 using ehci-pci
  1367. [ 8.599055] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1368. [ 8.630294] usb usb3: Product: xHCI Host Controller
  1369. [ 8.643990] usb usb3: Manufacturer: Linux 4.16.8-gentoo xhci-hcd
  1370. [ 8.658736] usb usb3: SerialNumber: 0000:05:00.0
  1371. [ 8.672137] hub 3-0:1.0: USB hub found
  1372. [ 8.684478] hub 3-0:1.0: 2 ports detected
  1373. [ 8.697174] xhci_hcd 0000:05:00.0: xHCI Host Controller
  1374. [ 8.711110] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 4
  1375. [ 8.727151] xhci_hcd 0000:05:00.0: Host supports USB 3.1 Enhanced SuperSpeed
  1376. [ 8.742451] usb 1-1: New USB device found, idVendor=8087, idProduct=800a
  1377. [ 8.742910] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  1378. [ 8.757842] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1379. [ 8.774494] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
  1380. [ 8.790053] usb 2-1: new high-speed USB device number 2 using ehci-pci
  1381. [ 8.805290] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1382. [ 8.821766] hub 1-1:1.0: USB hub found
  1383. [ 8.836314] usb usb4: Product: xHCI Host Controller
  1384. [ 8.848668] hub 1-1:1.0: 6 ports detected
  1385. [ 8.861493] usb usb4: Manufacturer: Linux 4.16.8-gentoo xhci-hcd
  1386. [ 8.888177] usb usb4: SerialNumber: 0000:05:00.0
  1387. [ 8.901246] hub 4-0:1.0: USB hub found
  1388. [ 8.913342] hub 4-0:1.0: 2 ports detected
  1389. [ 8.925875] usbcore: registered new interface driver uas
  1390. [ 8.939759] usbcore: registered new interface driver usb-storage
  1391. [ 8.948703] usb 2-1: New USB device found, idVendor=8087, idProduct=8002
  1392. [ 8.954668] usbcore: registered new interface driver usbserial_generic
  1393. [ 8.969558] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1394. [ 8.970990] hub 2-1:1.0: USB hub found
  1395. [ 8.984689] usbserial: USB Serial support registered for generic
  1396. [ 9.000802] hub 2-1:1.0: 8 ports detected
  1397. [ 9.014159] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
  1398. [ 9.054816] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 5
  1399. [ 9.070832] vhci_hcd: created sysfs vhci_hcd.0
  1400. [ 9.084045] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
  1401. [ 9.099613] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1402. [ 9.115655] usb usb5: Product: USB/IP Virtual Host Controller
  1403. [ 9.130186] usb usb5: Manufacturer: Linux 4.16.8-gentoo vhci_hcd
  1404. [ 9.145079] usb usb5: SerialNumber: vhci_hcd.0
  1405. [ 9.158504] hub 5-0:1.0: USB hub found
  1406. [ 9.171096] hub 5-0:1.0: 8 ports detected
  1407. [ 9.183988] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
  1408. [ 9.198649] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 6
  1409. [ 9.199644] usb 1-1-port3: over-current condition
  1410. [ 9.214816] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
  1411. [ 9.245382] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
  1412. [ 9.261199] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1413. [ 9.277370] usb usb6: Product: USB/IP Virtual Host Controller
  1414. [ 9.292021] usb usb6: Manufacturer: Linux 4.16.8-gentoo vhci_hcd
  1415. [ 9.303060] usb 2-1.1: new low-speed USB device number 3 using ehci-pci
  1416. [ 9.306971] usb usb6: SerialNumber: vhci_hcd.0
  1417. [ 9.307642] hub 6-0:1.0: USB hub found
  1418. [ 9.348907] hub 6-0:1.0: 8 ports detected
  1419. [ 9.411523] usb 2-1.1: New USB device found, idVendor=0a81, idProduct=0205
  1420. [ 9.427314] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1421. [ 9.439119] usb 1-1-port4: over-current condition
  1422. [ 9.443534] usb 2-1.1: Product: PS2 to USB Converter
  1423. [ 9.470851] usb 2-1.1: Manufacturer: CHESEN
  1424. [ 9.551067] usb 2-1.7: new high-speed USB device number 4 using ehci-pci
  1425. [ 9.644808] usb 2-1.7: New USB device found, idVendor=0557, idProduct=7000
  1426. [ 9.660363] usb 2-1.7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1427. [ 9.676607] hub 2-1.7:1.0: USB hub found
  1428. [ 9.679698] usb 1-1-port6: over-current condition
  1429. [ 9.689706] hub 2-1.7:1.0: 4 ports detected
  1430. [ 9.716746] usbcore: registered new device driver usbip-host
  1431. [ 9.731461] i8042: PNP: No PS/2 controller found.
  1432. [ 9.745185] mousedev: PS/2 mouse device common for all mice
  1433. [ 9.760048] usbcore: registered new interface driver synaptics_usb
  1434. [ 9.775436] rtc_cmos 00:00: RTC can wake from S4
  1435. [ 9.789167] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
  1436. [ 9.804253] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
  1437. [ 9.820825] i2c /dev entries driver
  1438. [ 9.833434] i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
  1439. [ 9.848714] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
  1440. [ 9.874461] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
  1441. [ 9.891930] EDAC sbridge: Seeking for: PCI ID 8086:2fa0
  1442. [ 9.891937] EDAC sbridge: Seeking for: PCI ID 8086:2fa0
  1443. [ 9.891943] EDAC sbridge: Seeking for: PCI ID 8086:2fa0
  1444. [ 9.891947] EDAC sbridge: Seeking for: PCI ID 8086:2f60
  1445. [ 9.891952] EDAC sbridge: Seeking for: PCI ID 8086:2f60
  1446. [ 9.891957] EDAC sbridge: Seeking for: PCI ID 8086:2f60
  1447. [ 9.891962] EDAC sbridge: Seeking for: PCI ID 8086:2fa8
  1448. [ 9.891979] EDAC sbridge: Seeking for: PCI ID 8086:2fa8
  1449. [ 9.891985] EDAC sbridge: Seeking for: PCI ID 8086:2fa8
  1450. [ 9.891989] EDAC sbridge: Seeking for: PCI ID 8086:2f71
  1451. [ 9.891994] EDAC sbridge: Seeking for: PCI ID 8086:2f71
  1452. [ 9.891999] EDAC sbridge: Seeking for: PCI ID 8086:2f71
  1453. [ 9.892024] EDAC sbridge: Seeking for: PCI ID 8086:2faa
  1454. [ 9.892028] EDAC sbridge: Seeking for: PCI ID 8086:2faa
  1455. [ 9.892048] EDAC sbridge: Seeking for: PCI ID 8086:2faa
  1456. [ 9.892052] EDAC sbridge: Seeking for: PCI ID 8086:2fab
  1457. [ 9.892057] EDAC sbridge: Seeking for: PCI ID 8086:2fab
  1458. [ 9.892075] EDAC sbridge: Seeking for: PCI ID 8086:2fab
  1459. [ 9.892081] EDAC sbridge: Seeking for: PCI ID 8086:2fac
  1460. [ 9.892091] EDAC sbridge: Seeking for: PCI ID 8086:2fad
  1461. [ 9.892100] EDAC sbridge: Seeking for: PCI ID 8086:2f68
  1462. [ 9.892105] EDAC sbridge: Seeking for: PCI ID 8086:2f68
  1463. [ 9.892110] EDAC sbridge: Seeking for: PCI ID 8086:2f68
  1464. [ 9.892114] EDAC sbridge: Seeking for: PCI ID 8086:2f79
  1465. [ 9.892120] EDAC sbridge: Seeking for: PCI ID 8086:2f79
  1466. [ 9.892125] EDAC sbridge: Seeking for: PCI ID 8086:2f79
  1467. [ 9.892129] EDAC sbridge: Seeking for: PCI ID 8086:2f6a
  1468. [ 9.892134] EDAC sbridge: Seeking for: PCI ID 8086:2f6a
  1469. [ 9.892139] EDAC sbridge: Seeking for: PCI ID 8086:2f6a
  1470. [ 9.892143] EDAC sbridge: Seeking for: PCI ID 8086:2f6b
  1471. [ 9.892148] EDAC sbridge: Seeking for: PCI ID 8086:2f6b
  1472. [ 9.892153] EDAC sbridge: Seeking for: PCI ID 8086:2f6b
  1473. [ 9.892157] EDAC sbridge: Seeking for: PCI ID 8086:2f6c
  1474. [ 9.892167] EDAC sbridge: Seeking for: PCI ID 8086:2f6d
  1475. [ 9.892177] EDAC sbridge: Seeking for: PCI ID 8086:2ffc
  1476. [ 9.892181] EDAC sbridge: Seeking for: PCI ID 8086:2ffc
  1477. [ 9.892186] EDAC sbridge: Seeking for: PCI ID 8086:2ffc
  1478. [ 9.892191] EDAC sbridge: Seeking for: PCI ID 8086:2ffd
  1479. [ 9.892195] EDAC sbridge: Seeking for: PCI ID 8086:2ffd
  1480. [ 9.892215] EDAC sbridge: Seeking for: PCI ID 8086:2ffd
  1481. [ 9.892220] EDAC sbridge: Seeking for: PCI ID 8086:2fbd
  1482. [ 9.892238] EDAC sbridge: Seeking for: PCI ID 8086:2fbd
  1483. [ 9.892244] EDAC sbridge: Seeking for: PCI ID 8086:2fbd
  1484. [ 9.892248] EDAC sbridge: Seeking for: PCI ID 8086:2fbf
  1485. [ 9.892253] EDAC sbridge: Seeking for: PCI ID 8086:2fbf
  1486. [ 9.892258] EDAC sbridge: Seeking for: PCI ID 8086:2fbf
  1487. [ 9.892262] EDAC sbridge: Seeking for: PCI ID 8086:2fb9
  1488. [ 9.892267] EDAC sbridge: Seeking for: PCI ID 8086:2fb9
  1489. [ 9.892273] EDAC sbridge: Seeking for: PCI ID 8086:2fb9
  1490. [ 9.892276] EDAC sbridge: Seeking for: PCI ID 8086:2fbb
  1491. [ 9.892282] EDAC sbridge: Seeking for: PCI ID 8086:2fbb
  1492. [ 9.892287] EDAC sbridge: Seeking for: PCI ID 8086:2fbb
  1493. [ 9.892499] EDAC MC0: Giving out device to module sb_edac controller Haswell SrcID#1_Ha#0: DEV 0000:ff:12.0 (INTERRUPT)
  1494. [ 9.912620] EDAC MC1: Giving out device to module sb_edac controller Haswell SrcID#0_Ha#0: DEV 0000:7f:12.0 (INTERRUPT)
  1495. [ 9.932634] EDAC MC2: Giving out device to module sb_edac controller Haswell SrcID#1_Ha#1: DEV 0000:ff:12.4 (INTERRUPT)
  1496. [ 9.952556] EDAC MC3: Giving out device to module sb_edac controller Haswell SrcID#0_Ha#1: DEV 0000:7f:12.4 (INTERRUPT)
  1497. [ 9.972272] EDAC sbridge: Ver: 1.1.2
  1498. [ 9.984789] intel_pstate: Intel P-state driver initializing
  1499. [ 10.007590] EFI Variables Facility v0.08 2004-May-17
  1500. [ 10.012235] usb 2-1.7.1: new low-speed USB device number 5 using ehci-pci
  1501. [ 10.031581] pstore: ignoring unexpected backend 'efi'
  1502. [ 10.050552] hidraw: raw HID events driver (C) Jiri Kosina
  1503. [ 10.068941] input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:0A81:0205.0001/input/input2
  1504. [ 10.142447] hid-generic 0003:0A81:0205.0001: input,hidraw0: USB HID v1.10 Keyboard [CHESEN PS2 to USB Converter] on usb-0000:00:1d.0-1.1/input0
  1505. [ 10.146121] usb 2-1.7.1: New USB device found, idVendor=0557, idProduct=2419
  1506. [ 10.174468] input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:0A81:0205.0002/input/input3
  1507. [ 10.181130] usb 2-1.7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1508. [ 10.221916] input: HID 0557:2419 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7.1/2-1.7.1:1.0/0003:0557:2419.0003/input/input4
  1509. [ 10.255449] hid-generic 0003:0A81:0205.0002: input,hidraw1: USB HID v1.10 Mouse [CHESEN PS2 to USB Converter] on usb-0000:00:1d.0-1.1/input1
  1510. [ 10.307338] hid-generic 0003:0557:2419.0003: input,hidraw2: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:1d.0-1.7.1/input0
  1511. [ 10.330528] input: HID 0557:2419 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7.1/2-1.7.1:1.1/0003:0557:2419.0004/input/input5
  1512. [ 10.353566] hid-generic 0003:0557:2419.0004: input,hidraw3: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:1d.0-1.7.1/input1
  1513. [ 10.376020] usbcore: registered new interface driver usbhid
  1514. [ 10.392385] usbhid: USB HID core driver
  1515. [ 10.407296] u32 classifier
  1516. [ 10.420701] Actions configured
  1517. [ 10.435255] ipip: IPv4 and MPLS over IPv4 tunneling driver
  1518. [ 10.452330] Initializing XFRM netlink socket
  1519. [ 10.467629] NET: Registered protocol family 10
  1520. [ 10.483604] Segment Routing with IPv6
  1521. [ 10.498415] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  1522. [ 10.515126] NET: Registered protocol family 17
  1523. [ 10.530140] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  1524. [ 10.554459] 8021q: 802.1Q VLAN Support v1.8
  1525. [ 10.569588] Key type dns_resolver registered
  1526. [ 10.590307] microcode: sig=0x306f1, pf=0x1, revision=0x14
  1527. [ 10.607210] microcode: Microcode Update Driver: v2.2.
  1528. [ 10.607221] AVX2 version of gcm_enc/dec engaged.
  1529. [ 10.639001] AES CTR mode by8 optimization enabled
  1530. [ 10.655391] sched_clock: Marking stable (10655385992, 0)->(11350729912, -695343920)
  1531. [ 10.674761] registered taskstats version 1
  1532. [ 10.692144] Key type encrypted registered
  1533. [ 10.708065] Magic number: 2:398:774
  1534. [ 10.722933] mem zero: hash matches
  1535. [ 10.737416] acpi LNXCPU:91: hash matches
  1536. [ 10.752244] console [netcon0] enabled
  1537. [ 10.766689] netconsole: network logging started
  1538. [ 10.786732] Freeing unused kernel memory: 5864K
  1539. [ 10.802155] Write protecting the kernel read-only data: 24576k
  1540. [ 10.820204] Freeing unused kernel memory: 2004K
  1541. [ 10.836733] Freeing unused kernel memory: 372K
  1542. [ 10.856915] x86/mm: Checked W+X mappings: passed, no W+X pages found.
  1543. [ 10.874349] x86/mm: Checking user space page tables
  1544. [ 10.894585] x86/mm: Checked W+X mappings: passed, no W+X pages found.
  1545. [ 10.911870] rodata_test: all tests were successful
  1546. [ 11.193230] udevd[4192]: starting version 3.2.5
  1547. [ 11.208614] random: udevd: uninitialized urandom read (16 bytes read)
  1548. [ 11.225836] random: udevd: uninitialized urandom read (16 bytes read)
  1549. [ 11.243746] udevd[4193]: starting eudev-3.2.5
  1550. [ 11.285461] random: udevd: uninitialized urandom read (16 bytes read)
  1551. [ 11.348090] ata_id (6081) used greatest stack depth: 13984 bytes left
  1552. [ 11.379332] random: crng init done
  1553. [ 11.394057] random: 2 urandom warning(s) missed due to ratelimiting
  1554. [ 12.388733] spl: loading out-of-tree module taints kernel.
  1555. [ 12.405583] SPL: Loaded module v0.7.0-36_g1149b62
  1556. [ 12.419288] icp: module license 'CDDL' taints kernel.
  1557. [ 12.432591] Disabling lock debugging due to kernel taint
  1558. [ 14.435995] ZFS: Loaded module v0.7.0-477_g670d74b9, ZFS pool version 5000, ZFS filesystem version 5
  1559. [ 14.453541] modprobe (6860) used greatest stack depth: 13576 bytes left
  1560. [ 14.954461] zpool (7124) used greatest stack depth: 13512 bytes left
  1561. [ 15.097534] dmu_objset_find (7509) used greatest stack depth: 12248 bytes left
  1562. [ 15.195761] zpool (7118) used greatest stack depth: 11136 bytes left
  1563. [ 15.207155] zd0: p1 p2 p3
  1564. [ 17.108694] udevd[9169]: starting version 3.2.5
  1565. [ 17.141050] udevd[9203]: starting eudev-3.2.5
  1566. [ 18.203413] Adding 3145724k swap on /dev/zd16. Priority:-2 extents:1 across:3145724k SS
  1567. [ 22.768188] ixgbe 0000:06:00.0: registered PHC device on eth0
  1568. [ 22.771398] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  1569. [ 22.771400] 8021q: adding VLAN 0 to HW filter on device eth0
  1570. [ 22.837058] ixgbe 0000:06:00.0 eth0: detected SFP+: 9
  1571. [ 23.082976] IPv6: ADDRCONF(NETDEV_UP): tap0: link is not ready
  1572. [ 23.746127] ixgbe 0000:06:00.1: registered PHC device on eth1
  1573. [ 23.857857] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  1574. [ 23.857860] 8021q: adding VLAN 0 to HW filter on device eth1
  1575. [ 25.783211] ixgbe 0000:06:00.0 eth0: NIC Link is Up 1 Gbps, Flow Control: RX/TX
  1576. [ 25.783448] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  1577. [ 28.710910] br0: port 1(eth0) entered blocking state
  1578. [ 28.710912] br0: port 1(eth0) entered disabled state
  1579. [ 28.711238] device eth0 entered promiscuous mode
  1580. [ 28.723400] br0: port 2(tap0) entered blocking state
  1581. [ 28.723402] br0: port 2(tap0) entered disabled state
  1582. [ 28.723516] device tap0 entered promiscuous mode
  1583. [ 28.732629] device br0 entered promiscuous mode
  1584. [ 28.735811] br0: port 1(eth0) entered blocking state
  1585. [ 28.735813] br0: port 1(eth0) entered forwarding state
  1586. [ 28.735859] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
  1587. [ 29.727084] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
  1588. [ 51.786220] IPv6: ADDRCONF(NETDEV_CHANGE): tap0: link becomes ready
  1589. [ 51.786333] br0: port 2(tap0) entered blocking state
  1590. [ 51.786336] br0: port 2(tap0) entered forwarding state
  1591. [ 51.850609] virbr0: port 1(virbr0-nic) entered blocking state
  1592. [ 51.850611] virbr0: port 1(virbr0-nic) entered disabled state
  1593. [ 51.850727] device virbr0-nic entered promiscuous mode
  1594. [ 51.950794] virbr0: port 1(virbr0-nic) entered blocking state
  1595. [ 51.950798] virbr0: port 1(virbr0-nic) entered listening state
  1596. [ 51.975485] virbr0: port 1(virbr0-nic) entered disabled state
  1597. [ 113.179734] EXT4-fs (sdd3): mounting ext2 file system using the ext4 subsystem
  1598. [ 113.181311] EXT4-fs (sdd3): warning: mounting unchecked fs, running e2fsck is recommended
  1599. [ 113.182200] EXT4-fs (sdd3): mounted filesystem without journal. Opts: (null)
  1600. [ 376.075129] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead.
  1601. [32271.698100] zd64: p1 p2 p3
  1602. [39085.501735] sysrq: SysRq : Show backtrace of all active CPUs
  1603. [39085.507622] NMI backtrace for cpu 4
  1604. [39085.507626] CPU: 4 PID: 19336 Comm: bash Tainted: P O 4.16.8-gentoo #6
  1605. [39085.507628] Hardware name: Supermicro Super Server/X10DRD-iNTP, BIOS 2.0 02/26/2016
  1606. [39085.507629] Call Trace:
  1607. [39085.507647] dump_stack+0x5c/0x84
  1608. [39085.507653] nmi_cpu_backtrace+0xbf/0xd0
  1609. [39085.507661] ? lapic_can_unplug_cpu+0xa0/0xa0
  1610. [39085.507665] nmi_trigger_cpumask_backtrace+0x94/0xd0
  1611. [39085.507673] __handle_sysrq+0xf1/0x140
  1612. [39085.507677] write_sysrq_trigger+0x2b/0x30
  1613. [39085.507681] proc_reg_write+0x43/0x70
  1614. [39085.507686] do_iter_write+0x155/0x190
  1615. [39085.507688] vfs_writev+0xd6/0x150
  1616. [39085.507697] ? handle_mm_fault+0xfc/0x1f0
  1617. [39085.507699] ? do_writev+0x5e/0xf0
  1618. [39085.507701] do_writev+0x5e/0xf0
  1619. [39085.507705] do_syscall_64+0x61/0x110
  1620. [39085.507714] entry_SYSCALL_64_after_hwframe+0x3d/0xa2
  1621. [39085.507718] RIP: 0033:0x7f9760ae144c
  1622. [39085.507720] RSP: 002b:00007ffc7ef70060 EFLAGS: 00000202 ORIG_RAX: 0000000000000014
  1623. [39085.507723] RAX: ffffffffffffffda RBX: 00007f9760d31280 RCX: 00007f9760ae144c
  1624. [39085.507724] RDX: 0000000000000002 RSI: 00007ffc7ef70070 RDI: 0000000000000001
  1625. [39085.507726] RBP: 0000000000000002 R08: 0000000000000001 R09: 0000556482ac8eb2
  1626. [39085.507727] R10: 0000000000000001 R11: 0000000000000202 R12: 0000000000000002
  1627. [39085.507728] R13: 0000000000000014 R14: 0000000000000002 R15: 00007ffc7ef70070
  1628. [39085.507733] Sending NMI from CPU 4 to CPUs 0-3,5-55:
  1629. [39085.507741] NMI backtrace for cpu 0
  1630. [39085.507745] CPU: 0 PID: 0 Comm: swapper/0 Tainted: P O 4.16.8-gentoo #6
  1631. [39085.507746] Hardware name: Supermicro Super Server/X10DRD-iNTP, BIOS 2.0 02/26/2016
  1632. [39085.507756] RIP: 0010:find_busiest_group+0x18d/0xa30
  1633. [39085.507758] RSP: 0018:ffff92df15603c28 EFLAGS: 00000246
  1634. [39085.507760] RAX: ffff92e71021ca40 RBX: 000000000041ca40 RCX: 0000000000000000
  1635. [39085.507761] RDX: 0000000000000000 RSI: ffff92e70fe00000 RDI: ffff92e70ee2f920
  1636. [39085.507762] RBP: ffff92df15603e00 R08: 000000000000000f R09: 000000000000000f
  1637. [39085.507763] R10: 0000000000000000 R11: 000000000000022b R12: 0000000000001800
  1638. [39085.507764] R13: ffff92df15603c40 R14: 0000000000000000 R15: ffff92e70ee2f900
  1639. [39085.507766] FS: 0000000000000000(0000) GS:ffff92df15600000(0000) knlGS:0000000000000000
  1640. [39085.507768] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  1641. [39085.507769] CR2: 00007fd136134838 CR3: 000000105b80a006 CR4: 00000000001626f0
  1642. [39085.507770] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
  1643. [39085.507772] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
  1644. [39085.507772] Call Trace:
  1645. [39085.507775] <IRQ>
  1646. [39085.507781] load_balance+0x180/0xa40
  1647. [39085.507785] rebalance_domains+0x3c7/0x650
  1648. [39085.507789] run_rebalance_domains+0x162/0x1e0
  1649. [39085.507795] __do_softirq+0x10b/0x2a0
  1650. [39085.507800] irq_exit+0xae/0xb0
  1651. [39085.507802] reschedule_interrupt+0xf/0x20
  1652. [39085.507804] </IRQ>
  1653. [39085.507808] RIP: 0010:cpuidle_enter_state+0xa2/0x2a0
  1654. [39085.507809] RSP: 0018:ffffffffb4803e70 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff02
  1655. [39085.507811] RAX: ffff92df15a1ca40 RBX: 0000000000000004 RCX: 000000000000001f
  1656. [39085.507812] RDX: 0000238c4dcc43f1 RSI: 0000000040000431 RDI: 0000000000000000
  1657. [39085.507813] RBP: ffffbe04bb4088a0 R08: 00000000000204d6 R09: 0000000000000018
  1658. [39085.507814] R10: 000000000016f827 R11: 000000000001b0bf R12: ffffffffb48dae58
  1659. [39085.507815] R13: 0000000000000004 R14: 0000000000000004 R15: 0000238c47ecc963
  1660. [39085.507821] do_idle+0x188/0x1d0
  1661. [39085.507824] cpu_startup_entry+0x6f/0x80
  1662. [39085.507829] start_kernel+0x4b0/0x4d0
  1663. [39085.507832] secondary_startup_64+0xa5/0xb0
  1664. [39085.507835] Code: da 48 8b 8c 16 f8 08 00 00 48 39 8c 16 18 01 00 00 48 0f 46 8c 16 18 01 00 00 49 01 4d 28 8b 90 9c 00 00 00 41 01 55 30 8b 50 04 <83> fa 01 7e 48 8b 50 08 41 01 55 44 8b 50 0c 41 01 55 48 48 8b
  1665. [39085.507885] NMI backtrace for cpu 1 skipped: idling at intel_idle+0x76/0x120
  1666. [39085.507967] NMI backtrace for cpu 2 skipped: idling at intel_idle+0x76/0x120
  1667. [39085.508067] NMI backtrace for cpu 3 skipped: idling at intel_idle+0x76/0x120
  1668. [39085.508168] NMI backtrace for cpu 5 skipped: idling at intel_idle+0x76/0x120
  1669. [39085.508268] NMI backtrace for cpu 6 skipped: idling at intel_idle+0x76/0x120
  1670. [39085.508340] NMI backtrace for cpu 7
  1671. [39085.508342] CPU: 7 PID: 37760 Comm: kworker/u113:1 Tainted: P O 4.16.8-gentoo #6
  1672. [39085.508343] Hardware name: Supermicro Super Server/X10DRD-iNTP, BIOS 2.0 02/26/2016
  1673. [39085.508350] Workqueue: writeback wb_workfn (flush-zfs-3)
  1674. [39085.508354] RIP: 0010:_raw_spin_lock+0x10/0x20
  1675. [39085.508355] RSP: 0018:ffff9e0d0c497950 EFLAGS: 00000246
  1676. [39085.508356] RAX: 0000000000000000 RBX: 00000000000005d0 RCX: 0000000000000000
  1677. [39085.508357] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff92e70cc775f0
  1678. [39085.508357] RBP: 000000000000001f R08: ffff92defd12dd48 R09: 0000000000000001
  1679. [39085.508358] R10: ffff9e0d0c497958 R11: 0000008000000000 R12: 0000000000000001
  1680. [39085.508359] R13: ffff92defd12dd10 R14: ffff92e70cc72000 R15: ffff92dad4476628
  1681. [39085.508360] FS: 0000000000000000(0000) GS:ffff92df18000000(0000) knlGS:0000000000000000
  1682. [39085.508360] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  1683. [39085.508361] CR2: 0000000800fe19a0 CR3: 000000105b80a006 CR4: 00000000001626e0
  1684. [39085.508362] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
  1685. [39085.508362] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
  1686. [39085.508363] Call Trace:
  1687. [39085.508399] zfs_znode_hold_compare+0x6be/0xfa0 [zfs]
  1688. [39085.508415] zfs_zget+0x108/0x250 [zfs]
  1689. [39085.508428] zfs_get_data+0x57/0x330 [zfs]
  1690. [39085.508442] zil_commit_impl+0xa29/0xe30 [zfs]
  1691. [39085.508459] zpl_putpage+0x156/0xea0 [zfs]
  1692. [39085.508467] do_writepages+0x17/0x60
  1693. [39085.508472] __writeback_single_inode+0x40/0x320
  1694. [39085.508476] writeback_sb_inodes+0x1c5/0x470
  1695. [39085.508478] wb_writeback+0x129/0x320
  1696. [39085.508481] ? wb_workfn+0xd4/0x4a0
  1697. [39085.508486] ? current_is_workqueue_rescuer+0x2a/0x50
  1698. [39085.508490] wb_workfn+0xd4/0x4a0
  1699. [39085.508493] ? pick_next_task_fair+0xea/0x8f0
  1700. [39085.508499] ? __switch_to+0xa8/0x400
  1701. [39085.508503] ? __update_idle_core+0x55/0xa0
  1702. [39085.508513] process_one_work+0x172/0x350
  1703. [39085.508518] worker_thread+0x50/0x3c0
  1704. [39085.508522] kthread+0xf5/0x130
  1705. [39085.508527] ? rescuer_thread+0x360/0x360
  1706. [39085.508531] ? kthread_create_worker_on_cpu+0x70/0x70
  1707. [39085.508535] ret_from_fork+0x35/0x40
  1708. [39085.508538] Code: 75 05 48 89 d8 5b c3 e8 3f 06 3f ff 48 89 d8 5b c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 31 c0 ba 01 00 00 00 f0 0f b1 17 <85> c0 75 02 f3 c3 89 c6 e8 d3 ed 3e ff 66 90 c3 0f 1f 44 00 00
  1709. [39085.508586] NMI backtrace for cpu 8 skipped: idling at intel_idle+0x76/0x120
  1710. [39085.508596] NMI backtrace for cpu 9 skipped: idling at intel_idle+0x76/0x120
  1711. [39085.508669] NMI backtrace for cpu 10 skipped: idling at intel_idle+0x76/0x120
  1712. [39085.508770] NMI backtrace for cpu 11 skipped: idling at intel_idle+0x76/0x120
  1713. [39085.508872] NMI backtrace for cpu 12 skipped: idling at intel_idle+0x76/0x120
  1714. [39085.508971] NMI backtrace for cpu 13 skipped: idling at intel_idle+0x76/0x120
  1715. [39085.509076] NMI backtrace for cpu 14 skipped: idling at intel_idle+0x76/0x120
  1716. [39085.509172] NMI backtrace for cpu 15 skipped: idling at intel_idle+0x76/0x120
  1717. [39085.509181] NMI backtrace for cpu 16 skipped: idling at intel_idle+0x76/0x120
  1718. [39085.509270] NMI backtrace for cpu 17 skipped: idling at intel_idle+0x76/0x120
  1719. [39085.509372] NMI backtrace for cpu 18 skipped: idling at intel_idle+0x76/0x120
  1720. [39085.509450] NMI backtrace for cpu 19 skipped: idling at intel_idle+0x76/0x120
  1721. [39085.509545] NMI backtrace for cpu 20
  1722. [39085.509549] CPU: 20 PID: 50991 Comm: syslog-ng Tainted: P O 4.16.8-gentoo #6
  1723. [39085.509552] Hardware name: Supermicro Super Server/X10DRD-iNTP, BIOS 2.0 02/26/2016
  1724. [39085.509556] RIP: 0033:0x7f3ffcc9ef76
  1725. [39085.509560] RSP: 002b:00007f3ffcefc410 EFLAGS: 00000286
  1726. [39085.509566] RAX: 0000000000000000 RBX: 000055e7b4a0a9f0 RCX: 000000000000000e
  1727. [39085.509569] RDX: 00000000000001e1 RSI: 000000000000000e RDI: 000055e7b4a0a9f0
  1728. [39085.509572] RBP: 00007f3ffcf1db30 R08: 0000000000000032 R09: 0000000000000001
  1729. [39085.509575] R10: 0000000000000000 R11: 0000000000000030 R12: 0000000000000001
  1730. [39085.509578] R13: 00007f3ffcc71068 R14: 00007f3ffcf1d9e0 R15: 00007f3ffcf1db38
  1731. [39085.509582] FS: 00007f3ffcefeae8(0000) GS:ffff92e711c00000(0000) knlGS:0000000000000000
  1732. [39085.509585] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  1733. [39085.509589] CR2: 00007f3ffcefd0d0 CR3: 0000000842626005 CR4: 00000000001626e0
  1734. [39085.509592] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
  1735. [39085.509595] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
  1736. [39085.509674] NMI backtrace for cpu 21 skipped: idling at intel_idle+0x76/0x120
  1737. [39085.509772] NMI backtrace for cpu 22 skipped: idling at intel_idle+0x76/0x120
  1738. [39085.509874] NMI backtrace for cpu 23 skipped: idling at intel_idle+0x76/0x120
  1739. [39085.509883] NMI backtrace for cpu 24 skipped: idling at intel_idle+0x76/0x120
  1740. [39085.509974] NMI backtrace for cpu 25 skipped: idling at intel_idle+0x76/0x120
  1741. [39085.510076] NMI backtrace for cpu 26 skipped: idling at intel_idle+0x76/0x120
  1742. [39085.510175] NMI backtrace for cpu 27 skipped: idling at intel_idle+0x76/0x120
  1743. [39085.510254] NMI backtrace for cpu 29 skipped: idling at intel_idle+0x76/0x120
  1744. [39085.510277] NMI backtrace for cpu 28 skipped: idling at intel_idle+0x76/0x120
  1745. [39085.510376] NMI backtrace for cpu 30 skipped: idling at intel_idle+0x76/0x120
  1746. [39085.510476] NMI backtrace for cpu 31 skipped: idling at intel_idle+0x76/0x120
  1747. [39085.510554] NMI backtrace for cpu 32 skipped: idling at intel_idle+0x76/0x120
  1748. [39085.510677] NMI backtrace for cpu 33 skipped: idling at intel_idle+0x76/0x120
  1749. [39085.510778] NMI backtrace for cpu 34 skipped: idling at intel_idle+0x76/0x120
  1750. [39085.510853] NMI backtrace for cpu 35 skipped: idling at intel_idle+0x76/0x120
  1751. [39085.510978] NMI backtrace for cpu 36 skipped: idling at intel_idle+0x76/0x120
  1752. [39085.511079] NMI backtrace for cpu 37 skipped: idling at intel_idle+0x76/0x120
  1753. [39085.511180] NMI backtrace for cpu 38 skipped: idling at intel_idle+0x76/0x120
  1754. [39085.511279] NMI backtrace for cpu 39 skipped: idling at intel_idle+0x76/0x120
  1755. [39085.511380] NMI backtrace for cpu 40 skipped: idling at intel_idle+0x76/0x120
  1756. [39085.511480] NMI backtrace for cpu 41 skipped: idling at intel_idle+0x76/0x120
  1757. [39085.511580] NMI backtrace for cpu 42 skipped: idling at intel_idle+0x76/0x120
  1758. [39085.511682] NMI backtrace for cpu 43 skipped: idling at intel_idle+0x76/0x120
  1759. [39085.511781] NMI backtrace for cpu 44 skipped: idling at intel_idle+0x76/0x120
  1760. [39085.511880] NMI backtrace for cpu 45 skipped: idling at intel_idle+0x76/0x120
  1761. [39085.511982] NMI backtrace for cpu 46 skipped: idling at intel_idle+0x76/0x120
  1762. [39085.512061] NMI backtrace for cpu 48 skipped: idling at intel_idle+0x76/0x120
  1763. [39085.512071] NMI backtrace for cpu 47 skipped: idling at intel_idle+0x76/0x120
  1764. [39085.512182] NMI backtrace for cpu 49 skipped: idling at intel_idle+0x76/0x120
  1765. [39085.512282] NMI backtrace for cpu 50 skipped: idling at intel_idle+0x76/0x120
  1766. [39085.512383] NMI backtrace for cpu 51 skipped: idling at intel_idle+0x76/0x120
  1767. [39085.512483] NMI backtrace for cpu 52 skipped: idling at intel_idle+0x76/0x120
  1768. [39085.512584] NMI backtrace for cpu 53 skipped: idling at intel_idle+0x76/0x120
  1769. [39085.512685] NMI backtrace for cpu 54 skipped: idling at intel_idle+0x76/0x120
  1770. [39085.512786] NMI backtrace for cpu 55 skipped: idling at intel_idle+0x76/0x120
  1771. [39085.513824] sysrq: SysRq : HELP : loglevel(0-9) reboot(b) crash(c) terminate-all-tasks(e) memory-full-oom-kill(f) kill-all-tasks(i) thaw-filesystems(j) sak(k) show-backtrace-all-active-cpus(l) show-memory-usage(m) nice-all-RT-tasks(n) poweroff(o) show-registers(p) show-all-timers(q) unraw(r) sync(s) show-task-states(t) unmount(u) show-blocked-tasks(w) dump-ftrace-buffer(z)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement