[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#911831: linux: Serial port of dw-abp-uart missing due to serial dev bus activation



Source: linux
Version: 4.18.10-2
Severity: normal

Dear Maintainer,

Since the upgrade of our system from Debian 9 (Stretch) to 10 (Buster), but
also from Ubuntu 16.04 LTS (Xenial) to 18.04 LTS (Bionic), the serial port
of our Atom E3950-based board can no longer be used.

I have traced the cause to the enabling of CONFIG_SERIAL_DEV_BUS=y and
CONFIG_SERIAL_DEV_CTRL_TTYPORT=y in the kernel config of versions
4.17.0-3 (Debian) and 4.15.0.36.38 (Ubuntu).

In a working system the dw-abp-uart driver exposes two tty devices:

  # dmesg | grep tty
  [    2.437836] dw-apb-uart.2: ttyS0 at MMIO 0x8121c000 (irq = 4, base_baud = 115200) is a 16550A
  [    2.439193] dw-apb-uart.3: ttyS1 at MMIO 0x8121a000 (irq = 6, base_baud = 115200) is a 16550A

of which we always use ttyS1.  (I do not know why ttyS0 does nothing,
supposedly this system has only one UART?) The corresponding udev info is:

  looking at device '/devices/pci0000:00/0000:00:18.0/dw-apb-uart.2/tty/ttyS0':
    KERNEL=="ttyS0"
    SUBSYSTEM=="tty"
    DRIVER==""

  looking at parent device '/devices/pci0000:00/0000:00:18.0/dw-apb-uart.2':
    KERNELS=="dw-apb-uart.2"
    SUBSYSTEMS=="platform"
    DRIVERS=="dw-apb-uart"
    ATTRS{driver_override}=="(null)"

  looking at parent device '/devices/pci0000:00/0000:00:18.0':
    KERNELS=="0000:00:18.0"
    SUBSYSTEMS=="pci"
    DRIVERS=="intel-lpss"
    ATTRS{ari_enabled}=="0"
    ATTRS{broken_parity_status}=="0"
    ATTRS{class}=="0x118000"
    ATTRS{consistent_dma_mask_bits}=="32"
    ATTRS{d3cold_allowed}=="1"
    ATTRS{device}=="0x5abc"
    ATTRS{dma_mask_bits}=="32"
    ATTRS{driver_override}=="(null)"
    ATTRS{enable}=="1"
    ATTRS{index}=="9"
    ATTRS{irq}=="4"
    ATTRS{label}=="Onboard - Other"
    ATTRS{local_cpulist}=="0-3"
    ATTRS{local_cpus}=="f"
    ATTRS{msi_bus}=="1"
    ATTRS{numa_node}=="-1"
    ATTRS{revision}=="0x0b"
    ATTRS{subsystem_device}=="0x7270"
    ATTRS{subsystem_vendor}=="0x8086"
    ATTRS{vendor}=="0x8086"

  looking at device '/devices/pci0000:00/0000:00:18.2/dw-apb-uart.3/tty/ttyS1':
    KERNEL=="ttyS1"
    SUBSYSTEM=="tty"
    DRIVER==""

  looking at parent device '/devices/pci0000:00/0000:00:18.2/dw-apb-uart.3':
    KERNELS=="dw-apb-uart.3"
    SUBSYSTEMS=="platform"
    DRIVERS=="dw-apb-uart"
    ATTRS{driver_override}=="(null)"

  looking at parent device '/devices/pci0000:00/0000:00:18.2':
    KERNELS=="0000:00:18.2"
    SUBSYSTEMS=="pci"
    DRIVERS=="intel-lpss"
    ATTRS{ari_enabled}=="0"
    ATTRS{broken_parity_status}=="0"
    ATTRS{class}=="0x118000"
    ATTRS{consistent_dma_mask_bits}=="32"
    ATTRS{d3cold_allowed}=="1"
    ATTRS{device}=="0x5ac0"
    ATTRS{dma_mask_bits}=="32"
    ATTRS{driver_override}=="(null)"
    ATTRS{enable}=="1"
    ATTRS{index}=="10"
    ATTRS{irq}=="6"
    ATTRS{label}=="Onboard - Other"
    ATTRS{local_cpulist}=="0-3"
    ATTRS{local_cpus}=="f"
    ATTRS{msi_bus}=="1"
    ATTRS{numa_node}=="-1"
    ATTRS{revision}=="0x0b"
    ATTRS{subsystem_device}=="0x7270"
    ATTRS{subsystem_vendor}=="0x8086"
    ATTRS{vendor}=="0x8086"


  looking at parent device '/devices/pci0000:00':
    KERNELS=="pci0000:00"
    SUBSYSTEMS==""
    DRIVERS==""

However, when the serial device bus with the serial TTY control port is
enabled, ttyS1 disappears:

  # dmesg | grep tty
  [    2.499748] dw-apb-uart.2: ttyS0 at MMIO 0x8121c000 (irq = 4, base_baud = 115200) is a 16550A
  [    2.500852] dw-apb-uart.3: ttyS1 at MMIO 0x8121a000 (irq = 6, base_baud = 115200) is a 16550A
  [    2.500996] serial serial0: tty port ttyS1 registered

The difference in the udev info is:

  looking at device '/devices/pci0000:00/0000:00:18.2/dw-apb-uart.3/serial0/serial0-0':
    KERNEL=="serial0-0"
    SUBSYSTEM=="serial"
    DRIVER==""

  looking at parent device '/devices/pci0000:00/0000:00:18.2/dw-apb-uart.3/serial0':
    KERNELS=="serial0"
    SUBSYSTEMS=="serial"
    DRIVERS==""

and there is no longer tty under /sys/devices/pci0000:00/0000:00:18.2/dw-apb-uart.3.

Attached is the full dmesg output for the broken tty port instance.  Let me know
if more information is required.

I must also note that I am not very knowledgeable about the serial
interface internals, so feel free to point me to any further reading to
understand what is going on under the hood.

Kind regards,
Paul van Tilburg


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=locale: Cannot set LC_ALL to default locale: No such file or directory
UTF-8), LANGUAGE=en_US:en (charmap=locale: Cannot set LC_ALL to default locale: No such file or directory
UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 
Debian developer                        | E-mail: paulvt@debian.org
https://www.debian.org                  | GnuPG:  0xC6DE073EDA9EEC4D
>>> Using the Power of Debian GNU/Linux | XMPP:   paul@luon.net
[    0.000000] Linux version 4.18.0-2-amd64 (debian-kernel@lists.debian.org) (gcc version 7.3.0 (Debian 7.3.0-29)) #1 SMP Debian 4.18.10-2 (2018-10-07)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.18.0-2-amd64 root=UUID=8c94ee21-ab96-43bc-bd27-92e5775d4894 ro quiet
[    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 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000040000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000012151000-0x0000000075e9dfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000075e9e000-0x00000000799d6fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000799d7000-0x0000000079aa1fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079aa2000-0x0000000079e14fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000079e15000-0x000000007a159fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a15a000-0x000000007a1bbfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007a1bc000-0x000000007a529fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a52a000-0x000000007a52afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007a52b000-0x000000007a554fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a555000-0x000000007aae6fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007aae7000-0x000000007aae8fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007aae9000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by American Megatrends
[    0.000000] efi:  ACPI=0x79dcb000  ACPI 2.0=0x79dcb000  SMBIOS=0x7a010000  SMBIOS 3.0=0x7a00f000  MPS=0xfca00  ESRT=0x724c2f18 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Seco 0B03/0B03, BIOS 1.05 RC06 07/25/2018
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-6FFFF write-back
[    0.000000]   70000-7FFFF uncachable
[    0.000000]   80000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F80000000 write-back
[    0.000000]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000000]   2 base 007B000000 mask 7FFF000000 uncachable
[    0.000000]   3 base 00FF000000 mask 7FFF000000 write-combining
[    0.000000]   4 base 0090000000 mask 7FF0000000 write-through
[    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] found SMP MP-table at [mem 0x000fcbc0-0x000fcbcf] mapped at [(____ptrval____)]
[    0.000000] esrt: Reserving ESRT space from 0x00000000724c2f18 to 0x00000000724c2f50.
[    0.000000] Base memory trampoline at [(____ptrval____)] 94000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x3284b000, 0x3284bfff] PGTABLE
[    0.000000] BRK [0x3284c000, 0x3284cfff] PGTABLE
[    0.000000] BRK [0x3284d000, 0x3284dfff] PGTABLE
[    0.000000] BRK [0x3284e000, 0x3284efff] PGTABLE
[    0.000000] BRK [0x3284f000, 0x3284ffff] PGTABLE
[    0.000000] BRK [0x32850000, 0x32850fff] PGTABLE
[    0.000000] BRK [0x32851000, 0x32851fff] PGTABLE
[    0.000000] BRK [0x32852000, 0x32852fff] PGTABLE
[    0.000000] BRK [0x32853000, 0x32853fff] PGTABLE
[    0.000000] BRK [0x32854000, 0x32854fff] PGTABLE
[    0.000000] BRK [0x32855000, 0x32855fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x35435000-0x36a11fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x0000000079DCB000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x0000000079DCB0C0 0000EC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000079DDA540 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x0000000079DCB250 00F2EB (v02 ALASKA A M I    01072009 INTL 20160930)
[    0.000000] ACPI: FACS 0x0000000079E14080 000040
[    0.000000] ACPI: FPDT 0x0000000079DDA660 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x0000000079DDA6B0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x0000000079DDA750 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: PSDS 0x0000000079DDA790 00004D (v01 INTEL  EDK2     00000005 INTL 0100000D)
[    0.000000] ACPI: DBG2 0x0000000079DDA7E0 000072 (v00 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.000000] ACPI: DBGP 0x0000000079DDA860 000034 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.000000] ACPI: HPET 0x0000000079DDA8A0 000038 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.000000] ACPI: LPIT 0x0000000079DDA8E0 00005C (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.000000] ACPI: APIC 0x0000000079DDA940 000084 (v03 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.000000] ACPI: NPKT 0x0000000079DDA9D0 000065 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.000000] ACPI: PRAM 0x0000000079DDAA40 000030 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.000000] ACPI: WSMT 0x0000000079DDAA70 000028 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.000000] ACPI: SSDT 0x0000000079DDAAA0 001084 (v02 INTEL  UsbCTabl 00000003 BRXT 0100000D)
[    0.000000] ACPI: SSDT 0x0000000079DDBB30 001512 (v01 Intel_ Platform 00001000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x0000000079DDD050 000451 (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x0000000079DDD4B0 000775 (v02 CpuRef CpuSsdt  00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x0000000079DDDC30 00035F (v02 PmRef  Cpu0Tst  00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x0000000079DDDF90 0001E6 (v02 PmRef  ApTst    00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x0000000079DDE180 0028AF (v02 SaSsdt SaSsdt   00003000 INTL 20160930)
[    0.000000] ACPI: UEFI 0x0000000079DE0A30 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.000000] ACPI: BGRT 0x0000000079DE0A80 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: TPM2 0x0000000079DE0AC0 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.000000] ACPI: WDAT 0x0000000079DE0B00 000104 (v01                 00000000      00000000)
[    0.000000] ACPI: NHLT 0x0000000079DE0C10 00002D (v00 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007affffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x79a9d000-0x79aa1fff]
[    0.000000] tsc: Using PIT calibration value
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007affffff]
[    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-0x000000000003efff]
[    0.000000]   node   0: [mem 0x0000000000040000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[    0.000000]   node   0: [mem 0x0000000012151000-0x0000000075e9dfff]
[    0.000000]   node   0: [mem 0x00000000799d7000-0x0000000079aa1fff]
[    0.000000]   node   0: [mem 0x000000007a1bc000-0x000000007a529fff]
[    0.000000]   node   0: [mem 0x000000007a555000-0x000000007aae6fff]
[    0.000000]   node   0: [mem 0x000000007aae9000-0x000000007affffff]
[    0.000000] Reserved but unavailable: 46132 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007affffff]
[    0.000000] On node 0 totalpages: 478156
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 27 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7808 pages used for memmap
[    0.000000]   DMA32 zone: 474159 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    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-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 low 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: 0x8086a701 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 0x0003f000-0x0003ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x10000000-0x12150fff]
[    0.000000] PM: Registered nosave memory: [mem 0x75e9e000-0x799d6fff]
[    0.000000] PM: Registered nosave memory: [mem 0x79aa2000-0x79e14fff]
[    0.000000] PM: Registered nosave memory: [mem 0x79e15000-0x7a159fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a15a000-0x7a1bbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a52a000-0x7a52afff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a52b000-0x7a554fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7aae7000-0x7aae8fff]
[    0.000000] [mem 0x80000000-0xcfffffff] 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+0x94/0x52e 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 @(____ptrval____) s142744 r8192 d29288 u524288
[    0.000000] pcpu-alloc: s142744 r8192 d29288 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 470257
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.18.0-2-amd64 root=UUID=8c94ee21-ab96-43bc-bd27-92e5775d4894 ro quiet
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 1675804K/1912624K available (10252K kernel code, 1223K rwdata, 3260K rodata, 1548K init, 656K bss, 236820K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 31267 entries in 123 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] ACPI: Core revision 20180531
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.000000] hpet clockevent registered
[    0.004000] APIC: Switch to symmetric I/O mode setup
[    0.004000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.032000] tsc: PIT calibration matches HPET. 1 loops
[    0.032000] tsc: Detected 1593.643 MHz processor
[    0.032000] tsc: Detected 1593.600 MHz TSC
[    0.032000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x16f8873b2b5, max_idle_ns: 440795270785 ns
[    0.032000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3187.20 BogoMIPS (lpj=6374400)
[    0.032000] pid_max: default: 32768 minimum: 301
[    0.032000] Security Framework initialized
[    0.032000] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.032000] AppArmor: AppArmor initialized
[    0.036681] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.037105] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.037167] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.037179] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.037714] mce: CPU supports 7 MCE banks
[    0.037760] CPU0: Thermal monitoring enabled (TM1)
[    0.037847] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.037848] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.037852] Spectre V2 : Mitigation: Full generic retpoline
[    0.037853] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.037854] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.037855] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.037856] Speculative Store Bypass: Vulnerable
[    0.038078] Freeing SMP alternatives memory: 24K
[    0.048280] TSC deadline timer enabled
[    0.048290] smpboot: CPU0: Intel(R) Atom(TM) Processor E3950 @ 1.60GHz (family: 0x6, model: 0x5c, stepping: 0x9)
[    0.048535] Performance Events: PEBS fmt3+, Goldmont events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.048563] ... version:                4
[    0.048565] ... bit width:              48
[    0.048566] ... generic registers:      4
[    0.048567] ... value mask:             0000ffffffffffff
[    0.048568] ... max period:             00007fffffffffff
[    0.048569] ... fixed-purpose events:   3
[    0.048570] ... event mask:             000000070000000f
[    0.048662] Hierarchical SRCU implementation.
[    0.050050] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.050088] smp: Bringing up secondary CPUs ...
[    0.050364] x86: Booting SMP configuration:
[    0.050367] .... node  #0, CPUs:      #1 #2 #3
[    0.052347] smp: Brought up 1 node, 4 CPUs
[    0.052347] smpboot: Max logical packages: 1
[    0.052347] smpboot: Total of 4 processors activated (12748.80 BogoMIPS)
[    0.054213] devtmpfs: initialized
[    0.054213] x86/mm: Memory block size: 128MB
[    0.054213] PM: Registering ACPI NVS region [mem 0x79aa2000-0x79e14fff] (3616768 bytes)
[    0.054213] PM: Registering ACPI NVS region [mem 0x7a52a000-0x7a52afff] (4096 bytes)
[    0.056074] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.056095] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.056243] pinctrl core: initialized pinctrl subsystem
[    0.056669] NET: Registered protocol family 16
[    0.056842] audit: initializing netlink subsys (disabled)
[    0.056859] audit: type=2000 audit(1540456465.056:1): state=initialized audit_enabled=0 res=1
[    0.056859] cpuidle: using governor ladder
[    0.056859] cpuidle: using governor menu
[    0.056859] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.056859] ACPI: bus type PCI registered
[    0.056859] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.056859] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.056859] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.056859] PCI: Using configuration type 1 for base access
[    0.057444] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.057444] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.060183] ACPI: Added _OSI(Module Device)
[    0.060185] ACPI: Added _OSI(Processor Device)
[    0.060186] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.060188] ACPI: Added _OSI(Processor Aggregator Device)
[    0.060190] ACPI: Added _OSI(Linux-Dell-Video)
[    0.075647] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.092017] ACPI: Dynamic OEM Table Load:
[    0.092030] ACPI: SSDT 0xFFFF977BEF03BC00 000190 (v02 PmRef  Cpu0Cst  00003001 INTL 20160930)
[    0.092482] ACPI: Dynamic OEM Table Load:
[    0.092492] ACPI: SSDT 0xFFFF977BEF03D200 0001E6 (v02 PmRef  ApIst    00003000 INTL 20160930)
[    0.092833] ACPI: Dynamic OEM Table Load:
[    0.092833] ACPI: SSDT 0xFFFF977BE9F8E400 0000C9 (v02 PmRef  ApCst    00003000 INTL 20160930)
[    0.116589] ACPI: Interpreter enabled
[    0.116642] ACPI: (supports S0 S3 S4 S5)
[    0.116645] ACPI: Using IOAPIC for interrupt routing
[    0.116717] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.127934] ACPI: Enabled 128 GPEs in block 00 to 7F
[    0.263183] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.263194] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.264419] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.264421] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.265751] PCI host bridge to bus 0000:00
[    0.265755] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.265758] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.265761] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.265764] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.265766] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.265769] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.265771] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.265774] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
[    0.265776] pci_bus 0000:00: root bus resource [mem 0x7b800001-0x7bffffff window]
[    0.265779] pci_bus 0000:00: root bus resource [mem 0x80000000-0xcfffffff window]
[    0.265781] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[    0.265787] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.265805] pci 0000:00:00.0: [8086:5af0] type 00 class 0x060000
[    0.266329] pci 0000:00:02.0: [8086:5a84] type 00 class 0x030000
[    0.266351] pci 0000:00:02.0: reg 0x10: [mem 0x80000000-0x80ffffff 64bit]
[    0.266364] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.266372] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.266399] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.266924] pci 0000:00:0e.0: [8086:5a98] type 00 class 0x040380
[    0.266951] pci 0000:00:0e.0: reg 0x10: [mem 0x81210000-0x81213fff 64bit]
[    0.266982] pci 0000:00:0e.0: reg 0x20: [mem 0x81000000-0x810fffff 64bit]
[    0.267051] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[    0.267548] pci 0000:00:0f.0: [8086:5a9a] type 00 class 0x078000
[    0.267590] pci 0000:00:0f.0: reg 0x10: [mem 0x81225000-0x81225fff 64bit]
[    0.267707] pci 0000:00:0f.0: PME# supported from D3hot
[    0.268146] pci 0000:00:12.0: [8086:5ae3] type 00 class 0x010601
[    0.268170] pci 0000:00:12.0: reg 0x10: [mem 0x81214000-0x81215fff]
[    0.268180] pci 0000:00:12.0: reg 0x14: [mem 0x81222000-0x812220ff]
[    0.268190] pci 0000:00:12.0: reg 0x18: [io  0xf090-0xf097]
[    0.268201] pci 0000:00:12.0: reg 0x1c: [io  0xf080-0xf083]
[    0.268210] pci 0000:00:12.0: reg 0x20: [io  0xf060-0xf07f]
[    0.268219] pci 0000:00:12.0: reg 0x24: [mem 0x81221000-0x812217ff]
[    0.268268] pci 0000:00:12.0: PME# supported from D3hot
[    0.268657] pci 0000:00:14.0: [8086:5ad6] type 01 class 0x060400
[    0.268747] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[    0.268763] pci 0000:00:14.0: PTM enabled (root), 4dns granularity
[    0.269199] pci 0000:00:15.0: [8086:5aa8] type 00 class 0x0c0330
[    0.269228] pci 0000:00:15.0: reg 0x10: [mem 0x81200000-0x8120ffff 64bit]
[    0.269307] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    0.269729] pci 0000:00:16.0: [8086:5aac] type 00 class 0x118000
[    0.269758] pci 0000:00:16.0: reg 0x10: [mem 0x81220000-0x81220fff 64bit]
[    0.269773] pci 0000:00:16.0: reg 0x18: [mem 0x8121f000-0x8121ffff 64bit]
[    0.270240] pci 0000:00:16.2: [8086:5ab0] type 00 class 0x118000
[    0.270268] pci 0000:00:16.2: reg 0x10: [mem 0x8121e000-0x8121efff 64bit]
[    0.270283] pci 0000:00:16.2: reg 0x18: [mem 0x8121d000-0x8121dfff 64bit]
[    0.270772] pci 0000:00:18.0: [8086:5abc] type 00 class 0x118000
[    0.270801] pci 0000:00:18.0: reg 0x10: [mem 0x8121c000-0x8121cfff 64bit]
[    0.270818] pci 0000:00:18.0: reg 0x18: [mem 0x8121b000-0x8121bfff 64bit]
[    0.271286] pci 0000:00:18.2: [8086:5ac0] type 00 class 0x118000
[    0.271313] pci 0000:00:18.2: reg 0x10: [mem 0x8121a000-0x8121afff 64bit]
[    0.271329] pci 0000:00:18.2: reg 0x18: [mem 0x81219000-0x81219fff 64bit]
[    0.271802] pci 0000:00:19.0: [8086:5ac2] type 00 class 0x118000
[    0.271831] pci 0000:00:19.0: reg 0x10: [mem 0x81218000-0x81218fff 64bit]
[    0.271846] pci 0000:00:19.0: reg 0x18: [mem 0x81217000-0x81217fff 64bit]
[    0.272345] pci 0000:00:1f.0: [8086:5ae8] type 00 class 0x060100
[    0.272890] pci 0000:00:1f.1: [8086:5ad4] type 00 class 0x0c0500
[    0.272961] pci 0000:00:1f.1: reg 0x10: [mem 0x81216000-0x812160ff 64bit]
[    0.273040] pci 0000:00:1f.1: reg 0x20: [io  0xf040-0xf05f]
[    0.273640] pci 0000:01:00.0: [8086:1539] type 00 class 0x020000
[    0.273679] pci 0000:01:00.0: reg 0x10: [mem 0x81100000-0x8111ffff]
[    0.273708] pci 0000:01:00.0: reg 0x18: [io  0xe000-0xe01f]
[    0.273724] pci 0000:01:00.0: reg 0x1c: [mem 0x81120000-0x81123fff]
[    0.273874] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.274026] pci 0000:00:14.0: PCI bridge to [bus 01]
[    0.274031] pci 0000:00:14.0:   bridge window [io  0xe000-0xefff]
[    0.274036] pci 0000:00:14.0:   bridge window [mem 0x81100000-0x811fffff]
[    0.282176] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.282288] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.282402] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.282510] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.282619] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.282727] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.282836] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.282945] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.284755] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.284755] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.284755] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.284755] vgaarb: loaded
[    0.284755] pps_core: LinuxPPS API ver. 1 registered
[    0.284755] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.284755] PTP clock support registered
[    0.284755] EDAC MC: Ver: 3.0.0
[    0.284755] Registered efivars operations
[    0.311323] PCI: Using ACPI for IRQ routing
[    0.340176] PCI: pci_cache_line_size set to 64 bytes
[    0.340271] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[    0.340274] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.340276] e820: reserve RAM buffer [mem 0x75e9e000-0x77ffffff]
[    0.340277] e820: reserve RAM buffer [mem 0x79aa2000-0x7bffffff]
[    0.340279] e820: reserve RAM buffer [mem 0x7a52a000-0x7bffffff]
[    0.340281] e820: reserve RAM buffer [mem 0x7aae7000-0x7bffffff]
[    0.340283] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    0.340503] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.340503] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.340503] clocksource: Switched to clocksource tsc-early
[    0.362253] VFS: Disk quotas dquot_6.6.0
[    0.362283] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.362539] AppArmor: AppArmor Filesystem Enabled
[    0.362583] pnp: PnP ACPI init
[    0.362922] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.362925] system 00:00: [io  0x0400-0x047f] has been reserved
[    0.362928] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.362931] system 00:00: [io  0x0600-0x061f] has been reserved
[    0.362934] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.362953] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.367049] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.367053] system 00:01: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.367056] system 00:01: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.367059] system 00:01: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.367062] system 00:01: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.367065] system 00:01: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.367068] system 00:01: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.367071] system 00:01: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.367074] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.367082] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.370779] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.371093] pnp: PnP ACPI: found 3 devices
[    0.379268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.379298] pci 0000:00:14.0: PCI bridge to [bus 01]
[    0.379303] pci 0000:00:14.0:   bridge window [io  0xe000-0xefff]
[    0.379310] pci 0000:00:14.0:   bridge window [mem 0x81100000-0x811fffff]
[    0.379321] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.379324] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.379327] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.379329] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.379332] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.379335] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.379338] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.379340] pci_bus 0000:00: resource 11 [mem 0x7c000001-0x7fffffff window]
[    0.379343] pci_bus 0000:00: resource 12 [mem 0x7b800001-0x7bffffff window]
[    0.379346] pci_bus 0000:00: resource 13 [mem 0x80000000-0xcfffffff window]
[    0.379348] pci_bus 0000:00: resource 14 [mem 0xe0000000-0xefffffff window]
[    0.379352] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.379354] pci_bus 0000:01: resource 1 [mem 0x81100000-0x811fffff]
[    0.379771] NET: Registered protocol family 2
[    0.380101] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes)
[    0.380130] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.380222] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.380352] TCP: Hash tables configured (established 16384 bind 16384)
[    0.380424] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.380454] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.380560] NET: Registered protocol family 1
[    0.380597] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.381120] PCI: CLS 64 bytes, default 64
[    0.381219] Unpacking initramfs...
[    1.097783] Freeing initrd memory: 22388K
[    1.097946] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x16f8873b2b5, max_idle_ns: 440795270785 ns
[    1.097980] clocksource: Switched to clocksource tsc
[    1.099250] Initialise system trusted keyrings
[    1.099333] workingset: timestamp_bits=40 max_order=19 bucket_order=0
[    1.102116] zbud: loaded
[    1.102560] pstore: using deflate compression
[    1.767882] Key type asymmetric registered
[    1.767885] Asymmetric key parser 'x509' registered
[    1.767997] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    1.768114] io scheduler noop registered
[    1.768115] io scheduler deadline registered
[    1.768209] io scheduler cfq registered (default)
[    1.768211] io scheduler mq-deadline registered
[    1.768955] pcieport 0000:00:14.0: Signaling PME with IRQ 120
[    1.768999] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.769033] efifb: probing for efifb
[    1.769062] efifb: framebuffer at 0x90000000, using 32448k, total 32448k
[    1.769065] efifb: mode is 3840x2160x32, linelength=15360, pages=1
[    1.769065] efifb: scrolling: redraw
[    1.769068] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.811286] Console: switching to colour frame buffer device 480x135
[    1.853339] fb0: EFI VGA frame buffer device
[    1.853397] intel_idle: Please enable MWAIT in BIOS SETUP
[    1.856364] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.857443] Linux agpgart interface v0.103
[    1.857523] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.857524] AMD IOMMUv2 functionality not available on this system
[    1.858122] i8042: PNP: No PS/2 controller found.
[    1.858346] mousedev: PS/2 mouse device common for all mice
[    1.858421] rtc_cmos 00:02: RTC can wake from S4
[    1.858987] rtc_cmos 00:02: registered as rtc0
[    1.859015] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.859042] intel_pstate: Intel P-state driver initializing
[    1.859657] ledtrig-cpu: registered to indicate activity on CPUs
[    1.861444] NET: Registered protocol family 10
[    1.878805] Segment Routing with IPv6
[    1.878881] mip6: Mobile IPv6
[    1.878888] NET: Registered protocol family 17
[    1.878911] mpls_gso: MPLS GSO support
[    1.880254] microcode: sig=0x506c9, pf=0x2, revision=0x2e
[    1.880582] microcode: Microcode Update Driver: v2.2.
[    1.880607] sched_clock: Marking stable (1880567002, 0)->(1850313687, 30253315)
[    1.881572] registered taskstats version 1
[    1.881574] Loading compiled-in X.509 certificates
[    1.953410] Loaded X.509 cert 'secure-boot-test-key-lfaraone: 97c1b25cddf9873ca78a58f3d73bf727d2cf78ff'
[    1.953473] zswap: loaded using pool lzo/zbud
[    1.953732] AppArmor: AppArmor sha1 policy hashing enabled
[    1.954674] rtc_cmos 00:02: setting system clock to 2018-10-25 08:34:27 UTC (1540456467)
[    1.957236] Freeing unused kernel image memory: 1548K
[    1.980346] Write protecting the kernel read-only data: 16384k
[    1.982218] Freeing unused kernel image memory: 2028K
[    1.982732] Freeing unused kernel image memory: 836K
[    2.000398] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.148096] thermal LNXTHERM:00: registered as thermal_zone0
[    2.148099] ACPI: Thermal Zone [TCPU] (27 C)
[    2.149717] dca service started, version 1.12.1
[    2.155008] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    2.155010] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.156853] SCSI subsystem initialized
[    2.158769] lpc_ich 0000:00:1f.0: I/O space for ACPI uninitialized
[    2.159258] i801_smbus 0000:00:1f.1: can't derive routing for PCI INT A
[    2.159260] i801_smbus 0000:00:1f.1: PCI INT A: not connected
[    2.159329] i801_smbus 0000:00:1f.1: SPD Write Disable is set
[    2.159357] i801_smbus 0000:00:1f.1: SMBus using polling
[    2.160883] ACPI: bus type USB registered
[    2.161091] usbcore: registered new interface driver usbfs
[    2.161111] usbcore: registered new interface driver hub
[    2.161155] usbcore: registered new device driver usb
[    2.165466] libata version 3.00 loaded.
[    2.170087] ahci 0000:00:12.0: version 3.0
[    2.172124] cryptd: max_cpu_qlen set to 1000
[    2.172211] thermal LNXTHERM:01: registered as thermal_zone1
[    2.172214] ACPI: Thermal Zone [TZPO] (10 C)
[    2.174038] SSE version of gcm_enc/dec engaged.
[    2.174674] i801_smbus 0000:00:1f.1: BIOS is accessing SMBus registers
[    2.174680] i801_smbus 0000:00:1f.1: Driver SMBus register access inhibited
[    2.175913] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    2.176082] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[    2.177207] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    2.177220] xhci_hcd 0000:00:15.0: cache line size of 64 is not supported
[    2.177499] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    2.177502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.177504] usb usb1: Product: xHCI Host Controller
[    2.177506] usb usb1: Manufacturer: Linux 4.18.0-2-amd64 xhci-hcd
[    2.177507] usb usb1: SerialNumber: 0000:00:15.0
[    2.178365] hub 1-0:1.0: USB hub found
[    2.178418] hub 1-0:1.0: 8 ports detected
[    2.181876] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    2.181881] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst 
[    2.185070] scsi host0: ahci
[    2.186007] scsi host1: ahci
[    2.186177] ata1: SATA max UDMA/133 abar m2048@0x81221000 port 0x81221100 irq 121
[    2.186180] ata2: SATA max UDMA/133 abar m2048@0x81221000 port 0x81221180 irq 121
[    2.190956] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    2.190963] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[    2.190971] xhci_hcd 0000:00:15.0: Host supports USB 3.0  SuperSpeed
[    2.191186] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    2.191188] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.191190] usb usb2: Product: xHCI Host Controller
[    2.191192] usb usb2: Manufacturer: Linux 4.18.0-2-amd64 xhci-hcd
[    2.191194] usb usb2: SerialNumber: 0000:00:15.0
[    2.191644] hub 2-0:1.0: USB hub found
[    2.191732] hub 2-0:1.0: 7 ports detected
[    2.395401] pps pps0: new PPS source ptp0
[    2.395406] igb 0000:01:00.0: added PHC on eth0
[    2.395408] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.395411] igb 0000:01:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:c0:08:94:9b:5d
[    2.395414] igb 0000:01:00.0: eth0: PBA No: FFFFFF-0FF
[    2.395416] igb 0000:01:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    2.397355] igb 0000:01:00.0 enp1s0: renamed from eth0
[    2.499748] dw-apb-uart.2: ttyS0 at MMIO 0x8121c000 (irq = 4, base_baud = 115200) is a 16550A
[    2.500852] dw-apb-uart.3: ttyS1 at MMIO 0x8121a000 (irq = 6, base_baud = 115200) is a 16550A
[    2.500996] serial serial0: tty port ttyS1 registered
[    2.503782] ata2: SATA link down (SStatus 4 SControl 300)
[    2.524105] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    2.660267] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.661284] ata1.00: ATA-10: SQF-SMSM4-32G-S9C, S9FMA029, max UDMA/133
[    2.661289] ata1.00: 62533296 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.662496] ata1.00: configured for UDMA/133
[    2.672678] usb 1-2: New USB device found, idVendor=058f, idProduct=6254, bcdDevice= 1.00
[    2.672683] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.673294] scsi 0:0:0:0: Direct-Access     ATA      SQF-SMSM4-32G-S9 A029 PQ: 0 ANSI: 5
[    2.674279] hub 1-2:1.0: USB hub found
[    2.674355] hub 1-2:1.0: 4 ports detected
[    2.680308] sd 0:0:0:0: [sda] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
[    2.680329] sd 0:0:0:0: [sda] Write Protect is off
[    2.680334] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.680361] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.683647]  sda: sda1 sda2 sda3
[    2.684273] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.771529] PM: Image not found (code -22)
[    2.886162] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    2.901715] random: fast init done
[    2.964095] usb 1-2.3: new low-speed USB device number 3 using xhci_hcd
[    3.092441] usb 1-2.3: New USB device found, idVendor=0d62, idProduct=a100, bcdDevice= 3.01
[    3.092445] usb 1-2.3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    3.092447] usb 1-2.3: Product: USB Optical Mouse
[    3.092449] usb 1-2.3: Manufacturer: Darfon
[    3.097205] systemd[1]: systemd 239 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)
[    3.116745] systemd[1]: Detected architecture x86-64.
[    3.124590] systemd[1]: Set hostname to <debian>.
[    3.196080] usb 1-2.4: new low-speed USB device number 4 using xhci_hcd
[    3.234811] random: systemd: uninitialized urandom read (16 bytes read)
[    3.235145] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.235244] random: systemd: uninitialized urandom read (16 bytes read)
[    3.235462] systemd[1]: Listening on Journal Socket.
[    3.235641] random: systemd: uninitialized urandom read (16 bytes read)
[    3.240184] systemd[1]: Mounting Huge Pages File System...
[    3.240530] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.241055] systemd[1]: Created slice User and Session Slice.
[    3.241336] systemd[1]: Listening on udev Control Socket.
[    3.242181] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.276882] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    3.332431] usb 1-2.4: New USB device found, idVendor=04d9, idProduct=a088, bcdDevice= 1.11
[    3.332436] usb 1-2.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.413797] hidraw: raw HID events driver (C) Jiri Kosina
[    3.472953] usbcore: registered new interface driver usbhid
[    3.472956] usbhid: USB HID core driver
[    3.481348] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    3.481372] ACPI: Sleep Button [SLPB]
[    3.481798] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    3.481810] ACPI: Power Button [PWRB]
[    3.481887] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:01/input/input2
[    3.481896] ACPI: Lid Switch [LID0]
[    3.484698] systemd-journald[260]: Received request to flush runtime journal from PID 1
[    3.507459] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.524550] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    3.543321] EFI Variables Facility v0.08 2004-May-17
[    3.544494] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    3.561209] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    3.565076] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    3.565182] idma64 idma64.4: Found Intel integrated DMA 64-bit
[    3.581799] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    3.581802] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.581803] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.581804] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.581805] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.636345] checking generic (90000000 1fb0000) vs hw (90000000 10000000)
[    3.636348] fb: switching to inteldrmfb from EFI VGA
[    3.636444] Console: switching to colour dummy device 80x25
[    3.636694] [drm] Replacing VGA console driver
[    3.636881] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.636882] [drm] Driver supports precise vblank timestamp query.
[    3.644216] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.646112] i915 0000:00:02.0: firmware: failed to load i915/bxt_dmc_ver1_07.bin (-2)
[    3.646122] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    3.646128] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
[    3.646133] i915 0000:00:02.0: Failed to load DMC firmware i915/bxt_dmc_ver1_07.bin. Disabling runtime power management.
[    3.646135] i915 0000:00:02.0: DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[    3.667064] pstore: Registered efi as persistent store backend
[    3.672860] input: Darfon USB Optical Mouse as /devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2.3/1-2.3:1.0/0003:0D62:A100.0001/input/input4
[    3.673632] hid-generic 0003:0D62:A100.0001: input,hidraw0: USB HID v1.10 Mouse [Darfon USB Optical Mouse] on usb-0000:00:15.0-2.3/input0
[    3.673975] input: HID 04d9:a088 as /devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2.4/1-2.4:1.0/0003:04D9:A088.0002/input/input5
[    3.721407] intel_rapl: Found RAPL domain package
[    3.721410] intel_rapl: Found RAPL domain core
[    3.721413] intel_rapl: Found RAPL domain uncore
[    3.721416] intel_rapl: Found RAPL domain dram
[    3.732304] hid-generic 0003:04D9:A088.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 04d9:a088] on usb-0000:00:15.0-2.4/input0
[    3.732641] input: HID 04d9:a088 System Control as /devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2.4/1-2.4:1.1/0003:04D9:A088.0003/input/input6
[    3.770987] Adding 1911804k swap on /dev/sda3.  Priority:-2 extents:1 across:1911804k SSFS
[    3.792274] input: HID 04d9:a088 Consumer Control as /devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2.4/1-2.4:1.1/0003:04D9:A088.0003/input/input7
[    3.793470] input: HID 04d9:a088 Mouse as /devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2.4/1-2.4:1.1/0003:04D9:A088.0003/input/input8
[    3.793662] hid-generic 0003:04D9:A088.0003: input,hidraw2: USB HID v1.11 Mouse [HID 04d9:a088] on usb-0000:00:15.0-2.4/input1
[    3.855291] audit: type=1400 audit(1540456469.395:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=356 comm="apparmor_parser"
[    3.855298] audit: type=1400 audit(1540456469.395:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=356 comm="apparmor_parser"
[    3.855301] audit: type=1400 audit(1540456469.395:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=356 comm="apparmor_parser"
[    3.941592] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[    4.733624] [drm] failed to retrieve link info, disabling eDP
[    4.739215] [drm] Initialized i915 1.6.0 20180514 for 0000:00:02.0 on minor 0
[    4.740683] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.741307] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[    4.741889] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.768400] fbcon: inteldrmfb (fb0) is primary device
[    4.801116] Console: switching to colour frame buffer device 480x135
[    4.854907] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.918317] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input10
[    4.918415] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input11
[    4.918497] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input12
[    4.918573] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input13
[    4.918657] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input14
[    6.880748] igb 0000:01:00.0 enp1s0: igb: enp1s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[    6.881056] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[   17.904164] random: crng init done
[   17.904170] random: 7 urandom warning(s) missed due to ratelimiting

Reply to: