ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

unbind the shackles #171

Closed nickdesaulniers closed 5 years ago

nickdesaulniers commented 5 years ago

https://github.com/ClangBuiltLinux/linux/issues/6

nathanchance commented 5 years ago

This depends on r362410, which is not currently available from apt.llvm.org's Buster repo. It does look like there has been some movement from @sylvestre in the llvm-toolchain repo and there is a Buster build running now. I'll keep an eye on it and merge this once that is available.

Tangentially, I have written a build-all.sh script to run all of our Travis builds locally. I am running it right now then I will push for review so that we can validate this before the Docker image is ready.

dileks commented 5 years ago

Confirmed here. Let's see when there is a newer clang-9 available. Very exiting...

root@iniza# apt-get install clang-9 llvm-9 lld-9 -t llvm-toolchain --no-install-recommends

sdi@iniza:~/src/linux-kernel/linux$ ./scripts/gcc-goto.sh clang-9
<stdin>:13:6: error: 'asm goto' constructs are not supported yet
        asm goto ("" :::: entry);
            ^
1 error generated.

sdi@iniza:~/src/linux-kernel/linux$ clang-9 --version
clang version 9.0.0-svn362389-1~exp1+0~20190603121807.2539~1.gbp2444fc (trunk)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

sdi@iniza:~/src/linux-kernel/linux$ ./scripts/gcc-goto.sh gcc-8

sdi@iniza:~/src/linux-kernel/linux$ gcc-8 --version
gcc-8 (Debian 8.3.0-6) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
dileks commented 5 years ago

Do we need for x86 the WIP patch of @nickdesaulniers and the kvm patch? AFAICS that was a minimum requirement to build with a llvm-toolchain with asm-goto support.

nathanchance commented 5 years ago

Are you referring to https://github.com/ClangBuiltLinux/linux/commit/0670525ded48caf958b6535d388e6478b6b14a4b and https://github.com/ClangBuiltLinux/linux/issues/315?

Those both should have been resolved by https://reviews.llvm.org/rL361173, as far as I am aware. I am only carrying https://reviews.llvm.org/D62555 in my personal clang builds and it is irrelevant here (in other words, tip of tree should work just fine).

dileks commented 5 years ago

OK. So, no extra patches on the Linux kernel side. I try to build Linux v5.1.7 and report if needed.

nathanchance commented 5 years ago

This is another solution, as discussed in today's meeting: https://github.com/nathanchance/continuous-integration/commit/35e8d697844cd494e4188bc213a992d75828d0fd

I'm running presubmit now: https://travis-ci.com/nathanchance/continuous-integration/builds/114532215

dileks commented 5 years ago

Hi,

yesterday, I had a long working day and thus did not participate in the meeting.

Over night I was able to build and boot this morning Linux v5.1.7 with clang-9/llvm-toolchain-buster and ld.bfd/buster.

$ cat /proc/version Linux version 5.1.7-1-amd64-cbl-asmgoto (sedat.dilek@gmail.com@iniza) (clang version 9.0.0-svn362545-1~exp1+0~20190604203412.83~1.gbp2444fc (trunk)) #1~buster+dileks1 SMP 2019-06-05

AFAICS I see some known warnings where I am sure we have fixes.

sdi@iniza:~/src/linux-kernel$ grep warning: build-log_5.1.7-1-amd64-cbl-asmgoto.txt | grep -v objtool: dpkg-architecture: warning: specified GNU system type x86_64-linux-gnu does not match CC system type x86_64-pc-linux-gnu, try setting a correct CC environment variable arch/x86/kvm/mmu.c:4588:39: warning: implicit conversion from 'int' to 'u8' (aka 'unsigned char') changes value from -205 to 51 [-Wconstant-conversion] arch/x86/kvm/mmu.c:4590:38: warning: implicit conversion from 'int' to 'u8' (aka 'unsigned char') changes value from -241 to 15 [-Wconstant-conversion] arch/x86/kvm/mmu.c:4592:39: warning: implicit conversion from 'int' to 'u8' (aka 'unsigned char') changes value from -171 to 85 [-Wconstant-conversion] ./include/trace/events/xen.h:69:7: warning: ordered comparison of function pointers ('xen_mc_callback_fn_t' (aka 'void ()(void )') and 'xen_mc_callback_fn_t') [-Wordered-compare-function-pointers] drivers/net/ethernet/intel/iavf/iavf_osdep.h:49:18: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes] drivers/net/ethernet/intel/iavf/iavf_osdep.h:49:18: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes] drivers/net/ethernet/intel/iavf/iavf_osdep.h:49:18: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes] drivers/net/ethernet/intel/iavf/iavf_osdep.h:49:18: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes] drivers/net/ethernet/intel/iavf/iavf_osdep.h:49:18: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes] drivers/net/ethernet/intel/iavf/iavf_osdep.h:49:18: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes] drivers/net/ethernet/intel/iavf/iavf_osdep.h:49:18: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]

Beyond this, here the list of objtool warnings:

