All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Nazarewicz <mina86@mina86.com>
To: airlied@redhat.com
Cc: intel-gfx@lists.freedesktop.org
Subject: drm-i915-mst + Ubuntu 14.04 + HP 840
Date: Fri, 07 Nov 2014 20:55:00 +0100	[thread overview]
Message-ID: <xa1toasizsyz.fsf@mina86.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3615 bytes --]

Hi Dave,

I'm trying to get your drm-i915-mst-v3.16[1] branch applied on top of
Ubuntu[2] kernel[3] to get HP's 840 notebook to handle two DPs port on
the docking station but I'm hitting some problems with your patches.  Or
so I think.

If I start and boot with the laptop connected to the docking station and
the screens, I'm getting BUGs (full dmesg attached) and X refuses to
start at all.  E.g.:

------------------------ >8 ----------------------------------------
[   12.493151] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.crtc_clock (expected 119000, found 0)
[   12.493171] WARNING: CPU: 0 PID: 61 at /home/mpn/code/linux/drivers/gpu/drm/i915/intel_display.c:10221 check_crtc_state+0x235/0x350 [i915]()

[   12.503272] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.crtc_clock (expected 119000, found 0)
[   12.503284] WARNING: CPU: 0 PID: 61 at /home/mpn/code/linux/drivers/gpu/drm/i915/intel_display.c:10221 check_crtc_state+0x235/0x350 [i915]()

[   12.503449] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.crtc_clock (expected 119000, found 0)
[   12.503460] WARNING: CPU: 0 PID: 61 at /home/mpn/code/linux/drivers/gpu/drm/i915/intel_display.c:10221 check_crtc_state+0x235/0x350 [i915]()
------------------------ >8 ----------------------------------------

If I boot up with laptop disconnected from the docking station and
connect it later on, I'm getting the following errors:

------------------------ >8 ----------------------------------------
[  248.615216] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  248.629843] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  248.630412] acpi PNP0501:00: Still not present
[  252.261562] usb 3-1: new SuperSpeed USB device number 5 using xhci_hcd
[  252.277626] usb 3-1: New USB device found, idVendor=0424, idProduct=5534
[  252.277630] usb 3-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[  252.277632] usb 3-1: Product: USB5534B
[  252.277633] usb 3-1: Manufacturer: SMSC
[  252.278047] hub 3-1:1.0: USB hub found
[  252.278067] hub 3-1:1.0: 4 ports detected
[  252.517255] usb 2-1: new high-speed USB device number 16 using xhci_hcd
[  252.645530] usb 2-1: New USB device found, idVendor=0424, idProduct=2134
[  252.645534] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  252.645536] usb 2-1: Product: USB2134B
[  252.645538] usb 2-1: Manufacturer: SMSC
[  252.645970] hub 2-1:1.0: USB hub found
[  252.646024] hub 2-1:1.0: 4 ports detected
[  252.693505] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  252.704220] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  252.704478] acpi PNP0501:00: Still not present
------------------------ >8 ----------------------------------------

Needless to say, “xrandr -q” did not detect any of the DisplayPort
screens.

I was wondering if you had any idea what could be a problem?  Perhaps
there is a newer version of your patchset that I should try?

[1] http://cgit.freedesktop.org/~airlied/linux/log/?h=drm-i915-mst-v3.16
[2] Which probably wouldn't by your choice of a distro. ;)
[3] http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-utopic.git;a=shortlog;h=refs/heads/master

-- 
Best regards,                                         _     _
.o. | Liege of Serenely Enlightened Majesty of      o' \,=./ `o
..o | Computer Science,  Michał “mina86” Nazarewicz    (o o)
ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo--

