genodelabs / genode

Genode OS Framework
https://genode.org/
Other
1.08k stars 254 forks source link

booting with bender causes core to fail to read config rom #2487

Closed jklmnn closed 6 years ago

jklmnn commented 7 years ago

When booted with bender (and NOVA) on certain hardware, core fails to correctly parse the config and therefor init doesn't find any services to start end exists immediately.

Bug description

This bug is bound to a specific image on certain hardware. This means an image containing this bug will trigger it only but always when booted on a specific device. Also it is no random hardware error as I could reproduce it on two devices of the same type. The same image booted on another type of device or in Qemu will work flawlessly.

I could track down the root of the issue but I still can't specify an exact cause. Inside the xml() function, the memory address of the config rom is correct and the valid bit is set. When the bug occurs, an Invalid_syntax exception has been thrown and therefor an empty node is returned. This exception is caused by the Xml_node constructor. Here comes the weird part. I printed the start tag. If it is of type EMPTY the function should return. To check that I casted the tag to int which results in 2 (which is correlates with the enum and is also what is printed if the bug is not triggered). The log message is printed directly before the checks and before the exception could be thrown (see Xml_node@646056e7e). The log message is clearly before the exception but the exception is not preceded by these messages in the log. Contrary there is a message after each exception. Also none of the called constructors throws this exception. I see two possibilities here:

I have observed this on two devices, a Lenovo Yoga 300-11IBR and a TrekStor SurfTab wintron 7.0. While I could trigger the bug on both devices I couldn't do that with a single image.

images.zip

The image.zip file contains the bender, nova and genode images I have used. sha1sum:

b4278329d75d0347ff7c14dc47ddc8b7f2520e34  image.elf
2cee5a51bf5a7ce7ca5f344341562f85a61da034  image.elf.orig
c67b42f5e4f2d757e65ed8f35354cd8959981861  bender
564c5d2de6c9a60eff1f0b704048eba2bb7c1163  hypervisor

With these files I could create the following results:

Wintron image.elf image.elf.orig
with bender page fault bug
w/o bender bug or page fault normal
Yoga image.elf image.elf.orig
with bender bug or page fault normal
w/o bender normal normal
Qemu image.elf image.elf.orig
with bender normal not tested
w/o bender normal not tested

Bug means in this case that the bug I described above occured. The page fault appeared on loading init before any services were started. In the bug or page fault cases I couldn't determine why it wouldn't boot as I had no other debugging options. I couldn't test the image.elf.orig since I wasn't able to whip up a qemu bootable image and I had only this image file left.

Hardware

TrekStor Wintron

dmesg

[    0.000000] Linux version 4.9.18+ (root@p2pram) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Thu May 11 09:38:20 CEST 2017
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000037a76fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000037a77000-0x0000000037a7ffff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000037a80000-0x0000000037afffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000037b00000-0x000000003bb8dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003bb8e000-0x000000003bdadfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003bdae000-0x000000003bdaefff] usable
[    0.000000] BIOS-e820: [mem 0x000000003bdaf000-0x000000003bdaffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003bdb0000-0x000000003bdb1fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003bdb2000-0x000000003bdb2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003bdb3000-0x000000003c7fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003cc00000-0x000000003ccc6fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003ccc7000-0x000000003cd1ffff] type 20
[    0.000000] BIOS-e820: [mem 0x000000003cd20000-0x000000003cd47fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003cd48000-0x000000003cdb7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003cdb8000-0x000000003cdf7fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003cdf8000-0x000000003cdfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] efi: EFI v2.40 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0x3cdf7014  ESRT=0x3bb9cf10  SMBIOS=0x3bd65000 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: TrekStor SurfTab wintron 7.0 ST70416-6/Type2 - Board Product Name, BIOS TREK.G.WI71C.JGBMRBA05 11/12/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x3ce00 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFD00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask FC0000000 write-back
[    0.000000]   2 base 03E000000 mask FFE000000 uncachable
[    0.000000]   3 base 03D000000 mask FFF000000 uncachable
[    0.000000]   4 base 03CE00000 mask FFFE00000 uncachable
[    0.000000]   5 base 03C800000 mask FFFC00000 uncachable
[    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] esrt: Reserving ESRT space from 0x3bb9cf10 to 0x3bb9cf48.
[    0.000000] initial memory mapped: [mem 0x00000000-0x10bfffff]
[    0.000000] Base memory trampoline at [c0099000] 99000 size 16384
[    0.000000] BRK [0x10935000, 0x10935fff] PGTABLE
[    0.000000] BRK [0x10936000, 0x10936fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x35fbf000-0x36fd6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000003CDF7014 000024 (v02 INSYDE)
[    0.000000] ACPI: XSDT 0x000000003CDD0188 0000CC (v01 INSYDE INSYDE   00000003      01000013)
[    0.000000] ACPI: FACP 0x000000003CDF1000 00010C (v05 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: DSDT 0x000000003CDDD000 00ED04 (v02 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000003CDF6000 000236 (v01 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: MSDM 0x000000003CDF5000 000055 (v03 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000003CDF4000 000042 (v01 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: OEM0 0x000000003CDF3000 000084 (v05 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: DBG2 0x000000003CDF2000 000072 (v00 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: HPET 0x000000003CDF0000 000038 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: LPIT 0x000000003CDEF000 000104 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: APIC 0x000000003CDEE000 00006C (v03 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: MCFG 0x000000003CDED000 00003C (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: SLIC 0x000000003CDEC000 000176 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CDDC000 000603 (v01 INSYDE CpuDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CDD9000 00249C (v01 INSYDE DptfTab  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CDD8000 000058 (v01 INSYDE LowPwrM  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CDD7000 0000FF (v01 INSYDE SoCDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CDD6000 000763 (v01 INSYDE CpuPm    00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CDD5000 000290 (v01 INSYDE Cpu0Tst  00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CDD4000 00017A (v01 INSYDE ApTst    00003000 ACPI 00040000)
[    0.000000] ACPI: FPDT 0x000000003CDD3000 000044 (v01 INSYDE INSYDE   00000002 ACPI 00040000)
[    0.000000] ACPI: CSRT 0x000000003CDD2000 00014C (v00 INSYDE INSYDE   00000005 ACPI 00040000)
[    0.000000] ACPI: BGRT 0x000000003CDD1000 000038 (v01 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 86MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x00000000377fdfff]
[    0.000000]   HighMem  [mem 0x00000000377fe000-0x000000003cdfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000037a76fff]
[    0.000000]   node   0: [mem 0x0000000037b00000-0x000000003bb8dfff]
[    0.000000]   node   0: [mem 0x000000003bdae000-0x000000003bdaefff]
[    0.000000]   node   0: [mem 0x000000003bdb0000-0x000000003bdb1fff]
[    0.000000]   node   0: [mem 0x000000003bdb3000-0x000000003c7fffff]
[    0.000000]   node   0: [mem 0x000000003cc00000-0x000000003ccc6fff]
[    0.000000]   node   0: [mem 0x000000003cdf8000-0x000000003cdfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003cdfffff]
[    0.000000] On node 0 totalpages: 246720
[    0.000000] free_area_init_node: node 0, pgdat d07ac080, node_mem_map f572b024
[    0.000000]   DMA zone: 36 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   Normal zone: 1962 pages used for memmap
[    0.000000]   Normal zone: 222718 pages, LIFO batch:31
[    0.000000]   HighMem zone: 20006 pages, LIFO batch:3
[    0.000000] Using APIC driver default
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics memory at 0x3d000000-0x3effffff
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 2, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] e820: [mem 0x3f000000-0xe00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 19 pages/cpu @f77af000 s48524 r0 d29300 u77824
[    0.000000] pcpu-alloc: s48524 r0 d29300 u77824 alloc=19*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 244722
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.18+ root=UUID=ede7ab7c-4bc7-4b12-8c7e-5e4d38837abc ro debug console=tty0 consoleblank=0
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0003ce00)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 925208K/986880K available (5602K kernel code, 681K rwdata, 1672K rodata, 708K init, 452K bss, 61672K reserved, 0K cma-reserved, 54248K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xffd36000 - 0xfffff000   (2852 kB)
                   pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
                   vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
                     .init : 0xd07c9000 - 0xd087a000   ( 708 kB)
                     .data : 0xd0578e99 - 0xd07c7500   (2361 kB)
                     .text : 0xd0000000 - 0xd0578e99   (5603 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000]  RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=4
[    0.000000] NR_IRQS:2304 nr_irqs:1024 0
[    0.000000] CPU 0 irqstacks, hard=f702e000 soft=f7030000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Detected 1332.800 MHz processor
[    0.000038] Calibrating delay loop (skipped), value calculated using timer frequency.. 2665.60 BogoMIPS (lpj=5331200)
[    0.000063] pid_max: default: 32768 minimum: 301
[    0.000128] ACPI: Core revision 20160831
[    0.036596] ACPI: 8 ACPI AML tables successfully acquired and loaded
[   28.135270] Security Framework initialized
[   28.135290] Yama: becoming mindful.
[   28.135313] AppArmor: AppArmor disabled by boot time parameter
[   28.135375] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[   28.135392] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[   28.135970] CPU: Physical Processor ID: 0
[   28.135983] CPU: Processor Core ID: 0
[   28.135998] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[   28.136010] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[   28.136030] mce: CPU supports 6 MCE banks
[   28.136050] CPU0: Thermal monitoring enabled (TM1)
[   28.136067] process: using mwait in idle threads
[   28.136086] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[   28.136099] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[   28.136421] Freeing SMP alternatives memory: 24K (d087a000 - d0880000)
[   28.139061] ftrace: allocating 23522 entries in 46 pages
[   28.158218] smpboot: Max logical packages: 1
[   28.158241] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[   28.158303] TSC deadline timer enabled
[   28.158317] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz (family: 0x6, model: 0x37, stepping: 0x8)
[   28.158343] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[   28.158386] ... version:                3
[   28.158397] ... bit width:              40
[   28.158407] ... generic registers:      2
[   28.158417] ... value mask:             000000ffffffffff
[   28.158428] ... max period:             0000007fffffffff
[   28.158438] ... fixed-purpose events:   3
[   28.158448] ... event mask:             0000000700000003
[   28.160115] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[   28.160547] CPU 1 irqstacks, hard=f7202000 soft=f7204000
[   28.160561] x86: Booting SMP configuration:
[   28.160572] .... node  #0, CPUs:      #1
[   28.160755] Initializing CPU#1
[   28.241026] CPU 2 irqstacks, hard=f723a000 soft=f723c000
[   28.241052]  #2
[   28.241107] Initializing CPU#2
[   28.321101] CPU 3 irqstacks, hard=f7290000 soft=f7292000
[   28.321123]  #3
[   28.321177] Initializing CPU#3
[   28.400847] x86: Booted up 1 node, 4 CPUs
[   28.400870] smpboot: Total of 4 processors activated (10670.96 BogoMIPS)
[   28.402006] devtmpfs: initialized
[   28.402537] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[   28.402558] PM: Registering ACPI NVS region [mem 0x3cd48000-0x3cdb7fff] (458752 bytes)
[   28.402790] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[   28.402816] futex hash table entries: 1024 (order: 4, 65536 bytes)
[   28.402947] pinctrl core: initialized pinctrl subsystem
[   28.403282] NET: Registered protocol family 16
[   28.414644] cpuidle: using governor ladder
[   28.430666] cpuidle: using governor menu
[   28.430837] ACPI: bus type PCI registered
[   28.430851] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[   28.431022] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[   28.431043] PCI: not using MMCONFIG
[   28.431859] PCI: Using configuration type 1 for base access
[   28.447025] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[   28.447758] ACPI: Added _OSI(Module Device)
[   28.447773] ACPI: Added _OSI(Processor Device)
[   28.447785] ACPI: Added _OSI(3.0 _SCP Extensions)
[   28.447796] ACPI: Added _OSI(Processor Aggregator Device)
[   28.474231] ACPI: Dynamic OEM Table Load:
[   28.474267] ACPI: SSDT 0x00000000F7327000 000501 (v01 PmRef  Cpu0Ist  00003000 INTL 20130117)
[   28.475030] ACPI: Dynamic OEM Table Load:
[   28.475060] ACPI: SSDT 0x00000000F7327800 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[   28.476538] ACPI: Dynamic OEM Table Load:
[   28.476566] ACPI: SSDT 0x00000000F72DAA00 00015F (v01 PmRef  ApIst    00003000 INTL 20130117)
[   28.477246] ACPI: Dynamic OEM Table Load:
[   28.477274] ACPI: SSDT 0x00000000F7298540 00008D (v01 PmRef  ApCst    00003000 INTL 20130117)
[   28.481768] ACPI: Interpreter enabled
[   28.481828] ACPI: (supports S0 S5)
[   28.481840] ACPI: Using IOAPIC for interrupt routing
[   28.481939] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[   28.490007] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources
[   28.490029] PCI: not using MMCONFIG
[   28.490051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[   28.493523] ACPI: Power Resource [USBC] (on)
[   28.494536] ACPI: Power Resource [WWPR] (off)
[   28.503440] ACPI: Power Resource [PLPE] (on)
[   28.514221] ACPI: Power Resource [CLK0] (on)
[   28.514511] ACPI: Power Resource [P28P] (off)
[   28.514664] ACPI: Power Resource [P18P] (off)
[   28.518087] ACPI: Power Resource [CLK0] (on)
[   28.518237] ACPI: Power Resource [CLK1] (on)
[   28.525847] ACPI: Power Resource [P28X] (off)
[   28.526001] ACPI: Power Resource [P18X] (off)
[   28.526169] ACPI: Power Resource [P28T] (off)
[   28.526326] ACPI: Power Resource [P18T] (off)
[   28.526478] ACPI: Power Resource [P1XT] (off)
[   28.537477] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[   28.537503] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[   28.537656] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[   28.537676] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[   28.538456] PCI host bridge to bus 0000:00
[   28.538474] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[   28.538489] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[   28.538503] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[   28.538517] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[   28.538532] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[   28.538551] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[   28.538570] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[   28.538589] pci_bus 0000:00: root bus resource [mem 0x3d000001-0x3f000000 window]
[   28.538607] pci_bus 0000:00: root bus resource [mem 0x40000000-0x48cffffe window]
[   28.538626] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[   28.538646] pci_bus 0000:00: root bus resource [bus 00-ff]
[   28.538676] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[   28.538932] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[   28.538963] pci 0000:00:02.0: reg 0x10: [mem 0x48400000-0x487fffff]
[   28.538990] pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x47ffffff pref]
[   28.539015] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[   28.539253] pci 0000:00:03.0: [8086:0f38] type 00 class 0x048000
[   28.539281] pci 0000:00:03.0: reg 0x10: [mem 0x48000000-0x483fffff]
[   28.539528] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[   28.539564] pci 0000:00:14.0: reg 0x10: [mem 0x48c00000-0x48c0ffff 64bit]
[   28.539655] pci 0000:00:14.0: PME# supported from D3hot D3cold
[   28.539885] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[   28.539927] pci 0000:00:1a.0: reg 0x10: [mem 0x48b00000-0x48bfffff]
[   28.539955] pci 0000:00:1a.0: reg 0x14: [mem 0x48a00000-0x48afffff]
[   28.540091] pci 0000:00:1a.0: PME# supported from D0 D3hot
[   28.540309] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[   28.540576] pci_bus 0000:00: on NUMA node 0
[   28.541613] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   28.541856] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   28.542096] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   28.542336] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   28.542575] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   28.542814] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   28.543070] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   28.543310] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   28.564689] vgaarb: setting as boot device: PCI:0000:00:02.0
[   28.564709] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[   28.564729] vgaarb: loaded
[   28.564739] vgaarb: bridge control possible 0000:00:02.0
[   28.564866] Registered efivars operations
[   28.572276] PCI: Using ACPI for IRQ routing
[   28.572295] PCI: pci_cache_line_size set to 64 bytes
[   28.572334] Expanded resource reserved due to conflict with PCI Bus 0000:00
[   28.572351] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[   28.572364] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[   28.572377] e820: reserve RAM buffer [mem 0x37a77000-0x37ffffff]
[   28.572390] e820: reserve RAM buffer [mem 0x3bb8e000-0x3bffffff]
[   28.572402] e820: reserve RAM buffer [mem 0x3bdaf000-0x3bffffff]
[   28.572415] e820: reserve RAM buffer [mem 0x3bdb2000-0x3bffffff]
[   28.572428] e820: reserve RAM buffer [mem 0x3c800000-0x3fffffff]
[   28.572442] e820: reserve RAM buffer [mem 0x3ccc7000-0x3fffffff]
[   28.572455] e820: reserve RAM buffer [mem 0x3ce00000-0x3fffffff]
[   28.572985] clocksource: Switched to clocksource refined-jiffies
[   28.592504] VFS: Disk quotas dquot_6.6.0
[   28.592566] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   28.592802] pnp: PnP ACPI init
[   28.592982] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[   28.593191] system 00:01: [io  0x0680-0x069f] has been reserved
[   28.593208] system 00:01: [io  0x0400-0x047f] has been reserved
[   28.593223] system 00:01: [io  0x0500-0x05fe] has been reserved
[   28.593238] system 00:01: [io  0x0600-0x061f] has been reserved
[   28.593252] system 00:01: [io  0x164e-0x164f] has been reserved
[   28.593271] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[   28.593608] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[   28.598040] pnp: PnP ACPI: found 3 devices
[   28.598057] PnPBIOS: Disabled
[   28.604288] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[   28.604305] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[   28.604320] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[   28.604334] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[   28.604348] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[   28.604362] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[   28.604376] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[   28.604391] pci_bus 0000:00: resource 11 [mem 0x3d000001-0x3f000000 window]
[   28.604405] pci_bus 0000:00: resource 12 [mem 0x40000000-0x48cffffe window]
[   28.604420] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed40fff window]
[   28.604636] NET: Registered protocol family 2
[   28.605094] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[   28.605144] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[   28.605213] TCP: Hash tables configured (established 8192 bind 8192)
[   28.605266] UDP hash table entries: 512 (order: 2, 16384 bytes)
[   28.605292] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[   28.605390] NET: Registered protocol family 1
[   28.605434] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[   28.605874] PCI: CLS 64 bytes, default 64
[   28.606014] Unpacking initramfs...
[   29.355253] Freeing initrd memory: 16480K (f5fbf000 - f6fd7000)
[   29.356567] audit: initializing netlink subsys (disabled)
[   29.356632] audit: type=2000 audit(1478193657.200:1): initialized
[   29.357223] Initialise system trusted keyrings
[   29.357436] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[   29.357552] zbud: loaded
[   29.772201] Key type asymmetric registered
[   29.772217] Asymmetric key parser 'x509' registered
[   29.772264] bounce: pool size: 64 pages
[   29.772319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[   29.772403] io scheduler noop registered
[   29.772416] io scheduler deadline registered
[   29.772467] io scheduler cfq registered (default)
[   29.772713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   29.772741] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[   29.772806] efifb: probing for efifb
[   29.772852] efifb: framebuffer at 0x40000000, using 2432k, total 2432k
[   29.772866] efifb: mode is 1024x600x32, linelength=4096, pages=1
[   29.772877] efifb: scrolling: redraw
[   29.772888] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   29.782539] Console: switching to colour frame buffer device 128x37
[   29.791991] fb0: EFI VGA frame buffer device
[   29.792118] intel_idle: MWAIT substates: 0x33000020
[   29.792239] intel_idle: v0.4.1 model 0x37
[   29.792827] intel_idle: lapic_timer_reliable_states 0xffffffff
[   29.797902] GHES: HEST is not enabled!
[   29.798105] isapnp: Scanning for PnP cards...
[   30.153652] isapnp: No Plug & Play device found
[   30.154197] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   30.174629] 00:02: ttyS0 at I/O 0x3f8 (irq = 201, base_baud = 115200) is a 16550A
[   30.201324] 80860F0A:00: ttyS1 at MMIO 0x48d19000 (irq = 191, base_baud = 2764800) is a 16550A
[   30.227115] 80860F0A:01: ttyS2 at MMIO 0x48d1b000 (irq = 192, base_baud = 2764800) is a 16550A
[   30.228798] hpet: number irqs doesn't agree with number of timers
[   30.232586] Linux agpgart interface v0.103
[   30.236934] Failed to find cpu0 device node
[   30.240618] Unable to detect cache hierarchy from DT for CPU 0
[   30.244411] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   30.403776] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x133626f6b26, max_idle_ns: 440795214178 ns
[   31.283947] i8042: No controller found
[   31.287843] clocksource: Switched to clocksource tsc
[   31.292571] mousedev: PS/2 mouse device common for all mice
[   31.296520] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20160831/evxface-654)
[   31.300895] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[   31.304999] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[   31.309124] intel_pstate: Intel P-state driver initializing
[   31.316177] ledtrig-cpu: registered to indicate activity on CPUs
[   31.328763] NET: Registered protocol family 10
[   31.334706] mip6: Mobile IPv6
[   31.337637] NET: Registered protocol family 17
[   31.340605] mpls_gso: MPLS GSO support
[   31.346086] microcode: sig=0x30678, pf=0x2, revision=0x82f
[   31.357592] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   31.360726] Using IPI No-Shortcut mode
[   31.367209] registered taskstats version 1
[   31.370559] Loading compiled-in X.509 certificates
[   31.373589] zswap: loaded using pool lzo/zbud
[   31.380230] rtc_cmos 00:00: setting system clock to 2016-11-03 17:21:27 UTC (1478193687)
[   31.383809] PM: Hibernation image not present or could not be loaded.
[   31.387926] Freeing unused kernel memory: 708K (d07c9000 - d087a000)
[   31.391554] Write protecting the kernel text: 5604k
[   31.395229] Write protecting the kernel read-only data: 1680k
[   31.509044] systemd-udevd[85]: starting version 232
[   31.515169] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[   31.520777] random: udevadm: uninitialized urandom read (16 bytes read)
[   31.523226] random: udevadm: uninitialized urandom read (16 bytes read)
[   31.534186] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[   31.534787] random: udevadm: uninitialized urandom read (16 bytes read)
[   31.535004] random: udevadm: uninitialized urandom read (16 bytes read)
[   31.535190] random: udevadm: uninitialized urandom read (16 bytes read)
[   31.535380] random: udevadm: uninitialized urandom read (16 bytes read)
[   31.535582] random: udevadm: uninitialized urandom read (16 bytes read)
[   31.535808] random: udevadm: uninitialized urandom read (16 bytes read)
[   31.605291] mmc_core: module verification failed: signature and/or required key missing - tainting kernel
[   31.613448] sdhci: Secure Digital Host Controller Interface driver
[   31.616683] sdhci: Copyright(c) Pierre Ossman
[   31.650095] [Firmware Bug]: No valid trip found
[   31.652964] mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA
[   31.656835] ACPI: bus type USB registered
[   31.660291] usbcore: registered new interface driver usbfs
[   31.663404] usbcore: registered new interface driver hub
[   31.666464] usbcore: registered new device driver usb
[   31.672240] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   31.674893] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   31.676765] mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA
[   31.681996] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[   31.684761] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   31.687595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   31.690250] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   31.692857] usb usb1: Product: xHCI Host Controller
[   31.695443] usb usb1: Manufacturer: Linux 4.9.18+ xhci-hcd
[   31.698056] usb usb1: SerialNumber: 0000:00:14.0
[   31.700957] mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
[   31.708780] hub 1-0:1.0: USB hub found
[   31.711574] hub 1-0:1.0: 6 ports detected
[   31.738022] mmc0: new high speed SDIO card at address 0001
[   31.877096] [Firmware Bug]: No valid trip found
[   32.004269] mmc1: new HS200 MMC card at address 0001
[   32.014937] mmcblk1: mmc1:0001 NCard  14.5 GiB 
[   32.018901] mmcblk1boot0: mmc1:0001 NCard  partition 1 4.00 MiB
[   32.022967] mmcblk1boot1: mmc1:0001 NCard  partition 2 4.00 MiB
[   32.026714] mmcblk1rpmb: mmc1:0001 NCard  partition 3 4.00 MiB
[   32.036714]  mmcblk1: p1 p2 p3
[   32.050824] random: fast init done
[   32.245086] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   32.253884] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   32.257420] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   32.260416] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   32.263469] usb usb2: Product: xHCI Host Controller
[   32.266575] usb usb2: Manufacturer: Linux 4.9.18+ xhci-hcd
[   32.269205] usb usb2: SerialNumber: 0000:00:14.0
[   32.272271] hub 2-0:1.0: USB hub found
[   32.275381] hub 2-0:1.0: 1 port detected
[   32.374237] PM: Starting manual resume from disk
[   32.383109] PM: Hibernation image partition 179:3 present
[   32.386392] PM: Looking for hibernation image.
[   32.389890] PM: Image not found (code -22)
[   32.392600] PM: Hibernation image not present or could not be loaded.
[   32.617547] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[   33.229314] ip_tables: (C) 2000-2006 Netfilter Core Team
[   33.315260] systemd[1]: Mounting cgroup to /sys/fs/cgroup/perf_event of type cgroup with options perf_event.
[   33.320167] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
[   33.325055] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls,net_prio of type cgroup with options net_cls,net_prio.
[   33.328057] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
[   33.335201] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
[   33.341083] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
[   33.344412] systemd[1]: Mounting cgroup to /sys/fs/cgroup/pids of type cgroup with options pids.
[   33.347603] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
[   33.350835] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
[   33.354008] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[   33.434422] systemd-fstab-generator[176]: Parsing /etc/fstab
[   33.436310] systemd-gpt-auto-generator[172]: /dev/mmcblk1p2: root device /dev/mmcblk1.
[   33.438773] systemd-sysv-generator[171]: Native unit for dbus.service already exists, skipping.
[   33.439400] systemd-sysv-generator[171]: Native unit for cron.service already exists, skipping.
[   33.439526] systemd-sysv-generator[171]: Native unit for console-setup.service already exists, skipping.
[   33.441703] systemd-sysv-generator[171]: Native unit for ssh.service already exists, skipping.
[   33.441805] systemd-sysv-generator[171]: Native unit for rsyslog.service already exists, skipping.
[   33.444725] systemd-sysv-generator[171]: Native unit for x11-common.service already exists, skipping.
[   33.444829] systemd-sysv-generator[171]: Native unit for networking.service already exists, skipping.
[   33.445019] systemd-sysv-generator[171]: Native unit for kmod.service already exists, skipping.
[   33.445121] systemd-sysv-generator[171]: Native unit for bluetooth.service already exists, skipping.
[   33.445268] systemd-sysv-generator[171]: Native unit for anacron.service already exists, skipping.
[   33.471770] systemd-fstab-generator[176]: Found entry what=/dev/disk/by-uuid/ede7ab7c-4bc7-4b12-8c7e-5e4d38837abc where=/ type=ext4 nofail=no noauto=no
[   33.478109] systemd-fstab-generator[176]: Found entry what=/dev/disk/by-uuid/E479-FA60 where=/boot/efi type=vfat nofail=no noauto=no
[   33.489129] systemd-fstab-generator[176]: Checking was requested for /dev/disk/by-uuid/E479-FA60, but fsck.vfat does not exist.
[   33.495809] systemd-sysv-ge: 40 output lines suppressed due to ratelimiting
[   33.500086] systemd-fstab-generator[176]: Found entry what=/dev/disk/by-uuid/f41f0214-cd6c-426b-b02c-fa88a50f329d where=none type=swap nofail=no noauto=no
[   33.560662] systemd-gpt-auto-generator[172]: Adding swap: /dev/mmcblk1p3
[   33.565780] systemd-gpt-auto-generator[172]: /boot already populated, ignoring.
[   33.942875] EXT4-fs (mmcblk1p2): re-mounted. Opts: errors=remount-ro
[   33.957494] systemd-journald[193]: Fixed min_use=1.0M max_use=9.2M max_size=1.1M min_size=512.0K keep_free=13.8M n_max_files=100
[   33.958043] systemd-journald[193]: Reserving 2097 entries in hash table.
[   33.958173] systemd-journald[193]: Vacuuming...
[   33.958224] systemd-journald[193]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5bc4318eaf8940fd9276b478924e72c7.
[   33.958253] systemd-journald[193]: Flushing /dev/kmsg...
[   34.009412] systemd-journald[193]: systemd-journald running as pid 193
[   34.010772] systemd-journald[193]: Sent READY=1 notification.
[   34.010809] systemd-journald[193]: Sent WATCHDOG=1 notification.
[   34.012214] systemd-journald[193]: Successfully sent stream file descriptor to service manager.
[   34.012757] systemd-journald[193]: Successfully sent stream file descriptor to service manager.
[   34.590128] Bluetooth: Core ver 2.22
[   34.593474] NET: Registered protocol family 31
[   34.596684] Bluetooth: HCI device and connection manager initialized
[   34.599988] Bluetooth: HCI socket layer initialized
[   34.602971] Bluetooth: L2CAP socket layer initialized
[   34.605833] Bluetooth: SCO socket layer initialized
[   34.617181] ACPI: Battery Slot [BMBT] (battery present)
[   34.627047] Bluetooth: HCI UART driver ver 2.3
[   34.628712] intel_sst_acpi 80860F28:00: Detected Baytrail-CR platform
[   34.628908] intel_sst_acpi 80860F28:00: LPE base: 0x48e00000 size:0x200000
[   34.628911] intel_sst_acpi 80860F28:00: IRAM base: 0x48ec0000
[   34.628937] intel_sst_acpi 80860F28:00: DRAM base: 0x48f00000
[   34.628946] intel_sst_acpi 80860F28:00: SHIM base: 0x48f40000
[   34.628954] intel_sst_acpi 80860F28:00: Mailbox base: 0x48f44000
[   34.628962] intel_sst_acpi 80860F28:00: DDR base: 0x20000000
[   34.629073] intel_sst_acpi 80860F28:00: Got drv data max stream 25
[   34.650874] Bluetooth: HCI UART protocol H4 registered
[   34.653357] Bluetooth: HCI UART protocol BCSP registered
[   34.655762] Bluetooth: HCI UART protocol LL registered
[   34.658126] Bluetooth: HCI UART protocol ATH3K registered
[   34.660508] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   34.662925] intel_sst_acpi 80860F28:00: Direct firmware load for intel/fw_sst_0f28.bin failed with error -2
[   34.662953] Bluetooth: HCI UART protocol Intel registered
[   34.663008] Bluetooth: HCI UART protocol Broadcom registered
[   34.663009] Bluetooth: HCI UART protocol QCA registered
[   34.663011] Bluetooth: HCI UART protocol AG6XX registered
[   34.663012] Bluetooth: HCI UART protocol Marvell registered
[   34.677617] intel_sst_acpi 80860F28:00: request fw failed
[   34.757729] ACPI: AC Adapter [ADP1] (off-line)
[   34.820865] gslx680_ts_acpi: loading out-of-tree module taints kernel.
[   34.826259] gslx680_ts_acpi: disagrees about version of symbol gpiod_set_value_cansleep
[   34.831658] gslx680_ts_acpi: Unknown symbol gpiod_set_value_cansleep (err -22)
[   34.853114] gslx680_ts_acpi: disagrees about version of symbol gpiod_set_value_cansleep
[   34.857641] gslx680_ts_acpi: Unknown symbol gpiod_set_value_cansleep (err -22)
[   35.012853] ------------[ cut here ]------------
[   35.015507] WARNING: CPU: 3 PID: 225 at drivers/pinctrl/intel/pinctrl-baytrail.c:984 byt_gpio_request_enable+0x92/0xc0
[   35.018382] Modules linked in: soc_button_array(E+) dptf_power(E) int3403_thermal(E) processor_thermal_device(E) int3402_thermal(E) int3400_thermal(E) intel_soc_dts_iosf(E) int340x_thermal_zone(E) acpi_thermal_rel(E) bmc150_accel_spi(E) ac(E) acpi_pad(E) bmc150_accel_i2c(E) bmc150_accel_core(E) industrialio_triggered_buffer(E) snd_soc_rt5651(E) kfifo_buf(E) snd_soc_rl6231(E) industrialio(E) hci_uart(E) btbcm(E) snd_intel_sst_acpi(E) btqca(E) btintel(E) snd_intel_sst_core(E) battery(E) snd_soc_sst_mfld_platform(E) bluetooth(E) snd_soc_sst_match(E) rfkill(E) snd_soc_core(E) snd_compress(E) snd_pcm(E) snd_timer(E) snd(E) soundcore(E) tpm_tis(E) tpm_tis_core(E) tpm(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) jbd2(E) fscrypto(E) mbcache(E) mmc_block(E) crc32c_intel(E) xhci_pci(E)
[   35.038747]  xhci_hcd(E) usbcore(E) thermal(E) sdhci_acpi(E) sdhci(E) i2c_designware_platform(E) i2c_designware_core(E) mmc_core(E)
[   35.046301] CPU: 3 PID: 225 Comm: systemd-udevd Tainted: G           OE   4.9.18+ #1
[   35.050183] Hardware name: TrekStor SurfTab wintron 7.0 ST70416-6/Type2 - Board Product Name, BIOS TREK.G.WI71C.JGBMRBA05 11/12/2015
[   35.058262]  f6b3db00 d02d87ec 00000000 00000000 d00570ca d066b9bc 00000003 000000e1
[   35.062586]  d06ba93c 000003d8 d0311b32 000003d8 00000009 d0311b32 f73c550c 00000015
[   35.066986]  f73c55bc f6b3db14 d00571da 00000009 00000000 00000000 f6b3db40 d0311b32
[   35.071427] Call Trace:
[   35.075799]  [<d02d87ec>] ? dump_stack+0x55/0x79
[   35.080228]  [<d00570ca>] ? __warn+0xea/0x110
[   35.084608]  [<d0311b32>] ? byt_gpio_request_enable+0x92/0xc0
[   35.089054]  [<d0311b32>] ? byt_gpio_request_enable+0x92/0xc0
[   35.093476]  [<d00571da>] ? warn_slowpath_null+0x2a/0x30
[   35.097926]  [<d0311b32>] ? byt_gpio_request_enable+0x92/0xc0
[   35.102399]  [<d0311aa0>] ? byt_get_gpio_mux.isra.10+0x60/0x60
[   35.106785]  [<d030dcc2>] ? pin_request+0x162/0x2d0
[   35.111072]  [<d02e7f33>] ? kvasprintf+0x43/0x90
[   35.115371]  [<d0311aa0>] ? byt_get_gpio_mux.isra.10+0x60/0x60
[   35.119734]  [<d030e46c>] ? pinmux_request_gpio+0x4c/0x80
[   35.124128]  [<d030b6c8>] ? pinctrl_request_gpio+0xf8/0x180
[   35.128555]  [<d031d84b>] ? acpi_find_gpio+0x19b/0x1f0
[   35.132956]  [<d0315fdb>] ? __gpiod_request+0x5b/0xd0
[   35.137326]  [<d03195f3>] ? gpiod_request+0x93/0x160
[   35.141653]  [<d031a21e>] ? gpiod_get_index+0x8e/0x370
[   35.145933]  [<d03f470f>] ? devres_add+0x2f/0x40
[   35.150162]  [<f8e700ff>] ? soc_button_probe+0xcf/0x239 [soc_button_array]
[   35.154429]  [<d03f2e53>] ? platform_drv_probe+0x43/0xb0
[   35.158665]  [<d03f03e2>] ? driver_sysfs_add+0x62/0x80
[   35.162839]  [<d03f0cd9>] ? driver_probe_device+0x1f9/0x470
[   35.166893]  [<d03676fe>] ? acpi_driver_match_device+0x49/0x52
[   35.170833]  [<d03f33f9>] ? platform_match+0x59/0xb0
[   35.174628]  [<d03f1049>] ? __driver_attach+0xf9/0x100
[   35.178277]  [<d03ef090>] ? bus_uevent_store+0x60/0x60
[   35.181788]  [<d0570166>] ? klist_next+0x16/0xe0
[   35.185141]  [<d03f0f50>] ? driver_probe_device+0x470/0x470
[   35.188374]  [<d03eebb7>] ? bus_for_each_dev+0x57/0xa0
[   35.191452]  [<d03f064e>] ? driver_attach+0x1e/0x20
[   35.194381]  [<d03f0f50>] ? driver_probe_device+0x470/0x470
[   35.197261]  [<d03f00c7>] ? bus_add_driver+0x147/0x270
[   35.200007]  [<f83ef000>] ? 0xf83ef000
[   35.202595]  [<f83ef000>] ? 0xf83ef000
[   35.205057]  [<d03f1a5d>] ? driver_register+0x5d/0xf0
[   35.207518]  [<d00004e2>] ? do_one_initcall+0x42/0x180
[   35.209946]  [<d0194298>] ? __vunmap+0x78/0xf0
[   35.212299]  [<d0153381>] ? do_init_module+0x21/0x1be
[   35.214658]  [<d01533b0>] ? do_init_module+0x50/0x1be
[   35.216980]  [<d00e1470>] ? load_module+0x20c0/0x2580
[   35.219290]  [<d01c720d>] ? kernel_read+0x4d/0x80
[   35.221637]  [<d00e1b1c>] ? SyS_finit_module+0x8c/0xe0
[   35.223978]  [<d0001317>] ? syscall_trace_enter+0x167/0x280
[   35.226324]  [<d0001b62>] ? do_fast_syscall_32+0x92/0x220
[   35.228664]  [<d0576c82>] ? sysenter_past_esp+0x47/0x75
[   35.230992] ---[ end trace 20736eecac5184c8 ]---
[   35.233334] byt_gpio INT33FC:02: pin 21 forcibly re-configured as GPIO
[   35.284138] dw_dmac INTL9C60:00: Missing DT data
[   35.309090] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[   35.332024] dw_dmac INTL9C60:01: Missing DT data
[   35.356216] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[   35.420176] [drm] Initialized
[   35.445081] gslx680_ts_acpi: disagrees about version of symbol gpiod_set_value_cansleep
[   35.447761] gslx680_ts_acpi: Unknown symbol gpiod_set_value_cansleep (err -22)
[   35.488337] gslx680_ts_acpi: disagrees about version of symbol gpiod_set_value_cansleep
[   35.491046] gslx680_ts_acpi: Unknown symbol gpiod_set_value_cansleep (err -22)
[   35.527412] Adding 986108k swap on /dev/mmcblk1p3.  Priority:-1 extents:1 across:986108k SSFS
[   35.536916] EFI Variables Facility v0.08 2004-May-17
[   35.540517] input: PC Speaker as /devices/platform/pcspkr/input/input0
[   35.560925] Error: Driver 'pcspkr' is already registered, aborting...
[   35.570734] pstore: using zlib compression
[   35.570760] pstore: Registered efi as persistent store backend
[   35.586729] [drm] Memory usable by graphics device = 2048M
[   35.591072] checking generic (40000000 260000) vs hw (40000000 8000000)
[   35.594476] fb: switching to inteldrmfb from EFI VGA
[   35.598264] Console: switching to colour dummy device 80x25
[   35.598651] [drm] Replacing VGA console driver
[   35.599147] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   35.599159] [drm] Driver supports precise vblank timestamp query.
[   35.599992] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   35.600535] [drm:pwm_setup_backlight [i915]] *ERROR* Failed to own the pwm chip
[   35.635408] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   35.637076] acpi device:21: registered as cooling_device7
[   35.637268] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   35.637271] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
[   35.637438] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
[   35.723802] intel_rapl: Found RAPL domain package
[   35.723821] intel_rapl: Found RAPL domain core
[   35.925329] bytcr_rt5651 bytcr_rt5651: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[   35.925417] bytcr_rt5651 bytcr_rt5651: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok
[   35.925470] compress asoc: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
[   35.925545] bytcr_rt5651 bytcr_rt5651: rt5651-aif1 <-> ssp2-port mapping ok
[   35.925699] rt5651 i2c-10EC5651:00: ASoC: mux INL1 Mux has no paths
[   35.925714] rt5651 i2c-10EC5651:00: ASoC: mux INR1 Mux has no paths
[   35.925727] rt5651 i2c-10EC5651:00: ASoC: mux INL2 Mux has no paths
[   35.925739] rt5651 i2c-10EC5651:00: ASoC: mux INR2 Mux has no paths
[   36.005368] genirq: Flags mismatch irq 8. 00000083 (volume_down) vs. 00000080 (rtc0)
[   36.005402] gpio-keys gpio-keys.0.auto: Unable to claim irq 8; error -16
[   36.005451] gpio-keys: probe of gpio-keys.0.auto failed with error -16
[   36.005708] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input3
[   36.036620] fbcon: inteldrmfb (fb0) is primary device
[   36.056986] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[   36.056988] CSLIP: code copyright 1989 Regents of the University of California.
[   36.056989] SLIP linefill/keepalive option.
[   36.060736] iTCO_vendor_support: vendor-support=0
[   36.062475] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   36.062584] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[   36.062855] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   37.727088] Console: switching to colour frame buffer device 128x37
[   37.761471] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   47.108367] systemd-journald[193]: /run/log/journal/5bc4318eaf8940fd9276b478924e72c7/system.journal: Journal header limits reached or header out-of-date, rotating.
[   47.109050] systemd-journald[193]: Rotating...
[   47.110731] systemd-journald[193]: Reserving 2097 entries in hash table.
[   47.111488] systemd-journald[193]: Vacuuming...
[   47.112438] systemd-journald[193]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5bc4318eaf8940fd9276b478924e72c7.
[   50.295528] systemd-journald[193]: Successfully sent stream file descriptor to service manager.

lspci

00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0f)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0f)
00:03.0 Multimedia controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Camera ISP (rev 0f)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0f)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0f)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0f)

lsusb

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

/proc/cpuinfo

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 55
model name      : Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
stepping        : 8
microcode       : 0x82f
cpu MHz         : 569.840
cache size      : 1024 KB
physical id     : 0
siblings        : 4
core id         : 0
cpu cores       : 4
apicid          : 0
initial apicid  : 0
fdiv_bug        : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 11
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
bugs            :
bogomips        : 2665.60
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

Lenovo Yoga 300

dmesg

[    0.000000] Linux version 4.10.0-30-generic (buildd@lgw01-27) (gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2) ) #34-Ubuntu SMP Mon Jul 31 19:38:17 UTC 2017 (Ubuntu 4.10.0-30.34-generic 4.10.17)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-30-generic.efi.signed root=UUID=695c7510-0322-44b6-8ce1-5a64232e24bc ro quiet splash
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000085fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000086000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000079a86fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079a87000-0x0000000079c86fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000079c87000-0x000000007a486fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a487000-0x000000007a686fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007a687000-0x000000007a6c6fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007a6c7000-0x000000007b374fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b375000-0x000000007bd74fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bd75000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0x7a6c6014  SMBIOS=0x79e16000  ESRT=0x79e1a618 
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: LENOVO 80M1/Mini, BIOS C7CN29WW 06/15/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7c000 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-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 07C000000 mask FFC000000 uncachable
[    0.000000]   3 disabled
[    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] esrt: Reserving ESRT space from 0x0000000079e1a618 to 0x0000000079e1a678.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff8c930007c000] 7c000 size 24576
[    0.000000] BRK [0x1962a000, 0x1962afff] PGTABLE
[    0.000000] BRK [0x1962b000, 0x1962bfff] PGTABLE
[    0.000000] BRK [0x1962c000, 0x1962cfff] PGTABLE
[    0.000000] BRK [0x1962d000, 0x1962dfff] PGTABLE
[    0.000000] BRK [0x1962e000, 0x1962efff] PGTABLE
[    0.000000] BRK [0x1962f000, 0x1962ffff] PGTABLE
[    0.000000] BRK [0x19630000, 0x19630fff] PGTABLE
[    0.000000] BRK [0x19631000, 0x19631fff] PGTABLE
[    0.000000] BRK [0x19632000, 0x19632fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x32df9000-0x356f3fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007A6C6014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x000000007A6C6120 0000AC (v01 LENOVO CB-01    00000003      01000013)
[    0.000000] ACPI: FACP 0x000000007A6C0000 00010C (v05 LENOVO CB-01    00000003 ACPI 00040000)
[    0.000000] ACPI: DSDT 0x000000007A6AE000 00D6AF (v02 LENOVO CB-01    00000003 ACPI 00040000)
[    0.000000] ACPI: FACS 0x000000007A673000 000040
[    0.000000] ACPI: UEFI 0x000000007A6C5000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: TCPA 0x000000007A6C3000 000032 (v02 LENOVO CB-01    00000000 ACPI 00040000)
[    0.000000] ACPI: MSDM 0x000000007A6C2000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000007A6C1000 000042 (v01 LENOVO CB-01    00000000 ACPI 00040000)
[    0.000000] ACPI: APIC 0x000000007A6BF000 000084 (v03 LENOVO CB-01    00000003 ACPI 00040000)
[    0.000000] ACPI: MCFG 0x000000007A6BE000 00003C (v01 LENOVO CB-01    00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007A6BD000 0005F3 (v01 INSYDE CpuDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007A6BC000 00071A (v01 INSYDE DptfTab  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007A6AD000 000763 (v01 INSYDE CpuPm    00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007A6AC000 000290 (v01 INSYDE Cpu0Tst  00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007A6AB000 00017A (v01 INSYDE ApTst    00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007A6AA000 000432 (v01 INSYDE Tpm2Tabl 00001000 ACPI 00040000)
[    0.000000] ACPI: TPM2 0x000000007A6A9000 000034 (v03 LENOVO CB-01    00000000 ACPI 00040000)
[    0.000000] ACPI: SLIC 0x000000007A6C4000 000176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: FPDT 0x000000007A6A8000 000044 (v01 LENOVO CB-01    00000002 ACPI 00040000)
[    0.000000] ACPI: BGRT 0x000000007A6A7000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007bffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x796c8000-0x796f2fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007bffffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000006efff]
[    0.000000]   node   0: [mem 0x0000000000070000-0x0000000000085fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000079a86fff]
[    0.000000]   node   0: [mem 0x000000007a6c7000-0x000000007b374fff]
[    0.000000]   node   0: [mem 0x000000007bd75000-0x000000007bffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007bffffff]
[    0.000000] On node 0 totalpages: 501572
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3972 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7872 pages used for memmap
[    0.000000]   DMA32 zone: 497600 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000007ce00000-0x000000007edfffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    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 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x00086000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x79a87000-0x79c86fff]
[    0.000000] PM: Registered nosave memory: [mem 0x79c87000-0x7a486fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a487000-0x7a686fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a687000-0x7a6c6fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b375000-0x7bd74fff]
[    0.000000] e820: [mem 0x7ee00000-0xe00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff8c9379400000 s107992 r8192 d31272 u524288
[    0.000000] pcpu-alloc: s107992 r8192 d31272 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 493614
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-30-generic.efi.signed root=UUID=695c7510-0322-44b6-8ce1-5a64232e24bc ro quiet splash
[    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: 1875304K/2006288K available (9083K kernel code, 1666K rwdata, 3816K rodata, 2232K init, 2364K bss, 130984K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=8192 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:524544 nr_irqs:1024 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.000043] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.00 BogoMIPS (lpj=6400000)
[    0.000048] pid_max: default: 32768 minimum: 301
[    0.000079] ACPI: Core revision 20160930
[    0.021249] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.022298] Security Framework initialized
[    0.022303] Yama: becoming mindful.
[    0.022346] AppArmor: AppArmor initialized
[    0.022698] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.023864] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.024456] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.024467] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.025020] CPU: Physical Processor ID: 0
[    0.025022] CPU: Processor Core ID: 0
[    0.025029] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.025031] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.025042] mce: CPU supports 6 MCE banks
[    0.025054] CPU0: Thermal monitoring enabled (TM1)
[    0.025060] process: using mwait in idle threads
[    0.025067] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.025069] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.025431] Freeing SMP alternatives memory: 36K
[    0.031916] ftrace: allocating 34182 entries in 134 pages
[    0.065291] smpboot: Max logical packages: 1
[    0.067529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.107248] TSC deadline timer enabled
[    0.107252] smpboot: CPU0: Intel(R) Celeron(R) CPU  N3160  @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[    0.107421] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.107443] ... version:                3
[    0.107445] ... bit width:              40
[    0.107446] ... generic registers:      2
[    0.107448] ... value mask:             000000ffffffffff
[    0.107449] ... max period:             0000007fffffffff
[    0.107450] ... fixed-purpose events:   3
[    0.107451] ... event mask:             0000000700000003
[    0.109413] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.109465] smp: Bringing up secondary CPUs ...
[    0.109758] x86: Booting SMP configuration:
[    0.109761] .... node  #0, CPUs:      #1 #2 #3
[    0.111232] smp: Brought up 1 node, 4 CPUs
[    0.111237] smpboot: Total of 4 processors activated (12800.00 BogoMIPS)
[    0.112728] devtmpfs: initialized
[    0.112885] x86/mm: Memory block size: 128MB
[    0.120805] evm: security.selinux
[    0.120807] evm: security.SMACK64
[    0.120808] evm: security.SMACK64EXEC
[    0.120809] evm: security.SMACK64TRANSMUTE
[    0.120810] evm: security.SMACK64MMAP
[    0.120811] evm: security.ima
[    0.120812] evm: security.capability
[    0.120957] PM: Registering ACPI NVS region [mem 0x0006f000-0x0006ffff] (4096 bytes)
[    0.120960] PM: Registering ACPI NVS region [mem 0x7a487000-0x7a686fff] (2097152 bytes)
[    0.121185] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.121204] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.121320] pinctrl core: initialized pinctrl subsystem
[    0.121589] RTC time: 14:27:39, date: 08/08/17
[    0.121847] NET: Registered protocol family 16
[    0.131324] cpuidle: using governor ladder
[    0.147341] cpuidle: using governor menu
[    0.147346] PCCT header not found.
[    0.147421] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.147424] ACPI: bus type PCI registered
[    0.147428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.147594] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.147712] PCI: not using MMCONFIG
[    0.147715] PCI: Using configuration type 1 for base access
[    0.166501] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.167241] ACPI: Added _OSI(Module Device)
[    0.167243] ACPI: Added _OSI(Processor Device)
[    0.167245] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.167247] ACPI: Added _OSI(Processor Aggregator Device)
[    0.176487] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.176514] ACPI Error: No handler for Region [ECRM] (ffff8c93754b6708) [EmbeddedControl] (20160930/evregion-166)
[    0.176535] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20160930/exfldio-299)
[    0.176548] ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.H_EC._REG] (Node ffff8c93754b8708), AE_NOT_EXIST (20160930/psparse-543)
[    0.179838] ACPI: Dynamic OEM Table Load:
[    0.179857] ACPI: SSDT 0xFFFF8C9374F6E800 000655 (v01 PmRef  Cpu0Ist  00003000 INTL 20130117)
[    0.180366] ACPI: Dynamic OEM Table Load:
[    0.180379] ACPI: SSDT 0xFFFF8C937840F000 000357 (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.181339] ACPI: Dynamic OEM Table Load:
[    0.181352] ACPI: SSDT 0xFFFF8C9374F9E600 00015F (v01 PmRef  ApIst    00003000 INTL 20130117)
[    0.181790] ACPI: Dynamic OEM Table Load:
[    0.181802] ACPI: SSDT 0xFFFF8C9374FF36C0 00008D (v01 PmRef  ApCst    00003000 INTL 20130117)
[    0.184026] ACPI : EC: EC started
[    0.184028] ACPI : EC: interrupt blocked
[    0.414257] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as first EC
[    0.414263] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.414266] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions
[    0.414268] ACPI: Interpreter enabled
[    0.414324] ACPI: (supports S0 S3 S4 S5)
[    0.414326] ACPI: Using IOAPIC for interrupt routing
[    0.414402] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.417055] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[    0.417077] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.441442] ACPI: Power Resource [USBC] (on)
[    0.450350] ACPI: Power Resource [CLK0] (on)
[    0.451223] ACPI: Power Resource [CLK0] (on)
[    0.451336] ACPI: Power Resource [CLK1] (on)
[    0.457990] ACPI: Power Resource [ID3C] (off)
[    0.465258] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.465270] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.465374] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.465402] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.466184] PCI host bridge to bus 0000:00
[    0.466190] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.466194] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.466197] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.466200] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.466203] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.466206] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.466209] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.466212] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.466216] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.466232] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    0.466550] pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
[    0.466577] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.466591] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.466603] pci 0000:00:02.0: reg 0x20: [io  0x2000-0x203f]
[    0.466878] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[    0.466903] pci 0000:00:0b.0: reg 0x10: [mem 0x91518000-0x91518fff 64bit]
[    0.467194] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    0.467224] pci 0000:00:14.0: reg 0x10: [mem 0x91500000-0x9150ffff 64bit]
[    0.467329] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.467492] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.467597] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    0.467622] pci 0000:00:1a.0: reg 0x10: [mem 0x91400000-0x914fffff]
[    0.467635] pci 0000:00:1a.0: reg 0x14: [mem 0x91300000-0x913fffff]
[    0.467748] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.468054] pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
[    0.468089] pci 0000:00:1b.0: reg 0x10: [mem 0x91510000-0x91513fff 64bit]
[    0.468206] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.468355] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.468454] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[    0.468571] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.468702] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.468806] pci 0000:00:1c.1: [8086:22ca] type 01 class 0x060400
[    0.468921] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.469052] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.469148] pci 0000:00:1c.2: [8086:22cc] type 01 class 0x060400
[    0.469262] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.469394] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.469506] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    0.469854] pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
[    0.469909] pci 0000:00:1f.3: reg 0x10: [mem 0x91519000-0x9151901f]
[    0.470028] pci 0000:00:1f.3: reg 0x20: [io  0x2040-0x205f]
[    0.470555] pci 0000:01:00.0: [1217:8621] type 00 class 0x080501
[    0.470596] pci 0000:01:00.0: reg 0x10: [mem 0x91201000-0x91201fff]
[    0.470622] pci 0000:01:00.0: reg 0x14: [mem 0x91200000-0x912007ff]
[    0.470880] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.470980] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.479793] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.479802] pci 0000:00:1c.0:   bridge window [mem 0x91200000-0x912fffff]
[    0.480059] pci 0000:02:00.0: [8086:08b4] type 00 class 0x028000
[    0.480135] pci 0000:02:00.0: reg 0x10: [mem 0x91100000-0x91101fff 64bit]
[    0.480466] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.480592] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.491813] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.491822] pci 0000:00:1c.1:   bridge window [mem 0x91100000-0x911fffff]
[    0.491968] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.491997] pci 0000:03:00.0: reg 0x10: [io  0x1000-0x10ff]
[    0.492035] pci 0000:03:00.0: reg 0x18: [mem 0x91004000-0x91004fff 64bit]
[    0.492059] pci 0000:03:00.0: reg 0x20: [mem 0x91000000-0x91003fff 64bit]
[    0.492198] pci 0000:03:00.0: supports D1 D2
[    0.492201] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.492297] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.503798] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.503805] pci 0000:00:1c.2:   bridge window [io  0x1000-0x1fff]
[    0.503811] pci 0000:00:1c.2:   bridge window [mem 0x91000000-0x910fffff]
[    0.520413] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.520576] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.520737] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.520895] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.521049] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.521205] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.521360] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.521515] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.532350] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.532469] ACPI : EC: interrupt unblocked
[    0.532492] ACPI : EC: event unblocked
[    0.532528] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.532533] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions and events
[    0.533920] SCSI subsystem initialized
[    0.534030] libata version 3.00 loaded.
[    0.534134] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.534138] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.534148] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.534149] vgaarb: loaded
[    0.534199] ACPI: bus type USB registered
[    0.534248] usbcore: registered new interface driver usbfs
[    0.534270] usbcore: registered new interface driver hub
[    0.534306] usbcore: registered new device driver usb
[    0.534532] Registered efivars operations
[    0.554901] PCI: Using ACPI for IRQ routing
[    0.557544] PCI: pci_cache_line_size set to 64 bytes
[    0.557675] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[    0.557677] e820: reserve RAM buffer [mem 0x00086000-0x0008ffff]
[    0.557679] e820: reserve RAM buffer [mem 0x79a87000-0x7bffffff]
[    0.557682] e820: reserve RAM buffer [mem 0x7b375000-0x7bffffff]
[    0.557960] NetLabel: Initializing
[    0.557962] NetLabel:  domain hash size = 128
[    0.557963] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.557998] NetLabel:  unlabeled traffic allowed by default
[    0.558306] clocksource: Switched to clocksource refined-jiffies
[    0.577750] VFS: Disk quotas dquot_6.6.0
[    0.577801] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.578058] AppArmor: AppArmor Filesystem Enabled
[    0.578211] pnp: PnP ACPI init
[    0.591486] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.591491] system 00:00: [io  0x0400-0x047f] has been reserved
[    0.591495] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.591504] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.591649] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.591743] pnp 00:02: Plug and Play ACPI device, IDs SYN2b54 PNP0f13 (active)
[    0.594636] system 00:03: [mem 0x91522000-0x91522fff] has been reserved
[    0.594641] system 00:03: [mem 0x91520000-0x91520fff] has been reserved
[    0.594645] system 00:03: [mem 0x9151e000-0x9151efff] has been reserved
[    0.594648] system 00:03: [mem 0x9151c000-0x9151cfff] has been reserved
[    0.594652] system 00:03: [mem 0x9151a000-0x9151afff] has been reserved
[    0.594659] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.594816] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.594820] system 00:04: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.594824] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.594833] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.594837] system 00:04: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.594840] system 00:04: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.594844] system 00:04: [mem 0xfed80000-0xfedbffff] could not be reserved
[    0.594847] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.594851] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.594859] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.595279] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.595705] pnp: PnP ACPI: found 6 devices
[    0.605196] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.605230] clocksource: Switched to clocksource acpi_pm
[    0.605294] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.605305] pci 0000:00:1c.0:   bridge window [mem 0x91200000-0x912fffff]
[    0.605318] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.605326] pci 0000:00:1c.1:   bridge window [mem 0x91100000-0x911fffff]
[    0.605340] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.605344] pci 0000:00:1c.2:   bridge window [io  0x1000-0x1fff]
[    0.605351] pci 0000:00:1c.2:   bridge window [mem 0x91000000-0x910fffff]
[    0.605365] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.605368] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.605371] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.605375] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.605378] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.605381] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.605384] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.605388] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[    0.605391] pci_bus 0000:01: resource 1 [mem 0x91200000-0x912fffff]
[    0.605394] pci_bus 0000:02: resource 1 [mem 0x91100000-0x911fffff]
[    0.605397] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
[    0.605400] pci_bus 0000:03: resource 1 [mem 0x91000000-0x910fffff]
[    0.605685] NET: Registered protocol family 2
[    0.606069] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.606161] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.606263] TCP: Hash tables configured (established 16384 bind 16384)
[    0.606332] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.606359] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.606475] NET: Registered protocol family 1
[    0.606515] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.608979] PCI: CLS 64 bytes, default 64
[    0.609115] Unpacking initramfs...
[    1.987648] Freeing initrd memory: 41964K
[    1.987801] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    1.987867] clocksource: Switched to clocksource tsc
[    1.988088] Scanning for low memory corruption every 60 seconds
[    1.989000] audit: initializing netlink subsys (disabled)
[    1.989106] audit: type=2000 audit(1502202460.974:1): initialized
[    1.989852] Initialise system trusted keyrings
[    1.990049] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[    1.994335] zbud: loaded
[    1.995564] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.996122] fuse init (API version 7.26)
[    1.999408] Key type asymmetric registered
[    1.999411] Asymmetric key parser 'x509' registered
[    1.999540] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    1.999618] io scheduler noop registered
[    1.999620] io scheduler deadline registered
[    1.999641] io scheduler cfq registered (default)
[    2.000864] intel_idle: MWAIT substates: 0x33000020
[    2.000867] intel_idle: v0.4.1 model 0x4C
[    2.001323] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.002302] ACPI: AC Adapter [ADP1] (off-line)
[    2.003310] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    2.003317] ACPI: Lid Switch [LID0]
[    2.003420] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.003426] ACPI: Power Button [PWRB]
[    2.003520] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    2.003525] ACPI: Sleep Button [SLPB]
[    2.003622] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    2.003626] ACPI: Power Button [PWRF]
[    2.008640] GHES: HEST is not enabled!
[    2.009081] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.014559] Linux agpgart interface v0.103
[    2.021546] loop: module loaded
[    2.022042] libphy: Fixed MDIO Bus: probed
[    2.022044] tun: Universal TUN/TAP device driver, 1.6
[    2.022045] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.022216] PPP generic driver version 2.4.2
[    2.022382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.022389] ehci-pci: EHCI PCI platform driver
[    2.022653] ehci-platform: EHCI generic platform driver
[    2.022691] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.022697] ohci-pci: OHCI PCI platform driver
[    2.022717] ohci-platform: OHCI generic platform driver
[    2.022734] uhci_hcd: USB Universal Host Controller Interface driver
[    2.023137] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.023151] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.024333] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01509810
[    2.024342] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.024558] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.024563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.024566] usb usb1: Product: xHCI Host Controller
[    2.024569] usb usb1: Manufacturer: Linux 4.10.0-30-generic xhci-hcd
[    2.024571] usb usb1: SerialNumber: 0000:00:14.0
[    2.024895] hub 1-0:1.0: USB hub found
[    2.024932] hub 1-0:1.0: 7 ports detected
[    2.027350] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.027359] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.027455] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.027458] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.027462] usb usb2: Product: xHCI Host Controller
[    2.027465] usb usb2: Manufacturer: Linux 4.10.0-30-generic xhci-hcd
[    2.027467] usb usb2: SerialNumber: 0000:00:14.0
[    2.027842] hub 2-0:1.0: USB hub found
[    2.027868] hub 2-0:1.0: 6 ports detected
[    2.029382] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.041744] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.041755] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.042213] mousedev: PS/2 mouse device common for all mice
[    2.043172] rtc_cmos 00:05: RTC can wake from S4
[    2.043734] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.043783] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
[    2.043797] i2c /dev entries driver
[    2.044018] device-mapper: uevent: version 1.0.3
[    2.044347] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    2.044357] intel_pstate: Intel P-state driver initializing
[    2.045026] ledtrig-cpu: registered to indicate activity on CPUs
[    2.045031] EFI Variables Facility v0.08 2004-May-17
[    2.046378] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000010) is beyond end of object (length 0xD) (20160930/exoparg2-427)
[    2.046406] ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.H_EC.BAT1._BIX] (Node ffff8c93754b8460), AE_AML_PACKAGE_LIMIT (20160930/psparse-543)
[    2.046440] ACPI Exception: AE_AML_PACKAGE_LIMIT, Evaluating _BIX (20160930/battery-493)
[    2.066769] [Firmware Bug]: The _BIX method is broken, using _BIF.
[    2.073301] NET: Registered protocol family 10
[    2.079578] ACPI: Battery Slot [BAT1] (battery present)
[    2.085626] Segment Routing with IPv6
[    2.085664] NET: Registered protocol family 17
[    2.085690] Key type dns_resolver registered
[    2.087386] microcode: sig=0x406c4, pf=0x1, revision=0x408
[    2.087644] microcode: Microcode Update Driver: v2.2.
[    2.087904] registered taskstats version 1
[    2.087925] Loading compiled-in X.509 certificates
[    2.091786] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.094721] Loaded X.509 cert 'Build time autogenerated kernel key: ed56b739fb158da39115780cc58ac4e36f5afe4c'
[    2.094778] zswap: loaded using pool lzo/zbud
[    2.122482] Key type big_key registered
[    2.122490] Key type trusted registered
[    2.127239] Key type encrypted registered
[    2.127247] AppArmor: AppArmor sha1 policy hashing enabled
[    2.127252] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.127303] evm: HMAC attrs: 0x1
[    2.127961]   Magic number: 13:24:485
[    2.128489] rtc_cmos 00:05: setting system clock to 2017-08-08 14:27:41 UTC (1502202461)
[    2.128787] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.128788] EDD information not available.
[    2.128883] PM: Hibernation image not present or could not be loaded.
[    2.132953] Freeing unused kernel memory: 2232K
[    2.132956] Write protecting the kernel read-only data: 14336k
[    2.134726] Freeing unused kernel memory: 1140K
[    2.136342] Freeing unused kernel memory: 280K
[    2.152842] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.192562] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.192724] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.192753] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.194442] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.194523] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.198435] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.198596] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.198645] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.198824] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.198959] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.264155] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
[    2.264837] sdhci: Secure Digital Host Controller Interface driver
[    2.264839] sdhci: Copyright(c) Pierre Ossman
[    2.283196] hidraw: raw HID events driver (C) Jiri Kosina
[    2.287941] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    2.298685] wmi: Mapper loaded
[    2.313156] sdhci-pci 0000:01:00.0: SDHCI controller found [1217:8621] (rev 1)
[    2.313517] mmc1: Unknown controller version (3). You may experience problems.
[    2.313806] mmc1: SDHCI controller on PCI [0000:01:00.0] using ADMA
[    2.320082] [drm] Initialized
[    2.321741] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.321758] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.338498] r8169 0000:03:00.0 eth0: RTL8168h/8111h at 0xffffa3e540369000, 1c:83:41:15:ae:d8, XID 14100800 IRQ 308
[    2.338502] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.369551] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[    2.384379] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    2.393665] [drm] Memory usable by graphics device = 2048M
[    2.393669] [drm] Replacing VGA console driver
[    2.393820] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.393821] [drm] Driver supports precise vblank timestamp query.
[    2.415185] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.483695] random: fast init done
[    2.483810] mmc0: new HS200 MMC card at address 0001
[    2.487698] mmcblk0: mmc0:0001 SDW32G 29.1 GiB 
[    2.487861] mmcblk0boot0: mmc0:0001 SDW32G partition 1 4.00 MiB
[    2.488020] mmcblk0boot1: mmc0:0001 SDW32G partition 2 4.00 MiB
[    2.488173] mmcblk0rpmb: mmc0:0001 SDW32G partition 3 4.00 MiB
[    2.490913]  mmcblk0: p1 p2
[    2.510194] usb 1-4: New USB device found, idVendor=8087, idProduct=07dc
[    2.510198] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.540474] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.540989] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    2.541728] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
[    2.629203] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[    2.653656] fbcon: inteldrmfb (fb0) is primary device
[    2.792443] usb 1-5: New USB device found, idVendor=0bda, idProduct=57c5
[    2.792456] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.792468] usb 1-5: Product: Lenovo EasyCamera
[    2.792471] usb 1-5: Manufacturer: 4SF015N2E66109028
[    2.792473] usb 1-5: SerialNumber: 200901010001
[    2.878326] psmouse serio1: synaptics: queried max coordinates: x [..5702], y [..4730]
[    2.925412] psmouse serio1: synaptics: queried min coordinates: x [1242..], y [1124..]
[    3.021409] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00423/0x840300/0x127c00/0x0, board id: 2132, fw id: 1517529
[    3.084510] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[    4.074669] Console: switching to colour frame buffer device 170x48
[    4.096873] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.862958] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    5.158853] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.202463] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    5.202770] systemd[1]: Detected architecture x86-64.
[    5.203230] systemd[1]: Set hostname to <discoverer>.
[    5.396853] systemd[1]: Reached target User and Group Name Lookups.
[    5.397458] systemd[1]: Created slice System Slice.
[    5.397593] systemd[1]: Listening on Syslog Socket.
[    5.398912] systemd[1]: Mounting POSIX Message Queue File System...
[    5.399155] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.399348] systemd[1]: Listening on udev Control Socket.
[    5.399456] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.462905] lp: driver loaded but no devices found
[    5.472021] ppdev: user-space parallel port driver
[    5.893652] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[    5.920630] systemd-journald[307]: Received request to flush runtime journal from PID 1
[    6.169751] Bluetooth: Core ver 2.22
[    6.169787] NET: Registered protocol family 31
[    6.169788] Bluetooth: HCI device and connection manager initialized
[    6.169796] Bluetooth: HCI socket layer initialized
[    6.169802] Bluetooth: L2CAP socket layer initialized
[    6.169814] Bluetooth: SCO socket layer initialized
[    6.191912] Bluetooth: HCI UART driver ver 2.3
[    6.191916] Bluetooth: HCI UART protocol H4 registered
[    6.191918] Bluetooth: HCI UART protocol BCSP registered
[    6.191919] Bluetooth: HCI UART protocol LL registered
[    6.191920] Bluetooth: HCI UART protocol ATH3K registered
[    6.191921] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    6.192002] Bluetooth: HCI UART protocol Intel registered
[    6.192028] Bluetooth: HCI UART protocol Broadcom registered
[    6.192030] Bluetooth: HCI UART protocol QCA registered
[    6.192031] Bluetooth: HCI UART protocol AG6XX registered
[    6.192032] Bluetooth: HCI UART protocol Marvell registered
[    6.217665] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    6.223696] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input8
[    6.335737] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    6.335852] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    6.336653] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.366798] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    6.400549] nfc: nfc_init: NFC Core ver 0.1
[    6.400594] NET: Registered protocol family 39
[    6.425676] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    6.425680] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.425683] snd_hda_codec_generic hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    6.425684] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
[    6.425686] snd_hda_codec_generic hdaudioC0D0:    inputs:
[    6.425689] snd_hda_codec_generic hdaudioC0D0:      Mic=0x19
[    6.425691] snd_hda_codec_generic hdaudioC0D0:      Internal Mic=0x12
[    6.429257] Intel(R) Wireless WiFi driver for Linux
[    6.429259] Copyright(c) 2003- 2015 Intel Corporation
[    6.441982] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    6.442124] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    6.442259] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    6.449015] iwlwifi 0000:02:00.0: loaded firmware version 17.459231.0 op_mode iwlmvm
[    6.496650] SSE version of gcm_enc/dec engaged.
[    6.516751] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3160, REV=0x164
[    6.518859] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[    6.519188] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[    6.667528] kvm: disabled by bios
[    6.682963] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    6.736153] intel_rapl: Found RAPL domain package
[    6.736156] intel_rapl: Found RAPL domain core
[    6.790719] asus_wmi: Asus Management GUID not found
[    6.900169] input: ATML1000:00 03EB:8C3C as /devices/pci0000:00/808622C1:02/i2c-11/i2c-ATML1000:00/0018:03EB:8C3C.0001/input/input13
[    6.900518] hid-multitouch 0018:03EB:8C3C.0001: input,hidraw0: I2C HID v1.00 Device [ATML1000:00 03EB:8C3C] on i2c-ATML1000:00
[    6.920186] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[    7.519867] media: Linux media interface: v0.10
[    7.534936] Linux video capture interface: v2.00
[    7.561719] audit: type=1400 audit(1502202466.932:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="content-hub-peer-picker" pid=801 comm="apparmor_parser"
[    7.562877] audit: type=1400 audit(1502202466.932:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="content-hub-clipboard" pid=800 comm="apparmor_parser"
[    7.568967] audit: type=1400 audit(1502202466.936:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="url-dispatcher-bad-url-helper" pid=804 comm="apparmor_parser"
[    7.573251] audit: type=1400 audit(1502202466.940:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=803 comm="apparmor_parser"
[    7.573255] audit: type=1400 audit(1502202466.940:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=803 comm="apparmor_parser"
[    7.573257] audit: type=1400 audit(1502202466.940:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=803 comm="apparmor_parser"
[    7.573259] audit: type=1400 audit(1502202466.940:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=803 comm="apparmor_parser"
[    7.579653] audit: type=1400 audit(1502202466.948:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=802 comm="apparmor_parser"
[    7.579659] audit: type=1400 audit(1502202466.948:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=802 comm="apparmor_parser"
[    7.582249] audit: type=1400 audit(1502202466.952:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu-printing-app" pid=808 comm="apparmor_parser"
[    7.655063] usbcore: registered new interface driver btusb
[    7.672271] Bluetooth: hci0: read Intel version: 3707100100012d0d00
[    7.678145] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq
[    7.689426] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (0bda:57c5)
[    7.696088] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[    7.696094] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[    7.696097] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[    7.696423] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input14
[    7.696948] usbcore: registered new interface driver uvcvideo
[    7.696949] USB Video Class driver (1.1.1)
[    7.799882] random: crng init done
[    7.867242] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[   95.810148] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   95.810152] Bluetooth: BNEP filters: protocol multicast
[   95.810161] Bluetooth: BNEP socket layer initialized

lspci

00:00.0 Host bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register (rev 35)
00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller (rev 35)
00:0b.0 Signal processing controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller (rev 35)
00:14.0 USB controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller (rev 35)
00:1a.0 Encryption controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine (rev 35)
00:1b.0 Audio device: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series High Definition Audio Controller (rev 35)
00:1c.0 PCI bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #1 (rev 35)
00:1c.1 PCI bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #2 (rev 35)
00:1c.2 PCI bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #3 (rev 35)
00:1f.0 ISA bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU (rev 35)
00:1f.3 SMBus: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx SMBus Controller (rev 35)
01:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
02:00.0 Network controller: Intel Corporation Wireless 3160 (rev 93)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

lsusb

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:57c5 Realtek Semiconductor Corp. 
Bus 001 Device 002: ID 8087:07dc Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

/proc/cpuinfo

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 76
model name  : Intel(R) Celeron(R) CPU  N3160  @ 1.60GHz
stepping    : 4
microcode   : 0x408
cpu MHz     : 713.281
cache size  : 1024 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 4
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology tsc_reliable nonstop_tsc aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
bugs        :
bogomips    : 3200.00
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:
alex-ab commented 7 years ago

Can you please provide or check the core boot information about the detected memory and where the loaded ROMs got placed to. Maybe there is something suspicious regarding the physical regions (compared to the BIOS-e820 physical ranges).

jklmnn commented 7 years ago

I can only check this for the TrekStor tablet and Qemu since I don't have any debugging on the other device.

TrekStor tablet

image.elf with Bender (page fault)

Bender: Hello World.
NOVA Microhypervisor v7-2006635 (x86_64): Aug 17 2017 09:16:01 [gcc 6.3.0] [MBI2]

[ 0] TSC:2133280 kHz BUS:0 kHz DL
[ 0] CORE:0:0:0 6:37:8:1 [82f]         Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
[ 3] CORE:0:3:0 6:37:8:1 [82f]         Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
[ 2] CORE:0:2:0 6:37:8:1 [82f]         Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
[ 1] CORE:0:1:0 6:37:8:1 [82f]         Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
Hypervisor features VMX
Hypervisor reports 4x1 CPUs
CPU ID (genode->kernel:package:core:thread) remapping
 remap (0->0:0:0:0) boot cpu
 remap (1->1:0:1:0)
 remap (2->2:0:2:0)
 remap (3->3:0:3:0)
Hypervisor info page contains 30 memory descriptors:
core     image  [0000000000100000,0000000000787000)
binaries region [0000000000226000,0000000000787000) free for reuse
detected physical memory: 0x0000000000000000 - size: 0x000000000008f000
use      physical memory: 0x0000000000000000 - size: 0x000000000008f000
detected physical memory: 0x0000000000090000 - size: 0x000000000000e000
use      physical memory: 0x0000000000090000 - size: 0x000000000000e000
detected physical memory: 0x0000000000100000 - size: 0x000000001ff00000
use      physical memory: 0x0000000000100000 - size: 0x000000001ff00000
detected physical memory: 0x0000000020200000 - size: 0x0000000017877000
use      physical memory: 0x0000000020200000 - size: 0x0000000017877000
detected physical memory: 0x0000000037b00000 - size: 0x000000000408e000
use      physical memory: 0x0000000037b00000 - size: 0x000000000408e000
detected physical memory: 0x000000003bdae000 - size: 0x0000000000001000
use      physical memory: 0x000000003bdae000 - size: 0x0000000000001000
detected physical memory: 0x000000003bdb0000 - size: 0x0000000000002000
use      physical memory: 0x000000003bdb0000 - size: 0x0000000000002000
detected physical memory: 0x000000003bdb3000 - size: 0x0000000000a4d000
use      physical memory: 0x000000003bdb3000 - size: 0x0000000000a4d000
detected physical memory: 0x000000003cc00000 - size: 0x00000000000c7000
use      physical memory: 0x000000003cc00000 - size: 0x00000000000c7000
detected physical memory: 0x000000003cdf8000 - size: 0x0000000000008000
use      physical memory: 0x000000003cdf8000 - size: 0x0000000000008000
:virt_alloc: Allocator 0x1e75f0 dump:
 Block: [0000000000002000,0000000000003000) size=4K avail=0 max_avail=0
 Block: [0000000000003000,0000000000004000) size=4K avail=0 max_avail=0
 Block: [0000000000004000,0000000000005000) size=4K avail=0 max_avail=0
 Block: [0000000000005000,0000000000006000) size=4K avail=0 max_avail=0
 Block: [0000000000006000,0000000000007000) size=4K avail=0 max_avail=0
 Block: [0000000000007000,0000000000008000) size=4K avail=0 max_avail=0
 Block: [0000000000008000,0000000000009000) size=4K avail=0 max_avail=0
 Block: [0000000000009000,000000000000a000) size=4K avail=0 max_avail=0
 Block: [000000000000a000,000000000000b000) size=4K avail=0 max_avail=137434760164K
 Block: [000000000000b000,000000000000c000) size=4K avail=0 max_avail=0
 Block: [000000000000c000,000000000000d000) size=4K avail=0 max_avail=0
 Block: [000000000000d000,000000000000e000) size=4K avail=0 max_avail=0
 Block: [000000000000e000,000000000000f000) size=4K avail=0 max_avail=0
 Block: [000000000000f000,0000000000010000) size=4K avail=0 max_avail=0
 Block: [0000000000010000,0000000000011000) size=4K avail=0 max_avail=0
 Block: [0000000000011000,0000000000012000) size=4K avail=0 max_avail=0
 Block: [0000000000012000,0000000000013000) size=4K avail=0 max_avail=0
 Block: [0000000000013000,0000000000014000) size=4K avail=0 max_avail=137434760164K
 Block: [0000000000014000,0000000000015000) size=4K avail=0 max_avail=0
 Block: [0000000000015000,0000000000016000) size=4K avail=0 max_avail=0
 Block: [0000000000016000,0000000000100000) size=936K avail=936K max_avail=936K
 Block: [0000000000226000,0000000000227000) size=4K avail=0 max_avail=0
 Block: [0000000000227000,0000000000228000) size=4K avail=0 max_avail=137434760164K
 Block: [0000000000228000,0000000000229000) size=4K avail=0 max_avail=0
 Block: [0000000000229000,00000000a0000000) size=2619228K avail=2619228K max_avail=2619228K
 Block: [00000000b0000000,00000000bfeff000) size=261116K avail=261116K max_avail=137434760164K
 Block: [00000000bff04000,00007fffbfffd000) size=137434760164K avail=137434760164K max_avail=137434760164K
 => mem_size=140736144932864 (134216446 MB) / mem_avail=140736144838656 (134216446 MB)

:phys_alloc: Allocator 0x1e6520 dump:
 Block: [0000000000001000,000000000008f000) size=568K avail=568K max_avail=568K
 Block: [0000000000090000,000000000009e000) size=56K avail=56K max_avail=460M
 Block: [0000000000100000,0000000001000000) size=15M avail=15M max_avail=15M
 Block: [0000000003400000,0000000020000000) size=460M avail=460M max_avail=460M
 Block: [0000000020200000,0000000020201000) size=4K avail=0 max_avail=460M
 Block: [0000000020201000,0000000020202000) size=4K avail=0 max_avail=0
 Block: [0000000020202000,0000000037a77000) size=385492K avail=385492K max_avail=385492K
 Block: [0000000037b00000,0000000037b01000) size=4K avail=0 max_avail=0
 Block: [0000000037b01000,000000003bb8e000) size=66100K avail=66100K max_avail=66100K
 Block: [000000003bdae000,000000003bdaf000) size=4K avail=0 max_avail=460M
 Block: [000000003bdb0000,000000003bdb1000) size=4K avail=0 max_avail=0
 Block: [000000003bdb1000,000000003bdb2000) size=4K avail=0 max_avail=3856K
 Block: [000000003bdb3000,000000003bdb4000) size=4K avail=0 max_avail=0
 Block: [000000003bdb4000,000000003c178000) size=3856K avail=3856K max_avail=3856K
 Block: [000000003cc00000,000000003cc01000) size=4K avail=0 max_avail=3856K
 Block: [000000003cc01000,000000003cc02000) size=4K avail=0 max_avail=0
 Block: [000000003cc02000,000000003cc03000) size=4K avail=0 max_avail=0
 Block: [000000003cc03000,000000003cc04000) size=4K avail=0 max_avail=0
 Block: [000000003cc04000,000000003cc05000) size=4K avail=0 max_avail=0
 Block: [000000003cc05000,000000003cc06000) size=4K avail=0 max_avail=0
 Block: [000000003cc06000,000000003cc07000) size=4K avail=0 max_avail=460M
 Block: [000000003cc07000,000000003cc08000) size=4K avail=0 max_avail=0
 Block: [000000003cc08000,000000003cc09000) size=4K avail=0 max_avail=0
 Block: [000000003cc09000,000000003cc0a000) size=4K avail=0 max_avail=0
 Block: [000000003cc0a000,000000003cc0b000) size=4K avail=0 max_avail=0
 Block: [000000003cc0b000,000000003cc0c000) size=4K avail=0 max_avail=0
 Block: [000000003cc0c000,000000003cc0d000) size=4K avail=0 max_avail=724K
 Block: [000000003cc0d000,000000003cc0e000) size=4K avail=0 max_avail=0
 Block: [000000003cc0e000,000000003cc0f000) size=4K avail=0 max_avail=0
 Block: [000000003cc0f000,000000003cc10000) size=4K avail=0 max_avail=724K
 Block: [000000003cc10000,000000003cc11000) size=4K avail=0 max_avail=0
 Block: [000000003cc11000,000000003cc12000) size=4K avail=0 max_avail=0
 Block: [000000003cc12000,000000003ccc7000) size=724K avail=724K max_avail=724K
 Block: [000000003cdf8000,000000003ce00000) size=32K avail=32K max_avail=32K
 => mem_size=965967872 (921 MB) / mem_avail=965865472 (921 MB)

:io_mem_alloc: Allocator 0x1e86d8 dump:
 Block: [0000000000000000,0000000000001000) size=4K avail=4K max_avail=4K
 Block: [000000000008f000,0000000000090000) size=4K avail=4K max_avail=4K
 Block: [000000000009e000,0000000000100000) size=392K avail=392K max_avail=2M
 Block: [0000000020000000,0000000020200000) size=2M avail=2M max_avail=2M
 Block: [0000000037a77000,0000000037b00000) size=548K avail=548K max_avail=18014398508484604K
 Block: [000000003bb8e000,000000003bdae000) size=2176K avail=2176K max_avail=2176K
 Block: [000000003bdaf000,000000003bdb0000) size=4K avail=4K max_avail=2176K
 Block: [000000003bdb2000,000000003bdb3000) size=4K avail=4K max_avail=4K
 Block: [000000003c800000,000000003cc00000) size=4M avail=4M max_avail=18014398508484604K
 Block: [000000003ccc7000,000000003cdf8000) size=1220K avail=1220K max_avail=18014398508484604K
 Block: [000000003ce00000,fffffffffffff000) size=18014398508484604K avail=18014398508484604K max_avail=18014398508484604K
 => mem_size=18446744072698982400 (17592186043452 MB) / mem_avail=18446744072698982400 (17592186043452 MB)

:rom_fs: ROM modules:
 ROM: [000000003c29f000,000000003c2b5448) acpi_drv
 ROM: [000000003c7af000,000000003c7b099a) config
 ROM: [000000003c359000,000000003c3d5ba8) device_pd
 ROM: [000000003c52f000,000000003c5461c0) fb_boot_drv
 ROM: [000000003cc10000,000000003cc11000) hypervisor_info_page
 ROM: [000000003c2e6000,000000003c3226d0) init
 ROM: [000000003c482000,000000003c52eb70) launchpad
 ROM: [000000003c770000,000000003c770252) launchpad.config
 ROM: [000000003c3d6000,000000003c481b28) ld.lib.so
 ROM: [000000003c547000,000000003c57eec0) liquid_fb
 ROM: [000000003c727000,000000003c742310) nitlog
 ROM: [000000003c771000,000000003c7ae2e0) nitpicker
 ROM: [000000003c7b1000,000000003c7eb6d0) platform_drv
 ROM: [000000003cc0e000,000000003cc0f000) platform_info
 ROM: [000000003c717000,000000003c726ce0) pointer
 ROM: [000000003c2b6000,000000003c2cecf8) ps2_drv
 ROM: [000000003c758000,000000003c76f770) report_rom
 ROM: [000000003c2cf000,000000003c2e5ba0) rom_filter
 ROM: [000000003c57f000,000000003c716168) scout
 ROM: [000000003c33d000,000000003c3585f8) status_bar
 ROM: [000000003c7ec000,000000003c7ff088) testnit
 ROM: [000000003c743000,000000003c7576a8) timer
 ROM: [000000003c323000,000000003c33c268) xray_trigger

Genode 17.05-87-geb10ef646 <local changes>
920 MiB RAM and 63254 caps assigned to init
no RM attachment (READ pf_addr=0x30a0 pf_ip=0x9300f from pager_object: pd='init' thread='initial')
page fault, pd='init' thread='initial' cpu=0 ip=0x9300f address=0x30a0 stack pointer=0x0 qualifiers=0x4 irUwp reason=1

image.elf.orig with Bender (bug)

Bender: Hello World.
NOVA Microhypervisor v7-2006635 (x86_64): Aug 17 2017 09:16:01 [gcc 6.3.0] [MBI2]

[ 0] TSC:2133280 kHz BUS:0 kHz DL
[ 0] CORE:0:0:0 6:37:8:1 [82f]         Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
[ 3] CORE:0:3:0 6:37:8:1 [82f]         Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
[ 2] CORE:0:2:0 6:37:8:1 [82f]         Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
[ 1] CORE:0:1:0 6:37:8:1 [82f]         Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
Hypervisor features VMX
Hypervisor reports 4x1 CPUs
CPU ID (genode->kernel:package:core:thread) remapping
 remap (0->0:0:0:0) boot cpu
 remap (1->1:0:1:0)
 remap (2->2:0:2:0)
 remap (3->3:0:3:0)
Hypervisor info page contains 30 memory descriptors:
core     image  [0000000000100000,0000000000afd000)
binaries region [0000000000227000,0000000000afd000) free for reuse
detected physical memory: 0x0000000000000000 - size: 0x000000000008f000
use      physical memory: 0x0000000000000000 - size: 0x000000000008f000
detected physical memory: 0x0000000000090000 - size: 0x000000000000e000
use      physical memory: 0x0000000000090000 - size: 0x000000000000e000
detected physical memory: 0x0000000000100000 - size: 0x000000001ff00000
use      physical memory: 0x0000000000100000 - size: 0x000000001ff00000
detected physical memory: 0x0000000020200000 - size: 0x0000000017877000
use      physical memory: 0x0000000020200000 - size: 0x0000000017877000
detected physical memory: 0x0000000037b00000 - size: 0x000000000408e000
use      physical memory: 0x0000000037b00000 - size: 0x000000000408e000
detected physical memory: 0x000000003bdae000 - size: 0x0000000000001000
use      physical memory: 0x000000003bdae000 - size: 0x0000000000001000
detected physical memory: 0x000000003bdb0000 - size: 0x0000000000002000
use      physical memory: 0x000000003bdb0000 - size: 0x0000000000002000
detected physical memory: 0x000000003bdb3000 - size: 0x0000000000a4d000
use      physical memory: 0x000000003bdb3000 - size: 0x0000000000a4d000
detected physical memory: 0x000000003cc00000 - size: 0x00000000000c7000
use      physical memory: 0x000000003cc00000 - size: 0x00000000000c7000
detected physical memory: 0x000000003cdf8000 - size: 0x0000000000008000
use      physical memory: 0x000000003cdf8000 - size: 0x0000000000008000
:virt_alloc: Allocator 0x1e85f0 dump:
 Block: [0000000000002000,0000000000003000) size=4K avail=0 max_avail=0
 Block: [0000000000003000,0000000000004000) size=4K avail=0 max_avail=0
 Block: [0000000000004000,0000000000005000) size=4K avail=0 max_avail=0
 Block: [0000000000005000,0000000000006000) size=4K avail=0 max_avail=0
 Block: [0000000000006000,0000000000007000) size=4K avail=0 max_avail=0
 Block: [0000000000007000,0000000000008000) size=4K avail=0 max_avail=0
 Block: [0000000000008000,0000000000009000) size=4K avail=0 max_avail=0
 Block: [0000000000009000,000000000000a000) size=4K avail=0 max_avail=0
 Block: [000000000000a000,000000000000b000) size=4K avail=0 max_avail=0
 Block: [000000000000b000,000000000000c000) size=4K avail=0 max_avail=0
 Block: [000000000000c000,000000000000d000) size=4K avail=0 max_avail=0
 Block: [000000000000d000,000000000000e000) size=4K avail=0 max_avail=0
 Block: [000000000000e000,000000000000f000) size=4K avail=0 max_avail=0
 Block: [000000000000f000,0000000000010000) size=4K avail=0 max_avail=0
 Block: [0000000000010000,0000000000011000) size=4K avail=0 max_avail=0
 Block: [0000000000011000,0000000000012000) size=4K avail=0 max_avail=0
 Block: [0000000000012000,0000000000013000) size=4K avail=0 max_avail=0
 Block: [0000000000013000,0000000000014000) size=4K avail=0 max_avail=137434760164K
 Block: [0000000000014000,0000000000015000) size=4K avail=0 max_avail=0
 Block: [0000000000015000,0000000000016000) size=4K avail=0 max_avail=0
 Block: [0000000000016000,0000000000017000) size=4K avail=0 max_avail=924K
 Block: [0000000000017000,0000000000018000) size=4K avail=0 max_avail=0
 Block: [0000000000018000,0000000000019000) size=4K avail=0 max_avail=0
 Block: [0000000000019000,0000000000100000) size=924K avail=924K max_avail=924K
 Block: [0000000000227000,0000000000228000) size=4K avail=0 max_avail=0
 Block: [0000000000228000,0000000000229000) size=4K avail=0 max_avail=137434760164K
 Block: [0000000000229000,000000000022a000) size=4K avail=0 max_avail=0
 Block: [000000000022a000,00000000a0000000) size=2619224K avail=2619224K max_avail=2619224K
 Block: [00000000b0000000,00000000bfeff000) size=261116K avail=261116K max_avail=137434760164K
 Block: [00000000bff04000,00007fffbfffd000) size=137434760164K avail=137434760164K max_avail=137434760164K
 => mem_size=140736144928768 (134216446 MB) / mem_avail=140736144822272 (134216446 MB)

:phys_alloc: Allocator 0x1e7520 dump:
 Block: [0000000000001000,000000000008f000) size=568K avail=568K max_avail=568K
 Block: [0000000000090000,000000000009e000) size=56K avail=56K max_avail=460M
 Block: [0000000000100000,0000000001000000) size=15M avail=15M max_avail=15M
 Block: [0000000003400000,0000000020000000) size=460M avail=460M max_avail=460M
 Block: [0000000020200000,0000000020201000) size=4K avail=0 max_avail=460M
 Block: [0000000020201000,0000000020202000) size=4K avail=0 max_avail=0
 Block: [0000000020202000,0000000037a77000) size=385492K avail=385492K max_avail=385492K
 Block: [0000000037b00000,0000000037b01000) size=4K avail=0 max_avail=0
 Block: [0000000037b01000,000000003bb8e000) size=66100K avail=66100K max_avail=66100K
 Block: [000000003bdae000,000000003bdaf000) size=4K avail=0 max_avail=460M
 Block: [000000003bdb0000,000000003bdb1000) size=4K avail=0 max_avail=0
 Block: [000000003bdb1000,000000003bdb2000) size=4K avail=0 max_avail=0
 Block: [000000003bdb3000,000000003bdb4000) size=4K avail=0 max_avail=0
 Block: [000000003bdb4000,000000003bdb5000) size=4K avail=0 max_avail=0
 Block: [000000003bdb5000,000000003bdb6000) size=4K avail=0 max_avail=0
 Block: [000000003bdb6000,000000003bdb7000) size=4K avail=0 max_avail=0
 Block: [000000003bdb7000,000000003bdb8000) size=4K avail=0 max_avail=0
 Block: [000000003bdb8000,000000003bdb9000) size=4K avail=0 max_avail=0
 Block: [000000003bdb9000,000000003bdba000) size=4K avail=0 max_avail=0
 Block: [000000003bdba000,000000003bdbb000) size=4K avail=0 max_avail=0
 Block: [000000003bdbb000,000000003bdbc000) size=4K avail=0 max_avail=0
 Block: [000000003bdbc000,000000003bdbd000) size=4K avail=0 max_avail=460M
 Block: [000000003bdbd000,000000003bdbe000) size=4K avail=0 max_avail=0
 Block: [000000003bdbe000,000000003bdbf000) size=4K avail=0 max_avail=0
 Block: [000000003bdbf000,000000003bdc0000) size=4K avail=0 max_avail=0
 Block: [000000003bdc0000,000000003bdc1000) size=4K avail=0 max_avail=0
 Block: [000000003bdc1000,000000003bdc2000) size=4K avail=0 max_avail=0
 Block: [000000003bdc2000,000000003bdc3000) size=4K avail=0 max_avail=792K
 Block: [000000003bdc3000,000000003bdc4000) size=4K avail=0 max_avail=0
 Block: [000000003bdc4000,000000003bdc5000) size=4K avail=0 max_avail=0
 Block: [000000003bdc5000,000000003bdc6000) size=4K avail=0 max_avail=0
 Block: [000000003bdc6000,000000003bdc7000) size=4K avail=0 max_avail=232K
 Block: [000000003bdc7000,000000003bdc8000) size=4K avail=0 max_avail=0
 Block: [000000003bdc8000,000000003be02000) size=232K avail=232K max_avail=232K
 Block: [000000003cc00000,000000003cc01000) size=4K avail=0 max_avail=792K
 Block: [000000003cc01000,000000003ccc7000) size=792K avail=792K max_avail=792K
 Block: [000000003cdf8000,000000003ce00000) size=32K avail=32K max_avail=32K
 => mem_size=962338816 (917 MB) / mem_avail=962224128 (917 MB)

:io_mem_alloc: Allocator 0x1e96d8 dump:
 Block: [0000000000000000,0000000000001000) size=4K avail=4K max_avail=4K
 Block: [000000000008f000,0000000000090000) size=4K avail=4K max_avail=4K
 Block: [000000000009e000,0000000000100000) size=392K avail=392K max_avail=2M
 Block: [0000000020000000,0000000020200000) size=2M avail=2M max_avail=2M
 Block: [0000000037a77000,0000000037b00000) size=548K avail=548K max_avail=18014398508484604K
 Block: [000000003bb8e000,000000003bdae000) size=2176K avail=2176K max_avail=2176K
 Block: [000000003bdaf000,000000003bdb0000) size=4K avail=4K max_avail=2176K
 Block: [000000003bdb2000,000000003bdb3000) size=4K avail=4K max_avail=4K
 Block: [000000003c800000,000000003cc00000) size=4M avail=4M max_avail=18014398508484604K
 Block: [000000003ccc7000,000000003cdf8000) size=1220K avail=1220K max_avail=18014398508484604K
 Block: [000000003ce00000,fffffffffffff000) size=18014398508484604K avail=18014398508484604K max_avail=18014398508484604K
 => mem_size=18446744072698982400 (17592186043452 MB) / mem_avail=18446744072698982400 (17592186043452 MB)

:rom_fs: ROM modules:
 ROM: [000000003bf2a000,000000003bf403d0) acpi_drv
 ROM: [000000003c7af000,000000003c7b0beb) config
 ROM: [000000003c239000,000000003c52a3f0) core.o
 ROM: [000000003c063000,000000003c0dfce8) device_pd
 ROM: [000000003bfe4000,000000003bff11b0) dummy_input_drv
 ROM: [000000003c564000,000000003c5793e0) dynamic_rom
 ROM: [000000003bf41000,000000003bf58240) fb_boot
 ROM: [000000003bf59000,000000003bfe36f8) gslx_i2c_drv
 ROM: [000000003bdc6000,000000003bdc7000) hypervisor_info_page
 ROM: [000000003c009000,000000003c046740) init
 ROM: [000000003c18b000,000000003c238b88) launchpad
 ROM: [000000003c770000,000000003c770252) launchpad.config
 ROM: [000000003c0e0000,000000003c18abd8) ld.lib.so
 ROM: [000000003c52b000,000000003c563f08) liquid_fb
 ROM: [000000003c722000,000000003c73d310) nitlog
 ROM: [000000003c771000,000000003c7ae2e8) nitpicker
 ROM: [000000003c76b000,000000003c76fe78) null.fw
 ROM: [000000003c7b1000,000000003c7eb750) platform_drv
 ROM: [000000003bdc4000,000000003bdc5000) platform_info
 ROM: [000000003c712000,000000003c721ce0) pointer
 ROM: [000000003c753000,000000003c76a788) report_rom
 ROM: [000000003bff2000,000000003c008ad0) rom_filter
 ROM: [000000003c57a000,000000003c711138) scout
 ROM: [000000003c047000,000000003c062600) status_bar
 ROM: [000000003c7ec000,000000003c7ff088) testnit
 ROM: [000000003c73e000,000000003c7526a8) timer

Genode 17.05-36-g646056e7e
917 MiB RAM and 63254 caps assigned to init

Core child constructed

Note: This image is build from https://github.com/jklmnn/genode/commit/646056e7e28c3b338b11fa108998d25e9ba9923f. The Core child constructed message (I added further debug messages in this build I omitted here) is printed in repos/base/src/core/main.cc:317 what means that Genode isn't stopping but runs correctly but without running any services.

Qemu

newly build image.elf with bender (page fault)

Bender: Hello World.

NOVA Microhypervisor v7-4023387 (x86_64): Aug 18 2017 08:04:29 [gcc 6.3.0] [MBI2]

[ 0] TSC:2494434 kHz BUS:1000070 kHz
[ 0] CORE:0:0:0 6:f:b:0 [0] Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz
Hypervisor reports 1x1 CPU 
Warning: CPU has no invariant TSC.
CPU ID (genode->kernel:package:core:thread) remapping
 remap (0->0:0:0:0) boot cpu
Hypervisor info page contains 32 memory descriptors:
core     image  [0000000000100000,0000000000aa6000)
binaries region [0000000000227000,0000000000aa6000) free for reuse
detected physical memory: 0x0000000000000000 - size: 0x00000000000a0000
use      physical memory: 0x0000000000000000 - size: 0x00000000000a0000
detected physical memory: 0x0000000000100000 - size: 0x0000000000706000
use      physical memory: 0x0000000000100000 - size: 0x0000000000706000
detected physical memory: 0x0000000000808000 - size: 0x0000000000008000
use      physical memory: 0x0000000000808000 - size: 0x0000000000008000
detected physical memory: 0x0000000000818000 - size: 0x0000000000008000
use      physical memory: 0x0000000000818000 - size: 0x0000000000008000
detected physical memory: 0x0000000000900000 - size: 0x000000001e347000
use      physical memory: 0x0000000000900000 - size: 0x000000001e347000
detected physical memory: 0x000000001ec83000 - size: 0x00000000000ec000
use      physical memory: 0x000000001ec83000 - size: 0x00000000000ec000
detected physical memory: 0x000000001edb5000 - size: 0x0000000001080000
use      physical memory: 0x000000001edb5000 - size: 0x0000000001080000
detected physical memory: 0x000000001fe99000 - size: 0x00000000000b7000
use      physical memory: 0x000000001fe99000 - size: 0x00000000000b7000
detected physical memory: 0x000000001ff70000 - size: 0x0000000000008000
use      physical memory: 0x000000001ff70000 - size: 0x0000000000008000
:virt_alloc: Allocator 0x1e85f0 dump:
 Block: [0000000000002000,0000000000003000) size=4K avail=0 max_avail=0
 Block: [0000000000003000,0000000000004000) size=4K avail=0 max_avail=0
 Block: [0000000000004000,0000000000005000) size=4K avail=0 max_avail=0
 Block: [0000000000005000,0000000000006000) size=4K avail=0 max_avail=0
 Block: [0000000000006000,0000000000007000) size=4K avail=0 max_avail=0
 Block: [0000000000007000,0000000000008000) size=4K avail=0 max_avail=0
 Block: [0000000000008000,0000000000009000) size=4K avail=0 max_avail=0
 Block: [0000000000009000,000000000000a000) size=4K avail=0 max_avail=0
 Block: [000000000000a000,000000000000b000) size=4K avail=0 max_avail=137434760164K
 Block: [000000000000b000,000000000000c000) size=4K avail=0 max_avail=0
 Block: [000000000000c000,000000000000d000) size=4K avail=0 max_avail=0
 Block: [000000000000d000,000000000000e000) size=4K avail=0 max_avail=0
 Block: [000000000000e000,000000000000f000) size=4K avail=0 max_avail=0
 Block: [000000000000f000,0000000000010000) size=4K avail=0 max_avail=0
 Block: [0000000000010000,0000000000011000) size=4K avail=0 max_avail=0
 Block: [0000000000011000,0000000000012000) size=4K avail=0 max_avail=0
 Block: [0000000000012000,0000000000013000) size=4K avail=0 max_avail=0
 Block: [0000000000013000,0000000000014000) size=4K avail=0 max_avail=137434760164K
 Block: [0000000000014000,0000000000015000) size=4K avail=0 max_avail=0
 Block: [0000000000015000,0000000000016000) size=4K avail=0 max_avail=932K
 Block: [0000000000016000,0000000000017000) size=4K avail=0 max_avail=0
 Block: [0000000000017000,0000000000100000) size=932K avail=932K max_avail=932K
 Block: [0000000000227000,0000000000228000) size=4K avail=0 max_avail=0
 Block: [0000000000228000,0000000000229000) size=4K avail=0 max_avail=137434760164K
 Block: [0000000000229000,000000000022a000) size=4K avail=0 max_avail=0
 Block: [000000000022a000,00000000a0000000) size=2619224K avail=2619224K max_avail=2619224K
 Block: [00000000b0000000,00000000bfeff000) size=261116K avail=261116K max_avail=137434760164K
 Block: [00000000bff04000,00007fffbfffd000) size=137434760164K avail=137434760164K max_avail=137434760164K
 => mem_size=140736144928768 (134216446 MB) / mem_avail=140736144830464 (134216446 MB)

:phys_alloc: Allocator 0x1e7520 dump:
 Block: [0000000000001000,0000000000002000) size=4K avail=0 max_avail=0
 Block: [0000000000002000,0000000000003000) size=4K avail=0 max_avail=0
 Block: [0000000000003000,0000000000004000) size=4K avail=0 max_avail=0
 Block: [0000000000004000,0000000000005000) size=4K avail=0 max_avail=0
 Block: [0000000000005000,0000000000006000) size=4K avail=0 max_avail=0
 Block: [0000000000006000,0000000000007000) size=4K avail=0 max_avail=7184K
 Block: [0000000000007000,0000000000008000) size=4K avail=0 max_avail=0
 Block: [0000000000008000,0000000000009000) size=4K avail=0 max_avail=0
 Block: [0000000000009000,000000000000a000) size=4K avail=0 max_avail=0
 Block: [000000000000a000,000000000000b000) size=4K avail=0 max_avail=0
 Block: [000000000000b000,000000000000c000) size=4K avail=0 max_avail=0
 Block: [000000000000c000,000000000000d000) size=4K avail=0 max_avail=7184K
 Block: [000000000000d000,000000000000e000) size=4K avail=0 max_avail=0
 Block: [000000000000e000,000000000000f000) size=4K avail=0 max_avail=580K
 Block: [000000000000f000,00000000000a0000) size=580K avail=580K max_avail=580K
 Block: [0000000000100000,0000000000101000) size=4K avail=0 max_avail=7184K
 Block: [0000000000101000,0000000000102000) size=4K avail=0 max_avail=0
 Block: [0000000000102000,0000000000806000) size=7184K avail=7184K max_avail=7184K
 Block: [0000000000808000,0000000000810000) size=32K avail=32K max_avail=32K
 Block: [0000000000818000,0000000000819000) size=4K avail=0 max_avail=450844K
 Block: [0000000000819000,000000000081a000) size=4K avail=0 max_avail=0
 Block: [000000000081a000,000000000081b000) size=4K avail=0 max_avail=0
 Block: [000000000081b000,000000000081c000) size=4K avail=0 max_avail=0
 Block: [000000000081c000,000000000081d000) size=4K avail=0 max_avail=0
 Block: [000000000081d000,000000000081e000) size=4K avail=0 max_avail=0
 Block: [000000000081e000,000000000081f000) size=4K avail=0 max_avail=0
 Block: [000000000081f000,0000000000820000) size=4K avail=0 max_avail=0
 Block: [0000000000900000,0000000000901000) size=4K avail=0 max_avail=450844K
 Block: [0000000000901000,0000000000902000) size=4K avail=0 max_avail=0
 Block: [0000000000902000,0000000001000000) size=7160K avail=7160K max_avail=450844K
 Block: [0000000003400000,000000001ec47000) size=450844K avail=450844K max_avail=450844K
 Block: [000000001ec83000,000000001ed6f000) size=944K avail=944K max_avail=450844K
 Block: [000000001edb5000,000000001f48e000) size=7012K avail=7012K max_avail=7012K
 Block: [000000001fe99000,000000001ff50000) size=732K avail=732K max_avail=7012K
 Block: [000000001ff70000,000000001ff78000) size=32K avail=32K max_avail=32K
 => mem_size=486014976 (463 MB) / mem_avail=485908480 (463 MB)

:io_mem_alloc: Allocator 0x1e96d8 dump:
 Block: [0000000000000000,0000000000001000) size=4K avail=4K max_avail=4K
 Block: [00000000000a0000,0000000000100000) size=384K avail=384K max_avail=384K
 Block: [0000000000806000,0000000000808000) size=8K avail=8K max_avail=384K
 Block: [0000000000810000,0000000000818000) size=32K avail=32K max_avail=32K
 Block: [0000000000820000,0000000000900000) size=896K avail=896K max_avail=18014398508958236K
 Block: [000000001ec47000,000000001ec83000) size=240K avail=240K max_avail=240K
 Block: [000000001ed6f000,000000001edb5000) size=280K avail=280K max_avail=18014398508958236K
 Block: [000000001fe35000,000000001fe99000) size=400K avail=400K max_avail=400K
 Block: [000000001ff50000,000000001ff70000) size=128K avail=128K max_avail=18014398508958236K
 Block: [000000001ff78000,fffffffffffff000) size=18014398508958236K avail=18014398508958236K max_avail=18014398508958236K
 => mem_size=18446744073175662592 (17592186043906 MB) / mem_avail=18446744073175662592 (17592186043906 MB)

:rom_fs: ROM modules:
 ROM: [000000001f5b6000,000000001f5cc3d0) acpi_drv
 ROM: [000000001fde4000,000000001fde5995) config
 ROM: [000000001f889000,000000001fb7a3f0) core.o
 ROM: [000000001f671000,000000001f6edce8) device_pd
 ROM: [000000001f6ee000,000000001f72fdf0) fb_drv
 ROM: [000000000000d000,000000000000e000) hypervisor_info_page
 ROM: [000000001f5fd000,000000001f63a740) init
 ROM: [000000001f7db000,000000001f888b88) launchpad
 ROM: [000000001fda5000,000000001fda5252) launchpad.config
 ROM: [000000001f730000,000000001f7dabd8) ld.lib.so
 ROM: [000000001fb7b000,000000001fbb3f08) liquid_fb
 ROM: [000000001fd5c000,000000001fd77310) nitlog
 ROM: [000000001fda6000,000000001fde32e8) nitpicker
 ROM: [000000001fde6000,000000001fe20750) platform_drv
 ROM: [000000000000b000,000000000000c000) platform_info
 ROM: [000000001fd4c000,000000001fd5bce0) pointer
 ROM: [000000001f5cd000,000000001f5e5ce8) ps2_drv
 ROM: [000000001fd8d000,000000001fda4788) report_rom
 ROM: [000000001f5e6000,000000001f5fcad0) rom_filter
 ROM: [000000001fbb4000,000000001fd4b138) scout
 ROM: [000000001f655000,000000001f670600) status_bar
 ROM: [000000001fe21000,000000001fe34088) testnit
 ROM: [000000001fd78000,000000001fd8c6a8) timer
 ROM: [000000001f63b000,000000001f6542a8) xray_trigger

Genode 17.05-36-g646056e7e
462 MiB RAM and 63254 caps assigned to init
no RM attachment (WRITE pf_addr=0x1000 pf_ip=0x5a046 from pager_object: pd='init' thread='ep')
page fault, pd='init' thread='ep' cpu=0 ip=0x5a046 address=0x1000 stack pointer=0xa02fef18 qualifiers=0x6 irUWp reason=1
Core child constructed

Note: As you can see this is with another NOVA but with an image build from the same commit (I couldn't reproduce the exact image and I have again omitted some custom debug messages). This is also the first time that this happened on Qemu.

image.elf with Bender (normal)

Bender: Hello World.

NOVA Microhypervisor v7-2006635 (x86_64): Aug 18 2017 08:37:11 [gcc 6.3.0] [MBI2]

[ 0] TSC:2510031 kHz BUS:1006356 kHz (measured)
[ 0] TSC:2000000 kHz BUS:1000000 kHz (adjusted due to instable TSC)
[ 0] CORE:0:0:0 6:f:b:0 [0] Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz
Hypervisor reports 1x1 CPU 
Warning: CPU has no invariant TSC.
CPU ID (genode->kernel:package:core:thread) remapping
 remap (0->0:0:0:0) boot cpu
Hypervisor info page contains 32 memory descriptors:
core     image  [0000000000100000,0000000000787000)
binaries region [0000000000226000,0000000000787000) free for reuse
detected physical memory: 0x0000000000000000 - size: 0x00000000000a0000
use      physical memory: 0x0000000000000000 - size: 0x00000000000a0000
detected physical memory: 0x0000000000100000 - size: 0x0000000000706000
use      physical memory: 0x0000000000100000 - size: 0x0000000000706000
detected physical memory: 0x0000000000808000 - size: 0x0000000000008000
use      physical memory: 0x0000000000808000 - size: 0x0000000000008000
detected physical memory: 0x0000000000818000 - size: 0x0000000000008000
use      physical memory: 0x0000000000818000 - size: 0x0000000000008000
detected physical memory: 0x0000000000900000 - size: 0x000000001e347000
use      physical memory: 0x0000000000900000 - size: 0x000000001e347000
detected physical memory: 0x000000001ec83000 - size: 0x00000000000ec000
use      physical memory: 0x000000001ec83000 - size: 0x00000000000ec000
detected physical memory: 0x000000001edb5000 - size: 0x0000000001080000
use      physical memory: 0x000000001edb5000 - size: 0x0000000001080000
detected physical memory: 0x000000001fe99000 - size: 0x00000000000b7000
use      physical memory: 0x000000001fe99000 - size: 0x00000000000b7000
detected physical memory: 0x000000001ff70000 - size: 0x0000000000008000
use      physical memory: 0x000000001ff70000 - size: 0x0000000000008000
:virt_alloc: Allocator 0x1e75f0 dump:
 Block: [0000000000002000,0000000000003000) size=4K avail=0 max_avail=0
 Block: [0000000000003000,0000000000004000) size=4K avail=0 max_avail=0
 Block: [0000000000004000,0000000000005000) size=4K avail=0 max_avail=0
 Block: [0000000000005000,0000000000006000) size=4K avail=0 max_avail=0
 Block: [0000000000006000,0000000000007000) size=4K avail=0 max_avail=0
 Block: [0000000000007000,0000000000008000) size=4K avail=0 max_avail=0
 Block: [0000000000008000,0000000000009000) size=4K avail=0 max_avail=0
 Block: [0000000000009000,000000000000a000) size=4K avail=0 max_avail=0
 Block: [000000000000a000,000000000000b000) size=4K avail=0 max_avail=137434760164K
 Block: [000000000000b000,000000000000c000) size=4K avail=0 max_avail=0
 Block: [000000000000c000,000000000000d000) size=4K avail=0 max_avail=0
 Block: [000000000000d000,000000000000e000) size=4K avail=0 max_avail=0
 Block: [000000000000e000,000000000000f000) size=4K avail=0 max_avail=0
 Block: [000000000000f000,0000000000010000) size=4K avail=0 max_avail=0
 Block: [0000000000010000,0000000000011000) size=4K avail=0 max_avail=0
 Block: [0000000000011000,0000000000012000) size=4K avail=0 max_avail=0
 Block: [0000000000012000,0000000000013000) size=4K avail=0 max_avail=0
 Block: [0000000000013000,0000000000014000) size=4K avail=0 max_avail=137434760164K
 Block: [0000000000014000,0000000000015000) size=4K avail=0 max_avail=0
 Block: [0000000000015000,0000000000016000) size=4K avail=0 max_avail=0
 Block: [0000000000016000,0000000000100000) size=936K avail=936K max_avail=936K
 Block: [0000000000226000,0000000000227000) size=4K avail=0 max_avail=0
 Block: [0000000000227000,0000000000228000) size=4K avail=0 max_avail=137434760164K
 Block: [0000000000228000,0000000000229000) size=4K avail=0 max_avail=0
 Block: [0000000000229000,00000000a0000000) size=2619228K avail=2619228K max_avail=2619228K
 Block: [00000000b0000000,00000000bfeff000) size=261116K avail=261116K max_avail=137434760164K
 Block: [00000000bff04000,00007fffbfffd000) size=137434760164K avail=137434760164K max_avail=137434760164K
 => mem_size=140736144932864 (134216446 MB) / mem_avail=140736144838656 (134216446 MB)

:phys_alloc: Allocator 0x1e6520 dump:
 Block: [0000000000001000,0000000000002000) size=4K avail=0 max_avail=0
 Block: [0000000000002000,0000000000003000) size=4K avail=0 max_avail=0
 Block: [0000000000003000,0000000000004000) size=4K avail=0 max_avail=0
 Block: [0000000000004000,0000000000005000) size=4K avail=0 max_avail=0
 Block: [0000000000005000,0000000000006000) size=4K avail=0 max_avail=0
 Block: [0000000000006000,0000000000007000) size=4K avail=0 max_avail=7184K
 Block: [0000000000007000,0000000000008000) size=4K avail=0 max_avail=0
 Block: [0000000000008000,0000000000009000) size=4K avail=0 max_avail=0
 Block: [0000000000009000,000000000000a000) size=4K avail=0 max_avail=0
 Block: [000000000000a000,000000000000b000) size=4K avail=0 max_avail=0
 Block: [000000000000b000,000000000000c000) size=4K avail=0 max_avail=0
 Block: [000000000000c000,000000000000d000) size=4K avail=0 max_avail=7184K
 Block: [000000000000d000,000000000000e000) size=4K avail=0 max_avail=0
 Block: [000000000000e000,00000000000a0000) size=584K avail=584K max_avail=584K
 Block: [0000000000100000,0000000000101000) size=4K avail=0 max_avail=7184K
 Block: [0000000000101000,0000000000102000) size=4K avail=0 max_avail=0
 Block: [0000000000102000,0000000000806000) size=7184K avail=7184K max_avail=7184K
 Block: [0000000000808000,0000000000810000) size=32K avail=32K max_avail=32K
 Block: [0000000000818000,0000000000819000) size=4K avail=0 max_avail=450844K
 Block: [0000000000819000,000000000081a000) size=4K avail=0 max_avail=0
 Block: [000000000081a000,000000000081b000) size=4K avail=0 max_avail=0
 Block: [000000000081b000,000000000081c000) size=4K avail=0 max_avail=0
 Block: [000000000081c000,000000000081d000) size=4K avail=0 max_avail=0
 Block: [000000000081d000,000000000081e000) size=4K avail=0 max_avail=0
 Block: [000000000081e000,000000000081f000) size=4K avail=0 max_avail=0
 Block: [000000000081f000,0000000000820000) size=4K avail=0 max_avail=0
 Block: [0000000000900000,0000000000901000) size=4K avail=0 max_avail=450844K
 Block: [0000000000901000,0000000000902000) size=4K avail=0 max_avail=0
 Block: [0000000000902000,0000000001000000) size=7160K avail=7160K max_avail=450844K
 Block: [0000000003400000,000000001ec47000) size=450844K avail=450844K max_avail=450844K
 Block: [000000001ec83000,000000001ed6f000) size=944K avail=944K max_avail=450844K
 Block: [000000001edb5000,000000001f7ad000) size=10208K avail=10208K max_avail=10208K
 Block: [000000001fe99000,000000001ff50000) size=732K avail=732K max_avail=10208K
 Block: [000000001ff70000,000000001ff78000) size=32K avail=32K max_avail=32K
 => mem_size=489287680 (466 MB) / mem_avail=489185280 (466 MB)

:io_mem_alloc: Allocator 0x1e86d8 dump:
 Block: [0000000000000000,0000000000001000) size=4K avail=4K max_avail=4K
 Block: [00000000000a0000,0000000000100000) size=384K avail=384K max_avail=384K
 Block: [0000000000806000,0000000000808000) size=8K avail=8K max_avail=384K
 Block: [0000000000810000,0000000000818000) size=32K avail=32K max_avail=32K
 Block: [0000000000820000,0000000000900000) size=896K avail=896K max_avail=18014398508958236K
 Block: [000000001ec47000,000000001ec83000) size=240K avail=240K max_avail=240K
 Block: [000000001ed6f000,000000001edb5000) size=280K avail=280K max_avail=18014398508958236K
 Block: [000000001fe35000,000000001fe99000) size=400K avail=400K max_avail=400K
 Block: [000000001ff50000,000000001ff70000) size=128K avail=128K max_avail=18014398508958236K
 Block: [000000001ff78000,fffffffffffff000) size=18014398508958236K avail=18014398508958236K max_avail=18014398508958236K
 => mem_size=18446744073175662592 (17592186043906 MB) / mem_avail=18446744073175662592 (17592186043906 MB)

:rom_fs: ROM modules:
 ROM: [000000001f8d4000,000000001f8ea448) acpi_drv
 ROM: [000000001fde4000,000000001fde599a) config
 ROM: [000000001f98e000,000000001fa0aba8) device_pd
 ROM: [000000001fb64000,000000001fb7b1c0) fb_boot_drv
 ROM: [000000000000c000,000000000000d000) hypervisor_info_page
 ROM: [000000001f91b000,000000001f9576d0) init
 ROM: [000000001fab7000,000000001fb63b70) launchpad
 ROM: [000000001fda5000,000000001fda5252) launchpad.config
 ROM: [000000001fa0b000,000000001fab6b28) ld.lib.so
 ROM: [000000001fb7c000,000000001fbb3ec0) liquid_fb
 ROM: [000000001fd5c000,000000001fd77310) nitlog
 ROM: [000000001fda6000,000000001fde32e0) nitpicker
 ROM: [000000001fde6000,000000001fe206d0) platform_drv
 ROM: [000000000000a000,000000000000b000) platform_info
 ROM: [000000001fd4c000,000000001fd5bce0) pointer
 ROM: [000000001f8eb000,000000001f903cf8) ps2_drv
 ROM: [000000001fd8d000,000000001fda4770) report_rom
 ROM: [000000001f904000,000000001f91aba0) rom_filter
 ROM: [000000001fbb4000,000000001fd4b168) scout
 ROM: [000000001f972000,000000001f98d5f8) status_bar
 ROM: [000000001fe21000,000000001fe34088) testnit
 ROM: [000000001fd78000,000000001fd8c6a8) timer
 ROM: [000000001f958000,000000001f971268) xray_trigger

Genode 17.05-87-geb10ef646 <local changes>
466 MiB RAM and 63254 caps assigned to init
[init] child "report_rom" announces service "Report"
[init] child "report_rom" announces service "ROM"
[init] child "nitpicker_config" announces service "ROM"
[init] child "acpi_report_rom" announces service "Report"
[init] child "acpi_report_rom" announces service "ROM"
[init] child "timer" announces service "Timer"
[init -> fb_boot_drv] Framebuffer with 800x600x32 @ 0x80000000
[init -> nitpicker_config] Warning: top-level node <xray> missing in input ROM xray
[init -> nitpicker_config] Warning: could not obtain input value for input xray_enabled
[init] child "fb_boot_drv" announces service "Framebuffer"
[init -> acpi_drv] Found MADT
[init -> acpi_drv] MADT IRQ 0 -> GSI 2 flags: 0
[init -> acpi_drv] MADT IRQ 5 -> GSI 5 flags: 13
[init -> acpi_drv] MADT IRQ 9 -> GSI 9 flags: 13
[init -> acpi_drv] MADT IRQ 10 -> GSI 10 flags: 13
[init -> acpi_drv] MADT IRQ 11 -> GSI 11 flags: 13
[init] child "platform_drv" announces service "Platform"
[init -> ps2_drv] Using keyboard with scan code set 1 (xlate)
[init -> ps2_drv] detected ExPS/2 mouse - activating scroll-wheel and 5-button support
[init -> platform_drv] PS2 uses IRQ, vector 0x1
[init -> platform_drv] PS2 uses IRQ, vector 0xc
[init] child "ps2_drv" announces service "Input"
[init] child "nitpicker" announces service "Nitpicker"
[init -> scout] png is 101 x 92, depth=8

I hope this helps.

alex-ab commented 7 years ago

The logs don't reveal for me anything suspicious. In #2242 the patch 346c9464220578f3dc295c773660a849d9738fc8 may potential be related to this issue. The framebuffer memory was not excluded/reserved from the normal available physical RAM. In principle, it may happen that core or init would use it as normal backing store, which would lead to any kind of corruption of the data structures placed in the framebuffer.

jklmnn commented 7 years ago

I will try that fix and report if it solved the problem.

alex-ab commented 7 years ago

I fear, bender needs also the same exclusion of framebuffer memory from the "free to use" list used for relocation. I'm currently investigating.

alex-ab commented 7 years ago

@jklmnn: may you give bender from https://github.com/alex-ab/morbo/commits/genode_bender_overlap a try (and revert the DEBUG commit) ? It mainly should remove the framebuffer memory from the free available memory in bender. If the issue persists, please re-add the DEBUG commit and have a look to the output or provide here. Thanks!

jklmnn commented 7 years ago

I have tried both the fixed bender with and without debug outputs. They all work fine in Qemu (as expected) but neither works on the tablet. I can't give you any debug output as they didn't boot at all (at least there was no output over serial). They both booted on the yoga but gave the same results as the old bender. I can't give you debug output here either since the yoga doesn't have any serial interface.

alex-ab commented 7 years ago

I had now something similar. In my case it turned out that the image.elf on the usb stick had another shasum then the one I actually generated - so the content was corrupted at the end.

chelmuth commented 7 years ago

To ensure all data is written, I use the following commandline to write images to USB.

dd if=<image file> of=<device> bs=8M conv=fsync
alex-ab commented 6 years ago

With commit ee29b0fb70d5a58bad83f4a57ed048de71681c41 the issue should be fixed.

nfeske commented 6 years ago

Merged to staging.