sdi@iniza:~/src/linux-kernel$ grep warning: build-log_5.1.7-1-amd64-cbl-asmgoto.txt | grep objtool: arch/x86/kvm/svm.o: warning: objtool: is_erratum_383()+0xb1: unreachable instruction kernel/module.o: warning: objtool: verify_exported_symbols()+0x157: unreachable instruction fs/btrfs/qgroup.o: warning: objtool: qgroup_rsv_add_by_qgroup()+0x82: unreachable instruction fs/hfsplus/xattr.o: warning: objtool: hfsplus_create_attributes_file()+0x3f5: unreachable instruction drivers/block/skd_main.o: warning: objtool: skd_pci_probe()+0x393: unreachable instruction drivers/gpu/drm/radeon/atom.o: warning: objtool: atom_op_and()+0x9: undefined stack state drivers/gpu/drm/radeon/atom.o: warning: objtool: atom_op_and()+0x0: stack state mismatch: cfa1=6+16 cfa2=7+8 drivers/gpu/drm/radeon/evergreen_cs.o: warning: objtool: evergreen_dma_cs_parse()+0x9: undefined stack state drivers/gpu/drm/radeon/evergreen_cs.o: warning: objtool: evergreen_dma_cs_parse()+0x0: stack state mismatch: cfa1=6+16 cfa2=7+8 drivers/gpu/drm/ttm/ttm_bo.o: warning: objtool: ttm_bo_device_release()+0x20d: unreachable instruction drivers/gpu/drm/vmwgfx/vmwgfx_msg.o: warning: objtool: vmw_host_get_guestinfo()+0x1d5: stack state mismatch: cfa1=6+16 cfa2=7+8 drivers/gpu/drm/vmwgfx/vmwgfx_msg.o: warning: objtool: vmw_host_log()+0x15a: stack state mismatch: cfa1=6+16 cfa2=7+8 drivers/hwmon/ad7414.o: warning: objtool: ad7414_update_device()+0xf5: unreachable instruction drivers/hwmon/adm9240.o: warning: objtool: adm9240_update_device()+0x23b: unreachable instruction drivers/hwmon/w83l785ts.o: warning: objtool: w83l785ts_read_value()+0xa1: unreachable instruction drivers/infiniband/hw/hfi1/platform.o: warning: objtool: apply_tx_lanes()+0x9: undefined stack state drivers/infiniband/hw/hfi1/platform.o: warning: objtool: apply_tx_lanes()+0x0: stack state mismatch: cfa1=6+16 cfa2=7+8 drivers/infiniband/hw/mlx4/mad.o: warning: objtool: handle_port_mgmt_change_event()+0x156: unreachable instruction drivers/input/mouse/elan_i2c_core.o: warning: objtool: elan_write_fw_block()+0x99: unreachable instruction drivers/input/tablet/gtco.o: warning: objtool: gtco_probe()+0x3f3: unreachable instruction drivers/input/touchscreen/usbtouchscreen.o: warning: objtool: mtouch_init()+0x256: unreachable instruction drivers/media/dvb-frontends/cxd2820r_core.o: warning: objtool: cxd2820r_gpio()+0xf6: unreachable instruction drivers/media/dvb-frontends/si2165.o: warning: objtool: si2165_wait_init_done()+0xab: unreachable instruction drivers/media/usb/dvb-usb-v2/dvb_usb_core.o: warning: objtool: dvb_usbv2_adapter_exit()+0xc7: unreachable instruction drivers/media/usb/dvb-usb-v2/anysee.o: warning: objtool: anysee_ctrl_msg()+0x1f0: unreachable instruction drivers/media/usb/msi2500/msi2500.o: warning: objtool: msi2500_set_usb_adc()+0x151: unreachable instruction drivers/misc/mei/bus-fixup.o: warning: objtool: mei_fwver()+0x1ce: unreachable instruction drivers/mmc/core/mmc.o: warning: objtool: mmc_decode_ext_csd()+0xe9: unreachable instruction drivers/mmc/host/wbsd.o: warning: objtool: wbsd_scan()+0x16f: unreachable instruction drivers/mmc/host/rtsx_pci_sdmmc.o: warning: objtool: sd_send_cmd_get_rsp()+0x4a5: unreachable instruction drivers/mmc/host/rtsx_usb_sdmmc.o: warning: objtool: sd_send_cmd_get_rsp()+0x4bf: unreachable instruction drivers/mtd/maps/pcmciamtd.o: warning: objtool: pcmciamtd_config()+0x646: unreachable instruction drivers/mtd/nand/raw/r852.o: warning: objtool: r852_ecc_correct()+0x16a: unreachable instruction drivers/mtd/ssfdc.o: warning: objtool: get_logical_address()+0x161: unreachable instruction drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.o: warning: objtool: cn23xx_dump_pf_initialized_regs()+0x22b: unreachable instruction drivers/net/ethernet/realtek/8139too.o: warning: objtool: rtl8139_tx_timeout_task()+0xc0: unreachable instruction drivers/net/wireless/rndis_wlan.o: warning: objtool: restore_keys()+0x138: unreachable instruction drivers/scsi/qla2xxx/qla_target.o: warning: objtool: qlt_lport_dump()+0x116: unreachable instruction drivers/scsi/ufs/ufshcd.o: warning: objtool: ufshcd_dme_set_attr()+0x120: unreachable instruction drivers/staging/rtl8192u/r8192U_core.o: warning: objtool: rtl8192_read_eeprom_info()+0x47b: unreachable instruction drivers/staging/rtl8192u/r8192U_dm.o: warning: objtool: dm_TXPowerTrackingCallback_TSSI()+0x258: unreachable instruction drivers/staging/rts5208/rtsx_card.o: warning: objtool: card_rw()+0x1d6: unreachable instruction drivers/staging/rts5208/sd.o: warning: objtool: sd_tuning_rx()+0x17f: unreachable instruction drivers/thermal/intel/intel_soc_dts_iosf.o: warning: objtool: intel_soc_dts_iosf_interrupt_handler()+0xf6: unreachable instruction drivers/usb/atm/usbatm.o: warning: objtool: usbatm_usb_probe()+0x421: unreachable instruction drivers/usb/serial/keyspan.o: warning: objtool: keyspan_open()+0x15c: unreachable instruction drivers/usb/storage/sierra_ms.o: warning: objtool: sierra_ms_init()+0x136: unreachable instruction sound/pci/echoaudio/darla20.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/gina20.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/layla20.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/darla24.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/gina24.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/layla24.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/mona.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/mia.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/echo3g.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/indigo.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/indigoio.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/indigodj.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/indigoiox.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/echoaudio/indigodjx.o: warning: objtool: free_firmware_cache()+0xd1: unreachable instruction sound/pci/hda/hda_generic.o: warning: objtool: parse_output_paths()+0x15f: unreachable instruction sound/pci/atiixp.o: warning: objtool: snd_atiixp_mixer_new()+0x161: unreachable instruction sound/pci/atiixp_modem.o: warning: objtool: snd_atiixp_mixer_new()+0x196: unreachable instruction sound/pci/azt3328.o: warning: objtool: snd_azf3328_debug_show_ports()+0x36: unreachable instruction sound/soc/intel/haswell/sst-haswell-pcm.o: warning: objtool: hsw_pcm_prepare()+0x1ce: unreachable instruction arch/x86/pci/fixup.o: warning: objtool: pci_fixup_i450nx()+0xfd: unreachable instruction net/bridge/netfilter/ebtables.o: warning: objtool: compat_calc_entry()+0x207: unreachable instruction net/netfilter/nf_conntrack_proto_gre.o: warning: objtool: nf_ct_gre_keymap_destroy()+0xf8: unreachable instruction

Regards,

On Thu, Jun 6, 2019 at 8:05 AM Nathan Chancellor notifications@github.com wrote:

This is another solution, as discussed in today's meeting: 35e8d69 https://github.com/ClangBuiltLinux/continuous-integration/commit/35e8d697844cd494e4188bc213a992d75828d0fd

I'm running presubmit now: https://travis-ci.com/nathanchance/continuous-integration/builds/114532215

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ClangBuiltLinux/continuous-integration/pull/171?email_source=notifications&email_token=AAFQTSFL2ZCDJB2WBJALR33PZCSMDA5CNFSM4HTFKURKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXB2LIY#issuecomment-499361187, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFQTSET7JC2WGJPWVB72RLPZCSMDANCNFSM4HTFKURA .

[Thu Jun 6 08:47:47 2019] Linux version 5.1.7-1-amd64-cbl-asmgoto (sedat.dilek@gmail.com@iniza) (clang version 9.0.0-svn362545-1~exp1+0~20190604203412.83~1.gbp2444fc (trunk)) #1~buster+dileks1 SMP 2019-06-05 [Thu Jun 6 08:47:47 2019] Command line: initrd=\initrd.img-5.1.7-1-amd64-cbl-asmgoto root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on [Thu Jun 6 08:47:47 2019] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [Thu Jun 6 08:47:47 2019] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [Thu Jun 6 08:47:47 2019] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [Thu Jun 6 08:47:47 2019] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' [Thu Jun 6 08:47:47 2019] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'

