Created
June 6, 2021 11:53
-
-
Save ilovezfs/6092a3f54f4570762924e93dc1b760fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ubuntu:~# dmesg | |
[ 0.000000] Linux version 5.11.0-18-generic (buildd@lgw01-amd64-049) (gcc (Ubuntu 10.3.0-1ubuntu1) 10.3.0, GNU ld (GNU Binutils for Ubuntu) 2.36.1) #19-Ubuntu SMP Fri May 7 14:22:03 UTC 2021 (Ubuntu 5.11.0-18.19-generic 5.11.17) | |
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-18-generic root=UUID=0fcdc171-2d09-45f6-9cb0-2fbb61ad0b93 ro find_preseed=/preseed.cfg auto noprompt priority=critical locale=en_US quiet | |
[ 0.000000] KERNEL supported cpus: | |
[ 0.000000] Intel GenuineIntel | |
[ 0.000000] AMD AuthenticAMD | |
[ 0.000000] Hygon HygonGenuine | |
[ 0.000000] Centaur CentaurHauls | |
[ 0.000000] zhaoxin Shanghai | |
[ 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: xstate_offset[2]: 576, xstate_sizes[2]: 256 | |
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format. | |
[ 0.000000] BIOS-provided physical RAM map: | |
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000000ce000-0x00000000000cffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bfecffff] usable | |
[ 0.000000] BIOS-e820: [mem 0x00000000bfed0000-0x00000000bfefefff] ACPI data | |
[ 0.000000] BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI NVS | |
[ 0.000000] BIOS-e820: [mem 0x00000000bff00000-0x00000000bfffffff] usable | |
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable | |
[ 0.000000] NX (Execute Disable) protection: active | |
[ 0.000000] SMBIOS 2.7 present. | |
[ 0.000000] DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/22/2020 | |
[ 0.000000] vmware: hypercall mode: 0x02 | |
[ 0.000000] Hypervisor detected: VMware | |
[ 0.000000] vmware: TSC freq read from hypervisor : 2904.000 MHz | |
[ 0.000000] vmware: Host bus clock speed read from hypervisor : 66000000 Hz | |
[ 0.000000] vmware: using clock offset of 4437726485 ns | |
[ 0.000017] tsc: Detected 2904.000 MHz processor | |
[ 0.002709] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved | |
[ 0.002715] e820: remove [mem 0x000a0000-0x000fffff] usable | |
[ 0.002721] last_pfn = 0x140000 max_arch_pfn = 0x400000000 | |
[ 0.002825] MTRR default type: uncachable | |
[ 0.002827] MTRR fixed ranges enabled: | |
[ 0.002829] 00000-9FFFF write-back | |
[ 0.002830] A0000-BFFFF uncachable | |
[ 0.002831] C0000-CFFFF write-protect | |
[ 0.002832] D0000-EFFFF uncachable | |
[ 0.002833] F0000-FFFFF write-protect | |
[ 0.002834] MTRR variable ranges enabled: | |
[ 0.002835] 0 base 000000000000 mask 1FE000000000 write-back | |
[ 0.002837] 1 base 0000C0000000 mask 1FFFC0000000 uncachable | |
[ 0.002839] 2 disabled | |
[ 0.002840] 3 disabled | |
[ 0.002840] 4 disabled | |
[ 0.002841] 5 disabled | |
[ 0.002842] 6 disabled | |
[ 0.002842] 7 disabled | |
[ 0.002933] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT | |
[ 0.003011] total RAM covered: 130048M | |
[ 0.003321] Found optimal setting for mtrr clean up | |
[ 0.003321] gran_size: 64K chunk_size: 64K num_reg: 7 lose cover RAM: 0G | |
[ 0.003848] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved | |
[ 0.003863] last_pfn = 0xc0000 max_arch_pfn = 0x400000000 | |
[ 0.014502] found SMP MP-table at [mem 0x000f6a70-0x000f6a7f] | |
[ 0.025584] check: Scanning 1 areas for low memory corruption | |
[ 0.025604] Using GB pages for direct mapping | |
[ 0.025724] RAMDISK: [mem 0x296ed000-0x30b6dfff] | |
[ 0.025731] ACPI: Early table checksum verification disabled | |
[ 0.025736] ACPI: RSDP 0x00000000000F6A00 000024 (v02 PTLTD ) | |
[ 0.025741] ACPI: XSDT 0x00000000BFEDC633 00005C (v01 INTEL 440BX 06040000 VMW 01324272) | |
[ 0.025748] ACPI: FACP 0x00000000BFEFEE73 0000F4 (v04 INTEL 440BX 06040000 PTL 000F4240) | |
[ 0.025755] ACPI: DSDT 0x00000000BFEDD9E8 02148B (v01 PTLTD Custom 06040000 MSFT 03000001) | |
[ 0.025764] ACPI: FACS 0x00000000BFEFFFC0 000040 | |
[ 0.025767] ACPI: FACS 0x00000000BFEFFFC0 000040 | |
[ 0.025771] ACPI: BOOT 0x00000000BFEDD9C0 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) | |
[ 0.025775] ACPI: APIC 0x00000000BFEDD27E 000742 (v01 PTLTD ? APIC 06040000 LTP 00000000) | |
[ 0.025779] ACPI: MCFG 0x00000000BFEDD242 00003C (v01 PTLTD $PCITBL$ 06040000 LTP 00000001) | |
[ 0.025783] ACPI: SRAT 0x00000000BFEDC72F 0008D0 (v02 VMWARE MEMPLUG 06040000 VMW 00000001) | |
[ 0.025787] ACPI: HPET 0x00000000BFEDC6F7 000038 (v01 VMWARE VMW HPET 06040000 VMW 00000001) | |
[ 0.025791] ACPI: WAET 0x00000000BFEDC6CF 000028 (v01 VMWARE VMW WAET 06040000 VMW 00000001) | |
[ 0.025794] ACPI: Reserving FACP table memory at [mem 0xbfefee73-0xbfefef66] | |
[ 0.025796] ACPI: Reserving DSDT table memory at [mem 0xbfedd9e8-0xbfefee72] | |
[ 0.025797] ACPI: Reserving FACS table memory at [mem 0xbfefffc0-0xbfefffff] | |
[ 0.025798] ACPI: Reserving FACS table memory at [mem 0xbfefffc0-0xbfefffff] | |
[ 0.025799] ACPI: Reserving BOOT table memory at [mem 0xbfedd9c0-0xbfedd9e7] | |
[ 0.025799] ACPI: Reserving APIC table memory at [mem 0xbfedd27e-0xbfedd9bf] | |
[ 0.025800] ACPI: Reserving MCFG table memory at [mem 0xbfedd242-0xbfedd27d] | |
[ 0.025801] ACPI: Reserving SRAT table memory at [mem 0xbfedc72f-0xbfedcffe] | |
[ 0.025802] ACPI: Reserving HPET table memory at [mem 0xbfedc6f7-0xbfedc72e] | |
[ 0.025803] ACPI: Reserving WAET table memory at [mem 0xbfedc6cf-0xbfedc6f6] | |
[ 0.025820] ACPI: Local APIC address 0xfee00000 | |
[ 0.025874] system APIC only can use physical flat | |
[ 0.025876] Setting APIC routing to physical flat. | |
[ 0.025993] SRAT: PXM 0 -> APIC 0x00 -> Node 0 | |
[ 0.025995] SRAT: PXM 0 -> APIC 0x02 -> Node 0 | |
[ 0.025996] SRAT: PXM 0 -> APIC 0x04 -> Node 0 | |
[ 0.025997] SRAT: PXM 0 -> APIC 0x06 -> Node 0 | |
[ 0.025997] SRAT: PXM 0 -> APIC 0x08 -> Node 0 | |
[ 0.025998] SRAT: PXM 0 -> APIC 0x0a -> Node 0 | |
[ 0.025999] SRAT: PXM 0 -> APIC 0x0c -> Node 0 | |
[ 0.026000] SRAT: PXM 0 -> APIC 0x0e -> Node 0 | |
[ 0.026000] SRAT: PXM 0 -> APIC 0x10 -> Node 0 | |
[ 0.026001] SRAT: PXM 0 -> APIC 0x12 -> Node 0 | |
[ 0.026002] SRAT: PXM 0 -> APIC 0x14 -> Node 0 | |
[ 0.026003] SRAT: PXM 0 -> APIC 0x16 -> Node 0 | |
[ 0.026003] SRAT: PXM 0 -> APIC 0x18 -> Node 0 | |
[ 0.026004] SRAT: PXM 0 -> APIC 0x1a -> Node 0 | |
[ 0.026005] SRAT: PXM 0 -> APIC 0x1c -> Node 0 | |
[ 0.026005] SRAT: PXM 0 -> APIC 0x1e -> Node 0 | |
[ 0.026006] SRAT: PXM 0 -> APIC 0x20 -> Node 0 | |
[ 0.026007] SRAT: PXM 0 -> APIC 0x22 -> Node 0 | |
[ 0.026007] SRAT: PXM 0 -> APIC 0x24 -> Node 0 | |
[ 0.026008] SRAT: PXM 0 -> APIC 0x26 -> Node 0 | |
[ 0.026009] SRAT: PXM 0 -> APIC 0x28 -> Node 0 | |
[ 0.026010] SRAT: PXM 0 -> APIC 0x2a -> Node 0 | |
[ 0.026010] SRAT: PXM 0 -> APIC 0x2c -> Node 0 | |
[ 0.026011] SRAT: PXM 0 -> APIC 0x2e -> Node 0 | |
[ 0.026012] SRAT: PXM 0 -> APIC 0x30 -> Node 0 | |
[ 0.026013] SRAT: PXM 0 -> APIC 0x32 -> Node 0 | |
[ 0.026013] SRAT: PXM 0 -> APIC 0x34 -> Node 0 | |
[ 0.026014] SRAT: PXM 0 -> APIC 0x36 -> Node 0 | |
[ 0.026015] SRAT: PXM 0 -> APIC 0x38 -> Node 0 | |
[ 0.026016] SRAT: PXM 0 -> APIC 0x3a -> Node 0 | |
[ 0.026016] SRAT: PXM 0 -> APIC 0x3c -> Node 0 | |
[ 0.026017] SRAT: PXM 0 -> APIC 0x3e -> Node 0 | |
[ 0.026018] SRAT: PXM 0 -> APIC 0x40 -> Node 0 | |
[ 0.026018] SRAT: PXM 0 -> APIC 0x42 -> Node 0 | |
[ 0.026019] SRAT: PXM 0 -> APIC 0x44 -> Node 0 | |
[ 0.026020] SRAT: PXM 0 -> APIC 0x46 -> Node 0 | |
[ 0.026020] SRAT: PXM 0 -> APIC 0x48 -> Node 0 | |
[ 0.026021] SRAT: PXM 0 -> APIC 0x4a -> Node 0 | |
[ 0.026022] SRAT: PXM 0 -> APIC 0x4c -> Node 0 | |
[ 0.026023] SRAT: PXM 0 -> APIC 0x4e -> Node 0 | |
[ 0.026023] SRAT: PXM 0 -> APIC 0x50 -> Node 0 | |
[ 0.026024] SRAT: PXM 0 -> APIC 0x52 -> Node 0 | |
[ 0.026025] SRAT: PXM 0 -> APIC 0x54 -> Node 0 | |
[ 0.026025] SRAT: PXM 0 -> APIC 0x56 -> Node 0 | |
[ 0.026026] SRAT: PXM 0 -> APIC 0x58 -> Node 0 | |
[ 0.026027] SRAT: PXM 0 -> APIC 0x5a -> Node 0 | |
[ 0.026027] SRAT: PXM 0 -> APIC 0x5c -> Node 0 | |
[ 0.026028] SRAT: PXM 0 -> APIC 0x5e -> Node 0 | |
[ 0.026029] SRAT: PXM 0 -> APIC 0x60 -> Node 0 | |
[ 0.026030] SRAT: PXM 0 -> APIC 0x62 -> Node 0 | |
[ 0.026030] SRAT: PXM 0 -> APIC 0x64 -> Node 0 | |
[ 0.026031] SRAT: PXM 0 -> APIC 0x66 -> Node 0 | |
[ 0.026032] SRAT: PXM 0 -> APIC 0x68 -> Node 0 | |
[ 0.026032] SRAT: PXM 0 -> APIC 0x6a -> Node 0 | |
[ 0.026033] SRAT: PXM 0 -> APIC 0x6c -> Node 0 | |
[ 0.026034] SRAT: PXM 0 -> APIC 0x6e -> Node 0 | |
[ 0.026034] SRAT: PXM 0 -> APIC 0x70 -> Node 0 | |
[ 0.026035] SRAT: PXM 0 -> APIC 0x72 -> Node 0 | |
[ 0.026036] SRAT: PXM 0 -> APIC 0x74 -> Node 0 | |
[ 0.026037] SRAT: PXM 0 -> APIC 0x76 -> Node 0 | |
[ 0.026037] SRAT: PXM 0 -> APIC 0x78 -> Node 0 | |
[ 0.026038] SRAT: PXM 0 -> APIC 0x7a -> Node 0 | |
[ 0.026039] SRAT: PXM 0 -> APIC 0x7c -> Node 0 | |
[ 0.026039] SRAT: PXM 0 -> APIC 0x7e -> Node 0 | |
[ 0.026040] SRAT: PXM 0 -> APIC 0x80 -> Node 0 | |
[ 0.026041] SRAT: PXM 0 -> APIC 0x82 -> Node 0 | |
[ 0.026041] SRAT: PXM 0 -> APIC 0x84 -> Node 0 | |
[ 0.026042] SRAT: PXM 0 -> APIC 0x86 -> Node 0 | |
[ 0.026043] SRAT: PXM 0 -> APIC 0x88 -> Node 0 | |
[ 0.026044] SRAT: PXM 0 -> APIC 0x8a -> Node 0 | |
[ 0.026044] SRAT: PXM 0 -> APIC 0x8c -> Node 0 | |
[ 0.026045] SRAT: PXM 0 -> APIC 0x8e -> Node 0 | |
[ 0.026046] SRAT: PXM 0 -> APIC 0x90 -> Node 0 | |
[ 0.026046] SRAT: PXM 0 -> APIC 0x92 -> Node 0 | |
[ 0.026047] SRAT: PXM 0 -> APIC 0x94 -> Node 0 | |
[ 0.026048] SRAT: PXM 0 -> APIC 0x96 -> Node 0 | |
[ 0.026048] SRAT: PXM 0 -> APIC 0x98 -> Node 0 | |
[ 0.026049] SRAT: PXM 0 -> APIC 0x9a -> Node 0 | |
[ 0.026050] SRAT: PXM 0 -> APIC 0x9c -> Node 0 | |
[ 0.026051] SRAT: PXM 0 -> APIC 0x9e -> Node 0 | |
[ 0.026051] SRAT: PXM 0 -> APIC 0xa0 -> Node 0 | |
[ 0.026052] SRAT: PXM 0 -> APIC 0xa2 -> Node 0 | |
[ 0.026053] SRAT: PXM 0 -> APIC 0xa4 -> Node 0 | |
[ 0.026053] SRAT: PXM 0 -> APIC 0xa6 -> Node 0 | |
[ 0.026054] SRAT: PXM 0 -> APIC 0xa8 -> Node 0 | |
[ 0.026055] SRAT: PXM 0 -> APIC 0xaa -> Node 0 | |
[ 0.026055] SRAT: PXM 0 -> APIC 0xac -> Node 0 | |
[ 0.026056] SRAT: PXM 0 -> APIC 0xae -> Node 0 | |
[ 0.026057] SRAT: PXM 0 -> APIC 0xb0 -> Node 0 | |
[ 0.026058] SRAT: PXM 0 -> APIC 0xb2 -> Node 0 | |
[ 0.026058] SRAT: PXM 0 -> APIC 0xb4 -> Node 0 | |
[ 0.026059] SRAT: PXM 0 -> APIC 0xb6 -> Node 0 | |
[ 0.026060] SRAT: PXM 0 -> APIC 0xb8 -> Node 0 | |
[ 0.026060] SRAT: PXM 0 -> APIC 0xba -> Node 0 | |
[ 0.026061] SRAT: PXM 0 -> APIC 0xbc -> Node 0 | |
[ 0.026062] SRAT: PXM 0 -> APIC 0xbe -> Node 0 | |
[ 0.026062] SRAT: PXM 0 -> APIC 0xc0 -> Node 0 | |
[ 0.026063] SRAT: PXM 0 -> APIC 0xc2 -> Node 0 | |
[ 0.026064] SRAT: PXM 0 -> APIC 0xc4 -> Node 0 | |
[ 0.026065] SRAT: PXM 0 -> APIC 0xc6 -> Node 0 | |
[ 0.026065] SRAT: PXM 0 -> APIC 0xc8 -> Node 0 | |
[ 0.026066] SRAT: PXM 0 -> APIC 0xca -> Node 0 | |
[ 0.026067] SRAT: PXM 0 -> APIC 0xcc -> Node 0 | |
[ 0.026067] SRAT: PXM 0 -> APIC 0xce -> Node 0 | |
[ 0.026068] SRAT: PXM 0 -> APIC 0xd0 -> Node 0 | |
[ 0.026069] SRAT: PXM 0 -> APIC 0xd2 -> Node 0 | |
[ 0.026070] SRAT: PXM 0 -> APIC 0xd4 -> Node 0 | |
[ 0.026070] SRAT: PXM 0 -> APIC 0xd6 -> Node 0 | |
[ 0.026071] SRAT: PXM 0 -> APIC 0xd8 -> Node 0 | |
[ 0.026072] SRAT: PXM 0 -> APIC 0xda -> Node 0 | |
[ 0.026072] SRAT: PXM 0 -> APIC 0xdc -> Node 0 | |
[ 0.026073] SRAT: PXM 0 -> APIC 0xde -> Node 0 | |
[ 0.026074] SRAT: PXM 0 -> APIC 0xe0 -> Node 0 | |
[ 0.026074] SRAT: PXM 0 -> APIC 0xe2 -> Node 0 | |
[ 0.026075] SRAT: PXM 0 -> APIC 0xe4 -> Node 0 | |
[ 0.026076] SRAT: PXM 0 -> APIC 0xe6 -> Node 0 | |
[ 0.026077] SRAT: PXM 0 -> APIC 0xe8 -> Node 0 | |
[ 0.026077] SRAT: PXM 0 -> APIC 0xea -> Node 0 | |
[ 0.026078] SRAT: PXM 0 -> APIC 0xec -> Node 0 | |
[ 0.026079] SRAT: PXM 0 -> APIC 0xee -> Node 0 | |
[ 0.026079] SRAT: PXM 0 -> APIC 0xf0 -> Node 0 | |
[ 0.026080] SRAT: PXM 0 -> APIC 0xf2 -> Node 0 | |
[ 0.026081] SRAT: PXM 0 -> APIC 0xf4 -> Node 0 | |
[ 0.026081] SRAT: PXM 0 -> APIC 0xf6 -> Node 0 | |
[ 0.026082] SRAT: PXM 0 -> APIC 0xf8 -> Node 0 | |
[ 0.026083] SRAT: PXM 0 -> APIC 0xfa -> Node 0 | |
[ 0.026084] SRAT: PXM 0 -> APIC 0xfc -> Node 0 | |
[ 0.026084] SRAT: PXM 0 -> APIC 0xfe -> Node 0 | |
[ 0.026087] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] | |
[ 0.026090] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff] | |
[ 0.026091] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x13fffffff] | |
[ 0.026092] ACPI: SRAT: Node 0 PXM 0 [mem 0x140000000-0x103fffffff] hotplug | |
[ 0.026095] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff] | |
[ 0.026097] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x13fffffff] -> [mem 0x00000000-0x13fffffff] | |
[ 0.026106] NODE_DATA(0) allocated [mem 0x13ffd4000-0x13fffdfff] | |
[ 0.026483] Zone ranges: | |
[ 0.026484] DMA [mem 0x0000000000001000-0x0000000000ffffff] | |
[ 0.026486] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] | |
[ 0.026488] Normal [mem 0x0000000100000000-0x000000013fffffff] | |
[ 0.026490] Device empty | |
[ 0.026491] Movable zone start for each node | |
[ 0.026493] Early memory node ranges | |
[ 0.026494] node 0: [mem 0x0000000000001000-0x000000000009dfff] | |
[ 0.026495] node 0: [mem 0x0000000000100000-0x00000000bfecffff] | |
[ 0.026497] node 0: [mem 0x00000000bff00000-0x00000000bfffffff] | |
[ 0.026497] node 0: [mem 0x0000000100000000-0x000000013fffffff] | |
[ 0.026499] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff] | |
[ 0.026500] On node 0 totalpages: 1048429 | |
[ 0.026502] DMA zone: 64 pages used for memmap | |
[ 0.026503] DMA zone: 21 pages reserved | |
[ 0.026503] DMA zone: 3997 pages, LIFO batch:0 | |
[ 0.028030] DMA zone: 28771 pages in unavailable ranges | |
[ 0.028031] DMA32 zone: 12224 pages used for memmap | |
[ 0.028032] DMA32 zone: 782288 pages, LIFO batch:63 | |
[ 0.063454] DMA32 zone: 48 pages in unavailable ranges | |
[ 0.063458] Normal zone: 4096 pages used for memmap | |
[ 0.063460] Normal zone: 262144 pages, LIFO batch:63 | |
[ 0.081849] ACPI: PM-Timer IO Port: 0x1008 | |
[ 0.081854] ACPI: Local APIC address 0xfee00000 | |
[ 0.081878] system APIC only can use physical flat | |
[ 0.081909] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) | |
[ 0.081911] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) | |
[ 0.081912] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) | |
[ 0.081913] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) | |
[ 0.081914] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) | |
[ 0.081914] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) | |
[ 0.081915] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) | |
[ 0.081915] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) | |
[ 0.081916] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) | |
[ 0.081917] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) | |
[ 0.081917] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) | |
[ 0.081918] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) | |
[ 0.081918] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) | |
[ 0.081919] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) | |
[ 0.081920] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) | |
[ 0.081920] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) | |
[ 0.081921] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) | |
[ 0.081922] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1]) | |
[ 0.081922] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1]) | |
[ 0.081923] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1]) | |
[ 0.081924] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1]) | |
[ 0.081924] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1]) | |
[ 0.081925] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1]) | |
[ 0.081926] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1]) | |
[ 0.081926] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1]) | |
[ 0.081927] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1]) | |
[ 0.081927] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1]) | |
[ 0.081928] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1]) | |
[ 0.081929] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1]) | |
[ 0.081929] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1]) | |
[ 0.081930] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1]) | |
[ 0.081930] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1]) | |
[ 0.081931] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1]) | |
[ 0.081932] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1]) | |
[ 0.081932] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1]) | |
[ 0.081933] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1]) | |
[ 0.081934] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1]) | |
[ 0.081934] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1]) | |
[ 0.081935] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1]) | |
[ 0.081936] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1]) | |
[ 0.081936] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1]) | |
[ 0.081937] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1]) | |
[ 0.081937] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1]) | |
[ 0.081938] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1]) | |
[ 0.081939] ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1]) | |
[ 0.081939] ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1]) | |
[ 0.081940] ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1]) | |
[ 0.081941] ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1]) | |
[ 0.081941] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1]) | |
[ 0.081942] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1]) | |
[ 0.081942] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1]) | |
[ 0.081943] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1]) | |
[ 0.081944] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1]) | |
[ 0.081944] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1]) | |
[ 0.081945] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1]) | |
[ 0.081946] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1]) | |
[ 0.081946] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1]) | |
[ 0.081947] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1]) | |
[ 0.081947] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1]) | |
[ 0.081948] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1]) | |
[ 0.081949] ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1]) | |
[ 0.081949] ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1]) | |
[ 0.081950] ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1]) | |
[ 0.081950] ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1]) | |
[ 0.081951] ACPI: LAPIC_NMI (acpi_id[0x40] high edge lint[0x1]) | |
[ 0.081952] ACPI: LAPIC_NMI (acpi_id[0x41] high edge lint[0x1]) | |
[ 0.081952] ACPI: LAPIC_NMI (acpi_id[0x42] high edge lint[0x1]) | |
[ 0.081953] ACPI: LAPIC_NMI (acpi_id[0x43] high edge lint[0x1]) | |
[ 0.081954] ACPI: LAPIC_NMI (acpi_id[0x44] high edge lint[0x1]) | |
[ 0.081954] ACPI: LAPIC_NMI (acpi_id[0x45] high edge lint[0x1]) | |
[ 0.081955] ACPI: LAPIC_NMI (acpi_id[0x46] high edge lint[0x1]) | |
[ 0.081955] ACPI: LAPIC_NMI (acpi_id[0x47] high edge lint[0x1]) | |
[ 0.081956] ACPI: LAPIC_NMI (acpi_id[0x48] high edge lint[0x1]) | |
[ 0.081971] ACPI: LAPIC_NMI (acpi_id[0x49] high edge lint[0x1]) | |
[ 0.081971] ACPI: LAPIC_NMI (acpi_id[0x4a] high edge lint[0x1]) | |
[ 0.081972] ACPI: LAPIC_NMI (acpi_id[0x4b] high edge lint[0x1]) | |
[ 0.081973] ACPI: LAPIC_NMI (acpi_id[0x4c] high edge lint[0x1]) | |
[ 0.081973] ACPI: LAPIC_NMI (acpi_id[0x4d] high edge lint[0x1]) | |
[ 0.081974] ACPI: LAPIC_NMI (acpi_id[0x4e] high edge lint[0x1]) | |
[ 0.081974] ACPI: LAPIC_NMI (acpi_id[0x4f] high edge lint[0x1]) | |
[ 0.081975] ACPI: LAPIC_NMI (acpi_id[0x50] high edge lint[0x1]) | |
[ 0.081976] ACPI: LAPIC_NMI (acpi_id[0x51] high edge lint[0x1]) | |
[ 0.081976] ACPI: LAPIC_NMI (acpi_id[0x52] high edge lint[0x1]) | |
[ 0.081977] ACPI: LAPIC_NMI (acpi_id[0x53] high edge lint[0x1]) | |
[ 0.081977] ACPI: LAPIC_NMI (acpi_id[0x54] high edge lint[0x1]) | |
[ 0.081978] ACPI: LAPIC_NMI (acpi_id[0x55] high edge lint[0x1]) | |
[ 0.081979] ACPI: LAPIC_NMI (acpi_id[0x56] high edge lint[0x1]) | |
[ 0.081979] ACPI: LAPIC_NMI (acpi_id[0x57] high edge lint[0x1]) | |
[ 0.081980] ACPI: LAPIC_NMI (acpi_id[0x58] high edge lint[0x1]) | |
[ 0.081980] ACPI: LAPIC_NMI (acpi_id[0x59] high edge lint[0x1]) | |
[ 0.081981] ACPI: LAPIC_NMI (acpi_id[0x5a] high edge lint[0x1]) | |
[ 0.081982] ACPI: LAPIC_NMI (acpi_id[0x5b] high edge lint[0x1]) | |
[ 0.081982] ACPI: LAPIC_NMI (acpi_id[0x5c] high edge lint[0x1]) | |
[ 0.081983] ACPI: LAPIC_NMI (acpi_id[0x5d] high edge lint[0x1]) | |
[ 0.081983] ACPI: LAPIC_NMI (acpi_id[0x5e] high edge lint[0x1]) | |
[ 0.081984] ACPI: LAPIC_NMI (acpi_id[0x5f] high edge lint[0x1]) | |
[ 0.081985] ACPI: LAPIC_NMI (acpi_id[0x60] high edge lint[0x1]) | |
[ 0.081985] ACPI: LAPIC_NMI (acpi_id[0x61] high edge lint[0x1]) | |
[ 0.081986] ACPI: LAPIC_NMI (acpi_id[0x62] high edge lint[0x1]) | |
[ 0.081986] ACPI: LAPIC_NMI (acpi_id[0x63] high edge lint[0x1]) | |
[ 0.081987] ACPI: LAPIC_NMI (acpi_id[0x64] high edge lint[0x1]) | |
[ 0.081988] ACPI: LAPIC_NMI (acpi_id[0x65] high edge lint[0x1]) | |
[ 0.081988] ACPI: LAPIC_NMI (acpi_id[0x66] high edge lint[0x1]) | |
[ 0.081989] ACPI: LAPIC_NMI (acpi_id[0x67] high edge lint[0x1]) | |
[ 0.081989] ACPI: LAPIC_NMI (acpi_id[0x68] high edge lint[0x1]) | |
[ 0.081990] ACPI: LAPIC_NMI (acpi_id[0x69] high edge lint[0x1]) | |
[ 0.081991] ACPI: LAPIC_NMI (acpi_id[0x6a] high edge lint[0x1]) | |
[ 0.081991] ACPI: LAPIC_NMI (acpi_id[0x6b] high edge lint[0x1]) | |
[ 0.081992] ACPI: LAPIC_NMI (acpi_id[0x6c] high edge lint[0x1]) | |
[ 0.081993] ACPI: LAPIC_NMI (acpi_id[0x6d] high edge lint[0x1]) | |
[ 0.081993] ACPI: LAPIC_NMI (acpi_id[0x6e] high edge lint[0x1]) | |
[ 0.081994] ACPI: LAPIC_NMI (acpi_id[0x6f] high edge lint[0x1]) | |
[ 0.081994] ACPI: LAPIC_NMI (acpi_id[0x70] high edge lint[0x1]) | |
[ 0.081995] ACPI: LAPIC_NMI (acpi_id[0x71] high edge lint[0x1]) | |
[ 0.081996] ACPI: LAPIC_NMI (acpi_id[0x72] high edge lint[0x1]) | |
[ 0.081997] ACPI: LAPIC_NMI (acpi_id[0x73] high edge lint[0x1]) | |
[ 0.081998] ACPI: LAPIC_NMI (acpi_id[0x74] high edge lint[0x1]) | |
[ 0.081998] ACPI: LAPIC_NMI (acpi_id[0x75] high edge lint[0x1]) | |
[ 0.081999] ACPI: LAPIC_NMI (acpi_id[0x76] high edge lint[0x1]) | |
[ 0.081999] ACPI: LAPIC_NMI (acpi_id[0x77] high edge lint[0x1]) | |
[ 0.082000] ACPI: LAPIC_NMI (acpi_id[0x78] high edge lint[0x1]) | |
[ 0.082001] ACPI: LAPIC_NMI (acpi_id[0x79] high edge lint[0x1]) | |
[ 0.082001] ACPI: LAPIC_NMI (acpi_id[0x7a] high edge lint[0x1]) | |
[ 0.082002] ACPI: LAPIC_NMI (acpi_id[0x7b] high edge lint[0x1]) | |
[ 0.082002] ACPI: LAPIC_NMI (acpi_id[0x7c] high edge lint[0x1]) | |
[ 0.082003] ACPI: LAPIC_NMI (acpi_id[0x7d] high edge lint[0x1]) | |
[ 0.082004] ACPI: LAPIC_NMI (acpi_id[0x7e] high edge lint[0x1]) | |
[ 0.082004] ACPI: LAPIC_NMI (acpi_id[0x7f] high edge lint[0x1]) | |
[ 0.082090] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 | |
[ 0.082095] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) | |
[ 0.082097] ACPI: IRQ0 used by override. | |
[ 0.082098] ACPI: IRQ9 used by override. | |
[ 0.082101] Using ACPI (MADT) for SMP configuration information | |
[ 0.082103] ACPI: HPET id: 0x8086af01 base: 0xfed00000 | |
[ 0.082107] TSC deadline timer available | |
[ 0.082111] smpboot: Allowing 128 CPUs, 126 hotplug CPUs | |
[ 0.082126] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] | |
[ 0.082128] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff] | |
[ 0.082129] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff] | |
[ 0.082129] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000cdfff] | |
[ 0.082130] PM: hibernation: Registered nosave memory: [mem 0x000ce000-0x000cffff] | |
[ 0.082131] PM: hibernation: Registered nosave memory: [mem 0x000d0000-0x000dbfff] | |
[ 0.082131] PM: hibernation: Registered nosave memory: [mem 0x000dc000-0x000fffff] | |
[ 0.082132] PM: hibernation: Registered nosave memory: [mem 0xbfed0000-0xbfefefff] | |
[ 0.082133] PM: hibernation: Registered nosave memory: [mem 0xbfeff000-0xbfefffff] | |
[ 0.082134] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xefffffff] | |
[ 0.082135] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff] | |
[ 0.082135] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff] | |
[ 0.082136] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec0ffff] | |
[ 0.082136] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfedfffff] | |
[ 0.082137] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff] | |
[ 0.082138] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfffdffff] | |
[ 0.082138] PM: hibernation: Registered nosave memory: [mem 0xfffe0000-0xffffffff] | |
[ 0.082140] [mem 0xc0000000-0xefffffff] available for PCI devices | |
[ 0.082141] Booting paravirtualized kernel on VMware hypervisor | |
[ 0.082143] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns | |
[ 0.082149] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:1 | |
[ 0.104826] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144 | |
[ 0.104838] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152 | |
[ 0.104841] pcpu-alloc: [0] 000 001 002 003 004 005 006 007 | |
[ 0.104846] pcpu-alloc: [0] 008 009 010 011 012 013 014 015 | |
[ 0.104851] pcpu-alloc: [0] 016 017 018 019 020 021 022 023 | |
[ 0.104855] pcpu-alloc: [0] 024 025 026 027 028 029 030 031 | |
[ 0.104860] pcpu-alloc: [0] 032 033 034 035 036 037 038 039 | |
[ 0.104864] pcpu-alloc: [0] 040 041 042 043 044 045 046 047 | |
[ 0.104869] pcpu-alloc: [0] 048 049 050 051 052 053 054 055 | |
[ 0.104873] pcpu-alloc: [0] 056 057 058 059 060 061 062 063 | |
[ 0.104891] pcpu-alloc: [0] 064 065 066 067 068 069 070 071 | |
[ 0.104896] pcpu-alloc: [0] 072 073 074 075 076 077 078 079 | |
[ 0.104900] pcpu-alloc: [0] 080 081 082 083 084 085 086 087 | |
[ 0.104905] pcpu-alloc: [0] 088 089 090 091 092 093 094 095 | |
[ 0.104909] pcpu-alloc: [0] 096 097 098 099 100 101 102 103 | |
[ 0.104914] pcpu-alloc: [0] 104 105 106 107 108 109 110 111 | |
[ 0.104918] pcpu-alloc: [0] 112 113 114 115 116 117 118 119 | |
[ 0.104923] pcpu-alloc: [0] 120 121 122 123 124 125 126 127 | |
[ 0.104966] Built 1 zonelists, mobility grouping on. Total pages: 1032024 | |
[ 0.104968] Policy zone: Normal | |
[ 0.104970] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-18-generic root=UUID=0fcdc171-2d09-45f6-9cb0-2fbb61ad0b93 ro find_preseed=/preseed.cfg auto noprompt priority=critical locale=en_US quiet | |
[ 0.105074] printk: log_buf_len individual max cpu contribution: 4096 bytes | |
[ 0.105075] printk: log_buf_len total cpu_extra contributions: 520192 bytes | |
[ 0.105076] printk: log_buf_len min size: 262144 bytes | |
[ 0.108645] printk: log_buf_len: 1048576 bytes | |
[ 0.108648] printk: early log buf free: 236512(90%) | |
[ 0.111486] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) | |
[ 0.112886] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
[ 0.115362] mem auto-init: stack:off, heap alloc:on, heap free:off | |
[ 0.147696] Memory: 3861884K/4193716K available (16393K kernel code, 3477K rwdata, 10152K rodata, 2688K init, 5976K bss, 331572K reserved, 0K cma-reserved) | |
[ 0.147707] random: get_random_u64 called from kmem_cache_open+0x27/0x230 with crng_init=0 | |
[ 0.148052] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1 | |
[ 0.148086] Kernel/User page tables isolation: enabled | |
[ 0.148230] ftrace: allocating 51212 entries in 201 pages | |
[ 0.164220] ftrace: allocated 201 pages with 4 groups | |
[ 0.164806] rcu: Hierarchical RCU implementation. | |
[ 0.164808] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128. | |
[ 0.164809] Rude variant of Tasks RCU enabled. | |
[ 0.164810] Tracing variant of Tasks RCU enabled. | |
[ 0.164811] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | |
[ 0.164811] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128 | |
[ 0.168251] NR_IRQS: 524544, nr_irqs: 1448, preallocated irqs: 16 | |
[ 0.168812] random: crng done (trusting CPU's manufacturer) | |
[ 0.176264] Console: colour VGA+ 80x25 | |
[ 0.176289] printk: console [tty0] enabled | |
[ 0.176342] ACPI: Core revision 20201113 | |
[ 0.176865] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns | |
[ 0.177000] APIC: Switch to symmetric I/O mode setup | |
[ 0.177361] x2apic enabled | |
[ 0.177515] Switched APIC routing to physical x2apic. | |
[ 0.178464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 | |
[ 0.178505] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns | |
[ 0.178511] Calibrating delay loop (skipped) preset value.. 5808.00 BogoMIPS (lpj=11616000) | |
[ 0.178513] pid_max: default: 131072 minimum: 1024 | |
[ 0.178575] LSM: Security Framework initializing | |
[ 0.178586] Yama: becoming mindful. | |
[ 0.178641] AppArmor: AppArmor initialized | |
[ 0.178754] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.178801] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.179403] Disabled fast string operations | |
[ 0.179759] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 | |
[ 0.179762] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 | |
[ 0.179768] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization | |
[ 0.179770] Spectre V2 : Mitigation: Full generic retpoline | |
[ 0.179770] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch | |
[ 0.179771] Spectre V2 : Enabling Restricted Speculation for firmware calls | |
[ 0.179772] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier | |
[ 0.179774] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp | |
[ 0.179779] SRBDS: Unknown: Dependent on hypervisor status | |
[ 0.179779] MDS: Mitigation: Clear CPU buffers | |
[ 0.179960] Freeing SMP alternatives memory: 40K | |
[ 0.182788] smpboot: CPU0: Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz (family: 0x6, model: 0x9e, stepping: 0xa) | |
[ 0.183102] Performance Events: Skylake events, core PMU driver. | |
[ 0.183179] core: CPUID marked event: 'cpu cycles' unavailable | |
[ 0.183179] core: CPUID marked event: 'instructions' unavailable | |
[ 0.183180] core: CPUID marked event: 'bus cycles' unavailable | |
[ 0.183181] core: CPUID marked event: 'cache references' unavailable | |
[ 0.183181] core: CPUID marked event: 'cache misses' unavailable | |
[ 0.183181] core: CPUID marked event: 'branch instructions' unavailable | |
[ 0.183182] core: CPUID marked event: 'branch misses' unavailable | |
[ 0.183186] ... version: 1 | |
[ 0.183187] ... bit width: 48 | |
[ 0.183187] ... generic registers: 4 | |
[ 0.183188] ... value mask: 0000ffffffffffff | |
[ 0.183189] ... max period: 000000007fffffff | |
[ 0.183189] ... fixed-purpose events: 0 | |
[ 0.183190] ... event mask: 000000000000000f | |
[ 0.183297] rcu: Hierarchical SRCU implementation. | |
[ 0.183714] NMI watchdog: Perf NMI watchdog permanently disabled | |
[ 0.186653] smp: Bringing up secondary CPUs ... | |
[ 0.186978] x86: Booting SMP configuration: | |
[ 0.186980] .... node #0, CPUs: #1 | |
[ 0.013936] Disabled fast string operations | |
[ 0.013936] smpboot: CPU 1 Converting physical 2 to logical package 1 | |
[ 0.013936] smpboot: CPU 1 Converting physical 0 to logical die 1 | |
[ 0.188230] smp: Brought up 1 node, 2 CPUs | |
[ 0.188230] smpboot: Max logical packages: 128 | |
[ 0.188230] smpboot: Total of 2 processors activated (11616.00 BogoMIPS) | |
[ 0.188230] devtmpfs: initialized | |
[ 0.188230] x86/mm: Memory block size: 128MB | |
[ 0.190859] PM: Registering ACPI NVS region [mem 0xbfeff000-0xbfefffff] (4096 bytes) | |
[ 0.190859] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.192027] futex hash table entries: 32768 (order: 9, 2097152 bytes, linear) | |
[ 0.192240] pinctrl core: initialized pinctrl subsystem | |
[ 0.192383] PM: RTC time: 11:49:45, date: 2021-06-06 | |
[ 0.192604] NET: Registered protocol family 16 | |
[ 0.193025] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.193068] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
[ 0.193108] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.193114] audit: initializing netlink subsys (disabled) | |
[ 0.193154] audit: type=2000 audit(1622980185.012:1): state=initialized audit_enabled=0 res=1 | |
[ 0.193154] thermal_sys: Registered thermal governor 'fair_share' | |
[ 0.193154] thermal_sys: Registered thermal governor 'bang_bang' | |
[ 0.193154] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.193154] thermal_sys: Registered thermal governor 'user_space' | |
[ 0.193154] thermal_sys: Registered thermal governor 'power_allocator' | |
[ 0.193154] EISA bus registered | |
[ 0.193154] cpuidle: using governor ladder | |
[ 0.193154] cpuidle: using governor menu | |
[ 0.193154] Simple Boot Flag at 0x36 set to 0x80 | |
[ 0.193154] ACPI: bus type PCI registered | |
[ 0.193154] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
[ 0.193154] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) | |
[ 0.193154] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820 | |
[ 0.193154] PCI: Using configuration type 1 for base access | |
[ 0.195392] Kprobes globally optimized | |
[ 0.195450] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.195450] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.198649] ACPI: Added _OSI(Module Device) | |
[ 0.198650] ACPI: Added _OSI(Processor Device) | |
[ 0.198651] ACPI: Added _OSI(3.0 _SCP Extensions) | |
[ 0.198652] ACPI: Added _OSI(Processor Aggregator Device) | |
[ 0.198653] ACPI: Added _OSI(Linux-Dell-Video) | |
[ 0.198654] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) | |
[ 0.198659] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) | |
[ 0.223907] ACPI: 1 ACPI AML tables successfully acquired and loaded | |
[ 0.226508] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored | |
[ 0.242769] ACPI: Interpreter enabled | |
[ 0.242780] ACPI: (supports S0 S1 S4 S5) | |
[ 0.242782] ACPI: Using IOAPIC for interrupt routing | |
[ 0.242802] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
[ 0.244065] ACPI: Enabled 4 GPEs in block 00 to 0F | |
[ 0.349574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f]) | |
[ 0.349582] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] | |
[ 0.349738] acpi PNP0A03:00: _OSC: platform does not support [AER LTR] | |
[ 0.349916] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability] | |
[ 0.350592] PCI host bridge to bus 0000:00 | |
[ 0.350593] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] | |
[ 0.350595] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] | |
[ 0.350596] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] | |
[ 0.350597] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] | |
[ 0.350597] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] | |
[ 0.350598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] | |
[ 0.350599] pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff window] | |
[ 0.350600] pci_bus 0000:00: root bus resource [bus 00-7f] | |
[ 0.350670] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000 | |
[ 0.351620] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400 | |
[ 0.355134] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100 | |
[ 0.355533] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a | |
[ 0.356114] pci 0000:00:07.1: reg 0x20: [io 0x1060-0x106f] | |
[ 0.356289] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] | |
[ 0.356290] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] | |
[ 0.356291] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] | |
[ 0.356292] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] | |
[ 0.356473] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000 | |
[ 0.357194] pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI | |
[ 0.357200] pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB | |
[ 0.357412] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000 | |
[ 0.357568] pci 0000:00:07.7: reg 0x10: [io 0x1080-0x10bf] | |
[ 0.357695] pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit] | |
[ 0.362508] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000 | |
[ 0.362853] pci 0000:00:0f.0: reg 0x10: [io 0x1070-0x107f] | |
[ 0.363522] pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref] | |
[ 0.363992] pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff] | |
[ 0.366365] pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref] | |
[ 0.367136] pci 0000:00:10.0: [1000:0030] type 00 class 0x010000 | |
[ 0.367324] pci 0000:00:10.0: reg 0x10: [io 0x1400-0x14ff] | |
[ 0.367488] pci 0000:00:10.0: reg 0x14: [mem 0xfeba0000-0xfebbffff 64bit] | |
[ 0.367647] pci 0000:00:10.0: reg 0x1c: [mem 0xfebc0000-0xfebdffff 64bit] | |
[ 0.367922] pci 0000:00:10.0: reg 0x30: [mem 0x00000000-0x00003fff pref] | |
[ 0.368784] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401 | |
[ 0.371563] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400 | |
[ 0.371981] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold | |
[ 0.372163] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400 | |
[ 0.372578] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold | |
[ 0.372762] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400 | |
[ 0.373178] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold | |
[ 0.373380] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400 | |
[ 0.373795] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold | |
[ 0.373973] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400 | |
[ 0.374397] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold | |
[ 0.374508] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400 | |
[ 0.374941] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold | |
[ 0.375122] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400 | |
[ 0.375527] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold | |
[ 0.375773] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400 | |
[ 0.376468] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold | |
[ 0.377450] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400 | |
[ 0.377857] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold | |
[ 0.378033] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400 | |
[ 0.378440] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold | |
[ 0.378542] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400 | |
[ 0.378952] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold | |
[ 0.379295] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400 | |
[ 0.379731] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold | |
[ 0.379929] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400 | |
[ 0.380335] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold | |
[ 0.380512] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400 | |
[ 0.380917] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold | |
[ 0.381097] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400 | |
[ 0.381502] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold | |
[ 0.381678] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400 | |
[ 0.382083] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold | |
[ 0.382704] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400 | |
[ 0.383110] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold | |
[ 0.383287] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400 | |
[ 0.383692] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold | |
[ 0.383866] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400 | |
[ 0.384272] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold | |
[ 0.384463] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400 | |
[ 0.384868] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold | |
[ 0.385040] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400 | |
[ 0.385590] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold | |
[ 0.385767] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400 | |
[ 0.386172] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold | |
[ 0.386408] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400 | |
[ 0.386916] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold | |
[ 0.387106] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400 | |
[ 0.387513] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold | |
[ 0.388294] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400 | |
[ 0.388700] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold | |
[ 0.388875] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400 | |
[ 0.389283] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold | |
[ 0.389460] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400 | |
[ 0.389866] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold | |
[ 0.390063] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400 | |
[ 0.390469] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold | |
[ 0.390508] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400 | |
[ 0.390536] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold | |
[ 0.390713] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400 | |
[ 0.391119] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold | |
[ 0.391298] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400 | |
[ 0.391704] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold | |
[ 0.391880] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400 | |
[ 0.392286] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold | |
[ 0.396833] pci_bus 0000:01: extended config space not accessible | |
[ 0.414829] pci 0000:00:01.0: PCI bridge to [bus 01] | |
[ 0.414926] pci_bus 0000:02: extended config space not accessible | |
[ 0.415081] acpiphp: Slot [32] registered | |
[ 0.415097] acpiphp: Slot [33] registered | |
[ 0.415109] acpiphp: Slot [34] registered | |
[ 0.415119] acpiphp: Slot [35] registered | |
[ 0.415130] acpiphp: Slot [36] registered | |
[ 0.415140] acpiphp: Slot [37] registered | |
[ 0.415151] acpiphp: Slot [38] registered | |
[ 0.415161] acpiphp: Slot [39] registered | |
[ 0.415174] acpiphp: Slot [40] registered | |
[ 0.415184] acpiphp: Slot [41] registered | |
[ 0.415194] acpiphp: Slot [42] registered | |
[ 0.415204] acpiphp: Slot [43] registered | |
[ 0.415215] acpiphp: Slot [44] registered | |
[ 0.415225] acpiphp: Slot [45] registered | |
[ 0.415241] acpiphp: Slot [46] registered | |
[ 0.415252] acpiphp: Slot [47] registered | |
[ 0.415262] acpiphp: Slot [48] registered | |
[ 0.415272] acpiphp: Slot [49] registered | |
[ 0.415282] acpiphp: Slot [50] registered | |
[ 0.415292] acpiphp: Slot [51] registered | |
[ 0.415303] acpiphp: Slot [52] registered | |
[ 0.415315] acpiphp: Slot [53] registered | |
[ 0.415326] acpiphp: Slot [54] registered | |
[ 0.415336] acpiphp: Slot [55] registered | |
[ 0.415346] acpiphp: Slot [56] registered | |
[ 0.415356] acpiphp: Slot [57] registered | |
[ 0.415366] acpiphp: Slot [58] registered | |
[ 0.415379] acpiphp: Slot [59] registered | |
[ 0.415389] acpiphp: Slot [60] registered | |
[ 0.415403] acpiphp: Slot [61] registered | |
[ 0.415413] acpiphp: Slot [62] registered | |
[ 0.415423] acpiphp: Slot [63] registered | |
[ 0.415456] pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300 | |
[ 0.416187] pci 0000:02:00.0: reg 0x20: [io 0x2080-0x209f] | |
[ 0.417287] pci 0000:02:01.0: [8086:100f] type 00 class 0x020000 | |
[ 0.417708] pci 0000:02:01.0: reg 0x10: [mem 0xfd5c0000-0xfd5dffff 64bit] | |
[ 0.417955] pci 0000:02:01.0: reg 0x18: [mem 0xfdff0000-0xfdffffff 64bit] | |
[ 0.418296] pci 0000:02:01.0: reg 0x20: [io 0x2000-0x203f] | |
[ 0.418594] pci 0000:02:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] | |
[ 0.418730] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold | |
[ 0.419511] pci 0000:02:02.0: [1274:1371] type 00 class 0x040100 | |
[ 0.419642] pci 0000:02:02.0: reg 0x10: [io 0x2040-0x207f] | |
[ 0.421181] pci 0000:02:03.0: [15ad:0770] type 00 class 0x0c0320 | |
[ 0.421288] pci 0000:02:03.0: reg 0x10: [mem 0xfd5ef000-0xfd5effff] | |
[ 0.422859] pci 0000:02:05.0: [15ad:07e0] type 00 class 0x010601 | |
[ 0.423354] pci 0000:02:05.0: reg 0x24: [mem 0xfd5ee000-0xfd5eefff] | |
[ 0.423429] pci 0000:02:05.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] | |
[ 0.423672] pci 0000:02:05.0: PME# supported from D3hot | |
[ 0.441000] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode) | |
[ 0.441011] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff] | |
[ 0.441021] pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff] | |
[ 0.441038] pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref] | |
[ 0.441039] pci 0000:00:11.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) | |
[ 0.441041] pci 0000:00:11.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode) | |
[ 0.441042] pci 0000:00:11.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode) | |
[ 0.441043] pci 0000:00:11.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode) | |
[ 0.441044] pci 0000:00:11.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode) | |
[ 0.441045] pci 0000:00:11.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) | |
[ 0.441046] pci 0000:00:11.0: bridge window [io 0x0d00-0xfeff window] (subtractive decode) | |
[ 0.462508] pci 0000:00:15.0: PCI bridge to [bus 03] | |
[ 0.462508] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff] | |
[ 0.462508] pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff] | |
[ 0.462508] pci 0000:00:15.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref] | |
[ 0.486101] pci 0000:00:15.1: PCI bridge to [bus 04] | |
[ 0.486121] pci 0000:00:15.1: bridge window [io 0x8000-0x8fff] | |
[ 0.486132] pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff] | |
[ 0.486150] pci 0000:00:15.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref] | |
[ 0.510697] pci 0000:00:15.2: PCI bridge to [bus 05] | |
[ 0.510719] pci 0000:00:15.2: bridge window [io 0xc000-0xcfff] | |
[ 0.510732] pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff] | |
[ 0.510755] pci 0000:00:15.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref] | |
[ 0.535143] pci 0000:00:15.3: PCI bridge to [bus 06] | |
[ 0.535175] pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff] | |
[ 0.535198] pci 0000:00:15.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref] | |
[ 0.554508] pci 0000:00:15.4: PCI bridge to [bus 07] | |
[ 0.554508] pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff] | |
[ 0.554508] pci 0000:00:15.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref] | |
[ 0.574376] pci 0000:00:15.5: PCI bridge to [bus 08] | |
[ 0.574399] pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff] | |
[ 0.574417] pci 0000:00:15.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref] | |
[ 0.592446] pci 0000:00:15.6: PCI bridge to [bus 09] | |
[ 0.592466] pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff] | |
[ 0.592484] pci 0000:00:15.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref] | |
[ 0.610508] pci 0000:00:15.7: PCI bridge to [bus 0a] | |
[ 0.610508] pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff] | |
[ 0.610508] pci 0000:00:15.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref] | |
[ 0.629165] pci 0000:00:16.0: PCI bridge to [bus 0b] | |
[ 0.629180] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff] | |
[ 0.629190] pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff] | |
[ 0.629208] pci 0000:00:16.0: bridge window [mem 0xe7900000-0xe79fffff 64bit pref] | |
[ 0.651265] pci 0000:00:16.1: PCI bridge to [bus 0c] | |
[ 0.651285] pci 0000:00:16.1: bridge window [io 0x9000-0x9fff] | |
[ 0.651296] pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff] | |
[ 0.651313] pci 0000:00:16.1: bridge window [mem 0xe7500000-0xe75fffff 64bit pref] | |
[ 0.672297] pci 0000:00:16.2: PCI bridge to [bus 0d] | |
[ 0.672318] pci 0000:00:16.2: bridge window [io 0xd000-0xdfff] | |
[ 0.672330] pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff] | |
[ 0.672350] pci 0000:00:16.2: bridge window [mem 0xe7100000-0xe71fffff 64bit pref] | |
[ 0.697023] pci 0000:00:16.3: PCI bridge to [bus 0e] | |
[ 0.697056] pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff] | |
[ 0.697079] pci 0000:00:16.3: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref] | |
[ 0.720912] pci 0000:00:16.4: PCI bridge to [bus 0f] | |
[ 0.720945] pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff] | |
[ 0.720967] pci 0000:00:16.4: bridge window [mem 0xe6900000-0xe69fffff 64bit pref] | |
[ 0.742508] pci 0000:00:16.5: PCI bridge to [bus 10] | |
[ 0.742508] pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff] | |
[ 0.742508] pci 0000:00:16.5: bridge window [mem 0xe6500000-0xe65fffff 64bit pref] | |
[ 0.760684] pci 0000:00:16.6: PCI bridge to [bus 11] | |
[ 0.760706] pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff] | |
[ 0.760753] pci 0000:00:16.6: bridge window [mem 0xe6100000-0xe61fffff 64bit pref] | |
[ 0.778508] pci 0000:00:16.7: PCI bridge to [bus 12] | |
[ 0.778508] pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff] | |
[ 0.778508] pci 0000:00:16.7: bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref] | |
[ 0.797587] pci 0000:00:17.0: PCI bridge to [bus 13] | |
[ 0.797618] pci 0000:00:17.0: bridge window [io 0x6000-0x6fff] | |
[ 0.797628] pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff] | |
[ 0.797646] pci 0000:00:17.0: bridge window [mem 0xe7800000-0xe78fffff 64bit pref] | |
[ 0.815311] pci 0000:00:17.1: PCI bridge to [bus 14] | |
[ 0.815325] pci 0000:00:17.1: bridge window [io 0xa000-0xafff] | |
[ 0.815335] pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff] | |
[ 0.815352] pci 0000:00:17.1: bridge window [mem 0xe7400000-0xe74fffff 64bit pref] | |
[ 0.833873] pci 0000:00:17.2: PCI bridge to [bus 15] | |
[ 0.833887] pci 0000:00:17.2: bridge window [io 0xe000-0xefff] | |
[ 0.833897] pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff] | |
[ 0.833934] pci 0000:00:17.2: bridge window [mem 0xe7000000-0xe70fffff 64bit pref] | |
[ 0.851834] pci 0000:00:17.3: PCI bridge to [bus 16] | |
[ 0.851858] pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff] | |
[ 0.851876] pci 0000:00:17.3: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref] | |
[ 0.869864] pci 0000:00:17.4: PCI bridge to [bus 17] | |
[ 0.869887] pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff] | |
[ 0.869905] pci 0000:00:17.4: bridge window [mem 0xe6800000-0xe68fffff 64bit pref] | |
[ 0.886890] pci 0000:00:17.5: PCI bridge to [bus 18] | |
[ 0.886909] pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff] | |
[ 0.886926] pci 0000:00:17.5: bridge window [mem 0xe6400000-0xe64fffff 64bit pref] | |
[ 0.905787] pci 0000:00:17.6: PCI bridge to [bus 19] | |
[ 0.905807] pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff] | |
[ 0.905824] pci 0000:00:17.6: bridge window [mem 0xe6000000-0xe60fffff 64bit pref] | |
[ 0.922991] pci 0000:00:17.7: PCI bridge to [bus 1a] | |
[ 0.923010] pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff] | |
[ 0.923027] pci 0000:00:17.7: bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref] | |
[ 0.940567] pci 0000:00:18.0: PCI bridge to [bus 1b] | |
[ 0.940577] pci 0000:00:18.0: bridge window [io 0x7000-0x7fff] | |
[ 0.940586] pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff] | |
[ 0.940602] pci 0000:00:18.0: bridge window [mem 0xe7700000-0xe77fffff 64bit pref] | |
[ 0.957235] pci 0000:00:18.1: PCI bridge to [bus 1c] | |
[ 0.957245] pci 0000:00:18.1: bridge window [io 0xb000-0xbfff] | |
[ 0.957253] pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff] | |
[ 0.957270] pci 0000:00:18.1: bridge window [mem 0xe7300000-0xe73fffff 64bit pref] | |
[ 0.974671] pci 0000:00:18.2: PCI bridge to [bus 1d] | |
[ 0.974689] pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff] | |
[ 0.974705] pci 0000:00:18.2: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref] | |
[ 0.994144] pci 0000:00:18.3: PCI bridge to [bus 1e] | |
[ 0.994182] pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff] | |
[ 0.994213] pci 0000:00:18.3: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref] | |
[ 1.018314] pci 0000:00:18.4: PCI bridge to [bus 1f] | |
[ 1.018342] pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff] | |
[ 1.018423] pci 0000:00:18.4: bridge window [mem 0xe6700000-0xe67fffff 64bit pref] | |
[ 1.037751] pci 0000:00:18.5: PCI bridge to [bus 20] | |
[ 1.037774] pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff] | |
[ 1.037793] pci 0000:00:18.5: bridge window [mem 0xe6300000-0xe63fffff 64bit pref] | |
[ 1.055671] pci 0000:00:18.6: PCI bridge to [bus 21] | |
[ 1.055693] pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff] | |
[ 1.055711] pci 0000:00:18.6: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref] | |
[ 1.073977] pci 0000:00:18.7: PCI bridge to [bus 22] | |
[ 1.073999] pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff] | |
[ 1.074017] pci 0000:00:18.7: bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref] | |
[ 1.074726] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15) | |
[ 1.074784] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15) | |
[ 1.074843] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15) | |
[ 1.074897] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 9 10 11 14 15) | |
[ 1.099881] iommu: Default domain type: Translated | |
[ 1.099881] SCSI subsystem initialized | |
[ 1.099881] libata version 3.00 loaded. | |
[ 1.099881] pci 0000:00:0f.0: vgaarb: setting as boot VGA device | |
[ 1.099881] pci 0000:00:0f.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none | |
[ 1.099881] pci 0000:00:0f.0: vgaarb: bridge control possible | |
[ 1.099881] vgaarb: loaded | |
[ 1.099881] ACPI: bus type USB registered | |
[ 1.099881] usbcore: registered new interface driver usbfs | |
[ 1.099881] usbcore: registered new interface driver hub | |
[ 1.099881] usbcore: registered new device driver usb | |
[ 1.099881] pps_core: LinuxPPS API ver. 1 registered | |
[ 1.099881] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
[ 1.099881] PTP clock support registered | |
[ 1.099881] EDAC MC: Ver: 3.0.0 | |
[ 1.099881] NetLabel: Initializing | |
[ 1.099881] NetLabel: domain hash size = 128 | |
[ 1.099881] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO | |
[ 1.099881] NetLabel: unlabeled traffic allowed by default | |
[ 1.099881] PCI: Using ACPI for IRQ routing | |
[ 1.192384] PCI: pci_cache_line_size set to 64 bytes | |
[ 1.192791] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff] | |
[ 1.192794] e820: reserve RAM buffer [mem 0xbfed0000-0xbfffffff] | |
[ 1.192845] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | |
[ 1.192845] hpet0: 16 comparators, 64-bit 14.318180 MHz counter | |
[ 1.195630] clocksource: Switched to clocksource tsc-early | |
[ 1.212482] VFS: Disk quotas dquot_6.6.0 | |
[ 1.212557] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 1.212771] AppArmor: AppArmor Filesystem Enabled | |
[ 1.212796] pnp: PnP ACPI init | |
[ 1.212962] system 00:00: [io 0x1000-0x103f] has been reserved | |
[ 1.212964] system 00:00: [io 0x1040-0x104f] has been reserved | |
[ 1.212966] system 00:00: [io 0x0cf0-0x0cf1] has been reserved | |
[ 1.212970] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) | |
[ 1.212989] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) | |
[ 1.213014] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active) | |
[ 1.213028] pnp 00:03: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active) | |
[ 1.213184] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved | |
[ 1.213187] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active) | |
[ 1.214347] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) | |
[ 1.214578] system 00:06: [io 0xfce0-0xfcff] has been reserved | |
[ 1.214580] system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved | |
[ 1.214581] system 00:06: [mem 0xfe800000-0xfe9fffff] has been reserved | |
[ 1.214584] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) | |
[ 1.236187] pnp: PnP ACPI: found 7 devices | |
[ 1.243690] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns | |
[ 1.243818] NET: Registered protocol family 2 | |
[ 1.246920] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) | |
[ 1.247079] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 1.247407] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) | |
[ 1.247429] TCP: Hash tables configured (established 32768 bind 32768) | |
[ 1.247799] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear) | |
[ 1.247852] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 1.247894] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 1.248144] NET: Registered protocol family 1 | |
[ 1.248148] NET: Registered protocol family 44 | |
[ 1.248162] pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000 | |
[ 1.248165] pci 0000:00:15.4: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000 | |
[ 1.248166] pci 0000:00:15.5: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000 | |
[ 1.248167] pci 0000:00:15.6: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000 | |
[ 1.248168] pci 0000:00:15.7: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000 | |
[ 1.248169] pci 0000:00:16.3: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000 | |
[ 1.248170] pci 0000:00:16.4: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000 | |
[ 1.248171] pci 0000:00:16.5: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000 | |
[ 1.248172] pci 0000:00:16.6: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000 | |
[ 1.248173] pci 0000:00:16.7: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000 | |
[ 1.248175] pci 0000:00:17.3: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000 | |
[ 1.248176] pci 0000:00:17.4: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000 | |
[ 1.248177] pci 0000:00:17.5: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000 | |
[ 1.248178] pci 0000:00:17.6: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000 | |
[ 1.248179] pci 0000:00:17.7: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000 | |
[ 1.248180] pci 0000:00:18.2: bridge window [io 0x1000-0x0fff] to [bus 1d] add_size 1000 | |
[ 1.248181] pci 0000:00:18.3: bridge window [io 0x1000-0x0fff] to [bus 1e] add_size 1000 | |
[ 1.248182] pci 0000:00:18.4: bridge window [io 0x1000-0x0fff] to [bus 1f] add_size 1000 | |
[ 1.248183] pci 0000:00:18.5: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000 | |
[ 1.248184] pci 0000:00:18.6: bridge window [io 0x1000-0x0fff] to [bus 21] add_size 1000 | |
[ 1.248185] pci 0000:00:18.7: bridge window [io 0x1000-0x0fff] to [bus 22] add_size 1000 | |
[ 1.248196] pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref] | |
[ 1.248198] pci 0000:00:10.0: BAR 6: assigned [mem 0xc0008000-0xc000bfff pref] | |
[ 1.248200] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000] | |
[ 1.248202] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248203] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000] | |
[ 1.248204] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248205] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000] | |
[ 1.248206] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248207] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000] | |
[ 1.248208] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248209] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000] | |
[ 1.248210] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248211] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000] | |
[ 1.248212] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248213] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000] | |
[ 1.248214] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248215] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000] | |
[ 1.248215] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248217] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000] | |
[ 1.248217] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248219] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000] | |
[ 1.248219] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248221] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000] | |
[ 1.248221] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248222] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000] | |
[ 1.248223] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248224] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000] | |
[ 1.248225] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248226] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000] | |
[ 1.248227] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248228] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000] | |
[ 1.248229] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248230] pci 0000:00:18.2: BAR 13: no space for [io size 0x1000] | |
[ 1.248231] pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248232] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000] | |
[ 1.248233] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248234] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000] | |
[ 1.248235] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248236] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000] | |
[ 1.248237] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248238] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000] | |
[ 1.248239] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248240] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000] | |
[ 1.248240] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248243] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000] | |
[ 1.248244] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248245] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000] | |
[ 1.248246] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248247] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000] | |
[ 1.248248] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248249] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000] | |
[ 1.248250] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248251] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000] | |
[ 1.248252] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248253] pci 0000:00:18.2: BAR 13: no space for [io size 0x1000] | |
[ 1.248254] pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248255] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000] | |
[ 1.248256] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248257] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000] | |
[ 1.248258] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248259] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000] | |
[ 1.248260] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248261] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000] | |
[ 1.248261] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248263] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000] | |
[ 1.248263] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248265] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000] | |
[ 1.248265] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248267] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000] | |
[ 1.248267] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248268] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000] | |
[ 1.248269] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248270] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000] | |
[ 1.248271] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248272] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000] | |
[ 1.248273] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248274] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000] | |
[ 1.248275] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248276] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000] | |
[ 1.248277] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248278] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000] | |
[ 1.248279] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248280] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000] | |
[ 1.248281] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248282] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000] | |
[ 1.248283] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000] | |
[ 1.248284] pci 0000:00:01.0: PCI bridge to [bus 01] | |
[ 1.248330] pci 0000:02:01.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref] | |
[ 1.248332] pci 0000:02:05.0: BAR 6: assigned [mem 0xfd510000-0xfd51ffff pref] | |
[ 1.248333] pci 0000:00:11.0: PCI bridge to [bus 02] | |
[ 1.248339] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff] | |
[ 1.248353] pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff] | |
[ 1.248362] pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref] | |
[ 1.248380] pci 0000:00:15.0: PCI bridge to [bus 03] | |
[ 1.248386] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff] | |
[ 1.248399] pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff] | |
[ 1.248408] pci 0000:00:15.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref] | |
[ 1.248460] pci 0000:00:15.1: PCI bridge to [bus 04] | |
[ 1.248466] pci 0000:00:15.1: bridge window [io 0x8000-0x8fff] | |
[ 1.248479] pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff] | |
[ 1.248489] pci 0000:00:15.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref] | |
[ 1.248514] pci 0000:00:15.2: PCI bridge to [bus 05] | |
[ 1.248520] pci 0000:00:15.2: bridge window [io 0xc000-0xcfff] | |
[ 1.248533] pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff] | |
[ 1.248542] pci 0000:00:15.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref] | |
[ 1.248566] pci 0000:00:15.3: PCI bridge to [bus 06] | |
[ 1.248580] pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff] | |
[ 1.248589] pci 0000:00:15.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref] | |
[ 1.248613] pci 0000:00:15.4: PCI bridge to [bus 07] | |
[ 1.248627] pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff] | |
[ 1.248636] pci 0000:00:15.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref] | |
[ 1.248659] pci 0000:00:15.5: PCI bridge to [bus 08] | |
[ 1.248673] pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff] | |
[ 1.248683] pci 0000:00:15.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref] | |
[ 1.248706] pci 0000:00:15.6: PCI bridge to [bus 09] | |
[ 1.248720] pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff] | |
[ 1.248729] pci 0000:00:15.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref] | |
[ 1.248752] pci 0000:00:15.7: PCI bridge to [bus 0a] | |
[ 1.248766] pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff] | |
[ 1.248775] pci 0000:00:15.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref] | |
[ 1.248799] pci 0000:00:16.0: PCI bridge to [bus 0b] | |
[ 1.248804] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff] | |
[ 1.248818] pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff] | |
[ 1.248827] pci 0000:00:16.0: bridge window [mem 0xe7900000-0xe79fffff 64bit pref] | |
[ 1.248850] pci 0000:00:16.1: PCI bridge to [bus 0c] | |
[ 1.248855] pci 0000:00:16.1: bridge window [io 0x9000-0x9fff] | |
[ 1.248869] pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff] | |
[ 1.248878] pci 0000:00:16.1: bridge window [mem 0xe7500000-0xe75fffff 64bit pref] | |
[ 1.248901] pci 0000:00:16.2: PCI bridge to [bus 0d] | |
[ 1.248906] pci 0000:00:16.2: bridge window [io 0xd000-0xdfff] | |
[ 1.248920] pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff] | |
[ 1.248929] pci 0000:00:16.2: bridge window [mem 0xe7100000-0xe71fffff 64bit pref] | |
[ 1.248952] pci 0000:00:16.3: PCI bridge to [bus 0e] | |
[ 1.248966] pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff] | |
[ 1.248975] pci 0000:00:16.3: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref] | |
[ 1.248998] pci 0000:00:16.4: PCI bridge to [bus 0f] | |
[ 1.249012] pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff] | |
[ 1.249021] pci 0000:00:16.4: bridge window [mem 0xe6900000-0xe69fffff 64bit pref] | |
[ 1.249044] pci 0000:00:16.5: PCI bridge to [bus 10] | |
[ 1.249058] pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff] | |
[ 1.249067] pci 0000:00:16.5: bridge window [mem 0xe6500000-0xe65fffff 64bit pref] | |
[ 1.249090] pci 0000:00:16.6: PCI bridge to [bus 11] | |
[ 1.249104] pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff] | |
[ 1.249113] pci 0000:00:16.6: bridge window [mem 0xe6100000-0xe61fffff 64bit pref] | |
[ 1.249136] pci 0000:00:16.7: PCI bridge to [bus 12] | |
[ 1.249150] pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff] | |
[ 1.249159] pci 0000:00:16.7: bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref] | |
[ 1.249182] pci 0000:00:17.0: PCI bridge to [bus 13] | |
[ 1.249187] pci 0000:00:17.0: bridge window [io 0x6000-0x6fff] | |
[ 1.249201] pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff] | |
[ 1.249210] pci 0000:00:17.0: bridge window [mem 0xe7800000-0xe78fffff 64bit pref] | |
[ 1.249236] pci 0000:00:17.1: PCI bridge to [bus 14] | |
[ 1.249241] pci 0000:00:17.1: bridge window [io 0xa000-0xafff] | |
[ 1.249255] pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff] | |
[ 1.249264] pci 0000:00:17.1: bridge window [mem 0xe7400000-0xe74fffff 64bit pref] | |
[ 1.249287] pci 0000:00:17.2: PCI bridge to [bus 15] | |
[ 1.249293] pci 0000:00:17.2: bridge window [io 0xe000-0xefff] | |
[ 1.249306] pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff] | |
[ 1.249315] pci 0000:00:17.2: bridge window [mem 0xe7000000-0xe70fffff 64bit pref] | |
[ 1.249338] pci 0000:00:17.3: PCI bridge to [bus 16] | |
[ 1.249352] pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff] | |
[ 1.249361] pci 0000:00:17.3: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref] | |
[ 1.249384] pci 0000:00:17.4: PCI bridge to [bus 17] | |
[ 1.249398] pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff] | |
[ 1.249407] pci 0000:00:17.4: bridge window [mem 0xe6800000-0xe68fffff 64bit pref] | |
[ 1.249430] pci 0000:00:17.5: PCI bridge to [bus 18] | |
[ 1.249444] pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff] | |
[ 1.249453] pci 0000:00:17.5: bridge window [mem 0xe6400000-0xe64fffff 64bit pref] | |
[ 1.249476] pci 0000:00:17.6: PCI bridge to [bus 19] | |
[ 1.249490] pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff] | |
[ 1.249499] pci 0000:00:17.6: bridge window [mem 0xe6000000-0xe60fffff 64bit pref] | |
[ 1.249522] pci 0000:00:17.7: PCI bridge to [bus 1a] | |
[ 1.249536] pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff] | |
[ 1.249545] pci 0000:00:17.7: bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref] | |
[ 1.249568] pci 0000:00:18.0: PCI bridge to [bus 1b] | |
[ 1.249573] pci 0000:00:18.0: bridge window [io 0x7000-0x7fff] | |
[ 1.249587] pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff] | |
[ 1.249596] pci 0000:00:18.0: bridge window [mem 0xe7700000-0xe77fffff 64bit pref] | |
[ 1.249619] pci 0000:00:18.1: PCI bridge to [bus 1c] | |
[ 1.249625] pci 0000:00:18.1: bridge window [io 0xb000-0xbfff] | |
[ 1.249638] pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff] | |
[ 1.249647] pci 0000:00:18.1: bridge window [mem 0xe7300000-0xe73fffff 64bit pref] | |
[ 1.249670] pci 0000:00:18.2: PCI bridge to [bus 1d] | |
[ 1.249683] pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff] | |
[ 1.249693] pci 0000:00:18.2: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref] | |
[ 1.249716] pci 0000:00:18.3: PCI bridge to [bus 1e] | |
[ 1.249729] pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff] | |
[ 1.249739] pci 0000:00:18.3: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref] | |
[ 1.249762] pci 0000:00:18.4: PCI bridge to [bus 1f] | |
[ 1.249775] pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff] | |
[ 1.249785] pci 0000:00:18.4: bridge window [mem 0xe6700000-0xe67fffff 64bit pref] | |
[ 1.249808] pci 0000:00:18.5: PCI bridge to [bus 20] | |
[ 1.249821] pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff] | |
[ 1.249831] pci 0000:00:18.5: bridge window [mem 0xe6300000-0xe63fffff 64bit pref] | |
[ 1.249853] pci 0000:00:18.6: PCI bridge to [bus 21] | |
[ 1.249867] pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff] | |
[ 1.249876] pci 0000:00:18.6: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref] | |
[ 1.249899] pci 0000:00:18.7: PCI bridge to [bus 22] | |
[ 1.249913] pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff] | |
[ 1.249922] pci 0000:00:18.7: bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref] | |
[ 1.249945] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window] | |
[ 1.249947] pci_bus 0000:00: resource 5 [mem 0x000d0000-0x000d3fff window] | |
[ 1.249948] pci_bus 0000:00: resource 6 [mem 0x000d4000-0x000d7fff window] | |
[ 1.249948] pci_bus 0000:00: resource 7 [mem 0x000d8000-0x000dbfff window] | |
[ 1.249949] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window] | |
[ 1.249950] pci_bus 0000:00: resource 9 [io 0x0000-0x0cf7 window] | |
[ 1.249951] pci_bus 0000:00: resource 10 [io 0x0d00-0xfeff window] | |
[ 1.249952] pci_bus 0000:02: resource 0 [io 0x2000-0x3fff] | |
[ 1.249953] pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff] | |
[ 1.249954] pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref] | |
[ 1.249955] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window] | |
[ 1.249955] pci_bus 0000:02: resource 5 [mem 0x000d0000-0x000d3fff window] | |
[ 1.249956] pci_bus 0000:02: resource 6 [mem 0x000d4000-0x000d7fff window] | |
[ 1.249957] pci_bus 0000:02: resource 7 [mem 0x000d8000-0x000dbfff window] | |
[ 1.249958] pci_bus 0000:02: resource 8 [mem 0xc0000000-0xfebfffff window] | |
[ 1.249958] pci_bus 0000:02: resource 9 [io 0x0000-0x0cf7 window] | |
[ 1.249959] pci_bus 0000:02: resource 10 [io 0x0d00-0xfeff window] | |
[ 1.249960] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff] | |
[ 1.249961] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff] | |
[ 1.249962] pci_bus 0000:03: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref] | |
[ 1.249963] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff] | |
[ 1.249963] pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff] | |
[ 1.249964] pci_bus 0000:04: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref] | |
[ 1.249965] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff] | |
[ 1.249966] pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff] | |
[ 1.249966] pci_bus 0000:05: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref] | |
[ 1.249968] pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff] | |
[ 1.249968] pci_bus 0000:06: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref] | |
[ 1.249969] pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff] | |
[ 1.249970] pci_bus 0000:07: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref] | |
[ 1.249971] pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff] | |
[ 1.249972] pci_bus 0000:08: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref] | |
[ 1.249973] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff] | |
[ 1.249973] pci_bus 0000:09: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref] | |
[ 1.249974] pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff] | |
[ 1.249975] pci_bus 0000:0a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref] | |
[ 1.249976] pci_bus 0000:0b: resource 0 [io 0x5000-0x5fff] | |
[ 1.249977] pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff] | |
[ 1.249977] pci_bus 0000:0b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref] | |
[ 1.249978] pci_bus 0000:0c: resource 0 [io 0x9000-0x9fff] | |
[ 1.249979] pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff] | |
[ 1.249980] pci_bus 0000:0c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref] | |
[ 1.249981] pci_bus 0000:0d: resource 0 [io 0xd000-0xdfff] | |
[ 1.249981] pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff] | |
[ 1.249982] pci_bus 0000:0d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref] | |
[ 1.249983] pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff] | |
[ 1.249984] pci_bus 0000:0e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref] | |
[ 1.249985] pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff] | |
[ 1.249985] pci_bus 0000:0f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref] | |
[ 1.249986] pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff] | |
[ 1.249987] pci_bus 0000:10: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref] | |
[ 1.249988] pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff] | |
[ 1.249989] pci_bus 0000:11: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref] | |
[ 1.249989] pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff] | |
[ 1.249990] pci_bus 0000:12: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref] | |
[ 1.249991] pci_bus 0000:13: resource 0 [io 0x6000-0x6fff] | |
[ 1.249992] pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff] | |
[ 1.249992] pci_bus 0000:13: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref] | |
[ 1.249993] pci_bus 0000:14: resource 0 [io 0xa000-0xafff] | |
[ 1.249994] pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff] | |
[ 1.249995] pci_bus 0000:14: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref] | |
[ 1.249996] pci_bus 0000:15: resource 0 [io 0xe000-0xefff] | |
[ 1.249996] pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff] | |
[ 1.249997] pci_bus 0000:15: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref] | |
[ 1.249998] pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff] | |
[ 1.249999] pci_bus 0000:16: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref] | |
[ 1.249999] pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff] | |
[ 1.250000] pci_bus 0000:17: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref] | |
[ 1.250001] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff] | |
[ 1.250002] pci_bus 0000:18: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref] | |
[ 1.250003] pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff] | |
[ 1.250003] pci_bus 0000:19: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref] | |
[ 1.250004] pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff] | |
[ 1.250005] pci_bus 0000:1a: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref] | |
[ 1.250006] pci_bus 0000:1b: resource 0 [io 0x7000-0x7fff] | |
[ 1.250007] pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff] | |
[ 1.250007] pci_bus 0000:1b: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref] | |
[ 1.250008] pci_bus 0000:1c: resource 0 [io 0xb000-0xbfff] | |
[ 1.250009] pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff] | |
[ 1.250010] pci_bus 0000:1c: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref] | |
[ 1.250011] pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff] | |
[ 1.250011] pci_bus 0000:1d: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref] | |
[ 1.250012] pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff] | |
[ 1.250013] pci_bus 0000:1e: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref] | |
[ 1.250014] pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff] | |
[ 1.250015] pci_bus 0000:1f: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref] | |
[ 1.250015] pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff] | |
[ 1.250016] pci_bus 0000:20: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref] | |
[ 1.250017] pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff] | |
[ 1.250018] pci_bus 0000:21: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref] | |
[ 1.250019] pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff] | |
[ 1.250019] pci_bus 0000:22: resource 2 [mem 0xe5b00000-0xe5bfffff 64bit pref] | |
[ 1.250192] pci 0000:00:00.0: Limiting direct PCI/PCI transfers | |
[ 1.250242] pci 0000:00:0f.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] | |
[ 1.251644] pci 0000:02:01.0: CLS mismatch (32 != 64), using 64 bytes | |
[ 1.252298] Trying to unpack rootfs image as initramfs... | |
[ 1.714175] Freeing initrd memory: 119300K | |
[ 1.714220] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) | |
[ 1.714222] software IO TLB: mapped [mem 0x00000000bbed0000-0x00000000bfed0000] (64MB) | |
[ 1.714378] check: Scanning for low memory corruption every 60 seconds | |
[ 1.715537] Initialise system trusted keyrings | |
[ 1.715554] Key type blacklist registered | |
[ 1.715707] workingset: timestamp_bits=36 max_order=20 bucket_order=0 | |
[ 1.716572] zbud: loaded | |
[ 1.716838] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
[ 1.717034] fuse: init (API version 7.33) | |
[ 1.717247] integrity: Platform Keyring initialized | |
[ 1.724351] Key type asymmetric registered | |
[ 1.724356] Asymmetric key parser 'x509' registered | |
[ 1.724371] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) | |
[ 1.724532] io scheduler mq-deadline registered | |
[ 1.725157] pcieport 0000:00:15.0: PME: Signaling with IRQ 24 | |
[ 1.725212] pcieport 0000:00:15.0: pciehp: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.725868] pcieport 0000:00:15.1: PME: Signaling with IRQ 25 | |
[ 1.725924] pcieport 0000:00:15.1: pciehp: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.726568] pcieport 0000:00:15.2: PME: Signaling with IRQ 26 | |
[ 1.726621] pcieport 0000:00:15.2: pciehp: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.727411] pcieport 0000:00:15.3: PME: Signaling with IRQ 27 | |
[ 1.727468] pcieport 0000:00:15.3: pciehp: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.728128] pcieport 0000:00:15.4: PME: Signaling with IRQ 28 | |
[ 1.728182] pcieport 0000:00:15.4: pciehp: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.728843] pcieport 0000:00:15.5: PME: Signaling with IRQ 29 | |
[ 1.728912] pcieport 0000:00:15.5: pciehp: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.729533] pcieport 0000:00:15.6: PME: Signaling with IRQ 30 | |
[ 1.729587] pcieport 0000:00:15.6: pciehp: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.730174] pcieport 0000:00:15.7: PME: Signaling with IRQ 31 | |
[ 1.730225] pcieport 0000:00:15.7: pciehp: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.730790] pcieport 0000:00:16.0: PME: Signaling with IRQ 32 | |
[ 1.730840] pcieport 0000:00:16.0: pciehp: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.731461] pcieport 0000:00:16.1: PME: Signaling with IRQ 33 | |
[ 1.731512] pcieport 0000:00:16.1: pciehp: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.732075] pcieport 0000:00:16.2: PME: Signaling with IRQ 34 | |
[ 1.732125] pcieport 0000:00:16.2: pciehp: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.732706] pcieport 0000:00:16.3: PME: Signaling with IRQ 35 | |
[ 1.732756] pcieport 0000:00:16.3: pciehp: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.733330] pcieport 0000:00:16.4: PME: Signaling with IRQ 36 | |
[ 1.733385] pcieport 0000:00:16.4: pciehp: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.734146] pcieport 0000:00:16.5: PME: Signaling with IRQ 37 | |
[ 1.734200] pcieport 0000:00:16.5: pciehp: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.734894] pcieport 0000:00:16.6: PME: Signaling with IRQ 38 | |
[ 1.734947] pcieport 0000:00:16.6: pciehp: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.735540] pcieport 0000:00:16.7: PME: Signaling with IRQ 39 | |
[ 1.735632] pcieport 0000:00:16.7: pciehp: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.736208] pcieport 0000:00:17.0: PME: Signaling with IRQ 40 | |
[ 1.736260] pcieport 0000:00:17.0: pciehp: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.736839] pcieport 0000:00:17.1: PME: Signaling with IRQ 41 | |
[ 1.736889] pcieport 0000:00:17.1: pciehp: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.737448] pcieport 0000:00:17.2: PME: Signaling with IRQ 42 | |
[ 1.737498] pcieport 0000:00:17.2: pciehp: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.738106] pcieport 0000:00:17.3: PME: Signaling with IRQ 43 | |
[ 1.738158] pcieport 0000:00:17.3: pciehp: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.738739] pcieport 0000:00:17.4: PME: Signaling with IRQ 44 | |
[ 1.738791] pcieport 0000:00:17.4: pciehp: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.739348] pcieport 0000:00:17.5: PME: Signaling with IRQ 45 | |
[ 1.739399] pcieport 0000:00:17.5: pciehp: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.739936] pcieport 0000:00:17.6: PME: Signaling with IRQ 46 | |
[ 1.739985] pcieport 0000:00:17.6: pciehp: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.740543] pcieport 0000:00:17.7: PME: Signaling with IRQ 47 | |
[ 1.740590] pcieport 0000:00:17.7: pciehp: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.741150] pcieport 0000:00:18.0: PME: Signaling with IRQ 48 | |
[ 1.741200] pcieport 0000:00:18.0: pciehp: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.741831] pcieport 0000:00:18.1: PME: Signaling with IRQ 49 | |
[ 1.741883] pcieport 0000:00:18.1: pciehp: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.742682] pcieport 0000:00:18.2: PME: Signaling with IRQ 50 | |
[ 1.742742] pcieport 0000:00:18.2: pciehp: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.743310] pcieport 0000:00:18.3: PME: Signaling with IRQ 51 | |
[ 1.743359] pcieport 0000:00:18.3: pciehp: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.743919] pcieport 0000:00:18.4: PME: Signaling with IRQ 52 | |
[ 1.743968] pcieport 0000:00:18.4: pciehp: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.744547] pcieport 0000:00:18.5: PME: Signaling with IRQ 53 | |
[ 1.744609] pcieport 0000:00:18.5: pciehp: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.745234] pcieport 0000:00:18.6: PME: Signaling with IRQ 54 | |
[ 1.745283] pcieport 0000:00:18.6: pciehp: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.745876] pcieport 0000:00:18.7: PME: Signaling with IRQ 55 | |
[ 1.745934] pcieport 0000:00:18.7: pciehp: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+ | |
[ 1.746341] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 | |
[ 1.746412] intel_idle: Please enable MWAIT in BIOS SETUP | |
[ 1.746866] ACPI: AC Adapter [ACAD] (on-line) | |
[ 1.747045] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 | |
[ 1.747095] ACPI: Power Button [PWRF] | |
[ 1.747833] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled | |
[ 1.768901] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A | |
[ 1.799996] Linux agpgart interface v0.103 | |
[ 1.800086] agpgart-intel 0000:00:00.0: Intel 440BX Chipset | |
[ 1.800662] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0 | |
[ 1.810328] loop: module loaded | |
[ 1.810503] ata_piix 0000:00:07.1: version 2.13 | |
[ 1.811015] scsi host0: ata_piix | |
[ 1.811209] scsi host1: ata_piix | |
[ 1.811233] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14 | |
[ 1.811235] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15 | |
[ 1.811369] libphy: Fixed MDIO Bus: probed | |
[ 1.811370] tun: Universal TUN/TAP device driver, 1.6 | |
[ 1.811393] PPP generic driver version 2.4.2 | |
[ 1.811428] VFIO - User Level meta-driver version: 0.3 | |
[ 1.811459] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
[ 1.811462] ehci-pci: EHCI PCI platform driver | |
[ 1.811814] ehci-pci 0000:02:03.0: EHCI Host Controller | |
[ 1.811818] ehci-pci 0000:02:03.0: new USB bus registered, assigned bus number 1 | |
[ 1.811985] ehci-pci 0000:02:03.0: irq 17, io mem 0xfd5ef000 | |
[ 1.826864] ehci-pci 0000:02:03.0: USB 2.0 started, EHCI 1.00 | |
[ 1.826971] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11 | |
[ 1.826975] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 1.826977] usb usb1: Product: EHCI Host Controller | |
[ 1.826979] usb usb1: Manufacturer: Linux 5.11.0-18-generic ehci_hcd | |
[ 1.826981] usb usb1: SerialNumber: 0000:02:03.0 | |
[ 1.827098] hub 1-0:1.0: USB hub found | |
[ 1.827105] hub 1-0:1.0: 6 ports detected | |
[ 1.827457] ehci-platform: EHCI generic platform driver | |
[ 1.827474] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
[ 1.827478] ohci-pci: OHCI PCI platform driver | |
[ 1.827496] ohci-platform: OHCI generic platform driver | |
[ 1.827503] uhci_hcd: USB Universal Host Controller Interface driver | |
[ 1.828250] uhci_hcd 0000:02:00.0: UHCI Host Controller | |
[ 1.828260] uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 | |
[ 1.828279] uhci_hcd 0000:02:00.0: detected 2 ports | |
[ 1.828449] uhci_hcd 0000:02:00.0: irq 18, io base 0x00002080 | |
[ 1.828554] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.11 | |
[ 1.828557] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 1.828559] usb usb2: Product: UHCI Host Controller | |
[ 1.828560] usb usb2: Manufacturer: Linux 5.11.0-18-generic uhci_hcd | |
[ 1.828562] usb usb2: SerialNumber: 0000:02:00.0 | |
[ 1.828649] hub 2-0:1.0: USB hub found | |
[ 1.828654] hub 2-0:1.0: 2 ports detected | |
[ 1.828794] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12 | |
[ 1.829418] serio: i8042 KBD port at 0x60,0x64 irq 1 | |
[ 1.829423] serio: i8042 AUX port at 0x60,0x64 irq 12 | |
[ 1.829522] mousedev: PS/2 mouse device common for all mice | |
[ 1.831409] rtc_cmos 00:01: registered as rtc0 | |
[ 1.831573] rtc_cmos 00:01: setting system clock to 2021-06-06T11:49:47 UTC (1622980187) | |
[ 1.831625] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs | |
[ 1.831634] i2c /dev entries driver | |
[ 1.831694] device-mapper: uevent: version 1.0.3 | |
[ 1.831811] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: [email protected] | |
[ 1.831842] platform eisa.0: Probing EISA bus 0 | |
[ 1.831844] platform eisa.0: EISA: Cannot allocate resource for mainboard | |
[ 1.831846] platform eisa.0: Cannot allocate resource for EISA slot 1 | |
[ 1.831847] platform eisa.0: Cannot allocate resource for EISA slot 2 | |
[ 1.831848] platform eisa.0: Cannot allocate resource for EISA slot 3 | |
[ 1.831850] platform eisa.0: Cannot allocate resource for EISA slot 4 | |
[ 1.831851] platform eisa.0: Cannot allocate resource for EISA slot 5 | |
[ 1.831852] platform eisa.0: Cannot allocate resource for EISA slot 6 | |
[ 1.831853] platform eisa.0: Cannot allocate resource for EISA slot 7 | |
[ 1.831854] platform eisa.0: Cannot allocate resource for EISA slot 8 | |
[ 1.831855] platform eisa.0: EISA: Detected 0 cards | |
[ 1.831857] intel_pstate: CPU model not supported | |
[ 1.831944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 | |
[ 1.832122] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 1.832352] intel_pmc_core intel_pmc_core.0: initialized | |
[ 1.832445] drop_monitor: Initializing network drop monitor service | |
[ 1.832594] NET: Registered protocol family 10 | |
[ 1.841244] Segment Routing with IPv6 | |
[ 1.841266] NET: Registered protocol family 17 | |
[ 1.841401] Key type dns_resolver registered | |
[ 1.841680] IPI shorthand broadcast: enabled | |
[ 1.841691] sched_clock: Marking stable (1831666385, 9936596)->(1932692901, -91089920) | |
[ 1.841898] registered taskstats version 1 | |
[ 1.841920] Loading compiled-in X.509 certificates | |
[ 1.842793] Loaded X.509 cert 'Build time autogenerated kernel key: 4cd998281d9bcff2fe40ebfec9bfa6d3071b7095' | |
[ 1.843267] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969' | |
[ 1.843728] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19' | |
[ 1.868019] zswap: loaded using pool lzo/zbud | |
[ 1.868443] Key type ._fscrypt registered | |
[ 1.868445] Key type .fscrypt registered | |
[ 1.868446] Key type fscrypt-provisioning registered | |
[ 1.872128] Key type encrypted registered | |
[ 1.872132] AppArmor: AppArmor sha1 policy hashing enabled | |
[ 1.872137] ima: No TPM chip found, activating TPM-bypass! | |
[ 1.872143] ima: Allocated hash algorithm: sha1 | |
[ 1.872148] ima: No architecture policies found | |
[ 1.872153] evm: Initialising EVM extended attributes: | |
[ 1.872154] evm: security.selinux | |
[ 1.872155] evm: security.SMACK64 | |
[ 1.872155] evm: security.SMACK64EXEC | |
[ 1.872156] evm: security.SMACK64TRANSMUTE | |
[ 1.872156] evm: security.SMACK64MMAP | |
[ 1.872156] evm: security.apparmor | |
[ 1.872157] evm: security.ima | |
[ 1.872157] evm: security.capability | |
[ 1.872158] evm: HMAC attrs: 0x1 | |
[ 1.873430] PM: Magic number: 9:403:832 | |
[ 1.873545] acpi PNP0C80:59: hash matches | |
[ 1.873551] acpi PNP0C80:2c: hash matches | |
[ 1.873580] acpi device:b7: hash matches | |
[ 1.873962] RAS: Correctable Errors collector initialized. | |
[ 1.998842] Freeing unused decrypted memory: 2036K | |
[ 1.999136] Freeing unused kernel image (initmem) memory: 2688K | |
[ 1.999202] Write protecting the kernel read-only data: 28672k | |
[ 1.999851] Freeing unused kernel image (text/rodata gap) memory: 2036K | |
[ 2.000058] Freeing unused kernel image (rodata/data gap) memory: 88K | |
[ 2.042764] x86/mm: Checked W+X mappings: passed, no W+X pages found. | |
[ 2.042767] x86/mm: Checking user space page tables | |
[ 2.080179] x86/mm: Checked W+X mappings: passed, no W+X pages found. | |
[ 2.080187] Run /init as init process | |
[ 2.080188] with arguments: | |
[ 2.080189] /init | |
[ 2.080190] auto | |
[ 2.080190] noprompt | |
[ 2.080191] with environment: | |
[ 2.080192] HOME=/ | |
[ 2.080192] TERM=linux | |
[ 2.080192] BOOT_IMAGE=/boot/vmlinuz-5.11.0-18-generic | |
[ 2.080193] find_preseed=/preseed.cfg | |
[ 2.080194] priority=critical | |
[ 2.080194] locale=en_US | |
[ 2.162628] usb 1-1: new high-speed USB device number 2 using ehci-pci | |
[ 2.162687] usb 2-1: new full-speed USB device number 2 using uhci_hcd | |
[ 2.328401] usb 2-1: New USB device found, idVendor=0e0f, idProduct=0003, bcdDevice= 1.03 | |
[ 2.328405] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
[ 2.328407] usb 2-1: Product: VMware Virtual USB Mouse | |
[ 2.328408] usb 2-1: Manufacturer: VMware | |
[ 2.335925] usb 1-1: New USB device found, idVendor=0e0f, idProduct=000b, bcdDevice= 1.00 | |
[ 2.335929] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
[ 2.335930] usb 1-1: Product: VMware Virtual USB Video Device | |
[ 2.335932] usb 1-1: Manufacturer: VMware, Inc. | |
[ 2.384889] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled! | |
[ 2.385470] e1000: Intel(R) PRO/1000 Network Driver | |
[ 2.385472] e1000: Copyright (c) 1999-2006 Intel Corporation. | |
[ 2.389529] ahci 0000:02:05.0: version 3.0 | |
[ 2.390507] ahci 0000:02:05.0: AHCI 0001.0300 32 slots 30 ports 6 Gbps 0x3fffffff impl SATA mode | |
[ 2.390510] ahci 0000:02:05.0: flags: 64bit ncq clo only | |
[ 2.393095] Fusion MPT base driver 3.04.20 | |
[ 2.393096] Copyright (c) 1999-2008 LSI Corporation | |
[ 2.406745] scsi host2: ahci | |
[ 2.414083] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 | |
[ 2.414161] scsi host3: ahci | |
[ 2.414328] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 | |
[ 2.416179] Fusion MPT SPI Host driver 3.04.20 | |
[ 2.422915] scsi host4: ahci | |
[ 2.430862] scsi host5: ahci | |
[ 2.435872] mptbase: ioc0: Initiating bringup | |
[ 2.439338] scsi host6: ahci | |
[ 2.444141] [drm] DMA map mode: Caching DMA mappings. | |
[ 2.444234] [drm] Capabilities: | |
[ 2.444234] [drm] Rect copy. | |
[ 2.444235] [drm] Cursor. | |
[ 2.444235] [drm] Cursor bypass. | |
[ 2.444235] [drm] Cursor bypass 2. | |
[ 2.444236] [drm] 8bit emulation. | |
[ 2.444236] [drm] Alpha cursor. | |
[ 2.444236] [drm] 3D. | |
[ 2.444237] [drm] Extended Fifo. | |
[ 2.444237] [drm] Multimon. | |
[ 2.444237] [drm] Pitchlock. | |
[ 2.444237] [drm] Irq mask. | |
[ 2.444238] [drm] Display Topology. | |
[ 2.444238] [drm] GMR. | |
[ 2.444238] [drm] Traces. | |
[ 2.444239] [drm] GMR2. | |
[ 2.444239] [drm] Screen Object 2. | |
[ 2.444239] [drm] Command Buffers. | |
[ 2.444240] [drm] Command Buffers 2. | |
[ 2.444240] [drm] Guest Backed Resources. | |
[ 2.444240] [drm] DX Features. | |
[ 2.444241] [drm] HP Command Queue. | |
[ 2.444241] [drm] Capabilities2: | |
[ 2.444241] [drm] Grow oTable. | |
[ 2.444242] [drm] IntraSurface copy. | |
[ 2.444242] [drm] DX3. | |
[ 2.444242] [drm] Max GMR ids is 64 | |
[ 2.444243] [drm] Max number of GMR pages is 65536 | |
[ 2.444244] [drm] Max dedicated hypervisor surface memory is 0 kiB | |
[ 2.444244] [drm] Maximum display memory size is 262144 kiB | |
[ 2.444245] [drm] VRAM at 0xe8000000 size is 4096 kiB | |
[ 2.444245] [drm] MMIO at 0xfe000000 size is 256 kiB | |
[ 2.444377] [TTM] Zone kernel: Available graphics memory: 1994170 KiB | |
[ 2.444622] [drm] Screen Target Display device initialized | |
[ 2.445056] [drm] width 640 | |
[ 2.445062] [drm] height 480 | |
[ 2.445066] [drm] bpp 32 | |
[ 2.445797] [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f | |
[ 2.447137] scsi host7: ahci | |
[ 2.450621] [drm] Using command buffers with DMA pool. | |
[ 2.451012] [drm] Atomic: yes. | |
[ 2.451013] [drm] SM5 support available. | |
[ 2.454264] scsi host8: ahci | |
[ 2.458953] fbcon: svgadrmfb (fb0) is primary device | |
[ 2.461696] Console: switching to colour frame buffer device 100x37 | |
[ 2.462611] usb 2-2: new full-speed USB device number 3 using uhci_hcd | |
[ 2.464029] scsi host9: ahci | |
[ 2.468702] [drm] Initialized vmwgfx 2.18.0 20200114 for 0000:00:0f.0 on minor 0 | |
[ 2.477261] scsi host10: ahci | |
[ 2.484154] scsi host11: ahci | |
[ 2.491636] scsi host12: ahci | |
[ 2.495129] scsi host13: ahci | |
[ 2.499147] scsi host14: ahci | |
[ 2.499797] scsi host15: ahci | |
[ 2.502858] scsi host16: ahci | |
[ 2.506756] scsi host17: ahci | |
[ 2.510615] scsi host18: ahci | |
[ 2.518611] scsi host19: ahci | |
[ 2.519361] scsi host20: ahci | |
[ 2.520607] scsi host21: ahci | |
[ 2.520890] scsi host22: ahci | |
[ 2.521040] scsi host23: ahci | |
[ 2.521188] scsi host24: ahci | |
[ 2.521490] scsi host25: ahci | |
[ 2.521628] scsi host26: ahci | |
[ 2.521932] scsi host27: ahci | |
[ 2.522094] scsi host28: ahci | |
[ 2.522680] scsi host29: ahci | |
[ 2.522830] scsi host30: ahci | |
[ 2.523108] scsi host31: ahci | |
[ 2.523181] ata3: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee100 irq 56 | |
[ 2.523184] ata4: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee180 irq 56 | |
[ 2.523185] ata5: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee200 irq 56 | |
[ 2.523186] ata6: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee280 irq 56 | |
[ 2.523187] ata7: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee300 irq 56 | |
[ 2.523188] ata8: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee380 irq 56 | |
[ 2.523205] ata9: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee400 irq 56 | |
[ 2.523206] ata10: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee480 irq 56 | |
[ 2.523208] ata11: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee500 irq 56 | |
[ 2.523209] ata12: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee580 irq 56 | |
[ 2.523210] ata13: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee600 irq 56 | |
[ 2.523211] ata14: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee680 irq 56 | |
[ 2.523212] ata15: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee700 irq 56 | |
[ 2.523213] ata16: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee780 irq 56 | |
[ 2.523214] ata17: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee800 irq 56 | |
[ 2.523215] ata18: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee880 irq 56 | |
[ 2.523215] ata19: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee900 irq 56 | |
[ 2.523216] ata20: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5ee980 irq 56 | |
[ 2.523217] ata21: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eea00 irq 56 | |
[ 2.523218] ata22: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eea80 irq 56 | |
[ 2.523219] ata23: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eeb00 irq 56 | |
[ 2.523220] ata24: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eeb80 irq 56 | |
[ 2.523221] ata25: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eec00 irq 56 | |
[ 2.523222] ata26: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eec80 irq 56 | |
[ 2.523223] ata27: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eed00 irq 56 | |
[ 2.523224] ata28: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eed80 irq 56 | |
[ 2.523225] ata29: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eee00 irq 56 | |
[ 2.523225] ata30: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eee80 irq 56 | |
[ 2.523226] ata31: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eef00 irq 56 | |
[ 2.523227] ata32: SATA max UDMA/133 abar m4096@0xfd5ee000 port 0xfd5eef80 irq 56 | |
[ 2.550862] ioc0: LSI53C1030 B0: Capabilities={Initiator} | |
[ 2.623563] usb 2-2: New USB device found, idVendor=0e0f, idProduct=0002, bcdDevice= 1.00 | |
[ 2.623566] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
[ 2.623567] usb 2-2: Product: VMware Virtual USB Hub | |
[ 2.623568] usb 2-2: Manufacturer: VMware, Inc. | |
[ 2.629003] hub 2-2:1.0: USB hub found | |
[ 2.631057] hub 2-2:1.0: 7 ports detected | |
[ 2.647966] hid: raw HID events driver (C) Jiri Kosina | |
[ 2.652241] usbcore: registered new interface driver usbhid | |
[ 2.652243] usbhid: USB HID core driver | |
[ 2.653977] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.0/0003:0E0F:0003.0001/input/input5 | |
[ 2.654240] 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.739088] tsc: Refined TSC clocksource calibration: 2903.996 MHz | |
[ 2.739141] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc020bb13, max_idle_ns: 440795273180 ns | |
[ 2.739166] clocksource: Switched to clocksource tsc | |
[ 2.804244] scsi host32: ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17 | |
[ 2.805990] e1000 0000:02:01.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:4d:34:ed | |
[ 2.805999] e1000 0000:02:01.0 eth0: Intel(R) PRO/1000 Network Connection | |
[ 2.808629] e1000 0000:02:01.0 ens33: renamed from eth0 | |
[ 2.839439] ata20: SATA link down (SStatus 0 SControl 300) | |
[ 2.839532] ata16: SATA link down (SStatus 0 SControl 300) | |
[ 2.839648] ata13: SATA link down (SStatus 0 SControl 300) | |
[ 2.839725] ata14: SATA link down (SStatus 0 SControl 300) | |
[ 2.839775] ata15: SATA link down (SStatus 0 SControl 300) | |
[ 2.839825] ata7: SATA link down (SStatus 0 SControl 300) | |
[ 2.839858] ata17: SATA link down (SStatus 0 SControl 300) | |
[ 2.840008] ata9: SATA link down (SStatus 0 SControl 300) | |
[ 2.840036] ata6: SATA link down (SStatus 0 SControl 300) | |
[ 2.840076] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300) | |
[ 2.840142] ata5: SATA link down (SStatus 0 SControl 300) | |
[ 2.840152] ata4.00: ATAPI: VMware Virtual SATA CDRW Drive, 00000001, max UDMA/33 | |
[ 2.840274] ata4.00: configured for UDMA/33 | |
[ 2.840374] ata19: SATA link down (SStatus 0 SControl 300) | |
[ 2.840434] ata8: SATA link down (SStatus 0 SControl 300) | |
[ 2.840467] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) | |
[ 2.840509] ata11: SATA link down (SStatus 0 SControl 300) | |
[ 2.840532] ata3.00: ATA-6: VMware Virtual SATA Hard Drive, 00000001, max UDMA/100 | |
[ 2.840533] ata3.00: 41943040 sectors, multi 0: LBA48 NCQ (depth 32) | |
[ 2.840577] ata3.00: configured for UDMA/100 | |
[ 2.840594] ata18: SATA link down (SStatus 0 SControl 300) | |
[ 2.840621] ata21: SATA link down (SStatus 0 SControl 300) | |
[ 2.840650] ata12: SATA link down (SStatus 0 SControl 300) | |
[ 2.840786] scsi 2:0:0:0: Direct-Access ATA VMware Virtual S 0001 PQ: 0 ANSI: 5 | |
[ 2.841003] sd 2:0:0:0: [sda] 41943040 512-byte logical blocks: (21.5 GB/20.0 GiB) | |
[ 2.841010] sd 2:0:0:0: [sda] Write Protect is off | |
[ 2.841011] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 | |
[ 2.841020] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA | |
[ 2.841040] sd 2:0:0:0: Attached scsi generic sg0 type 0 | |
[ 2.841208] scsi 3:0:0:0: CD-ROM NECVMWar VMware SATA CD01 1.00 PQ: 0 ANSI: 5 | |
[ 2.843420] ata26: SATA link down (SStatus 0 SControl 300) | |
[ 2.843461] ata28: SATA link down (SStatus 0 SControl 300) | |
[ 2.843485] ata23: SATA link down (SStatus 0 SControl 300) | |
[ 2.843513] ata22: SATA link down (SStatus 0 SControl 300) | |
[ 2.843551] ata29: SATA link down (SStatus 0 SControl 300) | |
[ 2.843576] ata10: SATA link down (SStatus 0 SControl 300) | |
[ 2.843607] ata31: SATA link down (SStatus 0 SControl 300) | |
[ 2.843628] ata27: SATA link down (SStatus 0 SControl 300) | |
[ 2.843657] ata24: SATA link down (SStatus 0 SControl 300) | |
[ 2.843679] ata25: SATA link down (SStatus 0 SControl 300) | |
[ 2.843728] ata30: SATA link down (SStatus 0 SControl 300) | |
[ 2.843749] ata32: SATA link down (SStatus 0 SControl 300) | |
[ 2.856172] sda: sda1 sda9 | |
[ 2.857542] sd 2:0:0:0: [sda] Attached SCSI disk | |
[ 2.870790] sr 3:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray | |
[ 2.870795] cdrom: Uniform CD-ROM driver Revision: 3.20 | |
[ 2.916115] sr 3:0:0:0: Attached scsi CD-ROM sr0 | |
[ 2.916266] sr 3:0:0:0: Attached scsi generic sg1 type 5 | |
[ 2.946650] usb 2-2.1: new full-speed USB device number 4 using uhci_hcd | |
[ 2.974898] scsi 32:0:0:0: Direct-Access VMware, VMware Virtual S 1.0 PQ: 0 ANSI: 2 | |
[ 2.994741] scsi target32:0:0: Beginning Domain Validation | |
[ 2.995704] scsi target32:0:0: Domain Validation skipping write tests | |
[ 2.995707] scsi target32:0:0: Ending Domain Validation | |
[ 2.995749] scsi target32:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127) | |
[ 2.996231] scsi 32:0:1:0: Direct-Access VMware, VMware Virtual S 1.0 PQ: 0 ANSI: 2 | |
[ 3.010639] scsi target32:0:1: Beginning Domain Validation | |
[ 3.011451] scsi target32:0:1: Domain Validation skipping write tests | |
[ 3.011454] scsi target32:0:1: Ending Domain Validation | |
[ 3.011495] scsi target32:0:1: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127) | |
[ 3.016232] sd 32:0:0:0: [sdb] 41943040 512-byte logical blocks: (21.5 GB/20.0 GiB) | |
[ 3.016286] sd 32:0:0:0: [sdb] Write Protect is off | |
[ 3.016288] sd 32:0:0:0: [sdb] Mode Sense: 61 00 00 00 | |
[ 3.016351] sd 32:0:0:0: [sdb] Cache data unavailable | |
[ 3.016353] sd 32:0:0:0: [sdb] Assuming drive cache: write through | |
[ 3.016397] sd 32:0:0:0: Attached scsi generic sg2 type 0 | |
[ 3.016614] sd 32:0:1:0: [sdc] 41943040 512-byte logical blocks: (21.5 GB/20.0 GiB) | |
[ 3.016637] sd 32:0:1:0: Attached scsi generic sg3 type 0 | |
[ 3.016662] sd 32:0:1:0: [sdc] Write Protect is off | |
[ 3.016664] sd 32:0:1:0: [sdc] Mode Sense: 61 00 00 00 | |
[ 3.016722] sd 32:0:1:0: [sdc] Cache data unavailable | |
[ 3.016724] sd 32:0:1:0: [sdc] Assuming drive cache: write through | |
[ 3.033049] sdc: sdc1 sdc9 | |
[ 3.033104] sdb: sdb1 sdb2 sdb3 | |
[ 3.036113] sd 32:0:0:0: [sdb] Attached SCSI disk | |
[ 3.036297] sd 32:0:1:0: [sdc] Attached SCSI disk | |
[ 3.068797] usb 2-2.1: New USB device found, idVendor=0e0f, idProduct=0008, bcdDevice= 1.00 | |
[ 3.068802] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 | |
[ 3.068803] usb 2-2.1: Product: Virtual Bluetooth Adapter | |
[ 3.068804] usb 2-2.1: Manufacturer: VMware | |
[ 3.068805] usb 2-2.1: SerialNumber: 000650268328 | |
[ 3.270634] raid6: avx2x4 gen() 30776 MB/s | |
[ 3.338668] raid6: avx2x4 xor() 17775 MB/s | |
[ 3.406660] raid6: avx2x2 gen() 43828 MB/s | |
[ 3.474577] raid6: avx2x2 xor() 25560 MB/s | |
[ 3.542664] raid6: avx2x1 gen() 30558 MB/s | |
[ 3.610583] raid6: avx2x1 xor() 19532 MB/s | |
[ 3.678568] raid6: sse2x4 gen() 15891 MB/s | |
[ 3.746609] raid6: sse2x4 xor() 8032 MB/s | |
[ 3.814677] raid6: sse2x2 gen() 18897 MB/s | |
[ 3.882625] raid6: sse2x2 xor() 11684 MB/s | |
[ 3.950720] raid6: sse2x1 gen() 16773 MB/s | |
[ 4.018677] raid6: sse2x1 xor() 8266 MB/s | |
[ 4.018679] raid6: using algorithm avx2x2 gen() 43828 MB/s | |
[ 4.018680] raid6: .... xor() 25560 MB/s, rmw enabled | |
[ 4.018681] raid6: using avx2x2 recovery algorithm | |
[ 4.019573] xor: automatically using best checksumming function avx | |
[ 4.020398] async_tx: api initialized (async) | |
[ 4.062428] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. | |
[ 4.205762] systemd[1]: Inserted module 'autofs4' | |
[ 4.225437] systemd[1]: systemd 247.3-3ubuntu3 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) | |
[ 4.225510] systemd[1]: Detected virtualization vmware. | |
[ 4.225513] systemd[1]: Detected architecture x86-64. | |
[ 4.249056] systemd[1]: Set hostname to <ubuntu>. | |
[ 4.289452] systemd-rc-local-generator[475]: /etc/rc.local is not marked executable, skipping. | |
[ 4.323595] systemd[462]: /usr/lib/systemd/system-generators/zfs-mount-generator failed with exit status 127. | |
[ 4.394092] systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. | |
[ 4.429775] systemd[1]: Queued start job for default target Graphical Interface. | |
[ 4.439435] systemd[1]: Created slice system-modprobe.slice. | |
[ 4.439721] systemd[1]: Created slice system-systemd\x2dfsck.slice. | |
[ 4.439965] systemd[1]: Created slice User and Session Slice. | |
[ 4.440010] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[ 4.440130] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. | |
[ 4.440172] systemd[1]: Reached target User and Group Name Lookups. | |
[ 4.440190] systemd[1]: Reached target Slices. | |
[ 4.443204] systemd[1]: Listening on RPCbind Server Activation Socket. | |
[ 4.443305] systemd[1]: Listening on Syslog Socket. | |
[ 4.443373] systemd[1]: Listening on fsck to fsckd communication Socket. | |
[ 4.443410] systemd[1]: Listening on initctl Compatibility Named Pipe. | |
[ 4.443535] systemd[1]: Listening on Journal Audit Socket. | |
[ 4.443600] systemd[1]: Listening on Journal Socket (/dev/log). | |
[ 4.443676] systemd[1]: Listening on Journal Socket. | |
[ 4.444251] systemd[1]: Listening on udev Control Socket. | |
[ 4.444330] systemd[1]: Listening on udev Kernel Socket. | |
[ 4.444969] systemd[1]: Mounting Huge Pages File System... | |
[ 4.445654] systemd[1]: Mounting POSIX Message Queue File System... | |
[ 4.446861] systemd[1]: Mounting NFSD configuration filesystem... | |
[ 4.447682] systemd[1]: Mounting RPC Pipe File System... | |
[ 4.448537] systemd[1]: Mounting Kernel Debug File System... | |
[ 4.449447] systemd[1]: Mounting Kernel Trace File System... | |
[ 4.450787] systemd[1]: Starting Journal Service... | |
[ 4.450945] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. | |
[ 4.452025] systemd[1]: Starting Set the console keyboard layout... | |
[ 4.455283] systemd[1]: Starting Create list of static device nodes for the current kernel... | |
[ 4.458039] systemd[1]: Starting Load Kernel Module configfs... | |
[ 4.458761] systemd[1]: Starting Load Kernel Module drm... | |
[ 4.459683] systemd[1]: Starting Load Kernel Module fuse... | |
[ 4.462249] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. | |
[ 4.462284] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. | |
[ 4.466734] systemd[1]: Starting Load Kernel Modules... | |
[ 4.467429] systemd[1]: Starting Remount Root and Kernel File Systems... | |
[ 4.468164] systemd[1]: Starting Coldplug All udev Devices... | |
[ 4.468824] systemd[1]: Starting Uncomplicated firewall... | |
[ 4.470914] systemd[1]: Mounted Huge Pages File System. | |
[ 4.471062] systemd[1]: Mounted POSIX Message Queue File System. | |
[ 4.471120] systemd[1]: Mounted Kernel Debug File System. | |
[ 4.471175] systemd[1]: Mounted Kernel Trace File System. | |
[ 4.471652] systemd[1]: Finished Set the console keyboard layout. | |
[ 4.473888] systemd[1]: Finished Create list of static device nodes for the current kernel. | |
[ 4.477135] systemd[1]: [email protected]: Succeeded. | |
[ 4.477368] systemd[1]: Finished Load Kernel Module configfs. | |
[ 4.477662] systemd[1]: [email protected]: Succeeded. | |
[ 4.478055] systemd[1]: Finished Load Kernel Module drm. | |
[ 4.478845] systemd[1]: [email protected]: Succeeded. | |
[ 4.483885] EXT4-fs (sdb3): re-mounted. Opts: errors=remount-ro. Quota mode: none. | |
[ 4.484186] systemd[1]: Finished Load Kernel Module fuse. | |
[ 4.491090] systemd[1]: Finished Remount Root and Kernel File Systems. | |
[ 4.495241] systemd[1]: Finished Uncomplicated firewall. | |
[ 4.498289] systemd[1]: Activating swap /swapfile... | |
[ 4.499197] systemd[1]: Mounting FUSE Control File System... | |
[ 4.500431] systemd[1]: Mounting Kernel Configuration File System... | |
[ 4.500892] lp: driver loaded but no devices found | |
[ 4.504700] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. | |
[ 4.504807] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. | |
[ 4.504816] RPC: Registered named UNIX socket transport module. | |
[ 4.504817] RPC: Registered udp transport module. | |
[ 4.504818] RPC: Registered tcp transport module. | |
[ 4.504818] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 4.511859] systemd[1]: Starting Load/Save Random Seed... | |
[ 4.512543] systemd[1]: Starting Create System Users... | |
[ 4.513657] systemd[1]: Mounted RPC Pipe File System. | |
[ 4.514036] systemd[1]: Mounted FUSE Control File System. | |
[ 4.514113] systemd[1]: Mounted Kernel Configuration File System. | |
[ 4.515356] systemd[1]: Mounting VMware vmblock fuse mount... | |
[ 4.524285] ppdev: user-space parallel port driver | |
[ 4.526723] Adding 945368k swap on /swapfile. Priority:-2 extents:4 across:969944k FS | |
[ 4.529393] systemd[1]: Starting pNFS block layout mapping daemon... | |
[ 4.529504] systemd[1]: Activated swap /swapfile. | |
[ 4.530627] systemd[1]: Finished Load/Save Random Seed. | |
[ 4.530910] systemd[1]: Condition check resulted in First Boot Complete being skipped. | |
[ 4.531110] systemd[1]: Reached target Swap. | |
[ 4.541642] Installing knfsd (copyright (C) 1996 [email protected]). | |
[ 4.543764] systemd[1]: Finished Load Kernel Modules. | |
[ 4.547542] systemd[1]: Mounted NFSD configuration filesystem. | |
[ 4.547662] systemd[1]: Started pNFS block layout mapping daemon. | |
[ 4.548804] systemd[1]: Finished Create System Users. | |
[ 4.550690] systemd[1]: Starting Apply Kernel Variables... | |
[ 4.555607] systemd[1]: Starting Create Static Device Nodes in /dev... | |
[ 4.563795] systemd[1]: Mounted VMware vmblock fuse mount. | |
[ 4.569539] systemd[1]: Finished Create Static Device Nodes in /dev. | |
[ 4.569600] systemd[1]: Reached target Local File Systems (Pre). | |
[ 4.571143] systemd[1]: Mounting Mount unit for core18, revision 1997... | |
[ 4.573575] systemd[1]: Mounting Mount unit for core18, revision 2066... | |
[ 4.576091] systemd[1]: Mounting Mount unit for gnome-3-34-1804, revision 66... | |
[ 4.583385] loop0: detected capacity change from 0 to 113560 | |
[ 4.584235] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1514... | |
[ 4.587696] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1515... | |
[ 4.591801] systemd[1]: Mounting Mount unit for snap-store, revision 518... | |
[ 4.597233] systemd[1]: Mounting Mount unit for snapd, revision 11841... | |
[ 4.598303] systemd[1]: Mounting Mount unit for snapd, revision 12057... | |
[ 4.602915] systemd[1]: Starting Rule-based Manager for Device Events and Files... | |
[ 4.603764] systemd[1]: Finished Apply Kernel Variables. | |
[ 4.606994] loop1: detected capacity change from 0 to 113504 | |
[ 4.610943] loop2: detected capacity change from 0 to 448496 | |
[ 4.614651] loop3: detected capacity change from 0 to 132648 | |
[ 4.641789] systemd[1]: Started Journal Service. | |
[ 4.643125] loop4: detected capacity change from 0 to 133320 | |
[ 4.646698] systemd-journald[494]: Received client request to flush runtime journal. | |
[ 4.658567] loop5: detected capacity change from 0 to 104536 | |
[ 4.699517] loop6: detected capacity change from 0 to 65712 | |
[ 4.710663] loop7: detected capacity change from 0 to 65744 | |
[ 5.338474] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16 | |
[ 5.338503] vmw_vmci 0000:00:07.7: Using capabilities 0x1c | |
[ 5.341794] Guest personality initialized and is active | |
[ 5.341818] VMCI host device registered (name=vmci, major=10, minor=122) | |
[ 5.341820] Initialized host personality | |
[ 5.407341] Bluetooth: Core ver 2.22 | |
[ 5.408677] NET: Registered protocol family 31 | |
[ 5.408679] Bluetooth: HCI device and connection manager initialized | |
[ 5.408681] Bluetooth: HCI socket layer initialized | |
[ 5.408683] Bluetooth: L2CAP socket layer initialized | |
[ 5.408687] Bluetooth: SCO socket layer initialized | |
[ 5.418102] usbcore: registered new interface driver btusb | |
[ 5.427348] mc: Linux media interface: v0.10 | |
[ 5.434462] videodev: Linux video capture interface: v2.00 | |
[ 5.543178] uvcvideo: Found UVC 1.00 device VMware Virtual USB Video Device (0e0f:000b) | |
[ 5.551274] usbcore: registered new interface driver uvcvideo | |
[ 5.551276] USB Video Class driver (1.1.1) | |
[ 5.771782] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer | |
[ 5.805461] cryptd: max_cpu_qlen set to 1000 | |
[ 5.817449] AVX2 version of gcm_enc/dec engaged. | |
[ 5.817452] AES CTR mode by8 optimization enabled | |
[ 6.464087] audit: type=1400 audit(1622980192.127:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=909 comm="apparmor_parser" | |
[ 6.480217] audit: type=1400 audit(1622980192.143:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=918 comm="apparmor_parser" | |
[ 6.480221] audit: type=1400 audit(1622980192.143:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=918 comm="apparmor_parser" | |
[ 6.485136] audit: type=1400 audit(1622980192.147:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=928 comm="apparmor_parser" | |
[ 6.489085] audit: type=1400 audit(1622980192.151:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=908 comm="apparmor_parser" | |
[ 6.489088] audit: type=1400 audit(1622980192.151:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=908 comm="apparmor_parser" | |
[ 6.489089] audit: type=1400 audit(1622980192.151:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=908 comm="apparmor_parser" | |
[ 6.493589] audit: type=1400 audit(1622980192.155:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=933 comm="apparmor_parser" | |
[ 6.500112] audit: type=1400 audit(1622980192.163:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=941 comm="apparmor_parser" | |
[ 6.506012] audit: type=1400 audit(1622980192.167:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=935 comm="apparmor_parser" | |
[ 6.676306] NET: Registered protocol family 40 | |
[ 6.743212] spl: loading out-of-tree module taints kernel. | |
[ 6.754993] spl: module verification failed: signature and/or required key missing - tainting kernel | |
[ 6.813595] znvpair: module license 'CDDL' taints kernel. | |
[ 6.813598] Disabling lock debugging due to kernel taint | |
[ 7.115645] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | |
[ 7.115648] Bluetooth: BNEP filters: protocol multicast | |
[ 7.115651] Bluetooth: BNEP socket layer initialized | |
[ 7.740743] ZFS: Loaded module v2.1.99-334_gbad84acc6 (DEBUG mode), ZFS pool version 5000, ZFS filesystem version 5 | |
[ 8.378096] loop8: detected capacity change from 0 to 8 | |
[ 9.586631] e1000: ens33 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None | |
[ 9.588045] IPv6: ADDRCONF(NETDEV_CHANGE): ens33: link becomes ready | |
[ 10.705322] rfkill: input handler disabled | |
[ 10.825863] NFSD: Using UMH upcall client tracking operations. | |
[ 10.825866] NFSD: starting 90-second grace period (net f0000098) | |
[ 21.110476] Bluetooth: RFCOMM TTY layer initialized | |
[ 21.110482] Bluetooth: RFCOMM socket layer initialized | |
[ 21.110486] Bluetooth: RFCOMM ver 1.11 | |
[ 101.756572] BUG: kernel NULL pointer dereference, address: 0000000000000000 | |
[ 101.756577] #PF: supervisor read access in kernel mode | |
[ 101.756579] #PF: error_code(0x0000) - not-present page | |
[ 101.756581] PGD 0 P4D 0 | |
[ 101.756584] Oops: 0000 [#1] SMP PTI | |
[ 101.756587] CPU: 0 PID: 2197 Comm: zfs Tainted: P OE 5.11.0-18-generic #19-Ubuntu | |
[ 101.756589] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/22/2020 | |
[ 101.756591] RIP: 0010:strcmp+0xc/0x20 | |
[ 101.756595] Code: 06 49 89 f8 48 83 c6 01 48 83 c7 01 88 47 ff 84 c0 75 eb 4c 89 c0 c3 0f 1f 80 00 00 00 00 31 c0 eb 08 48 83 c0 01 84 d2 74 0f <0f> b6 14 07 3a 14 06 74 ef 19 c0 83 c8 01 c3 31 c0 c3 66 90 48 89 | |
[ 101.756598] RSP: 0018:ffffb301c59c7888 EFLAGS: 00010246 | |
[ 101.756600] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000002c | |
[ 101.756602] RDX: 0000000008000015 RSI: ffffffffc11023f6 RDI: 0000000000000000 | |
[ 101.756603] RBP: ffffb301c59c7a68 R08: 00000000003cdb74 R09: 0000000000000004 | |
[ 101.756605] R10: ffff9b6a114d4400 R11: 0000008000000000 R12: ffff9b69035ace00 | |
[ 101.756606] R13: ffffffffc11294c0 R14: ffffffffc112c430 R15: 000000000000002c | |
[ 101.756608] FS: 00007fd829d8c7c0(0000) GS:ffff9b6a39e00000(0000) knlGS:0000000000000000 | |
[ 101.756609] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
[ 101.756611] CR2: 0000000000000000 CR3: 000000010b934001 CR4: 00000000003706f0 | |
[ 101.756613] Call Trace: | |
[ 101.756616] ? sa_attr_table_setup+0x342/0x6a0 [zfs] | |
[ 101.756735] ? kfree+0xbe/0x3e0 | |
[ 101.756739] ? spl_kmem_free_impl+0x25/0x30 [spl] | |
[ 101.756748] ? dbuf_rele+0x4f/0x80 [zfs] | |
[ 101.756815] ? dmu_buf_rele+0xe/0x10 [zfs] | |
[ 101.756880] ? zap_unlockdir+0x46/0x90 [zfs] | |
[ 101.756995] ? zap_lookup_norm+0x95/0xc0 [zfs] | |
[ 101.757116] sa_setup+0x260/0x670 [zfs] | |
[ 101.757230] ? kfree+0xbe/0x3e0 | |
[ 101.757233] ? spl_kmem_free_impl+0x25/0x30 [spl] | |
[ 101.757241] ? dbuf_rele+0x4f/0x80 [zfs] | |
[ 101.757307] ? dmu_buf_rele+0xe/0x10 [zfs] | |
[ 101.757372] ? zap_unlockdir+0x46/0x90 [zfs] | |
[ 101.757484] ? zap_lookup_norm+0x95/0xc0 [zfs] | |
[ 101.757602] zfsvfs_init+0x39b/0x580 [zfs] | |
[ 101.757720] zfsvfs_create_impl+0x1ff/0x2c0 [zfs] | |
[ 101.757837] zfsvfs_create+0x95/0xf0 [zfs] | |
[ 101.757954] zfs_domount+0x9f/0x450 [zfs] | |
[ 101.758070] zpl_fill_super+0x34/0x90 [zfs] | |
[ 101.758188] zpl_mount_impl+0x14f/0x180 [zfs] | |
[ 101.758304] zpl_mount+0x2f/0x70 [zfs] | |
[ 101.758420] legacy_get_tree+0x2b/0x50 | |
[ 101.758423] vfs_get_tree+0x2a/0xc0 | |
[ 101.758426] do_new_mount+0x14b/0x1a0 | |
[ 101.758429] path_mount+0x1d4/0x4e0 | |
[ 101.758432] __x64_sys_mount+0x108/0x140 | |
[ 101.758434] do_syscall_64+0x38/0x90 | |
[ 101.758437] entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
[ 101.758440] RIP: 0033:0x7fd82a54dc1e | |
[ 101.758443] Code: 48 8b 0d 4d 72 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 1a 72 0c 00 f7 d8 64 89 01 48 | |
[ 101.758445] RSP: 002b:00007ffdc46386a8 EFLAGS: 00000202 ORIG_RAX: 00000000000000a5 | |
[ 101.758447] RAX: ffffffffffffffda RBX: 00007ffdc4639720 RCX: 00007fd82a54dc1e | |
[ 101.758449] RDX: 00007fd82a7029a7 RSI: 00007ffdc463c9a0 RDI: 0000564f513c9690 | |
[ 101.758450] RBP: 00007ffdc463a770 R08: 00007ffdc4639720 R09: 00007ffdc4636490 | |
[ 101.758452] R10: 0000000001000000 R11: 0000000000000202 R12: 00007ffdc463b940 | |
[ 101.758453] R13: 0000564f513c9680 R14: 00007ffdc463c9a0 R15: 0000564f513c9690 | |
[ 101.758455] Modules linked in: rfcomm zfs(POE) bnep zunicode(POE) zzstd(OE) zlua(OE) zavl(POE) icp(POE) zcommon(POE) znvpair(POE) spl(OE) vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock nls_iso8859_1 intel_rapl_msr intel_rapl_common crct10dif_pclmul ghash_clmulni_intel aesni_intel crypto_simd vmw_balloon cryptd glue_helper rapl snd_ens1371 snd_ac97_codec gameport ac97_bus snd_pcm snd_seq_midi snd_seq_midi_event joydev snd_rawmidi input_leds serio_raw snd_seq uvcvideo snd_seq_device snd_timer videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc snd btusb btrtl btbcm btintel bluetooth ecdh_generic ecc soundcore vmw_vmci mac_hid sch_fq_codel nfsd msr parport_pc auth_rpcgss nfs_acl lockd grace ppdev sunrpc nfs_ssc lp parport ip_tables x_tables autofs4 raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear hid_generic usbhid hid crc32_pclmul vmwgfx ttm | |
[ 101.758516] drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core mptspi psmouse mptscsih mptbase pata_acpi ahci drm libahci e1000 i2c_piix4 scsi_transport_spi | |
[ 101.758531] CR2: 0000000000000000 | |
[ 101.758533] ---[ end trace 210afd30395d6715 ]--- | |
[ 101.758534] RIP: 0010:strcmp+0xc/0x20 | |
[ 101.758537] Code: 06 49 89 f8 48 83 c6 01 48 83 c7 01 88 47 ff 84 c0 75 eb 4c 89 c0 c3 0f 1f 80 00 00 00 00 31 c0 eb 08 48 83 c0 01 84 d2 74 0f <0f> b6 14 07 3a 14 06 74 ef 19 c0 83 c8 01 c3 31 c0 c3 66 90 48 89 | |
[ 101.758539] RSP: 0018:ffffb301c59c7888 EFLAGS: 00010246 | |
[ 101.758541] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000002c | |
[ 101.758542] RDX: 0000000008000015 RSI: ffffffffc11023f6 RDI: 0000000000000000 | |
[ 101.758543] RBP: ffffb301c59c7a68 R08: 00000000003cdb74 R09: 0000000000000004 | |
[ 101.758545] R10: ffff9b6a114d4400 R11: 0000008000000000 R12: ffff9b69035ace00 | |
[ 101.758546] R13: ffffffffc11294c0 R14: ffffffffc112c430 R15: 000000000000002c | |
[ 101.758547] FS: 00007fd829d8c7c0(0000) GS:ffff9b6a39e00000(0000) knlGS:0000000000000000 | |
[ 101.758549] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
[ 101.758551] CR2: 0000000000000000 CR3: 000000010b934001 CR4: 00000000003706f0 | |
root@ubuntu:~# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment