lkml.org 
[lkml]   [2018]   [Oct]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v5 00/15] Compiler Attributes
[CC'ing this message to linux-kernel so that we get it into the
archive at lore.kernel.org]

On Sat, Oct 6, 2018 at 9:13 AM Sedat Dilek <sedat.dilek@gmail.com> wrote:
>
> On Sun, Sep 30, 2018 at 1:11 PM Miguel Ojeda
> <miguel.ojeda.sandonis@gmail.com> wrote:
> >
> > Thanks a lot for testing! Which configuration roughly (e.g.
> > allmodconfig)? Did you boot it & run it for a while?
> >
>
> Hi Miguel,
>
> I am doing all my "ClangBuiltLinux" (short: cbl) experiments on
> Debian/testing AMD64 (which will be buster aka version 10).
>
> https://github.com/ClangBuiltLinux/linux
>
> I am using the kernel-config provided by the Debian Kernel Team -
> means be as close to my upstream.
>
> https://packages.debian.org/experimental/linux-image-4.19.0-rc4-amd64-unsigned
>
> Clang version 7 from Debian/unstable is the compiler I am using.
>
> https://packages.debian.org/clang-7
>
> Currently, some Kconfigs are known to be "BROKEN" (with Clang or
> independent of the used compiler).
> CONFIG_HARDENED_USERCOPY=n
> CONFIG_DRM_AMDGPU=n (built as module broken, not sure if this was
> fixed in meantime).
>
> https://github.com/ClangBuiltLinux/linux/issues/7
> https://lists.freedesktop.org/archives/amd-gfx/2018-July/024634.html
>
> In my testoings I am booting in QEMU and on bare metal.
> Both tests were successful.
>
> My last testings of your series v5 was on top of Linux v4.19-rc6.
> I have some more patches included (see below).
>
> My kernel-config and dmesg-log are attached.
>
> Hope this helps.
>
> Regards,
> - Sedat -
>
> P.S.: Some helpful informations
>
> [ VERSION ]
>
> $ cat /proc/version
> Linux version 4.19.0-rc6-1-amd64-cbl (sedat.dilek@gmail.com@iniza)
> (clang version 7.0.0-3 (tags/RELEASE_700/final)) #1 SMP 2018-10-01
>
> [ PATCH-SET ]
>
> $ git --no-pager log --no-merges --oneline v4.19-rc6..
> c1b160655219 (for-4.19/compiler-attributes-v5) Compiler Attributes:
> ext4: remove local __nonstring definition
> e33fe800b910 Compiler Attributes: auxdisplay: panel: use __nonstring
> 2d5e0d827ee0 Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)
> 1ab27d366e9f Compiler Attributes: add support for __nonstring (gcc >= 8)
> 58d53af4577c Compiler Attributes: add MAINTAINERS entry
> 8dbfe0eec5c1 Compiler Attributes: add Doc/process/programming-language.rst
> 5a886fa546eb Compiler Attributes: remove uses of __attribute__ from compiler.h
> 8414944bdb94 Compiler Attributes: KENTRY used twice the "used" attribute
> 16da1f71ccf1 Compiler Attributes: use feature checks instead of version checks
> efe932a226e2 Compiler Attributes: add missing SPDX ID in compiler_types.h
> f5add77ef51a Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
> 5b1c25d038ac Compiler Attributes: homogenize __must_be_array
> 4bce3ce73e44 Compiler Attributes: remove unneeded tests
> 899d7604d8c2 Compiler Attributes: always use the extra-underscores syntax
> 704bd38d6793 Compiler Attributes: remove unused attributes
> ef8c4ed9db80 kbuild: allow to use GCC toolchain not in Clang search path
> 5a4630aadb9a ftrace: Build with CPPFLAGS to get -Qunused-arguments
> 9f9ff0dc3aed (for-4.19/x86-asm-goto-clang-fixes)
> include/linux/compiler*.h: add version detection to asm_volatile_goto
> cca6adeee1db kbuild: add --include-dir flag only for out-of-tree build
> bb5de5d28f73 kbuild: remove unneeded link_multi_deps
> 00d78ab2ba75 kbuild: remove dead code in cmd_files calculation in top Makefile
> 25815cf5ffec kbuild: hide most of targets when running config or mixed targets
> 0d91bf584fe5 kbuild: remove old check for CFLAGS use
> 487c7c7702ab kbuild: prefix Makefile.dtbinst path with $(srctree)
> unconditionally
> 36f546a1bdb5 kallsyms: remove left-over Blackfin code
> 80ffbaa5b1bd kallsyms: reduce size a little on 64-bit
> bac13b5b25c9 x86: Warn clang does not support asm-goto (v2)
> 1e98b02f5c59 (for-4.19/compiletime_assert-clang-fixes) compiler.h:
> give up __compiletime_assert_fallback()
>
> [ QEMU TESTING (run_qemu.sh) ]
> KPATH=$(pwd)
>
> qemu-system-x86_64 -enable-kvm -M pc -kernel $KPATH/bzImage -initrd
> $KPATH/initrd.img -m 512 -net none -serial stdio -append
> "root=/dev/ram0 console=ttyS0 hung_task_panic=1
> earlyprintk=ttyS0,115200"
>
> [ DEBIAN KERNEL VS. CBL KERNEL ]
>
> $ ./scripts/diffconfig /boot/config-4.19.0-rc4-amd64
> /boot/config-4.19.0-rc6-1-amd64-cbl
> -ALLOW_LOCKDOWN_LIFT_BY_SYSRQ n
> -ANDROID_BINDER_DEVICES "binder"
> -ANDROID_BINDER_IPC_SELFTEST n
> -CC_IS_GCC y
> -CHASH m
> -CHASH_SELFTEST n
> -CHASH_STATS n
> -CRYPTO_FIPS y
> -DEBUG_KERNEL_DC n
> -DRM_AMDGPU_CIK y
> -DRM_AMDGPU_GART_DEBUGFS n
> -DRM_AMDGPU_SI y
> -DRM_AMDGPU_USERPTR y
> -DRM_AMD_ACP y
> -DRM_AMD_DC y
> -DRM_AMD_DC_DCN1_0 y
> -DRM_SCHED m
> -HARDENED_USERCOPY_FALLBACK n
> -HARDENED_USERCOPY_PAGESPAN n
> -HSA_AMD m
> -LOCK_DOWN_IN_EFI_SECURE_BOOT y
> -LOCK_DOWN_KERNEL y
> -MODULE_SIG_ALL n
> -MODULE_SIG_FORCE n
> -MODULE_SIG_HASH "sha256"
> -MODULE_SIG_KEY ""
> -MODULE_SIG_SHA1 n
> -MODULE_SIG_SHA224 n
> -MODULE_SIG_SHA256 y
> -MODULE_SIG_SHA384 n
> -MODULE_SIG_SHA512 n
> -PLUGIN_HOSTCC ""
> -PM_GENERIC_DOMAINS y
> -PM_GENERIC_DOMAINS_SLEEP y
> -RTLWIFI_DEBUG_ST y
> -SECURITY_PERF_EVENTS_RESTRICT y
> -X86_X32_DISABLED y
> ANDROID_BINDER_IPC m -> n
> ASHMEM m -> n
> BUILD_SALT "4.19.0-rc4-amd64" -> "4.19.0-rc6-1-amd64-cbl"
> CLANG_VERSION 0 -> 70000
> DRM_AMDGPU m -> n
> GCC_VERSION 80200 -> 0
> HARDENED_USERCOPY y -> n
> MODULE_SIG y -> n
> R8822BE m -> n
> SYSTEM_TRUSTED_KEYS "debian/certs/test-signing-certs.pem" -> ""
> TYPEC_TPS6598X m -> n
> USB_COMMON m -> y
> X86_X32 y -> n
> +CC_IS_CLANG y
> +FB_NVIDIA n
> +FB_RIVA n
>
> - EOT -

Cheers,
Miguel
[ 0.000000] microcode: microcode updated early to revision 0x8e, date = 2018-03-24
[ 0.000000] Linux version 4.19.0-rc6-1-amd64-cbl (sedat.dilek@gmail.com@iniza) (clang version 7.0.0-3 (tags/RELEASE_700/final)) #1 SMP 2018-10-01
[ 0.000000] Command line: initrd=\initrd.img-4.19.0-rc6-1-amd64-cbl root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008505dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008505e000-0x000000008505efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008505f000-0x000000008505ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000085060000-0x000000008e99cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008e99d000-0x000000008ff2cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008ff2d000-0x000000008ff99fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008ff9a000-0x000000008fffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000008ffff000-0x000000008fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000090000000-0x0000000097ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000098600000-0x000000009c7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004627fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.50 by Lenovo
[ 0.000000] efi: SMBIOS=0x8f099000 SMBIOS 3.0=0x8f096000 ACPI=0x8fffe000 ACPI 2.0=0x8fffe014 ESRT=0x8ef63000 MEMATTR=0x8982a018 TPMEventLog=0x85196018
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: LENOVO 20HDCTO1WW/20HDCTO1WW, BIOS N1QET68W (1.43 ) 11/10/2017
[ 0.000000] tsc: Detected 2900.000 MHz processor
[ 0.003343] tsc: Detected 2904.000 MHz TSC
[ 0.003343] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.003348] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.003361] last_pfn = 0x462800 max_arch_pfn = 0x400000000
[ 0.003368] MTRR default type: write-back
[ 0.003370] MTRR fixed ranges enabled:
[ 0.003372] 00000-9FFFF write-back
[ 0.003374] A0000-BFFFF uncachable
[ 0.003375] C0000-FFFFF write-protect
[ 0.003377] MTRR variable ranges enabled:
[ 0.003380] 0 base 00C0000000 mask 7FC0000000 uncachable
[ 0.003381] 1 base 00A0000000 mask 7FE0000000 uncachable
[ 0.003383] 2 base 009C000000 mask 7FFC000000 uncachable
[ 0.003384] 3 base 009A000000 mask 7FFE000000 uncachable
[ 0.003386] 4 disabled
[ 0.003387] 5 disabled
[ 0.003388] 6 disabled
[ 0.003389] 7 disabled
[ 0.003390] 8 disabled
[ 0.003390] 9 disabled
[ 0.005762] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.007320] last_pfn = 0x90000 max_arch_pfn = 0x400000000
[ 0.032175] esrt: Reserving ESRT space from 0x000000008ef63000 to 0x000000008ef63088.
[ 0.032188] Base memory trampoline at [(____ptrval____)] 96000 size 28672
[ 0.032194] Using GB pages for direct mapping
[ 0.032198] BRK [0x312401000, 0x312401fff] PGTABLE
[ 0.032201] BRK [0x312402000, 0x312402fff] PGTABLE
[ 0.032203] BRK [0x312403000, 0x312403fff] PGTABLE
[ 0.032278] BRK [0x312404000, 0x312404fff] PGTABLE
[ 0.032282] BRK [0x312405000, 0x312405fff] PGTABLE
[ 0.032693] BRK [0x312406000, 0x312406fff] PGTABLE
[ 0.032792] BRK [0x312407000, 0x312407fff] PGTABLE
[ 0.033102] BRK [0x312408000, 0x312408fff] PGTABLE
[ 0.033215] BRK [0x312409000, 0x312409fff] PGTABLE
[ 0.033359] Secure boot disabled
[ 0.033362] RAMDISK: [mem 0x7e3bc000-0x7fffefff]
[ 0.033381] ACPI: Early table checksum verification disabled
[ 0.033386] ACPI: RSDP 0x000000008FFFE014 000024 (v02 LENOVO)
[ 0.033394] ACPI: XSDT 0x000000008FFC2188 00010C (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033405] ACPI: FACP 0x000000008FFF5000 0000F4 (v05 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033415] ACPI: DSDT 0x000000008FFD0000 020C9B (v02 LENOVO SKL 00000000 INTL 20160527)
[ 0.033422] ACPI: FACS 0x000000008FF3D000 000040
[ 0.033427] ACPI: SSDT 0x000000008FFFC000 0003CC (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[ 0.033433] ACPI: TPM2 0x000000008FFFB000 000034 (v03 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033439] ACPI: UEFI 0x000000008FF53000 000042 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033445] ACPI: SSDT 0x000000008FFF7000 003235 (v02 LENOVO SaSsdt 00003000 INTL 20160527)
[ 0.033451] ACPI: SSDT 0x000000008FFF6000 0005B6 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[ 0.033457] ACPI: HPET 0x000000008FFF4000 000038 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033464] ACPI: APIC 0x000000008FFF3000 0000BC (v03 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033475] ACPI: MCFG 0x000000008FFF2000 00003C (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033483] ACPI: ECDT 0x000000008FFF1000 000053 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033489] ACPI: SSDT 0x000000008FFCF000 00021C (v01 LENOVO Rmv_Batt 00001000 INTL 20160527)
[ 0.033495] ACPI: SSDT 0x000000008FFCD000 00174F (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[ 0.033501] ACPI: BOOT 0x000000008FFCC000 000028 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033507] ACPI: BATB 0x000000008FFCB000 00004A (v02 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033513] ACPI: SLIC 0x000000008FFCA000 000176 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033519] ACPI: SSDT 0x000000008FFC8000 0017AE (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
[ 0.033525] ACPI: SSDT 0x000000008FFC7000 00056D (v02 LENOVO CtdpB 00001000 INTL 20160527)
[ 0.033531] ACPI: SSDT 0x000000008FFC6000 000634 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[ 0.033537] ACPI: WSMT 0x000000008FFC5000 000028 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033542] ACPI: SSDT 0x000000008FFC4000 000141 (v02 LENOVO HdaDsp 00000000 INTL 20160527)
[ 0.033549] ACPI: SSDT 0x000000008FFC3000 0004C5 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[ 0.033554] ACPI: DBGP 0x000000008FFFD000 000034 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033560] ACPI: DBG2 0x000000008FFC1000 000054 (v00 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033566] ACPI: MSDM 0x000000008FFC0000 000055 (v03 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033572] ACPI: DMAR 0x000000008FFBF000 0000CC (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033578] ACPI: ASF! 0x000000008FFBE000 0000A0 (v32 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033584] ACPI: FPDT 0x000000008FFBD000 000044 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033590] ACPI: BGRT 0x000000008FFBC000 000038 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033596] ACPI: UEFI 0x000000008FF3A000 00013E (v01 LENOVO TP-N1Q 00001430 PTEC 00000002)
[ 0.033610] ACPI: Local APIC address 0xfee00000
[ 0.033756] No NUMA configuration found
[ 0.033758] Faking a node at [mem 0x0000000000000000-0x00000004627fffff]
[ 0.033766] NODE_DATA(0) allocated [mem 0x4627fb000-0x4627fffff]
[ 0.033824] Zone ranges:
[ 0.033827] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.033830] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.033833] Normal [mem 0x0000000100000000-0x00000004627fffff]
[ 0.033836] Device empty
[ 0.033838] Movable zone start for each node
[ 0.033840] Early memory node ranges
[ 0.033842] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.033844] node 0: [mem 0x0000000000059000-0x000000000009cfff]
[ 0.033846] node 0: [mem 0x0000000000100000-0x000000008505dfff]
[ 0.033848] node 0: [mem 0x0000000085060000-0x000000008e99cfff]
[ 0.033850] node 0: [mem 0x000000008ffff000-0x000000008fffffff]
[ 0.033852] node 0: [mem 0x0000000100000000-0x00000004627fffff]
[ 0.033913] Reserved but unavailable: 5833 pages
[ 0.033916] Initmem setup node 0 [mem 0x0000000000001000-0x00000004627fffff]
[ 0.033921] On node 0 totalpages: 4133175
[ 0.033923] DMA zone: 64 pages used for memmap
[ 0.033924] DMA zone: 22 pages reserved
[ 0.033926] DMA zone: 3995 pages, LIFO batch:0
[ 0.034023] DMA32 zone: 9063 pages used for memmap
[ 0.034024] DMA32 zone: 579996 pages, LIFO batch:63
[ 0.047095] Normal zone: 55456 pages used for memmap
[ 0.047097] Normal zone: 3549184 pages, LIFO batch:63
[ 0.110477] Reserving Intel graphics memory at [mem 0x9a800000-0x9c7fffff]
[ 0.110765] ACPI: PM-Timer IO Port: 0x1808
[ 0.110768] ACPI: Local APIC address 0xfee00000
[ 0.110777] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.110779] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.110781] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.110783] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.110785] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.110786] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.110788] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.110789] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.110826] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.110830] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.110833] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.110835] ACPI: IRQ0 used by override.
[ 0.110837] ACPI: IRQ9 used by override.
[ 0.110840] Using ACPI (MADT) for SMP configuration information
[ 0.110842] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.110869] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.110895] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.110899] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.110902] PM: Registered nosave memory: [mem 0x0009d000-0x000fffff]
[ 0.110905] PM: Registered nosave memory: [mem 0x8505e000-0x8505efff]
[ 0.110906] PM: Registered nosave memory: [mem 0x8505f000-0x8505ffff]
[ 0.110909] PM: Registered nosave memory: [mem 0x8e99d000-0x8ff2cfff]
[ 0.110911] PM: Registered nosave memory: [mem 0x8ff2d000-0x8ff99fff]
[ 0.110912] PM: Registered nosave memory: [mem 0x8ff9a000-0x8fffefff]
[ 0.110915] PM: Registered nosave memory: [mem 0x90000000-0x97ffffff]
[ 0.110917] PM: Registered nosave memory: [mem 0x98000000-0x985fffff]
[ 0.110918] PM: Registered nosave memory: [mem 0x98600000-0x9c7fffff]
[ 0.110920] PM: Registered nosave memory: [mem 0x9c800000-0xefffffff]
[ 0.110921] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
[ 0.110923] PM: Registered nosave memory: [mem 0xf4000000-0xfe00ffff]
[ 0.110925] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[ 0.110926] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[ 0.110930] [mem 0x9c800000-0xefffffff] available for PCI devices
[ 0.110932] Booting paravirtualized kernel on bare hardware
[ 0.110937] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.243261] random: get_random_bytes called from start_kernel+0x93/0x491 with crng_init=0
[ 0.243272] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.243853] percpu: Embedded 44 pages/cpu @(____ptrval____) s142168 r8192 d29864 u524288
[ 0.243863] pcpu-alloc: s142168 r8192 d29864 u524288 alloc=1*2097152
[ 0.243865] pcpu-alloc: [0] 0 1 2 3
[ 0.243897] Built 1 zonelists, mobility grouping on. Total pages: 4068570
[ 0.243899] Policy zone: Normal
[ 0.243901] Kernel command line: initrd=\initrd.img-4.19.0-rc6-1-amd64-cbl root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on
[ 0.243947] DMAR: IOMMU enabled
[ 0.258589] Calgary: detecting Calgary via BIOS EBDA area
[ 0.258591] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.343746] Memory: 16090284K/16532700K available (12300K kernel code, 1065K rwdata, 3092K rodata, 1620K init, 1100K bss, 442416K reserved, 0K cma-reserved)
[ 0.343942] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.343980] Kernel/User page tables isolation: enabled
[ 0.360747] ftrace: allocating 28768 entries in 113 pages
[ 0.382963] rcu: Hierarchical RCU implementation.
[ 0.382967] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.382969] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.387188] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[ 0.387741] Console: colour dummy device 80x25
[ 0.388080] console [tty0] enabled
[ 0.388109] ACPI: Core revision 20180810
[ 0.388644] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.388684] hpet clockevent registered
[ 0.388737] APIC: Switch to symmetric I/O mode setup
[ 0.388743] DMAR: Host address width 39
[ 0.388747] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.388760] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.388767] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.388776] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.388781] DMAR: RMRR base: 0x0000008f49f000 end: 0x0000008f4befff
[ 0.388785] DMAR: RMRR base: 0x0000009a000000 end: 0x0000009c7fffff
[ 0.388789] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.388794] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.388798] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.388801] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.390676] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.390681] x2apic enabled
[ 0.390703] Switched APIC routing to cluster x2apic.
[ 0.395041] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.412704] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[ 0.412711] Calibrating delay loop (skipped), value calculated using timer frequency.. 5808.00 BogoMIPS (lpj=11616000)
[ 0.412719] pid_max: default: 32768 minimum: 301
[ 0.413810] Security Framework initialized
[ 0.413815] Yama: becoming mindful.
[ 0.413865] AppArmor: AppArmor initialized
[ 0.417286] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.419417] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.419500] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.419587] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.419922] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.419927] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.419939] mce: CPU supports 8 MCE banks
[ 0.419958] CPU0: Thermal monitoring enabled (TM1)
[ 0.419990] process: using mwait in idle threads
[ 0.419997] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.420000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.420013] Spectre V2 : Mitigation: Full generic retpoline
[ 0.420016] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.420020] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[ 0.420024] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.420029] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.427970] Freeing SMP alternatives memory: 28K
[ 0.435860] TSC deadline timer enabled
[ 0.435867] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[ 0.436020] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.436082] ... version: 4
[ 0.436084] ... bit width: 48
[ 0.436086] ... generic registers: 4
[ 0.436089] ... value mask: 0000ffffffffffff
[ 0.436092] ... max period: 00007fffffffffff
[ 0.436094] ... fixed-purpose events: 3
[ 0.436097] ... event mask: 000000070000000f
[ 0.436165] rcu: Hierarchical SRCU implementation.
[ 0.436710] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.436710] smp: Bringing up secondary CPUs ...
[ 0.436710] x86: Booting SMP configuration:
[ 0.436710] .... node #0, CPUs: #1 #2 #3
[ 0.438137] smp: Brought up 1 node, 4 CPUs
[ 0.438137] smpboot: Max logical packages: 1
[ 0.438137] smpboot: Total of 4 processors activated (23232.00 BogoMIPS)
[ 0.441297] devtmpfs: initialized
[ 0.441297] x86/mm: Memory block size: 128MB
[ 0.442861] PM: Registering ACPI NVS region [mem 0x8505e000-0x8505efff] (4096 bytes)
[ 0.442861] PM: Registering ACPI NVS region [mem 0x8ff2d000-0x8ff99fff] (446464 bytes)
[ 0.442861] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.442861] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.442861] pinctrl core: initialized pinctrl subsystem
[ 0.442861] NET: Registered protocol family 16
[ 0.442861] audit: initializing netlink subsys (disabled)
[ 0.442861] audit: type=2000 audit(1538422120.056:1): state=initialized audit_enabled=0 res=1
[ 0.442861] cpuidle: using governor ladder
[ 0.442861] cpuidle: using governor menu
[ 0.442861] Simple Boot Flag at 0x47 set to 0x1
[ 0.442861] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.442861] ACPI: bus type PCI registered
[ 0.442861] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.444764] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.444785] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.444797] PCI: Using configuration type 1 for base access
[ 0.446154] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.446154] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.446154] ACPI: Added _OSI(Module Device)
[ 0.446154] ACPI: Added _OSI(Processor Device)
[ 0.446154] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.446154] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.446154] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.446154] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.446154] ACPI: EC: EC started
[ 0.446154] ACPI: EC: interrupt blocked
[ 0.446154] ACPI: \: Used as first EC
[ 0.446154] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.446154] ACPI: \: Used as boot ECDT EC to handle transactions
[ 0.526309] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.536455] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.551398] ACPI: Dynamic OEM Table Load:
[ 0.551427] ACPI: SSDT 0xFFFF93230FC87800 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 0.552263] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[ 0.554006] ACPI: Dynamic OEM Table Load:
[ 0.554024] ACPI: SSDT 0xFFFF93230FCF0C00 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 0.554805] ACPI: Dynamic OEM Table Load:
[ 0.554819] ACPI: SSDT 0xFFFF93230FD88600 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 0.555415] ACPI: Dynamic OEM Table Load:
[ 0.555429] ACPI: SSDT 0xFFFF93230FC82800 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 0.556633] ACPI: Dynamic OEM Table Load:
[ 0.556652] ACPI: SSDT 0xFFFF9323120A5000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527)
[ 0.558384] ACPI: Dynamic OEM Table Load:
[ 0.558398] ACPI: SSDT 0xFFFF93230FCF2800 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 0.559198] ACPI: Dynamic OEM Table Load:
[ 0.559212] ACPI: SSDT 0xFFFF93230FCF0400 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
[ 0.561933] ACPI: Interpreter enabled
[ 0.562028] ACPI: (supports S0 S3 S4 S5)
[ 0.562035] ACPI: Using IOAPIC for interrupt routing
[ 0.562106] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.563062] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.569088] ACPI: Power Resource [PUBS] (on)
[ 0.569472] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.593148] ACPI: Power Resource [WRST] (on)
[ 0.593713] ACPI: Power Resource [WRST] (on)
[ 0.613259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.613271] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.613472] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER PCIeCapability]
[ 0.613565] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.613570] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[ 0.613574] acpi PNP0A08:00: _OSC: platform willing to grant [LTR]
[ 0.613577] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[ 0.616999] PCI host bridge to bus 0000:00
[ 0.617005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.617009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.617013] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.617017] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.617020] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.617024] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.617027] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.617031] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.617035] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.617038] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.617042] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.617045] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.617049] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.617052] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.617056] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.617060] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 0.617063] pci_bus 0000:00: root bus resource [mem 0x9c800000-0xefffffff window]
[ 0.617067] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.617071] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.617087] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[ 0.618397] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[ 0.618416] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[ 0.618426] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.618433] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f]
[ 0.618457] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.619812] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.619842] pci 0000:00:14.0: reg 0x10: [mem 0xec220000-0xec22ffff 64bit]
[ 0.619933] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.621362] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.621391] pci 0000:00:14.2: reg 0x10: [mem 0xec248000-0xec248fff 64bit]
[ 0.622821] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[ 0.623085] pci 0000:00:15.0: reg 0x10: [mem 0xec249000-0xec249fff 64bit]
[ 0.625276] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.625310] pci 0000:00:16.0: reg 0x10: [mem 0xec24a000-0xec24afff 64bit]
[ 0.625411] pci 0000:00:16.0: PME# supported from D3hot
[ 0.626785] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 0.626892] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.628266] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400
[ 0.628379] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.628399] pci 0000:00:1c.6: Intel SPT PCH root port ACS workaround enabled
[ 0.629763] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[ 0.629868] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.629887] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[ 0.631246] pci 0000:00:1d.2: [8086:9d1a] type 01 class 0x060400
[ 0.631354] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[ 0.631373] pci 0000:00:1d.2: Intel SPT PCH root port ACS workaround enabled
[ 0.632756] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[ 0.634225] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.634245] pci 0000:00:1f.2: reg 0x10: [mem 0xec244000-0xec247fff]
[ 0.635625] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[ 0.635662] pci 0000:00:1f.3: reg 0x10: [mem 0xec240000-0xec243fff 64bit]
[ 0.635704] pci 0000:00:1f.3: reg 0x20: [mem 0xec230000-0xec23ffff 64bit]
[ 0.635774] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.637221] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.637299] pci 0000:00:1f.4: reg 0x10: [mem 0xec24b000-0xec24b0ff 64bit]
[ 0.637351] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.638749] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000
[ 0.638781] pci 0000:00:1f.6: reg 0x10: [mem 0xec200000-0xec21ffff]
[ 0.638912] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.640312] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.641160] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000
[ 0.641266] pci 0000:04:00.0: reg 0x10: [mem 0xec100000-0xec101fff 64bit]
[ 0.641872] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.642061] pci 0000:04:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1c.6 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[ 0.643237] pci 0000:00:1c.6: PCI bridge to [bus 04]
[ 0.643245] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff]
[ 0.643317] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[ 0.643330] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 0.643337] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[ 0.643606] pci 0000:3e:00.0: [17aa:0004] type 00 class 0x010802
[ 0.643643] pci 0000:3e:00.0: reg 0x10: [mem 0xec000000-0xec003fff 64bit]
[ 0.643830] pci 0000:3e:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8 GT/s x2 link at 0000:00:1d.2 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[ 0.644042] pci 0000:00:1d.2: PCI bridge to [bus 3e]
[ 0.644050] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff]
[ 0.646741] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.646741] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.646741] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.646741] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.648718] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.648812] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.648903] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.648993] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.649920] ACPI: EC: interrupt unblocked
[ 0.649970] ACPI: EC: event unblocked
[ 0.649990] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.649995] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[ 0.650098] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.650098] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.650098] pci 0000:00:02.0: vgaarb: setting as boot device
[ 0.650098] vgaarb: loaded
[ 0.650098] pps_core: LinuxPPS API ver. 1 registered
[ 0.650098] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.650098] PTP clock support registered
[ 0.650098] EDAC MC: Ver: 3.0.0
[ 0.650098] Registered efivars operations
[ 0.688959] PCI: Using ACPI for IRQ routing
[ 0.693979] PCI: pci_cache_line_size set to 64 bytes
[ 0.694413] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.694415] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[ 0.694417] e820: reserve RAM buffer [mem 0x8505e000-0x87ffffff]
[ 0.694419] e820: reserve RAM buffer [mem 0x8e99d000-0x8fffffff]
[ 0.694421] e820: reserve RAM buffer [mem 0x462800000-0x463ffffff]
[ 0.694601] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.694601] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.696739] clocksource: Switched to clocksource tsc-early
[ 0.711945] VFS: Disk quotas dquot_6.6.0
[ 0.711972] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.712145] AppArmor: AppArmor Filesystem Enabled
[ 0.712170] pnp: PnP ACPI init
[ 0.712479] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.712485] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.712489] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.712494] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.712498] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.712502] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.712506] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.712517] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.713106] system 00:01: [io 0xff00-0xfffe] has been reserved
[ 0.713115] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.714328] system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.714334] system 00:02: [io 0xffff] has been reserved
[ 0.714338] system 00:02: [io 0xffff] has been reserved
[ 0.714342] system 00:02: [io 0xffff] has been reserved
[ 0.714346] system 00:02: [io 0x1800-0x18fe] has been reserved
[ 0.714350] system 00:02: [io 0x164e-0x164f] has been reserved
[ 0.714358] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.714559] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.714626] system 00:04: [io 0x1854-0x1857] has been reserved
[ 0.714635] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.714666] pnp 00:05: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[ 0.714696] pnp 00:06: Plug and Play ACPI device, IDs LEN006f PNP0f13 (active)
[ 0.714875] system 00:07: [io 0x1800-0x189f] could not be reserved
[ 0.714880] system 00:07: [io 0x0800-0x087f] has been reserved
[ 0.714885] system 00:07: [io 0x0880-0x08ff] has been reserved
[ 0.714889] system 00:07: [io 0x0900-0x097f] has been reserved
[ 0.714893] system 00:07: [io 0x0980-0x09ff] has been reserved
[ 0.714897] system 00:07: [io 0x0a00-0x0a7f] has been reserved
[ 0.714901] system 00:07: [io 0x0a80-0x0aff] has been reserved
[ 0.714905] system 00:07: [io 0x0b00-0x0b7f] has been reserved
[ 0.714909] system 00:07: [io 0x0b80-0x0bff] has been reserved
[ 0.714913] system 00:07: [io 0x15e0-0x15ef] has been reserved
[ 0.714917] system 00:07: [io 0x1600-0x167f] could not be reserved
[ 0.714921] system 00:07: [io 0x1640-0x165f] could not be reserved
[ 0.714926] system 00:07: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.714931] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.714936] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.714940] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.714944] system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 0.714949] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.714953] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.714958] system 00:07: [mem 0xeffe0000-0xefffffff] has been reserved
[ 0.714966] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.717129] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.718682] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 0.718688] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.718693] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.718697] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.718701] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.718707] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.718712] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.718716] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[ 0.718720] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.718725] system 00:09: [mem 0xeffe0000-0xefffffff] has been reserved
[ 0.718733] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.719228] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.719234] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.719239] system 00:0a: [mem 0x00100000-0x9c7fffff] could not be reserved
[ 0.719244] system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.719248] system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.719256] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.719463] pnp: PnP ACPI: found 11 devices
[ 0.726091] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.726121] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.726125] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.726128] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 0.726155] pci 0000:00:1d.0: bridge window [io 0x1000-0x0fff] to [bus 05-3d] add_size 1000
[ 0.726179] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9c800000-0x9c9fffff]
[ 0.726199] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9ca00000-0x9cbfffff 64bit pref]
[ 0.726206] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.726212] pci 0000:00:1d.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.726218] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.726231] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.726248] pci 0000:00:1c.0: bridge window [mem 0x9c800000-0x9c9fffff]
[ 0.726263] pci 0000:00:1c.0: bridge window [mem 0x9ca00000-0x9cbfffff 64bit pref]
[ 0.726281] pci 0000:00:1c.6: PCI bridge to [bus 04]
[ 0.726295] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff]
[ 0.726316] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[ 0.726326] pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
[ 0.726339] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 0.726351] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[ 0.726365] pci 0000:00:1d.2: PCI bridge to [bus 3e]
[ 0.726378] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff]
[ 0.726397] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.726399] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.726401] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.726403] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.726405] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.726406] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.726408] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.726410] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.726412] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.726414] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.726415] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.726417] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 0.726419] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 0.726421] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 0.726423] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 0.726424] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[ 0.726426] pci_bus 0000:00: resource 20 [mem 0x9c800000-0xefffffff window]
[ 0.726428] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[ 0.726430] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.726432] pci_bus 0000:02: resource 1 [mem 0x9c800000-0x9c9fffff]
[ 0.726434] pci_bus 0000:02: resource 2 [mem 0x9ca00000-0x9cbfffff 64bit pref]
[ 0.726436] pci_bus 0000:04: resource 1 [mem 0xec100000-0xec1fffff]
[ 0.726438] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
[ 0.726439] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xea0fffff]
[ 0.726441] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref]
[ 0.726443] pci_bus 0000:3e: resource 1 [mem 0xec000000-0xec0fffff]
[ 0.726695] NET: Registered protocol family 2
[ 0.726914] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.727026] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.727318] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.727560] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.727614] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.727687] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.727799] NET: Registered protocol family 1
[ 0.727849] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.728578] PCI: CLS 0 bytes, default 64
[ 0.728627] Unpacking initramfs...
[ 1.518377] Freeing initrd memory: 28940K
[ 1.518510] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[ 1.518528] DMAR: No ATSR found
[ 1.518576] DMAR: dmar0: Using Queued invalidation
[ 1.518694] DMAR: dmar1: Using Queued invalidation
[ 1.518953] DMAR: Setting RMRR:
[ 1.519127] DMAR: Setting identity map for device 0000:00:02.0 [0x9a000000 - 0x9c7fffff]
[ 1.519212] DMAR: Setting identity map for device 0000:00:14.0 [0x8f49f000 - 0x8f4befff]
[ 1.519226] DMAR: Prepare 0-16MiB unity mapping for LPC
[ 1.519271] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[ 1.519505] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 1.519573] iommu: Adding device 0000:00:00.0 to group 0
[ 1.519588] iommu: Adding device 0000:00:02.0 to group 1
[ 1.519614] iommu: Adding device 0000:00:14.0 to group 2
[ 1.519627] iommu: Adding device 0000:00:14.2 to group 2
[ 1.519647] iommu: Adding device 0000:00:15.0 to group 3
[ 1.519666] iommu: Adding device 0000:00:16.0 to group 4
[ 1.519701] iommu: Adding device 0000:00:1c.0 to group 5
[ 1.519727] iommu: Adding device 0000:00:1c.6 to group 6
[ 1.519752] iommu: Adding device 0000:00:1d.0 to group 7
[ 1.519790] iommu: Adding device 0000:00:1d.2 to group 8
[ 1.519829] iommu: Adding device 0000:00:1f.0 to group 9
[ 1.519844] iommu: Adding device 0000:00:1f.2 to group 9
[ 1.519858] iommu: Adding device 0000:00:1f.3 to group 9
[ 1.519874] iommu: Adding device 0000:00:1f.4 to group 9
[ 1.519889] iommu: Adding device 0000:00:1f.6 to group 9
[ 1.519916] iommu: Adding device 0000:04:00.0 to group 10
[ 1.519940] iommu: Adding device 0000:3e:00.0 to group 11
[ 1.522733] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[ 1.522753] clocksource: Switched to clocksource tsc
[ 1.523678] Initialise system trusted keyrings
[ 1.523726] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[ 1.525723] zbud: loaded
[ 1.526210] pstore: using deflate compression
[ 1.877072] Key type asymmetric registered
[ 1.877078] Asymmetric key parser 'x509' registered
[ 1.877093] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.877133] io scheduler noop registered
[ 1.877135] io scheduler deadline registered
[ 1.877175] io scheduler cfq registered (default)
[ 1.877178] io scheduler mq-deadline registered
[ 1.878275] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.878302] efifb: probing for efifb
[ 1.878324] efifb: framebuffer at 0xa0000000, using 8100k, total 8100k
[ 1.878327] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 1.878330] efifb: scrolling: redraw
[ 1.878333] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.886218] Console: switching to colour frame buffer device 240x67
[ 1.894028] fb0: EFI VGA frame buffer device
[ 1.894070] intel_idle: MWAIT substates: 0x11142120
[ 1.894071] intel_idle: v0.4.1 model 0x8E
[ 1.894373] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.895417] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.916661] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.917771] Linux agpgart interface v0.103
[ 1.917877] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 1.917917] AMD IOMMUv2 functionality not available on this system
[ 1.918480] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 1.921581] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.921620] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.921840] mousedev: PS/2 mouse device common for all mice
[ 1.921944] rtc_cmos 00:03: RTC can wake from S4
[ 1.922618] rtc_cmos 00:03: registered as rtc0
[ 1.922673] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.922756] intel_pstate: Intel P-state driver initializing
[ 1.923214] intel_pstate: HWP enabled
[ 1.923268] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.923696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.923919] NET: Registered protocol family 10
[ 1.928159] Segment Routing with IPv6
[ 1.928199] mip6: Mobile IPv6
[ 1.928215] NET: Registered protocol family 17
[ 1.928253] mpls_gso: MPLS GSO support
[ 1.928543] microcode: sig=0x806e9, pf=0x80, revision=0x8e
[ 1.928643] microcode: Microcode Update Driver: v2.2.
[ 1.928651] sched_clock: Marking stable (1931637130, -2998609)->(1940886179, -12247658)
[ 1.928801] registered taskstats version 1
[ 1.928821] Loading compiled-in X.509 certificates
[ 1.928856] zswap: loaded using pool lzo/zbud
[ 1.928895] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.930032] rtc_cmos 00:03: setting system clock to 2018-10-01 19:28:41 UTC (1538422121)
[ 2.089081] Freeing unused kernel image memory: 1620K
[ 2.100732] Write protecting the kernel read-only data: 18432k
[ 2.101626] Freeing unused kernel image memory: 2024K
[ 2.101871] Freeing unused kernel image memory: 1004K
[ 2.107237] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.107257] x86/mm: Checking user space page tables
[ 2.112490] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.112510] Run /init as init process
[ 2.194323] ACPI: bus type USB registered
[ 2.194353] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ 2.194385] usbcore: registered new interface driver usbfs
[ 2.195333] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 2.196151] usbcore: registered new interface driver hub
[ 2.196783] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 2.196829] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 2.198530] thermal LNXTHERM:00: registered as thermal_zone0
[ 2.198947] usbcore: registered new device driver usb
[ 2.200054] ACPI: Thermal Zone [THM0] (39 C)
[ 2.201244] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.204016] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.205235] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 2.207045] nvme nvme0: pci function 0000:3e:00.0
[ 2.207205] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.210913] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.213537] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000109810
[ 2.214813] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 2.217115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.218353] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.219596] usb usb1: Product: xHCI Host Controller
[ 2.220826] usb usb1: Manufacturer: Linux 4.19.0-rc6-1-amd64-cbl xhci-hcd
[ 2.222037] usb usb1: SerialNumber: 0000:00:14.0
[ 2.223173] hub 1-0:1.0: USB hub found
[ 2.224058] hub 1-0:1.0: 12 ports detected
[ 2.226053] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.226922] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.227763] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 2.228628] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 2.229487] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.230317] usb usb2: Product: xHCI Host Controller
[ 2.231152] usb usb2: Manufacturer: Linux 4.19.0-rc6-1-amd64-cbl xhci-hcd
[ 2.231994] usb usb2: SerialNumber: 0000:00:14.0
[ 2.233122] hub 2-0:1.0: USB hub found
[ 2.233991] hub 2-0:1.0: 6 ports detected
[ 2.235611] usb: port power management may be unreliable
[ 2.242447] cryptd: max_cpu_qlen set to 1000
[ 2.244162] AVX2 version of gcm_enc/dec engaged.
[ 2.245034] AES CTR mode by8 optimization enabled
[ 2.254875] alg: No test for pcbc(aes) (pcbc-aes-aesni)
[ 2.432770] nvme0n1: p1 p2 p3 p4 p5 p6
[ 2.488473] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 2.561197] usb 1-2: new low-speed USB device number 2 using xhci_hcd
[ 2.579653] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:e1:ad:a0:6b:a0
[ 2.581850] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 2.584086] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[ 2.587473] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 2.704754] raid6: sse2x1 gen() 11269 MB/s
[ 2.713865] usb 1-2: New USB device found, idVendor=046d, idProduct=c00e, bcdDevice=11.10
[ 2.714725] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.715583] usb 1-2: Product: USB-PS/2 Optical Mouse
[ 2.716431] usb 1-2: Manufacturer: Logitech
[ 2.719187] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.722990] usbcore: registered new interface driver usbhid
[ 2.723880] usbhid: USB HID core driver
[ 2.725437] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C00E.0001/input/input3
[ 2.726359] hid-generic 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:14.0-2/input0
[ 2.772754] raid6: sse2x1 xor() 9287 MB/s
[ 2.836940] usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 2.840753] raid6: sse2x2 gen() 15132 MB/s
[ 2.868190] usb 2-3: New USB device found, idVendor=0bda, idProduct=0316, bcdDevice= 2.04
[ 2.869099] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.870030] usb 2-3: Product: USB3.0-CRW
[ 2.870922] usb 2-3: Manufacturer: Generic
[ 2.871785] usb 2-3: SerialNumber: 20120501030900000
[ 2.873251] random: fast init done
[ 2.881726] SCSI subsystem initialized
[ 2.883503] usb-storage 2-3:1.0: USB Mass Storage device detected
[ 2.884502] scsi host0: usb-storage 2-3:1.0
[ 2.885989] usbcore: registered new interface driver usb-storage
[ 2.887918] usbcore: registered new interface driver uas
[ 2.908714] raid6: sse2x2 xor() 10423 MB/s
[ 2.976749] raid6: sse2x4 gen() 17428 MB/s
[ 2.984721] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[ 3.035026] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[ 3.044754] raid6: sse2x4 xor() 11653 MB/s
[ 3.066854] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 3.067813] psmouse serio1: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.
[ 3.112713] raid6: avx2x1 gen() 24835 MB/s
[ 3.128866] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf002a3/0x940300/0x12e800/0x400000, board id: 3276, fw id: 2491725
[ 3.129849] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 3.142293] usb 1-3: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
[ 3.143274] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.144253] usb 1-3: Product: EMV Smartcard Reader
[ 3.145264] usb 1-3: Manufacturer: Generic
[ 3.168685] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
[ 3.180758] raid6: avx2x1 xor() 17802 MB/s
[ 3.248712] raid6: avx2x2 gen() 26567 MB/s
[ 3.272765] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[ 3.316752] raid6: avx2x2 xor() 20494 MB/s
[ 3.384754] raid6: avx2x4 gen() 30962 MB/s
[ 3.421959] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[ 3.423136] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.452757] raid6: avx2x4 xor() 19825 MB/s
[ 3.453775] raid6: using algorithm avx2x4 gen() 30962 MB/s
[ 3.454749] raid6: .... xor() 19825 MB/s, rmw enabled
[ 3.455729] raid6: using avx2x2 recovery algorithm
[ 3.457001] xor: automatically using best checksumming function avx
[ 3.458139] async_tx: api initialized (async)
[ 3.472894] device-mapper: uevent: version 1.0.3
[ 3.473988] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[ 3.553214] usb 1-8: new high-speed USB device number 5 using xhci_hcd
[ 3.746729] usb 1-8: New USB device found, idVendor=13d3, idProduct=5619, bcdDevice=16.20
[ 3.746734] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 3.746737] usb 1-8: Product: Integrated Camera
[ 3.746740] usb 1-8: Manufacturer: AzureWave
[ 3.746742] usb 1-8: SerialNumber: NULL
[ 3.799155] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 3.876889] usb 1-9: new full-speed USB device number 6 using xhci_hcd
[ 3.908028] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6
[ 3.915802] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 4.026328] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input4
[ 4.027299] usb 1-9: New USB device found, idVendor=138a, idProduct=0097, bcdDevice= 1.64
[ 4.027303] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 4.027306] usb 1-9: SerialNumber: decd885354aa
[ 12.215674] NET: Registered protocol family 38
[ 12.362897] random: cryptsetup: uninitialized urandom read (2 bytes read)
[ 12.375219] random: lvm: uninitialized urandom read (4 bytes read)
[ 12.406008] random: lvm: uninitialized urandom read (4 bytes read)
[ 12.432675] random: crng init done
[ 12.433807] random: 1 urandom warning(s) missed due to ratelimiting
[ 12.464574] Btrfs loaded, crc32c=crc32c-intel
[ 12.528329] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 12.604369] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[ 12.702945] 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)
[ 12.725282] systemd[1]: Detected architecture x86-64.
[ 12.731662] systemd[1]: Set hostname to <iniza>.
[ 12.810359] systemd[1]: Created slice User and Session Slice.
[ 12.812598] systemd[1]: Reached target Swap.
[ 12.814877] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 12.817176] systemd[1]: Listening on Syslog Socket.
[ 12.819398] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 12.821615] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 12.823731] systemd[1]: Listening on udev Kernel Socket.
[ 12.851098] lp: driver loaded but no devices found
[ 12.852843] ppdev: user-space parallel port driver
[ 12.855516] RPC: Registered named UNIX socket transport module.
[ 12.855517] RPC: Registered udp transport module.
[ 12.855517] RPC: Registered tcp transport module.
[ 12.855518] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 12.868368] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 12.886831] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
[ 12.965169] systemd-journald[416]: Received request to flush runtime journal from PID 1
[ 13.006157] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
[ 13.007177] ACPI: Sleep Button [SLPB]
[ 13.009477] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
[ 13.011249] ACPI: Lid Switch [LID]
[ 13.012269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[ 13.013445] ACPI: Power Button [PWRF]
[ 13.016361] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x0, rev-id 78)
[ 13.049652] ACPI: AC Adapter [AC] (off-line)
[ 13.052253] Non-volatile memory driver v1.3
[ 13.052486] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 13.057426] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 13.058472] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 13.059519] thinkpad_acpi: ThinkPad BIOS N1QET68W (1.43 ), EC unknown
[ 13.060564] thinkpad_acpi: Lenovo ThinkPad T470, model 20HDCTO1WW
[ 13.062702] thinkpad_acpi: radio switch found; radios are enabled
[ 13.063867] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[ 13.064770] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 13.066191] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 13.066571] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[ 13.090360] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 13.094934] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 13.100378] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[ 13.111512] iTCO_vendor_support: vendor-support=0
[ 13.118133] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 13.119483] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 13.121209] battery: ACPI: Battery Slot [BAT1] (battery present)
[ 13.135610] EFI Variables Facility v0.08 2004-May-17
[ 13.140418] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 13.142212] input: PC Speaker as /devices/platform/pcspkr/input/input9
[ 13.142466] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 13.165982] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 13.167981] Error: Driver 'pcspkr' is already registered, aborting...
[ 13.185167] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 13.217774] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 13.219375] cfg80211: failed to load regulatory.db
[ 13.234432] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 13.236001] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 13.237362] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 13.238707] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 13.240051] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 13.241388] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 13.248150] thinkpad_acpi: battery 2 registered (start 0, stop 100)
[ 13.263680] pstore: Registered efi as persistent store backend
[ 13.278843] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[ 13.278848] battery: new extension: ThinkPad Battery Extension
[ 13.286366] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[ 13.288819] Intel(R) Wireless WiFi driver for Linux
[ 13.290059] Copyright(c) 2003- 2015 Intel Corporation
[ 13.291291] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[ 13.310199] iwlwifi 0000:04:00.0: loaded firmware version 36.e91976c0.0 op_mode iwlmvm
[ 13.315401] i915 0000:00:02.0: enabling device (0006 -> 0007)
[ 13.317655] intel_rapl: Found RAPL domain package
[ 13.319180] intel_rapl: Found RAPL domain core
[ 13.320735] intel_rapl: Found RAPL domain uncore
[ 13.322250] intel_rapl: Found RAPL domain dram
[ 13.325934] [drm] VT-d active for gfx access
[ 13.340447] checking generic (a0000000 7e9000) vs hw (a0000000 10000000)
[ 13.340448] fb: switching to inteldrmfb from EFI VGA
[ 13.342195] Console: switching to colour dummy device 80x25
[ 13.342269] [drm] Replacing VGA console driver
[ 13.343345] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 13.343353] [drm] Driver supports precise vblank timestamp query.
[ 13.345203] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[ 13.346954] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 13.357479] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null)
[ 13.368397] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 13.429165] iwlwifi 0000:04:00.0: base HW address: bc:a8:a6:d1:3f:49
[ 13.442722] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[ 13.449375] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 13.449576] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[ 13.449909] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 13.495085] audit: type=1400 audit(1538414933.062:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=579 comm="apparmor_parser"
[ 13.499135] audit: type=1400 audit(1538414933.066:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mysqld-akonadi" pid=577 comm="apparmor_parser"
[ 13.499144] audit: type=1400 audit(1538414933.066:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" pid=577 comm="apparmor_parser"
[ 13.499287] audit: type=1400 audit(1538414933.066:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=578 comm="apparmor_parser"
[ 13.499327] audit: type=1400 audit(1538414933.066:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=580 comm="apparmor_parser"
[ 13.502608] audit: type=1400 audit(1538414933.070:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=595 comm="apparmor_parser"
[ 13.509563] audit: type=1400 audit(1538414933.078:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=596 comm="apparmor_parser"
[ 13.513803] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 13.513846] audit: type=1400 audit(1538414933.082:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=606 comm="apparmor_parser"
[ 13.513854] audit: type=1400 audit(1538414933.082:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=606 comm="apparmor_parser"
[ 13.513858] audit: type=1400 audit(1538414933.082:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=606 comm="apparmor_parser"
[ 13.514104] thermal thermal_zone3: failed to read out thermal zone (-61)
[ 13.539786] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 13.539794] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.539797] snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x17/0x21/0x0/0x0/0x0)
[ 13.539799] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 13.539801] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 13.539803] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 13.539806] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
[ 13.539808] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 13.566637] fbcon: inteldrmfb (fb0) is primary device
[ 13.598240] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 13.598528] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 13.598571] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 13.598611] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 13.598649] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 13.598692] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 13.598732] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 13.598771] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 13.598809] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 13.598847] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[ 13.604421] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[ 14.342942] media: Linux media interface: v0.10
[ 14.344525] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 14.374831] videodev: Linux video capture interface: v2.00
[ 14.402806] Bluetooth: Core ver 2.22
[ 14.402840] NET: Registered protocol family 31
[ 14.402842] Bluetooth: HCI device and connection manager initialized
[ 14.402850] Bluetooth: HCI socket layer initialized
[ 14.402855] Bluetooth: L2CAP socket layer initialized
[ 14.402871] Bluetooth: SCO socket layer initialized
[ 14.530181] usbcore: registered new interface driver btusb
[ 14.531245] Bluetooth: hci0: Firmware revision 0.1 build 244 week 24 2018
[ 14.533629] uvcvideo: Found UVC 1.00 device Integrated Camera (13d3:5619)
[ 14.543869] uvcvideo: Failed to initialize entity for entity 6
[ 14.543871] uvcvideo: Failed to register entites (-22).
[ 14.544102] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input21
[ 14.544374] usbcore: registered new interface driver uvcvideo
[ 14.544376] USB Video Class driver (1.1.1)
[ 14.782508] Console: switching to colour frame buffer device 240x67
[ 14.815130] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 14.993996] new mount options do not match the existing superblock, will be ignored
[ 15.053025] fuse init (API version 7.27)
[ 15.059433] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.059436] Bluetooth: BNEP filters: protocol multicast
[ 15.059443] Bluetooth: BNEP socket layer initialized
[ 15.566593] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 15.568143] NFSD: starting 45-second grace period (net f00000a8)
[ 15.616632] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[ 15.833317] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[ 15.852904] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 16.075724] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 16.312661] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 16.457676] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 21.864280] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 21.867091] vboxdrv: loading out-of-tree module taints kernel.
[ 21.874460] IPv6: ADDRCONF(NETDEV_UP): lxcbr0: link is not ready
[ 21.881021] vboxdrv: Found 4 processor cores
[ 21.904983] vboxdrv: TSC mode is Invariant, tentative frequency 2903994762 Hz
[ 21.904986] vboxdrv: Successfully loaded version 5.2.18_Debian (interface 0x00290001)
[ 21.920437] VBoxNetFlt: Successfully started.
[ 21.935266] VBoxNetAdp: Successfully started.
[ 21.945983] VBoxPciLinuxInit
[ 21.948245] kauditd_printk_skb: 18 callbacks suppressed
[ 21.948247] audit: type=1400 audit(1538414941.514:30): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1432 comm="apparmor_parser"
[ 21.948683] vboxpci: IOMMU found
[ 21.957952] audit: type=1400 audit(1538414941.526:31): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1451 comm="apparmor_parser"
[ 21.957958] audit: type=1400 audit(1538414941.526:32): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1451 comm="apparmor_parser"
[ 21.957962] audit: type=1400 audit(1538414941.526:33): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1451 comm="apparmor_parser"
[ 21.957965] audit: type=1400 audit(1538414941.526:34): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-nesting" pid=1451 comm="apparmor_parser"
[ 23.925856] Bluetooth: RFCOMM TTY layer initialized
[ 23.925899] Bluetooth: RFCOMM socket layer initialized
[ 23.925931] Bluetooth: RFCOMM ver 1.11
[ 109.904795] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 112.579052] wlp4s0: authenticate with 02:1a:11:f5:c8:74
[ 112.592486] wlp4s0: send auth to 02:1a:11:f5:c8:74 (try 1/3)
[ 112.602642] wlp4s0: authenticated
[ 112.604590] wlp4s0: associate with 02:1a:11:f5:c8:74 (try 1/3)
[ 112.615453] wlp4s0: RX AssocResp from 02:1a:11:f5:c8:74 (capab=0x431 status=0 aid=1)
[ 112.619836] wlp4s0: associated
[ 112.721158] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[ 198.108053] Chrome_~dThread[2423]: segfault at 0 ip 00007f53f101082e sp 00007f53eeebfb00 error 6 in libxul.so[7f53f0b03000+57d4000]
[ 198.108097] Code: 00 00 00 00 48 83 7b 38 00 74 98 48 89 df 48 83 c4 08 5b 5d e9 63 bf ff ff 48 8b 05 8c 64 8b 05 48 8d 35 b5 73 2b 04 48 89 30 <c7> 04 25 00 00 00 00 02 0a 00 00 e8 a2 cb af ff 66 90 55 53 48 83
[ 198.110741] Chrome_~dThread[2439]: segfault at 0 ip 00007f8574c2482e sp 00007f8572ad3b00 error 6 in libxul.so[7f8574717000+57d4000]
[ 198.110777] Code: 00 00 00 00 48 83 7b 38 00 74 98 48 89 df 48 83 c4 08 5b 5d e9 63 bf ff ff 48 8b 05 8c 64 8b 05 48 8d 35 b5 73 2b 04 48 89 30 <c7> 04 25 00 00 00 00 02 0a 00 00 e8 a2 cb af ff 66 90 55 53 48 83
[ 198.111060] Cameras IPC[2688]: segfault at 0 ip 00005569ae0c6612 sp 00007f56530fd890 error 6 in firefox-esr[5569ae0c1000+31000]
[ 198.111083] Code: ff ff 3d ff 03 00 00 76 10 c7 04 25 00 00 00 00 3a 00 00 00 e8 5f b8 00 00 48 8d 05 18 c4 22 00 48 8d 0d 11 c0 22 00 48 89 08 <89> 1c 25 00 00 00 00 e8 42 b8 00 00 66 90 41 55 41 54 55 53 48 83
[ 198.112322] Chrome_~dThread[2396]: segfault at 0 ip 00007ff1a3e1c82e sp 00007ff1a1ccbb00 error 6 in libxul.so[7ff1a390f000+57d4000]
[ 198.112349] Code: 00 00 00 00 48 83 7b 38 00 74 98 48 89 df 48 83 c4 08 5b 5d e9 63 bf ff ff 48 8b 05 8c 64 8b 05 48 8d 35 b5 73 2b 04 48 89 30 <c7> 04 25 00 00 00 00 02 0a 00 00 e8 a2 cb af ff 66 90 55 53 48 83
[ 381.278934] L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/l1tf.html for details.
[ 382.541030] kvm [2788]: vcpu0, guest rIP: 0xffffffffa1e688a9 disabled perfctr wrmsr: 0xc2 data 0xffff
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2018-10-06 21:42    [W:0.204 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site