[Thu Jun 6 08:47:47 2019] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [Thu Jun 6 08:47:47 2019] BIOS-provided physical RAM map: [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000040400000-0x0000000085566fff] usable [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000085567000-0x0000000085567fff] ACPI NVS [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000085568000-0x0000000085568fff] reserved [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000085569000-0x000000008eeabfff] usable [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x000000008eeac000-0x000000008ff2bfff] reserved [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x000000008ff2c000-0x000000008ff99fff] ACPI NVS [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x000000008ff9a000-0x000000008fffefff] ACPI data [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x000000008ffff000-0x000000008fffffff] usable [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000090000000-0x0000000097ffffff] reserved [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000098600000-0x000000009c7fffff] reserved [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved [Thu Jun 6 08:47:47 2019] BIOS-e820: [mem 0x0000000100000000-0x00000004627fffff] usable [Thu Jun 6 08:47:47 2019] NX (Execute Disable) protection: active [Thu Jun 6 08:47:47 2019] efi: EFI v2.50 by Lenovo [Thu Jun 6 08:47:47 2019] efi: SMBIOS=0x8f0d8000 SMBIOS 3.0=0x8f0d5000 ACPI=0x8fffe000 ACPI 2.0=0x8fffe014 ESRT=0x8efa2000 MEMATTR=0x89d15018 TPMEventLog=0x856a5018 [Thu Jun 6 08:47:47 2019] SMBIOS 3.0.0 present. [Thu Jun 6 08:47:47 2019] DMI: LENOVO 20HDCTO1WW/20HDCTO1WW, BIOS N1QET83W (1.58 ) 04/18/2019 [Thu Jun 6 08:47:47 2019] tsc: Detected 2900.000 MHz processor [Thu Jun 6 08:47:47 2019] tsc: Detected 2904.000 MHz TSC [Thu Jun 6 08:47:47 2019] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [Thu Jun 6 08:47:47 2019] e820: remove [mem 0x000a0000-0x000fffff] usable [Thu Jun 6 08:47:47 2019] last_pfn = 0x462800 max_arch_pfn = 0x400000000 [Thu Jun 6 08:47:47 2019] MTRR default type: write-back [Thu Jun 6 08:47:47 2019] MTRR fixed ranges enabled: [Thu Jun 6 08:47:47 2019] 00000-9FFFF write-back [Thu Jun 6 08:47:47 2019] A0000-BFFFF uncachable [Thu Jun 6 08:47:47 2019] C0000-FFFFF write-protect [Thu Jun 6 08:47:47 2019] MTRR variable ranges enabled: [Thu Jun 6 08:47:47 2019] 0 base 00C0000000 mask 7FC0000000 uncachable [Thu Jun 6 08:47:47 2019] 1 base 00A0000000 mask 7FE0000000 uncachable [Thu Jun 6 08:47:47 2019] 2 base 009C000000 mask 7FFC000000 uncachable [Thu Jun 6 08:47:47 2019] 3 base 009A000000 mask 7FFE000000 uncachable [Thu Jun 6 08:47:47 2019] 4 disabled [Thu Jun 6 08:47:47 2019] 5 disabled [Thu Jun 6 08:47:47 2019] 6 disabled [Thu Jun 6 08:47:47 2019] 7 disabled [Thu Jun 6 08:47:47 2019] 8 disabled [Thu Jun 6 08:47:47 2019] 9 disabled [Thu Jun 6 08:47:47 2019] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[Thu Jun 6 08:47:47 2019] last_pfn = 0x90000 max_arch_pfn = 0x400000000 [Thu Jun 6 08:47:47 2019] esrt: Reserving ESRT space from 0x000000008efa2000 to 0x000000008efa2088. [Thu Jun 6 08:47:47 2019] Using GB pages for direct mapping [Thu Jun 6 08:47:47 2019] BRK [0x2c2801000, 0x2c2801fff] PGTABLE [Thu Jun 6 08:47:47 2019] BRK [0x2c2802000, 0x2c2802fff] PGTABLE [Thu Jun 6 08:47:47 2019] BRK [0x2c2803000, 0x2c2803fff] PGTABLE [Thu Jun 6 08:47:47 2019] BRK [0x2c2804000, 0x2c2804fff] PGTABLE [Thu Jun 6 08:47:47 2019] BRK [0x2c2805000, 0x2c2805fff] PGTABLE [Thu Jun 6 08:47:47 2019] BRK [0x2c2806000, 0x2c2806fff] PGTABLE [Thu Jun 6 08:47:47 2019] BRK [0x2c2807000, 0x2c2807fff] PGTABLE [Thu Jun 6 08:47:47 2019] BRK [0x2c2808000, 0x2c2808fff] PGTABLE [Thu Jun 6 08:47:47 2019] BRK [0x2c2809000, 0x2c2809fff] PGTABLE [Thu Jun 6 08:47:47 2019] BRK [0x2c280a000, 0x2c280afff] PGTABLE [Thu Jun 6 08:47:47 2019] Secure boot disabled [Thu Jun 6 08:47:47 2019] RAMDISK: [mem 0x7d40f000-0x7fffefff] [Thu Jun 6 08:47:47 2019] ACPI: Early table checksum verification disabled [Thu Jun 6 08:47:47 2019] ACPI: RSDP 0x000000008FFFE014 000024 (v02 LENOVO) [Thu Jun 6 08:47:47 2019] ACPI: XSDT 0x000000008FFC1188 00010C (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: FACP 0x000000008FFF5000 0000F4 (v05 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: DSDT 0x000000008FFCF000 0212CE (v02 LENOVO SKL 00000000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: FACS 0x000000008FF3D000 000040 [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0x000000008FFFC000 0003CC (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: TPM2 0x000000008FFFB000 000034 (v03 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: UEFI 0x000000008FF53000 000042 (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0x000000008FFF7000 0030B0 (v02 LENOVO SaSsdt 00003000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0x000000008FFF6000 0005B6 (v02 LENOVO PerfTune 00001000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: HPET 0x000000008FFF4000 000038 (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: APIC 0x000000008FFF3000 0000BC (v03 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: MCFG 0x000000008FFF2000 00003C (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: ECDT 0x000000008FFF1000 000053 (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0x000000008FFCE000 00021C (v01 LENOVO Rmv_Batt 00001000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0x000000008FFCC000 00174F (v02 LENOVO ProjSsdt 00000010 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: BOOT 0x000000008FFCB000 000028 (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: BATB 0x000000008FFCA000 00004A (v02 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: SLIC 0x000000008FFC9000 000176 (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0x000000008FFC7000 0017AE (v02 LENOVO CpuSsdt 00003000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0x000000008FFC6000 00056D (v02 LENOVO CtdpB 00001000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0x000000008FFC5000 000634 (v02 LENOVO UsbCTabl 00001000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: WSMT 0x000000008FFC4000 000028 (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0x000000008FFC3000 000141 (v02 LENOVO HdaDsp 00000000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0x000000008FFC2000 0004C5 (v02 LENOVO TbtTypeC 00000000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: DBGP 0x000000008FFFD000 000034 (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: DBG2 0x000000008FFC0000 000054 (v00 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: MSDM 0x000000008FFBF000 000055 (v03 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: DMAR 0x000000008FFBE000 0000A8 (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: ASF! 0x000000008FFBD000 0000A0 (v32 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: FPDT 0x000000008FFBC000 000044 (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: UEFI 0x000000008FF3A000 00013E (v01 LENOVO TP-N1Q 00001580 PTEC 00000002) [Thu Jun 6 08:47:47 2019] ACPI: BGRT 0x000000008FFBB000 000038 (v01 LENOVO TP-N1Q 00001580 PTEC 00001580) [Thu Jun 6 08:47:47 2019] ACPI: Local APIC address 0xfee00000 [Thu Jun 6 08:47:47 2019] No NUMA configuration found [Thu Jun 6 08:47:47 2019] Faking a node at [mem 0x0000000000000000-0x00000004627fffff] [Thu Jun 6 08:47:47 2019] NODE_DATA(0) allocated [mem 0x4627fb000-0x4627fffff] [Thu Jun 6 08:47:47 2019] Zone ranges: [Thu Jun 6 08:47:47 2019] DMA [mem 0x0000000000001000-0x0000000000ffffff] [Thu Jun 6 08:47:47 2019] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [Thu Jun 6 08:47:47 2019] Normal [mem 0x0000000100000000-0x00000004627fffff] [Thu Jun 6 08:47:47 2019] Device empty [Thu Jun 6 08:47:47 2019] Movable zone start for each node [Thu Jun 6 08:47:47 2019] Early memory node ranges [Thu Jun 6 08:47:47 2019] node 0: [mem 0x0000000000001000-0x0000000000057fff] [Thu Jun 6 08:47:47 2019] node 0: [mem 0x0000000000059000-0x000000000009cfff] [Thu Jun 6 08:47:47 2019] node 0: [mem 0x0000000000100000-0x000000003fffffff] [Thu Jun 6 08:47:47 2019] node 0: [mem 0x0000000040400000-0x0000000085566fff] [Thu Jun 6 08:47:47 2019] node 0: [mem 0x0000000085569000-0x000000008eeabfff] [Thu Jun 6 08:47:47 2019] node 0: [mem 0x000000008ffff000-0x000000008fffffff] [Thu Jun 6 08:47:47 2019] node 0: [mem 0x0000000100000000-0x00000004627fffff] [Thu Jun 6 08:47:47 2019] Zeroed struct page in unavailable ranges: 5562 pages [Thu Jun 6 08:47:47 2019] Initmem setup node 0 [mem 0x0000000000001000-0x00000004627fffff] [Thu Jun 6 08:47:47 2019] On node 0 totalpages: 4133446 [Thu Jun 6 08:47:47 2019] DMA zone: 64 pages used for memmap [Thu Jun 6 08:47:47 2019] DMA zone: 22 pages reserved [Thu Jun 6 08:47:47 2019] DMA zone: 3995 pages, LIFO batch:0 [Thu Jun 6 08:47:47 2019] DMA32 zone: 9067 pages used for memmap [Thu Jun 6 08:47:47 2019] DMA32 zone: 580267 pages, LIFO batch:63 [Thu Jun 6 08:47:47 2019] Normal zone: 55456 pages used for memmap [Thu Jun 6 08:47:47 2019] Normal zone: 3549184 pages, LIFO batch:63 [Thu Jun 6 08:47:47 2019] Reserving Intel graphics memory at [mem 0x9a800000-0x9c7fffff] [Thu Jun 6 08:47:47 2019] ACPI: PM-Timer IO Port: 0x1808 [Thu Jun 6 08:47:47 2019] ACPI: Local APIC address 0xfee00000 [Thu Jun 6 08:47:47 2019] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [Thu Jun 6 08:47:47 2019] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [Thu Jun 6 08:47:47 2019] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [Thu Jun 6 08:47:47 2019] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [Thu Jun 6 08:47:47 2019] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [Thu Jun 6 08:47:47 2019] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [Thu Jun 6 08:47:47 2019] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [Thu Jun 6 08:47:47 2019] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [Thu Jun 6 08:47:47 2019] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [Thu Jun 6 08:47:47 2019] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [Thu Jun 6 08:47:47 2019] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [Thu Jun 6 08:47:47 2019] ACPI: IRQ0 used by override. [Thu Jun 6 08:47:47 2019] ACPI: IRQ9 used by override. [Thu Jun 6 08:47:47 2019] Using ACPI (MADT) for SMP configuration information [Thu Jun 6 08:47:47 2019] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [Thu Jun 6 08:47:47 2019] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x0009d000-0x000fffff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x40000000-0x403fffff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x85567000-0x85567fff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x85568000-0x85568fff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x8eeac000-0x8ff2bfff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x8ff2c000-0x8ff99fff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x8ff9a000-0x8fffefff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x90000000-0x97ffffff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x98000000-0x985fffff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x98600000-0x9c7fffff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0x9c800000-0xefffffff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0xf4000000-0xfe00ffff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff] [Thu Jun 6 08:47:47 2019] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff] [Thu Jun 6 08:47:47 2019] [mem 0x9c800000-0xefffffff] available for PCI devices [Thu Jun 6 08:47:47 2019] Booting paravirtualized kernel on bare hardware [Thu Jun 6 08:47:47 2019] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [Thu Jun 6 08:47:47 2019] random: get_random_bytes called from start_kernel+0x92/0x44e with crng_init=0 [Thu Jun 6 08:47:47 2019] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1 [Thu Jun 6 08:47:47 2019] percpu: Embedded 44 pages/cpu s141912 r8192 d30120 u524288 [Thu Jun 6 08:47:47 2019] pcpu-alloc: s141912 r8192 d30120 u524288 alloc=1*2097152 [Thu Jun 6 08:47:47 2019] pcpu-alloc: [0] 0 1 2 3 [Thu Jun 6 08:47:47 2019] Built 1 zonelists, mobility grouping on. Total pages: 4068837 [Thu Jun 6 08:47:47 2019] Policy zone: Normal [Thu Jun 6 08:47:47 2019] Kernel command line: initrd=\initrd.img-5.1.7-1-amd64-cbl-asmgoto root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on [Thu Jun 6 08:47:47 2019] DMAR: IOMMU enabled [Thu Jun 6 08:47:47 2019] Calgary: detecting Calgary via BIOS EBDA area [Thu Jun 6 08:47:47 2019] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [Thu Jun 6 08:47:47 2019] Memory: 16053816K/16533784K available (12291K kernel code, 1112K rwdata, 3272K rodata, 1652K init, 936K bss, 479968K reserved, 0K cma-reserved) [Thu Jun 6 08:47:47 2019] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [Thu Jun 6 08:47:47 2019] Kernel/User page tables isolation: enabled [Thu Jun 6 08:47:47 2019] ftrace: allocating 29925 entries in 117 pages [Thu Jun 6 08:47:47 2019] rcu: Hierarchical RCU implementation. [Thu Jun 6 08:47:47 2019] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4. [Thu Jun 6 08:47:47 2019] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [Thu Jun 6 08:47:47 2019] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [Thu Jun 6 08:47:47 2019] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16 [Thu Jun 6 08:47:47 2019] Console: colour dummy device 80x25 [Thu Jun 6 08:47:47 2019] printk: console [tty0] enabled [Thu Jun 6 08:47:47 2019] ACPI: Core revision 20190215 [Thu Jun 6 08:47:47 2019] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns [Thu Jun 6 08:47:47 2019] hpet clockevent registered [Thu Jun 6 08:47:47 2019] APIC: Switch to symmetric I/O mode setup [Thu Jun 6 08:47:47 2019] DMAR: Host address width 39 [Thu Jun 6 08:47:47 2019] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [Thu Jun 6 08:47:47 2019] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e [Thu Jun 6 08:47:47 2019] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [Thu Jun 6 08:47:47 2019] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [Thu Jun 6 08:47:47 2019] DMAR: RMRR base: 0x0000008f49f000 end: 0x0000008f4befff [Thu Jun 6 08:47:47 2019] DMAR: RMRR base: 0x0000009a000000 end: 0x0000009c7fffff [Thu Jun 6 08:47:47 2019] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [Thu Jun 6 08:47:47 2019] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [Thu Jun 6 08:47:47 2019] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [Thu Jun 6 08:47:47 2019] DMAR-IR: Enabled IRQ remapping in x2apic mode [Thu Jun 6 08:47:47 2019] x2apic enabled [Thu Jun 6 08:47:47 2019] Switched APIC routing to cluster x2apic. [Thu Jun 6 08:47:47 2019] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [Thu Jun 6 08:47:47 2019] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns [Thu Jun 6 08:47:47 2019] Calibrating delay loop (skipped), value calculated using timer frequency.. 5808.00 BogoMIPS (lpj=11616000) [Thu Jun 6 08:47:47 2019] pid_max: default: 32768 minimum: 301 [Thu Jun 6 08:47:47 2019] LSM: Security Framework initializing [Thu Jun 6 08:47:47 2019] Yama: becoming mindful. [Thu Jun 6 08:47:47 2019] AppArmor: AppArmor initialized [Thu Jun 6 08:47:47 2019] TOMOYO Linux initialized [Thu Jun 6 08:47:47 2019] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) [Thu Jun 6 08:47:47 2019] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) [Thu Jun 6 08:47:47 2019] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes) [Thu Jun 6 08:47:47 2019] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes) [Thu Jun 6 08:47:47 2019] VALIDATE proc [Thu Jun 6 08:47:47 2019] VALIDATE cgroup1 [Thu Jun 6 08:47:47 2019] VALIDATE cgroup2 [Thu Jun 6 08:47:47 2019] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [Thu Jun 6 08:47:47 2019] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [Thu Jun 6 08:47:47 2019] mce: CPU0: Thermal monitoring enabled (TM1) [Thu Jun 6 08:47:47 2019] process: using mwait in idle threads [Thu Jun 6 08:47:47 2019] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [Thu Jun 6 08:47:47 2019] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [Thu Jun 6 08:47:47 2019] Spectre V2 : Mitigation: Full generic retpoline [Thu Jun 6 08:47:47 2019] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [Thu Jun 6 08:47:47 2019] Spectre V2 : Enabling Restricted Speculation for firmware calls [Thu Jun 6 08:47:47 2019] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [Thu Jun 6 08:47:47 2019] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl [Thu Jun 6 08:47:47 2019] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [Thu Jun 6 08:47:47 2019] MDS: Mitigation: Clear CPU buffers [Thu Jun 6 08:47:47 2019] Freeing SMP alternatives memory: 28K [Thu Jun 6 08:47:47 2019] TSC deadline timer enabled [Thu Jun 6 08:47:47 2019] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9) [Thu Jun 6 08:47:47 2019] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [Thu Jun 6 08:47:47 2019] ... version: 4 [Thu Jun 6 08:47:47 2019] ... bit width: 48 [Thu Jun 6 08:47:47 2019] ... generic registers: 4 [Thu Jun 6 08:47:47 2019] ... value mask: 0000ffffffffffff [Thu Jun 6 08:47:47 2019] ... max period: 00007fffffffffff [Thu Jun 6 08:47:47 2019] ... fixed-purpose events: 3 [Thu Jun 6 08:47:47 2019] ... event mask: 000000070000000f [Thu Jun 6 08:47:47 2019] rcu: Hierarchical SRCU implementation. [Thu Jun 6 08:47:47 2019] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [Thu Jun 6 08:47:47 2019] smp: Bringing up secondary CPUs ... [Thu Jun 6 08:47:47 2019] x86: Booting SMP configuration: [Thu Jun 6 08:47:47 2019] .... node #0, CPUs: #1 #2 [Thu Jun 6 08:47:47 2019] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. [Thu Jun 6 08:47:47 2019] #3 [Thu Jun 6 08:47:47 2019] smp: Brought up 1 node, 4 CPUs [Thu Jun 6 08:47:47 2019] smpboot: Max logical packages: 1 [Thu Jun 6 08:47:47 2019] smpboot: Total of 4 processors activated (23232.00 BogoMIPS) [Thu Jun 6 08:47:47 2019] devtmpfs: initialized [Thu Jun 6 08:47:47 2019] x86/mm: Memory block size: 128MB [Thu Jun 6 08:47:47 2019] PM: Registering ACPI NVS region [mem 0x85567000-0x85567fff] (4096 bytes) [Thu Jun 6 08:47:47 2019] PM: Registering ACPI NVS region [mem 0x8ff2c000-0x8ff99fff] (450560 bytes) [Thu Jun 6 08:47:47 2019] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [Thu Jun 6 08:47:47 2019] futex hash table entries: 1024 (order: 4, 65536 bytes) [Thu Jun 6 08:47:47 2019] pinctrl core: initialized pinctrl subsystem [Thu Jun 6 08:47:47 2019] NET: Registered protocol family 16 [Thu Jun 6 08:47:47 2019] audit: initializing netlink subsys (disabled) [Thu Jun 6 08:47:47 2019] audit: type=2000 audit(1559810867.048:1): state=initialized audit_enabled=0 res=1 [Thu Jun 6 08:47:47 2019] cpuidle: using governor ladder [Thu Jun 6 08:47:47 2019] cpuidle: using governor menu [Thu Jun 6 08:47:47 2019] Simple Boot Flag at 0x47 set to 0x1 [Thu Jun 6 08:47:47 2019] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [Thu Jun 6 08:47:47 2019] ACPI: bus type PCI registered [Thu Jun 6 08:47:47 2019] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [Thu Jun 6 08:47:47 2019] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) [Thu Jun 6 08:47:47 2019] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820 [Thu Jun 6 08:47:47 2019] PCI: Using configuration type 1 for base access [Thu Jun 6 08:47:47 2019] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [Thu Jun 6 08:47:47 2019] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [Thu Jun 6 08:47:47 2019] ACPI: Added _OSI(Module Device) [Thu Jun 6 08:47:47 2019] ACPI: Added _OSI(Processor Device) [Thu Jun 6 08:47:47 2019] ACPI: Added _OSI(3.0 _SCP Extensions) [Thu Jun 6 08:47:47 2019] ACPI: Added _OSI(Processor Aggregator Device) [Thu Jun 6 08:47:47 2019] ACPI: Added _OSI(Linux-Dell-Video) [Thu Jun 6 08:47:47 2019] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [Thu Jun 6 08:47:47 2019] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [Thu Jun 6 08:47:47 2019] ACPI: 11 ACPI AML tables successfully acquired and loaded [Thu Jun 6 08:47:47 2019] ACPI: EC: EC started [Thu Jun 6 08:47:47 2019] ACPI: EC: interrupt blocked [Thu Jun 6 08:47:47 2019] ACPI: \: Used as first EC [Thu Jun 6 08:47:47 2019] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [Thu Jun 6 08:47:47 2019] ACPI: EC: Boot ECDT EC used to handle transactions [Thu Jun 6 08:47:47 2019] ACPI: [Firmware Bug]: BIOS OSI(Linux) query ignored [Thu Jun 6 08:47:47 2019] ACPI: Dynamic OEM Table Load: [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0xFFFF94844FC9A800 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: _PR.PR00: _OSC native thermal LVT Acked [Thu Jun 6 08:47:47 2019] ACPI: Dynamic OEM Table Load: [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0xFFFF94844FD1B000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: Dynamic OEM Table Load: [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0xFFFF94844FDA33C0 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: Dynamic OEM Table Load: [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0xFFFF94844FC9E800 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: Dynamic OEM Table Load: [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0xFFFF9484503B2000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: Dynamic OEM Table Load: [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0xFFFF94844FD19000 000317 (v02 PmRef ApHwp 00003000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: Dynamic OEM Table Load: [Thu Jun 6 08:47:47 2019] ACPI: SSDT 0xFFFF94844FD1AC00 00030A (v02 PmRef ApCst 00003000 INTL 20160527) [Thu Jun 6 08:47:47 2019] ACPI: Interpreter enabled [Thu Jun 6 08:47:47 2019] ACPI: (supports S0 S3 S4 S5) [Thu Jun 6 08:47:47 2019] ACPI: Using IOAPIC for interrupt routing [Thu Jun 6 08:47:47 2019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [Thu Jun 6 08:47:47 2019] ACPI: Enabled 7 GPEs in block 00 to 7F [Thu Jun 6 08:47:47 2019] ACPI: Power Resource [PUBS] (on) [Thu Jun 6 08:47:47 2019] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1) [Thu Jun 6 08:47:47 2019] ACPI: Power Resource [WRST] (on) [Thu Jun 6 08:47:47 2019] ACPI: Power Resource [WRST] (on) [Thu Jun 6 08:47:47 2019] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [Thu Jun 6 08:47:47 2019] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [Thu Jun 6 08:47:47 2019] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER PCIeCapability] [Thu Jun 6 08:47:47 2019] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability] [Thu Jun 6 08:47:47 2019] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR] [Thu Jun 6 08:47:47 2019] acpi PNP0A08:00: _OSC: platform willing to grant [LTR] [Thu Jun 6 08:47:47 2019] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM [Thu Jun 6 08:47:47 2019] PCI host bridge to bus 0000:00 [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0x9c800000-0xefffffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] [Thu Jun 6 08:47:47 2019] pcibus 0000:00: root bus resource [bus 00-3e] [Thu Jun 6 08:47:47 2019] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 [Thu Jun 6 08:47:47 2019] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 [Thu Jun 6 08:47:47 2019] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit] [Thu Jun 6 08:47:47 2019] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref] [Thu Jun 6 08:47:47 2019] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f] [Thu Jun 6 08:47:47 2019] pci 0000:00:02.0: BAR 2: assigned to efifb [Thu Jun 6 08:47:47 2019] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 [Thu Jun 6 08:47:47 2019] pci 0000:00:14.0: reg 0x10: [mem 0xec220000-0xec22ffff 64bit] [Thu Jun 6 08:47:47 2019] pci 0000:00:14.0: PME# supported from D3hot D3cold [Thu Jun 6 08:47:47 2019] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 [Thu Jun 6 08:47:47 2019] pci 0000:00:14.2: reg 0x10: [mem 0xec248000-0xec248fff 64bit] [Thu Jun 6 08:47:47 2019] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 [Thu Jun 6 08:47:47 2019] pci 0000:00:15.0: reg 0x10: [mem 0xec249000-0xec249fff 64bit] [Thu Jun 6 08:47:47 2019] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 [Thu Jun 6 08:47:47 2019] pci 0000:00:16.0: reg 0x10: [mem 0xec24a000-0xec24afff 64bit] [Thu Jun 6 08:47:47 2019] pci 0000:00:16.0: PME# supported from D3hot [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400 [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.6: Intel SPT PCH root port ACS workaround enabled [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.2: [8086:9d1a] type 01 class 0x060400 [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.2: Intel SPT PCH root port ACS workaround enabled [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100 [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.2: reg 0x10: [mem 0xec244000-0xec247fff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300 [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.3: reg 0x10: [mem 0xec240000-0xec243fff 64bit] [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.3: reg 0x20: [mem 0xec230000-0xec23ffff 64bit] [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.3: PME# supported from D3hot D3cold [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.4: reg 0x10: [mem 0xec24b000-0xec24b0ff 64bit] [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000 [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.6: reg 0x10: [mem 0xec200000-0xec21ffff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: PCI bridge to [bus 02] [Thu Jun 6 08:47:47 2019] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000 [Thu Jun 6 08:47:47 2019] pci 0000:04:00.0: reg 0x10: [mem 0xec100000-0xec101fff 64bit] [Thu Jun 6 08:47:47 2019] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.6: PCI bridge to [bus 04] [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: PCI bridge to [bus 05-3d] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref] [Thu Jun 6 08:47:47 2019] pci 0000:3e:00.0: [17aa:0004] type 00 class 0x010802 [Thu Jun 6 08:47:47 2019] pci 0000:3e:00.0: reg 0x10: [mem 0xec000000-0xec003fff 64bit] [Thu Jun 6 08:47:47 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 Jun 6 08:47:47 2019] pci 0000:00:1d.2: PCI bridge to [bus 3e] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff] [Thu Jun 6 08:47:47 2019] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) [Thu Jun 6 08:47:47 2019] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) [Thu Jun 6 08:47:47 2019] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) [Thu Jun 6 08:47:47 2019] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) [Thu Jun 6 08:47:47 2019] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) [Thu Jun 6 08:47:47 2019] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) [Thu Jun 6 08:47:47 2019] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) [Thu Jun 6 08:47:47 2019] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) [Thu Jun 6 08:47:47 2019] ACPI: EC: interrupt unblocked [Thu Jun 6 08:47:47 2019] ACPI: EC: event unblocked [Thu Jun 6 08:47:47 2019] ACPI: _SB.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, ECDATA=0x62 [Thu Jun 6 08:47:47 2019] ACPI: _SB.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events [Thu Jun 6 08:47:47 2019] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none [Thu Jun 6 08:47:47 2019] pci 0000:00:02.0: vgaarb: bridge control possible [Thu Jun 6 08:47:47 2019] pci 0000:00:02.0: vgaarb: setting as boot device [Thu Jun 6 08:47:47 2019] vgaarb: loaded [Thu Jun 6 08:47:47 2019] pps_core: LinuxPPS API ver. 1 registered [Thu Jun 6 08:47:47 2019] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [Thu Jun 6 08:47:47 2019] PTP clock support registered [Thu Jun 6 08:47:47 2019] EDAC MC: Ver: 3.0.0 [Thu Jun 6 08:47:47 2019] Registered efivars operations [Thu Jun 6 08:47:47 2019] PCI: Using ACPI for IRQ routing [Thu Jun 6 08:47:47 2019] PCI: pci_cache_line_size set to 64 bytes [Thu Jun 6 08:47:47 2019] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] [Thu Jun 6 08:47:47 2019] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff] [Thu Jun 6 08:47:47 2019] e820: reserve RAM buffer [mem 0x85567000-0x87ffffff] [Thu Jun 6 08:47:47 2019] e820: reserve RAM buffer [mem 0x8eeac000-0x8fffffff] [Thu Jun 6 08:47:47 2019] e820: reserve RAM buffer [mem 0x462800000-0x463ffffff] [Thu Jun 6 08:47:47 2019] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [Thu Jun 6 08:47:47 2019] hpet0: 8 comparators, 64-bit 24.000000 MHz counter [Thu Jun 6 08:47:47 2019] clocksource: Switched to clocksource tsc-early [Thu Jun 6 08:47:47 2019] VFS: Disk quotas dquot_6.6.0 [Thu Jun 6 08:47:47 2019] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [Thu Jun 6 08:47:47 2019] VALIDATE hugetlbfs [Thu Jun 6 08:47:47 2019] AppArmor: AppArmor Filesystem Enabled [Thu Jun 6 08:47:47 2019] pnp: PnP ACPI init [Thu Jun 6 08:47:47 2019] system 00:00: [mem 0x40000000-0x403fffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [Thu Jun 6 08:47:47 2019] system 00:01: [mem 0xfd000000-0xfdabffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:01: [mem 0xfdad0000-0xfdadffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:01: [mem 0xfdb00000-0xfdffffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:01: [mem 0xfe036000-0xfe03bfff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:01: [mem 0xfe03d000-0xfe3fffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:01: [mem 0xfe410000-0xfe7fffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [Thu Jun 6 08:47:47 2019] system 00:02: [io 0xff00-0xfffe] has been reserved [Thu Jun 6 08:47:47 2019] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [Thu Jun 6 08:47:47 2019] system 00:03: [io 0x0680-0x069f] has been reserved [Thu Jun 6 08:47:47 2019] system 00:03: [io 0xffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:03: [io 0xffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:03: [io 0xffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:03: [io 0x1800-0x18fe] has been reserved [Thu Jun 6 08:47:47 2019] system 00:03: [io 0x164e-0x164f] has been reserved [Thu Jun 6 08:47:47 2019] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [Thu Jun 6 08:47:47 2019] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) [Thu Jun 6 08:47:47 2019] system 00:05: [io 0x1854-0x1857] has been reserved [Thu Jun 6 08:47:47 2019] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [Thu Jun 6 08:47:47 2019] pnp 00:06: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active) [Thu Jun 6 08:47:47 2019] pnp 00:07: Plug and Play ACPI device, IDs LEN006f PNP0f13 (active) [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x1800-0x189f] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x0800-0x087f] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x0880-0x08ff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x0900-0x097f] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x0980-0x09ff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x0a00-0x0a7f] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x0a80-0x0aff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x0b00-0x0b7f] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x0b80-0x0bff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x15e0-0x15ef] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x1600-0x167f] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:08: [io 0x1640-0x165f] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:08: [mem 0xeffe0000-0xefffffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [Thu Jun 6 08:47:47 2019] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) [Thu Jun 6 08:47:47 2019] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:0a: [mem 0xf0000000-0xf3ffffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:0a: [mem 0xeffe0000-0xefffffff] has been reserved [Thu Jun 6 08:47:47 2019] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [Thu Jun 6 08:47:47 2019] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:0b: [mem 0x00100000-0x9c7fffff] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved [Thu Jun 6 08:47:47 2019] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active) [Thu Jun 6 08:47:47 2019] pnp: PnP ACPI: found 12 devices [Thu Jun 6 08:47:47 2019] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000 [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000 [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: bridge window [io 0x1000-0x0fff] to [bus 05-3d] add_size 1000 [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9c800000-0x9c9fffff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9ca00000-0x9cbfffff 64bit pref] [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: BAR 13: assigned [io 0x3000-0x3fff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: PCI bridge to [bus 02] [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: bridge window [mem 0x9c800000-0x9c9fffff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.0: bridge window [mem 0x9ca00000-0x9cbfffff 64bit pref] [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.6: PCI bridge to [bus 04] [Thu Jun 6 08:47:47 2019] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: PCI bridge to [bus 05-3d] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.2: PCI bridge to [bus 3e] [Thu Jun 6 08:47:47 2019] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 20 [mem 0x9c800000-0xefffffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window] [Thu Jun 6 08:47:47 2019] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] [Thu Jun 6 08:47:47 2019] pci_bus 0000:02: resource 1 [mem 0x9c800000-0x9c9fffff] [Thu Jun 6 08:47:47 2019] pci_bus 0000:02: resource 2 [mem 0x9ca00000-0x9cbfffff 64bit pref] [Thu Jun 6 08:47:47 2019] pci_bus 0000:04: resource 1 [mem 0xec100000-0xec1fffff] [Thu Jun 6 08:47:47 2019] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff] [Thu Jun 6 08:47:47 2019] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xea0fffff] [Thu Jun 6 08:47:47 2019] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref] [Thu Jun 6 08:47:47 2019] pci_bus 0000:3e: resource 1 [mem 0xec000000-0xec0fffff] [Thu Jun 6 08:47:47 2019] NET: Registered protocol family 2 [Thu Jun 6 08:47:47 2019] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes) [Thu Jun 6 08:47:47 2019] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [Thu Jun 6 08:47:47 2019] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [Thu Jun 6 08:47:47 2019] TCP: Hash tables configured (established 131072 bind 65536) [Thu Jun 6 08:47:47 2019] UDP hash table entries: 8192 (order: 6, 262144 bytes) [Thu Jun 6 08:47:47 2019] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) [Thu Jun 6 08:47:47 2019] NET: Registered protocol family 1 [Thu Jun 6 08:47:47 2019] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [Thu Jun 6 08:47:47 2019] PCI: CLS 0 bytes, default 64 [Thu Jun 6 08:47:47 2019] Unpacking initramfs... [Thu Jun 6 08:47:48 2019] Freeing initrd memory: 44992K [Thu Jun 6 08:47:48 2019] DMAR: No ATSR found [Thu Jun 6 08:47:48 2019] DMAR: dmar0: Using Queued invalidation [Thu Jun 6 08:47:48 2019] DMAR: dmar1: Using Queued invalidation [Thu Jun 6 08:47:48 2019] DMAR: Setting RMRR: [Thu Jun 6 08:47:48 2019] pci 0000:00:02.0: DMAR: Setting identity map [0x9a000000 - 0x9c7fffff] [Thu Jun 6 08:47:48 2019] pci 0000:00:14.0: DMAR: Setting identity map [0x8f49f000 - 0x8f4befff] [Thu Jun 6 08:47:48 2019] DMAR: Prepare 0-16MiB unity mapping for LPC [Thu Jun 6 08:47:48 2019] pci 0000:00:1f.0: DMAR: Setting identity map [0x0 - 0xffffff] [Thu Jun 6 08:47:48 2019] DMAR: Intel(R) Virtualization Technology for Directed I/O [Thu Jun 6 08:47:48 2019] pci 0000:00:00.0: Adding to iommu group 0 [Thu Jun 6 08:47:48 2019] pci 0000:00:02.0: Adding to iommu group 1 [Thu Jun 6 08:47:48 2019] pci 0000:00:14.0: Adding to iommu group 2 [Thu Jun 6 08:47:48 2019] pci 0000:00:14.2: Adding to iommu group 2 [Thu Jun 6 08:47:48 2019] pci 0000:00:15.0: Adding to iommu group 3 [Thu Jun 6 08:47:48 2019] pci 0000:00:16.0: Adding to iommu group 4 [Thu Jun 6 08:47:48 2019] pci 0000:00:1c.0: Adding to iommu group 5 [Thu Jun 6 08:47:48 2019] pci 0000:00:1c.6: Adding to iommu group 6 [Thu Jun 6 08:47:48 2019] pci 0000:00:1d.0: Adding to iommu group 7 [Thu Jun 6 08:47:48 2019] pci 0000:00:1d.2: Adding to iommu group 8 [Thu Jun 6 08:47:48 2019] pci 0000:00:1f.0: Adding to iommu group 9 [Thu Jun 6 08:47:48 2019] pci 0000:00:1f.2: Adding to iommu group 9 [Thu Jun 6 08:47:48 2019] pci 0000:00:1f.3: Adding to iommu group 9 [Thu Jun 6 08:47:48 2019] pci 0000:00:1f.4: Adding to iommu group 9 [Thu Jun 6 08:47:48 2019] pci 0000:00:1f.6: Adding to iommu group 9 [Thu Jun 6 08:47:48 2019] pci 0000:04:00.0: Adding to iommu group 10 [Thu Jun 6 08:47:48 2019] pci 0000:3e:00.0: Adding to iommu group 11 [Thu Jun 6 08:47:48 2019] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns [Thu Jun 6 08:47:48 2019] clocksource: Switched to clocksource tsc [Thu Jun 6 08:47:48 2019] Initialise system trusted keyrings [Thu Jun 6 08:47:48 2019] workingset: timestamp_bits=40 max_order=22 bucket_order=0 [Thu Jun 6 08:47:48 2019] zbud: loaded [Thu Jun 6 08:47:48 2019] alg: No test for lzo-rle (lzo-rle-generic) [Thu Jun 6 08:47:48 2019] alg: No test for lzo-rle (lzo-rle-scomp) [Thu Jun 6 08:47:48 2019] Key type asymmetric registered [Thu Jun 6 08:47:48 2019] Asymmetric key parser 'x509' registered [Thu Jun 6 08:47:48 2019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [Thu Jun 6 08:47:48 2019] io scheduler mq-deadline registered [Thu Jun 6 08:47:48 2019] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [Thu Jun 6 08:47:48 2019] efifb: probing for efifb [Thu Jun 6 08:47:48 2019] efifb: framebuffer at 0xa0000000, using 5120k, total 5120k [Thu Jun 6 08:47:48 2019] efifb: mode is 1280x1024x32, linelength=5120, pages=1 [Thu Jun 6 08:47:48 2019] efifb: scrolling: redraw [Thu Jun 6 08:47:48 2019] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [Thu Jun 6 08:47:48 2019] Console: switching to colour frame buffer device 160x64 [Thu Jun 6 08:47:48 2019] fb0: EFI VGA frame buffer device [Thu Jun 6 08:47:48 2019] intel_idle: MWAIT substates: 0x11142120 [Thu Jun 6 08:47:48 2019] intel_idle: v0.4.1 model 0x8E [Thu Jun 6 08:47:48 2019] intel_idle: lapic_timer_reliable_states 0xffffffff [Thu Jun 6 08:47:48 2019] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [Thu Jun 6 08:47:48 2019] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [Thu Jun 6 08:47:48 2019] Linux agpgart interface v0.103 [Thu Jun 6 08:47:48 2019] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel jroedel@suse.de [Thu Jun 6 08:47:48 2019] AMD-Vi: AMD IOMMUv2 functionality not available on this system [Thu Jun 6 08:47:48 2019] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [Thu Jun 6 08:47:48 2019] serio: i8042 KBD port at 0x60,0x64 irq 1 [Thu Jun 6 08:47:48 2019] serio: i8042 AUX port at 0x60,0x64 irq 12 [Thu Jun 6 08:47:48 2019] mousedev: PS/2 mouse device common for all mice [Thu Jun 6 08:47:48 2019] rtc_cmos 00:04: RTC can wake from S4 [Thu Jun 6 08:47:48 2019] rtc_cmos 00:04: registered as rtc0 [Thu Jun 6 08:47:48 2019] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [Thu Jun 6 08:47:48 2019] intel_pstate: Intel P-state driver initializing [Thu Jun 6 08:47:48 2019] intel_pstate: HWP enabled [Thu Jun 6 08:47:48 2019] ledtrig-cpu: registered to indicate activity on CPUs [Thu Jun 6 08:47:48 2019] NET: Registered protocol family 10 [Thu Jun 6 08:47:48 2019] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [Thu Jun 6 08:47:48 2019] Segment Routing with IPv6 [Thu Jun 6 08:47:48 2019] mip6: Mobile IPv6 [Thu Jun 6 08:47:48 2019] NET: Registered protocol family 17 [Thu Jun 6 08:47:48 2019] mpls_gso: MPLS GSO support [Thu Jun 6 08:47:48 2019] mce: Using 8 MCE banks [Thu Jun 6 08:47:48 2019] microcode: sig=0x806e9, pf=0x80, revision=0xb4 [Thu Jun 6 08:47:48 2019] microcode: Microcode Update Driver: v2.2. [Thu Jun 6 08:47:48 2019] sched_clock: Marking stable (1465167741, -3422446)->(1468026504, -6281209) [Thu Jun 6 08:47:48 2019] registered taskstats version 1 [Thu Jun 6 08:47:48 2019] Loading compiled-in X.509 certificates [Thu Jun 6 08:47:48 2019] zswap: loaded using pool lzo/zbud [Thu Jun 6 08:47:48 2019] AppArmor: AppArmor sha1 policy hashing enabled [Thu Jun 6 08:47:48 2019] rtc_cmos 00:04: setting system clock to 2019-06-06T08:47:49 UTC (1559810869) [Thu Jun 6 08:47:48 2019] Freeing unused kernel image memory: 1652K [Thu Jun 6 08:47:48 2019] Write protecting the kernel read-only data: 18432k [Thu Jun 6 08:47:48 2019] Freeing unused kernel image memory: 2036K [Thu Jun 6 08:47:48 2019] Freeing unused kernel image memory: 824K [Thu Jun 6 08:47:48 2019] x86/mm: Checked W+X mappings: passed, no W+X pages found. [Thu Jun 6 08:47:48 2019] x86/mm: Checking user space page tables [Thu Jun 6 08:47:48 2019] x86/mm: Checked W+X mappings: passed, no W+X pages found. [Thu Jun 6 08:47:48 2019] Run /init as init process [Thu Jun 6 08:47:48 2019] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 [Thu Jun 6 08:47:48 2019] ACPI: Sleep Button [SLPB] [Thu Jun 6 08:47:48 2019] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3 [Thu Jun 6 08:47:48 2019] ACPI: Lid Switch [LID] [Thu Jun 6 08:47:48 2019] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 [Thu Jun 6 08:47:48 2019] ACPI: Power Button [PWRF] [Thu Jun 6 08:47:48 2019] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) [Thu Jun 6 08:47:48 2019] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) [Thu Jun 6 08:47:48 2019] thermal LNXTHERM:00: registered as thermal_zone0 [Thu Jun 6 08:47:48 2019] ACPI: Thermal Zone [THM0] (53 C) [Thu Jun 6 08:47:48 2019] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003) [Thu Jun 6 08:47:48 2019] cryptd: max_cpu_qlen set to 1000 [Thu Jun 6 08:47:48 2019] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [Thu Jun 6 08:47:48 2019] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [Thu Jun 6 08:47:48 2019] ACPI: bus type USB registered [Thu Jun 6 08:47:48 2019] usbcore: registered new interface driver usbfs [Thu Jun 6 08:47:48 2019] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [Thu Jun 6 08:47:48 2019] i801_smbus 0000:00:1f.4: SPD Write Disable is set [Thu Jun 6 08:47:48 2019] nvme nvme0: pci function 0000:3e:00.0 [Thu Jun 6 08:47:48 2019] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [Thu Jun 6 08:47:48 2019] usbcore: registered new interface driver hub [Thu Jun 6 08:47:48 2019] usbcore: registered new device driver usb [Thu Jun 6 08:47:48 2019] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [Thu Jun 6 08:47:48 2019] AVX2 version of gcm_enc/dec engaged. [Thu Jun 6 08:47:48 2019] AES CTR mode by8 optimization enabled [Thu Jun 6 08:47:48 2019] xhci_hcd 0000:00:14.0: xHCI Host Controller [Thu Jun 6 08:47:48 2019] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [Thu Jun 6 08:47:48 2019] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810 [Thu Jun 6 08:47:48 2019] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [

nickdesaulniers commented 5 years ago

obsoleted by #174