lkml.org 
[lkml]   [2015]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [Linux v4.2] workqueue: llvmlinux: acpid: BUG: sleeping function called from invalid context at kernel/workqueue.c:2680
From
On Thu, Sep 10, 2015 at 3:04 AM, Lai Jiangshan <jiangshanlai@gmail.com> wrote:
> Hi, TJ
>
> I think we need to add might_sleep() on the top of __cancel_work_timer().
> The might_sleep() on the start_flush_work() doesn't cover all the
> paths of __cancel_work_timer().
> And it can help to narrow the area of this bug.
>
> Hi Sedat Dilek
>
> [ 24.705704] irq event stamp: 19968
> [ 24.705706] hardirqs last enabled at (19967): [<ffffffff81917ff2>]
> _raw_spin_unlock_irq+0x32/0x60
> [ 24.705713] hardirqs last disabled at (19968): [<ffffffff81120477>]
> del_timer_sync+0x37/0x110
>
> Is it means the irq-disabled-event is leak by del_timer_sync()? It is
> impossible.
>
> usbhid_close()
> mutex_lock(); // it has might_sleep() check. So the problem seems to be
> // hidden at one of the following statements
> del_timer_sync();
> cancel_work_sync();
>

[ CC HID folks ]

I am seeing this call-trace when compiling a Linux v4.2.y or Linux
v4.3-rcN kernel with my llvm-toolchain and llvmlinux-amd64 patchset.
CLANG sometimes catches things which GCC does not.

Not sure if this is a workqueue or hid issue...

[ 24.824396] BUG: sleeping function called from invalid context at
kernel/workqueue.c:2767
[ 24.824511] in_atomic(): 0, irqs_disabled(): 1, pid: 1485, name: acpid
[ 24.824596] 3 locks held by acpid/1485:
[ 24.824599] #0: (&evdev->mutex){+.+...}, at: [<ffffffff8174a2bc>]
evdev_release+0xbc/0xf0
[ 24.824612] #1: (&dev->mutex#2){+.+...}, at: [<ffffffff817419d7>]
input_close_device+0x27/0x70
[ 24.824624] #2: (hid_open_mut){+.+...}, at: [<ffffffffa0056388>]
usbhid_close+0x28/0xb0 [usbhid]
[ 24.824636] irq event stamp: 7914
[ 24.824639] hardirqs last enabled at (7913): [<ffffffff8192a2b2>]
_raw_spin_unlock_irq+0x32/0x60
[ 24.824646] hardirqs last disabled at (7914): [<ffffffff81120e37>]
del_timer_sync+0x37/0x110
[ 24.824652] softirqs last enabled at (7220): [<ffffffff818b06a9>]
local_bh_enable+0x9/0x20
[ 24.824659] softirqs last disabled at (7218): [<ffffffff818b0689>]
local_bh_disable+0x9/0x20
[ 24.824666] CPU: 1 PID: 1485 Comm: acpid Not tainted
4.3.0-rc2-3-llvmlinux-amd64 #2
[ 24.824670] Hardware name: SAMSUNG ELECTRONICS CO., LTD.
530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 24.824673] ffff8800d4806948 0000000000000096 0000000000000000
ffff8800b8933bf8
[ 24.824680] ffffffff8149a4ad ffff8800b8933c28 ffffffff810cd53a
ffffffff81c56fcc
[ 24.824686] ffff8801185f4240 0000000000000000 0000000000000acf
ffff8800b8933c68
[ 24.824693] Call Trace:
[ 24.824699] [<ffffffff8149a4ad>] dump_stack+0x7d/0xa0
[ 24.824705] [<ffffffff810cd53a>] ___might_sleep+0x28a/0x2a0
[ 24.824709] [<ffffffff810cd23f>] __might_sleep+0x4f/0xc0
[ 24.824715] [<ffffffff810b01de>] __cancel_work_timer+0x2e/0x270
[ 24.824720] [<ffffffff8192a252>] ? _raw_spin_unlock_irqrestore+0x52/0x80
[ 24.824725] [<ffffffff81120ded>] ? try_to_del_timer_sync+0xad/0xc0
[ 24.824730] [<ffffffff810b01a8>] cancel_work_sync+0x18/0x20
[ 24.824736] [<ffffffffa00563d5>] usbhid_close+0x75/0xb0 [usbhid]
[ 24.824744] [<ffffffffa00394d1>] hidinput_close+0x31/0x40 [hid]
[ 24.824751] [<ffffffffa00394a0>] ? hidinput_open+0x40/0x40 [hid]
[ 24.824756] [<ffffffff817419f8>] input_close_device+0x48/0x70
[ 24.824761] [<ffffffff8174a2d6>] evdev_release+0xd6/0xf0
[ 24.824766] [<ffffffff81271dc7>] __fput+0x107/0x240
[ 24.824771] [<ffffffff81271c56>] ____fput+0x16/0x20
[ 24.824776] [<ffffffff810b979c>] task_work_run+0x6c/0xe0
[ 24.824781] [<ffffffff81003b8a>] prepare_exit_to_usermode+0x13a/0x140
[ 24.824786] [<ffffffff81003e11>] syscall_return_slowpath+0x281/0x2f0
[ 24.824791] [<ffffffff8126e4a5>] ? filp_close+0x65/0x90
[ 24.824796] [<ffffffff81003017>] ? trace_hardirqs_on_thunk+0x17/0x19
[ 24.824802] [<ffffffff8192afe2>] int_ret_from_sys_call+0x25/0x9f

Lai pointed to these parts in...

[ drivers/hid/usbhid/hid-core.c ]

...
void usbhid_close(struct hid_device *hid)
{
struct usbhid_device *usbhid = hid->driver_data;

mutex_lock(&hid_open_mut);

/* protecting hid->open to make sure we don't restart
* data acquistion due to a resumption we no longer
* care about
*/
spin_lock_irq(&usbhid->lock);
if (!--hid->open) {
spin_unlock_irq(&usbhid->lock);
hid_cancel_delayed_stuff(usbhid); <--- XXX
if (!(hid->quirks & HID_QUIRK_ALWAYS_POLL)) {
usb_kill_urb(usbhid->urbin);
usbhid->intf->needs_remote_wakeup = 0;
}
} else {
spin_unlock_irq(&usbhid->lock);
}
mutex_unlock(&hid_open_mut);
}
...
static void hid_cancel_delayed_stuff(struct usbhid_device *usbhid)
{
del_timer_sync(&usbhid->io_retry);
cancel_work_sync(&usbhid->reset_work);
}
...

