Video screen corruption after resume from suspend2ram

Richard Weinberger richard at nod.at
Sat Jan 31 14:45:44 PST 2015


Hi!

I'm facing a strange issue on my Laptop (Lenovo T430, UEFI boot).
Sometimes after resuming from suspend2ram the system freezes after 0 to 2 minutes
and my screen corrupts as shown on this photo:
http://git.infradead.org/~rw/crash_suspend.jpg

The screen corruption always shows the same pattern, little read dots forming more or less
squares all across the screen.

Facts I know so far:

a) It happens with all kernels (tested with any kernel between 3.7 and Linus' as of today)

b) It happens only sometimes, every one or two weeks, I suspend my laptop about 2-10 times a day

c) It happens after I've upgraded my Laptop's memory from 4GiB to 16GiB. The ram is fine, so far it passed
all tests and I've never had any kind of crash/corruption except the suspend thing. And I actually
use all of it because I run many KVM guests on my Laptop, etc...

d) /var/log/messages contains a lot of 0x00 exactly at the time of the crash. Maybe the page cache faces
also an corruption, i.e.
---cut---
00000000  32 30 31 35 2d 30 31 2d  33 31 54 31 36 3a 34 32  |2015-01-31T16:42|
00000010  3a 34 37 2e 38 31 30 31  35 30 2b 30 31 3a 30 30  |:47.810150+01:00|
00000020  20 73 61 6e 64 70 75 70  70 79 20 63 6f 6c 6c 65  | sandpuppy colle|
00000030  63 74 64 5b 31 37 30 32  5d 3a 20 72 72 64 74 6f  |ctd[1702]: rrdto|
00000040  6f 6c 20 70 6c 75 67 69  6e 3a 20 72 72 64 5f 75  |ol plugin: rrd_u|
00000050  70 64 61 74 65 5f 72 20  28 73 61 6e 64 70 75 70  |pdate_r (sandpup|
00000060  70 79 2f 69 72 71 2f 69  72 71 2d 54 48 52 2e 72  |py/irq/irq-THR.r|
00000070  72 64 29 20 66 61 69 6c  65 64 3a 20 73 61 6e 64  |rd) failed: sand|
00000080  70 75 70 70 79 2f 69 72  71 2f 69 72 71 2d 54 48  |puppy/irq/irq-TH|
00000090  52 2e 72 72 64 3a 20 69  6c 6c 65 67 61 6c 20 61  |R.rrd: illegal a|
000000a0  74 74 65 6d 70 74 20 74  6f 20 75 70 64 61 74 65  |ttempt to update|
000000b0  20 75 73 69 6e 67 20 74  69 6d 65 20 31 34 32 32  | using time 1422|
000000c0  37 31 38 39 36 37 20 77  68 65 6e 20 6c 61 73 74  |718967 when last|
000000d0  20 75 70 64 61 74 65 20  74 69 6d 65 20 69 73 20  | update time is |
000000e0  31 34 32 32 37 31 38 39  36 37 20 28 6d 69 6e 69  |1422718967 (mini|
000000f0  6d 75 6d 20 6f 6e 65 20  73 65 63 6f 6e 64 20 73  |mum one second s|
00000100  74 65 70 29 0a 00 00 00  00 00 00 00 00 00 00 00  |tep)............|
00000110  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000410  00 00 00 00 32 30 31 35  2d 30 31 2d 33 31 54 31  |....2015-01-31T1|
00000420  36 3a 34 35 3a 35 31 2e  38 31 32 30 35 30 2b 30  |6:45:51.812050+0|
00000430  31 3a 30 30 20 73 61 6e  64 70 75 70 70 79 20 72  |1:00 sandpuppy r|
00000440  73 79 73 6c 6f 67 64 3a  20 5b 6f 72 69 67 69 6e  |syslogd: [origin|
00000450  20 73 6f 66 74 77 61 72  65 3d 22 72 73 79 73 6c  | software="rsysl|
00000460  6f 67 64 22 20 73 77 56  65 72 73 69 6f 6e 3d 22  |ogd" swVersion="|
00000470  38 2e 34 2e 32 22 20 78  2d 70 69 64 3d 22 31 35  |8.4.2" x-pid="15|
00000480  36 38 22 20 78 2d 69 6e  66 6f 3d 22 68 74 74 70  |68" x-info="http|
00000490  3a 2f 2f 77 77 77 2e 72  73 79 73 6c 6f 67 2e 63  |://www.rsyslog.c|
000004a0  6f 6d 22 5d 20 73 74 61  72 74 0a                 |om"] start.|
000004ab
---cut---

The laptop crashed at 16:42 after resume, I had to power cycle it, at 16:45 it was up
again and rsyslog began logging. Between this log lines are 0x00s.

Can it be that something like that is hitting us again?

commit 3fa016a0b5c5237e9c387fc3249592b2cb5391c6
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 28 10:48:49 2012 +0100

    drm/i915: suspend fbdev device around suspend/hibernate

    Looking at hibernate overwriting I though it looked like a cursor,
    so I tracked down this missing piece to stop the cursor blink
    timer. I've no idea if this is sufficient to fix the hibernate
    problems people are seeing, but please test it.

    Both radeon and nouveau have done this for a long time.

    I've run this personally all night hib/resume cycles with no fails.

dmesg and lspci output are attached.
Attached suspend.log is the content of /var/log/messages between suspend -> resume and crash.

Thanks,
//richard

-------------- next part --------------
[    0.000000] CPU0 microcode updated early to revision 0x1b, date = 2014-05-29
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.7-7-vanilla (geeko at buildhost) (gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux) ) #1 SMP Wed Dec 17 18:00:44 UTC 2014 (762f27a)
[    0.000000] Command line: initrd=\initrd-3.16.7-7-vanilla root=/dev/mapper/system-root splash=verbose resume=/dev/mapper/system-swap
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000d2845fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d2846000-0x00000000d2a47fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d2a48000-0x00000000d829efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d829f000-0x00000000dae9efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dae9f000-0x00000000daf9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041e5fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000041e600000-0x000000041effffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xd1570018-0xd1580057] usable ==> usable
[    0.000000] e820: update [mem 0xd1562018-0xd156f057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000040005000-0x00000000d1562017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d1562018-0x00000000d156f057] usable
[    0.000000] reserve setup_data: [mem 0x00000000d156f058-0x00000000d1570017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d1570018-0x00000000d1580057] usable
[    0.000000] reserve setup_data: [mem 0x00000000d1580058-0x00000000d2845fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000d2846000-0x00000000d2a47fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d2a48000-0x00000000d829efff] usable
[    0.000000] reserve setup_data: [mem 0x00000000d829f000-0x00000000dae9efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dae9f000-0x00000000daf9efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000dafff000-0x00000000daffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000db000000-0x00000000df9fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000041e5fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000041e600000-0x000000041effffff] reserved
[    0.000000] efi: EFI v2.31 by Phoenix Technologies Ltd.
[    0.000000] efi:  ACPI=0xdaffe000  ACPI 2.0=0xdaffe014  SMBIOS=0xdae3b000 
[    0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
[    0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000007000) (0MB)
[    0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000007000-0x000000000005b000) (0MB)
[    0.000000] efi: mem03: type=4, attr=0xf, range=[0x000000000005b000-0x000000000005c000) (0MB)
[    0.000000] efi: mem04: type=3, attr=0xf, range=[0x000000000005c000-0x0000000000087000) (0MB)
[    0.000000] efi: mem05: type=4, attr=0xf, range=[0x0000000000087000-0x0000000000088000) (0MB)
[    0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000088000-0x0000000000090000) (0MB)
[    0.000000] efi: mem07: type=0, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem08: type=3, attr=0xf, range=[0x0000000000100000-0x0000000000110000) (0MB)
[    0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000000110000-0x0000000001000000) (14MB)
[    0.000000] efi: mem10: type=2, attr=0xf, range=[0x0000000001000000-0x00000000022af000) (18MB)
[    0.000000] efi: mem11: type=7, attr=0xf, range=[0x00000000022af000-0x0000000020000000) (477MB)
[    0.000000] efi: mem12: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
[    0.000000] efi: mem13: type=7, attr=0xf, range=[0x0000000020200000-0x0000000040004000) (510MB)
[    0.000000] efi: mem14: type=0, attr=0xf, range=[0x0000000040004000-0x0000000040005000) (0MB)
[    0.000000] efi: mem15: type=7, attr=0xf, range=[0x0000000040005000-0x000000007f6da000) (1014MB)
[    0.000000] efi: mem16: type=2, attr=0xf, range=[0x000000007f6da000-0x0000000080000000) (9MB)
[    0.000000] efi: mem17: type=7, attr=0xf, range=[0x0000000080000000-0x00000000d038b000) (1283MB)
[    0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000d038b000-0x00000000d03ab000) (0MB)
[    0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000d03ab000-0x00000000d1562000) (17MB)
[    0.000000] efi: mem20: type=2, attr=0xf, range=[0x00000000d1562000-0x00000000d1581000) (0MB)
[    0.000000] efi: mem21: type=1, attr=0xf, range=[0x00000000d1581000-0x00000000d2830000) (18MB)
[    0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000d2830000-0x00000000d2846000) (0MB)
[    0.000000] efi: mem23: type=0, attr=0xf, range=[0x00000000d2846000-0x00000000d2a48000) (2MB)
[    0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000d2a48000-0x00000000d337b000) (9MB)
[    0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000d337b000-0x00000000d3384000) (0MB)
[    0.000000] efi: mem26: type=2, attr=0xf, range=[0x00000000d3384000-0x00000000d3385000) (0MB)
[    0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000d3385000-0x00000000d3386000) (0MB)
[    0.000000] efi: mem28: type=2, attr=0xf, range=[0x00000000d3386000-0x00000000d338a000) (0MB)
[    0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000d338a000-0x00000000d3889000) (4MB)
[    0.000000] efi: mem30: type=1, attr=0xf, range=[0x00000000d3889000-0x00000000d389f000) (0MB)
[    0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000d389f000-0x00000000d4cae000) (20MB)
[    0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000d4cae000-0x00000000d525c000) (5MB)
[    0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000d525c000-0x00000000d5430000) (1MB)
[    0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000d5430000-0x00000000d55c0000) (1MB)
[    0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000d55c0000-0x00000000d55c2000) (0MB)
[    0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000d55c2000-0x00000000d5dd5000) (8MB)
[    0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000d5dd5000-0x00000000d5dfc000) (0MB)
[    0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000d5dfc000-0x00000000d6181000) (3MB)
[    0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000d6181000-0x00000000d6189000) (0MB)
[    0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000d6189000-0x00000000d789f000) (23MB)
[    0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000d789f000-0x00000000d7ac3000) (2MB)
[    0.000000] efi: mem42: type=3, attr=0xf, range=[0x00000000d7ac3000-0x00000000d829f000) (7MB)
[    0.000000] efi: mem43: type=5, attr=0x800000000000000f, range=[0x00000000d829f000-0x00000000d8334000) (0MB)
[    0.000000] efi: mem44: type=5, attr=0x800000000000000f, range=[0x00000000d8334000-0x00000000d849f000) (1MB)
[    0.000000] efi: mem45: type=6, attr=0x800000000000000f, range=[0x00000000d849f000-0x00000000d89f1000) (5MB)
[    0.000000] efi: mem46: type=6, attr=0x800000000000000f, range=[0x00000000d89f1000-0x00000000da49f000) (26MB)
[    0.000000] efi: mem47: type=0, attr=0xf, range=[0x00000000da49f000-0x00000000dae3a000) (9MB)
[    0.000000] efi: mem48: type=0, attr=0xf, range=[0x00000000dae3a000-0x00000000dae9f000) (0MB)
[    0.000000] efi: mem49: type=10, attr=0xf, range=[0x00000000dae9f000-0x00000000daf0c000) (0MB)
[    0.000000] efi: mem50: type=10, attr=0xf, range=[0x00000000daf0c000-0x00000000daf9f000) (0MB)
[    0.000000] efi: mem51: type=9, attr=0xf, range=[0x00000000daf9f000-0x00000000dafdf000) (0MB)
[    0.000000] efi: mem52: type=9, attr=0xf, range=[0x00000000dafdf000-0x00000000dafff000) (0MB)
[    0.000000] efi: mem53: type=4, attr=0xf, range=[0x00000000dafff000-0x00000000db000000) (0MB)
[    0.000000] efi: mem54: type=7, attr=0xf, range=[0x0000000100000000-0x000000041e600000) (12774MB)
[    0.000000] efi: mem55: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
[    0.000000] efi: mem56: type=0, attr=0x0, range=[0x00000000db000000-0x00000000dfa00000) (74MB)
[    0.000000] efi: mem57: type=11, attr=0x8000000000000001, range=[0x00000000f80f8000-0x00000000f80f9000) (0MB)
[    0.000000] efi: mem58: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem59: type=0, attr=0x0, range=[0x000000041e600000-0x000000041f000000) (10MB)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 33533HG/33533HG, BIOS H6ET90WW (2.08 ) 01/11/2013
[    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 = 0x41e600 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 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FE0000000 write-back
[    0.000000]   4 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   5 base 0DB000000 mask FFF000000 uncachable
[    0.000000]   6 base 100000000 mask F00000000 write-back
[    0.000000]   7 base 200000000 mask E00000000 write-back
[    0.000000]   8 base 400000000 mask FE0000000 write-back
[    0.000000]   9 base 41F000000 mask FFF000000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000055000] 55000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02001000, 0x02001fff] PGTABLE
[    0.000000] BRK [0x02002000, 0x02002fff] PGTABLE
[    0.000000] BRK [0x02003000, 0x02003fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x41e400000-0x41e5fffff]
[    0.000000]  [mem 0x41e400000-0x41e5fffff] page 2M
[    0.000000] BRK [0x02004000, 0x02004fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x41c000000-0x41e3fffff]
[    0.000000]  [mem 0x41c000000-0x41e3fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x400000000-0x41bffffff]
[    0.000000]  [mem 0x400000000-0x41bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x40003fff] page 4k
[    0.000000] BRK [0x02005000, 0x02005fff] PGTABLE
[    0.000000] BRK [0x02006000, 0x02006fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x40005000-0xd2845fff]
[    0.000000]  [mem 0x40005000-0x401fffff] page 4k
[    0.000000]  [mem 0x40200000-0xd27fffff] page 2M
[    0.000000]  [mem 0xd2800000-0xd2845fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xd2a48000-0xd829efff]
[    0.000000]  [mem 0xd2a48000-0xd2bfffff] page 4k
[    0.000000]  [mem 0xd2c00000-0xd81fffff] page 2M
[    0.000000]  [mem 0xd8200000-0xd829efff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdafff000-0xdaffffff]
[    0.000000]  [mem 0xdafff000-0xdaffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 2M
[    0.000000] RAMDISK: [mem 0x7f6da000-0x7fffffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DAFFE014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x00000000DAFFE170 00009C (v01 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: FACP 0x00000000DAFEB000 00010C (v05 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: DSDT 0x00000000DAFED000 00E5E2 (v02 LENOVO IVB-CPT  00000000 INTL 20061109)
[    0.000000] ACPI: FACS 0x00000000DAF67000 000040
[    0.000000] ACPI: SLIC 0x00000000DAFFD000 000176 (v01 LENOVO TP-H6    00002080 PTL  00000001)
[    0.000000] ACPI: TCPA 0x00000000DAFFC000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
[    0.000000] ACPI: ASF! 0x00000000DAFEC000 0000A5 (v32 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: HPET 0x00000000DAFE9000 000038 (v01 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: APIC 0x00000000DAFE8000 000098 (v01 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: MCFG 0x00000000DAFE7000 00003C (v01 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: FPDT 0x00000000DAFE6000 000064 (v01 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: SSDT 0x00000000DAFE5000 0008E4 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000DAFE4000 000A92 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 0x00000000DAFE3000 00003E (v01 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: UEFI 0x00000000DAFE2000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
[    0.000000] ACPI: MSDM 0x00000000DAFE1000 000055 (v03 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: UEFI 0x00000000DAFE0000 0002BA (v01 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: DBG2 0x00000000DAFDF000 00006B (v00 LENOVO TP-H6    00002080 PTL  00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041e5fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x41e5fffff]
[    0.000000]   NODE_DATA [mem 0x41e5da000-0x41e5edfff]
[    0.000000]  [ffffea0000000000-ffffea000e7fffff] PMD -> [ffff88040dc00000-ffff88041bdfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x41e5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0008ffff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x40003fff]
[    0.000000]   node   0: [mem 0x40005000-0xd2845fff]
[    0.000000]   node   0: [mem 0xd2a48000-0xd829efff]
[    0.000000]   node   0: [mem 0xdafff000-0xdaffffff]
[    0.000000]   node   0: [mem 0x100000000-0x41e5fffff]
[    0.000000] On node 0 totalpages: 4154412
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 90 pages reserved
[    0.000000]   DMA zone: 3983 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12036 pages used for memmap
[    0.000000]   DMA32 zone: 880285 pages, LIFO batch:31
[    0.000000]   Normal zone: 44709 pages used for memmap
[    0.000000]   Normal zone: 3270144 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xdba00000-0xdf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    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 (acpi_id[0x08] 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: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x00090000-0x000bffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd1562000-0xd1562fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd156f000-0xd156ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd1570000-0xd1570fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd1580000-0xd1580fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd2846000-0xd2a47fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd829f000-0xdae9efff]
[    0.000000] PM: Registered nosave memory: [mem 0xdae9f000-0xdaf9efff]
[    0.000000] PM: Registered nosave memory: [mem 0xdaf9f000-0xdaffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb000000-0xdf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf80f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffffffff]
[    0.000000] e820: [mem 0xdfa00000-0xf80f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88041e200000 s82752 r8192 d23744 u262144
[    0.000000] pcpu-alloc: s82752 r8192 d23744 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: 4097521
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\initrd-3.16.7-7-vanilla root=/dev/mapper/system-root splash=verbose resume=/dev/mapper/system-swap
[    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] Memory: 16231984K/16617648K available (6139K kernel code, 964K rwdata, 2928K rodata, 1568K init, 1528K bss, 385664K reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 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:33024 nr_irqs:744 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 1696.137 MHz processor
[    0.000047] Calibrating delay loop (skipped), value calculated using timer frequency.. 3392.27 BogoMIPS (lpj=6784548)
[    0.000054] pid_max: default: 32768 minimum: 301
[    0.000067] ACPI: Core revision 20140424
[    0.023824] ACPI: All ACPI Tables successfully acquired
[    0.064456] Security Framework initialized
[    0.064476] AppArmor: AppArmor initialized
[    0.065908] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.071666] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.074253] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.074283] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.074628] Initializing cgroup subsys memory
[    0.074659] Initializing cgroup subsys devices
[    0.074669] Initializing cgroup subsys freezer
[    0.074674] Initializing cgroup subsys net_cls
[    0.074682] Initializing cgroup subsys blkio
[    0.074688] Initializing cgroup subsys perf_event
[    0.074692] Initializing cgroup subsys net_prio
[    0.074701] Initializing cgroup subsys hugetlb
[    0.074731] CPU: Physical Processor ID: 0
[    0.074734] CPU: Processor Core ID: 0
[    0.074741] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.075267] mce: CPU supports 7 MCE banks
[    0.075279] CPU0: Thermal monitoring handled by SMI
[    0.075290] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
tlb_flushall_shift: 2
[    0.075445] Freeing SMP alternatives memory: 24K (ffffffff81e7b000 - ffffffff81e81000)
[    0.079172] ftrace: allocating 23498 entries in 92 pages
[    0.094603] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.134310] smpboot: CPU0: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz (fam: 06, model: 3a, stepping: 09)
[    0.134322] TSC deadline timer enabled
[    0.134354] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[    0.134384] ... version:                3
[    0.134386] ... bit width:              48
[    0.134388] ... generic registers:      4
[    0.134390] ... value mask:             0000ffffffffffff
[    0.134392] ... max period:             0000ffffffffffff
[    0.134395] ... fixed-purpose events:   3
[    0.134397] ... event mask:             000000070000000f
[    0.136477] x86: Booting SMP configuration:
[    0.136482] .... node  #0, CPUs:      #1
[    0.148027] CPU1: Thermal monitoring handled by SMI
[    0.150239]  #2
[    0.161110] CPU2 microcode updated early to revision 0x1b, date = 2014-05-29
[    0.161832] CPU2: Thermal monitoring handled by SMI
[    0.175629]  #3
[    0.175629] CPU3: Thermal monitoring handled by SMI
[    0.177702] x86: Booted up 1 node, 4 CPUs
[    0.177709] smpboot: Total of 4 processors activated (13569.09 BogoMIPS)
[    0.181881] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.182163] devtmpfs: initialized
[    0.187605] PM: Registering ACPI NVS region [mem 0xdae9f000-0xdaf9efff] (1048576 bytes)
[    0.188856] pinctrl core: initialized pinctrl subsystem
[    0.188905] RTC time: 15:44:48, date: 01/31/15
[    0.188983] NET: Registered protocol family 16
[    0.189152] cpuidle: using governor ladder
[    0.189157] cpuidle: using governor menu
[    0.189252] ACPI: bus type PCI registered
[    0.189256] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.189374] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.189380] PCI: not using MMCONFIG
[    0.189383] PCI: Using configuration type 1 for base access
[    0.194377] ACPI: Added _OSI(Module Device)
[    0.194382] ACPI: Added _OSI(Processor Device)
[    0.194384] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.194387] ACPI: Added _OSI(Processor Aggregator Device)
[    0.199133] ACPI: Executed 1 blocks of module-level executable AML code
[    0.205240] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.206244] ACPI: Dynamic OEM Table Load:
[    0.206260] ACPI: SSDT 0xFFFF88040968A000 00096A (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.210360] ACPI: Dynamic OEM Table Load:
[    0.210371] ACPI: SSDT 0xFFFF88041D83B800 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.214024] ACPI: Dynamic OEM Table Load:
[    0.214034] ACPI: SSDT 0xFFFF880409656200 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.654506] ACPI: Interpreter enabled
[    0.654517] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    0.654527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.654553] ACPI: (supports S0 S3 S4 S5)
[    0.654556] ACPI: Using IOAPIC for interrupt routing
[    0.654593] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.655474] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    0.655602] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.679546] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.679556] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.679830] \_SB_.PCI0:_OSC invalid UUID
[    0.679832] _OSC request data:1 1f 0 
[    0.679837] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.681410] PCI host bridge to bus 0000:00
[    0.681415] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.681419] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.681423] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.681426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.681429] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[    0.681433] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.681444] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    0.681586] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    0.681600] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.681608] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.681614] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.681772] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.681799] pci 0000:00:14.0: reg 0x10: [mem 0xf1700000-0xf170ffff 64bit]
[    0.681881] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.681978] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.682045] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.682073] pci 0000:00:16.0: reg 0x10: [mem 0xf1715000-0xf171500f 64bit]
[    0.682161] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.682302] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.682327] pci 0000:00:1a.0: reg 0x10: [mem 0xf171a000-0xf171a3ff]
[    0.682436] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.682552] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.682619] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.682641] pci 0000:00:1b.0: reg 0x10: [mem 0xf1710000-0xf1713fff 64bit]
[    0.682730] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.682807] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.682866] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.682961] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.683092] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.683186] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.683314] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
[    0.683408] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.683537] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
[    0.683631] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.683708] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.683776] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.683801] pci 0000:00:1d.0: reg 0x10: [mem 0xf1719000-0xf17193ff]
[    0.683903] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.684012] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.684074] pci 0000:00:1f.0: [8086:1e58] type 00 class 0x060100
[    0.684307] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.684330] pci 0000:00:1f.2: reg 0x10: [io  0x5088-0x508f]
[    0.684341] pci 0000:00:1f.2: reg 0x14: [io  0x5094-0x5097]
[    0.684352] pci 0000:00:1f.2: reg 0x18: [io  0x5080-0x5087]
[    0.684362] pci 0000:00:1f.2: reg 0x1c: [io  0x5090-0x5093]
[    0.684372] pci 0000:00:1f.2: reg 0x20: [io  0x5060-0x507f]
[    0.684381] pci 0000:00:1f.2: reg 0x24: [mem 0xf1718000-0xf17187ff]
[    0.684434] pci 0000:00:1f.2: PME# supported from D3hot
[    0.684556] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.684575] pci 0000:00:1f.3: reg 0x10: [mem 0xf1714000-0xf17140ff 64bit]
[    0.684600] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.684815] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.684978] pci 0000:03:00.0: [8086:0888] type 00 class 0x028000
[    0.685041] pci 0000:03:00.0: reg 0x10: [mem 0xf1600000-0xf1601fff 64bit]
[    0.685306] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.694455] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.694464] pci 0000:00:1c.1:   bridge window [mem 0xf1600000-0xf16fffff]
[    0.694642] pci 0000:04:00.0: [10ec:5209] type 00 class 0xff0000
[    0.694719] pci 0000:04:00.0: reg 0x10: [mem 0xf0e00000-0xf0e00fff]
[    0.695252] pci 0000:04:00.0: supports D1 D2
[    0.695254] pci 0000:04:00.0: PME# supported from D1 D2 D3hot
[    0.706456] pci 0000:00:1c.2: PCI bridge to [bus 04-08]
[    0.706464] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.706469] pci 0000:00:1c.2:   bridge window [mem 0xf0e00000-0xf15fffff]
[    0.706476] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.706597] pci 0000:09:00.0: [10ec:8168] type 00 class 0x020000
[    0.706623] pci 0000:09:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.706661] pci 0000:09:00.0: reg 0x18: [mem 0xf0c04000-0xf0c04fff 64bit pref]
[    0.706686] pci 0000:09:00.0: reg 0x20: [mem 0xf0c00000-0xf0c03fff 64bit pref]
[    0.706807] pci 0000:09:00.0: supports D1 D2
[    0.706809] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.718432] pci 0000:00:1c.3: PCI bridge to [bus 09]
[    0.718439] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.718444] pci 0000:00:1c.3:   bridge window [mem 0xf0d00000-0xf0dfffff]
[    0.718454] pci 0000:00:1c.3:   bridge window [mem 0xf0c00000-0xf0cfffff 64bit pref]
[    0.719305] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.719416] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.719525] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.719633] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.719742] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.719850] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.719957] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.720066] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.721007] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.721185] ACPI : EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[    0.721298] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.721302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.721307] vgaarb: loaded
[    0.721309] vgaarb: bridge control possible 0000:00:02.0
[    0.721437] SCSI subsystem initialized
[    0.721500] libata version 3.00 loaded.
[    0.721604] PCI: Using ACPI for IRQ routing
[    0.723491] PCI: pci_cache_line_size set to 64 bytes
[    0.723613] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.723615] e820: reserve RAM buffer [mem 0xd1562018-0xd3ffffff]
[    0.723618] e820: reserve RAM buffer [mem 0xd1570018-0xd3ffffff]
[    0.723619] e820: reserve RAM buffer [mem 0xd2846000-0xd3ffffff]
[    0.723621] e820: reserve RAM buffer [mem 0xd829f000-0xdbffffff]
[    0.723623] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.723625] e820: reserve RAM buffer [mem 0x41e600000-0x41fffffff]
[    0.723783] NetLabel: Initializing
[    0.723786] NetLabel:  domain hash size = 128
[    0.723788] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.723807] NetLabel:  unlabeled traffic allowed by default
[    0.723845] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.723854] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.725899] Switched to clocksource hpet
[    0.733283] AppArmor: AppArmor Filesystem Enabled
[    0.733331] pnp: PnP ACPI init
[    0.733352] ACPI: bus type PNP registered
[    0.733553] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.733558] system 00:00: [io  0x2000-0x2003] has been reserved
[    0.733562] system 00:00: [io  0x0800-0x080f] has been reserved
[    0.733566] system 00:00: [io  0xffff] has been reserved
[    0.733570] system 00:00: [io  0x0400-0x0453] could not be reserved
[    0.733573] system 00:00: [io  0x0458-0x047f] has been reserved
[    0.733577] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.733580] system 00:00: [io  0x1600-0x16fe] has been reserved
[    0.733584] system 00:00: [io  0xfe00] has been reserved
[    0.733588] system 00:00: [io  0x0700-0x070f] has been reserved
[    0.733594] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.733645] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.733731] system 00:02: [io  0x0454-0x0457] has been reserved
[    0.733736] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.733779] pnp 00:03: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
[    0.733819] pnp 00:04: Plug and Play ACPI device, IDs LEN0051 PNP0f13 (active)
[    0.733916] pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[    0.734174] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.734179] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.734184] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.734188] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.734192] system 00:06: [mem 0xf8000000-0xfbffffff] could not be reserved
[    0.734196] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.734200] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.734204] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.734207] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.734211] system 00:06: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.734215] system 00:06: [mem 0xfffff000-0xffffffff] has been reserved
[    0.734219] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.735298] pnp: PnP ACPI: found 7 devices
[    0.735302] ACPI: bus type PNP unregistered
[    0.742607] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.742626] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.742634] pci 0000:00:1c.1:   bridge window [mem 0xf1600000-0xf16fffff]
[    0.742645] pci 0000:00:1c.2: PCI bridge to [bus 04-08]
[    0.742650] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.742657] pci 0000:00:1c.2:   bridge window [mem 0xf0e00000-0xf15fffff]
[    0.742664] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.742674] pci 0000:00:1c.3: PCI bridge to [bus 09]
[    0.742679] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.742686] pci 0000:00:1c.3:   bridge window [mem 0xf0d00000-0xf0dfffff]
[    0.742693] pci 0000:00:1c.3:   bridge window [mem 0xf0c00000-0xf0cfffff 64bit pref]
[    0.742704] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.742706] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.742709] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.742711] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff]
[    0.742713] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[    0.742715] pci_bus 0000:03: resource 1 [mem 0xf1600000-0xf16fffff]
[    0.742718] pci_bus 0000:04: resource 0 [io  0x4000-0x4fff]
[    0.742720] pci_bus 0000:04: resource 1 [mem 0xf0e00000-0xf15fffff]
[    0.742722] pci_bus 0000:04: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.742725] pci_bus 0000:09: resource 0 [io  0x3000-0x3fff]
[    0.742727] pci_bus 0000:09: resource 1 [mem 0xf0d00000-0xf0dfffff]
[    0.742729] pci_bus 0000:09: resource 2 [mem 0xf0c00000-0xf0cfffff 64bit pref]
[    0.742803] NET: Registered protocol family 2
[    0.743139] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.743464] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.743608] TCP: Hash tables configured (established 131072 bind 65536)
[    0.743632] TCP: reno registered
[    0.743657] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.743731] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.743873] NET: Registered protocol family 1
[    0.743896] pci 0000:00:02.0: Video device with shadowed ROM
[    0.744659] PCI: CLS 64 bytes, default 64
[    0.744732] Unpacking initramfs...
[    2.075685] Freeing initrd memory: 9368K (ffff88007f6da000 - ffff880080000000)
[    2.075703] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.075708] software IO TLB [mem 0xcc38b000-0xd038b000] (64MB) mapped at [ffff8800cc38b000-ffff8800d038afff]
[    2.076050] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    2.076099] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x1b
[    2.076111] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x1b
[    2.076123] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x1b
[    2.076135] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x1b
[    2.076213] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    2.076254] Scanning for low memory corruption every 60 seconds
[    2.076691] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    2.076721] Initialise system trusted keyring
[    2.076768] audit: initializing netlink subsys (disabled)
[    2.076789] audit: type=2000 audit(1422719090.060:1): initialized
[    2.077255] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.077311] zbud: loaded
[    2.077569] VFS: Disk quotas dquot_6.5.2
[    2.077593] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.077836] msgmni has been set to 31840
[    2.077888] Key type big_key registered
[    2.078204] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.078266] io scheduler noop registered
[    2.078271] io scheduler deadline registered
[    2.078323] io scheduler cfq registered (default)
[    2.079108] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.079132] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.079195] efifb: probing for efifb
[    2.079209] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90005c00000, using 1200k, total 1200k
[    2.079213] efifb: mode is 640x480x32, linelength=2560, pages=1
[    2.079215] efifb: scrolling: redraw
[    2.079218] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.080286] Console: switching to colour frame buffer device 80x30
[    2.081371] fb0: EFI VGA frame buffer device
[    2.081405] intel_idle: MWAIT substates: 0x21120
[    2.081407] intel_idle: v0.4 model 0x3A
[    2.081408] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.081682] GHES: HEST is not enabled!
[    2.081773] Serial: 8250/16550 driver, 32 ports, IRQ sharing disabled
[    2.084172] Non-volatile memory driver v1.3
[    2.084199] Linux agpgart interface v0.103
[    2.085078] ahci 0000:00:1f.2: version 3.0
[    2.085236] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[    2.098559] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x5 impl SATA mode
[    2.100030] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    2.107266] scsi0 : ahci
[    2.108372] scsi1 : ahci
[    2.109413] scsi2 : ahci
[    2.110370] scsi3 : ahci
[    2.111153] ata1: SATA max UDMA/133 abar m2048 at 0xf1718000 port 0xf1718100 irq 40
[    2.112587] ata2: DUMMY
[    2.113290] ata3: SATA max UDMA/133 abar m2048 at 0xf1718000 port 0xf1718200 irq 40
[    2.114719] ata4: DUMMY
[    2.115506] i8042: PNP: PS/2 Controller [PNP0303:PSK2,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.120239] i8042: Detected active multiplexing controller, rev 1.1
[    2.123614] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.124378] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    2.125125] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    2.125844] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    2.126537] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    2.127415] mousedev: PS/2 mouse device common for all mice
[    2.128283] rtc_cmos 00:01: RTC can wake from S4
[    2.129144] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    2.129857] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.131251] Intel P-state driver initializing.
[    2.131944] Intel pstate controlling: cpu 0
[    2.132647] Intel pstate controlling: cpu 1
[    2.133321] Intel pstate controlling: cpu 2
[    2.134708] Intel pstate controlling: cpu 3
[    2.136010] ledtrig-cpu: registered to indicate activity on CPUs
[    2.137239] EFI Variables Facility v0.08 2004-May-17
[    2.158035] hidraw: raw HID events driver (C) Jiri Kosina
[    2.158927] TCP: cubic registered
[    2.159806] NET: Registered protocol family 10
[    2.161118] Loading compiled-in X.509 certificates
[    2.161769] registered taskstats version 1
[    2.162429] AppArmor: AppArmor sha1 policy hashing enabled
[    2.163559]   Magic number: 15:573:741
[    2.164219] workqueue writeback: hash matches
[    2.164866] rtc_cmos 00:01: setting system clock to 2015-01-31 15:44:50 UTC (1422719090)
[    2.166214] PM: Checking hibernation image partition /dev/mapper/system-swap
[    2.169176] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.434754] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.436097] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.436102] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.437386] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.439022] ata3.00: ATA-9: SanDisk SSD U100 24GB, 10.52.01, max UDMA/133
[    2.440559] ata3.00: 46905264 sectors, multi 1: LBA48 NCQ (depth 31/32)
[    2.442378] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.442386] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.444831] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.447072] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.448901] ata3.00: configured for UDMA/133
[    2.450800] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.450808] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.454102] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.507797] ata1.00: ATA-8: TOSHIBA MK5061GSY, MC102E, max UDMA/100
[    2.509607] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.512867] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.512879] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.516923] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.522118] ata1.00: configured for UDMA/100
[    2.524608] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK5061GS 2E   PQ: 0 ANSI: 5
[    2.529669] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.529899] scsi 2:0:0:0: Direct-Access     ATA      SanDisk SSD U100 2.01 PQ: 0 ANSI: 5
[    2.530232] sd 2:0:0:0: [sdb] 46905264 512-byte logical blocks: (24.0 GB/22.3 GiB)
[    2.530426] sd 2:0:0:0: [sdb] Write Protect is off
[    2.530429] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.530497] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.544709] sd 0:0:0:0: [sda] Write Protect is off
[    2.546451] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.546516] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.547019]  sdb: sdb1
[    2.547828] sd 2:0:0:0: [sdb] Attached SCSI disk
[    2.628633]  sda: sda1 sda2
[    2.631880] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.983417] psmouse serio4: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd002a3/0x940300/0x126c00, board id: 2228, fw id: 1212753
[    2.985499] psmouse serio4: synaptics: serio: Synaptics pass-through port at isa0060/serio4/input0
[    3.029162] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input8
[    3.034952] PM: Hibernation image not present or could not be loaded.
[    3.037566] Freeing unused kernel memory: 1568K (ffffffff81cf3000 - ffffffff81e7b000)
[    3.041246] Write protecting the kernel read-only data: 12288k
[    3.055345] Freeing unused kernel memory: 2044K (ffff880001601000 - ffff880001800000)
[    3.064678] Freeing unused kernel memory: 1168K (ffff880001adc000 - ffff880001c00000)
[    3.073858] random: systemd urandom read with 32 bits of entropy available
[    3.075041] tsc: Refined TSC clocksource calibration: 1696.146 MHz
[    3.078073] systemd[1]: systemd 210 running in system mode. (+PAM -LIBWRAP +AUDIT +SELINUX -IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP +APPARMOR)
[    3.081618] systemd[1]: Detected architecture 'x86-64'.
[    3.082974] systemd[1]: Running in initial RAM disk.
[    3.089062] systemd[1]: Set hostname to <sandpuppy>.
[    3.145424] systemd[1]: Expecting device dev-disk-by\x2duuid-C898\x2d60A4.device...
[    3.148308] systemd[1]: Expecting device dev-mapper-system\x2dswap.device...
[    3.150573] systemd[1]: Expecting device dev-mapper-system\x2droot.device...
[    3.152529] systemd[1]: Starting Timers.
[    3.154878] systemd[1]: Reached target Timers.
[    3.155908] systemd[1]: Expecting device dev-disk-by\x2did-ata\x2dTOSHIBA_MK5061GSY_X2I2Y00CF\x2dpart2.device...
[    3.158599] systemd[1]: Expecting device dev-mapper-cr_ata\x2dTOSHIBA_MK5061GSY_X2I2Y00CF\x2dpart2.device...
[    3.161286] systemd[1]: Starting -.slice.
[    3.171860] systemd[1]: Created slice -.slice.
[    3.172769] systemd[1]: Starting udev Control Socket.
[    3.174565] systemd[1]: Listening on udev Control Socket.
[    3.175415] systemd[1]: Starting udev Kernel Socket.
[    3.177557] systemd[1]: Listening on udev Kernel Socket.
[    3.178534] systemd[1]: Starting Journal Socket.
[    3.180271] systemd[1]: Listening on Journal Socket.
[    3.181066] systemd[1]: Starting Sockets.
[    3.182956] systemd[1]: Reached target Sockets.
[    3.183864] systemd[1]: Starting System Slice.
[    3.185629] systemd[1]: Created slice System Slice.
[    3.186477] systemd[1]: Starting dracut cmdline hook...
[    3.188753] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    3.190608] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.191527] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    3.194773] systemd[1]: Starting system-systemd\x2dcryptsetup.slice.
[    3.196985] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[    3.198079] systemd[1]: Starting Load Kernel Modules...
[    3.200982] systemd[1]: Starting Journal Service...
[    3.204362] systemd[1]: Started Journal Service.
[    3.207750] Key type trusted registered
[    3.215231] Key type encrypted registered
[    3.258168] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.259052] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    3.372390] device-mapper: uevent: version 1.0.3
[    3.373166] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel at redhat.com
[    3.456724] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input10
[    3.460286] ACPI: Lid Switch [LID]
[    3.461461] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11
[    3.464222] ACPI: Power Button [PWRB]
[    3.465611] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12
[    3.467745] ACPI: Sleep Button [SLPB]
[    3.468726] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input13
[    3.471482] ACPI: Power Button [PWRF]
[    3.476848] [drm] Initialized drm 1.1.0 20060810
[    3.480966] ACPI: bus type USB registered
[    3.482117] usbcore: registered new interface driver usbfs
[    3.493869] [drm] Memory usable by graphics device = 2048M
[    3.495032] [drm] Replacing VGA console driver
[    3.496310] checking generic (e0000000 12c000) vs hw (e0000000 10000000)
[    3.496317] fb: switching to inteldrmfb from EFI VGA
[    3.497603] Console: switching to colour dummy device 80x25
[    3.498778] usbcore: registered new interface driver hub
[    3.499326] usbcore: registered new device driver usb
[    3.501888] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.502226] ehci-pci: EHCI PCI platform driver
[    3.520371] AVX version of gcm_enc/dec engaged.
[    3.523365] i915 0000:00:02.0: irq 41 for MSI/MSI-X
[    3.523387] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.523392] [drm] Driver supports precise vblank timestamp query.
[    3.523498] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.568670] [drm] VBT doesn't support DRRS
[    3.651287] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[    3.723361] [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4
[    3.740423] fbcon: inteldrmfb (fb0) is primary device
[    4.076247] Switched to clocksource tsc
[    4.524268] Console: switching to colour frame buffer device 170x48
[    4.532385] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.532448] i915 0000:00:02.0: registered panic notifier
[    4.553628] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.553855] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
[    4.554073] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    4.555049] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    4.555115] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    4.555306] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    4.555343] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
[    4.556561] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    4.556621] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.556690] usb usb1: Product: xHCI Host Controller
[    4.556718] usb usb1: Manufacturer: Linux 3.16.7-7-vanilla xhci_hcd
[    4.556752] usb usb1: SerialNumber: 0000:00:14.0
[    4.557064] hub 1-0:1.0: USB hub found
[    4.557126] hub 1-0:1.0: 4 ports detected
[    4.557910] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    4.557945] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    4.558069] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    4.558126] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.558165] usb usb2: Product: xHCI Host Controller
[    4.558193] usb usb2: Manufacturer: Linux 3.16.7-7-vanilla xhci_hcd
[    4.558231] usb usb2: SerialNumber: 0000:00:14.0
[    4.558447] hub 2-0:1.0: USB hub found
[    4.558501] hub 2-0:1.0: 4 ports detected
[    4.559430] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    4.559467] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    4.559522] ehci-pci 0000:00:1a.0: debug port 2
[    4.565529] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    4.565551] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf171a000
[    4.575770] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    4.577475] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    4.578754] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.580026] usb usb3: Product: EHCI Host Controller
[    4.581291] usb usb3: Manufacturer: Linux 3.16.7-7-vanilla ehci_hcd
[    4.582537] usb usb3: SerialNumber: 0000:00:1a.0
[    4.584023] hub 3-0:1.0: USB hub found
[    4.585287] hub 3-0:1.0: 3 ports detected
[    4.587137] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    4.588406] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    4.589637] ehci-pci 0000:00:1d.0: debug port 2
[    4.595173] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    4.595200] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf1719000
[    4.607779] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    4.609367] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    4.610570] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.611810] usb usb4: Product: EHCI Host Controller
[    4.613905] usb usb4: Manufacturer: Linux 3.16.7-7-vanilla ehci_hcd
[    4.616405] usb usb4: SerialNumber: 0000:00:1d.0
[    4.619082] hub 4-0:1.0: USB hub found
[    4.620269] hub 4-0:1.0: 3 ports detected
[    4.828249] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[    4.867968] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    5.158804] usb 1-4: New USB device found, idVendor=04f2, idProduct=b327
[    5.161256] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    5.163623] usb 1-4: Product: Integrated Camera
[    5.165957] usb 1-4: Manufacturer: Chicony Electronics Co.,Ltd.
[    5.168286] usb 1-4: SerialNumber: 0x0001
[    5.284229] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    5.416869] usb 3-1: New USB device found, idVendor=8087, idProduct=0024
[    5.418759] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.421432] hub 3-1:1.0: USB hub found
[    5.423929] hub 3-1:1.0: 4 ports detected
[    5.536326] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    5.668648] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
[    5.671266] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.673510] hub 4-1:1.0: USB hub found
[    5.675503] hub 4-1:1.0: 6 ports detected
[    5.748476] usb 3-1.3: new full-speed USB device number 3 using ehci-pci
[    5.842041] usb 3-1.3: New USB device found, idVendor=147e, idProduct=1002
[    5.844340] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.846408] usb 3-1.3: Product: TouchStrip Fingerprint Sensor      
[    5.848334] usb 3-1.3: Manufacturer: UPEK
[    5.948534] usb 4-1.5: new full-speed USB device number 3 using ehci-pci
[    6.045812] usb 4-1.5: New USB device found, idVendor=8087, idProduct=07da
[    6.048303] usb 4-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.279362] psmouse serio5: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[    7.736006] psmouse serio5: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    7.791134] NET: Registered protocol family 38
[    7.802676] random: nonblocking pool is initialized
[    7.960223] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio4/serio5/input/input9
[   17.587911] PM: Marking nosave pages: [mem 0x00090000-0x000fffff]
[   17.587920] PM: Marking nosave pages: [mem 0x20000000-0x201fffff]
[   17.587937] PM: Marking nosave pages: [mem 0x40004000-0x40004fff]
[   17.587939] PM: Marking nosave pages: [mem 0xd1562000-0xd1562fff]
[   17.587941] PM: Marking nosave pages: [mem 0xd156f000-0xd1570fff]
[   17.587944] PM: Marking nosave pages: [mem 0xd1580000-0xd1580fff]
[   17.587946] PM: Marking nosave pages: [mem 0xd2846000-0xd2a47fff]
[   17.587961] PM: Marking nosave pages: [mem 0xd829f000-0xdaffefff]
[   17.588266] PM: Marking nosave pages: [mem 0xdb000000-0xffffffff]
[   17.589351] PM: Basic memory bitmaps created
[   17.674760] PM: Basic memory bitmaps freed
[   17.678084] PM: Starting manual resume from disk
[   17.679757] PM: Hibernation image partition 254:1 present
[   17.679759] PM: Looking for hibernation image.
[   17.680070] PM: Image not found (code -22)
[   17.680074] PM: Hibernation image not present or could not be loaded.
[   19.757595] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   20.008347] systemd-journald[135]: Received SIGTERM from PID 1 (systemd).
[   25.301289] EXT4-fs (dm-2): re-mounted. Opts: acl,user_xattr
[   26.811615] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
[   26.851552] thermal LNXTHERM:00: registered as thermal_zone0
[   26.852759] ACPI: Thermal Zone [TZ00] (42 C)
[   26.882000] tpm_tis 00:05: TPM is disabled/deactivated (0x6)
[   26.930270] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[   27.034699] ACPI: AC Adapter [ACAD] (off-line)
[   27.054488] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   27.066986] rtsx_pci 0000:04:00.0: irq 43 for MSI/MSI-X
[   27.067007] rtsx_pci 0000:04:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 43
[   27.090454] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[   27.092715] ACPI: Battery Slot [BAT1] (battery present)
[   27.095543] wmi: Mapper loaded
[   27.110587] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
[   27.127969] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
[   27.132763] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   27.135236] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[   27.140382] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   27.143090] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[   27.148698] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   27.151477] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[   27.157475] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   27.160133] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   27.202210] input: PC Speaker as /devices/platform/pcspkr/input/input15
[   27.363114] ACPI Warning: SystemIO range 0x000000000000efa0-0x000000000000efbf conflicts with OpRegion 0x000000000000efa0-0x000000000000efaf (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
[   27.367038] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   27.426365] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[   27.428824] thinkpad_acpi: http://ibm-acpi.sf.net/
[   27.430921] thinkpad_acpi: ThinkPad BIOS H6ET90WW (2.08 ), EC unknown
[   27.432887] thinkpad_acpi: Lenovo ThinkPad T430u, model 33533HG
[   27.435449] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[   27.437638] thinkpad_acpi: radio switch found; radios are enabled
[   27.439597] thinkpad_acpi: possible tablet mode switch found; ThinkPad in laptop mode
[   27.441831] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[   27.444252] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[   27.453497] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[   27.457137] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[   27.460417] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[   27.468194] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input16
[   27.519024] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[   27.522305] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   27.525781] r8169 0000:09:00.0: can't disable ASPM; OS doesn't have ASPM control
[   27.529550] r8169 0000:09:00.0: irq 46 for MSI/MSI-X
[   27.529894] r8169 0000:09:00.0 eth0: RTL8168evl/8111evl at 0xffffc90005928000, 08:9e:01:2e:41:fb, XID 0c900800 IRQ 46
[   27.533584] r8169 0000:09:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   27.538836] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   27.540937] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   27.543174] sound hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   27.546672] sound hdaudioC0D0:    mono: mono_out=0x0
[   27.550103] sound hdaudioC0D0:    inputs:
[   27.553311] sound hdaudioC0D0:      Mic=0x18
[   27.556610] sound hdaudioC0D0:      Internal Mic=0x12
[   27.563400] cfg80211: Calling CRDA to update world regulatory domain
[   27.568391] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[   27.571657] Copyright(c) 2003- 2014 Intel Corporation
[   27.575269] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[   27.578625] iwlwifi 0000:03:00.0: irq 47 for MSI/MSI-X
[   27.648099] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input17
[   27.653767] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[   27.657521] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[   27.661207] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[   27.664814] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
[   27.698525] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[   27.710428] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
[   27.713255] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   27.716058] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   27.718696] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
[   27.721942] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[   27.937029] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   28.429303] iTCO_vendor_support: vendor-support=0
[   28.431587] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   28.433238] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[   28.435014] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   28.444972] Linux video capture interface: v2.00
[   28.447632] Bluetooth: Core ver 2.19
[   28.449881] NET: Registered protocol family 31
[   28.452078] Bluetooth: HCI device and connection manager initialized
[   28.454239] Bluetooth: HCI socket layer initialized
[   28.456382] Bluetooth: L2CAP socket layer initialized
[   28.458517] Bluetooth: SCO socket layer initialized
[   28.462420] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b327)
[   28.466995] usbcore: registered new interface driver btusb
[   28.469804] input: Integrated Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input22
[   28.471234] usbcore: registered new interface driver uvcvideo
[   28.472553] USB Video Class driver (1.1.1)
[   28.535290] cfg80211: World regulatory domain updated:
[   28.537272] cfg80211:  DFS Master region: unset
[   28.537327] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   28.542343] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   28.544766] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   28.546204] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   28.547645] cfg80211:   (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
[   28.549153] cfg80211:   (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   28.550689] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   28.552133] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   28.553618] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   29.047027] Adding 17825788k swap on /dev/mapper/system-swap.  Priority:-1 extents:1 across:17825788k FS
[   60.341612] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[   60.365914] systemd-journald[800]: Received request to flush runtime journal from PID 1
[   60.982165] systemd-journald[800]: File /var/log/journal/3e9b548e87a6e6e3afed740e000003c5/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   61.730385] audit: type=1400 audit(1422719150.034:2): apparmor="STATUS" operation="profile_load" name="/{usr/,}bin/ping" pid=1362 comm="apparmor_parser"
[   61.750135] audit: type=1400 audit(1422719150.054:3): apparmor="STATUS" operation="profile_load" name="lxc-container-default" pid=1371 comm="apparmor_parser"
[   61.751683] audit: type=1400 audit(1422719150.054:4): apparmor="STATUS" operation="profile_load" name="lxc-container-default-with-mounting" pid=1371 comm="apparmor_parser"
[   61.754684] audit: type=1400 audit(1422719150.058:5): apparmor="STATUS" operation="profile_load" name="lxc-container-default-with-nesting" pid=1371 comm="apparmor_parser"
[   61.766278] audit: type=1400 audit(1422719150.070:6): apparmor="STATUS" operation="profile_load" name="/sbin/klogd" pid=1375 comm="apparmor_parser"
[   61.776551] audit: type=1400 audit(1422719150.078:7): apparmor="STATUS" operation="profile_load" name="/sbin/syslog-ng" pid=1379 comm="apparmor_parser"
[   61.786711] audit: type=1400 audit(1422719150.090:8): apparmor="STATUS" operation="profile_load" name="/sbin/syslogd" pid=1383 comm="apparmor_parser"
[   61.796969] audit: type=1400 audit(1422719150.098:9): apparmor="STATUS" operation="profile_load" name="/usr/bin/lxc-start" pid=1388 comm="apparmor_parser"
[   61.809232] audit: type=1400 audit(1422719150.110:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2" pid=1392 comm="apparmor_parser"
[   61.812393] audit: type=1400 audit(1422719150.118:11): apparmor="STATUS" operation="profile_load" name="DEFAULT_URI" pid=1392 comm="apparmor_parser"
[   63.267140] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   63.267142] Bluetooth: BNEP filters: protocol multicast
[   63.267152] Bluetooth: BNEP socket layer initialized
[   64.451409] systemd[1]: Cannot add dependency job for unit cups.socket, ignoring: Unit cups.socket failed to load: No such file or directory.
[   65.846070] r8169 0000:09:00.0 eth0: link down
[   65.846131] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   65.851099] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[   65.858698] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
[   66.103679] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[   66.111309] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
[   66.176403] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   66.184807] NET: Registered protocol family 17
[   66.249269] systemd-journald[800]: File /var/log/journal/3e9b548e87a6e6e3afed740e000003c5/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   68.447961] ip_tables: (C) 2000-2006 Netfilter Core Team
[   68.455918] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   68.607252] Ebtables v2.0 registered
[   70.300229] fuse init (API version 7.23)
[   82.556384] Bridge firewalling registered
[   82.581938] tun: Universal TUN/TAP device driver, 1.6
[   82.581943] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[   82.627667] device virbr0-nic entered promiscuous mode
[   82.647622] virbr0: port 1(virbr0-nic) entered forwarding state
[   82.647639] virbr0: port 1(virbr0-nic) entered forwarding state
[   82.783681] virbr0: port 1(virbr0-nic) entered disabled state
[   84.615984] wlan0: authenticate with c0:c1:c0:af:4c:f1
[   84.622329] wlan0: send auth to c0:c1:c0:af:4c:f1 (try 1/3)
[   84.625104] wlan0: authenticated
[   84.625314] iwlwifi 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   84.625318] iwlwifi 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   84.628332] wlan0: associate with c0:c1:c0:af:4c:f1 (try 1/3)
[   84.630857] wlan0: RX AssocResp from c0:c1:c0:af:4c:f1 (capab=0x411 status=0 aid=2)
[   84.636179] wlan0: associated
[   84.636226] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  379.832511] wlan0: deauthenticating from c0:c1:c0:af:4c:f1 by local choice (Reason: 3=DEAUTH_LEAVING)
[  379.865480] cfg80211: Calling CRDA to update world regulatory domain
[  379.869618] cfg80211: World regulatory domain updated:
[  379.869623] cfg80211:  DFS Master region: unset
[  379.869625] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[  379.869629] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[  379.869631] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[  379.869633] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[  379.869636] cfg80211:   (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
[  379.869638] cfg80211:   (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[  379.869640] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[  379.869643] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[  379.869645] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[  379.874831] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  383.107651] PM: Syncing filesystems ... done.
[  383.460318] PM: Preparing system for mem sleep
[  383.460730] Freezing user space processes ... (elapsed 0.001 seconds) done.
[  383.462452] Freezing remaining freezable tasks ... (elapsed 0.062 seconds) done.
[  383.524812] PM: Entering mem sleep
[  383.524895] Suspending console(s) (use no_console_suspend to debug)
[  383.668873] sd 2:0:0:0: [sdb] Synchronizing SCSI cache
[  383.668883] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  383.668951] sd 2:0:0:0: [sdb] Stopping disk
[  383.687882] sd 0:0:0:0: [sda] Stopping disk
[  384.348596] PM: suspend of devices complete after 823.165 msecs
[  384.364521] PM: late suspend of devices complete after 15.912 msecs
[  384.365814] pcieport 0000:00:1c.3: System wakeup enabled by ACPI
[  384.365903] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[  384.366196] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[  384.366267] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[  384.380654] PM: noirq suspend of devices complete after 16.122 msecs
[  384.380967] ACPI: Preparing to enter system sleep state S3
[  384.412563] PM: Saving platform NVS memory
[  384.413605] Disabling non-boot CPUs ...
[  384.413653] intel_pstate CPU 1 exiting
[  384.414939] kvm: disabling virtualization on CPU1
[  384.414947] smpboot: CPU 1 is now offline
[  384.415466] intel_pstate CPU 2 exiting
[  384.416717] kvm: disabling virtualization on CPU2
[  384.417065] smpboot: CPU 2 is now offline
[  384.417517] intel_pstate CPU 3 exiting
[  384.418735] kvm: disabling virtualization on CPU3
[  384.520509] smpboot: CPU 3 is now offline
[  384.522291] ACPI: Low-level resume complete
[  384.522350] PM: Restoring platform NVS memory
[  384.522841] CPU0: Thermal monitoring handled by SMI
[  384.522891] Enabling non-boot CPUs ...
[  384.523002] x86: Booting SMP configuration:
[  384.523003] smpboot: Booting Node 0 Processor 1 APIC 0x1
[  384.534204] CPU1 microcode updated early to revision 0x1b, date = 2014-05-29
[  384.535272] CPU1: Thermal monitoring handled by SMI
[  384.535309] kvm: enabling virtualization on CPU1
[  384.537598] Intel pstate controlling: cpu 1
[  384.537664] CPU1 is up
[  384.537748] smpboot: Booting Node 0 Processor 2 APIC 0x2
[  384.548613] CPU2 microcode updated early to revision 0x1b, date = 2014-05-29
[  384.549342] CPU2: Thermal monitoring handled by SMI
[  384.549376] kvm: enabling virtualization on CPU2
[  384.551671] Intel pstate controlling: cpu 2
[  384.551734] CPU2 is up
[  384.551820] smpboot: Booting Node 0 Processor 3 APIC 0x3
[  384.563413] CPU3: Thermal monitoring handled by SMI
[  384.563443] kvm: enabling virtualization on CPU3
[  384.565748] Intel pstate controlling: cpu 3
[  384.565807] CPU3 is up
[  384.570286] ACPI: Waking up from system sleep state S3
[  384.611458] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[  384.611677] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[  384.612349] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[  384.612410] PM: noirq resume of devices complete after 15.782 msecs
[  384.612828] PM: early resume of devices complete after 0.388 msecs
[  384.612952] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
[  384.613480] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[  384.614674] pcieport 0000:00:1c.3: System wakeup disabled by ACPI
[  384.630492] sd 2:0:0:0: [sdb] Starting disk
[  384.630514] sd 0:0:0:0: [sda] Starting disk
[  384.728898] r8169 0000:09:00.0 eth0: link down
[  384.738531] tpm_tis 00:05: TPM is disabled/deactivated (0x6)
[  384.826694] usb 3-1.3: reset full-speed USB device number 3 using ehci-pci
[  384.830719] usb 4-1.5: reset full-speed USB device number 3 using ehci-pci
[  384.830722] usb 1-4: reset high-speed USB device number 2 using xhci_hcd
[  384.830736] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 1.
[  384.830738] usb 1-4: hub failed to enable device, error -22
[  384.942687] usb 1-4: reset high-speed USB device number 2 using xhci_hcd
[  384.942778] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 1.
[  384.942781] usb 1-4: hub failed to enable device, error -22
[  384.958568] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  384.960264] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  384.960267] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  384.960269] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[  384.961024] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  384.961042] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  384.961044] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[  384.961174] ata3.00: configured for UDMA/133
[  385.054684] usb 1-4: reset high-speed USB device number 2 using xhci_hcd
[  385.167619] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800d732abc0
[  385.975070] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[  387.255658] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  387.256757] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  387.256761] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  387.256762] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[  387.259048] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  387.259051] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  387.259053] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[  387.260111] ata1.00: configured for UDMA/100
[  387.297525] PM: resume of devices complete after 2683.506 msecs
[  387.298311] PM: Finishing wakeup.
[  387.298313] Restarting tasks ... done.
[  387.311790] iwlwifi 0000:03:00.0: no hotplug settings from platform
[  387.311843] rtsx_pci 0000:04:00.0: no hotplug settings from platform
[  387.311912] r8169 0000:09:00.0: no hotplug settings from platform
[  387.889982] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  387.998022] r8169 0000:09:00.0 eth0: link down
[  387.998093] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  387.999480] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[  388.007069] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
[  388.076284] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  388.743032] wlan0: authenticate with 8c:04:ff:b9:35:42
[  388.747514] wlan0: send auth to 8c:04:ff:b9:35:42 (try 1/3)
[  388.750538] wlan0: authenticated
[  388.752308] wlan0: associate with 8c:04:ff:b9:35:42 (try 1/3)
[  388.755748] wlan0: RX AssocResp from 8c:04:ff:b9:35:42 (capab=0x411 status=0 aid=1)
[  388.758253] wlan0: associated
[  388.758292] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  391.015052] psmouse serio5: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[  392.499506] psmouse serio5: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[  392.731615] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio4/serio5/input/input29
-------------- next part --------------
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
	Subsystem: Lenovo Device 500c
	Flags: bus master, fast devsel, latency 0
	Capabilities: <access denied>
	Kernel driver in use: ivb_uncore

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
	Subsystem: Lenovo Device 500c
	Flags: bus master, fast devsel, latency 0, IRQ 41
	Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
	Memory at e0000000 (64-bit, prefetchable) [size=256M]
	I/O ports at 5000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915
	Kernel modules: i915

00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
	Subsystem: Lenovo Device 500c
	Flags: bus master, medium devsel, latency 0, IRQ 42
	Memory at f1700000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_hcd

00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
	Subsystem: Lenovo Device 500c
	Flags: bus master, fast devsel, latency 0, IRQ 44
	Memory at f1715000 (64-bit, non-prefetchable) [size=16]
	Capabilities: <access denied>
	Kernel driver in use: mei_me
	Kernel modules: mei_me

00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
	Subsystem: Lenovo Device 500c
	Flags: bus master, medium devsel, latency 0, IRQ 16
	Memory at f171a000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
	Subsystem: Lenovo Device 500c
	Flags: bus master, fast devsel, latency 0, IRQ 45
	Memory at f1710000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Capabilities: <access denied>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	Memory behind bridge: f1600000-f16fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=04, subordinate=08, sec-latency=0
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: f0e00000-f15fffff
	Prefetchable memory behind bridge: 00000000f0400000-00000000f0bfffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: f0d00000-f0dfffff
	Prefetchable memory behind bridge: 00000000f0c00000-00000000f0cfffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
	Subsystem: Lenovo Device 500c
	Flags: bus master, medium devsel, latency 0, IRQ 23
	Memory at f1719000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1f.0 ISA bridge: Intel Corporation UM77 Express Chipset LPC Controller (rev 04)
	Subsystem: Lenovo Device 500c
	Flags: bus master, medium devsel, latency 0
	Capabilities: <access denied>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: Lenovo Device 500c
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 40
	I/O ports at 5088 [size=8]
	I/O ports at 5094 [size=4]
	I/O ports at 5080 [size=8]
	I/O ports at 5090 [size=4]
	I/O ports at 5060 [size=32]
	Memory at f1718000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
	Subsystem: Lenovo Device 500c
	Flags: medium devsel, IRQ 18
	Memory at f1714000 (64-bit, non-prefetchable) [size=256]
	I/O ports at efa0 [size=32]
	Kernel modules: i2c_i801

03:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
	Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN
	Flags: bus master, fast devsel, latency 0, IRQ 47
	Memory at f1600000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi

04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
	Subsystem: Lenovo Device 500c
	Flags: bus master, fast devsel, latency 0, IRQ 43
	Memory at f0e00000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci

09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
	Subsystem: Lenovo Device 500c
	Flags: bus master, fast devsel, latency 0, IRQ 46
	I/O ports at 3000 [size=256]
	Memory at f0c04000 (64-bit, prefetchable) [size=4K]
	Memory at f0c00000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8169
	Kernel modules: r8169

-------------- next part --------------
A non-text attachment was scrubbed...
Name: suspend.log
Type: text/x-log
Size: 20843 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150131/4ed0bac9/attachment-0001.bin>


More information about the dri-devel mailing list