Guest User

Untitled

a guest
Aug 29th, 2018
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 117.75 KB | None | 0 0
  1. $uname -a
  2. Linux parrot 4.16.0-parrot12-amd64 #1 SMP Parrot 4.16.12-1parrot12.1 (2018-05-28) x86_64 GNU/Linux
  3.  
  4. $lspci
  5. 00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
  6. 00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 07)
  7. 00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
  8. 00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10)
  9. 00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
  10. 00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
  11. 00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
  12. 00:17.0 SATA controller: Intel Corporation Device a353 (rev 10)
  13. 00:1b.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port 19 (rev f0)
  14. 00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port 9 (rev f0)
  15. 00:1d.7 PCI bridge: Intel Corporation Device a337 (rev f0)
  16. 00:1e.0 Communication controller: Intel Corporation Device a328 (rev 10)
  17. 00:1f.0 ISA bridge: Intel Corporation Device a30d (rev 10)
  18. 00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
  19. 00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
  20. 00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
  21. 01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
  22. 02:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)
  23. 03:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981
  24. 04:00.0 Ethernet controller: Qualcomm Atheros QCA8171 Gigabit Ethernet (rev 10)
  25.  
  26. $sudo dmesg
  27. [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  28. [    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
  29. [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  30. [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
  31. [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  32. [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
  33. [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047dffffff] usable
  34. [    0.000000] NX (Execute Disable) protection: active
  35. [    0.000000] efi: EFI v2.60 by American Megatrends
  36. [    0.000000] efi:  ACPI 2.0=0x79477000  ACPI=0x79477000  SMBIOS=0x7a99d000  SMBIOS 3.0=0x7a99c000  ESRT=0x7537e898
  37. [    0.000000] secureboot: Secure boot could not be determined (mode 0)
  38. [    0.000000] SMBIOS 3.1.1 present.
  39. [    0.000000] DMI: Micro-Star International Co., Ltd. GL63 8RC/MS-16P6, BIOS E16P6IMS.104 04/08/2018
  40. [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  41. [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  42. [    0.000000] e820: last_pfn = 0x47e000 max_arch_pfn = 0x400000000
  43. [    0.000000] MTRR default type: uncachable
  44. [    0.000000] MTRR fixed ranges enabled:
  45. [    0.000000]   00000-9FFFF write-back
  46. [    0.000000]   A0000-BFFFF uncachable
  47. [    0.000000]   C0000-FFFFF write-back
  48. [    0.000000] MTRR variable ranges enabled:
  49. [    0.000000]   0 base 0080000000 mask 7FF0000000 write-combining
  50. [    0.000000]   1 base 0000000000 mask 7F80000000 write-back
  51. [    0.000000]   2 base 007B800000 mask 7FFF800000 uncachable
  52. [    0.000000]   3 base 007C000000 mask 7FFC000000 uncachable
  53. [    0.000000]   4 base 0100000000 mask 7F00000000 write-back
  54. [    0.000000]   5 base 0200000000 mask 7E00000000 write-back
  55. [    0.000000]   6 base 0400000000 mask 7F80000000 write-back
  56. [    0.000000]   7 disabled
  57. [    0.000000]   8 disabled
  58. [    0.000000]   9 disabled
  59. [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
  60. [    0.000000] e820: last_pfn = 0x7ac0f max_arch_pfn = 0x400000000
  61. [    0.000000] esrt: Reserving ESRT space from 0x000000007537e898 to 0x000000007537e8d0.
  62. [    0.000000] Base memory trampoline at [        (ptrval)] 98000 size 24576
  63. [    0.000000] Using GB pages for direct mapping
  64. [    0.000000] BRK [0x30fe2d000, 0x30fe2dfff] PGTABLE
  65. [    0.000000] BRK [0x30fe2e000, 0x30fe2efff] PGTABLE
  66. [    0.000000] BRK [0x30fe2f000, 0x30fe2ffff] PGTABLE
  67. [    0.000000] BRK [0x30fe30000, 0x30fe30fff] PGTABLE
  68. [    0.000000] BRK [0x30fe31000, 0x30fe31fff] PGTABLE
  69. [    0.000000] BRK [0x30fe32000, 0x30fe32fff] PGTABLE
  70. [    0.000000] BRK [0x30fe33000, 0x30fe33fff] PGTABLE
  71. [    0.000000] BRK [0x30fe34000, 0x30fe34fff] PGTABLE
  72. [    0.000000] RAMDISK: [mem 0x32237000-0x35112fff]
  73. [    0.000000] ACPI: Early table checksum verification disabled
  74. [    0.000000] ACPI: RSDP 0x0000000079477000 000024 (v02 MSI_NB)
  75. [    0.000000] ACPI: XSDT 0x00000000794770B0 0000E4 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
  76. [    0.000000] ACPI: FACP 0x00000000794AEA50 000114 (v06 MSI_NB MEGABOOK 01072009 AMI  00010013)
  77. [    0.000000] ACPI: DSDT 0x0000000079477228 037825 (v02 MSI_NB MEGABOOK 01072009 INTL 20160527)
  78. [    0.000000] ACPI: FACS 0x0000000079972080 000040
  79. [    0.000000] ACPI: APIC 0x00000000794AEB68 0000F4 (v04 MSI_NB MEGABOOK 01072009 AMI  00010013)
  80. [    0.000000] ACPI: FPDT 0x00000000794AEC60 000044 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
  81. [    0.000000] ACPI: FIDT 0x00000000794AECA8 00009C (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
  82. [    0.000000] ACPI: ECDT 0x00000000794AED48 0000C1 (v01 MSI_NB MEGABOOK 01072009 AMI. 00010013)
  83. [    0.000000] ACPI: MCFG 0x00000000794AEE10 00003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00000097)
  84. [    0.000000] ACPI: SSDT 0x00000000794AEE50 000378 (v01 SataRe SataTabl 00001000 INTL 20160527)
  85. [    0.000000] ACPI: SSDT 0x00000000794AF1C8 0017D5 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
  86. [    0.000000] ACPI: MSDM 0x00000000794B09A0 000055 (v03 MSI_NB MEGABOOK 01072009 AMI  00010013)
  87. [    0.000000] ACPI: SLIC 0x00000000794B09F8 000176 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
  88. [    0.000000] ACPI: SSDT 0x00000000794B0B70 0031C7 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
  89. [    0.000000] ACPI: SSDT 0x00000000794B3D38 002107 (v02 PegSsd PegSsdt  00001000 INTL 20160527)
  90. [    0.000000] ACPI: HPET 0x00000000794B5E40 000038 (v01 INTEL  MEGABOOK 00000002      01000013)
  91. [    0.000000] ACPI: SSDT 0x00000000794B5E78 0008BC (v02 INTEL  xh_cfhd4 00000000 INTL 20160527)
  92. [    0.000000] ACPI: UEFI 0x00000000794B6738 000048 (v01 MSI_NB MEGABOOK 00000002      01000013)
  93. [    0.000000] ACPI: LPIT 0x00000000794B6780 00005C (v01 INTEL  MEGABOOK 00000002      01000013)
  94. [    0.000000] ACPI: DBGP 0x00000000794B67E0 000034 (v01 MSI_NB MEGABOOK 00000002      01000013)
  95. [    0.000000] ACPI: DBG2 0x00000000794B6818 000054 (v00 MSI_NB MEGABOOK 00000002      01000013)
  96. [    0.000000] ACPI: SSDT 0x00000000794B6870 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
  97. [    0.000000] ACPI: DMAR 0x00000000794B6920 0000A8 (v01 INTEL  EDK2     00000002      01000013)
  98. [    0.000000] ACPI: BGRT 0x00000000794B69C8 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
  99. [    0.000000] ACPI: TPM2 0x00000000794B6A00 000034 (v04 MSI_NB MEGABOOK 00000001 AMI  00000000)
  100. [    0.000000] ACPI: SSDT 0x00000000794B6A38 0021CE (v01 OptRef OptTabl  00001000 INTL 20160527)
  101. [    0.000000] ACPI: WSMT 0x00000000794B8C08 000028 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
  102. [    0.000000] ACPI: Local APIC address 0xfee00000
  103. [    0.000000] No NUMA configuration found
  104. [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000047dffffff]
  105. [    0.000000] NODE_DATA(0) allocated [mem 0x47dffb000-0x47dffffff]
  106. [    0.000000] Zone ranges:
  107. [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  108. [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  109. [    0.000000]   Normal   [mem 0x0000000100000000-0x000000047dffffff]
  110. [    0.000000]   Device   empty
  111. [    0.000000] Movable zone start for each node
  112. [    0.000000] Early memory node ranges
  113. [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
  114. [    0.000000]   node   0: [mem 0x0000000000100000-0x0000000078377fff]
  115. [    0.000000]   node   0: [mem 0x000000007ac0e000-0x000000007ac0efff]
  116. [    0.000000]   node   0: [mem 0x0000000100000000-0x000000047dffffff]
  117. [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000047dffffff]
  118. [    0.000000] On node 0 totalpages: 4154135
  119. [    0.000000]   DMA zone: 64 pages used for memmap
  120. [    0.000000]   DMA zone: 23 pages reserved
  121. [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
  122. [    0.000000]   DMA32 zone: 7630 pages used for memmap
  123. [    0.000000]   DMA32 zone: 488313 pages, LIFO batch:31
  124. [    0.000000]   Normal zone: 57216 pages used for memmap
  125. [    0.000000]   Normal zone: 3661824 pages, LIFO batch:31
  126. [    0.000000] Reserved but unavailable: 98 pages
  127. [    0.000000] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
  128. [    0.000000] ACPI: PM-Timer IO Port: 0x1808
  129. [    0.000000] ACPI: Local APIC address 0xfee00000
  130. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  131. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  132. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  133. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
  134. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
  135. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
  136. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
  137. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
  138. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
  139. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
  140. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
  141. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
  142. [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
  143. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  144. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  145. [    0.000000] ACPI: IRQ0 used by override.
  146. [    0.000000] ACPI: IRQ9 used by override.
  147. [    0.000000] Using ACPI (MADT) for SMP configuration information
  148. [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  149. [    0.000000] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
  150. [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
  151. [    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
  152. [    0.000000] PM: Registered nosave memory: [mem 0x78378000-0x7945dfff]
  153. [    0.000000] PM: Registered nosave memory: [mem 0x7945e000-0x794dafff]
  154. [    0.000000] PM: Registered nosave memory: [mem 0x794db000-0x79972fff]
  155. [    0.000000] PM: Registered nosave memory: [mem 0x79973000-0x7ab45fff]
  156. [    0.000000] PM: Registered nosave memory: [mem 0x7ab46000-0x7ac0dfff]
  157. [    0.000000] PM: Registered nosave memory: [mem 0x7ac0f000-0x7fffffff]
  158. [    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
  159. [    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
  160. [    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
  161. [    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
  162. [    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
  163. [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
  164. [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
  165. [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
  166. [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
  167. [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
  168. [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
  169. [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
  170. [    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
  171. [    0.000000] Booting paravirtualized kernel on bare hardware
  172. [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
  173. [    0.000000] random: get_random_bytes called from start_kernel+0x94/0x478 with crng_init=0
  174. [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:12 nr_node_ids:1
  175. [    0.000000] percpu: Embedded 44 pages/cpu @        (ptrval) s142296 r8192 d29736 u262144
  176. [    0.000000] pcpu-alloc: s142296 r8192 d29736 u262144 alloc=1*2097152
  177. [    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
  178. [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4089202
  179. [    0.000000] Policy zone: Normal
  180. [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-parrot12-amd64 root=UUID=5dcb245f-ce74-40df-85e5-6533cb80a816 ro quiet splash noautomount quiet
  181. [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
  182. [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
  183. [    0.000000] Memory: 16098340K/16616540K available (10252K kernel code, 1182K rwdata, 3128K rodata, 1528K init, 688K bss, 518200K reserved, 0K cma-reserved)
  184. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
  185. [    0.000000] Kernel/User page tables isolation: enabled
  186. [    0.000000] ftrace: allocating 29921 entries in 117 pages
  187. [    0.000000] Hierarchical RCU implementation.
  188. [    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=12.
  189. [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
  190. [    0.000000] NR_IRQS: 33024, nr_irqs: 2152, preallocated irqs: 16
  191. [    0.000000] Console: colour dummy device 80x25
  192. [    0.000000] console [tty0] enabled
  193. [    0.000000] ACPI: Core revision 20180105
  194. [    0.000000] ACPI BIOS Error (bug): Failure looking up [\_SB.PCI0.XHC.RHUB.HS11], AE_NOT_FOUND (20180105/dswload-211)
  195. [    0.000000] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20180105/psobject-252)
  196. [    0.000000] ACPI Error: AE_NOT_FOUND, (SSDT:xh_cfhd4) while loading table (20180105/tbxfload-228)
  197. [    0.000000] ACPI Error: 1 table load failures, 7 successful (20180105/tbxfload-246)
  198. [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
  199. [    0.000000] hpet clockevent registered
  200. [    0.003333] APIC: Switch to symmetric I/O mode setup
  201. [    0.003333] DMAR: Host address width 39
  202. [    0.003333] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
  203. [    0.003333] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
  204. [    0.003333] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
  205. [    0.003333] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
  206. [    0.003333] DMAR: RMRR base: 0x000000789fd000 end: 0x00000078a1cfff
  207. [    0.003333] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
  208. [    0.003333] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
  209. [    0.003333] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
  210. [    0.003333] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
  211. [    0.003333] DMAR-IR: Enabled IRQ remapping in x2apic mode
  212. [    0.003333] x2apic enabled
  213. [    0.003333] Switched APIC routing to cluster x2apic.
  214. [    0.013333] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  215. [    0.029999] tsc: Detected 2200.000 MHz processor
  216. [    0.029999] tsc: Detected 2208.000 MHz TSC
  217. [    0.029999] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fd3b81b95f, max_idle_ns: 440795257325 ns
  218. [    0.029999] Calibrating delay loop (skipped), value calculated using timer frequency.. 4417.00 BogoMIPS (lpj=7360000)
  219. [    0.029999] pid_max: default: 32768 minimum: 301
  220. [    0.029999] Security Framework initialized
  221. [    0.029999] Yama: disabled by default; enable with sysctl kernel.yama.*
  222. [    0.029999] AppArmor: AppArmor initialized
  223. [    0.029999] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
  224. [    0.033950] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
  225. [    0.033990] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
  226. [    0.034021] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
  227. [    0.034220] CPU: Physical Processor ID: 0
  228. [    0.034220] CPU: Processor Core ID: 0
  229. [    0.034226] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  230. [    0.034226] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  231. [    0.034231] mce: CPU supports 12 MCE banks
  232. [    0.034243] CPU0: Thermal monitoring enabled (TM1)
  233. [    0.034272] process: using mwait in idle threads
  234. [    0.034274] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
  235. [    0.034275] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
  236. [    0.034276] Spectre V2 : Mitigation: Full generic retpoline
  237. [    0.034277] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
  238. [    0.034277] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
  239. [    0.034278] Spectre V2 : Enabling Restricted Speculation for firmware calls
  240. [    0.034278] Speculative Store Bypass: Vulnerable
  241. [    0.034617] Freeing SMP alternatives memory: 28K
  242. [    0.039885] TSC deadline timer enabled
  243. [    0.039896] smpboot: CPU0: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (family: 0x6, model: 0x9e, stepping: 0xa)
  244. [    0.039959] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
  245. [    0.039992] ... version:                4
  246. [    0.039993] ... bit width:              48
  247. [    0.039994] ... generic registers:      4
  248. [    0.039994] ... value mask:             0000ffffffffffff
  249. [    0.039995] ... max period:             00007fffffffffff
  250. [    0.039995] ... fixed-purpose events:   3
  251. [    0.039996] ... event mask:             000000070000000f
  252. [    0.039999] Hierarchical SRCU implementation.
  253. [    0.039999] smp: Bringing up secondary CPUs ...
  254. [    0.039999] x86: Booting SMP configuration:
  255. [    0.039999] .... node  #0, CPUs:        #1
  256. [    0.039999] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
  257. [    0.039999]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
  258. [    0.043985] smp: Brought up 1 node, 12 CPUs
  259. [    0.043985] smpboot: Max logical packages: 1
  260. [    0.043985] smpboot: Total of 12 processors activated (53013.00 BogoMIPS)
  261. [    0.047144] devtmpfs: initialized
  262. [    0.047144] x86/mm: Memory block size: 128MB
  263. [    0.047888] PM: Registering ACPI NVS region [mem 0x794db000-0x79972fff] (4816896 bytes)
  264. [    0.047888] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  265. [    0.047888] futex hash table entries: 4096 (order: 6, 262144 bytes)
  266. [    0.047888] pinctrl core: initialized pinctrl subsystem
  267. [    0.047888] NET: Registered protocol family 16
  268. [    0.047888] audit: initializing netlink subsys (disabled)
  269. [    0.047888] audit: type=2000 audit(1535565115.046:1): state=initialized audit_enabled=0 res=1
  270. [    0.047888] cpuidle: using governor ladder
  271. [    0.047888] cpuidle: using governor menu
  272. [    0.047888] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
  273. [    0.047888] ACPI: bus type PCI registered
  274. [    0.047888] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  275. [    0.047888] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  276. [    0.047888] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  277. [    0.047888] PCI: Using configuration type 1 for base access
  278. [    0.050443] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  279. [    0.050443] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  280. [    0.050443] ACPI: Added _OSI(Module Device)
  281. [    0.050443] ACPI: Added _OSI(Processor Device)
  282. [    0.050443] ACPI: Added _OSI(3.0 _SCP Extensions)
  283. [    0.050443] ACPI: Added _OSI(Processor Aggregator Device)
  284. [    0.050443] ACPI: EC: EC started
  285. [    0.050443] ACPI: EC: interrupt blocked
  286. [    0.051895] ACPI: \: Used as first EC
  287. [    0.051897] ACPI: \: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  288. [    0.051898] ACPI: \: Used as boot ECDT EC to handle transactions
  289. [    0.056675] ACPI BIOS Error (bug): Failure looking up [\_SB.PCI0.RP04.PXSX._SB.PCI0.RP05.PXSX], AE_NOT_FOUND (20180105/dswload2-194)
  290. [    0.056675] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20180105/psobject-252)
  291. [    0.056675] ACPI Error: Method parse/execution failed \_SB.PCI0.RP04.PXSX, AE_NOT_FOUND (20180105/psparse-550)
  292. [    0.060480] ACPI BIOS Error (bug): Failure looking up [\_SB.PCI0.RP08.PXSX._SB.PCI0.RP09.PXSX], AE_NOT_FOUND (20180105/dswload2-194)
  293. [    0.060486] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20180105/psobject-252)
  294. [    0.060490] ACPI Error: Method parse/execution failed \_SB.PCI0.RP08.PXSX, AE_NOT_FOUND (20180105/psparse-550)
  295. [    0.061823] ACPI BIOS Error (bug): Failure looking up [\_SB.PCI0.RP12.PXSX._SB.PCI0.RP13.PXSX], AE_NOT_FOUND (20180105/dswload2-194)
  296. [    0.061828] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20180105/psobject-252)
  297. [    0.061832] ACPI Error: Method parse/execution failed \_SB.PCI0.RP12.PXSX, AE_NOT_FOUND (20180105/psparse-550)
  298. [    0.064584] ACPI: Executed 53 blocks of module-level executable AML code
  299. [    0.084307] ACPI: Dynamic OEM Table Load:
  300. [    0.084315] ACPI: SSDT 0xFFFF9F30AA8E9000 0005BE (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
  301. [    0.084586] ACPI: Executed 1 blocks of module-level executable AML code
  302. [    0.084688] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
  303. [    0.085528] ACPI: Dynamic OEM Table Load:
  304. [    0.085533] ACPI: SSDT 0xFFFF9F30AA5FC400 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
  305. [    0.085773] ACPI: Executed 1 blocks of module-level executable AML code
  306. [    0.086360] ACPI: Dynamic OEM Table Load:
  307. [    0.086367] ACPI: SSDT 0xFFFF9F30AA5F0000 000EF1 (v02 PmRef  ApIst    00003000 INTL 20160527)
  308. [    0.087230] ACPI: Executed 1 blocks of module-level executable AML code
  309. [    0.087475] ACPI: Dynamic OEM Table Load:
  310. [    0.087480] ACPI: SSDT 0xFFFF9F30AA5FF000 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
  311. [    0.087753] ACPI: Executed 1 blocks of module-level executable AML code
  312. [    0.091518] ACPI: Interpreter enabled
  313. [    0.091568] ACPI: (supports S0 S3 S4 S5)
  314. [    0.091569] ACPI: Using IOAPIC for interrupt routing
  315. [    0.091613] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  316. [    0.092079] ACPI: Enabled 6 GPEs in block 00 to 7F
  317. [    0.094765] ACPI: Power Resource [PG00] (on)
  318. [    0.108765] ACPI: Power Resource [USBC] (on)
  319. [    0.112447] ACPI: Power Resource [V0PR] (on)
  320. [    0.112644] ACPI: Power Resource [V1PR] (on)
  321. [    0.112834] ACPI: Power Resource [V2PR] (on)
  322. [    0.118052] ACPI: Power Resource [WRST] (on)
  323. [    0.120359] ACPI: Power Resource [PIN] (off)
  324. [    0.120729] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
  325. [    0.120735] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  326. [    0.120933] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
  327. [    0.121117] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
  328. [    0.121118] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
  329. [    0.122001] PCI host bridge to bus 0000:00
  330. [    0.122004] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
  331. [    0.122005] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
  332. [    0.122007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  333. [    0.122008] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
  334. [    0.122010] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
  335. [    0.122011] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
  336. [    0.122012] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
  337. [    0.122014] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
  338. [    0.122015] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
  339. [    0.122017] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
  340. [    0.122018] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfc00ffff window]
  341. [    0.122020] pci_bus 0000:00: root bus resource [bus 00-fe]
  342. [    0.122029] pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000
  343. [    0.122161] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
  344. [    0.122208] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
  345. [    0.122442] pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000
  346. [    0.122454] pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
  347. [    0.122461] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
  348. [    0.122466] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
  349. [    0.122483] pci 0000:00:02.0: BAR 2: assigned to efifb
  350. [    0.122778] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
  351. [    0.122826] pci 0000:00:12.0: reg 0x10: [mem 0xa451e000-0xa451efff 64bit]
  352. [    0.123152] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
  353. [    0.123198] pci 0000:00:14.0: reg 0x10: [mem 0xa4500000-0xa450ffff 64bit]
  354. [    0.123349] pci 0000:00:14.0: PME# supported from D3hot D3cold
  355. [    0.123550] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
  356. [    0.123588] pci 0000:00:14.2: reg 0x10: [mem 0xa4516000-0xa4517fff 64bit]
  357. [    0.123608] pci 0000:00:14.2: reg 0x18: [mem 0xa451d000-0xa451dfff 64bit]
  358. [    0.123848] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
  359. [    0.123892] pci 0000:00:16.0: reg 0x10: [mem 0xa451c000-0xa451cfff 64bit]
  360. [    0.124019] pci 0000:00:16.0: PME# supported from D3hot
  361. [    0.124271] pci 0000:00:17.0: [8086:a353] type 00 class 0x010601
  362. [    0.124311] pci 0000:00:17.0: reg 0x10: [mem 0xa4514000-0xa4515fff]
  363. [    0.124327] pci 0000:00:17.0: reg 0x14: [mem 0xa451b000-0xa451b0ff]
  364. [    0.124344] pci 0000:00:17.0: reg 0x18: [io  0x5090-0x5097]
  365. [    0.124360] pci 0000:00:17.0: reg 0x1c: [io  0x5080-0x5083]
  366. [    0.124376] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
  367. [    0.124392] pci 0000:00:17.0: reg 0x24: [mem 0xa451a000-0xa451a7ff]
  368. [    0.124482] pci 0000:00:17.0: PME# supported from D3hot
  369. [    0.124726] pci 0000:00:1b.0: [8086:a342] type 01 class 0x060400
  370. [    0.124930] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
  371. [    0.124977] pci 0000:00:1b.0: PTM enabled (root), 4dns granularity
  372. [    0.125249] pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
  373. [    0.125455] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  374. [    0.125502] pci 0000:00:1d.0: PTM enabled (root), 4dns granularity
  375. [    0.125750] pci 0000:00:1d.7: [8086:a337] type 01 class 0x060400
  376. [    0.125957] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
  377. [    0.126004] pci 0000:00:1d.7: PTM enabled (root), 4dns granularity
  378. [    0.126437] pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000
  379. [    0.127127] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  380. [    0.129441] pci 0000:00:1f.0: [8086:a30d] type 00 class 0x060100
  381. [    0.129847] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
  382. [    0.129927] pci 0000:00:1f.3: reg 0x10: [mem 0xa4510000-0xa4513fff 64bit]
  383. [    0.129999] pci 0000:00:1f.3: reg 0x20: [mem 0xa4100000-0xa41fffff 64bit]
  384. [    0.130156] pci 0000:00:1f.3: PME# supported from D3hot D3cold
  385. [    0.130450] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
  386. [    0.130642] pci 0000:00:1f.4: reg 0x10: [mem 0xa4518000-0xa45180ff 64bit]
  387. [    0.130850] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
  388. [    0.131209] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
  389. [    0.131239] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
  390. [    0.131480] pci 0000:01:00.0: [10de:1c8d] type 00 class 0x030200
  391. [    0.131496] pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
  392. [    0.131505] pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
  393. [    0.131513] pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
  394. [    0.131519] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
  395. [    0.131525] pci 0000:01:00.0: reg 0x30: [mem 0xa4000000-0xa407ffff pref]
  396. [    0.140014] pci 0000:00:01.0: PCI bridge to [bus 01]
  397. [    0.140017] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
  398. [    0.140020] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
  399. [    0.140023] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
  400. [    0.140162] pci 0000:02:00.0: [8086:2526] type 00 class 0x028000
  401. [    0.140211] pci 0000:02:00.0: reg 0x10: [mem 0xa4400000-0xa4403fff 64bit]
  402. [    0.140386] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
  403. [    0.140513] pci 0000:00:1b.0: PCI bridge to [bus 02]
  404. [    0.140523] pci 0000:00:1b.0:   bridge window [mem 0xa4400000-0xa44fffff]
  405. [    0.140661] pci 0000:03:00.0: [144d:a808] type 00 class 0x010802
  406. [    0.140715] pci 0000:03:00.0: reg 0x10: [mem 0xa4300000-0xa4303fff 64bit]
  407. [    0.141068] pci 0000:00:1d.0: PCI bridge to [bus 03]
  408. [    0.141078] pci 0000:00:1d.0:   bridge window [mem 0xa4300000-0xa43fffff]
  409. [    0.141211] pci 0000:04:00.0: [1969:10a1] type 00 class 0x020000
  410. [    0.141260] pci 0000:04:00.0: reg 0x10: [mem 0xa4200000-0xa423ffff 64bit]
  411. [    0.141276] pci 0000:04:00.0: reg 0x18: [io  0x3000-0x307f]
  412. [    0.141442] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  413. [    0.141549] pci 0000:00:1d.7: PCI bridge to [bus 04]
  414. [    0.141554] pci 0000:00:1d.7:   bridge window [io  0x3000-0x3fff]
  415. [    0.141560] pci 0000:00:1d.7:   bridge window [mem 0xa4200000-0xa42fffff]
  416. [    0.143299] ACPI Error: AE_NOT_FOUND, Evaluating _PRS (20180105/pci_link-176)
  417. [    0.143311] ACPI Error: AE_NOT_FOUND, Evaluating _PRS (20180105/pci_link-176)
  418. [    0.143321] ACPI Error: AE_NOT_FOUND, Evaluating _PRS (20180105/pci_link-176)
  419. [    0.143330] ACPI Error: AE_NOT_FOUND, Evaluating _PRS (20180105/pci_link-176)
  420. [    0.143342] ACPI Error: AE_NOT_FOUND, Evaluating _PRS (20180105/pci_link-176)
  421. [    0.143351] ACPI Error: AE_NOT_FOUND, Evaluating _PRS (20180105/pci_link-176)
  422. [    0.143360] ACPI Error: AE_NOT_FOUND, Evaluating _PRS (20180105/pci_link-176)
  423. [    0.143369] ACPI Error: AE_NOT_FOUND, Evaluating _PRS (20180105/pci_link-176)
  424. [    0.143963] ACPI: EC: interrupt unblocked
  425. [    0.143987] ACPI: EC: event unblocked
  426. [    0.144009] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  427. [    0.144011] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
  428. [    0.144069] pci 0000:00:02.0: vgaarb: setting as boot VGA device
  429. [    0.144069] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
  430. [    0.144069] pci 0000:00:02.0: vgaarb: bridge control possible
  431. [    0.144069] vgaarb: loaded
  432. [    0.144069] pps_core: LinuxPPS API ver. 1 registered
  433. [    0.144069] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  434. [    0.144069] PTP clock support registered
  435. [    0.144069] EDAC MC: Ver: 3.0.0
  436. [    0.144069] Registered efivars operations
  437. [    0.163344] PCI: Using ACPI for IRQ routing
  438. [    0.250255] PCI: pci_cache_line_size set to 64 bytes
  439. [    0.250440] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
  440. [    0.250441] e820: reserve RAM buffer [mem 0x78378000-0x7bffffff]
  441. [    0.250442] e820: reserve RAM buffer [mem 0x7ac0f000-0x7bffffff]
  442. [    0.250443] e820: reserve RAM buffer [mem 0x47e000000-0x47fffffff]
  443. [    0.250527] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  444. [    0.250527] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
  445. [    0.252309] clocksource: Switched to clocksource tsc-early
  446. [    0.258331] VFS: Disk quotas dquot_6.6.0
  447. [    0.258347] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  448. [    0.258427] AppArmor: AppArmor Filesystem Enabled
  449. [    0.258439] pnp: PnP ACPI init
  450. [    0.258652] system 00:00: [io  0x0680-0x069f] has been reserved
  451. [    0.258654] system 00:00: [io  0x164e-0x164f] has been reserved
  452. [    0.258658] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
  453. [    0.258679] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
  454. [    0.258783] system 00:02: [io  0x1854-0x1857] has been reserved
  455. [    0.258786] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
  456. [    0.258825] pnp 00:03: Plug and Play ACPI device, IDs SYN1509 SYN1500 SYN0002 PNP0f13 SYN1507 (active)
  457. [    0.258848] pnp 00:04: Plug and Play ACPI device, IDs MSI0007 PNP0303 (active)
  458. [    0.259316] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
  459. [    0.259317] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
  460. [    0.259319] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
  461. [    0.259321] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
  462. [    0.259322] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
  463. [    0.259324] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
  464. [    0.259326] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
  465. [    0.259328] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
  466. [    0.259331] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
  467. [    0.259596] system 00:06: [io  0x1800-0x18fe] could not be reserved
  468. [    0.259598] system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
  469. [    0.259601] system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
  470. [    0.259603] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
  471. [    0.259604] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
  472. [    0.259606] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
  473. [    0.259608] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
  474. [    0.259611] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
  475. [    0.259968] system 00:07: [io  0x2000-0x20fe] has been reserved
  476. [    0.259972] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  477. [    0.260282] system 00:08: [mem 0xfd6e0000-0xfd6effff] has been reserved
  478. [    0.260283] system 00:08: [mem 0xfd6d0000-0xfd6dffff] has been reserved
  479. [    0.260285] system 00:08: [mem 0xfd6b0000-0xfd6bffff] has been reserved
  480. [    0.260286] system 00:08: [mem 0xfd6a0000-0xfd6affff] has been reserved
  481. [    0.260290] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
  482. [    0.261424] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
  483. [    0.261965] pnp: PnP ACPI: found 10 devices
  484. [    0.267652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  485. [    0.267713] pci 0000:00:1e.0: BAR 0: assigned [mem 0xa4519000-0xa4519fff 64bit]
  486. [    0.267988] pci 0000:00:01.0: PCI bridge to [bus 01]
  487. [    0.267990] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
  488. [    0.267993] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
  489. [    0.267996] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
  490. [    0.268000] pci 0000:00:1b.0: PCI bridge to [bus 02]
  491. [    0.268012] pci 0000:00:1b.0:   bridge window [mem 0xa4400000-0xa44fffff]
  492. [    0.268026] pci 0000:00:1d.0: PCI bridge to [bus 03]
  493. [    0.268034] pci 0000:00:1d.0:   bridge window [mem 0xa4300000-0xa43fffff]
  494. [    0.268048] pci 0000:00:1d.7: PCI bridge to [bus 04]
  495. [    0.268052] pci 0000:00:1d.7:   bridge window [io  0x3000-0x3fff]
  496. [    0.268059] pci 0000:00:1d.7:   bridge window [mem 0xa4200000-0xa42fffff]
  497. [    0.268074] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
  498. [    0.268075] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
  499. [    0.268077] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
  500. [    0.268078] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window]
  501. [    0.268080] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window]
  502. [    0.268081] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window]
  503. [    0.268083] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window]
  504. [    0.268084] pci_bus 0000:00: resource 11 [mem 0x000f0000-0x000fffff window]
  505. [    0.268085] pci_bus 0000:00: resource 12 [mem 0x80000000-0xdfffffff window]
  506. [    0.268087] pci_bus 0000:00: resource 13 [mem 0xfc800000-0xfe7fffff window]
  507. [    0.268088] pci_bus 0000:00: resource 14 [mem 0xfc000000-0xfc00ffff window]
  508. [    0.268090] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
  509. [    0.268091] pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
  510. [    0.268093] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
  511. [    0.268094] pci_bus 0000:02: resource 1 [mem 0xa4400000-0xa44fffff]
  512. [    0.268096] pci_bus 0000:03: resource 1 [mem 0xa4300000-0xa43fffff]
  513. [    0.268097] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
  514. [    0.268098] pci_bus 0000:04: resource 1 [mem 0xa4200000-0xa42fffff]
  515. [    0.268248] NET: Registered protocol family 2
  516. [    0.268378] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
  517. [    0.268424] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  518. [    0.268602] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
  519. [    0.268701] TCP: Hash tables configured (established 131072 bind 65536)
  520. [    0.268736] UDP hash table entries: 8192 (order: 6, 262144 bytes)
  521. [    0.268778] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
  522. [    0.268852] NET: Registered protocol family 1
  523. [    0.268865] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  524. [    0.269012] pci 0000:04:00.0: set MSI_INTX_DISABLE_BUG flag
  525. [    0.269016] PCI: CLS 64 bytes, default 64
  526. [    0.269046] Unpacking initramfs...
  527. [    1.086312] Freeing initrd memory: 47984K
  528. [    1.086346] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  529. [    1.086349] software IO TLB [mem 0x6cfc3000-0x70fc3000] (64MB) mapped at [        (ptrval)-        (ptrval)]
  530. [    1.086378] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3b81b95f, max_idle_ns: 440795257325 ns
  531. [    1.086402] clocksource: Switched to clocksource tsc
  532. [    1.087123] Initialise system trusted keyrings
  533. [    1.087162] workingset: timestamp_bits=40 max_order=22 bucket_order=0
  534. [    1.088241] zbud: loaded
  535. [    1.393906] Key type asymmetric registered
  536. [    1.393908] Asymmetric key parser 'x509' registered
  537. [    1.393947] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  538. [    1.393979] io scheduler noop registered
  539. [    1.393980] io scheduler deadline registered
  540. [    1.394017] io scheduler cfq registered (default)
  541. [    1.394018] io scheduler mq-deadline registered
  542. [    1.395436] pcieport 0000:00:1b.0: AER enabled with IRQ 122
  543. [    1.395477] pcieport 0000:00:1d.0: AER enabled with IRQ 123
  544. [    1.395518] pcieport 0000:00:1d.7: AER enabled with IRQ 124
  545. [    1.395550] dpc 0000:00:1b.0:pcie010: DPC error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
  546. [    1.395570] dpc 0000:00:1d.0:pcie010: DPC error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
  547. [    1.395591] dpc 0000:00:1d.7:pcie010: DPC error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
  548. [    1.395609] efifb: probing for efifb
  549. [    1.395621] efifb: framebuffer at 0x80000000, using 1920k, total 1920k
  550. [    1.395622] efifb: mode is 800x600x32, linelength=3200, pages=1
  551. [    1.395622] efifb: scrolling: redraw
  552. [    1.395624] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  553. [    1.396714] Console: switching to colour frame buffer device 100x37
  554. [    1.397712] fb0: EFI VGA frame buffer device
  555. [    1.397721] intel_idle: MWAIT substates: 0x11142120
  556. [    1.397721] intel_idle: v0.4.1 model 0x9E
  557. [    1.398204] intel_idle: lapic_timer_reliable_states 0xffffffff
  558. [    1.398741] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  559. [    1.399227] Linux agpgart interface v0.103
  560. [    1.399268] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
  561. [    1.399268] AMD IOMMUv2 functionality not available on this system
  562. [    1.399965] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
  563. [    1.404691] serio: i8042 KBD port at 0x60,0x64 irq 1
  564. [    1.404694] serio: i8042 AUX port at 0x60,0x64 irq 12
  565. [    1.404816] mousedev: PS/2 mouse device common for all mice
  566. [    1.404884] rtc_cmos 00:01: RTC can wake from S4
  567. [    1.405777] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
  568. [    1.405970] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
  569. [    1.405978] intel_pstate: Intel P-state driver initializing
  570. [    1.405997] intel_pstate: Disabling energy efficiency optimization
  571. [    1.406403] intel_pstate: HWP enabled
  572. [    1.406469] ledtrig-cpu: registered to indicate activity on CPUs
  573. [    1.406805] NET: Registered protocol family 10
  574. [    1.409864] Segment Routing with IPv6
  575. [    1.409873] mip6: Mobile IPv6
  576. [    1.409874] NET: Registered protocol family 17
  577. [    1.409876] mpls_gso: MPLS GSO support
  578. [    1.410510] microcode: sig=0x906ea, pf=0x20, revision=0x84
  579. [    1.410863] microcode: Microcode Update Driver: v2.2.
  580. [    1.410872] sched_clock: Marking stable (1410859285, 0)->(1399594926, 11264359)
  581. [    1.411395] registered taskstats version 1
  582. [    1.411396] Loading compiled-in X.509 certificates
  583. [    1.415502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
  584. [    1.433134] Loaded X.509 cert 'secure-boot-test-key-lfaraone: 97c1b25cddf9873ca78a58f3d73bf727d2cf78ff'
  585. [    1.433255] Loaded X.509 cert 'Debian Project: Ben Hutchings: 008a018dca80932630'
  586. [    1.433268] zswap: loaded using pool lzo/zbud
  587. [    1.433357] AppArmor: AppArmor sha1 policy hashing enabled
  588. [    1.434568] rtc_cmos 00:01: setting system clock to 2018-08-29 17:51:57 UTC (1535565117)
  589. [    1.435812] Freeing unused kernel memory: 1528K
  590. [    1.435813] Write protecting the kernel read-only data: 16384k
  591. [    1.436077] Freeing unused kernel memory: 2008K
  592. [    1.437511] Freeing unused kernel memory: 968K
  593. [    1.441363] x86/mm: Checked W+X mappings: passed, no W+X pages found.
  594. [    1.441363] x86/mm: Checking user space page tables
  595. [    1.445110] x86/mm: Checked W+X mappings: passed, no W+X pages found.
  596. [    1.508737] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:00/PNP0C0D:00/input/input2
  597. [    1.508746] ACPI: Lid Switch [LID0]
  598. [    1.508786] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
  599. [    1.508791] ACPI: Sleep Button [SLPB]
  600. [    1.508815] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
  601. [    1.508817] ACPI: Power Button [PWRB]
  602. [    1.508838] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
  603. [    1.508841] ACPI: Power Button [PWRF]
  604. [    1.511140] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
  605. [    1.515156] thermal LNXTHERM:00: registered as thermal_zone0
  606. [    1.515158] ACPI: Thermal Zone [THRM] (47 C)
  607. [    1.517003] i801_smbus 0000:00:1f.4: SPD Write Disable is set
  608. [    1.517102] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
  609. [    1.517206] SCSI subsystem initialized
  610. [    1.523248] cryptd: max_cpu_qlen set to 1000
  611. [    1.523282] ACPI: bus type USB registered
  612. [    1.523297] usbcore: registered new interface driver usbfs
  613. [    1.523306] usbcore: registered new interface driver hub
  614. [    1.523317] nvme nvme0: pci function 0000:03:00.0
  615. [    1.523338] usbcore: registered new device driver usb
  616. [    1.525496] libata version 3.00 loaded.
  617. [    1.525905] AVX2 version of gcm_enc/dec engaged.
  618. [    1.525905] AES CTR mode by8 optimization enabled
  619. [    1.528396] ahci 0000:00:17.0: version 3.0
  620. [    1.534388] alx 0000:04:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [30:9c:23:90:53:b8]
  621. [    1.538725] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x30 impl SATA mode
  622. [    1.538727] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst
  623. [    1.550348] scsi host0: ahci
  624. [    1.550413] scsi host1: ahci
  625. [    1.550465] scsi host2: ahci
  626. [    1.550501] scsi host3: ahci
  627. [    1.550535] scsi host4: ahci
  628. [    1.550577] scsi host5: ahci
  629. [    1.550638] ata1: DUMMY
  630. [    1.550639] ata2: DUMMY
  631. [    1.550639] ata3: DUMMY
  632. [    1.550640] ata4: DUMMY
  633. [    1.550643] ata5: SATA max UDMA/133 abar m2048@0xa451a000 port 0xa451a300 irq 126
  634. [    1.550645] ata6: SATA max UDMA/133 abar m2048@0xa451a000 port 0xa451a380 irq 126
  635. [    1.550717] xhci_hcd 0000:00:14.0: xHCI Host Controller
  636. [    1.550721] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
  637. [    1.551815] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x00009810
  638. [    1.551822] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
  639. [    1.551975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  640. [    1.551976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  641. [    1.551977] usb usb1: Product: xHCI Host Controller
  642. [    1.551977] usb usb1: Manufacturer: Linux 4.16.0-parrot12-amd64 xhci-hcd
  643. [    1.551978] usb usb1: SerialNumber: 0000:00:14.0
  644. [    1.552043] hub 1-0:1.0: USB hub found
  645. [    1.552064] hub 1-0:1.0: 16 ports detected
  646. [    1.552365] xhci_hcd 0000:00:14.0: xHCI Host Controller
  647. [    1.552368] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  648. [    1.552370] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
  649. [    1.552425] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
  650. [    1.552426] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  651. [    1.552427] usb usb2: Product: xHCI Host Controller
  652. [    1.552428] usb usb2: Manufacturer: Linux 4.16.0-parrot12-amd64 xhci-hcd
  653. [    1.552428] usb usb2: SerialNumber: 0000:00:14.0
  654. [    1.552546] hub 2-0:1.0: USB hub found
  655. [    1.552601] hub 2-0:1.0: 8 ports detected
  656. [    1.553399] checking generic (80000000 1e0000) vs hw (80000000 10000000)
  657. [    1.553400] fb: switching to inteldrmfb from EFI VGA
  658. [    1.553413] Console: switching to colour dummy device 80x25
  659. [    1.553471] [drm] Replacing VGA console driver
  660. [    1.554446] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  661. [    1.554446] [drm] Driver supports precise vblank timestamp query.
  662. [    1.554827] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
  663. [    1.554853] i915 0000:00:02.0: firmware: failed to load i915/kbl_dmc_ver1_04.bin (-2)
  664. [    1.554857] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
  665. [    1.554860] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_04.bin failed with error -2
  666. [    1.554861] i915 0000:00:02.0: Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
  667. [    1.554862] i915 0000:00:02.0: DMC firmware homepage: https://01.org/linuxgraphics/downloads/firmware
  668. [    1.563854] [drm] Initialized i915 1.6.0 20171222 for 0000:00:02.0 on minor 0
  669. [    1.564015] alg: No test for pcbc(aes) (pcbc-aes-aesni)
  670. [    1.565783] MXM: GUID detected in BIOS
  671. [    1.565854] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20180105/nsarguments-100)
  672. [    1.566089] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20180105/nsarguments-100)
  673. [    1.566500] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
  674. [    1.566506] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
  675. [    1.566506] nouveau: detected PR support, will not use DSM
  676. [    1.566522] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
  677. [    1.566660] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
  678. [    1.566725] nouveau 0000:01:00.0: NVIDIA GP107 (137000a1)
  679. [    1.566933] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
  680. [    1.566952] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
  681. [    1.566966] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input8
  682. [    1.590330] fbcon: inteldrmfb (fb0) is primary device
  683. [    1.737304] nvme nvme0: missing or invalid SUBNQN field.
  684. [    1.737319] nvme nvme0: Shutdown timeout set to 8 seconds
  685. [    1.760797]  nvme0n1: p1 p2 p3 p4
  686. [    1.863661] ata5: SATA link down (SStatus 4 SControl 300)
  687. [    1.880059] usb 1-2: new full-speed USB device number 2 using xhci_hcd
  688. [    1.923279] nouveau 0000:01:00.0: bios: version 86.07.50.00.74
  689. [    1.923767] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/sw_nonctx.bin
  690. [    1.923776] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/sw_ctx.bin
  691. [    1.923785] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/sw_bundle_init.bin
  692. [    1.923797] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/sw_method_init.bin
  693. [    1.979268] nouveau 0000:01:00.0: fb: 4096 MiB GDDR5
  694. [    1.985387] random: fast init done
  695. [    2.017687] vga_switcheroo: enabled
  696. [    2.017878] [TTM] Zone  kernel: Available graphics memory: 8133468 kiB
  697. [    2.017879] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
  698. [    2.017879] [TTM] Initializing pool allocator
  699. [    2.017881] [TTM] Initializing DMA pool allocator
  700. [    2.017889] nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
  701. [    2.017890] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
  702. [    2.017892] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
  703. [    2.017893] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
  704. [    2.017893] nouveau 0000:01:00.0: DRM: Pointer to TMDS table invalid
  705. [    2.017894] nouveau 0000:01:00.0: DRM: DCB version 4.1
  706. [    2.018670] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
  707. [    2.018675] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
  708. [    2.023291] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b
  709. [    2.023292] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  710. [    2.023293] usb 1-2: Product: USB Receiver
  711. [    2.023293] usb 1-2: Manufacturer: Logitech
  712. [    2.026390] hidraw: raw HID events driver (C) Jiri Kosina
  713. [    2.033356] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  714. [    2.033871] usbcore: registered new interface driver usbhid
  715. [    2.033871] usbhid: USB HID core driver
  716. [    2.035128] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
  717. [    2.146717] usb 1-7: new high-speed USB device number 3 using xhci_hcd
  718. [    2.148213] input: Logitech Unifying Device. Wireless PID:400a as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:400A.0004/input/input9
  719. [    2.148369] hid-generic 0003:046D:400A.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:400a] on usb-0000:00:14.0-2:1
  720. [    2.170033] input: Logitech M325 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:400A.0004/input/input10
  721. [    2.170245] logitech-hidpp-device 0003:046D:400A.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M325] on usb-0000:00:14.0-2:1
  722. [    2.227346] psmouse serio1: synaptics: queried max coordinates: x [..5656], y [..4728]
  723. [    2.256109] psmouse serio1: synaptics: queried min coordinates: x [1284..], y [1128..]
  724. [    2.256113] psmouse serio1: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.
  725. [    2.287470] usb 1-7: New USB device found, idVendor=0bda, idProduct=0129
  726. [    2.287472] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  727. [    2.287474] usb 1-7: Product: USB2.0-CRW
  728. [    2.287475] usb 1-7: Manufacturer: Generic
  729. [    2.287477] usb 1-7: SerialNumber: 20100201396000000
  730. [    2.290522] usbcore: registered new interface driver rtsx_usb
  731. [    2.312348] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00323/0x840300/0x26800/0x0, board id: 3163, fw id: 2286728
  732. [    2.348187] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
  733. [    2.395452] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
  734. [    2.395455] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
  735. [    2.395458] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
  736. [    2.410053] usb 1-10: new full-speed USB device number 4 using xhci_hcd
  737. [    2.432682] ata6.00: ATA-10: ST2000LM015-2E8174, SDM1, max UDMA/133
  738. [    2.432685] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
  739. [    2.456444] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
  740. [    2.456448] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
  741. [    2.456451] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
  742. [    2.493579] ata6.00: configured for UDMA/133
  743. [    2.493729] scsi 5:0:0:0: Direct-Access     ATA      ST2000LM015-2E81 SDM1 PQ: 0 ANSI: 5
  744. [    2.553069] usb 1-10: New USB device found, idVendor=1770, idProduct=ff00
  745. [    2.553072] usb 1-10: New USB device strings: Mfr=1, Product=1, SerialNumber=1
  746. [    2.553074] usb 1-10: Product: MSI EPF USB
  747. [    2.553076] usb 1-10: Manufacturer: MSI EPF USB
  748. [    2.553078] usb 1-10: SerialNumber: MSI EPF USB
  749. [    2.555690] hid-generic 0003:1770:FF00.0005: hiddev1,hidraw2: USB HID v1.10 Device [MSI EPF USB MSI EPF USB] on usb-0000:00:14.0-10/input0
  750. [    2.676735] usb 1-13: new high-speed USB device number 5 using xhci_hcd
  751. [    2.720302] Console: switching to colour frame buffer device 240x67
  752. [    2.742755] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
  753. [    2.759623] sd 5:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
  754. [    2.759625] sd 5:0:0:0: [sda] 4096-byte physical blocks
  755. [    2.759633] sd 5:0:0:0: [sda] Write Protect is off
  756. [    2.759635] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
  757. [    2.759645] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  758. [    2.815466]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
  759. [    2.816075] sd 5:0:0:0: [sda] Attached SCSI disk
  760. [    2.849671] usb 1-13: New USB device found, idVendor=5986, idProduct=1140
  761. [    2.849675] usb 1-13: New USB device strings: Mfr=3, Product=1, SerialNumber=2
  762. [    2.849678] usb 1-13: Product: HD Webcam
  763. [    2.849680] usb 1-13: Manufacturer: Bison
  764. [    2.849683] usb 1-13: SerialNumber: 200901010001
  765. [    2.973367] usb 1-14: new full-speed USB device number 6 using xhci_hcd
  766. [    3.115532] usb 1-14: New USB device found, idVendor=8087, idProduct=0025
  767. [    3.115537] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  768. [    3.870045] raid6: sse2x1   gen() 14459 MB/s
  769. [    3.926717] raid6: sse2x1   xor() 10480 MB/s
  770. [    3.983380] raid6: sse2x2   gen() 17806 MB/s
  771. [    4.040002] raid6: sse2x2   xor() 12045 MB/s
  772. [    4.096714] raid6: sse2x4   gen() 20744 MB/s
  773. [    4.153377] raid6: sse2x4   xor() 13020 MB/s
  774. [    4.210044] raid6: avx2x1   gen() 28932 MB/s
  775. [    4.266713] raid6: avx2x1   xor() 19986 MB/s
  776. [    4.323393] raid6: avx2x2   gen() 35030 MB/s
  777. [    4.380044] raid6: avx2x2   xor() 22058 MB/s
  778. [    4.436668] raid6: avx2x4   gen() 40116 MB/s
  779. [    4.493379] raid6: avx2x4   xor() 23997 MB/s
  780. [    4.493379] raid6: using algorithm avx2x4 gen() 40116 MB/s
  781. [    4.493380] raid6: .... xor() 23997 MB/s, rmw enabled
  782. [    4.493380] raid6: using avx2x2 recovery algorithm
  783. [    4.495888] xor: automatically using best checksumming function   avx      
  784. [    4.511211] Btrfs loaded, crc32c=crc32c-intel
  785. [    4.517931] async_tx: api initialized (async)
  786. [    4.862664] random: crng init done
  787. [    4.950775] PM: Starting manual resume from disk
  788. [    4.951083] PM: Image not found (code -22)
  789. [    5.807655] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
  790. [    8.476120] systemd[1]: RTC configured in localtime, applying delta of -240 minutes to system time.
  791. [    9.450287] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  792. [    9.467847] systemd[1]: Detected architecture x86-64.
  793. [    9.487734] systemd[1]: Set hostname to <parrot>.
  794. [   11.249670] systemd[1]: Created slice system-redis\x2dserver.slice.
  795. [   11.249914] systemd[1]: Listening on udev Kernel Socket.
  796. [   11.250105] systemd[1]: Listening on LVM2 metadata daemon socket.
  797. [   11.250278] systemd[1]: Listening on Journal Socket (/dev/log).
  798. [   11.250309] systemd[1]: Reached target Remote File Systems.
  799. [   11.250409] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  800. [   11.250621] systemd[1]: Listening on Journal Audit Socket.
  801. [   11.672887] ipmi message handler version 39.2
  802. [   11.674903] ipmi device interface
  803. [   12.078527] nvidia: loading out-of-tree module taints kernel.
  804. [   12.078545] nvidia: module license 'NVIDIA' taints kernel.
  805. [   12.078546] Disabling lock debugging due to kernel taint
  806. [   12.091435] nvidia-nvlink: Nvlink Core is being initialized, major device number 243
  807. [   12.091560] NVRM: The NVIDIA probe routine was not called for 1 device(s).
  808. [   12.091560] NVRM: This can occur when a driver such as:
  809.                NVRM: nouveau, rivafb, nvidiafb or rivatv
  810.                NVRM: was loaded and obtained ownership of the NVIDIA device(s).
  811. [   12.091561] NVRM: Try unloading the conflicting kernel module (and/or
  812.                NVRM: reconfigure your kernel without the conflicting
  813.                NVRM: driver(s)), then try loading the NVIDIA kernel module
  814.                NVRM: again.
  815. [   12.091561] NVRM: No NVIDIA graphics adapter probed!
  816. [   12.091610] nvidia-nvlink: Unregistered the Nvlink Core, major device number 243
  817. [   12.151299] nvidia-nvlink: Nvlink Core is being initialized, major device number 243
  818. [   12.151426] NVRM: The NVIDIA probe routine was not called for 1 device(s).
  819. [   12.151427] NVRM: This can occur when a driver such as:
  820.                NVRM: nouveau, rivafb, nvidiafb or rivatv
  821.                NVRM: was loaded and obtained ownership of the NVIDIA device(s).
  822. [   12.151427] NVRM: Try unloading the conflicting kernel module (and/or
  823.                NVRM: reconfigure your kernel without the conflicting
  824.                NVRM: driver(s)), then try loading the NVIDIA kernel module
  825.                NVRM: again.
  826. [   12.151427] NVRM: No NVIDIA graphics adapter probed!
  827. [   12.151477] nvidia-nvlink: Unregistered the Nvlink Core, major device number 243
  828. [   12.225624] nvidia-nvlink: Nvlink Core is being initialized, major device number 243
  829. [   12.225957] NVRM: The NVIDIA probe routine was not called for 1 device(s).
  830. [   12.225958] NVRM: This can occur when a driver such as:
  831.                NVRM: nouveau, rivafb, nvidiafb or rivatv
  832.                NVRM: was loaded and obtained ownership of the NVIDIA device(s).
  833. [   12.225959] NVRM: Try unloading the conflicting kernel module (and/or
  834.                NVRM: reconfigure your kernel without the conflicting
  835.                NVRM: driver(s)), then try loading the NVIDIA kernel module
  836.                NVRM: again.
  837. [   12.225960] NVRM: No NVIDIA graphics adapter probed!
  838. [   12.226109] nvidia-nvlink: Unregistered the Nvlink Core, major device number 243
  839. [   12.556068] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
  840. [   12.773384] systemd-journald[449]: Received request to flush runtime journal from PID 1
  841. [   14.518722] input: PC Speaker as /devices/platform/pcspkr/input/input11
  842. [   14.623460] EFI Variables Facility v0.08 2004-May-17
  843. [   14.641860] pstore: using zlib compression
  844. [   14.641866] pstore: Registered efi as persistent store backend
  845. [   14.646776] tpm tpm0: A TPM error (378) occurred get tpm pcr allocation
  846. [   14.717223] ACPI: AC Adapter [ADP1] (on-line)
  847. [   14.868454] iTCO_vendor_support: vendor-support=0
  848. [   14.871423] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
  849. [   14.871672] iTCO_wdt iTCO_wdt: can't request region for resource [mem 0x00c5fffc-0x00c5ffff]
  850. [   14.871676] iTCO_wdt: probe of iTCO_wdt failed with error -16
  851. [   14.890066] ACPI: Battery Slot [BAT1] (battery present)
  852. [   14.895978] sd 5:0:0:0: Attached scsi generic sg0 type 0
  853. [   14.927461] input: MSI WMI hotkeys as /devices/virtual/input/input12
  854. [   14.948503] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
  855. [   14.965940] idma64 idma64.0: Found Intel integrated DMA 64-bit
  856. [   14.966005] dw-apb-uart.0: ttyS0 at MMIO 0xa4519000 (irq = 20, base_baud = 7500000) is a 16550A
  857. [   14.966052] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  858. [   15.040304] Loading modules backported from iwlwifi
  859. [   15.040306] iwlwifi-stack-public:master:7156:f6032645
  860. [   15.052405] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
  861. [   15.081003] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
  862. [   15.081120] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
  863. [   15.145814] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
  864. [   15.145816] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
  865. [   15.145817] RAPL PMU: hw unit of domain package 2^-14 Joules
  866. [   15.145818] RAPL PMU: hw unit of domain dram 2^-14 Joules
  867. [   15.145820] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
  868. [   15.145821] RAPL PMU: hw unit of domain psys 2^-14 Joules
  869. [   15.171647] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
  870. [   15.171901] NVRM: The NVIDIA probe routine was not called for 1 device(s).
  871. [   15.171902] NVRM: This can occur when a driver such as:
  872.               NVRM: nouveau, rivafb, nvidiafb or rivatv
  873.               NVRM: was loaded and obtained ownership of the NVIDIA device(s).
  874. [   15.171903] NVRM: Try unloading the conflicting kernel module (and/or
  875.               NVRM: reconfigure your kernel without the conflicting
  876.               NVRM: driver(s)), then try loading the NVIDIA kernel module
  877.               NVRM: again.
  878. [   15.171903] NVRM: No NVIDIA graphics adapter probed!
  879. [   15.172016] nvidia-nvlink: Unregistered the Nvlink Core, major device number 241
  880. [   15.340880] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=2 (0x17/0x15/0x0/0x0/0x0) type:speaker
  881. [   15.340885] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  882. [   15.340890] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
  883. [   15.340893] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
  884. [   15.340896] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
  885. [   15.340899] snd_hda_codec_realtek hdaudioC0D0:    inputs:
  886. [   15.340903] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
  887. [   15.340906] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
  888. [   15.383821] Bluetooth: Core ver 2.22
  889. [   15.383844] NET: Registered protocol family 31
  890. [   15.383845] Bluetooth: HCI device and connection manager initialized
  891. [   15.383847] Bluetooth: HCI socket layer initialized
  892. [   15.383848] Bluetooth: L2CAP socket layer initialized
  893. [   15.383852] Bluetooth: SCO socket layer initialized
  894. [   15.398764] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
  895. [   15.398798] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
  896. [   15.398826] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
  897. [   15.398855] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
  898. [   15.398882] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
  899. [   15.398909] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
  900. [   15.398936] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
  901. [   15.571042] usbcore: registered new interface driver btusb
  902. [   15.571984] Bluetooth: hci0: Firmware revision 0.1 build 209 week 1 2018
  903. [   15.693747] media: Linux media interface: v0.10
  904. [   15.828041] Linux video capture interface: v2.00
  905. [   15.874591] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  906. [   15.875071] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  907. [   15.905950] platform regulatory.0: firmware: failed to load regulatory.db (-2)
  908. [   15.905959] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  909. [   15.905962] cfg80211: failed to load regulatory.db
  910. [   15.932198] intel_rapl: Found RAPL domain package
  911. [   15.932202] intel_rapl: Found RAPL domain core
  912. [   15.932205] intel_rapl: Found RAPL domain uncore
  913. [   15.932208] intel_rapl: Found RAPL domain dram
  914. [   16.010620] uvcvideo: Found UVC 1.00 device HD Webcam (5986:1140)
  915. [   16.013225] uvcvideo 1-13:1.0: Entity type for entity Extension 4 was not initialized!
  916. [   16.013229] uvcvideo 1-13:1.0: Entity type for entity Processing 2 was not initialized!
  917. [   16.013233] uvcvideo 1-13:1.0: Entity type for entity Camera 1 was not initialized!
  918. [   16.013373] input: HD Webcam: HD Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/input/input20
  919. [   16.013505] usbcore: registered new interface driver uvcvideo
  920. [   16.013507] USB Video Class driver (1.1.1)
  921. [   16.310484] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
  922. [   16.310698] NVRM: The NVIDIA probe routine was not called for 1 device(s).
  923. [   16.310699] NVRM: This can occur when a driver such as:
  924.               NVRM: nouveau, rivafb, nvidiafb or rivatv
  925.               NVRM: was loaded and obtained ownership of the NVIDIA device(s).
  926. [   16.310700] NVRM: Try unloading the conflicting kernel module (and/or
  927.               NVRM: reconfigure your kernel without the conflicting
  928.               NVRM: driver(s)), then try loading the NVIDIA kernel module
  929.               NVRM: again.
  930. [   16.310700] NVRM: No NVIDIA graphics adapter probed!
  931. [   16.310800] nvidia-nvlink: Unregistered the Nvlink Core, major device number 240
  932. [   16.408089] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
  933. [   16.408334] NVRM: The NVIDIA probe routine was not called for 1 device(s).
  934. [   16.408335] NVRM: This can occur when a driver such as:
  935.               NVRM: nouveau, rivafb, nvidiafb or rivatv
  936.               NVRM: was loaded and obtained ownership of the NVIDIA device(s).
  937. [   16.408336] NVRM: Try unloading the conflicting kernel module (and/or
  938.               NVRM: reconfigure your kernel without the conflicting
  939.               NVRM: driver(s)), then try loading the NVIDIA kernel module
  940.               NVRM: again.
  941. [   16.408336] NVRM: No NVIDIA graphics adapter probed!
  942. [   16.408425] nvidia-nvlink: Unregistered the Nvlink Core, major device number 240
  943. [   16.466221] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
  944. [   16.466359] NVRM: The NVIDIA probe routine was not called for 1 device(s).
  945. [   16.466359] NVRM: This can occur when a driver such as:
  946.               NVRM: nouveau, rivafb, nvidiafb or rivatv
  947.               NVRM: was loaded and obtained ownership of the NVIDIA device(s).
  948. [   16.466360] NVRM: Try unloading the conflicting kernel module (and/or
  949.               NVRM: reconfigure your kernel without the conflicting
  950.               NVRM: driver(s)), then try loading the NVIDIA kernel module
  951.               NVRM: again.
  952. [   16.466360] NVRM: No NVIDIA graphics adapter probed!
  953. [   16.466412] nvidia-nvlink: Unregistered the Nvlink Core, major device number 240
  954. [   16.532990] wl: disagrees about version of symbol cfg80211_inform_bss_frame_data
  955. [   16.532995] wl: Unknown symbol cfg80211_inform_bss_frame_data (err -22)
  956. [   16.533055] wl: disagrees about version of symbol cfg80211_scan_done
  957. [   16.533057] wl: Unknown symbol cfg80211_scan_done (err -22)
  958. [   16.533131] wl: disagrees about version of symbol cfg80211_disconnected
  959. [   16.533134] wl: Unknown symbol cfg80211_disconnected (err -22)
  960. [   16.533169] wl: disagrees about version of symbol wiphy_new_nm
  961. [   16.533171] wl: Unknown symbol wiphy_new_nm (err -22)
  962. [   16.533191] wl: disagrees about version of symbol wiphy_register
  963. [   16.533194] wl: Unknown symbol wiphy_register (err -22)
  964. [   16.533205] wl: disagrees about version of symbol cfg80211_put_bss
  965. [   16.533207] wl: Unknown symbol cfg80211_put_bss (err -22)
  966. [   16.533215] wl: disagrees about version of symbol cfg80211_roamed
  967. [   16.533217] wl: Unknown symbol cfg80211_roamed (err -22)
  968. [   16.533231] wl: disagrees about version of symbol cfg80211_gtk_rekey_notify
  969. [   16.533234] wl: Unknown symbol cfg80211_gtk_rekey_notify (err -22)
  970. [   16.533255] wl: disagrees about version of symbol cfg80211_ibss_joined
  971. [   16.533257] wl: Unknown symbol cfg80211_ibss_joined (err -22)
  972. [   16.533278] wl: disagrees about version of symbol cfg80211_michael_mic_failure
  973. [   16.533280] wl: Unknown symbol cfg80211_michael_mic_failure (err -22)
  974. [   16.533295] wl: disagrees about version of symbol ieee80211_get_channel
  975. [   16.533297] wl: Unknown symbol ieee80211_get_channel (err -22)
  976. [   16.533313] wl: disagrees about version of symbol wiphy_unregister
  977. [   16.533315] wl: Unknown symbol wiphy_unregister (err -22)
  978. [   16.533350] wl: disagrees about version of symbol cfg80211_get_bss
  979. [   16.533353] wl: Unknown symbol cfg80211_get_bss (err -22)
  980. [   16.533430] wl: disagrees about version of symbol cfg80211_report_wowlan_wakeup
  981. [   16.533432] wl: Unknown symbol cfg80211_report_wowlan_wakeup (err -22)
  982. [   16.533447] wl: disagrees about version of symbol cfg80211_inform_bss_data
  983. [   16.533449] wl: Unknown symbol cfg80211_inform_bss_data (err -22)
  984. [   16.533473] wl: disagrees about version of symbol cfg80211_connect_done
  985. [   16.533475] wl: Unknown symbol cfg80211_connect_done (err -22)
  986. [   16.533481] wl: disagrees about version of symbol wiphy_free
  987. [   16.533484] wl: Unknown symbol wiphy_free (err -22)
  988. [   16.967661] Intel(R) Wireless WiFi driver for Linux
  989. [   16.967661] Copyright(c) 2003- 2015 Intel Corporation
  990. [   16.967697] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
  991. [   16.968993] iwlwifi 0000:02:00.0: firmware: failed to load iwl-dbg-cfg.ini (-2)
  992. [   16.968995] iwlwifi 0000:02:00.0: Direct firmware load for iwl-dbg-cfg.ini failed with error -2
  993. [   16.969007] iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-9260-th-b0-jf-b0-43.ucode (-2)
  994. [   16.969009] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-43.ucode failed with error -2
  995. [   16.969014] iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-9260-th-b0-jf-b0-42.ucode (-2)
  996. [   16.969015] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-42.ucode failed with error -2
  997. [   16.969020] iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-9260-th-b0-jf-b0-41.ucode (-2)
  998. [   16.969021] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-41.ucode failed with error -2
  999. [   16.969025] iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-9260-th-b0-jf-b0-40.ucode (-2)
  1000. [   16.969026] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-40.ucode failed with error -2
  1001. [   16.969031] iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-9260-th-b0-jf-b0-39.ucode (-2)
  1002. [   16.969032] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-39.ucode failed with error -2
  1003. [   16.995587] iwlwifi 0000:02:00.0: firmware: direct-loading firmware iwlwifi-9260-th-b0-jf-b0-38.ucode
  1004. [   16.996101] iwlwifi 0000:02:00.0: loaded firmware version 38.c0e03d94.0 op_mode iwlmvm
  1005. [   18.163421] iwlwifi 0000:02:00.0: Detected Killer (R) Wireless-AC 1550 Wireless Network Adapter (9260NGW), REV=0x324
  1006. [   18.214187] iwlwifi 0000:02:00.0: base HW address: 9c:da:3e:f2:0d:23
  1007. [   18.307109] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
  1008. [   18.307687] thermal thermal_zone3: failed to read out thermal zone (-61)
  1009. [   18.307779] Unable to register with Frequency Manager: -22
  1010. [   19.243291] Adding 34815996k swap on /dev/sda6.  Priority:-2 extents:1 across:34815996k FS
  1011. [   19.316939] Adding 35839996k swap on /dev/sda3.  Priority:-3 extents:1 across:35839996k FS
  1012. [   24.456494] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
  1013. [   25.741457] audit: type=1400 audit(1535579541.804:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="firejail-default" pid=787 comm="apparmor_parser"
  1014. [   26.159831] audit: type=1400 audit(1535579542.221:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/identd" pid=800 comm="apparmor_parser"
  1015. [   26.160450] audit: type=1400 audit(1535579542.224:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mdnsd" pid=795 comm="apparmor_parser"
  1016. [   26.160750] audit: type=1400 audit(1535579542.224:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslogd" pid=798 comm="apparmor_parser"
  1017. [   26.161817] audit: type=1400 audit(1535579542.224:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="system_tor" pid=790 comm="apparmor_parser"
  1018. [   26.183965] audit: type=1400 audit(1535579542.248:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/smbd" pid=797 comm="apparmor_parser"
  1019. [   26.187210] audit: type=1400 audit(1535579542.251:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=866 comm="apparmor_parser"
  1020. [   26.191319] audit: type=1400 audit(1535579542.254:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=867 comm="apparmor_parser"
  1021. [   26.221660] audit: type=1400 audit(1535579542.284:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/apt-cacher-ng" pid=869 comm="apparmor_parser"
  1022. [   26.232230] audit: type=1400 audit(1535579542.294:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/irssi" pid=868 comm="apparmor_parser"
  1023. [   32.872711] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  1024. [   32.873665] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  1025. [   32.874467] alx 0000:04:00.0 eth0: NIC Up: 1 Gbps Full
  1026. [   32.874749] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  1027. [   32.882122] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  1028. [   33.075906] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  1029. [   33.282288] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  1030. [   34.323214] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  1031. [   37.615880] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
  1032. [   37.616148] NVRM: The NVIDIA probe routine was not called for 1 device(s).
  1033. [   37.616149] NVRM: This can occur when a driver such as:
  1034.               NVRM: nouveau, rivafb, nvidiafb or rivatv
  1035.               NVRM: was loaded and obtained ownership of the NVIDIA device(s).
  1036. [   37.616149] NVRM: Try unloading the conflicting kernel module (and/or
  1037.               NVRM: reconfigure your kernel without the conflicting
  1038.               NVRM: driver(s)), then try loading the NVIDIA kernel module
  1039.               NVRM: again.
  1040. [   37.616149] NVRM: No NVIDIA graphics adapter probed!
  1041. [   37.616241] nvidia-nvlink: Unregistered the Nvlink Core, major device number 240
  1042. [   37.894203] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/fecs_bl.bin
  1043. [   37.894840] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/fecs_inst.bin
  1044. [   37.895982] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/fecs_data.bin
  1045. [   37.896272] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/fecs_sig.bin
  1046. [   37.896514] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/gpccs_bl.bin
  1047. [   37.896768] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/gpccs_inst.bin
  1048. [   37.897130] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/gpccs_data.bin
  1049. [   37.897429] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/gr/gpccs_sig.bin
  1050. [   37.942802] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/sec2/image.bin
  1051. [   37.943186] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/sec2/desc.bin
  1052. [   37.943389] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/sec2/sig.bin
  1053. [   37.957898] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/acr/ucode_load.bin
  1054. [   37.958756] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/acr/ucode_unload.bin
  1055. [   37.960086] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/acr/bl.bin
  1056. [   37.960430] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/acr/unload_bl.bin
  1057. [   37.961428] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp107/nvdec/scrubber.bin
  1058. [   37.969524] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 409800 [ TIMEOUT ]
  1059. [   39.968924] ------------[ cut here ]------------
  1060. [   39.968925] nouveau 0000:01:00.0: timeout
  1061. [   39.968969] WARNING: CPU: 9 PID: 1159 at /build/linux-dWqGqJ/linux-4.16.12/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1507 gf100_gr_init_ctxctl+0x7fa/0x990 [nouveau]
  1062. [   39.968969] Modules linked in: cpufreq_conservative cpufreq_userspace cpufreq_powersave binfmt_misc nls_cp437 vfat fat arc4 iwlmvm(O) mac80211(O) iwlwifi(O) uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 intel_rapl videobuf2_common cfg80211(O) rtsx_usb_ms videodev x86_pkg_temp_thermal intel_powerclamp memstick coretemp media kvm_intel btusb btrtl btbcm kvm btintel snd_hda_codec_hdmi irqbypass bluetooth intel_cstate snd_hda_codec_realtek snd_hda_codec_generic drbg intel_uncore ansi_cprng intel_rapl_perf snd_hda_intel snd_hda_codec ecdh_generic mei_me joydev compat(O) rfkill snd_hda_core idma64 mei shpchp intel_lpss_pci msi_wmi sparse_keymap sg iTCO_wdt iTCO_vendor_support intel_pch_thermal wmi_bmof snd_hwdep snd_pcm snd_timer snd soundcore battery intel_lpss serio_raw ac efi_pstore tpm_crb
  1063. [   39.968989]  efivars tpm_tis tpm_tis_core tpm rng_core evdev pcspkr acpi_pad ipmi_devintf ipmi_msghandler efivarfs ip_tables x_tables autofs4 raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx libcrc32c raid1 raid0 multipath linear md_mod btrfs xor zstd_decompress zstd_compress xxhash raid6_pq ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb nls_ascii sd_mod rtsx_usb_sdmmc mmc_core rtsx_usb hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc nouveau i915 xhci_pci ahci ttm i2c_algo_bit aesni_intel libahci aes_x86_64 mxm_wmi xhci_hcd crypto_simd glue_helper drm_kms_helper libata cryptd nvme alx psmouse i2c_i801 mdio scsi_mod nvme_core usbcore drm usb_common thermal wmi video button
  1064. [   39.969014] CPU: 9 PID: 1159 Comm: Xorg Tainted: P           O     4.16.0-parrot12-amd64 #1 Parrot 4.16.12-1parrot12.1
  1065. [   39.969014] Hardware name: Micro-Star International Co., Ltd. GL63 8RC/MS-16P6, BIOS E16P6IMS.104 04/08/2018
  1066. [   39.969032] RIP: 0010:gf100_gr_init_ctxctl+0x7fa/0x990 [nouveau]
  1067. [   39.969032] RSP: 0018:ffffb300820079d8 EFLAGS: 00010282
  1068. [   39.969033] RAX: 0000000000000000 RBX: ffff9f30aa78eec0 RCX: 0000000000000006
  1069. [   39.969034] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff9f30ad456730
  1070. [   39.969034] RBP: ffff9f309eec0000 R08: 00000000000003f8 R09: 0000000000000004
  1071. [   39.969035] R10: ffffb30082007780 R11: 0000000000000001 R12: 0000000077382c60
  1072. [   39.969035] R13: ffff9f309ecb0f00 R14: 00000008d71b54e0 R15: 0000000000510420
  1073. [   39.969036] FS:  00007f2e928dba40(0000) GS:ffff9f30ad440000(0000) knlGS:0000000000000000
  1074. [   39.969037] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  1075. [   39.969037] CR2: 0000562bc69d9000 CR3: 0000000469346006 CR4: 00000000003606e0
  1076. [   39.969038] Call Trace:
  1077. [   39.969054]  gp100_gr_init+0x6f0/0x730 [nouveau]
  1078. [   39.969063]  nvkm_engine_init+0x64/0x1e0 [nouveau]
  1079. [   39.969072]  nvkm_subdev_init+0xb2/0x1f0 [nouveau]
  1080. [   39.969080]  nvkm_engine_ref+0x48/0x70 [nouveau]
  1081. [   39.969088]  nvkm_ioctl_new+0x26e/0x2b0 [nouveau]
  1082. [   39.969104]  ? nvkm_fifo_chan_dtor+0x100/0x100 [nouveau]
  1083. [   39.969119]  ? gf100_gr_chsw_load+0x40/0x40 [nouveau]
  1084. [   39.969126]  nvkm_ioctl+0x10a/0x240 [nouveau]
  1085. [   39.969133]  nvif_object_init+0xbf/0x110 [nouveau]
  1086. [   39.969148]  nouveau_abi16_ioctl_grobj_alloc+0x17c/0x320 [nouveau]
  1087. [   39.969162]  ? nouveau_abi16_ioctl_channel_free+0x80/0x80 [nouveau]
  1088. [   39.969169]  drm_ioctl_kernel+0x5b/0xb0 [drm]
  1089. [   39.969173]  drm_ioctl+0x2cb/0x380 [drm]
  1090. [   39.969187]  ? nouveau_abi16_ioctl_channel_free+0x80/0x80 [nouveau]
  1091. [   39.969201]  nouveau_drm_ioctl+0x64/0xc0 [nouveau]
  1092. [   39.969204]  do_vfs_ioctl+0xa4/0x630
  1093. [   39.969205]  SyS_ioctl+0x74/0x80
  1094. [   39.969207]  do_syscall_64+0x6c/0x130
  1095. [   39.969209]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
  1096. [   39.969210] RIP: 0033:0x7f2e937e1067
  1097. [   39.969211] RSP: 002b:00007fffa3a583a8 EFLAGS: 00003246 ORIG_RAX: 0000000000000010
  1098. [   39.969212] RAX: ffffffffffffffda RBX: 0000562bc6965580 RCX: 00007f2e937e1067
  1099. [   39.969212] RDX: 00007fffa3a583fc RSI: 00000000400c6444 RDI: 0000000000000010
  1100. [   39.969212] RBP: 00007fffa3a583fc R08: 0000000000000008 R09: 0000562bc6965580
  1101. [   39.969213] R10: 00000000000000be R11: 0000000000003246 R12: 00000000400c6444
  1102. [   39.969213] R13: 0000000000000010 R14: 000000000000902d R15: 000000000000902d
  1103. [   39.969214] Code: fa ff ff 48 8b 7b 10 48 8b 5f 50 48 85 db 0f 84 c8 00 00 00 e8 98 1e 8d ec 48 89 da 48 89 c6 48 c7 c7 c3 3e d1 c0 e8 66 ab 46 ec <0f> 0b b8 f0 ff ff ff e9 d4 f9 ff ff 48 8b 7b 10 48 8b 5f 50 48
  1104. [   39.969230] ---[ end trace 3009ca45c3b10677 ]---
  1105. [   39.969232] nouveau 0000:01:00.0: gr: init failed, -16
  1106. [   41.970253] ------------[ cut here ]------------
  1107. [   41.970254] nouveau 0000:01:00.0: timeout
  1108. [   41.970306] WARNING: CPU: 3 PID: 1159 at /build/linux-dWqGqJ/linux-4.16.12/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:207 gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1109. [   41.970306] Modules linked in: cpufreq_conservative cpufreq_userspace cpufreq_powersave binfmt_misc nls_cp437 vfat fat arc4 iwlmvm(O) mac80211(O) iwlwifi(O) uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 intel_rapl videobuf2_common cfg80211(O) rtsx_usb_ms videodev x86_pkg_temp_thermal intel_powerclamp memstick coretemp media kvm_intel btusb btrtl btbcm kvm btintel snd_hda_codec_hdmi irqbypass bluetooth intel_cstate snd_hda_codec_realtek snd_hda_codec_generic drbg intel_uncore ansi_cprng intel_rapl_perf snd_hda_intel snd_hda_codec ecdh_generic mei_me joydev compat(O) rfkill snd_hda_core idma64 mei shpchp intel_lpss_pci msi_wmi sparse_keymap sg iTCO_wdt iTCO_vendor_support intel_pch_thermal wmi_bmof snd_hwdep snd_pcm snd_timer snd soundcore battery intel_lpss serio_raw ac efi_pstore tpm_crb
  1110. [   41.970325]  efivars tpm_tis tpm_tis_core tpm rng_core evdev pcspkr acpi_pad ipmi_devintf ipmi_msghandler efivarfs ip_tables x_tables autofs4 raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx libcrc32c raid1 raid0 multipath linear md_mod btrfs xor zstd_decompress zstd_compress xxhash raid6_pq ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb nls_ascii sd_mod rtsx_usb_sdmmc mmc_core rtsx_usb hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc nouveau i915 xhci_pci ahci ttm i2c_algo_bit aesni_intel libahci aes_x86_64 mxm_wmi xhci_hcd crypto_simd glue_helper drm_kms_helper libata cryptd nvme alx psmouse i2c_i801 mdio scsi_mod nvme_core usbcore drm usb_common thermal wmi video button
  1111. [   41.970347] CPU: 3 PID: 1159 Comm: Xorg Tainted: P        W  O     4.16.0-parrot12-amd64 #1 Parrot 4.16.12-1parrot12.1
  1112. [   41.970347] Hardware name: Micro-Star International Co., Ltd. GL63 8RC/MS-16P6, BIOS E16P6IMS.104 04/08/2018
  1113. [   41.970361] RIP: 0010:gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1114. [   41.970362] RSP: 0018:ffffb300820077e8 EFLAGS: 00010286
  1115. [   41.970363] RAX: 0000000000000000 RBX: ffff9f30aa78eec0 RCX: 0000000000000006
  1116. [   41.970363] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff9f30ad2d6730
  1117. [   41.970364] RBP: ffff9f30a06e5000 R08: 0000000000000427 R09: 0000000000000004
  1118. [   41.970364] R10: 0000000000000002 R11: 0000000000000001 R12: ffff9f309ecb0f00
  1119. [   41.970365] R13: 000000094e65e780 R14: ffff9f30a0436420 R15: ffff9f30a3d96e00
  1120. [   41.970365] FS:  00007f2e928dba40(0000) GS:ffff9f30ad2c0000(0000) knlGS:0000000000000000
  1121. [   41.970366] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  1122. [   41.970366] CR2: 00007fe6df99a218 CR3: 0000000469346002 CR4: 00000000003606e0
  1123. [   41.970367] Call Trace:
  1124. [   41.970382]  nvkm_vmm_iter.constprop.11+0x310/0x860 [nouveau]
  1125. [   41.970390]  ? nvkm_ioctl+0x10a/0x240 [nouveau]
  1126. [   41.970403]  ? nvkm_vmm_map_choose+0xb0/0xb0 [nouveau]
  1127. [   41.970416]  ? gp100_vmm_pgt_dma+0x220/0x220 [nouveau]
  1128. [   41.970418]  ? get_page_from_freelist+0xdc9/0x12a0
  1129. [   41.970430]  nvkm_vmm_map+0x20c/0x3f0 [nouveau]
  1130. [   41.970443]  ? gp100_vmm_pgt_dma+0x220/0x220 [nouveau]
  1131. [   41.970454]  nvkm_vram_map+0x56/0x80 [nouveau]
  1132. [   41.970467]  nvkm_uvmm_mthd+0x747/0x880 [nouveau]
  1133. [   41.970475]  nvkm_ioctl+0x10a/0x240 [nouveau]
  1134. [   41.970482]  nvif_object_mthd+0x108/0x130 [nouveau]
  1135. [   41.970484]  ? _cond_resched+0x15/0x40
  1136. [   41.970486]  ? __kmalloc+0x181/0x210
  1137. [   41.970493]  nvif_vmm_map+0x81/0xb0 [nouveau]
  1138. [   41.970509]  nouveau_mem_map+0x88/0xf0 [nouveau]
  1139. [   41.970524]  nouveau_vma_new+0x1cd/0x1e0 [nouveau]
  1140. [   41.970539]  nouveau_gem_object_open+0x11d/0x150 [nouveau]
  1141. [   41.970545]  drm_gem_handle_create_tail+0xce/0x150 [drm]
  1142. [   41.970558]  ? nouveau_gem_new+0x120/0x120 [nouveau]
  1143. [   41.970571]  nouveau_gem_ioctl_new+0x89/0xd0 [nouveau]
  1144. [   41.970575]  drm_ioctl_kernel+0x5b/0xb0 [drm]
  1145. [   41.970580]  drm_ioctl+0x2cb/0x380 [drm]
  1146. [   41.970592]  ? nouveau_gem_new+0x120/0x120 [nouveau]
  1147. [   41.970594]  ? fsnotify+0x540/0x5a0
  1148. [   41.970607]  nouveau_drm_ioctl+0x64/0xc0 [nouveau]
  1149. [   41.970608]  do_vfs_ioctl+0xa4/0x630
  1150. [   41.970610]  ? vfs_write+0x12f/0x1a0
  1151. [   41.970611]  SyS_ioctl+0x74/0x80
  1152. [   41.970613]  do_syscall_64+0x6c/0x130
  1153. [   41.970614]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
  1154. [   41.970615] RIP: 0033:0x7f2e937e1067
  1155. [   41.970616] RSP: 002b:00007fffa3a58428 EFLAGS: 00003246 ORIG_RAX: 0000000000000010
  1156. [   41.970617] RAX: ffffffffffffffda RBX: 0000562bc69c52c0 RCX: 00007f2e937e1067
  1157. [   41.970617] RDX: 00007fffa3a58480 RSI: 00000000c0306480 RDI: 0000000000000010
  1158. [   41.970618] RBP: 00007fffa3a58480 R08: 0000000000000000 R09: 00007f2e938a9cd0
  1159. [   41.970618] R10: 0000000000000000 R11: 0000000000003246 R12: 00000000c0306480
  1160. [   41.970618] R13: 0000000000000010 R14: 0000562bc69ba360 R15: 0000562bc69c3960
  1161. [   41.970619] Code: 41 5f e9 f6 d8 ae ec 48 8b 7d 10 48 8b 5f 50 48 85 db 74 46 e8 14 fa 90 ec 48 89 da 48 89 c6 48 c7 c7 f8 e9 d0 c0 e8 e2 86 4a ec <0f> 0b eb c2 48 8b 7d 10 48 8b 5f 50 48 85 db 74 24 e8 ec f9 90
  1162. [   41.970635] ---[ end trace 3009ca45c3b10678 ]---
  1163. [   44.379296] ------------[ cut here ]------------
  1164. [   44.379298] nouveau 0000:01:00.0: timeout
  1165. [   44.379343] WARNING: CPU: 9 PID: 1159 at /build/linux-dWqGqJ/linux-4.16.12/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:207 gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1166. [   44.379344] Modules linked in: cpufreq_conservative cpufreq_userspace cpufreq_powersave binfmt_misc nls_cp437 vfat fat arc4 iwlmvm(O) mac80211(O) iwlwifi(O) uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 intel_rapl videobuf2_common cfg80211(O) rtsx_usb_ms videodev x86_pkg_temp_thermal intel_powerclamp memstick coretemp media kvm_intel btusb btrtl btbcm kvm btintel snd_hda_codec_hdmi irqbypass bluetooth intel_cstate snd_hda_codec_realtek snd_hda_codec_generic drbg intel_uncore ansi_cprng intel_rapl_perf snd_hda_intel snd_hda_codec ecdh_generic mei_me joydev compat(O) rfkill snd_hda_core idma64 mei shpchp intel_lpss_pci msi_wmi sparse_keymap sg iTCO_wdt iTCO_vendor_support intel_pch_thermal wmi_bmof snd_hwdep snd_pcm snd_timer snd soundcore battery intel_lpss serio_raw ac efi_pstore tpm_crb
  1167. [   44.379363]  efivars tpm_tis tpm_tis_core tpm rng_core evdev pcspkr acpi_pad ipmi_devintf ipmi_msghandler efivarfs ip_tables x_tables autofs4 raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx libcrc32c raid1 raid0 multipath linear md_mod btrfs xor zstd_decompress zstd_compress xxhash raid6_pq ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb nls_ascii sd_mod rtsx_usb_sdmmc mmc_core rtsx_usb hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc nouveau i915 xhci_pci ahci ttm i2c_algo_bit aesni_intel libahci aes_x86_64 mxm_wmi xhci_hcd crypto_simd glue_helper drm_kms_helper libata cryptd nvme alx psmouse i2c_i801 mdio scsi_mod nvme_core usbcore drm usb_common thermal wmi video button
  1168. [   44.379388] CPU: 9 PID: 1159 Comm: Xorg Tainted: P        W  O     4.16.0-parrot12-amd64 #1 Parrot 4.16.12-1parrot12.1
  1169. [   44.379388] Hardware name: Micro-Star International Co., Ltd. GL63 8RC/MS-16P6, BIOS E16P6IMS.104 04/08/2018
  1170. [   44.379404] RIP: 0010:gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1171. [   44.379404] RSP: 0000:ffffb30082007850 EFLAGS: 00013286
  1172. [   44.379405] RAX: 0000000000000000 RBX: ffff9f30aa78eec0 RCX: 0000000000000006
  1173. [   44.379405] RDX: 0000000000000007 RSI: 0000000000003092 RDI: ffff9f30ad456730
  1174. [   44.379406] RBP: ffff9f30a06e5000 R08: 0000000000000460 R09: 0000000000000004
  1175. [   44.379406] R10: 0000000000000002 R11: 0000000000000001 R12: ffff9f309ecb0f00
  1176. [   44.379407] R13: 00000009ddf9b6e0 R14: ffff9f30a0436420 R15: ffff9f30a0434400
  1177. [   44.379408] FS:  00007f2e928dba40(0000) GS:ffff9f30ad440000(0000) knlGS:0000000000000000
  1178. [   44.379408] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  1179. [   44.379409] CR2: 00007f2e878ff000 CR3: 0000000469346001 CR4: 00000000003606e0
  1180. [   44.379409] Call Trace:
  1181. [   44.379425]  nvkm_vmm_iter.constprop.11+0x310/0x860 [nouveau]
  1182. [   44.379438]  ? nvkm_vmm_map_choose+0xb0/0xb0 [nouveau]
  1183. [   44.379440]  ? finish_wait+0x80/0x80
  1184. [   44.379453]  ? gp100_vmm_pgt_dma+0x220/0x220 [nouveau]
  1185. [   44.379465]  nvkm_vmm_map+0x20c/0x3f0 [nouveau]
  1186. [   44.379477]  ? gp100_vmm_pgt_dma+0x220/0x220 [nouveau]
  1187. [   44.379488]  nvkm_vram_map+0x56/0x80 [nouveau]
  1188. [   44.379501]  gf100_mem_map+0xfd/0x180 [nouveau]
  1189. [   44.379513]  nvkm_umem_map+0x65/0xf0 [nouveau]
  1190. [   44.379521]  ? __ext4_handle_dirty_metadata+0x8c/0x1a0 [ext4]
  1191. [   44.379529]  nvkm_ioctl_map+0x72/0xe0 [nouveau]
  1192. [   44.379537]  nvkm_ioctl+0x10a/0x240 [nouveau]
  1193. [   44.379544]  nvif_object_map_handle+0x5e/0xb0 [nouveau]
  1194. [   44.379560]  nouveau_ttm_io_mem_reserve+0x158/0x1c0 [nouveau]
  1195. [   44.379563]  ttm_mem_io_reserve+0xd3/0xf0 [ttm]
  1196. [   44.379566]  ttm_mem_io_reserve_vm+0x3e/0xb0 [ttm]
  1197. [   44.379568]  ttm_bo_vm_fault+0x192/0x5c0 [ttm]
  1198. [   44.379583]  ? nouveau_gem_ioctl_cpu_prep+0x72/0x90 [nouveau]
  1199. [   44.379590]  ? drm_ioctl_kernel+0x5b/0xb0 [drm]
  1200. [   44.379592]  ? _copy_to_user+0x22/0x30
  1201. [   44.379596]  ? drm_ioctl+0x2ee/0x380 [drm]
  1202. [   44.379611]  ? nouveau_gem_ioctl_pushbuf+0x16e0/0x16e0 [nouveau]
  1203. [   44.379613]  ? pm_runtime_autosuspend_expiration.part.3+0x61/0x70
  1204. [   44.379614]  __do_fault+0x1f/0xb0
  1205. [   44.379616]  __handle_mm_fault+0xc0c/0x1220
  1206. [   44.379618]  handle_mm_fault+0xdc/0x210
  1207. [   44.379620]  __do_page_fault+0x256/0x4e0
  1208. [   44.379622]  ? page_fault+0x2f/0x50
  1209. [   44.379622]  page_fault+0x45/0x50
  1210. [   44.379624] RIP: a3a58820:0x562bc62a76e8
  1211. [   44.379624] RSP: c69ba340:0000562bc6818db0 EFLAGS: 00000000
  1212. [   44.379625] Code: 41 5f e9 f6 d8 ae ec 48 8b 7d 10 48 8b 5f 50 48 85 db 74 46 e8 14 fa 90 ec 48 89 da 48 89 c6 48 c7 c7 f8 e9 d0 c0 e8 e2 86 4a ec <0f> 0b eb c2 48 8b 7d 10 48 8b 5f 50 48 85 db 74 24 e8 ec f9 90
  1213. [   44.379641] ---[ end trace 3009ca45c3b10679 ]---
  1214. [   46.403745] kauditd_printk_skb: 36 callbacks suppressed
  1215. [   46.403747] audit: type=1400 audit(1535579562.468:48): apparmor="ALLOWED" operation="capable" profile="/usr/sbin/nmbd" pid=1254 comm="nmbd" capability=12  capname="net_admin"
  1216. [   47.070683] audit: type=1400 audit(1535579563.134:49): apparmor="ALLOWED" operation="capable" profile="/usr/sbin/smbd" pid=1333 comm="smbd" capability=12  capname="net_admin"
  1217. [   51.385361] ------------[ cut here ]------------
  1218. [   51.385362] nouveau 0000:01:00.0: timeout
  1219. [   51.385405] WARNING: CPU: 2 PID: 99 at /build/linux-dWqGqJ/linux-4.16.12/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:207 gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1220. [   51.385405] Modules linked in: cpufreq_conservative cpufreq_userspace cpufreq_powersave binfmt_misc nls_cp437 vfat fat arc4 iwlmvm(O) mac80211(O) iwlwifi(O) uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 intel_rapl videobuf2_common cfg80211(O) rtsx_usb_ms videodev x86_pkg_temp_thermal intel_powerclamp memstick coretemp media kvm_intel btusb btrtl btbcm kvm btintel snd_hda_codec_hdmi irqbypass bluetooth intel_cstate snd_hda_codec_realtek snd_hda_codec_generic drbg intel_uncore ansi_cprng intel_rapl_perf snd_hda_intel snd_hda_codec ecdh_generic mei_me joydev compat(O) rfkill snd_hda_core idma64 mei shpchp intel_lpss_pci msi_wmi sparse_keymap sg iTCO_wdt iTCO_vendor_support intel_pch_thermal wmi_bmof snd_hwdep snd_pcm snd_timer snd soundcore battery intel_lpss serio_raw ac efi_pstore tpm_crb
  1221. [   51.385425]  efivars tpm_tis tpm_tis_core tpm rng_core evdev pcspkr acpi_pad ipmi_devintf ipmi_msghandler efivarfs ip_tables x_tables autofs4 raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx libcrc32c raid1 raid0 multipath linear md_mod btrfs xor zstd_decompress zstd_compress xxhash raid6_pq ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb nls_ascii sd_mod rtsx_usb_sdmmc mmc_core rtsx_usb hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc nouveau i915 xhci_pci ahci ttm i2c_algo_bit aesni_intel libahci aes_x86_64 mxm_wmi xhci_hcd crypto_simd glue_helper drm_kms_helper libata cryptd nvme alx psmouse i2c_i801 mdio scsi_mod nvme_core usbcore drm usb_common thermal wmi video button
  1222. [   51.385450] CPU: 2 PID: 99 Comm: kworker/2:1 Tainted: P        W  O     4.16.0-parrot12-amd64 #1 Parrot 4.16.12-1parrot12.1
  1223. [   51.385450] Hardware name: Micro-Star International Co., Ltd. GL63 8RC/MS-16P6, BIOS E16P6IMS.104 04/08/2018
  1224. [   51.385453] Workqueue: pm pm_runtime_work
  1225. [   51.385468] RIP: 0010:gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1226. [   51.385469] RSP: 0018:ffffb30081f5f7d0 EFLAGS: 00010282
  1227. [   51.385470] RAX: 0000000000000000 RBX: ffff9f30aa78eec0 RCX: 0000000000000006
  1228. [   51.385470] RDX: 0000000000000007 RSI: 0000000000000096 RDI: ffff9f30ad296730
  1229. [   51.385471] RBP: ffff9f30a06e5000 R08: 0000000000000496 R09: 0000000000000004
  1230. [   51.385471] R10: ffffffffc0c6e3e0 R11: 0000000000000001 R12: ffff9f309ecb0f00
  1231. [   51.385472] R13: 0000000b7f8f4080 R14: ffff9f30a0436420 R15: ffff9f30a3d96e00
  1232. [   51.385473] FS:  0000000000000000(0000) GS:ffff9f30ad280000(0000) knlGS:0000000000000000
  1233. [   51.385473] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  1234. [   51.385474] CR2: 00007f1fa31359c8 CR3: 000000030f80a004 CR4: 00000000003606e0
  1235. [   51.385474] Call Trace:
  1236. [   51.385490]  nvkm_vmm_iter.constprop.11+0x310/0x860 [nouveau]
  1237. [   51.385504]  ? gp100_vmm_pgt_sparse+0xc0/0xc0 [nouveau]
  1238. [   51.385517]  nvkm_vmm_unmap_locked+0x85/0xc0 [nouveau]
  1239. [   51.385529]  ? gp100_vmm_pgt_sparse+0xc0/0xc0 [nouveau]
  1240. [   51.385541]  nvkm_uvmm_mthd+0x626/0x880 [nouveau]
  1241. [   51.385550]  nvkm_ioctl+0x10a/0x240 [nouveau]
  1242. [   51.385557]  nvif_object_mthd+0x108/0x130 [nouveau]
  1243. [   51.385559]  ? shm_close+0xb0/0xd0
  1244. [   51.385561]  ? ttm_check_swapping+0x16/0x80 [ttm]
  1245. [   51.385578]  ? nouveau_mem_host+0x11b/0x1b0 [nouveau]
  1246. [   51.385585]  nvif_vmm_unmap+0x38/0x60 [nouveau]
  1247. [   51.385600]  nouveau_vma_unmap+0x20/0x30 [nouveau]
  1248. [   51.385614]  nouveau_bo_move_ntfy+0x97/0xd0 [nouveau]
  1249. [   51.385617]  ttm_bo_handle_move_mem+0x248/0x5b0 [ttm]
  1250. [   51.385619]  ttm_bo_evict+0x13f/0x320 [ttm]
  1251. [   51.385627]  ? drm_mm_insert_node_in_range+0x33e/0x500 [drm]
  1252. [   51.385629]  ttm_mem_evict_first+0x194/0x210 [ttm]
  1253. [   51.385631]  ttm_bo_force_list_clean+0x90/0x160 [ttm]
  1254. [   51.385633]  ? pci_pm_runtime_resume+0xa0/0xa0
  1255. [   51.385647]  nouveau_do_suspend+0x7b/0x2a0 [nouveau]
  1256. [   51.385660]  nouveau_pmops_runtime_suspend+0x54/0xb0 [nouveau]
  1257. [   51.385662]  pci_pm_runtime_suspend+0x61/0x170
  1258. [   51.385663]  ? pci_pm_runtime_resume+0xa0/0xa0
  1259. [   51.385664]  __rpm_callback+0xc7/0x200
  1260. [   51.385666]  ? __switch_to_asm+0x40/0x70
  1261. [   51.385667]  rpm_callback+0x1f/0x70
  1262. [   51.385667]  ? pci_pm_runtime_resume+0xa0/0xa0
  1263. [   51.385668]  rpm_suspend+0x12d/0x610
  1264. [   51.385669]  ? __switch_to_asm+0x34/0x70
  1265. [   51.385670]  ? __switch_to_asm+0x40/0x70
  1266. [   51.385671]  pm_runtime_work+0x6e/0x90
  1267. [   51.385673]  process_one_work+0x17b/0x360
  1268. [   51.385675]  worker_thread+0x2e/0x390
  1269. [   51.385676]  ? process_one_work+0x360/0x360
  1270. [   51.385677]  kthread+0x113/0x130
  1271. [   51.385678]  ? kthread_create_worker_on_cpu+0x70/0x70
  1272. [   51.385679]  ret_from_fork+0x35/0x40
  1273. [   51.385680] Code: 41 5f e9 f6 d8 ae ec 48 8b 7d 10 48 8b 5f 50 48 85 db 74 46 e8 14 fa 90 ec 48 89 da 48 89 c6 48 c7 c7 f8 e9 d0 c0 e8 e2 86 4a ec <0f> 0b eb c2 48 8b 7d 10 48 8b 5f 50 48 85 db 74 24 e8 ec f9 90
  1274. [   51.385696] ---[ end trace 3009ca45c3b1067a ]---
  1275. [   53.386832] ------------[ cut here ]------------
  1276. [   53.386832] nouveau 0000:01:00.0: timeout
  1277. [   53.386896] WARNING: CPU: 2 PID: 99 at /build/linux-dWqGqJ/linux-4.16.12/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:207 gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1278. [   53.386896] Modules linked in: cpufreq_conservative cpufreq_userspace cpufreq_powersave binfmt_misc nls_cp437 vfat fat arc4 iwlmvm(O) mac80211(O) iwlwifi(O) uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 intel_rapl videobuf2_common cfg80211(O) rtsx_usb_ms videodev x86_pkg_temp_thermal intel_powerclamp memstick coretemp media kvm_intel btusb btrtl btbcm kvm btintel snd_hda_codec_hdmi irqbypass bluetooth intel_cstate snd_hda_codec_realtek snd_hda_codec_generic drbg intel_uncore ansi_cprng intel_rapl_perf snd_hda_intel snd_hda_codec ecdh_generic mei_me joydev compat(O) rfkill snd_hda_core idma64 mei shpchp intel_lpss_pci msi_wmi sparse_keymap sg iTCO_wdt iTCO_vendor_support intel_pch_thermal wmi_bmof snd_hwdep snd_pcm snd_timer snd soundcore battery intel_lpss serio_raw ac efi_pstore tpm_crb
  1279. [   53.386912]  efivars tpm_tis tpm_tis_core tpm rng_core evdev pcspkr acpi_pad ipmi_devintf ipmi_msghandler efivarfs ip_tables x_tables autofs4 raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx libcrc32c raid1 raid0 multipath linear md_mod btrfs xor zstd_decompress zstd_compress xxhash raid6_pq ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb nls_ascii sd_mod rtsx_usb_sdmmc mmc_core rtsx_usb hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc nouveau i915 xhci_pci ahci ttm i2c_algo_bit aesni_intel libahci aes_x86_64 mxm_wmi xhci_hcd crypto_simd glue_helper drm_kms_helper libata cryptd nvme alx psmouse i2c_i801 mdio scsi_mod nvme_core usbcore drm usb_common thermal wmi video button
  1280. [   53.386951] CPU: 2 PID: 99 Comm: kworker/2:1 Tainted: P        W  O     4.16.0-parrot12-amd64 #1 Parrot 4.16.12-1parrot12.1
  1281. [   53.386951] Hardware name: Micro-Star International Co., Ltd. GL63 8RC/MS-16P6, BIOS E16P6IMS.104 04/08/2018
  1282. [   53.386952] Workqueue: pm pm_runtime_work
  1283. [   53.386983] RIP: 0010:gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1284. [   53.386983] RSP: 0018:ffffb30081f5f608 EFLAGS: 00010282
  1285. [   53.386984] RAX: 0000000000000000 RBX: ffff9f30aa78eec0 RCX: 0000000000000006
  1286. [   53.386985] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff9f30ad296730
  1287. [   53.386985] RBP: ffff9f30a06e5000 R08: 00000000000004d0 R09: 0000000000000004
  1288. [   53.386986] R10: ffffffffc0c6e3e0 R11: 0000000000000001 R12: ffff9f309ecb0f00
  1289. [   53.386986] R13: 0000000bf6d9d2e0 R14: ffff9f30a0436420 R15: ffff9f30a0436800
  1290. [   53.386987] FS:  0000000000000000(0000) GS:ffff9f30ad280000(0000) knlGS:0000000000000000
  1291. [   53.386987] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  1292. [   53.386988] CR2: 00007f1fa31359c8 CR3: 000000030f80a004 CR4: 00000000003606e0
  1293. [   53.386988] Call Trace:
  1294. [   53.387002]  nvkm_vmm_iter.constprop.11+0x310/0x860 [nouveau]
  1295. [   53.387034]  ? nvkm_vmm_map_choose+0xb0/0xb0 [nouveau]
  1296. [   53.387035]  ? up+0x12/0x60
  1297. [   53.387054]  ? log_store+0x1b5/0x280
  1298. [   53.387067]  ? gp100_vmm_pgt_sgl+0x180/0x180 [nouveau]
  1299. [   53.387068]  ? __update_load_avg_se.isra.35+0x1b6/0x1c0
  1300. [   53.387080]  nvkm_vmm_map+0x20c/0x3f0 [nouveau]
  1301. [   53.387111]  ? gp100_vmm_pgt_sgl+0x180/0x180 [nouveau]
  1302. [   53.387113]  ? __switch_to_asm+0x34/0x70
  1303. [   53.387140]  nvkm_vram_map+0x56/0x80 [nouveau]
  1304. [   53.387152]  nvkm_uvmm_mthd+0x747/0x880 [nouveau]
  1305. [   53.387179]  nvkm_ioctl+0x10a/0x240 [nouveau]
  1306. [   53.387200]  nvif_object_mthd+0x108/0x130 [nouveau]
  1307. [   53.387212]  ? g94_i2c_aux_xfer+0x450/0x7e0 [nouveau]
  1308. [   53.387213]  ? _cond_resched+0x15/0x40
  1309. [   53.387215]  ? __kmalloc+0x181/0x210
  1310. [   53.387222]  nvif_vmm_map+0x81/0xb0 [nouveau]
  1311. [   53.387238]  nouveau_mem_map+0x88/0xf0 [nouveau]
  1312. [   53.387253]  nouveau_bo_move_m2mf.constprop.23+0x1b4/0x1f0 [nouveau]
  1313. [   53.387267]  nouveau_bo_move+0xab/0x460 [nouveau]
  1314. [   53.387293]  ? nvif_vmm_unmap+0x38/0x60 [nouveau]
  1315. [   53.387307]  ? nouveau_vma_unmap+0x20/0x30 [nouveau]
  1316. [   53.387310]  ttm_bo_handle_move_mem+0x28e/0x5b0 [ttm]
  1317. [   53.387312]  ttm_bo_evict+0x13f/0x320 [ttm]
  1318. [   53.387332]  ? drm_mm_insert_node_in_range+0x33e/0x500 [drm]
  1319. [   53.387334]  ttm_mem_evict_first+0x194/0x210 [ttm]
  1320. [   53.387336]  ttm_bo_force_list_clean+0x90/0x160 [ttm]
  1321. [   53.387337]  ? pci_pm_runtime_resume+0xa0/0xa0
  1322. [   53.387351]  nouveau_do_suspend+0x7b/0x2a0 [nouveau]
  1323. [   53.387364]  nouveau_pmops_runtime_suspend+0x54/0xb0 [nouveau]
  1324. [   53.387365]  pci_pm_runtime_suspend+0x61/0x170
  1325. [   53.387366]  ? pci_pm_runtime_resume+0xa0/0xa0
  1326. [   53.387367]  __rpm_callback+0xc7/0x200
  1327. [   53.387368]  ? __switch_to_asm+0x40/0x70
  1328. [   53.387369]  rpm_callback+0x1f/0x70
  1329. [   53.387370]  ? pci_pm_runtime_resume+0xa0/0xa0
  1330. [   53.387371]  rpm_suspend+0x12d/0x610
  1331. [   53.387372]  ? __switch_to_asm+0x34/0x70
  1332. [   53.387372]  ? __switch_to_asm+0x40/0x70
  1333. [   53.387373]  pm_runtime_work+0x6e/0x90
  1334. [   53.387375]  process_one_work+0x17b/0x360
  1335. [   53.387376]  worker_thread+0x2e/0x390
  1336. [   53.387377]  ? process_one_work+0x360/0x360
  1337. [   53.387378]  kthread+0x113/0x130
  1338. [   53.387379]  ? kthread_create_worker_on_cpu+0x70/0x70
  1339. [   53.387380]  ret_from_fork+0x35/0x40
  1340. [   53.387381] Code: 41 5f e9 f6 d8 ae ec 48 8b 7d 10 48 8b 5f 50 48 85 db 74 46 e8 14 fa 90 ec 48 89 da 48 89 c6 48 c7 c7 f8 e9 d0 c0 e8 e2 86 4a ec <0f> 0b eb c2 48 8b 7d 10 48 8b 5f 50 48 85 db 74 24 e8 ec f9 90
  1341. [   53.387397] ---[ end trace 3009ca45c3b1067b ]---
  1342. [   55.388336] ------------[ cut here ]------------
  1343. [   55.388337] nouveau 0000:01:00.0: timeout
  1344. [   55.388376] WARNING: CPU: 2 PID: 99 at /build/linux-dWqGqJ/linux-4.16.12/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:207 gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1345. [   55.388376] Modules linked in: cpufreq_conservative cpufreq_userspace cpufreq_powersave binfmt_misc nls_cp437 vfat fat arc4 iwlmvm(O) mac80211(O) iwlwifi(O) uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 intel_rapl videobuf2_common cfg80211(O) rtsx_usb_ms videodev x86_pkg_temp_thermal intel_powerclamp memstick coretemp media kvm_intel btusb btrtl btbcm kvm btintel snd_hda_codec_hdmi irqbypass bluetooth intel_cstate snd_hda_codec_realtek snd_hda_codec_generic drbg intel_uncore ansi_cprng intel_rapl_perf snd_hda_intel snd_hda_codec ecdh_generic mei_me joydev compat(O) rfkill snd_hda_core idma64 mei shpchp intel_lpss_pci msi_wmi sparse_keymap sg iTCO_wdt iTCO_vendor_support intel_pch_thermal wmi_bmof snd_hwdep snd_pcm snd_timer snd soundcore battery intel_lpss serio_raw ac efi_pstore tpm_crb
  1346. [   55.388396]  efivars tpm_tis tpm_tis_core tpm rng_core evdev pcspkr acpi_pad ipmi_devintf ipmi_msghandler efivarfs ip_tables x_tables autofs4 raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx libcrc32c raid1 raid0 multipath linear md_mod btrfs xor zstd_decompress zstd_compress xxhash raid6_pq ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb nls_ascii sd_mod rtsx_usb_sdmmc mmc_core rtsx_usb hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc nouveau i915 xhci_pci ahci ttm i2c_algo_bit aesni_intel libahci aes_x86_64 mxm_wmi xhci_hcd crypto_simd glue_helper drm_kms_helper libata cryptd nvme alx psmouse i2c_i801 mdio scsi_mod nvme_core usbcore drm usb_common thermal wmi video button
  1347. [   55.388420] CPU: 2 PID: 99 Comm: kworker/2:1 Tainted: P        W  O     4.16.0-parrot12-amd64 #1 Parrot 4.16.12-1parrot12.1
  1348. [   55.388420] Hardware name: Micro-Star International Co., Ltd. GL63 8RC/MS-16P6, BIOS E16P6IMS.104 04/08/2018
  1349. [   55.388423] Workqueue: pm pm_runtime_work
  1350. [   55.388438] RIP: 0010:gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1351. [   55.388438] RSP: 0018:ffffb30081f5f608 EFLAGS: 00010282
  1352. [   55.388439] RAX: 0000000000000000 RBX: ffff9f30aa78eec0 RCX: 0000000000000006
  1353. [   55.388440] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff9f30ad296730
  1354. [   55.388440] RBP: ffff9f30a06e5000 R08: 0000000000000513 R09: 0000000000000004
  1355. [   55.388441] R10: 0000000000000009 R11: 0000000000000001 R12: ffff9f309ecb0f00
  1356. [   55.388441] R13: 0000000c6e28db40 R14: ffff9f30a0436420 R15: ffff9f30a0436800
  1357. [   55.388442] FS:  0000000000000000(0000) GS:ffff9f30ad280000(0000) knlGS:0000000000000000
  1358. [   55.388442] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  1359. [   55.388443] CR2: 00007f1fa31359c8 CR3: 000000030f80a004 CR4: 00000000003606e0
  1360. [   55.388443] Call Trace:
  1361. [   55.388459]  nvkm_vmm_iter.constprop.11+0x310/0x860 [nouveau]
  1362. [   55.388472]  ? nvkm_vmm_map_choose+0xb0/0xb0 [nouveau]
  1363. [   55.388474]  ? up+0x12/0x60
  1364. [   55.388475]  ? log_store+0x1b5/0x280
  1365. [   55.388488]  ? gp100_vmm_join+0x10/0x10 [nouveau]
  1366. [   55.388490]  ? __update_load_avg_se.isra.35+0x1b6/0x1c0
  1367. [   55.388502]  nvkm_vmm_map+0x20c/0x3f0 [nouveau]
  1368. [   55.388514]  ? gp100_vmm_join+0x10/0x10 [nouveau]
  1369. [   55.388516]  ? __switch_to_asm+0x34/0x70
  1370. [   55.388527]  nvkm_mem_map_dma+0x56/0x80 [nouveau]
  1371. [   55.388539]  nvkm_uvmm_mthd+0x747/0x880 [nouveau]
  1372. [   55.388541]  ? __switch_to_asm+0x34/0x70
  1373. [   55.388549]  nvkm_ioctl+0x10a/0x240 [nouveau]
  1374. [   55.388556]  nvif_object_mthd+0x108/0x130 [nouveau]
  1375. [   55.388558]  ? _cond_resched+0x22/0x40
  1376. [   55.388560]  ? __kmalloc+0x181/0x210
  1377. [   55.388567]  nvif_vmm_map+0x81/0xb0 [nouveau]
  1378. [   55.388583]  nouveau_mem_map+0x88/0xf0 [nouveau]
  1379. [   55.388599]  nouveau_bo_move_m2mf.constprop.23+0x1cf/0x1f0 [nouveau]
  1380. [   55.388614]  nouveau_bo_move+0xab/0x460 [nouveau]
  1381. [   55.388621]  ? nvif_vmm_unmap+0x38/0x60 [nouveau]
  1382. [   55.388635]  ? nouveau_vma_unmap+0x20/0x30 [nouveau]
  1383. [   55.388638]  ttm_bo_handle_move_mem+0x28e/0x5b0 [ttm]
  1384. [   55.388640]  ttm_bo_evict+0x13f/0x320 [ttm]
  1385. [   55.388648]  ? drm_mm_insert_node_in_range+0x33e/0x500 [drm]
  1386. [   55.388650]  ttm_mem_evict_first+0x194/0x210 [ttm]
  1387. [   55.388652]  ttm_bo_force_list_clean+0x90/0x160 [ttm]
  1388. [   55.388654]  ? pci_pm_runtime_resume+0xa0/0xa0
  1389. [   55.388668]  nouveau_do_suspend+0x7b/0x2a0 [nouveau]
  1390. [   55.388681]  nouveau_pmops_runtime_suspend+0x54/0xb0 [nouveau]
  1391. [   55.388682]  pci_pm_runtime_suspend+0x61/0x170
  1392. [   55.388684]  ? pci_pm_runtime_resume+0xa0/0xa0
  1393. [   55.388685]  __rpm_callback+0xc7/0x200
  1394. [   55.388686]  ? __switch_to_asm+0x40/0x70
  1395. [   55.388687]  rpm_callback+0x1f/0x70
  1396. [   55.388687]  ? pci_pm_runtime_resume+0xa0/0xa0
  1397. [   55.388688]  rpm_suspend+0x12d/0x610
  1398. [   55.388689]  ? __switch_to_asm+0x34/0x70
  1399. [   55.388690]  ? __switch_to_asm+0x40/0x70
  1400. [   55.388691]  pm_runtime_work+0x6e/0x90
  1401. [   55.388693]  process_one_work+0x17b/0x360
  1402. [   55.388694]  worker_thread+0x2e/0x390
  1403. [   55.388696]  ? process_one_work+0x360/0x360
  1404. [   55.388697]  kthread+0x113/0x130
  1405. [   55.388698]  ? kthread_create_worker_on_cpu+0x70/0x70
  1406. [   55.388699]  ret_from_fork+0x35/0x40
  1407. [   55.388699] Code: 41 5f e9 f6 d8 ae ec 48 8b 7d 10 48 8b 5f 50 48 85 db 74 46 e8 14 fa 90 ec 48 89 da 48 89 c6 48 c7 c7 f8 e9 d0 c0 e8 e2 86 4a ec <0f> 0b eb c2 48 8b 7d 10 48 8b 5f 50 48 85 db 74 24 e8 ec f9 90
  1408. [   55.388715] ---[ end trace 3009ca45c3b1067c ]---
  1409. [   80.493252] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  1410. [   81.787494] wlan0: authenticate with b0:39:56:4f:58:80
  1411. [   81.795279] wlan0: send auth to b0:39:56:4f:58:80 (try 1/3)
  1412. [   81.839933] wlan0: authenticated
  1413. [   81.843405] wlan0: associate with b0:39:56:4f:58:80 (try 1/3)
  1414. [   81.852331] wlan0: RX AssocResp from b0:39:56:4f:58:80 (capab=0x131 status=0 aid=2)
  1415. [   81.854484] wlan0: associated
  1416. [   81.892390] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by b0:39:56:4f:58:80
  1417. [   82.050506] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  1418. [   88.667687] ------------[ cut here ]------------
  1419. [   88.667689] nouveau 0000:01:00.0: timeout
  1420. [   88.667734] WARNING: CPU: 2 PID: 99 at /build/linux-dWqGqJ/linux-4.16.12/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:207 gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1421. [   88.667734] Modules linked in: ctr ccm cpufreq_conservative cpufreq_userspace cpufreq_powersave binfmt_misc nls_cp437 vfat fat arc4 iwlmvm(O) mac80211(O) iwlwifi(O) uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 intel_rapl videobuf2_common cfg80211(O) rtsx_usb_ms videodev x86_pkg_temp_thermal intel_powerclamp memstick coretemp media kvm_intel btusb btrtl btbcm kvm btintel snd_hda_codec_hdmi irqbypass bluetooth intel_cstate snd_hda_codec_realtek snd_hda_codec_generic drbg intel_uncore ansi_cprng intel_rapl_perf snd_hda_intel snd_hda_codec ecdh_generic mei_me joydev compat(O) rfkill snd_hda_core idma64 mei shpchp intel_lpss_pci msi_wmi sparse_keymap sg iTCO_wdt iTCO_vendor_support intel_pch_thermal wmi_bmof snd_hwdep snd_pcm snd_timer snd soundcore battery intel_lpss serio_raw ac efi_pstore
  1422. [   88.667755]  tpm_crb efivars tpm_tis tpm_tis_core tpm rng_core evdev pcspkr acpi_pad ipmi_devintf ipmi_msghandler efivarfs ip_tables x_tables autofs4 raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx libcrc32c raid1 raid0 multipath linear md_mod btrfs xor zstd_decompress zstd_compress xxhash raid6_pq ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb nls_ascii sd_mod rtsx_usb_sdmmc mmc_core rtsx_usb hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc nouveau i915 xhci_pci ahci ttm i2c_algo_bit aesni_intel libahci aes_x86_64 mxm_wmi xhci_hcd crypto_simd glue_helper drm_kms_helper libata cryptd nvme alx psmouse i2c_i801 mdio scsi_mod nvme_core usbcore drm usb_common thermal wmi video button
  1423. [   88.667779] CPU: 2 PID: 99 Comm: kworker/2:1 Tainted: P        W  O     4.16.0-parrot12-amd64 #1 Parrot 4.16.12-1parrot12.1
  1424. [   88.667780] Hardware name: Micro-Star International Co., Ltd. GL63 8RC/MS-16P6, BIOS E16P6IMS.104 04/08/2018
  1425. [   88.667782] Workqueue: pm pm_runtime_work
  1426. [   88.667798] RIP: 0010:gf100_vmm_flush_+0x14e/0x190 [nouveau]
  1427. [   88.667799] RSP: 0018:ffffb30081f5f6b8 EFLAGS: 00010286
  1428. [   88.667800] RAX: 0000000000000000 RBX: ffff9f30aa78eec0 RCX: 0000000000000006
  1429. [   88.667800] RDX: 0000000000000007 RSI: 0000000000000082 RDI: ffff9f30ad296730
  1430. [   88.667801] RBP: ffff9f30a06e5000 R08: 000000000000055f R09: 0000000000000004
  1431. [   88.667801] R10: ffffffffc0c6e3e0 R11: 0000000000000001 R12: ffff9f309ecb0f00
  1432. [   88.667802] R13: 000000142db49860 R14: ffff9f30a0436420 R15: ffff9f30a3d96e00
  1433. [   88.667802] FS:  0000000000000000(0000) GS:ffff9f30ad280000(0000) knlGS:0000000000000000
  1434. [   88.667803] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  1435. [   88.667803] CR2: 00007f3790f08024 CR3: 000000030f80a002 CR4: 00000000003606e0
  1436. [   88.667804] Call Trace:
  1437. [   88.667820]  nvkm_vmm_iter.constprop.11+0x310/0x860 [nouveau]
  1438. [   88.667823]  ? __switch_to_asm+0x34/0x70
  1439. [   88.667823]  ? __switch_to_asm+0x40/0x70
  1440. [   88.667824]  ? __switch_to_asm+0x40/0x70
  1441. [   88.667825]  ? __switch_to_asm+0x34/0x70
  1442. [   88.667838]  ? gp100_vmm_pgt_sgl+0x180/0x180 [nouveau]
  1443. [   88.667840]  ? __update_load_avg_se.isra.35+0x1b6/0x1c0
  1444. [   88.667853]  nvkm_vmm_map+0x1aa/0x3f0 [nouveau]
  1445. [   88.667866]  ? gp100_vmm_pgt_sgl+0x180/0x180 [nouveau]
  1446. [   88.667867]  ? __switch_to_asm+0x40/0x70
  1447. [   88.667868]  ? __switch_to_asm+0x34/0x70
  1448. [   88.667879]  nvkm_vram_map+0x56/0x80 [nouveau]
  1449. [   88.667892]  nvkm_uvmm_mthd+0x747/0x880 [nouveau]
  1450. [   88.667900]  nvkm_ioctl+0x10a/0x240 [nouveau]
  1451. [   88.667908]  nvif_object_mthd+0x108/0x130 [nouveau]
  1452. [   88.667910]  ? dma_fence_wait_timeout+0x39/0xf0
  1453. [   88.667911]  ? _cond_resched+0x15/0x40
  1454. [   88.667913]  ? __kmalloc+0x181/0x210
  1455. [   88.667920]  nvif_vmm_map+0x81/0xb0 [nouveau]
  1456. [   88.667936]  nouveau_mem_map+0x88/0xf0 [nouveau]
  1457. [   88.667952]  nouveau_vma_map+0x44/0x70 [nouveau]
  1458. [   88.667966]  nouveau_bo_move_ntfy+0x70/0xd0 [nouveau]
  1459. [   88.667969]  ttm_bo_handle_move_mem+0x3e3/0x5b0 [ttm]
  1460. [   88.667972]  ttm_bo_evict+0x13f/0x320 [ttm]
  1461. [   88.667980]  ? drm_mm_insert_node_in_range+0x33e/0x500 [drm]
  1462. [   88.667982]  ttm_mem_evict_first+0x194/0x210 [ttm]
  1463. [   88.667984]  ttm_bo_force_list_clean+0x90/0x160 [ttm]
  1464. [   88.667985]  ? pci_pm_runtime_resume+0xa0/0xa0
  1465. [   88.668000]  nouveau_do_suspend+0x7b/0x2a0 [nouveau]
  1466. [   88.668013]  nouveau_pmops_runtime_suspend+0x54/0xb0 [nouveau]
  1467. [   88.668014]  pci_pm_runtime_suspend+0x61/0x170
  1468. [   88.668016]  ? pci_pm_runtime_resume+0xa0/0xa0
  1469. [   88.668017]  __rpm_callback+0xc7/0x200
  1470. [   88.668018]  ? __switch_to_asm+0x40/0x70
  1471. [   88.668019]  rpm_callback+0x1f/0x70
  1472. [   88.668020]  ? pci_pm_runtime_resume+0xa0/0xa0
  1473. [   88.668021]  rpm_suspend+0x12d/0x610
  1474. [   88.668021]  ? __switch_to_asm+0x34/0x70
  1475. [   88.668022]  ? __switch_to_asm+0x40/0x70
  1476. [   88.668023]  pm_runtime_work+0x6e/0x90
  1477. [   88.668025]  process_one_work+0x17b/0x360
  1478. [   88.668027]  worker_thread+0x2e/0x390
  1479. [   88.668028]  ? process_one_work+0x360/0x360
  1480. [   88.668029]  kthread+0x113/0x130
  1481. [   88.668030]  ? kthread_create_worker_on_cpu+0x70/0x70
  1482. [   88.668031]  ret_from_fork+0x35/0x40
  1483. [   88.668032] Code: 41 5f e9 f6 d8 ae ec 48 8b 7d 10 48 8b 5f 50 48 85 db 74 46 e8 14 fa 90 ec 48 89 da 48 89 c6 48 c7 c7 f8 e9 d0 c0 e8 e2 86 4a ec <0f> 0b eb c2 48 8b 7d 10 48 8b 5f 50 48 85 db 74 24 e8 ec f9 90
  1484. [   88.668048] ---[ end trace 3009ca45c3b1067d ]---
  1485. [   88.668081] [TTM] Buffer eviction failed
  1486. [  103.667548] nouveau 0000:01:00.0: DRM: failed to idle channel 0 [DRM]
  1487. [  105.012614] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  1488. [  105.012617] Bluetooth: BNEP filters: protocol multicast
  1489. [  105.012623] Bluetooth: BNEP socket layer initialized
  1490. [  105.842817] Bluetooth: RFCOMM TTY layer initialized
  1491. [  105.842827] Bluetooth: RFCOMM socket layer initialized
  1492. [  105.842837] Bluetooth: RFCOMM ver 1.11
  1493. [  160.838160] logitech-hidpp-device 0003:046D:400A.0004: HID++ 2.0 device connected.
  1494. [  169.534338] audit: type=1400 audit(1535565285.409:50): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="chromium" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1495. [  169.534345] audit: type=1400 audit(1535565285.409:51): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="chromium" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
  1496. [  169.568158] audit: type=1400 audit(1535565285.443:52): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerBa" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1497. [  169.568166] audit: type=1400 audit(1535565285.443:53): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerBa" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
  1498. [  171.181572] audit: type=1400 audit(1535565287.056:54): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1499. [  171.181579] audit: type=1400 audit(1535565287.056:55): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
  1500. [  171.182228] audit: type=1400 audit(1535565287.059:56): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1501. [  171.182235] audit: type=1400 audit(1535565287.059:57): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
  1502. [  171.302214] audit: type=1400 audit(1535565287.179:58): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerBa" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1503. [  171.302216] audit: type=1400 audit(1535565287.179:59): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerBa" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
  1504. [  225.911741] audit: type=1400 audit(1535565341.789:60): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1505. [  225.911751] audit: type=1400 audit(1535565341.789:61): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
  1506. [  225.912457] audit: type=1400 audit(1535565341.789:62): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1507. [  225.912465] audit: type=1400 audit(1535565341.789:63): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
  1508. [  227.326195] audit: type=1400 audit(1535565343.205:64): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1509. [  227.326198] audit: type=1400 audit(1535565343.205:65): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
  1510. [  227.326489] audit: type=1400 audit(1535565343.205:66): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1511. [  227.326491] audit: type=1400 audit(1535565343.205:67): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
  1512. [  259.525505] audit: type=1400 audit(1535565375.402:68): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1513. [  259.525507] audit: type=1400 audit(1535565375.402:69): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
  1514. [  259.525783] audit: type=1400 audit(1535565375.402:70): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="trace" denied_mask="trace" peer="firejail-default"
  1515. [  259.525786] audit: type=1400 audit(1535565375.402:71): apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=1849 comm="TaskSchedulerSi" requested_mask="tracedby" denied_mask="tracedby" peer="firejail-default"
Add Comment
Please, Sign In to add comment