So can people from HID look at this, too?

Thanks.

- Sedat -

>
> On Wed, Sep 9, 2015 at 6:24 PM, Sedat Dilek <sedat.dilek@gmail.com> wrote:
>> [ TO WORKQUEUE maintainers ]
>>
>> Hi,
>>
>> I encountered a BUG with a llvmlinux compiled kernel here on
>> Ubuntu/precise AMD64 touching the workqueue area.
>>
>> [ 24.705463] BUG: sleeping function called from invalid context at
>> kernel/workqueue.c:2680
>> [ 24.705576] in_atomic(): 0, irqs_disabled(): 1, pid: 1447, name: acpid
>> [ 24.705662] 3 locks held by acpid/1447:
>> [ 24.705664] #0: (&evdev->mutex){+.+...}, at: [<ffffffff8173b9ac>]
>> evdev_release+0xbc/0xf0
>> [ 24.705678] #1: (&dev->mutex#2){+.+...}, at: [<ffffffff81733117>]
>> input_close_device+0x27/0x70
>> [ 24.705691] #2: (hid_open_mut){+.+...}, at: [<ffffffffa0056378>]
>> usbhid_close+0x28/0xb0 [usbhid]
>> [ 24.705704] irq event stamp: 19968
>> [ 24.705706] hardirqs last enabled at (19967): [<ffffffff81917ff2>]
>> _raw_spin_unlock_irq+0x32/0x60
>> [ 24.705713] hardirqs last disabled at (19968): [<ffffffff81120477>]
>> del_timer_sync+0x37/0x110
>> [ 24.705720] softirqs last enabled at (18890): [<ffffffff8189e7c9>]
>> local_bh_enable+0x9/0x20
>> [ 24.705726] softirqs last disabled at (18888): [<ffffffff8189e7a9>]
>> local_bh_disable+0x9/0x20
>> [ 24.705734] CPU: 2 PID: 1447 Comm: acpid Not tainted
>> 4.2.0-2-llvmlinux-small #2
>> [ 24.705737] Hardware name: SAMSUNG ELECTRONICS CO., LTD.
>> 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
>> [ 24.705741] ffff8800d57ea948 0000000000000092 0000000000000000
>> ffff8800bb3e3aa8
>> [ 24.705748] ffffffff8149287d ffff8800bb3e3ad8 ffffffff810cbf7a
>> ffffffff81c51a34
>> [ 24.705754] ffff8800d3095000 0000000000000000 0000000000000a78
>> ffff8800bb3e3b18
>> [ 24.705761] Call Trace:
>> [ 24.705767] [<ffffffff8149287d>] dump_stack+0x7d/0xa0
>> [ 24.705774] [<ffffffff810cbf7a>] ___might_sleep+0x28a/0x2a0
>> [ 24.705779] [<ffffffff810cbc7f>] __might_sleep+0x4f/0xc0
>> [ 24.705784] [<ffffffff810ae8ff>] start_flush_work+0x2f/0x290
>> [ 24.705789] [<ffffffff810ae8ac>] flush_work+0x5c/0x80
>> [ 24.705792] [<ffffffff810ae86a>] ? flush_work+0x1a/0x80
>> [ 24.705799] [<ffffffff810eddcd>] ? trace_hardirqs_off+0xd/0x10
>> [ 24.705804] [<ffffffff810ad938>] ? try_to_grab_pending+0x48/0x360
>> [ 24.705810] [<ffffffff81917e13>] ? _raw_spin_lock_irqsave+0x73/0x80
>> [ 24.705814] [<ffffffff810aecf9>] __cancel_work_timer+0x179/0x260
>> [ 24.705820] [<ffffffff81917f92>] ? _raw_spin_unlock_irqrestore+0x52/0x80
>> [ 24.705825] [<ffffffff8112042d>] ? try_to_del_timer_sync+0xad/0xc0
>> [ 24.705829] [<ffffffff810aeb78>] cancel_work_sync+0x18/0x20
>> [ 24.705835] [<ffffffffa00563c5>] usbhid_close+0x75/0xb0 [usbhid]
>> [ 24.705844] [<ffffffffa0039431>] hidinput_close+0x31/0x40 [hid]
>> [ 24.705851] [<ffffffffa0039400>] ? hidinput_open+0x40/0x40 [hid]
>> [ 24.705856] [<ffffffff81733138>] input_close_device+0x48/0x70
>> [ 24.705861] [<ffffffff8173b9c6>] evdev_release+0xd6/0xf0
>> [ 24.705867] [<ffffffff8126ed37>] __fput+0x107/0x240
>> [ 24.705872] [<ffffffff8126ebc6>] ____fput+0x16/0x20
>> [ 24.705877] [<ffffffff810b8107>] task_work_run+0x87/0x130
>> [ 24.705883] [<ffffffff810173ef>] do_notify_resume+0x9cf/0xa00
>> [ 24.705888] [<ffffffff810edddd>] ? trace_hardirqs_on+0xd/0x10
>> [ 24.705895] [<ffffffff811d1cc3>] ? context_tracking_user_enter+0x13/0x20
>> [ 24.705900] [<ffffffff81029c31>] ? syscall_trace_leave+0x111/0x340
>> [ 24.705905] [<ffffffff8126eb56>] ? fput+0x76/0xd0
>> [ 24.705909] [<ffffffff8126b415>] ? filp_close+0x65/0x90
>> [ 24.705915] [<ffffffff81003017>] ? trace_hardirqs_on_thunk+0x17/0x19
>> [ 24.705920] [<ffffffff81918dae>] int_signal+0x12/0x17
>>
>> Attached are the full dmesg-log and my kernel-config.
>>
>> Which area in the kernel is the root cause? CC more people?
>>
>> Do you need more informations?
>> How can I help?
>>
>> Regards,
>> - Sedat -
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.3.0-rc2-3-llvmlinux-amd64 (sedat.dilek@gmail.com@fambox) (clang version 3.7.0 (tags/RELEASE_370/final)) #2 SMP Thu Sep 24 01:49:35 CEST 2015
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-rc2-3-llvmlinux-amd64 root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Disabled fast string operations
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d9c9efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d9c9f000-0x00000000dae7efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dae7f000-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 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x11fe00 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 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
[ 0.000000] 3 base 0DC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0DB000000 mask FFF000000 uncachable
[ 0.000000] 5 base 100000000 mask FE0000000 write-back
[ 0.000000] 6 base 11FE00000 mask FFFE00000 uncachable
[ 0.000000] 7 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f00e0-0x000f00ef] mapped at [ffff8800000f00e0]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 28672
[ 0.000000] reserving inaccessible SNB gfx pages
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x03020000, 0x03020fff] PGTABLE
[ 0.000000] BRK [0x03021000, 0x03021fff] PGTABLE
[ 0.000000] BRK [0x03022000, 0x03022fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x11fc00000-0x11fdfffff]
[ 0.000000] [mem 0x11fc00000-0x11fdfffff] page 2M
[ 0.000000] BRK [0x03023000, 0x03023fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x11fbfffff]
[ 0.000000] [mem 0x100000000-0x11fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0xc0000000-0xd9c9efff]
[ 0.000000] [mem 0xc0000000-0xd9bfffff] page 2M
[ 0.000000] [mem 0xd9c00000-0xd9c9efff] page 4k
[ 0.000000] BRK [0x03024000, 0x03024fff] PGTABLE
[ 0.000000] BRK [0x03025000, 0x03025fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xdafff000-0xdaffffff]
[ 0.000000] [mem 0xdafff000-0xdaffffff] page 4k
[ 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-0x3fffffff]
[ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x40200000-0xbfffffff]
[ 0.000000] [mem 0x40200000-0xbfffffff] page 2M
[ 0.000000] RAMDISK: [mem 0x37888000-0x37c3bfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0100 000024 (v02 SECCSD)
[ 0.000000] ACPI: XSDT 0x00000000DAFFE170 00008C (v01 SECCSD LH43STAR 00000002 PTEC 00000002)
[ 0.000000] ACPI: FACP 0x00000000DAFEF000 00010C (v05 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: DSDT 0x00000000DAFF2000 0083AC (v02 SECCSD SNB-CPT 00000000 INTL 20061109)
[ 0.000000] ACPI: FACS 0x00000000DAF47000 000040
[ 0.000000] ACPI: SLIC 0x00000000DAFFD000 000176 (v01 SECCSD LH43STAR 00000002 PTEC 00000001)
[ 0.000000] ACPI: SSDT 0x00000000DAFFB000 001068 (v01 SECCSD PtidDevc 00001000 INTL 20061109)
[ 0.000000] ACPI: ASF! 0x00000000DAFF1000 0000A5 (v32 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: HPET 0x00000000DAFEE000 000038 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: APIC 0x00000000DAFED000 000098 (v03 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: MCFG 0x00000000DAFEC000 00003C (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 0x00000000DAFEB000 000804 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000DAFEA000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: UEFI 0x00000000DAFE9000 00003E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: UEFI 0x00000000DAFE8000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.000000] ACPI: UEFI 0x00000000DAFE7000 00026A (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 0x00000000DAFE6000 0000D0 (v01 Iffs IffsAsl 00003000 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fdfffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x11fdf8000-0x11fdfcfff]
[ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b400000-ffff88011f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000011fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.000000] node 0: [mem 0x0000000020200000-0x000000003fffffff]
[ 0.000000] node 0: [mem 0x0000000040200000-0x00000000d9c9efff]
[ 0.000000] node 0: [mem 0x00000000dafff000-0x00000000daffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000011fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000011fdfffff]
[ 0.000000] On node 0 totalpages: 1021500
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 156 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 13859 pages used for memmap
[ 0.000000] DMA32 zone: 886944 pages, LIFO batch:31
[ 0.000000] Normal zone: 2040 pages used for memmap
[ 0.000000] Normal zone: 130560 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_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 14, 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: 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] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 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 0x20000000-0x201fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd9c9f000-0xdae7efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdae7f000-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-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-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-0xffd7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88011fa00000 s99144 r8192 d31928 u262144
[ 0.000000] pcpu-alloc: s99144 r8192 d31928 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1005381
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-rc2-3-llvmlinux-amd64 root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3915128K/4086000K available (9409K kernel code, 1182K rwdata, 3396K rodata, 2972K init, 14364K bss, 170872K reserved, 0K cma-reserved)
[ 0.000000] Running RCU self tests
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU lockdep checking is enabled.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] NR_IRQS:16640 nr_irqs:488 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.000000] ... CHAINHASH_SIZE: 32768
[ 0.000000] memory used by lock dependency info: 8159 kB
[ 0.000000] per task-struct memory footprint: 1920 bytes
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1596.485 MHz processor
[ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.97 BogoMIPS (lpj=6385940)
[ 0.000020] pid_max: default: 32768 minimum: 301
[ 0.000050] ACPI: Core revision 20150818
[ 0.024301] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 0.024459] Security Framework initialized
[ 0.024468] Yama: becoming mindful.
[ 0.024514] AppArmor: AppArmor initialized
[ 0.025678] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.027050] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.027645] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.027676] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.029233] Initializing cgroup subsys io
[ 0.029290] Initializing cgroup subsys memory
[ 0.029320] Initializing cgroup subsys devices
[ 0.029365] Initializing cgroup subsys freezer
[ 0.029410] Initializing cgroup subsys perf_event
[ 0.029426] Initializing cgroup subsys hugetlb
[ 0.029500] Disabled fast string operations
[ 0.029509] CPU: Physical Processor ID: 0
[ 0.029515] CPU: Processor Core ID: 0
[ 0.029526] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.029534] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.029545] mce: CPU supports 7 MCE banks
[ 0.029592] CPU0: Thermal monitoring enabled (TM1)
[ 0.029617] process: using mwait in idle threads
[ 0.029627] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.029635] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.030295] Freeing SMP alternatives memory: 28K (ffffffff82210000 - ffffffff82217000)
[ 0.046136] ftrace: allocating 208466 entries in 815 pages
[ 0.146481] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.147121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.186794] TSC deadline timer enabled
[ 0.186799] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[ 0.186856] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[ 0.186902] ... version: 3
[ 0.186907] ... bit width: 48
[ 0.186912] ... generic registers: 4
[ 0.186917] ... value mask: 0000ffffffffffff
[ 0.186922] ... max period: 0000ffffffffffff
[ 0.186928] ... fixed-purpose events: 3
[ 0.186933] ... event mask: 000000070000000f
[ 0.188952] x86: Booting SMP configuration:
[ 0.188960] .... node #0, CPUs: #1
[ 0.189297] Disabled fast string operations
[ 0.191890] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.192422] #2
[ 0.192734] Disabled fast string operations
[ 0.195305] #3<6>[ 0.195619] Disabled fast string operations
[ 0.197760] x86: Booted up 1 node, 4 CPUs
[ 0.197774] smpboot: Total of 4 processors activated (12771.88 BogoMIPS)
[ 0.202999] devtmpfs: initialized
[ 0.209188] evm: security.selinux
[ 0.209194] evm: security.SMACK64
[ 0.209199] evm: security.capability
[ 0.209387] PM: Registering ACPI NVS region [mem 0xdae7f000-0xdaf9efff] (1179648 bytes)
[ 0.209754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.211364] NET: Registered protocol family 16
[ 0.221934] cpuidle: using governor ladder
[ 0.233872] cpuidle: using governor menu
[ 0.234067] ACPI: bus type PCI registered
[ 0.234379] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.234391] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.234406] PCI: Using configuration type 1 for base access
[ 0.235070] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.251486] ACPI: Added _OSI(Module Device)
[ 0.251494] ACPI: Added _OSI(Processor Device)
[ 0.251501] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.251507] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.262883] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.271504] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.273352] ACPI: Dynamic OEM Table Load:
[ 0.273381] ACPI: SSDT 0xFFFF88011A78D000 000688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.275492] ACPI: Dynamic OEM Table Load:
[ 0.275518] ACPI: SSDT 0xFFFF88011A790000 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.277425] ACPI: Dynamic OEM Table Load:
[ 0.277450] ACPI: SSDT 0xFFFF88011A78EA00 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.280750] ACPI : EC: EC started
[ 0.282246] ACPI: Interpreter enabled
[ 0.282269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-578)
[ 0.282331] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.282337] ACPI: Using IOAPIC for interrupt routing
[ 0.282418] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.303590] ACPI: Power Resource [FN00] (off)
[ 0.304042] ACPI: Power Resource [FN01] (off)
[ 0.304381] ACPI: Power Resource [FN02] (off)
[ 0.304712] ACPI: Power Resource [FN03] (off)
[ 0.305045] ACPI: Power Resource [FN04] (off)
[ 0.307380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.307395] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.308033] \_SB_.PCI0:_OSC invalid UUID
[ 0.308036] _OSC request data:1 1f 0
[ 0.308042] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.308953] PCI host bridge to bus 0000:00
[ 0.308962] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.308970] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.308977] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.308985] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.308995] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff window]
[ 0.309004] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[ 0.309101] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.309486] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[ 0.309512] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[ 0.309523] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.309531] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.309974] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.310037] pci 0000:00:16.0: reg 0x10: [mem 0xf0705000-0xf070500f 64bit]
[ 0.310153] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.310496] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.310548] pci 0000:00:1a.0: reg 0x10: [mem 0xf070a000-0xf070a3ff]
[ 0.310680] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.310985] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.311043] pci 0000:00:1b.0: reg 0x10: [mem 0xf0700000-0xf0703fff 64bit]
[ 0.311176] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.311356] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.311521] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.311667] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.311822] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.311988] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.312133] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.312289] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.312451] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.312595] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.312914] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.312967] pci 0000:00:1d.0: reg 0x10: [mem 0xf0709000-0xf07093ff]
[ 0.313099] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.313395] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[ 0.313825] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[ 0.313881] pci 0000:00:1f.2: reg 0x10: [io 0x3088-0x308f]
[ 0.313898] pci 0000:00:1f.2: reg 0x14: [io 0x3094-0x3097]
[ 0.313927] pci 0000:00:1f.2: reg 0x18: [io 0x3080-0x3087]
[ 0.313944] pci 0000:00:1f.2: reg 0x1c: [io 0x3090-0x3093]
[ 0.313960] pci 0000:00:1f.2: reg 0x20: [io 0x3060-0x307f]
[ 0.313977] pci 0000:00:1f.2: reg 0x24: [mem 0xf0708000-0xf07087ff]
[ 0.314049] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.314341] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.314377] pci 0000:00:1f.3: reg 0x10: [mem 0xf0704000-0xf07040ff 64bit]
[ 0.314423] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[ 0.314831] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.314847] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[ 0.315098] pci 0000:01:00.0: [8086:0091] type 00 class 0x028000
[ 0.315720] pci 0000:01:00.0: reg 0x10: [mem 0xf0600000-0xf0601fff 64bit]
[ 0.317125] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.317431] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.326290] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.326302] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.326317] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.326398] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.326595] pci 0000:02:00.0: reg 0x10: [io 0x2000-0x20ff]
[ 0.326731] pci 0000:02:00.0: reg 0x18: [mem 0xf0404000-0xf0404fff 64bit pref]
[ 0.326816] pci 0000:02:00.0: reg 0x20: [mem 0xf0400000-0xf0403fff 64bit pref]
[ 0.327114] pci 0000:02:00.0: supports D1 D2
[ 0.327116] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.327273] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.338206] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.338222] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.338268] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.338347] pci 0000:03:00.0: reg 0x10: [mem 0xf0500000-0xf0507fff 64bit]
[ 0.338544] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 0.340868] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.341055] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.341243] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.341439] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.341621] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[ 0.341804] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.342021] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.342215] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[ 0.343574] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.343714] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.344101] ACPI : EC: 0 stale EC events cleared
[ 0.344903] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.344911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.344927] vgaarb: loaded
[ 0.344932] vgaarb: bridge control possible 0000:00:02.0
[ 0.345654] SCSI subsystem initialized
[ 0.345830] libata version 3.00 loaded.
[ 0.345928] ACPI: bus type USB registered
[ 0.346016] usbcore: registered new interface driver usbfs
[ 0.346060] usbcore: registered new interface driver hub
[ 0.346154] usbcore: registered new device driver usb
[ 0.346639] PCI: Using ACPI for IRQ routing
[ 0.350228] PCI: pci_cache_line_size set to 64 bytes
[ 0.350356] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.350366] e820: reserve RAM buffer [mem 0xd9c9f000-0xdbffffff]
[ 0.350369] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[ 0.350371] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
[ 0.351173] NetLabel: Initializing
[ 0.351179] NetLabel: domain hash size = 128
[ 0.351184] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.351246] NetLabel: unlabeled traffic allowed by default
[ 0.351467] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.351482] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.353579] clocksource: Switched to clocksource hpet
[ 0.394309] AppArmor: AppArmor Filesystem Enabled
[ 0.394587] pnp: PnP ACPI init
[ 0.395170] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.395181] system 00:00: [io 0x1000-0x100f] has been reserved
[ 0.395189] system 00:00: [io 0x5000-0x5003] has been reserved
[ 0.395197] system 00:00: [io 0xffff] has been reserved
[ 0.395206] system 00:00: [io 0x0400-0x0453] could not be reserved
[ 0.395214] system 00:00: [io 0x0458-0x047f] has been reserved
[ 0.395221] system 00:00: [io 0x0500-0x057f] has been reserved
[ 0.395229] system 00:00: [io 0x0a00-0x0a0f] has been reserved
[ 0.395237] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.395246] system 00:00: [io 0x5000-0x500f] could not be reserved
[ 0.395289] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.395381] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.395539] system 00:02: [io 0x0454-0x0457] has been reserved
[ 0.395552] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.395654] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.395779] pnp 00:04: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
[ 0.396231] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.396241] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.396253] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.396262] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.396271] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.396279] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.396287] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.396295] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.396304] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.396313] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.396326] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.397235] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.397291] pnp: PnP ACPI: found 7 devices
[ 0.408580] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.408644] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.408659] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[ 0.408679] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.408687] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.408705] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.408723] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.408735] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.408756] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.408758] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.408761] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.408763] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff window]
[ 0.408765] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
[ 0.408768] pci_bus 0000:01: resource 1 [mem 0xf0600000-0xf06fffff]
[ 0.408770] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.408772] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.408775] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
[ 0.408918] NET: Registered protocol family 2
[ 0.409597] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.410085] TCP bind hash table entries: 32768 (order: 9, 2097152 bytes)
[ 0.412032] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.412193] UDP hash table entries: 2048 (order: 6, 327680 bytes)
[ 0.412507] UDP-Lite hash table entries: 2048 (order: 6, 327680 bytes)
[ 0.413141] NET: Registered protocol family 1
[ 0.413190] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.413390] PCI: CLS 64 bytes, default 64
[ 0.413758] Trying to unpack rootfs image as initramfs...
[ 0.513666] Freeing initrd memory: 3792K (ffff880037888000 - ffff880037c3c000)
[ 0.513760] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.513769] software IO TLB [mem 0xd5c9f000-0xd9c9f000] (64MB) mapped at [ffff8800d5c9f000-ffff8800d9c9efff]
[ 0.513951] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[ 0.513961] hw unit of domain pp0-core 2^-16 Joules
[ 0.513966] hw unit of domain package 2^-16 Joules
[ 0.513972] hw unit of domain pp1-gpu 2^-16 Joules
[ 0.514264] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x28
[ 0.514293] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x28
[ 0.514316] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x28
[ 0.514341] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x28
[ 0.514527] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.514605] Scanning for low memory corruption every 60 seconds
[ 0.515950] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.516135] audit: initializing netlink subsys (disabled)
[ 0.516229] audit: type=2000 audit(1443080912.452:1): initialized
[ 0.517197] Initialise system trusted keyring
[ 0.517546] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.518038] VFS: Disk quotas dquot_6.6.0
[ 0.518086] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.519019] fuse init (API version 7.23)
[ 0.521516] Key type asymmetric registered
[ 0.521547] Asymmetric key parser 'x509' registered
[ 0.521610] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.521794] io scheduler noop registered
[ 0.521805] io scheduler deadline registered (default)
[ 0.521851] io scheduler cfq registered
[ 0.521861] start plist test
[ 0.523295] end plist test
[ 0.524670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.524697] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.524921] intel_idle: MWAIT substates: 0x21120
[ 0.524923] intel_idle: v0.4 model 0x2A
[ 0.524925] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.526341] ACPI: AC Adapter [ADP1] (on-line)
[ 0.526602] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.526659] ACPI: Lid Switch [LID0]
[ 0.526802] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.526860] ACPI: Power Button [PWRB]
[ 0.527005] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.527017] ACPI: Power Button [PWRF]
[ 0.531508] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.531517] ACPI: Thermal Zone [TZ00] (39 C)
[ 0.532183] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.532191] ACPI: Thermal Zone [TZ01] (30 C)
[ 0.532313] GHES: HEST is not enabled!
[ 0.532615] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.541937] ACPI: Battery Slot [BAT1] (battery present)
[ 0.542802] Linux agpgart interface v0.103
[ 0.553590] brd: module loaded
[ 0.559537] loop: module loaded
[ 0.564947] ahci 0000:00:1f.2: version 3.0
[ 0.565384] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.577582] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[ 0.577597] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[ 0.603910] scsi host0: ahci
[ 0.604549] scsi host1: ahci
[ 0.604950] scsi host2: ahci
[ 0.605438] scsi host3: ahci
[ 0.605853] scsi host4: ahci
[ 0.606260] scsi host5: ahci
[ 0.606452] ata1: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708100 irq 25
[ 0.606463] ata2: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708180 irq 25
[ 0.606471] ata3: DUMMY
[ 0.606477] ata4: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708280 irq 25
[ 0.606487] ata5: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708300 irq 25
[ 0.606495] ata6: DUMMY
[ 0.608147] libphy: Fixed MDIO Bus: probed
[ 0.608553] tun: Universal TUN/TAP device driver, 1.6
[ 0.608559] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.608784] PPP generic driver version 2.4.2
[ 0.609196] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.609488] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[ 0.619289] xhci_hcd 0000:03:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x00080000
[ 0.620234] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.620244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.620253] usb usb1: Product: xHCI Host Controller
[ 0.620259] usb usb1: Manufacturer: Linux 4.3.0-rc2-3-llvmlinux-amd64 xhci-hcd
[ 0.620267] usb usb1: SerialNumber: 0000:03:00.0
[ 0.621274] hub 1-0:1.0: USB hub found
[ 0.621399] hub 1-0:1.0: 2 ports detected
[ 0.622423] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.622440] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[ 0.622623] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.622747] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.622755] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.622763] usb usb2: Product: xHCI Host Controller
[ 0.622769] usb usb2: Manufacturer: Linux 4.3.0-rc2-3-llvmlinux-amd64 xhci-hcd
[ 0.622778] usb usb2: SerialNumber: 0000:03:00.0
[ 0.623359] hub 2-0:1.0: USB hub found
[ 0.623437] hub 2-0:1.0: 2 ports detected
[ 0.624091] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.624102] ehci-pci: EHCI PCI platform driver
[ 0.624450] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.624478] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.624506] ehci-pci 0000:00:1a.0: debug port 2
[ 0.628441] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.628473] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf070a000
[ 0.637474] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.637660] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.637669] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.637678] usb usb3: Product: EHCI Host Controller
[ 0.637684] usb usb3: Manufacturer: Linux 4.3.0-rc2-3-llvmlinux-amd64 ehci_hcd
[ 0.637692] usb usb3: SerialNumber: 0000:00:1a.0
[ 0.638247] hub 3-0:1.0: USB hub found
[ 0.638282] hub 3-0:1.0: 2 ports detected
[ 0.639114] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.639137] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 0.639167] ehci-pci 0000:00:1d.0: debug port 2
[ 0.643110] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.643142] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0709000
[ 0.653404] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.653580] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.653589] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.653597] usb usb4: Product: EHCI Host Controller
[ 0.653604] usb usb4: Manufacturer: Linux 4.3.0-rc2-3-llvmlinux-amd64 ehci_hcd
[ 0.653612] usb usb4: SerialNumber: 0000:00:1d.0
[ 0.654110] hub 4-0:1.0: USB hub found
[ 0.654142] hub 4-0:1.0: 2 ports detected
[ 0.654596] ehci-platform: EHCI generic platform driver
[ 0.654634] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.654658] ohci-pci: OHCI PCI platform driver
[ 0.654701] ohci-platform: OHCI generic platform driver
[ 0.654734] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.654883] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:EPAD] at 0x60,0x64 irq 1,12
[ 0.660815] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.660886] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.661786] mousedev: PS/2 mouse device common for all mice
[ 0.663213] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.663258] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.663340] device-mapper: uevent: version 1.0.3
[ 0.663529] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
[ 0.663570] Intel P-state driver initializing.
[ 0.664754] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.665739] NET: Registered protocol family 10
[ 0.667895] NET: Registered protocol family 17
[ 0.667975] Key type dns_resolver registered
[ 0.670302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.671284] registered taskstats version 1
[ 0.671305] Loading compiled-in X.509 certificates
[ 0.672476] Loaded X.509 cert 'Build time autogenerated kernel key: d861534734a1854c045ffb7a95ace7fffd94d654'
[ 0.680027] Key type trusted registered
[ 0.689854] Key type encrypted registered
[ 0.689872] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.689882] evm: HMAC attrs: 0x1
[ 0.690812] rtc_cmos 00:01: setting system clock to 2015-09-24 07:48:33 UTC (1443080913)
[ 0.690993] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.691000] EDD information not available.
[ 0.925345] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.926795] ata1.00: ATA-8: Hitachi HTS545050A7E380, GG2OA6C0, max UDMA/133
[ 0.926805] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 0.928429] ata1.00: configured for UDMA/133
[ 0.929888] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54505 A6C0 PQ: 0 ANSI: 5
[ 0.931204] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 0.931217] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 0.931512] sd 0:0:0:0: [sda] Write Protect is off
[ 0.931523] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.931618] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.931629] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.949245] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 0.965249] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 0.971127] sda: sda1 sda2 sda3
[ 0.972571] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.989161] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[ 1.081752] usb 3-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.081763] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.082608] hub 3-1:1.0: USB hub found
[ 1.082811] hub 3-1:1.0: 6 ports detected
[ 1.097926] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.097957] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.098681] hub 4-1:1.0: USB hub found
[ 1.098913] hub 4-1:1.0: 6 ports detected
[ 1.182991] usb 1-1: New USB device found, idVendor=046d, idProduct=c00e
[ 1.183003] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.183010] usb 1-1: Product: USB-PS/2 Optical Mouse
[ 1.183015] usb 1-1: Manufacturer: Logitech
[ 1.183408] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1.249117] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.249996] ata2.00: ATA-8: SanDisk iSSD P4 16GB, SSD 9.14, max UDMA/133
[ 1.250019] ata2.00: 31277232 sectors, multi 1: LBA48
[ 1.250768] ata2.00: configured for UDMA/133
[ 1.251363] scsi 1:0:0:0: Direct-Access ATA SanDisk iSSD P4 9.14 PQ: 0 ANSI: 5
[ 1.252221] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[ 1.252286] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 1.252618] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.252628] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.252767] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.254068] sdb: sdb1 sdb2
[ 1.255045] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.352912] usb 3-1.4: new high-speed USB device number 3 using ehci-pci
[ 1.368915] usb 4-1.5: new full-speed USB device number 3 using ehci-pci
[ 1.465616] usb 4-1.5: New USB device found, idVendor=8086, idProduct=0189
[ 1.465628] usb 4-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.513043] tsc: Refined TSC clocksource calibration: 1596.373 MHz
[ 1.513055] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1702c2a0637, max_idle_ns: 440795222505 ns
[ 1.568889] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.605362] usb 3-1.4: New USB device found, idVendor=2232, idProduct=1018
[ 1.605374] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.605382] usb 3-1.4: Product: WebCam SC-13HDL11431N
[ 1.605388] usb 3-1.4: Manufacturer: 123
[ 1.888695] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.890016] Freeing unused kernel memory: 2972K (ffffffff81f29000 - ffffffff82210000)
[ 1.890028] Write protecting the kernel read-only data: 14336k
[ 1.891004] Freeing unused kernel memory: 820K (ffff880001933000 - ffff880001a00000)
[ 1.891485] Freeing unused kernel memory: 700K (ffff880001d51000 - ffff880001e00000)
[ 1.932861] udevd[161]: starting version 175
[ 2.255376] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 2.255411] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 2.264700] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc900009e4000, e8:03:9a:36:17:a9, XID 0c900800 IRQ 31
[ 2.264725] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 2.293934] usbcore: registered new interface driver usbhid
[ 2.293951] usbhid: USB HID core driver
[ 2.362560] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0001/input/input5
[ 2.363168] hid-generic 0003:046D:C00E.0001: input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:03:00.0-1/input0
[ 2.512588] clocksource: Switched to clocksource tsc
[ 3.089893] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[ 3.710889] random: nonblocking pool is initialized
[ 4.154958] usb 3-1.2: new high-speed USB device number 4 using ehci-pci
[ 4.250098] usb 3-1.2: New USB device found, idVendor=12d1, idProduct=1446
[ 4.250128] usb 3-1.2: New USB device strings: Mfr=3, Product=2, SerialNumber=0
[ 4.250152] usb 3-1.2: Product: HUAWEI Mobile
[ 4.250172] usb 3-1.2: Manufacturer: HUAWEI Technology
[ 5.513716] init: ureadahead main process (462) terminated with status 5
[ 10.066664] Adding 262140k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:262140k FS
[ 10.306434] EXT4-fs (loop0): re-mounted. Opts: errors=remount-ro
[ 10.489425] udevd[696]: starting version 175
[ 12.035738] lp: driver loaded but no devices found
[ 13.945260] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150818/utaddress-245)
[ 13.945279] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 13.945288] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150818/utaddress-245)
[ 13.945297] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 13.945301] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150818/utaddress-245)
[ 13.945309] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 13.945313] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150818/utaddress-245)
[ 13.945320] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 13.945323] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 14.069692] wmi: Mapper loaded
[ 14.294848] samsung_laptop: detected SABI interface: SwSmi@
[ 15.407969] [drm] Initialized drm 1.1.0 20060810
[ 15.726860] Bluetooth: Core ver 2.20
[ 15.726922] NET: Registered protocol family 31
[ 15.726926] Bluetooth: HCI device and connection manager initialized
[ 15.727045] Bluetooth: HCI socket layer initialized
[ 15.727054] Bluetooth: L2CAP socket layer initialized
[ 15.727167] Bluetooth: SCO socket layer initialized
[ 15.857804] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
[ 15.872834] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
[ 15.887845] psmouse serio1: elantech: Elan sample query result 03, 3f, 86
[ 15.968155] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
[ 16.148872] usb-storage 3-1.2:1.0: USB Mass Storage device detected
[ 16.149698] scsi host6: usb-storage 3-1.2:1.0
[ 16.150044] usb-storage 3-1.2:1.1: USB Mass Storage device detected
[ 16.150292] scsi host7: usb-storage 3-1.2:1.1
[ 16.151215] usbcore: registered new interface driver usb-storage
[ 16.161318] usbcore: registered new interface driver btusb
[ 16.414133] Linux video capture interface: v2.00
[ 16.930624] Intel(R) Wireless WiFi driver for Linux
[ 16.930630] Copyright(c) 2003- 2015 Intel Corporation
[ 16.931094] iwlwifi 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 17.012879] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11431N (2232:1018)
[ 17.032640] input: WebCam SC-13HDL11431N as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/input/input7
[ 17.033120] usbcore: registered new interface driver uvcvideo
[ 17.033125] USB Video Class driver (1.1.1)
[ 17.148323] scsi 6:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
[ 17.151897] scsi 7:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2
[ 17.153005] sr 6:0:0:0: [sr0] scsi-1 drive
[ 17.153009] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 17.154668] sr 6:0:0:0: Attached scsi CD-ROM sr0
[ 17.155284] sr 6:0:0:0: Attached scsi generic sg2 type 5
[ 17.157351] sd 7:0:0:0: Attached scsi generic sg3 type 0
[ 17.167739] sd 7:0:0:0: [sdc] Attached SCSI removable disk
[ 17.273226] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[ 17.288372] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 17.288378] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 17.288381] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 17.288383] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 17.288385] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 17.288389] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19
[ 17.288392] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 17.350054] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 17.351119] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 17.351546] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 17.391304] [drm] Memory usable by graphics device = 2048M
[ 17.391385] [drm] Replacing VGA console driver
[ 17.400338] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 17.400342] [drm] Driver supports precise vblank timestamp query.
[ 17.401189] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 17.417551] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 17.418460] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[ 17.420215] [drm] Initialized i915 1.6.0 20150731 for 0000:00:02.0 on minor 0
[ 17.431559] fbcon: inteldrmfb (fb0) is primary device
[ 17.783217] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 17.783219] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 17.783221] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 17.783223] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[ 17.783805] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[ 17.797174] ppdev: user-space parallel port driver
[ 17.944538] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 18.092944] cfg80211: World regulatory domain updated:
[ 18.092947] cfg80211: DFS Master region: unset
[ 18.092947] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 18.092950] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 18.092951] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 18.092953] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 18.092954] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 18.092955] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 18.485193] Console: switching to colour frame buffer device 170x48
[ 18.490216] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 19.560286] usb 3-1.2: USB disconnect, device number 4
[ 19.770185] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 19.770192] Bluetooth: BNEP filters: protocol multicast
[ 19.770204] Bluetooth: BNEP socket layer initialized
[ 19.783722] Bluetooth: RFCOMM TTY layer initialized
[ 19.783747] Bluetooth: RFCOMM socket layer initialized
[ 19.783764] Bluetooth: RFCOMM ver 1.11
[ 20.030223] audit: type=1400 audit(1443073732.847:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=1221 comm="apparmor_parser"
[ 20.030236] audit: type=1400 audit(1443073732.847:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1221 comm="apparmor_parser"
[ 20.030243] audit: type=1400 audit(1443073732.847:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=1221 comm="apparmor_parser"
[ 20.030271] audit: type=1400 audit(1443073732.847:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1223 comm="apparmor_parser"
[ 20.030286] audit: type=1400 audit(1443073732.847:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1223 comm="apparmor_parser"
[ 20.030298] audit: type=1400 audit(1443073732.847:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1223 comm="apparmor_parser"
[ 20.030417] audit: type=1400 audit(1443073732.847:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1222 comm="apparmor_parser"
[ 20.030428] audit: type=1400 audit(1443073732.847:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1222 comm="apparmor_parser"
[ 20.030436] audit: type=1400 audit(1443073732.847:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1222 comm="apparmor_parser"
[ 20.031093] audit: type=1400 audit(1443073732.847:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1222 comm="apparmor_parser"
[ 20.656441] init: failsafe main process (1256) killed by TERM signal
[ 23.345353] usb 3-1.2: new high-speed USB device number 5 using ehci-pci
[ 23.439847] usb 3-1.2: New USB device found, idVendor=12d1, idProduct=1436
[ 23.439852] usb 3-1.2: New USB device strings: Mfr=4, Product=3, SerialNumber=0
[ 23.439855] usb 3-1.2: Product: HUAWEI Mobile
[ 23.439858] usb 3-1.2: Manufacturer: HUAWEI Technology
[ 23.444006] usb-storage 3-1.2:1.0: USB Mass Storage device detected
[ 23.445147] usb-storage 3-1.2:1.1: USB Mass Storage device detected
[ 23.445670] usb-storage 3-1.2:1.2: USB Mass Storage device detected
[ 23.446189] usb-storage 3-1.2:1.3: USB Mass Storage device detected
[ 23.446686] usb-storage 3-1.2:1.4: USB Mass Storage device detected
[ 23.448601] usb-storage 3-1.2:1.5: USB Mass Storage device detected
[ 23.449456] scsi host13: usb-storage 3-1.2:1.5
[ 23.450142] usb-storage 3-1.2:1.6: USB Mass Storage device detected
[ 23.450643] scsi host14: usb-storage 3-1.2:1.6
[ 23.529894] usbcore: registered new interface driver usbserial
[ 23.537065] cdc_ether 3-1.2:1.1 wwan0: register 'cdc_ether' at usb-0000:00:1a.0-1.2, Mobile Broadband Network Device, 02:50:f3:00:00:00
[ 23.537401] usbcore: registered new interface driver cdc_ether
[ 23.622963] usbcore: registered new interface driver option
[ 23.624786] usbserial: USB Serial support registered for GSM modem (1-port)
[ 23.625054] option 3-1.2:1.0: GSM modem (1-port) converter detected
[ 23.627233] usb 3-1.2: GSM modem (1-port) converter now attached to ttyUSB0
[ 23.627672] option 3-1.2:1.3: GSM modem (1-port) converter detected
[ 23.628133] usb 3-1.2: GSM modem (1-port) converter now attached to ttyUSB1
[ 23.628207] option 3-1.2:1.4: GSM modem (1-port) converter detected
[ 23.628480] usb 3-1.2: GSM modem (1-port) converter now attached to ttyUSB2
[ 24.464353] scsi 14:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2
[ 24.465289] scsi 13:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
[ 24.466480] sd 14:0:0:0: Attached scsi generic sg2 type 0
[ 24.475668] sr 13:0:0:0: [sr0] scsi-1 drive
[ 24.475924] sd 14:0:0:0: [sdc] Attached SCSI removable disk
[ 24.476466] sr 13:0:0:0: Attached scsi CD-ROM sr0
[ 24.478301] sr 13:0:0:0: Attached scsi generic sg3 type 5
[ 24.738828] r8169 0000:02:00.0 eth0: link down
[ 24.738921] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 24.824396] BUG: sleeping function called from invalid context at kernel/workqueue.c:2767
[ 24.824511] in_atomic(): 0, irqs_disabled(): 1, pid: 1485, name: acpid
[ 24.824596] 3 locks held by acpid/1485:
[ 24.824599] #0: (&evdev->mutex){+.+...}, at: [<ffffffff8174a2bc>] evdev_release+0xbc/0xf0
[ 24.824612] #1: (&dev->mutex#2){+.+...}, at: [<ffffffff817419d7>] input_close_device+0x27/0x70
[ 24.824624] #2: (hid_open_mut){+.+...}, at: [<ffffffffa0056388>] usbhid_close+0x28/0xb0 [usbhid]
[ 24.824636] irq event stamp: 7914
[ 24.824639] hardirqs last enabled at (7913): [<ffffffff8192a2b2>] _raw_spin_unlock_irq+0x32/0x60
[ 24.824646] hardirqs last disabled at (7914): [<ffffffff81120e37>] del_timer_sync+0x37/0x110
[ 24.824652] softirqs last enabled at (7220): [<ffffffff818b06a9>] local_bh_enable+0x9/0x20
[ 24.824659] softirqs last disabled at (7218): [<ffffffff818b0689>] local_bh_disable+0x9/0x20
[ 24.824666] CPU: 1 PID: 1485 Comm: acpid Not tainted 4.3.0-rc2-3-llvmlinux-amd64 #2
[ 24.824670] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 24.824673] ffff8800d4806948 0000000000000096 0000000000000000 ffff8800b8933bf8
[ 24.824680] ffffffff8149a4ad ffff8800b8933c28 ffffffff810cd53a ffffffff81c56fcc
[ 24.824686] ffff8801185f4240 0000000000000000 0000000000000acf ffff8800b8933c68
[ 24.824693] Call Trace:
[ 24.824699] [<ffffffff8149a4ad>] dump_stack+0x7d/0xa0
[ 24.824705] [<ffffffff810cd53a>] ___might_sleep+0x28a/0x2a0
[ 24.824709] [<ffffffff810cd23f>] __might_sleep+0x4f/0xc0
[ 24.824715] [<ffffffff810b01de>] __cancel_work_timer+0x2e/0x270
[ 24.824720] [<ffffffff8192a252>] ? _raw_spin_unlock_irqrestore+0x52/0x80
[ 24.824725] [<ffffffff81120ded>] ? try_to_del_timer_sync+0xad/0xc0
[ 24.824730] [<ffffffff810b01a8>] cancel_work_sync+0x18/0x20
[ 24.824736] [<ffffffffa00563d5>] usbhid_close+0x75/0xb0 [usbhid]
[ 24.824744] [<ffffffffa00394d1>] hidinput_close+0x31/0x40 [hid]
[ 24.824751] [<ffffffffa00394a0>] ? hidinput_open+0x40/0x40 [hid]
[ 24.824756] [<ffffffff817419f8>] input_close_device+0x48/0x70
[ 24.824761] [<ffffffff8174a2d6>] evdev_release+0xd6/0xf0
[ 24.824766] [<ffffffff81271dc7>] __fput+0x107/0x240
[ 24.824771] [<ffffffff81271c56>] ____fput+0x16/0x20
[ 24.824776] [<ffffffff810b979c>] task_work_run+0x6c/0xe0
[ 24.824781] [<ffffffff81003b8a>] prepare_exit_to_usermode+0x13a/0x140
[ 24.824786] [<ffffffff81003e11>] syscall_return_slowpath+0x281/0x2f0
[ 24.824791] [<ffffffff8126e4a5>] ? filp_close+0x65/0x90
[ 24.824796] [<ffffffff81003017>] ? trace_hardirqs_on_thunk+0x17/0x19
[ 24.824802] [<ffffffff8192afe2>] int_ret_from_sys_call+0x25/0x9f
[ 113.618015] PPP BSD Compression module registered
[ 113.623413] PPP Deflate Compression module registered
[ 357.765458] usb 4-1.5: USB disconnect, device number 3
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2015-09-24 09:01    [W:0.797 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site