lkml.org 
[lkml]   [2020]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: Start messages in message buffer missing (dmesg)
From
Date
[CC: +PRINTK maintainers]

Dear Linux folks,


Am 21.07.20 um 17:20 schrieb Paul Menzel:

> On two identical Dell PowerEdge T440 with Linux 5.4.39 and systemd 242
>
>     00:00.0 Host bridge [0600]: Intel Corporation Sky Lake-E DMI3 Registers [8086:2020] (rev 07)
>
> running `dmesg`, it’s truncated despite the buffer not yet filled.
>
>> $ sudo dmidecode -t2
>> # dmidecode 3.0
>> Getting SMBIOS data from sysfs.
>> SMBIOS 3.2 present.
>> # SMBIOS implementations newer than version 3.0 are not
>> # fully supported by this version of dmidecode.
>>
>> Handle 0x0200, DMI type 2, 8 bytes
>> Base Board Information
>>     Manufacturer: Dell Inc.
>>     Product Name: 02KM69
>>     Version: A04
>
> The message cutoffs differ.
>
>> @sang:~$ dmesg | head
>> [    6.362201] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
>> [    6.369102] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
>> [    6.376003] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    6.376176] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
>> [    6.376319] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
>> [    6.376451] system 00:04: [mem 0xfd000000-0xfdabffff] has been reserved
>> [    6.383352] system 00:04: [mem 0xfdad0000-0xfdadffff] has been reserved
>> [    6.390251] system 00:04: [mem 0xfdb00000-0xfdffffff] has been reserved
>> [    6.397149] system 00:04: [mem 0xfe000000-0xfe00ffff] has been reserved
>> [    6.404049] system 00:04: [mem 0xfe011000-0xfe01ffff] has been reserved
>
>> @mouches:~$ dmesg | head
>> [    6.623209] pci 0000:00:1c.4: PCI bridge to [bus 02-03]
>> [    6.628723] pci 0000:00:1c.4:   bridge window [mem 0x92000000-0x928fffff]
>> [    6.635795] pci 0000:00:1c.4:   bridge window [mem 0x91000000-0x91ffffff 64bit pref]
>> [    6.644046] pci 0000:04:00.0: BAR 6: assigned [mem 0x90000000-0x9003ffff pref]
>> [    6.651772] pci 0000:04:00.1: BAR 6: assigned [mem 0x90040000-0x9007ffff pref]
>> [    6.659494] pci 0000:00:1c.5: PCI bridge to [bus 04]
>> [    6.664752] pci 0000:00:1c.5:   bridge window [mem 0x90000000-0x900fffff]
>> [    6.671834] pci 0000:00:1c.5:   bridge window [mem 0x92e00000-0x92efffff 64bit pref]
>> [    6.680085] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
>> [    6.686566] pci_bus 0000:00: resource 5 [io  0x1000-0x3fff window]
>
>> @sang:~$ head /dev/kmsg
>> 6,862,6362201,-;system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
>>  SUBSYSTEM=pnp
>>  DEVICE=+pnp:00:01
>> 6,863,6369102,-;system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
>>  SUBSYSTEM=pnp
>>  DEVICE=+pnp:00:01
>> 7,864,6376003,-;system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
>>  SUBSYSTEM=pnp
>>  DEVICE=+pnp:00:01
>> 7,865,6376176,-;pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
>
>> @sang:~$ cp /dev/kmsg /dev/shm/kmsg
>> ^C
>> @sang:~$ ls -lh /dev/shm/kmsg
>> -rw-r----- 1 pmenzel pmenzel 135K Jul 21 13:53 /dev/shm/kmsg
>
> So, the size is smaller than 128 KB + 16 * 4 KB = 192 KB. The systemd
> journal contains some earlier messages.

This seems incorrect. See below.

>> @sang:~$ sudo journalctl -k | head
>> -- Logs begin at Wed 2020-06-03 14:31:56 CEST, end at Tue 2020-07-21 13:54:38 CEST. --
>> Jul 16 18:08:59 sang.molgen.mpg.de kernel:   Normal zone: 315392 pages used for memmap
>> Jul 16 18:08:59 sang.molgen.mpg.de kernel:   Normal zone: 20185088 pages, LIFO batch:63
>> Jul 16 18:08:59 sang.molgen.mpg.de kernel: Initmem setup node 1 [mem 0x0000001440000000-0x000000203fffffff]
>> Jul 16 18:08:59 sang.molgen.mpg.de kernel: On node 1 totalpages: 12582912
>> Jul 16 18:08:59 sang.molgen.mpg.de kernel:   Normal zone: 196608 pages used for memmap
>> Jul 16 18:08:59 sang.molgen.mpg.de kernel:   Normal zone: 12582912 pages, LIFO batch:63
>> Jul 16 18:08:59 sang.molgen.mpg.de kernel: ACPI: PM-Timer IO Port: 0x508
>> Jul 16 18:08:59 sang.molgen.mpg.de kernel: ACPI: Local APIC address 0xfee00000
>> Jul 16 18:08:59 sang.molgen.mpg.de kernel: ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
>>
>> @sang:~$ sudo journalctl -k > /dev/shm/journalctl-k.txt
>> @sang:~$ ls -lh /dev/shm/journalctl-k.txt
>> -rw-rw---- 1 pmenzel pmenzel 191K Jul 21 13:55 /dev/shm/journalctl-k.txt
>
> The systemd journal output starts at the same position on both systems.
>
> But now, trying to get the full log over serial console, the full log is
> now present too on one system, when running `dmesg`. Detaching the
> serial console, the behavior stays the same, that means all messages are
> there. I am confused, how this could have fixed anything.
>
> Is somebody interested into looking into this, or should a just fix the
> affected system by plugging in a serial cable too?

It turns out, that the issue with the serial console seems to have been
an exception or maybe a testing error.

The issue still happens with current Linux master
v5.8-11935-g8d3e09b43312 and the attached debug patch on top.

But first, from `init/Kconfig`:

> The increased size means that a new buffer has to be allocated and
> the original static one is unused. It makes sense only on systems
> with more CPUs. Therefore this value is used only when the sum of
> contributions is greater than the half of the default kernel ring
> buffer as defined by LOG_BUF_SHIFT. The default values are set
> so that more than 64 CPUs are needed to trigger the allocation.

As the ring buffer size defaults to 2^17 bytes = 128 KB, shouldn’t it be
64 instead instead of 16 CPUs?

Anyway, with the attached debug patch, I can confirm, that only 128 KB
are used. That could explain the lost messages. The serial log is attached.

On other systems, like my laptop with just four CPUs, despite the 128 KB
limit, the size of the stored messages is bigger.

$ grep BUF_SHIFT /boot/config-5.7.0-2-amd64
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13

But the size of `/dev/kmsg` is 301393 bytes.

So I wonder, what knobs decide, when the buffer is wrapped, and messages
are lost. I also wonder, why the systemd journal does not contain all
Linux kernel messages.

Lastly, should the default buffer size be increased from 128 KB to 512
KB as today machines should have enough room?


Kind regards,

Paul
From 9ccf10ecd2110ef4176446d2d61f7040e7e2c6d8 Mon Sep 17 00:00:00 2001
From: Paul Menzel <pmenzel@molgen.mpg.de>
Date: Mon, 10 Aug 2020 15:15:36 +0200
Subject: [PATCH] printk: Debug lost message issue

Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
kernel/printk/printk.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c
index 9b75f6bfc333..078c1925e570 100644
--- a/kernel/printk/printk.c
+++ b/kernel/printk/printk.c
@@ -1185,6 +1185,9 @@ void __init setup_log_buf(int early)
* early, e.g. from setup_arch(), and second - when percpu_areas
* are initialised.
*/
+ pr_info("XXX log_buf_len: %u bytes\n", log_buf_len);
+ free = __LOG_BUF_LEN - log_next_idx;
+ pr_info("XXX early log buf free: %u(%u%%)\n", free, (free * 100) / __LOG_BUF_LEN);
if (!early)
set_percpu_data_ready();

--
2.28.0
[ 0.000000] Linux version 5.8.0.mx64.339-12003-g75fa2761c970d (pmenzel@mouches.molgen.mpg.de) (gcc (G0
[ 0.000000] Command line: BOOT_IMAGE=/boot/bzImage.test root=LABEL=root ro crashkernel=256M console=tn
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: xstate_offset[5]: 960, xstate_sizes[5]: 64
[ 0.000000] x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]: 512
[ 0.000000] x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
[ 0.000000] x86/fpu: xstate_offset[9]: 2560, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x2ff, context size is 2568 bytes, using 'compacted' for.
[ 0.000000] BIOS-provided physical RAM map:.
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000097fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000098000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000048118fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000048119000-0x00000000482fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000048300000-0x00000000489cbfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000489cc000-0x00000000509d3fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000509d4000-0x0000000068bfefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000068bff000-0x000000006ebfefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006ebff000-0x000000006f9fefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000006f9ff000-0x000000006fffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec80000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000203fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 3.2 present.
[ 0.000000] DMI: Dell Inc. PowerEdge T440/02KM69, BIOS 2.6.3 01/18/2020
[ 0.000000] tsc: Detected 3800.000 MHz processor
[ 0.000616] last_pfn = 0x2040000 max_arch_pfn = 0x400000000
[ 0.001048] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001542] x2apic: enabled by BIOS, switching to x2apic ops
[ 0.001543] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[ 0.006891] kexec: Reserving the low 1M of memory for crashkernel
[ 0.006893] Using GB pages for direct mapping
[ 0.007309] printk: XXX log_buf_len: 131072 bytes
[ 0.007310] printk: XXX early log buf free: 126164(96%)
[ 0.007310] RAMDISK: [mem 0x375e7000-0x37aeafff]
[ 0.007313] ACPI: Early table checksum verification disabled
[ 0.007315] ACPI: RSDP 0x00000000000FE320 000024 (v02 DELL )
[ 0.007317] ACPI: XSDT 0x000000006FBFF188 0000FC (v01 DELL PE_SC3 00000000 01000013)
[ 0.007321] ACPI: FACP 0x000000006FFF8000 000114 (v06 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007324] ACPI: DSDT 0x000000006FD00000 2E86D5 (v02 DELL PE_SC3 00000003 DELL 00000001)
[ 0.007326] ACPI: FACS 0x000000006F76E000 000040
[ 0.007327] ACPI: SSDT 0x000000006FFFC000 00046C (v02 INTEL ADDRXLAT 00000001 INTL 20180508)
[ 0.007329] ACPI: MCEJ 0x000000006FFFB000 000130 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007331] ACPI: WD__ 0x000000006FFFA000 000134 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007332] ACPI: SLIC 0x000000006FFF9000 000024 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007334] ACPI: HPET 0x000000006FFF7000 000038 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007336] ACPI: APIC 0x000000006FFF5000 0016DE (v04 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007337] ACPI: MCFG 0x000000006FFF4000 00003C (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007339] ACPI: MIGT 0x000000006FFF3000 000040 (v01 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007340] ACPI: MSCT 0x000000006FFF2000 000090 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007342] ACPI: PCAT 0x000000006FFF1000 000088 (v02 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007344] ACPI: PCCT 0x000000006FFF0000 00006E (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007345] ACPI: RASF 0x000000006FFEF000 000030 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007347] ACPI: SLIT 0x000000006FFEE000 00042C (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007348] ACPI: SRAT 0x000000006FFEB000 002D30 (v03 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007350] ACPI: SVOS 0x000000006FFEA000 000032 (v01 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007352] ACPI: WSMT 0x000000006FFE9000 000028 (v01 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007353] ACPI: OEM4 0x000000006FC52000 0AD1C1 (v02 INTEL CPU CST 00003000 INTL 20180508)
[ 0.007355] ACPI: SSDT 0x000000006FC1A000 037465 (v02 INTEL SSDT PM 00004000 INTL 20180508)
[ 0.007357] ACPI: SSDT 0x000000006FC00000 000C94 (v02 DELL PE_SC3 00000000 DELL 00000001)
[ 0.007358] ACPI: SSDT 0x000000006FC16000 00357F (v02 INTEL SpsNm 00000002 INTL 20180508)
[ 0.007360] ACPI: SPCR 0x000000006FFFD000 000050 (v02 00000000 00000000)
[ 0.007362] ACPI: DMAR 0x000000006FC15000 0001D8 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.007364] ACPI: HEST 0x000000006FC14000 00017C (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007365] ACPI: BERT 0x000000006FC13000 000030 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007367] ACPI: ERST 0x000000006FC12000 000230 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007368] ACPI: EINJ 0x000000006FC11000 000150 (v01 DELL PE_SC3 00000002 DELL 00000001)
[ 0.007374] Setting APIC routing to cluster x2apic.
[ 0.007426] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[ 0.007427] SRAT: PXM 1 -> APIC 0x002a -> Node 1
[ 0.007427] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[ 0.007428] SRAT: PXM 1 -> APIC 0x003a -> Node 1
[ 0.007428] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[ 0.007429] SRAT: PXM 1 -> APIC 0x0030 -> Node 1
[ 0.007429] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[ 0.007430] SRAT: PXM 1 -> APIC 0x0032 -> Node 1
[ 0.007430] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[ 0.007431] SRAT: PXM 1 -> APIC 0x002b -> Node 1
[ 0.007431] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[ 0.007432] SRAT: PXM 1 -> APIC 0x003b -> Node 1
[ 0.007432] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[ 0.007433] SRAT: PXM 1 -> APIC 0x0031 -> Node 1
[ 0.007433] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[ 0.007433] SRAT: PXM 1 -> APIC 0x0033 -> Node 1
[ 0.007439] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[ 0.007440] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xc3fffffff]
[ 0.007441] ACPI: SRAT: Node 0 PXM 0 [mem 0xc40000000-0x143fffffff]
[ 0.007441] ACPI: SRAT: Node 1 PXM 1 [mem 0x1440000000-0x203fffffff]
[ 0.007446] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0xc3fffffff] -> [mem 0x000000]
[ 0.007447] NUMA: Node 0 [mem 0x00000000-0xc3fffffff] + [mem 0xc40000000-0x143fffffff] -> [mem 0x0000]
[ 0.007449] NODE_DATA(0) allocated [mem 0x143fffc000-0x143fffffff]
[ 0.007452] NODE_DATA(1) allocated [mem 0x203fff7000-0x203fffafff]
[ 0.007460] Reserving 256MB of memory at 1408MB for crashkernel (System RAM: 129545MB)
[ 0.007533] Zone ranges:
[ 0.007533] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.007534] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.007535] Normal [mem 0x0000000100000000-0x000000203fffffff]
[ 0.007536] Movable zone start for each node
[ 0.007536] Early memory node ranges
[ 0.007537] node 0: [mem 0x0000000000001000-0x0000000000097fff]
[ 0.007538] node 0: [mem 0x0000000000100000-0x0000000048118fff]
[ 0.007538] node 0: [mem 0x0000000048300000-0x00000000489cbfff]
[ 0.007539] node 0: [mem 0x00000000509d4000-0x0000000068bfefff]
[ 0.007539] node 0: [mem 0x000000006ffff000-0x000000006fffffff]
[ 0.007540] node 0: [mem 0x0000000100000000-0x000000143fffffff]
[ 0.007544] node 1: [mem 0x0000001440000000-0x000000203fffffff]
[ 0.007975] Zeroed struct page in unavailable ranges: 63064 pages
[ 0.007975] Initmem setup node 0 [mem 0x0000000000001000-0x000000143fffffff]
[ 0.119402] Initmem setup node 1 [mem 0x0000001440000000-0x000000203fffffff]
[ 0.227167] ACPI: PM-Timer IO Port: 0x508
[ 0.227182] ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
[ 0.227184] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[ 0.227202] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.227205] IOAPIC[1]: apic_id 9, version 32, address 0xfec01000, GSI 24-31
[ 0.227209] IOAPIC[2]: apic_id 10, version 32, address 0xfec08000, GSI 32-39
[ 0.227212] IOAPIC[3]: apic_id 11, version 32, address 0xfec10000, GSI 40-47
[ 0.227216] IOAPIC[4]: apic_id 12, version 32, address 0xfec18000, GSI 48-55
[ 0.227220] IOAPIC[5]: apic_id 15, version 32, address 0xfec20000, GSI 72-79
[ 0.227224] IOAPIC[6]: apic_id 16, version 32, address 0xfec28000, GSI 80-87
[ 0.227227] IOAPIC[7]: apic_id 17, version 32, address 0xfec30000, GSI 88-95
[ 0.227231] IOAPIC[8]: apic_id 18, version 32, address 0xfec38000, GSI 96-103
[ 0.227235] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.227236] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.227242] Using ACPI (MADT) for SMP configuration information
[ 0.227243] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.227244] ACPI: SPCR: console: uart,io,0x2f8,115200
[ 0.227245] TSC deadline timer available
[ 0.227246] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[ 0.227259] [mem 0x90000000-0xfcffffff] available for PCI devices
[ 0.227261] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19109s
[ 0.230854] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:2
[ 0.231785] percpu: Embedded 53 pages/cpu s177624 r8192 d31272 u262144
[ 0.231807] Built 2 zonelists, mobility grouping on. Total pages: 32645352
[ 0.231808] Policy zone: Normal
[ 0.231809] Kernel command line: BOOT_IMAGE=/boot/bzImage.test root=LABEL=root ro crashkernel=256M con
[ 0.231882] audit: disabled (until reboot)
[ 0.231898] printk: XXX log_buf_len: 131072 bytes
[ 0.231899] printk: XXX early log buf free: 117124(89%)
[ 0.231986] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.494913] Memory: 130211756K/132654752K available (14340K kernel code, 1618K rwdata, 3732K rodata, )
[ 0.494997] ftrace: allocating 42104 entries in 165 pages
[ 0.506736] ftrace: allocated 165 pages with 4 groups
[ 0.506845] rcu: Hierarchical RCU implementation.
[ 0.506845] rcu: RCU event tracing is enabled.
[ 0.506846] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[ 0.506847] Rude variant of Tasks RCU enabled.
[ 0.506848] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.506848] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.509121] NR_IRQS: 16640, nr_irqs: 1912, preallocated irqs: 16
[ 0.509387] random: crng done (trusting CPU's manufacturer)
[ 0.512764] Console: colour VGA+ 80x25
[ 0.537370] printk: console [tty0] enabled
[ 1.657049] printk: console [ttyS1] enabled
[ 1.661369] ACPI: Core revision 20200717
[ 1.667626] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 1.676863] APIC: Switch to symmetric I/O mode setup
[ 1.681957] DMAR: Host address width 46
[ 1.685925] DMAR: DRHD base: 0x000000d37fc000 flags: 0x0
[ 1.691366] DMAR: dmar0: reg_base_addr d37fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.699532] DMAR: DRHD base: 0x000000e0ffc000 flags: 0x0
[ 1.704974] DMAR: dmar1: reg_base_addr e0ffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.713144] DMAR: DRHD base: 0x000000ee7fc000 flags: 0x0
[ 1.718583] DMAR: dmar2: reg_base_addr ee7fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.726751] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
[ 1.732194] DMAR: dmar3: reg_base_addr fbffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.740359] DMAR: DRHD base: 0x000000aaffc000 flags: 0x0
[ 1.745803] DMAR: dmar4: reg_base_addr aaffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.753971] DMAR: DRHD base: 0x000000b87fc000 flags: 0x0
[ 1.759412] DMAR: dmar5: reg_base_addr b87fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.767579] DMAR: DRHD base: 0x000000c5ffc000 flags: 0x0
[ 1.773019] DMAR: dmar6: reg_base_addr c5ffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.781190] DMAR: DRHD base: 0x0000009d7fc000 flags: 0x1
[ 1.786631] DMAR: dmar7: reg_base_addr 9d7fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 1.794799] DMAR: RMRR base: 0x000000489cc000 end: 0x000000509d3fff
[ 1.801190] DMAR: RMRR base: 0x0000006a6f9000 end: 0x0000006abf8fff
[ 1.807577] DMAR: RMRR base: 0x0000006f760000 end: 0x0000006f762fff
[ 1.813967] DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000006f760000s
[ 1.827767] DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x000000006f760000-0x000000006f762ff]
[ 1.827767] BIOS vendor: Dell Inc.; Ver: 2.6.3; Product Version:
[ 1.843435] DMAR: ATSR flags: 0x0
[ 1.846885] DMAR-IR: IOAPIC id 12 under DRHD base 0xc5ffc000 IOMMU 6
[ 1.853446] DMAR-IR: IOAPIC id 11 under DRHD base 0xb87fc000 IOMMU 5
[ 1.860008] DMAR-IR: IOAPIC id 10 under DRHD base 0xaaffc000 IOMMU 4
[ 1.866581] DMAR-IR: IOAPIC id 18 under DRHD base 0xfbffc000 IOMMU 3
[ 1.873142] DMAR-IR: IOAPIC id 17 under DRHD base 0xee7fc000 IOMMU 2
[ 1.879706] DMAR-IR: IOAPIC id 16 under DRHD base 0xe0ffc000 IOMMU 1
[ 1.886267] DMAR-IR: IOAPIC id 15 under DRHD base 0xd37fc000 IOMMU 0
[ 1.892830] DMAR-IR: IOAPIC id 8 under DRHD base 0x9d7fc000 IOMMU 7
[ 1.899306] DMAR-IR: IOAPIC id 9 under DRHD base 0x9d7fc000 IOMMU 7
[ 1.905783] DMAR-IR: HPET id 0 under DRHD base 0x9d7fc000
[ 1.911307] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 1.921542] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 1.928072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 1.938221] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d8cb0e20f4, max_idle_ns: s
[ 1.948893] Calibrating delay loop (skipped), value calculated using timer frequency.. 7600.00 BogoMI)
[ 1.949894] pid_max: default: 32768 minimum: 301
[ 1.950955] LSM: Security Framework initializing
[ 1.961779] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc)
[ 1.967021] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc)
[ 1.968068] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[ 1.969048] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[ 1.970187] mce: CPU0: Thermal monitoring enabled (TM1)
[ 1.970954] process: using mwait in idle threads
[ 1.971894] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 1.972893] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 1.973895] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 1.974894] Spectre V2 : Mitigation: Enhanced IBRS
[ 1.975893] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 1.976893] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 1.977894] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and secp
[ 1.978893] TAA: Mitigation: TSX disabled
[ 1.980044] Freeing SMP alternatives memory: 44K
[ 1.981952] smpboot: CPU0: Intel(R) Xeon(R) Gold 5222 CPU @ 3.80GHz (family: 0x6, model: 0x55, steppi)
[ 1.983017] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel P.
[ 1.983894] ... version: 4
[ 1.984893] ... bit width: 48
[ 1.985893] ... generic registers: 4
[ 1.986893] ... value mask: 0000ffffffffffff
[ 1.987893] ... max period: 00007fffffffffff
[ 1.988893] ... fixed-purpose events: 3
[ 1.989893] ... event mask: 000000070000000f
[ 1.990930] rcu: Hierarchical SRCU implementation.
[ 1.992158] smp: Bringing up secondary CPUs ...
[ 1.993031] x86: Booting SMP configuration:
[ 1.993895] .... node #1, CPUs: #1
[ 1.395539] smpboot: CPU 1 Converting physical 0 to logical die 1
[ 2.065992] .... node #0, CPUs: #2
[ 2.067895] .... node #1, CPUs: #3
[ 2.069894] .... node #0, CPUs: #4
[ 2.071895] .... node #1, CPUs: #5
[ 2.073894] .... node #0, CPUs: #6
[ 2.075895] .... node #1, CPUs: #7
[ 2.077894] .... node #0, CPUs: #8
[ 2.079894] .... node #1, CPUs: #9
[ 2.081894] .... node #0, CPUs: #10
[ 2.083895] .... node #1, CPUs: #11
[ 2.085894] .... node #0, CPUs: #12
[ 2.087895] .... node #1, CPUs: #13
[ 2.089894] .... node #0, CPUs: #14
[ 2.091895] .... node #1, CPUs: #15
[ 2.093106] smp: Brought up 2 nodes, 16 CPUs
[ 2.094895] smpboot: Max logical packages: 2
[ 2.095895] smpboot: Total of 16 processors activated (121662.28 BogoMIPS)
[ 2.101363] devtmpfs: initialized
[ 2.102047] PM: Registering ACPI NVS region [mem 0x6ebff000-0x6f9fefff] (14680064 bytes)
[ 2.103145] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275s
[ 2.103905] futex hash table entries: 4096 (order: 6, 262144 bytes, vmalloc)
[ 2.105030] xor: automatically using best checksumming function avx
[ 2.106025] NET: Registered protocol family 16
[ 2.107052] thermal_sys: Registered thermal governor 'step_wise'
[ 2.107052] thermal_sys: Registered thermal governor 'user_space'
[ 2.107901] cpuidle: using governor menu
[ 2.109896] Detected 1 PCC Subspaces
[ 2.110904] Registering PCC driver as Mailbox controller
[ 2.111941] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 2.119897] ACPI: bus type PCI registered
[ 2.123961] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[ 2.133897] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[ 2.140909] pmd_set_huge: Cannot satisfy [mem 0x80000000-0x80200000] with a huge-page mapping due to .
[ 2.152114] PCI: Using configuration type 1 for base access
[ 2.157901] PCI: Dell System detected, enabling pci=bfsort.
[ 2.164251] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 2.165942] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 2.190291] raid6: avx512x4 gen() 31853 MB/s
[ 2.211332] raid6: avx512x4 xor() 6578 MB/s
[ 2.232323] raid6: avx512x2 gen() 31889 MB/s
[ 2.253334] raid6: avx512x2 xor() 33834 MB/s
[ 2.274326] raid6: avx512x1 gen() 31759 MB/s
[ 2.295334] raid6: avx512x1 xor() 30045 MB/s
[ 2.316327] raid6: avx2x4 gen() 30544 MB/s
[ 2.337333] raid6: avx2x4 xor() 5476 MB/s
[ 2.358328] raid6: avx2x2 gen() 30544 MB/s
[ 2.379333] raid6: avx2x2 xor() 22900 MB/s
[ 2.400324] raid6: avx2x1 gen() 23459 MB/s
[ 2.421333] raid6: avx2x1 xor() 21102 MB/s
[ 2.442325] raid6: sse2x4 gen() 12325 MB/s
[ 2.463336] raid6: sse2x4 xor() 7401 MB/s
[ 2.484330] raid6: sse2x2 gen() 13104 MB/s
[ 2.505334] raid6: sse2x2 xor() 8798 MB/s
[ 2.526322] raid6: sse2x1 gen() 11975 MB/s
[ 2.553384] raid6: sse2x1 xor() 6778 MB/s
[ 2.557894] raid6: using algorithm avx512x2 gen() 31889 MB/s
[ 2.563893] raid6: .... xor() 33834 MB/s, rmw enabled
[ 2.568894] raid6: using avx512x2 recovery algorithm
[ 2.574986] ACPI: Added _OSI(Module Device)
[ 2.578896] ACPI: Added _OSI(Processor Device)
[ 2.583896] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 2.588894] ACPI: Added _OSI(Processor Aggregator Device)
[ 2.594896] ACPI: Added _OSI(Linux-Dell-Video)
[ 2.598895] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 2.604894] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 2.666910] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 2.677904] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.687315] ACPI: Dynamic OEM Table Load:
[ 2.792636] ACPI: Interpreter enabled
[ 2.796907] ACPI: (supports S0 S5)
[ 2.800894] ACPI: Using IOAPIC for interrupt routing
[ 2.805912] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 2.816558] ACPI: Enabled 5 GPEs in block 00 to 7F
[ 2.850135] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-16])
[ 2.856898] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 2.866956] acpi PNP0A08:00: _OSC: platform does not support [AER LTR]
[ 2.872949] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[ 2.879894] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 2.889012] PCI host bridge to bus 0000:00
[ 2.893895] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 2.900894] pci_bus 0000:00: root bus resource [io 0x1000-0x3fff window]
[ 2.907894] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 2.915894] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 2.923894] pci_bus 0000:00: root bus resource [mem 0xfe010000-0xfe010fff window]
[ 2.931896] pci_bus 0000:00: root bus resource [mem 0x90000000-0x9d7fffff window]
[ 2.939894] pci_bus 0000:00: root bus resource [mem 0x380000000000-0x380fffffffff window]
[ 2.947894] pci_bus 0000:00: root bus resource [bus 00-16]
[ 2.953911] pci 0000:00:00.0: [8086:2020] type 00 class 0x060000
[ 2.961420] pci 0000:00:05.0: [8086:2024] type 00 class 0x088000
[ 2.967374] pci 0000:00:05.2: [8086:2025] type 00 class 0x088000
[ 2.974361] pci 0000:00:05.4: [8086:2026] type 00 class 0x080020
[ 2.980900] pci 0000:00:05.4: reg 0x10: [mem 0x93020000-0x93020fff]
[ 2.988364] pci 0000:00:08.0: [8086:2014] type 00 class 0x088000
[ 2.994355] pci 0000:00:08.1: [8086:2015] type 00 class 0x110100
[ 3.001337] pci 0000:00:08.2: [8086:2016] type 00 class 0x088000
[ 3.008365] pci 0000:00:11.0: [8086:a1ec] type 00 class 0xff0000
[ 3.014895] pci 0000:00:11.0: device has non-compliant BARs; disabling IO/MEM decoding
[ 3.023383] pci 0000:00:11.5: [8086:a1d2] type 00 class 0x010601
[ 3.029904] pci 0000:00:11.5: reg 0x10: [mem 0x93016000-0x93017fff]
[ 3.035899] pci 0000:00:11.5: reg 0x14: [mem 0x9301f000-0x9301f0ff]
[ 3.042899] pci 0000:00:11.5: reg 0x18: [io 0x2068-0x206f]
[ 3.048899] pci 0000:00:11.5: reg 0x1c: [io 0x2074-0x2077]
[ 3.054899] pci 0000:00:11.5: reg 0x20: [io 0x2040-0x205f]
[ 3.060899] pci 0000:00:11.5: reg 0x24: [mem 0x92f80000-0x92ffffff]
[ 3.066928] pci 0000:00:11.5: PME# supported from D3hot
[ 3.073375] pci 0000:00:14.0: [8086:a1af] type 00 class 0x0c0330
[ 3.078908] pci 0000:00:14.0: reg 0x10: [mem 0x93000000-0x9300ffff 64bit]
[ 3.086950] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 3.093373] pci 0000:00:14.2: [8086:a1b1] type 00 class 0x118000
[ 3.099909] pci 0000:00:14.2: reg 0x10: [mem 0x9301c000-0x9301cfff 64bit]
[ 3.107412] pci 0000:00:16.0: [8086:a1ba] type 00 class 0x078000
[ 3.112915] pci 0000:00:16.0: reg 0x10: [mem 0x9301b000-0x9301bfff 64bit]
[ 3.120971] pci 0000:00:16.0: PME# supported from D3hot
[ 3.126358] pci 0000:00:16.1: [8086:a1bb] type 00 class 0x078000
[ 3.132914] pci 0000:00:16.1: reg 0x10: [mem 0x9301a000-0x9301afff 64bit]
[ 3.139971] pci 0000:00:16.1: PME# supported from D3hot
[ 3.146359] pci 0000:00:16.4: [8086:a1be] type 00 class 0x078000
[ 3.151914] pci 0000:00:16.4: reg 0x10: [mem 0x93019000-0x93019fff 64bit]
[ 3.158971] pci 0000:00:16.4: PME# supported from D3hot
[ 3.165357] pci 0000:00:17.0: [8086:a182] type 00 class 0x010601
[ 3.171904] pci 0000:00:17.0: reg 0x10: [mem 0x93014000-0x93015fff]
[ 3.177899] pci 0000:00:17.0: reg 0x14: [mem 0x9301e000-0x9301e0ff]
[ 3.184899] pci 0000:00:17.0: reg 0x18: [io 0x2060-0x2067]
[ 3.190899] pci 0000:00:17.0: reg 0x1c: [io 0x2070-0x2073]
[ 3.196899] pci 0000:00:17.0: reg 0x20: [io 0x2020-0x203f]
[ 3.202899] pci 0000:00:17.0: reg 0x24: [mem 0x92f00000-0x92f7ffff]
[ 3.208927] pci 0000:00:17.0: PME# supported from D3hot
[ 3.215372] pci 0000:00:1c.0: [8086:a190] type 01 class 0x060400
[ 3.220954] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 3.228397] pci 0000:00:1c.4: [8086:a194] type 01 class 0x060400
[ 3.234952] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 3.241409] pci 0000:00:1c.5: [8086:a195] type 01 class 0x060400
[ 3.247954] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 3.254408] pci 0000:00:1f.0: [8086:a1c1] type 00 class 0x060100
[ 3.261458] pci 0000:00:1f.2: [8086:a1a1] type 00 class 0x058000
[ 3.267906] pci 0000:00:1f.2: reg 0x10: [mem 0x93010000-0x93013fff]
[ 3.275406] pci 0000:00:1f.4: [8086:a1a3] type 00 class 0x0c0500
[ 3.281910] pci 0000:00:1f.4: reg 0x10: [mem 0x93018000-0x930180ff 64bit]
[ 3.288913] pci 0000:00:1f.4: reg 0x20: [io 0x2000-0x201f]
[ 3.295360] pci 0000:00:1f.5: [8086:a1a4] type 00 class 0x0c8000
[ 3.300907] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 3.308409] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 3.313897] pci 0000:00:1c.0: bridge window [mem 0x92a00000-0x92dfffff]
[ 3.320936] pci 0000:02:00.0: [1556:be00] type 01 class 0x060400
[ 3.329906] pci 0000:00:1c.4: PCI bridge to [bus 02-03]
[ 3.335897] pci 0000:00:1c.4: bridge window [mem 0x92000000-0x928fffff]
[ 3.342896] pci 0000:00:1c.4: bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[ 3.350923] pci_bus 0000:03: extended config space not accessible
[ 3.356907] pci 0000:03:00.0: [102b:0536] type 00 class 0x030000
[ 3.363911] pci 0000:03:00.0: reg 0x10: [mem 0x91000000-0x91ffffff pref]
[ 3.370903] pci 0000:03:00.0: reg 0x14: [mem 0x92808000-0x9280bfff]
[ 3.376903] pci 0000:03:00.0: reg 0x18: [mem 0x92000000-0x927fffff]
[ 3.384025] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 3.388900] pci 0000:02:00.0: bridge window [mem 0x92000000-0x928fffff]
[ 3.395898] pci 0000:02:00.0: bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[ 3.404948] pci 0000:04:00.0: [14e4:165f] type 00 class 0x020000
[ 3.410915] pci 0000:04:00.0: reg 0x10: [mem 0x92e30000-0x92e3ffff 64bit pref]
[ 3.418908] pci 0000:04:00.0: reg 0x18: [mem 0x92e40000-0x92e4ffff 64bit pref]
[ 3.425907] pci 0000:04:00.0: reg 0x20: [mem 0x92e50000-0x92e5ffff 64bit pref]
[ 3.433903] pci 0000:04:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[ 3.440980] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 3.447940] pci 0000:04:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link a)
[ 3.462992] pci 0000:04:00.1: [14e4:165f] type 00 class 0x020000
[ 3.469915] pci 0000:04:00.1: reg 0x10: [mem 0x92e00000-0x92e0ffff 64bit pref]
[ 3.477908] pci 0000:04:00.1: reg 0x18: [mem 0x92e10000-0x92e1ffff 64bit pref]
[ 3.484908] pci 0000:04:00.1: reg 0x20: [mem 0x92e20000-0x92e2ffff 64bit pref]
[ 3.492902] pci 0000:04:00.1: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[ 3.499980] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[ 3.507016] pci 0000:00:1c.5: PCI bridge to [bus 04]
[ 3.511899] pci 0000:00:1c.5: bridge window [mem 0x92e00000-0x92efffff 64bit pref]
[ 3.520134] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.527952] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *6 10 11 12 14 15)
[ 3.534951] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 3.541951] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.548950] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.555949] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *6 10 11 12 14 15)
[ 3.563949] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 3.570948] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.578145] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 17-39])
[ 3.584895] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.593969] acpi PNP0A08:01: _OSC: platform does not support [AER LTR]
[ 3.600960] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability]
[ 3.607894] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 3.616916] PCI host bridge to bus 0000:17
[ 3.620894] pci_bus 0000:17: root bus resource [io 0x4000-0x5fff window]
[ 3.628894] pci_bus 0000:17: root bus resource [mem 0x9d800000-0xaaffffff window]
[ 3.636894] pci_bus 0000:17: root bus resource [mem 0x381000000000-0x381fffffffff window]
[ 3.644894] pci_bus 0000:17: root bus resource [bus 17-39]
[ 3.650908] pci 0000:17:01.0: [8086:2031] type 01 class 0x060400
[ 3.656939] pci 0000:17:01.0: PME# supported from D0 D3hot D3cold
[ 3.664031] pci 0000:17:05.0: [8086:2034] type 00 class 0x088000
[ 3.669948] pci 0000:17:05.2: [8086:2035] type 00 class 0x088000
[ 3.676963] pci 0000:17:05.4: [8086:2036] type 00 class 0x080020
[ 3.682899] pci 0000:17:05.4: reg 0x10: [mem 0x9da00000-0x9da00fff]
[ 3.689962] pci 0000:17:08.0: [8086:208d] type 00 class 0x088000
[ 3.695949] pci 0000:17:08.1: [8086:208d] type 00 class 0x088000
[ 3.701936] pci 0000:17:08.2: [8086:208d] type 00 class 0x088000
[ 3.708935] pci 0000:17:08.3: [8086:208d] type 00 class 0x088000
[ 3.714935] pci 0000:17:08.4: [8086:208d] type 00 class 0x088000
[ 3.720938] pci 0000:17:08.5: [8086:208d] type 00 class 0x088000
[ 3.727935] pci 0000:17:08.6: [8086:208d] type 00 class 0x088000
[ 3.733938] pci 0000:17:08.7: [8086:208d] type 00 class 0x088000
[ 3.739937] pci 0000:17:09.0: [8086:208d] type 00 class 0x088000
[ 3.746948] pci 0000:17:09.1: [8086:208d] type 00 class 0x088000
[ 3.752939] pci 0000:17:09.2: [8086:208d] type 00 class 0x088000
[ 3.758934] pci 0000:17:09.3: [8086:208d] type 00 class 0x088000
[ 3.765938] pci 0000:17:09.4: [8086:208d] type 00 class 0x088000
[ 3.771937] pci 0000:17:09.5: [8086:208d] type 00 class 0x088000
[ 3.777937] pci 0000:17:09.6: [8086:208d] type 00 class 0x088000
[ 3.784934] pci 0000:17:09.7: [8086:208d] type 00 class 0x088000
[ 3.796936] pci 0000:17:0a.0: [8086:208d] type 00 class 0x088000
[ 3.802947] pci 0000:17:0a.1: [8086:208d] type 00 class 0x088000
[ 3.809935] pci 0000:17:0a.2: [8086:208d] type 00 class 0x088000
[ 3.815936] pci 0000:17:0a.3: [8086:208d] type 00 class 0x088000
[ 3.821934] pci 0000:17:0a.4: [8086:208d] type 00 class 0x088000
[ 3.828935] pci 0000:17:0a.5: [8086:208d] type 00 class 0x088000
[ 3.834934] pci 0000:17:0a.6: [8086:208d] type 00 class 0x088000
[ 3.840936] pci 0000:17:0a.7: [8086:208d] type 00 class 0x088000
[ 3.847935] pci 0000:17:0b.0: [8086:208d] type 00 class 0x088000
[ 3.853946] pci 0000:17:0b.1: [8086:208d] type 00 class 0x088000
[ 3.859936] pci 0000:17:0b.2: [8086:208d] type 00 class 0x088000
[ 3.866937] pci 0000:17:0b.3: [8086:208d] type 00 class 0x088000
[ 3.872944] pci 0000:17:0e.0: [8086:208e] type 00 class 0x088000
[ 3.879944] pci 0000:17:0e.1: [8086:208e] type 00 class 0x088000
[ 3.885937] pci 0000:17:0e.2: [8086:208e] type 00 class 0x088000
[ 3.891939] pci 0000:17:0e.3: [8086:208e] type 00 class 0x088000
[ 3.898935] pci 0000:17:0e.4: [8086:208e] type 00 class 0x088000
[ 3.904935] pci 0000:17:0e.5: [8086:208e] type 00 class 0x088000
[ 3.910937] pci 0000:17:0e.6: [8086:208e] type 00 class 0x088000
[ 3.917935] pci 0000:17:0e.7: [8086:208e] type 00 class 0x088000
[ 3.923935] pci 0000:17:0f.0: [8086:208e] type 00 class 0x088000
[ 3.929947] pci 0000:17:0f.1: [8086:208e] type 00 class 0x088000
[ 3.936935] pci 0000:17:0f.2: [8086:208e] type 00 class 0x088000
[ 3.942935] pci 0000:17:0f.3: [8086:208e] type 00 class 0x088000
[ 3.948936] pci 0000:17:0f.4: [8086:208e] type 00 class 0x088000
[ 3.955935] pci 0000:17:0f.5: [8086:208e] type 00 class 0x088000
[ 3.961934] pci 0000:17:0f.6: [8086:208e] type 00 class 0x088000
[ 3.967934] pci 0000:17:0f.7: [8086:208e] type 00 class 0x088000
[ 3.974935] pci 0000:17:10.0: [8086:208e] type 00 class 0x088000
[ 3.980944] pci 0000:17:10.1: [8086:208e] type 00 class 0x088000
[ 3.986935] pci 0000:17:10.2: [8086:208e] type 00 class 0x088000
[ 3.993937] pci 0000:17:10.3: [8086:208e] type 00 class 0x088000
[ 3.999938] pci 0000:17:10.4: [8086:208e] type 00 class 0x088000
[ 4.005936] pci 0000:17:10.5: [8086:208e] type 00 class 0x088000
[ 4.012936] pci 0000:17:10.6: [8086:208e] type 00 class 0x088000
[ 4.018937] pci 0000:17:10.7: [8086:208e] type 00 class 0x088000
[ 4.024938] pci 0000:17:11.0: [8086:208e] type 00 class 0x088000
[ 4.031946] pci 0000:17:11.1: [8086:208e] type 00 class 0x088000
[ 4.037938] pci 0000:17:11.2: [8086:208e] type 00 class 0x088000
[ 4.043939] pci 0000:17:11.3: [8086:208e] type 00 class 0x088000
[ 4.050946] pci 0000:17:1d.0: [8086:2054] type 00 class 0x088000
[ 4.056948] pci 0000:17:1d.1: [8086:2055] type 00 class 0x088000
[ 4.063937] pci 0000:17:1d.2: [8086:2056] type 00 class 0x088000
[ 4.069936] pci 0000:17:1d.3: [8086:2057] type 00 class 0x088000
[ 4.075939] pci 0000:17:1e.0: [8086:2080] type 00 class 0x088000
[ 4.082944] pci 0000:17:1e.1: [8086:2081] type 00 class 0x088000
[ 4.088936] pci 0000:17:1e.2: [8086:2082] type 00 class 0x088000
[ 4.094937] pci 0000:17:1e.3: [8086:2083] type 00 class 0x088000
[ 4.101936] pci 0000:17:1e.4: [8086:2084] type 00 class 0x088000
[ 4.107937] pci 0000:17:1e.5: [8086:2085] type 00 class 0x088000
[ 4.113936] pci 0000:17:1e.6: [8086:2086] type 00 class 0x088000
[ 4.120962] pci 0000:18:00.0: [1000:005f] type 00 class 0x010400
[ 4.126901] pci 0000:18:00.0: reg 0x10: [io 0x4000-0x40ff]
[ 4.132900] pci 0000:18:00.0: reg 0x14: [mem 0x9d900000-0x9d90ffff 64bit]
[ 4.139899] pci 0000:18:00.0: reg 0x1c: [mem 0x9d800000-0x9d8fffff 64bit]
[ 4.146901] pci 0000:18:00.0: reg 0x30: [mem 0xfff00000-0xffffffff pref]
[ 4.153933] pci 0000:18:00.0: supports D1 D2
[ 4.158913] pci 0000:18:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link )
[ 4.173924] pci 0000:17:01.0: PCI bridge to [bus 18]
[ 4.179895] pci 0000:17:01.0: bridge window [io 0x4000-0x4fff]
[ 4.185895] pci 0000:17:01.0: bridge window [mem 0x9d800000-0x9d9fffff]
[ 4.192996] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 3a-5c])
[ 4.199895] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.208971] acpi PNP0A08:02: _OSC: platform does not support [AER LTR]
[ 4.215961] acpi PNP0A08:02: _OSC: OS now controls [PME PCIeCapability]
[ 4.222894] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[ 4.231919] PCI host bridge to bus 0000:3a
[ 4.235894] pci_bus 0000:3a: root bus resource [io 0x6000-0x7fff window]
[ 4.242894] pci_bus 0000:3a: root bus resource [mem 0xab000000-0xb87fffff window]
[ 4.250894] pci_bus 0000:3a: root bus resource [mem 0x382000000000-0x382fffffffff window]
[ 4.259894] pci_bus 0000:3a: root bus resource [bus 3a-5c]
[ 4.265904] pci 0000:3a:05.0: [8086:2034] type 00 class 0x088000
[ 4.271961] pci 0000:3a:05.2: [8086:2035] type 00 class 0x088000
[ 4.278954] pci 0000:3a:05.4: [8086:2036] type 00 class 0x080020
[ 4.284899] pci 0000:3a:05.4: reg 0x10: [mem 0xab000000-0xab000fff]
[ 4.291959] pci 0000:3a:08.0: [8086:2066] type 00 class 0x088000
[ 4.297958] pci 0000:3a:09.0: [8086:2066] type 00 class 0x088000
[ 4.303956] pci 0000:3a:0a.0: [8086:2040] type 00 class 0x088000
[ 4.310952] pci 0000:3a:0a.1: [8086:2041] type 00 class 0x088000
[ 4.316944] pci 0000:3a:0a.2: [8086:2042] type 00 class 0x088000
[ 4.322945] pci 0000:3a:0a.3: [8086:2043] type 00 class 0x088000
[ 4.329947] pci 0000:3a:0a.4: [8086:2044] type 00 class 0x088000
[ 4.335943] pci 0000:3a:0a.5: [8086:2045] type 00 class 0x088000
[ 4.341944] pci 0000:3a:0a.6: [8086:2046] type 00 class 0x088000
[ 4.348945] pci 0000:3a:0a.7: [8086:2047] type 00 class 0x088000
[ 4.354943] pci 0000:3a:0b.0: [8086:2048] type 00 class 0x088000
[ 4.360951] pci 0000:3a:0b.1: [8086:2049] type 00 class 0x088000
[ 4.367944] pci 0000:3a:0b.2: [8086:204a] type 00 class 0x088000
[ 4.373942] pci 0000:3a:0b.3: [8086:204b] type 00 class 0x088000
[ 4.380945] pci 0000:3a:0c.0: [8086:2040] type 00 class 0x088000
[ 4.386954] pci 0000:3a:0c.1: [8086:2041] type 00 class 0x088000
[ 4.392944] pci 0000:3a:0c.2: [8086:2042] type 00 class 0x088000
[ 4.399948] pci 0000:3a:0c.3: [8086:2043] type 00 class 0x088000
[ 4.405947] pci 0000:3a:0c.4: [8086:2044] type 00 class 0x088000
[ 4.411944] pci 0000:3a:0c.5: [8086:2045] type 00 class 0x088000
[ 4.418945] pci 0000:3a:0c.6: [8086:2046] type 00 class 0x088000
[ 4.424945] pci 0000:3a:0c.7: [8086:2047] type 00 class 0x088000
[ 4.430947] pci 0000:3a:0d.0: [8086:2048] type 00 class 0x088000
[ 4.437955] pci 0000:3a:0d.1: [8086:2049] type 00 class 0x088000
[ 4.443946] pci 0000:3a:0d.2: [8086:204a] type 00 class 0x088000
[ 4.449947] pci 0000:3a:0d.3: [8086:204b] type 00 class 0x088000
[ 4.457017] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus 5d-7f])
[ 4.462895] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.472968] acpi PNP0A08:03: _OSC: platform does not support [AER LTR]
[ 4.479960] acpi PNP0A08:03: _OSC: OS now controls [PME PCIeCapability]
[ 4.486894] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[ 4.494935] PCI host bridge to bus 0000:5d
[ 4.499894] pci_bus 0000:5d: root bus resource [io 0x8000-0x9fff window]
[ 4.506894] pci_bus 0000:5d: root bus resource [mem 0xb8800000-0xc5ffffff window]
[ 4.514894] pci_bus 0000:5d: root bus resource [mem 0x383000000000-0x383fffffffff window]
[ 4.523894] pci_bus 0000:5d: root bus resource [bus 5d-7f]
[ 4.529908] pci 0000:5d:00.0: [8086:2030] type 01 class 0x060400
[ 4.535943] pci 0000:5d:00.0: PME# supported from D0 D3hot D3cold
[ 4.541995] pci 0000:5d:02.0: [8086:2032] type 01 class 0x060400
[ 4.548942] pci 0000:5d:02.0: PME# supported from D0 D3hot D3cold
[ 4.554984] pci 0000:5d:05.0: [8086:2034] type 00 class 0x088000
[ 4.560957] pci 0000:5d:05.2: [8086:2035] type 00 class 0x088000
[ 4.567957] pci 0000:5d:05.4: [8086:2036] type 00 class 0x080020
[ 4.573899] pci 0000:5d:05.4: reg 0x10: [mem 0xbb200000-0xbb200fff]
[ 4.580961] pci 0000:5d:0e.0: [8086:2058] type 00 class 0x110100
[ 4.586953] pci 0000:5d:0e.1: [8086:2059] type 00 class 0x088000
[ 4.593944] pci 0000:5d:0f.0: [8086:2058] type 00 class 0x110100
[ 4.599953] pci 0000:5d:0f.1: [8086:2059] type 00 class 0x088000
[ 4.605946] pci 0000:5d:10.0: [8086:2058] type 00 class 0x110100
[ 4.612947] pci 0000:5d:10.1: [8086:2059] type 00 class 0x088000
[ 4.618941] pci 0000:5d:12.0: [8086:204c] type 00 class 0x110100
[ 4.624960] pci 0000:5d:12.1: [8086:204d] type 00 class 0x110100
[ 4.631930] pci 0000:5d:12.2: [8086:204e] type 00 class 0x088000
[ 4.637933] pci 0000:5d:12.4: [8086:204c] type 00 class 0x110100
[ 4.643941] pci 0000:5d:12.5: [8086:204d] type 00 class 0x110100
[ 4.650933] pci 0000:5d:15.0: [8086:2018] type 00 class 0x088000
[ 4.656938] pci 0000:5d:15.1: [8086:2088] type 00 class 0x110100
[ 4.662932] pci 0000:5d:16.0: [8086:2018] type 00 class 0x088000
[ 4.669939] pci 0000:5d:16.1: [8086:2088] type 00 class 0x110100
[ 4.675931] pci 0000:5d:16.4: [8086:2018] type 00 class 0x088000
[ 4.681932] pci 0000:5d:16.5: [8086:2088] type 00 class 0x110100
[ 4.688932] pci 0000:5d:17.0: [8086:2018] type 00 class 0x088000
[ 4.694940] pci 0000:5d:17.1: [8086:2088] type 00 class 0x110100
[ 4.700962] pci 0000:5e:00.0: [9005:028f] type 00 class 0x010700
[ 4.707904] pci 0000:5e:00.0: reg 0x10: [mem 0xbb100000-0xbb107fff 64bit]
[ 4.714907] pci 0000:5e:00.0: reg 0x20: [io 0x8000-0x80ff]
[ 4.720902] pci 0000:5e:00.0: reg 0x30: [mem 0xffe00000-0xffffffff pref]
[ 4.727922] pci 0000:5e:00.0: supports D1
[ 4.731894] pci 0000:5e:00.0: PME# supported from D0 D1 D3hot
[ 4.737946] pci 0000:5d:00.0: PCI bridge to [bus 5e]
[ 4.742895] pci 0000:5d:00.0: bridge window [io 0x8000-0x8fff]
[ 4.749895] pci 0000:5d:00.0: bridge window [mem 0xbb100000-0xbb1fffff]
[ 4.756931] pci 0000:5f:00.0: [8086:1572] type 00 class 0x020000
[ 4.762905] pci 0000:5f:00.0: reg 0x10: [mem 0xba000000-0xbaffffff 64bit pref]
[ 4.770906] pci 0000:5f:00.0: reg 0x1c: [mem 0xbb008000-0xbb00ffff 64bit pref]
[ 4.778903] pci 0000:5f:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[ 4.785939] pci 0000:5f:00.0: PME# supported from D0 D3hot D3cold
[ 4.791959] pci 0000:5f:00.1: [8086:1572] type 00 class 0x020000
[ 4.798905] pci 0000:5f:00.1: reg 0x10: [mem 0xb9000000-0xb9ffffff 64bit pref]
[ 4.805905] pci 0000:5f:00.1: reg 0x1c: [mem 0xbb000000-0xbb007fff 64bit pref]
[ 4.813903] pci 0000:5f:00.1: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[ 4.820937] pci 0000:5f:00.1: PME# supported from D0 D3hot D3cold
[ 4.827959] pci 0000:5d:02.0: PCI bridge to [bus 5f]
[ 4.832898] pci 0000:5d:02.0: bridge window [mem 0xb9000000-0xbb0fffff 64bit pref]
[ 4.841019] ACPI: PCI Root Bridge [PC06] (domain 0000 [bus 80-84])
[ 4.847896] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.856969] acpi PNP0A08:06: _OSC: platform does not support [AER LTR]
[ 4.863960] acpi PNP0A08:06: _OSC: OS now controls [PME PCIeCapability]
[ 4.870894] acpi PNP0A08:06: FADT indicates ASPM is unsupported, using BIOS configuration
[ 4.885922] acpi PNP0A08:06: host bridge window [io 0x0000 window] (ignored, not CPU addressable)
[ 4.894918] PCI host bridge to bus 0000:80
[ 4.899894] pci_bus 0000:80: root bus resource [mem 0xc6000000-0xd37fffff window]
[ 4.907894] pci_bus 0000:80: root bus resource [mem 0x384000000000-0x384fffffffff window]
[ 4.915894] pci_bus 0000:80: root bus resource [bus 80-84]
[ 4.921909] pci 0000:80:05.0: [8086:2024] type 00 class 0x088000
[ 4.928972] pci 0000:80:05.2: [8086:2025] type 00 class 0x088000
[ 4.934953] pci 0000:80:05.4: [8086:2026] type 00 class 0x080020
[ 4.940898] pci 0000:80:05.4: reg 0x10: [mem 0xc6000000-0xc6000fff]
[ 4.947953] pci 0000:80:08.0: [8086:2014] type 00 class 0x088000
[ 4.953947] pci 0000:80:08.1: [8086:2015] type 00 class 0x110100
[ 4.960929] pci 0000:80:08.2: [8086:2016] type 00 class 0x088000
[ 4.967003] ACPI: PCI Root Bridge [PC07] (domain 0000 [bus 85-ad])
[ 4.972895] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.982968] acpi PNP0A08:07: _OSC: platform does not support [AER LTR]
[ 4.989960] acpi PNP0A08:07: _OSC: OS now controls [PME PCIeCapability]
[ 4.996894] acpi PNP0A08:07: FADT indicates ASPM is unsupported, using BIOS configuration
[ 5.005935] PCI host bridge to bus 0000:85
[ 5.009894] pci_bus 0000:85: root bus resource [io 0xa000-0xbfff window]
[ 5.016894] pci_bus 0000:85: root bus resource [mem 0xd3800000-0xe0ffffff window]
[ 5.024894] pci_bus 0000:85: root bus resource [mem 0x385000000000-0x385fffffffff window]
[ 5.033894] pci_bus 0000:85: root bus resource [bus 85-ad]
[ 5.039902] pci 0000:85:05.0: [8086:2034] type 00 class 0x088000
[ 5.045960] pci 0000:85:05.2: [8086:2035] type 00 class 0x088000
[ 5.051955] pci 0000:85:05.4: [8086:2036] type 00 class 0x080020
[ 5.058899] pci 0000:85:05.4: reg 0x10: [mem 0xd3800000-0xd3800fff]
[ 5.064957] pci 0000:85:08.0: [8086:208d] type 00 class 0x088000
[ 5.071947] pci 0000:85:08.1: [8086:208d] type 00 class 0x088000
[ 5.077937] pci 0000:85:08.2: [8086:208d] type 00 class 0x088000
[ 5.083932] pci 0000:85:08.3: [8086:208d] type 00 class 0x088000
[ 5.090934] pci 0000:85:08.4: [8086:208d] type 00 class 0x088000
[ 5.096933] pci 0000:85:08.5: [8086:208d] type 00 class 0x088000
[ 5.102935] pci 0000:85:08.6: [8086:208d] type 00 class 0x088000
[ 5.109932] pci 0000:85:08.7: [8086:208d] type 00 class 0x088000
[ 5.115934] pci 0000:85:09.0: [8086:208d] type 00 class 0x088000
[ 5.121943] pci 0000:85:09.1: [8086:208d] type 00 class 0x088000
[ 5.128933] pci 0000:85:09.2: [8086:208d] type 00 class 0x088000
[ 5.134936] pci 0000:85:09.3: [8086:208d] type 00 class 0x088000
[ 5.140933] pci 0000:85:09.4: [8086:208d] type 00 class 0x088000
[ 5.147933] pci 0000:85:09.5: [8086:208d] type 00 class 0x088000
[ 5.153933] pci 0000:85:09.6: [8086:208d] type 00 class 0x088000
[ 5.159934] pci 0000:85:09.7: [8086:208d] type 00 class 0x088000
[ 5.166931] pci 0000:85:0a.0: [8086:208d] type 00 class 0x088000
[ 5.172941] pci 0000:85:0a.1: [8086:208d] type 00 class 0x088000
[ 5.178933] pci 0000:85:0a.2: [8086:208d] type 00 class 0x088000
[ 5.185934] pci 0000:85:0a.3: [8086:208d] type 00 class 0x088000
[ 5.191935] pci 0000:85:0a.4: [8086:208d] type 00 class 0x088000
[ 5.197933] pci 0000:85:0a.5: [8086:208d] type 00 class 0x088000
[ 5.204934] pci 0000:85:0a.6: [8086:208d] type 00 class 0x088000
[ 5.210937] pci 0000:85:0a.7: [8086:208d] type 00 class 0x088000
[ 5.216936] pci 0000:85:0b.0: [8086:208d] type 00 class 0x088000
[ 5.223946] pci 0000:85:0b.1: [8086:208d] type 00 class 0x088000
[ 5.229935] pci 0000:85:0b.2: [8086:208d] type 00 class 0x088000
[ 5.235933] pci 0000:85:0b.3: [8086:208d] type 00 class 0x088000
[ 5.242937] pci 0000:85:0e.0: [8086:208e] type 00 class 0x088000
[ 5.248943] pci 0000:85:0e.1: [8086:208e] type 00 class 0x088000
[ 5.255931] pci 0000:85:0e.2: [8086:208e] type 00 class 0x088000
[ 5.261934] pci 0000:85:0e.3: [8086:208e] type 00 class 0x088000
[ 5.267932] pci 0000:85:0e.4: [8086:208e] type 00 class 0x088000
[ 5.274932] pci 0000:85:0e.5: [8086:208e] type 00 class 0x088000
[ 5.280932] pci 0000:85:0e.6: [8086:208e] type 00 class 0x088000
[ 5.286932] pci 0000:85:0e.7: [8086:208e] type 00 class 0x088000
[ 5.293934] pci 0000:85:0f.0: [8086:208e] type 00 class 0x088000
[ 5.299941] pci 0000:85:0f.1: [8086:208e] type 00 class 0x088000
[ 5.305933] pci 0000:85:0f.2: [8086:208e] type 00 class 0x088000
[ 5.312933] pci 0000:85:0f.3: [8086:208e] type 00 class 0x088000
[ 5.318936] pci 0000:85:0f.4: [8086:208e] type 00 class 0x088000
[ 5.324932] pci 0000:85:0f.5: [8086:208e] type 00 class 0x088000
[ 5.331933] pci 0000:85:0f.6: [8086:208e] type 00 class 0x088000
[ 5.337934] pci 0000:85:0f.7: [8086:208e] type 00 class 0x088000
[ 5.343935] pci 0000:85:10.0: [8086:208e] type 00 class 0x088000
[ 5.350940] pci 0000:85:10.1: [8086:208e] type 00 class 0x088000
[ 5.356934] pci 0000:85:10.2: [8086:208e] type 00 class 0x088000
[ 5.362935] pci 0000:85:10.3: [8086:208e] type 00 class 0x088000
[ 5.369934] pci 0000:85:10.4: [8086:208e] type 00 class 0x088000
[ 5.375933] pci 0000:85:10.5: [8086:208e] type 00 class 0x088000
[ 5.381934] pci 0000:85:10.6: [8086:208e] type 00 class 0x088000
[ 5.388932] pci 0000:85:10.7: [8086:208e] type 00 class 0x088000
[ 5.394932] pci 0000:85:11.0: [8086:208e] type 00 class 0x088000
[ 5.400942] pci 0000:85:11.1: [8086:208e] type 00 class 0x088000
[ 5.407932] pci 0000:85:11.2: [8086:208e] type 00 class 0x088000
[ 5.413933] pci 0000:85:11.3: [8086:208e] type 00 class 0x088000
[ 5.419941] pci 0000:85:1d.0: [8086:2054] type 00 class 0x088000
[ 5.426944] pci 0000:85:1d.1: [8086:2055] type 00 class 0x088000
[ 5.432934] pci 0000:85:1d.2: [8086:2056] type 00 class 0x088000
[ 5.438933] pci 0000:85:1d.3: [8086:2057] type 00 class 0x088000
[ 5.445935] pci 0000:85:1e.0: [8086:2080] type 00 class 0x088000
[ 5.451944] pci 0000:85:1e.1: [8086:2081] type 00 class 0x088000
[ 5.457932] pci 0000:85:1e.2: [8086:2082] type 00 class 0x088000
[ 5.464938] pci 0000:85:1e.3: [8086:2083] type 00 class 0x088000
[ 5.470934] pci 0000:85:1e.4: [8086:2084] type 00 class 0x088000
[ 5.476934] pci 0000:85:1e.5: [8086:2085] type 00 class 0x088000
[ 5.483934] pci 0000:85:1e.6: [8086:2086] type 00 class 0x088000
[ 5.490025] ACPI: PCI Root Bridge [PC08] (domain 0000 [bus ae-d6])
[ 5.496895] acpi PNP0A08:08: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.505969] acpi PNP0A08:08: _OSC: platform does not support [AER LTR]
[ 5.512961] acpi PNP0A08:08: _OSC: OS now controls [PME PCIeCapability]
[ 5.519894] acpi PNP0A08:08: FADT indicates ASPM is unsupported, using BIOS configuration
[ 5.528939] PCI host bridge to bus 0000:ae
[ 5.532894] pci_bus 0000:ae: root bus resource [io 0xc000-0xdfff window]
[ 5.539894] pci_bus 0000:ae: root bus resource [mem 0xe1000000-0xee7fffff window]
[ 5.547894] pci_bus 0000:ae: root bus resource [mem 0x386000000000-0x386fffffffff window]
[ 5.556894] pci_bus 0000:ae: root bus resource [bus ae-d6]
[ 5.562903] pci 0000:ae:05.0: [8086:2034] type 00 class 0x088000
[ 5.568956] pci 0000:ae:05.2: [8086:2035] type 00 class 0x088000
[ 5.575949] pci 0000:ae:05.4: [8086:2036] type 00 class 0x080020
[ 5.581898] pci 0000:ae:05.4: reg 0x10: [mem 0xe1000000-0xe1000fff]
[ 5.587954] pci 0000:ae:08.0: [8086:2066] type 00 class 0x088000
[ 5.594954] pci 0000:ae:09.0: [8086:2066] type 00 class 0x088000
[ 5.600952] pci 0000:ae:0a.0: [8086:2040] type 00 class 0x088000
[ 5.607950] pci 0000:ae:0a.1: [8086:2041] type 00 class 0x088000
[ 5.613938] pci 0000:ae:0a.2: [8086:2042] type 00 class 0x088000
[ 5.619939] pci 0000:ae:0a.3: [8086:2043] type 00 class 0x088000
[ 5.626940] pci 0000:ae:0a.4: [8086:2044] type 00 class 0x088000
[ 5.632940] pci 0000:ae:0a.5: [8086:2045] type 00 class 0x088000
[ 5.638940] pci 0000:ae:0a.6: [8086:2046] type 00 class 0x088000
[ 5.645940] pci 0000:ae:0a.7: [8086:2047] type 00 class 0x088000
[ 5.651947] pci 0000:ae:0b.0: [8086:2048] type 00 class 0x088000
[ 5.657949] pci 0000:ae:0b.1: [8086:2049] type 00 class 0x088000
[ 5.664942] pci 0000:ae:0b.2: [8086:204a] type 00 class 0x088000
[ 5.670941] pci 0000:ae:0b.3: [8086:204b] type 00 class 0x088000
[ 5.676943] pci 0000:ae:0c.0: [8086:2040] type 00 class 0x088000
[ 5.683952] pci 0000:ae:0c.1: [8086:2041] type 00 class 0x088000
[ 5.689942] pci 0000:ae:0c.2: [8086:2042] type 00 class 0x088000
[ 5.696940] pci 0000:ae:0c.3: [8086:2043] type 00 class 0x088000
[ 5.702941] pci 0000:ae:0c.4: [8086:2044] type 00 class 0x088000
[ 5.708939] pci 0000:ae:0c.5: [8086:2045] type 00 class 0x088000
[ 5.715938] pci 0000:ae:0c.6: [8086:2046] type 00 class 0x088000
[ 5.721940] pci 0000:ae:0c.7: [8086:2047] type 00 class 0x088000
[ 5.727940] pci 0000:ae:0d.0: [8086:2048] type 00 class 0x088000
[ 5.734950] pci 0000:ae:0d.1: [8086:2049] type 00 class 0x088000
[ 5.740940] pci 0000:ae:0d.2: [8086:204a] type 00 class 0x088000
[ 5.746939] pci 0000:ae:0d.3: [8086:204b] type 00 class 0x088000
[ 5.754016] ACPI: PCI Root Bridge [PC09] (domain 0000 [bus d7-ff])
[ 5.759895] acpi PNP0A08:09: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.769969] acpi PNP0A08:09: _OSC: platform does not support [AER LTR]
[ 5.776961] acpi PNP0A08:09: _OSC: OS now controls [PME PCIeCapability]
[ 5.783894] acpi PNP0A08:09: FADT indicates ASPM is unsupported, using BIOS configuration
[ 5.791936] PCI host bridge to bus 0000:d7
[ 5.796894] pci_bus 0000:d7: root bus resource [io 0xe000-0xffff window]
[ 5.803894] pci_bus 0000:d7: root bus resource [mem 0xee800000-0xfbffffff window]
[ 5.811894] pci_bus 0000:d7: root bus resource [mem 0x387000000000-0x387fffffffff window]
[ 5.820894] pci_bus 0000:d7: root bus resource [bus d7-ff]
[ 5.825902] pci 0000:d7:05.0: [8086:2034] type 00 class 0x088000
[ 5.832959] pci 0000:d7:05.2: [8086:2035] type 00 class 0x088000
[ 5.838952] pci 0000:d7:05.4: [8086:2036] type 00 class 0x080020
[ 5.844899] pci 0000:d7:05.4: reg 0x10: [mem 0xee800000-0xee800fff]
[ 5.851957] pci 0000:d7:0e.0: [8086:2058] type 00 class 0x110100
[ 5.857951] pci 0000:d7:0e.1: [8086:2059] type 00 class 0x088000
[ 5.864941] pci 0000:d7:0f.0: [8086:2058] type 00 class 0x110100
[ 5.870950] pci 0000:d7:0f.1: [8086:2059] type 00 class 0x088000
[ 5.876940] pci 0000:d7:10.0: [8086:2058] type 00 class 0x110100
[ 5.883942] pci 0000:d7:10.1: [8086:2059] type 00 class 0x088000
[ 5.889934] pci 0000:d7:12.0: [8086:204c] type 00 class 0x110100
[ 5.895944] pci 0000:d7:12.1: [8086:204d] type 00 class 0x110100
[ 5.902928] pci 0000:d7:12.2: [8086:204e] type 00 class 0x088000
[ 5.908929] pci 0000:d7:12.4: [8086:204c] type 00 class 0x110100
[ 5.915937] pci 0000:d7:12.5: [8086:204d] type 00 class 0x110100
[ 5.921930] pci 0000:d7:15.0: [8086:2018] type 00 class 0x088000
[ 5.927935] pci 0000:d7:15.1: [8086:2088] type 00 class 0x110100
[ 5.934929] pci 0000:d7:16.0: [8086:2018] type 00 class 0x088000
[ 5.940935] pci 0000:d7:16.1: [8086:2088] type 00 class 0x110100
[ 5.946930] pci 0000:d7:16.4: [8086:2018] type 00 class 0x088000
[ 5.953932] pci 0000:d7:16.5: [8086:2088] type 00 class 0x110100
[ 5.965928] pci 0000:d7:17.0: [8086:2018] type 00 class 0x088000
[ 5.971942] pci 0000:d7:17.1: [8086:2088] type 00 class 0x110100
[ 5.979418] iommu: Default domain type: Translated
[ 5.983906] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[ 5.984893] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 5.999948] pci 0000:03:00.0: vgaarb: bridge control possible
[ 6.005893] vgaarb: loaded
[ 6.008961] SCSI subsystem initialized
[ 6.012919] ACPI: bus type USB registered
[ 6.016910] usbcore: registered new interface driver usbfs
[ 6.022900] usbcore: registered new interface driver hub
[ 6.028933] usbcore: registered new device driver usb
[ 6.033905] pps_core: LinuxPPS API ver. 1 registered
[ 6.038894] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 6.048896] PTP clock support registered
[ 6.052952] EDAC MC: Ver: 3.0.0
[ 6.057131] PCI: Using ACPI for IRQ routing
[ 6.064919] Expanded resource Reserved due to conflict with PNP0003:00
[ 6.071955] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 6.077894] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 6.085954] clocksource: Switched to clocksource tsc-early
[ 6.108071] VFS: Disk quotas dquot_6.6.0
[ 6.112322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 6.119528] FS-Cache: Loaded
[ 6.122763] CacheFiles: Loaded
[ 6.126146] pnp: PnP ACPI init
[ 6.130125] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 6.136347] system 00:01: [io 0x0400-0x047f] has been reserved
[ 6.142582] system 00:01: [io 0x0600-0x061f] has been reserved
[ 6.148807] system 00:01: [io 0x0ca0-0x0ca5] has been reserved
[ 6.155033] system 00:01: [io 0x0880-0x0883] has been reserved
[ 6.161276] system 00:01: [io 0x0800-0x081f] has been reserved
[ 6.167504] system 00:01: [mem 0xfed1c000-0xfed3ffff] has been reserved
[ 6.174435] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
[ 6.181352] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[ 6.188267] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[ 6.195184] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
[ 6.202102] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
[ 6.209018] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
[ 6.216400] system 00:04: [mem 0xfd000000-0xfdabffff] has been reserved
[ 6.223321] system 00:04: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 6.230239] system 00:04: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 6.237154] system 00:04: [mem 0xfe000000-0xfe00ffff] has been reserved
[ 6.244072] system 00:04: [mem 0xfe011000-0xfe01ffff] has been reserved
[ 6.250986] system 00:04: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 6.257903] system 00:04: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 6.264821] system 00:04: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 6.271989] system 00:05: [io 0x1000-0x10fe] has been reserved
[ 6.278688] pnp: PnP ACPI: found 6 devices
[ 6.288846] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 6.298299] NET: Registered protocol family 2
[ 6.303100] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 6.312700] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 6.322006] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 6.330149] TCP: Hash tables configured (established 524288 bind 65536)
[ 6.337149] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 6.344794] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 6.353124] pci 0000:04:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridgw
[ 6.363575] pci 0000:04:00.1: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridgw
[ 6.374017] pci 0000:18:00.0: can't claim BAR 6 [mem 0xfff00000-0xffffffff pref]: no compatible bridgw
[ 6.384455] pci 0000:5e:00.0: can't claim BAR 6 [mem 0xffe00000-0xffffffff pref]: no compatible bridgw
[ 6.394890] pci 0000:5f:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridgw
[ 6.405334] pci 0000:5f:00.1: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridgw
[ 6.415785] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 6.424496] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_si0
[ 6.436505] pci 0000:00:1c.0: BAR 15: assigned [mem 0x380000000000-0x3800001fffff 64bit pref]
[ 6.445557] pci 0000:00:1c.5: BAR 14: assigned [mem 0x90000000-0x900fffff]
[ 6.452735] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 6.459221] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 6.464492] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 6.470891] pci 0000:00:1c.0: bridge window [mem 0x92a00000-0x92dfffff]
[ 6.477981] pci 0000:00:1c.0: bridge window [mem 0x380000000000-0x3800001fffff 64bit pref]
[ 6.486950] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 6.492223] pci 0000:02:00.0: bridge window [mem 0x92000000-0x928fffff]
[ 6.499313] pci 0000:02:00.0: bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[ 6.507590] pci 0000:00:1c.4: PCI bridge to [bus 02-03]
[ 6.513122] pci 0000:00:1c.4: bridge window [mem 0x92000000-0x928fffff]
[ 6.520211] pci 0000:00:1c.4: bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[ 6.528488] pci 0000:04:00.0: BAR 6: assigned [mem 0x90000000-0x9003ffff pref]
[ 6.536249] pci 0000:04:00.1: BAR 6: assigned [mem 0x90040000-0x9007ffff pref]
[ 6.544004] pci 0000:00:1c.5: PCI bridge to [bus 04]
[ 6.549271] pci 0000:00:1c.5: bridge window [mem 0x90000000-0x900fffff]
[ 6.556361] pci 0000:00:1c.5: bridge window [mem 0x92e00000-0x92efffff 64bit pref]
[ 6.564637] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 6.571119] pci_bus 0000:00: resource 5 [io 0x1000-0x3fff window]
[ 6.577603] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 6.584779] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c7fff window]
[ 6.591957] pci_bus 0000:00: resource 8 [mem 0xfe010000-0xfe010fff window]
[ 6.599132] pci_bus 0000:00: resource 9 [mem 0x90000000-0x9d7fffff window]
[ 6.606308] pci_bus 0000:00: resource 10 [mem 0x380000000000-0x380fffffffff window]
[ 6.614500] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 6.620378] pci_bus 0000:01: resource 1 [mem 0x92a00000-0x92dfffff]
[ 6.626949] pci_bus 0000:01: resource 2 [mem 0x380000000000-0x3800001fffff 64bit pref]
[ 6.635413] pci_bus 0000:02: resource 1 [mem 0x92000000-0x928fffff]
[ 6.641984] pci_bus 0000:02: resource 2 [mem 0x91000000-0x91ffffff 64bit pref]
[ 6.649739] pci_bus 0000:03: resource 1 [mem 0x92000000-0x928fffff]
[ 6.656311] pci_bus 0000:03: resource 2 [mem 0x91000000-0x91ffffff 64bit pref]
[ 6.664067] pci_bus 0000:04: resource 1 [mem 0x90000000-0x900fffff]
[ 6.670637] pci_bus 0000:04: resource 2 [mem 0x92e00000-0x92efffff 64bit pref]
[ 6.678471] pci 0000:18:00.0: BAR 6: no space for [mem size 0x00100000 pref]
[ 6.685821] pci 0000:18:00.0: BAR 6: failed to assign [mem size 0x00100000 pref]
[ 6.693750] pci 0000:17:01.0: PCI bridge to [bus 18]
[ 6.699024] pci 0000:17:01.0: bridge window [io 0x4000-0x4fff]
[ 6.705423] pci 0000:17:01.0: bridge window [mem 0x9d800000-0x9d9fffff]
[ 6.712515] pci_bus 0000:17: resource 4 [io 0x4000-0x5fff window]
[ 6.718996] pci_bus 0000:17: resource 5 [mem 0x9d800000-0xaaffffff window]
[ 6.726172] pci_bus 0000:17: resource 6 [mem 0x381000000000-0x381fffffffff window]
[ 6.734276] pci_bus 0000:18: resource 0 [io 0x4000-0x4fff]
[ 6.740154] pci_bus 0000:18: resource 1 [mem 0x9d800000-0x9d9fffff]
[ 6.746736] pci_bus 0000:3a: resource 4 [io 0x6000-0x7fff window]
[ 6.753218] pci_bus 0000:3a: resource 5 [mem 0xab000000-0xb87fffff window]
[ 6.760395] pci_bus 0000:3a: resource 6 [mem 0x382000000000-0x382fffffffff window]
[ 6.768504] pci 0000:5d:02.0: BAR 14: assigned [mem 0xb8800000-0xb88fffff]
[ 6.775683] pci 0000:5e:00.0: BAR 6: no space for [mem size 0x00200000 pref]
[ 6.783030] pci 0000:5e:00.0: BAR 6: failed to assign [mem size 0x00200000 pref]
[ 6.790960] pci 0000:5d:00.0: PCI bridge to [bus 5e]
[ 6.796235] pci 0000:5d:00.0: bridge window [io 0x8000-0x8fff]
[ 6.802634] pci 0000:5d:00.0: bridge window [mem 0xbb100000-0xbb1fffff]
[ 6.809727] pci 0000:5f:00.0: BAR 6: assigned [mem 0xb8800000-0xb887ffff pref]
[ 6.817477] pci 0000:5f:00.1: BAR 6: assigned [mem 0xb8880000-0xb88fffff pref]
[ 6.825236] pci 0000:5d:02.0: PCI bridge to [bus 5f]
[ 6.830508] pci 0000:5d:02.0: bridge window [mem 0xb8800000-0xb88fffff]
[ 6.837600] pci 0000:5d:02.0: bridge window [mem 0xb9000000-0xbb0fffff 64bit pref]
[ 6.845874] pci_bus 0000:5d: resource 4 [io 0x8000-0x9fff window]
[ 6.852358] pci_bus 0000:5d: resource 5 [mem 0xb8800000-0xc5ffffff window]
[ 6.859533] pci_bus 0000:5d: resource 6 [mem 0x383000000000-0x383fffffffff window]
[ 6.867636] pci_bus 0000:5e: resource 0 [io 0x8000-0x8fff]
[ 6.873515] pci_bus 0000:5e: resource 1 [mem 0xbb100000-0xbb1fffff]
[ 6.880087] pci_bus 0000:5f: resource 1 [mem 0xb8800000-0xb88fffff]
[ 6.886656] pci_bus 0000:5f: resource 2 [mem 0xb9000000-0xbb0fffff 64bit pref]
[ 6.894410] pci_bus 0000:80: resource 4 [mem 0xc6000000-0xd37fffff window]
[ 6.901590] pci_bus 0000:80: resource 5 [mem 0x384000000000-0x384fffffffff window]
[ 6.909703] pci_bus 0000:85: resource 4 [io 0xa000-0xbfff window]
[ 6.916192] pci_bus 0000:85: resource 5 [mem 0xd3800000-0xe0ffffff window]
[ 6.923370] pci_bus 0000:85: resource 6 [mem 0x385000000000-0x385fffffffff window]
[ 6.931482] pci_bus 0000:ae: resource 4 [io 0xc000-0xdfff window]
[ 6.937965] pci_bus 0000:ae: resource 5 [mem 0xe1000000-0xee7fffff window]
[ 6.945143] pci_bus 0000:ae: resource 6 [mem 0x386000000000-0x386fffffffff window]
[ 6.953261] pci_bus 0000:d7: resource 4 [io 0xe000-0xffff window]
[ 6.959744] pci_bus 0000:d7: resource 5 [mem 0xee800000-0xfbffffff window]
[ 6.966921] pci_bus 0000:d7: resource 6 [mem 0x387000000000-0x387fffffffff window]
[ 6.981735] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 6.990639] pci 0000:17:05.0: disabled boot interrupts on device [8086:2034]
[ 6.998058] pci 0000:3a:05.0: disabled boot interrupts on device [8086:2034]
[ 7.005439] pci 0000:5d:05.0: disabled boot interrupts on device [8086:2034]
[ 7.012821] pci 0000:85:05.0: disabled boot interrupts on device [8086:2034]
[ 7.020239] pci 0000:ae:05.0: disabled boot interrupts on device [8086:2034]
[ 7.027619] pci 0000:d7:05.0: disabled boot interrupts on device [8086:2034]
[ 7.034998] PCI: CLS 0 bytes, default 64
[ 7.039270] Trying to unpack rootfs image as initramfs...
[ 7.102414] Freeing initrd memory: 5136K
[ 7.106688] DMAR: [Firmware Bug]: RMRR entry for device 18:00.0 is broken - applying workaround
[ 7.116164] DMAR: dmar6: Using Queued invalidation
[ 7.121265] DMAR: dmar4: Using Queued invalidation
[ 7.126367] DMAR: dmar7: Using Queued invalidation
[ 7.131570] pci 0000:00:00.0: Adding to iommu group 0
[ 7.136969] pci 0000:00:05.0: Adding to iommu group 1
[ 7.142354] pci 0000:00:05.2: Adding to iommu group 2
[ 7.147741] pci 0000:00:05.4: Adding to iommu group 3
[ 7.153126] pci 0000:00:08.0: Adding to iommu group 4
[ 7.158541] pci 0000:00:08.1: Adding to iommu group 5
[ 7.163933] pci 0000:00:08.2: Adding to iommu group 6
[ 7.169373] pci 0000:00:11.0: Adding to iommu group 7
[ 7.174760] pci 0000:00:11.5: Adding to iommu group 7
[ 7.180201] pci 0000:00:14.0: Adding to iommu group 8
[ 7.185591] pci 0000:00:14.2: Adding to iommu group 8
[ 7.191062] pci 0000:00:16.0: Adding to iommu group 9
[ 7.196452] pci 0000:00:16.1: Adding to iommu group 9
[ 7.201840] pci 0000:00:16.4: Adding to iommu group 9
[ 7.207227] pci 0000:00:17.0: Adding to iommu group 10
[ 7.212738] pci 0000:00:1c.0: Adding to iommu group 11
[ 7.218217] pci 0000:00:1c.4: Adding to iommu group 12
[ 7.223690] pci 0000:00:1c.5: Adding to iommu group 13
[ 7.229274] pci 0000:00:1f.0: Adding to iommu group 14
[ 7.234748] pci 0000:00:1f.2: Adding to iommu group 14
[ 7.240221] pci 0000:00:1f.4: Adding to iommu group 14
[ 7.245691] pci 0000:00:1f.5: Adding to iommu group 14
[ 7.251166] pci 0000:02:00.0: Adding to iommu group 15
[ 7.256610] pci 0000:03:00.0: Adding to iommu group 15
[ 7.262142] pci 0000:04:00.0: Adding to iommu group 16
[ 7.267622] pci 0000:04:00.1: Adding to iommu group 16
[ 7.273094] pci 0000:17:01.0: Adding to iommu group 17
[ 7.278567] pci 0000:17:05.0: Adding to iommu group 18
[ 7.284039] pci 0000:17:05.2: Adding to iommu group 19
[ 7.289513] pci 0000:17:05.4: Adding to iommu group 20
[ 7.295213] pci 0000:17:08.0: Adding to iommu group 21
[ 7.300684] pci 0000:17:08.1: Adding to iommu group 21
[ 7.306159] pci 0000:17:08.2: Adding to iommu group 21
[ 7.311629] pci 0000:17:08.3: Adding to iommu group 21
[ 7.317103] pci 0000:17:08.4: Adding to iommu group 21
[ 7.322576] pci 0000:17:08.5: Adding to iommu group 21
[ 7.328057] pci 0000:17:08.6: Adding to iommu group 21
[ 7.333549] pci 0000:17:08.7: Adding to iommu group 21
[ 7.339248] pci 0000:17:09.0: Adding to iommu group 22
[ 7.344722] pci 0000:17:09.1: Adding to iommu group 22
[ 7.350195] pci 0000:17:09.2: Adding to iommu group 22
[ 7.355669] pci 0000:17:09.3: Adding to iommu group 22
[ 7.361141] pci 0000:17:09.4: Adding to iommu group 22
[ 7.366622] pci 0000:17:09.5: Adding to iommu group 22
[ 7.372097] pci 0000:17:09.6: Adding to iommu group 22
[ 7.377578] pci 0000:17:09.7: Adding to iommu group 22
[ 7.383276] pci 0000:17:0a.0: Adding to iommu group 23
[ 7.388759] pci 0000:17:0a.1: Adding to iommu group 23
[ 7.394241] pci 0000:17:0a.2: Adding to iommu group 23
[ 7.399721] pci 0000:17:0a.3: Adding to iommu group 23
[ 7.405195] pci 0000:17:0a.4: Adding to iommu group 23
[ 7.410678] pci 0000:17:0a.5: Adding to iommu group 23
[ 7.416159] pci 0000:17:0a.6: Adding to iommu group 23
[ 7.421640] pci 0000:17:0a.7: Adding to iommu group 23
[ 7.427219] pci 0000:17:0b.0: Adding to iommu group 24
[ 7.432701] pci 0000:17:0b.1: Adding to iommu group 24
[ 7.438179] pci 0000:17:0b.2: Adding to iommu group 24
[ 7.443655] pci 0000:17:0b.3: Adding to iommu group 24
[ 7.449350] pci 0000:17:0e.0: Adding to iommu group 25
[ 7.454828] pci 0000:17:0e.1: Adding to iommu group 25
[ 7.460307] pci 0000:17:0e.2: Adding to iommu group 25
[ 7.465789] pci 0000:17:0e.3: Adding to iommu group 25
[ 7.471270] pci 0000:17:0e.4: Adding to iommu group 25
[ 7.476754] pci 0000:17:0e.5: Adding to iommu group 25
[ 7.482235] pci 0000:17:0e.6: Adding to iommu group 25
[ 7.487717] pci 0000:17:0e.7: Adding to iommu group 25
[ 7.493412] pci 0000:17:0f.0: Adding to iommu group 26
[ 7.498888] pci 0000:17:0f.1: Adding to iommu group 26
[ 7.504369] pci 0000:17:0f.2: Adding to iommu group 26
[ 7.509842] pci 0000:17:0f.3: Adding to iommu group 26
[ 7.515325] pci 0000:17:0f.4: Adding to iommu group 26
[ 7.520808] pci 0000:17:0f.5: Adding to iommu group 26
[ 7.526289] pci 0000:17:0f.6: Adding to iommu group 26
[ 7.531769] pci 0000:17:0f.7: Adding to iommu group 26
[ 7.537464] pci 0000:17:10.0: Adding to iommu group 27
[ 7.542943] pci 0000:17:10.1: Adding to iommu group 27
[ 7.548422] pci 0000:17:10.2: Adding to iommu group 27
[ 7.553909] pci 0000:17:10.3: Adding to iommu group 27
[ 7.559387] pci 0000:17:10.4: Adding to iommu group 27
[ 7.564867] pci 0000:17:10.5: Adding to iommu group 27
[ 7.570350] pci 0000:17:10.6: Adding to iommu group 27
[ 7.575830] pci 0000:17:10.7: Adding to iommu group 27
[ 7.581414] pci 0000:17:11.0: Adding to iommu group 28
[ 7.586892] pci 0000:17:11.1: Adding to iommu group 28
[ 7.592372] pci 0000:17:11.2: Adding to iommu group 28
[ 7.597855] pci 0000:17:11.3: Adding to iommu group 28
[ 7.603437] pci 0000:17:1d.0: Adding to iommu group 29
[ 7.608919] pci 0000:17:1d.1: Adding to iommu group 29
[ 7.614396] pci 0000:17:1d.2: Adding to iommu group 29
[ 7.619878] pci 0000:17:1d.3: Adding to iommu group 29
[ 7.625540] pci 0000:17:1e.0: Adding to iommu group 30
[ 7.631023] pci 0000:17:1e.1: Adding to iommu group 30
[ 7.636511] pci 0000:17:1e.2: Adding to iommu group 30
[ 7.641996] pci 0000:17:1e.3: Adding to iommu group 30
[ 7.647477] pci 0000:17:1e.4: Adding to iommu group 30
[ 7.652958] pci 0000:17:1e.5: Adding to iommu group 30
[ 7.658440] pci 0000:17:1e.6: Adding to iommu group 30
[ 7.663920] pci 0000:18:00.0: Adding to iommu group 31
[ 7.669398] pci 0000:3a:05.0: Adding to iommu group 32
[ 7.674873] pci 0000:3a:05.2: Adding to iommu group 33
[ 7.680352] pci 0000:3a:05.4: Adding to iommu group 34
[ 7.685827] pci 0000:3a:08.0: Adding to iommu group 35
[ 7.691309] pci 0000:3a:09.0: Adding to iommu group 36
[ 7.696781] pci 0000:3a:0a.0: Adding to iommu group 37
[ 7.702254] pci 0000:3a:0a.1: Adding to iommu group 38
[ 7.707728] pci 0000:3a:0a.2: Adding to iommu group 39
[ 7.713202] pci 0000:3a:0a.3: Adding to iommu group 40
[ 7.718673] pci 0000:3a:0a.4: Adding to iommu group 41
[ 7.724154] pci 0000:3a:0a.5: Adding to iommu group 42
[ 7.729629] pci 0000:3a:0a.6: Adding to iommu group 43
[ 7.735103] pci 0000:3a:0a.7: Adding to iommu group 44
[ 7.740577] pci 0000:3a:0b.0: Adding to iommu group 45
[ 7.746056] pci 0000:3a:0b.1: Adding to iommu group 46
[ 7.751530] pci 0000:3a:0b.2: Adding to iommu group 47
[ 7.757002] pci 0000:3a:0b.3: Adding to iommu group 48
[ 7.762478] pci 0000:3a:0c.0: Adding to iommu group 49
[ 7.767959] pci 0000:3a:0c.1: Adding to iommu group 50
[ 7.773430] pci 0000:3a:0c.2: Adding to iommu group 51
[ 7.778916] pci 0000:3a:0c.3: Adding to iommu group 52
[ 7.784395] pci 0000:3a:0c.4: Adding to iommu group 53
[ 7.789869] pci 0000:3a:0c.5: Adding to iommu group 54
[ 7.795349] pci 0000:3a:0c.6: Adding to iommu group 55
[ 7.800822] pci 0000:3a:0c.7: Adding to iommu group 56
[ 7.806297] pci 0000:3a:0d.0: Adding to iommu group 57
[ 7.811778] pci 0000:3a:0d.1: Adding to iommu group 58
[ 7.817249] pci 0000:3a:0d.2: Adding to iommu group 59
[ 7.822724] pci 0000:3a:0d.3: Adding to iommu group 60
[ 7.828212] pci 0000:5d:00.0: Adding to iommu group 61
[ 7.833689] pci 0000:5d:02.0: Adding to iommu group 62
[ 7.839167] pci 0000:5d:05.0: Adding to iommu group 63
[ 7.844641] pci 0000:5d:05.2: Adding to iommu group 64
[ 7.850116] pci 0000:5d:05.4: Adding to iommu group 65
[ 7.855587] pci 0000:5d:0e.0: Adding to iommu group 66
[ 7.861060] pci 0000:5d:0e.1: Adding to iommu group 67
[ 7.866534] pci 0000:5d:0f.0: Adding to iommu group 68
[ 7.872007] pci 0000:5d:0f.1: Adding to iommu group 69
[ 7.877531] pci 0000:5d:10.0: Adding to iommu group 70
[ 7.883016] pci 0000:5d:10.1: Adding to iommu group 70
[ 7.888495] pci 0000:5d:12.0: Adding to iommu group 71
[ 7.894046] pci 0000:5d:12.1: Adding to iommu group 72
[ 7.899531] pci 0000:5d:12.2: Adding to iommu group 72
[ 7.905008] pci 0000:5d:12.4: Adding to iommu group 73
[ 7.910495] pci 0000:5d:12.5: Adding to iommu group 72
[ 7.916022] pci 0000:5d:15.0: Adding to iommu group 74
[ 7.921512] pci 0000:5d:15.1: Adding to iommu group 74
[ 7.927091] pci 0000:5d:16.0: Adding to iommu group 75
[ 7.932578] pci 0000:5d:16.1: Adding to iommu group 75
[ 7.938068] pci 0000:5d:16.4: Adding to iommu group 75
[ 7.943558] pci 0000:5d:16.5: Adding to iommu group 75
[ 7.949087] pci 0000:5d:17.0: Adding to iommu group 76
[ 7.954575] pci 0000:5d:17.1: Adding to iommu group 76
[ 7.960051] pci 0000:5e:00.0: Adding to iommu group 77
[ 7.965527] pci 0000:5f:00.0: Adding to iommu group 78
[ 7.970999] pci 0000:5f:00.1: Adding to iommu group 79
[ 7.976473] pci 0000:80:05.0: Adding to iommu group 80
[ 7.981947] pci 0000:80:05.2: Adding to iommu group 81
[ 7.987420] pci 0000:80:05.4: Adding to iommu group 82
[ 7.992904] pci 0000:80:08.0: Adding to iommu group 83
[ 7.998409] pci 0000:80:08.1: Adding to iommu group 84
[ 8.003892] pci 0000:80:08.2: Adding to iommu group 85
[ 8.009362] pci 0000:85:05.0: Adding to iommu group 86
[ 8.014836] pci 0000:85:05.2: Adding to iommu group 87
[ 8.020310] pci 0000:85:05.4: Adding to iommu group 88
[ 8.031955] pci 0000:85:08.0: Adding to iommu group 89
[ 8.037443] pci 0000:85:08.1: Adding to iommu group 89
[ 8.042933] pci 0000:85:08.2: Adding to iommu group 89
[ 8.048421] pci 0000:85:08.3: Adding to iommu group 89
[ 8.053915] pci 0000:85:08.4: Adding to iommu group 89
[ 8.059403] pci 0000:85:08.5: Adding to iommu group 89
[ 8.064896] pci 0000:85:08.6: Adding to iommu group 89
[ 8.070383] pci 0000:85:08.7: Adding to iommu group 89
[ 8.076075] pci 0000:85:09.0: Adding to iommu group 90
[ 8.081566] pci 0000:85:09.1: Adding to iommu group 90
[ 8.087054] pci 0000:85:09.2: Adding to iommu group 90
[ 8.092544] pci 0000:85:09.3: Adding to iommu group 90
[ 8.098034] pci 0000:85:09.4: Adding to iommu group 90
[ 8.103526] pci 0000:85:09.5: Adding to iommu group 90
[ 8.109015] pci 0000:85:09.6: Adding to iommu group 90
[ 8.114505] pci 0000:85:09.7: Adding to iommu group 90
[ 8.120196] pci 0000:85:0a.0: Adding to iommu group 91
[ 8.125689] pci 0000:85:0a.1: Adding to iommu group 91
[ 8.131178] pci 0000:85:0a.2: Adding to iommu group 91
[ 8.136668] pci 0000:85:0a.3: Adding to iommu group 91
[ 8.142158] pci 0000:85:0a.4: Adding to iommu group 91
[ 8.147648] pci 0000:85:0a.5: Adding to iommu group 91
[ 8.153138] pci 0000:85:0a.6: Adding to iommu group 91
[ 8.158628] pci 0000:85:0a.7: Adding to iommu group 91
[ 8.164209] pci 0000:85:0b.0: Adding to iommu group 92
[ 8.169698] pci 0000:85:0b.1: Adding to iommu group 92
[ 8.175187] pci 0000:85:0b.2: Adding to iommu group 92
[ 8.180680] pci 0000:85:0b.3: Adding to iommu group 92
[ 8.186367] pci 0000:85:0e.0: Adding to iommu group 93
[ 8.191876] pci 0000:85:0e.1: Adding to iommu group 93
[ 8.197375] pci 0000:85:0e.2: Adding to iommu group 93
[ 8.202864] pci 0000:85:0e.3: Adding to iommu group 93
[ 8.208355] pci 0000:85:0e.4: Adding to iommu group 93
[ 8.213846] pci 0000:85:0e.5: Adding to iommu group 93
[ 8.219335] pci 0000:85:0e.6: Adding to iommu group 93
[ 8.224827] pci 0000:85:0e.7: Adding to iommu group 93
[ 8.230512] pci 0000:85:0f.0: Adding to iommu group 94
[ 8.236008] pci 0000:85:0f.1: Adding to iommu group 94
[ 8.241498] pci 0000:85:0f.2: Adding to iommu group 94
[ 8.246988] pci 0000:85:0f.3: Adding to iommu group 94
[ 8.252480] pci 0000:85:0f.4: Adding to iommu group 94
[ 8.257970] pci 0000:85:0f.5: Adding to iommu group 94
[ 8.263470] pci 0000:85:0f.6: Adding to iommu group 94
[ 8.268968] pci 0000:85:0f.7: Adding to iommu group 94
[ 8.274658] pci 0000:85:10.0: Adding to iommu group 95
[ 8.280150] pci 0000:85:10.1: Adding to iommu group 95
[ 8.285637] pci 0000:85:10.2: Adding to iommu group 95
[ 8.291127] pci 0000:85:10.3: Adding to iommu group 95
[ 8.296619] pci 0000:85:10.4: Adding to iommu group 95
[ 8.302109] pci 0000:85:10.5: Adding to iommu group 95
[ 8.307600] pci 0000:85:10.6: Adding to iommu group 95
[ 8.313090] pci 0000:85:10.7: Adding to iommu group 95
[ 8.318668] pci 0000:85:11.0: Adding to iommu group 96
[ 8.324161] pci 0000:85:11.1: Adding to iommu group 96
[ 8.329659] pci 0000:85:11.2: Adding to iommu group 96
[ 8.335156] pci 0000:85:11.3: Adding to iommu group 96
[ 8.340735] pci 0000:85:1d.0: Adding to iommu group 97
[ 8.346225] pci 0000:85:1d.1: Adding to iommu group 97
[ 8.351716] pci 0000:85:1d.2: Adding to iommu group 97
[ 8.357205] pci 0000:85:1d.3: Adding to iommu group 97
[ 8.362869] pci 0000:85:1e.0: Adding to iommu group 98
[ 8.368360] pci 0000:85:1e.1: Adding to iommu group 98
[ 8.373860] pci 0000:85:1e.2: Adding to iommu group 98
[ 8.379357] pci 0000:85:1e.3: Adding to iommu group 98
[ 8.384846] pci 0000:85:1e.4: Adding to iommu group 98
[ 8.390346] pci 0000:85:1e.5: Adding to iommu group 98
[ 8.395839] pci 0000:85:1e.6: Adding to iommu group 98
[ 8.401318] pci 0000:ae:05.0: Adding to iommu group 99
[ 8.406799] pci 0000:ae:05.2: Adding to iommu group 100
[ 8.412358] pci 0000:ae:05.4: Adding to iommu group 101
[ 8.417921] pci 0000:ae:08.0: Adding to iommu group 102
[ 8.423487] pci 0000:ae:09.0: Adding to iommu group 103
[ 8.429049] pci 0000:ae:0a.0: Adding to iommu group 104
[ 8.434616] pci 0000:ae:0a.1: Adding to iommu group 105
[ 8.440172] pci 0000:ae:0a.2: Adding to iommu group 106
[ 8.445733] pci 0000:ae:0a.3: Adding to iommu group 107
[ 8.451293] pci 0000:ae:0a.4: Adding to iommu group 108
[ 8.456854] pci 0000:ae:0a.5: Adding to iommu group 109
[ 8.462414] pci 0000:ae:0a.6: Adding to iommu group 110
[ 8.467973] pci 0000:ae:0a.7: Adding to iommu group 111
[ 8.473532] pci 0000:ae:0b.0: Adding to iommu group 112
[ 8.479092] pci 0000:ae:0b.1: Adding to iommu group 113
[ 8.484650] pci 0000:ae:0b.2: Adding to iommu group 114
[ 8.490210] pci 0000:ae:0b.3: Adding to iommu group 115
[ 8.495771] pci 0000:ae:0c.0: Adding to iommu group 116
[ 8.501332] pci 0000:ae:0c.1: Adding to iommu group 117
[ 8.506891] pci 0000:ae:0c.2: Adding to iommu group 118
[ 8.512456] pci 0000:ae:0c.3: Adding to iommu group 119
[ 8.518017] pci 0000:ae:0c.4: Adding to iommu group 120
[ 8.523578] pci 0000:ae:0c.5: Adding to iommu group 121
[ 8.529135] pci 0000:ae:0c.6: Adding to iommu group 122
[ 8.534696] pci 0000:ae:0c.7: Adding to iommu group 123
[ 8.540257] pci 0000:ae:0d.0: Adding to iommu group 124
[ 8.545824] pci 0000:ae:0d.1: Adding to iommu group 125
[ 8.551382] pci 0000:ae:0d.2: Adding to iommu group 126
[ 8.556944] pci 0000:ae:0d.3: Adding to iommu group 127
[ 8.562503] pci 0000:d7:05.0: Adding to iommu group 128
[ 8.568062] pci 0000:d7:05.2: Adding to iommu group 129
[ 8.573622] pci 0000:d7:05.4: Adding to iommu group 130
[ 8.579182] pci 0000:d7:0e.0: Adding to iommu group 131
[ 8.584742] pci 0000:d7:0e.1: Adding to iommu group 132
[ 8.590300] pci 0000:d7:0f.0: Adding to iommu group 133
[ 8.595859] pci 0000:d7:0f.1: Adding to iommu group 134
[ 8.601483] pci 0000:d7:10.0: Adding to iommu group 135
[ 8.607073] pci 0000:d7:10.1: Adding to iommu group 135
[ 8.612642] pci 0000:d7:12.0: Adding to iommu group 136
[ 8.618292] pci 0000:d7:12.1: Adding to iommu group 137
[ 8.623881] pci 0000:d7:12.2: Adding to iommu group 137
[ 8.629450] pci 0000:d7:12.4: Adding to iommu group 138
[ 8.635035] pci 0000:d7:12.5: Adding to iommu group 137
[ 8.640650] pci 0000:d7:15.0: Adding to iommu group 139
[ 8.646241] pci 0000:d7:15.1: Adding to iommu group 139
[ 8.651913] pci 0000:d7:16.0: Adding to iommu group 140
[ 8.657505] pci 0000:d7:16.1: Adding to iommu group 140
[ 8.663095] pci 0000:d7:16.4: Adding to iommu group 140
[ 8.668687] pci 0000:d7:16.5: Adding to iommu group 140
[ 8.674302] pci 0000:d7:17.0: Adding to iommu group 141
[ 8.679893] pci 0000:d7:17.1: Adding to iommu group 141
[ 8.716489] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 8.723240] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 8.729983] software IO TLB: mapped [mem 0x54000000-0x58000000] (64MB)
[ 8.737028] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[ 8.745490] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 8.751452] RAPL PMU: hw unit of domain dram 2^-16 Joules
[ 8.759061] Initialise system trusted keyrings
[ 8.763866] workingset: timestamp_bits=40 max_order=25 bucket_order=0
[ 8.770783] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[ 8.779410] Key type asymmetric registered
[ 8.783815] Asymmetric key parser 'x509' registered
[ 8.789003] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 8.796976] io scheduler mq-deadline registered
[ 8.801810] io scheduler kyber registered
[ 8.806458] pcieport 0000:00:1c.0: PME: Signaling with IRQ 24
[ 8.812640] pcieport 0000:00:1c.4: PME: Signaling with IRQ 25
[ 8.818822] pcieport 0000:00:1c.5: PME: Signaling with IRQ 26
[ 8.825084] pcieport 0000:17:01.0: PME: Signaling with IRQ 28
[ 8.831315] pcieport 0000:5d:00.0: PME: Signaling with IRQ 30
[ 8.837492] pcieport 0000:5d:02.0: PME: Signaling with IRQ 31
[ 8.843803] IPMI message handler: version 39.2
[ 8.848730] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 8.856699] ACPI: Power Button [PWRF]
[ 8.860831] ACPI: \_SB_.SCK0.CP00: Found 1 idle states
[ 8.866399] ACPI: \_SB_.SCK1.CP00: Found 1 idle states
[ 8.871957] ACPI: \_SB_.SCK0.CP01: Found 1 idle states
[ 8.877503] ACPI: \_SB_.SCK1.CP01: Found 1 idle states
[ 8.883046] ACPI: \_SB_.SCK0.CP02: Found 1 idle states
[ 8.888594] ACPI: \_SB_.SCK1.CP02: Found 1 idle states
[ 8.894135] ACPI: \_SB_.SCK0.CP03: Found 1 idle states
[ 8.899680] ACPI: \_SB_.SCK1.CP03: Found 1 idle states
[ 8.905228] ACPI: \_SB_.SCK0.CP04: Found 1 idle states
[ 8.910773] ACPI: \_SB_.SCK1.CP04: Found 1 idle states
[ 8.916319] ACPI: \_SB_.SCK0.CP05: Found 1 idle states
[ 8.921869] ACPI: \_SB_.SCK1.CP05: Found 1 idle states
[ 8.927406] ACPI: \_SB_.SCK0.CP06: Found 1 idle states
[ 8.932950] ACPI: \_SB_.SCK1.CP06: Found 1 idle states
[ 8.938490] ACPI: \_SB_.SCK0.CP07: Found 1 idle states
[ 8.944021] ACPI: \_SB_.SCK1.CP07: Found 1 idle states
[ 8.949695] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 8.956415] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 8.964345] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 8.972662] lp: driver loaded but no devices found
[ 8.977931] Linux agpgart interface v0.103
[ 8.984251] brd: module loaded
[ 8.989785] loop: module loaded
[ 8.994685] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[ 9.001256] drbd: built-in
[ 9.004271] drbd: registered as block device major 147
[ 9.009740] lpc_ich 0000:00:1f.0: I/O space for ACPI uninitialized
[ 9.016213] lpc_ich 0000:00:1f.0: No MFD cells added
[ 9.021914] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 9.029778] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 9.037076] megasas: 07.714.04.00-rc1
[ 9.041223] megaraid_sas 0000:18:00.0: FW now in Ready state
[ 9.052822] megaraid_sas 0000:18:00.0: 63 bit DMA mask and 32 bit consistent mask
[ 9.061213] megaraid_sas 0000:18:00.0: firmware supports msix : (96)
[ 9.067994] megaraid_sas 0000:18:00.0: requested/available msix 17/17
[ 9.074722] megaraid_sas 0000:18:00.0: current msix/online cpus : (17/16)
[ 9.081794] megaraid_sas 0000:18:00.0: RDPQ mode : (disabled)
[ 9.087830] megaraid_sas 0000:18:00.0: Current firmware supports maximum commands: 928 LDIO th7
[ 9.098204] megaraid_sas 0000:18:00.0: Configured max firmware commands: 927
[ 9.107877] megaraid_sas 0000:18:00.0: Performance mode :Latency
[ 9.114174] megaraid_sas 0000:18:00.0: FW supports sync cache : No
[ 9.120644] megaraid_sas 0000:18:00.0: megasas_disable_intr_fusion is called outbound_intr_mask:0x4009
[ 9.349901] megaraid_sas 0000:18:00.0: FW provided supportMaxExtLDs: 0 max_lds: 32
[ 9.357974] megaraid_sas 0000:18:00.0: controller type : iMR(0MB)
[ 9.364356] megaraid_sas 0000:18:00.0: Online Controller Reset(OCR) : Enabled
[ 9.371775] megaraid_sas 0000:18:00.0: Secure JBOD support : No
[ 9.377983] megaraid_sas 0000:18:00.0: NVMe passthru support : No
[ 9.384364] megaraid_sas 0000:18:00.0: FW provided TM TaskAbort/Reset timeout : 0 secs/0 secs
[ 9.393389] megaraid_sas 0000:18:00.0: JBOD sequence map support : No
[ 9.400118] megaraid_sas 0000:18:00.0: PCI Lane Margining support : No
[ 9.430062] megaraid_sas 0000:18:00.0: megasas_enable_intr_fusion is called outbound_intr_mask:0x40000
[ 9.440123] megaraid_sas 0000:18:00.0: INIT adapter done
[ 9.445725] megaraid_sas 0000:18:00.0: JBOD sequence map is disabled megasas_setup_jbod_map 5690
[ 9.455920] megaraid_sas 0000:18:00.0: pci id : (0x1000)/(0x005f)/(0x1028)/(0x1f44)
[ 9.464169] megaraid_sas 0000:18:00.0: unevenspan support : yes
[ 9.470381] megaraid_sas 0000:18:00.0: firmware crash dump : no
[ 9.476583] megaraid_sas 0000:18:00.0: JBOD sequence map : disabled
[ 9.483172] scsi host0: Avago SAS based MegaRAID driver
[ 9.489222] mpt3sas version 34.100.00.00 loaded
[ 9.493872] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MG04ACA1 FK5D PQ: 0 ANSI: 6
[ 9.502810] ahci 0000:00:11.5: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 9.511489] ahci 0000:00:11.5: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds
[ 9.514630] scsi 0:0:1:0: Direct-Access ATA TOSHIBA MG04ACA1 FK5D PQ: 0 ANSI: 6
[ 9.536202] scsi host1: ahci
[ 9.539463] scsi host2: ahci
[ 9.542727] scsi host3: ahci
[ 9.545988] scsi host4: ahci
[ 9.549246] scsi host5: ahci
[ 9.550376] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.552514] scsi host6: ahci
[ 9.557547] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 9.558596] scsi 0:0:1:0: Attached scsi generic sg1 type 0
[ 9.561462] ata1: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80100 irq 50
[ 9.565166] sd 0:0:1:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 9.591599] ata2: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80180 irq 50
[ 9.599674] ata3: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80200 irq 50
[ 9.607742] ata4: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80280 irq 50
[ 9.615817] ata5: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80300 irq 50
[ 9.623896] ata6: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80380 irq 50
[ 9.632173] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 9.640848] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds
[ 9.672285] scsi host7: ahci
[ 9.675543] scsi host8: ahci
[ 9.678803] scsi host9: ahci
[ 9.682055] scsi host10: ahci
[ 9.685393] scsi host11: ahci
[ 9.688728] scsi host12: ahci
[ 9.692062] sd 0:0:0:0: [sda] Write Protect is off
[ 9.692069] scsi host13: ahci
[ 9.697154] sd 0:0:1:0: [sdb] Write Protect is off
[ 9.697945] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
[ 9.700484] scsi host14: ahci
[ 9.706285] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[ 9.714626] ata7: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00100 irq 51
[ 9.735069] ata8: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00180 irq 51
[ 9.743143] ata9: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00200 irq 51
[ 9.751218] ata10: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00280 irq 51
[ 9.759381] ata11: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00300 irq 51
[ 9.767542] ata12: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00380 irq 51
[ 9.775705] ata13: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00400 irq 51
[ 9.783866] ata14: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00480 irq 51
[ 9.792646] tun: Universal TUN/TAP device driver, 1.6
[ 9.807905] tsc: Refined TSC clocksource calibration: 3791.093 MHz
[ 9.808396] tg3 0000:04:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address 2c2
[ 9.814440] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d4af4a67b6, max_idle_ns: 881590s
[ 9.825462] tg3 0000:04:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], )
[ 9.846328] tg3 0000:04:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 9.854663] tg3 0000:04:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[ 9.861730] clocksource: Switched to clocksource tsc
[ 9.872564] tg3 0000:04:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address 2c3
[ 9.883614] tg3 0000:04:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], )
[ 9.893958] tg3 0000:04:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 9.902319] tg3 0000:04:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[ 9.909609] e100: Intel(R) PRO/100 Network Driver
[ 9.912740] sda: sda1 sda2 sda3
[ 9.914622] e100: Copyright(c) 1999-2006 Intel Corporation
[ 9.923988] e1000: Intel(R) PRO/1000 Network Driver
[ 9.929169] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 9.935260] e1000e: Intel(R) PRO/1000 Network Driver
[ 9.940328] sd 0:0:1:0: [sdb] Attached SCSI disk
[ 9.940522] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 9.951738] igb: Intel(R) Gigabit Ethernet Network Driver
[ 9.957440] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 9.962827] ata4: SATA link down (SStatus 0 SControl 300)
[ 9.963358] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 9.969059] ata2: SATA link down (SStatus 0 SControl 300)
[ 9.975596] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 9.981344] ata6: SATA link down (SStatus 0 SControl 300)
[ 9.987582] sky2: driver version 1.30
[ 9.993292] ata1: SATA link down (SStatus 0 SControl 300)
[ 9.997502] Fusion MPT base driver 3.04.20
[ 10.002977] ata3: SATA link down (SStatus 0 SControl 300)
[ 10.007343] Copyright (c) 1999-2008 LSI Corporation
[ 10.007347] Fusion MPT SPI Host driver 3.04.20
[ 10.013091] ata5: SATA link down (SStatus 0 SControl 300)
[ 10.018262] Fusion MPT FC Host driver 3.04.20
[ 10.033379] Fusion MPT SAS Host driver 3.04.20
[ 10.035071] sd 0:0:0:0: [sda] Attached SCSI disk
[ 10.038156] Fusion MPT misc device (ioctl) driver 3.04.20
[ 10.048770] mptctl: Registered with Fusion MPT base driver
[ 10.054560] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 10.060004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 10.066836] ehci-pci: EHCI PCI platform driver
[ 10.071603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 10.078089] ohci-pci: OHCI PCI platform driver
[ 10.082863] uhci_hcd: USB Universal Host Controller Interface driver
[ 10.089688] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 10.095222] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 10.101007] ata13: SATA link down (SStatus 0 SControl 300)
[ 10.108948] ata10: SATA link down (SStatus 0 SControl 300)
[ 10.114770] ata12: SATA link down (SStatus 0 SControl 300)
[ 10.117046] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 10.120600] ata14: SATA link down (SStatus 0 SControl 300)
[ 10.130226] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 10.136069] ata7: SATA link down (SStatus 0 SControl 300)
[ 10.143383] hub 1-0:1.0: USB hub found
[ 10.148902] ata9: SATA link down (SStatus 0 SControl 300)
[ 10.152959] hub 1-0:1.0: 16 ports detected
[ 10.158668] ata11: SATA link down (SStatus 0 SControl 300)
[ 10.164084] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 10.168865] ata8: SATA link down (SStatus 0 SControl 300)
[ 10.174360] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 10.187983] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 10.194628] hub 2-0:1.0: USB hub found
[ 10.198703] hub 2-0:1.0: 10 ports detected
[ 10.203432] usb: port power management may be unreliable
[ 10.209294] usbcore: registered new interface driver usb-storage
[ 10.215632] i8042: PNP: No PS/2 controller found.
[ 10.220702] rtc_cmos 00:00: RTC can wake from S4
[ 10.225973] rtc_cmos 00:00: registered as rtc0
[ 10.236459] rtc_cmos 00:00: setting system clock to 2020-08-10T15:35:59 UTC (1597073759)
[ 10.245080] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 10.253342] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 10.259421] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 10.269185] i2c i2c-0: 16/16 memory slots populated (from DMI)
[ 10.275323] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD
[ 10.285164] intel_pstate: Intel P-state driver initializing
[ 10.291410] hid: raw HID events driver (C) Jiri Kosina
[ 10.296973] usbcore: registered new interface driver usbhid
[ 10.302847] usbhid: USB HID core driver
[ 10.307068] drop_monitor: Initializing network drop monitor service
[ 10.313686] Key type dns_resolver registered
[ 10.318940] microcode: sig=0x50657, pf=0x80, revision=0x5002f00
[ 10.325240] microcode: Microcode Update Driver: v2.2.
[ 10.325242] IPI shorthand broadcast: enabled
[ 10.335171] sched_clock: Marking stable (8940625859, 1394539066)->(10665280682, -330115757)
[ 10.344071] registered taskstats version 1
[ 10.348473] Loading compiled-in X.509 certificates
[ 10.354176] Loaded X.509 cert 'Build time autogenerated kernel key: 27b2ad565f698f0e5314b1b588b8af5ff'
[ 10.367040] Freeing unused kernel image (initmem) memory: 1536K
[ 10.378900] Write protecting the kernel read-only data: 20480k
[ 10.385524] Freeing unused kernel image (text/rodata gap) memory: 2040K
[ 10.392524] Freeing unused kernel image (rodata/data gap) memory: 364K
[ 10.399355] Run /init as init process
[ 10.505899] usb 1-14: new high-speed USB device number 2 using xhci_hcd
[ 10.638392] hub 1-14:1.0: USB hub found
[ 10.642583] hub 1-14:1.0: 4 ports detected
[ 10.715220] XFS (sda1): Mounting V5 Filesystem
[ 10.830415] XFS (sda1): Ending clean mount
[ 11.383900] usb 1-14.1: new high-speed USB device number 3 using xhci_hcd
[ 11.467437] hub 1-14.1:1.0: USB hub found
[ 11.471807] hub 1-14.1:1.0: 4 ports detected
[ 11.537421] systemd[1]: Inserted module 'autofs4'
[ 11.539898] usb 1-14.4: new high-speed USB device number 4 using xhci_hcd
[ 11.625480] hub 1-14.4:1.0: USB hub found
[ 11.629844] hub 1-14.4:1.0: 4 ports detected
[ 11.767642] NET: Registered protocol family 10
[ 11.772608] Segment Routing with IPv6
[ 11.800398] NET: Registered protocol family 1
[ 11.805096] systemd[1]: Inserted module 'unix'
[ 11.931572] systemd[1]: systemd 242 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMA)
[ 11.965923] systemd[1]: Detected architecture x86-64.
[ 11.988958] systemd[1]: Set hostname to <mouches.molgen.mpg.de>.
[ 12.633569] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 12.642771] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 12.650360] systemd[1]: Listening on Journal Socket.
[ 12.656946] systemd[1]: Mounting POSIX Message Queue File System...
[ 12.664196] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Poin.
[ 12.704668] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 12.756322] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 12.973561] RPC: Registered named UNIX socket transport module.
[ 12.979806] RPC: Registered udp transport module.
[ 12.984829] RPC: Registered tcp transport module.
[ 12.989855] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 13.299372] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 13.472040] xfs filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
[ 13.573128] systemd-journald[257]: Received request to flush runtime journal from PID 1
[ 14.011070] iTCO_vendor_support: vendor-support=0
[ 14.065598] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[ 14.099795] Microsemi PQI Driver (v1.2.10-025)
[ 14.104656] smartpqi 0000:5e:00.0: Microsemi Smart Family Controller found
[ 14.136110] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 14.142093] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 14.149958] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 14.149978] ipmi_si: IPMI System Interface driver
[ 14.161329] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 14.168000] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
[ 14.175868] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 14.182080] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[ 14.188359] ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca8] regsize 1 spacing 4 irq 10
[ 14.197368] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
[ 14.206615] ipmi_si: Adding ACPI-specified kcs state machine
[ 14.212721] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x200
[ 14.278663] i40e: Intel(R) Ethernet Connection XL710 Network Driver
[ 14.285258] i40e: Copyright (c) 2013 - 2019 Intel Corporation.
[ 14.295052] smartpqi 0000:5e:00.0: Online Firmware Activation enabled
[ 14.301802] smartpqi 0000:5e:00.0: Serial Management Protocol enabled
[ 14.308543] smartpqi 0000:5e:00.0: New Soft Reset Handshake enabled
[ 14.315113] smartpqi 0000:5e:00.0: RAID IU Timeout enabled
[ 14.320910] smartpqi 0000:5e:00.0: TMF IU Timeout enabled
[ 14.328083] i40e 0000:5f:00.0: fw 7.83.59945 api 1.9 nvm 7.10 0x800075df 19.5.12 [8086:1572] [8086:00]
[ 14.332906] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but .
[ 14.369943] ipmi_si IPI0001:00: Using irq 10
[ 14.402563] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x010)
[ 14.481672] ipmi_si IPI0001:00: IPMI kcs interface initialized
[ 14.574755] i40e 0000:5f:00.0: MAC address: f8:f2:1e:9e:47:60
[ 14.580947] i40e 0000:5f:00.0: FW LLDP is enabled
[ 14.595687] i40e 0000:5f:00.0 eth2: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: None
[ 14.604634] scsi host15: smartpqi
[ 14.624063] i40e 0000:5f:00.0: PCI-Express: Speed 8.0GT/s Width x8
[ 14.639736] i40e 0000:5f:00.0: Features: PF-id[0] VFs: 64 VSIs: 66 QP: 16 RSS FD_ATR FD_SB NTUPLE VxLA
[ 14.665416] i40e 0000:5f:00.1: fw 7.83.59945 api 1.9 nvm 7.10 0x800075df 19.5.12 [8086:1572] [8086:00]
[ 14.912152] i40e 0000:5f:00.1: MAC address: f8:f2:1e:9e:47:61
[ 14.918347] i40e 0000:5f:00.1: FW LLDP is enabled
[ 14.943970] i40e 0000:5f:00.1: PCI-Express: Speed 8.0GT/s Width x8
[ 14.965244] i40e 0000:5f:00.1: Features: PF-id[1] VFs: 64 VSIs: 66 QP: 16 RSS FD_ATR FD_SB NTUPLE VxLA
[ 14.977187] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500cdb16aa5 Direct-Access SEAGATE ST8000N
[ 14.991947] scsi 15:0:0:0: Direct-Access SEAGATE ST8000NM001A E001 PQ: 0 ANSI: 7
[ 15.004373] scsi 15:0:0:0: Attached scsi generic sg2 type 0
[ 15.009470] sd 15:0:0:0: [sdc] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.010311] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a81cd Direct-Access SEAGATE ST8000N
[ 15.018697] sd 15:0:0:0: [sdc] 4096-byte physical blocks
[ 15.020277] sd 15:0:0:0: [sdc] Write Protect is off
[ 15.031706] scsi 15:0:1:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 15.050513] EDAC MC0: Giving out device to module skx_edac controller Skylake Socket#0 IMC#0: DEV 000)
[ 15.051676] sd 15:0:1:0: Attached scsi generic sg3 type 0
[ 15.053080] sd 15:0:0:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.054075] sd 15:0:1:0: [sdd] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.054076] sd 15:0:1:0: [sdd] 4096-byte physical blocks
[ 15.055641] sd 15:0:1:0: [sdd] Write Protect is off
[ 15.058544] sd 15:0:1:0: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.062138] EDAC MC1: Giving out device to module skx_edac controller Skylake Socket#0 IMC#1: DEV 000)
[ 15.067820] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500cdb15d29 Direct-Access SEAGATE ST8000N
[ 15.071965] sd 15:0:0:0: [sdc] Attached SCSI disk
[ 15.076969] EDAC MC2: Giving out device to module skx_edac controller Skylake Socket#1 IMC#0: DEV 000)
[ 15.077107] sd 15:0:1:0: [sdd] Attached SCSI disk
[ 15.086716] scsi 15:0:2:0: Direct-Access SEAGATE ST8000NM001A E001 PQ: 0 ANSI: 7
[ 15.091028] EDAC MC3: Giving out device to module skx_edac controller Skylake Socket#1 IMC#1: DEV 000)
[ 15.098236] sd 15:0:2:0: Attached scsi generic sg4 type 0
[ 15.100638] sd 15:0:2:0: [sde] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.100639] sd 15:0:2:0: [sde] 4096-byte physical blocks
[ 15.102193] sd 15:0:2:0: [sde] Write Protect is off
[ 15.105096] sd 15:0:2:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.123870] sd 15:0:2:0: [sde] Attached SCSI disk
[ 15.128865] mgag200 0000:03:00.0: vgaarb: deactivate vga console
[ 15.215984] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a6ac1 Direct-Access SEAGATE ST8000N
[ 15.233250] Console: switching to colour dummy device 80x25
[ 15.238837] scsi 15:0:3:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 15.251500] [drm] Initialized mgag200 1.0.0 20110418 for 0000:03:00.0 on minor 0
[ 15.260793] fbcon: mgag200drmfb (fb0) is primary device
[ 15.591639] sd 15:0:3:0: Attached scsi generic sg5 type 0
[ 15.591662] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500cdb17e69 Direct-Access SEAGATE ST8000N
[ 15.592986] scsi 15:0:4:0: Direct-Access SEAGATE ST8000NM001A E001 PQ: 0 ANSI: 7
[ 15.594081] sd 15:0:3:0: [sdf] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.594082] sd 15:0:3:0: [sdf] 4096-byte physical blocks
[ 15.595027] sd 15:0:4:0: Attached scsi generic sg6 type 0
[ 15.595049] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21abeb5 Direct-Access SEAGATE ST8000N
[ 15.595670] sd 15:0:3:0: [sdf] Write Protect is off
[ 15.596180] scsi 15:0:5:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 15.597453] sd 15:0:4:0: [sdg] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.597454] sd 15:0:4:0: [sdg] 4096-byte physical blocks
[ 15.598368] sd 15:0:5:0: Attached scsi generic sg7 type 0
[ 15.598388] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500cdb171e9 Direct-Access SEAGATE ST8000N
[ 15.598577] sd 15:0:3:0: [sdf] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.599013] sd 15:0:4:0: [sdg] Write Protect is off
[ 15.599705] scsi 15:0:6:0: Direct-Access SEAGATE ST8000NM001A E001 PQ: 0 ANSI: 7
[ 15.600754] sd 15:0:5:0: [sdh] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.600755] sd 15:0:5:0: [sdh] 4096-byte physical blocks
[ 15.601750] sd 15:0:6:0: Attached scsi generic sg8 type 0
[ 15.601770] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a724d Direct-Access SEAGATE ST8000N
[ 15.601926] sd 15:0:4:0: [sdg] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.602342] sd 15:0:5:0: [sdh] Write Protect is off
[ 15.602858] scsi 15:0:7:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 15.604177] sd 15:0:6:0: [sdi] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.604178] sd 15:0:6:0: [sdi] 4096-byte physical blocks
[ 15.605076] sd 15:0:7:0: Attached scsi generic sg9 type 0
[ 15.605095] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500cdb17ad9 Direct-Access SEAGATE ST8000N
[ 15.605250] sd 15:0:5:0: [sdh] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.605749] sd 15:0:6:0: [sdi] Write Protect is off
[ 15.606353] scsi 15:0:8:0: Direct-Access SEAGATE ST8000NM001A E001 PQ: 0 ANSI: 7
[ 15.607451] sd 15:0:7:0: [sdj] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.607452] sd 15:0:7:0: [sdj] 4096-byte physical blocks
[ 15.608386] sd 15:0:8:0: Attached scsi generic sg10 type 0
[ 15.608405] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a7139 Direct-Access SEAGATE ST8000N
[ 15.608702] sd 15:0:6:0: [sdi] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.609022] sd 15:0:7:0: [sdj] Write Protect is off
[ 15.609480] scsi 15:0:9:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 15.610804] sd 15:0:8:0: [sdk] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.610804] sd 15:0:8:0: [sdk] 4096-byte physical blocks
[ 15.611660] sd 15:0:9:0: Attached scsi generic sg11 type 0
[ 15.611681] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500c25a49f1 Direct-Access SEAGATE ST8000N
[ 15.611930] sd 15:0:7:0: [sdj] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.612383] sd 15:0:8:0: [sdk] Write Protect is off
[ 15.614123] sd 15:0:9:0: [sdl] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.614124] sd 15:0:9:0: [sdl] 4096-byte physical blocks
[ 15.615292] sd 15:0:8:0: [sdk] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.615711] sd 15:0:9:0: [sdl] Write Protect is off
[ 15.617134] sd 15:0:3:0: [sdf] Attached SCSI disk
[ 15.618608] sd 15:0:9:0: [sdl] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.620804] sd 15:0:4:0: [sdg] Attached SCSI disk
[ 15.623944] sd 15:0:5:0: [sdh] Attached SCSI disk
[ 15.627638] sd 15:0:6:0: [sdi] Attached SCSI disk
[ 15.629188] scsi 15:0:10:0: Direct-Access SEAGATE ST8000NM001A E001 PQ: 0 ANSI: 7
[ 15.629227] Console: switching to colour frame buffer device 128x48
[ 15.630564] sd 15:0:7:0: [sdj] Attached SCSI disk
[ 15.634088] sd 15:0:8:0: [sdk] Attached SCSI disk
[ 15.637270] sd 15:0:9:0: [sdl] Attached SCSI disk
[ 15.671088] sd 15:0:10:0: [sdm] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.676813] mgag200 0000:03:00.0: [drm] fb0: mgag200drmfb frame buffer device
[ 15.684738] sd 15:0:10:0: [sdm] 4096-byte physical blocks
[ 15.686322] sd 15:0:10:0: [sdm] Write Protect is off
[ 15.690074] sd 15:0:10:0: Attached scsi generic sg12 type 0
[ 15.698407] sd 15:0:10:0: [sdm] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 15.723640] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a8a8d Direct-Access SEAGATE ST8000N
[ 15.749179] sd 15:0:10:0: [sdm] Attached SCSI disk
[ 15.756195] scsi 15:0:11:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 16.169100] sd 15:0:11:0: Attached scsi generic sg13 type 0
[ 16.171485] sd 15:0:11:0: [sdn] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 16.183605] sd 15:0:11:0: [sdn] 4096-byte physical blocks
[ 16.191071] sd 15:0:11:0: [sdn] Write Protect is off
[ 16.196059] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500cdb16ccd Direct-Access SEAGATE ST8000N
[ 16.211373] sd 15:0:11:0: [sdn] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 16.229390] scsi 15:0:12:0: Direct-Access SEAGATE ST8000NM001A E001 PQ: 0 ANSI: 7
[ 16.239374] sd 15:0:11:0: [sdn] Attached SCSI disk
[ 16.280107] sd 15:0:12:0: Attached scsi generic sg14 type 0
[ 16.282570] sd 15:0:12:0: [sdo] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 16.286179] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500cdb16ae5 Direct-Access SEAGATE ST8000N
[ 16.294608] sd 15:0:12:0: [sdo] 4096-byte physical blocks
[ 16.296203] sd 15:0:12:0: [sdo] Write Protect is off
[ 16.320758] sd 15:0:12:0: [sdo] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 16.348413] scsi 15:0:13:0: Direct-Access SEAGATE ST8000NM001A E001 PQ: 0 ANSI: 7
[ 16.348679] sd 15:0:12:0: [sdo] Attached SCSI disk
[ 16.397532] sd 15:0:13:0: Attached scsi generic sg15 type 0
[ 16.399996] sd 15:0:13:0: [sdp] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 16.403607] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21ac4b9 Direct-Access SEAGATE ST8000N
[ 16.412031] sd 15:0:13:0: [sdp] 4096-byte physical blocks
[ 16.413635] sd 15:0:13:0: [sdp] Write Protect is off
[ 16.438228] sd 15:0:13:0: [sdp] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 16.465575] scsi 15:0:14:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 16.466183] sd 15:0:13:0: [sdp] Attached SCSI disk
[ 16.515458] sd 15:0:14:0: Attached scsi generic sg16 type 0
[ 16.517936] sd 15:0:14:0: [sdq] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 16.521521] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21ab8a1 Direct-Access SEAGATE ST8000N
[ 16.529957] sd 15:0:14:0: [sdq] 4096-byte physical blocks
[ 16.531571] sd 15:0:14:0: [sdq] Write Protect is off
[ 16.555968] sd 15:0:14:0: [sdq] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 16.583695] scsi 15:0:15:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 16.583698] sd 15:0:14:0: [sdq] Attached SCSI disk
[ 16.633533] sd 15:0:15:0: Attached scsi generic sg17 type 0
[ 16.635956] sd 15:0:15:0: [sdr] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 16.639639] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21abe65 Direct-Access SEAGATE ST8000N
[ 16.648086] sd 15:0:15:0: [sdr] 4096-byte physical blocks
[ 16.667549] sd 15:0:15:0: [sdr] Write Protect is off
[ 16.675990] sd 15:0:15:0: [sdr] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 16.701901] scsi 15:0:16:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 16.703708] sd 15:0:15:0: [sdr] Attached SCSI disk
[ 16.737191] sd 15:0:16:0: Attached scsi generic sg18 type 0
[ 16.739626] sd 15:0:16:0: [sds] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 16.743308] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a092d Direct-Access SEAGATE ST8000N
[ 16.751782] sd 15:0:16:0: [sds] 4096-byte physical blocks
[ 16.753355] sd 15:0:16:0: [sds] Write Protect is off
[ 16.777927] sd 15:0:16:0: [sds] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 16.802340] scsi 15:0:17:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 16.805625] sd 15:0:16:0: [sds] Attached SCSI disk
[ 16.852374] sd 15:0:17:0: [sdt] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 16.860888] sd 15:0:17:0: [sdt] 4096-byte physical blocks
[ 16.870274] sd 15:0:17:0: Attached scsi generic sg19 type 0
[ 16.870681] sd 15:0:17:0: [sdt] Write Protect is off
[ 16.876385] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21aaa8d Direct-Access SEAGATE ST8000N
[ 16.884771] sd 15:0:17:0: [sdt] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 16.921364] sd 15:0:17:0: [sdt] Attached SCSI disk
[ 16.930172] scsi 15:0:18:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 16.957264] sd 15:0:18:0: Attached scsi generic sg20 type 0
[ 16.959646] sd 15:0:18:0: [sdu] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 16.963360] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21ab341 Direct-Access SEAGATE ST8000N
[ 16.971828] sd 15:0:18:0: [sdu] 4096-byte physical blocks
[ 16.973399] sd 15:0:18:0: [sdu] Write Protect is off
[ 16.997921] sd 15:0:18:0: [sdu] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 17.025621] sd 15:0:18:0: [sdu] Attached SCSI disk
[ 17.025684] scsi 15:0:19:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 17.062547] sd 15:0:19:0: Attached scsi generic sg21 type 0
[ 17.064942] sd 15:0:19:0: [sdv] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 17.068648] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21abeed Direct-Access SEAGATE ST8000N
[ 17.077119] sd 15:0:19:0: [sdv] 4096-byte physical blocks
[ 17.078727] sd 15:0:19:0: [sdv] Write Protect is off
[ 17.103407] sd 15:0:19:0: [sdv] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 17.130941] scsi 15:0:20:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 17.131248] sd 15:0:19:0: [sdv] Attached SCSI disk
[ 17.181277] sd 15:0:20:0: Attached scsi generic sg22 type 0
[ 17.183705] sd 15:0:20:0: [sdw] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 17.187379] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21abf5d Direct-Access SEAGATE ST8000N
[ 17.195851] sd 15:0:20:0: [sdw] 4096-byte physical blocks
[ 17.198163] sd 15:0:20:0: [sdw] Write Protect is off
[ 17.222021] sd 15:0:20:0: [sdw] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 17.249688] scsi 15:0:21:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 17.249750] sd 15:0:20:0: [sdw] Attached SCSI disk
[ 17.300136] sd 15:0:21:0: Attached scsi generic sg23 type 0
[ 17.302619] sd 15:0:21:0: [sdx] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 17.306240] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21ac4ad Direct-Access SEAGATE ST8000N
[ 17.314705] sd 15:0:21:0: [sdx] 4096-byte physical blocks
[ 17.316301] sd 15:0:21:0: [sdx] Write Protect is off
[ 17.340784] sd 15:0:21:0: [sdx] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 17.368456] sd 15:0:21:0: [sdx] Attached SCSI disk
[ 17.368530] scsi 15:0:22:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 17.410471] sd 15:0:22:0: Attached scsi generic sg24 type 0
[ 17.412874] sd 15:0:22:0: [sdy] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 17.416568] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a1375 Direct-Access SEAGATE ST8000N
[ 17.425041] sd 15:0:22:0: [sdy] 4096-byte physical blocks
[ 17.426643] sd 15:0:22:0: [sdy] Write Protect is off
[ 17.451344] sd 15:0:22:0: [sdy] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 17.478887] scsi 15:0:23:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 17.479048] sd 15:0:22:0: [sdy] Attached SCSI disk
[ 17.528855] sd 15:0:23:0: Attached scsi generic sg25 type 0
[ 17.531265] sd 15:0:23:0: [sdz] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 17.534966] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a7a89 Direct-Access SEAGATE ST8000N
[ 17.543445] sd 15:0:23:0: [sdz] 4096-byte physical blocks
[ 17.546110] sd 15:0:23:0: [sdz] Write Protect is off
[ 17.569615] sd 15:0:23:0: [sdz] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 17.597279] scsi 15:0:24:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 17.597343] sd 15:0:23:0: [sdz] Attached SCSI disk
[ 17.647725] sd 15:0:24:0: Attached scsi generic sg26 type 0
[ 17.650125] sd 15:0:24:0: [sdaa] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 17.653851] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21ab3e1 Direct-Access SEAGATE ST8000N
[ 17.662410] sd 15:0:24:0: [sdaa] 4096-byte physical blocks
[ 17.664372] sd 15:0:24:0: [sdaa] Write Protect is off
[ 17.688718] sd 15:0:24:0: [sdaa] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 17.716242] scsi 15:0:25:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 17.716502] sd 15:0:24:0: [sdaa] Attached SCSI disk
[ 17.766586] sd 15:0:25:0: Attached scsi generic sg27 type 0
[ 17.768991] sd 15:0:25:0: [sdab] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 17.772704] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a04bd Direct-Access SEAGATE ST8000N
[ 17.781258] sd 15:0:25:0: [sdab] 4096-byte physical blocks
[ 17.783797] sd 15:0:25:0: [sdab] Write Protect is off
[ 17.807566] sd 15:0:25:0: [sdab] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 17.835041] scsi 15:0:26:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 17.835307] sd 15:0:25:0: [sdab] Attached SCSI disk
[ 17.888470] sd 15:0:26:0: [sdac] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 17.897072] sd 15:0:26:0: [sdac] 4096-byte physical blocks
[ 17.904651] sd 15:0:26:0: [sdac] Write Protect is off
[ 17.906210] sd 15:0:26:0: Attached scsi generic sg28 type 0
[ 17.916294] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a6625 Direct-Access SEAGATE ST8000N
[ 17.919177] sd 15:0:26:0: [sdac] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 17.955869] sd 15:0:26:0: [sdac] Attached SCSI disk
[ 17.965541] scsi 15:0:27:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 18.016575] sd 15:0:27:0: Attached scsi generic sg29 type 0
[ 18.018952] sd 15:0:27:0: [sdad] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 18.022680] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21a5a65 Direct-Access SEAGATE ST8000N
[ 18.031238] sd 15:0:27:0: [sdad] 4096-byte physical blocks
[ 18.032944] sd 15:0:27:0: [sdad] Write Protect is off
[ 18.057566] sd 15:0:27:0: [sdad] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 18.085045] scsi 15:0:28:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 18.085372] sd 15:0:27:0: [sdad] Attached SCSI disk
[ 18.135391] sd 15:0:28:0: Attached scsi generic sg30 type 0
[ 18.137783] sd 15:0:28:0: [sdae] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 18.141489] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21ab9b9 Direct-Access SEAGATE ST8000N
[ 18.150049] sd 15:0:28:0: [sdae] 4096-byte physical blocks
[ 18.152889] sd 15:0:28:0: [sdae] Write Protect is off
[ 18.176365] sd 15:0:28:0: [sdae] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 18.203787] scsi 15:0:29:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 18.204161] sd 15:0:28:0: [sdae] Attached SCSI disk
[ 18.253668] sd 15:0:29:0: Attached scsi generic sg31 type 0
[ 18.256058] sd 15:0:29:0: [sdaf] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 18.259771] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21aab65 Direct-Access SEAGATE ST8000N
[ 18.268330] sd 15:0:29:0: [sdaf] 4096-byte physical blocks
[ 18.272223] sd 15:0:29:0: [sdaf] Write Protect is off
[ 18.294651] sd 15:0:29:0: [sdaf] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 18.322135] scsi 15:0:30:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 18.322437] sd 15:0:29:0: [sdaf] Attached SCSI disk
[ 18.371936] sd 15:0:30:0: Attached scsi generic sg32 type 0
[ 18.374352] sd 15:0:30:0: [sdag] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 18.378040] smartpqi 0000:5e:00.0: added 15:0:-:- 5000c500d21ab6f5 Direct-Access SEAGATE ST8000N
[ 18.386596] sd 15:0:30:0: [sdag] 4096-byte physical blocks
[ 18.388185] sd 15:0:30:0: [sdag] Write Protect is off
[ 18.413088] sd 15:0:30:0: [sdag] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 18.440429] scsi 15:0:31:0: Direct-Access SEAGATE ST8000NM001A E002 PQ: 0 ANSI: 7
[ 18.440917] sd 15:0:30:0: [sdag] Attached SCSI disk
[ 18.490796] sd 15:0:31:0: Attached scsi generic sg33 type 0
[ 18.493201] sd 15:0:31:0: [sdah] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 18.496904] smartpqi 0000:5e:00.0: added 15:0:-:- 50015b21407aab3d Enclosure AIC 12G 3U16SAS-
[ 18.505458] sd 15:0:31:0: [sdah] 4096-byte physical blocks
[ 18.508326] sd 15:0:31:0: [sdah] Write Protect is off
[ 18.530886] sd 15:0:31:0: [sdah] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 18.558354] scsi 15:0:32:0: Enclosure AIC 12G 3U16SAS3swap 0c01 PQ: 0 ANSI: 5
[ 18.558672] sd 15:0:31:0: [sdah] Attached SCSI disk
[ 18.607671] ses 15:0:32:0: Attached Enclosure device
[ 18.613185] ses 15:0:32:0: Attached scsi generic sg34 type 13
[ 18.641372] smartpqi 0000:5e:00.0: added 15:0:-:- 50015b21406a4c3d Enclosure AIC 12G 3U16SAS-
[ 18.673521] scsi 15:0:33:0: Enclosure AIC 12G 3U16SAS3swap 0c01 PQ: 0 ANSI: 5
[ 18.703559] ses 15:0:33:0: Attached Enclosure device
[ 18.709072] ses 15:0:33:0: Attached scsi generic sg35 type 13
[ 18.758019] smartpqi 0000:5e:00.0: added 15:0:-:- 50000d1e0018af58 Enclosure Adaptec Smart A-
[ 18.791172] scsi 15:0:34:0: Enclosure Adaptec Smart Adapter 2.93 PQ: 0 ANSI: 5
[ 18.820960] ses 15:0:34:0: Attached Enclosure device
[ 18.826470] ses 15:0:34:0: Attached scsi generic sg36 type 13
[ 18.853872] smartpqi 0000:5e:00.0: added 15:2:0:0 0000000000000000 RAID Adaptec 1100-8e
[ 18.885992] scsi 15:2:0:0: RAID Adaptec 1100-8e 2.93 PQ: 0 ANSI: 5
[ 18.915713] scsi 15:2:0:0: Attached scsi generic sg37 type 12
[ 21.250035] tg3 0000:04:00.0 net00: renamed from eth0
[ 21.278771] tg3 0000:04:00.1 net01: renamed from eth1
[ 21.311664] i40e 0000:5f:00.0 net02: renamed from eth2
[ 21.345604] i40e 0000:5f:00.1 net03: renamed from eth3
[ 21.699480] 8021q: 802.1Q VLAN Support v1.8
[ 21.704936] 8021q: adding VLAN 0 to HW filter on device net02
[ 22.616310] md: md0 stopped.
[ 22.630599] md/raid:md0: device sdt operational as raid disk 0
[ 22.636785] md/raid:md0: device sdah operational as raid disk 15
[ 22.643079] md/raid:md0: device sdz operational as raid disk 14
[ 22.649263] md/raid:md0: device sdaf operational as raid disk 13
[ 22.655540] md/raid:md0: device sdw operational as raid disk 12
[ 22.661795] md/raid:md0: device sdad operational as raid disk 11
[ 22.668078] md/raid:md0: device sdv operational as raid disk 10
[ 22.674271] md/raid:md0: device sdab operational as raid disk 9
[ 22.680463] md/raid:md0: device sds operational as raid disk 8
[ 22.686625] md/raid:md0: device sdag operational as raid disk 7
[ 22.692831] md/raid:md0: device sdy operational as raid disk 6
[ 22.698939] md/raid:md0: device sdaa operational as raid disk 5
[ 22.705197] md/raid:md0: device sdx operational as raid disk 4
[ 22.711310] md/raid:md0: device sdac operational as raid disk 3
[ 22.717498] md/raid:md0: device sdu operational as raid disk 2
[ 22.723597] md/raid:md0: device sdae operational as raid disk 1
[ 22.730595] md/raid:md0: raid level 6 active with 16 out of 16 devices, algorithm 2
[ 22.762081] md0: detected capacity change from 0 to 112019986448384
[ 22.779150] md: md1 stopped.
[ 22.786574] md/raid:md1: device sdk operational as raid disk 0
[ 22.792728] md/raid:md1: device sdj operational as raid disk 15
[ 22.798937] md/raid:md1: device sdi operational as raid disk 14
[ 22.805135] md/raid:md1: device sdh operational as raid disk 13
[ 22.811321] md/raid:md1: device sdg operational as raid disk 12
[ 22.817508] md/raid:md1: device sdf operational as raid disk 11
[ 22.823689] md/raid:md1: device sde operational as raid disk 10
[ 22.829870] md/raid:md1: device sdd operational as raid disk 9
[ 22.835959] md/raid:md1: device sdc operational as raid disk 8
[ 22.842050] md/raid:md1: device sdr operational as raid disk 7
[ 22.848126] md/raid:md1: device sdq operational as raid disk 6
[ 22.854196] md/raid:md1: device sdp operational as raid disk 5
[ 22.860261] md/raid:md1: device sdo operational as raid disk 4
[ 22.866328] md/raid:md1: device sdn operational as raid disk 3
[ 22.872394] md/raid:md1: device sdm operational as raid disk 2
[ 22.878451] md/raid:md1: device sdl operational as raid disk 1
[ 22.885292] md/raid:md1: raid level 6 active with 16 out of 16 devices, algorithm 2
[ 22.918074] md1: detected capacity change from 0 to 112019986448384
[ 23.181455] XFS (sda2): Mounting V5 Filesystem
[ 23.347949] XFS (sda2): Ending clean mount
[ 23.440137] xfs filesystem being mounted at /amd/mouches/0 supports timestamps until 2038 (0x7fffffff)
[ 23.460026] NFSD: Using UMH upcall client tracking operations.
[ 23.466217] NFSD: starting 90-second grace period (net f00000d8)
[ 23.502701] XFS (md0): Mounting V5 Filesystem
[ 23.587411] XFS (md0): Ending clean mount
[ 23.685450] xfs filesystem being mounted at /amd/mouches/M/M8060 supports timestamps until 2038 (0x7f)
[ 23.731350] XFS (md1): Mounting V5 Filesystem
[ 23.827004] XFS (md1): Ending clean mount
[ 24.394979] xfs filesystem being mounted at /amd/mouches/M/M8061 supports timestamps until 2038 (0x7f)
[ 25.223645] FS-Cache: Netfs 'nfs' registered for caching
[ 25.450337] NFS: Registering the id_resolver key type
[ 25.456908] Key type id_resolver registered
[ 25.461456] Key type id_legacy registered
\
 
 \ /
  Last update: 2020-08-11 00:14    [W:0.128 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site