Skip to content

Instantly share code, notes, and snippets.

@b10102016
Created May 26, 2018 02:54
Show Gist options
  • Save b10102016/c5b8e68793d9bde8b88e2d449fd93bfb to your computer and use it in GitHub Desktop.
Save b10102016/c5b8e68793d9bde8b88e2d449fd93bfb to your computer and use it in GitHub Desktop.
build 4.15.22 ubuntu kernel with sound blaster Z patch
[ 0.000000] Linux version 4.15.0-22-generic (ian@ian-System-Product-Name) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #24 SMP Sat May 26 00:39:02 BST 2018 (Ubuntu 4.15.0-22.24-generic 4.15.17)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic root=UUID=77a6e6a9-2c7c-434e-a186-1474057198fd ro quiet splash vt.handoff=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 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: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ddca5fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ddca6000-0x00000000de128fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000de129000-0x00000000de138fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000de139000-0x00000000de25afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000de25b000-0x00000000de78ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000de790000-0x00000000de828fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000de829000-0x00000000de829fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000de82a000-0x00000000de86cfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000de86d000-0x00000000dec8cfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dec8d000-0x00000000deff3fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000deff4000-0x00000000deffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ACPI=0xde12c000 ACPI 2.0=0xde12c000 SMBIOS=0xf04c0 MPS=0xfd4c0
[ 0.000000] secureboot: Secure boot could not be determined (mode 0)
[ 0.000000] random: fast init done
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: System manufacturer System Product Name/P8H77-V, BIOS 1103 10/12/2012
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask E00000000 write-back
[ 0.000000] 1 base 200000000 mask FF0000000 write-back
[ 0.000000] 2 base 210000000 mask FF8000000 write-back
[ 0.000000] 3 base 218000000 mask FFC000000 write-back
[ 0.000000] 4 base 21C000000 mask FFE000000 write-back
[ 0.000000] 5 base 21E000000 mask FFF000000 write-back
[ 0.000000] 6 base 0E0000000 mask FE0000000 uncachable
[ 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] total RAM covered: 8176M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 32M num_reg: 6 lose cover RAM: 0G
[ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd870-0x000fd87f] mapped at [ (ptrval)]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ (ptrval)] 97000 size 24576
[ 0.000000] BRK [0x8fd3e000, 0x8fd3efff] PGTABLE
[ 0.000000] BRK [0x8fd3f000, 0x8fd3ffff] PGTABLE
[ 0.000000] BRK [0x8fd40000, 0x8fd40fff] PGTABLE
[ 0.000000] BRK [0x8fd41000, 0x8fd41fff] PGTABLE
[ 0.000000] BRK [0x8fd42000, 0x8fd42fff] PGTABLE
[ 0.000000] BRK [0x8fd43000, 0x8fd43fff] PGTABLE
[ 0.000000] BRK [0x8fd44000, 0x8fd44fff] PGTABLE
[ 0.000000] BRK [0x8fd45000, 0x8fd45fff] PGTABLE
[ 0.000000] BRK [0x8fd46000, 0x8fd46fff] PGTABLE
[ 0.000000] BRK [0x8fd47000, 0x8fd47fff] PGTABLE
[ 0.000000] BRK [0x8fd48000, 0x8fd48fff] PGTABLE
[ 0.000000] BRK [0x8fd49000, 0x8fd49fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x35761000-0x36ba7fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000DE12C000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000DE12C080 000074 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000DE136CB8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000DE12C188 00AB2D (v02 ALASKA A M I 00000022 INTL 20051117)
[ 0.000000] ACPI: FACS 0x00000000DE259080 000040
[ 0.000000] ACPI: APIC 0x00000000DE136DC8 000072 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000DE136E40 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x00000000DE136E88 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000DE136EC8 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000DE136F00 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[ 0.000000] ACPI: SSDT 0x00000000DE137270 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.000000] ACPI: SSDT 0x00000000DE137C20 000A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: BGRT 0x00000000DE138790 000038 (v00 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DMAR 0x00000000DE138710 000080 (v01 INTEL SNB 00000001 INTL 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021effffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x21efd1000-0x21effbfff]
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000021effffff]
[ 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-0x00000000ddca5fff]
[ 0.000000] node 0: [mem 0x00000000de829000-0x00000000de829fff]
[ 0.000000] node 0: [mem 0x00000000de86d000-0x00000000dec8cfff]
[ 0.000000] node 0: [mem 0x00000000deff4000-0x00000000deffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000021effffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021effffff]
[ 0.000000] On node 0 totalpages: 2084977
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 26 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14148 pages used for memmap
[ 0.000000] DMA32 zone: 905427 pages, LIFO batch:31
[ 0.000000] Normal zone: 18368 pages used for memmap
[ 0.000000] Normal zone: 1175552 pages, LIFO batch:31
[ 0.000000] Reserved but unavailable: 98 pages
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] efi_bgrt: Ignoring BGRT: invalid image address
[ 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 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xddca6000-0xde128fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xde129000-0xde138fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xde139000-0xde25afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xde25b000-0xde78ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xde790000-0xde828fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xde82a000-0xde86cfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdec8d000-0xdeff3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0xdf000000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 46 pages/cpu @ (ptrval) s151552 r8192 d28672 u524288
[ 0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2052371
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic root=UUID=77a6e6a9-2c7c-434e-a186-1474057198fd ro quiet splash vt.handoff=1
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 7900556K/8339908K available (12300K kernel code, 2470K rwdata, 4232K rodata, 2404K init, 2416K bss, 439352K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 39081 entries in 153 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[ 0.000000] vt handoff: transparent VT on vt#1
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ACPI: Core revision 20170831
[ 0.000000] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.000000] DMAR: Host address width 36
[ 0.000000] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[ 0.000000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f0105a
[ 0.000000] DMAR: RMRR base: 0x000000de0ab000 end: 0x000000de0bcfff
[ 0.000000] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed90000 IOMMU 0
[ 0.000000] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[ 0.000000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.000000] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.000000] x2apic enabled
[ 0.000000] Switched APIC routing to cluster x2apic.
[ 0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.020000] tsc: Fast TSC calibration using PIT
[ 0.024000] tsc: Detected 3199.972 MHz processor
[ 0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6399.94 BogoMIPS (lpj=12799888)
[ 0.024000] pid_max: default: 32768 minimum: 301
[ 0.024000] Security Framework initialized
[ 0.024000] Yama: becoming mindful.
[ 0.024000] AppArmor: AppArmor initialized
[ 0.029215] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.030018] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.030050] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.030075] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.030246] CPU: Physical Processor ID: 0
[ 0.030247] CPU: Processor Core ID: 0
[ 0.030251] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.030252] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.030254] mce: CPU supports 9 MCE banks
[ 0.030262] CPU0: Thermal monitoring enabled (TM1)
[ 0.030269] process: using mwait in idle threads
[ 0.030271] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.030272] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.030273] Spectre V2 : Mitigation: Full generic retpoline
[ 0.030274] Speculative Store Bypass: Vulnerable
[ 0.030364] Freeing SMP alternatives memory: 36K
[ 0.038800] TSC deadline timer enabled
[ 0.038802] smpboot: CPU0: Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[ 0.038857] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.038875] ... version: 3
[ 0.038876] ... bit width: 48
[ 0.038876] ... generic registers: 8
[ 0.038877] ... value mask: 0000ffffffffffff
[ 0.038877] ... max period: 00007fffffffffff
[ 0.038877] ... fixed-purpose events: 3
[ 0.038878] ... event mask: 00000007000000ff
[ 0.038907] Hierarchical SRCU implementation.
[ 0.039594] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.039607] smp: Bringing up secondary CPUs ...
[ 0.039667] x86: Booting SMP configuration:
[ 0.039668] .... node #0, CPUs: #1 #2 #3
[ 0.042359] smp: Brought up 1 node, 4 CPUs
[ 0.042359] smpboot: Max logical packages: 1
[ 0.042359] smpboot: Total of 4 processors activated (25599.77 BogoMIPS)
[ 0.044213] devtmpfs: initialized
[ 0.044213] x86/mm: Memory block size: 128MB
[ 0.044538] evm: security.selinux
[ 0.044538] evm: security.SMACK64
[ 0.044539] evm: security.SMACK64EXEC
[ 0.044539] evm: security.SMACK64TRANSMUTE
[ 0.044539] evm: security.SMACK64MMAP
[ 0.044540] evm: security.apparmor
[ 0.044540] evm: security.ima
[ 0.044540] evm: security.capability
[ 0.044551] PM: Registering ACPI NVS region [mem 0xde139000-0xde25afff] (1187840 bytes)
[ 0.044551] PM: Registering ACPI NVS region [mem 0xde82a000-0xde86cfff] (274432 bytes)
[ 0.044551] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.044551] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.044551] pinctrl core: initialized pinctrl subsystem
[ 0.044551] RTC time: 2:23:48, date: 05/26/18
[ 0.044551] NET: Registered protocol family 16
[ 0.044551] audit: initializing netlink subsys (disabled)
[ 0.044551] audit: type=2000 audit(1527301427.044:1): state=initialized audit_enabled=0 res=1
[ 0.044551] cpuidle: using governor ladder
[ 0.044551] cpuidle: using governor menu
[ 0.044551] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.044551] ACPI: bus type PCI registered
[ 0.044551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.044551] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.044551] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.044551] PCI: Using configuration type 1 for base access
[ 0.044551] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[ 0.044925] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.044925] ACPI: Added _OSI(Module Device)
[ 0.044925] ACPI: Added _OSI(Processor Device)
[ 0.044925] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.044925] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.044925] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.049770] ACPI: Dynamic OEM Table Load:
[ 0.049770] ACPI: SSDT 0xFFFF90E254D0D000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.052310] ACPI: Dynamic OEM Table Load:
[ 0.052314] ACPI: SSDT 0xFFFF90E254F37000 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.052527] ACPI: Dynamic OEM Table Load:
[ 0.052527] ACPI: SSDT 0xFFFF90E254EB9400 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.052527] ACPI: Interpreter enabled
[ 0.052527] ACPI: (supports S0 S3 S4 S5)
[ 0.052527] ACPI: Using IOAPIC for interrupt routing
[ 0.052527] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.052527] ACPI: Enabled 10 GPEs in block 00 to 3F
[ 0.059837] ACPI: Power Resource [FN00] (off)
[ 0.059916] ACPI: Power Resource [FN01] (off)
[ 0.059995] ACPI: Power Resource [FN02] (off)
[ 0.060074] ACPI: Power Resource [FN03] (off)
[ 0.060153] ACPI: Power Resource [FN04] (off)
[ 0.060825] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.060830] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.061044] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 0.061225] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.061226] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.061748] PCI host bridge to bus 0000:00
[ 0.061750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.061751] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.061752] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.061753] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.061754] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.061755] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.061756] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.061757] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[ 0.061759] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.061765] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[ 0.061845] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[ 0.061874] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.061966] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[ 0.061989] pci 0000:00:14.0: reg 0x10: [mem 0xf7300000-0xf730ffff 64bit]
[ 0.062055] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.062124] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[ 0.062147] pci 0000:00:16.0: reg 0x10: [mem 0xf731a000-0xf731a00f 64bit]
[ 0.062216] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.062291] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[ 0.062311] pci 0000:00:1a.0: reg 0x10: [mem 0xf7318000-0xf73183ff]
[ 0.062390] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.062460] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[ 0.062478] pci 0000:00:1b.0: reg 0x10: [mem 0xf7310000-0xf7313fff 64bit]
[ 0.062539] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.062622] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[ 0.062761] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.062848] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
[ 0.062927] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.063001] pci 0000:00:1c.5: [8086:244e] type 01 class 0x060401
[ 0.063080] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.063155] pci 0000:00:1c.6: [8086:1e1c] type 01 class 0x060400
[ 0.063234] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.063310] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[ 0.063330] pci 0000:00:1d.0: reg 0x10: [mem 0xf7317000-0xf73173ff]
[ 0.063409] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.063479] pci 0000:00:1f.0: [8086:1e4a] type 00 class 0x060100
[ 0.063644] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
[ 0.063661] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
[ 0.063667] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
[ 0.063673] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
[ 0.063680] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
[ 0.063686] pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
[ 0.063693] pci 0000:00:1f.2: reg 0x24: [mem 0xf7316000-0xf73167ff]
[ 0.063730] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.063793] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[ 0.063810] pci 0000:00:1f.3: reg 0x10: [mem 0xf7315000-0xf73150ff 64bit]
[ 0.063829] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
[ 0.063943] pci 0000:01:00.0: [10de:11c0] type 00 class 0x030000
[ 0.063958] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[ 0.063966] pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
[ 0.063975] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.063980] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.063986] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[ 0.063991] pci 0000:01:00.0: enabling Extended Tags
[ 0.063999] pci 0000:01:00.0: BAR 3: assigned to efifb
[ 0.064067] pci 0000:01:00.1: [10de:0e0b] type 00 class 0x040300
[ 0.064078] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[ 0.064102] pci 0000:01:00.1: enabling Extended Tags
[ 0.076023] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.076026] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.076030] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.076034] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[ 0.076115] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.076191] pci 0000:03:00.0: [1969:1091] type 00 class 0x020000
[ 0.076231] pci 0000:03:00.0: reg 0x10: [mem 0xf7200000-0xf723ffff 64bit]
[ 0.076245] pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd07f]
[ 0.076391] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.088025] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.088030] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.088034] pci 0000:00:1c.4: bridge window [mem 0xf7200000-0xf72fffff]
[ 0.088124] pci 0000:04:00.0: [1b21:1080] type 01 class 0x060401
[ 0.088280] pci 0000:00:1c.5: PCI bridge to [bus 04-05] (subtractive decode)
[ 0.088288] pci 0000:00:1c.5: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.088289] pci 0000:00:1c.5: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.088291] pci 0000:00:1c.5: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.088292] pci 0000:00:1c.5: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[ 0.088293] pci 0000:00:1c.5: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[ 0.088294] pci 0000:00:1c.5: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[ 0.088295] pci 0000:00:1c.5: bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[ 0.088296] pci 0000:00:1c.5: bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
[ 0.088401] pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
[ 0.088422] pci 0000:04:00.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.088423] pci 0000:04:00.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.088424] pci 0000:04:00.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.088425] pci 0000:04:00.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[ 0.088426] pci 0000:04:00.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[ 0.088427] pci 0000:04:00.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[ 0.088428] pci 0000:04:00.0: bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[ 0.088429] pci 0000:04:00.0: bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
[ 0.088502] pci 0000:06:00.0: [1102:0012] type 00 class 0x040300
[ 0.088540] pci 0000:06:00.0: reg 0x10: [mem 0xf7104000-0xf7107fff 64bit]
[ 0.088556] pci 0000:06:00.0: reg 0x18: [mem 0xf7100000-0xf7103fff 64bit]
[ 0.088680] pci 0000:06:00.0: supports D2
[ 0.100027] pci 0000:00:1c.6: PCI bridge to [bus 06]
[ 0.100034] pci 0000:00:1c.6: bridge window [mem 0xf7100000-0xf71fffff]
[ 0.100582] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.100644] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.100705] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.100766] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.100826] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.100887] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.100950] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.101010] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.101407] SCSI subsystem initialized
[ 0.101417] libata version 3.00 loaded.
[ 0.101417] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.101417] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.101417] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.101417] vgaarb: loaded
[ 0.101417] ACPI: bus type USB registered
[ 0.101417] usbcore: registered new interface driver usbfs
[ 0.101417] usbcore: registered new interface driver hub
[ 0.101417] usbcore: registered new device driver usb
[ 0.101417] EDAC MC: Ver: 3.0.0
[ 0.101417] Registered efivars operations
[ 0.109473] PCI: Using ACPI for IRQ routing
[ 0.109473] PCI: pci_cache_line_size set to 64 bytes
[ 0.109492] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.109493] e820: reserve RAM buffer [mem 0xddca6000-0xdfffffff]
[ 0.109495] e820: reserve RAM buffer [mem 0xde82a000-0xdfffffff]
[ 0.109496] e820: reserve RAM buffer [mem 0xdec8d000-0xdfffffff]
[ 0.109496] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[ 0.109497] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
[ 0.109564] NetLabel: Initializing
[ 0.109565] NetLabel: domain hash size = 128
[ 0.109565] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.109576] NetLabel: unlabeled traffic allowed by default
[ 0.109588] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.109588] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.113014] clocksource: Switched to clocksource hpet
[ 0.120458] VFS: Disk quotas dquot_6.6.0
[ 0.120472] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.120548] AppArmor: AppArmor Filesystem Enabled
[ 0.120571] pnp: PnP ACPI init
[ 0.120689] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.120693] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.120771] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.120772] system 00:01: [io 0x1000-0x100f] has been reserved
[ 0.120774] system 00:01: [io 0xffff] has been reserved
[ 0.120775] system 00:01: [io 0xffff] has been reserved
[ 0.120776] system 00:01: [io 0x0400-0x0453] has been reserved
[ 0.120777] system 00:01: [io 0x0458-0x047f] has been reserved
[ 0.120779] system 00:01: [io 0x0500-0x057f] has been reserved
[ 0.120780] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.120783] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.120804] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.120850] system 00:03: [io 0x0454-0x0457] has been reserved
[ 0.120853] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.120943] system 00:04: [io 0x0290-0x029f] has been reserved
[ 0.120947] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.120993] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.120997] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.121240] pnp 00:06: [dma 0 disabled]
[ 0.121282] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.121495] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.121496] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.121497] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.121499] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.121500] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.121501] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.121503] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.121504] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.121505] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.121506] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.121508] system 00:07: [mem 0xe0000000-0xe0000fff] has been reserved
[ 0.121511] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.121650] pnp: PnP ACPI: found 8 devices
[ 0.127439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.127490] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.127492] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.127494] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.127496] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[ 0.127498] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.127515] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.127517] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.127521] pci 0000:00:1c.4: bridge window [mem 0xf7200000-0xf72fffff]
[ 0.127528] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.127547] pci 0000:00:1c.5: PCI bridge to [bus 04-05]
[ 0.127556] pci 0000:00:1c.6: PCI bridge to [bus 06]
[ 0.127560] pci 0000:00:1c.6: bridge window [mem 0xf7100000-0xf71fffff]
[ 0.127567] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.127569] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.127570] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.127571] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[ 0.127572] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[ 0.127573] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[ 0.127574] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[ 0.127575] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff window]
[ 0.127576] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.127577] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[ 0.127578] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
[ 0.127580] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.127581] pci_bus 0000:03: resource 1 [mem 0xf7200000-0xf72fffff]
[ 0.127582] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7 window]
[ 0.127583] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff window]
[ 0.127584] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.127585] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
[ 0.127586] pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
[ 0.127587] pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
[ 0.127588] pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
[ 0.127589] pci_bus 0000:04: resource 11 [mem 0xe0000000-0xfeafffff window]
[ 0.127590] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7 window]
[ 0.127591] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff window]
[ 0.127593] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.127594] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000d3fff window]
[ 0.127595] pci_bus 0000:05: resource 8 [mem 0x000d4000-0x000d7fff window]
[ 0.127596] pci_bus 0000:05: resource 9 [mem 0x000d8000-0x000dbfff window]
[ 0.127597] pci_bus 0000:05: resource 10 [mem 0x000dc000-0x000dffff window]
[ 0.127598] pci_bus 0000:05: resource 11 [mem 0xe0000000-0xfeafffff window]
[ 0.127599] pci_bus 0000:06: resource 1 [mem 0xf7100000-0xf71fffff]
[ 0.127681] NET: Registered protocol family 2
[ 0.127843] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.127952] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.128128] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.128153] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.128178] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.128224] NET: Registered protocol family 1
[ 0.128677] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.128684] pci 0000:03:00.0: set MSI_INTX_DISABLE_BUG flag
[ 0.128687] PCI: CLS mismatch (64 != 32), using 64 bytes
[ 0.128717] Unpacking initramfs...
[ 0.359066] Freeing initrd memory: 20764K
[ 0.359102] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.359104] software IO TLB [mem 0xcdf69000-0xd1f69000] (64MB) mapped at [000000002b963407-0000000095b1d07a]
[ 0.359317] Scanning for low memory corruption every 60 seconds
[ 0.359805] Initialise system trusted keyrings
[ 0.359812] Key type blacklist registered
[ 0.359833] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 0.360657] zbud: loaded
[ 0.361010] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.361102] fuse init (API version 7.26)
[ 0.362022] Key type asymmetric registered
[ 0.362022] Asymmetric key parser 'x509' registered
[ 0.362041] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.362064] io scheduler noop registered
[ 0.362065] io scheduler deadline registered
[ 0.362094] io scheduler cfq registered (default)
[ 0.362696] efifb: probing for efifb
[ 0.362703] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[ 0.362704] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 0.362704] efifb: scrolling: redraw
[ 0.362706] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.362772] Console: switching to colour frame buffer device 128x48
[ 0.362785] fb0: EFI VGA frame buffer device
[ 0.362791] intel_idle: MWAIT substates: 0x1120
[ 0.362791] intel_idle: v0.4.1 model 0x3A
[ 0.362887] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.362955] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.362974] ACPI: Power Button [PWRB]
[ 0.363002] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.363015] ACPI: Power Button [PWRF]
[ 0.363666] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 0.363812] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.363813] ACPI: Thermal Zone [TZ00] (28 C)
[ 0.364096] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.364097] ACPI: Thermal Zone [TZ01] (30 C)
[ 0.364177] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.384705] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.386293] Linux agpgart interface v0.103
[ 0.387472] loop: module loaded
[ 0.387583] libphy: Fixed MDIO Bus: probed
[ 0.387583] tun: Universal TUN/TAP device driver, 1.6
[ 0.387605] PPP generic driver version 2.4.2
[ 0.387634] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.387636] ehci-pci: EHCI PCI platform driver
[ 0.387726] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.387731] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.387741] ehci-pci 0000:00:1a.0: debug port 2
[ 0.391647] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.391659] ehci-pci 0000:00:1a.0: irq 23, io mem 0xf7318000
[ 0.404031] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.404091] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.404092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.404093] usb usb1: Product: EHCI Host Controller
[ 0.404094] usb usb1: Manufacturer: Linux 4.15.0-22-generic ehci_hcd
[ 0.404095] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.404260] hub 1-0:1.0: USB hub found
[ 0.404266] hub 1-0:1.0: 2 ports detected
[ 0.404456] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.404460] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.404469] ehci-pci 0000:00:1d.0: debug port 2
[ 0.408371] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.408375] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7317000
[ 0.424037] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.424095] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.424096] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.424098] usb usb2: Product: EHCI Host Controller
[ 0.424099] usb usb2: Manufacturer: Linux 4.15.0-22-generic ehci_hcd
[ 0.424100] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.424261] hub 2-0:1.0: USB hub found
[ 0.424267] hub 2-0:1.0: 2 ports detected
[ 0.424378] ehci-platform: EHCI generic platform driver
[ 0.424384] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.424386] ohci-pci: OHCI PCI platform driver
[ 0.424393] ohci-platform: OHCI generic platform driver
[ 0.424397] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.424485] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.424488] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 0.425560] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
[ 0.425564] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.425666] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.425667] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.425668] usb usb3: Product: xHCI Host Controller
[ 0.425669] usb usb3: Manufacturer: Linux 4.15.0-22-generic xhci-hcd
[ 0.425670] usb usb3: SerialNumber: 0000:00:14.0
[ 0.425851] hub 3-0:1.0: USB hub found
[ 0.425859] hub 3-0:1.0: 4 ports detected
[ 0.426192] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.426195] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 0.426218] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.426219] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.426220] usb usb4: Product: xHCI Host Controller
[ 0.426221] usb usb4: Manufacturer: Linux 4.15.0-22-generic xhci-hcd
[ 0.426222] usb usb4: SerialNumber: 0000:00:14.0
[ 0.426399] hub 4-0:1.0: USB hub found
[ 0.426407] hub 4-0:1.0: 4 ports detected
[ 0.426768] i8042: PNP: No PS/2 controller found.
[ 0.426923] mousedev: PS/2 mouse device common for all mice
[ 0.427134] rtc_cmos 00:02: RTC can wake from S4
[ 0.427271] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 0.427297] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.427301] i2c /dev entries driver
[ 0.427333] device-mapper: uevent: version 1.0.3
[ 0.427400] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[ 0.427404] intel_pstate: Intel P-state driver initializing
[ 0.427630] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.427631] EFI Variables Facility v0.08 2004-May-17
[ 0.431362] efivars: duplicate variable: Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9
[ 0.431810] NET: Registered protocol family 10
[ 0.435177] Segment Routing with IPv6
[ 0.435190] NET: Registered protocol family 17
[ 0.435239] Key type dns_resolver registered
[ 0.435492] RAS: Correctable Errors collector initialized.
[ 0.435511] microcode: sig=0x306a9, pf=0x2, revision=0x12
[ 0.435567] microcode: Microcode Update Driver: v2.2.
[ 0.435573] sched_clock: Marking stable (435564190, 0)->(423514075, 12050115)
[ 0.435712] registered taskstats version 1
[ 0.435718] Loading compiled-in X.509 certificates
[ 0.437516] Loaded X.509 cert 'Build time autogenerated kernel key: 468ef21bca9fd51e384ed81787f12083b301a55f'
[ 0.437668] Couldn't get size: 0x800000000000000e
[ 0.437670] MODSIGN: Couldn't get UEFI db list
[ 0.437744] Couldn't get size: 0x800000000000000e
[ 0.437744] MODSIGN: Couldn't get UEFI MokListRT
[ 0.438051] zswap: loaded using pool lzo/zbud
[ 0.440388] Key type big_key registered
[ 0.440391] Key type trusted registered
[ 0.441655] Key type encrypted registered
[ 0.441657] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.441658] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 0.441672] evm: HMAC attrs: 0x1
[ 0.441876] Magic number: 2:978:359
[ 0.441978] rtc_cmos 00:02: setting system clock to 2018-05-26 02:23:48 UTC (1527301428)
[ 0.442022] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.442023] EDD information not available.
[ 0.444030] Freeing unused kernel memory: 2404K
[ 0.444031] Write protecting the kernel read-only data: 20480k
[ 0.444489] Freeing unused kernel memory: 2008K
[ 0.447473] Freeing unused kernel memory: 1912K
[ 0.452665] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.452665] x86/mm: Checking user space page tables
[ 0.457652] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.518614] PKCS#7 signature not signed with a trusted key
[ 0.518639] libahci: module verification failed: signature and/or required key missing - tainting kernel
[ 0.519123] PKCS#7 signature not signed with a trusted key
[ 0.519355] ahci 0000:00:1f.2: version 3.0
[ 0.519540] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
[ 0.519542] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst
[ 0.529890] scsi host0: ahci
[ 0.532343] scsi host1: ahci
[ 0.532503] scsi host2: ahci
[ 0.532576] scsi host3: ahci
[ 0.532759] scsi host4: ahci
[ 0.532831] scsi host5: ahci
[ 0.532860] ata1: SATA max UDMA/133 abar m2048@0xf7316000 port 0xf7316100 irq 26
[ 0.532862] ata2: SATA max UDMA/133 abar m2048@0xf7316000 port 0xf7316180 irq 26
[ 0.532863] ata3: DUMMY
[ 0.532863] ata4: DUMMY
[ 0.532864] ata5: DUMMY
[ 0.532864] ata6: DUMMY
[ 0.740035] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.760035] usb 3-4: new high-speed USB device number 2 using xhci_hcd
[ 0.760047] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 0.846541] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.846649] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.847132] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[ 0.847152] No Local Variables are initialized for Method [_GTF]
[ 0.847157] No Arguments are initialized for method [_GTF]
[ 0.847159] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT0._GTF, AE_NOT_FOUND (20170831/psparse-550)
[ 0.847211] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[ 0.847218] No Local Variables are initialized for Method [_GTF]
[ 0.847219] No Arguments are initialized for method [_GTF]
[ 0.847221] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT1._GTF, AE_NOT_FOUND (20170831/psparse-550)
[ 0.847335] ata2.00: ATA-10: INTEL SSDSC2KW256G8, LHF002C, max UDMA/133
[ 0.847336] ata2.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 0.847456] ata1.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133
[ 0.847459] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 0.847635] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[ 0.847641] No Local Variables are initialized for Method [_GTF]
[ 0.847642] No Arguments are initialized for method [_GTF]
[ 0.847644] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT1._GTF, AE_NOT_FOUND (20170831/psparse-550)
[ 0.847828] ata2.00: configured for UDMA/133
[ 0.847870] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[ 0.847875] No Local Variables are initialized for Method [_GTF]
[ 0.847876] No Arguments are initialized for method [_GTF]
[ 0.847877] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT0._GTF, AE_NOT_FOUND (20170831/psparse-550)
[ 0.848101] ata1.00: configured for UDMA/133
[ 0.848317] scsi 0:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5
[ 0.848644] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 0.848646] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 0.848662] sd 0:0:0:0: [sda] Write Protect is off
[ 0.848663] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.848665] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.848673] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.848914] scsi 1:0:0:0: Direct-Access ATA INTEL SSDSC2KW25 002C PQ: 0 ANSI: 5
[ 0.849148] ata2.00: Enabling discard_zeroes_data
[ 0.849174] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 0.849286] sd 1:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 0.849300] sd 1:0:0:0: [sdb] Write Protect is off
[ 0.849302] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 0.849345] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.849437] ata2.00: Enabling discard_zeroes_data
[ 0.850668] sdb: sdb1 sdb2 sdb3 sdb4 sdb5
[ 0.850840] ata2.00: Enabling discard_zeroes_data
[ 0.850973] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 0.896353] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 0.896354] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.896618] hub 1-1:1.0: USB hub found
[ 0.896701] hub 1-1:1.0: 6 ports detected
[ 0.908995] usb 3-4: New USB device found, idVendor=0424, idProduct=2744
[ 0.908998] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.909000] usb 3-4: Product: USB2744
[ 0.909002] usb 3-4: Manufacturer: Microchip Tech
[ 0.909284] hub 3-4:1.0: USB hub found
[ 0.909340] hub 3-4:1.0: 4 ports detected
[ 0.910747] sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
[ 0.911157] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.920361] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 0.920364] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.920643] hub 2-1:1.0: USB hub found
[ 0.920701] hub 2-1:1.0: 8 ports detected
[ 1.036177] usb 4-4: new SuperSpeed USB device number 2 using xhci_hcd
[ 1.056492] usb 4-4: New USB device found, idVendor=0424, idProduct=5744
[ 1.056494] usb 4-4: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 1.056495] usb 4-4: Product: USB5744
[ 1.056496] usb 4-4: Manufacturer: Microchip Tech
[ 1.056911] hub 4-4:1.0: USB hub found
[ 1.056933] hub 4-4:1.0: 2 ports detected
[ 1.196040] usb 3-4.1: new high-speed USB device number 3 using xhci_hcd
[ 1.208041] usb 2-1.5: new full-speed USB device number 3 using ehci-pci
[ 1.296393] usb 3-4.1: New USB device found, idVendor=2001, idProduct=3319
[ 1.296395] usb 3-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.296396] usb 3-4.1: Product: Wireless N Nano USB Adapter
[ 1.296396] usb 3-4.1: Manufacturer: Realtek
[ 1.296397] usb 3-4.1: SerialNumber: 00e04c000001
[ 1.317737] usb 2-1.5: New USB device found, idVendor=1038, idProduct=1710
[ 1.317740] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.317742] usb 2-1.5: Product: SteelSeries Rival 300 Gaming Mouse
[ 1.317744] usb 2-1.5: Manufacturer: SteelSeries
[ 1.319796] PKCS#7 signature not signed with a trusted key
[ 1.319797] PKCS#7 signature not signed with a trusted key
[ 1.319797] PKCS#7 signature not signed with a trusted key
[ 1.320259] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.320657] PKCS#7 signature not signed with a trusted key
[ 1.320660] PKCS#7 signature not signed with a trusted key
[ 1.320741] PKCS#7 signature not signed with a trusted key
[ 1.322896] usbcore: registered new interface driver usbhid
[ 1.322897] usbhid: USB HID core driver
[ 1.323625] PKCS#7 signature not signed with a trusted key
[ 1.323645] PKCS#7 signature not signed with a trusted key
[ 1.323668] PKCS#7 signature not signed with a trusted key
[ 1.323788] hid-generic 0003:1038:1710.0001: hiddev0,hidraw0: USB HID v1.11 Device [SteelSeries SteelSeries Rival 300 Gaming Mouse] on usb-0000:00:1d.0-1.5/input0
[ 1.323863] input: SteelSeries SteelSeries Rival 300 Gaming Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1038:1710.0002/input/input2
[ 1.323922] hid-generic 0003:1038:1710.0002: input,hidraw1: USB HID v1.11 Mouse [SteelSeries SteelSeries Rival 300 Gaming Mouse] on usb-0000:00:1d.0-1.5/input1
[ 1.324197] input: SteelSeries SteelSeries Rival 300 Gaming Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.2/0003:1038:1710.0003/input/input3
[ 1.372040] tsc: Refined TSC clocksource calibration: 3199.999 MHz
[ 1.372048] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e2048a8b6b, max_idle_ns: 440795205530 ns
[ 1.376312] usb 4-4.2: new SuperSpeed USB device number 3 using xhci_hcd
[ 1.384299] hid-generic 0003:1038:1710.0003: input,hidraw2: USB HID v1.11 Keyboard [SteelSeries SteelSeries Rival 300 Gaming Mouse] on usb-0000:00:1d.0-1.5/input2
[ 1.396018] usb 2-1.7: new low-speed USB device number 4 using ehci-pci
[ 1.401755] usb 4-4.2: New USB device found, idVendor=054c, idProduct=05b8
[ 1.401758] usb 4-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.401761] usb 4-4.2: Product: Storage Media
[ 1.401763] usb 4-4.2: Manufacturer: Sony
[ 1.401765] usb 4-4.2: SerialNumber: FBA5C24FFF8DC5
[ 1.405981] PKCS#7 signature not signed with a trusted key
[ 1.406575] usb-storage 4-4.2:1.0: USB Mass Storage device detected
[ 1.406694] scsi host6: usb-storage 4-4.2:1.0
[ 1.406744] usbcore: registered new interface driver usb-storage
[ 1.406907] PKCS#7 signature not signed with a trusted key
[ 1.407036] usbcore: registered new interface driver uas
[ 1.517350] usb 2-1.7: New USB device found, idVendor=04b4, idProduct=0101
[ 1.517352] usb 2-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.517353] usb 2-1.7: Product: Cypress USB Keyboard / PS2 Mouse
[ 1.517354] usb 2-1.7: Manufacturer: Cypress
[ 1.537107] input: Cypress Cypress USB Keyboard / PS2 Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:04B4:0101.0004/input/input4
[ 1.596319] hid-generic 0003:04B4:0101.0004: input,hidraw3: USB HID v1.00 Keyboard [Cypress Cypress USB Keyboard / PS2 Mouse] on usb-0000:00:1d.0-1.7/input0
[ 1.604639] input: Cypress Cypress USB Keyboard / PS2 Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.1/0003:04B4:0101.0005/input/input5
[ 1.664388] hid-generic 0003:04B4:0101.0005: input,hidraw4: USB HID v1.00 Mouse [Cypress Cypress USB Keyboard / PS2 Mouse] on usb-0000:00:1d.0-1.7/input1
[ 1.697888] EXT4-fs (sdb4): mounted filesystem with ordered data mode. Opts: (null)
[ 1.777598] PKCS#7 signature not signed with a trusted key
[ 1.779093] PKCS#7 signature not signed with a trusted key
[ 1.780087] PKCS#7 signature not signed with a trusted key
[ 1.780231] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.789815] efivars: duplicate variable: Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9
[ 1.792936] systemd[1]: systemd 237 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)
[ 1.812121] systemd[1]: Detected architecture x86-64.
[ 1.813838] systemd[1]: Set hostname to <ian-System-Product-Name>.
[ 1.890145] systemd[1]: Reached target Remote File Systems.
[ 1.890310] systemd[1]: Created slice System Slice.
[ 1.890375] systemd[1]: Listening on udev Control Socket.
[ 1.890438] systemd[1]: Listening on Journal Socket.
[ 1.890869] systemd[1]: Starting Uncomplicated firewall...
[ 1.891357] systemd[1]: Mounting Kernel Debug File System...
[ 1.891443] systemd[1]: Reached target User and Group Name Lookups.
[ 1.898287] PKCS#7 signature not signed with a trusted key
[ 1.898757] EXT4-fs (sdb4): re-mounted. Opts: errors=remount-ro
[ 1.899561] PKCS#7 signature not signed with a trusted key
[ 1.900566] lp: driver loaded but no devices found
[ 1.901353] PKCS#7 signature not signed with a trusted key
[ 1.902087] ppdev: user-space parallel port driver
[ 1.903296] PKCS#7 signature not signed with a trusted key
[ 1.924415] PKCS#7 signature not signed with a trusted key
[ 1.974435] systemd-journald[276]: Received request to flush runtime journal from PID 1
[ 2.051106] PKCS#7 signature not signed with a trusted key
[ 2.114686] PKCS#7 signature not signed with a trusted key
[ 2.115710] PKCS#7 signature not signed with a trusted key
[ 2.123630] PKCS#7 signature not signed with a trusted key
[ 2.123731] PKCS#7 signature not signed with a trusted key
[ 2.124329] PKCS#7 signature not signed with a trusted key
[ 2.124424] PKCS#7 signature not signed with a trusted key
[ 2.124600] PKCS#7 signature not signed with a trusted key
[ 2.124767] PKCS#7 signature not signed with a trusted key
[ 2.124838] PKCS#7 signature not signed with a trusted key
[ 2.124989] PKCS#7 signature not signed with a trusted key
[ 2.125000] PKCS#7 signature not signed with a trusted key
[ 2.125421] PKCS#7 signature not signed with a trusted key
[ 2.125615] PKCS#7 signature not signed with a trusted key
[ 2.125761] PKCS#7 signature not signed with a trusted key
[ 2.125776] PKCS#7 signature not signed with a trusted key
[ 2.126339] PKCS#7 signature not signed with a trusted key
[ 2.128592] PKCS#7 signature not signed with a trusted key
[ 2.129008] AVX version of gcm_enc/dec engaged.
[ 2.129009] AES CTR mode by8 optimization enabled
[ 2.130004] PKCS#7 signature not signed with a trusted key
[ 2.130064] PKCS#7 signature not signed with a trusted key
[ 2.130077] PKCS#7 signature not signed with a trusted key
[ 2.145822] PKCS#7 signature not signed with a trusted key
[ 2.147190] PKCS#7 signature not signed with a trusted key
[ 2.147228] PKCS#7 signature not signed with a trusted key
[ 2.147303] PKCS#7 signature not signed with a trusted key
[ 2.147384] PKCS#7 signature not signed with a trusted key
[ 2.148044] PKCS#7 signature not signed with a trusted key
[ 2.148046] PKCS#7 signature not signed with a trusted key
[ 2.148106] PKCS#7 signature not signed with a trusted key
[ 2.148130] PKCS#7 signature not signed with a trusted key
[ 2.149036] PKCS#7 signature not signed with a trusted key
[ 2.149046] PKCS#7 signature not signed with a trusted key
[ 2.149126] PKCS#7 signature not signed with a trusted key
[ 2.149189] PKCS#7 signature not signed with a trusted key
[ 2.151442] PKCS#7 signature not signed with a trusted key
[ 2.151468] PKCS#7 signature not signed with a trusted key
[ 2.151536] PKCS#7 signature not signed with a trusted key
[ 2.151589] PKCS#7 signature not signed with a trusted key
[ 2.160896] PKCS#7 signature not signed with a trusted key
[ 2.162290] PKCS#7 signature not signed with a trusted key
[ 2.162435] PKCS#7 signature not signed with a trusted key
[ 2.162542] PKCS#7 signature not signed with a trusted key
[ 2.166955] PKCS#7 signature not signed with a trusted key
[ 2.166958] PKCS#7 signature not signed with a trusted key
[ 2.167022] PKCS#7 signature not signed with a trusted key
[ 2.167077] PKCS#7 signature not signed with a trusted key
[ 2.396267] clocksource: Switched to clocksource tsc
[ 2.710047] scsi 6:0:0:0: Direct-Access Sony Storage Media 0100 PQ: 0 ANSI: 6
[ 2.710318] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 2.710739] sd 6:0:0:0: [sdc] 30507008 512-byte logical blocks: (15.6 GB/14.5 GiB)
[ 2.711090] sd 6:0:0:0: [sdc] Write Protect is off
[ 2.711092] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 2.711440] sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.714166] sdc: sdc1
[ 2.715628] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[ 2.726420] random: crng init done
[ 3.108020] Adding 7106556k swap on /dev/sdb5. Priority:-2 extents:1 across:7106556k SSFS
[ 3.138436] PKCS#7 signature not signed with a trusted key
[ 3.316997] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[ 3.357105] audit: type=1400 audit(1527301431.410:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4650/usr/lib/snapd/snap-confine" pid=759 comm="apparmor_parser"
[ 3.357108] audit: type=1400 audit(1527301431.410:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4650/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=759 comm="apparmor_parser"
[ 3.357696] audit: type=1400 audit(1527301431.410:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=758 comm="apparmor_parser"
[ 3.357698] audit: type=1400 audit(1527301431.410:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=758 comm="apparmor_parser"
[ 3.357700] audit: type=1400 audit(1527301431.410:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=758 comm="apparmor_parser"
[ 3.357701] audit: type=1400 audit(1527301431.410:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=758 comm="apparmor_parser"
[ 3.358344] audit: type=1400 audit(1527301431.410:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=762 comm="apparmor_parser"
[ 3.358346] audit: type=1400 audit(1527301431.410:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=762 comm="apparmor_parser"
[ 3.358348] audit: type=1400 audit(1527301431.410:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=762 comm="apparmor_parser"
[ 5.820715] rfkill: input handler disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment