Lxd: usb hotplug fails on kernel 5.1

Created on 12 Jun 2019  路  11Comments  路  Source: lxc/lxd

  • Distribution:
  • Distribution version:
  • The output of "lxc info" or if that fails:

    • Kernel version: 5.1.7-300.fc30.x86_64

    • LXD version: 3.1.0

    • Storage backend in use: dir

Issue description

The usb device fails to mount properly on the container when command
lxc config device add <container_name> usb:dev1 usb vendorid=04XX
(device is an Android smartphone).

Latest kernel version tested which works: 5.0.17-300.fc30.x86_64

Steps to reproduce

  1. Start the container
  2. Run command lxc config device add <container_name> usb:dev1 usb vendorid=04XX
  3. lxc exec -- file /dev/bus/usb/001/006
    /dev/bus/usb/001/016: empty
  4. lxc restart
  5. lxc exec -- file /dev/bus/usb/001/006
    /dev/bus/usb/001/006: character special (189/5)

Information to attach

Error log from /var/log/lxd/lxd.log right after "lxc config device add ..." command is issued.

t==2019-06-12T13:30:24+0800 lvl=eror msg="Failed to insert usb device" container=workspace err="Failed to add mount for device: Failed to run: /usr/bin/lxd forkmount lxd-mount 19183 /dev/.lxd-mounts/lxdmount_613138367 dev/bus/usb/001/006:
Failed mounting /dev/.lxd-mounts/lxdmount_613138367 onto dev/bus/usb/001/006: Invalid argument" usb="{action:add vendor:04xx product:6xxx path:/dev/bus/usb/001/006 major:189 minor:5 ueventParts:[] ueventLen:0}"

Most helpful comment

There are no tickets on kernel.org but I already took care of it. We're discussing solutions upstream already. I would link to the thread but the mailing lists are currently down.

All 11 comments

Can you also paste the dmesg output, please?

The only reason I can see for failing is when source aka /dev/.lxd-mounts/lxdmount_<nr> is not a mountpoint.

@brauner mind pasting some details in here about what you found out about the kernel mount API changing?

Given it looks like a kernel regression, I'm feeling like closing this issue but we need some context in there first so others can understand what's going on.

This seems like a regression introduced by Al that tries to make cross-namespacemount propagation smarter. Will verify/test tomorrow.

Ok, given timeline lines up with #5788 and so does kernel versions, I'm closing this one, will re-title the other and un-milestone as there's nothing obvious we can do for LXD 3.14 if the issue is in the kernel.

@brauner : dmesg and lxd logs attached.

lxd.log:

t=2019-06-13T10:14:35+0800 lvl=info msg="LXD 3.13 is starting in normal mode" path=/var/lib/lxd
t=2019-06-13T10:14:35+0800 lvl=info msg="Kernel uid/gid map:"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - u 0 0 4294967295"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - g 0 0 4294967295"
t=2019-06-13T10:14:35+0800 lvl=info msg="Configured LXD uid/gid map:"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - u 0 1000000 1000000000"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - g 0 1000000 1000000000"
t=2019-06-13T10:14:35+0800 lvl=warn msg="AppArmor support has been disabled because of lack of kernel support"
t=2019-06-13T10:14:35+0800 lvl=info msg="Kernel features:"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - netnsid-based network retrieval: yes"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - uevent injection: yes"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - seccomp listener: yes"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - unprivileged file capabilities: yes"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - shiftfs support: no"
t=2019-06-13T10:14:35+0800 lvl=info msg="Initializing local database"
t=2019-06-13T10:14:35+0800 lvl=info msg="Starting /dev/lxd handler:"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - binding devlxd socket" socket=/var/lib/lxd/devlxd/sock
t=2019-06-13T10:14:35+0800 lvl=info msg="REST API daemon:"
t=2019-06-13T10:14:35+0800 lvl=info msg=" - binding Unix socket" inherited=true socket=/run/lxd.socket
t=2019-06-13T10:14:35+0800 lvl=info msg="Initializing global database"
t=2019-06-13T10:14:36+0800 lvl=info msg="Initializing storage pools"
t=2019-06-13T10:14:36+0800 lvl=info msg="Initializing networks"
t=2019-06-13T10:14:37+0800 lvl=info msg="Pruning leftover image files"
t=2019-06-13T10:14:37+0800 lvl=info msg="Done pruning leftover image files"
t=2019-06-13T10:14:37+0800 lvl=info msg="Loading daemon configuration"
t=2019-06-13T10:14:37+0800 lvl=info msg="Started seccomp handler" path=/var/lib/lxd/seccomp.socket
t=2019-06-13T10:14:37+0800 lvl=info msg="Pruning expired images"
t=2019-06-13T10:14:37+0800 lvl=info msg="Done pruning expired images"
t=2019-06-13T10:14:37+0800 lvl=info msg="Pruning expired container backups"
t=2019-06-13T10:14:37+0800 lvl=info msg="Done pruning expired container backups"
t=2019-06-13T10:14:37+0800 lvl=info msg="Updating instance types"
t=2019-06-13T10:14:37+0800 lvl=info msg="Expiring log files"
t=2019-06-13T10:14:37+0800 lvl=info msg="Done updating instance types"
t=2019-06-13T10:14:37+0800 lvl=info msg="Updating images"
t=2019-06-13T10:14:37+0800 lvl=info msg="Done expiring log files"
t=2019-06-13T10:14:37+0800 lvl=info msg="Done updating images"
t=2019-06-13T10:14:37+0800 lvl=info msg="Starting container" action=start created=2019-06-12T14:21:21+0800 ephemeral=false name=usbhp project=default stateful=false used=2019-06-12T20:08:21+0800
t=2019-06-13T10:14:37+0800 lvl=info msg="Started container" action=start created=2019-06-12T14:21:21+0800 ephemeral=false name=usbhp project=default stateful=false used=2019-06-12T20:08:21+0800
t=2019-06-13T10:15:30+0800 lvl=info msg="Asked to shutdown by API, shutting down containers"
t=2019-06-13T10:15:30+0800 lvl=info msg="Shutting down container" action=shutdown created=2019-06-12T14:21:21+0800 ephemeral=false name=usbhp project=default timeout=30s used=2019-06-13T10:14:37+0800
t=2019-06-13T10:15:31+0800 lvl=info msg="Shut down container" action=shutdown created=2019-06-12T14:21:21+0800 ephemeral=false name=usbhp project=default timeout=30s used=2019-06-13T10:14:37+0800
t=2019-06-13T10:15:31+0800 lvl=info msg="Starting shutdown sequence"
t=2019-06-13T10:15:31+0800 lvl=info msg="Stopping REST API handler:"
t=2019-06-13T10:15:31+0800 lvl=info msg=" - closing socket" socket=/run/lxd.socket
t=2019-06-13T10:15:31+0800 lvl=info msg="Stopping /dev/lxd handler:"
t=2019-06-13T10:15:31+0800 lvl=info msg=" - closing socket" socket=/var/lib/lxd/devlxd/sock
t=2019-06-13T10:15:31+0800 lvl=info msg="Closing the database"
t=2019-06-13T10:15:31+0800 lvl=info msg="Unmounting temporary filesystems"
t=2019-06-13T10:15:31+0800 lvl=info msg="Done unmounting temporary filesystems"
t=2019-06-13T10:15:50+0800 lvl=info msg="LXD 3.13 is starting in normal mode" path=/var/lib/lxd
t=2019-06-13T10:15:50+0800 lvl=info msg="Kernel uid/gid map:"
t=2019-06-13T10:15:50+0800 lvl=info msg=" - u 0 0 4294967295"
t=2019-06-13T10:15:50+0800 lvl=info msg=" - g 0 0 4294967295"
t=2019-06-13T10:15:50+0800 lvl=info msg="Configured LXD uid/gid map:"
t=2019-06-13T10:15:50+0800 lvl=info msg=" - u 0 1000000 1000000000"
t=2019-06-13T10:15:50+0800 lvl=info msg=" - g 0 1000000 1000000000"
t=2019-06-13T10:15:50+0800 lvl=warn msg="AppArmor support has been disabled because of lack of kernel support"
t=2019-06-13T10:15:50+0800 lvl=info msg="Kernel features:"
t=2019-06-13T10:15:50+0800 lvl=info msg=" - netnsid-based network retrieval: yes"
t=2019-06-13T10:15:50+0800 lvl=info msg=" - uevent injection: yes"
t=2019-06-13T10:15:50+0800 lvl=info msg=" - seccomp listener: yes"
t=2019-06-13T10:15:50+0800 lvl=info msg=" - unprivileged file capabilities: yes"
t=2019-06-13T10:15:51+0800 lvl=info msg=" - shiftfs support: no"
t=2019-06-13T10:15:51+0800 lvl=info msg="Initializing local database"
t=2019-06-13T10:15:51+0800 lvl=info msg="Starting /dev/lxd handler:"
t=2019-06-13T10:15:51+0800 lvl=info msg=" - binding devlxd socket" socket=/var/lib/lxd/devlxd/sock
t=2019-06-13T10:15:51+0800 lvl=info msg="REST API daemon:"
t=2019-06-13T10:15:51+0800 lvl=info msg=" - binding Unix socket" inherited=true socket=/run/lxd.socket
t=2019-06-13T10:15:51+0800 lvl=info msg="Initializing global database"
t=2019-06-13T10:15:51+0800 lvl=info msg="Initializing storage pools"
t=2019-06-13T10:15:51+0800 lvl=info msg="Initializing networks"
t=2019-06-13T10:15:52+0800 lvl=info msg="Pruning leftover image files"
t=2019-06-13T10:15:52+0800 lvl=info msg="Done pruning leftover image files"
t=2019-06-13T10:15:52+0800 lvl=info msg="Loading daemon configuration"
t=2019-06-13T10:15:52+0800 lvl=info msg="Started seccomp handler" path=/var/lib/lxd/seccomp.socket
t=2019-06-13T10:15:52+0800 lvl=info msg="Pruning expired images"
t=2019-06-13T10:15:52+0800 lvl=info msg="Done pruning expired images"
t=2019-06-13T10:15:52+0800 lvl=info msg="Pruning expired container backups"
t=2019-06-13T10:15:52+0800 lvl=info msg="Done pruning expired container backups"
t=2019-06-13T10:15:52+0800 lvl=info msg="Updating images"
t=2019-06-13T10:15:52+0800 lvl=info msg="Done updating images"
t=2019-06-13T10:15:52+0800 lvl=info msg="Updating instance types"
t=2019-06-13T10:15:52+0800 lvl=info msg="Done updating instance types"
t=2019-06-13T10:15:52+0800 lvl=info msg="Expiring log files"
t=2019-06-13T10:15:52+0800 lvl=info msg="Done expiring log files"
t=2019-06-13T10:15:52+0800 lvl=info msg="Starting container" action=start created=2019-06-12T14:21:21+0800 ephemeral=false name=usbhp project=default stateful=false used=2019-06-13T10:14:37+0800
t=2019-06-13T10:15:52+0800 lvl=info msg="Started container" action=start created=2019-06-12T14:21:21+0800 ephemeral=false name=usbhp project=default stateful=false used=2019-06-13T10:14:37+0800
t=2019-06-13T10:18:00+0800 lvl=eror msg="Failed to insert usb device" container=usbhp err="Failed to add mount for device: Failed to run: /usr/bin/lxd forkmount lxd-mount 1309 /dev/.lxd-mounts/lxdmount_466593041 dev/bus/usb/001/005: Failed mounting /dev/.lxd-mounts/lxdmount_466593041 onto dev/bus/usb/001/005: Invalid argument" usb="{action:add vendor:1xxx product:4xxx path:/dev/bus/usb/001/005 major:189 minor:4 ueventParts:[] ueventLen:0}"

dmesg log:

[ 0.000000] Linux version 5.1.7-300.fc30.x86_64 ([email protected]) (gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)) #1 SMP Wed Jun 5 12:32:28 UTC 2019
[ 0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.1.7-300.fc30.x86_64 root=/dev/mapper/fedora-root ro resume=/dev/mapper/fedora-swap rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap rhgb quiet
[ 0.000000] Disabled fast string operations
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000dd80fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000dd81000-0x000000000dd85fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000dd86000-0x000000000ef1ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000ef20000-0x000000000ef8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000ef90000-0x000000000efabfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000000efac000-0x000000000efaffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000efb0000-0x000000007fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffc17fff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x0cb0b018-0x0cb13057] usable ==> usable
[ 0.000000] e820: update [mem 0x0cb0b018-0x0cb13057] usable ==> usable
[ 0.000000] e820: update [mem 0x0cb08018-0x0cb0a057] usable ==> usable
[ 0.000000] e820: update [mem 0x0cb08018-0x0cb0a057] usable ==> usable
[ 0.000000] e820: update [mem 0x0cb06018-0x0cb07857] usable ==> usable
[ 0.000000] e820: update [mem 0x0cb06018-0x0cb07857] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000000001000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000cb06017] usable
[ 0.000000] reserve setup_data: [mem 0x000000000cb06018-0x000000000cb07857] usable
[ 0.000000] reserve setup_data: [mem 0x000000000cb07858-0x000000000cb08017] usable
[ 0.000000] reserve setup_data: [mem 0x000000000cb08018-0x000000000cb0a057] usable
[ 0.000000] reserve setup_data: [mem 0x000000000cb0a058-0x000000000cb0b017] usable
[ 0.000000] reserve setup_data: [mem 0x000000000cb0b018-0x000000000cb13057] usable
[ 0.000000] reserve setup_data: [mem 0x000000000cb13058-0x000000000dd80fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000dd81000-0x000000000dd85fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000dd86000-0x000000000ef1ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000ef20000-0x000000000ef8ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000ef90000-0x000000000efabfff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000000efac000-0x000000000efaffff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000efb0000-0x000000007fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000ffc00000-0x00000000ffc17fff] reserved
[ 0.000000] efi: EFI v2.31 by VMware, Inc.
[ 0.000000] efi: SMBIOS=0xdd81000 ACPI 2.0=0xef98000
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: VMware, Inc. VMware7,1/440BX Desktop Reference Platform, BIOS VMW71.00V.0.B64.1706210604 06/21/2017
[ 0.000000] Hypervisor detected: VMware
[ 0.000000] vmware: TSC freq read from hypervisor : 2112.000 MHz
[ 0.000000] vmware: Host bus clock speed read from hypervisor : 66000000 Hz
[ 0.000000] vmware: using sched offset of 10648998273 ns
[ 0.000001] tsc: Detected 2112.000 MHz processor
[ 0.006119] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.006121] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.006126] last_pfn = 0x80000 max_arch_pfn = 0x400000000
[ 0.006167] MTRR default type: uncachable
[ 0.006168] MTRR fixed ranges enabled:
[ 0.006169] 00000-9FFFF write-back
[ 0.006170] A0000-FFFFF uncachable
[ 0.006170] MTRR variable ranges enabled:
[ 0.006171] 0 base 00000000000 mask 3FF80000000 write-back
[ 0.006172] 1 disabled
[ 0.006172] 2 disabled
[ 0.006173] 3 disabled
[ 0.006173] 4 disabled
[ 0.006173] 5 disabled
[ 0.006174] 6 disabled
[ 0.006174] 7 disabled
[ 0.020331] Using GB pages for direct mapping
[ 0.020334] BRK [0x47e03000, 0x47e03fff] PGTABLE
[ 0.020336] BRK [0x47e04000, 0x47e04fff] PGTABLE
[ 0.020336] BRK [0x47e05000, 0x47e05fff] PGTABLE
[ 0.020358] BRK [0x47e06000, 0x47e06fff] PGTABLE
[ 0.020399] BRK [0x47e07000, 0x47e07fff] PGTABLE
[ 0.020439] BRK [0x47e08000, 0x47e08fff] PGTABLE
[ 0.020496] RAMDISK: [mem 0x0aee2000-0x0c58bfff]
[ 0.020520] ACPI: Early table checksum verification disabled
[ 0.020524] ACPI: RSDP 0x000000000EF98000 000024 (v02 VMWARE)
[ 0.020527] ACPI: XSDT 0x000000000EF98060 000054 (v01 INTEL 440BX 06040000 VMW 01324272)
[ 0.020531] ACPI: SRAT 0x000000000EF980B4 0008A8 (v02 VMWARE EFISRAT 06040001 VMW 000007CE)
[ 0.020535] ACPI: FACP 0x000000000EFAAA77 0000F4 (v04 INTEL 440BX 06040000 PTL 000F4240)
[ 0.020539] ACPI: DSDT 0x000000000EF9895C 01211B (v01 PTLTD Custom 00000000 INTL 20130823)
[ 0.020542] ACPI: FACS 0x000000000EFAF000 000040
[ 0.020545] ACPI: FACS 0x000000000EFAF000 000040
[ 0.020547] ACPI: APIC 0x000000000EFAB000 000742 (v02 VMWARE EFIAPIC 06040001 VMW 000007CE)
[ 0.020550] ACPI: MCFG 0x000000000EFAB742 00003C (v01 VMWARE EFIMCFG 06040001 VMW 000007CE)
[ 0.020553] ACPI: HPET 0x000000000EFAB77E 000038 (v01 VMWARE VMW HPET 00000000 VMW 00000000)
[ 0.020555] ACPI: WAET 0x000000000EFAB7B6 000028 (v01 VMWARE VMW WAET 06040001 VMW 00000001)
[ 0.020563] ACPI: Local APIC address 0xfee00000
[ 0.020581] system APIC only can use physical flat
[ 0.020581] Setting APIC routing to physical flat.
[ 0.020629] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.020629] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.020630] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.020630] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.020631] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.020631] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.020631] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.020632] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[ 0.020632] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[ 0.020632] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[ 0.020633] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[ 0.020633] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[ 0.020634] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[ 0.020634] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[ 0.020634] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[ 0.020635] SRAT: PXM 0 -> APIC 0x0f -> Node 0
[ 0.020635] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[ 0.020635] SRAT: PXM 0 -> APIC 0x11 -> Node 0
[ 0.020636] SRAT: PXM 0 -> APIC 0x12 -> Node 0
[ 0.020636] SRAT: PXM 0 -> APIC 0x13 -> Node 0
[ 0.020637] SRAT: PXM 0 -> APIC 0x14 -> Node 0
[ 0.020637] SRAT: PXM 0 -> APIC 0x15 -> Node 0
[ 0.020637] SRAT: PXM 0 -> APIC 0x16 -> Node 0
[ 0.020638] SRAT: PXM 0 -> APIC 0x17 -> Node 0
[ 0.020638] SRAT: PXM 0 -> APIC 0x18 -> Node 0
[ 0.020639] SRAT: PXM 0 -> APIC 0x19 -> Node 0
[ 0.020639] SRAT: PXM 0 -> APIC 0x1a -> Node 0
[ 0.020639] SRAT: PXM 0 -> APIC 0x1b -> Node 0
[ 0.020640] SRAT: PXM 0 -> APIC 0x1c -> Node 0
[ 0.020653] SRAT: PXM 0 -> APIC 0x1d -> Node 0
[ 0.020654] SRAT: PXM 0 -> APIC 0x1e -> Node 0
[ 0.020654] SRAT: PXM 0 -> APIC 0x1f -> Node 0
[ 0.020655] SRAT: PXM 0 -> APIC 0x20 -> Node 0
[ 0.020655] SRAT: PXM 0 -> APIC 0x21 -> Node 0
[ 0.020655] SRAT: PXM 0 -> APIC 0x22 -> Node 0
[ 0.020656] SRAT: PXM 0 -> APIC 0x23 -> Node 0
[ 0.020656] SRAT: PXM 0 -> APIC 0x24 -> Node 0
[ 0.020656] SRAT: PXM 0 -> APIC 0x25 -> Node 0
[ 0.020657] SRAT: PXM 0 -> APIC 0x26 -> Node 0
[ 0.020657] SRAT: PXM 0 -> APIC 0x27 -> Node 0
[ 0.020658] SRAT: PXM 0 -> APIC 0x28 -> Node 0
[ 0.020658] SRAT: PXM 0 -> APIC 0x29 -> Node 0
[ 0.020658] SRAT: PXM 0 -> APIC 0x2a -> Node 0
[ 0.020659] SRAT: PXM 0 -> APIC 0x2b -> Node 0
[ 0.020659] SRAT: PXM 0 -> APIC 0x2c -> Node 0
[ 0.020659] SRAT: PXM 0 -> APIC 0x2d -> Node 0
[ 0.020660] SRAT: PXM 0 -> APIC 0x2e -> Node 0
[ 0.020660] SRAT: PXM 0 -> APIC 0x2f -> Node 0
[ 0.020661] SRAT: PXM 0 -> APIC 0x30 -> Node 0
[ 0.020661] SRAT: PXM 0 -> APIC 0x31 -> Node 0
[ 0.020661] SRAT: PXM 0 -> APIC 0x32 -> Node 0
[ 0.020662] SRAT: PXM 0 -> APIC 0x33 -> Node 0
[ 0.020662] SRAT: PXM 0 -> APIC 0x34 -> Node 0
[ 0.020662] SRAT: PXM 0 -> APIC 0x35 -> Node 0
[ 0.020663] SRAT: PXM 0 -> APIC 0x36 -> Node 0
[ 0.020663] SRAT: PXM 0 -> APIC 0x37 -> Node 0
[ 0.020664] SRAT: PXM 0 -> APIC 0x38 -> Node 0
[ 0.020664] SRAT: PXM 0 -> APIC 0x39 -> Node 0
[ 0.020664] SRAT: PXM 0 -> APIC 0x3a -> Node 0
[ 0.020665] SRAT: PXM 0 -> APIC 0x3b -> Node 0
[ 0.020665] SRAT: PXM 0 -> APIC 0x3c -> Node 0
[ 0.020665] SRAT: PXM 0 -> APIC 0x3d -> Node 0
[ 0.020666] SRAT: PXM 0 -> APIC 0x3e -> Node 0
[ 0.020666] SRAT: PXM 0 -> APIC 0x3f -> Node 0
[ 0.020667] SRAT: PXM 0 -> APIC 0x40 -> Node 0
[ 0.020667] SRAT: PXM 0 -> APIC 0x41 -> Node 0
[ 0.020667] SRAT: PXM 0 -> APIC 0x42 -> Node 0
[ 0.020668] SRAT: PXM 0 -> APIC 0x43 -> Node 0
[ 0.020668] SRAT: PXM 0 -> APIC 0x44 -> Node 0
[ 0.020669] SRAT: PXM 0 -> APIC 0x45 -> Node 0
[ 0.020669] SRAT: PXM 0 -> APIC 0x46 -> Node 0
[ 0.020669] SRAT: PXM 0 -> APIC 0x47 -> Node 0
[ 0.020670] SRAT: PXM 0 -> APIC 0x48 -> Node 0
[ 0.020670] SRAT: PXM 0 -> APIC 0x49 -> Node 0
[ 0.020670] SRAT: PXM 0 -> APIC 0x4a -> Node 0
[ 0.020671] SRAT: PXM 0 -> APIC 0x4b -> Node 0
[ 0.020671] SRAT: PXM 0 -> APIC 0x4c -> Node 0
[ 0.020672] SRAT: PXM 0 -> APIC 0x4d -> Node 0
[ 0.020672] SRAT: PXM 0 -> APIC 0x4e -> Node 0
[ 0.020672] SRAT: PXM 0 -> APIC 0x4f -> Node 0
[ 0.020673] SRAT: PXM 0 -> APIC 0x50 -> Node 0
[ 0.020673] SRAT: PXM 0 -> APIC 0x51 -> Node 0
[ 0.020673] SRAT: PXM 0 -> APIC 0x52 -> Node 0
[ 0.020674] SRAT: PXM 0 -> APIC 0x53 -> Node 0
[ 0.020674] SRAT: PXM 0 -> APIC 0x54 -> Node 0
[ 0.020675] SRAT: PXM 0 -> APIC 0x55 -> Node 0
[ 0.020675] SRAT: PXM 0 -> APIC 0x56 -> Node 0
[ 0.020675] SRAT: PXM 0 -> APIC 0x57 -> Node 0
[ 0.020676] SRAT: PXM 0 -> APIC 0x58 -> Node 0
[ 0.020676] SRAT: PXM 0 -> APIC 0x59 -> Node 0
[ 0.020676] SRAT: PXM 0 -> APIC 0x5a -> Node 0
[ 0.020677] SRAT: PXM 0 -> APIC 0x5b -> Node 0
[ 0.020677] SRAT: PXM 0 -> APIC 0x5c -> Node 0
[ 0.020678] SRAT: PXM 0 -> APIC 0x5d -> Node 0
[ 0.020678] SRAT: PXM 0 -> APIC 0x5e -> Node 0
[ 0.020678] SRAT: PXM 0 -> APIC 0x5f -> Node 0
[ 0.020679] SRAT: PXM 0 -> APIC 0x60 -> Node 0
[ 0.020679] SRAT: PXM 0 -> APIC 0x61 -> Node 0
[ 0.020679] SRAT: PXM 0 -> APIC 0x62 -> Node 0
[ 0.020680] SRAT: PXM 0 -> APIC 0x63 -> Node 0
[ 0.020680] SRAT: PXM 0 -> APIC 0x64 -> Node 0
[ 0.020681] SRAT: PXM 0 -> APIC 0x65 -> Node 0
[ 0.020681] SRAT: PXM 0 -> APIC 0x66 -> Node 0
[ 0.020681] SRAT: PXM 0 -> APIC 0x67 -> Node 0
[ 0.020682] SRAT: PXM 0 -> APIC 0x68 -> Node 0
[ 0.020682] SRAT: PXM 0 -> APIC 0x69 -> Node 0
[ 0.020682] SRAT: PXM 0 -> APIC 0x6a -> Node 0
[ 0.020683] SRAT: PXM 0 -> APIC 0x6b -> Node 0
[ 0.020683] SRAT: PXM 0 -> APIC 0x6c -> Node 0
[ 0.020684] SRAT: PXM 0 -> APIC 0x6d -> Node 0
[ 0.020684] SRAT: PXM 0 -> APIC 0x6e -> Node 0
[ 0.020684] SRAT: PXM 0 -> APIC 0x6f -> Node 0
[ 0.020685] SRAT: PXM 0 -> APIC 0x70 -> Node 0
[ 0.020685] SRAT: PXM 0 -> APIC 0x71 -> Node 0
[ 0.020685] SRAT: PXM 0 -> APIC 0x72 -> Node 0
[ 0.020686] SRAT: PXM 0 -> APIC 0x73 -> Node 0
[ 0.020686] SRAT: PXM 0 -> APIC 0x74 -> Node 0
[ 0.020687] SRAT: PXM 0 -> APIC 0x75 -> Node 0
[ 0.020687] SRAT: PXM 0 -> APIC 0x76 -> Node 0
[ 0.020687] SRAT: PXM 0 -> APIC 0x77 -> Node 0
[ 0.020688] SRAT: PXM 0 -> APIC 0x78 -> Node 0
[ 0.020688] SRAT: PXM 0 -> APIC 0x79 -> Node 0
[ 0.020689] SRAT: PXM 0 -> APIC 0x7a -> Node 0
[ 0.020689] SRAT: PXM 0 -> APIC 0x7b -> Node 0
[ 0.020689] SRAT: PXM 0 -> APIC 0x7c -> Node 0
[ 0.020690] SRAT: PXM 0 -> APIC 0x7d -> Node 0
[ 0.020690] SRAT: PXM 0 -> APIC 0x7e -> Node 0
[ 0.020690] SRAT: PXM 0 -> APIC 0x7f -> Node 0
[ 0.020694] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[ 0.020694] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0x7fffffff]
[ 0.020695] ACPI: SRAT: Node 0 PXM 0 [mem 0x80000000-0xbfffffff] hotplug
[ 0.020697] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[ 0.020705] NODE_DATA(0) allocated [mem 0x7ffd5000-0x7fffffff]
[ 0.025459] Zone ranges:
[ 0.025460] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.025460] DMA32 [mem 0x0000000001000000-0x000000007fffffff]
[ 0.025461] Normal empty
[ 0.025462] Device empty
[ 0.025462] Movable zone start for each node
[ 0.025465] Early memory node ranges
[ 0.025465] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.025466] node 0: [mem 0x0000000000100000-0x000000000dd80fff]
[ 0.025466] node 0: [mem 0x000000000dd86000-0x000000000ef1ffff]
[ 0.025467] node 0: [mem 0x000000000efb0000-0x000000007fffffff]
[ 0.025471] Zeroed struct page in unavailable ranges: 246 pages
[ 0.025472] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fffffff]
[ 0.025473] On node 0 totalpages: 524042
[ 0.025474] DMA zone: 64 pages used for memmap
[ 0.025474] DMA zone: 22 pages reserved
[ 0.025475] DMA zone: 3999 pages, LIFO batch:0
[ 0.025547] DMA32 zone: 8128 pages used for memmap
[ 0.025547] DMA32 zone: 520043 pages, LIFO batch:63
[ 0.046146] ACPI: PM-Timer IO Port: 0x448
[ 0.046148] ACPI: Local APIC address 0xfee00000
[ 0.046151] system APIC only can use physical flat
[ 0.046162] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.046163] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.046163] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.046164] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.046164] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.046164] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.046165] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.046165] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.046165] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.046168] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.046168] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.046168] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.046169] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.046169] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.046169] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.046170] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.046170] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.046171] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.046171] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.046171] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.046172] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.046172] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.046172] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.046173] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.046173] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[ 0.046173] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[ 0.046174] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[ 0.046174] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[ 0.046174] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[ 0.046175] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[ 0.046175] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[ 0.046175] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[ 0.046176] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
[ 0.046176] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
[ 0.046176] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
[ 0.046177] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
[ 0.046177] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
[ 0.046177] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
[ 0.046178] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
[ 0.046178] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
[ 0.046178] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
[ 0.046179] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
[ 0.046179] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
[ 0.046179] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
[ 0.046180] ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
[ 0.046180] ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
[ 0.046180] ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
[ 0.046181] ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
[ 0.046181] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
[ 0.046181] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
[ 0.046182] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
[ 0.046182] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
[ 0.046182] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
[ 0.046183] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
[ 0.046183] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
[ 0.046184] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
[ 0.046184] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
[ 0.046184] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
[ 0.046185] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
[ 0.046185] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
[ 0.046185] ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
[ 0.046186] ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
[ 0.046186] ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
[ 0.046186] ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
[ 0.046187] ACPI: LAPIC_NMI (acpi_id[0x40] high edge lint[0x1])
[ 0.046187] ACPI: LAPIC_NMI (acpi_id[0x41] high edge lint[0x1])
[ 0.046187] ACPI: LAPIC_NMI (acpi_id[0x42] high edge lint[0x1])
[ 0.046188] ACPI: LAPIC_NMI (acpi_id[0x43] high edge lint[0x1])
[ 0.046188] ACPI: LAPIC_NMI (acpi_id[0x44] high edge lint[0x1])
[ 0.046188] ACPI: LAPIC_NMI (acpi_id[0x45] high edge lint[0x1])
[ 0.046189] ACPI: LAPIC_NMI (acpi_id[0x46] high edge lint[0x1])
[ 0.046189] ACPI: LAPIC_NMI (acpi_id[0x47] high edge lint[0x1])
[ 0.046189] ACPI: LAPIC_NMI (acpi_id[0x48] high edge lint[0x1])
[ 0.046190] ACPI: LAPIC_NMI (acpi_id[0x49] high edge lint[0x1])
[ 0.046190] ACPI: LAPIC_NMI (acpi_id[0x4a] high edge lint[0x1])
[ 0.046190] ACPI: LAPIC_NMI (acpi_id[0x4b] high edge lint[0x1])
[ 0.046191] ACPI: LAPIC_NMI (acpi_id[0x4c] high edge lint[0x1])
[ 0.046191] ACPI: LAPIC_NMI (acpi_id[0x4d] high edge lint[0x1])
[ 0.046191] ACPI: LAPIC_NMI (acpi_id[0x4e] high edge lint[0x1])
[ 0.046192] ACPI: LAPIC_NMI (acpi_id[0x4f] high edge lint[0x1])
[ 0.046192] ACPI: LAPIC_NMI (acpi_id[0x50] high edge lint[0x1])
[ 0.046192] ACPI: LAPIC_NMI (acpi_id[0x51] high edge lint[0x1])
[ 0.046193] ACPI: LAPIC_NMI (acpi_id[0x52] high edge lint[0x1])
[ 0.046193] ACPI: LAPIC_NMI (acpi_id[0x53] high edge lint[0x1])
[ 0.046193] ACPI: LAPIC_NMI (acpi_id[0x54] high edge lint[0x1])
[ 0.046194] ACPI: LAPIC_NMI (acpi_id[0x55] high edge lint[0x1])
[ 0.046194] ACPI: LAPIC_NMI (acpi_id[0x56] high edge lint[0x1])
[ 0.046195] ACPI: LAPIC_NMI (acpi_id[0x57] high edge lint[0x1])
[ 0.046195] ACPI: LAPIC_NMI (acpi_id[0x58] high edge lint[0x1])
[ 0.046195] ACPI: LAPIC_NMI (acpi_id[0x59] high edge lint[0x1])
[ 0.046196] ACPI: LAPIC_NMI (acpi_id[0x5a] high edge lint[0x1])
[ 0.046196] ACPI: LAPIC_NMI (acpi_id[0x5b] high edge lint[0x1])
[ 0.046196] ACPI: LAPIC_NMI (acpi_id[0x5c] high edge lint[0x1])
[ 0.046197] ACPI: LAPIC_NMI (acpi_id[0x5d] high edge lint[0x1])
[ 0.046197] ACPI: LAPIC_NMI (acpi_id[0x5e] high edge lint[0x1])
[ 0.046197] ACPI: LAPIC_NMI (acpi_id[0x5f] high edge lint[0x1])
[ 0.046198] ACPI: LAPIC_NMI (acpi_id[0x60] high edge lint[0x1])
[ 0.046198] ACPI: LAPIC_NMI (acpi_id[0x61] high edge lint[0x1])
[ 0.046198] ACPI: LAPIC_NMI (acpi_id[0x62] high edge lint[0x1])
[ 0.046199] ACPI: LAPIC_NMI (acpi_id[0x63] high edge lint[0x1])
[ 0.046199] ACPI: LAPIC_NMI (acpi_id[0x64] high edge lint[0x1])
[ 0.046199] ACPI: LAPIC_NMI (acpi_id[0x65] high edge lint[0x1])
[ 0.046200] ACPI: LAPIC_NMI (acpi_id[0x66] high edge lint[0x1])
[ 0.046200] ACPI: LAPIC_NMI (acpi_id[0x67] high edge lint[0x1])
[ 0.046200] ACPI: LAPIC_NMI (acpi_id[0x68] high edge lint[0x1])
[ 0.046201] ACPI: LAPIC_NMI (acpi_id[0x69] high edge lint[0x1])
[ 0.046201] ACPI: LAPIC_NMI (acpi_id[0x6a] high edge lint[0x1])
[ 0.046201] ACPI: LAPIC_NMI (acpi_id[0x6b] high edge lint[0x1])
[ 0.046202] ACPI: LAPIC_NMI (acpi_id[0x6c] high edge lint[0x1])
[ 0.046202] ACPI: LAPIC_NMI (acpi_id[0x6d] high edge lint[0x1])
[ 0.046202] ACPI: LAPIC_NMI (acpi_id[0x6e] high edge lint[0x1])
[ 0.046203] ACPI: LAPIC_NMI (acpi_id[0x6f] high edge lint[0x1])
[ 0.046203] ACPI: LAPIC_NMI (acpi_id[0x70] high edge lint[0x1])
[ 0.046203] ACPI: LAPIC_NMI (acpi_id[0x71] high edge lint[0x1])
[ 0.046204] ACPI: LAPIC_NMI (acpi_id[0x72] high edge lint[0x1])
[ 0.046204] ACPI: LAPIC_NMI (acpi_id[0x73] high edge lint[0x1])
[ 0.046204] ACPI: LAPIC_NMI (acpi_id[0x74] high edge lint[0x1])
[ 0.046205] ACPI: LAPIC_NMI (acpi_id[0x75] high edge lint[0x1])
[ 0.046205] ACPI: LAPIC_NMI (acpi_id[0x76] high edge lint[0x1])
[ 0.046205] ACPI: LAPIC_NMI (acpi_id[0x77] high edge lint[0x1])
[ 0.046206] ACPI: LAPIC_NMI (acpi_id[0x78] high edge lint[0x1])
[ 0.046206] ACPI: LAPIC_NMI (acpi_id[0x79] high edge lint[0x1])
[ 0.046207] ACPI: LAPIC_NMI (acpi_id[0x7a] high edge lint[0x1])
[ 0.046207] ACPI: LAPIC_NMI (acpi_id[0x7b] high edge lint[0x1])
[ 0.046207] ACPI: LAPIC_NMI (acpi_id[0x7c] high edge lint[0x1])
[ 0.046208] ACPI: LAPIC_NMI (acpi_id[0x7d] high edge lint[0x1])
[ 0.046208] ACPI: LAPIC_NMI (acpi_id[0x7e] high edge lint[0x1])
[ 0.046208] ACPI: LAPIC_NMI (acpi_id[0x7f] high edge lint[0x1])
[ 0.046252] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.046254] ACPI: IRQ0 used by override.
[ 0.046254] ACPI: IRQ9 used by override.
[ 0.046257] Using ACPI (MADT) for SMP configuration information
[ 0.046259] ACPI: HPET id: 0x8086af01 base: 0xfed00000
[ 0.046274] smpboot: Allowing 128 CPUs, 124 hotplug CPUs
[ 0.046283] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.046284] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.046285] PM: Registered nosave memory: [mem 0x0cb06000-0x0cb06fff]
[ 0.046285] PM: Registered nosave memory: [mem 0x0cb07000-0x0cb07fff]
[ 0.046286] PM: Registered nosave memory: [mem 0x0cb08000-0x0cb08fff]
[ 0.046286] PM: Registered nosave memory: [mem 0x0cb0a000-0x0cb0afff]
[ 0.046287] PM: Registered nosave memory: [mem 0x0cb0b000-0x0cb0bfff]
[ 0.046288] PM: Registered nosave memory: [mem 0x0cb13000-0x0cb13fff]
[ 0.046288] PM: Registered nosave memory: [mem 0x0dd81000-0x0dd85fff]
[ 0.046289] PM: Registered nosave memory: [mem 0x0ef20000-0x0ef8ffff]
[ 0.046289] PM: Registered nosave memory: [mem 0x0ef90000-0x0efabfff]
[ 0.046290] PM: Registered nosave memory: [mem 0x0efac000-0x0efaffff]
[ 0.046291] [mem 0x80000000-0xffbfffff] available for PCI devices
[ 0.046292] Booting paravirtualized kernel on VMware hypervisor
[ 0.046294] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.126981] random: get_random_bytes called from start_kernel+0x8f/0x512 with crng_init=0
[ 0.126986] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:1
[ 0.135628] percpu: Embedded 45 pages/cpu s147456 r8192 d28672 u262144
[ 0.135638] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=12097152
[ 0.135639] pcpu-alloc: [0] 000 001 002 003 004 005 006 007
[ 0.135640] pcpu-alloc: [0] 008 009 010 011 012 013 014 015
[ 0.135661] pcpu-alloc: [0] 016 017 018 019 020 021 022 023
[ 0.135662] pcpu-alloc: [0] 024 025 026 027 028 029 030 031
[ 0.135664] pcpu-alloc: [0] 032 033 034 035 036 037 038 039
[ 0.135665] pcpu-alloc: [0] 040 041 042 043 044 045 046 047
[ 0.135666] pcpu-alloc: [0] 048 049 050 051 052 053 054 055
[ 0.135667] pcpu-alloc: [0] 056 057 058 059 060 061 062 063
[ 0.135668] pcpu-alloc: [0] 064 065 066 067 068 069 070 071
[ 0.135669] pcpu-alloc: [0] 072 073 074 075 076 077 078 079
[ 0.135670] pcpu-alloc: [0] 080 081 082 083 084 085 086 087
[ 0.135671] pcpu-alloc: [0] 088 089 090 091 092 093 094 095
[ 0.135672] pcpu-alloc: [0] 096 097 098 099 100 101 102 103
[ 0.135673] pcpu-alloc: [0] 104 105 106 107 108 109 110 111
[ 0.135674] pcpu-alloc: [0] 112 113 114 115 116 117 118 119
[ 0.135675] pcpu-alloc: [0] 120 121 122 123 124 125 126 127
[ 0.135719] Built 1 zonelists, mobility grouping on. Total pages: 515828
[ 0.135720] Policy zone: DMA32
[ 0.135721] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.1.7-300.fc30.x86_64 root=/dev/mapper/fedora-root ro resume=/dev/mapper/fedora-swap rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap rhgb quiet
[ 0.135804] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.135804] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[ 0.135805] printk: log_buf_len min size: 262144 bytes
[ 0.135928] printk: log_buf_len: 1048576 bytes
[ 0.135929] printk: early log buf free: 234992(89%)
[ 0.142996] Memory: 1931148K/2096168K available (12291K kernel code, 1536K rwdata, 4088K rodata, 2212K init, 4636K bss, 165020K reserved, 0K cma-reserved)
[ 0.143317] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
[ 0.143328] Kernel/User page tables isolation: enabled
[ 0.143430] ftrace: allocating 39297 entries in 154 pages
[ 0.157367] rcu: Hierarchical RCU implementation.
[ 0.157369] rcu: RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=128.
[ 0.157369] Tasks RCU enabled.
[ 0.157370] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.157370] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[ 0.159635] NR_IRQS: 65792, nr_irqs: 1448, preallocated irqs: 16
[ 0.160108] Console: colour dummy device 80x25
[ 0.160112] printk: console [tty0] enabled
[ 0.160153] ACPI: Core revision 20190215
[ 0.160686] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.160756] hpet clockevent registered
[ 0.160765] APIC: Switch to symmetric I/O mode setup
[ 0.161769] x2apic enabled
[ 0.162173] Switched APIC routing to physical x2apic.
[ 0.163743] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.163783] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e71785e5dd, max_idle_ns: 440795244814 ns
[ 0.163799] Calibrating delay loop (skipped) preset value.. 4224.00 BogoMIPS (lpj=2112000)
[ 0.163801] pid_max: default: 131072 minimum: 1024
[ 0.165522] LSM: Security Framework initializing
[ 0.165535] Yama: becoming mindful.
[ 0.165547] SELinux: Initializing.
[ 0.165576]
VALIDATE SELinux
[ 0.166347] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.166862] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.166887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.166894] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.167087]
VALIDATE proc
[ 0.167166]
VALIDATE cgroup1
[ 0.167166]
VALIDATE cgroup2
[ 0.167267] Disabled fast string operations
[ 0.167282] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.167282] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.167328] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.167329] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.167331] Spectre V2 : Mitigation: Full generic retpoline
[ 0.167331] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.167331] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.167339] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.167340] Speculative Store Bypass: Vulnerable
[ 0.167377] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.167578] Freeing SMP alternatives memory: 36K
[ 0.168455] TSC deadline timer enabled
[ 0.168504] smpboot: CPU0: Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[ 0.168639] Performance Events: Skylake events, core PMU driver.
[ 0.168673] core: CPUID marked event: 'cpu cycles' unavailable
[ 0.168674] core: CPUID marked event: 'instructions' unavailable
[ 0.168674] core: CPUID marked event: 'bus cycles' unavailable
[ 0.168674] core: CPUID marked event: 'cache references' unavailable
[ 0.168675] core: CPUID marked event: 'cache misses' unavailable
[ 0.168675] core: CPUID marked event: 'branch instructions' unavailable
[ 0.168675] core: CPUID marked event: 'branch misses' unavailable
[ 0.168678] ... version: 1
[ 0.168678] ... bit width: 48
[ 0.168678] ... generic registers: 4
[ 0.168679] ... value mask: 0000ffffffffffff
[ 0.168679] ... max period: 000000007fffffff
[ 0.168680] ... fixed-purpose events: 0
[ 0.168680] ... event mask: 000000000000000f
[ 0.168770] rcu: Hierarchical SRCU implementation.
[ 0.168784] random: crng done (trusting CPU's manufacturer)
[ 0.168784] NMI watchdog: Perf NMI watchdog permanently disabled
[ 0.169343] smp: Bringing up secondary CPUs ...
[ 0.169424] x86: Booting SMP configuration:
[ 0.169425] .... node #0, CPUs: #1
[ 0.002775] Disabled fast string operations
[ 0.170865] #2
[ 0.002775] Disabled fast string operations
[ 0.171995] #3
[ 0.002775] Disabled fast string operations
[ 0.173470] smp: Brought up 1 node, 4 CPUs
[ 0.173470] smpboot: Max logical packages: 32
[ 0.173470] smpboot: Total of 4 processors activated (16896.00 BogoMIPS)
[ 0.174162] devtmpfs: initialized
[ 0.174162] x86/mm: Memory block size: 128MB
[ 0.174829] PM: Registering ACPI NVS region [mem 0x00000000-0x00000fff] (4096 bytes)
[ 0.174830] PM: Registering ACPI NVS region [mem 0x0dd81000-0x0dd85fff] (20480 bytes)
[ 0.174830] PM: Registering ACPI NVS region [mem 0x0efac000-0x0efaffff] (16384 bytes)
[ 0.175004] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.175004] futex hash table entries: 32768 (order: 9, 2097152 bytes)
[ 0.175586] pinctrl core: initialized pinctrl subsystem
[ 0.175895] PM: RTC time: 02:15:43, date: 2019-06-13
[ 0.176351] NET: Registered protocol family 16
[ 0.176424] audit: initializing netlink subsys (disabled)
[ 0.176442] audit: type=2000 audit(1560392143.014:1): state=initialized audit_enabled=0 res=1
[ 0.176787] cpuidle: using governor menu
[ 0.178815] ACPI: bus type PCI registered
[ 0.178817] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.179746] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xe0000000-0xe7ffffff] (base 0xe0000000)
[ 0.179748] PCI: not using MMCONFIG
[ 0.179749] PCI: Using configuration type 1 for base access
[ 0.180969] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.180969] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.181959] cryptd: max_cpu_qlen set to 1000
[ 0.182911] ACPI: Added _OSI(Module Device)
[ 0.182912] ACPI: Added _OSI(Processor Device)
[ 0.182912] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.182913] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.182914] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.182914] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.182915] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.188418] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.190067] ACPI: BIOS _OSI(Darwin) query ignored
[ 0.201256] ACPI: Interpreter enabled
[ 0.201256] ACPI: (supports S0 S1 S4 S5)
[ 0.201256] ACPI: Using IOAPIC for interrupt routing
[ 0.201256] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xe0000000-0xe7ffffff] (base 0xe0000000)
[ 0.201774] PCI: MMCONFIG at [mem 0xe0000000-0xe7ffffff] reserved in ACPI motherboard resources
[ 0.201780] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.202242] ACPI: Enabled 4 GPEs in block 00 to 0F
[ 0.240018] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[ 0.240024] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.240199] acpi PNP0A03:00: _OSC: platform does not support [AER LTR]
[ 0.240427] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 0.242223] PCI host bridge to bus 0000:00
[ 0.242225] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.242226] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.242227] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.242227] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.242228] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.242228] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.242229] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.242229] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.242230] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.242231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.242231] pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff window]
[ 0.242232] pci_bus 0000:00: root bus resource [bus 00-7f]
[ 0.242282] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[ 0.243075] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[ 0.243650] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[ 0.244480] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[ 0.246643] pci 0000:00:07.1: reg 0x20: [io 0x2150-0x215f]
[ 0.247412] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.247413] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.247414] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.247414] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.247637] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[ 0.248065] pci 0000:00:07.3: quirk: [io 0x0440-0x047f] claimed by PIIX4 ACPI
[ 0.248404] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[ 0.248538] pci 0000:00:07.7: reg 0x10: [io 0x2100-0x213f]
[ 0.248622] pci 0000:00:07.7: reg 0x14: [mem 0xffb00000-0xffb01fff 64bit]
[ 0.249331] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[ 0.249789] pci 0000:00:0f.0: reg 0x10: [io 0x2140-0x214f]
[ 0.250784] pci 0000:00:0f.0: reg 0x14: [mem 0xf0000000-0xf7ffffff pref]
[ 0.250784] pci 0000:00:0f.0: reg 0x18: [mem 0xfb800000-0xfbffffff]
[ 0.250784] pci 0000:00:0f.0: reg 0x30: [mem 0xffff8000-0xffffffff pref]
[ 0.250784] pci 0000:00:0f.0: BAR 1: assigned to efifb
[ 0.250784] pci 0000:00:10.0: [1000:0030] type 00 class 0x010000
[ 0.250784] pci 0000:00:10.0: reg 0x10: [io 0x2000-0x20ff]
[ 0.250784] pci 0000:00:10.0: reg 0x14: [mem 0xfca00000-0xfca1ffff 64bit]
[ 0.250784] pci 0000:00:10.0: reg 0x1c: [mem 0xfca20000-0xfca3ffff 64bit]
[ 0.250784] pci 0000:00:10.0: reg 0x30: [mem 0xffffc000-0xffffffff pref]
[ 0.250784] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[ 0.250784] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[ 0.250784] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[ 0.257992] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[ 0.258771] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[ 0.258784] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[ 0.259873] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[ 0.260219] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[ 0.261000] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[ 0.261344] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[ 0.262167] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[ 0.262473] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[ 0.262784] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[ 0.262784] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[ 0.262784] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[ 0.262784] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[ 0.264525] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[ 0.264843] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[ 0.265636] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.265943] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[ 0.266729] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 0.267033] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[ 0.267784] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[ 0.268125] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[ 0.268864] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[ 0.269184] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[ 0.269926] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[ 0.270271] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[ 0.271053] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[ 0.271363] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[ 0.272145] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[ 0.272459] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[ 0.273237] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[ 0.273549] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[ 0.274316] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[ 0.274625] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[ 0.275408] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[ 0.275717] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[ 0.276499] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[ 0.276804] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[ 0.277581] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[ 0.277858] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[ 0.278646] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[ 0.278784] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[ 0.278784] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[ 0.278784] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[ 0.278784] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[ 0.280143] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[ 0.280923] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[ 0.281234] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[ 0.282053] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[ 0.282362] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[ 0.283179] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[ 0.283487] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[ 0.284265] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[ 0.284570] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[ 0.285364] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[ 0.285673] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[ 0.286457] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[ 0.286766] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[ 0.287519] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[ 0.287852] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[ 0.288608] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[ 0.288958] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[ 0.289717] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[ 0.290102] pci_bus 0000:01: extended config space not accessible
[ 0.290363] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.290538] pci_bus 0000:02: extended config space not accessible
[ 0.290663] acpiphp: Slot [32] registered
[ 0.290680] acpiphp: Slot [33] registered
[ 0.290697] acpiphp: Slot [34] registered
[ 0.290711] acpiphp: Slot [35] registered
[ 0.290729] acpiphp: Slot [36] registered
[ 0.290772] acpiphp: Slot [37] registered
[ 0.290784] acpiphp: Slot [38] registered
[ 0.290793] acpiphp: Slot [39] registered
[ 0.290808] acpiphp: Slot [40] registered
[ 0.290822] acpiphp: Slot [41] registered
[ 0.290836] acpiphp: Slot [42] registered
[ 0.290850] acpiphp: Slot [43] registered
[ 0.290864] acpiphp: Slot [44] registered
[ 0.290878] acpiphp: Slot [45] registered
[ 0.290892] acpiphp: Slot [46] registered
[ 0.290906] acpiphp: Slot [47] registered
[ 0.290923] acpiphp: Slot [48] registered
[ 0.290937] acpiphp: Slot [49] registered
[ 0.290951] acpiphp: Slot [50] registered
[ 0.290965] acpiphp: Slot [51] registered
[ 0.290988] acpiphp: Slot [52] registered
[ 0.291002] acpiphp: Slot [53] registered
[ 0.291016] acpiphp: Slot [54] registered
[ 0.291030] acpiphp: Slot [55] registered
[ 0.291044] acpiphp: Slot [56] registered
[ 0.291057] acpiphp: Slot [57] registered
[ 0.291071] acpiphp: Slot [58] registered
[ 0.291085] acpiphp: Slot [59] registered
[ 0.291102] acpiphp: Slot [60] registered
[ 0.291117] acpiphp: Slot [61] registered
[ 0.291131] acpiphp: Slot [62] registered
[ 0.291145] acpiphp: Slot [63] registered
[ 0.291204] pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300
[ 0.292732] pci 0000:02:00.0: reg 0x20: [io 0x1080-0x109f]
[ 0.292784] pci 0000:02:01.0: [8086:100f] type 00 class 0x020000
[ 0.293789] pci 0000:02:01.0: reg 0x10: [mem 0xfc000000-0xfc01ffff 64bit]
[ 0.294789] pci 0000:02:01.0: reg 0x18: [mem 0xfc020000-0xfc02ffff 64bit]
[ 0.295789] pci 0000:02:01.0: reg 0x20: [io 0x1040-0x107f]
[ 0.297789] pci 0000:02:01.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[ 0.298270] pci 0000:02:02.0: [1274:1371] type 00 class 0x040100
[ 0.298363] pci 0000:02:02.0: reg 0x10: [io 0x1000-0x103f]
[ 0.299166] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[ 0.299182] pci 0000:00:11.0: bridge window [io 0x1000-0x1fff]
[ 0.299199] pci 0000:00:11.0: bridge window [mem 0xfc000000-0xfc9fffff]
[ 0.299231] pci 0000:00:11.0: bridge window [mem 0xf8000000-0xf84fffff 64bit pref]
[ 0.299232] pci 0000:00:11.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.299232] pci 0000:00:11.0: bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
[ 0.299233] pci 0000:00:11.0: bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
[ 0.299233] pci 0000:00:11.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[ 0.299234] pci 0000:00:11.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[ 0.299234] pci 0000:00:11.0: bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[ 0.299235] pci 0000:00:11.0: bridge window [mem 0x000e8000-0x000ebfff window] (subtractive decode)
[ 0.299235] pci 0000:00:11.0: bridge window [mem 0x000ec000-0x000effff window] (subtractive decode)
[ 0.299236] pci 0000:00:11.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
[ 0.299236] pci 0000:00:11.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.299237] pci 0000:00:11.0: bridge window [io 0x0d00-0xfeff window] (subtractive decode)
[ 0.299486] pci 0000:00:15.0: PCI bridge to [bus 03]
[ 0.299518] pci 0000:00:15.0: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.299549] pci 0000:00:15.0: bridge window [mem 0xfa400000-0xfa4fffff 64bit pref]
[ 0.299787] pci 0000:00:15.1: PCI bridge to [bus 04]
[ 0.299820] pci 0000:00:15.1: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.299851] pci 0000:00:15.1: bridge window [mem 0xfa300000-0xfa3fffff 64bit pref]
[ 0.300085] pci 0000:00:15.2: PCI bridge to [bus 05]
[ 0.300117] pci 0000:00:15.2: bridge window [mem 0xfe800000-0xfe8fffff]
[ 0.300149] pci 0000:00:15.2: bridge window [mem 0xfa200000-0xfa2fffff 64bit pref]
[ 0.300380] pci 0000:00:15.3: PCI bridge to [bus 06]
[ 0.300412] pci 0000:00:15.3: bridge window [mem 0xfe700000-0xfe7fffff]
[ 0.300446] pci 0000:00:15.3: bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
[ 0.300684] pci 0000:00:15.4: PCI bridge to [bus 07]
[ 0.300716] pci 0000:00:15.4: bridge window [mem 0xfe600000-0xfe6fffff]
[ 0.300747] pci 0000:00:15.4: bridge window [mem 0xfa000000-0xfa0fffff 64bit pref]
[ 0.300980] pci 0000:00:15.5: PCI bridge to [bus 08]
[ 0.301012] pci 0000:00:15.5: bridge window [mem 0xfe500000-0xfe5fffff]
[ 0.301044] pci 0000:00:15.5: bridge window [mem 0xf9f00000-0xf9ffffff 64bit pref]
[ 0.301278] pci 0000:00:15.6: PCI bridge to [bus 09]
[ 0.301309] pci 0000:00:15.6: bridge window [mem 0xfe400000-0xfe4fffff]
[ 0.301341] pci 0000:00:15.6: bridge window [mem 0xf9e00000-0xf9efffff 64bit pref]
[ 0.301617] pci 0000:00:15.7: PCI bridge to [bus 0a]
[ 0.301649] pci 0000:00:15.7: bridge window [mem 0xfe300000-0xfe3fffff]
[ 0.301681] pci 0000:00:15.7: bridge window [mem 0xf9d00000-0xf9dfffff 64bit pref]
[ 0.301920] pci 0000:00:16.0: PCI bridge to [bus 0b]
[ 0.301952] pci 0000:00:16.0: bridge window [mem 0xfe200000-0xfe2fffff]
[ 0.301984] pci 0000:00:16.0: bridge window [mem 0xf9c00000-0xf9cfffff 64bit pref]
[ 0.302217] pci 0000:00:16.1: PCI bridge to [bus 0c]
[ 0.302249] pci 0000:00:16.1: bridge window [mem 0xfe100000-0xfe1fffff]
[ 0.302280] pci 0000:00:16.1: bridge window [mem 0xf9b00000-0xf9bfffff 64bit pref]
[ 0.302546] pci 0000:00:16.2: PCI bridge to [bus 0d]
[ 0.302578] pci 0000:00:16.2: bridge window [mem 0xfe000000-0xfe0fffff]
[ 0.302610] pci 0000:00:16.2: bridge window [mem 0xf9a00000-0xf9afffff 64bit pref]
[ 0.302844] pci 0000:00:16.3: PCI bridge to [bus 0e]
[ 0.302875] pci 0000:00:16.3: bridge window [mem 0xfdf00000-0xfdffffff]
[ 0.302907] pci 0000:00:16.3: bridge window [mem 0xf9900000-0xf99fffff 64bit pref]
[ 0.303145] pci 0000:00:16.4: PCI bridge to [bus 0f]
[ 0.303177] pci 0000:00:16.4: bridge window [mem 0xfde00000-0xfdefffff]
[ 0.303209] pci 0000:00:16.4: bridge window [mem 0xf9800000-0xf98fffff 64bit pref]
[ 0.303483] pci 0000:00:16.5: PCI bridge to [bus 10]
[ 0.303515] pci 0000:00:16.5: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.303546] pci 0000:00:16.5: bridge window [mem 0xf9700000-0xf97fffff 64bit pref]
[ 0.303784] pci 0000:00:16.6: PCI bridge to [bus 11]
[ 0.303810] pci 0000:00:16.6: bridge window [mem 0xfdc00000-0xfdcfffff]
[ 0.303842] pci 0000:00:16.6: bridge window [mem 0xf9600000-0xf96fffff 64bit pref]
[ 0.304075] pci 0000:00:16.7: PCI bridge to [bus 12]
[ 0.304107] pci 0000:00:16.7: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.304139] pci 0000:00:16.7: bridge window [mem 0xf9500000-0xf95fffff 64bit pref]
[ 0.304381] pci 0000:00:17.0: PCI bridge to [bus 13]
[ 0.304439] pci 0000:00:17.0: bridge window [mem 0xfda00000-0xfdafffff]
[ 0.304485] pci 0000:00:17.0: bridge window [mem 0xf9400000-0xf94fffff 64bit pref]
[ 0.304722] pci 0000:00:17.1: PCI bridge to [bus 14]
[ 0.304754] pci 0000:00:17.1: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.304784] pci 0000:00:17.1: bridge window [mem 0xf9300000-0xf93fffff 64bit pref]
[ 0.305012] pci 0000:00:17.2: PCI bridge to [bus 15]
[ 0.305043] pci 0000:00:17.2: bridge window [mem 0xfd800000-0xfd8fffff]
[ 0.305075] pci 0000:00:17.2: bridge window [mem 0xf9200000-0xf92fffff 64bit pref]
[ 0.305311] pci 0000:00:17.3: PCI bridge to [bus 16]
[ 0.305343] pci 0000:00:17.3: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.305375] pci 0000:00:17.3: bridge window [mem 0xf9100000-0xf91fffff 64bit pref]
[ 0.305616] pci 0000:00:17.4: PCI bridge to [bus 17]
[ 0.305648] pci 0000:00:17.4: bridge window [mem 0xfd600000-0xfd6fffff]
[ 0.305680] pci 0000:00:17.4: bridge window [mem 0xf9000000-0xf90fffff 64bit pref]
[ 0.305909] pci 0000:00:17.5: PCI bridge to [bus 18]
[ 0.305941] pci 0000:00:17.5: bridge window [mem 0xfd500000-0xfd5fffff]
[ 0.305973] pci 0000:00:17.5: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[ 0.306206] pci 0000:00:17.6: PCI bridge to [bus 19]
[ 0.306237] pci 0000:00:17.6: bridge window [mem 0xfd400000-0xfd4fffff]
[ 0.306269] pci 0000:00:17.6: bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[ 0.306544] pci 0000:00:17.7: PCI bridge to [bus 1a]
[ 0.306576] pci 0000:00:17.7: bridge window [mem 0xfd300000-0xfd3fffff]
[ 0.306608] pci 0000:00:17.7: bridge window [mem 0xf8d00000-0xf8dfffff 64bit pref]
[ 0.306848] pci 0000:00:18.0: PCI bridge to [bus 1b]
[ 0.306880] pci 0000:00:18.0: bridge window [mem 0xfd200000-0xfd2fffff]
[ 0.306912] pci 0000:00:18.0: bridge window [mem 0xf8c00000-0xf8cfffff 64bit pref]
[ 0.307148] pci 0000:00:18.1: PCI bridge to [bus 1c]
[ 0.307179] pci 0000:00:18.1: bridge window [mem 0xfd100000-0xfd1fffff]
[ 0.307211] pci 0000:00:18.1: bridge window [mem 0xf8b00000-0xf8bfffff 64bit pref]
[ 0.307484] pci 0000:00:18.2: PCI bridge to [bus 1d]
[ 0.307516] pci 0000:00:18.2: bridge window [mem 0xfd000000-0xfd0fffff]
[ 0.307548] pci 0000:00:18.2: bridge window [mem 0xf8a00000-0xf8afffff 64bit pref]
[ 0.307783] pci 0000:00:18.3: PCI bridge to [bus 1e]
[ 0.307810] pci 0000:00:18.3: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.307842] pci 0000:00:18.3: bridge window [mem 0xf8900000-0xf89fffff 64bit pref]
[ 0.308076] pci 0000:00:18.4: PCI bridge to [bus 1f]
[ 0.308108] pci 0000:00:18.4: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.308140] pci 0000:00:18.4: bridge window [mem 0xf8800000-0xf88fffff 64bit pref]
[ 0.308378] pci 0000:00:18.5: PCI bridge to [bus 20]
[ 0.308435] pci 0000:00:18.5: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.308480] pci 0000:00:18.5: bridge window [mem 0xf8700000-0xf87fffff 64bit pref]
[ 0.308718] pci 0000:00:18.6: PCI bridge to [bus 21]
[ 0.308751] pci 0000:00:18.6: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.308782] pci 0000:00:18.6: bridge window [mem 0xf8600000-0xf86fffff 64bit pref]
[ 0.309012] pci 0000:00:18.7: PCI bridge to [bus 22]
[ 0.309044] pci 0000:00:18.7: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.309076] pci 0000:00:18.7: bridge window [mem 0xf8500000-0xf85fffff 64bit pref]
[ 0.310584] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[ 0.310642] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[ 0.310696] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[ 0.310750] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[ 0.318821] pci 0000:00:0f.0: vgaarb: setting as boot VGA device
[ 0.318821] pci 0000:00:0f.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.318821] pci 0000:00:0f.0: vgaarb: bridge control possible
[ 0.318821] vgaarb: loaded
[ 0.318887] SCSI subsystem initialized
[ 0.318906] libata version 3.00 loaded.
[ 0.318906] ACPI: bus type USB registered
[ 0.318906] usbcore: registered new interface driver usbfs
[ 0.318906] usbcore: registered new interface driver hub
[ 0.319788] usbcore: registered new device driver usb
[ 0.319788] pps_core: LinuxPPS API ver. 1 registered
[ 0.319788] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.319788] PTP clock support registered
[ 0.319889] EDAC MC: Ver: 3.0.0
[ 0.321029] Registered efivars operations
[ 0.323880] PCI: Using ACPI for IRQ routing
[ 0.345467] PCI: pci_cache_line_size set to 64 bytes
[ 0.346187] e820: reserve RAM buffer [mem 0x0cb06018-0x0fffffff]
[ 0.346189] e820: reserve RAM buffer [mem 0x0cb08018-0x0fffffff]
[ 0.346189] e820: reserve RAM buffer [mem 0x0cb0b018-0x0fffffff]
[ 0.346190] e820: reserve RAM buffer [mem 0x0dd81000-0x0fffffff]
[ 0.346190] e820: reserve RAM buffer [mem 0x0ef20000-0x0fffffff]
[ 0.346331] NetLabel: Initializing
[ 0.346331] NetLabel: domain hash size = 128
[ 0.346332] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.346338] NetLabel: unlabeled traffic allowed by default
[ 0.346958] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[ 0.346961] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[ 0.348872] clocksource: Switched to clocksource tsc-early
[ 0.359800] VFS: Disk quotas dquot_6.6.0
[ 0.359828] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.359846]
VALIDATE hugetlbfs *
[ 0.359889] pnp: PnP ACPI init
[ 0.360035] system 00:00: [io 0x0440-0x047f] has been reserved
[ 0.360036] system 00:00: [io 0x5658-0x5659] has been reserved
[ 0.360037] system 00:00: [io 0x5670] has been reserved
[ 0.360037] system 00:00: [io 0x0cf0-0x0cf1] has been reserved
[ 0.360040] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.360055] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.360066] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.360077] pnp 00:03: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active)
[ 0.360289] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.360291] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.361402] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.361706] system 00:06: [io 0x0400-0x041f] has been reserved
[ 0.361707] system 00:06: [mem 0xe0000000-0xe7ffffff] has been reserved
[ 0.361708] system 00:06: [mem 0xffc00000-0xffdfffff] could not be reserved
[ 0.361710] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.366458] pnp: PnP ACPI: found 7 devices
[ 0.374483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.374513] pci 0000:00:15.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 0.374514] pci 0000:00:15.1: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.374515] pci 0000:00:15.2: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
[ 0.374516] pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
[ 0.374517] pci 0000:00:15.4: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
[ 0.374517] pci 0000:00:15.5: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
[ 0.374518] pci 0000:00:15.6: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000
[ 0.374519] pci 0000:00:15.7: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000
[ 0.374520] pci 0000:00:16.0: bridge window [io 0x1000-0x0fff] to [bus 0b] add_size 1000
[ 0.374521] pci 0000:00:16.1: bridge window [io 0x1000-0x0fff] to [bus 0c] add_size 1000
[ 0.374521] pci 0000:00:16.2: bridge window [io 0x1000-0x0fff] to [bus 0d] add_size 1000
[ 0.374522] pci 0000:00:16.3: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000
[ 0.374523] pci 0000:00:16.4: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000
[ 0.374523] pci 0000:00:16.5: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000
[ 0.374524] pci 0000:00:16.6: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
[ 0.374525] pci 0000:00:16.7: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
[ 0.374526] pci 0000:00:17.0: bridge window [io 0x1000-0x0fff] to [bus 13] add_size 1000
[ 0.374527] pci 0000:00:17.1: bridge window [io 0x1000-0x0fff] to [bus 14] add_size 1000
[ 0.374527] pci 0000:00:17.2: bridge window [io 0x1000-0x0fff] to [bus 15] add_size 1000
[ 0.374528] pci 0000:00:17.3: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000
[ 0.374529] pci 0000:00:17.4: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000
[ 0.374529] pci 0000:00:17.5: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000
[ 0.374530] pci 0000:00:17.6: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000
[ 0.374531] pci 0000:00:17.7: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000
[ 0.374531] pci 0000:00:18.0: bridge window [io 0x1000-0x0fff] to [bus 1b] add_size 1000
[ 0.374532] pci 0000:00:18.1: bridge window [io 0x1000-0x0fff] to [bus 1c] add_size 1000
[ 0.374532] pci 0000:00:18.2: bridge window [io 0x1000-0x0fff] to [bus 1d] add_size 1000
[ 0.374533] pci 0000:00:18.3: bridge window [io 0x1000-0x0fff] to [bus 1e] add_size 1000
[ 0.374534] pci 0000:00:18.4: bridge window [io 0x1000-0x0fff] to [bus 1f] add_size 1000
[ 0.374534] pci 0000:00:18.5: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000
[ 0.374535] pci 0000:00:18.6: bridge window [io 0x1000-0x0fff] to [bus 21] add_size 1000
[ 0.374536] pci 0000:00:18.7: bridge window [io 0x1000-0x0fff] to [bus 22] add_size 1000
[ 0.374550] pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref]
[ 0.374552] pci 0000:00:10.0: BAR 6: assigned [mem 0xc0008000-0xc000bfff pref]
[ 0.374555] pci 0000:00:07.7: BAR 1: assigned [mem 0xc000c000-0xc000dfff 64bit]
[ 0.374633] pci 0000:00:15.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.374634] pci 0000:00:15.1: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.374636] pci 0000:00:15.2: BAR 13: assigned [io 0x6000-0x6fff]
[ 0.374637] pci 0000:00:15.3: BAR 13: assigned [io 0x7000-0x7fff]
[ 0.374638] pci 0000:00:15.4: BAR 13: assigned [io 0x8000-0x8fff]
[ 0.374639] pci 0000:00:15.5: BAR 13: assigned [io 0x9000-0x9fff]
[ 0.374640] pci 0000:00:15.6: BAR 13: assigned [io 0xa000-0xafff]
[ 0.374641] pci 0000:00:15.7: BAR 13: assigned [io 0xb000-0xbfff]
[ 0.374642] pci 0000:00:16.0: BAR 13: assigned [io 0xc000-0xcfff]
[ 0.374644] pci 0000:00:16.1: BAR 13: assigned [io 0xd000-0xdfff]
[ 0.374645] pci 0000:00:16.2: BAR 13: assigned [io 0xe000-0xefff]
[ 0.374646] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
[ 0.374647] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
[ 0.374648] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
[ 0.374649] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
[ 0.374650] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
[ 0.374650] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
[ 0.374651] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
[ 0.374652] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
[ 0.374653] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
[ 0.374653] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
[ 0.374654] pci 0000:00:17.0: BAR 13: no space for [io size 0x1000]
[ 0.374655] pci 0000:00:17.0: BAR 13: failed to assign [io size 0x1000]
[ 0.374656] pci 0000:00:17.1: BAR 13: no space for [io size 0x1000]
[ 0.374656] pci 0000:00:17.1: BAR 13: failed to assign [io size 0x1000]
[ 0.374657] pci 0000:00:17.2: BAR 13: no space for [io size 0x1000]
[ 0.374658] pci 0000:00:17.2: BAR 13: failed to assign [io size 0x1000]
[ 0.374659] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
[ 0.374660] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
[ 0.374661] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
[ 0.374661] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 0.374662] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
[ 0.374663] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
[ 0.374664] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
[ 0.374664] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
[ 0.374665] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
[ 0.374666] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
[ 0.374667] pci 0000:00:18.0: BAR 13: no space for [io size 0x1000]
[ 0.374667] pci 0000:00:18.0: BAR 13: failed to assign [io size 0x1000]
[ 0.374668] pci 0000:00:18.1: BAR 13: no space for [io size 0x1000]
[ 0.374669] pci 0000:00:18.1: BAR 13: failed to assign [io size 0x1000]
[ 0.374670] pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
[ 0.374670] pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
[ 0.374672] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
[ 0.374672] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
[ 0.374676] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
[ 0.374676] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
[ 0.374677] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
[ 0.374678] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
[ 0.374679] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
[ 0.374679] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
[ 0.374680] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
[ 0.374681] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
[ 0.374685] pci 0000:00:18.7: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.374686] pci 0000:00:18.6: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.374687] pci 0000:00:18.5: BAR 13: assigned [io 0x6000-0x6fff]
[ 0.374688] pci 0000:00:18.4: BAR 13: assigned [io 0x7000-0x7fff]
[ 0.374689] pci 0000:00:18.3: BAR 13: assigned [io 0x8000-0x8fff]
[ 0.374691] pci 0000:00:18.2: BAR 13: assigned [io 0x9000-0x9fff]
[ 0.374692] pci 0000:00:18.1: BAR 13: assigned [io 0xa000-0xafff]
[ 0.374693] pci 0000:00:18.0: BAR 13: assigned [io 0xb000-0xbfff]
[ 0.374694] pci 0000:00:17.7: BAR 13: assigned [io 0xc000-0xcfff]
[ 0.374695] pci 0000:00:17.6: BAR 13: assigned [io 0xd000-0xdfff]
[ 0.374696] pci 0000:00:17.5: BAR 13: assigned [io 0xe000-0xefff]
[ 0.374698] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
[ 0.374698] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 0.374699] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
[ 0.374700] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
[ 0.374701] pci 0000:00:17.2: BAR 13: no space for [io size 0x1000]
[ 0.374701] pci 0000:00:17.2: BAR 13: failed to assign [io size 0x1000]
[ 0.374702] pci 0000:00:17.1: BAR 13: no space for [io size 0x1000]
[ 0.374703] pci 0000:00:17.1: BAR 13: failed to assign [io size 0x1000]
[ 0.374704] pci 0000:00:17.0: BAR 13: no space for [io size 0x1000]
[ 0.374704] pci 0000:00:17.0: BAR 13: failed to assign [io size 0x1000]
[ 0.374706] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
[ 0.374706] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
[ 0.374707] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
[ 0.374708] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
[ 0.374709] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
[ 0.374709] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
[ 0.374710] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
[ 0.374711] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
[ 0.374712] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
[ 0.374712] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
[ 0.374714] pci 0000:00:16.2: BAR 13: no space for [io size 0x1000]
[ 0.374714] pci 0000:00:16.2: BAR 13: failed to assign [io size 0x1000]
[ 0.374715] pci 0000:00:16.1: BAR 13: no space for [io size 0x1000]
[ 0.374716] pci 0000:00:16.1: BAR 13: failed to assign [io size 0x1000]
[ 0.374717] pci 0000:00:16.0: BAR 13: no space for [io size 0x1000]
[ 0.374717] pci 0000:00:16.0: BAR 13: failed to assign [io size 0x1000]
[ 0.374718] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
[ 0.374719] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
[ 0.374720] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
[ 0.374720] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
[ 0.374721] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
[ 0.374722] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
[ 0.374723] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
[ 0.374723] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
[ 0.374725] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
[ 0.374725] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
[ 0.374726] pci 0000:00:15.2: BAR 13: no space for [io size 0x1000]
[ 0.374727] pci 0000:00:15.2: BAR 13: failed to assign [io size 0x1000]
[ 0.374728] pci 0000:00:15.1: BAR 13: no space for [io size 0x1000]
[ 0.374728] pci 0000:00:15.1: BAR 13: failed to assign [io size 0x1000]
[ 0.374729] pci 0000:00:15.0: BAR 13: no space for [io size 0x1000]
[ 0.374730] pci 0000:00:15.0: BAR 13: failed to assign [io size 0x1000]
[ 0.374732] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.374827] pci 0000:02:01.0: BAR 6: assigned [mem 0xfc030000-0xfc03ffff pref]
[ 0.374828] pci 0000:00:11.0: PCI bridge to [bus 02]
[ 0.374839] pci 0000:00:11.0: bridge window [io 0x1000-0x1fff]
[ 0.374865] pci 0000:00:11.0: bridge window [mem 0xfc000000-0xfc9fffff]
[ 0.374883] pci 0000:00:11.0: bridge window [mem 0xf8000000-0xf84fffff 64bit pref]
[ 0.374917] pci 0000:00:15.0: PCI bridge to [bus 03]
[ 0.374943] pci 0000:00:15.0: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.374960] pci 0000:00:15.0: bridge window [mem 0xfa400000-0xfa4fffff 64bit pref]
[ 0.374994] pci 0000:00:15.1: PCI bridge to [bus 04]
[ 0.375022] pci 0000:00:15.1: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.375039] pci 0000:00:15.1: bridge window [mem 0xfa300000-0xfa3fffff 64bit pref]
[ 0.375073] pci 0000:00:15.2: PCI bridge to [bus 05]
[ 0.375099] pci 0000:00:15.2: bridge window [mem 0xfe800000-0xfe8fffff]
[ 0.375116] pci 0000:00:15.2: bridge window [mem 0xfa200000-0xfa2fffff 64bit pref]
[ 0.375152] pci 0000:00:15.3: PCI bridge to [bus 06]
[ 0.375182] pci 0000:00:15.3: bridge window [mem 0xfe700000-0xfe7fffff]
[ 0.375205] pci 0000:00:15.3: bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
[ 0.375238] pci 0000:00:15.4: PCI bridge to [bus 07]
[ 0.375264] pci 0000:00:15.4: bridge window [mem 0xfe600000-0xfe6fffff]
[ 0.375281] pci 0000:00:15.4: bridge window [mem 0xfa000000-0xfa0fffff 64bit pref]
[ 0.375315] pci 0000:00:15.5: PCI bridge to [bus 08]
[ 0.375341] pci 0000:00:15.5: bridge window [mem 0xfe500000-0xfe5fffff]
[ 0.375358] pci 0000:00:15.5: bridge window [mem 0xf9f00000-0xf9ffffff 64bit pref]
[ 0.375392] pci 0000:00:15.6: PCI bridge to [bus 09]
[ 0.375418] pci 0000:00:15.6: bridge window [mem 0xfe400000-0xfe4fffff]
[ 0.375448] pci 0000:00:15.6: bridge window [mem 0xf9e00000-0xf9efffff 64bit pref]
[ 0.375480] pci 0000:00:15.7: PCI bridge to [bus 0a]
[ 0.375505] pci 0000:00:15.7: bridge window [mem 0xfe300000-0xfe3fffff]
[ 0.375522] pci 0000:00:15.7: bridge window [mem 0xf9d00000-0xf9dfffff 64bit pref]
[ 0.375555] pci 0000:00:16.0: PCI bridge to [bus 0b]
[ 0.375580] pci 0000:00:16.0: bridge window [mem 0xfe200000-0xfe2fffff]
[ 0.375597] pci 0000:00:16.0: bridge window [mem 0xf9c00000-0xf9cfffff 64bit pref]
[ 0.375630] pci 0000:00:16.1: PCI bridge to [bus 0c]
[ 0.375655] pci 0000:00:16.1: bridge window [mem 0xfe100000-0xfe1fffff]
[ 0.375672] pci 0000:00:16.1: bridge window [mem 0xf9b00000-0xf9bfffff 64bit pref]
[ 0.375704] pci 0000:00:16.2: PCI bridge to [bus 0d]
[ 0.375729] pci 0000:00:16.2: bridge window [mem 0xfe000000-0xfe0fffff]
[ 0.375746] pci 0000:00:16.2: bridge window [mem 0xf9a00000-0xf9afffff 64bit pref]
[ 0.375779] pci 0000:00:16.3: PCI bridge to [bus 0e]
[ 0.375809] pci 0000:00:16.3: bridge window [mem 0xfdf00000-0xfdffffff]
[ 0.375826] pci 0000:00:16.3: bridge window [mem 0xf9900000-0xf99fffff 64bit pref]
[ 0.375859] pci 0000:00:16.4: PCI bridge to [bus 0f]
[ 0.375884] pci 0000:00:16.4: bridge window [mem 0xfde00000-0xfdefffff]
[ 0.375901] pci 0000:00:16.4: bridge window [mem 0xf9800000-0xf98fffff 64bit pref]
[ 0.375934] pci 0000:00:16.5: PCI bridge to [bus 10]
[ 0.375959] pci 0000:00:16.5: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.375979] pci 0000:00:16.5: bridge window [mem 0xf9700000-0xf97fffff 64bit pref]
[ 0.376011] pci 0000:00:16.6: PCI bridge to [bus 11]
[ 0.376036] pci 0000:00:16.6: bridge window [mem 0xfdc00000-0xfdcfffff]
[ 0.376053] pci 0000:00:16.6: bridge window [mem 0xf9600000-0xf96fffff 64bit pref]
[ 0.376086] pci 0000:00:16.7: PCI bridge to [bus 12]
[ 0.376111] pci 0000:00:16.7: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.376128] pci 0000:00:16.7: bridge window [mem 0xf9500000-0xf95fffff 64bit pref]
[ 0.376161] pci 0000:00:17.0: PCI bridge to [bus 13]
[ 0.376200] pci 0000:00:17.0: bridge window [mem 0xfda00000-0xfdafffff]
[ 0.376217] pci 0000:00:17.0: bridge window [mem 0xf9400000-0xf94fffff 64bit pref]
[ 0.376250] pci 0000:00:17.1: PCI bridge to [bus 14]
[ 0.376275] pci 0000:00:17.1: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.376292] pci 0000:00:17.1: bridge window [mem 0xf9300000-0xf93fffff 64bit pref]
[ 0.376325] pci 0000:00:17.2: PCI bridge to [bus 15]
[ 0.376350] pci 0000:00:17.2: bridge window [mem 0xfd800000-0xfd8fffff]
[ 0.376367] pci 0000:00:17.2: bridge window [mem 0xf9200000-0xf92fffff 64bit pref]
[ 0.376412] pci 0000:00:17.3: PCI bridge to [bus 16]
[ 0.376436] pci 0000:00:17.3: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.376453] pci 0000:00:17.3: bridge window [mem 0xf9100000-0xf91fffff 64bit pref]
[ 0.376485] pci 0000:00:17.4: PCI bridge to [bus 17]
[ 0.376509] pci 0000:00:17.4: bridge window [mem 0xfd600000-0xfd6fffff]
[ 0.376526] pci 0000:00:17.4: bridge window [mem 0xf9000000-0xf90fffff 64bit pref]
[ 0.376558] pci 0000:00:17.5: PCI bridge to [bus 18]
[ 0.376567] pci 0000:00:17.5: bridge window [io 0xe000-0xefff]
[ 0.376591] pci 0000:00:17.5: bridge window [mem 0xfd500000-0xfd5fffff]
[ 0.376608] pci 0000:00:17.5: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[ 0.376640] pci 0000:00:17.6: PCI bridge to [bus 19]
[ 0.376649] pci 0000:00:17.6: bridge window [io 0xd000-0xdfff]
[ 0.376673] pci 0000:00:17.6: bridge window [mem 0xfd400000-0xfd4fffff]
[ 0.376690] pci 0000:00:17.6: bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[ 0.376721] pci 0000:00:17.7: PCI bridge to [bus 1a]
[ 0.376730] pci 0000:00:17.7: bridge window [io 0xc000-0xcfff]
[ 0.376755] pci 0000:00:17.7: bridge window [mem 0xfd300000-0xfd3fffff]
[ 0.376771] pci 0000:00:17.7: bridge window [mem 0xf8d00000-0xf8dfffff 64bit pref]
[ 0.376808] pci 0000:00:18.0: PCI bridge to [bus 1b]
[ 0.376817] pci 0000:00:18.0: bridge window [io 0xb000-0xbfff]
[ 0.376841] pci 0000:00:18.0: bridge window [mem 0xfd200000-0xfd2fffff]
[ 0.376878] pci 0000:00:18.0: bridge window [mem 0xf8c00000-0xf8cfffff 64bit pref]
[ 0.376911] pci 0000:00:18.1: PCI bridge to [bus 1c]
[ 0.376920] pci 0000:00:18.1: bridge window [io 0xa000-0xafff]
[ 0.376957] pci 0000:00:18.1: bridge window [mem 0xfd100000-0xfd1fffff]
[ 0.376974] pci 0000:00:18.1: bridge window [mem 0xf8b00000-0xf8bfffff 64bit pref]
[ 0.377006] pci 0000:00:18.2: PCI bridge to [bus 1d]
[ 0.377014] pci 0000:00:18.2: bridge window [io 0x9000-0x9fff]
[ 0.377039] pci 0000:00:18.2: bridge window [mem 0xfd000000-0xfd0fffff]
[ 0.377055] pci 0000:00:18.2: bridge window [mem 0xf8a00000-0xf8afffff 64bit pref]
[ 0.377090] pci 0000:00:18.3: PCI bridge to [bus 1e]
[ 0.377099] pci 0000:00:18.3: bridge window [io 0x8000-0x8fff]
[ 0.377124] pci 0000:00:18.3: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.377140] pci 0000:00:18.3: bridge window [mem 0xf8900000-0xf89fffff 64bit pref]
[ 0.377199] pci 0000:00:18.4: PCI bridge to [bus 1f]
[ 0.377209] pci 0000:00:18.4: bridge window [io 0x7000-0x7fff]
[ 0.377246] pci 0000:00:18.4: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.377263] pci 0000:00:18.4: bridge window [mem 0xf8800000-0xf88fffff 64bit pref]
[ 0.377295] pci 0000:00:18.5: PCI bridge to [bus 20]
[ 0.377304] pci 0000:00:18.5: bridge window [io 0x6000-0x6fff]
[ 0.377328] pci 0000:00:18.5: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.377344] pci 0000:00:18.5: bridge window [mem 0xf8700000-0xf87fffff 64bit pref]
[ 0.377376] pci 0000:00:18.6: PCI bridge to [bus 21]
[ 0.377386] pci 0000:00:18.6: bridge window [io 0x4000-0x4fff]
[ 0.377410] pci 0000:00:18.6: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.377426] pci 0000:00:18.6: bridge window [mem 0xf8600000-0xf86fffff 64bit pref]
[ 0.377458] pci 0000:00:18.7: PCI bridge to [bus 22]
[ 0.377467] pci 0000:00:18.7: bridge window [io 0x3000-0x3fff]
[ 0.377491] pci 0000:00:18.7: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.377508] pci 0000:00:18.7: bridge window [mem 0xf8500000-0xf85fffff 64bit pref]
[ 0.377540] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[ 0.377541] pci_bus 0000:00: resource 5 [mem 0x000c4000-0x000c7fff window]
[ 0.377541] pci_bus 0000:00: resource 6 [mem 0x000c8000-0x000cbfff window]
[ 0.377542] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.377542] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.377543] pci_bus 0000:00: resource 9 [mem 0x000e4000-0x000e7fff window]
[ 0.377543] pci_bus 0000:00: resource 10 [mem 0x000e8000-0x000ebfff window]
[ 0.377544] pci_bus 0000:00: resource 11 [mem 0x000ec000-0x000effff window]
[ 0.377544] pci_bus 0000:00: resource 12 [mem 0xc0000000-0xfebfffff window]
[ 0.377545] pci_bus 0000:00: resource 13 [io 0x0000-0x0cf7 window]
[ 0.377545] pci_bus 0000:00: resource 14 [io 0x0d00-0xfeff window]
[ 0.377546] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
[ 0.377547] pci_bus 0000:02: resource 1 [mem 0xfc000000-0xfc9fffff]
[ 0.377547] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf84fffff 64bit pref]
[ 0.377548] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
[ 0.377548] pci_bus 0000:02: resource 5 [mem 0x000c4000-0x000c7fff window]
[ 0.377549] pci_bus 0000:02: resource 6 [mem 0x000c8000-0x000cbfff window]
[ 0.377549] pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.377550] pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.377550] pci_bus 0000:02: resource 9 [mem 0x000e4000-0x000e7fff window]
[ 0.377551] pci_bus 0000:02: resource 10 [mem 0x000e8000-0x000ebfff window]
[ 0.377551] pci_bus 0000:02: resource 11 [mem 0x000ec000-0x000effff window]
[ 0.377552] pci_bus 0000:02: resource 12 [mem 0xc0000000-0xfebfffff window]
[ 0.377552] pci_bus 0000:02: resource 13 [io 0x0000-0x0cf7 window]
[ 0.377553] pci_bus 0000:02: resource 14 [io 0x0d00-0xfeff window]
[ 0.377553] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[ 0.377554] pci_bus 0000:03: resource 2 [mem 0xfa400000-0xfa4fffff 64bit pref]
[ 0.377554] pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
[ 0.377555] pci_bus 0000:04: resource 2 [mem 0xfa300000-0xfa3fffff 64bit pref]
[ 0.377556] pci_bus 0000:05: resource 1 [mem 0xfe800000-0xfe8fffff]
[ 0.377556] pci_bus 0000:05: resource 2 [mem 0xfa200000-0xfa2fffff 64bit pref]
[ 0.377557] pci_bus 0000:06: resource 1 [mem 0xfe700000-0xfe7fffff]
[ 0.377557] pci_bus 0000:06: resource 2 [mem 0xfa100000-0xfa1fffff 64bit pref]
[ 0.377558] pci_bus 0000:07: resource 1 [mem 0xfe600000-0xfe6fffff]
[ 0.377558] pci_bus 0000:07: resource 2 [mem 0xfa000000-0xfa0fffff 64bit pref]
[ 0.377559] pci_bus 0000:08: resource 1 [mem 0xfe500000-0xfe5fffff]
[ 0.377559] pci_bus 0000:08: resource 2 [mem 0xf9f00000-0xf9ffffff 64bit pref]
[ 0.377560] pci_bus 0000:09: resource 1 [mem 0xfe400000-0xfe4fffff]
[ 0.377560] pci_bus 0000:09: resource 2 [mem 0xf9e00000-0xf9efffff 64bit pref]
[ 0.377561] pci_bus 0000:0a: resource 1 [mem 0xfe300000-0xfe3fffff]
[ 0.377561] pci_bus 0000:0a: resource 2 [mem 0xf9d00000-0xf9dfffff 64bit pref]
[ 0.377562] pci_bus 0000:0b: resource 1 [mem 0xfe200000-0xfe2fffff]
[ 0.377562] pci_bus 0000:0b: resource 2 [mem 0xf9c00000-0xf9cfffff 64bit pref]
[ 0.377563] pci_bus 0000:0c: resource 1 [mem 0xfe100000-0xfe1fffff]
[ 0.377563] pci_bus 0000:0c: resource 2 [mem 0xf9b00000-0xf9bfffff 64bit pref]
[ 0.377564] pci_bus 0000:0d: resource 1 [mem 0xfe000000-0xfe0fffff]
[ 0.377564] pci_bus 0000:0d: resource 2 [mem 0xf9a00000-0xf9afffff 64bit pref]
[ 0.377565] pci_bus 0000:0e: resource 1 [mem 0xfdf00000-0xfdffffff]
[ 0.377565] pci_bus 0000:0e: resource 2 [mem 0xf9900000-0xf99fffff 64bit pref]
[ 0.377566] pci_bus 0000:0f: resource 1 [mem 0xfde00000-0xfdefffff]
[ 0.377566] pci_bus 0000:0f: resource 2 [mem 0xf9800000-0xf98fffff 64bit pref]
[ 0.377567] pci_bus 0000:10: resource 1 [mem 0xfdd00000-0xfddfffff]
[ 0.377567] pci_bus 0000:10: resource 2 [mem 0xf9700000-0xf97fffff 64bit pref]
[ 0.377568] pci_bus 0000:11: resource 1 [mem 0xfdc00000-0xfdcfffff]
[ 0.377568] pci_bus 0000:11: resource 2 [mem 0xf9600000-0xf96fffff 64bit pref]
[ 0.377569] pci_bus 0000:12: resource 1 [mem 0xfdb00000-0xfdbfffff]
[ 0.377569] pci_bus 0000:12: resource 2 [mem 0xf9500000-0xf95fffff 64bit pref]
[ 0.377570] pci_bus 0000:13: resource 1 [mem 0xfda00000-0xfdafffff]
[ 0.377570] pci_bus 0000:13: resource 2 [mem 0xf9400000-0xf94fffff 64bit pref]
[ 0.377571] pci_bus 0000:14: resource 1 [mem 0xfd900000-0xfd9fffff]
[ 0.377571] pci_bus 0000:14: resource 2 [mem 0xf9300000-0xf93fffff 64bit pref]
[ 0.377572] pci_bus 0000:15: resource 1 [mem 0xfd800000-0xfd8fffff]
[ 0.377572] pci_bus 0000:15: resource 2 [mem 0xf9200000-0xf92fffff 64bit pref]
[ 0.377573] pci_bus 0000:16: resource 1 [mem 0xfd700000-0xfd7fffff]
[ 0.377573] pci_bus 0000:16: resource 2 [mem 0xf9100000-0xf91fffff 64bit pref]
[ 0.377574] pci_bus 0000:17: resource 1 [mem 0xfd600000-0xfd6fffff]
[ 0.377574] pci_bus 0000:17: resource 2 [mem 0xf9000000-0xf90fffff 64bit pref]
[ 0.377575] pci_bus 0000:18: resource 0 [io 0xe000-0xefff]
[ 0.377575] pci_bus 0000:18: resource 1 [mem 0xfd500000-0xfd5fffff]
[ 0.377576] pci_bus 0000:18: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
[ 0.377576] pci_bus 0000:19: resource 0 [io 0xd000-0xdfff]
[ 0.377577] pci_bus 0000:19: resource 1 [mem 0xfd400000-0xfd4fffff]
[ 0.377577] pci_bus 0000:19: resource 2 [mem 0xf8e00000-0xf8efffff 64bit pref]
[ 0.377578] pci_bus 0000:1a: resource 0 [io 0xc000-0xcfff]
[ 0.377578] pci_bus 0000:1a: resource 1 [mem 0xfd300000-0xfd3fffff]
[ 0.377579] pci_bus 0000:1a: resource 2 [mem 0xf8d00000-0xf8dfffff 64bit pref]
[ 0.377579] pci_bus 0000:1b: resource 0 [io 0xb000-0xbfff]
[ 0.377580] pci_bus 0000:1b: resource 1 [mem 0xfd200000-0xfd2fffff]
[ 0.377580] pci_bus 0000:1b: resource 2 [mem 0xf8c00000-0xf8cfffff 64bit pref]
[ 0.377581] pci_bus 0000:1c: resource 0 [io 0xa000-0xafff]
[ 0.377581] pci_bus 0000:1c: resource 1 [mem 0xfd100000-0xfd1fffff]
[ 0.377582] pci_bus 0000:1c: resource 2 [mem 0xf8b00000-0xf8bfffff 64bit pref]
[ 0.377582] pci_bus 0000:1d: resource 0 [io 0x9000-0x9fff]
[ 0.377583] pci_bus 0000:1d: resource 1 [mem 0xfd000000-0xfd0fffff]
[ 0.377583] pci_bus 0000:1d: resource 2 [mem 0xf8a00000-0xf8afffff 64bit pref]
[ 0.377584] pci_bus 0000:1e: resource 0 [io 0x8000-0x8fff]
[ 0.377584] pci_bus 0000:1e: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.377584] pci_bus 0000:1e: resource 2 [mem 0xf8900000-0xf89fffff 64bit pref]
[ 0.377585] pci_bus 0000:1f: resource 0 [io 0x7000-0x7fff]
[ 0.377585] pci_bus 0000:1f: resource 1 [mem 0xfce00000-0xfcefffff]
[ 0.377586] pci_bus 0000:1f: resource 2 [mem 0xf8800000-0xf88fffff 64bit pref]
[ 0.377586] pci_bus 0000:20: resource 0 [io 0x6000-0x6fff]
[ 0.377587] pci_bus 0000:20: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.377587] pci_bus 0000:20: resource 2 [mem 0xf8700000-0xf87fffff 64bit pref]
[ 0.377588] pci_bus 0000:21: resource 0 [io 0x4000-0x4fff]
[ 0.377588] pci_bus 0000:21: resource 1 [mem 0xfcc00000-0xfccfffff]
[ 0.377589] pci_bus 0000:21: resource 2 [mem 0xf8600000-0xf86fffff 64bit pref]
[ 0.377589] pci_bus 0000:22: resource 0 [io 0x3000-0x3fff]
[ 0.377590] pci_bus 0000:22: resource 1 [mem 0xfcb00000-0xfcbfffff]
[ 0.377590] pci_bus 0000:22: resource 2 [mem 0xf8500000-0xf85fffff 64bit pref]
[ 0.377743] NET: Registered protocol family 2
[ 0.378002] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes)
[ 0.378012] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.378054] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.378127] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.378330] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.378342] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.378641] NET: Registered protocol family 1
[ 0.378644] NET: Registered protocol family 44
[ 0.378647] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.378734] pci 0000:00:0f.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.379647] PCI: CLS mismatch (32 != 64), using 64 bytes
[ 0.379676] Unpacking initramfs...
[ 0.658984] Freeing initrd memory: 23208K
[ 0.662438] Initialise system trusted keyrings
[ 0.662444] Key type blacklist registered
[ 0.662536] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[ 0.663301] zbud: loaded
[ 0.665371] Platform Keyring initialized
[ 0.780644] alg: No test for lzo-rle (lzo-rle-generic)
[ 0.781637] alg: No test for lzo-rle (lzo-rle-scomp)
[ 0.782606] alg: No test for 842 (842-generic)
[ 0.783616] alg: No test for 842 (842-scomp)
[ 0.813841] NET: Registered protocol family 38
[ 0.813855] Key type asymmetric registered
[ 0.813856] Asymmetric key parser 'x509' registered
[ 0.813866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.814102] io scheduler mq-deadline registered
[ 0.814103] io scheduler kyber registered
[ 0.814161] io scheduler bfq registered
[ 0.814387] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.814950] pcieport 0000:00:15.0: Signaling PME with IRQ 24
[ 0.815004] pciehp 0000:00:15.0:pcie004: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.815893] pcieport 0000:00:15.1: Signaling PME with IRQ 25
[ 0.815946] pciehp 0000:00:15.1:pcie004: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.816816] pcieport 0000:00:15.2: Signaling PME with IRQ 26
[ 0.816871] pciehp 0000:00:15.2:pcie004: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.817708] pcieport 0000:00:15.3: Signaling PME with IRQ 27
[ 0.817761] pciehp 0000:00:15.3:pcie004: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.818563] pcieport 0000:00:15.4: Signaling PME with IRQ 28
[ 0.818614] pciehp 0000:00:15.4:pcie004: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.819405] pcieport 0000:00:15.5: Signaling PME with IRQ 29
[ 0.819459] pciehp 0000:00:15.5:pcie004: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.820303] pcieport 0000:00:15.6: Signaling PME with IRQ 30
[ 0.820356] pciehp 0000:00:15.6:pcie004: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.821150] pcieport 0000:00:15.7: Signaling PME with IRQ 31
[ 0.821259] pciehp 0000:00:15.7:pcie004: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.822084] pcieport 0000:00:16.0: Signaling PME with IRQ 32
[ 0.822135] pciehp 0000:00:16.0:pcie004: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.822932] pcieport 0000:00:16.1: Signaling PME with IRQ 33
[ 0.822984] pciehp 0000:00:16.1:pcie004: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.823777] pcieport 0000:00:16.2: Signaling PME with IRQ 34
[ 0.823837] pciehp 0000:00:16.2:pcie004: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.824630] pcieport 0000:00:16.3: Signaling PME with IRQ 35
[ 0.824681] pciehp 0000:00:16.3:pcie004: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.825533] pcieport 0000:00:16.4: Signaling PME with IRQ 36
[ 0.825585] pciehp 0000:00:16.4:pcie004: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.826449] pcieport 0000:00:16.5: Signaling PME with IRQ 37
[ 0.826500] pciehp 0000:00:16.5:pcie004: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.827427] pcieport 0000:00:16.6: Signaling PME with IRQ 38
[ 0.827479] pciehp 0000:00:16.6:pcie004: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.828349] pcieport 0000:00:16.7: Signaling PME with IRQ 39
[ 0.828401] pciehp 0000:00:16.7:pcie004: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.829254] pcieport 0000:00:17.0: Signaling PME with IRQ 40
[ 0.829307] pciehp 0000:00:17.0:pcie004: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.830096] pcieport 0000:00:17.1: Signaling PME with IRQ 41
[ 0.830152] pciehp 0000:00:17.1:pcie004: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.830963] pcieport 0000:00:17.2: Signaling PME with IRQ 42
[ 0.831014] pciehp 0000:00:17.2:pcie004: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.831894] pcieport 0000:00:17.3: Signaling PME with IRQ 43
[ 0.831950] pciehp 0000:00:17.3:pcie004: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.832787] pcieport 0000:00:17.4: Signaling PME with IRQ 44
[ 0.832846] pciehp 0000:00:17.4:pcie004: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.833666] pcieport 0000:00:17.5: Signaling PME with IRQ 45
[ 0.833717] pciehp 0000:00:17.5:pcie004: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.834509] pcieport 0000:00:17.6: Signaling PME with IRQ 46
[ 0.834579] pciehp 0000:00:17.6:pcie004: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.835408] pcieport 0000:00:17.7: Signaling PME with IRQ 47
[ 0.835460] pciehp 0000:00:17.7:pcie004: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.836304] pcieport 0000:00:18.0: Signaling PME with IRQ 48
[ 0.836357] pciehp 0000:00:18.0:pcie004: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.837150] pcieport 0000:00:18.1: Signaling PME with IRQ 49
[ 0.837237] pciehp 0000:00:18.1:pcie004: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.838075] pcieport 0000:00:18.2: Signaling PME with IRQ 50
[ 0.838132] pciehp 0000:00:18.2:pcie004: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.838927] pcieport 0000:00:18.3: Signaling PME with IRQ 51
[ 0.838979] pciehp 0000:00:18.3:pcie004: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.839834] pcieport 0000:00:18.4: Signaling PME with IRQ 52
[ 0.839888] pciehp 0000:00:18.4:pcie004: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.840724] pcieport 0000:00:18.5: Signaling PME with IRQ 53
[ 0.840775] pciehp 0000:00:18.5:pcie004: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.841586] pcieport 0000:00:18.6: Signaling PME with IRQ 54
[ 0.841638] pciehp 0000:00:18.6:pcie004: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.842453] pcieport 0000:00:18.7: Signaling PME with IRQ 55
[ 0.842512] pciehp 0000:00:18.7:pcie004: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.843063] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.843077] efifb: probing for efifb
[ 0.843140] efifb: No BGRT, not showing boot graphics
[ 0.843140] efifb: framebuffer at 0xf0000000, using 3072k, total 3072k
[ 0.843141] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 0.843141] efifb: scrolling: redraw
[ 0.843142] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.843248] fbcon: Deferring console take-over
[ 0.843248] fb0: EFI VGA frame buffer device
[ 0.843254] intel_idle: Please enable MWAIT in BIOS SETUP
[ 0.843485] ACPI: AC Adapter [ACAD] (on-line)
[ 0.843561] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.843586] ACPI: Power Button [PWRF]
[ 0.844451] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.868528] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.871050] Non-volatile memory driver v1.3
[ 0.871093] Linux agpgart interface v0.103
[ 0.871255] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[ 0.871950] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
[ 0.872398] ata_piix 0000:00:07.1: version 2.13
[ 0.872871] scsi host0: ata_piix
[ 0.873157] scsi host1: ata_piix
[ 0.873210] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x2150 irq 14
[ 0.873210] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x2158 irq 15
[ 0.873265] libphy: Fixed MDIO Bus: probed
[ 0.873327] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.873330] ehci-pci: EHCI PCI platform driver
[ 0.873341] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.873342] ohci-pci: OHCI PCI platform driver
[ 0.873348] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.873613] uhci_hcd 0000:02:00.0: UHCI Host Controller
[ 0.873676] uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[ 0.873717] uhci_hcd 0000:02:00.0: detected 2 ports
[ 0.873909] uhci_hcd 0000:02:00.0: irq 18, io base 0x00001080
[ 0.873998] usb usb1: New USB device found, idVendor=1xxx, idProduct=0xxx, bcdDevice= 5.01
[ 0.873999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.873999] usb usb1: Product: UHCI Host Controller
[ 0.874000] usb usb1: Manufacturer: Linux 5.1.7-300.fc30.x86_64 uhci_hcd
[ 0.874000] usb usb1: SerialNumber: 0000:02:00.0
[ 0.874089] hub 1-0:1.0: USB hub found
[ 0.874092] hub 1-0:1.0: 2 ports detected
[ 0.874255] usbcore: registered new interface driver usbserial_generic
[ 0.874259] usbserial: USB Serial support registered for generic
[ 0.874286] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[ 0.876499] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.876546] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.876807] mousedev: PS/2 mouse device common for all mice
[ 0.897882] rtc_cmos 00:01: registered as rtc0
[ 0.897883] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.898272] device-mapper: uevent: version 1.0.3
[ 0.898526] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: [email protected]
[ 0.898913] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.898963] intel_pstate: Intel P-state driver initializing
[ 0.899088] cpufreq: cpufreq_online: Failed to initialize policy for cpu: 0 (-19)
[ 0.899108] cpufreq: cpufreq_online: Failed to initialize policy for cpu: 1 (-19)
[ 0.899322] cpufreq: cpufreq_online: Failed to initialize policy for cpu: 2 (-19)
[ 0.899400] cpufreq: cpufreq_online: Failed to initialize policy for cpu: 3 (-19)
[ 0.899744] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[ 0.900227] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[ 0.900391] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.900472] usbcore: registered new interface driver usbhid
[ 0.900472] usbhid: USB HID core driver
[ 0.900819] intel_pmc_core: initialized
[ 0.901077] drop_monitor: Initializing network drop monitor service
[ 0.901321] Initializing XFRM netlink socket
[ 0.901449] NET: Registered protocol family 10
[ 0.906527] Segment Routing with IPv6
[ 0.906544] mip6: Mobile IPv6
[ 0.906545] NET: Registered protocol family 17
[ 0.907127] mce: Using 0 MCE banks
[ 0.907160] RAS: Correctable Errors collector initialized.
[ 0.907226] AVX2 version of gcm_enc/dec engaged.
[ 0.907227] AES CTR mode by8 optimization enabled
[ 0.938406] sched_clock: Marking stable (936622415, 1775476)->(1082870624, -144472733)
[ 0.939441] registered taskstats version 1
[ 0.939463] Loading compiled-in X.509 certificates
[ 0.966340] Loaded X.509 cert 'Fedora kernel signing key: bc76836fc432ddfc2dd67305ef5f5fdaff2a4522'
[ 0.966397] zswap: loaded using pool lzo/zbud
[ 0.974390] Key type big_key registered
[ 0.977882] Key type encrypted registered
[ 0.978707] ima: No TPM chip found, activating TPM-bypass!
[ 0.978713] ima: Allocated hash algorithm: sha1
[ 0.978721] No architecture policies found
[ 0.980004] PM: Magic number: 7:903:257
[ 0.980348] acpi device:96: hash matches
[ 0.980534] rtc_cmos 00:01: setting system clock to 2019-06-13T02:15:44 UTC (1560392144)
[ 1.042130] ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
[ 1.049915] scsi 1:0:0:0: CD-ROM NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
[ 1.051628] sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.051645] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.056073] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.056428] sr 1:0:0:0: Attached scsi generic sg0 type 5
[ 1.063141] Freeing unused decrypted memory: 2040K
[ 1.065786] Freeing unused kernel image memory: 2212K
[ 1.069935] Write protecting the kernel read-only data: 18432k
[ 1.073101] Freeing unused kernel image memory: 2016K
[ 1.073761] Freeing unused kernel image memory: 8K
[ 1.094243] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.094259] rodata_test: all tests were successful
[ 1.094261] x86/mm: Checking user space page tables
[ 1.105616] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.105621] Run /init as init process
[ 1.197844] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[ 1.458487] audit: type=1130 audit(1560392144.977:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.553724] audit: type=1130 audit(1560392145.072:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.659916] audit: type=1130 audit(1560392145.178:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.665870] tsc: Refined TSC clocksource calibration: 2112.005 MHz
[ 1.665928] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e717d1ec85, max_idle_ns: 440795234704 ns
[ 1.665980] clocksource: Switched to clocksource tsc
[ 1.678906] audit: type=1130 audit(1560392145.197:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.714064] Fusion MPT base driver 3.04.20
[ 1.714065] Copyright (c) 1999-2008 LSI Corporation
[ 1.721897] Fusion MPT SPI Host driver 3.04.20
[ 1.729232] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 1.729232] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.730003] mptbase: ioc0: Initiating bringup
[ 1.759326] ioc0: LSI53C1030 B0: Capabilities={Initiator}
[ 1.791594] [drm] DMA map mode: Caching DMA mappings.
[ 1.791716] [drm] Capabilities:
[ 1.791716] [drm] Rect copy.
[ 1.791716] [drm] Cursor.
[ 1.791716] [drm] Cursor bypass.
[ 1.791717] [drm] Cursor bypass 2.
[ 1.791717] [drm] 8bit emulation.
[ 1.791717] [drm] Alpha cursor.
[ 1.791717] [drm] 3D.
[ 1.791717] [drm] Extended Fifo.
[ 1.791718] [drm] Multimon.
[ 1.791718] [drm] Pitchlock.
[ 1.791718] [drm] Irq mask.
[ 1.791718] [drm] Display Topology.
[ 1.791718] [drm] GMR.
[ 1.791719] [drm] Traces.
[ 1.791719] [drm] GMR2.
[ 1.791719] [drm] Screen Object 2.
[ 1.791719] [drm] Command Buffers.
[ 1.791719] [drm] Command Buffers 2.
[ 1.791720] [drm] Guest Backed Resources.
[ 1.791720] [drm] DX Features.
[ 1.791721] [drm] Max GMR ids is 64
[ 1.791721] [drm] Max number of GMR pages is 65536
[ 1.791721] [drm] Max dedicated hypervisor surface memory is 0 kiB
[ 1.791722] [drm] Maximum display memory size is 32768 kiB
[ 1.791722] [drm] VRAM at 0xf0000000 size is 4096 kiB
[ 1.791723] [drm] MMIO at 0xfb800000 size is 256 kiB
[ 1.791752] vmwgfx 0000:00:0f.0: BAR 1: can't reserve [mem 0xf0000000-0xf7ffffff pref]
[ 1.791752] [drm] It appears like vesafb is loaded. Ignore above error if any.
[ 1.792383] [TTM] Zone kernel: Available graphics memory: 1007128 kiB
[ 1.792384] [TTM] Initializing pool allocator
[ 1.792386] [TTM] Initializing DMA pool allocator
[ 1.792440] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.792440] [drm] No driver support for vblank timestamp query.
[ 1.792650] [drm] Screen Target Display device initialized
[ 1.792681] [drm] width 1024
[ 1.792687] [drm] height 768
[ 1.792693] [drm] bpp 32
[ 1.794874] [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
[ 1.797667] [drm] Using command buffers with DMA pool.
[ 1.797676] [drm] DX: yes.
[ 1.797677] [drm] Atomic: yes.
[ 1.797677] [drm] SM4_1: no.
[ 1.803862] checking generic (f0000000 300000) vs hw (f0000000 400000)
[ 1.803888] fb0: switching to svgadrmfb from EFI VGA
[ 1.804113] fbcon: svgadrmfb (fb0) is primary device
[ 1.804114] fbcon: Deferring console take-over
[ 1.806112] [drm] Initialized vmwgfx 2.15.0 20180704 for 0000:00:0f.0 on minor 0
[ 1.852910] scsi host2: ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
[ 1.903456] scsi 2:0:0:0: Direct-Access VMware, VMware Virtual S 1.0 PQ: 0 ANSI: 2
[ 2.012127] usb 1-1: New USB device found, idVendor=0e0f, idProduct=0003, bcdDevice= 1.03
[ 2.012129] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.012130] usb 1-1: Product: VMware Virtual USB Mouse
[ 2.012131] usb 1-1: Manufacturer: VMware
[ 2.019905] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb1/1-1/1-1:1.0/0003:0E0F:0003.0001/input/input5
[ 2.020134] hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0
[ 2.095903] scsi target2:0:0: Beginning Domain Validation
[ 2.097438] scsi target2:0:0: Domain Validation skipping write tests
[ 2.097439] scsi target2:0:0: Ending Domain Validation
[ 2.097484] scsi target2:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
[ 2.102334] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 2.102512] sd 2:0:0:0: [sda] 41943040 512-byte logical blocks: (21.5 GB/20.0 GiB)
[ 2.102541] sd 2:0:0:0: [sda] Write Protect is off
[ 2.102542] sd 2:0:0:0: [sda] Mode Sense: 61 00 00 00
[ 2.102575] sd 2:0:0:0: [sda] Cache data unavailable
[ 2.102577] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 2.105770] sda: sda1 sda2 sda3
[ 2.107678] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.128338] e1000 0000:02:01.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:ce:61:5f
[ 2.128346] e1000 0000:02:01.0 eth0: Intel(R) PRO/1000 Network Connection
[ 2.131770] e1000 0000:02:01.0 ens33: renamed from eth0
[ 2.134048] usb 1-2: new full-speed USB device number 3 using uhci_hcd
[ 2.270012] usb 1-2: New USB device found, idVendor=0e0f, idProduct=0002, bcdDevice= 1.00
[ 2.270013] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.270014] usb 1-2: Product: VMware Virtual USB Hub
[ 2.275428] hub 1-2:1.0: USB hub found
[ 2.276513] hub 1-2:1.0: 7 ports detected
[ 2.436790] PM: Image not found (code -22)
[ 2.438097] audit: type=1130 audit(1560392145.955:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hibernate-resume@dev-mapper-fedora\x2dswap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.438100] audit: type=1131 audit(1560392145.955:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hibernate-resume@dev-mapper-fedora\x2dswap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.451303] audit: type=1130 audit(1560392145.969:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.454476] audit: type=1130 audit(1560392145.973:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.476655] audit: type=1130 audit(1560392145.994:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.488073] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 2.572868] usb 1-2.1: new full-speed USB device number 4 using uhci_hcd
[ 2.664394] usb 1-2.1: New USB device found, idVendor=0e0f, idProduct=0008, bcdDevice= 1.00
[ 2.664395] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.664396] usb 1-2.1: Product: Virtual Bluetooth Adapter
[ 2.664397] usb 1-2.1: Manufacturer: VMware
[ 2.664398] usb 1-2.1: SerialNumber: 000650268328
[ 2.889793] printk: systemd: 23 output lines suppressed due to ratelimiting
[ 3.296295] SELinux: policy capability network_peer_controls=1
[ 3.296296] SELinux: policy capability open_perms=1
[ 3.296296] SELinux: policy capability extended_socket_class=1
[ 3.296297] SELinux: policy capability always_check_network=0
[ 3.296297] SELinux: policy capability cgroup_seclabel=1
[ 3.296297] SELinux: policy capability nnp_nosuid_transition=1
[ 3.572732] Adding 2097148k swap on /dev/mapper/fedora-swap. Priority:-2 extents:1 across:2097148k FS
[ 3.609436] EXT4-fs (dm-0): re-mounted. Opts: (null)
[ 4.039874] vmw_vmci 0000:00:07.7: enabling device (0000 -> 0003)
[ 4.040442] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x12100, irq 16
[ 4.040544] vmw_vmci 0000:00:07.7: Using capabilities 0xc
[ 4.046225] piix4_smbus 0000:00:07.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[ 4.048705] Guest personality initialized and is active
[ 4.063735] VMCI host device registered (name=vmci, major=10, minor=57)
[ 4.063736] Initialized host personality
[ 4.209580] Bluetooth: Core ver 2.22
[ 4.209678] NET: Registered protocol family 31
[ 4.209678] Bluetooth: HCI device and connection manager initialized
[ 4.209681] Bluetooth: HCI socket layer initialized
[ 4.209682] Bluetooth: L2CAP socket layer initialized
[ 4.209685] Bluetooth: SCO socket layer initialized
[ 4.214348] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 10737418240 ms ovfl timer
[ 4.214349] RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
[ 4.214349] RAPL PMU: hw unit of domain package 2^-0 Joules
[ 4.214350] RAPL PMU: hw unit of domain dram 2^-0 Joules
[ 4.214350] RAPL PMU: hw unit of domain pp1-gpu 2^-0 Joules
[ 4.214350] RAPL PMU: hw unit of domain psys 2^-0 Joules
[ 4.223628] usbcore: registered new interface driver btusb
[ 4.232727] snd_ens1371 0000:02:02.0: enabling device (0000 -> 0001)
[ 5.208007] kauditd_printk_skb: 49 callbacks suppressed
[ 5.208008] audit: type=1130 audit(1560392148.725:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-5DF5\x2d4261 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.217174] audit: type=1130 audit(1560392148.735:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-144eca68\x2de884\x2d4122\x2da0e0\x2d9682d825f180 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.225988] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.267662] audit: type=1130 audit(1560392148.785:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.297669] audit: type=1130 audit(1560392148.816:63): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.297672] audit: type=1131 audit(1560392148.816:64): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.302710] audit: type=1130 audit(1560392148.818:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.358648] audit: type=1130 audit(1560392148.876:66): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.408192] RPC: Registered named UNIX socket transport module.
[ 5.408193] RPC: Registered udp transport module.
[ 5.408193] RPC: Registered tcp transport module.
[ 5.408193] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 5.633700] NET: Registered protocol family 40
[ 5.696967] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.696970] Bluetooth: BNEP filters: protocol multicast
[ 5.696981] Bluetooth: BNEP socket layer initialized
[ 5.868576] new mount options do not match the existing superblock, will be ignored
[ 5.888939] fuse init (API version 7.29)
[ 6.557720] e1000: ens33 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 6.560161] IPv6: ADDRCONF(NETDEV_CHANGE): ens33: link becomes ready
[ 7.965194] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 8.049322] tun: Universal TUN/TAP device driver, 1.6
[ 8.052474] virbr0: port 1(virbr0-nic) entered blocking state
[ 8.052476] virbr0: port 1(virbr0-nic) entered disabled state
[ 8.055341] device virbr0-nic entered promiscuous mode
[ 8.240268] virbr0: port 1(virbr0-nic) entered blocking state
[ 8.240270] virbr0: port 1(virbr0-nic) entered listening state
[ 8.330713] virbr0: port 1(virbr0-nic) entered disabled state
[ 8.915305] lxdbr0: port 1(veth248AGR) entered blocking state
[ 8.915307] lxdbr0: port 1(veth248AGR) entered disabled state
[ 8.915401] device veth248AGR entered promiscuous mode
[ 8.915609] lxdbr0: port 1(veth248AGR) entered blocking state
[ 8.915611] lxdbr0: port 1(veth248AGR) entered forwarding state
[ 8.970606] eth0: renamed from vethB522SV
[ 8.976668] IPv6: ADDRCONF(NETDEV_CHANGE): veth248AGR: link becomes ready
[ 48.181096] Bluetooth: RFCOMM TTY layer initialized
[ 48.181101] Bluetooth: RFCOMM socket layer initialized
[ 48.181161] Bluetooth: RFCOMM ver 1.11
[ 50.720090] rfkill: input handler disabled
[ 51.922721] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 51.933385] ISO 9660 Extensions: RRIP_1991A
[ 102.547946] psmouse serio1: VMMouse at isa0060/serio1/input0 lost synchronization, throwing 1 bytes away.
[ 103.155187] psmouse serio1: resync failed, issuing reconnect request
[ 103.220817] usb 1-2.2: new high-speed USB device number 5 using uhci_hcd
[ 103.593830] usb 1-2.2: New USB device found, idVendor=1xxx, idProduct=4xxx, bcdDevice= 4.40
[ 103.593838] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 103.593841] usb 1-2.2: Product: XXX
[ 103.593844] usb 1-2.2: Manufacturer: XXX
[ 103.593846] usb 1-2.2: SerialNumber: XXX
[ 109.697979] usb 1-2.2: reset high-speed USB device number 5 using uhci_hcd
[ 110.382053] usb 1-2.2: reset high-speed USB device number 5 using uhci_hcd
[ 415.672503] sched: RT throttling activated

Hello,

Does one need to report this upstream or wait and hope this get's fix? I only ask because if it's not already done, perhaps it's a good idea to open a ticket on kernel.org?

Regards

There are no tickets on kernel.org but I already took care of it. We're discussing solutions upstream already. I would link to the thread but the mailing lists are currently down.

Hi @brauner
Any updates if there will be fix on the kernel side?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rrva picture rrva  路  5Comments

spacekookie picture spacekookie  路  3Comments

killua-eu picture killua-eu  路  3Comments

sforteva picture sforteva  路  3Comments

sajoupa picture sajoupa  路  4Comments