Search Linux Wireless

ThinkPad T470 and NXP PN5xx (PN547 or PN548)

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

 



Hi,

I am here on Debian/buster AMD64 and Linux v5.1 final.

I have successfully installed and tested the NXP NFC driver from
Lenovo under Windows 10 as a first step (see [1] and [2]).

As a testcase I used my YubiKey which was recognized via NFC and I
could automatically register at the YubiKey demo website.

Under Linux v5.1 I have activated all sort of CONFIG_NFC_XXX as
modules if available (see below and attached files).

I am not sure if I need to load the PN544 (I2C) driver?

I can see in /sys ...

# cd /sys/bus/i2c/devices/i2c-NXP1001:00

# ls -alhR
.:
total 0
drwxr-xr-x 3 root root    0 May  9 14:34 .
drwxr-xr-x 5 root root    0 May  9 14:34 ..
lrwxrwxrwx 1 root root    0 May  9 14:34 firmware_node ->
../../../../../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:79/NXP1001:00
-r--r--r-- 1 root root 4.0K May  9 14:34 modalias
-r--r--r-- 1 root root 4.0K May  9 14:34 name
drwxr-xr-x 2 root root    0 May  9 14:34 power
lrwxrwxrwx 1 root root    0 May  9 14:34 subsystem -> ../../../../../../bus/i2c
-rw-r--r-- 1 root root 4.0K May  9 14:34 uevent

./power:
total 0
drwxr-xr-x 2 root root    0 May  9 14:34 .
drwxr-xr-x 3 root root    0 May  9 14:34 ..
-rw-r--r-- 1 root root 4.0K May  9 14:46 async
-rw-r--r-- 1 root root 4.0K May  9 14:46 autosuspend_delay_ms
-rw-r--r-- 1 root root 4.0K May  9 14:46 control
-r--r--r-- 1 root root 4.0K May  9 14:46 runtime_active_kids
-r--r--r-- 1 root root 4.0K May  9 14:46 runtime_active_time
-r--r--r-- 1 root root 4.0K May  9 14:46 runtime_enabled
-r--r--r-- 1 root root 4.0K May  9 14:46 runtime_status
-r--r--r-- 1 root root 4.0K May  9 14:46 runtime_suspended_time
-r--r--r-- 1 root root 4.0K May  9 14:46 runtime_usage

# cat name
NXP1001:00

# cat modalias
acpi:NXP1001:

# cat uevent
MODALIAS=acpi:NXP1001:

So, I installed i2c-tools and played with it...

# i2cdetect -l | sort
i2c-0   i2c             Synopsys DesignWare I2C adapter         I2C adapter
i2c-1   smbus           SMBus I801 adapter at efa0              SMBus adapter
i2c-2   i2c             i915 gmbus dpc                          I2C adapter
i2c-3   i2c             i915 gmbus dpb                          I2C adapter
i2c-4   i2c             i915 gmbus dpd                          I2C adapter
i2c-5   i2c             DPDDC-A                                 I2C adapter
i2c-6   i2c             DPDDC-B                                 I2C adapter
i2c-7   i2c             DPDDC-C                                 I2C adapter

This seems to be /dev/i2c-0 according to some postings I found in the
Wild Wild Web.

# i2cdetect 0
Warning: Can't use SMBus Quick Write command, will skip some addresses
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-0.
I will probe address range 0x03-0x77.
Continue? [Y/n] y
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:
10:
20:
30: -- -- -- -- -- -- -- --
40:
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60:
70:

En plus, I played with linux_libnfc-nci from NXP Git which provides a
demo binary (see [3]).

# cd /opt/libnfc-nci/sbin/

# ./nfcDemoApp poll
#########################################################################################
##                                       NFC demo
                ##
#########################################################################################
##                                 Poll mode activated
                ##
#########################################################################################
                              ... press enter to quit ...

NfcService Init Failed
Leaving ...

Also, no luck with NFC tools like...

# nfc-list
nfc-list uses libnfc 1.7.1
No NFC device found.

# nfc-scan-device
nfc-scan-device uses libnfc 1.7.1
No NFC device found.

Playing with the pn544_i2c module and rfkill...

# modprobe -v pn544_i2c
insmod /lib/modules/5.1.0-1-amd64-cbl-asmgoto/kernel/net/nfc/nfc.ko
insmod /lib/modules/5.1.0-1-amd64-cbl-asmgoto/kernel/net/nfc/hci/hci.ko
insmod /lib/modules/5.1.0-1-amd64-cbl-asmgoto/kernel/drivers/nfc/pn544/pn544.ko
insmod /lib/modules/5.1.0-1-amd64-cbl-asmgoto/kernel/lib/crc-ccitt.ko
insmod /lib/modules/5.1.0-1-amd64-cbl-asmgoto/kernel/drivers/nfc/pn544/pn544_i2c.ko

# lsmod | egrep 'nfc|rfkill|pn544' | sort
crc_ccitt              16384  1 pn544_i2c
hci                    61440  2 pn544_i2c,pn544
nfc                   122880  3 pn544_i2c,pn544,hci
pn544                  24576  1 pn544_i2c
pn544_i2c              24576  0
rfkill                 32768  10 nfc,bluetooth,thinkpad_acpi,cfg80211

# dmesg | tail
...
[ 5163.475363] nfc: nfc_init: NFC Core ver 0.1
[ 5163.475521] NET: Registered protocol family 39

# rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
2: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

Sorry, I had so much URLs open...
Somewhere I read to activate GPIO and VEN.
Not sure if I need some sort of DTS file?

The NXP NFC Windows driver lists (I have both firmware files copied to Linux)...
[Firmware.CopyFiles]
NXPPN548FW.DAT
NXPPN547FW.DAT

Last question: Do I need these firmware files installed?
Rename them?
Which directory - /lib/firmware?

I ran out of ideas...

Do you need more informations?

I have attached my linux-config and the dmesg output.

Thanks in advance.

Kind regards,
- Sedat -

[1] https://pcsupport.lenovo.com/us/de/products/laptops-and-netbooks/thinkpad-t-series-laptops/thinkpad-t470/downloads
[2] https://download.lenovo.com/pccbbs/mobiles/n1qnb04w.txt
[3] https://github.com/NXPNFCLinux/linux_libnfc-nci
[4] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/nfc/nfc-hci.txt
[5] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/nfc/nfc-pn544.txt

P.S.: Some interesting outputs and files

[ LINUX-CONFIG ]

$ grep NFC /boot/config-5.1.0-1-amd64-cbl-asmgoto | sort
CONFIG_IP_VS_NFCT=y
CONFIG_MLX5_EN_RXNFC=y
CONFIG_NFC_DIGITAL=m
CONFIG_NFC_FDP_I2C=m
CONFIG_NFC_FDP=m
CONFIG_NFC_HCI=m
CONFIG_NFC=m
CONFIG_NFC_MEI_PHY=m
CONFIG_NFC_MICROREAD_I2C=m
CONFIG_NFC_MICROREAD=m
CONFIG_NFC_MICROREAD_MEI=m
CONFIG_NFC_MRVL_I2C=m
CONFIG_NFC_MRVL=m
CONFIG_NFC_MRVL_SPI=m
CONFIG_NFC_MRVL_UART=m
CONFIG_NFC_MRVL_USB=m
CONFIG_NFC_NCI=m
CONFIG_NFC_NCI_SPI=m
CONFIG_NFC_NCI_UART=m
CONFIG_NFC_NXP_NCI_I2C=m
CONFIG_NFC_NXP_NCI=m
CONFIG_NFC_PN533_I2C=m
CONFIG_NFC_PN533=m
CONFIG_NFC_PN533_USB=m
CONFIG_NFC_PN544_I2C=m
CONFIG_NFC_PN544=m
CONFIG_NFC_PN544_MEI=m
CONFIG_NFC_PORT100=m
CONFIG_NFC_S3FWRN5_I2C=m
CONFIG_NFC_S3FWRN5=m
CONFIG_NFC_SHDLC=y
CONFIG_NFC_SIM=m
CONFIG_NFC_ST21NFCA_I2C=m
CONFIG_NFC_ST21NFCA=m
CONFIG_NFC_ST95HF=m
CONFIG_NFC_ST_NCI_I2C=m
CONFIG_NFC_ST_NCI=m
CONFIG_NFC_ST_NCI_SPI=m
CONFIG_NFC_TRF7970A=m
# Near Field Communication (NFC) devices

[ WINDOWS 10 INF DRIVER ]

$ cat NxpNfcClientDriver.inf
��;
; NxpNfcClientDriver.inf
;

[Version]
Signature="$Windows NT$"
Class=Proximity
ClassGuid={5630831C-06C9-4856-B327-F5D32586E060}
Provider=%ManufacturerName%
CatalogFile=NxpNfcClientDriver.cat
DriverVer=03/30/2018,12.0.3.0

[Manufacturer]
%ManufacturerName%=Standard,NTamd64

[Standard.NTamd64]
%DeviceName%=MyDevice_Install,ACPI\NXP1000
%DeviceName%=MyDevice_Install,ACPI\NXP1001
%DeviceName%=MyDevice_Install,ACPI\NXP1002
%DeviceName%=MyDevice_Install,ACPI\NXP1003
%DeviceName%=MyDevice_Install,ACPI\NXP7471
%DeviceName%=MyDevice_Install,ACPI\NXP8013
%DeviceName%=MyDevice_Install,ACPI\NXP3001

[SourceDisksNames]
1=%DiskName%

[SourceDisksFiles]
NxpNfcClientDriver.dll=1
NXPPN548FW.DAT=1
NXPPN547FW.DAT=1

; =================== UMDF Device ==================================

[MyDevice_Install.NT]
CopyFiles=UMDriverCopy,Firmware.CopyFiles
AddReg=NxpNfpProviderProximityCustomValuesRegister

[MyDevice_Install.NT.hw]
AddReg=NxpNfcClientDriver_AddReg

[MyDevice_Install.NT.Services]
AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall

[MyDevice_Install.NT.CoInstallers]
AddReg=CoInstallers_AddReg

[MyDevice_Install.NT.Wdf]
UmdfService=NxpNfcClientDriver,NxpNfcClientDriver_Install
UmdfServiceOrder=NxpNfcClientDriver
UmdfDirectHardwareAccess=AllowDirectHardwareAccess
UmdfFileObjectPolicy=AllowNullAndUnknownFileObjects
UmdfImpersonationLevel=Impersonation

[NxpNfcClientDriver_Install]
UmdfLibraryVersion=2.0.0
ServiceBinary=%12%\UMDF\NxpNfcClientDriver.dll
UmdfExtensions=NfcCx0102

[NxpNfcClientDriver_AddReg]
HKR,FirmwareMap,"8",0x00020000,"%%SystemRoot%%\System32\NXPPN547FW.dat"
; HW version of PN547 is 8
HKR,FirmwareMap,"10",0x00020000,"%%SystemRoot%%\System32\NXPPN548FW.dat"
; HW version of PN548 is 10
HKR,NxpNfcClientDriver, "RfConfigData",            0x00000001, 00
HKR,NxpNfcClientDriver, "EEPROMConfigBlob",        0x00000001, 00
HKR,NxpNfcClientDriver, "RfSessionMgmt",           0x00010001, 1
HKR,NxpNfcClientDriver, "KeepRfData",              0x00010001, 1