[-- Attachment #2: dmesg-boot.txt --]
[-- Type: text/plain, Size: 74604 bytes --]

[    0.000000] CPU0 microcode updated early to revision 0x1c, date = 2014-07-03
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.0-25-generic (root@mpn-glaptop) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #33 SMP Fri Nov 7 18:45:25 CET 2014 (Ubuntu 3.16.0-25.33-generic 3.16.7)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic root=/dev/mapper/sysvg-root ro elevator=deadline acpi_backlight=vendor text
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bab7efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bab7f000-0x00000000bbe7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe7f000-0x00000000bbf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bbf7f000-0x00000000bbffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbfff000-0x00000000bbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc000000-0x00000000bf1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043edfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP EliteBook 840 G1/198F, BIOS L71 Ver. 01.11 04/29/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x43ee00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00FF800000 mask 7FFF800000 write-protect
[    0.000000]   1 base 0000000000 mask 7F80000000 write-back
[    0.000000]   2 base 0080000000 mask 7FC0000000 write-back
[    0.000000]   3 base 00BE000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 00BD000000 mask 7FFF000000 uncachable
[    0.000000]   5 base 0100000000 mask 7F00000000 write-back
[    0.000000]   6 base 0200000000 mask 7E00000000 write-back
[    0.000000]   7 base 0400000000 mask 7FC0000000 write-back
[    0.000000]   8 base 043F000000 mask 7FFF000000 uncachable
[    0.000000]   9 base 043EE00000 mask 7FFFE00000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xbc000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01fbe000, 0x01fbefff] PGTABLE
[    0.000000] BRK [0x01fbf000, 0x01fbffff] PGTABLE
[    0.000000] BRK [0x01fc0000, 0x01fc0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x43ec00000-0x43edfffff]
[    0.000000]  [mem 0x43ec00000-0x43edfffff] page 2M
[    0.000000] BRK [0x01fc1000, 0x01fc1fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x43c000000-0x43ebfffff]
[    0.000000]  [mem 0x43c000000-0x43ebfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x400000000-0x43bffffff]
[    0.000000]  [mem 0x400000000-0x43bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xbab7efff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xba9fffff] page 2M
[    0.000000]  [mem 0xbaa00000-0xbab7efff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbbfff000-0xbbffffff]
[    0.000000]  [mem 0xbbfff000-0xbbffffff] page 4k
[    0.000000] BRK [0x01fc2000, 0x01fc2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x34620000-0x36307fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F2FE0 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x00000000BBFFE120 0000A4 (v01 HPQOEM SLIC-MPC 00000001      01000013)
[    0.000000] ACPI: FACP 0x00000000BBFFC000 00010C (v05 HPQOEM 198F     00000001 HP   00000001)
[    0.000000] ACPI: DSDT 0x00000000BBFD1000 0253E9 (v02 HPQOEM 198F     00000001 INTL 20110112)
[    0.000000] ACPI: FACS 0x00000000BBDE4000 000040
[    0.000000] ACPI: HPET 0x00000000BBFFB000 000038 (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.000000] ACPI: APIC 0x00000000BBFFA000 0000BC (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.000000] ACPI: MCFG 0x00000000BBFF9000 00003C (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.000000] ACPI: TCPA 0x00000000BBFF7000 000032 (v02 HPQOEM 198F     00000000 HP   00000001)
[    0.000000] ACPI: SSDT 0x00000000BBFCE000 000313 (v01 HPQOEM SataAhci 00001000 INTL 20110112)
[    0.000000] ACPI: SSDT 0x00000000BBFCD000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
[    0.000000] ACPI: FPDT 0x00000000BBFCB000 000044 (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.000000] ACPI: BGRT 0x00000000BBFCA000 000038 (v00 HPQOEM 198F     00000001 HP   00000001)
[    0.000000] ACPI: SSDT 0x00000000BBFC6000 000466 (v01 Isct   IsctAsl  00003000 INTL 20110112)
[    0.000000] ACPI: SSDT 0x00000000BBFC5000 000544 (v01 PmRef  Cpu0Ist  00003000 INTL 20110112)
[    0.000000] ACPI: SSDT 0x00000000BBFC4000 000AF3 (v01 PmRef  CpuPm    00003000 INTL 20110112)
[    0.000000] ACPI: SSDT 0x00000000BBFC3000 0001D5 (v01 PmRef  LakeTiny 00003000 INTL 20110112)
[    0.000000] ACPI: SSDT 0x00000000BBFC2000 000706 (v01 SaSsdt SaSsdt   00003000 INTL 20110112)
[    0.000000] ACPI: ASF! 0x00000000BBFF8000 0000A5 (v32 HPQOEM 198F     00000001 HP   00000001)
[    0.000000] ACPI: DMAR 0x00000000BBFC1000 0000B0 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000043edfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x43edfffff]
[    0.000000]   NODE_DATA [mem 0x43edf9000-0x43edfdfff]
[    0.000000]  [ffffea0000000000-ffffea0010ffffff] PMD -> [ffff88042e400000-ffff88043e3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x43edfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009cfff]
[    0.000000]   node   0: [mem 0x00100000-0xbab7efff]
[    0.000000]   node   0: [mem 0xbbfff000-0xbbffffff]
[    0.000000]   node   0: [mem 0x100000000-0x43edfffff]
[    0.000000] On node 0 totalpages: 4167964
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11886 pages used for memmap
[    0.000000]   DMA32 zone: 760704 pages, LIFO batch:31
[    0.000000]   Normal zone: 53176 pages used for memmap
[    0.000000]   Normal zone: 3403264 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xbd200000-0xbf1fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-39
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 56
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbab7f000-0xbbe7efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbbe7f000-0xbbf7efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbbf7f000-0xbbffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbc000000-0xbf1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf200000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.000000] e820: [mem 0xbf200000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88043ea00000 s86336 r8192 d24256 u262144
[    0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4102817
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic root=/dev/mapper/sysvg-root ro elevator=deadline acpi_backlight=vendor text
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16296616K/16671856K available (7608K kernel code, 1130K rwdata, 3576K rodata, 1356K init, 1300K bss, 375240K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-7.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:16640 nr_irqs:1016 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 67108864 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2693.745 MHz processor
[    0.000034] Calibrating delay loop (skipped), value calculated using timer frequency.. 5387.49 BogoMIPS (lpj=10774980)
[    0.000040] pid_max: default: 32768 minimum: 301
[    0.000048] ACPI: Core revision 20140424
[    0.015802] ACPI: All ACPI Tables successfully acquired
[    0.030889] Security Framework initialized
[    0.030909] AppArmor: AppArmor initialized
[    0.030911] Yama: becoming mindful.
[    0.032066] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.035552] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.037045] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.037067] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.037335] Initializing cgroup subsys memory
[    0.037361] Initializing cgroup subsys devices
[    0.037369] Initializing cgroup subsys freezer
[    0.037373] Initializing cgroup subsys net_cls
[    0.037378] Initializing cgroup subsys blkio
[    0.037382] Initializing cgroup subsys perf_event
[    0.037385] Initializing cgroup subsys net_prio
[    0.037393] Initializing cgroup subsys hugetlb
[    0.037418] CPU: Physical Processor ID: 0
[    0.037420] CPU: Processor Core ID: 0
[    0.037425] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.037425] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.038503] mce: CPU supports 7 MCE banks
[    0.038517] CPU0: Thermal monitoring enabled (TM1)
[    0.038529] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.038529] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.038529] tlb_flushall_shift: 6
[    0.038662] Freeing SMP alternatives memory: 32K (ffffffff81e6f000 - ffffffff81e77000)
[    0.039710] ftrace: allocating 29198 entries in 115 pages
[    0.053492] dmar: Host address width 39
[    0.053496] dmar: DRHD base: 0x000000fed90000 flags: 0x0
[    0.053503] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.053506] dmar: DRHD base: 0x000000fed91000 flags: 0x1
[    0.053512] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    0.053514] dmar: RMRR base: 0x000000bbd18000 end: 0x000000bbd37fff
[    0.053516] dmar: RMRR base: 0x000000bd000000 end: 0x000000bf1fffff
[    0.053642] IOAPIC id 0 under DRHD base  0xfed91000 IOMMU 1
[    0.053643] HPET id 0 under DRHD base 0xfed91000
[    0.053645] Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.053816] Enabled IRQ remapping in x2apic mode
[    0.053818] Enabling x2apic
[    0.053820] Enabled x2apic
[    0.053825] Switched APIC routing to cluster x2apic.
[    0.054438] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.094114] smpboot: CPU0: Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz (fam: 06, model: 45, stepping: 01)
[    0.094123] TSC deadline timer enabled
[    0.094152] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.094175] ... version:                3
[    0.094177] ... bit width:              48
[    0.094178] ... generic registers:      4
[    0.094180] ... value mask:             0000ffffffffffff
[    0.094181] ... max period:             0000ffffffffffff
[    0.094183] ... fixed-purpose events:   3
[    0.094185] ... event mask:             000000070000000f
[    0.096148] x86: Booting SMP configuration:
[    0.096151] .... node  #0, CPUs:      #1
[    0.110473] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.110561]  #2
[    0.122177] CPU2 microcode updated early to revision 0x1c, date = 2014-07-03
[    0.125454]  #3<6>[    0.139595] x86: Booted up 1 node, 4 CPUs
[    0.139599] smpboot: Total of 4 processors activated (21549.96 BogoMIPS)
[    0.144456] devtmpfs: initialized
[    0.147820] evm: security.selinux
[    0.147822] evm: security.SMACK64
[    0.147824] evm: security.SMACK64EXEC
[    0.147825] evm: security.SMACK64TRANSMUTE
[    0.147827] evm: security.SMACK64MMAP
[    0.147828] evm: security.ima
[    0.147830] evm: security.capability
[    0.147889] PM: Registering ACPI NVS region [mem 0xbbe7f000-0xbbf7efff] (1048576 bytes)
[    0.148761] pinctrl core: initialized pinctrl subsystem
[    0.148832] regulator-dummy: no parameters
[    0.148867] RTC time: 18:48:27, date: 11/07/14
[    0.148922] NET: Registered protocol family 16
[    0.149081] cpuidle: using governor ladder
[    0.149086] cpuidle: using governor menu
[    0.149140] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.149143] ACPI: bus type PCI registered
[    0.149145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.149226] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.149230] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.149564] PCI: Using configuration type 1 for base access
[    0.152689] ACPI: Added _OSI(Module Device)
[    0.152692] ACPI: Added _OSI(Processor Device)
[    0.152694] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.152696] ACPI: Added _OSI(Processor Aggregator Device)
[    0.164303] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.184384] ACPI: Dynamic OEM Table Load:
[    0.184395] ACPI: SSDT 0xFFFF880427C6A000 0003F3 (v01 PmRef  Cpu0Cst  00003001 INTL 20110112)
[    0.188510] ACPI: Dynamic OEM Table Load:
[    0.188520] ACPI: SSDT 0xFFFF880427CBA000 0005DB (v01 PmRef  ApIst    00003000 INTL 20110112)
[    0.192371] ACPI: Dynamic OEM Table Load:
[    0.192379] ACPI: SSDT 0xFFFF880427CC0C00 000119 (v01 PmRef  ApCst    00003000 INTL 20110112)
[    1.796275] ACPI: Interpreter enabled
[    1.796285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    1.796293] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    1.796310] ACPI: (supports S0 S3 S4 S5)
[    1.796312] ACPI: Using IOAPIC for interrupt routing
[    1.796339] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.797554] ACPI: Power Resource [APPR] (off)
[    1.801345] ACPI: Power Resource [COMP] (on)
[    1.801511] ACPI: Power Resource [LPP] (on)
[    1.802566] ACPI: Power Resource [PXP6] (on)
[    1.921811] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.921819] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.923335] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    1.924027] PCI host bridge to bus 0000:00
[    1.924031] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.924034] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    1.924036] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    1.924039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    1.924041] pci_bus 0000:00: root bus resource [mem 0xbf200000-0xdfffffff]
[    1.924044] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed3ffff]
[    1.924046] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfedfffff]
[    1.924048] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff]
[    1.924058] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    1.924167] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    1.924179] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff 64bit]
[    1.924186] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.924191] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    1.924293] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    1.924303] pci 0000:00:03.0: reg 0x10: [mem 0xd0730000-0xd0733fff 64bit]
[    1.924429] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    1.924445] pci 0000:00:14.0: reg 0x10: [mem 0xd0720000-0xd072ffff 64bit]
[    1.924492] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.924549] pci 0000:00:14.0: System wakeup disabled by ACPI
[    1.924589] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    1.924609] pci 0000:00:16.0: reg 0x10: [mem 0xd0739000-0xd073901f 64bit]
[    1.924676] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.924771] pci 0000:00:19.0: [8086:155a] type 00 class 0x020000
[    1.924787] pci 0000:00:19.0: reg 0x10: [mem 0xd0700000-0xd071ffff]
[    1.924795] pci 0000:00:19.0: reg 0x14: [mem 0xd073e000-0xd073efff]
[    1.924802] pci 0000:00:19.0: reg 0x18: [io  0x3080-0x309f]
[    1.924858] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    1.924916] pci 0000:00:19.0: System wakeup disabled by ACPI
[    1.924956] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    1.924970] pci 0000:00:1b.0: reg 0x10: [mem 0xd0734000-0xd0737fff 64bit]
[    1.925035] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.925122] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    1.925185] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.925276] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    1.925340] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.925400] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    1.925434] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400
[    1.925498] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.925594] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    1.925612] pci 0000:00:1d.0: reg 0x10: [mem 0xd073d000-0xd073d3ff]
[    1.925686] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.925745] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    1.925785] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    1.925975] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[    1.925989] pci 0000:00:1f.2: reg 0x10: [io  0x30a8-0x30af]
[    1.925996] pci 0000:00:1f.2: reg 0x14: [io  0x30b4-0x30b7]
[    1.926003] pci 0000:00:1f.2: reg 0x18: [io  0x30a0-0x30a7]
[    1.926010] pci 0000:00:1f.2: reg 0x1c: [io  0x30b0-0x30b3]
[    1.926016] pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
[    1.926023] pci 0000:00:1f.2: reg 0x24: [mem 0xd073c000-0xd073c7ff]
[    1.926057] pci 0000:00:1f.2: PME# supported from D3hot
[    1.926140] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    1.926153] pci 0000:00:1f.3: reg 0x10: [mem 0xd0738000-0xd07380ff 64bit]
[    1.926172] pci 0000:00:1f.3: reg 0x20: [io  0xef80-0xef9f]
[    1.926307] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.926313] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.926394] pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000
[    1.926432] pci 0000:02:00.0: reg 0x10: [mem 0xd0500000-0xd0501fff 64bit]
[    1.926616] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    1.926654] pci 0000:02:00.0: System wakeup disabled by ACPI
[    1.935160] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.935165] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    1.935231] pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000
[    1.935250] pci 0000:03:00.0: reg 0x10: [mem 0xd0400000-0xd0400fff]
[    1.935378] pci 0000:03:00.0: supports D1 D2
[    1.935380] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.943157] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.943163] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
[    1.943184] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    1.944020] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.944065] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.944107] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.944149] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.944191] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.944231] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.944273] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[    1.944314] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.944658] ACPI: Enabled 5 GPEs in block 00 to 7F
[    1.944703] ACPI : EC: GPE = 0x6, I/O: command/status = 0x66, data = 0x62
[    1.944805] vgaarb: setting as boot device: PCI:0000:00:02.0
[    1.944808] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.944812] vgaarb: loaded
[    1.944814] vgaarb: bridge control possible 0000:00:02.0
[    1.945037] SCSI subsystem initialized
[    1.945084] libata version 3.00 loaded.
[    1.945110] ACPI: bus type USB registered
[    1.945127] usbcore: registered new interface driver usbfs
[    1.945136] usbcore: registered new interface driver hub
[    1.945157] usbcore: registered new device driver usb
[    1.945294] PCI: Using ACPI for IRQ routing
[    1.950661] PCI: pci_cache_line_size set to 64 bytes
[    1.950701] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[    1.950703] e820: reserve RAM buffer [mem 0xbab7f000-0xbbffffff]
[    1.950705] e820: reserve RAM buffer [mem 0x43ee00000-0x43fffffff]
[    1.950813] NetLabel: Initializing
[    1.950815] NetLabel:  domain hash size = 128
[    1.950817] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.950829] NetLabel:  unlabeled traffic allowed by default
[    1.950892] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.950899] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.952936] Switched to clocksource hpet
[    1.958730] AppArmor: AppArmor Filesystem Enabled
[    1.958767] pnp: PnP ACPI init
[    1.958783] ACPI: bus type PNP registered
[    1.958983] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.958987] system 00:00: [mem 0xfed10000-0xfed17fff] could not be reserved
[    1.958989] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.958992] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.958994] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    1.958997] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.959000] system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.959002] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.959006] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.959009] system 00:00: [mem 0xbf210000-0xbf21ffff] has been reserved
[    1.959013] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.959157] system 00:01: [io  0x0200-0x027f] has been reserved
[    1.959161] system 00:01: [io  0xffff] has been reserved
[    1.959163] system 00:01: [io  0xffff] has been reserved
[    1.959166] system 00:01: [io  0xffff] has been reserved
[    1.959168] system 00:01: [io  0x1800-0x18fe] could not be reserved
[    1.959171] system 00:01: [io  0xef80-0xef9f] has been reserved
[    1.959174] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.959224] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.959388] pnp 00:03: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[    1.959416] pnp 00:04: Plug and Play ACPI device, IDs SYN3003 SYN0100 SYN0002 PNP0f13 (active)
[    1.959664] system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
[    1.959667] system 00:05: [mem 0x40004000-0x40004fff] could not be reserved
[    1.959670] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.959906] pnp 00:06: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    1.959921] pnp: PnP ACPI: found 7 devices
[    1.959923] ACPI: bus type PNP unregistered
[    1.966122] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.966126] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[    1.966131] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    1.966133] pci 0000:00:1c.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    1.966140] pci 0000:00:1c.5: BAR 15: assigned [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.966145] pci 0000:00:1c.5: BAR 13: assigned [io  0x2000-0x2fff]
[    1.966148] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.966153] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.966160] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.966165] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    1.966172] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.966175] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    1.966180] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
[    1.966184] pci 0000:00:1c.5:   bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.966191] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.966193] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.966195] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.966196] pci_bus 0000:00: resource 7 [mem 0xbf200000-0xdfffffff]
[    1.966198] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfed3ffff]
[    1.966199] pci_bus 0000:00: resource 9 [mem 0xfed45000-0xfedfffff]
[    1.966201] pci_bus 0000:00: resource 10 [mem 0xfee01000-0xffffffff]
[    1.966202] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
[    1.966204] pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
[    1.966206] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    1.966207] pci_bus 0000:03: resource 1 [mem 0xd0400000-0xd04fffff]
[    1.966209] pci_bus 0000:03: resource 2 [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.966238] NET: Registered protocol family 2
[    1.966464] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.966694] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.966814] TCP: Hash tables configured (established 131072 bind 65536)
[    1.966832] TCP: reno registered
[    1.966852] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.966905] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.966984] NET: Registered protocol family 1
[    1.966998] pci 0000:00:02.0: Video device with shadowed ROM
[    1.967005] pci 0000:00:14.0: enabling device (0000 -> 0002)
[    1.967223] pci 0000:00:1d.0: enabling device (0000 -> 0002)
[    1.967395] PCI: CLS 64 bytes, default 64
[    1.967449] Trying to unpack rootfs image as initramfs...
[    2.483606] Freeing initrd memory: 29600K (ffff880034620000 - ffff880036308000)
[    2.484614] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.484620] software IO TLB [mem 0xb6b7f000-0xbab7f000] (64MB) mapped at [ffff8800b6b7f000-ffff8800bab7efff]
[    2.484847] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[    2.484895] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x1c
[    2.484904] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x1c
[    2.484914] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x1c
[    2.484924] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x1c
[    2.484972] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    2.485000] Scanning for low memory corruption every 60 seconds
[    2.485323] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    2.485347] Initialise system trusted keyring
[    2.485374] audit: initializing netlink subsys (disabled)
[    2.485387] audit: type=2000 audit(1415386109.472:1): initialized
[    2.485729] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.487255] zpool: loaded
[    2.487259] zbud: loaded
[    2.487436] VFS: Disk quotas dquot_6.5.2
[    2.487473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.487935] fuse init (API version 7.23)
[    2.488021] msgmni has been set to 31887
[    2.488082] Key type big_key registered
[    2.488413] Key type asymmetric registered
[    2.488417] Asymmetric key parser 'x509' registered
[    2.488457] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.488507] io scheduler noop registered
[    2.488512] io scheduler deadline registered (default)
[    2.488563] io scheduler cfq registered
[    2.488791] pcieport 0000:00:1c.0: irq 58 for MSI/MSI-X
[    2.488951] pcieport 0000:00:1c.3: irq 59 for MSI/MSI-X
[    2.489100] pcieport 0000:00:1c.5: irq 60 for MSI/MSI-X
[    2.489195] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    2.489201] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    2.489216] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    2.489219] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    2.489222] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    2.489237] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    2.489240] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    2.489244] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    2.489259] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.489289] pciehp 0000:00:1c.5:pcie04: Slot #5 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
[    2.489318] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
[    2.489322] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.489371] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    2.489373] vesafb: scrolling: redraw
[    2.489376] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.489396] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90011c00000, using 8128k, total 8128k
[    2.684313] Console: switching to colour frame buffer device 240x67
[    2.879331] fb0: VESA VGA frame buffer device
[    2.879960] intel_idle: MWAIT substates: 0x11142120
[    2.879962] intel_idle: v0.4 model 0x45
[    2.879963] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.880381] ACPI: AC Adapter [AC] (on-line)
[    2.881159] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    2.882320] ACPI: Sleep Button [SLPB]
[    2.882865] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    2.884016] ACPI: Lid Switch [LID]
[    2.884524] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.885556] ACPI: Power Button [PWRF]
[    2.910566] thermal LNXTHERM:00: registered as thermal_zone0
[    2.911358] ACPI: Thermal Zone [CPUZ] (45 C)
[    2.935687] thermal LNXTHERM:01: registered as thermal_zone1
[    2.936480] ACPI: Thermal Zone [GFXZ] (0 C)
[    2.951725] thermal LNXTHERM:02: registered as thermal_zone2
[    2.952517] ACPI: Thermal Zone [EXTZ] (38 C)
[    2.967797] thermal LNXTHERM:03: registered as thermal_zone3
[    2.968601] ACPI: Thermal Zone [LOCZ] (37 C)
[    2.983896] thermal LNXTHERM:04: registered as thermal_zone4
[    2.984699] ACPI: Thermal Zone [BATZ] (31 C)
[    2.985597] thermal LNXTHERM:05: registered as thermal_zone5
[    2.986383] ACPI: Thermal Zone [PCHZ] (114 C)
[    2.987051] GHES: HEST is not enabled!
[    2.987776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.990638] Linux agpgart interface v0.103
[    2.992348] tpm_tis 00:06: 1.2 TPM (device-id 0xB, rev-id 16)
[    3.006238] ACPI: Battery Slot [BAT0] (battery present)
[    3.007052] ACPI: Battery Slot [BAT1] (battery absent)
[    3.258865] brd: module loaded
[    3.259889] loop: module loaded
[    3.260555] libphy: Fixed MDIO Bus: probed
[    3.261127] tun: Universal TUN/TAP device driver, 1.6
[    3.261827] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.262732] PPP generic driver version 2.4.2
[    3.263366] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.264271] ehci-pci: EHCI PCI platform driver
[    3.265044] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    3.265770] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    3.266801] ehci-pci 0000:00:1d.0: debug port 2
[    3.271313] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    3.271333] ehci-pci 0000:00:1d.0: irq 17, io mem 0xd073d000
[    3.280520] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    3.281378] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.282321] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.283322] usb usb1: Product: EHCI Host Controller
[    3.325098] usb usb1: Manufacturer: Linux 3.16.0-25-generic ehci_hcd
[    3.367308] usb usb1: SerialNumber: 0000:00:1d.0
[    3.409623] hub 1-0:1.0: USB hub found
[    3.451826] hub 1-0:1.0: 3 ports detected
[    3.493830] tsc: Refined TSC clocksource calibration: 2693.764 MHz
[    3.536240] ehci-platform: EHCI generic platform driver
[    3.578189] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.620446] ohci-pci: OHCI PCI platform driver
[    3.662719] ohci-platform: OHCI generic platform driver
[    3.705218] uhci_hcd: USB Universal Host Controller Interface driver
[    3.747937] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.790928] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.834165] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    3.834185] xhci_hcd 0000:00:14.0: irq 61 for MSI/MSI-X
[    3.834238] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.872287] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    3.920831] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.964400] usb usb2: Product: xHCI Host Controller
[    4.007650] usb usb2: Manufacturer: Linux 3.16.0-25-generic xhci_hcd
[    4.020515] usb 1-1: New USB device found, idVendor=8087, idProduct=8000
[    4.020516] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.020796] hub 1-1:1.0: USB hub found
[    4.020887] hub 1-1:1.0: 8 ports detected
[    4.221714] usb usb2: SerialNumber: 0000:00:14.0
[    4.264185] hub 2-0:1.0: USB hub found
[    4.306263] hub 2-0:1.0: 9 ports detected
[    4.348778] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    4.390395] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    4.432452] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    4.474276] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.515732] usb usb3: Product: xHCI Host Controller
[    4.556665] usb usb3: Manufacturer: Linux 3.16.0-25-generic xhci_hcd
[    4.597443] usb usb3: SerialNumber: 0000:00:14.0
[    4.637668] Switched to clocksource tsc
[    4.637773] hub 3-0:1.0: USB hub found
[    4.637780] hub 3-0:1.0: 4 ports detected
[    4.638116] usb: failed to peer usb3-port3 and usb2-port1 by location (usb3-port3:none) (usb2-port1:usb3-port1)
[    4.638117] usb usb3-port3: failed to peer to usb2-port1 (-16)
[    4.638117] usb: port power management may be unreliable
[    4.638327] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    4.639508] i8042: Detected active multiplexing controller, rev 1.1
[    4.640105] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.640108] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    4.640133] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    4.640152] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    4.640172] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    4.640296] mousedev: PS/2 mouse device common for all mice
[    4.640447] rtc_cmos 00:02: RTC can wake from S4
[    4.640568] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    4.640593] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    4.640661] device-mapper: uevent: version 1.0.3
[    4.640721] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    4.640744] Intel P-state driver initializing.
[    4.803927] usb 2-1: new high-speed USB device number 2 using xhci_hcd
[    4.932173] usb 2-1: New USB device found, idVendor=0424, idProduct=2134
[    4.932175] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.932176] usb 2-1: Product: USB2134B
[    4.932177] usb 2-1: Manufacturer: SMSC
[    4.932451] hub 2-1:1.0: USB hub found
[    4.932470] hub 2-1:1.0: 4 ports detected
[    5.099819] usb 2-3: new high-speed USB device number 3 using xhci_hcd
[    5.228065] usb 2-3: New USB device found, idVendor=0424, idProduct=2134
[    5.228066] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.228067] usb 2-3: Product: USB2134B
[    5.228069] usb 2-3: Manufacturer: SMSC
[    5.228351] hub 2-3:1.0: USB hub found
[    5.228369] hub 2-3:1.0: 4 ports detected
[    5.228734] usb: failed to peer 2-3-port1 and usb3-port1 by location (2-3-port1:none) (usb3-port1:usb2-port1)
[    5.228735] usb 2-3-port1: failed to peer to usb3-port1 (-16)
[    5.228822] usb: failed to peer 2-3-port2 and usb3-port1 by location (2-3-port2:none) (usb3-port1:usb2-port1)
[    5.228823] usb 2-3-port2: failed to peer to usb3-port1 (-16)
[    5.395712] usb 2-5: new full-speed USB device number 4 using xhci_hcd
[    5.524753] usb 2-5: New USB device found, idVendor=138a, idProduct=003f
[    5.524754] usb 2-5: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    5.524756] usb 2-5: SerialNumber: 00a034c87892
[    5.691597] usb 2-7: new high-speed USB device number 5 using xhci_hcd
[    5.958322] usb 2-7: New USB device found, idVendor=05c8, idProduct=0369
[    5.958324] usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.958325] usb 2-7: Product: HP HD Webcam
[    5.958326] usb 2-7: Manufacturer: SunplusIT INC.
[    6.139468] usb 3-1: new SuperSpeed USB device number 2 using xhci_hcd
[    6.155769] usb 3-1: New USB device found, idVendor=0424, idProduct=5534
[    6.155771] usb 3-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    6.155772] usb 3-1: Product: USB5534B
[    6.155773] usb 3-1: Manufacturer: SMSC
[    6.156103] hub 3-1:1.0: USB hub found
[    6.156122] hub 3-1:1.0: 4 ports detected
[    6.267427] usb 3-3: new SuperSpeed USB device number 3 using xhci_hcd
[    6.283717] usb 3-3: New USB device found, idVendor=0424, idProduct=5534
[    6.283718] usb 3-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    6.283719] usb 3-3: Product: USB5534B
[    6.283720] usb 3-3: Manufacturer: SMSC
[    6.284064] hub 3-3:1.0: USB hub found
[    6.284083] hub 3-3:1.0: 4 ports detected
[    6.284266] usb: failed to peer 3-3-port1 and usb2-port1 by location (3-3-port1:none) (usb2-port1:usb3-port1)
[    6.284268] usb 3-3-port1: failed to peer to usb2-port1 (-16)
[    6.284354] usb: failed to peer 3-3-port2 and usb2-port1 by location (3-3-port2:none) (usb2-port1:usb3-port1)
[    6.284355] usb 3-3-port2: failed to peer to usb2-port1 (-16)
[    6.371368] usb 2-1.1: new low-speed USB device number 6 using xhci_hcd
[    6.464337] usb 2-1.1: New USB device found, idVendor=045e, idProduct=077d
[    6.464338] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.464340] usb 2-1.1: Product: Comfort Mouse 6000
[    6.464341] usb 2-1.1: Manufacturer: Microsoft
[    6.464431] usb 2-1.1: ep 0x83 - rounding interval to 64 microframes, ep desc says 80 microframes
[    6.551302] usb 2-1.4: new full-speed USB device number 7 using xhci_hcd
[    6.641684] usb 2-1.4: New USB device found, idVendor=05f3, idProduct=0081
[    6.641685] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.641686] usb 2-1.4: Product: Kinesis Keyboard Hub
[    6.641687] usb 2-1.4: Manufacturer: PI Engineering
[    6.641755] usb 2-1.4: ep 0x81 - rounding interval to 1024 microframes, ep desc says 2040 microframes
[    6.642185] hub 2-1.4:1.0: USB hub found
[    6.642473] hub 2-1.4:1.0: 4 ports detected
[    6.731237] usb 2-3.2: new full-speed USB device number 8 using xhci_hcd
[    6.820413] usb 2-3.2: New USB device found, idVendor=8087, idProduct=07dc
[    6.820414] usb 2-3.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.907173] usb 2-3.4: new full-speed USB device number 9 using xhci_hcd
[    6.996340] usb 2-3.4: New USB device found, idVendor=1050, idProduct=0200
[    6.996342] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.996343] usb 2-3.4: Product: Yubico Gnubby (gnubby1)
[    6.996344] usb 2-3.4: Manufacturer: Yubico
[    7.067987] usb 2-1.4.2: new full-speed USB device number 10 using xhci_hcd
[    7.166717] usb 2-1.4.2: New USB device found, idVendor=05f3, idProduct=0007
[    7.166718] usb 2-1.4.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.253540] Intel pstate controlling: cpu 0
[    8.295531] Intel pstate controlling: cpu 1
[    8.311168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    8.349181] Intel pstate controlling: cpu 2
[    8.376149] Intel pstate controlling: cpu 3
[    8.402770] Consider also installing thermald for improved thermal control.
[    8.429765] ledtrig-cpu: registered to indicate activity on CPUs
[    8.456833] TCP: cubic registered
[    8.483913] NET: Registered protocol family 10
[    8.511267] NET: Registered protocol family 17
[    8.538372] Key type dns_resolver registered
[    8.565576] Loading compiled-in X.509 certificates
[    8.592448] Loaded X.509 cert 'Magrathea: Glacier signing key: 18350faa610de1843b241fb08ed1c71bac94a86f'
[    8.619217] registered taskstats version 1
[    8.647169] Key type trusted registered
[    8.675111] Key type encrypted registered
[    8.702428] AppArmor: AppArmor sha1 policy hashing enabled
[    9.374411] evm: HMAC attrs: 0x1
[    9.401122]   Magic number: 6:254:847
[    9.426986] rtc_cmos 00:02: setting system clock to 2014-11-07 18:48:36 UTC (1415386116)
[    9.453450] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    9.479832] EDD information not available.
[    9.506076] PM: Hibernation image not present or could not be loaded.
[    9.506623] Freeing unused kernel memory: 1356K (ffffffff81d1c000 - ffffffff81e6f000)
[    9.533577] Write protecting the kernel read-only data: 12288k
[    9.561520] Freeing unused kernel memory: 572K (ffff880001771000 - ffff880001800000)
[    9.589580] Freeing unused kernel memory: 520K (ffff880001b7e000 - ffff880001c00000)
[    9.654255] systemd-udevd[130]: starting version 204
[    9.691288] wmi: Mapper loaded
[    9.724833] hidraw: raw HID events driver (C) Jiri Kosina
[    9.755298] [drm] Initialized drm 1.1.0 20060810
[    9.785516] pps_core: LinuxPPS API ver. 1 registered
[    9.815637] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    9.847483] rtsx_pci 0000:03:00.0: irq 62 for MSI/MSI-X
[    9.847495] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 62
[    9.878592] PTP clock support registered
[    9.894291] usbcore: registered new interface driver usbhid
[    9.894291] usbhid: USB HID core driver
[    9.974979] ahci 0000:00:1f.2: version 3.0
[    9.975145] ahci 0000:00:1f.2: irq 63 for MSI/MSI-X
[    9.976954] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    9.990050] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x1 impl SATA mode
[    9.990052] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    9.990356] scsi0 : ahci
[    9.990457] scsi1 : ahci
[    9.990501] ata1: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c100 irq 63
[    9.990502] ata2: DUMMY
[   10.191380] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[   10.221982] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   10.253121] e1000e 0000:00:19.0: irq 64 for MSI/MSI-X
[   10.253461] input: Microsoft Comfort Mouse 6000 as /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:045E:077D.0001/input/input10
[   10.283941] hid-generic 0003:045E:077D.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Comfort Mouse 6000] on usb-0000:00:14.0-1.1/input0
[   10.316405] psmouse serio2: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[   10.341449] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   10.341960] hid-generic 0003:1050:0200.0002: hiddev0,hidraw1: USB HID v1.00 Device [Yubico Yubico Gnubby (gnubby1)] on usb-0000:00:14.0-3.4/input0
[   10.342087] input: HID 05f3:0007 as /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2:1.0/0003:05F3:0007.0003/input/input11
[   10.342170] hid-generic 0003:05F3:0007.0003: input,hidraw2: USB HID v1.00 Keyboard [HID 05f3:0007] on usb-0000:00:14.0-1.4.2/input0
[   10.345122] input: HID 05f3:0007 as /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2:1.1/0003:05F3:0007.0004/input/input12
[   10.345199] hid-generic 0003:05F3:0007.0004: input,hidraw3: USB HID v1.00 Device [HID 05f3:0007] on usb-0000:00:14.0-1.4.2/input1
[   10.354158] ata1.00: ATA-9: INTEL SSDSC2BF180A4H, LH6i, max UDMA/133
[   10.354160] ata1.00: 351651888 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[   10.391817] ata1.00: configured for UDMA/133
[   10.391888] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2BF18 LH6i PQ: 0 ANSI: 5
[   10.392037] sd 0:0:0:0: [sda] 351651888 512-byte logical blocks: (180 GB/167 GiB)
[   10.392071] sd 0:0:0:0: [sda] Write Protect is off
[   10.392072] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   10.392083] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.392228] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   10.392585]  sda: sda1 sda2 < sda5 >
[   10.392778] sd 0:0:0:0: [sda] Attached SCSI disk
[   10.422394] e1000e 0000:00:19.0 eth0: registered PHC clock
[   10.422396] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 64:51:06:9e:67:a6
[   10.422397] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   10.422428] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[   11.076116] AVX2 version of gcm_enc/dec engaged.
[   11.113110] [drm] Memory usable by graphics device = 2048M
[   11.149753] [drm] Replacing VGA console driver
[   11.186201] checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
[   11.186203] fb: switching to inteldrmfb from VESA VGA
[   11.222579] Console: switching to colour dummy device 80x25
[   11.245714] i915 0000:00:02.0: irq 65 for MSI/MSI-X
[   11.245726] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   11.245730] [drm] Driver supports precise vblank timestamp query.
[   11.245786] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   11.265803] [drm] seamless DRRS supported for eDP panel.
[   11.302232] fbcon: inteldrmfb (fb0) is primary device
[   11.921279] input: PS/2 Generic Mouse as /devices/platform/i8042/serio2/input/input9
[   12.373203] Console: switching to colour frame buffer device 240x67
[   12.380233] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   12.380263] i915 0000:00:02.0: registered panic notifier
[   12.386138] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   12.386262] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
[   12.386381] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   12.493151] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.crtc_clock (expected 119000, found 0)
[   12.493151] ------------[ cut here ]------------
[   12.493171] WARNING: CPU: 0 PID: 61 at /home/mpn/code/linux/drivers/gpu/drm/i915/intel_display.c:10221 check_crtc_state+0x235/0x350 [i915]()
[   12.493172] pipe state doesn't match!
[   12.493183] Modules linked in: crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel i915 aes_x86_64 i2c_algo_bit hid_generic rtsx_pci_sdmmc lrw e1000e gf128mul glue_helper ahci ablk_helper drm_kms_helper ptp rtsx_pci usbhid psmouse cryptd pps_core libahci drm hid wmi video
[   12.493185] CPU: 0 PID: 61 Comm: kworker/0:1 Not tainted 3.16.0-25-generic #33
[   12.493185] Hardware name: Hewlett-Packard HP EliteBook 840 G1/198F, BIOS L71 Ver. 01.11 04/29/2014
[   12.493190] Workqueue: events_long drm_dp_mst_link_probe_work [drm_kms_helper]
[   12.493192]  0000000000000009 ffff8804236d7810 ffffffff8176097b ffff8804236d7858
[   12.493194]  ffff8804236d7848 ffffffff8106dd1d ffff8804228946f8 ffff8804236d78e0
[   12.493195]  ffff880422492000 ffff880422894000 ffff880422492340 ffff8804236d78a8
[   12.493196] Call Trace:
[   12.493200]  [<ffffffff8176097b>] dump_stack+0x45/0x56
[   12.493203]  [<ffffffff8106dd1d>] warn_slowpath_common+0x7d/0xa0
[   12.493204]  [<ffffffff8106dd8c>] warn_slowpath_fmt+0x4c/0x50
[   12.493216]  [<ffffffffc04d2625>] ? intel_pipe_config_compare+0x845/0xb40 [i915]
[   12.493226]  [<ffffffffc04d3eb5>] check_crtc_state+0x235/0x350 [i915]
[   12.493238]  [<ffffffffc04e269f>] intel_modeset_check_state+0x28f/0x7a0 [i915]
[   12.493248]  [<ffffffffc04e2c45>] intel_set_mode+0x25/0x30 [i915]
[   12.493258]  [<ffffffffc04e3b9c>] intel_crtc_set_config+0x91c/0xdf0 [i915]
[   12.493270]  [<ffffffffc031c401>] drm_mode_set_config_internal+0x61/0xe0 [drm]
[   12.493274]  [<ffffffffc043eac3>] restore_fbdev_mode+0xb3/0xe0 [drm_kms_helper]
[   12.493277]  [<ffffffffc043eb13>] drm_fb_helper_restore_fbdev_mode_unlocked+0x23/0x40 [drm_kms_helper]
[   12.493281]  [<ffffffffc0440758>] drm_fb_helper_set_par+0x28/0x70 [drm_kms_helper]
[   12.493284]  [<ffffffffc04406df>] drm_fb_helper_hotplug_event+0x8f/0xe0 [drm_kms_helper]
[   12.493295]  [<ffffffffc04ee36e>] intel_fbdev_output_poll_changed+0x1e/0x30 [i915]
[   12.493298]  [<ffffffffc04384a7>] drm_kms_helper_hotplug_event+0x27/0x30 [drm_kms_helper]
[   12.493309]  [<ffffffffc04fd8b5>] intel_dp_mst_hotplug+0x15/0x20 [i915]
[   12.493312]  [<ffffffffc043cfd2>] drm_dp_send_link_address+0xf2/0x210 [drm_kms_helper]
[   12.493314]  [<ffffffff810af4ab>] ? pick_next_task_fair+0x3db/0x880
[   12.493317]  [<ffffffff810115e2>] ? __switch_to+0x122/0x590
[   12.493320]  [<ffffffffc043d5b5>] drm_dp_check_and_send_link_address+0x85/0xb0 [drm_kms_helper]
[   12.493323]  [<ffffffffc043d5fc>] drm_dp_mst_link_probe_work+0x1c/0x20 [drm_kms_helper]
[   12.493325]  [<ffffffff81089ee2>] process_one_work+0x182/0x450
[   12.493326]  [<ffffffff8108a653>] worker_thread+0x123/0x5a0
[   12.493328]  [<ffffffff8108a530>] ? rescuer_thread+0x380/0x380
[   12.493330]  [<ffffffff810912a2>] kthread+0xd2/0xf0
[   12.493332]  [<ffffffff810911d0>] ? kthread_create_on_node+0x1c0/0x1c0
[   12.493334]  [<ffffffff81768ffc>] ret_from_fork+0x7c/0xb0
[   12.493335]  [<ffffffff810911d0>] ? kthread_create_on_node+0x1c0/0x1c0
[   12.493336] ---[ end trace 42f420b4eb8c2461 ]---
[   12.503272] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.crtc_clock (expected 119000, found 0)
[   12.503273] ------------[ cut here ]------------
[   12.503284] WARNING: CPU: 0 PID: 61 at /home/mpn/code/linux/drivers/gpu/drm/i915/intel_display.c:10221 check_crtc_state+0x235/0x350 [i915]()
[   12.503285] pipe state doesn't match!
[   12.503293] Modules linked in: crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel i915 aes_x86_64 i2c_algo_bit hid_generic rtsx_pci_sdmmc lrw e1000e gf128mul glue_helper ahci ablk_helper drm_kms_helper ptp rtsx_pci usbhid psmouse cryptd pps_core libahci drm hid wmi video
[   12.503294] CPU: 0 PID: 61 Comm: kworker/0:1 Tainted: G        W     3.16.0-25-generic #33
[   12.503295] Hardware name: Hewlett-Packard HP EliteBook 840 G1/198F, BIOS L71 Ver. 01.11 04/29/2014
[   12.503298] Workqueue: events_long drm_dp_mst_link_probe_work [drm_kms_helper]
[   12.503300]  0000000000000009 ffff8804236d7810 ffffffff8176097b ffff8804236d7858
[   12.503301]  ffff8804236d7848 ffffffff8106dd1d ffff8804228946f8 ffff8804236d78e0
[   12.503302]  ffff880422492000 ffff880422894000 ffff880422492340 ffff8804236d78a8
[   12.503303] Call Trace:
[   12.503305]  [<ffffffff8176097b>] dump_stack+0x45/0x56
[   12.503306]  [<ffffffff8106dd1d>] warn_slowpath_common+0x7d/0xa0
[   12.503308]  [<ffffffff8106dd8c>] warn_slowpath_fmt+0x4c/0x50
[   12.503318]  [<ffffffffc04d2625>] ? intel_pipe_config_compare+0x845/0xb40 [i915]
[   12.503328]  [<ffffffffc04d3eb5>] check_crtc_state+0x235/0x350 [i915]
[   12.503339]  [<ffffffffc04e269f>] intel_modeset_check_state+0x28f/0x7a0 [i915]
[   12.503349]  [<ffffffffc04e2c45>] intel_set_mode+0x25/0x30 [i915]
[   12.503358]  [<ffffffffc04e3b9c>] intel_crtc_set_config+0x91c/0xdf0 [i915]
[   12.503367]  [<ffffffffc031c401>] drm_mode_set_config_internal+0x61/0xe0 [drm]
[   12.503371]  [<ffffffffc043eac3>] restore_fbdev_mode+0xb3/0xe0 [drm_kms_helper]
[   12.503374]  [<ffffffffc043eb13>] drm_fb_helper_restore_fbdev_mode_unlocked+0x23/0x40 [drm_kms_helper]
[   12.503377]  [<ffffffffc0440758>] drm_fb_helper_set_par+0x28/0x70 [drm_kms_helper]
[   12.503380]  [<ffffffffc04406df>] drm_fb_helper_hotplug_event+0x8f/0xe0 [drm_kms_helper]
[   12.503391]  [<ffffffffc04ee36e>] intel_fbdev_output_poll_changed+0x1e/0x30 [i915]
[   12.503394]  [<ffffffffc04384a7>] drm_kms_helper_hotplug_event+0x27/0x30 [drm_kms_helper]
[   12.503405]  [<ffffffffc04fd8b5>] intel_dp_mst_hotplug+0x15/0x20 [i915]
[   12.503408]  [<ffffffffc043cfd2>] drm_dp_send_link_address+0xf2/0x210 [drm_kms_helper]
[   12.503410]  [<ffffffff810af4ab>] ? pick_next_task_fair+0x3db/0x880
[   12.503412]  [<ffffffff810115e2>] ? __switch_to+0x122/0x590
[   12.503415]  [<ffffffffc043d5b5>] drm_dp_check_and_send_link_address+0x85/0xb0 [drm_kms_helper]
[   12.503418]  [<ffffffffc043d5fc>] drm_dp_mst_link_probe_work+0x1c/0x20 [drm_kms_helper]
[   12.503434]  [<ffffffff81089ee2>] process_one_work+0x182/0x450
[   12.503435]  [<ffffffff8108a653>] worker_thread+0x123/0x5a0
[   12.503437]  [<ffffffff8108a530>] ? rescuer_thread+0x380/0x380
[   12.503439]  [<ffffffff810912a2>] kthread+0xd2/0xf0
[   12.503441]  [<ffffffff810911d0>] ? kthread_create_on_node+0x1c0/0x1c0
[   12.503442]  [<ffffffff81768ffc>] ret_from_fork+0x7c/0xb0
[   12.503444]  [<ffffffff810911d0>] ? kthread_create_on_node+0x1c0/0x1c0
[   12.503445] ---[ end trace 42f420b4eb8c2462 ]---
[   12.503449] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.crtc_clock (expected 119000, found 0)
[   12.503449] ------------[ cut here ]------------
[   12.503460] WARNING: CPU: 0 PID: 61 at /home/mpn/code/linux/drivers/gpu/drm/i915/intel_display.c:10221 check_crtc_state+0x235/0x350 [i915]()
[   12.503460] pipe state doesn't match!
[   12.503467] Modules linked in: crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel i915 aes_x86_64 i2c_algo_bit hid_generic rtsx_pci_sdmmc lrw e1000e gf128mul glue_helper ahci ablk_helper drm_kms_helper ptp rtsx_pci usbhid psmouse cryptd pps_core libahci drm hid wmi video
[   12.503468] CPU: 0 PID: 61 Comm: kworker/0:1 Tainted: G        W     3.16.0-25-generic #33
[   12.503469] Hardware name: Hewlett-Packard HP EliteBook 840 G1/198F, BIOS L71 Ver. 01.11 04/29/2014
[   12.503472] Workqueue: events_long drm_dp_mst_link_probe_work [drm_kms_helper]
[   12.503474]  0000000000000009 ffff8804236d7810 ffffffff8176097b ffff8804236d7858
[   12.503475]  ffff8804236d7848 ffffffff8106dd1d ffff8804228956f8 ffff8804236d78e0
[   12.503476]  ffff880422492000 ffff880422895000 ffff880422492340 ffff8804236d78a8
[   12.503477] Call Trace:
[   12.503478]  [<ffffffff8176097b>] dump_stack+0x45/0x56
[   12.503480]  [<ffffffff8106dd1d>] warn_slowpath_common+0x7d/0xa0
[   12.503482]  [<ffffffff8106dd8c>] warn_slowpath_fmt+0x4c/0x50
[   12.503491]  [<ffffffffc04d2625>] ? intel_pipe_config_compare+0x845/0xb40 [i915]
[   12.503500]  [<ffffffffc04d3eb5>] check_crtc_state+0x235/0x350 [i915]
[   12.503511]  [<ffffffffc04e269f>] intel_modeset_check_state+0x28f/0x7a0 [i915]
[   12.503520]  [<ffffffffc04e2c45>] intel_set_mode+0x25/0x30 [i915]
[   12.503530]  [<ffffffffc04e3b9c>] intel_crtc_set_config+0x91c/0xdf0 [i915]
[   12.503538]  [<ffffffffc031c401>] drm_mode_set_config_internal+0x61/0xe0 [drm]
[   12.503541]  [<ffffffffc043eac3>] restore_fbdev_mode+0xb3/0xe0 [drm_kms_helper]
[   12.503544]  [<ffffffffc043eb13>] drm_fb_helper_restore_fbdev_mode_unlocked+0x23/0x40 [drm_kms_helper]
[   12.503548]  [<ffffffffc0440758>] drm_fb_helper_set_par+0x28/0x70 [drm_kms_helper]
[   12.503551]  [<ffffffffc04406df>] drm_fb_helper_hotplug_event+0x8f/0xe0 [drm_kms_helper]
[   12.503561]  [<ffffffffc04ee36e>] intel_fbdev_output_poll_changed+0x1e/0x30 [i915]
[   12.503569]  [<ffffffffc04384a7>] drm_kms_helper_hotplug_event+0x27/0x30 [drm_kms_helper]
[   12.503580]  [<ffffffffc04fd8b5>] intel_dp_mst_hotplug+0x15/0x20 [i915]
[   12.503583]  [<ffffffffc043cfd2>] drm_dp_send_link_address+0xf2/0x210 [drm_kms_helper]
[   12.503585]  [<ffffffff810af4ab>] ? pick_next_task_fair+0x3db/0x880
[   12.503586]  [<ffffffff810115e2>] ? __switch_to+0x122/0x590
[   12.503590]  [<ffffffffc043d5b5>] drm_dp_check_and_send_link_address+0x85/0xb0 [drm_kms_helper]
[   12.503592]  [<ffffffffc043d5fc>] drm_dp_mst_link_probe_work+0x1c/0x20 [drm_kms_helper]
[   12.503594]  [<ffffffff81089ee2>] process_one_work+0x182/0x450
[   12.503595]  [<ffffffff8108a653>] worker_thread+0x123/0x5a0
[   12.503597]  [<ffffffff8108a530>] ? rescuer_thread+0x380/0x380
[   12.503598]  [<ffffffff810912a2>] kthread+0xd2/0xf0
[   12.503600]  [<ffffffff810911d0>] ? kthread_create_on_node+0x1c0/0x1c0
[   12.503602]  [<ffffffff81768ffc>] ret_from_fork+0x7c/0xb0
[   12.503604]  [<ffffffff810911d0>] ? kthread_create_on_node+0x1c0/0x1c0
[   12.503604] ---[ end trace 42f420b4eb8c2463 ]---
[   12.757302] psmouse serio3: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26800, board id: 2768, fw id: 1478018
[   12.796087] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input13
[   12.825225] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[   12.885671] random: dropbear urandom read with 68 bits of entropy available
[   12.990529] e1000e 0000:00:19.0: irq 64 for MSI/MSI-X
[   13.093033] e1000e 0000:00:19.0: irq 64 for MSI/MSI-X
[   13.093118] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.691427] random: nonblocking pool is initialized
[   23.553142] raid6: sse2x1   10522 MB/s
[   23.621116] raid6: sse2x2   13243 MB/s
[   23.689088] raid6: sse2x4   15268 MB/s
[   23.757066] raid6: avx2x1   20393 MB/s
[   23.825039] raid6: avx2x2   23418 MB/s
[   23.893015] raid6: avx2x4   27155 MB/s
[   23.893026] raid6: using algorithm avx2x4 (27155 MB/s)
[   23.893038] raid6: using avx2x2 recovery algorithm
[   23.893858] xor: automatically using best checksumming function:
[   23.932998]    avx       : 29551.000 MB/sec
[   23.941865] Btrfs loaded
[   23.968203] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   24.195715] Adding 16674812k swap on /dev/mapper/sysvg-swap_1.  Priority:-1 extents:1 across:16674812k SSFS
[   24.242162] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
[   24.289201] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[   24.295345] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[   25.245934] audit: type=1805 audit(1415386132.319:2): action="dont_measure" fsmagic="0x9fa0" res=1
[   25.245941] audit: type=1805 audit(1415386132.319:3): action="dont_measure" fsmagic="0x62656572" res=1
[   25.245945] audit: type=1805 audit(1415386132.319:4): action="dont_measure" fsmagic="0x64626720" res=1
[   25.245949] audit: type=1805 audit(1415386132.319:5): action="dont_measure" fsmagic="0x01021994" res=1
[   25.245953] audit: type=1805 audit(1415386132.319:6): action="dont_measure" fsmagic="0x858458f6" res=1
[   25.245957] audit: type=1805 audit(1415386132.319:7): action="dont_measure" fsmagic="0x1cd1" res=1
[   25.245961] audit: type=1805 audit(1415386132.319:8): action="dont_measure" fsmagic="0x42494e4d" res=1
[   25.245965] audit: type=1805 audit(1415386132.319:9): action="dont_measure" fsmagic="0x73636673" res=1
[   25.245969] audit: type=1805 audit(1415386132.319:10): action="dont_measure" fsmagic="0xf97cff8c" res=1
[   25.245973] audit: type=1805 audit(1415386132.319:11): action="audit" func="BPRM_CHECK" res=1
[   25.290836] systemd-udevd[744]: starting version 204
[   25.334894] lp: driver loaded but no devices found
[   25.349941] Initializing HPQ6001 module
[   25.350026] input: HP Wireless hotkeys as /devices/virtual/input/input16
[   25.360917] ppdev: user-space parallel port driver
[   25.364875] hp_accel: hardware type HPB64xx found
[   25.416727] mei_me 0000:00:16.0: irq 66 for MSI/MSI-X
[   25.450289] Bluetooth: Core ver 2.19
[   25.450306] NET: Registered protocol family 31
[   25.450307] Bluetooth: HCI device and connection manager initialized
[   25.450314] Bluetooth: HCI socket layer initialized
[   25.450316] Bluetooth: L2CAP socket layer initialized
[   25.450323] Bluetooth: SCO socket layer initialized
[   25.450718] cfg80211: Calling CRDA to update world regulatory domain
[   25.458972] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.458975] Bluetooth: BNEP filters: protocol multicast
[   25.458982] Bluetooth: BNEP socket layer initialized
[   25.463441] Bluetooth: RFCOMM TTY layer initialized
[   25.463452] Bluetooth: RFCOMM socket layer initialized
[   25.463456] Bluetooth: RFCOMM ver 1.11
[   25.485269] Intel(R) Wireless WiFi driver for Linux, in-tree:
[   25.485272] Copyright(c) 2003- 2014 Intel Corporation
[   25.485425] iwlwifi 0000:02:00.0: irq 67 for MSI/MSI-X
[   25.494003] lis3lv02d: 8 bits 3DC sensor found
[   25.496973] iwlwifi 0000:02:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
[   25.502811] snd_hda_intel 0000:00:03.0: irq 68 for MSI/MSI-X
[   25.503023] snd_hda_intel 0000:00:1b.0: irq 69 for MSI/MSI-X
[   25.508787] usbcore: registered new interface driver btusb
[   25.521989] media: Linux media interface: v0.10
[   25.528447] Linux video capture interface: v2.00
[   25.532380] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[   25.532448] Bluetooth: hci0: read Intel version: 370710018002030d00
[   25.533383] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[   25.533598] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[   25.533912] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[   25.537845] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[   25.537925] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
[   25.538001] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
[   25.546920] sound hdaudioC1D0: autoconfig: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
[   25.546924] sound hdaudioC1D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[   25.546926] sound hdaudioC1D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[   25.546927] sound hdaudioC1D0:    mono: mono_out=0x0
[   25.546929] sound hdaudioC1D0:    inputs:
[   25.546931] sound hdaudioC1D0:      Mic=0xc
[   25.546933] sound hdaudioC1D0:      Internal Mic=0x11
[   25.546934] sound hdaudioC1D0:      Line=0xf
[   25.560684] uvcvideo: Found UVC 1.00 device HP HD Webcam (05c8:0369)
[   25.567953] init: avahi-cups-reload main process (905) terminated with status 1
[   25.571451] ip_tables: (C) 2000-2006 Netfilter Core Team
[   25.575185] input: HP HD Webcam as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input20
[   25.576289] usbcore: registered new interface driver uvcvideo
[   25.576291] USB Video Class driver (1.1.1)
[   25.583154] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
[   25.583236] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22
[   25.583304] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input23
[   25.583514] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input24
[   25.591398] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   25.640074] intel_rapl: Found RAPL domain package
[   25.640078] intel_rapl: Found RAPL domain core
[   25.640080] intel_rapl: Found RAPL domain uncore
[   25.640081] intel_rapl: Found RAPL domain dram
[   25.655419] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   25.667283] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[   25.678371] device-mapper: multipath: version 1.7.0 loaded
[   25.760703] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   25.764457] ipt_ULOG: ULOG is deprecated and it will be removed soon, use NFLOG instead
[   25.861623] cfg80211: World regulatory domain updated:
[   25.861627] cfg80211:  DFS Master region: unset
[   25.861628] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   25.861631] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   25.861633] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   25.861634] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[   25.861636] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   25.861638] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   26.188985] input: HP WMI hotkeys as /devices/virtual/input/input25
[   26.225225] init: failsafe main process (1188) killed by TERM signal
[   26.371976] init: Failed to spawn dkms main process: unable to execute: No such file or directory
[   26.545782] init: alsa-restore main process (1468) terminated with status 99
[   26.762618] init: plymouth-upstart-bridge main process ended, respawning
[   26.900689] init: mnp_logger_goobuntu main process (1400) terminated with status 2
[   26.900697] init: mnp_logger_goobuntu main process ended, respawning
[   27.419844] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input26
[   30.666059] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[   30.666273] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[   30.676927] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   31.177321] init: plymouth-stop pre-start process (2266) terminated with status 1
[   34.237768] wlan0: authenticate with 6c:f3:7f:b2:90:40
[   34.240564] wlan0: send auth to 6c:f3:7f:b2:90:40 (try 1/3)
[   34.242109] wlan0: authenticated
[   34.245480] wlan0: associate with 6c:f3:7f:b2:90:40 (try 1/3)
[   34.247892] wlan0: RX AssocResp from 6c:f3:7f:b2:90:40 (capab=0x431 status=0 aid=2)
[   34.248446] wlan0: associated
[   34.248466] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   34.248528] cfg80211: Calling CRDA for country: CH
[   34.250558] cfg80211: Regulatory domain changed to country: CH
[   34.250561] cfg80211:  DFS Master region: unset
[   34.250562] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   34.250564] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   34.250566] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   34.250567] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm), (0 s)
[   34.250568] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm), (0 s)
[   34.250569] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[   34.581397] [UFW BLOCK] IN= OUT=wlan0 SRC=172.16.120.51 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 
[   35.261140] [UFW BLOCK] IN= OUT=wlan0 SRC=172.16.120.51 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 
[   36.702102] Netfilter messages via NETLINK v0.30.
[   50.836481] [UFW BLOCK] IN= OUT=wlan0 SRC=172.16.120.51 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x200a 
[   59.536526] [UFW BLOCK] IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:a8:fa:d8:8d:bf:4a:08:00 SRC=172.16.120.156 DST=172.16.120.255 LEN=72 TOS=0x00 PREC=0x00 TTL=64 ID=47303 PROTO=UDP SPT=57621 DPT=57621 LEN=52 MARK=0x5 
[   89.528935] [UFW BLOCK] IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:a8:fa:d8:8d:bf:4a:08:00 SRC=172.16.120.156 DST=172.16.120.255 LEN=72 TOS=0x00 PREC=0x00 TTL=64 ID=15735 PROTO=UDP SPT=57621 DPT=57621 LEN=52 MARK=0x5 
[  115.916289] [UFW BLOCK] IN= OUT=wlan0 SRC=172.16.120.51 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x200a 
[  119.522016] [UFW BLOCK] IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:a8:fa:d8:8d:bf:4a:08:00 SRC=172.16.120.156 DST=172.16.120.255 LEN=72 TOS=0x00 PREC=0x00 TTL=64 ID=23183 PROTO=UDP SPT=57621 DPT=57621 LEN=52 MARK=0x5 
[  153.609453] [UFW BLOCK] IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:a8:fa:d8:8d:bf:4a:08:00 SRC=172.16.120.156 DST=172.16.120.255 LEN=72 TOS=0x00 PREC=0x00 TTL=64 ID=26133 PROTO=UDP SPT=57621 DPT=57621 LEN=52 MARK=0x5 
[  179.444959] [UFW BLOCK] IN= OUT=wlan0 SRC=172.16.120.51 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x200a 
[  185.035909] [UFW BLOCK] IN=wlan0 OUT= MAC=ff:ff:ff:ff:ff:ff:a8:fa:d8:8d:bf:4a:08:00 SRC=172.16.120.156 DST=172.16.120.255 LEN=72 TOS=0x00 PREC=0x00 TTL=64 ID=11186 PROTO=UDP SPT=57621 DPT=57621 LEN=52 MARK=0x5 

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2014-11-07 19:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-07 19:55 Michal Nazarewicz [this message]
2014-11-07 20:27 ` drm-i915-mst + Ubuntu 14.04 + HP 840 David Airlie
2014-11-10 16:54   ` Michal Nazarewicz
2014-11-14 15:32     ` Michal Nazarewicz
2014-11-18  6:03     ` David Airlie
2014-12-03 17:52       ` Michal Nazarewicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xa1toasizsyz.fsf@mina86.com \
    --to=mina86@mina86.com \
    --cc=airlied@redhat.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.