[U-Boot] U-boot VESA driver Initialization

vinoth eswaran evinoth1206 at gmail.com
Tue Jun 14 08:57:39 CEST 2016


Hello Bin,

On Tue, Jun 14, 2016 at 4:04 AM, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Mon, Jun 13, 2016 at 5:41 PM, vinoth eswaran <evinoth1206 at gmail.com> wrote:
>> Hello Mr.Bin,
>> Hello Mr.George McCollister,
>>
>>  I am working on an embedded project to optimize Linux boot up time. I have
>> a camera application, which I need to run as fast as possible after powering
>> up the board.
>>
>> For this currently I am analyzing how can I optimize the U-boot. As of now,
>> u-boot takes around 3 to 4 seconds and most of the time is spent, around 2
>> secs in initializing the VESA display.
>>
>> I have analyzed the sequence of VESA initialization flow and I have
>> identified that realmode_call under the function bios_run_on_x86() takes
>> more time -- around 1.7 Sec,
>>
>>     realmode_call(addr + 0x0003, num_dev, 0xffff, 0x0000, 0xffff, 0x0,
>>               0x0);
>>
>> Do you have any idea why this is happening?
>>
>> I tried removing the VIDEO configuration from u-boot, though the boot up is
>> fast , the i915 driver from Linux is reporting an error -- 'i915
>> 0000:00:02.0: Invalid ROM contents'
>
> Can you point out which file in the kernel source that reports this? I
> cannot find such message in latest kernel source tree.
>
     In U-boot I removed the VESA driver support by doing the following changes,

In Minnowmax_defconfig:
CONFIG_VIDEO_VESA=n
CONFIG_FRAMEBUFFER_SET_VESA_MODE=n
CONFIG_FRAMEBUFFER_VESA_MODE_11A=n

In X86-common.h I commented out the macros defining the VIDEO Configuration,

/*
#define CONFIG_VIDEO
#define CONFIG_VIDEO_SW_CURSOR
#define VIDEO_FB_16BPP_WORD_SWAP
#define CONFIG_VGA_AS_SINGLE_DEVICE
#define CONFIG_CFB_CONSOLE
#define CONFIG_CONSOLE_SCROLL_LINES 5
*/

After these changes in the Linux Kernel start up, I am seeing that the
i915 driver is not getting properly initialized. I have attached the
dmesg logs for your reference.

[    0.256735] i915 0000:00:02.0: Invalid ROM contents
[    0.262230] [drm] failed to find VBIOS tables

The PCI bus its reporting error corresponds to INTEL VGA controller.
00:02.0 VGA compatible controller: Intel Corporation Atom Processor
Z36xxx/Z37xxx Series Graphics & Display (rev 11)

The error message is in the Linux source tree:
/drivers/pci/rom.c:            dev_err(&pdev->dev, "Invalid ROM contents\n");

Though I am seeing i915 init_call  returning 0

[    0.720522] initcall i915_init+0x0/0x99 returned 0 after 456068 usecs.

I am seeing the weston is not starting up properly. Please let me know
if you find any odd behaviour.

>> I understand that the Linux kernel expects the underlying boot loader to
>> setup some initialization which is missing in this case.
>>
>
> My understanding is that if we have native graphics driver in the
> kernel, then the bootloader does not need initialize the graphics
> hardware.
>
>> Do you know any methods by which I can speed up the video driver
>> initialization phase in u-boot. Please note that I don't need video support
>> during u-boot phase,I am not going to use any splash images.
>>
>
> Regards,
> Bin

Regards,
Vinothkumar
-------------- next part --------------


U-Boot 2016.07-rc1-00035-g9769e05-dirty (Jun 14 2016 - 08:38:16 +0200)

CPU: x86_64, vendor Intel, device 30679h
DRAM:  2 GiB
MMC:   ValleyView SDHCI: 0, ValleyView SDHCI: 1
SF: Detected W25Q64CV with page size 256 Bytes, erase size 4 KiB, total 8 MiB
*** Warning - bad CRC, using default environment

Model: Intel Minnowboard Max
SCSI:  SATA link 0 timeout.
SATA link 1 timeout.
AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
flags: 64bit ncq stag pm led clo pio slum part sxs 
scanning bus for devices...
Found 0 device(s).
Net:   
Warning: eth_rtl8169 using MAC address from ROM
eth0: eth_rtl8169
Hit any key to stop autoboot:  0 
reading bzImage
5829888 bytes read in 124 ms (44.8 MiB/s)
Valid Boot Flag
Setup Size = 0x00004000
Magic signature found
Using boot protocol version 2.0d
Linux kernel version 4.4.6-ina (vies7605 at eso9265) #1 SMP Mon Jun 13 11:29:53 CEST 2016
Building boot_params at 0x00090000
Loading bzImage at address 100000 (5813504 bytes)
Magic signature found
Kernel command line: "quiet initcall_debug=1"

Starting kernel ...

Timer summary in microseconds:
       Mark    Elapsed  Stage
          0          0  reset
    460,904    460,904  id=64
    465,862      4,958  id=65
    468,326      2,464  main_loop
    788,186    319,860  start_kernel

Accumulated time:
               420,910  ahci
[    0.000000] Linux Kernel start_kernel start 
[    0.012718] Freeing SMP alternatives memory: 28K (ffffffff81deb000 - ffffffff81df2000)
[    0.256735] i915 0000:00:02.0: Invalid ROM contents
[    0.853907] Freeing unused kernel memory: 1000K (ffffffff81cf1000 - ffffffff81deb000)
[    0.863037] Freeing unused kernel memory: 20K (ffff8800017fb000 - ffff880001800000)
[    0.881683] Freeing unused kernel memory: 1500K (ffff880001a89000 - ffff880001c00000)
[    0.890503] running init process /sbin/init 
[    0.912676] running init process returned /sbin/init 

INA OS 0.1 minnowturbot ttyS0