; ============== custom registry sections ==================

[NxpNfpProviderProximityCustomValuesRegister]
HKLM,"SYSTEM\CurrentControlSet\Proximity\","Dummy",0x00000010,0


[NxpNfpProviderProximityCustomValuesRegister.Security]
"D:P(A;OICI;GA;;;LS)(A;;GA;;;BA)(A;;GA;;;SY)"

[WUDFRD_ServiceInstall]
DisplayName=%WudfRdDisplayName%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\WUDFRd.sys

[CoInstallers_AddReg]
HKR,,CoInstallers32,0x00010000,"WUDFCoinstaller.dll"


[DestinationDirs]
UMDriverCopy=12,UMDF ; copy to Drivers\UMDF
Firmware.CopyFiles=11

[UMDriverCopy]
NxpNfcClientDriver.dll,,,0x100

[Firmware.CopyFiles]
NXPPN548FW.DAT
NXPPN547FW.DAT

[ControlFlags]
ExcludeFromSelect=*

; =================== Generic ==================================

[Strings]
ManufacturerName="NXP Semiconductors"
DiskName="NxpNfcClientDriver Installation Disk"
WudfRdDisplayName="NxpNfcClientDriver"
DeviceName="NxpNfcClientDriver"

- EOT -
[Thu May  9 13:41:42 2019] Linux version 5.1.0-1-amd64-cbl-asmgoto (sedat.dilek@xxxxxxxxx@iniza) (clang version 9.0.0 (https://github.com/llvm-mirror/clang.git b4f4320de39f9a7227af0a8374c6739af6969f7a) (https://github.com/llvm-mirror/llvm.git 1fd2bab1d52f7a37c9d385b8af20b26f1737bf7c)) #1~buster+dileks1 SMP 2019-05-06
[Thu May  9 13:41:42 2019] Command line: initrd=\initrd.img-5.1.0-1-amd64-cbl-asmgoto root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on
[Thu May  9 13:41:42 2019] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[Thu May  9 13:41:42 2019] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[Thu May  9 13:41:42 2019] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[Thu May  9 13:41:42 2019] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[Thu May  9 13:41:42 2019] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[Thu May  9 13:41:42 2019] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[Thu May  9 13:41:42 2019] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[Thu May  9 13:41:42 2019] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[Thu May  9 13:41:42 2019] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[Thu May  9 13:41:42 2019] BIOS-provided physical RAM map:
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000040400000-0x0000000085567fff] usable
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000085568000-0x0000000085568fff] ACPI NVS
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000085569000-0x0000000085569fff] reserved
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x000000008556a000-0x000000008eeabfff] usable
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x000000008eeac000-0x000000008ff2bfff] reserved
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x000000008ff2c000-0x000000008ff99fff] ACPI NVS
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x000000008ff9a000-0x000000008fffefff] ACPI data
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x000000008ffff000-0x000000008fffffff] usable
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000090000000-0x0000000097ffffff] reserved
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000098600000-0x000000009c7fffff] reserved
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[Thu May  9 13:41:42 2019] BIOS-e820: [mem 0x0000000100000000-0x00000004627fffff] usable
[Thu May  9 13:41:42 2019] NX (Execute Disable) protection: active
[Thu May  9 13:41:42 2019] efi: EFI v2.50 by Lenovo
[Thu May  9 13:41:42 2019] efi:  SMBIOS=0x8f0d8000  SMBIOS 3.0=0x8f0d5000  ACPI=0x8fffe000  ACPI 2.0=0x8fffe014  ESRT=0x8efa2000  MEMATTR=0x89d10018  TPMEventLog=0x856a5018 
[Thu May  9 13:41:42 2019] SMBIOS 3.0.0 present.
[Thu May  9 13:41:42 2019] DMI: LENOVO 20HDCTO1WW/20HDCTO1WW, BIOS N1QET81W (1.56 ) 02/20/2019
[Thu May  9 13:41:42 2019] tsc: Detected 2900.000 MHz processor
[Thu May  9 13:41:42 2019] tsc: Detected 2904.000 MHz TSC
[Thu May  9 13:41:42 2019] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[Thu May  9 13:41:42 2019] e820: remove [mem 0x000a0000-0x000fffff] usable
[Thu May  9 13:41:42 2019] last_pfn = 0x462800 max_arch_pfn = 0x400000000
[Thu May  9 13:41:42 2019] MTRR default type: write-back
[Thu May  9 13:41:42 2019] MTRR fixed ranges enabled:
[Thu May  9 13:41:42 2019]   00000-9FFFF write-back
[Thu May  9 13:41:42 2019]   A0000-BFFFF uncachable
[Thu May  9 13:41:42 2019]   C0000-FFFFF write-protect
[Thu May  9 13:41:42 2019] MTRR variable ranges enabled:
[Thu May  9 13:41:42 2019]   0 base 00C0000000 mask 7FC0000000 uncachable
[Thu May  9 13:41:42 2019]   1 base 00A0000000 mask 7FE0000000 uncachable
[Thu May  9 13:41:42 2019]   2 base 009C000000 mask 7FFC000000 uncachable
[Thu May  9 13:41:42 2019]   3 base 009A000000 mask 7FFE000000 uncachable
[Thu May  9 13:41:42 2019]   4 disabled
[Thu May  9 13:41:42 2019]   5 disabled
[Thu May  9 13:41:42 2019]   6 disabled
[Thu May  9 13:41:42 2019]   7 disabled
[Thu May  9 13:41:42 2019]   8 disabled
[Thu May  9 13:41:42 2019]   9 disabled
[Thu May  9 13:41:42 2019] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[Thu May  9 13:41:42 2019] last_pfn = 0x90000 max_arch_pfn = 0x400000000
[Thu May  9 13:41:42 2019] esrt: Reserving ESRT space from 0x000000008efa2000 to 0x000000008efa2088.
[Thu May  9 13:41:42 2019] Using GB pages for direct mapping
[Thu May  9 13:41:42 2019] BRK [0x1f6601000, 0x1f6601fff] PGTABLE
[Thu May  9 13:41:42 2019] BRK [0x1f6602000, 0x1f6602fff] PGTABLE
[Thu May  9 13:41:42 2019] BRK [0x1f6603000, 0x1f6603fff] PGTABLE
[Thu May  9 13:41:42 2019] BRK [0x1f6604000, 0x1f6604fff] PGTABLE
[Thu May  9 13:41:42 2019] BRK [0x1f6605000, 0x1f6605fff] PGTABLE
[Thu May  9 13:41:42 2019] BRK [0x1f6606000, 0x1f6606fff] PGTABLE
[Thu May  9 13:41:42 2019] BRK [0x1f6607000, 0x1f6607fff] PGTABLE
[Thu May  9 13:41:42 2019] BRK [0x1f6608000, 0x1f6608fff] PGTABLE
[Thu May  9 13:41:42 2019] BRK [0x1f6609000, 0x1f6609fff] PGTABLE
[Thu May  9 13:41:42 2019] BRK [0x1f660a000, 0x1f660afff] PGTABLE
[Thu May  9 13:41:42 2019] Secure boot disabled
[Thu May  9 13:41:42 2019] RAMDISK: [mem 0x7d4ab000-0x7fffefff]
[Thu May  9 13:41:42 2019] ACPI: Early table checksum verification disabled
[Thu May  9 13:41:42 2019] ACPI: RSDP 0x000000008FFFE014 000024 (v02 LENOVO)
[Thu May  9 13:41:42 2019] ACPI: XSDT 0x000000008FFC1188 00010C (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: FACP 0x000000008FFF5000 0000F4 (v05 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: DSDT 0x000000008FFCF000 021214 (v02 LENOVO SKL      00000000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: FACS 0x000000008FF3D000 000040
[Thu May  9 13:41:42 2019] ACPI: SSDT 0x000000008FFFC000 0003CC (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: TPM2 0x000000008FFFB000 000034 (v03 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: UEFI 0x000000008FF53000 000042 (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: SSDT 0x000000008FFF7000 0030B0 (v02 LENOVO SaSsdt   00003000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: SSDT 0x000000008FFF6000 0005B6 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: HPET 0x000000008FFF4000 000038 (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: APIC 0x000000008FFF3000 0000BC (v03 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: MCFG 0x000000008FFF2000 00003C (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: ECDT 0x000000008FFF1000 000053 (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: SSDT 0x000000008FFCE000 00021C (v01 LENOVO Rmv_Batt 00001000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: SSDT 0x000000008FFCC000 00174F (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: BOOT 0x000000008FFCB000 000028 (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: BATB 0x000000008FFCA000 00004A (v02 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: SLIC 0x000000008FFC9000 000176 (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: SSDT 0x000000008FFC7000 0017AE (v02 LENOVO CpuSsdt  00003000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: SSDT 0x000000008FFC6000 00056D (v02 LENOVO CtdpB    00001000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: SSDT 0x000000008FFC5000 000634 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: WSMT 0x000000008FFC4000 000028 (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: SSDT 0x000000008FFC3000 000141 (v02 LENOVO HdaDsp   00000000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: SSDT 0x000000008FFC2000 0004C5 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: DBGP 0x000000008FFFD000 000034 (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: DBG2 0x000000008FFC0000 000054 (v00 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: MSDM 0x000000008FFBF000 000055 (v03 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: DMAR 0x000000008FFBE000 0000A8 (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: ASF! 0x000000008FFBD000 0000A0 (v32 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: FPDT 0x000000008FFBC000 000044 (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: UEFI 0x000000008FF3A000 00013E (v01 LENOVO TP-N1Q   00001560 PTEC 00000002)
[Thu May  9 13:41:42 2019] ACPI: BGRT 0x000000008FFBB000 000038 (v01 LENOVO TP-N1Q   00001560 PTEC 00001560)
[Thu May  9 13:41:42 2019] ACPI: Local APIC address 0xfee00000
[Thu May  9 13:41:42 2019] No NUMA configuration found
[Thu May  9 13:41:42 2019] Faking a node at [mem 0x0000000000000000-0x00000004627fffff]
[Thu May  9 13:41:42 2019] NODE_DATA(0) allocated [mem 0x4627fb000-0x4627fffff]
[Thu May  9 13:41:42 2019] Zone ranges:
[Thu May  9 13:41:42 2019]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[Thu May  9 13:41:42 2019]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[Thu May  9 13:41:42 2019]   Normal   [mem 0x0000000100000000-0x00000004627fffff]
[Thu May  9 13:41:42 2019]   Device   empty
[Thu May  9 13:41:42 2019] Movable zone start for each node
[Thu May  9 13:41:42 2019] Early memory node ranges
[Thu May  9 13:41:42 2019]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[Thu May  9 13:41:42 2019]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[Thu May  9 13:41:42 2019]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[Thu May  9 13:41:42 2019]   node   0: [mem 0x0000000040400000-0x0000000085567fff]
[Thu May  9 13:41:42 2019]   node   0: [mem 0x000000008556a000-0x000000008eeabfff]
[Thu May  9 13:41:42 2019]   node   0: [mem 0x000000008ffff000-0x000000008fffffff]
[Thu May  9 13:41:42 2019]   node   0: [mem 0x0000000100000000-0x00000004627fffff]
[Thu May  9 13:41:42 2019] Zeroed struct page in unavailable ranges: 5562 pages
[Thu May  9 13:41:42 2019] Initmem setup node 0 [mem 0x0000000000001000-0x00000004627fffff]
[Thu May  9 13:41:42 2019] On node 0 totalpages: 4133446
[Thu May  9 13:41:42 2019]   DMA zone: 64 pages used for memmap
[Thu May  9 13:41:42 2019]   DMA zone: 22 pages reserved
[Thu May  9 13:41:42 2019]   DMA zone: 3995 pages, LIFO batch:0
[Thu May  9 13:41:42 2019]   DMA32 zone: 9067 pages used for memmap
[Thu May  9 13:41:42 2019]   DMA32 zone: 580267 pages, LIFO batch:63
[Thu May  9 13:41:42 2019]   Normal zone: 55456 pages used for memmap
[Thu May  9 13:41:42 2019]   Normal zone: 3549184 pages, LIFO batch:63
[Thu May  9 13:41:42 2019] Reserving Intel graphics memory at [mem 0x9a800000-0x9c7fffff]
[Thu May  9 13:41:42 2019] ACPI: PM-Timer IO Port: 0x1808
[Thu May  9 13:41:42 2019] ACPI: Local APIC address 0xfee00000
[Thu May  9 13:41:42 2019] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[Thu May  9 13:41:42 2019] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[Thu May  9 13:41:42 2019] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[Thu May  9 13:41:42 2019] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[Thu May  9 13:41:42 2019] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[Thu May  9 13:41:42 2019] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[Thu May  9 13:41:42 2019] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[Thu May  9 13:41:42 2019] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[Thu May  9 13:41:42 2019] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[Thu May  9 13:41:42 2019] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[Thu May  9 13:41:42 2019] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[Thu May  9 13:41:42 2019] ACPI: IRQ0 used by override.
[Thu May  9 13:41:42 2019] ACPI: IRQ9 used by override.
[Thu May  9 13:41:42 2019] Using ACPI (MADT) for SMP configuration information
[Thu May  9 13:41:42 2019] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[Thu May  9 13:41:42 2019] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x0009d000-0x000fffff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x40000000-0x403fffff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x85568000-0x85568fff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x85569000-0x85569fff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x8eeac000-0x8ff2bfff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x8ff2c000-0x8ff99fff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x8ff9a000-0x8fffefff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x90000000-0x97ffffff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x98000000-0x985fffff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x98600000-0x9c7fffff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0x9c800000-0xefffffff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0xf4000000-0xfe00ffff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[Thu May  9 13:41:42 2019] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[Thu May  9 13:41:42 2019] [mem 0x9c800000-0xefffffff] available for PCI devices
[Thu May  9 13:41:42 2019] Booting paravirtualized kernel on bare hardware
[Thu May  9 13:41:42 2019] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[Thu May  9 13:41:42 2019] random: get_random_bytes called from start_kernel+0x93/0x466 with crng_init=0
[Thu May  9 13:41:42 2019] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[Thu May  9 13:41:42 2019] percpu: Embedded 44 pages/cpu s141912 r8192 d30120 u524288
[Thu May  9 13:41:42 2019] pcpu-alloc: s141912 r8192 d30120 u524288 alloc=1*2097152
[Thu May  9 13:41:42 2019] pcpu-alloc: [0] 0 1 2 3 
[Thu May  9 13:41:42 2019] Built 1 zonelists, mobility grouping on.  Total pages: 4068837
[Thu May  9 13:41:42 2019] Policy zone: Normal
[Thu May  9 13:41:42 2019] Kernel command line: initrd=\initrd.img-5.1.0-1-amd64-cbl-asmgoto root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on
[Thu May  9 13:41:42 2019] DMAR: IOMMU enabled
[Thu May  9 13:41:42 2019] Calgary: detecting Calgary via BIOS EBDA area
[Thu May  9 13:41:42 2019] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[Thu May  9 13:41:42 2019] Memory: 16051604K/16533784K available (12291K kernel code, 1113K rwdata, 3252K rodata, 1652K init, 908K bss, 482180K reserved, 0K cma-reserved)
[Thu May  9 13:41:42 2019] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[Thu May  9 13:41:42 2019] Kernel/User page tables isolation: enabled
[Thu May  9 13:41:42 2019] ftrace: allocating 29764 entries in 117 pages
[Thu May  9 13:41:42 2019] rcu: Hierarchical RCU implementation.
[Thu May  9 13:41:42 2019] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[Thu May  9 13:41:42 2019] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[Thu May  9 13:41:42 2019] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[Thu May  9 13:41:42 2019] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[Thu May  9 13:41:42 2019] Console: colour dummy device 80x25
[Thu May  9 13:41:42 2019] printk: console [tty0] enabled
[Thu May  9 13:41:42 2019] ACPI: Core revision 20190215
[Thu May  9 13:41:42 2019] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[Thu May  9 13:41:42 2019] hpet clockevent registered
[Thu May  9 13:41:42 2019] APIC: Switch to symmetric I/O mode setup
[Thu May  9 13:41:42 2019] DMAR: Host address width 39
[Thu May  9 13:41:42 2019] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[Thu May  9 13:41:42 2019] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[Thu May  9 13:41:42 2019] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[Thu May  9 13:41:42 2019] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[Thu May  9 13:41:42 2019] DMAR: RMRR base: 0x0000008f49f000 end: 0x0000008f4befff
[Thu May  9 13:41:42 2019] DMAR: RMRR base: 0x0000009a000000 end: 0x0000009c7fffff
[Thu May  9 13:41:42 2019] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[Thu May  9 13:41:42 2019] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[Thu May  9 13:41:42 2019] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[Thu May  9 13:41:42 2019] DMAR-IR: Enabled IRQ remapping in x2apic mode
[Thu May  9 13:41:42 2019] x2apic enabled
[Thu May  9 13:41:42 2019] Switched APIC routing to cluster x2apic.
[Thu May  9 13:41:42 2019] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[Thu May  9 13:41:42 2019] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[Thu May  9 13:41:42 2019] Calibrating delay loop (skipped), value calculated using timer frequency.. 5808.00 BogoMIPS (lpj=11616000)
[Thu May  9 13:41:42 2019] pid_max: default: 32768 minimum: 301
[Thu May  9 13:41:42 2019] LSM: Security Framework initializing
[Thu May  9 13:41:42 2019] Yama: becoming mindful.
[Thu May  9 13:41:42 2019] AppArmor: AppArmor initialized
[Thu May  9 13:41:42 2019] TOMOYO Linux initialized
[Thu May  9 13:41:42 2019] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[Thu May  9 13:41:42 2019] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[Thu May  9 13:41:42 2019] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[Thu May  9 13:41:42 2019] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[Thu May  9 13:41:42 2019] *** VALIDATE proc ***
[Thu May  9 13:41:42 2019] *** VALIDATE cgroup1 ***
[Thu May  9 13:41:42 2019] *** VALIDATE cgroup2 ***
[Thu May  9 13:41:42 2019] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[Thu May  9 13:41:42 2019] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[Thu May  9 13:41:42 2019] mce: CPU supports 8 MCE banks
[Thu May  9 13:41:42 2019] mce: CPU0: Thermal monitoring enabled (TM1)
[Thu May  9 13:41:42 2019] process: using mwait in idle threads
[Thu May  9 13:41:42 2019] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[Thu May  9 13:41:42 2019] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[Thu May  9 13:41:42 2019] Spectre V2 : Mitigation: Full generic retpoline
[Thu May  9 13:41:42 2019] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[Thu May  9 13:41:42 2019] Spectre V2 : Enabling Restricted Speculation for firmware calls
[Thu May  9 13:41:42 2019] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[Thu May  9 13:41:42 2019] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[Thu May  9 13:41:42 2019] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[Thu May  9 13:41:42 2019] Freeing SMP alternatives memory: 28K
[Thu May  9 13:41:42 2019] TSC deadline timer enabled
[Thu May  9 13:41:42 2019] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[Thu May  9 13:41:42 2019] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[Thu May  9 13:41:42 2019] ... version:                4
[Thu May  9 13:41:42 2019] ... bit width:              48
[Thu May  9 13:41:42 2019] ... generic registers:      4
[Thu May  9 13:41:42 2019] ... value mask:             0000ffffffffffff
[Thu May  9 13:41:42 2019] ... max period:             00007fffffffffff
[Thu May  9 13:41:42 2019] ... fixed-purpose events:   3
[Thu May  9 13:41:42 2019] ... event mask:             000000070000000f
[Thu May  9 13:41:42 2019] rcu: Hierarchical SRCU implementation.
[Thu May  9 13:41:42 2019] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[Thu May  9 13:41:42 2019] smp: Bringing up secondary CPUs ...
[Thu May  9 13:41:42 2019] x86: Booting SMP configuration:
[Thu May  9 13:41:42 2019] .... node  #0, CPUs:      #1 #2 #3
[Thu May  9 13:41:42 2019] smp: Brought up 1 node, 4 CPUs
[Thu May  9 13:41:42 2019] smpboot: Max logical packages: 1
[Thu May  9 13:41:42 2019] smpboot: Total of 4 processors activated (23232.00 BogoMIPS)
[Thu May  9 13:41:42 2019] devtmpfs: initialized
[Thu May  9 13:41:42 2019] x86/mm: Memory block size: 128MB
[Thu May  9 13:41:42 2019] PM: Registering ACPI NVS region [mem 0x85568000-0x85568fff] (4096 bytes)
[Thu May  9 13:41:42 2019] PM: Registering ACPI NVS region [mem 0x8ff2c000-0x8ff99fff] (450560 bytes)
[Thu May  9 13:41:42 2019] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[Thu May  9 13:41:42 2019] futex hash table entries: 1024 (order: 4, 65536 bytes)
[Thu May  9 13:41:42 2019] pinctrl core: initialized pinctrl subsystem
[Thu May  9 13:41:42 2019] NET: Registered protocol family 16
[Thu May  9 13:41:42 2019] audit: initializing netlink subsys (disabled)
[Thu May  9 13:41:42 2019] audit: type=2000 audit(1557409302.044:1): state=initialized audit_enabled=0 res=1
[Thu May  9 13:41:42 2019] cpuidle: using governor ladder
[Thu May  9 13:41:42 2019] cpuidle: using governor menu
[Thu May  9 13:41:42 2019] Simple Boot Flag at 0x47 set to 0x1
[Thu May  9 13:41:42 2019] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[Thu May  9 13:41:42 2019] ACPI: bus type PCI registered
[Thu May  9 13:41:42 2019] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[Thu May  9 13:41:42 2019] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[Thu May  9 13:41:42 2019] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[Thu May  9 13:41:42 2019] PCI: Using configuration type 1 for base access
[Thu May  9 13:41:42 2019] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[Thu May  9 13:41:42 2019] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[Thu May  9 13:41:42 2019] ACPI: Added _OSI(Module Device)
[Thu May  9 13:41:42 2019] ACPI: Added _OSI(Processor Device)
[Thu May  9 13:41:42 2019] ACPI: Added _OSI(3.0 _SCP Extensions)
[Thu May  9 13:41:42 2019] ACPI: Added _OSI(Processor Aggregator Device)
[Thu May  9 13:41:42 2019] ACPI: Added _OSI(Linux-Dell-Video)
[Thu May  9 13:41:42 2019] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[Thu May  9 13:41:42 2019] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[Thu May  9 13:41:42 2019] ACPI: 11 ACPI AML tables successfully acquired and loaded
[Thu May  9 13:41:42 2019] ACPI: EC: EC started
[Thu May  9 13:41:42 2019] ACPI: EC: interrupt blocked
[Thu May  9 13:41:42 2019] ACPI: \: Used as first EC
[Thu May  9 13:41:42 2019] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[Thu May  9 13:41:42 2019] ACPI: EC: Boot ECDT EC used to handle transactions
[Thu May  9 13:41:42 2019] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[Thu May  9 13:41:42 2019] ACPI: Dynamic OEM Table Load:
[Thu May  9 13:41:42 2019] ACPI: SSDT 0xFFFF989D8FC83800 0006F6 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[Thu May  9 13:41:42 2019] ACPI: Dynamic OEM Table Load:
[Thu May  9 13:41:42 2019] ACPI: SSDT 0xFFFF989D8FD07400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: Dynamic OEM Table Load:
[Thu May  9 13:41:42 2019] ACPI: SSDT 0xFFFF989D8FD92000 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: Dynamic OEM Table Load:
[Thu May  9 13:41:42 2019] ACPI: SSDT 0xFFFF989D8FC81000 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: Dynamic OEM Table Load:
[Thu May  9 13:41:42 2019] ACPI: SSDT 0xFFFF989D920A8000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: Dynamic OEM Table Load:
[Thu May  9 13:41:42 2019] ACPI: SSDT 0xFFFF989D8FD07800 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: Dynamic OEM Table Load:
[Thu May  9 13:41:42 2019] ACPI: SSDT 0xFFFF989D8FD05C00 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[Thu May  9 13:41:42 2019] ACPI: Interpreter enabled
[Thu May  9 13:41:42 2019] ACPI: (supports S0 S3 S4 S5)
[Thu May  9 13:41:42 2019] ACPI: Using IOAPIC for interrupt routing
[Thu May  9 13:41:42 2019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[Thu May  9 13:41:42 2019] ACPI: Enabled 7 GPEs in block 00 to 7F
[Thu May  9 13:41:42 2019] ACPI: Power Resource [PUBS] (on)
[Thu May  9 13:41:42 2019] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[Thu May  9 13:41:42 2019] ACPI: Power Resource [WRST] (on)
[Thu May  9 13:41:42 2019] ACPI: Power Resource [WRST] (on)
[Thu May  9 13:41:42 2019] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[Thu May  9 13:41:42 2019] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[Thu May  9 13:41:42 2019] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER PCIeCapability]
[Thu May  9 13:41:42 2019] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[Thu May  9 13:41:42 2019] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[Thu May  9 13:41:42 2019] acpi PNP0A08:00: _OSC: platform willing to grant [LTR]
[Thu May  9 13:41:42 2019] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[Thu May  9 13:41:42 2019] PCI host bridge to bus 0000:00
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0x9c800000-0xefffffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: root bus resource [bus 00-3e]
[Thu May  9 13:41:42 2019] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[Thu May  9 13:41:42 2019] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[Thu May  9 13:41:42 2019] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[Thu May  9 13:41:42 2019] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[Thu May  9 13:41:42 2019] pci 0000:00:02.0: reg 0x20: [io  0xe000-0xe03f]
[Thu May  9 13:41:42 2019] pci 0000:00:02.0: BAR 2: assigned to efifb
[Thu May  9 13:41:42 2019] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[Thu May  9 13:41:42 2019] pci 0000:00:14.0: reg 0x10: [mem 0xec220000-0xec22ffff 64bit]
[Thu May  9 13:41:42 2019] pci 0000:00:14.0: PME# supported from D3hot D3cold
[Thu May  9 13:41:42 2019] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[Thu May  9 13:41:42 2019] pci 0000:00:14.2: reg 0x10: [mem 0xec248000-0xec248fff 64bit]
[Thu May  9 13:41:42 2019] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[Thu May  9 13:41:42 2019] pci 0000:00:15.0: reg 0x10: [mem 0xec249000-0xec249fff 64bit]
[Thu May  9 13:41:42 2019] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[Thu May  9 13:41:42 2019] pci 0000:00:16.0: reg 0x10: [mem 0xec24a000-0xec24afff 64bit]
[Thu May  9 13:41:42 2019] pci 0000:00:16.0: PME# supported from D3hot
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[Thu May  9 13:41:42 2019] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400
[Thu May  9 13:41:42 2019] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[Thu May  9 13:41:42 2019] pci 0000:00:1c.6: Intel SPT PCH root port ACS workaround enabled
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[Thu May  9 13:41:42 2019] pci 0000:00:1d.2: [8086:9d1a] type 01 class 0x060400
[Thu May  9 13:41:42 2019] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[Thu May  9 13:41:42 2019] pci 0000:00:1d.2: Intel SPT PCH root port ACS workaround enabled
[Thu May  9 13:41:42 2019] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[Thu May  9 13:41:42 2019] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[Thu May  9 13:41:42 2019] pci 0000:00:1f.2: reg 0x10: [mem 0xec244000-0xec247fff]
[Thu May  9 13:41:42 2019] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[Thu May  9 13:41:42 2019] pci 0000:00:1f.3: reg 0x10: [mem 0xec240000-0xec243fff 64bit]
[Thu May  9 13:41:42 2019] pci 0000:00:1f.3: reg 0x20: [mem 0xec230000-0xec23ffff 64bit]
[Thu May  9 13:41:42 2019] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[Thu May  9 13:41:42 2019] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[Thu May  9 13:41:42 2019] pci 0000:00:1f.4: reg 0x10: [mem 0xec24b000-0xec24b0ff 64bit]
[Thu May  9 13:41:42 2019] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[Thu May  9 13:41:42 2019] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000
[Thu May  9 13:41:42 2019] pci 0000:00:1f.6: reg 0x10: [mem 0xec200000-0xec21ffff]
[Thu May  9 13:41:42 2019] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0: PCI bridge to [bus 02]
[Thu May  9 13:41:42 2019] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000
[Thu May  9 13:41:42 2019] pci 0000:04:00.0: reg 0x10: [mem 0xec100000-0xec101fff 64bit]
[Thu May  9 13:41:42 2019] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[Thu May  9 13:41:42 2019] pci 0000:00:1c.6: PCI bridge to [bus 04]
[Thu May  9 13:41:42 2019] pci 0000:00:1c.6:   bridge window [mem 0xec100000-0xec1fffff]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0:   bridge window [mem 0xd4000000-0xea0fffff]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0:   bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[Thu May  9 13:41:42 2019] pci 0000:3e:00.0: [17aa:0004] type 00 class 0x010802
[Thu May  9 13:41:42 2019] pci 0000:3e:00.0: reg 0x10: [mem 0xec000000-0xec003fff 64bit]
[Thu May  9 13:41:42 2019] 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)
[Thu May  9 13:41:42 2019] pci 0000:00:1d.2: PCI bridge to [bus 3e]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.2:   bridge window [mem 0xec000000-0xec0fffff]
[Thu May  9 13:41:42 2019] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[Thu May  9 13:41:42 2019] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[Thu May  9 13:41:42 2019] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[Thu May  9 13:41:42 2019] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[Thu May  9 13:41:42 2019] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[Thu May  9 13:41:42 2019] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[Thu May  9 13:41:42 2019] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[Thu May  9 13:41:42 2019] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[Thu May  9 13:41:42 2019] ACPI: EC: interrupt unblocked
[Thu May  9 13:41:42 2019] ACPI: EC: event unblocked
[Thu May  9 13:41:42 2019] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[Thu May  9 13:41:42 2019] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
[Thu May  9 13:41:42 2019] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[Thu May  9 13:41:42 2019] pci 0000:00:02.0: vgaarb: bridge control possible
[Thu May  9 13:41:42 2019] pci 0000:00:02.0: vgaarb: setting as boot device
[Thu May  9 13:41:42 2019] vgaarb: loaded
[Thu May  9 13:41:42 2019] pps_core: LinuxPPS API ver. 1 registered
[Thu May  9 13:41:42 2019] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[Thu May  9 13:41:42 2019] PTP clock support registered
[Thu May  9 13:41:42 2019] EDAC MC: Ver: 3.0.0
[Thu May  9 13:41:42 2019] Registered efivars operations
[Thu May  9 13:41:42 2019] PCI: Using ACPI for IRQ routing
[Thu May  9 13:41:42 2019] PCI: pci_cache_line_size set to 64 bytes
[Thu May  9 13:41:42 2019] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[Thu May  9 13:41:42 2019] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[Thu May  9 13:41:42 2019] e820: reserve RAM buffer [mem 0x85568000-0x87ffffff]
[Thu May  9 13:41:42 2019] e820: reserve RAM buffer [mem 0x8eeac000-0x8fffffff]
[Thu May  9 13:41:42 2019] e820: reserve RAM buffer [mem 0x462800000-0x463ffffff]
[Thu May  9 13:41:42 2019] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[Thu May  9 13:41:42 2019] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[Thu May  9 13:41:42 2019] clocksource: Switched to clocksource tsc-early
[Thu May  9 13:41:42 2019] VFS: Disk quotas dquot_6.6.0
[Thu May  9 13:41:42 2019] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Thu May  9 13:41:42 2019] *** VALIDATE hugetlbfs ***
[Thu May  9 13:41:42 2019] AppArmor: AppArmor Filesystem Enabled
[Thu May  9 13:41:42 2019] pnp: PnP ACPI init
[Thu May  9 13:41:42 2019] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[Thu May  9 13:41:42 2019] system 00:01: [mem 0xfd000000-0xfdabffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:01: [mem 0xfdad0000-0xfdadffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:01: [mem 0xfdb00000-0xfdffffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[Thu May  9 13:41:42 2019] system 00:01: [mem 0xfe036000-0xfe03bfff] has been reserved
[Thu May  9 13:41:42 2019] system 00:01: [mem 0xfe03d000-0xfe3fffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:01: [mem 0xfe410000-0xfe7fffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[Thu May  9 13:41:42 2019] system 00:02: [io  0xff00-0xfffe] has been reserved
[Thu May  9 13:41:42 2019] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[Thu May  9 13:41:42 2019] system 00:03: [io  0x0680-0x069f] has been reserved
[Thu May  9 13:41:42 2019] system 00:03: [io  0xffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:03: [io  0xffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:03: [io  0xffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:03: [io  0x1800-0x18fe] has been reserved
[Thu May  9 13:41:42 2019] system 00:03: [io  0x164e-0x164f] has been reserved
[Thu May  9 13:41:42 2019] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[Thu May  9 13:41:42 2019] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[Thu May  9 13:41:42 2019] system 00:05: [io  0x1854-0x1857] has been reserved
[Thu May  9 13:41:42 2019] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[Thu May  9 13:41:42 2019] pnp 00:06: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[Thu May  9 13:41:42 2019] pnp 00:07: Plug and Play ACPI device, IDs LEN006f PNP0f13 (active)
[Thu May  9 13:41:42 2019] system 00:08: [io  0x1800-0x189f] could not be reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x0800-0x087f] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x0880-0x08ff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x0900-0x097f] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x0980-0x09ff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x0a00-0x0a7f] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x0a80-0x0aff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x0b00-0x0b7f] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x0b80-0x0bff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x15e0-0x15ef] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x1600-0x167f] could not be reserved
[Thu May  9 13:41:42 2019] system 00:08: [io  0x1640-0x165f] could not be reserved
[Thu May  9 13:41:42 2019] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[Thu May  9 13:41:42 2019] system 00:08: [mem 0xeffe0000-0xefffffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[Thu May  9 13:41:42 2019] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[Thu May  9 13:41:42 2019] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
[Thu May  9 13:41:42 2019] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[Thu May  9 13:41:42 2019] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[Thu May  9 13:41:42 2019] system 00:0a: [mem 0xf0000000-0xf3ffffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
[Thu May  9 13:41:42 2019] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:0a: [mem 0xeffe0000-0xefffffff] has been reserved
[Thu May  9 13:41:42 2019] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[Thu May  9 13:41:42 2019] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[Thu May  9 13:41:42 2019] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
[Thu May  9 13:41:42 2019] system 00:0b: [mem 0x00100000-0x9c7fffff] could not be reserved
[Thu May  9 13:41:42 2019] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
[Thu May  9 13:41:42 2019] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
[Thu May  9 13:41:42 2019] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[Thu May  9 13:41:42 2019] pnp: PnP ACPI: found 12 devices
[Thu May  9 13:41:42 2019] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 05-3d] add_size 1000
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9c800000-0x9c9fffff]
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9ca00000-0x9cbfffff 64bit pref]
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0: BAR 13: assigned [io  0x3000-0x3fff]
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0: PCI bridge to [bus 02]
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0:   bridge window [mem 0x9c800000-0x9c9fffff]
[Thu May  9 13:41:42 2019] pci 0000:00:1c.0:   bridge window [mem 0x9ca00000-0x9cbfffff 64bit pref]
[Thu May  9 13:41:42 2019] pci 0000:00:1c.6: PCI bridge to [bus 04]
[Thu May  9 13:41:42 2019] pci 0000:00:1c.6:   bridge window [mem 0xec100000-0xec1fffff]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0:   bridge window [mem 0xd4000000-0xea0fffff]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.0:   bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.2: PCI bridge to [bus 3e]
[Thu May  9 13:41:42 2019] pci 0000:00:1d.2:   bridge window [mem 0xec000000-0xec0fffff]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 20 [mem 0x9c800000-0xefffffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[Thu May  9 13:41:42 2019] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[Thu May  9 13:41:42 2019] pci_bus 0000:02: resource 1 [mem 0x9c800000-0x9c9fffff]
[Thu May  9 13:41:42 2019] pci_bus 0000:02: resource 2 [mem 0x9ca00000-0x9cbfffff 64bit pref]
[Thu May  9 13:41:42 2019] pci_bus 0000:04: resource 1 [mem 0xec100000-0xec1fffff]
[Thu May  9 13:41:42 2019] pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
[Thu May  9 13:41:42 2019] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xea0fffff]
[Thu May  9 13:41:42 2019] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref]
[Thu May  9 13:41:42 2019] pci_bus 0000:3e: resource 1 [mem 0xec000000-0xec0fffff]
[Thu May  9 13:41:42 2019] NET: Registered protocol family 2
[Thu May  9 13:41:42 2019] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[Thu May  9 13:41:42 2019] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[Thu May  9 13:41:42 2019] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[Thu May  9 13:41:42 2019] TCP: Hash tables configured (established 131072 bind 65536)
[Thu May  9 13:41:42 2019] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[Thu May  9 13:41:42 2019] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[Thu May  9 13:41:42 2019] NET: Registered protocol family 1
[Thu May  9 13:41:42 2019] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[Thu May  9 13:41:42 2019] PCI: CLS 0 bytes, default 64
[Thu May  9 13:41:42 2019] Unpacking initramfs...
[Thu May  9 13:41:43 2019] Freeing initrd memory: 44368K
[Thu May  9 13:41:43 2019] DMAR: No ATSR found
[Thu May  9 13:41:43 2019] DMAR: dmar0: Using Queued invalidation
[Thu May  9 13:41:43 2019] DMAR: dmar1: Using Queued invalidation
[Thu May  9 13:41:43 2019] DMAR: Setting RMRR:
[Thu May  9 13:41:43 2019] pci 0000:00:02.0: DMAR: Setting identity map [0x9a000000 - 0x9c7fffff]
[Thu May  9 13:41:43 2019] pci 0000:00:14.0: DMAR: Setting identity map [0x8f49f000 - 0x8f4befff]
[Thu May  9 13:41:43 2019] DMAR: Prepare 0-16MiB unity mapping for LPC
[Thu May  9 13:41:43 2019] pci 0000:00:1f.0: DMAR: Setting identity map [0x0 - 0xffffff]
[Thu May  9 13:41:43 2019] DMAR: Intel(R) Virtualization Technology for Directed I/O
[Thu May  9 13:41:43 2019] pci 0000:00:00.0: Adding to iommu group 0
[Thu May  9 13:41:43 2019] pci 0000:00:02.0: Adding to iommu group 1
[Thu May  9 13:41:43 2019] pci 0000:00:14.0: Adding to iommu group 2
[Thu May  9 13:41:43 2019] pci 0000:00:14.2: Adding to iommu group 2
[Thu May  9 13:41:43 2019] pci 0000:00:15.0: Adding to iommu group 3
[Thu May  9 13:41:43 2019] pci 0000:00:16.0: Adding to iommu group 4
[Thu May  9 13:41:43 2019] pci 0000:00:1c.0: Adding to iommu group 5
[Thu May  9 13:41:43 2019] pci 0000:00:1c.6: Adding to iommu group 6
[Thu May  9 13:41:43 2019] pci 0000:00:1d.0: Adding to iommu group 7
[Thu May  9 13:41:43 2019] pci 0000:00:1d.2: Adding to iommu group 8
[Thu May  9 13:41:43 2019] pci 0000:00:1f.0: Adding to iommu group 9
[Thu May  9 13:41:43 2019] pci 0000:00:1f.2: Adding to iommu group 9
[Thu May  9 13:41:43 2019] pci 0000:00:1f.3: Adding to iommu group 9
[Thu May  9 13:41:43 2019] pci 0000:00:1f.4: Adding to iommu group 9
[Thu May  9 13:41:43 2019] pci 0000:00:1f.6: Adding to iommu group 9
[Thu May  9 13:41:43 2019] pci 0000:04:00.0: Adding to iommu group 10
[Thu May  9 13:41:43 2019] pci 0000:3e:00.0: Adding to iommu group 11
[Thu May  9 13:41:43 2019] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[Thu May  9 13:41:43 2019] clocksource: Switched to clocksource tsc
[Thu May  9 13:41:43 2019] Initialise system trusted keyrings
[Thu May  9 13:41:43 2019] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[Thu May  9 13:41:43 2019] zbud: loaded
[Thu May  9 13:41:43 2019] alg: No test for lzo-rle (lzo-rle-generic)
[Thu May  9 13:41:43 2019] alg: No test for lzo-rle (lzo-rle-scomp)
[Thu May  9 13:41:43 2019] Key type asymmetric registered
[Thu May  9 13:41:43 2019] Asymmetric key parser 'x509' registered
[Thu May  9 13:41:43 2019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[Thu May  9 13:41:43 2019] io scheduler mq-deadline registered
[Thu May  9 13:41:43 2019] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[Thu May  9 13:41:43 2019] efifb: probing for efifb
[Thu May  9 13:41:43 2019] efifb: framebuffer at 0xa0000000, using 5120k, total 5120k
[Thu May  9 13:41:43 2019] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[Thu May  9 13:41:43 2019] efifb: scrolling: redraw
[Thu May  9 13:41:43 2019] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[Thu May  9 13:41:43 2019] Console: switching to colour frame buffer device 160x64
[Thu May  9 13:41:43 2019] fb0: EFI VGA frame buffer device
[Thu May  9 13:41:43 2019] intel_idle: MWAIT substates: 0x11142120
[Thu May  9 13:41:43 2019] intel_idle: v0.4.1 model 0x8E
[Thu May  9 13:41:43 2019] intel_idle: lapic_timer_reliable_states 0xffffffff
[Thu May  9 13:41:43 2019] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[Thu May  9 13:41:43 2019] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[Thu May  9 13:41:43 2019] Linux agpgart interface v0.103
[Thu May  9 13:41:43 2019] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@xxxxxxx>
[Thu May  9 13:41:43 2019] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[Thu May  9 13:41:43 2019] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[Thu May  9 13:41:43 2019] serio: i8042 KBD port at 0x60,0x64 irq 1
[Thu May  9 13:41:43 2019] serio: i8042 AUX port at 0x60,0x64 irq 12
[Thu May  9 13:41:43 2019] mousedev: PS/2 mouse device common for all mice
[Thu May  9 13:41:43 2019] rtc_cmos 00:04: RTC can wake from S4
[Thu May  9 13:41:43 2019] rtc_cmos 00:04: registered as rtc0
[Thu May  9 13:41:43 2019] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[Thu May  9 13:41:43 2019] intel_pstate: Intel P-state driver initializing
[Thu May  9 13:41:43 2019] intel_pstate: HWP enabled
[Thu May  9 13:41:43 2019] ledtrig-cpu: registered to indicate activity on CPUs
[Thu May  9 13:41:43 2019] NET: Registered protocol family 10
[Thu May  9 13:41:43 2019] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[Thu May  9 13:41:43 2019] Segment Routing with IPv6
[Thu May  9 13:41:43 2019] mip6: Mobile IPv6
[Thu May  9 13:41:43 2019] NET: Registered protocol family 17
[Thu May  9 13:41:43 2019] mpls_gso: MPLS GSO support
[Thu May  9 13:41:43 2019] microcode: sig=0x806e9, pf=0x80, revision=0x9a
[Thu May  9 13:41:43 2019] microcode: Microcode Update Driver: v2.2.
[Thu May  9 13:41:43 2019] sched_clock: Marking stable (1474528285, -3367341)->(1481510142, -10349198)
[Thu May  9 13:41:43 2019] registered taskstats version 1
[Thu May  9 13:41:43 2019] Loading compiled-in X.509 certificates
[Thu May  9 13:41:43 2019] zswap: loaded using pool lzo/zbud
[Thu May  9 13:41:43 2019] AppArmor: AppArmor sha1 policy hashing enabled
[Thu May  9 13:41:43 2019] rtc_cmos 00:04: setting system clock to 2019-05-09T13:41:43 UTC (1557409303)
[Thu May  9 13:41:43 2019] Freeing unused kernel image memory: 1652K
[Thu May  9 13:41:43 2019] Write protecting the kernel read-only data: 18432k
[Thu May  9 13:41:43 2019] Freeing unused kernel image memory: 2036K
[Thu May  9 13:41:43 2019] Freeing unused kernel image memory: 844K
[Thu May  9 13:41:43 2019] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[Thu May  9 13:41:43 2019] x86/mm: Checking user space page tables
[Thu May  9 13:41:43 2019] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[Thu May  9 13:41:43 2019] Run /init as init process
[Thu May  9 13:41:43 2019] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[Thu May  9 13:41:43 2019] ACPI: Sleep Button [SLPB]
[Thu May  9 13:41:43 2019] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
[Thu May  9 13:41:43 2019] ACPI: Lid Switch [LID]
[Thu May  9 13:41:43 2019] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[Thu May  9 13:41:43 2019] ACPI: Power Button [PWRF]
[Thu May  9 13:41:43 2019] thermal LNXTHERM:00: registered as thermal_zone0
[Thu May  9 13:41:43 2019] ACPI: bus type USB registered
[Thu May  9 13:41:43 2019] ACPI: Thermal Zone [THM0] (54 C)
[Thu May  9 13:41:43 2019] usbcore: registered new interface driver usbfs
[Thu May  9 13:41:43 2019] usbcore: registered new interface driver hub
[Thu May  9 13:41:43 2019] usbcore: registered new device driver usb
[Thu May  9 13:41:43 2019] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[Thu May  9 13:41:43 2019] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[Thu May  9 13:41:43 2019] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[Thu May  9 13:41:43 2019] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[Thu May  9 13:41:43 2019] xhci_hcd 0000:00:14.0: xHCI Host Controller
[Thu May  9 13:41:43 2019] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[Thu May  9 13:41:43 2019] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[Thu May  9 13:41:43 2019] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[Thu May  9 13:41:43 2019] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[Thu May  9 13:41:43 2019] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[Thu May  9 13:41:43 2019] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
[Thu May  9 13:41:43 2019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu May  9 13:41:43 2019] usb usb1: Product: xHCI Host Controller
[Thu May  9 13:41:43 2019] usb usb1: Manufacturer: Linux 5.1.0-1-amd64-cbl-asmgoto xhci-hcd
[Thu May  9 13:41:43 2019] usb usb1: SerialNumber: 0000:00:14.0
[Thu May  9 13:41:43 2019] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[Thu May  9 13:41:43 2019] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[Thu May  9 13:41:43 2019] hub 1-0:1.0: USB hub found
[Thu May  9 13:41:43 2019] hub 1-0:1.0: 12 ports detected
[Thu May  9 13:41:43 2019] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[Thu May  9 13:41:43 2019] xhci_hcd 0000:00:14.0: xHCI Host Controller
[Thu May  9 13:41:43 2019] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[Thu May  9 13:41:43 2019] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[Thu May  9 13:41:43 2019] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.01
[Thu May  9 13:41:43 2019] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu May  9 13:41:43 2019] usb usb2: Product: xHCI Host Controller
[Thu May  9 13:41:43 2019] usb usb2: Manufacturer: Linux 5.1.0-1-amd64-cbl-asmgoto xhci-hcd
[Thu May  9 13:41:43 2019] usb usb2: SerialNumber: 0000:00:14.0
[Thu May  9 13:41:43 2019] hub 2-0:1.0: USB hub found
[Thu May  9 13:41:43 2019] hub 2-0:1.0: 6 ports detected
[Thu May  9 13:41:43 2019] usb: port power management may be unreliable
[Thu May  9 13:41:43 2019] nvme nvme0: pci function 0000:3e:00.0
[Thu May  9 13:41:43 2019] cryptd: max_cpu_qlen set to 1000
[Thu May  9 13:41:43 2019] AVX2 version of gcm_enc/dec engaged.
[Thu May  9 13:41:43 2019] AES CTR mode by8 optimization enabled
[Thu May  9 13:41:43 2019] i915 0000:00:02.0: enabling device (0006 -> 0007)
[Thu May  9 13:41:43 2019] [drm] VT-d active for gfx access
[Thu May  9 13:41:43 2019] checking generic (a0000000 500000) vs hw (a0000000 10000000)
[Thu May  9 13:41:43 2019] fb0: switching to inteldrmfb from EFI VGA
[Thu May  9 13:41:43 2019] Console: switching to colour dummy device 80x25
[Thu May  9 13:41:43 2019] i915 0000:00:02.0: vgaarb: deactivate vga console
[Thu May  9 13:41:43 2019] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[Thu May  9 13:41:43 2019] [drm] Driver supports precise vblank timestamp query.
[Thu May  9 13:41:43 2019] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[Thu May  9 13:41:43 2019] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[Thu May  9 13:41:43 2019] [drm] Initialized i915 1.6.0 20190207 for 0000:00:02.0 on minor 0
[Thu May  9 13:41:43 2019] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[Thu May  9 13:41:43 2019] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[Thu May  9 13:41:43 2019] nvme nvme0: 4/0/0 default/read/poll queues
[Thu May  9 13:41:43 2019]  nvme0n1: p1 p2 p3 p4 p5 p6
[Thu May  9 13:41:43 2019] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[Thu May  9 13:41:43 2019] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[Thu May  9 13:41:43 2019] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:e1:ad:a0:6b:a0
[Thu May  9 13:41:43 2019] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[Thu May  9 13:41:43 2019] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[Thu May  9 13:41:43 2019] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[Thu May  9 13:41:44 2019] random: fast init done
[Thu May  9 13:41:44 2019] usb 1-1: New USB device found, idVendor=046a, idProduct=0023, bcdDevice= 2.20
[Thu May  9 13:41:44 2019] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Thu May  9 13:41:44 2019] hidraw: raw HID events driver (C) Jiri Kosina
[Thu May  9 13:41:44 2019] fbcon: inteldrmfb (fb0) is primary device
[Thu May  9 13:41:44 2019] usbcore: registered new interface driver usbhid
[Thu May  9 13:41:44 2019] usbhid: USB HID core driver
[Thu May  9 13:41:44 2019] input: HID 046a:0023 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046A:0023.0001/input/input7
[Thu May  9 13:41:44 2019] Console: switching to colour frame buffer device 240x67
[Thu May  9 13:41:44 2019] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[Thu May  9 13:41:44 2019] cherry 0003:046A:0023.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:0023] on usb-0000:00:14.0-1/input0
[Thu May  9 13:41:44 2019] input: HID 046a:0023 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046A:0023.0002/input/input8
[Thu May  9 13:41:44 2019] usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[Thu May  9 13:41:44 2019] cherry 0003:046A:0023.0002: input,hidraw1: USB HID v1.11 Device [HID 046a:0023] on usb-0000:00:14.0-1/input1
[Thu May  9 13:41:44 2019] usb 2-3: New USB device found, idVendor=0bda, idProduct=0316, bcdDevice= 2.04
[Thu May  9 13:41:44 2019] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Thu May  9 13:41:44 2019] usb 2-3: Product: USB3.0-CRW
[Thu May  9 13:41:44 2019] usb 2-3: Manufacturer: Generic
[Thu May  9 13:41:44 2019] usb 2-3: SerialNumber: 20120501030900000
[Thu May  9 13:41:44 2019] SCSI subsystem initialized
[Thu May  9 13:41:44 2019] usb-storage 2-3:1.0: USB Mass Storage device detected
[Thu May  9 13:41:44 2019] scsi host0: usb-storage 2-3:1.0
[Thu May  9 13:41:44 2019] usbcore: registered new interface driver usb-storage
[Thu May  9 13:41:44 2019] usbcore: registered new interface driver uas
[Thu May  9 13:41:44 2019] raid6: avx2x4   gen()  6379 MB/s
[Thu May  9 13:41:44 2019] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[Thu May  9 13:41:44 2019] raid6: avx2x4   xor()  8914 MB/s
[Thu May  9 13:41:44 2019] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[Thu May  9 13:41:44 2019] raid6: avx2x2   gen() 22212 MB/s
[Thu May  9 13:41:44 2019] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[Thu May  9 13:41:44 2019] 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.
[Thu May  9 13:41:44 2019] usb 1-3: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
[Thu May  9 13:41:44 2019] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Thu May  9 13:41:44 2019] usb 1-3: Product: EMV Smartcard Reader
[Thu May  9 13:41:44 2019] usb 1-3: Manufacturer: Generic
[Thu May  9 13:41:44 2019] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[Thu May  9 13:41:44 2019] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[Thu May  9 13:41:44 2019] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
[Thu May  9 13:41:44 2019] mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
[Thu May  9 13:41:44 2019] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[Thu May  9 13:41:44 2019] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[Thu May  9 13:41:44 2019] raid6: avx2x2   xor() 16380 MB/s
[Thu May  9 13:41:44 2019] mce: CPU1: Core temperature/speed normal
[Thu May  9 13:41:44 2019] mce: CPU3: Core temperature/speed normal
[Thu May  9 13:41:44 2019] mce: CPU2: Package temperature/speed normal
[Thu May  9 13:41:44 2019] mce: CPU0: Package temperature/speed normal
[Thu May  9 13:41:44 2019] mce: CPU1: Package temperature/speed normal
[Thu May  9 13:41:44 2019] mce: CPU3: Package temperature/speed normal
[Thu May  9 13:41:44 2019] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf002a3/0x940300/0x12e800/0x400000, board id: 3276, fw id: 2491725
[Thu May  9 13:41:44 2019] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[Thu May  9 13:41:44 2019] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[Thu May  9 13:41:44 2019] raid6: avx2x1   gen() 21951 MB/s
[Thu May  9 13:41:44 2019] usb 1-4: new low-speed USB device number 4 using xhci_hcd
[Thu May  9 13:41:44 2019] raid6: avx2x1   xor() 16377 MB/s
[Thu May  9 13:41:44 2019] raid6: sse2x4   gen() 17174 MB/s
[Thu May  9 13:41:44 2019] usb 1-4: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[Thu May  9 13:41:44 2019] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Thu May  9 13:41:44 2019] usb 1-4: Product: USB Optical Mouse
[Thu May  9 13:41:44 2019] usb 1-4: Manufacturer: Logitech
[Thu May  9 13:41:44 2019] raid6: sse2x4   xor() 10748 MB/s
[Thu May  9 13:41:44 2019] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C077.0003/input/input10
[Thu May  9 13:41:44 2019] hid-generic 0003:046D:C077.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-4/input0
[Thu May  9 13:41:44 2019] raid6: sse2x2   gen() 14413 MB/s
[Thu May  9 13:41:45 2019] raid6: sse2x2   xor()  9125 MB/s
[Thu May  9 13:41:45 2019] usb 1-7: new full-speed USB device number 5 using xhci_hcd
[Thu May  9 13:41:45 2019] raid6: sse2x1   gen()  9945 MB/s
[Thu May  9 13:41:45 2019] raid6: sse2x1   xor()  7006 MB/s
[Thu May  9 13:41:45 2019] raid6: using algorithm avx2x2 gen() 22212 MB/s
[Thu May  9 13:41:45 2019] raid6: .... xor() 16380 MB/s, rmw enabled
[Thu May  9 13:41:45 2019] raid6: using avx2x2 recovery algorithm
[Thu May  9 13:41:45 2019] xor: automatically using best checksumming function   avx       
[Thu May  9 13:41:45 2019] async_tx: api initialized (async)
[Thu May  9 13:41:45 2019] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[Thu May  9 13:41:45 2019] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Thu May  9 13:41:45 2019] device-mapper: uevent: version 1.0.3
[Thu May  9 13:41:45 2019] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@xxxxxxxxxx
[Thu May  9 13:41:45 2019] usb 1-8: new high-speed USB device number 6 using xhci_hcd
[Thu May  9 13:41:45 2019] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[Thu May  9 13:41:45 2019] scsi 0:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[Thu May  9 13:41:45 2019] sd 0:0:0:0: [sda] Attached SCSI removable disk
[Thu May  9 13:41:45 2019] usb 1-8: New USB device found, idVendor=13d3, idProduct=5619, bcdDevice=16.20
[Thu May  9 13:41:45 2019] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[Thu May  9 13:41:45 2019] usb 1-8: Product: Integrated Camera
[Thu May  9 13:41:45 2019] usb 1-8: Manufacturer: AzureWave
[Thu May  9 13:41:45 2019] usb 1-8: SerialNumber: NULL
[Thu May  9 13:41:45 2019] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input9
[Thu May  9 13:41:45 2019] usb 1-9: new full-speed USB device number 7 using xhci_hcd
[Thu May  9 13:41:45 2019] usb 1-9: New USB device found, idVendor=138a, idProduct=0097, bcdDevice= 1.64
[Thu May  9 13:41:45 2019] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[Thu May  9 13:41:45 2019] usb 1-9: SerialNumber: decd885354aa
[Thu May  9 13:41:52 2019] random: crng init done
[Thu May  9 13:41:53 2019] NET: Registered protocol family 38
[Thu May  9 13:41:54 2019] device-mapper: crypt: xts(aes) using implementation "xts-aes-aesni"
[Thu May  9 13:41:54 2019] Btrfs loaded, crc32c=crc32c-intel
[Thu May  9 13:41:54 2019] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[Thu May  9 13:41:54 2019] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[Thu May  9 13:41:54 2019] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[Thu May  9 13:41:54 2019] systemd[1]: Inserted module 'autofs4'
[Thu May  9 13:41:54 2019] systemd[1]: systemd 241 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)
[Thu May  9 13:41:54 2019] systemd[1]: Detected architecture x86-64.
[Thu May  9 13:41:54 2019] systemd[1]: Set hostname to <iniza>.
[Thu May  9 13:41:54 2019] systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid \xe2\x86\x92 /run/rpc.statd.pid; please update the unit file accordingly.
[Thu May  9 13:41:54 2019] systemd[1]: Listening on initctl Compatibility Named Pipe.
[Thu May  9 13:41:54 2019] systemd[1]: Listening on Journal Audit Socket.
[Thu May  9 13:41:54 2019] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[Thu May  9 13:41:54 2019] systemd[1]: Listening on udev Control Socket.
[Thu May  9 13:41:54 2019] systemd[1]: Listening on udev Kernel Socket.
[Thu May  9 13:41:54 2019] systemd[1]: Listening on Journal Socket.
[Thu May  9 13:41:54 2019] RPC: Registered named UNIX socket transport module.
[Thu May  9 13:41:54 2019] RPC: Registered udp transport module.
[Thu May  9 13:41:54 2019] RPC: Registered tcp transport module.
[Thu May  9 13:41:54 2019] RPC: Registered tcp NFSv4.1 backchannel transport module.
[Thu May  9 13:41:54 2019] lp: driver loaded but no devices found
[Thu May  9 13:41:54 2019] ppdev: user-space parallel port driver
[Thu May  9 13:41:54 2019] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[Thu May  9 13:41:54 2019] i2c /dev entries driver
[Thu May  9 13:41:54 2019] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
[Thu May  9 13:41:54 2019] systemd-journald[398]: Received request to flush runtime journal from PID 1
[Thu May  9 13:41:55 2019] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x0, rev-id 78)
[Thu May  9 13:41:55 2019] ACPI: AC Adapter [AC] (on-line)
[Thu May  9 13:41:55 2019] Non-volatile memory driver v1.3
[Thu May  9 13:41:55 2019] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[Thu May  9 13:41:55 2019] battery: ACPI: Battery Slot [BAT0] (battery present)
[Thu May  9 13:41:55 2019] thinkpad_acpi: http://ibm-acpi.sf.net/
[Thu May  9 13:41:55 2019] thinkpad_acpi: ThinkPad BIOS N1QET81W (1.56 ), EC unknown
[Thu May  9 13:41:55 2019] thinkpad_acpi: Lenovo ThinkPad T470, model 20HDCTO1WW
[Thu May  9 13:41:55 2019] thinkpad_acpi: radio switch found; radios are enabled
[Thu May  9 13:41:55 2019] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[Thu May  9 13:41:55 2019] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[Thu May  9 13:41:55 2019] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[Thu May  9 13:41:55 2019] iTCO_vendor_support: vendor-support=0
[Thu May  9 13:41:55 2019] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[Thu May  9 13:41:55 2019] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[Thu May  9 13:41:55 2019] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[Thu May  9 13:41:55 2019] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[Thu May  9 13:41:55 2019] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[Thu May  9 13:41:55 2019] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[Thu May  9 13:41:55 2019] EFI Variables Facility v0.08 2004-May-17
[Thu May  9 13:41:55 2019] idma64 idma64.0: Found Intel integrated DMA 64-bit
[Thu May  9 13:41:55 2019] battery: ACPI: Battery Slot [BAT1] (battery present)
[Thu May  9 13:41:55 2019] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[Thu May  9 13:41:55 2019] input: PC Speaker as /devices/platform/pcspkr/input/input12
[Thu May  9 13:41:55 2019] Error: Driver 'pcspkr' is already registered, aborting...
[Thu May  9 13:41:55 2019] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[Thu May  9 13:41:55 2019] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[Thu May  9 13:41:55 2019] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=2 (0x17/0x21/0x0/0x0/0x0)
[Thu May  9 13:41:55 2019] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[Thu May  9 13:41:55 2019] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[Thu May  9 13:41:55 2019] thinkpad_acpi: battery 2 registered (start 0, stop 100)
[Thu May  9 13:41:55 2019] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[Thu May  9 13:41:55 2019] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[Thu May  9 13:41:55 2019] battery: new extension: ThinkPad Battery Extension
[Thu May  9 13:41:55 2019] snd_hda_codec_realtek hdaudioC0D0:      Dock Mic=0x19
[Thu May  9 13:41:55 2019] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input11
[Thu May  9 13:41:55 2019] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[Thu May  9 13:41:55 2019] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[Thu May  9 13:41:55 2019] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[Thu May  9 13:41:55 2019] RAPL PMU: hw unit of domain package 2^-14 Joules
[Thu May  9 13:41:55 2019] RAPL PMU: hw unit of domain dram 2^-14 Joules
[Thu May  9 13:41:55 2019] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[Thu May  9 13:41:55 2019] RAPL PMU: hw unit of domain psys 2^-14 Joules
[Thu May  9 13:41:55 2019] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[Thu May  9 13:41:55 2019] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[Thu May  9 13:41:55 2019] cfg80211: failed to load regulatory.db
[Thu May  9 13:41:55 2019] pstore: Using crash dump compression: deflate
[Thu May  9 13:41:55 2019] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff]
[Thu May  9 13:41:55 2019] caller snb_uncore_imc_init_box+0x6f/0xb0 [intel_uncore] mapping multiple BARs
[Thu May  9 13:41:55 2019] Intel(R) Wireless WiFi driver for Linux
[Thu May  9 13:41:55 2019] Copyright(c) 2003- 2015 Intel Corporation
[Thu May  9 13:41:55 2019] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[Thu May  9 13:41:55 2019] pstore: Registered efi as persistent store backend
[Thu May  9 13:41:55 2019] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[Thu May  9 13:41:55 2019] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[Thu May  9 13:41:55 2019] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[Thu May  9 13:41:55 2019] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[Thu May  9 13:41:55 2019] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[Thu May  9 13:41:55 2019] iwlwifi 0000:04:00.0: loaded firmware version 36.9f0a2d68.0 op_mode iwlmvm
[Thu May  9 13:41:55 2019] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[Thu May  9 13:41:55 2019] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[Thu May  9 13:41:55 2019] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[Thu May  9 13:41:55 2019] intel_rapl: Found RAPL domain package
[Thu May  9 13:41:55 2019] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[Thu May  9 13:41:55 2019] intel_rapl: Found RAPL domain core
[Thu May  9 13:41:55 2019] intel_rapl: Found RAPL domain uncore
[Thu May  9 13:41:55 2019] intel_rapl: Found RAPL domain dram
[Thu May  9 13:41:55 2019] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[Thu May  9 13:41:55 2019] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null)
[Thu May  9 13:41:55 2019] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[Thu May  9 13:41:55 2019] iwlwifi 0000:04:00.0: base HW address: bc:a8:a6:d1:3f:49
[Thu May  9 13:41:55 2019] audit: type=1400 audit(1557402115.620:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=554 comm="apparmor_parser"
[Thu May  9 13:41:55 2019] audit: type=1400 audit(1557402115.620:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=553 comm="apparmor_parser"
[Thu May  9 13:41:55 2019] audit: type=1400 audit(1557402115.620:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=555 comm="apparmor_parser"
[Thu May  9 13:41:55 2019] audit: type=1400 audit(1557402115.624:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mysqld-akonadi" pid=552 comm="apparmor_parser"
[Thu May  9 13:41:55 2019] audit: type=1400 audit(1557402115.624:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" pid=552 comm="apparmor_parser"
[Thu May  9 13:41:55 2019] audit: type=1400 audit(1557402115.636:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=568 comm="apparmor_parser"
[Thu May  9 13:41:55 2019] audit: type=1400 audit(1557402115.636:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=572 comm="apparmor_parser"
[Thu May  9 13:41:55 2019] audit: type=1400 audit(1557402115.636:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=572 comm="apparmor_parser"
[Thu May  9 13:41:55 2019] audit: type=1400 audit(1557402115.636:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=572 comm="apparmor_parser"
[Thu May  9 13:41:55 2019] audit: type=1400 audit(1557402115.660:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=569 comm="apparmor_parser"
[Thu May  9 13:41:55 2019] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[Thu May  9 13:41:55 2019] thermal thermal_zone3: failed to read out thermal zone (-61)
[Thu May  9 13:41:55 2019] new mount options do not match the existing superblock, will be ignored
[Thu May  9 13:41:55 2019] fuse init (API version 7.29)
[Thu May  9 13:41:56 2019] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[Thu May  9 13:41:56 2019] NFSD: starting 90-second grace period (net f00000a8)
[Thu May  9 13:41:56 2019] nfc: nfc_init: NFC Core ver 0.1
[Thu May  9 13:41:56 2019] NET: Registered protocol family 39
[Thu May  9 13:41:56 2019] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[Thu May  9 13:41:56 2019] sd 0:0:0:0: Attached scsi generic sg0 type 0
[Thu May  9 13:41:56 2019] Bluetooth: Core ver 2.22
[Thu May  9 13:41:56 2019] NET: Registered protocol family 31
[Thu May  9 13:41:56 2019] Bluetooth: HCI device and connection manager initialized
[Thu May  9 13:41:56 2019] Bluetooth: HCI socket layer initialized
[Thu May  9 13:41:56 2019] Bluetooth: L2CAP socket layer initialized
[Thu May  9 13:41:56 2019] Bluetooth: SCO socket layer initialized
[Thu May  9 13:41:56 2019] media: Linux media interface: v0.10
[Thu May  9 13:41:56 2019] videodev: Linux video capture interface: v2.00
[Thu May  9 13:41:56 2019] usbcore: registered new interface driver btusb
[Thu May  9 13:41:56 2019] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[Thu May  9 13:41:56 2019] Bluetooth: BNEP filters: protocol multicast
[Thu May  9 13:41:56 2019] Bluetooth: BNEP socket layer initialized
[Thu May  9 13:41:56 2019] uvcvideo: Found UVC 1.00 device Integrated Camera (13d3:5619)
[Thu May  9 13:41:56 2019] uvcvideo: Failed to initialize entity for entity 6
[Thu May  9 13:41:56 2019] uvcvideo: Failed to register entities (-22).
[Thu May  9 13:41:56 2019] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input23
[Thu May  9 13:41:56 2019] usbcore: registered new interface driver uvcvideo
[Thu May  9 13:41:56 2019] USB Video Class driver (1.1.1)
[Thu May  9 13:41:58 2019] Bluetooth: hci0: command 0xfc05 tx timeout
[Thu May  9 13:41:58 2019] Bluetooth: hci0: Reading Intel version information failed (-110)
[Thu May  9 13:41:59 2019] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[Thu May  9 13:41:59 2019] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[Thu May  9 13:42:12 2019] wlp4s0: authenticate with 44:d9:e7:8b:f2:32
[Thu May  9 13:42:12 2019] wlp4s0: send auth to 44:d9:e7:8b:f2:32 (try 1/3)
[Thu May  9 13:42:12 2019] wlp4s0: authenticated
[Thu May  9 13:42:12 2019] wlp4s0: associate with 44:d9:e7:8b:f2:32 (try 1/3)
[Thu May  9 13:42:12 2019] wlp4s0: RX AssocResp from 44:d9:e7:8b:f2:32 (capab=0x11 status=0 aid=2)
[Thu May  9 13:42:12 2019] wlp4s0: associated
[Thu May  9 13:42:12 2019] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[Thu May  9 13:42:26 2019] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[Thu May  9 13:42:26 2019] vboxdrv: loading out-of-tree module taints kernel.
[Thu May  9 13:42:26 2019] vboxdrv: Found 4 processor cores
[Thu May  9 13:42:26 2019] vboxdrv: TSC mode is Invariant, tentative frequency 2905405880 Hz
[Thu May  9 13:42:26 2019] vboxdrv: Successfully loaded version 6.0.6_Debian (interface 0x00290008)
[Thu May  9 13:42:26 2019] VBoxNetFlt: Successfully started.
[Thu May  9 13:42:26 2019] VBoxNetAdp: Successfully started.
[Thu May  9 13:42:26 2019] VBoxPciLinuxInit
[Thu May  9 13:42:26 2019] vboxpci: IOMMU found
[Thu May  9 13:42:26 2019] kauditd_printk_skb: 19 callbacks suppressed
[Thu May  9 13:42:26 2019] audit: type=1400 audit(1557402146.422:31): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=2646 comm="apparmor_parser"
[Thu May  9 13:42:26 2019] audit: type=1400 audit(1557402146.438:32): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=2652 comm="apparmor_parser"
[Thu May  9 13:42:26 2019] audit: type=1400 audit(1557402146.438:33): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=2652 comm="apparmor_parser"
[Thu May  9 13:42:26 2019] audit: type=1400 audit(1557402146.438:34): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=2652 comm="apparmor_parser"
[Thu May  9 13:42:26 2019] audit: type=1400 audit(1557402146.438:35): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-nesting" pid=2652 comm="apparmor_parser"
[Thu May  9 13:48:04 2019] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 799)
[Thu May  9 13:48:04 2019] mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 799)
[Thu May  9 13:48:04 2019] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 857)
[Thu May  9 13:48:04 2019] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 857)
[Thu May  9 13:48:04 2019] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 857)
[Thu May  9 13:48:04 2019] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 855)
[Thu May  9 13:48:04 2019] mce: CPU1: Core temperature/speed normal
[Thu May  9 13:48:04 2019] mce: CPU3: Core temperature/speed normal
[Thu May  9 13:48:04 2019] mce: CPU0: Package temperature/speed normal
[Thu May  9 13:48:04 2019] mce: CPU2: Package temperature/speed normal
[Thu May  9 13:48:04 2019] mce: CPU1: Package temperature/speed normal
[Thu May  9 13:48:04 2019] mce: CPU3: Package temperature/speed normal
[Thu May  9 13:56:47 2019] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 884)
[Thu May  9 13:56:47 2019] mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 884)
[Thu May  9 13:56:47 2019] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 952)
[Thu May  9 13:56:47 2019] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 952)
[Thu May  9 13:56:47 2019] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 952)
[Thu May  9 13:56:47 2019] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 950)
[Thu May  9 13:56:47 2019] mce: CPU1: Core temperature/speed normal
[Thu May  9 13:56:47 2019] mce: CPU3: Core temperature/speed normal
[Thu May  9 13:56:47 2019] mce: CPU3: Package temperature/speed normal
[Thu May  9 13:56:47 2019] mce: CPU1: Package temperature/speed normal
[Thu May  9 13:56:47 2019] mce: CPU2: Package temperature/speed normal
[Thu May  9 13:56:47 2019] mce: CPU0: Package temperature/speed normal
[Thu May  9 14:08:09 2019] mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1733)
[Thu May  9 14:08:09 2019] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1814)
[Thu May  9 14:08:09 2019] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1733)
[Thu May  9 14:08:09 2019] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1816)
[Thu May  9 14:08:09 2019] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1816)
[Thu May  9 14:08:09 2019] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1816)
[Thu May  9 14:08:09 2019] mce: CPU3: Core temperature/speed normal
[Thu May  9 14:08:09 2019] mce: CPU2: Package temperature/speed normal
[Thu May  9 14:08:09 2019] mce: CPU1: Core temperature/speed normal
[Thu May  9 14:08:09 2019] mce: CPU0: Package temperature/speed normal
[Thu May  9 14:08:09 2019] mce: CPU1: Package temperature/speed normal
[Thu May  9 14:08:09 2019] mce: CPU3: Package temperature/speed normal
[Thu May  9 14:13:23 2019] mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1831)
[Thu May  9 14:13:23 2019] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1831)
[Thu May  9 14:13:23 2019] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1914)
[Thu May  9 14:13:23 2019] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1914)
[Thu May  9 14:13:23 2019] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1912)
[Thu May  9 14:13:23 2019] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1914)
[Thu May  9 14:13:23 2019] mce: CPU3: Core temperature/speed normal
[Thu May  9 14:13:23 2019] mce: CPU1: Core temperature/speed normal
[Thu May  9 14:13:23 2019] mce: CPU1: Package temperature/speed normal
[Thu May  9 14:13:23 2019] mce: CPU3: Package temperature/speed normal
[Thu May  9 14:13:23 2019] mce: CPU0: Package temperature/speed normal
[Thu May  9 14:13:23 2019] mce: CPU2: Package temperature/speed normal
[Thu May  9 14:18:31 2019] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1856)
[Thu May  9 14:18:31 2019] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1937)
[Thu May  9 14:18:31 2019] mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1856)
[Thu May  9 14:18:31 2019] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1939)
[Thu May  9 14:18:31 2019] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1939)
[Thu May  9 14:18:31 2019] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1939)
[Thu May  9 14:18:31 2019] mce: CPU1: Core temperature/speed normal
[Thu May  9 14:18:31 2019] mce: CPU3: Core temperature/speed normal
[Thu May  9 14:18:31 2019] mce: CPU2: Package temperature/speed normal
[Thu May  9 14:18:31 2019] mce: CPU0: Package temperature/speed normal
[Thu May  9 14:18:31 2019] mce: CPU3: Package temperature/speed normal
[Thu May  9 14:18:31 2019] mce: CPU1: Package temperature/speed normal
[Thu May  9 14:26:12 2019] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1862)
[Thu May  9 14:26:12 2019] mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1862)
[Thu May  9 14:26:12 2019] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1945)
[Thu May  9 14:26:12 2019] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1943)
[Thu May  9 14:26:12 2019] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1945)
[Thu May  9 14:26:12 2019] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1945)
[Thu May  9 14:26:12 2019] mce: CPU3: Core temperature/speed normal
[Thu May  9 14:26:12 2019] mce: CPU1: Core temperature/speed normal
[Thu May  9 14:26:12 2019] mce: CPU2: Package temperature/speed normal
[Thu May  9 14:26:12 2019] mce: CPU0: Package temperature/speed normal
[Thu May  9 14:26:12 2019] mce: CPU1: Package temperature/speed normal
[Thu May  9 14:26:12 2019] mce: CPU3: Package temperature/speed normal
[Thu May  9 14:33:38 2019] NET: Unregistered protocol family 39
[Thu May  9 14:34:55 2019] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 3293)
[Thu May  9 14:34:55 2019] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 3904)
[Thu May  9 14:34:55 2019] mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 3293)
[Thu May  9 14:34:55 2019] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 3902)
[Thu May  9 14:34:55 2019] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 3904)
[Thu May  9 14:34:55 2019] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 3904)
[Thu May  9 14:34:55 2019] mce: CPU1: Core temperature/speed normal
[Thu May  9 14:34:55 2019] mce: CPU3: Core temperature/speed normal
[Thu May  9 14:34:55 2019] mce: CPU3: Package temperature/speed normal
[Thu May  9 14:34:55 2019] mce: CPU1: Package temperature/speed normal
[Thu May  9 14:34:55 2019] mce: CPU2: Package temperature/speed normal
[Thu May  9 14:34:55 2019] mce: CPU0: Package temperature/speed normal
[Thu May  9 14:44:22 2019] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 4023)
[Thu May  9 14:44:22 2019] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 3412)
[Thu May  9 14:44:22 2019] mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 3412)
[Thu May  9 14:44:22 2019] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 4021)
[Thu May  9 14:44:22 2019] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 4023)
[Thu May  9 14:44:22 2019] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 4023)
[Thu May  9 14:44:22 2019] mce: CPU0: Package temperature/speed normal
[Thu May  9 14:44:22 2019] mce: CPU2: Package temperature/speed normal
[Thu May  9 14:44:22 2019] mce: CPU1: Core temperature/speed normal
[Thu May  9 14:44:22 2019] mce: CPU3: Core temperature/speed normal
[Thu May  9 14:44:22 2019] mce: CPU1: Package temperature/speed normal
[Thu May  9 14:44:22 2019] mce: CPU3: Package temperature/speed normal

Attachment: config-5.1.0-1-amd64-cbl-asmgoto
Description: Binary data

Attachment: NxpNfcClientDriver.inf
Description: Binary data


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux