Re: [clang] stack protector and f1f029c7bf

From: Sedat Dilek
Date: Thu May 24 2018 - 05:41:32 EST


On Thu, May 24, 2018 at 12:08 AM, Nick Desaulniers
<ndesaulniers@xxxxxxxxxx> wrote:
> H. Peter,
>
> It was reported [0] that compiling the Linux kernel with Clang +
> CC_STACKPROTECTOR_STRONG was causing a crash in native_save_fl(), due to
> how GCC does not emit a stack guard for static inline functions (see
> Alistair's excellent report in [1]) but Clang does.
>
> When working with the LLVM release maintainers, Tom had suggested [2]
> changing the inline assembly constraint in native_save_fl() from '=rm' to
> '=r', and Alistair had verified the disassembly:
>
> (good) code generated w/o -fstack-protector-strong:
>
> native_save_fl:
> pushfq
> popq -8(%rsp)
> movq -8(%rsp), %rax
> retq
>
> (good) code generated w/ =r input constraint:
>
> native_save_fl:
> pushfq
> popq %rax
> retq
>
> (bad) code generated with -fstack-protector-strong:
>
> native_save_fl:
> subq $24, %rsp
> movq %fs:40, %rax
> movq %rax, 16(%rsp)
> pushfq
> popq 8(%rsp)
> movq 8(%rsp), %rax
> movq %fs:40, %rcx
> cmpq 16(%rsp), %rcx
> jne .LBB0_2
> addq $24, %rsp
> retq
> .LBB0_2:
> callq __stack_chk_fail
>
> It looks like the sugguestion is actually a revert of your commit:
> ab94fcf528d127fcb490175512a8910f37e5b346:
> x86: allow "=rm" in native_save_fl()
>
> It seemed like there was a question internally about why worry about pop
> adjusting the stack if the stack could be avoided altogether.
>
> I think Sedat can retest this, but I was curious as well about the commit
> message in ab94fcf528d: "[ Impact: performance ]", but Alistair's analysis
> of the disassembly seems to indicate there is no performance impact (in
> fact, looks better as there's one less mov).
>
> Is there a reason we should not revert ab94fcf528d12, or maybe a better
> approach?
>
> [0] https://lkml.org/lkml/2018/5/7/534
> [1] https://bugs.llvm.org/show_bug.cgi?id=37512#c15
> [2] https://bugs.llvm.org/show_bug.cgi?id=37512#c22

[ CC Linux/x86 folks ]

Hi,

with reverting...

commit ab94fcf528d127fcb490175512a8910f37e5b346
"x86: allow "=rm" in native_save_fl()"

...I had success to boot into a paravirtualized/strong-stackprotected
Linux-kernel v4.14.43 on *bare metal* (Lenovo ThinkPad T470).

For my experiments I used LLVM/Clang version 7~svn332830 from <apt.llvm.org>.
My host runs Debian/testing AMD64.

My patchset is against linux v4.14.43.
The base was Matthias (mka) "v4.14_ext" Git branch (which bases on
Linux v4.14 vanilla) [2].

[1] Testing patch for x86 (x86/paravirt/stackprotector)...

Revert "x86: allow "=rm" in native_save_fl()"

[2] Additional patches when using HOSTCC in make-line and wanna-build
XEN (stolen from Linus tree)...

x86: xen: remove the use of VLAIS
kbuild: clang: remove crufty HOSTCFLAGS

[3] Revert kbuild-fixes included in v4.14.43 and revert clang3/clang4
as I use clang7...

Revert "UPSTREAM: kbuild: fix linker feature test macros when cross
compiling with Clang"
Revert "BACKPORT: kbuild: Set KBUILD_CFLAGS before incl. arch Makefile"
Revert "BACKPORT: kbuild: disable clang's default use of -fmerge-all-constants"
Revert "CLANG4: crypto: arm64/aes-ce: Explicitly pass through assembler options"
Revert "CLANG4: kbuild: Add -meabi gnu to the clang parameters"
Revert "CLANG4: arm64: prefetch: Use __builtin_arm_prefetch() for clang"
Revert "CLANG4: Disable lkdtm when ftrace is enabled"
Revert "CLANG4: futex: don't optimize futex_detect_cmpxchg() on ARM64"
Revert "CLANG3: core: clang: work around x86 regparm / intrinsics bug"

My kernel-config, dmesg-log and qemu-log are attached.

Hope this helps.

Regards,
- Sedat -

[1] https://bugs.llvm.org/show_bug.cgi?id=37512#c26
[2] https://chromium.googlesource.com/chromiumos/third_party/kernel/+log/sandbox/mka/llvm/v4.14_ext
sdi@iniza:~/src/linux-kernel/archives$ cat ./scripts/run_qemu.sh
KPATH=$(pwd)

sudo qemu-system-x86_64 -enable-kvm -M pc -kernel $KPATH/bzImage -initrd $KPATH/initrd.img -m 512 -net none -serial stdio -append "root=/dev/ram0 console=ttyS0 hung_task_panic=1 earlyprintk=ttyS0,115200"
sdi@iniza:~/src/linux-kernel/archives$
sdi@iniza:~/src/linux-kernel/archives$ ./scripts/run_qemu.sh
Probing EDD (edd=off to disable)... ok
[ 0.000000] Linux version 4.14.43-2-iniza-llvmlinux (sedat.dilek@xxxxxxxxx@iniza) (clang version 7.0.0- (trunk)) #1 SMP Thu May 24 11:31:04 CEST 2018
[ 0.000000] Command line: root=/dev/ram0 console=ttyS0 hung_task_panic=1 earlyprintk=ttyS0,115200
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001ffe0000-0x000000001fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.11.1-1 04/01/2014
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] tsc: Fast TSC calibration failed
[ 0.000000] tsc: Using PIT calibration value
[ 0.000000] e820: last_pfn = 0x1ffe0 max_arch_pfn = 0x400000000
[ 0.000000] x86/PAT: PAT not supported by CPU.
[ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
Memory KASLR using RDTSC...
[ 0.000000] found SMP MP-table at [mem 0x000f5d60-0x000f5d6f] mapped at [ffffffffff200d60]
[ 0.000000] RAMDISK: [mem 0x1e61e000-0x1ffdffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F5B90 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x000000001FFE157C 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x000000001FFE1458 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x000000001FFE0040 001418 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040
[ 0.000000] ACPI: APIC 0x000000001FFE14CC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x000000001FFE1544 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x1e619000-0x1e61dfff]
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:1e611001, primary cpu clock
[ 0.000000] kvm-clock: using sched offset of 1307723255 cycles
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdffff]
[ 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-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] random: get_random_bytes called from start_kernel+0x87/0x590 with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] percpu: Embedded 44 pages/cpu @ffff89b29e400000 s141528 r8192 d30504 u2097152
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1e4161c0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 128872
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/ram0 console=ttyS0 hung_task_panic=1 earlyprintk=ttyS0,115200
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Memory: 466892K/523768K available (10252K kernel code, 1013K rwdata, 2796K rodata, 1676K init, 656K bss, 56876K reserved, 0K cma-reserved)
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 26221 entries in 103 pages
[ 0.004000] Hierarchical RCU implementation.
[ 0.004000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.
[ 0.004000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.004000] NR_IRQS: 33024, nr_irqs: 256, preallocated irqs: 16
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [ttyS0] enabled
[ 0.004000] console [ttyS0] enabled
[ 0.004000] bootconsole [earlyser0] disabled
[ 0.004000] bootconsole [earlyser0] disabled
[ 0.004000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.004007] tsc: Detected 2904.000 MHz processor
[ 0.006144] Calibrating delay loop (skipped) preset value.. 5808.00 BogoMIPS (lpj=11616000)
[ 0.008009] pid_max: default: 32768 minimum: 301
[ 0.012113] ACPI: Core revision 20170728
[ 0.017045] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.020045] Security Framework initialized
[ 0.021938] Yama: becoming mindful.
[ 0.023272] AppArmor: AppArmor initialized
[ 0.024093] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.028150] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.029180] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.030119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.033466] CPU: Physical Processor ID: 0
[ 0.034115] mce: CPU supports 10 MCE banks
[ 0.034748] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.036021] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.037437] Spectre V2 : Mitigation: Full generic retpoline
[ 0.040007] Speculative Store Bypass: Vulnerable
[ 0.052184] Freeing SMP alternatives memory: 32K
[ 0.057631] smpboot: Max logical packages: 1
[ 0.060215] x2apic enabled
[ 0.061733] Switched APIC routing to physical x2apic.
[ 0.065051] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.068000] APIC calibration not consistent with PM-Timer: 96ms instead of 100ms
[ 0.068000] APIC delta adjusted to PM-Timer: 6288126 (6052274)
[ 0.068056] smpboot: CPU0: Intel QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3)
[ 0.072082] Performance Events: PMU not available due to virtualization, using software events only.
[ 0.076057] Hierarchical SRCU implementation.
[ 0.078380] NMI watchdog: Perf event create on CPU 0 failed with -2
[ 0.080005] NMI watchdog: Perf NMI watchdog permanently disabled
[ 0.082517] smp: Bringing up secondary CPUs ...
[ 0.084007] smp: Brought up 1 node, 1 CPU
[ 0.084878] smpboot: Total of 1 processors activated (5808.00 BogoMIPS)
[ 0.088366] devtmpfs: initialized
[ 0.089988] x86/mm: Memory block size: 128MB
[ 0.092268] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.096020] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.098026] pinctrl core: initialized pinctrl subsystem
[ 0.100120] NET: Registered protocol family 16
[ 0.100887] cpuidle: using governor ladder
[ 0.101472] cpuidle: using governor menu
[ 0.102053] ACPI: bus type PCI registered
[ 0.102636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.104136] PCI: Using configuration type 1 for base access
[ 0.105761] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.112431] ACPI: Added _OSI(Module Device)
[ 0.116009] ACPI: Added _OSI(Processor Device)
[ 0.116613] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.117262] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.120184] ACPI: Interpreter enabled
[ 0.121893] ACPI: (supports S0 S3 S4 S5)
[ 0.123570] ACPI: Using IOAPIC for interrupt routing
[ 0.124264] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.128175] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.136435] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.139267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.140017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.144019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.148364] acpiphp: Slot [3] registered
[ 0.150284] acpiphp: Slot [4] registered
[ 0.152077] acpiphp: Slot [5] registered
[ 0.153120] acpiphp: Slot [6] registered
[ 0.156170] acpiphp: Slot [7] registered
[ 0.160138] acpiphp: Slot [8] registered
[ 0.160809] acpiphp: Slot [9] registered
[ 0.161394] acpiphp: Slot [10] registered
[ 0.162003] acpiphp: Slot [11] registered
[ 0.164051] acpiphp: Slot [12] registered
[ 0.164640] acpiphp: Slot [13] registered
[ 0.165251] acpiphp: Slot [14] registered
[ 0.166097] acpiphp: Slot [15] registered
[ 0.166721] acpiphp: Slot [16] registered
[ 0.167379] acpiphp: Slot [17] registered
[ 0.168178] acpiphp: Slot [18] registered
[ 0.172064] acpiphp: Slot [19] registered
[ 0.174157] acpiphp: Slot [20] registered
[ 0.176075] acpiphp: Slot [21] registered
[ 0.176673] acpiphp: Slot [22] registered
[ 0.177286] acpiphp: Slot [23] registered
[ 0.177890] acpiphp: Slot [24] registered
[ 0.178489] acpiphp: Slot [25] registered
[ 0.180045] acpiphp: Slot [26] registered
[ 0.180654] acpiphp: Slot [27] registered
[ 0.181256] acpiphp: Slot [28] registered
[ 0.181855] acpiphp: Slot [29] registered
[ 0.182477] acpiphp: Slot [30] registered
[ 0.183081] acpiphp: Slot [31] registered
[ 0.183777] PCI host bridge to bus 0000:00
[ 0.184532] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.188010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.192023] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.196011] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]
[ 0.199314] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
[ 0.200011] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.214808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.216007] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.216880] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.217810] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.219336] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 0.220016] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 0.237087] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.240141] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.244169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.246614] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.248078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 0.250381] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.252000] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.252009] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.253562] vgaarb: loaded
[ 0.254011] EDAC MC: Ver: 3.0.0
[ 0.256210] PCI: Using ACPI for IRQ routing
[ 0.257066] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.258024] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.259888] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.264176] clocksource: Switched to clocksource kvm-clock
[ 0.291592] VFS: Disk quotas dquot_6.6.0
[ 0.293997] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.297201] AppArmor: AppArmor Filesystem Enabled
[ 0.299286] pnp: PnP ACPI init
[ 0.301247] pnp: PnP ACPI: found 6 devices
[ 0.310681] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.314210] NET: Registered protocol family 2
[ 0.322959] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.324380] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.325268] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.326160] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.327006] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.327944] NET: Registered protocol family 1
[ 0.328603] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.329444] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.330306] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.331817] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.337167] Unpacking initramfs...
[ 1.042981] Freeing initrd memory: 26376K
[ 1.043987] audit: initializing netlink subsys (disabled)
[ 1.045025] audit: type=2000 audit(1527155048.663:1): state=initialized audit_enabled=0 res=1
[ 1.049134] workingset: timestamp_bits=40 max_order=17 bucket_order=0
[ 1.050034] zbud: loaded
[ 1.477721] Key type asymmetric registered
[ 1.479709] Asymmetric key parser 'x509' registered
[ 1.483323] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 1.486697] io scheduler noop registered
[ 1.497878] io scheduler deadline registered
[ 1.498690] io scheduler cfq registered (default)
[ 1.499502] io scheduler mq-deadline registered
[ 1.500478] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.557154] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.558811] Linux agpgart interface v0.103
[ 1.559577] AMD IOMMUv2 driver by Joerg Roedel <jroedel@xxxxxxx>
[ 1.560696] AMD IOMMUv2 functionality not available on this system
[ 1.561845] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 1.563976] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.574346] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.575209] mousedev: PS/2 mouse device common for all mice
[ 1.576454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.578213] rtc_cmos 00:00: RTC can wake from S4
[ 1.579327] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 1.585235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs
[ 1.586414] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.587303] NET: Registered protocol family 10
[ 1.593524] Segment Routing with IPv6
[ 1.596790] mip6: Mobile IPv6
[ 1.597370] NET: Registered protocol family 17
[ 1.598863] mpls_gso: MPLS GSO support
[ 1.599591] sched_clock: Marking stable (1596720840, 0)->(2040126098, -443405258)
[ 1.610260] registered taskstats version 1
[ 1.610857] zswap: loaded using pool lzo/zbud
[ 1.611491] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.612316] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 1.613530] rtc_cmos 00:00: setting system clock to 2018-05-24 09:44:08 UTC (1527155048)
[ 1.626812] Freeing unused kernel memory: 1676K
[ 1.627637] Write protecting the kernel read-only data: 16384k
[ 1.629003] Freeing unused kernel memory: 2008K
[ 1.632596] Freeing unused kernel memory: 1300K
[ 1.652708] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.653797] x86/mm: Checking user space page tables
[ 1.661517] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Loading, please wait...
starting version 238
[ 1.863156] Floppy drive(s): fd0 is 2.88M AMI BIOS
[ 1.873066] SCSI subsystem initialized
[ 1.884855] FDC 0 is a S82078B
[ 1.892688] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
[ 1.901920] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[ 1.908342] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2
[ 1.940405] scsi host0: ata_piix
[ 1.948563] scsi host1: ata_piix
[ 1.950410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
[ 1.953665] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
[ 2.048554] tsc: Refined TSC clocksource calibration: 2903.982 MHz
[ 2.049629] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dbf4c8cd4, max_idle_ns: 440795285536 ns
[ 2.121343] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[ 2.122593] ata2.00: configured for MWDMA2
[ 2.123651] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5
[ 2.144638] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[ 2.145605] cdrom: Uniform CD-ROM driver Revision: 3.20
Begin: Loading essential drivers ... [ 2.400839] raid6: sse2x1 gen() 2945 MB/s
[ 2.471488] raid6: sse2x1 xor() 2159 MB/s
[ 2.544850] raid6: sse2x2 gen() 3518 MB/s
[ 2.616848] raid6: sse2x2 xor() 2780 MB/s
[ 2.684114] raid6: sse2x4 gen() 6291 MB/s
[ 2.752053] raid6: sse2x4 xor() 4972 MB/s
[ 2.754268] raid6: using algorithm sse2x4 gen() 6291 MB/s
[ 2.756891] raid6: .... xor() 4972 MB/s, rmw enabled
[ 2.759106] raid6: using intx1 recovery algorithm
[ 2.763996] xor: measuring software checksum speed
[ 2.804072] prefetch64-sse: 13972.000 MB/sec
[ 2.844092] generic_sse: 12630.000 MB/sec
[ 2.846372] xor: using function: prefetch64-sse (13972.000 MB/sec)
[ 2.850241] async_tx: api initialized (async)
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... [ 2.887770] device-mapper: uevent: version 1.0.3
[ 2.891155] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@xxxxxxxxxx
[ 2.902861] random: lvm: uninitialized urandom read (4 bytes read)
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Reading all physical volumes. This may take a while...
[ 2.927297] random: lvm: uninitialized urandom read (4 bytes read)
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Begin: Waiting for encrypted source device... ... [ 2.946658] random: lvm: uninitialized urandom read (4 bytes read)
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Reading all physical volumes. This may take a while...
WARNING: Failed to connect to lvmetad. Falling back to device scanning.

Attachment: config-4.14.43-2-iniza-llvmlinux
Description: Binary data

[ 0.000000] microcode: microcode updated early to revision 0x84, date = 2018-01-21
[ 0.000000] Linux version 4.14.43-2-iniza-llvmlinux (sedat.dilek@xxxxxxxxx@iniza) (clang version 7.0.0- (trunk)) #1 SMP Thu May 24 11:31:04 CEST 2018
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.14.43-2-iniza-llvmlinux root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008505dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008505e000-0x000000008505efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008505f000-0x000000008505ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000085060000-0x000000008e99cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008e99d000-0x000000008ea64fff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000008ea65000-0x000000008ff2cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008ff2d000-0x000000008ff99fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008ff9a000-0x000000008fffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000008ffff000-0x000000008fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000090000000-0x0000000097ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000098600000-0x000000009c7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004627fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.50 by Lenovo
[ 0.000000] efi: SMBIOS=0x8f099000 SMBIOS 3.0=0x8f096000 ACPI=0x8fffe000 ACPI 2.0=0x8fffe014 ESRT=0x8ef63000 MEMATTR=0x8982b018
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: LENOVO 20HDCTO1WW/20HDCTO1WW, BIOS N1QET68W (1.43 ) 11/10/2017
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x462800 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 00C0000000 mask 7FC0000000 uncachable
[ 0.000000] 1 base 00A0000000 mask 7FE0000000 uncachable
[ 0.000000] 2 base 009C000000 mask 7FFC000000 uncachable
[ 0.000000] 3 base 009A000000 mask 7FFE000000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: last_pfn = 0x90000 max_arch_pfn = 0x400000000
[ 0.000000] esrt: Reserving ESRT space from 0x000000008ef63000 to 0x000000008ef63088.
[ 0.000000] Base memory trampoline at [ffff99e440096000] 96000 size 28672
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x22dd58000, 0x22dd58fff] PGTABLE
[ 0.000000] BRK [0x22dd59000, 0x22dd59fff] PGTABLE
[ 0.000000] BRK [0x22dd5a000, 0x22dd5afff] PGTABLE
[ 0.000000] BRK [0x22dd5b000, 0x22dd5bfff] PGTABLE
[ 0.000000] BRK [0x22dd5c000, 0x22dd5cfff] PGTABLE
[ 0.000000] BRK [0x22dd5d000, 0x22dd5dfff] PGTABLE
[ 0.000000] BRK [0x22dd5e000, 0x22dd5efff] PGTABLE
[ 0.000000] BRK [0x22dd5f000, 0x22dd5ffff] PGTABLE
[ 0.000000] BRK [0x22dd60000, 0x22dd60fff] PGTABLE
[ 0.000000] Secure boot could not be determined
[ 0.000000] RAMDISK: [mem 0x34c6b000-0x3662cfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000000008FFFE014 000024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 0x000000008FFC2188 00010C (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: FACP 0x000000008FFF5000 0000F4 (v05 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: DSDT 0x000000008FFD0000 020C9B (v02 LENOVO SKL 00000000 INTL 20160527)
[ 0.000000] ACPI: FACS 0x000000008FF3D000 000040
[ 0.000000] ACPI: SSDT 0x000000008FFFC000 0003CC (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[ 0.000000] ACPI: TPM2 0x000000008FFFB000 000034 (v03 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: UEFI 0x000000008FF53000 000042 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: SSDT 0x000000008FFF7000 003235 (v02 LENOVO SaSsdt 00003000 INTL 20160527)
[ 0.000000] ACPI: SSDT 0x000000008FFF6000 0005B6 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[ 0.000000] ACPI: HPET 0x000000008FFF4000 000038 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: APIC 0x000000008FFF3000 0000BC (v03 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: MCFG 0x000000008FFF2000 00003C (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: ECDT 0x000000008FFF1000 000053 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: SSDT 0x000000008FFCF000 00021C (v01 LENOVO Rmv_Batt 00001000 INTL 20160527)
[ 0.000000] ACPI: SSDT 0x000000008FFCD000 00174F (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[ 0.000000] ACPI: BOOT 0x000000008FFCC000 000028 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: BATB 0x000000008FFCB000 00004A (v02 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: SLIC 0x000000008FFCA000 000176 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: SSDT 0x000000008FFC8000 0017AE (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
[ 0.000000] ACPI: SSDT 0x000000008FFC7000 00056D (v02 LENOVO CtdpB 00001000 INTL 20160527)
[ 0.000000] ACPI: SSDT 0x000000008FFC6000 000634 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[ 0.000000] ACPI: WSMT 0x000000008FFC5000 000028 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: SSDT 0x000000008FFC4000 000141 (v02 LENOVO HdaDsp 00000000 INTL 20160527)
[ 0.000000] ACPI: SSDT 0x000000008FFC3000 0004C5 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[ 0.000000] ACPI: DBGP 0x000000008FFFD000 000034 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: DBG2 0x000000008FFC1000 000054 (v00 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: MSDM 0x000000008FFC0000 000055 (v03 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: DMAR 0x000000008FFBF000 0000CC (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: ASF! 0x000000008FFBE000 0000A0 (v32 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: FPDT 0x000000008FFBD000 000044 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: BGRT 0x000000008FFBC000 000038 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: UEFI 0x000000008FF3A000 00013E (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000004627fffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x4627fb000-0x4627fffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000004627fffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009cfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000008505dfff]
[ 0.000000] node 0: [mem 0x0000000085060000-0x000000008e99cfff]
[ 0.000000] node 0: [mem 0x000000008ffff000-0x000000008fffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000004627fffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004627fffff]
[ 0.000000] On node 0 totalpages: 4133175
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 23 pages reserved
[ 0.000000] DMA zone: 3995 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 9063 pages used for memmap
[ 0.000000] DMA32 zone: 579996 pages, LIFO batch:31
[ 0.000000] Normal zone: 55456 pages used for memmap
[ 0.000000] Normal zone: 3549184 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics memory at 0x000000009a800000-0x000000009c7fffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 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 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8505e000-0x8505efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8505f000-0x8505ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8e99d000-0x8ea64fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8ea65000-0x8ff2cfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8ff2d000-0x8ff99fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8ff9a000-0x8fffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x90000000-0x97ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x98000000-0x985fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x98600000-0x9c7fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9c800000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xfe00ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[ 0.000000] e820: [mem 0x9c800000-0xefffffff] 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] random: get_random_bytes called from start_kernel+0x87/0x590 with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 44 pages/cpu @ffff99e8a2400000 s141528 r8192 d30504 u524288
[ 0.000000] pcpu-alloc: s141528 r8192 d30504 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4068569
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.14.43-2-iniza-llvmlinux root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on
[ 0.000000] DMAR: IOMMU enabled
[ 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: 16069572K/16532700K available (10252K kernel code, 1013K rwdata, 2796K rodata, 1676K init, 656K bss, 463128K reserved, 0K cma-reserved)
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 26221 entries in 103 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.000000] hpet clockevent registered
[ 0.004000] tsc: Detected 2900.000 MHz processor
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5808.00 BogoMIPS (lpj=11616000)
[ 0.004000] pid_max: default: 32768 minimum: 301
[ 0.004000] ACPI: Core revision 20170728
[ 0.045646] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.046442] Security Framework initialized
[ 0.046445] Yama: becoming mindful.
[ 0.046461] AppArmor: AppArmor initialized
[ 0.049866] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.051699] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.051762] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.051817] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.052044] CPU: Physical Processor ID: 0
[ 0.052046] CPU: Processor Core ID: 0
[ 0.052051] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.052053] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.052059] mce: CPU supports 8 MCE banks
[ 0.052069] CPU0: Thermal monitoring enabled (TM1)
[ 0.052084] process: using mwait in idle threads
[ 0.052088] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.052089] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.052091] Spectre V2 : Mitigation: Full generic retpoline
[ 0.052093] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[ 0.052094] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[ 0.052096] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.052097] Speculative Store Bypass: Vulnerable
[ 0.052829] Freeing SMP alternatives memory: 32K
[ 0.057779] smpboot: Max logical packages: 2
[ 0.057785] DMAR: Host address width 39
[ 0.057787] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.057798] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.057800] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.057804] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.057807] DMAR: RMRR base: 0x0000008f49f000 end: 0x0000008f4befff
[ 0.057809] DMAR: RMRR base: 0x0000009a000000 end: 0x0000009c7fffff
[ 0.057812] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.057814] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.057816] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.057817] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.059342] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.059344] x2apic enabled
[ 0.059360] Switched APIC routing to cluster x2apic.
[ 0.063398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.103119] TSC deadline timer enabled
[ 0.103123] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[ 0.103183] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.103213] ... version: 4
[ 0.103214] ... bit width: 48
[ 0.103215] ... generic registers: 4
[ 0.103217] ... value mask: 0000ffffffffffff
[ 0.103218] ... max period: 00007fffffffffff
[ 0.103219] ... fixed-purpose events: 3
[ 0.103220] ... event mask: 000000070000000f
[ 0.103262] Hierarchical SRCU implementation.
[ 0.103798] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.103811] smp: Bringing up secondary CPUs ...
[ 0.103886] x86: Booting SMP configuration:
[ 0.103888] .... node #0, CPUs: #1 #2 #3
[ 0.104000] smp: Brought up 1 node, 4 CPUs
[ 0.104000] smpboot: Total of 4 processors activated (23232.00 BogoMIPS)
[ 0.104392] devtmpfs: initialized
[ 0.104392] x86/mm: Memory block size: 128MB
[ 0.105084] PM: Registering ACPI NVS region [mem 0x8505e000-0x8505efff] (4096 bytes)
[ 0.105084] PM: Registering ACPI NVS region [mem 0x8ff2d000-0x8ff99fff] (446464 bytes)
[ 0.105084] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.105084] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.105084] pinctrl core: initialized pinctrl subsystem
[ 0.105084] NET: Registered protocol family 16
[ 0.105084] cpuidle: using governor ladder
[ 0.105084] cpuidle: using governor menu
[ 0.105084] Simple Boot Flag at 0x47 set to 0x1
[ 0.105084] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.105084] ACPI: bus type PCI registered
[ 0.105084] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.105084] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.105084] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.105084] PCI: Using configuration type 1 for base access
[ 0.105084] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.105084] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.105084] ACPI: Added _OSI(Module Device)
[ 0.105084] ACPI: Added _OSI(Processor Device)
[ 0.105084] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.105084] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.105084] ACPI: EC: EC started
[ 0.105084] ACPI: EC: interrupt blocked
[ 0.108887] ACPI: \: Used as first EC
[ 0.108889] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.108891] ACPI: \: Used as boot ECDT EC to handle transactions
[ 0.109871] ACPI: Executed 26 blocks of module-level executable AML code
[ 0.116242] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.127742] ACPI: Dynamic OEM Table Load:
[ 0.127757] ACPI: SSDT 0xFFFF99E88FF8E000 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 0.127966] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.128054] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[ 0.128980] ACPI: Dynamic OEM Table Load:
[ 0.128988] ACPI: SSDT 0xFFFF99E88F8C7C00 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 0.129186] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.129356] ACPI: Dynamic OEM Table Load:
[ 0.129362] ACPI: SSDT 0xFFFF99E88FF8F000 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 0.129528] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.129638] ACPI: Dynamic OEM Table Load:
[ 0.129644] ACPI: SSDT 0xFFFF99E88F8A4800 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 0.129804] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.130239] ACPI: Dynamic OEM Table Load:
[ 0.130248] ACPI: SSDT 0xFFFF99E88F8F5000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527)
[ 0.130955] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.131123] ACPI: Dynamic OEM Table Load:
[ 0.131130] ACPI: SSDT 0xFFFF99E88F8C7000 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 0.131354] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.131531] ACPI: Dynamic OEM Table Load:
[ 0.131538] ACPI: SSDT 0xFFFF99E88F8C7800 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
[ 0.131765] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.132978] ACPI: Interpreter enabled
[ 0.133025] ACPI: (supports S0 S3 S4 S5)
[ 0.133027] ACPI: Using IOAPIC for interrupt routing
[ 0.133063] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.133617] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.136870] ACPI: Power Resource [PUBS] (on)
[ 0.137734] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.158748] ACPI: Power Resource [WRST] (on)
[ 0.159049] ACPI: Power Resource [WRST] (on)
[ 0.171366] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.171372] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.171492] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME AER PCIeCapability]
[ 0.171495] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.171497] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[ 0.171499] acpi PNP0A08:00: _OSC: platform willing to grant []
[ 0.171501] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[ 0.173537] PCI host bridge to bus 0000:00
[ 0.173540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.173542] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.173544] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.173547] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.173549] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.173551] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.173553] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.173555] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.173556] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.173558] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.173560] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.173562] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.173564] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.173566] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.173568] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.173570] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 0.173572] pci_bus 0000:00: root bus resource [mem 0x9c800000-0xefffffff window]
[ 0.173574] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.173576] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.173586] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[ 0.174340] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[ 0.174351] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[ 0.174357] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.174362] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f]
[ 0.174375] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.175166] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.175188] pci 0000:00:14.0: reg 0x10: [mem 0xec220000-0xec22ffff 64bit]
[ 0.175253] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.176062] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.176084] pci 0000:00:14.2: reg 0x10: [mem 0xec248000-0xec248fff 64bit]
[ 0.176937] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[ 0.177201] pci 0000:00:15.0: reg 0x10: [mem 0xec249000-0xec249fff 64bit]
[ 0.178728] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.178756] pci 0000:00:16.0: reg 0x10: [mem 0xec24a000-0xec24afff 64bit]
[ 0.178826] pci 0000:00:16.0: PME# supported from D3hot
[ 0.179624] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 0.179694] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.180613] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400
[ 0.180706] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.181685] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[ 0.181775] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.182754] pci 0000:00:1d.2: [8086:9d1a] type 01 class 0x060400
[ 0.182844] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[ 0.183844] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[ 0.184744] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.184758] pci 0000:00:1f.2: reg 0x10: [mem 0xec244000-0xec247fff]
[ 0.185558] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[ 0.185588] pci 0000:00:1f.3: reg 0x10: [mem 0xec240000-0xec243fff 64bit]
[ 0.185623] pci 0000:00:1f.3: reg 0x20: [mem 0xec230000-0xec23ffff 64bit]
[ 0.185673] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.186451] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.186506] pci 0000:00:1f.4: reg 0x10: [mem 0xec24b000-0xec24b0ff 64bit]
[ 0.186556] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.187376] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000
[ 0.187402] pci 0000:00:1f.6: reg 0x10: [mem 0xec200000-0xec21ffff]
[ 0.187505] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.188318] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.188718] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000
[ 0.188815] pci 0000:04:00.0: reg 0x10: [mem 0xec100000-0xec101fff 64bit]
[ 0.189078] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.200728] pci 0000:00:1c.6: PCI bridge to [bus 04]
[ 0.200734] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff]
[ 0.200787] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[ 0.200793] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 0.200797] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[ 0.201043] pci 0000:3e:00.0: [17aa:0004] type 00 class 0x010802
[ 0.201075] pci 0000:3e:00.0: reg 0x10: [mem 0xec000000-0xec003fff 64bit]
[ 0.212252] pci 0000:00:1d.2: PCI bridge to [bus 3e]
[ 0.212258] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff]
[ 0.214107] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214107] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.214107] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214107] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214107] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214107] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214107] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214107] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.216039] ACPI: EC: interrupt unblocked
[ 0.216061] ACPI: EC: event unblocked
[ 0.216075] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.216078] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[ 0.216134] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.216134] pci 0000:00:02.0: vgaarb: setting as boot device
[ 0.216134] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.216134] vgaarb: loaded
[ 0.216134] EDAC MC: Ver: 3.0.0
[ 0.216668] Registered efivars operations
[ 0.258553] PCI: Using ACPI for IRQ routing
[ 0.260855] PCI: pci_cache_line_size set to 64 bytes
[ 0.261932] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.261933] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[ 0.261934] e820: reserve RAM buffer [mem 0x8505e000-0x87ffffff]
[ 0.261935] e820: reserve RAM buffer [mem 0x8e99d000-0x8fffffff]
[ 0.261936] e820: reserve RAM buffer [mem 0x462800000-0x463ffffff]
[ 0.262014] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.262014] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.264038] clocksource: Switched to clocksource hpet
[ 0.271834] VFS: Disk quotas dquot_6.6.0
[ 0.271854] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.271933] AppArmor: AppArmor Filesystem Enabled
[ 0.271946] pnp: PnP ACPI init
[ 0.272129] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.272132] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.272134] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.272137] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.272139] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.272141] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.272143] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.272148] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.272424] system 00:01: [io 0xff00-0xfffe] has been reserved
[ 0.272428] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.273152] system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.273155] system 00:02: [io 0xffff] has been reserved
[ 0.273157] system 00:02: [io 0xffff] has been reserved
[ 0.273159] system 00:02: [io 0xffff] has been reserved
[ 0.273161] system 00:02: [io 0x1800-0x18fe] has been reserved
[ 0.273163] system 00:02: [io 0x164e-0x164f] has been reserved
[ 0.273166] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.273258] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.273288] system 00:04: [io 0x1854-0x1857] has been reserved
[ 0.273291] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.273308] pnp 00:05: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[ 0.273324] pnp 00:06: Plug and Play ACPI device, IDs LEN006f PNP0f13 (active)
[ 0.273414] system 00:07: [io 0x1800-0x189f] could not be reserved
[ 0.273417] system 00:07: [io 0x0800-0x087f] has been reserved
[ 0.273419] system 00:07: [io 0x0880-0x08ff] has been reserved
[ 0.273421] system 00:07: [io 0x0900-0x097f] has been reserved
[ 0.273423] system 00:07: [io 0x0980-0x09ff] has been reserved
[ 0.273425] system 00:07: [io 0x0a00-0x0a7f] has been reserved
[ 0.273427] system 00:07: [io 0x0a80-0x0aff] has been reserved
[ 0.273429] system 00:07: [io 0x0b00-0x0b7f] has been reserved
[ 0.273431] system 00:07: [io 0x0b80-0x0bff] has been reserved
[ 0.273432] system 00:07: [io 0x15e0-0x15ef] has been reserved
[ 0.273434] system 00:07: [io 0x1600-0x167f] could not be reserved
[ 0.273436] system 00:07: [io 0x1640-0x165f] could not be reserved
[ 0.273439] system 00:07: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.273441] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.273443] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.273445] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.273447] system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 0.273449] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.273451] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.273453] system 00:07: [mem 0xeffe0000-0xefffffff] has been reserved
[ 0.273457] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.274531] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.275300] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 0.275303] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.275305] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.275307] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.275310] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.275312] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.275314] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.275316] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[ 0.275318] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.275322] system 00:09: [mem 0xeffe0000-0xefffffff] has been reserved
[ 0.275325] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.275603] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.275606] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.275608] system 00:0a: [mem 0x00100000-0x9c7fffff] could not be reserved
[ 0.275611] system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.275613] system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.275616] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.275725] pnp: PnP ACPI: found 11 devices
[ 0.283725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.283746] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.283748] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.283749] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 0.283768] pci 0000:00:1d.0: bridge window [io 0x1000-0x0fff] to [bus 05-3d] add_size 1000
[ 0.283782] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9c800000-0x9c9fffff]
[ 0.283792] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9ca00000-0x9cbfffff 64bit pref]
[ 0.283795] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.283798] pci 0000:00:1d.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.283801] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.283812] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.283816] pci 0000:00:1c.0: bridge window [mem 0x9c800000-0x9c9fffff]
[ 0.283820] pci 0000:00:1c.0: bridge window [mem 0x9ca00000-0x9cbfffff 64bit pref]
[ 0.283826] pci 0000:00:1c.6: PCI bridge to [bus 04]
[ 0.283832] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff]
[ 0.283839] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[ 0.283842] pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
[ 0.283846] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 0.283849] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[ 0.283855] pci 0000:00:1d.2: PCI bridge to [bus 3e]
[ 0.283859] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff]
[ 0.283867] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.283868] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.283869] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.283870] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.283871] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.283872] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.283873] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.283874] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.283874] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.283875] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.283876] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.283877] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 0.283878] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 0.283879] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 0.283879] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 0.283880] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[ 0.283881] pci_bus 0000:00: resource 20 [mem 0x9c800000-0xefffffff window]
[ 0.283882] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[ 0.283883] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.283884] pci_bus 0000:02: resource 1 [mem 0x9c800000-0x9c9fffff]
[ 0.283885] pci_bus 0000:02: resource 2 [mem 0x9ca00000-0x9cbfffff 64bit pref]
[ 0.283886] pci_bus 0000:04: resource 1 [mem 0xec100000-0xec1fffff]
[ 0.283886] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
[ 0.283887] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xea0fffff]
[ 0.283888] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref]
[ 0.283890] pci_bus 0000:3e: resource 1 [mem 0xec000000-0xec0fffff]
[ 0.284055] NET: Registered protocol family 2
[ 0.284187] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.284420] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.284617] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.284650] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.284710] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.284792] NET: Registered protocol family 1
[ 0.284805] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.285618] PCI: CLS 0 bytes, default 64
[ 0.285645] Unpacking initramfs...
[ 0.695883] Freeing initrd memory: 26376K
[ 0.695930] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[ 0.695941] DMAR: No ATSR found
[ 0.695980] DMAR: dmar0: Using Queued invalidation
[ 0.696156] dmar0: Allocated order 8 PASID table.
[ 0.696265] DMAR: dmar1: Using Queued invalidation
[ 0.696523] DMAR: Setting RMRR:
[ 0.696588] DMAR: Setting identity map for device 0000:00:02.0 [0x9a000000 - 0x9c7fffff]
[ 0.696633] DMAR: Setting identity map for device 0000:00:14.0 [0x8f49f000 - 0x8f4befff]
[ 0.696640] DMAR: Prepare 0-16MiB unity mapping for LPC
[ 0.696675] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[ 0.696934] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.696979] iommu: Adding device 0000:00:00.0 to group 0
[ 0.696987] iommu: Adding device 0000:00:02.0 to group 1
[ 0.696999] iommu: Adding device 0000:00:14.0 to group 2
[ 0.697005] iommu: Adding device 0000:00:14.2 to group 2
[ 0.697014] iommu: Adding device 0000:00:15.0 to group 3
[ 0.697022] iommu: Adding device 0000:00:16.0 to group 4
[ 0.697048] iommu: Adding device 0000:00:1c.0 to group 5
[ 0.697068] iommu: Adding device 0000:00:1c.6 to group 5
[ 0.697090] iommu: Adding device 0000:00:1d.0 to group 6
[ 0.697108] iommu: Adding device 0000:00:1d.2 to group 6
[ 0.697125] iommu: Adding device 0000:00:1f.0 to group 7
[ 0.697131] iommu: Adding device 0000:00:1f.2 to group 7
[ 0.697139] iommu: Adding device 0000:00:1f.3 to group 7
[ 0.697146] iommu: Adding device 0000:00:1f.4 to group 7
[ 0.697153] iommu: Adding device 0000:00:1f.6 to group 7
[ 0.697168] iommu: Adding device 0000:04:00.0 to group 5
[ 0.697180] iommu: Adding device 0000:3e:00.0 to group 6
[ 0.698599] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[ 0.698967] audit: initializing netlink subsys (disabled)
[ 0.699079] audit: type=2000 audit(1527163771.696:1): state=initialized audit_enabled=0 res=1
[ 0.699391] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[ 0.699493] zbud: loaded
[ 0.887830] Key type asymmetric registered
[ 0.887833] Asymmetric key parser 'x509' registered
[ 0.887845] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.887911] io scheduler noop registered
[ 0.887912] io scheduler deadline registered
[ 0.887923] io scheduler cfq registered (default)
[ 0.887925] io scheduler mq-deadline registered
[ 0.888688] efifb: probing for efifb
[ 0.888699] efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
[ 0.888701] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.888703] efifb: scrolling: redraw
[ 0.888704] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.893157] Console: switching to colour frame buffer device 240x67
[ 0.897508] fb0: EFI VGA frame buffer device
[ 0.897554] intel_idle: MWAIT substates: 0x11142120
[ 0.897554] intel_idle: v0.4.1 model 0x8E
[ 0.897777] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.898565] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.919738] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.920333] Linux agpgart interface v0.103
[ 0.926308] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x0, rev-id 78)
[ 1.697613] AMD IOMMUv2 driver by Joerg Roedel <jroedel@xxxxxxx>
[ 1.697641] AMD IOMMUv2 functionality not available on this system
[ 1.698162] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 1.700470] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.700494] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.700669] mousedev: PS/2 mouse device common for all mice
[ 1.700752] rtc_cmos 00:03: RTC can wake from S4
[ 1.701292] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 1.701446] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.701481] intel_pstate: Intel P-state driver initializing
[ 1.702288] intel_pstate: HWP enabled
[ 1.702545] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.702797] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.703154] NET: Registered protocol family 10
[ 1.707422] Segment Routing with IPv6
[ 1.707457] mip6: Mobile IPv6
[ 1.707470] NET: Registered protocol family 17
[ 1.707487] mpls_gso: MPLS GSO support
[ 1.707996] microcode: sig=0x806e9, pf=0x80, revision=0x84
[ 1.708228] microcode: Microcode Update Driver: v2.2.
[ 1.708236] sched_clock: Marking stable (1708220268, 0)->(1713321689, -5101421)
[ 1.708611] registered taskstats version 1
[ 1.708636] zswap: loaded using pool lzo/zbud
[ 1.708665] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.724748] clocksource: Switched to clocksource tsc
[ 1.774480] rtc_cmos 00:03: setting system clock to 2018-05-24 12:09:33 UTC (1527163773)
[ 1.776638] Freeing unused kernel memory: 1676K
[ 1.776653] Write protecting the kernel read-only data: 16384k
[ 1.777080] Freeing unused kernel memory: 2008K
[ 1.778702] Freeing unused kernel memory: 1300K
[ 1.782833] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.782853] x86/mm: Checking user space page tables
[ 1.786897] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.872752] ACPI: bus type USB registered
[ 1.872795] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ 1.872799] usbcore: registered new interface driver usbfs
[ 1.872809] usbcore: registered new interface driver hub
[ 1.872838] usbcore: registered new device driver usb
[ 1.876591] pps_core: LinuxPPS API ver. 1 registered
[ 1.877604] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 1.878693] nvme nvme0: pci function 0000:3e:00.0
[ 1.879907] PTP clock support registered
[ 1.882543] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 1.883763] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 1.883782] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.883783] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.885689] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 1.886260] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.886260] ACPI: Thermal Zone [THM0] (48 C)
[ 1.894281] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.895613] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.897717] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[ 1.898590] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.898683] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.899551] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.900453] usb usb1: Product: xHCI Host Controller
[ 1.901320] usb usb1: Manufacturer: Linux 4.14.43-2-iniza-llvmlinux xhci-hcd
[ 1.902191] usb usb1: SerialNumber: 0000:00:14.0
[ 1.903247] hub 1-0:1.0: USB hub found
[ 1.904182] hub 1-0:1.0: 12 ports detected
[ 1.906412] AVX2 version of gcm_enc/dec engaged.
[ 1.906554] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.906557] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.906608] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.906610] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.906610] usb usb2: Product: xHCI Host Controller
[ 1.906611] usb usb2: Manufacturer: Linux 4.14.43-2-iniza-llvmlinux xhci-hcd
[ 1.906612] usb usb2: SerialNumber: 0000:00:14.0
[ 1.906705] hub 2-0:1.0: USB hub found
[ 1.906726] hub 2-0:1.0: 6 ports detected
[ 1.907364] usb: port power management may be unreliable
[ 1.916026] AES CTR mode by8 optimization enabled
[ 1.917195] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.926957] alg: No test for pcbc(aes) (pcbc-aes-aesni)
[ 2.202966] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 2.203699] nvme0n1: p1 p2 p3 p4 p5 p6
[ 2.240280] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
[ 2.275791] usb 2-3: New USB device found, idVendor=0bda, idProduct=0316
[ 2.279137] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.282921] usb 2-3: Product: USB3.0-CRW
[ 2.286812] usb 2-3: Manufacturer: Generic
[ 2.290220] usb 2-3: SerialNumber: 20120501030900000
[ 2.290840] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:e1:ad:a0:6b:a0
[ 2.290844] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 2.290946] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[ 2.297799] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 2.311438] SCSI subsystem initialized
[ 2.313339] usb-storage 2-3:1.0: USB Mass Storage device detected
[ 2.314549] scsi host0: usb-storage 2-3:1.0
[ 2.315739] usbcore: registered new interface driver usb-storage
[ 2.317224] usbcore: registered new interface driver uas
[ 2.341490] random: fast init done
[ 2.392171] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[ 2.555606] usb 1-1: New USB device found, idVendor=046a, idProduct=0023
[ 2.557398] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.562002] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.579082] usbcore: registered new interface driver usbhid
[ 2.580030] usbhid: USB HID core driver
[ 2.581690] input: HID 046a:0023 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046A:0023.0001/input/input3
[ 2.612006] raid6: sse2x1 gen() 10326 MB/s
[ 2.640138] cherry 0003:046A:0023.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:0023] on usb-0000:00:14.0-1/input0
[ 2.641243] input: HID 046a:0023 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046A:0023.0002/input/input4
[ 2.680003] raid6: sse2x1 xor() 9419 MB/s
[ 2.688010] usb 1-2: new low-speed USB device number 3 using xhci_hcd
[ 2.700078] cherry 0003:046A:0023.0002: input,hidraw1: USB HID v1.11 Device [HID 046a:0023] on usb-0000:00:14.0-1/input1
[ 2.747914] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[ 2.748006] raid6: sse2x2 gen() 15394 MB/s
[ 2.782013] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 2.782984] psmouse serio1: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.
[ 2.816006] raid6: sse2x2 xor() 11175 MB/s
[ 2.839808] usb 1-2: New USB device found, idVendor=046d, idProduct=c077
[ 2.840837] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.841915] usb 1-2: Product: USB Optical Mouse
[ 2.842975] usb 1-2: Manufacturer: Logitech
[ 2.846261] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf002a3/0x940300/0x12e800/0x400000, board id: 3276, fw id: 2491725
[ 2.847520] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 2.848925] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C077.0003/input/input5
[ 2.850156] hid-generic 0003:046D:C077.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-2/input0
[ 2.884024] raid6: sse2x4 gen() 17125 MB/s
[ 2.887847] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
[ 2.952005] raid6: sse2x4 xor() 11645 MB/s
[ 2.972009] usb 1-3: new full-speed USB device number 4 using xhci_hcd
[ 3.020003] raid6: avx2x1 gen() 25264 MB/s
[ 3.057057] CPU2: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 3.057058] CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 3.057060] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3.057099] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3.057100] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3.058089] CPU0: Core temperature/speed normal
[ 3.058090] CPU0: Package temperature/speed normal
[ 3.058118] CPU3: Package temperature/speed normal
[ 3.058119] CPU1: Package temperature/speed normal
[ 3.066978] CPU2: Core temperature/speed normal
[ 3.088003] raid6: avx2x1 xor() 14847 MB/s
[ 3.129669] usb 1-3: New USB device found, idVendor=058f, idProduct=9540
[ 3.130761] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.131874] usb 1-3: Product: EMV Smartcard Reader
[ 3.133015] usb 1-3: Manufacturer: Generic
[ 3.156005] raid6: avx2x2 gen() 27840 MB/s
[ 3.224004] raid6: avx2x2 xor() 20399 MB/s
[ 3.260054] usb 1-7: new full-speed USB device number 5 using xhci_hcd
[ 3.292005] raid6: avx2x4 gen() 30859 MB/s
[ 3.326010] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6
[ 3.360004] raid6: avx2x4 xor() 20319 MB/s
[ 3.361074] raid6: using algorithm avx2x4 gen() 30859 MB/s
[ 3.362120] raid6: .... xor() 20319 MB/s, rmw enabled
[ 3.363193] raid6: using avx2x2 recovery algorithm
[ 3.364537] xor: automatically using best checksumming function avx
[ 3.365758] async_tx: api initialized (async)
[ 3.378889] device-mapper: uevent: version 1.0.3
[ 3.379989] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@xxxxxxxxxx
[ 3.412911] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 3.413004] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b
[ 3.413005] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.519650] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 3.540427] usb 1-8: new high-speed USB device number 6 using xhci_hcd
[ 3.733762] usb 1-8: New USB device found, idVendor=13d3, idProduct=5619
[ 3.733769] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 3.733773] usb 1-8: Product: Integrated Camera
[ 3.733776] usb 1-8: Manufacturer: AzureWave
[ 3.733780] usb 1-8: SerialNumber: NULL
[ 3.759701] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6
[ 3.864506] usb 1-9: new full-speed USB device number 7 using xhci_hcd
[ 4.015236] usb 1-9: New USB device found, idVendor=138a, idProduct=0097
[ 4.015242] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 4.015245] usb 1-9: SerialNumber: decd885354aa
[ 10.421949] NET: Registered protocol family 38
[ 10.570039] random: cryptsetup: uninitialized urandom read (2 bytes read)
[ 10.589297] random: lvm: uninitialized urandom read (4 bytes read)
[ 10.610102] random: lvm: uninitialized urandom read (4 bytes read)
[ 10.667577] Btrfs loaded, crc32c=crc32c-intel
[ 10.674063] random: crng init done
[ 10.675079] random: 1 urandom warning(s) missed due to ratelimiting
[ 10.748670] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 10.867389] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[ 10.879460] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 10.971361] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 10.992929] systemd[1]: Detected architecture x86-64.
[ 10.998895] systemd[1]: Set hostname to <iniza>.
[ 11.074079] systemd[1]: Reached target Swap.
[ 11.076108] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 11.078124] systemd[1]: Listening on udev Kernel Socket.
[ 11.080101] systemd[1]: Reached target System Time Synchronized.
[ 11.082121] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 11.084192] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 11.086244] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 11.104983] RPC: Registered named UNIX socket transport module.
[ 11.106370] RPC: Registered udp transport module.
[ 11.106371] RPC: Registered tcp transport module.
[ 11.106371] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 11.113443] lp: driver loaded but no devices found
[ 11.120064] ppdev: user-space parallel port driver
[ 11.121765] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[ 11.133882] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
[ 11.197943] systemd-journald[379]: Received request to flush runtime journal from PID 1
[ 11.303033] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7
[ 11.304115] ACPI: Sleep Button [SLPB]
[ 11.305601] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input8
[ 11.307413] ACPI: Lid Switch [LID]
[ 11.308857] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9
[ 11.310435] ACPI: Power Button [PWRF]
[ 11.378128] ACPI: Battery Slot [BAT0] (battery present)
[ 11.385426] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 11.389582] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[ 11.395368] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[ 11.396805] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 11.398305] ACPI: Battery Slot [BAT1] (battery present)
[ 11.403224] ACPI: AC Adapter [AC] (on-line)
[ 11.419584] Non-volatile memory driver v1.3
[ 11.421312] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 11.422749] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[ 11.431054] iTCO_vendor_support: vendor-support=0
[ 11.437113] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 11.439001] i915 0000:00:02.0: enabling device (0006 -> 0007)
[ 11.439115] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[ 11.439116] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 11.439116] thinkpad_acpi: ThinkPad BIOS N1QET68W (1.43 ), EC unknown
[ 11.439117] thinkpad_acpi: Lenovo ThinkPad T470, model 20HDCTO1WW
[ 11.447990] [drm] Memory usable by graphics device = 4096M
[ 11.451581] [drm] VT-d active for gfx access
[ 11.453702] thinkpad_acpi: radio switch found; radios are enabled
[ 11.453887] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 11.453887] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 11.456302] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 11.459680] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 11.462096] checking generic (a0000000 7f0000) vs hw (a0000000 10000000)
[ 11.462096] fb: switching to inteldrmfb from EFI VGA
[ 11.463423] Console: switching to colour dummy device 80x25
[ 11.463673] [drm] Replacing VGA console driver
[ 11.464156] EFI Variables Facility v0.08 2004-May-17
[ 11.472223] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 11.473096] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 11.480060] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 11.502082] input: PC Speaker as /devices/platform/pcspkr/input/input11
[ 11.506410] Error: Driver 'pcspkr' is already registered, aborting...
[ 11.506694] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 11.506697] [drm] Driver supports precise vblank timestamp query.
[ 11.508879] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[ 11.512152] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[ 11.519721] Intel(R) Wireless WiFi driver for Linux
[ 11.519725] Copyright(c) 2003- 2015 Intel Corporation
[ 11.520401] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[ 11.546528] iwlwifi 0000:04:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
[ 11.556806] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input10
[ 11.573427] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 11.573433] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 11.573435] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 11.573437] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 11.573438] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 11.573440] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 11.582339] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 11.584324] pstore: using zlib compression
[ 11.603769] pstore: Registered efi as persistent store backend
[ 11.617859] [drm] Initialized i915 1.6.0 20170818 for 0000:00:02.0 on minor 0
[ 11.623563] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 11.623736] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[ 11.629733] intel_rapl: Found RAPL domain package
[ 11.629737] intel_rapl: Found RAPL domain core
[ 11.629739] intel_rapl: Found RAPL domain uncore
[ 11.629741] intel_rapl: Found RAPL domain dram
[ 11.651185] iwlwifi 0000:04:00.0: base HW address: bc:a8:a6:d1:3f:49
[ 11.744064] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 11.744274] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 11.744293] thermal thermal_zone3: failed to read out thermal zone (-61)
[ 11.868190] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[ 11.900516] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null)
[ 11.931955] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 12.005784] audit: type=1400 audit(1527156583.728:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=843 comm="apparmor_parser"
[ 12.006849] audit: type=1400 audit(1527156583.728:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=844 comm="apparmor_parser"
[ 12.006857] audit: type=1400 audit(1527156583.728:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=844 comm="apparmor_parser"
[ 12.006861] audit: type=1400 audit(1527156583.728:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=844 comm="apparmor_parser"
[ 12.008309] audit: type=1400 audit(1527156583.732:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=853 comm="apparmor_parser"
[ 12.009062] audit: type=1400 audit(1527156583.732:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=841 comm="apparmor_parser"
[ 12.009069] audit: type=1400 audit(1527156583.732:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=841 comm="apparmor_parser"
[ 12.009073] audit: type=1400 audit(1527156583.732:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=841 comm="apparmor_parser"
[ 12.009077] audit: type=1400 audit(1527156583.732:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-nesting" pid=841 comm="apparmor_parser"
[ 12.009283] audit: type=1400 audit(1527156583.732:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=855 comm="apparmor_parser"
[ 12.052321] new mount options do not match the existing superblock, will be ignored
[ 12.097975] fuse init (API version 7.26)
[ 12.402309] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 12.402484] NFSD: starting 90-second grace period (net ffffffff9aaca940)
[ 12.466383] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[ 12.507969] media: Linux media interface: v0.10
[ 12.512968] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 12.513109] Linux video capture interface: v2.00
[ 12.536927] Bluetooth: Core ver 2.22
[ 12.536941] NET: Registered protocol family 31
[ 12.536943] Bluetooth: HCI device and connection manager initialized
[ 12.536946] Bluetooth: HCI socket layer initialized
[ 12.536948] Bluetooth: L2CAP socket layer initialized
[ 12.536952] Bluetooth: SCO socket layer initialized
[ 12.641252] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 12.642194] fbcon: inteldrmfb (fb0) is primary device
[ 12.658769] uvcvideo: Found UVC 1.00 device Integrated Camera (13d3:5619)
[ 12.661452] uvcvideo: Failed to initialize entity for entity 6
[ 12.661453] uvcvideo: Failed to register entites (-22).
[ 12.661586] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input13
[ 12.661718] usbcore: registered new interface driver uvcvideo
[ 12.661719] USB Video Class driver (1.1.1)
[ 12.675545] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 12.675551] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 12.675557] snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x17/0x21/0x0/0x0/0x0)
[ 12.675561] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 12.675564] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 12.675569] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 12.675573] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
[ 12.675577] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 12.676363] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[ 12.676749] usbcore: registered new interface driver btusb
[ 12.677473] Bluetooth: hci0: Firmware revision 0.1 build 203 week 9 2018
[ 12.690814] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 12.746107] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 12.750056] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 12.750291] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 12.750523] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 12.750746] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 12.750987] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 12.751209] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[ 12.751425] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[ 12.751636] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[ 12.751859] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[ 12.771212] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.771215] Bluetooth: BNEP filters: protocol multicast
[ 12.771223] Bluetooth: BNEP socket layer initialized
[ 12.828540] [drm] RC6 on
[ 12.918654] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 13.165105] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 13.304598] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 13.849012] Console: switching to colour frame buffer device 240x67
[ 13.881232] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 15.490527] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 15.490575] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[ 23.660062] Bluetooth: RFCOMM TTY layer initialized
[ 23.660069] Bluetooth: RFCOMM socket layer initialized
[ 23.660074] Bluetooth: RFCOMM ver 1.11
[ 42.500097] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 42.510588] IPv6: ADDRCONF(NETDEV_UP): lxcbr0: link is not ready
[ 42.538133] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 42.991880] kauditd_printk_skb: 22 callbacks suppressed
[ 42.991883] audit: type=1400 audit(1527156614.713:34): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=2270 comm="apparmor_parser"
[ 43.013371] audit: type=1400 audit(1527156614.737:35): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=2274 comm="apparmor_parser"
[ 43.013383] audit: type=1400 audit(1527156614.737:36): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=2274 comm="apparmor_parser"
[ 43.013391] audit: type=1400 audit(1527156614.737:37): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=2274 comm="apparmor_parser"
[ 43.013399] audit: type=1400 audit(1527156614.737:38): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-nesting" pid=2274 comm="apparmor_parser"