minnowturbot login: root
root at minnowturbot:~# dmesg
[    0.000000] Linux Kernel start_kernel start 
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.6-ina (vies7605 at eso9265) (gcc version 5.3.0 (GCC) ) #1 SMP Mon Jun 13 11:29:53 CEST 2016
[    0.000000] Command line: quiet initcall_debug=1
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007b5fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b600000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.0 present.
[    0.000000] DMI: intel minnowmax/minnowmax, BIOS 2016.07-rc1-00035-g9769e05-dirty 06/14/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7b600 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-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFF00000 mask FFFF00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 07B800000 mask FFF800000 uncachable
[    0.000000]   3 base 07C000000 mask FFC000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000f0400-0x000f040f] mapped at [ffff8800000f0400]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000047000] 47000 size 24576
[    0.000000] BRK [0x01ed3000, 0x01ed3fff] PGTABLE
[    0.000000] BRK [0x01ed4000, 0x01ed4fff] PGTABLE
[    0.000000] BRK [0x01ed5000, 0x01ed5fff] PGTABLE
[    0.000000] BRK [0x01ed6000, 0x01ed6fff] PGTABLE
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0800 000024 (v02 U-BOOT)
[    0.000000] ACPI: XSDT 0x00000000000F08E0 00003C (v01 U-BOOT U-BOOTBL 00000000 INTL 00000000)
[    0.000000] ACPI: FACP 0x00000000000F2670 0000F4 (v04 U-BOOT U-BOOTBL 00000000 INTL 00000000)
[    0.000000] ACPI: DSDT 0x00000000000F0A80 001BED (v02 U-BOOT U-BOOTBL 00010000 INTL 20160318)
[    0.000000] ACPI: FACS 0x00000000000F0A40 000040
[    0.000000] ACPI: FACS 0x00000000000F0A40 000040
[    0.000000] ACPI: APIC 0x00000000000F2770 00005C (v04 U-BOOT U-BOOTBL 00000000 INTL 00000000)
[    0.000000] ACPI: MCFG 0x00000000000F27D0 00003C (v01 U-BOOT U-BOOTBL 00000000 INTL 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007b5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x7b5fc000-0x7b5fffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007b5fffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007b5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007b5fffff]
[    0.000000] On node 0 totalpages: 505247
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 104 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7832 pages used for memmap
[    0.000000]   DMA32 zone: 501248 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics stolen memory at 0x7c000000-0x7fffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[    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] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 31 pages/cpu @ffff88007b200000 s86808 r8192 d31976 u1048576
[    0.000000] pcpu-alloc: s86808 r8192 d31976 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 497247
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait rootfstype=ext4 console=ttyS0,115200 console=tty0 quiet initcall_debug=1
[    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: 1972232K/2020988K available (8161K kernel code, 959K rwdata, 2596K rodata, 1000K init, 892K bss, 48756K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] NR_IRQS:4352 nr_irqs:512 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] Maximum core-clock to bus-clock ratio: 0xb
[    0.000000] Resolved frequency ID: 2, frequency: 133200 KHz
[    0.000000] TSC runs at 1465200 KHz
[    0.000000] lapic_timer_frequency = 133200
[    0.000000] tsc: Detected 1465.200 MHz processor
[    0.000045] Calibrating delay loop (skipped), value calculated using timer frequency.. 2930.40 BogoMIPS (lpj=1465200)
[    0.000052] pid_max: default: 32768 minimum: 301
[    0.000063] ACPI: Core revision 20150930
[    0.003253] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.003299] Security Framework initialized
[    0.003305] SELinux:  Initializing.
[    0.003320] SELinux:  Starting in permissive mode
[    0.003651] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004961] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.005591] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.005607] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.006064] Initializing cgroup subsys freezer
[    0.006109] CPU: Physical Processor ID: 0
[    0.006113] CPU: Processor Core ID: 0
[    0.006121] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.006124] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.012151] mce: CPU supports 6 MCE banks
[    0.012167] CPU0: Thermal monitoring enabled (TM1)
[    0.012173] process: using mwait in idle threads
[    0.012181] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.012185] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.012718] Freeing SMP alternatives memory: 28K (ffffffff81deb000 - ffffffff81df2000)
[    0.022684] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.032712] TSC deadline timer enabled
[    0.032719] smpboot: CPU0: Intel(R) Atom(TM) CPU  E3826  @ 1.46GHz (family: 0x6, model: 0x37, stepping: 0x9)
[    0.032757] calling  trace_init_flags_sys_exit+0x0/0xf @ 1
[    0.032765] initcall trace_init_flags_sys_exit+0x0/0xf returned 0 after 0 usecs
[    0.032775] calling  trace_init_flags_sys_enter+0x0/0xf @ 1
[    0.032782] initcall trace_init_flags_sys_enter+0x0/0xf returned 0 after 0 usecs
[    0.032790] calling  set_real_mode_permissions+0x0/0x99 @ 1
[    0.032806] initcall set_real_mode_permissions+0x0/0x99 returned 0 after 0 usecs
[    0.032815] calling  trace_init_perf_perm_irq_work_exit+0x0/0x13 @ 1
[    0.032821] initcall trace_init_perf_perm_irq_work_exit+0x0/0x13 returned 0 after 0 usecs
[    0.032831] calling  init_hw_perf_events+0x0/0x4cd @ 1
[    0.032834] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.032854] ... version:                3
[    0.032858] ... bit width:              40
[    0.032861] ... generic registers:      2
[    0.032864] ... value mask:             000000ffffffffff
[    0.032867] ... max period:             000000ffffffffff
[    0.032870] ... fixed-purpose events:   3
[    0.032873] ... event mask:             0000000700000003
[    0.032890] initcall init_hw_perf_events+0x0/0x4cd returned 0 after 0 usecs
[    0.032899] calling  validate_x2apic+0x0/0x25 @ 1
[    0.032905] initcall validate_x2apic+0x0/0x25 returned 0 after 0 usecs
[    0.032914] calling  register_trigger_all_cpu_backtrace+0x0/0x16 @ 1
[    0.032920] initcall register_trigger_all_cpu_backtrace+0x0/0x16 returned 0 after 0 usecs
[    0.032930] calling  spawn_ksoftirqd+0x0/0x2d @ 1
[    0.033001] initcall spawn_ksoftirqd+0x0/0x2d returned 0 after 0 usecs
[    0.033013] calling  init_workqueues+0x0/0x4db @ 1
[    0.033238] initcall init_workqueues+0x0/0x4db returned 0 after 0 usecs
[    0.033247] calling  migration_init+0x0/0x69 @ 1
[    0.033256] initcall migration_init+0x0/0x69 returned 0 after 0 usecs
[    0.033264] calling  check_cpu_stall_init+0x0/0x1b @ 1
[    0.033270] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[    0.033278] calling  rcu_spawn_gp_kthread+0x0/0xfd @ 1
[    0.033363] initcall rcu_spawn_gp_kthread+0x0/0xfd returned 0 after 0 usecs
[    0.033373] calling  cpu_stop_init+0x0/0x9e @ 1
[    0.033431] initcall cpu_stop_init+0x0/0x9e returned 0 after 0 usecs
[    0.033447] calling  relay_init+0x0/0x14 @ 1
[    0.033455] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[    0.033463] calling  init_events+0x0/0x61 @ 1
[    0.033477] initcall init_events+0x0/0x61 returned 0 after 0 usecs
[    0.033486] calling  init_trace_printk+0x0/0x12 @ 1
[    0.033492] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[    0.033501] calling  event_trace_enable_again+0x0/0x26 @ 1
[    0.033508] initcall event_trace_enable_again+0x0/0x26 returned 0 after 0 usecs
[    0.033518] calling  jump_label_init_module+0x0/0x12 @ 1
[    0.033524] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[    0.033533] calling  rand_initialize+0x0/0x40 @ 1
[    0.033662] initcall rand_initialize+0x0/0x40 returned 0 after 0 usecs
[    0.033670] calling  mce_amd_init+0x0/0x159 @ 1
[    0.033676] initcall mce_amd_init+0x0/0x159 returned -19 after 0 usecs
[    0.033952] x86: Booting SMP configuration:
[    0.033960] .... node  #0, CPUs:      #1
[    0.042107] x86: Booted up 1 node, 2 CPUs
[    0.042113] smpboot: Total of 2 processors activated (5860.80 BogoMIPS)
[    0.042774] devtmpfs: initialized
[    0.043238] calling  ipc_ns_init+0x0/0x48 @ 1
[    0.043247] initcall ipc_ns_init+0x0/0x48 returned 0 after 0 usecs
[    0.043256] calling  init_mmap_min_addr+0x0/0x25 @ 1
[    0.043262] initcall init_mmap_min_addr+0x0/0x25 returned 0 after 0 usecs
[    0.043271] calling  init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[    0.043281] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[    0.043291] calling  net_ns_init+0x0/0x1bc @ 1
[    0.043304] initcall net_ns_init+0x0/0x1bc returned 0 after 0 usecs
[    0.043388] calling  e820_mark_nvs_memory+0x0/0x3b @ 1
[    0.043394] initcall e820_mark_nvs_memory+0x0/0x3b returned 0 after 0 usecs
[    0.043402] calling  cpufreq_tsc+0x0/0x33 @ 1
[    0.043407] initcall cpufreq_tsc+0x0/0x33 returned 0 after 0 usecs
[    0.043416] calling  init_cpu_syscore+0x0/0x14 @ 1
[    0.043422] initcall init_cpu_syscore+0x0/0x14 returned 0 after 0 usecs
[    0.043431] calling  reboot_init+0x0/0x37 @ 1
[    0.043445] initcall reboot_init+0x0/0x37 returned 0 after 0 usecs
[    0.043452] calling  init_lapic_sysfs+0x0/0x23 @ 1
[    0.043458] initcall init_lapic_sysfs+0x0/0x23 returned 0 after 0 usecs
[    0.043469] calling  cpu_hotplug_pm_sync_init+0x0/0x14 @ 1
[    0.043476] initcall cpu_hotplug_pm_sync_init+0x0/0x14 returned 0 after 0 usecs
[    0.043485] calling  alloc_frozen_cpus+0x0/0x8 @ 1
[    0.043491] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[    0.043500] calling  wq_sysfs_init+0x0/0x2b @ 1
[    0.043681] initcall wq_sysfs_init+0x0/0x2b returned 0 after 0 usecs
[    0.043693] calling  ksysfs_init+0x0/0x93 @ 1
[    0.043707] kworker/u4:0 (16) used greatest stack depth: 15000 bytes left
[    0.043721] initcall ksysfs_init+0x0/0x93 returned 0 after 0 usecs
[    0.043729] calling  pm_init+0x0/0x74 @ 1
[    0.043778] initcall pm_init+0x0/0x74 returned 0 after 0 usecs
[    0.043786] calling  pm_disk_init+0x0/0x19 @ 1
[    0.043806] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[    0.043818] calling  swsusp_header_init+0x0/0x40 @ 1
[    0.043826] initcall swsusp_header_init+0x0/0x40 returned 0 after 0 usecs
[    0.043835] calling  init_jiffies_clocksource+0x0/0x19 @ 1
[    0.043841] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.043848] initcall init_jiffies_clocksource+0x0/0x19 returned 0 after 0 usecs
[    0.043856] calling  cgroup_wq_init+0x0/0x54 @ 1
[    0.043889] initcall cgroup_wq_init+0x0/0x54 returned 0 after 0 usecs
[    0.043899] calling  ftrace_nodyn_init+0x0/0x12 @ 1
[    0.043905] initcall ftrace_nodyn_init+0x0/0x12 returned 0 after 0 usecs
[    0.043913] calling  init_function_trace+0x0/0x12 @ 1
[    0.043921] initcall init_function_trace+0x0/0x12 returned 0 after 0 usecs
[    0.043930] calling  init_graph_trace+0x0/0x64 @ 1
[    0.043939] initcall init_graph_trace+0x0/0x64 returned 0 after 0 usecs
[    0.043949] calling  perf_workqueue_init+0x0/0x5b @ 1
[    0.044027] initcall perf_workqueue_init+0x0/0x5b returned 0 after 0 usecs
[    0.044037] calling  init_zero_pfn+0x0/0x39 @ 1
[    0.044043] initcall init_zero_pfn+0x0/0x39 returned 0 after 0 usecs
[    0.044052] calling  fsnotify_init+0x0/0x24 @ 1
[    0.044061] initcall fsnotify_init+0x0/0x24 returned 0 after 0 usecs
[    0.044089] calling  filelock_init+0x0/0x9f @ 1
[    0.044124] initcall filelock_init+0x0/0x9f returned 0 after 0 usecs
[    0.044134] calling  init_misc_binfmt+0x0/0x2d @ 1
[    0.044143] initcall init_misc_binfmt+0x0/0x2d returned 0 after 0 usecs
[    0.044152] calling  init_script_binfmt+0x0/0x16 @ 1
[    0.044158] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.044166] calling  init_elf_binfmt+0x0/0x16 @ 1
[    0.044172] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.044181] calling  init_compat_elf_binfmt+0x0/0x16 @ 1
[    0.044187] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.044195] calling  debugfs_init+0x0/0x59 @ 1
[    0.044207] initcall debugfs_init+0x0/0x59 returned 0 after 0 usecs
[    0.044215] calling  tracefs_init+0x0/0x3b @ 1
[    0.044223] initcall tracefs_init+0x0/0x3b returned 0 after 0 usecs
[    0.044233] calling  prandom_init+0x0/0xcc @ 1
[    0.044246] initcall prandom_init+0x0/0xcc returned 0 after 0 usecs
[    0.044255] calling  iommu_init+0x0/0x56 @ 1
[    0.044265] initcall iommu_init+0x0/0x56 returned 0 after 0 usecs
[    0.044276] calling  early_resume_init+0x0/0x230 @ 1
[    0.044297] RTC time:  6:50:11, date: 165/165/00
[    0.044303] initcall early_resume_init+0x0/0x230 returned 0 after 0 usecs
[    0.044311] calling  cpufreq_core_init+0x0/0x4c @ 1
[    0.044322] initcall cpufreq_core_init+0x0/0x4c returned 0 after 0 usecs
[    0.044329] calling  cpuidle_init+0x0/0x3b @ 1
[    0.044343] initcall cpuidle_init+0x0/0x3b returned 0 after 0 usecs
[    0.044353] calling  bsp_pm_check_init+0x0/0x14 @ 1
[    0.044359] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[    0.044368] calling  sock_init+0x0/0x8f @ 1
[    0.044487] initcall sock_init+0x0/0x8f returned 0 after 0 usecs
[    0.044499] calling  netlink_proto_init+0x0/0x172 @ 1
[    0.044696] NET: Registered protocol family 16
[    0.044721] initcall netlink_proto_init+0x0/0x172 returned 0 after 0 usecs
[    0.044821] calling  bdi_class_init+0x0/0x49 @ 1
[    0.044946] initcall bdi_class_init+0x0/0x49 returned 0 after 0 usecs
[    0.044957] calling  mm_sysfs_init+0x0/0x29 @ 1
[    0.044970] initcall mm_sysfs_init+0x0/0x29 returned 0 after 0 usecs
[    0.044980] calling  kobject_uevent_init+0x0/0x12 @ 1
[    0.044995] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[    0.045005] calling  pcibus_class_init+0x0/0x19 @ 1
[    0.045028] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[    0.045076] calling  pci_driver_init+0x0/0x12 @ 1
[    0.045180] initcall pci_driver_init+0x0/0x12 returned 0 after 0 usecs
[    0.045192] calling  backlight_class_init+0x0/0xa8 @ 1
[    0.045215] initcall backlight_class_init+0x0/0xa8 returned 0 after 0 usecs
[    0.045260] calling  tty_class_init+0x0/0x34 @ 1
[    0.045283] initcall tty_class_init+0x0/0x34 returned 0 after 0 usecs
[    0.045333] calling  vtconsole_class_init+0x0/0xbd @ 1
[    0.045480] initcall vtconsole_class_init+0x0/0xbd returned 0 after 0 usecs
[    0.045491] calling  iommu_dev_init+0x0/0x19 @ 1
[    0.045514] initcall iommu_dev_init+0x0/0x19 returned 0 after 0 usecs
[    0.045559] calling  mipi_dsi_bus_init+0x0/0x12 @ 1
[    0.045632] initcall mipi_dsi_bus_init+0x0/0x12 returned 0 after 0 usecs
[    0.045643] calling  wakeup_sources_debugfs_init+0x0/0x24 @ 1
[    0.045662] initcall wakeup_sources_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[    0.045673] calling  register_node_type+0x0/0x19 @ 1
[    0.045768] initcall register_node_type+0x0/0x19 returned 0 after 0 usecs
[    0.045779] calling  regmap_initcall+0x0/0xd @ 1
[    0.045794] initcall regmap_initcall+0x0/0xd returned 0 after 0 usecs
[    0.045803] calling  spi_init+0x0/0x83 @ 1
[    0.045886] initcall spi_init+0x0/0x83 returned 0 after 0 usecs
[    0.045931] calling  i2c_init+0x0/0x9a @ 1
[    0.046068] initcall i2c_init+0x0/0x9a returned 0 after 0 usecs
[    0.046077] calling  init_ladder+0x0/0x12 @ 1
[    0.050147] cpuidle: using governor ladder
[    0.050155] initcall init_ladder+0x0/0x12 returned 0 after 4882 usecs
[    0.050163] calling  init_menu+0x0/0x12 @ 1
[    0.053160] cpuidle: using governor menu
[    0.053168] initcall init_menu+0x0/0x12 returned 0 after 2929 usecs
[    0.053179] calling  amd_postcore_init+0x0/0x13f @ 1
[    0.053186] initcall amd_postcore_init+0x0/0x13f returned 0 after 0 usecs
[    0.053282] calling  boot_params_ksysfs_init+0x0/0x232 @ 1
[    0.053302] initcall boot_params_ksysfs_init+0x0/0x232 returned 0 after 0 usecs
[    0.053309] calling  sbf_init+0x0/0xe9 @ 1
[    0.053315] initcall sbf_init+0x0/0xe9 returned 0 after 0 usecs
[    0.053323] calling  arch_kdebugfs_init+0x0/0x1f6 @ 1
[    0.053353] initcall arch_kdebugfs_init+0x0/0x1f6 returned 0 after 0 usecs
[    0.053363] calling  pt_init+0x0/0x272 @ 1
[    0.053369] initcall pt_init+0x0/0x272 returned -19 after 0 usecs
[    0.053377] calling  bts_init+0x0/0xaa @ 1
[    0.053389] initcall bts_init+0x0/0xaa returned 0 after 0 usecs
[    0.053398] calling  mtrr_if_init+0x0/0x64 @ 1
[    0.053410] initcall mtrr_if_init+0x0/0x64 returned 0 after 0 usecs
[    0.053420] calling  ffh_cstate_init+0x0/0x2b @ 1
[    0.053427] initcall ffh_cstate_init+0x0/0x2b returned 0 after 0 usecs
[    0.053437] calling  acpi_pci_init+0x0/0x58 @ 1
[    0.053442] ACPI: bus type PCI registered
[    0.053448] initcall acpi_pci_init+0x0/0x58 returned 0 after 0 usecs
[    0.053456] calling  dmi_id_init+0x0/0x305 @ 1
[    0.053652] initcall dmi_id_init+0x0/0x305 returned 0 after 0 usecs
[    0.053664] calling  pci_arch_init+0x0/0x66 @ 1
[    0.053690] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.053696] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.053736] PCI: Using configuration type 1 for base access
[    0.053750] initcall pci_arch_init+0x0/0x66 returned 0 after 0 usecs
[    0.053843] calling  init_vdso+0x0/0x3d @ 1
[    0.053861] initcall init_vdso+0x0/0x3d returned 0 after 0 usecs
[    0.053871] calling  sysenter_setup+0x0/0x14 @ 1
[    0.053879] initcall sysenter_setup+0x0/0x14 returned 0 after 0 usecs
[    0.053887] calling  topology_init+0x0/0x8b @ 1
[    0.054250] initcall topology_init+0x0/0x8b returned 0 after 976 usecs
[    0.054262] calling  fixup_ht_bug+0x0/0xbd @ 1
[    0.054268] initcall fixup_ht_bug+0x0/0xbd returned 0 after 0 usecs
[    0.054277] calling  mtrr_init_finialize+0x0/0x3f @ 1
[    0.054284] initcall mtrr_init_finialize+0x0/0x3f returned 0 after 0 usecs
[    0.054294] calling  uid_cache_init+0x0/0x88 @ 1
[    0.054303] initcall uid_cache_init+0x0/0x88 returned 0 after 0 usecs
[    0.054313] calling  param_sysfs_init+0x0/0x1b3 @ 1
[    0.054975] kworker/u4:0 (47) used greatest stack depth: 14440 bytes left
[    0.055304] kworker/u4:0 (52) used greatest stack depth: 14120 bytes left
[    0.071007] initcall param_sysfs_init+0x0/0x1b3 returned 0 after 15625 usecs
[    0.071055] calling  proc_schedstat_init+0x0/0x22 @ 1
[    0.071067] initcall proc_schedstat_init+0x0/0x22 returned 0 after 0 usecs
[    0.071075] calling  pm_sysrq_init+0x0/0x19 @ 1
[    0.073432] initcall pm_sysrq_init+0x0/0x19 returned 0 after 2929 usecs
[    0.073444] calling  create_proc_profile+0x0/0x2a0 @ 1
[    0.073450] initcall create_proc_profile+0x0/0x2a0 returned 0 after 0 usecs
[    0.073459] calling  crash_save_vmcoreinfo_init+0x0/0x4fa @ 1
[    0.073518] initcall crash_save_vmcoreinfo_init+0x0/0x4fa returned 0 after 0 usecs
[    0.073527] calling  crash_notes_memory_init+0x0/0x36 @ 1
[    0.073538] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 0 usecs
[    0.073548] calling  default_bdi_init+0x0/0x3e @ 1
[    0.073751] initcall default_bdi_init+0x0/0x3e returned 0 after 0 usecs
[    0.073763] calling  percpu_enable_async+0x0/0xf @ 1
[    0.073770] initcall percpu_enable_async+0x0/0xf returned 0 after 0 usecs
[    0.073781] calling  init_reserve_notifier+0x0/0x8 @ 1
[    0.073787] initcall init_reserve_notifier+0x0/0x8 returned 0 after 0 usecs
[    0.073798] calling  init_admin_reserve+0x0/0x40 @ 1
[    0.073805] initcall init_admin_reserve+0x0/0x40 returned 0 after 0 usecs
[    0.073814] calling  init_user_reserve+0x0/0x40 @ 1
[    0.073820] initcall init_user_reserve+0x0/0x40 returned 0 after 0 usecs
[    0.073829] calling  crypto_wq_init+0x0/0x31 @ 1
[    0.073906] initcall crypto_wq_init+0x0/0x31 returned 0 after 0 usecs
[    0.073915] calling  cryptomgr_init+0x0/0x12 @ 1
[    0.073922] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[    0.073930] calling  init_bio+0x0/0xb3 @ 1
[    0.074010] initcall init_bio+0x0/0xb3 returned 0 after 0 usecs
[    0.074021] calling  blk_settings_init+0x0/0x2a @ 1
[    0.074027] initcall blk_settings_init+0x0/0x2a returned 0 after 0 usecs
[    0.074035] calling  blk_ioc_init+0x0/0x2a @ 1
[    0.074049] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[    0.074058] calling  blk_softirq_init+0x0/0x6a @ 1
[    0.074068] initcall blk_softirq_init+0x0/0x6a returned 0 after 0 usecs
[    0.074076] calling  blk_iopoll_setup+0x0/0x6a @ 1
[    0.074082] initcall blk_iopoll_setup+0x0/0x6a returned 0 after 0 usecs
[    0.074090] calling  blk_mq_init+0x0/0x19 @ 1
[    0.074097] initcall blk_mq_init+0x0/0x19 returned 0 after 0 usecs
[    0.074105] calling  genhd_device_init+0x0/0x76 @ 1
[    0.074261] initcall genhd_device_init+0x0/0x76 returned 0 after 0 usecs
[    0.074273] calling  pci_slot_init+0x0/0x50 @ 1
[    0.074285] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[    0.074294] calling  fbmem_init+0x0/0x94 @ 1
[    0.074324] initcall fbmem_init+0x0/0x94 returned 0 after 0 usecs
[    0.074373] calling  acpi_init+0x0/0x269 @ 1
[    0.074447] ACPI: Added _OSI(Module Device)
[    0.074452] ACPI: Added _OSI(Processor Device)
[    0.074456] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.074460] ACPI: Added _OSI(Processor Aggregator Device)
[    0.078862] ACPI: Interpreter enabled
[    0.078877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
[    0.078889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
[    0.078932] ACPI: (supports S0 S3 S4 S5)
[    0.078937] ACPI: Using IOAPIC for interrupt routing
[    0.079078] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.089141] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.089159] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.089325] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.089766] PCI host bridge to bus 0000:00
[    0.089777] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.089783] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.089789] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.089795] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.089801] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.089807] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.089813] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.089818] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.089824] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.089830] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.089836] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.089841] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.089847] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.089853] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.089859] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.089864] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.089870] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.089876] pci_bus 0000:00: root bus resource [mem 0xc00000000-0xfffffffff window]
[    0.089883] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.089908] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.090188] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.090219] pci 0000:00:02.0: reg 0x10: [mem 0x80000000-0x803fffff]
[    0.090238] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[    0.090256] pci 0000:00:02.0: reg 0x20: [io  0x2000-0x2007]
[    0.090547] pci 0000:00:11.0: [8086:0f15] type 00 class 0x080501
[    0.090581] pci 0000:00:11.0: reg 0x10: [mem 0x80400000-0x80400fff]
[    0.090597] pci 0000:00:11.0: reg 0x14: [mem 0x80401000-0x80401fff]
[    0.090699] pci 0000:00:11.0: PME# supported from D0 D3hot
[    0.090934] pci 0000:00:12.0: [8086:0f16] type 00 class 0x080501
[    0.090969] pci 0000:00:12.0: reg 0x10: [mem 0x80402000-0x80402fff]
[    0.090984] pci 0000:00:12.0: reg 0x14: [mem 0x80403000-0x80403fff]
[    0.091070] pci 0000:00:12.0: PME# supported from D0 D3hot
[    0.091300] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[    0.091338] pci 0000:00:13.0: reg 0x10: [io  0x2008-0x200f]
[    0.091353] pci 0000:00:13.0: reg 0x14: [io  0x2010-0x2013]
[    0.091368] pci 0000:00:13.0: reg 0x18: [io  0x2018-0x201f]
[    0.091382] pci 0000:00:13.0: reg 0x1c: [io  0x2020-0x2023]
[    0.091396] pci 0000:00:13.0: reg 0x20: [io  0x2040-0x205f]
[    0.091411] pci 0000:00:13.0: reg 0x24: [mem 0x80404000-0x804047ff]
[    0.091467] pci 0000:00:13.0: PME# supported from D3hot
[    0.091714] pci 0000:00:15.0: [8086:0f28] type 00 class 0x040100
[    0.091752] pci 0000:00:15.0: reg 0x10: [mem 0x80600000-0x807fffff]
[    0.091769] pci 0000:00:15.0: reg 0x14: [mem 0x80800000-0x80800fff]
[    0.092070] pci 0000:00:17.0: [8086:0f50] type 00 class 0x080501
[    0.092104] pci 0000:00:17.0: reg 0x10: [mem 0x80801000-0x80801fff]
[    0.092120] pci 0000:00:17.0: reg 0x14: [mem 0x80802000-0x80802fff]
[    0.092204] pci 0000:00:17.0: PME# supported from D0 D3hot
[    0.092454] pci 0000:00:18.0: [8086:0f40] type 00 class 0x080102
[    0.092488] pci 0000:00:18.0: reg 0x10: [mem 0x80804000-0x80807fff]
[    0.092504] pci 0000:00:18.0: reg 0x14: [mem 0x80808000-0x80808fff]
[    0.092811] pci 0000:00:18.1: [8086:0f41] type 00 class 0x0c8000
[    0.092846] pci 0000:00:18.1: reg 0x10: [mem 0x80809000-0x80809fff]
[    0.092862] pci 0000:00:18.1: reg 0x14: [mem 0x8080a000-0x8080afff]
[    0.093152] pci 0000:00:18.2: [8086:0f42] type 00 class 0x0c8000
[    0.093187] pci 0000:00:18.2: reg 0x10: [mem 0x8080b000-0x8080bfff]
[    0.093203] pci 0000:00:18.2: reg 0x14: [mem 0x8080c000-0x8080cfff]
[    0.093491] pci 0000:00:18.3: [8086:0f43] type 00 class 0x0c8000
[    0.093525] pci 0000:00:18.3: reg 0x10: [mem 0x8080d000-0x8080dfff]
[    0.093541] pci 0000:00:18.3: reg 0x14: [mem 0x8080e000-0x8080efff]
[    0.093843] pci 0000:00:18.4: [8086:0f44] type 00 class 0x0c8000
[    0.093878] pci 0000:00:18.4: reg 0x10: [mem 0x8080f000-0x8080ffff]
[    0.093894] pci 0000:00:18.4: reg 0x14: [mem 0x80810000-0x80810fff]
[    0.094181] pci 0000:00:18.5: [8086:0f45] type 00 class 0x0c8000
[    0.094215] pci 0000:00:18.5: reg 0x10: [mem 0x80811000-0x80811fff]
[    0.094231] pci 0000:00:18.5: reg 0x14: [mem 0x80812000-0x80812fff]
[    0.094537] pci 0000:00:18.6: [8086:0f46] type 00 class 0x0c8000
[    0.094571] pci 0000:00:18.6: reg 0x10: [mem 0x80813000-0x80813fff]
[    0.094587] pci 0000:00:18.6: reg 0x14: [mem 0x80814000-0x80814fff]
[    0.094891] pci 0000:00:18.7: [8086:0f47] type 00 class 0x0c8000
[    0.094925] pci 0000:00:18.7: reg 0x10: [mem 0x80815000-0x80815fff]
[    0.094941] pci 0000:00:18.7: reg 0x14: [mem 0x80816000-0x80816fff]
[    0.095235] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[    0.095328] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.095444] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.095604] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
[    0.095712] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.095825] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.095979] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[    0.096072] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.096186] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.096338] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[    0.096431] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.096566] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.096745] pci 0000:00:1d.0: [8086:0f34] type 00 class 0x0c0320
[    0.096796] pci 0000:00:1d.0: reg 0x10: [mem 0x80a00000-0x80a003ff]
[    0.096925] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.097039] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.097196] pci 0000:00:1e.0: [8086:0f06] type 00 class 0x080102
[    0.097231] pci 0000:00:1e.0: reg 0x10: [mem 0x80a04000-0x80a07fff]
[    0.097247] pci 0000:00:1e.0: reg 0x14: [mem 0x80a08000-0x80a08fff]
[    0.097537] pci 0000:00:1e.1: [8086:0f08] type 00 class 0x0c8000
[    0.097571] pci 0000:00:1e.1: reg 0x10: [mem 0x80a09000-0x80a09fff]
[    0.097587] pci 0000:00:1e.1: reg 0x14: [mem 0x80a0a000-0x80a0afff]
[    0.097892] pci 0000:00:1e.2: [8086:0f09] type 00 class 0x0c8000
[    0.097927] pci 0000:00:1e.2: reg 0x10: [mem 0x80a0b000-0x80a0bfff]
[    0.097943] pci 0000:00:1e.2: reg 0x14: [mem 0x80a0c000-0x80a0cfff]
[    0.098231] pci 0000:00:1e.4: [8086:0f0c] type 00 class 0x078000
[    0.098265] pci 0000:00:1e.4: reg 0x10: [mem 0x80a0d000-0x80a0dfff]
[    0.098281] pci 0000:00:1e.4: reg 0x14: [mem 0x80a0e000-0x80a0efff]
[    0.098589] pci 0000:00:1e.5: [8086:0f0e] type 00 class 0x0c8000
[    0.098624] pci 0000:00:1e.5: reg 0x10: [mem 0x80a0f000-0x80a0ffff]
[    0.098640] pci 0000:00:1e.5: reg 0x14: [mem 0x80a10000-0x80a10fff]
[    0.098944] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.099285] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[    0.099344] pci 0000:00:1f.3: reg 0x10: [mem 0x80a11000-0x80a1101f]
[    0.099426] pci 0000:00:1f.3: reg 0x20: [io  0x4000-0x401f]
[    0.099871] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.100007] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.100163] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.100217] pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.100254] pci 0000:03:00.0: reg 0x18: [mem 0x80900000-0x80900fff 64bit]
[    0.100278] pci 0000:03:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.100380] pci 0000:03:00.0: supports D1 D2
[    0.100386] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.101753] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.101763] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.101771] pci 0000:00:1c.2:   bridge window [mem 0x80900000-0x809fffff]
[    0.101781] pci 0000:00:1c.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.101918] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.102206] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 6 7 10 11 12 14 15)
[    0.102408] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *6 7 10 11 12 14 15)
[    0.102630] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 6 *7 10 11 12 14 15)
[    0.102847] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 6 7 *10 11 12 14 15)
[    0.103044] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 6 7 10 11 12 14 15) *0, disabled.
[    0.103242] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 6 7 10 11 12 14 15) *0, disabled.
[    0.103440] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 6 7 10 11 12 14 15) *0, disabled.
[    0.103640] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 6 7 10 11 12 14 15) *0, disabled.
[    0.104607] initcall acpi_init+0x0/0x269 returned 0 after 29296 usecs
[    0.104621] calling  pnp_init+0x0/0x12 @ 1
[    0.104695] initcall pnp_init+0x0/0x12 returned 0 after 0 usecs
[    0.104705] calling  misc_init+0x0/0xbc @ 1
[    0.104795] initcall misc_init+0x0/0xbc returned 0 after 976 usecs
[    0.104806] calling  dma_buf_init+0x0/0x84 @ 1
[    0.104825] initcall dma_buf_init+0x0/0x84 returned 0 after 0 usecs
[    0.104834] calling  mmc_init+0x0/0x71 @ 1
[    0.105038] initcall mmc_init+0x0/0x71 returned 0 after 0 usecs
[    0.105051] calling  vga_arb_device_init+0x0/0x1a3 @ 1
[    0.105226] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.105233] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.105247] vgaarb: loaded
[    0.105251] vgaarb: bridge control possible 0000:00:02.0
[    0.105259] initcall vga_arb_device_init+0x0/0x1a3 returned 0 after 0 usecs
[    0.105270] calling  cn_init+0x0/0xc0 @ 1
[    0.105294] initcall cn_init+0x0/0xc0 returned 0 after 0 usecs
[    0.105305] calling  phy_init+0x0/0x39 @ 1
[    0.105512] initcall phy_init+0x0/0x39 returned 0 after 0 usecs
[    0.105565] calling  usb_init+0x0/0x16a @ 1
[    0.105600] ACPI: bus type USB registered
[    0.105754] usbcore: registered new interface driver usbfs
[    0.105854] usbcore: registered new interface driver hub
[    0.105908] usbcore: registered new device driver usb
[    0.105919] initcall usb_init+0x0/0x16a returned 0 after 976 usecs
[    0.105965] calling  serio_init+0x0/0x2a @ 1
[    0.106040] initcall serio_init+0x0/0x2a returned 0 after 0 usecs
[    0.106049] calling  input_init+0x0/0xfe @ 1
[    0.106120] initcall input_init+0x0/0xfe returned 0 after 0 usecs
[    0.106128] calling  rtc_init+0x0/0x4d @ 1
[    0.106184] initcall rtc_init+0x0/0x4d returned 0 after 0 usecs
[    0.106193] calling  videodev_init+0x0/0x80 @ 1
[    0.106197] Linux video capture interface: v2.00
[    0.106220] initcall videodev_init+0x0/0x80 returned 0 after 0 usecs
[    0.106265] calling  pps_init+0x0/0xaa @ 1
[    0.106321] pps_core: LinuxPPS API ver. 1 registered
[    0.106325] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    0.106332] initcall pps_init+0x0/0xaa returned 0 after 0 usecs
[    0.106339] calling  ptp_init+0x0/0x99 @ 1
[    0.106392] PTP clock support registered
[    0.106400] initcall ptp_init+0x0/0x99 returned 0 after 0 usecs
[    0.106409] calling  power_supply_class_init+0x0/0x40 @ 1
[    0.106432] initcall power_supply_class_init+0x0/0x40 returned 0 after 0 usecs
[    0.106477] calling  hwmon_init+0x0/0xd9 @ 1
[    0.106508] initcall hwmon_init+0x0/0xd9 returned 0 after 0 usecs
[    0.106570] calling  leds_init+0x0/0x3c @ 1
[    0.106599] initcall leds_init+0x0/0x3c returned 0 after 0 usecs
[    0.106649] calling  dmi_init+0x0/0x113 @ 1
[    0.106674] initcall dmi_init+0x0/0x113 returned 0 after 0 usecs
[    0.106683] calling  efisubsys_init+0x0/0x133 @ 1
[    0.106689] initcall efisubsys_init+0x0/0x133 returned 0 after 0 usecs
[    0.106697] calling  ras_init+0x0/0x10 @ 1
[    0.106721] initcall ras_init+0x0/0x10 returned 0 after 0 usecs
[    0.106730] calling  init_soundcore+0x0/0x93 @ 1
[    0.106755] initcall init_soundcore+0x0/0x93 returned 0 after 0 usecs
[    0.106826] calling  alsa_sound_init+0x0/0x90 @ 1
[    0.106858] Advanced Linux Sound Architecture Driver Initialized.
[    0.106866] initcall alsa_sound_init+0x0/0x90 returned 0 after 0 usecs
[    0.106875] calling  alsa_seq_device_init+0x0/0x74 @ 1
[    0.106951] initcall alsa_seq_device_init+0x0/0x74 returned 0 after 0 usecs
[    0.106962] calling  hda_bus_init+0x0/0x12 @ 1
[    0.107032] initcall hda_bus_init+0x0/0x12 returned 0 after 0 usecs
[    0.107044] calling  pci_subsys_init+0x0/0x48 @ 1
[    0.107047] PCI: Using ACPI for IRQ routing
[    0.114456] PCI: pci_cache_line_size set to 64 bytes
[    0.114616] e820: reserve RAM buffer [mem 0x7b600000-0x7bffffff]
[    0.114627] initcall pci_subsys_init+0x0/0x48 returned 0 after 6835 usecs
[    0.114648] calling  proto_init+0x0/0x12 @ 1
[    0.114659] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[    0.114669] calling  net_dev_init+0x0/0x1b1 @ 1
[    0.115128] initcall net_dev_init+0x0/0x1b1 returned 0 after 976 usecs
[    0.115141] calling  neigh_init+0x0/0x80 @ 1
[    0.115148] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[    0.115158] calling  fib_rules_init+0x0/0xaa @ 1
[    0.115165] initcall fib_rules_init+0x0/0xaa returned 0 after 0 usecs
[    0.115175] calling  pktsched_init+0x0/0x111 @ 1
[    0.115189] initcall pktsched_init+0x0/0x111 returned 0 after 0 usecs
[    0.115199] calling  tc_filter_init+0x0/0x55 @ 1
[    0.115205] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[    0.115214] calling  tc_action_init+0x0/0x55 @ 1
[    0.115220] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[    0.115227] calling  genl_init+0x0/0x85 @ 1
[    0.115248] initcall genl_init+0x0/0x85 returned 0 after 0 usecs
[    0.115258] calling  ipv4_netfilter_init+0x0/0x12 @ 1
[    0.115265] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs
[    0.115273] calling  cipso_v4_init+0x0/0x5e @ 1
[    0.115280] initcall cipso_v4_init+0x0/0x5e returned 0 after 0 usecs
[    0.115289] calling  cfg80211_init+0x0/0xd6 @ 1
[    0.115738] initcall cfg80211_init+0x0/0xd6 returned 0 after 0 usecs
[    0.115749] calling  ieee80211_init+0x0/0x3d @ 1
[    0.115763] initcall ieee80211_init+0x0/0x3d returned 0 after 0 usecs
[    0.115772] calling  netlbl_init+0x0/0x79 @ 1
[    0.115776] NetLabel: Initializing
[    0.115779] NetLabel:  domain hash size = 128
[    0.115781] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.115822] NetLabel:  unlabeled traffic allowed by default
[    0.115830] initcall netlbl_init+0x0/0x79 returned 0 after 0 usecs
[    0.115838] calling  rfkill_init+0x0/0x5c @ 1
[    0.116061] initcall rfkill_init+0x0/0x5c returned 0 after 0 usecs
[    0.116166] calling  nmi_warning_debugfs+0x0/0x27 @ 1
[    0.116187] initcall nmi_warning_debugfs+0x0/0x27 returned 0 after 0 usecs
[    0.116197] calling  hpet_late_init+0x0/0xf3 @ 1
[    0.116203] initcall hpet_late_init+0x0/0xf3 returned -19 after 0 usecs
[    0.116210] calling  init_amd_nbs+0x0/0xba @ 1
[    0.116237] initcall init_amd_nbs+0x0/0xba returned 0 after 0 usecs
[    0.116246] calling  clocksource_done_booting+0x0/0x42 @ 1
[    0.116276] clocksource: Switched to clocksource refined-jiffies
[    0.116284] initcall clocksource_done_booting+0x0/0x42 returned 0 after 0 usecs
[    0.116293] calling  ftrace_init_tracefs+0x0/0x32 @ 1
[    0.116341] initcall ftrace_init_tracefs+0x0/0x32 returned 0 after 0 usecs
[    0.116351] calling  tracer_init_tracefs+0x0/0x183 @ 1
[    0.119330] initcall tracer_init_tracefs+0x0/0x183 returned 0 after 2929 usecs
[    0.119344] calling  init_trace_printk_function_export+0x0/0x32 @ 1
[    0.119356] initcall init_trace_printk_function_export+0x0/0x32 returned 0 after 0 usecs
[    0.119365] calling  init_graph_tracefs+0x0/0x32 @ 1
[    0.119376] initcall init_graph_tracefs+0x0/0x32 returned 0 after 0 usecs
[    0.119385] calling  event_trace_init+0x0/0x2dd @ 1
[    0.135650] initcall event_trace_init+0x0/0x2dd returned 0 after 15622 usecs
[    0.135668] calling  init_kprobe_trace+0x0/0x91 @ 1
[    0.135685] initcall init_kprobe_trace+0x0/0x91 returned 0 after 0 usecs
[    0.135696] calling  init_pipe_fs+0x0/0x47 @ 1
[    0.135739] initcall init_pipe_fs+0x0/0x47 returned 0 after 0 usecs
[    0.135749] calling  inotify_user_setup+0x0/0x4b @ 1
[    0.135760] initcall inotify_user_setup+0x0/0x4b returned 0 after 0 usecs
[    0.135768] calling  eventpoll_init+0x0/0xdd @ 1
[    0.135778] initcall eventpoll_init+0x0/0xdd returned 0 after 0 usecs
[    0.135786] calling  anon_inode_init+0x0/0x5b @ 1
[    0.135809] initcall anon_inode_init+0x0/0x5b returned 0 after 0 usecs
[    0.135818] calling  proc_cmdline_init+0x0/0x22 @ 1
[    0.135830] initcall proc_cmdline_init+0x0/0x22 returned 0 after 0 usecs
[    0.135839] calling  proc_consoles_init+0x0/0x22 @ 1
[    0.135848] initcall proc_consoles_init+0x0/0x22 returned 0 after 0 usecs
[    0.135856] calling  proc_cpuinfo_init+0x0/0x22 @ 1
[    0.135864] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 0 usecs
[    0.135873] calling  proc_devices_init+0x0/0x22 @ 1
[    0.135882] initcall proc_devices_init+0x0/0x22 returned 0 after 0 usecs
[    0.135891] calling  proc_interrupts_init+0x0/0x22 @ 1
[    0.135899] initcall proc_interrupts_init+0x0/0x22 returned 0 after 0 usecs
[    0.135907] calling  proc_loadavg_init+0x0/0x22 @ 1
[    0.135915] initcall proc_loadavg_init+0x0/0x22 returned 0 after 0 usecs
[    0.135924] calling  proc_meminfo_init+0x0/0x22 @ 1
[    0.135932] initcall proc_meminfo_init+0x0/0x22 returned 0 after 0 usecs
[    0.135940] calling  proc_stat_init+0x0/0x22 @ 1
[    0.135949] initcall proc_stat_init+0x0/0x22 returned 0 after 0 usecs
[    0.135957] calling  proc_uptime_init+0x0/0x22 @ 1
[    0.135965] initcall proc_uptime_init+0x0/0x22 returned 0 after 0 usecs
[    0.135974] calling  proc_version_init+0x0/0x22 @ 1
[    0.135982] initcall proc_version_init+0x0/0x22 returned 0 after 0 usecs
[    0.135991] calling  proc_softirqs_init+0x0/0x22 @ 1
[    0.135999] initcall proc_softirqs_init+0x0/0x22 returned 0 after 0 usecs
[    0.136007] calling  proc_kcore_init+0x0/0x176 @ 1
[    0.136021] initcall proc_kcore_init+0x0/0x176 returned 0 after 0 usecs
[    0.136030] calling  vmcore_init+0x0/0x59d @ 1
[    0.136037] initcall vmcore_init+0x0/0x59d returned 0 after 0 usecs
[    0.136045] calling  proc_kmsg_init+0x0/0x25 @ 1
[    0.136054] initcall proc_kmsg_init+0x0/0x25 returned 0 after 0 usecs
[    0.136063] calling  proc_page_init+0x0/0x42 @ 1
[    0.136072] initcall proc_page_init+0x0/0x42 returned 0 after 0 usecs
[    0.136080] calling  init_ramfs_fs+0x0/0x20 @ 1
[    0.136086] initcall init_ramfs_fs+0x0/0x20 returned 0 after 0 usecs
[    0.136095] calling  blk_scsi_ioctl_init+0x0/0x36a @ 1
[    0.136102] initcall blk_scsi_ioctl_init+0x0/0x36a returned 0 after 0 usecs
[    0.136109] calling  acpi_event_init+0x0/0x3b @ 1
[    0.136135] initcall acpi_event_init+0x0/0x3b returned 0 after 0 usecs
[    0.136143] calling  pnp_system_init+0x0/0x12 @ 1
[    0.136218] initcall pnp_system_init+0x0/0x12 returned 0 after 976 usecs
[    0.136298] calling  pnpacpi_init+0x0/0x6e @ 1
[    0.136303] pnp: PnP ACPI init
[    0.136617] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.136626] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.136633] system 00:00: [mem 0xfed01000-0xfed013ff] has been reserved
[    0.136639] system 00:00: [mem 0xfed03000-0xfed033ff] has been reserved
[    0.136646] system 00:00: [mem 0xfed05000-0xfed057ff] has been reserved
[    0.136652] system 00:00: [mem 0xfed08000-0xfed083ff] has been reserved
[    0.136659] system 00:00: [mem 0xfed1c000-0xfed1c3ff] has been reserved
[    0.136671] system 00:00: [mem 0xfef00000-0xfeffffff] has been reserved
[    0.136694] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.137299] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.137313] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.137601] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.137728] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.137932] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.138101] pnp: PnP ACPI: found 5 devices
[    0.138113] initcall pnpacpi_init+0x0/0x6e returned 0 after 976 usecs
[    0.138123] calling  chr_dev_init+0x0/0xaa @ 1
[    0.147917] initcall chr_dev_init+0x0/0xaa returned 0 after 9764 usecs
[    0.147934] calling  firmware_class_init+0x0/0xcf @ 1
[    0.147943] initcall firmware_class_init+0x0/0xcf returned 0 after 0 usecs
[    0.147951] calling  thermal_init+0x0/0xa4 @ 1
[    0.148033] initcall thermal_init+0x0/0xa4 returned 0 after 0 usecs
[    0.148043] calling  cpufreq_gov_performance_init+0x0/0x12 @ 1
[    0.148050] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 0 usecs
[    0.148058] calling  cpufreq_gov_userspace_init+0x0/0x12 @ 1
[    0.148064] initcall cpufreq_gov_userspace_init+0x0/0x12 returned 0 after 0 usecs
[    0.148073] calling  init_acpi_pm_clocksource+0x0/0xcf @ 1
[    0.152648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.152691] clocksource: Switched to clocksource acpi_pm
[    0.152703] initcall init_acpi_pm_clocksource+0x0/0xcf returned 0 after 4898 usecs
[    0.152713] calling  pcibios_assign_resources+0x0/0xba @ 1
[    0.152743] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.152752] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.152760] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.152773] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.152781] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.152788] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.152809] pci 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.152816] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[    0.152823] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[    0.152853] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.152860] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.152867] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.152874] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.152880] pci 0000:00:1c.1: res[8]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.152886] pci 0000:00:1c.1: res[8]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.152893] pci 0000:00:1c.1: res[9]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.152900] pci 0000:00:1c.1: res[9]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.152906] pci 0000:00:1c.3: res[8]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.152913] pci 0000:00:1c.3: res[8]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.152919] pci 0000:00:1c.3: res[9]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.152926] pci 0000:00:1c.3: res[9]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.152932] pci 0000:00:1c.0: res[7]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.152939] pci 0000:00:1c.0: res[7]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.152945] pci 0000:00:1c.1: res[7]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.152951] pci 0000:00:1c.1: res[7]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.152957] pci 0000:00:1c.3: res[7]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.152963] pci 0000:00:1c.3: res[7]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.152988] pci 0000:00:1c.0: BAR 8: assigned [mem 0x80b00000-0x80cfffff]
[    0.153007] pci 0000:00:1c.0: BAR 9: assigned [mem 0xc00000000-0xc001fffff 64bit pref]
[    0.153022] pci 0000:00:1c.1: BAR 8: assigned [mem 0x80d00000-0x80efffff]
[    0.153040] pci 0000:00:1c.1: BAR 9: assigned [mem 0xc00200000-0xc003fffff 64bit pref]
[    0.153055] pci 0000:00:1c.3: BAR 8: assigned [mem 0x80f00000-0x810fffff]
[    0.153073] pci 0000:00:1c.3: BAR 9: assigned [mem 0xc00400000-0xc005fffff 64bit pref]
[    0.153081] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    0.153089] pci 0000:00:1c.1: BAR 7: assigned [io  0x5000-0x5fff]
[    0.153096] pci 0000:00:1c.3: BAR 7: assigned [io  0x6000-0x6fff]
[    0.153109] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.153117] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.153126] pci 0000:00:1c.0:   bridge window [mem 0x80b00000-0x80cfffff]
[    0.153134] pci 0000:00:1c.0:   bridge window [mem 0xc00000000-0xc001fffff 64bit pref]
[    0.153144] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.153150] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    0.153159] pci 0000:00:1c.1:   bridge window [mem 0x80d00000-0x80efffff]
[    0.153167] pci 0000:00:1c.1:   bridge window [mem 0xc00200000-0xc003fffff 64bit pref]
[    0.153177] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.153184] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.153192] pci 0000:00:1c.2:   bridge window [mem 0x80900000-0x809fffff]
[    0.153200] pci 0000:00:1c.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.153210] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.153216] pci 0000:00:1c.3:   bridge window [io  0x6000-0x6fff]
[    0.153225] pci 0000:00:1c.3:   bridge window [mem 0x80f00000-0x810fffff]
[    0.153233] pci 0000:00:1c.3:   bridge window [mem 0xc00400000-0xc005fffff 64bit pref]
[    0.153244] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.153250] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.153256] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.153261] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.153267] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.153273] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.153278] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.153284] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.153290] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.153295] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.153301] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.153307] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.153312] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.153318] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.153324] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.153329] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.153335] pci_bus 0000:00: resource 20 [mem 0x80000000-0xdfffffff window]
[    0.153341] pci_bus 0000:00: resource 21 [mem 0xc00000000-0xfffffffff window]
[    0.153347] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.153353] pci_bus 0000:01: resource 1 [mem 0x80b00000-0x80cfffff]
[    0.153358] pci_bus 0000:01: resource 2 [mem 0xc00000000-0xc001fffff 64bit pref]
[    0.153364] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    0.153369] pci_bus 0000:02: resource 1 [mem 0x80d00000-0x80efffff]
[    0.153375] pci_bus 0000:02: resource 2 [mem 0xc00200000-0xc003fffff 64bit pref]
[    0.153380] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.153386] pci_bus 0000:03: resource 1 [mem 0x80900000-0x809fffff]
[    0.153392] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.153397] pci_bus 0000:04: resource 0 [io  0x6000-0x6fff]
[    0.153403] pci_bus 0000:04: resource 1 [mem 0x80f00000-0x810fffff]
[    0.153408] pci_bus 0000:04: resource 2 [mem 0xc00400000-0xc005fffff 64bit pref]
[    0.153420] initcall pcibios_assign_resources+0x0/0xba returned 0 after 679 usecs
[    0.153431] calling  sysctl_core_init+0x0/0x2c @ 1
[    0.153502] initcall sysctl_core_init+0x0/0x2c returned 0 after 27 usecs
[    0.153513] calling  eth_offload_init+0x0/0x14 @ 1
[    0.153527] initcall eth_offload_init+0x0/0x14 returned 0 after 4 usecs
[    0.153534] calling  inet_init+0x0/0x28a @ 1
[    0.153569] NET: Registered protocol family 2
[    0.154004] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.154115] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.154223] TCP: Hash tables configured (established 16384 bind 16384)
[    0.154316] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.154355] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.154518] initcall inet_init+0x0/0x28a returned 0 after 940 usecs
[    0.154531] calling  ipv4_offload_init+0x0/0x5d @ 1
[    0.154544] initcall ipv4_offload_init+0x0/0x5d returned 0 after 4 usecs
[    0.154553] calling  af_unix_init+0x0/0x4e @ 1
[    0.154567] NET: Registered protocol family 1
[    0.154589] initcall af_unix_init+0x0/0x4e returned 0 after 25 usecs
[    0.154601] calling  ipv6_offload_init+0x0/0x79 @ 1
[    0.154615] initcall ipv6_offload_init+0x0/0x79 returned 0 after 4 usecs
[    0.154626] calling  pci_apply_final_quirks+0x0/0x107 @ 1
[    0.154654] pci 0000:00:02.0: Video device with shadowed ROM
[    0.154865] PCI: CLS 32 bytes, default 64
[    0.154877] initcall pci_apply_final_quirks+0x0/0x107 returned 0 after 233 usecs
[    0.154888] calling  acpi_reserve_resources+0x0/0xeb @ 1
[    0.154905] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 7 usecs
[    0.154917] calling  populate_rootfs+0x0/0x108 @ 1
[    0.155095] initcall populate_rootfs+0x0/0x108 returned 0 after 160 usecs
[    0.155106] calling  pci_iommu_init+0x0/0x3c @ 1
[    0.155119] initcall pci_iommu_init+0x0/0x3c returned 0 after 4 usecs
[    0.155128] calling  calgary_fixup_tce_spaces+0x0/0xf4 @ 1
[    0.155141] initcall calgary_fixup_tce_spaces+0x0/0xf4 returned -19 after 3 usecs
[    0.155239] calling  ia32_binfmt_init+0x0/0x14 @ 1
[    0.155259] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 10 usecs
[    0.155267] calling  register_kernel_offset_dumper+0x0/0x1b @ 1
[    0.155280] initcall register_kernel_offset_dumper+0x0/0x1b returned 0 after 4 usecs
[    0.155287] calling  i8259A_init_ops+0x0/0x24 @ 1
[    0.155299] initcall i8259A_init_ops+0x0/0x24 returned 0 after 3 usecs
[    0.155308] calling  init_tsc_clocksource+0x0/0xb7 @ 1
[    0.155333] initcall init_tsc_clocksource+0x0/0xb7 returned 0 after 15 usecs
[    0.155370] calling  add_rtc_cmos+0x0/0xb5 @ 1
[    0.155386] initcall add_rtc_cmos+0x0/0xb5 returned 0 after 6 usecs
[    0.155395] calling  i8237A_init_ops+0x0/0x14 @ 1
[    0.155407] initcall i8237A_init_ops+0x0/0x14 returned 0 after 3 usecs
[    0.155415] calling  amd_uncore_init+0x0/0x234 @ 1
[    0.155428] initcall amd_uncore_init+0x0/0x234 returned -19 after 3 usecs
[    0.155436] calling  amd_iommu_pc_init+0x0/0x146 @ 1
[    0.155448] initcall amd_iommu_pc_init+0x0/0x146 returned -19 after 3 usecs
[    0.155456] calling  rapl_pmu_init+0x0/0x26b @ 1
[    0.155469] initcall rapl_pmu_init+0x0/0x26b returned 0 after 4 usecs
[    0.155477] calling  intel_cqm_init+0x0/0x355 @ 1
[    0.155490] initcall intel_cqm_init+0x0/0x355 returned -19 after 3 usecs
[    0.155498] calling  cstate_pmu_init+0x0/0x185 @ 1
[    0.155530] initcall cstate_pmu_init+0x0/0x185 returned 0 after 21 usecs
[    0.155539] calling  intel_uncore_init+0x0/0x2d2 @ 1
[    0.155568] initcall intel_uncore_init+0x0/0x2d2 returned 0 after 18 usecs
[    0.155576] calling  msr_init+0x0/0xaa @ 1
[    0.155592] initcall msr_init+0x0/0xaa returned 0 after 6 usecs
[    0.155601] calling  thermal_throttle_init_device+0x0/0x82 @ 1
[    0.155636] initcall thermal_throttle_init_device+0x0/0x82 returned 0 after 24 usecs
[    0.155646] calling  amd_ibs_init+0x0/0x1ac @ 1
[    0.155659] initcall amd_ibs_init+0x0/0x1ac returned -19 after 3 usecs
[    0.155668] calling  msr_init+0x0/0x139 @ 1
[    0.156174] initcall msr_init+0x0/0x139 returned 0 after 479 usecs
[    0.156187] calling  cpuid_init+0x0/0x139 @ 1
[    0.156535] initcall cpuid_init+0x0/0x139 returned 0 after 326 usecs
[    0.156547] calling  ioapic_init_ops+0x0/0x14 @ 1
[    0.156558] initcall ioapic_init_ops+0x0/0x14 returned 0 after 3 usecs
[    0.156566] calling  add_pcspkr+0x0/0x40 @ 1
[    0.156680] initcall add_pcspkr+0x0/0x40 returned 0 after 100 usecs
[    0.156735] calling  start_periodic_check_for_corruption+0x0/0x60 @ 1
[    0.156743] Scanning for low memory corruption every 60 seconds
[    0.156757] initcall start_periodic_check_for_corruption+0x0/0x60 returned 0 after 11 usecs
[    0.156799] calling  sysfb_init+0x0/0x6f @ 1
[    0.156922] initcall sysfb_init+0x0/0x6f returned 0 after 107 usecs
[    0.156932] calling  audit_classes_init+0x0/0xaf @ 1
[    0.156955] initcall audit_classes_init+0x0/0xaf returned 0 after 13 usecs
[    0.156965] calling  pmc_atom_init+0x0/0x1c1 @ 1
[    0.157041] initcall pmc_atom_init+0x0/0x1c1 returned 0 after 64 usecs
[    0.157053] calling  proc_execdomains_init+0x0/0x22 @ 1
[    0.157072] initcall proc_execdomains_init+0x0/0x22 returned 0 after 9 usecs
[    0.157081] calling  ioresources_init+0x0/0x3c @ 1
[    0.157098] initcall ioresources_init+0x0/0x3c returned 0 after 7 usecs
[    0.157106] calling  snapshot_device_init+0x0/0x12 @ 1
[    0.157261] initcall snapshot_device_init+0x0/0x12 returned 0 after 140 usecs
[    0.157271] calling  irq_pm_init_ops+0x0/0x14 @ 1
[    0.157284] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 3 usecs
[    0.157292] calling  init_posix_timers+0x0/0x252 @ 1
[    0.157317] initcall init_posix_timers+0x0/0x252 returned 0 after 15 usecs
[    0.157326] calling  init_posix_cpu_timers+0x0/0xbc @ 1
[    0.157338] initcall init_posix_cpu_timers+0x0/0xbc returned 0 after 3 usecs
[    0.157345] calling  timekeeping_init_ops+0x0/0x14 @ 1
[    0.157357] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 3 usecs
[    0.157365] calling  init_clocksource_sysfs+0x0/0x69 @ 1
[    0.157569] initcall init_clocksource_sysfs+0x0/0x69 returned 0 after 187 usecs
[    0.157580] calling  init_timer_list_procfs+0x0/0x2c @ 1
[    0.157596] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 6 usecs
[    0.157604] calling  alarmtimer_init+0x0/0x168 @ 1
[    0.157863] initcall alarmtimer_init+0x0/0x168 returned 0 after 238 usecs
[    0.157874] calling  clockevents_init_sysfs+0x0/0xca @ 1
[    0.158230] initcall clockevents_init_sysfs+0x0/0xca returned 0 after 334 usecs
[    0.158245] calling  init_tstats_procfs+0x0/0x2c @ 1
[    0.158265] initcall init_tstats_procfs+0x0/0x2c returned 0 after 9 usecs
[    0.158273] calling  futex_init+0x0/0xd4 @ 1
[    0.158293] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.158315] initcall futex_init+0x0/0xd4 returned 0 after 33 usecs
[    0.158324] calling  proc_dma_init+0x0/0x22 @ 1
[    0.158339] initcall proc_dma_init+0x0/0x22 returned 0 after 6 usecs
[    0.158347] calling  proc_modules_init+0x0/0x22 @ 1
[    0.158362] initcall proc_modules_init+0x0/0x22 returned 0 after 6 usecs
[    0.158370] calling  kallsyms_init+0x0/0x25 @ 1
[    0.158384] initcall kallsyms_init+0x0/0x25 returned 0 after 4 usecs
[    0.158392] calling  ikconfig_init+0x0/0x3e @ 1
[    0.158407] initcall ikconfig_init+0x0/0x3e returned 0 after 5 usecs
[    0.158414] calling  audit_init+0x0/0xf3 @ 1
[    0.158421] audit: initializing netlink subsys (disabled)
[    0.158455] audit: type=2000 audit(1394175011.145:1): initialized
[    0.158468] initcall audit_init+0x0/0xf3 returned 0 after 43 usecs
[    0.158477] calling  audit_watch_init+0x0/0x3a @ 1
[    0.158490] initcall audit_watch_init+0x0/0x3a returned 0 after 3 usecs
[    0.158498] calling  audit_fsnotify_init+0x0/0x3a @ 1
[    0.158510] initcall audit_fsnotify_init+0x0/0x3a returned 0 after 3 usecs
[    0.158519] calling  audit_tree_init+0x0/0x49 @ 1
[    0.158532] initcall audit_tree_init+0x0/0x49 returned 0 after 3 usecs
[    0.158540] calling  init_kprobes+0x0/0x1b0 @ 1
[    0.158617] initcall init_kprobes+0x0/0x1b0 returned 0 after 66 usecs
[    0.158626] calling  utsname_sysctl_init+0x0/0x14 @ 1
[    0.158651] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 15 usecs
[    0.158660] calling  init_tracepoints+0x0/0x28 @ 1
[    0.158670] initcall init_tracepoints+0x0/0x28 returned 0 after 2 usecs
[    0.158679] calling  stack_trace_init+0x0/0x8b @ 1
[    0.158756] initcall stack_trace_init+0x0/0x8b returned 0 after 64 usecs
[    0.158767] calling  init_blk_tracer+0x0/0x56 @ 1
[    0.158791] initcall init_blk_tracer+0x0/0x56 returned 0 after 14 usecs
[    0.158802] calling  perf_event_sysfs_init+0x0/0x91 @ 1
[    0.159655] initcall perf_event_sysfs_init+0x0/0x91 returned 0 after 817 usecs
[    0.159670] calling  init_per_zone_wmark_min+0x0/0x9f @ 1
[    0.159690] initcall init_per_zone_wmark_min+0x0/0x9f returned 0 after 9 usecs
[    0.159757] calling  kswapd_init+0x0/0x6f @ 1
[    0.159862] initcall kswapd_init+0x0/0x6f returned 0 after 90 usecs
[    0.159873] calling  extfrag_debug_init+0x0/0x78 @ 1
[    0.159908] initcall extfrag_debug_init+0x0/0x78 returned 0 after 23 usecs
[    0.159918] calling  setup_vmstat+0x0/0x1aa @ 1
[    0.160056] initcall setup_vmstat+0x0/0x1aa returned 0 after 123 usecs
[    0.160068] calling  mm_compute_batch_init+0x0/0x54 @ 1
[    0.160081] initcall mm_compute_batch_init+0x0/0x54 returned 0 after 3 usecs
[    0.160090] calling  slab_proc_init+0x0/0x25 @ 1
[    0.160106] initcall slab_proc_init+0x0/0x25 returned 0 after 5 usecs
[    0.160113] calling  workingset_init+0x0/0x4b @ 1
[    0.160127] initcall workingset_init+0x0/0x4b returned 0 after 4 usecs
[    0.160134] calling  proc_vmalloc_init+0x0/0x25 @ 1
[    0.160148] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 5 usecs
[    0.160156] calling  procswaps_init+0x0/0x22 @ 1
[    0.160172] initcall procswaps_init+0x0/0x22 returned 0 after 6 usecs
[    0.160179] calling  hugetlb_init+0x0/0x545 @ 1
[    0.160189] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.160239] initcall hugetlb_init+0x0/0x545 returned 0 after 48 usecs
[    0.160248] calling  slab_sysfs_init+0x0/0xf0 @ 1
[    0.168807] initcall slab_sysfs_init+0x0/0xf0 returned 0 after 8334 usecs
[    0.168821] calling  fcntl_init+0x0/0x2a @ 1
[    0.168839] initcall fcntl_init+0x0/0x2a returned 0 after 7 usecs
[    0.168848] calling  proc_filesystems_init+0x0/0x22 @ 1
[    0.168865] initcall proc_filesystems_init+0x0/0x22 returned 0 after 7 usecs
[    0.168874] calling  start_dirtytime_writeback+0x0/0x2a @ 1
[    0.168889] initcall start_dirtytime_writeback+0x0/0x2a returned 0 after 5 usecs
[    0.168897] calling  dio_init+0x0/0x2d @ 1
[    0.169048] initcall dio_init+0x0/0x2d returned 0 after 136 usecs
[    0.169059] calling  fsnotify_mark_init+0x0/0x3c @ 1
[    0.169156] initcall fsnotify_mark_init+0x0/0x3c returned 0 after 83 usecs
[    0.169166] calling  dnotify_init+0x0/0x79 @ 1
[    0.169191] initcall dnotify_init+0x0/0x79 returned 0 after 14 usecs
[    0.169200] calling  aio_setup+0x0/0x7b @ 1
[    0.169255] initcall aio_setup+0x0/0x7b returned 0 after 43 usecs
[    0.169265] calling  proc_locks_init+0x0/0x22 @ 1
[    0.169282] initcall proc_locks_init+0x0/0x22 returned 0 after 7 usecs
[    0.169291] calling  init_sys32_ioctl+0x0/0x28 @ 1
[    0.169469] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 164 usecs
[    0.169478] calling  init_mbcache+0x0/0x14 @ 1
[    0.169491] initcall init_mbcache+0x0/0x14 returned 0 after 4 usecs
[    0.169499] calling  dquot_init+0x0/0x119 @ 1
[    0.169506] VFS: Disk quotas dquot_6.6.0
[    0.169664] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.169676] initcall dquot_init+0x0/0x119 returned 0 after 162 usecs
[    0.169686] calling  init_v2_quota_format+0x0/0x22 @ 1
[    0.169700] initcall init_v2_quota_format+0x0/0x22 returned 0 after 3 usecs
[    0.169749] calling  quota_init+0x0/0x2f @ 1
[    0.169780] initcall quota_init+0x0/0x2f returned 0 after 20 usecs
[    0.169790] calling  init_devpts_fs+0x0/0x64 @ 1
[    0.169846] initcall init_devpts_fs+0x0/0x64 returned 0 after 43 usecs
[    0.169855] calling  ext4_init_fs+0x0/0x1d0 @ 1
[    0.170498] initcall ext4_init_fs+0x0/0x1d0 returned 0 after 614 usecs
[    0.170551] calling  journal_init+0x0/0x107 @ 1
[    0.171120] initcall journal_init+0x0/0x107 returned 0 after 541 usecs
[    0.171132] calling  init_hugetlbfs_fs+0x0/0x125 @ 1
[    0.171320] initcall init_hugetlbfs_fs+0x0/0x125 returned 0 after 171 usecs
[    0.171330] calling  init_fat_fs+0x0/0x4a @ 1
[    0.171539] initcall init_fat_fs+0x0/0x4a returned 0 after 193 usecs
[    0.171591] calling  init_vfat_fs+0x0/0x12 @ 1
[    0.171607] initcall init_vfat_fs+0x0/0x12 returned 0 after 6 usecs
[    0.171614] calling  init_msdos_fs+0x0/0x12 @ 1
[    0.171627] initcall init_msdos_fs+0x0/0x12 returned 0 after 4 usecs
[    0.171634] calling  init_iso9660_fs+0x0/0x71 @ 1
[    0.171826] initcall init_iso9660_fs+0x0/0x71 returned 0 after 176 usecs
[    0.171848] calling  init_nls_cp437+0x0/0x14 @ 1
[    0.171861] initcall init_nls_cp437+0x0/0x14 returned 0 after 4 usecs
[    0.171868] calling  init_nls_ascii+0x0/0x14 @ 1
[    0.171880] initcall init_nls_ascii+0x0/0x14 returned 0 after 3 usecs
[    0.171887] calling  init_nls_iso8859_1+0x0/0x14 @ 1
[    0.171899] initcall init_nls_iso8859_1+0x0/0x14 returned 0 after 3 usecs
[    0.171906] calling  init_nls_utf8+0x0/0x27 @ 1
[    0.171919] initcall init_nls_utf8+0x0/0x27 returned 0 after 4 usecs
[    0.171926] calling  init_autofs4_fs+0x0/0x26 @ 1
[    0.172115] initcall init_autofs4_fs+0x0/0x26 returned 0 after 173 usecs
[    0.172125] calling  ipc_init+0x0/0x17 @ 1
[    0.172146] initcall ipc_init+0x0/0x17 returned 0 after 12 usecs
[    0.172154] calling  ipc_sysctl_init+0x0/0x14 @ 1
[    0.172183] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 18 usecs
[    0.172191] calling  init_mqueue_fs+0x0/0x106 @ 1
[    0.172386] initcall init_mqueue_fs+0x0/0x106 returned 0 after 178 usecs
[    0.172396] calling  selinux_nf_ip_init+0x0/0x43 @ 1
[    0.172403] SELinux:  Registering netfilter hooks
[    0.172777] initcall selinux_nf_ip_init+0x0/0x43 returned 0 after 360 usecs
[    0.172798] calling  init_sel_fs+0x0/0x9e @ 1
[    0.172945] initcall init_sel_fs+0x0/0x9e returned 0 after 131 usecs
[    0.172954] calling  selnl_init+0x0/0x56 @ 1
[    0.172986] initcall selnl_init+0x0/0x56 returned 0 after 21 usecs
[    0.172995] calling  sel_netif_init+0x0/0x3a @ 1
[    0.173011] initcall sel_netif_init+0x0/0x3a returned 0 after 6 usecs
[    0.173019] calling  sel_netnode_init+0x0/0x3e @ 1
[    0.173032] initcall sel_netnode_init+0x0/0x3e returned 0 after 4 usecs
[    0.173040] calling  sel_netport_init+0x0/0x3e @ 1
[    0.173053] initcall sel_netport_init+0x0/0x3e returned 0 after 5 usecs
[    0.173061] calling  aurule_init+0x0/0x2b @ 1
[    0.173070] initcall aurule_init+0x0/0x2b returned 0 after 1 usecs
[    0.173078] calling  crypto_algapi_init+0x0/0xd @ 1
[    0.173095] initcall crypto_algapi_init+0x0/0xd returned 0 after 7 usecs
[    0.173103] calling  chainiv_module_init+0x0/0x12 @ 1
[    0.173117] initcall chainiv_module_init+0x0/0x12 returned 0 after 4 usecs
[    0.173125] calling  eseqiv_module_init+0x0/0x12 @ 1
[    0.173137] initcall eseqiv_module_init+0x0/0x12 returned 0 after 3 usecs
[    0.173145] calling  seqiv_module_init+0x0/0x12 @ 1
[    0.173157] initcall seqiv_module_init+0x0/0x12 returned 0 after 3 usecs
[    0.173165] calling  hmac_module_init+0x0/0x12 @ 1
[    0.173177] initcall hmac_module_init+0x0/0x12 returned 0 after 3 usecs
[    0.173185] calling  crypto_null_mod_init+0x0/0x48 @ 1
[    0.173603] initcall crypto_null_mod_init+0x0/0x48 returned 0 after 396 usecs
[    0.173613] calling  md5_mod_init+0x0/0x12 @ 1
[    0.173769] initcall md5_mod_init+0x0/0x12 returned 0 after 141 usecs
[    0.173780] calling  sha1_generic_mod_init+0x0/0x12 @ 1
[    0.173899] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 105 usecs
[    0.173909] calling  sha256_generic_mod_init+0x0/0x17 @ 1
[    0.174116] initcall sha256_generic_mod_init+0x0/0x17 returned 0 after 193 usecs
[    0.174126] calling  crypto_cbc_module_init+0x0/0x12 @ 1
[    0.174139] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 4 usecs
[    0.174148] calling  crypto_ctr_module_init+0x0/0x39 @ 1
[    0.174160] initcall crypto_ctr_module_init+0x0/0x39 returned 0 after 4 usecs
[    0.174169] calling  crypto_gcm_module_init+0x0/0xc0 @ 1
[    0.174183] initcall crypto_gcm_module_init+0x0/0xc0 returned 0 after 5 usecs
[    0.174192] calling  crypto_ccm_module_init+0x0/0x58 @ 1
[    0.174205] initcall crypto_ccm_module_init+0x0/0x58 returned 0 after 3 usecs
[    0.174213] calling  des_generic_mod_init+0x0/0x17 @ 1
[    0.174415] initcall des_generic_mod_init+0x0/0x17 returned 0 after 186 usecs
[    0.174425] calling  aes_init+0x0/0x12 @ 1
[    0.174535] initcall aes_init+0x0/0x12 returned 0 after 96 usecs
[    0.174545] calling  arc4_init+0x0/0x17 @ 1
[    0.174771] initcall arc4_init+0x0/0x17 returned 0 after 209 usecs
[    0.174781] calling  crc32c_mod_init+0x0/0x12 @ 1
[    0.174885] initcall crc32c_mod_init+0x0/0x12 returned 0 after 90 usecs
[    0.174896] calling  crypto_authenc_module_init+0x0/0x12 @ 1
[    0.174909] initcall crypto_authenc_module_init+0x0/0x12 returned 0 after 4 usecs
[    0.174918] calling  crypto_authenc_esn_module_init+0x0/0x12 @ 1
[    0.174931] initcall crypto_authenc_esn_module_init+0x0/0x12 returned 0 after 3 usecs
[    0.174939] calling  drbg_init+0x0/0x82 @ 1
[    0.175718] initcall drbg_init+0x0/0x82 returned 0 after 746 usecs
[    0.175759] calling  jent_mod_init+0x0/0x30 @ 1
[    0.176440] initcall jent_mod_init+0x0/0x30 returned 0 after 653 usecs
[    0.176450] calling  ghash_mod_init+0x0/0x12 @ 1
[    0.176561] initcall ghash_mod_init+0x0/0x12 returned 0 after 97 usecs
[    0.176572] calling  proc_genhd_init+0x0/0x3c @ 1
[    0.176595] initcall proc_genhd_init+0x0/0x3c returned 0 after 13 usecs
[    0.176604] calling  bsg_init+0x0/0x128 @ 1
[    0.176879] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.176893] initcall bsg_init+0x0/0x128 returned 0 after 271 usecs
[    0.176902] calling  noop_init+0x0/0x12 @ 1
[    0.176911] io scheduler noop registered
[    0.176919] initcall noop_init+0x0/0x12 returned 0 after 7 usecs
[    0.176927] calling  deadline_init+0x0/0x12 @ 1
[    0.176934] io scheduler deadline registered
[    0.176943] initcall deadline_init+0x0/0x12 returned 0 after 6 usecs
[    0.176951] calling  cfq_init+0x0/0x88 @ 1
[    0.177097] io scheduler cfq registered (default)
[    0.177109] initcall cfq_init+0x0/0x88 returned 0 after 144 usecs
[    0.177119] calling  percpu_counter_startup+0x0/0x36 @ 1
[    0.177140] initcall percpu_counter_startup+0x0/0x36 returned 0 after 8 usecs
[    0.177149] calling  pci_proc_init+0x0/0x65 @ 1
[    0.177254] initcall pci_proc_init+0x0/0x65 returned 0 after 92 usecs
[    0.177264] calling  pcie_portdrv_init+0x0/0x75 @ 1
[    0.185824] initcall pcie_portdrv_init+0x0/0x75 returned 0 after 8333 usecs
[    0.185883] calling  aer_service_init+0x0/0x31 @ 1
[    0.185924] initcall aer_service_init+0x0/0x31 returned 0 after 30 usecs
[    0.185977] calling  pcie_pme_service_init+0x0/0x12 @ 1
[    0.186049] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.186059] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.186103] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    0.186111] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[    0.186153] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.186160] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.186167] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.186212] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    0.186221] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    0.186254] initcall pcie_pme_service_init+0x0/0x12 returned 0 after 257 usecs
[    0.186310] calling  pci_hotplug_init+0x0/0x1b @ 1
[    0.186317] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.186326] initcall pci_hotplug_init+0x0/0x1b returned 0 after 6 usecs
[    0.186336] calling  genericbl_driver_init+0x0/0x14 @ 1
[    0.186380] initcall genericbl_driver_init+0x0/0x14 returned 0 after 32 usecs
[    0.186434] calling  vesafb_driver_init+0x0/0x14 @ 1
[    0.186475] initcall vesafb_driver_init+0x0/0x14 returned 0 after 28 usecs
[    0.186529] calling  efifb_driver_init+0x0/0x14 @ 1
[    0.186574] initcall efifb_driver_init+0x0/0x14 returned 0 after 32 usecs
[    0.186625] calling  acpi_ac_init+0x0/0x2b @ 1
[    0.186683] initcall acpi_ac_init+0x0/0x2b returned 0 after 45 usecs
[    0.186779] calling  acpi_button_driver_init+0x0/0x12 @ 1
[    0.186979] input: Power Button as /devices/LNXSYSTM:00/PNP0C0C:00/input/input0
[    0.186990] ACPI: Power Button [PWRB]
[    0.187154] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.187163] ACPI: Power Button [PWRF]
[    0.187215] initcall acpi_button_driver_init+0x0/0x12 returned 0 after 412 usecs
[    0.187266] calling  acpi_fan_driver_init+0x0/0x14 @ 1
[    0.187310] initcall acpi_fan_driver_init+0x0/0x14 returned 0 after 31 usecs
[    0.187362] calling  acpi_video_init+0x0/0x89 @ 1
[    0.187433] initcall acpi_video_init+0x0/0x89 returned 0 after 58 usecs
[    0.187487] calling  acpi_processor_driver_init+0x0/0x4c @ 1
[    0.187579] initcall acpi_processor_driver_init+0x0/0x4c returned 0 after 77 usecs
[    0.187589] calling  acpi_thermal_init+0x0/0x7d @ 1
[    0.187783] initcall acpi_thermal_init+0x0/0x7d returned 0 after 178 usecs
[    0.187836] calling  acpi_battery_init+0x0/0x30 @ 1
[    0.187855] initcall acpi_battery_init+0x0/0x30 returned 0 after 7 usecs
[    0.187954] calling  pty_init+0x0/0x210 @ 1
[    0.188141] initcall pty_init+0x0/0x210 returned 0 after 170 usecs
[    0.188151] calling  sysrq_init+0x0/0x6f @ 1
[    0.188171] initcall sysrq_init+0x0/0x6f returned 0 after 10 usecs
[    0.188179] calling  serial8250_init+0x0/0x15c @ 1
[    0.188186] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.208528] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.209607] initcall serial8250_init+0x0/0x15c returned 0 after 20891 usecs
[    0.209662] calling  serial_pci_driver_init+0x0/0x1b @ 1
[    0.211033] 0000:00:1e.4: ttyS1 at MMIO 0x80a0d000 (irq = 19, base_baud = 2764800) is a 16550A
[    0.211311] initcall serial_pci_driver_init+0x0/0x1b returned 0 after 1592 usecs
[    0.211367] calling  hpet_init+0x0/0x65 @ 1
[    0.211592] hpet_acpi_add: no address or irqs in _CRS
[    0.211642] initcall hpet_init+0x0/0x65 returned 0 after 255 usecs
[    0.211699] calling  nvram_init+0x0/0x79 @ 1
[    0.211893] Non-volatile memory driver v1.3
[    0.211904] initcall nvram_init+0x0/0x79 returned 0 after 187 usecs
[    0.211913] calling  hwrng_modinit+0x0/0x12 @ 1
[    0.212061] initcall hwrng_modinit+0x0/0x12 returned 0 after 133 usecs
[    0.212071] calling  mod_init+0x0/0x4d @ 1
[    0.212083] initcall mod_init+0x0/0x4d returned -19 after 3 usecs
[    0.212091] calling  agp_init+0x0/0x27 @ 1
[    0.212098] Linux agpgart interface v0.103
[    0.212106] initcall agp_init+0x0/0x27 returned 0 after 6 usecs
[    0.212114] calling  agp_amd64_mod_init+0x0/0xb @ 1
[    0.212302] initcall agp_amd64_mod_init+0x0/0xb returned -19 after 171 usecs
[    0.212312] calling  agp_intel_init+0x0/0x2a @ 1
[    0.212372] initcall agp_intel_init+0x0/0x2a returned 0 after 47 usecs
[    0.212426] calling  mmc_blk_init+0x0/0x82 @ 1
[    0.212466] initcall mmc_blk_init+0x0/0x82 returned 0 after 28 usecs
[    0.212517] calling  sdhci_drv_init+0x0/0x20 @ 1
[    0.212524] sdhci: Secure Digital Host Controller Interface driver
[    0.212527] sdhci: Copyright(c) Pierre Ossman
[    0.212536] initcall sdhci_drv_init+0x0/0x20 returned 0 after 9 usecs
[    0.212545] calling  sdhci_driver_init+0x0/0x1b @ 1
[    0.213519] sdhci-pci 0000:00:11.0: SDHCI controller found [8086:0f15] (rev 11)
[    0.214602] sdhci-pci 0000:00:11.0: No vmmc regulator found
[    0.214609] sdhci-pci 0000:00:11.0: No vqmmc regulator found
[    0.218803] mmc0: SDHCI controller on PCI [0000:00:11.0] using ADMA
[    0.230715] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:0f16] (rev 11)
[    0.230762] sdhci-pci 0000:00:12.0: failed to setup card detect gpio
[    0.231811] sdhci-pci 0000:00:12.0: No vmmc regulator found
[    0.231817] sdhci-pci 0000:00:12.0: No vqmmc regulator found
[    0.235813] mmc1: SDHCI controller on PCI [0000:00:12.0] using ADMA
[    0.236725] sdhci-pci 0000:00:17.0: SDHCI controller found [8086:0f50] (rev 11)
[    0.237835] sdhci-pci 0000:00:17.0: No vmmc regulator found
[    0.237841] sdhci-pci 0000:00:17.0: No vqmmc regulator found
[    0.241894] mmc2: SDHCI controller on PCI [0000:00:17.0] using ADMA
[    0.252895] initcall sdhci_driver_init+0x0/0x1b returned 0 after 39348 usecs
[    0.252908] calling  sdhci_acpi_driver_init+0x0/0x14 @ 1
[    0.252956] initcall sdhci_acpi_driver_init+0x0/0x14 returned 0 after 36 usecs
[    0.252966] calling  drm_core_init+0x0/0xed @ 1
[    0.253009] [drm] Initialized drm 1.1.0 20060810
[    0.253020] initcall drm_core_init+0x0/0xed returned 0 after 42 usecs
[    0.253028] calling  i915_init+0x0/0x99 @ 1
[    0.255404] [drm] Memory usable by graphics device = 2048M
[    0.255414] [drm] Replacing VGA console driver
[    0.256717] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    0.256724] [drm] Driver supports precise vblank timestamp query.
[    0.256735] i915 0000:00:02.0: Invalid ROM contents
[    0.262221] [drm] failed to find VBIOS tables
[    0.350718] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.420700] mmc1: new high speed SDHC card at address aaaa
[    0.421239] mmcblk0: mmc1:aaaa SL16G 14.8 GiB 
[    0.422244]  mmcblk0: p1 p2
[    0.493063] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[    0.720361] i915 0000:00:02.0: No connectors reported connected with modes
[    0.720419] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
[    0.720522] initcall i915_init+0x0/0x99 returned 0 after 456068 usecs
[    0.720535] calling  cn_proc_init+0x0/0x36 @ 1
[    0.720549] initcall cn_proc_init+0x0/0x36 returned 0 after 5 usecs
[    0.720560] calling  topology_sysfs_init+0x0/0x80 @ 1
[    0.720607] initcall topology_sysfs_init+0x0/0x80 returned 0 after 36 usecs
[    0.720618] calling  cacheinfo_sysfs_init+0x0/0x8a @ 1
[    0.720934] initcall cacheinfo_sysfs_init+0x0/0x8a returned 0 after 297 usecs
[    0.720945] calling  loop_init+0x0/0x149 @ 1
[    0.721321] [drm] Cannot find any crtc or sizes - going 1024x768
[    0.723399] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    0.725974] loop: module loaded
[    0.725994] initcall loop_init+0x0/0x149 returned 0 after 4910 usecs
[    0.726006] calling  net_olddevs_init+0x0/0x5b @ 1
[    0.726025] initcall net_olddevs_init+0x0/0x5b returned 0 after 9 usecs
[    0.726035] calling  tg3_driver_init+0x0/0x1b @ 1
[    0.726112] initcall tg3_driver_init+0x0/0x1b returned 0 after 64 usecs
[    0.726123] calling  e100_init_module+0x0/0x59 @ 1
[    0.726130] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    0.726134] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.726187] initcall e100_init_module+0x0/0x59 returned 0 after 52 usecs
[    0.726198] calling  e1000_init_module+0x0/0x7a @ 1
[    0.726205] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    0.726208] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.726261] initcall e1000_init_module+0x0/0x7a returned 0 after 51 usecs
[    0.726309] calling  sky2_init_module+0x0/0x27 @ 1
[    0.726315] sky2: driver version 1.30
[    0.726375] initcall sky2_init_module+0x0/0x27 returned 0 after 53 usecs
[    0.726386] calling  forcedeth_pci_driver_init+0x0/0x1b @ 1
[    0.726441] initcall forcedeth_pci_driver_init+0x0/0x1b returned 0 after 43 usecs
[    0.726452] calling  rtl8139_init_module+0x0/0x1b @ 1
[    0.726505] initcall rtl8139_init_module+0x0/0x1b returned 0 after 41 usecs
[    0.726516] calling  rtl8169_pci_driver_init+0x0/0x1b @ 1
[    0.726678] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    0.729672] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc900003a8000, 00:08:a2:09:ba:5b, XID 0c000800 IRQ 92
[    0.729681] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    0.729764] initcall rtl8169_pci_driver_init+0x0/0x1b returned 0 after 3152 usecs
[    0.729824] calling  mon_init+0x0/0xfe @ 1
[    0.730072] initcall mon_init+0x0/0xfe returned 0 after 226 usecs
[    0.730084] calling  ehci_hcd_init+0x0/0x57 @ 1
[    0.730092] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.730101] initcall ehci_hcd_init+0x0/0x57 returned 0 after 7 usecs
[    0.730111] calling  ehci_pci_init+0x0/0x67 @ 1
[    0.730117] ehci-pci: EHCI PCI platform driver
[    0.731187] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.731432] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    0.731458] ehci-pci 0000:00:1d.0: debug port 2
[    0.735383] ehci-pci 0000:00:1d.0: cache line size of 32 is not supported
[    0.735415] ehci-pci 0000:00:1d.0: irq 16, io mem 0x80a00000
[    0.741320] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.741426] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.741433] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.741438] usb usb1: Product: EHCI Host Controller
[    0.741444] usb usb1: Manufacturer: Linux 4.4.6-ina ehci_hcd
[    0.741448] usb usb1: SerialNumber: 0000:00:1d.0
[    0.741913] hub 1-0:1.0: USB hub found
[    0.741937] hub 1-0:1.0: 8 ports detected
[    0.742767] initcall ehci_pci_init+0x0/0x67 returned 0 after 12331 usecs
[    0.742835] calling  ohci_hcd_mod_init+0x0/0x61 @ 1
[    0.742844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.742869] initcall ohci_hcd_mod_init+0x0/0x61 returned 0 after 21 usecs
[    0.742880] calling  ohci_pci_init+0x0/0x67 @ 1
[    0.742887] ohci-pci: OHCI PCI platform driver
[    0.742943] initcall ohci_pci_init+0x0/0x67 returned 0 after 50 usecs
[    0.742999] calling  uhci_hcd_init+0x0/0xae @ 1
[    0.743007] uhci_hcd: USB Universal Host Controller Interface driver
[    0.743071] initcall uhci_hcd_init+0x0/0xae returned 0 after 59 usecs
[    0.743127] calling  xhci_hcd_init+0x0/0x15 @ 1
[    0.743142] initcall xhci_hcd_init+0x0/0x15 returned 0 after 3 usecs
[    0.743149] calling  xhci_pci_init+0x0/0x44 @ 1
[    0.743199] initcall xhci_pci_init+0x0/0x44 returned 0 after 39 usecs
[    0.743252] calling  usblp_driver_init+0x0/0x1b @ 1
[    0.743381] usbcore: registered new interface driver usblp
[    0.743393] initcall usblp_driver_init+0x0/0x1b returned 0 after 127 usecs
[    0.743401] calling  serport_init+0x0/0x2d @ 1
[    0.743413] initcall serport_init+0x0/0x2d returned 0 after 3 usecs
[    0.743420] calling  input_leds_init+0x0/0x12 @ 1
[    0.743435] initcall input_leds_init+0x0/0x12 returned 0 after 5 usecs
[    0.743442] calling  mousedev_init+0x0/0x5a @ 1
[    0.743643] mousedev: PS/2 mouse device common for all mice
[    0.743656] initcall mousedev_init+0x0/0x5a returned 0 after 198 usecs
[    0.743664] calling  evdev_init+0x0/0x12 @ 1
[    0.743942] initcall evdev_init+0x0/0x12 returned 0 after 258 usecs
[    0.743951] calling  cmos_init+0x0/0x6c @ 1
[    0.744021] rtc_cmos 00:03: RTC can wake from S4
[    0.744240] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.744315] rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
[    0.744372] initcall cmos_init+0x0/0x6c returned 0 after 398 usecs
[    0.744428] calling  i2c_i801_init+0x0/0xa4 @ 1
[    0.745481] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    0.745675] initcall i2c_i801_init+0x0/0xa4 returned 0 after 1202 usecs
[    0.745730] calling  uvc_init+0x0/0x3f @ 1
[    0.745860] usbcore: registered new interface driver uvcvideo
[    0.745865] USB Video Class driver (1.1.1)
[    0.745875] initcall uvc_init+0x0/0x3f returned 0 after 130 usecs
[    0.745885] calling  cpufreq_gov_dbs_init+0x0/0x12 @ 1
[    0.745900] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 6 usecs
[    0.745911] calling  efivars_sysfs_init+0x0/0x220 @ 1
[    0.745924] initcall efivars_sysfs_init+0x0/0x220 returned -19 after 4 usecs
[    0.745932] calling  esrt_sysfs_init+0x0/0x308 @ 1
[    0.745944] initcall esrt_sysfs_init+0x0/0x308 returned -38 after 3 usecs
[    0.745952] calling  hid_init+0x0/0x61 @ 1
[    0.746099] hidraw: raw HID events driver (C) Jiri Kosina
[    0.746122] initcall hid_init+0x0/0x61 returned 0 after 154 usecs
[    0.746132] calling  hid_generic_init+0x0/0x1b @ 1
[    0.746220] initcall hid_generic_init+0x0/0x1b returned 0 after 75 usecs
[    0.746230] calling  gyration_driver_init+0x0/0x1b @ 1
[    0.746361] initcall gyration_driver_init+0x0/0x1b returned 0 after 116 usecs
[    0.746371] calling  ntrig_driver_init+0x0/0x1b @ 1
[    0.746462] initcall ntrig_driver_init+0x0/0x1b returned 0 after 77 usecs
[    0.746472] calling  pl_driver_init+0x0/0x1b @ 1
[    0.746557] initcall pl_driver_init+0x0/0x1b returned 0 after 71 usecs
[    0.746566] calling  pl_driver_init+0x0/0x1b @ 1
[    0.746657] initcall pl_driver_init+0x0/0x1b returned 0 after 76 usecs
[    0.746667] calling  samsung_driver_init+0x0/0x1b @ 1
[    0.746750] initcall samsung_driver_init+0x0/0x1b returned 0 after 70 usecs
[    0.746759] calling  sony_init+0x0/0x3e @ 1
[    0.746847] initcall sony_init+0x0/0x3e returned 0 after 73 usecs
[    0.746856] calling  sp_driver_init+0x0/0x1b @ 1
[    0.746938] initcall sp_driver_init+0x0/0x1b returned 0 after 68 usecs
[    0.746947] calling  ts_driver_init+0x0/0x1b @ 1
[    0.747029] initcall ts_driver_init+0x0/0x1b returned 0 after 68 usecs
[    0.747038] calling  hid_init+0x0/0x52 @ 1
[    0.747131] usbcore: registered new interface driver usbhid
[    0.747135] usbhid: USB HID core driver
[    0.747146] initcall hid_init+0x0/0x52 returned 0 after 94 usecs
[    0.747154] calling  eeepc_laptop_init+0x0/0x58 @ 1
[    0.747513] initcall eeepc_laptop_init+0x0/0x58 returned -19 after 336 usecs
[    0.747524] calling  alsa_hwdep_init+0x0/0x5f @ 1
[    0.747548] initcall alsa_hwdep_init+0x0/0x5f returned 0 after 13 usecs
[    0.747557] calling  alsa_timer_init+0x0/0x1c7 @ 1
[    0.747748] initcall alsa_timer_init+0x0/0x1c7 returned 0 after 174 usecs
[    0.747759] calling  snd_hrtimer_init+0x0/0xad @ 1
[    0.747773] initcall snd_hrtimer_init+0x0/0xad returned 0 after 4 usecs
[    0.747781] calling  alsa_pcm_init+0x0/0x67 @ 1
[    0.747796] initcall alsa_pcm_init+0x0/0x67 returned 0 after 7 usecs
[    0.747805] calling  alsa_mixer_oss_init+0x0/0x32 @ 1
[    0.747817] initcall alsa_mixer_oss_init+0x0/0x32 returned 0 after 3 usecs
[    0.747825] calling  alsa_pcm_oss_init+0x0/0x7d @ 1
[    0.747838] initcall alsa_pcm_oss_init+0x0/0x7d returned 0 after 4 usecs
[    0.747846] calling  alsa_seq_init+0x0/0x48 @ 1
[    0.747998] initcall alsa_seq_init+0x0/0x48 returned 0 after 136 usecs
[    0.748009] calling  alsa_seq_midi_event_init+0x0/0x8 @ 1
[    0.748025] initcall alsa_seq_midi_event_init+0x0/0x8 returned 0 after 6 usecs
[    0.748033] calling  alsa_seq_oss_init+0x0/0x149 @ 1
[    0.748478] initcall alsa_seq_oss_init+0x0/0x149 returned 0 after 420 usecs
[    0.748492] calling  alsa_seq_dummy_init+0x0/0xa3 @ 1
[    0.748517] initcall alsa_seq_dummy_init+0x0/0xa3 returned 0 after 13 usecs
[    0.748526] calling  azx_driver_init+0x0/0x1b @ 1
[    0.748729] initcall azx_driver_init+0x0/0x1b returned 0 after 186 usecs
[    0.748789] calling  sock_diag_init+0x0/0x35 @ 1
[    0.748848] initcall sock_diag_init+0x0/0x35 returned 0 after 45 usecs
[    0.748860] calling  blackhole_init+0x0/0x12 @ 1
[    0.748874] initcall blackhole_init+0x0/0x12 returned 0 after 4 usecs
[    0.748881] calling  nfnetlink_init+0x0/0x67 @ 1
[    0.748889] Netfilter messages via NETLINK v0.30.
[    0.748903] initcall nfnetlink_init+0x0/0x67 returned 0 after 12 usecs
[    0.748911] calling  nfnetlink_log_init+0x0/0x9a @ 1
[    0.748932] initcall nfnetlink_log_init+0x0/0x9a returned 0 after 11 usecs
[    0.748940] calling  nf_conntrack_standalone_init+0x0/0x7a @ 1
[    0.748949] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    0.749249] initcall nf_conntrack_standalone_init+0x0/0x7a returned 0 after 287 usecs
[    0.749260] calling  ctnetlink_init+0x0/0x97 @ 1
[    0.749267] ctnetlink v0.93: registering with nfnetlink.
[    0.749276] initcall ctnetlink_init+0x0/0x97 returned 0 after 7 usecs
[    0.749284] calling  nf_conntrack_ftp_init+0x0/0x160 @ 1
[    0.749355] initcall nf_conntrack_ftp_init+0x0/0x160 returned 0 after 26 usecs
[    0.749364] calling  nf_conntrack_irc_init+0x0/0x14a @ 1
[    0.749379] initcall nf_conntrack_irc_init+0x0/0x14a returned 0 after 5 usecs
[    0.749387] calling  nf_conntrack_sip_init+0x0/0x190 @ 1
[    0.749400] initcall nf_conntrack_sip_init+0x0/0x190 returned 0 after 4 usecs
[    0.749407] calling  xt_init+0x0/0x107 @ 1
[    0.749420] initcall xt_init+0x0/0x107 returned 0 after 4 usecs
[    0.749427] calling  tcpudp_mt_init+0x0/0x17 @ 1
[    0.749439] initcall tcpudp_mt_init+0x0/0x17 returned 0 after 4 usecs
[    0.749447] calling  connsecmark_tg_init+0x0/0x12 @ 1
[    0.749459] initcall connsecmark_tg_init+0x0/0x12 returned 0 after 3 usecs
[    0.749466] calling  nflog_tg_init+0x0/0x12 @ 1
[    0.749477] initcall nflog_tg_init+0x0/0x12 returned 0 after 3 usecs
[    0.749484] calling  secmark_tg_init+0x0/0x12 @ 1
[    0.749495] initcall secmark_tg_init+0x0/0x12 returned 0 after 3 usecs
[    0.749502] calling  tcpmss_tg_init+0x0/0x17 @ 1
[    0.749514] initcall tcpmss_tg_init+0x0/0x17 returned 0 after 3 usecs
[    0.749521] calling  conntrack_mt_init+0x0/0x17 @ 1
[    0.749533] initcall conntrack_mt_init+0x0/0x17 returned 0 after 3 usecs
[    0.749540] calling  policy_mt_init+0x0/0x17 @ 1
[    0.749552] initcall policy_mt_init+0x0/0x17 returned 0 after 3 usecs
[    0.749559] calling  state_mt_init+0x0/0x12 @ 1
[    0.749570] initcall state_mt_init+0x0/0x12 returned 0 after 3 usecs
[    0.749578] calling  gre_offload_init+0x0/0x17 @ 1
[    0.749590] initcall gre_offload_init+0x0/0x17 returned 0 after 3 usecs
[    0.749598] calling  sysctl_ipv4_init+0x0/0x4c @ 1
[    0.749688] initcall sysctl_ipv4_init+0x0/0x4c returned 0 after 78 usecs
[    0.749696] calling  tunnel4_init+0x0/0x6c @ 1
[    0.749709] initcall tunnel4_init+0x0/0x6c returned 0 after 4 usecs
[    0.749718] calling  nf_conntrack_l3proto_ipv4_init+0x0/0x16b @ 1
[    0.749889] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x16b returned 0 after 155 usecs
[    0.749898] calling  nf_defrag_init+0x0/0x17 @ 1
[    0.749911] initcall nf_defrag_init+0x0/0x17 returned 0 after 4 usecs
[    0.749919] calling  ip_tables_init+0x0/0x9a @ 1
[    0.749934] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.749944] initcall ip_tables_init+0x0/0x9a returned 0 after 14 usecs
[    0.749952] calling  iptable_filter_init+0x0/0x4c @ 1
[    0.749986] initcall iptable_filter_init+0x0/0x4c returned 0 after 23 usecs
[    0.749995] calling  iptable_mangle_init+0x0/0x4c @ 1
[    0.750026] initcall iptable_mangle_init+0x0/0x4c returned 0 after 20 usecs
[    0.750035] calling  reject_tg_init+0x0/0x12 @ 1
[    0.750047] initcall reject_tg_init+0x0/0x12 returned 0 after 3 usecs
[    0.750056] calling  cubictcp_register+0x0/0x5a @ 1
[    0.750068] initcall cubictcp_register+0x0/0x5a returned 0 after 3 usecs
[    0.750077] calling  xfrm_user_init+0x0/0x46 @ 1
[    0.750083] Initializing XFRM netlink socket
[    0.750106] initcall xfrm_user_init+0x0/0x46 returned 0 after 19 usecs
[    0.750115] calling  inet6_init+0x0/0x2f9 @ 1
[    0.750803] NET: Registered protocol family 10
[    0.751361] initcall inet6_init+0x0/0x2f9 returned 0 after 1198 usecs
[    0.751375] calling  ah6_init+0x0/0x77 @ 1
[    0.751389] initcall ah6_init+0x0/0x77 returned 0 after 4 usecs
[    0.751398] calling  esp6_init+0x0/0x77 @ 1
[    0.751410] initcall esp6_init+0x0/0x77 returned 0 after 3 usecs
[    0.751420] calling  xfrm6_transport_init+0x0/0x17 @ 1
[    0.751433] initcall xfrm6_transport_init+0x0/0x17 returned 0 after 3 usecs
[    0.751442] calling  xfrm6_mode_tunnel_init+0x0/0x17 @ 1
[    0.751455] initcall xfrm6_mode_tunnel_init+0x0/0x17 returned 0 after 3 usecs
[    0.751464] calling  xfrm6_beet_init+0x0/0x17 @ 1
[    0.751476] initcall xfrm6_beet_init+0x0/0x17 returned 0 after 3 usecs
[    0.751485] calling  ip6_tables_init+0x0/0x9a @ 1
[    0.751502] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    0.751511] initcall ip6_tables_init+0x0/0x9a returned 0 after 16 usecs
[    0.751521] calling  ip6table_filter_init+0x0/0x56 @ 1
[    0.751709] initcall ip6table_filter_init+0x0/0x56 returned 0 after 173 usecs
[    0.751720] calling  ip6table_mangle_init+0x0/0x56 @ 1
[    0.751803] initcall ip6table_mangle_init+0x0/0x56 returned 0 after 70 usecs
[    0.751815] calling  nf_conntrack_l3proto_ipv6_init+0x0/0x145 @ 1
[    0.751845] initcall nf_conntrack_l3proto_ipv6_init+0x0/0x145 returned 0 after 19 usecs
[    0.751854] calling  nf_defrag_init+0x0/0x4b @ 1
[    0.751892] initcall nf_defrag_init+0x0/0x4b returned 0 after 26 usecs
[    0.751902] calling  ipv6header_mt6_init+0x0/0x12 @ 1
[    0.751915] initcall ipv6header_mt6_init+0x0/0x12 returned 0 after 3 usecs
[    0.751924] calling  reject_tg6_init+0x0/0x12 @ 1
[    0.751934] initcall reject_tg6_init+0x0/0x12 returned 0 after 1 usecs
[    0.751943] calling  sit_init+0x0/0xc8 @ 1
[    0.751949] sit: IPv6 over IPv4 tunneling driver
[    0.752340] initcall sit_init+0x0/0xc8 returned 0 after 375 usecs
[    0.752353] calling  packet_init+0x0/0x42 @ 1
[    0.752361] NET: Registered protocol family 17
[    0.752377] initcall packet_init+0x0/0x42 returned 0 after 14 usecs
[    0.752388] calling  mcheck_init_device+0x0/0x167 @ 1
[    0.752870] initcall mcheck_init_device+0x0/0x167 returned 0 after 455 usecs
[    0.752975] calling  mcheck_late_init+0x0/0x5b @ 1
[    0.753004] initcall mcheck_late_init+0x0/0x5b returned 0 after 17 usecs
[    0.753014] calling  severities_debugfs_init+0x0/0x3b @ 1
[    0.753032] initcall severities_debugfs_init+0x0/0x3b returned 0 after 7 usecs
[    0.753042] calling  threshold_init_device+0x0/0x46 @ 1
[    0.753055] initcall threshold_init_device+0x0/0x46 returned 0 after 4 usecs
[    0.753064] calling  microcode_init+0x0/0x1ad @ 1
[    0.753160] microcode: CPU0 sig=0x30679, pf=0x1, revision=0x907
[    0.753178] microcode: CPU1 sig=0x30679, pf=0x1, revision=0x907
[    0.753418] microcode: Microcode Update Driver: v2.01 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    0.753433] initcall microcode_init+0x0/0x1ad returned 0 after 347 usecs
[    0.753445] calling  hpet_insert_resource+0x0/0x24 @ 1
[    0.753461] initcall hpet_insert_resource+0x0/0x24 returned 1 after 3 usecs
[    0.753469] calling  update_mp_table+0x0/0x423 @ 1
[    0.753481] initcall update_mp_table+0x0/0x423 returned 0 after 3 usecs
[    0.753489] calling  lapic_insert_resource+0x0/0x40 @ 1
[    0.753504] initcall lapic_insert_resource+0x0/0x40 returned 0 after 6 usecs
[    0.753511] calling  print_ICs+0x0/0xd8 @ 1
[    0.753523] initcall print_ICs+0x0/0xd8 returned 0 after 3 usecs
[    0.753532] calling  pat_memtype_list_init+0x0/0x35 @ 1
[    0.753552] initcall pat_memtype_list_init+0x0/0x35 returned 0 after 10 usecs
[    0.753563] calling  create_tlb_single_page_flush_ceiling+0x0/0x29 @ 1
[    0.753579] initcall create_tlb_single_page_flush_ceiling+0x0/0x29 returned 0 after 6 usecs
[    0.753590] calling  init_oops_id+0x0/0x40 @ 1
[    0.753614] initcall init_oops_id+0x0/0x40 returned 0 after 13 usecs
[    0.753622] calling  pm_qos_power_init+0x0/0xa5 @ 1
[    0.754186] initcall pm_qos_power_init+0x0/0xa5 returned 0 after 536 usecs
[    0.754198] calling  pm_debugfs_init+0x0/0x24 @ 1
[    0.754217] initcall pm_debugfs_init+0x0/0x24 returned 0 after 9 usecs
[    0.754226] calling  printk_late_init+0x0/0x3f @ 1
[    0.754243] initcall printk_late_init+0x0/0x3f returned 0 after 8 usecs
[    0.754252] calling  tk_debug_sleep_time_init+0x0/0x3c @ 1
[    0.754269] initcall tk_debug_sleep_time_init+0x0/0x3c returned 0 after 7 usecs
[    0.754278] calling  debugfs_kprobe_init+0x0/0xa5 @ 1
[    0.754372] initcall debugfs_kprobe_init+0x0/0xa5 returned 0 after 81 usecs
[    0.754382] calling  taskstats_init+0x0/0x6c @ 1
[    0.754406] registered taskstats version 1
[    0.754416] initcall taskstats_init+0x0/0x6c returned 0 after 23 usecs
[    0.754425] calling  clear_boot_tracer+0x0/0x2e @ 1
[    0.754437] initcall clear_boot_tracer+0x0/0x2e returned 0 after 3 usecs
[    0.754445] calling  fault_around_debugfs+0x0/0x35 @ 1
[    0.754463] initcall fault_around_debugfs+0x0/0x35 returned 0 after 8 usecs
[    0.754472] calling  max_swapfiles_check+0x0/0x8 @ 1
[    0.754484] initcall max_swapfiles_check+0x0/0x8 returned 0 after 3 usecs
[    0.754493] calling  check_early_ioremap_leak+0x0/0x42 @ 1
[    0.754505] initcall check_early_ioremap_leak+0x0/0x42 returned 0 after 3 usecs
[    0.754515] calling  prandom_reseed+0x0/0x40 @ 1
[    0.754554] initcall prandom_reseed+0x0/0x40 returned 0 after 28 usecs
[    0.754565] calling  pci_resource_alignment_sysfs_init+0x0/0x22 @ 1
[    0.754585] initcall pci_resource_alignment_sysfs_init+0x0/0x22 returned 0 after 9 usecs
[    0.754594] calling  pci_sysfs_init+0x0/0x4a @ 1
[    0.755155] initcall pci_sysfs_init+0x0/0x4a returned 0 after 535 usecs
[    0.755167] calling  fb_logo_late_init+0x0/0xf @ 1
[    0.755180] initcall fb_logo_late_init+0x0/0xf returned 0 after 3 usecs
[    0.755190] calling  dmar_free_unused_resources+0x0/0xa4 @ 1
[    0.755203] initcall dmar_free_unused_resources+0x0/0xa4 returned 0 after 3 usecs
[    0.755214] calling  deferred_probe_initcall+0x0/0x70 @ 1
[    0.755415] initcall deferred_probe_initcall+0x0/0x70 returned 0 after 185 usecs
[    0.755428] calling  late_resume_init+0x0/0x1a0 @ 1
[    0.755435]   Magic number: 4:833:834
[    0.755555] initcall late_resume_init+0x0/0x1a0 returned 0 after 113 usecs
[    0.755564] calling  acpi_cpufreq_init+0x0/0x1cc @ 1
[    0.755597] initcall acpi_cpufreq_init+0x0/0x1cc returned 0 after 22 usecs
[    0.755606] calling  firmware_memmap_init+0x0/0x33 @ 1
[    0.755679] initcall firmware_memmap_init+0x0/0x33 returned 0 after 60 usecs
[    0.755688] calling  efi_shutdown_init+0x0/0x31 @ 1
[    0.755698] initcall efi_shutdown_init+0x0/0x31 returned -19 after 3 usecs
[    0.755708] calling  pci_mmcfg_late_insert_resources+0x0/0x4c @ 1
[    0.755723] initcall pci_mmcfg_late_insert_resources+0x0/0x4c returned 0 after 5 usecs
[    0.755733] calling  register_sk_filter_ops+0x0/0x8 @ 1
[    0.755745] initcall register_sk_filter_ops+0x0/0x8 returned 0 after 3 usecs
[    0.755754] calling  tcp_congestion_default+0x0/0x12 @ 1
[    0.755766] initcall tcp_congestion_default+0x0/0x12 returned 0 after 4 usecs
[    0.755775] calling  ip_auto_config+0x0/0xe9b @ 1
[    0.755793] initcall ip_auto_config+0x0/0xe9b returned 0 after 9 usecs
[    0.755803] calling  software_resume+0x0/0x30 @ 1
[    0.755810] PM: Hibernation image not present or could not be loaded.
[    0.755819] initcall software_resume+0x0/0x30 returned -2 after 7 usecs
[    0.755828] calling  alsa_sound_last_init+0x0/0x5b @ 1
[    0.755835] ALSA device list:
[    0.755838]   No soundcards found.
[    0.755846] initcall alsa_sound_last_init+0x0/0x5b returned 0 after 9 usecs
[    0.755856] calling  init_default_flow_dissectors+0x0/0x38 @ 1
[    0.755870] initcall init_default_flow_dissectors+0x0/0x38 returned 0 after 3 usecs
[    0.770156] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[    0.770163] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[    0.841757] EXT4-fs (mmcblk0p2): recovery complete
[    0.844129] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    0.844162] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    0.851326] devtmpfs: mounted
[    0.853907] Freeing unused kernel memory: 1000K (ffffffff81cf1000 - ffffffff81deb000)
[    0.862715] Write protecting the kernel read-only data: 12288k
[    0.863037] Freeing unused kernel memory: 20K (ffff8800017fb000 - ffff880001800000)
[    0.881683] Freeing unused kernel memory: 1500K (ffff880001a89000 - ffff880001c00000)
[    0.890503] running init process /sbin/init 
[    0.912676] running init process returned /sbin/init 
[    1.044626] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.129126] systemd[1]: System time before build time, advancing clock.
[    1.146001] random: systemd urandom read with 6 bits of entropy available
[    1.149811] systemd[1]: systemd 229 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[    1.150228] systemd[1]: Detected architecture x86-64.
[    1.150882] systemd[1]: Set hostname to <minnowturbot>.
[    1.157752] tsc: Refined TSC clocksource calibration: 1466.666 MHz
[    1.157762] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1524214ac9a, max_idle_ns: 440795261416 ns
[    1.159166] usb 1-1: New USB device found, idVendor=8087, idProduct=07e6
[    1.159174] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.159625] hub 1-1:1.0: USB hub found
[    1.159786] hub 1-1:1.0: 4 ports detected
[    1.176964] systemd-hiberna (841) used greatest stack depth: 14056 bytes left
[    1.182207] systemd-debug-g (845) used greatest stack depth: 13760 bytes left
[    1.265068] systemd-gpt-aut (840) used greatest stack depth: 13464 bytes left
[    1.378106] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.378438] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.378604] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.378758] systemd[1]: Listening on udev Control Socket.
[    1.378823] systemd[1]: Reached target Swap.
[    1.379045] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.379238] systemd[1]: Listening on Journal Socket.
[    1.379390] systemd[1]: Listening on Syslog Socket.
[    1.379464] systemd[1]: Reached target Remote File Systems.
[    1.379581] systemd[1]: Listening on udev Kernel Socket.
[    1.379870] systemd[1]: Created slice System Slice.
[    1.384290] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    1.385641] systemd[1]: Starting Setup Virtual Console...
[    1.386058] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    1.386376] systemd[1]: Created slice system-getty.slice.
[    1.387761] systemd[1]: Starting Collect Bootchart Data...
[    1.389178] systemd[1]: Mounting Huge Pages File System...
[    1.390741] systemd[1]: Mounting POSIX Message Queue File System...
[    1.392365] systemd[1]: Mounting Debug File System...
[    1.409405] systemd[1]: Starting Apply Kernel Variables...
[    1.433025] usb 1-1.2: new high-speed USB device number 3 using ehci-pci
[    1.433174] systemd[1]: Mounting Temporary Directory...
[    1.433624] systemd[1]: Created slice User and Session Slice.
[    1.433701] systemd[1]: Reached target Slices.
[    1.434071] systemd[1]: Listening on Journal Audit Socket.
[    1.435394] systemd[1]: Starting Journal Service...
[    1.436773] systemd[1]: Starting File System Check on Root Device...
[    1.441108] systemd[1]: Mounted POSIX Message Queue File System.
[    1.441218] systemd[1]: Mounted Huge Pages File System.
[    1.441291] systemd[1]: Mounted Debug File System.
[    1.441374] systemd[1]: Mounted Temporary Directory.
[    1.442409] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    1.443595] systemd[1]: Started Setup Virtual Console.
[    1.461235] systemd-cgroups (856) used greatest stack depth: 13432 bytes left
[    1.480083] systemd[1]: Started Apply Kernel Variables.
[    1.517652] systemd[1]: Started Collect Bootchart Data.
[    1.534790] usb 1-1.2: New USB device found, idVendor=045e, idProduct=076d
[    1.534800] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.534806] usb 1-1.2: Product: Microsoft\xffffffc2\xffffffae LifeCam HD-5000
[    1.534811] usb 1-1.2: Manufacturer: Microsoft
[    1.536179] uvcvideo: Found UVC 1.00 device Microsoft\xffffffc2\xffffffae LifeCam HD-5000 (045e:076d)
[    1.551464] input: Microsoft\xffffffc2\xffffffae LifeCam HD-5000 as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input2
[    1.621107] systemd[1]: Started File System Check on Root Device.
[    1.625631] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.650610] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    1.655399] systemd[1]: Started Remount Root and Kernel File Systems.
[    1.663581] systemd[1]: Starting udev Coldplug all Devices...
[    1.665179] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.693999] systemd[1]: Started Journal Service.
[    1.748052] systemd-journald[866]: Received request to flush runtime journal from PID 1
[    2.166818] clocksource: Switched to clocksource tsc
[    2.262245] calling  dw_i2c_driver_init+0x0/0x20 [i2c_designware_pci] @ 1230
[    2.339965] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    2.346035] initcall dw_i2c_driver_init+0x0/0x20 [i2c_designware_pci] returned 0 after 81724 usecs
[    2.533467] systemd-udevd (1230) used greatest stack depth: 13256 bytes left
[    2.584834] audit: type=1325 audit(1465886844.093:2): table=filter family=2 entries=4
[    2.584886] audit: type=1300 audit(1465886844.093:2): arch=c000003e syscall=54 success=yes exit=0 a0=9 a1=0 a2=40 a3=2837f00 items=0 ppid=1 pid=1410 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="connmand" exe="/usr/sbin/connmand" subj=kernel key=(null)
[    2.584909] audit: type=1327 audit(1465886844.093:2): proctitle=2F7573722F7362696E2F636F6E6E6D616E64002D6E
[    2.620405] audit: type=1325 audit(1465886844.129:3): table=mangle family=2 entries=6
[    2.620461] audit: type=1300 audit(1465886844.129:3): arch=c000003e syscall=54 success=yes exit=0 a0=9 a1=0 a2=40 a3=2838660 items=0 ppid=1 pid=1410 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="connmand" exe="/usr/sbin/connmand" subj=kernel key=(null)
[    2.620475] audit: type=1327 audit(1465886844.129:3): proctitle=2F7573722F7362696E2F636F6E6E6D616E64002D6E
[    2.675136] calling  nf_nat_init+0x0/0x92 [nf_nat] @ 1454
[    2.675198] initcall nf_nat_init+0x0/0x92 [nf_nat] returned 0 after 46 usecs
[    2.679855] calling  nf_nat_l3proto_ipv4_init+0x0/0x43 [nf_nat_ipv4] @ 1454
[    2.679871] initcall nf_nat_l3proto_ipv4_init+0x0/0x43 [nf_nat_ipv4] returned 0 after 3 usecs
[    2.684149] calling  iptable_nat_init+0x0/0x43 [iptable_nat] @ 1454
[    2.684200] audit: type=1325 audit(1465886844.191:4): table=nat family=2 entries=0
[    2.684218] initcall iptable_nat_init+0x0/0x43 [iptable_nat] returned 0 after 54 usecs
[    2.684289] audit: type=1300 audit(1465886844.191:4): arch=c000003e syscall=313 success=yes exit=0 a0=2 a1=417bfa a2=0 a3=2 items=0 ppid=15 pid=1454 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/bin/kmod" subj=kernel key=(null)
[    2.684312] audit: type=1327 audit(1465886844.191:4): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F6E6174
[    2.874016] r8169 0000:03:00.0 enp3s0: link down
[    2.874020] r8169 0000:03:00.0 enp3s0: link down
[    2.874223] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    5.843884] r8169 0000:03:00.0 enp3s0: link up
[    5.843906] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   21.813830] random: nonblocking pool is initialized
root at minnowturbot:~# lspci
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 11)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 11)
00:11.0 SD Host controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SDIO Controller (rev 11)
00:12.0 SD Host controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SDIO Controller (rev 11)
00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 11)
00:15.0 Multimedia audio controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller (rev 11)
00:17.0 SD Host controller: Intel Corporation Atom Processor E3800 Series eMMC 4.5 Controller (rev 11)
00:18.0 DMA controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO2 DMA Controller (rev 11)
00:18.1 Serial bus controller [0c80]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #1 (rev 11)
00:18.2 Serial bus controller [0c80]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #2 (rev 11)
00:18.3 Serial bus controller [0c80]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #3 (rev 11)
00:18.4 Serial bus controller [0c80]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #4 (rev 11)
00:18.5 Serial bus controller [0c80]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #5 (rev 11)
00:18.6 Serial bus controller [0c80]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #6 (rev 11)
00:18.7 Serial bus controller [0c80]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #7 (rev 11)
00:1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 (rev 11)
00:1c.1 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 2 (rev 11)
00:1c.2 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 3 (rev 11)
00:1c.3 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 4 (rev 11)
00:1d.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB EHCI (rev 11)
00:1e.0 DMA controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO1 DMA Controller (rev 11)
00:1e.1 Serial bus controller [0c80]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO1 PWM Controller (rev 11)
00:1e.2 Serial bus controller [0c80]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO1 PWM Controller (rev 11)
00:1e.4 Communication controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO1 HSUART Controller #2 (rev 11)
00:1e.5 Serial bus controller [0c80]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO1 SPI Controller (rev 11)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 11)
00:1f.3 SMBus: Intel Corporation Atom Processor E3800 Series SMBus Controller (rev 11)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
root at minnowturbot:~# 



More information about the U-Boot mailing list