linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
@ 2021-11-05 11:56 Paul Menzel
  2021-11-05 12:04 ` How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)s Paul Menzel
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Paul Menzel @ 2021-11-05 11:56 UTC (permalink / raw)
  To: Jörg Rödel, Suravee Suthikulpanit, Bjorn Helgaas
  Cc: iommu, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, LKML,
	linux-pci

Dear Linux folks,


On a PowerEdge T440/021KCD, BIOS 2.11.2 04/22/2021, Linux 5.10.70 takes 
almost five seconds to initialize PCI. According to the timestamps, 1.5 
s are from assigning the PCI devices to the 142 IOMMU groups.

```
$ lspci | wc -l
281
$ dmesg
[…]
[    2.918411] PCI: Using host bridge windows from ACPI; if necessary, 
use "pci=nocrs" and report a bug
[    2.933841] ACPI: Enabled 5 GPEs in block 00 to 7F
[    2.973739] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-16])
[    2.980398] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM 
ClockPM Segments MSI HPX-Type3]
[    2.989457] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[    2.995451] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[    3.001394] acpi PNP0A08:00: FADT indicates ASPM is unsupported, 
using BIOS configuration
[    3.010511] PCI host bridge to bus 0000:00
[…]
[    6.233508] system 00:05: [io  0x1000-0x10fe] has been reserved
[    6.239420] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    6.239906] pnp: PnP ACPI: found 6 devices
[…]
[    6.989016] pci 0000:d7:05.0: disabled boot interrupts on device 
[8086:2034]
[    6.996063] PCI: CLS 0 bytes, default 64
[    7.000008] Trying to unpack rootfs image as initramfs...
[    7.065281] Freeing initrd memory: 5136K
[…]
[    7.079098] DMAR: dmar7: Using Queued invalidation
[    7.083983] pci 0000:00:00.0: Adding to iommu group 0
[…]
[    8.537808] pci 0000:d7:17.1: Adding to iommu group 141
[    8.571191] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    8.577618] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[…]
```

Is there anything that could be done to reduce the time?


Kind regards,

Paul

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)s
  2021-11-05 11:56 How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups) Paul Menzel
@ 2021-11-05 12:04 ` Paul Menzel
  2021-11-05 18:53 ` How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups) Bjorn Helgaas
  2021-11-08 17:18 ` Krzysztof Wilczyński
  2 siblings, 0 replies; 10+ messages in thread
From: Paul Menzel @ 2021-11-05 12:04 UTC (permalink / raw)
  To: Jörg Rödel, Suravee Suthikulpanit, Bjorn Helgaas
  Cc: iommu, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, LKML,
	linux-pci

Dear Linux folks,


Am 05.11.21 um 12:56 schrieb Paul Menzel:

> On a PowerEdge T440/021KCD, BIOS 2.11.2 04/22/2021, Linux 5.10.70 takes 
> almost five seconds to initialize PCI. According to the timestamps, 1.5 
> s are from assigning the PCI devices to the 142 IOMMU groups.
> 
> ```
> $ lspci | wc -l
> 281
> $ dmesg
> […]
> [    2.918411] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [    2.933841] ACPI: Enabled 5 GPEs in block 00 to 7F
> [    2.973739] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-16])
> [    2.980398] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
> [    2.989457] acpi PNP0A08:00: _OSC: platform does not support [LTR]
> [    2.995451] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
> [    3.001394] acpi PNP0A08:00: FADT indicates ASPM is unsupported, 
> using BIOS configuration
> [    3.010511] PCI host bridge to bus 0000:00
> […]
> [    6.233508] system 00:05: [io  0x1000-0x10fe] has been reserved
> [    6.239420] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    6.239906] pnp: PnP ACPI: found 6 devices
> […]
> [    6.989016] pci 0000:d7:05.0: disabled boot interrupts on device [8086:2034]
> [    6.996063] PCI: CLS 0 bytes, default 64
> [    7.000008] Trying to unpack rootfs image as initramfs...
> [    7.065281] Freeing initrd memory: 5136K
> […]
> [    7.079098] DMAR: dmar7: Using Queued invalidation
> [    7.083983] pci 0000:00:00.0: Adding to iommu group 0
> […]
> [    8.537808] pci 0000:d7:17.1: Adding to iommu group 141
> [    8.571191] DMAR: Intel(R) Virtualization Technology for Directed I/O
> [    8.577618] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> […]
> ```
> 
> Is there anything that could be done to reduce the time?

I created an issue at the Kernel.org Bugzilla, and attached the output 
of `dmesg` there [1].


Kind regards,

Paul


[1]: https://bugzilla.kernel.org/show_bug.cgi?id=214953

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
  2021-11-05 11:56 How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups) Paul Menzel
  2021-11-05 12:04 ` How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)s Paul Menzel
@ 2021-11-05 18:53 ` Bjorn Helgaas
  2021-11-06 10:42   ` Paul Menzel
  2021-11-08 17:18 ` Krzysztof Wilczyński
  2 siblings, 1 reply; 10+ messages in thread
From: Bjorn Helgaas @ 2021-11-05 18:53 UTC (permalink / raw)
  To: Paul Menzel
  Cc: Jörg Rödel, Suravee Suthikulpanit, Bjorn Helgaas,
	iommu, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, LKML,
	linux-pci

On Fri, Nov 05, 2021 at 12:56:09PM +0100, Paul Menzel wrote:
> Dear Linux folks,
> 
> 
> On a PowerEdge T440/021KCD, BIOS 2.11.2 04/22/2021, Linux 5.10.70 takes
> almost five seconds to initialize PCI. According to the timestamps, 1.5 s
> are from assigning the PCI devices to the 142 IOMMU groups.
> 
> ```
> $ lspci | wc -l
> 281
> $ dmesg
> […]
> [    2.918411] PCI: Using host bridge windows from ACPI; if necessary, use
> "pci=nocrs" and report a bug
> [    2.933841] ACPI: Enabled 5 GPEs in block 00 to 7F
> [    2.973739] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-16])
> [    2.980398] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM
> ClockPM Segments MSI HPX-Type3]
> [    2.989457] acpi PNP0A08:00: _OSC: platform does not support [LTR]
> [    2.995451] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
> [    3.001394] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using
> BIOS configuration
> [    3.010511] PCI host bridge to bus 0000:00
> […]
> [    6.233508] system 00:05: [io  0x1000-0x10fe] has been reserved
> [    6.239420] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    6.239906] pnp: PnP ACPI: found 6 devices

For ~280 PCI devices, (6.24-2.92)/280 = 0.012 s/dev.  On my laptop I
have about (.66-.37)/36 = 0.008 s/dev (on v5.4), so about the same
ballpark.

Faster would always be better, of course.  I assume this is not really
a regression?

> [    6.989016] pci 0000:d7:05.0: disabled boot interrupts on device
> [8086:2034]
> [    6.996063] PCI: CLS 0 bytes, default 64
> [    7.000008] Trying to unpack rootfs image as initramfs...
> [    7.065281] Freeing initrd memory: 5136K
> […]
> [    7.079098] DMAR: dmar7: Using Queued invalidation
> [    7.083983] pci 0000:00:00.0: Adding to iommu group 0
> […]
> [    8.537808] pci 0000:d7:17.1: Adding to iommu group 141

I don't have this iommu stuff turned on and don't know what's
happening here.

> Is there anything that could be done to reduce the time?
> 
> 
> Kind regards,
> 
> Paul

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
  2021-11-05 18:53 ` How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups) Bjorn Helgaas
@ 2021-11-06 10:42   ` Paul Menzel
  2021-11-09 15:31     ` Robin Murphy
  0 siblings, 1 reply; 10+ messages in thread
From: Paul Menzel @ 2021-11-06 10:42 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Jörg Rödel, Suravee Suthikulpanit, Bjorn Helgaas,
	iommu, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, LKML,
	linux-pci

Dear Bjorn,


Thank you for your quick reply.


Am 05.11.21 um 19:53 schrieb Bjorn Helgaas:
> On Fri, Nov 05, 2021 at 12:56:09PM +0100, Paul Menzel wrote:

>> On a PowerEdge T440/021KCD, BIOS 2.11.2 04/22/2021, Linux 5.10.70 takes
>> almost five seconds to initialize PCI. According to the timestamps, 1.5 s
>> are from assigning the PCI devices to the 142 IOMMU groups.
>>
>> ```
>> $ lspci | wc -l
>> 281
>> $ dmesg
>> […]
>> [    2.918411] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
>> [    2.933841] ACPI: Enabled 5 GPEs in block 00 to 7F
>> [    2.973739] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-16])
>> [    2.980398] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
>> [    2.989457] acpi PNP0A08:00: _OSC: platform does not support [LTR]
>> [    2.995451] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
>> [    3.001394] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
>> [    3.010511] PCI host bridge to bus 0000:00
>> […]
>> [    6.233508] system 00:05: [io  0x1000-0x10fe] has been reserved
>> [    6.239420] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    6.239906] pnp: PnP ACPI: found 6 devices
> 
> For ~280 PCI devices, (6.24-2.92)/280 = 0.012 s/dev.  On my laptop I
> have about (.66-.37)/36 = 0.008 s/dev (on v5.4), so about the same
> ballpark.

Though if it was on average 0.008 s/dev here, around a second could be 
saved.

The integrated Matrox G200eW3 graphics controller (102b:0536) and the 
two Broadcom NetXtreme BCM5720 2-port Gigabit Ethernet PCIe cards 
(14e4:165f) take 150 ms to be initialized.

     [    3.454409] pci 0000:03:00.0: [102b:0536] type 00 class 0x030000
     [    3.460411] pci 0000:03:00.0: reg 0x10: [mem 
0x91000000-0x91ffffff pref]
     [    3.467403] pci 0000:03:00.0: reg 0x14: [mem 0x92808000-0x9280bfff]
     [    3.473402] pci 0000:03:00.0: reg 0x18: [mem 0x92000000-0x927fffff]
     [    3.479437] pci 0000:03:00.0: BAR 0: assigned to efifb

The timestamp in each line differs by around 6 ms. Could printing the 
messages to the console (VGA) hold this up (line 373 to line 911 makes 
(6.24 s-2.92 s)/(538 lines) = (3.32 s)/(538 lines) = 6 ms)?

     [    3.484480] pci 0000:02:00.0: PCI bridge to [bus 03]
     [    3.489401] pci 0000:02:00.0:   bridge window [mem 
0x92000000-0x928fffff]
     [    3.496398] pci 0000:02:00.0:   bridge window [mem 
0x91000000-0x91ffffff 64bit pref]
     [    3.504446] pci 0000:04:00.0: [14e4:165f] type 00 class 0x020000
     [    3.510415] pci 0000:04:00.0: reg 0x10: [mem 
0x92e30000-0x92e3ffff 64bit pref]
     [    3.517408] pci 0000:04:00.0: reg 0x18: [mem 
0x92e40000-0x92e4ffff 64bit pref]
     [    3.524407] pci 0000:04:00.0: reg 0x20: [mem 
0x92e50000-0x92e5ffff 64bit pref]
     [    3.532402] pci 0000:04:00.0: reg 0x30: [mem 
0xfffc0000-0xffffffff pref]
     [    3.538483] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
     [    3.544437] pci 0000:04:00.0: 4.000 Gb/s available PCIe 
bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:1c.5 (capable of 
8.000 Gb/s with 5.0 GT/s PCIe x2 link)
     [    3.559493] pci 0000:04:00.1: [14e4:165f] type 00 class 0x020000

Here is a 15 ms delay.

     [    3.565415] pci 0000:04:00.1: reg 0x10: [mem 
0x92e00000-0x92e0ffff 64bit pref]
     [    3.573407] pci 0000:04:00.1: reg 0x18: [mem 
0x92e10000-0x92e1ffff 64bit pref]
     [    3.580407] pci 0000:04:00.1: reg 0x20: [mem 
0x92e20000-0x92e2ffff 64bit pref]
     [    3.587402] pci 0000:04:00.1: reg 0x30: [mem 
0xfffc0000-0xffffffff pref]
     [    3.594483] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
     [    3.600502] pci 0000:00:1c.5: PCI bridge to [bus 04]

Can the 6 ms – also from your system – be explained by the PCI 
specification? Seeing how fast PCI nowadays is, 6 ms sounds like a long 
time. ;-)

> Faster would always be better, of course.  I assume this is not really
> a regression?

Correct, as far as I know of, this is no regression.

>> [    6.989016] pci 0000:d7:05.0: disabled boot interrupts on device [8086:2034]
>> [    6.996063] PCI: CLS 0 bytes, default 64
>> [    7.000008] Trying to unpack rootfs image as initramfs...
>> [    7.065281] Freeing initrd memory: 5136K

The PCI resource assignment(?) also seems to take 670 ms:

     [    6.319656] pci 0000:04:00.0: can't claim BAR 6 [mem 
0xfffc0000-0xffffffff pref]: no compatible bridge window
     […]
     [    6.989016] pci 0000:d7:05.0: disabled boot interrupts on device 
[8086:2034]

>> […]
>> [    7.079098] DMAR: dmar7: Using Queued invalidation
>> [    7.083983] pci 0000:00:00.0: Adding to iommu group 0
>> […]
>> [    8.537808] pci 0000:d7:17.1: Adding to iommu group 141
> 
> I don't have this iommu stuff turned on and don't know what's
> happening here.

There is a lock in `iommu_group_add_device()` in `drivers/iommu/iommu.c`:

         mutex_lock(&group->mutex);
         list_add_tail(&device->list, &group->devices);
         if (group->domain  && !iommu_is_attach_deferred(group->domain, 
dev))
                 ret = __iommu_attach_device(group->domain, dev);
         mutex_unlock(&group->mutex);

No idea, if it’s related. Unfortunately, it’s a production system, so I 
can’t do any debugging. (Maybe `initcall_debug` could give some 
insight.) Maybe the IOMMU developers can explain it without it. Could 
the IOMMU group assignment be done in parallel?

>> Is there anything that could be done to reduce the time?


Kind regards,

Paul

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
  2021-11-05 11:56 How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups) Paul Menzel
  2021-11-05 12:04 ` How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)s Paul Menzel
  2021-11-05 18:53 ` How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups) Bjorn Helgaas
@ 2021-11-08 17:18 ` Krzysztof Wilczyński
  2021-11-09 20:25   ` Paul Menzel
  2 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Wilczyński @ 2021-11-08 17:18 UTC (permalink / raw)
  To: Paul Menzel
  Cc: Jörg Rödel, Suravee Suthikulpanit, Bjorn Helgaas,
	iommu, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, LKML,
	linux-pci

Hi Paul,

> On a PowerEdge T440/021KCD, BIOS 2.11.2 04/22/2021, Linux 5.10.70 takes
> almost five seconds to initialize PCI. According to the timestamps, 1.5 s
> are from assigning the PCI devices to the 142 IOMMU groups.
[...]
> Is there anything that could be done to reduce the time?

I am curious - why is this a problem?  Are you power-cycling your servers
so often to the point where the cumulative time spent in enumerating PCI
devices and adding them later to IOMMU groups is a problem? 

I am simply wondering why you decided to signal out the PCI enumeration as
slow in particular, especially given that a large server hardware tends to
have (most of the time, as per my experience) rather long initialisation
time either from being powered off or after being power cycled.  I can take
a while before the actual operating system itself will start.

We talked about this briefly with Bjorn, and there might be an option to
perhaps add some caching, as we suspect that the culprit here is doing PCI
configuration space read for each device, which can be slow on some
platforms.

However, we would need to profile this to get some quantitative data to see
whether doing anything would even be worthwhile.  It would definitely help
us understand better where the bottlenecks really are and of what magnitude.

I personally don't have access to such a large hardware like the one you
have access to, thus I was wondering whether you would have some time, and
be willing, to profile this for us on the hardware you have.

Let me know what do you think?

	Krzysztof

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
  2021-11-06 10:42   ` Paul Menzel
@ 2021-11-09 15:31     ` Robin Murphy
  2021-11-09 20:32       ` Paul Menzel
  0 siblings, 1 reply; 10+ messages in thread
From: Robin Murphy @ 2021-11-09 15:31 UTC (permalink / raw)
  To: Paul Menzel, Bjorn Helgaas
  Cc: linux-pci, x86, LKML, iommu, Ingo Molnar, Borislav Petkov,
	Bjorn Helgaas, Thomas Gleixner

On 2021-11-06 10:42, Paul Menzel wrote:
> Dear Bjorn,
> 
> 
> Thank you for your quick reply.
> 
> 
> Am 05.11.21 um 19:53 schrieb Bjorn Helgaas:
>> On Fri, Nov 05, 2021 at 12:56:09PM +0100, Paul Menzel wrote:
> 
>>> On a PowerEdge T440/021KCD, BIOS 2.11.2 04/22/2021, Linux 5.10.70 takes
>>> almost five seconds to initialize PCI. According to the timestamps, 
>>> 1.5 s
>>> are from assigning the PCI devices to the 142 IOMMU groups.
>>>
>>> ```
>>> $ lspci | wc -l
>>> 281
>>> $ dmesg
>>> […]
>>> [    2.918411] PCI: Using host bridge windows from ACPI; if 
>>> necessary, use "pci=nocrs" and report a bug
>>> [    2.933841] ACPI: Enabled 5 GPEs in block 00 to 7F
>>> [    2.973739] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-16])
>>> [    2.980398] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig 
>>> ASPM ClockPM Segments MSI HPX-Type3]
>>> [    2.989457] acpi PNP0A08:00: _OSC: platform does not support [LTR]
>>> [    2.995451] acpi PNP0A08:00: _OSC: OS now controls [PME 
>>> PCIeCapability]
>>> [    3.001394] acpi PNP0A08:00: FADT indicates ASPM is unsupported, 
>>> using BIOS configuration
>>> [    3.010511] PCI host bridge to bus 0000:00
>>> […]
>>> [    6.233508] system 00:05: [io  0x1000-0x10fe] has been reserved
>>> [    6.239420] system 00:05: Plug and Play ACPI device, IDs PNP0c02 
>>> (active)
>>> [    6.239906] pnp: PnP ACPI: found 6 devices
>>
>> For ~280 PCI devices, (6.24-2.92)/280 = 0.012 s/dev.  On my laptop I
>> have about (.66-.37)/36 = 0.008 s/dev (on v5.4), so about the same
>> ballpark.
> 
> Though if it was on average 0.008 s/dev here, around a second could be 
> saved.
> 
> The integrated Matrox G200eW3 graphics controller (102b:0536) and the 
> two Broadcom NetXtreme BCM5720 2-port Gigabit Ethernet PCIe cards 
> (14e4:165f) take 150 ms to be initialized.
> 
>      [    3.454409] pci 0000:03:00.0: [102b:0536] type 00 class 0x030000
>      [    3.460411] pci 0000:03:00.0: reg 0x10: [mem 
> 0x91000000-0x91ffffff pref]
>      [    3.467403] pci 0000:03:00.0: reg 0x14: [mem 0x92808000-0x9280bfff]
>      [    3.473402] pci 0000:03:00.0: reg 0x18: [mem 0x92000000-0x927fffff]
>      [    3.479437] pci 0000:03:00.0: BAR 0: assigned to efifb
> 
> The timestamp in each line differs by around 6 ms. Could printing the 
> messages to the console (VGA) hold this up (line 373 to line 911 makes 
> (6.24 s-2.92 s)/(538 lines) = (3.32 s)/(538 lines) = 6 ms)?
> 
>      [    3.484480] pci 0000:02:00.0: PCI bridge to [bus 03]
>      [    3.489401] pci 0000:02:00.0:   bridge window [mem 
> 0x92000000-0x928fffff]
>      [    3.496398] pci 0000:02:00.0:   bridge window [mem 
> 0x91000000-0x91ffffff 64bit pref]
>      [    3.504446] pci 0000:04:00.0: [14e4:165f] type 00 class 0x020000
>      [    3.510415] pci 0000:04:00.0: reg 0x10: [mem 
> 0x92e30000-0x92e3ffff 64bit pref]
>      [    3.517408] pci 0000:04:00.0: reg 0x18: [mem 
> 0x92e40000-0x92e4ffff 64bit pref]
>      [    3.524407] pci 0000:04:00.0: reg 0x20: [mem 
> 0x92e50000-0x92e5ffff 64bit pref]
>      [    3.532402] pci 0000:04:00.0: reg 0x30: [mem 
> 0xfffc0000-0xffffffff pref]
>      [    3.538483] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
>      [    3.544437] pci 0000:04:00.0: 4.000 Gb/s available PCIe 
> bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:1c.5 (capable of 
> 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
>      [    3.559493] pci 0000:04:00.1: [14e4:165f] type 00 class 0x020000
> 
> Here is a 15 ms delay.
> 
>      [    3.565415] pci 0000:04:00.1: reg 0x10: [mem 
> 0x92e00000-0x92e0ffff 64bit pref]
>      [    3.573407] pci 0000:04:00.1: reg 0x18: [mem 
> 0x92e10000-0x92e1ffff 64bit pref]
>      [    3.580407] pci 0000:04:00.1: reg 0x20: [mem 
> 0x92e20000-0x92e2ffff 64bit pref]
>      [    3.587402] pci 0000:04:00.1: reg 0x30: [mem 
> 0xfffc0000-0xffffffff pref]
>      [    3.594483] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
>      [    3.600502] pci 0000:00:1c.5: PCI bridge to [bus 04]
> 
> Can the 6 ms – also from your system – be explained by the PCI 
> specification? Seeing how fast PCI nowadays is, 6 ms sounds like a long 
> time. ;-)
> 
>> Faster would always be better, of course.  I assume this is not really
>> a regression?
> 
> Correct, as far as I know of, this is no regression.
> 
>>> [    6.989016] pci 0000:d7:05.0: disabled boot interrupts on device 
>>> [8086:2034]
>>> [    6.996063] PCI: CLS 0 bytes, default 64
>>> [    7.000008] Trying to unpack rootfs image as initramfs...
>>> [    7.065281] Freeing initrd memory: 5136K
> 
> The PCI resource assignment(?) also seems to take 670 ms:
> 
>      [    6.319656] pci 0000:04:00.0: can't claim BAR 6 [mem 
> 0xfffc0000-0xffffffff pref]: no compatible bridge window
>      […]
>      [    6.989016] pci 0000:d7:05.0: disabled boot interrupts on device 
> [8086:2034]
> 
>>> […]
>>> [    7.079098] DMAR: dmar7: Using Queued invalidation
>>> [    7.083983] pci 0000:00:00.0: Adding to iommu group 0
>>> […]
>>> [    8.537808] pci 0000:d7:17.1: Adding to iommu group 141
>>
>> I don't have this iommu stuff turned on and don't know what's
>> happening here.
> 
> There is a lock in `iommu_group_add_device()` in `drivers/iommu/iommu.c`:
> 
>          mutex_lock(&group->mutex);
>          list_add_tail(&device->list, &group->devices);
>          if (group->domain  && !iommu_is_attach_deferred(group->domain, 
> dev))
>                  ret = __iommu_attach_device(group->domain, dev);
>          mutex_unlock(&group->mutex);
> 
> No idea, if it’s related. Unfortunately, it’s a production system, so I 
> can’t do any debugging. (Maybe `initcall_debug` could give some 
> insight.) Maybe the IOMMU developers can explain it without it. Could 
> the IOMMU group assignment be done in parallel?

FWIW I'd expect that locking to be pretty much immaterial - many devices 
are getting their own uncontended groups, and callers of this tend to be 
serialised at a higher level anyway. iommu_probe_device() usually runs 
off the back of the device_add() notifier (where it could be that it's 
the only thing making noise in between something *else* being slow), but 
there is the special case where it gets replayed for all existing 
devices when the IOMMU driver registers itself - at a guess it seems 
like it may well be the latter case you're seeing, but either way 
there's not much to say without figuring out where the time is actually 
being spent (I don't suppose that machine has dynamic ftrace enabled?).

That said, setting up a new group isn't a completely insignificant 
amount of work, and 142 groups seems a lot - I'd have assumed that a 
system of that scale would be the kind of big server kit that takes 
several minutes to boot to the point of even starting the kernel anyway.

Robin.

>>> Is there anything that could be done to reduce the time?
> 
> 
> Kind regards,
> 
> Paul
> _______________________________________________
> iommu mailing list
> iommu@lists.linux-foundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
  2021-11-08 17:18 ` Krzysztof Wilczyński
@ 2021-11-09 20:25   ` Paul Menzel
  2021-11-09 23:10     ` Krzysztof Wilczyński
  0 siblings, 1 reply; 10+ messages in thread
From: Paul Menzel @ 2021-11-09 20:25 UTC (permalink / raw)
  To: Krzysztof Wilczyński
  Cc: Jörg Rödel, Suravee Suthikulpanit, Bjorn Helgaas,
	iommu, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, LKML,
	linux-pci

Dear Krzysztof,


Thank you for your reply.


Am 08.11.21 um 18:18 schrieb Krzysztof Wilczyński:

>> On a PowerEdge T440/021KCD, BIOS 2.11.2 04/22/2021, Linux 5.10.70 takes
>> almost five seconds to initialize PCI. According to the timestamps, 1.5 s
>> are from assigning the PCI devices to the 142 IOMMU groups.
> [...]
>> Is there anything that could be done to reduce the time?
> 
> I am curious - why is this a problem?  Are you power-cycling your servers
> so often to the point where the cumulative time spent in enumerating PCI
> devices and adding them later to IOMMU groups is a problem?
> 
> I am simply wondering why you decided to signal out the PCI enumeration as
> slow in particular, especially given that a large server hardware tends to
> have (most of the time, as per my experience) rather long initialisation
> time either from being powered off or after being power cycled.  I can take
> a while before the actual operating system itself will start.

It’s not a problem per se, and more a pet peeve of mine. Systems get 
faster and faster, and boottime slower and slower. On desktop systems, 
it’s much more important with firmware like coreboot taking less than 
one second to initialize the hardware and passing control to the 
payload/operating system. If we are lucky, we are going to have servers 
with FLOSS firmware.

But, already now, using kexec to reboot a system, avoids the problems 
you pointed out on servers, and being able to reboot a system as quickly 
as possible, lowers the bar for people to reboot systems more often to, 
for example, so updates take effect.

> We talked about this briefly with Bjorn, and there might be an option to
> perhaps add some caching, as we suspect that the culprit here is doing PCI
> configuration space read for each device, which can be slow on some
> platforms.
> 
> However, we would need to profile this to get some quantitative data to see
> whether doing anything would even be worthwhile.  It would definitely help
> us understand better where the bottlenecks really are and of what magnitude.
> 
> I personally don't have access to such a large hardware like the one you
> have access to, thus I was wondering whether you would have some time, and
> be willing, to profile this for us on the hardware you have.
> 
> Let me know what do you think?

Sounds good. I’d be willing to help. Note, that I won’t have time before 
Wednesday next week though.


Kind regards,

Paul

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
  2021-11-09 15:31     ` Robin Murphy
@ 2021-11-09 20:32       ` Paul Menzel
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Menzel @ 2021-11-09 20:32 UTC (permalink / raw)
  To: Robin Murphy
  Cc: linux-pci, x86, LKML, iommu, Ingo Molnar, Borislav Petkov,
	Bjorn Helgaas, Thomas Gleixner, Bjorn Helgaas

Dear Robin,


Thank you for your reply.

Am 09.11.21 um 16:31 schrieb Robin Murphy:
> On 2021-11-06 10:42, Paul Menzel wrote:

>> Am 05.11.21 um 19:53 schrieb Bjorn Helgaas:
>>> On Fri, Nov 05, 2021 at 12:56:09PM +0100, Paul Menzel wrote:
>>
>>>> On a PowerEdge T440/021KCD, BIOS 2.11.2 04/22/2021, Linux 5.10.70 takes
>>>> almost five seconds to initialize PCI. According to the timestamps, 
>>>> 1.5 s
>>>> are from assigning the PCI devices to the 142 IOMMU groups.
>>>>
>>>> ```
>>>> $ lspci | wc -l
>>>> 281
>>>> $ dmesg
>>>> […]
>>>> [    2.918411] PCI: Using host bridge windows from ACPI; if 
>>>> necessary, use "pci=nocrs" and report a bug
>>>> [    2.933841] ACPI: Enabled 5 GPEs in block 00 to 7F
>>>> [    2.973739] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-16])
>>>> [    2.980398] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
>>>> [    2.989457] acpi PNP0A08:00: _OSC: platform does not support [LTR]
>>>> [    2.995451] acpi PNP0A08:00: _OSC: OS now controls [PME 
>>>> PCIeCapability]
>>>> [    3.001394] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
>>>> [    3.010511] PCI host bridge to bus 0000:00
>>>> […]
>>>> [    6.233508] system 00:05: [io  0x1000-0x10fe] has been reserved
>>>> [    6.239420] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
>>>> [    6.239906] pnp: PnP ACPI: found 6 devices
>>>
>>> For ~280 PCI devices, (6.24-2.92)/280 = 0.012 s/dev.  On my laptop I
>>> have about (.66-.37)/36 = 0.008 s/dev (on v5.4), so about the same
>>> ballpark.
>>
>> Though if it was on average 0.008 s/dev here, around a second could be 
>> saved.
>>
>> The integrated Matrox G200eW3 graphics controller (102b:0536) and the 
>> two Broadcom NetXtreme BCM5720 2-port Gigabit Ethernet PCIe cards 
>> (14e4:165f) take 150 ms to be initialized.
>>
>>      [    3.454409] pci 0000:03:00.0: [102b:0536] type 00 class 0x030000
>>      [    3.460411] pci 0000:03:00.0: reg 0x10: [mem 0x91000000-0x91ffffff pref]
>>      [    3.467403] pci 0000:03:00.0: reg 0x14: [mem 0x92808000-0x9280bfff]
>>      [    3.473402] pci 0000:03:00.0: reg 0x18: [mem 0x92000000-0x927fffff]
>>      [    3.479437] pci 0000:03:00.0: BAR 0: assigned to efifb
>>
>> The timestamp in each line differs by around 6 ms. Could printing the 
>> messages to the console (VGA) hold this up (line 373 to line 911 makes 
>> (6.24 s-2.92 s)/(538 lines) = (3.32 s)/(538 lines) = 6 ms)?
>>
>>      [    3.484480] pci 0000:02:00.0: PCI bridge to [bus 03]
>>      [    3.489401] pci 0000:02:00.0:   bridge window [mem 0x92000000-0x928fffff]
>>      [    3.496398] pci 0000:02:00.0:   bridge window [mem 0x91000000-0x91ffffff 64bit pref]
>>      [    3.504446] pci 0000:04:00.0: [14e4:165f] type 00 class 0x020000
>>      [    3.510415] pci 0000:04:00.0: reg 0x10: [mem 0x92e30000-0x92e3ffff 64bit pref]
>>      [    3.517408] pci 0000:04:00.0: reg 0x18: [mem 0x92e40000-0x92e4ffff 64bit pref]
>>      [    3.524407] pci 0000:04:00.0: reg 0x20: [mem 0x92e50000-0x92e5ffff 64bit pref]
>>      [    3.532402] pci 0000:04:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
>>      [    3.538483] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
>>      [    3.544437] pci 0000:04:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:1c.5 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
>>      [    3.559493] pci 0000:04:00.1: [14e4:165f] type 00 class 0x020000
>>
>> Here is a 15 ms delay.
>>
>>      [    3.565415] pci 0000:04:00.1: reg 0x10: [mem 0x92e00000-0x92e0ffff 64bit pref]
>>      [    3.573407] pci 0000:04:00.1: reg 0x18: [mem 0x92e10000-0x92e1ffff 64bit pref]
>>      [    3.580407] pci 0000:04:00.1: reg 0x20: [mem 0x92e20000-0x92e2ffff 64bit pref]
>>      [    3.587402] pci 0000:04:00.1: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
>>      [    3.594483] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
>>      [    3.600502] pci 0000:00:1c.5: PCI bridge to [bus 04]
>>
>> Can the 6 ms – also from your system – be explained by the PCI 
>> specification? Seeing how fast PCI nowadays is, 6 ms sounds like a 
>> long time. ;-)
>>
>>> Faster would always be better, of course.  I assume this is not really
>>> a regression?
>>
>> Correct, as far as I know of, this is no regression.
>>
>>>> [    6.989016] pci 0000:d7:05.0: disabled boot interrupts on device [8086:2034]
>>>> [    6.996063] PCI: CLS 0 bytes, default 64
>>>> [    7.000008] Trying to unpack rootfs image as initramfs...
>>>> [    7.065281] Freeing initrd memory: 5136K
>>
>> The PCI resource assignment(?) also seems to take 670 ms:
>>
>>      [    6.319656] pci 0000:04:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
>>      […]
>>      [    6.989016] pci 0000:d7:05.0: disabled boot interrupts on device [8086:2034]
>>
>>>> […]
>>>> [    7.079098] DMAR: dmar7: Using Queued invalidation
>>>> [    7.083983] pci 0000:00:00.0: Adding to iommu group 0
>>>> […]
>>>> [    8.537808] pci 0000:d7:17.1: Adding to iommu group 141
>>>
>>> I don't have this iommu stuff turned on and don't know what's
>>> happening here.
>>
>> There is a lock in `iommu_group_add_device()` in `drivers/iommu/iommu.c`:
>>
>>          mutex_lock(&group->mutex);
>>          list_add_tail(&device->list, &group->devices);
>>          if (group->domain  && !iommu_is_attach_deferred(group->domain, dev))
>>                  ret = __iommu_attach_device(group->domain, dev);
>>          mutex_unlock(&group->mutex);
>>
>> No idea, if it’s related. Unfortunately, it’s a production system, so 
>> I can’t do any debugging. (Maybe `initcall_debug` could give some 
>> insight.) Maybe the IOMMU developers can explain it without it. Could 
>> the IOMMU group assignment be done in parallel?
> 
> FWIW I'd expect that locking to be pretty much immaterial - many devices 
> are getting their own uncontended groups, and callers of this tend to be 
> serialised at a higher level anyway. iommu_probe_device() usually runs 
> off the back of the device_add() notifier (where it could be that it's 
> the only thing making noise in between something *else* being slow), but 
> there is the special case where it gets replayed for all existing 
> devices when the IOMMU driver registers itself - at a guess it seems 
> like it may well be the latter case you're seeing, but either way 
> there's not much to say without figuring out where the time is actually 
> being spent (I don't suppose that machine has dynamic ftrace enabled?).

Our Linux kernel has dynamic ftrace enabled.

     $ grep CONFIG_DYNAMIC_FTRACE /boot/config-5.10.70.mx64.403
     CONFIG_DYNAMIC_FTRACE=y
     CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
     CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y

> That said, setting up a new group isn't a completely insignificant 
> amount of work, and 142 groups seems a lot - I'd have assumed that a 
> system of that scale would be the kind of big server kit that takes 
> several minutes to boot to the point of even starting the kernel anyway.

You are right. As noted in my reply to Krzysztof, it’s more like a pet 
peeve, but is also relevant, when kexec is used.


Kind regards,

Paul

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
  2021-11-09 20:25   ` Paul Menzel
@ 2021-11-09 23:10     ` Krzysztof Wilczyński
  2021-11-19 14:43       ` Paul Menzel
  0 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Wilczyński @ 2021-11-09 23:10 UTC (permalink / raw)
  To: Paul Menzel
  Cc: Jörg Rödel, Suravee Suthikulpanit, Bjorn Helgaas,
	iommu, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, LKML,
	linux-pci

Hi Paul,

> Thank you for your reply.

Thank you for getting back to us with a good insight.

[...]
> > I am curious - why is this a problem?  Are you power-cycling your servers
> > so often to the point where the cumulative time spent in enumerating PCI
> > devices and adding them later to IOMMU groups is a problem?
> > 
> > I am simply wondering why you decided to signal out the PCI enumeration as
> > slow in particular, especially given that a large server hardware tends to
> > have (most of the time, as per my experience) rather long initialisation
> > time either from being powered off or after being power cycled.  I can take
> > a while before the actual operating system itself will start.
> 
> It’s not a problem per se, and more a pet peeve of mine. Systems get faster
> and faster, and boottime slower and slower. On desktop systems, it’s much
> more important with firmware like coreboot taking less than one second to
> initialize the hardware and passing control to the payload/operating system.
> If we are lucky, we are going to have servers with FLOSS firmware.
> 
> But, already now, using kexec to reboot a system, avoids the problems you
> pointed out on servers, and being able to reboot a system as quickly as
> possible, lowers the bar for people to reboot systems more often to, for
> example, so updates take effect.

A very good point about the kexec usage.

This is definitely often invaluable to get security updates out of the door
quickly, update kernel version, or when you want to switch operating system
quickly (a trick that companies like Equinix Metal use when offering their
baremetal as a service).

> > We talked about this briefly with Bjorn, and there might be an option to
> > perhaps add some caching, as we suspect that the culprit here is doing PCI
> > configuration space read for each device, which can be slow on some
> > platforms.
> > 
> > However, we would need to profile this to get some quantitative data to see
> > whether doing anything would even be worthwhile.  It would definitely help
> > us understand better where the bottlenecks really are and of what magnitude.
> > 
> > I personally don't have access to such a large hardware like the one you
> > have access to, thus I was wondering whether you would have some time, and
> > be willing, to profile this for us on the hardware you have.
> > 
> > Let me know what do you think?
> 
> Sounds good. I’d be willing to help. Note, that I won’t have time before
> Wednesday next week though.

Not a problem!  I am very grateful you are willing to devote some of you
time to help with this.

I only have access to a few systems such as some commodity hardware like
a desktop PC and notebooks, and some assorted SoCs.  These are sadly not
even close to a proper server platforms, and trying to measure anything on
these does not really yield any useful data as the delays related to PCI
enumeration on startup are quite insignificant in comparison - there is
just not enough hardware there, so to speak.

I am really looking forward to the data you can gather for us and what
insight it might provide us with.

Thank you again!

	Krzysztof

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
  2021-11-09 23:10     ` Krzysztof Wilczyński
@ 2021-11-19 14:43       ` Paul Menzel
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Menzel @ 2021-11-19 14:43 UTC (permalink / raw)
  To: Krzysztof Wilczyński
  Cc: Jörg Rödel, Suravee Suthikulpanit, Bjorn Helgaas,
	iommu, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, LKML,
	linux-pci

[-- Attachment #1: Type: text/plain, Size: 4076 bytes --]

Dear Krzysztof,


Am 10.11.21 um 00:10 schrieb Krzysztof Wilczyński:

> [...]
>>> I am curious - why is this a problem?  Are you power-cycling your servers
>>> so often to the point where the cumulative time spent in enumerating PCI
>>> devices and adding them later to IOMMU groups is a problem?
>>>
>>> I am simply wondering why you decided to signal out the PCI enumeration as
>>> slow in particular, especially given that a large server hardware tends to
>>> have (most of the time, as per my experience) rather long initialisation
>>> time either from being powered off or after being power cycled.  I can take
>>> a while before the actual operating system itself will start.
>>
>> It’s not a problem per se, and more a pet peeve of mine. Systems get faster
>> and faster, and boottime slower and slower. On desktop systems, it’s much
>> more important with firmware like coreboot taking less than one second to
>> initialize the hardware and passing control to the payload/operating system.
>> If we are lucky, we are going to have servers with FLOSS firmware.
>>
>> But, already now, using kexec to reboot a system, avoids the problems you
>> pointed out on servers, and being able to reboot a system as quickly as
>> possible, lowers the bar for people to reboot systems more often to, for
>> example, so updates take effect.
> 
> A very good point about the kexec usage.
> 
> This is definitely often invaluable to get security updates out of the door
> quickly, update kernel version, or when you want to switch operating system
> quickly (a trick that companies like Equinix Metal use when offering their
> baremetal as a service).
> 
>>> We talked about this briefly with Bjorn, and there might be an option to
>>> perhaps add some caching, as we suspect that the culprit here is doing PCI
>>> configuration space read for each device, which can be slow on some
>>> platforms.
>>>
>>> However, we would need to profile this to get some quantitative data to see
>>> whether doing anything would even be worthwhile.  It would definitely help
>>> us understand better where the bottlenecks really are and of what magnitude.
>>>
>>> I personally don't have access to such a large hardware like the one you
>>> have access to, thus I was wondering whether you would have some time, and
>>> be willing, to profile this for us on the hardware you have.
>>>
>>> Let me know what do you think?
>>
>> Sounds good. I’d be willing to help. Note, that I won’t have time before
>> Wednesday next week though.
> 
> Not a problem!  I am very grateful you are willing to devote some of you
> time to help with this.
> 
> I only have access to a few systems such as some commodity hardware like
> a desktop PC and notebooks, and some assorted SoCs.  These are sadly not
> even close to a proper server platforms, and trying to measure anything on
> these does not really yield any useful data as the delays related to PCI
> enumeration on startup are quite insignificant in comparison - there is
> just not enough hardware there, so to speak.
> 
> I am really looking forward to the data you can gather for us and what
> insight it might provide us with.

So, kexec seems to work besides some DMAR-IR warnings [1]. 
`initcall_debug` increases the Linux boot time by over 50 % from 7.7 s 
to 12 s, which I didn’t expect.

Here are the functions taking more than 200 ms:

     initcall pci_apply_final_quirks+0x0/0x132 returned 0 after 228433 usecs
     initcall raid6_select_algo+0x0/0x2d6 returned 0 after 383789 usecs
     initcall pcibios_assign_resources+0x0/0xc0 returned 0 after 610757 
usecs
     initcall _mpt3sas_init+0x0/0x1c0 returned 0 after 721257 usecs
     initcall ahci_pci_driver_init+0x0/0x1a returned 0 after 945094 usecs
     initcall pci_iommu_init+0x0/0x3f returned 0 after 1487134 usecs
     initcall acpi_init+0x0/0x349 returned 0 after 7291015 usecs

Some of them are run later though, but `acpi_init` sticks out with 7.3 s.


Kind regards,

Paul


[1]: 
https://lore.kernel.org/linux-iommu/40a7581d-985b-f12b-0bb2-99c586a9f968@molgen.mpg.de/T/#u

[-- Attachment #2: furoncles-linux-5.10.70-dmesg-initcall_debug-kexec-2.txt --]
[-- Type: text/plain, Size: 272428 bytes --]

[    0.000000] Linux version 5.10.70.mx64.403 (root@heulsuse.molgen.mpg.de) (gcc (GCC) 7.5.0, GNU ld (GNU Binutils) 2.32) #1 SMP Thu Oct 7 18:24:10 CEST 2021
[    0.000000] Command line: root=LABEL=root ro crashkernel=64G-:256M console=ttyS0,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on initcall_debug
[    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' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000100-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000682fefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000682ff000-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 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x00100000-0x0010006f] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000100-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000010006f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100070-0x00000000682fefff] usable
[    0.000000] reserve setup_data: [mem 0x00000000682ff000-0x000000006ebfefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006ebff000-0x000000006f9fefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f9ff000-0x000000006fffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006ffff000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fffffff] usable
[    0.000000] efi: EFI v2.70 by Dell Inc.
[    0.000000] efi: ACPI=0x6fffe000 ACPI 2.0=0x6fffe014 SMBIOS=0x68e3b000 SMBIOS 3.0=0x68e39000 MEMATTR=0x653c4020 
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge T440/021KCD, BIOS 2.11.2 04/22/2021
[    0.000000] tsc: Detected 3800.000 MHz processor
[    0.000013] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000018] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000027] last_pfn = 0x2080000 max_arch_pfn = 0x400000000
[    0.000033] MTRR default type: uncachable
[    0.000035] MTRR fixed ranges enabled:
[    0.000038]   00000-9FFFF write-back
[    0.000040]   A0000-BFFFF uncachable
[    0.000042]   C0000-FFFFF write-protect
[    0.000044] MTRR variable ranges enabled:
[    0.000047]   0 base 000000000000 mask 3FE000000000 write-back
[    0.000050]   1 base 002000000000 mask 3FFF80000000 write-back
[    0.000052]   2 base 000080000000 mask 3FFF80000000 uncachable
[    0.000054]   3 base 000070000000 mask 3FFFFC000000 uncachable
[    0.000056]   4 disabled
[    0.000057]   5 disabled
[    0.000058]   6 disabled
[    0.000060]   7 disabled
[    0.000061]   8 disabled
[    0.000062]   9 disabled
[    0.000854] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001994] e820: update [mem 0x70000000-0x73ffffff] usable ==> reserved
[    0.002001] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.002005] x2apic: enabled by BIOS, switching to x2apic ops
[    0.002009] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.019315] kexec: Reserving the low 1M of memory for crashkernel
[    0.019320] Using GB pages for direct mapping
[    0.019923] Secure boot could not be determined
[    0.019926] RAMDISK: [mem 0x207faef000-0x207fff2fff]
[    0.019930] ACPI: Early table checksum verification disabled
[    0.019935] ACPI: RSDP 0x000000006FFFE014 000024 (v02 DELL  )
[    0.019943] ACPI: XSDT 0x000000006FBFF188 0000F4 (v01 DELL   PE_SC3   00000000      01000013)
[    0.019954] ACPI: FACP 0x000000006FFF8000 000114 (v06 DELL   PE_SC3   00000000 DELL 00000001)
[    0.019965] ACPI: DSDT 0x000000006FD00000 2E81B0 (v02 DELL   PE_SC3   00000003 DELL 00000001)
[    0.019972] ACPI: FACS 0x000000006F76E000 000040
[    0.019979] ACPI: SSDT 0x000000006FFFC000 00046C (v02 INTEL  ADDRXLAT 00000001 INTL 20180508)
[    0.019986] ACPI: MCEJ 0x000000006FFFB000 000130 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.019993] ACPI: WD__ 0x000000006FFFA000 000134 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.020000] ACPI: SLIC 0x000000006FFF9000 000024 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.020007] ACPI: HPET 0x000000006FFF7000 000038 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.020014] ACPI: APIC 0x000000006FFF5000 0016DE (v04 DELL   PE_SC3   00000000 DELL 00000001)
[    0.020021] ACPI: MCFG 0x000000006FFF4000 00003C (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.020027] ACPI: MIGT 0x000000006FFF3000 000040 (v01 DELL   PE_SC3   00000000 DELL 00000001)
[    0.020034] ACPI: MSCT 0x000000006FFF2000 000090 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.020041] ACPI: PCAT 0x000000006FFF1000 000088 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.020048] ACPI: PCCT 0x000000006FFF0000 00006E (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.020054] ACPI: RASF 0x000000006FFEF000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.020061] ACPI: SLIT 0x000000006FFEE000 00042C (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.020068] ACPI: SRAT 0x000000006FFEB000 002D30 (v03 DELL   PE_SC3   00000002 DELL 00000001)
[    0.020075] ACPI: SVOS 0x000000006FFEA000 000032 (v01 DELL   PE_SC3   00000000 DELL 00000001)
[    0.020082] ACPI: WSMT 0x000000006FFE9000 000028 (v01 DELL   PE_SC3   00000000 DELL 00000001)
[    0.020089] ACPI: OEM4 0x000000006FC52000 0AD1C1 (v02 INTEL  CPU  CST 00003000 INTL 20180508)
[    0.020096] ACPI: SSDT 0x000000006FC1A000 037465 (v02 INTEL  SSDT  PM 00004000 INTL 20180508)
[    0.020103] ACPI: SSDT 0x000000006FC00000 000C94 (v02 DELL   PE_SC3   00000000 DELL 00000001)
[    0.020110] ACPI: SSDT 0x000000006FC16000 00357F (v02 INTEL  SpsNm    00000002 INTL 20180508)
[    0.020116] ACPI: DMAR 0x000000006FFFD000 0001A0 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.020123] ACPI: HEST 0x000000006FC15000 00017C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.020130] ACPI: BERT 0x000000006FC14000 000030 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.020137] ACPI: ERST 0x000000006FC13000 000230 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.020144] ACPI: EINJ 0x000000006FC12000 000150 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.020151] ACPI: Reserving FACP table memory at [mem 0x6fff8000-0x6fff8113]
[    0.020154] ACPI: Reserving DSDT table memory at [mem 0x6fd00000-0x6ffe81af]
[    0.020156] ACPI: Reserving FACS table memory at [mem 0x6f76e000-0x6f76e03f]
[    0.020158] ACPI: Reserving SSDT table memory at [mem 0x6fffc000-0x6fffc46b]
[    0.020161] ACPI: Reserving MCEJ table memory at [mem 0x6fffb000-0x6fffb12f]
[    0.020163] ACPI: Reserving WD__ table memory at [mem 0x6fffa000-0x6fffa133]
[    0.020166] ACPI: Reserving SLIC table memory at [mem 0x6fff9000-0x6fff9023]
[    0.020168] ACPI: Reserving HPET table memory at [mem 0x6fff7000-0x6fff7037]
[    0.020170] ACPI: Reserving APIC table memory at [mem 0x6fff5000-0x6fff66dd]
[    0.020173] ACPI: Reserving MCFG table memory at [mem 0x6fff4000-0x6fff403b]
[    0.020175] ACPI: Reserving MIGT table memory at [mem 0x6fff3000-0x6fff303f]
[    0.020177] ACPI: Reserving MSCT table memory at [mem 0x6fff2000-0x6fff208f]
[    0.020180] ACPI: Reserving PCAT table memory at [mem 0x6fff1000-0x6fff1087]
[    0.020182] ACPI: Reserving PCCT table memory at [mem 0x6fff0000-0x6fff006d]
[    0.020184] ACPI: Reserving RASF table memory at [mem 0x6ffef000-0x6ffef02f]
[    0.020187] ACPI: Reserving SLIT table memory at [mem 0x6ffee000-0x6ffee42b]
[    0.020189] ACPI: Reserving SRAT table memory at [mem 0x6ffeb000-0x6ffedd2f]
[    0.020192] ACPI: Reserving SVOS table memory at [mem 0x6ffea000-0x6ffea031]
[    0.020194] ACPI: Reserving WSMT table memory at [mem 0x6ffe9000-0x6ffe9027]
[    0.020196] ACPI: Reserving OEM4 table memory at [mem 0x6fc52000-0x6fcff1c0]
[    0.020199] ACPI: Reserving SSDT table memory at [mem 0x6fc1a000-0x6fc51464]
[    0.020201] ACPI: Reserving SSDT table memory at [mem 0x6fc00000-0x6fc00c93]
[    0.020204] ACPI: Reserving SSDT table memory at [mem 0x6fc16000-0x6fc1957e]
[    0.020206] ACPI: Reserving DMAR table memory at [mem 0x6fffd000-0x6fffd19f]
[    0.020209] ACPI: Reserving HEST table memory at [mem 0x6fc15000-0x6fc1517b]
[    0.020211] ACPI: Reserving BERT table memory at [mem 0x6fc14000-0x6fc1402f]
[    0.020214] ACPI: Reserving ERST table memory at [mem 0x6fc13000-0x6fc1322f]
[    0.020216] ACPI: Reserving EINJ table memory at [mem 0x6fc12000-0x6fc1214f]
[    0.020231] ACPI: Local APIC address 0xfee00000
[    0.020234] Setting APIC routing to cluster x2apic.
[    0.020401] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[    0.020403] SRAT: PXM 1 -> APIC 0x0022 -> Node 1
[    0.020405] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[    0.020407] SRAT: PXM 1 -> APIC 0x0028 -> Node 1
[    0.020409] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[    0.020411] SRAT: PXM 1 -> APIC 0x0024 -> Node 1
[    0.020413] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[    0.020415] SRAT: PXM 1 -> APIC 0x003a -> Node 1
[    0.020416] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[    0.020418] SRAT: PXM 1 -> APIC 0x0023 -> Node 1
[    0.020420] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[    0.020422] SRAT: PXM 1 -> APIC 0x0029 -> Node 1
[    0.020424] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[    0.020426] SRAT: PXM 1 -> APIC 0x0025 -> Node 1
[    0.020428] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[    0.020430] SRAT: PXM 1 -> APIC 0x003b -> Node 1
[    0.020449] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[    0.020452] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x107fffffff]
[    0.020454] ACPI: SRAT: Node 1 PXM 1 [mem 0x1080000000-0x207fffffff]
[    0.020466] NUMA: Initialized distance table, cnt=2
[    0.020471] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x107fffffff] -> [mem 0x00000000-0x107fffffff]
[    0.020480] NODE_DATA(0) allocated [mem 0x107fffb000-0x107fffffff]
[    0.020487] NODE_DATA(1) allocated [mem 0x207fffa000-0x207fffefff]
[    0.020507] Reserving 256MB of memory at 1360MB for crashkernel (System RAM: 130690MB)
[    0.020749] Zone ranges:
[    0.020752]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.020755]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.020759]   Normal   [mem 0x0000000100000000-0x000000207fffffff]
[    0.020762]   Device   empty
[    0.020765] Movable zone start for each node
[    0.020767] Early memory node ranges
[    0.020769]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.020772]   node   0: [mem 0x0000000000100000-0x00000000682fefff]
[    0.020775]   node   0: [mem 0x000000006ffff000-0x000000006fffffff]
[    0.020777]   node   0: [mem 0x0000000100000000-0x000000107fffffff]
[    0.020790]   node   1: [mem 0x0000001080000000-0x000000207fffffff]
[    0.020805] Initmem setup node 0 [mem 0x0000000000001000-0x000000107fffffff]
[    0.020809] On node 0 totalpages: 16679583
[    0.020811]   DMA zone: 64 pages used for memmap
[    0.020813]   DMA zone: 161 pages reserved
[    0.020814]   DMA zone: 3999 pages, LIFO batch:0
[    0.020817]   DMA32 zone: 6604 pages used for memmap
[    0.020818]   DMA32 zone: 422656 pages, LIFO batch:63
[    0.020820]   Normal zone: 253952 pages used for memmap
[    0.020822]   Normal zone: 16252928 pages, LIFO batch:63
[    0.020824] Initmem setup node 1 [mem 0x0000001080000000-0x000000207fffffff]
[    0.020827] On node 1 totalpages: 16777216
[    0.020829]   Normal zone: 262144 pages used for memmap
[    0.020830]   Normal zone: 16777216 pages, LIFO batch:63
[    0.020835] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.020881] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.026086] On node 0, zone DMA32: 32000 pages in unavailable ranges
[    0.397114] ACPI: PM-Timer IO Port: 0x508
[    0.397120] ACPI: Local APIC address 0xfee00000
[    0.397162] ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
[    0.397170] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.397197] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.397203] IOAPIC[1]: apic_id 9, version 32, address 0xfec01000, GSI 24-31
[    0.397210] IOAPIC[2]: apic_id 10, version 32, address 0xfec08000, GSI 32-39
[    0.397216] IOAPIC[3]: apic_id 11, version 32, address 0xfec10000, GSI 40-47
[    0.397222] IOAPIC[4]: apic_id 12, version 32, address 0xfec18000, GSI 48-55
[    0.397228] IOAPIC[5]: apic_id 15, version 32, address 0xfec20000, GSI 72-79
[    0.397235] IOAPIC[6]: apic_id 16, version 32, address 0xfec28000, GSI 80-87
[    0.397241] IOAPIC[7]: apic_id 17, version 32, address 0xfec30000, GSI 88-95
[    0.397247] IOAPIC[8]: apic_id 18, version 32, address 0xfec38000, GSI 96-103
[    0.397259] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.397262] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.397269] ACPI: IRQ0 used by override.
[    0.397271] ACPI: IRQ9 used by override.
[    0.397282] Using ACPI (MADT) for SMP configuration information
[    0.397285] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.397290] TSC deadline timer available
[    0.397293] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.397324] [mem 0x90000000-0xfdffffff] available for PCI devices
[    0.397330] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.409005] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:2
[    0.410191] percpu: Embedded 53 pages/cpu s177496 r8192 d31400 u262144
[    0.410206] pcpu-alloc: s177496 r8192 d31400 u262144 alloc=1*2097152
[    0.410209] pcpu-alloc: [0] 00 02 04 06 08 10 12 14 [1] 01 03 05 07 09 11 13 15 
[    0.410267] Built 2 zonelists, mobility grouping on.  Total pages: 32933874
[    0.410270] Policy zone: Normal
[    0.410273] Kernel command line: root=LABEL=root ro crashkernel=64G-:256M console=ttyS0,115200n8 console=tty0 init=/bin/systemd audit=0 random.trust_cpu=on initcall_debug
[    0.410463] audit: disabled (until reboot)
[    0.410788] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.884440] Memory: 131363692K/133827196K available (14348K kernel code, 3467K rwdata, 3744K rodata, 1568K init, 2904K bss, 2463248K reserved, 0K cma-reserved)
[    0.884653] ftrace: allocating 44427 entries in 174 pages
[    0.919622] ftrace: allocated 174 pages with 5 groups
[    0.919812] rcu: Hierarchical RCU implementation.
[    0.919814] rcu: 	RCU event tracing is enabled.
[    0.919817] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[    0.919819] 	Rude variant of Tasks RCU enabled.
[    0.919821] 	Tracing variant of Tasks RCU enabled.
[    0.919824] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.919826] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.928422] NR_IRQS: 16640, nr_irqs: 1912, preallocated irqs: 16
[    0.929040] random: crng done (trusting CPU's manufacturer)
[    0.929494] calling  con_init+0x0/0x230 @ 0
[    0.929517] Console: colour dummy device 80x25
[    0.930108] printk: console [tty0] enabled
[    0.930114] initcall con_init+0x0/0x230 returned 0 after 0 usecs
[    0.930117] calling  hvc_console_init+0x0/0x14 @ 0
[    0.930120] initcall hvc_console_init+0x0/0x14 returned 0 after 0 usecs
[    0.930122] calling  univ8250_console_init+0x0/0x27 @ 0
[    2.246148] printk: console [ttyS0] enabled
[    2.250325] initcall univ8250_console_init+0x0/0x27 returned 0 after 0 usecs
[    2.250370] ACPI: Core revision 20200925
[    2.260053] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    2.269128] APIC: Switch to symmetric I/O mode setup
[    2.274110] DMAR: Host address width 46
[    2.277954] DMAR: DRHD base: 0x000000d37fc000 flags: 0x0
[    2.283281] DMAR: dmar0: reg_base_addr d37fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[    2.291275] DMAR: DRHD base: 0x000000e0ffc000 flags: 0x0
[    2.296598] DMAR: dmar1: reg_base_addr e0ffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[    2.304600] DMAR: DRHD base: 0x000000ee7fc000 flags: 0x0
[    2.309923] DMAR: dmar2: reg_base_addr ee7fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[    2.317925] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
[    2.323247] DMAR: dmar3: reg_base_addr fbffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[    2.331250] DMAR: DRHD base: 0x000000aaffc000 flags: 0x0
[    2.336567] DMAR: dmar4: reg_base_addr aaffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[    2.344563] DMAR: DRHD base: 0x000000b87fc000 flags: 0x0
[    2.349885] DMAR: dmar5: reg_base_addr b87fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[    2.357901] DMAR: DRHD base: 0x000000c5ffc000 flags: 0x0
[    2.363217] DMAR: dmar6: reg_base_addr c5ffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[    2.371209] DMAR: DRHD base: 0x0000009d7fc000 flags: 0x1
[    2.376531] DMAR: dmar7: reg_base_addr 9d7fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[    2.384524] DMAR: RMRR base: 0x0000006f760000 end: 0x0000006f762fff
[    2.390794] DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000006f760000-0x000000006f762fff], contact BIOS vendor for fixes
[    2.404410] DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x000000006f760000-0x000000006f762fff]
               BIOS vendor: Dell Inc.; Ver: 2.11.2; Product Version: 
[    2.419930] DMAR: ATSR flags: 0x0
[    2.423262] DMAR: ATSR flags: 0x0
[    2.426590] DMAR-IR: IOAPIC id 12 under DRHD base  0xc5ffc000 IOMMU 6
[    2.433030] DMAR-IR: IOAPIC id 11 under DRHD base  0xb87fc000 IOMMU 5
[    2.439470] DMAR-IR: IOAPIC id 10 under DRHD base  0xaaffc000 IOMMU 4
[    2.445915] DMAR-IR: IOAPIC id 18 under DRHD base  0xfbffc000 IOMMU 3
[    2.452354] DMAR-IR: IOAPIC id 17 under DRHD base  0xee7fc000 IOMMU 2
[    2.458794] DMAR-IR: IOAPIC id 16 under DRHD base  0xe0ffc000 IOMMU 1
[    2.465238] DMAR-IR: IOAPIC id 15 under DRHD base  0xd37fc000 IOMMU 0
[    2.471677] DMAR-IR: IOAPIC id 8 under DRHD base  0x9d7fc000 IOMMU 7
[    2.478032] DMAR-IR: IOAPIC id 9 under DRHD base  0x9d7fc000 IOMMU 7
[    2.484388] DMAR-IR: HPET id 0 under DRHD base 0x9d7fc000
[    2.489794] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    2.498684] DMAR-IR: IRQ remapping was enabled on dmar6 but we are not in kdump mode
[    2.506718] DMAR-IR: IRQ remapping was enabled on dmar5 but we are not in kdump mode
[    2.514746] DMAR-IR: IRQ remapping was enabled on dmar4 but we are not in kdump mode
[    2.522773] DMAR-IR: IRQ remapping was enabled on dmar3 but we are not in kdump mode
[    2.530792] DMAR-IR: IRQ remapping was enabled on dmar2 but we are not in kdump mode
[    2.538809] DMAR-IR: IRQ remapping was enabled on dmar1 but we are not in kdump mode
[    2.546820] DMAR-IR: IRQ remapping was enabled on dmar0 but we are not in kdump mode
[    2.554837] DMAR-IR: IRQ remapping was enabled on dmar7 but we are not in kdump mode
[    2.562811] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    2.569586] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    2.580362] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d8cb0e20f4, max_idle_ns: 881590468932 ns
[    2.590858] Calibrating delay loop (skipped), value calculated using timer frequency.. 7600.00 BogoMIPS (lpj=3800000)
[    2.591859] pid_max: default: 32768 minimum: 301
[    2.593042] LSM: Security Framework initializing
[    2.609395] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc)
[    2.618059] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc)
[    2.619137] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[    2.620096] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[    2.622414] mce: CPU0: Thermal monitoring enabled (TM1)
[    2.623013] process: using mwait in idle threads
[    2.623861] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    2.624858] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    2.625862] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.626860] Spectre V2 : Mitigation: Enhanced IBRS
[    2.627858] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.628859] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.629860] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    2.630858] TAA: Mitigation: TSX disabled
[    2.632985] Freeing SMP alternatives memory: 44K
[    2.633963] smpboot: CPU0: Intel(R) Xeon(R) Gold 5222 CPU @ 3.80GHz (family: 0x6, model: 0x55, stepping: 0x7)
[    2.635156] calling  init_hw_perf_events+0x0/0x721 @ 1
[    2.635157] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    2.635860] ... version:                4
[    2.636858] ... bit width:              48
[    2.637858] ... generic registers:      4
[    2.638859] ... value mask:             0000ffffffffffff
[    2.639858] ... max period:             00007fffffffffff
[    2.640858] ... fixed-purpose events:   3
[    2.641858] ... event mask:             000000070000000f
[    2.643016] initcall init_hw_perf_events+0x0/0x721 returned 0 after 7812 usecs
[    2.643021] calling  init_real_mode+0x0/0x1c0 @ 1
[    2.643039] initcall init_real_mode+0x0/0x1c0 returned 0 after 0 usecs
[    2.643043] calling  trace_init_perf_perm_irq_work_exit+0x0/0x13 @ 1
[    2.643047] initcall trace_init_perf_perm_irq_work_exit+0x0/0x13 returned 0 after 0 usecs
[    2.643052] calling  register_nmi_cpu_backtrace_handler+0x0/0x16 @ 1
[    2.643055] initcall register_nmi_cpu_backtrace_handler+0x0/0x16 returned 0 after 0 usecs
[    2.643060] calling  spawn_ksoftirqd+0x0/0x39 @ 1
[    2.643094] initcall spawn_ksoftirqd+0x0/0x39 returned 0 after 0 usecs
[    2.643098] calling  migration_init+0x0/0x34 @ 1
[    2.643102] initcall migration_init+0x0/0x34 returned 0 after 0 usecs
[    2.643105] calling  srcu_bootup_announce+0x0/0x30 @ 1
[    2.643106] rcu: Hierarchical SRCU implementation.
[    2.643860] initcall srcu_bootup_announce+0x0/0x30 returned 0 after 976 usecs
[    2.643863] calling  rcu_spawn_gp_kthread+0x0/0x1be @ 1
[    2.643891] initcall rcu_spawn_gp_kthread+0x0/0x1be returned 0 after 0 usecs
[    2.643894] calling  check_cpu_stall_init+0x0/0x1b @ 1
[    2.643897] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[    2.643899] calling  rcu_sysrq_init+0x0/0x22 @ 1
[    2.643902] initcall rcu_sysrq_init+0x0/0x22 returned 0 after 0 usecs
[    2.643905] calling  trace_init_flags_sys_enter+0x0/0xf @ 1
[    2.643908] initcall trace_init_flags_sys_enter+0x0/0xf returned 0 after 0 usecs
[    2.643910] calling  trace_init_flags_sys_exit+0x0/0xf @ 1
[    2.643913] initcall trace_init_flags_sys_exit+0x0/0xf returned 0 after 0 usecs
[    2.643917] calling  cpu_stop_init+0x0/0x86 @ 1
[    2.643953] initcall cpu_stop_init+0x0/0x86 returned 0 after 0 usecs
[    2.643956] calling  init_kprobes+0x0/0x18a @ 1
[    2.644314] initcall init_kprobes+0x0/0x18a returned 0 after 0 usecs
[    2.644318] calling  init_events+0x0/0x40 @ 1
[    2.644331] initcall init_events+0x0/0x40 returned 0 after 0 usecs
[    2.644335] calling  init_trace_printk+0x0/0xc @ 1
[    2.644338] initcall init_trace_printk+0x0/0xc returned 0 after 0 usecs
[    2.644341] calling  event_trace_enable_again+0x0/0x3e @ 1
[    2.644345] initcall event_trace_enable_again+0x0/0x3e returned 0 after 0 usecs
[    2.644349] calling  static_call_init+0x0/0x7f @ 1
[    2.644353] initcall static_call_init+0x0/0x7f returned 0 after 0 usecs
[    2.644357] calling  init_zero_pfn+0x0/0x38 @ 1
[    2.644361] initcall init_zero_pfn+0x0/0x38 returned 0 after 0 usecs
[    2.644365] calling  dynamic_debug_init+0x0/0x1ae @ 1
[    2.644510] initcall dynamic_debug_init+0x0/0x1ae returned 0 after 0 usecs
[    2.644513] calling  initialize_ptr_random+0x0/0x44 @ 1
[    2.644517] initcall initialize_ptr_random+0x0/0x44 returned 0 after 0 usecs
[    2.644521] calling  efi_memreserve_root_init+0x0/0x26 @ 1
[    2.644524] initcall efi_memreserve_root_init+0x0/0x26 returned 0 after 0 usecs
[    2.644527] calling  efi_earlycon_remap_fb+0x0/0x4e @ 1
[    2.644530] initcall efi_earlycon_remap_fb+0x0/0x4e returned 0 after 0 usecs
[    2.644819] smp: Bringing up secondary CPUs ...
[    2.645138] x86: Booting SMP configuration:
[    2.645863] .... node  #1, CPUs:        #1
[    1.606880] smpboot: CPU 1 Converting physical 0 to logical die 1

[    2.719861] .... node  #0, CPUs:    #2
[    2.721861] .... node  #1, CPUs:    #3
[    2.723862] .... node  #0, CPUs:    #4
[    2.726861] .... node  #1, CPUs:    #5
[    2.728860] .... node  #0, CPUs:    #6
[    2.731860] .... node  #1, CPUs:    #7
[    2.734859] .... node  #0, CPUs:    #8
[    2.736863] .... node  #1, CPUs:    #9
[    2.739859] .... node  #0, CPUs:   #10
[    2.741861] .... node  #1, CPUs:   #11
[    2.743859] .... node  #0, CPUs:   #12
[    2.746861] .... node  #1, CPUs:   #13
[    2.748859] .... node  #0, CPUs:   #14
[    2.751861] .... node  #1, CPUs:   #15
[    2.753734] smp: Brought up 2 nodes, 16 CPUs
[    2.754859] smpboot: Max logical packages: 2
[    2.755861] smpboot: Total of 16 processors activated (121743.85 BogoMIPS)
[    2.764334] devtmpfs: initialized
[    2.764939] x86/mm: Memory block size: 2048MB
[    2.767151] calling  memory_stats_init+0x0/0x29 @ 1
[    2.767155] initcall memory_stats_init+0x0/0x29 returned 0 after 0 usecs
[    2.767159] calling  ipc_ns_init+0x0/0x3f @ 1
[    2.767166] initcall ipc_ns_init+0x0/0x3f returned 0 after 0 usecs
[    2.767170] calling  init_mmap_min_addr+0x0/0x16 @ 1
[    2.767174] initcall init_mmap_min_addr+0x0/0x16 returned 0 after 0 usecs
[    2.767178] calling  pci_realloc_setup_params+0x0/0x38 @ 1
[    2.767181] initcall pci_realloc_setup_params+0x0/0x38 returned 0 after 0 usecs
[    2.767185] calling  net_ns_init+0x0/0x11d @ 1
[    2.767204] initcall net_ns_init+0x0/0x11d returned 0 after 0 usecs
[    2.767204] calling  e820__register_nvs_regions+0x0/0x38 @ 1
[    2.767204] PM: Registering ACPI NVS region [mem 0x6ebff000-0x6f9fefff] (14680064 bytes)
[    2.768396] initcall e820__register_nvs_regions+0x0/0x38 returned 0 after 976 usecs
[    2.768400] calling  cpufreq_register_tsc_scaling+0x0/0x2a @ 1
[    2.768403] initcall cpufreq_register_tsc_scaling+0x0/0x2a returned 0 after 0 usecs
[    2.768406] calling  reboot_init+0x0/0x3d @ 1
[    2.768418] initcall reboot_init+0x0/0x3d returned 0 after 0 usecs
[    2.768421] calling  init_lapic_sysfs+0x0/0x21 @ 1
[    2.768424] initcall init_lapic_sysfs+0x0/0x21 returned 0 after 0 usecs
[    2.768427] calling  alloc_frozen_cpus+0x0/0x8 @ 1
[    2.768431] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[    2.768435] calling  cpu_hotplug_pm_sync_init+0x0/0x14 @ 1
[    2.768439] initcall cpu_hotplug_pm_sync_init+0x0/0x14 returned 0 after 0 usecs
[    2.768443] calling  wq_sysfs_init+0x0/0x2b @ 1
[    2.768466] initcall wq_sysfs_init+0x0/0x2b returned 0 after 0 usecs
[    2.768470] calling  ksysfs_init+0x0/0x93 @ 1
[    2.768482] initcall ksysfs_init+0x0/0x93 returned 0 after 0 usecs
[    2.768486] calling  schedutil_gov_init+0x0/0x11 @ 1
[    2.768491] initcall schedutil_gov_init+0x0/0x11 returned 0 after 0 usecs
[    2.768493] calling  pm_init+0x0/0x58 @ 1
[    2.768531] initcall pm_init+0x0/0x58 returned 0 after 0 usecs
[    2.768534] calling  rcu_set_runtime_mode+0x0/0x17 @ 1
[    2.768540] initcall rcu_set_runtime_mode+0x0/0x17 returned 0 after 0 usecs
[    2.768543] calling  init_jiffies_clocksource+0x0/0x18 @ 1
[    2.768547] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.768862] initcall init_jiffies_clocksource+0x0/0x18 returned 0 after 976 usecs
[    2.768864] calling  futex_init+0x0/0xfc @ 1
[    2.768886] futex hash table entries: 4096 (order: 6, 262144 bytes, vmalloc)
[    2.769905] initcall futex_init+0x0/0xfc returned 0 after 976 usecs
[    2.769908] calling  cgroup_wq_init+0x0/0x29 @ 1
[    2.769925] initcall cgroup_wq_init+0x0/0x29 returned 0 after 0 usecs
[    2.769928] calling  cgroup1_wq_init+0x0/0x29 @ 1
[    2.769938] initcall cgroup1_wq_init+0x0/0x29 returned 0 after 0 usecs
[    2.769942] calling  ftrace_mod_cmd_init+0x0/0x9 @ 1
[    2.769947] initcall ftrace_mod_cmd_init+0x0/0x9 returned 0 after 0 usecs
[    2.769950] calling  init_graph_trace+0x0/0x5d @ 1
[    2.769961] initcall init_graph_trace+0x0/0x5d returned 0 after 0 usecs
[    2.769965] calling  init_kprobe_trace_early+0x0/0x26 @ 1
[    2.769970] initcall init_kprobe_trace_early+0x0/0x26 returned 0 after 0 usecs
[    2.769973] calling  mem_cgroup_swap_init+0x0/0x54 @ 1
[    2.769982] initcall mem_cgroup_swap_init+0x0/0x54 returned 0 after 0 usecs
[    2.769986] calling  fsnotify_init+0x0/0x49 @ 1
[    2.770007] initcall fsnotify_init+0x0/0x49 returned 0 after 0 usecs
[    2.770011] calling  filelock_init+0x0/0x98 @ 1
[    2.770036] initcall filelock_init+0x0/0x98 returned 0 after 0 usecs
[    2.770039] calling  init_misc_binfmt+0x0/0x2d @ 1
[    2.770043] initcall init_misc_binfmt+0x0/0x2d returned 0 after 0 usecs
[    2.770046] calling  init_script_binfmt+0x0/0x16 @ 1
[    2.770050] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[    2.770053] calling  init_elf_binfmt+0x0/0x16 @ 1
[    2.770057] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    2.770060] calling  init_compat_elf_binfmt+0x0/0x16 @ 1
[    2.770063] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    2.770067] calling  debugfs_init+0x0/0x60 @ 1
[    2.770073] initcall debugfs_init+0x0/0x60 returned 0 after 0 usecs
[    2.770076] calling  tracefs_init+0x0/0x3b @ 1
[    2.770081] initcall tracefs_init+0x0/0x3b returned 0 after 0 usecs
[    2.770085] calling  securityfs_init+0x0/0x69 @ 1
[    2.770116] initcall securityfs_init+0x0/0x69 returned 0 after 0 usecs
[    2.770120] calling  lockdown_secfs_init+0x0/0x30 @ 1
[    2.770126] initcall lockdown_secfs_init+0x0/0x30 returned 0 after 0 usecs
[    2.770128] calling  register_xor_blocks+0x0/0x9d @ 1
[    2.770130] initcall register_xor_blocks+0x0/0x9d returned 0 after 0 usecs
[    2.770133] calling  prandom_init_early+0x0/0x14e @ 1
[    2.770138] initcall prandom_init_early+0x0/0x14e returned 0 after 0 usecs
[    2.770141] calling  gpiolib_dev_init+0x0/0xc2 @ 1
[    2.770154] initcall gpiolib_dev_init+0x0/0xc2 returned 0 after 0 usecs
[    2.770160] calling  virtio_init+0x0/0x30 @ 1
[    2.770171] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[    2.770175] calling  iommu_init+0x0/0x2b @ 1
[    2.770180] initcall iommu_init+0x0/0x2b returned 0 after 0 usecs
[    2.770183] calling  component_debug_init+0x0/0x1d @ 1
[    2.770203] initcall component_debug_init+0x0/0x1d returned 0 after 0 usecs
[    2.770206] calling  cpufreq_core_init+0x0/0x63 @ 1
[    2.770211] initcall cpufreq_core_init+0x0/0x63 returned 0 after 0 usecs
[    2.770214] calling  cpufreq_gov_performance_init+0x0/0x11 @ 1
[    2.770217] initcall cpufreq_gov_performance_init+0x0/0x11 returned 0 after 0 usecs
[    2.770219] calling  cpuidle_init+0x0/0x20 @ 1
[    2.770227] initcall cpuidle_init+0x0/0x20 returned 0 after 0 usecs
[    2.770230] calling  capsule_reboot_register+0x0/0x11 @ 1
[    2.770233] initcall capsule_reboot_register+0x0/0x11 returned 0 after 0 usecs
[    2.770236] calling  sock_init+0x0/0x94 @ 1
[    2.770391] initcall sock_init+0x0/0x94 returned 0 after 0 usecs
[    2.770395] calling  net_inuse_init+0x0/0x24 @ 1
[    2.770406] initcall net_inuse_init+0x0/0x24 returned 0 after 0 usecs
[    2.770410] calling  net_defaults_init+0x0/0x24 @ 1
[    2.770416] initcall net_defaults_init+0x0/0x24 returned 0 after 0 usecs
[    2.770421] calling  init_default_flow_dissectors+0x0/0x50 @ 1
[    2.770428] initcall init_default_flow_dissectors+0x0/0x50 returned 0 after 0 usecs
[    2.770433] calling  netpoll_init+0x0/0x28 @ 1
[    2.770438] initcall netpoll_init+0x0/0x28 returned 0 after 0 usecs
[    2.770443] calling  netlink_proto_init+0x0/0x19c @ 1
[    2.770499] NET: Registered protocol family 16
[    2.770875] initcall netlink_proto_init+0x0/0x19c returned 0 after 976 usecs
[    2.770878] calling  genl_init+0x0/0x36 @ 1
[    2.770889] initcall genl_init+0x0/0x36 returned 0 after 0 usecs
[    2.770892] calling  bsp_pm_check_init+0x0/0x14 @ 1
[    2.770895] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[    2.771006] calling  irq_sysfs_init+0x0/0x94 @ 1
[    2.771178] initcall irq_sysfs_init+0x0/0x94 returned 0 after 0 usecs
[    2.771181] calling  audit_init+0x0/0x171 @ 1
[    2.771184] initcall audit_init+0x0/0x171 returned 0 after 0 usecs
[    2.771188] calling  release_early_probes+0x0/0x38 @ 1
[    2.771191] initcall release_early_probes+0x0/0x38 returned 0 after 0 usecs
[    2.771195] calling  bdi_class_init+0x0/0x49 @ 1
[    2.771207] initcall bdi_class_init+0x0/0x49 returned 0 after 0 usecs
[    2.771211] calling  mm_sysfs_init+0x0/0x29 @ 1
[    2.771216] initcall mm_sysfs_init+0x0/0x29 returned 0 after 0 usecs
[    2.771221] calling  init_per_zone_wmark_min+0x0/0x88 @ 1
[    2.771248] initcall init_per_zone_wmark_min+0x0/0x88 returned 0 after 0 usecs
[    2.771250] calling  mpi_init+0x0/0x81 @ 1
[    2.771255] initcall mpi_init+0x0/0x81 returned 0 after 0 usecs
[    2.771258] calling  kobject_uevent_init+0x0/0xc @ 1
[    2.771263] initcall kobject_uevent_init+0x0/0xc returned 0 after 0 usecs
[    2.771266] calling  acpi_gpio_setup_params+0x0/0x6a @ 1
[    2.771271] initcall acpi_gpio_setup_params+0x0/0x6a returned 0 after 0 usecs
[    2.771274] calling  pcibus_class_init+0x0/0x18 @ 1
[    2.771281] initcall pcibus_class_init+0x0/0x18 returned 0 after 0 usecs
[    2.771285] calling  pci_driver_init+0x0/0x22 @ 1
[    2.771304] initcall pci_driver_init+0x0/0x22 returned 0 after 0 usecs
[    2.771308] calling  backlight_class_init+0x0/0xa6 @ 1
[    2.771315] initcall backlight_class_init+0x0/0xa6 returned 0 after 0 usecs
[    2.771320] calling  tty_class_init+0x0/0x34 @ 1
[    2.771327] initcall tty_class_init+0x0/0x34 returned 0 after 0 usecs
[    2.771330] calling  vtconsole_class_init+0x0/0xd8 @ 1
[    2.771358] initcall vtconsole_class_init+0x0/0xd8 returned 0 after 0 usecs
[    2.771361] calling  iommu_dev_init+0x0/0x18 @ 1
[    2.771368] initcall iommu_dev_init+0x0/0x18 returned 0 after 0 usecs
[    2.771371] calling  mipi_dsi_bus_init+0x0/0x11 @ 1
[    2.771389] initcall mipi_dsi_bus_init+0x0/0x11 returned 0 after 0 usecs
[    2.771392] calling  devlink_class_init+0x0/0x43 @ 1
[    2.771401] initcall devlink_class_init+0x0/0x43 returned 0 after 0 usecs
[    2.771404] calling  software_node_init+0x0/0x2b @ 1
[    2.771408] initcall software_node_init+0x0/0x2b returned 0 after 0 usecs
[    2.771412] calling  wakeup_sources_debugfs_init+0x0/0x24 @ 1
[    2.771418] initcall wakeup_sources_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[    2.771421] calling  wakeup_sources_sysfs_init+0x0/0x30 @ 1
[    2.771428] initcall wakeup_sources_sysfs_init+0x0/0x30 returned 0 after 0 usecs
[    2.771431] calling  register_node_type+0x0/0x2f @ 1
[    2.771454] initcall register_node_type+0x0/0x2f returned 0 after 0 usecs
[    2.771457] calling  regmap_initcall+0x0/0xd @ 1
[    2.771462] initcall regmap_initcall+0x0/0xd returned 0 after 0 usecs
[    2.771465] calling  i2c_init+0x0/0xb4 @ 1
[    2.771486] initcall i2c_init+0x0/0xb4 returned 0 after 0 usecs
[    2.771489] calling  thermal_init+0x0/0xfc @ 1
[    2.771491] thermal_sys: Registered thermal governor 'step_wise'
[    2.771493] thermal_sys: Registered thermal governor 'user_space'
[    2.771864] initcall thermal_init+0x0/0xfc returned 0 after 976 usecs
[    2.772860] calling  init_menu+0x0/0x11 @ 1
[    2.772878] cpuidle: using governor menu
[    2.773859] initcall init_menu+0x0/0x11 returned 0 after 976 usecs
[    2.773862] calling  pcc_init+0x0/0x8d @ 1
[    2.773869] Detected 1 PCC Subspaces
[    2.774887] Registering PCC driver as Mailbox controller
[    2.775870] initcall pcc_init+0x0/0x8d returned 0 after 1953 usecs
[    2.775873] calling  amd_postcore_init+0x0/0x116 @ 1
[    2.775876] initcall amd_postcore_init+0x0/0x116 returned 0 after 0 usecs
[    2.775989] calling  bts_init+0x0/0xbb @ 1
[    2.775996] initcall bts_init+0x0/0xbb returned 0 after 0 usecs
[    2.776000] calling  pt_init+0x0/0x33e @ 1
[    2.775891] initcall pt_init+0x0/0x33e returned 0 after 0 usecs
[    2.775897] calling  boot_params_ksysfs_init+0x0/0x298 @ 1
[    2.775942] initcall boot_params_ksysfs_init+0x0/0x298 returned 0 after 0 usecs
[    2.775945] calling  sbf_init+0x0/0xcb @ 1
[    2.775948] initcall sbf_init+0x0/0xcb returned 0 after 0 usecs
[    2.775952] calling  arch_kdebugfs_init+0x0/0x1d @ 1
[    2.775967] initcall arch_kdebugfs_init+0x0/0x1d returned 0 after 0 usecs
[    2.775971] calling  intel_pconfig_init+0x0/0x83 @ 1
[    2.775975] initcall intel_pconfig_init+0x0/0x83 returned 0 after 0 usecs
[    2.775978] calling  mtrr_if_init+0x0/0x5e @ 1
[    2.775986] initcall mtrr_if_init+0x0/0x5e returned 0 after 0 usecs
[    2.775990] calling  ffh_cstate_init+0x0/0x2a @ 1
[    2.775996] initcall ffh_cstate_init+0x0/0x2a returned 0 after 0 usecs
[    2.776002] calling  gigantic_pages_init+0x0/0x20 @ 1
[    2.776007] initcall gigantic_pages_init+0x0/0x20 returned 0 after 0 usecs
[    2.776010] calling  kcmp_cookies_init+0x0/0x38 @ 1
[    2.776020] initcall kcmp_cookies_init+0x0/0x38 returned 0 after 0 usecs
[    2.776027] calling  cryptomgr_init+0x0/0x11 @ 1
[    2.776032] initcall cryptomgr_init+0x0/0x11 returned 0 after 0 usecs
[    2.776037] calling  acpi_pci_init+0x0/0x58 @ 1
[    2.776038] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.782862] ACPI: bus type PCI registered
[    2.786861] initcall acpi_pci_init+0x0/0x58 returned 0 after 10742 usecs
[    2.786867] calling  iommu_dma_init+0x0/0x10 @ 1
[    2.786898] initcall iommu_dma_init+0x0/0x10 returned 0 after 976 usecs
[    2.786902] calling  dmi_id_init+0x0/0x37d @ 1
[    2.786970] initcall dmi_id_init+0x0/0x37d returned 0 after 0 usecs
[    2.786976] calling  pci_arch_init+0x0/0x72 @ 1
[    2.786995] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[    2.796864] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[    2.803880] pmd_set_huge: Cannot satisfy [mem 0x80000000-0x80200000] with a huge-page mapping due to MTRR override.
[    2.814394] PCI: Using configuration type 1 for base access
[    2.819874] PCI: Dell System detected, enabling pci=bfsort.
[    2.825869] initcall pci_arch_init+0x0/0x72 returned 0 after 37109 usecs
[    2.826000] calling  init_vdso+0x0/0x14 @ 1
[    2.826009] initcall init_vdso+0x0/0x14 returned 0 after 0 usecs
[    2.826012] calling  sysenter_setup+0x0/0x14 @ 1
[    2.826019] initcall sysenter_setup+0x0/0x14 returned 0 after 0 usecs
[    2.826023] calling  fixup_ht_bug+0x0/0xa8 @ 1
[    2.826026] initcall fixup_ht_bug+0x0/0xa8 returned 0 after 0 usecs
[    2.826029] calling  topology_init+0x0/0xc3 @ 1
[    2.827025] initcall topology_init+0x0/0xc3 returned 0 after 976 usecs
[    2.827028] calling  intel_epb_init+0x0/0x69 @ 1
[    2.827034] initcall intel_epb_init+0x0/0x69 returned 0 after 0 usecs
[    2.827034] calling  mtrr_init_finialize+0x0/0x3f @ 1
[    2.827034] initcall mtrr_init_finialize+0x0/0x3f returned 0 after 0 usecs
[    2.827034] calling  uid_cache_init+0x0/0x8d @ 1
[    2.827034] initcall uid_cache_init+0x0/0x8d returned 0 after 0 usecs
[    2.827034] calling  param_sysfs_init+0x0/0x1b6 @ 1
[    2.830469] initcall param_sysfs_init+0x0/0x1b6 returned 0 after 2929 usecs
[    2.830474] calling  user_namespace_sysctl_init+0x0/0x34 @ 1
[    2.830494] initcall user_namespace_sysctl_init+0x0/0x34 returned 0 after 0 usecs
[    2.830496] calling  pm_sysrq_init+0x0/0x19 @ 1
[    2.830512] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs
[    2.830515] calling  time_ns_init+0x0/0x8 @ 1
[    2.830518] initcall time_ns_init+0x0/0x8 returned 0 after 0 usecs
[    2.830520] calling  crash_save_vmcoreinfo_init+0x0/0x726 @ 1
[    2.830579] initcall crash_save_vmcoreinfo_init+0x0/0x726 returned 0 after 0 usecs
[    2.830582] calling  crash_notes_memory_init+0x0/0x36 @ 1
[    2.830591] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 0 usecs
[    2.830594] calling  cgroup_sysfs_init+0x0/0x18 @ 1
[    2.830600] initcall cgroup_sysfs_init+0x0/0x18 returned 0 after 0 usecs
[    2.830603] calling  cgroup_namespaces_init+0x0/0x8 @ 1
[    2.830606] initcall cgroup_namespaces_init+0x0/0x8 returned 0 after 0 usecs
[    2.830609] calling  user_namespaces_init+0x0/0x2d @ 1
[    2.830633] initcall user_namespaces_init+0x0/0x2d returned 0 after 0 usecs
[    2.830636] calling  init_optprobes+0x0/0x15 @ 1
[    2.830638] Kprobes globally optimized
[    2.833863] initcall init_optprobes+0x0/0x15 returned 0 after 3906 usecs
[    2.833868] calling  send_signal_irq_work_init+0x0/0x49 @ 1
[    2.833875] initcall send_signal_irq_work_init+0x0/0x49 returned 0 after 0 usecs
[    2.833878] calling  dev_map_init+0x0/0x4d @ 1
[    2.833886] initcall dev_map_init+0x0/0x4d returned 0 after 0 usecs
[    2.833889] calling  cpu_map_init+0x0/0x41 @ 1
[    2.833893] initcall cpu_map_init+0x0/0x41 returned 0 after 0 usecs
[    2.833896] calling  netns_bpf_init+0x0/0x11 @ 1
[    2.833901] initcall netns_bpf_init+0x0/0x11 returned 0 after 0 usecs
[    2.833904] calling  stack_map_init+0x0/0x4e @ 1
[    2.833910] initcall stack_map_init+0x0/0x4e returned 0 after 0 usecs
[    2.833915] calling  oom_init+0x0/0x30 @ 1
[    2.833921] initcall oom_init+0x0/0x30 returned 0 after 0 usecs
[    2.833921] calling  default_bdi_init+0x0/0xa6 @ 1
[    2.833921] initcall default_bdi_init+0x0/0xa6 returned 0 after 0 usecs
[    2.833921] calling  cgwb_init+0x0/0x29 @ 1
[    2.833921] initcall cgwb_init+0x0/0x29 returned 0 after 0 usecs
[    2.833921] calling  percpu_enable_async+0x0/0xf @ 1
[    2.833921] initcall percpu_enable_async+0x0/0xf returned 0 after 0 usecs
[    2.833922] calling  kcompactd_init+0x0/0x90 @ 1
[    2.833926] initcall kcompactd_init+0x0/0x90 returned 0 after 0 usecs
[    2.833926] calling  init_user_reserve+0x0/0x40 @ 1
[    2.833926] initcall init_user_reserve+0x0/0x40 returned 0 after 0 usecs
[    2.833926] calling  init_admin_reserve+0x0/0x40 @ 1
[    2.833926] initcall init_admin_reserve+0x0/0x40 returned 0 after 0 usecs
[    2.833926] calling  init_reserve_notifier+0x0/0x1f @ 1
[    2.833926] initcall init_reserve_notifier+0x0/0x1f returned 0 after 0 usecs
[    2.833926] calling  swap_init_sysfs+0x0/0x63 @ 1
[    2.833926] initcall swap_init_sysfs+0x0/0x63 returned 0 after 0 usecs
[    2.833926] calling  swapfile_init+0x0/0x96 @ 1
[    2.833926] initcall swapfile_init+0x0/0x96 returned 0 after 0 usecs
[    2.833926] calling  hugetlb_init+0x0/0x486 @ 1
[    2.833926] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    2.840876] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    2.847910] initcall hugetlb_init+0x0/0x486 returned 0 after 13671 usecs
[    2.847912] calling  hugepage_init+0x0/0x136 @ 1
[    2.848142] initcall hugepage_init+0x0/0x136 returned 0 after 0 usecs
[    2.848142] calling  mem_cgroup_init+0x0/0x125 @ 1
[    2.848142] initcall mem_cgroup_init+0x0/0x125 returned 0 after 0 usecs
[    2.848142] calling  io_wq_init+0x0/0x35 @ 1
[    2.848142] initcall io_wq_init+0x0/0x35 returned 0 after 0 usecs
[    2.848142] calling  rsa_init+0x0/0x50 @ 1
[    2.848142] initcall rsa_init+0x0/0x50 returned 0 after 0 usecs
[    2.848142] calling  crypto_cmac_module_init+0x0/0x11 @ 1
[    2.848142] initcall crypto_cmac_module_init+0x0/0x11 returned 0 after 0 usecs
[    2.848142] calling  hmac_module_init+0x0/0x11 @ 1
[    2.848142] initcall hmac_module_init+0x0/0x11 returned 0 after 0 usecs
[    2.848142] calling  crypto_null_mod_init+0x0/0x66 @ 1
[    2.848142] initcall crypto_null_mod_init+0x0/0x66 returned 0 after 0 usecs
[    2.848142] calling  md4_mod_init+0x0/0x11 @ 1
[    2.848142] initcall md4_mod_init+0x0/0x11 returned 0 after 0 usecs
[    2.848142] calling  md5_mod_init+0x0/0x11 @ 1
[    2.848142] initcall md5_mod_init+0x0/0x11 returned 0 after 0 usecs
[    2.848142] calling  sha1_generic_mod_init+0x0/0x11 @ 1
[    2.848142] initcall sha1_generic_mod_init+0x0/0x11 returned 0 after 0 usecs
[    2.848142] calling  sha256_generic_mod_init+0x0/0x16 @ 1
[    2.848142] initcall sha256_generic_mod_init+0x0/0x16 returned 0 after 0 usecs
[    2.848142] calling  crypto_ecb_module_init+0x0/0x11 @ 1
[    2.848142] initcall crypto_ecb_module_init+0x0/0x11 returned 0 after 0 usecs
[    2.848142] calling  crypto_pcbc_module_init+0x0/0x11 @ 1
[    2.848142] initcall crypto_pcbc_module_init+0x0/0x11 returned 0 after 0 usecs
[    2.848142] calling  des_generic_mod_init+0x0/0x16 @ 1
[    2.848870] initcall des_generic_mod_init+0x0/0x16 returned 0 after 976 usecs
[    2.848870] calling  aes_init+0x0/0x11 @ 1
[    2.848872] initcall aes_init+0x0/0x11 returned 0 after 0 usecs
[    2.848872] calling  crc32c_mod_init+0x0/0x11 @ 1
[    2.848872] initcall crc32c_mod_init+0x0/0x11 returned 0 after 0 usecs
[    2.848872] calling  crct10dif_mod_init+0x0/0x11 @ 1
[    2.848872] initcall crct10dif_mod_init+0x0/0x11 returned 0 after 0 usecs
[    2.848872] calling  lzo_mod_init+0x0/0x3c @ 1
[    2.848872] initcall lzo_mod_init+0x0/0x3c returned 0 after 0 usecs
[    2.848872] calling  lzorle_mod_init+0x0/0x3c @ 1
[    2.848873] initcall lzorle_mod_init+0x0/0x3c returned 0 after 0 usecs
[    2.848873] calling  init_bio+0x0/0xd2 @ 1
[    2.848892] initcall init_bio+0x0/0xd2 returned 0 after 0 usecs
[    2.848893] calling  blk_settings_init+0x0/0x2a @ 1
[    2.848894] initcall blk_settings_init+0x0/0x2a returned 0 after 0 usecs
[    2.848895] calling  blk_ioc_init+0x0/0x2a @ 1
[    2.848896] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[    2.848897] calling  blk_mq_init+0x0/0xba @ 1
[    2.848900] initcall blk_mq_init+0x0/0xba returned 0 after 0 usecs
[    2.848901] calling  genhd_device_init+0x0/0x76 @ 1
[    2.848911] initcall genhd_device_init+0x0/0x76 returned 0 after 0 usecs
[    2.848911] calling  blkcg_init+0x0/0x29 @ 1
[    2.848911] initcall blkcg_init+0x0/0x29 returned 0 after 0 usecs
[    2.848911] calling  raid6_select_algo+0x0/0x2d6 @ 1
[    2.865037] raid6: avx512x4 gen() 25003 MB/s
[    2.886639] raid6: avx512x4 xor()  6307 MB/s
[    2.907629] raid6: avx512x2 gen() 24834 MB/s
[    2.928645] raid6: avx512x2 xor() 33917 MB/s
[    2.949633] raid6: avx512x1 gen() 24820 MB/s
[    2.970643] raid6: avx512x1 xor() 29940 MB/s
[    2.991633] raid6: avx2x4   gen() 24099 MB/s
[    3.012636] raid6: avx2x4   xor()  6303 MB/s
[    3.033635] raid6: avx2x2   gen() 24023 MB/s
[    3.054641] raid6: avx2x2   xor() 23008 MB/s
[    3.075635] raid6: avx2x1   gen() 22448 MB/s
[    3.096645] raid6: avx2x1   xor() 21113 MB/s
[    3.117634] raid6: sse2x4   gen() 12127 MB/s
[    3.138642] raid6: sse2x4   xor()  7256 MB/s
[    3.159632] raid6: sse2x2   gen() 12915 MB/s
[    3.180644] raid6: sse2x2   xor()  8801 MB/s
[    3.201635] raid6: sse2x1   gen() 12027 MB/s
[    3.222637] raid6: sse2x1   xor()  7115 MB/s
[    3.226857] raid6: using algorithm avx512x4 gen() 25003 MB/s
[    3.231857] raid6: .... xor() 6307 MB/s, rmw enabled
[    3.236857] raid6: using avx512x2 recovery algorithm
[    3.241858] initcall raid6_select_algo+0x0/0x2d6 returned 0 after 383789 usecs
[    3.241859] calling  irq_poll_setup+0x0/0x6c @ 1
[    3.241862] initcall irq_poll_setup+0x0/0x6c returned 0 after 0 usecs
[    3.241863] calling  gpiolib_debugfs_init+0x0/0x24 @ 1
[    3.241866] initcall gpiolib_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[    3.241870] calling  pci_slot_init+0x0/0x50 @ 1
[    3.241874] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[    3.241875] calling  fbmem_init+0x0/0xdb @ 1
[    3.241889] initcall fbmem_init+0x0/0xdb returned 0 after 0 usecs
[    3.241890] calling  scan_for_dmi_ipmi+0x0/0x275 @ 1
[    3.241913] initcall scan_for_dmi_ipmi+0x0/0x275 returned 0 after 0 usecs
[    3.241915] calling  acpi_init+0x0/0x349 @ 1
[    3.241928] ACPI: Added _OSI(Module Device)
[    3.245859] ACPI: Added _OSI(Processor Device)
[    3.250857] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.255857] ACPI: Added _OSI(Processor Aggregator Device)
[    3.260858] ACPI: Added _OSI(Linux-Dell-Video)
[    3.264861] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    3.270859] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    3.332131] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    3.342883] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    3.352387] ACPI: Dynamic OEM Table Load:
[    3.448283] ACPI: Interpreter enabled
[    3.451870] ACPI: (supports S0 S5)
[    3.454857] ACPI: Using IOAPIC for interrupt routing
[    3.459875] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.475293] ACPI: Enabled 5 GPEs in block 00 to 7F
[    3.514917] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-16])
[    3.521862] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    3.530921] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[    3.536914] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[    3.542857] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.550978] PCI host bridge to bus 0000:00
[    3.555858] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    3.561858] pci_bus 0000:00: root bus resource [io  0x1000-0x3fff window]
[    3.568858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    3.576858] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    3.583857] pci_bus 0000:00: root bus resource [mem 0xfe010000-0xfe010fff window]
[    3.591857] pci_bus 0000:00: root bus resource [mem 0x90000000-0x9d7fffff window]
[    3.598857] pci_bus 0000:00: root bus resource [mem 0x380000000000-0x383fffffffff window]
[    3.606858] pci_bus 0000:00: root bus resource [bus 00-16]
[    3.612877] pci 0000:00:00.0: calling  quirk_mmio_always_on+0x0/0x10 @ 1
[    3.618859] pci 0000:00:00.0: quirk_mmio_always_on+0x0/0x10 took 0 usecs
[    3.625859] pci 0000:00:00.0: [8086:2020] type 00 class 0x060000
[    3.631882] pci 0000:00:00.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.638858] pci 0000:00:00.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.646350] pci 0000:00:05.0: [8086:2024] type 00 class 0x088000
[    3.652880] pci 0000:00:05.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.659858] pci 0000:00:05.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.667306] pci 0000:00:05.2: [8086:2025] type 00 class 0x088000
[    3.673880] pci 0000:00:05.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.680858] pci 0000:00:05.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.688297] pci 0000:00:05.4: [8086:2026] type 00 class 0x080020
[    3.693863] pci 0000:00:05.4: reg 0x10: [mem 0x93020000-0x93020fff]
[    3.700879] pci 0000:00:05.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.707858] pci 0000:00:05.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.715298] pci 0000:00:08.0: [8086:2014] type 00 class 0x088000
[    3.720873] pci 0000:00:08.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.728858] pci 0000:00:08.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.736295] pci 0000:00:08.1: [8086:2015] type 00 class 0x110100
[    3.741872] pci 0000:00:08.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.748858] pci 0000:00:08.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.757282] pci 0000:00:08.2: [8086:2016] type 00 class 0x088000
[    3.762873] pci 0000:00:08.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.769858] pci 0000:00:08.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.777311] pci 0000:00:11.0: calling  pci_invalid_bar+0x0/0x10 @ 1
[    3.783858] pci 0000:00:11.0: pci_invalid_bar+0x0/0x10 took 0 usecs
[    3.789857] pci 0000:00:11.0: [8086:a1ec] type 00 class 0xff0000
[    3.795869] pci 0000:00:11.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.802858] pci 0000:00:11.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.811331] pci 0000:00:11.5: [8086:a1d2] type 00 class 0x010601
[    3.816868] pci 0000:00:11.5: reg 0x10: [mem 0x93016000-0x93017fff]
[    3.822863] pci 0000:00:11.5: reg 0x14: [mem 0x9301f000-0x9301f0ff]
[    3.829863] pci 0000:00:11.5: reg 0x18: [io  0x2068-0x206f]
[    3.834862] pci 0000:00:11.5: reg 0x1c: [io  0x2074-0x2077]
[    3.840863] pci 0000:00:11.5: reg 0x20: [io  0x2040-0x205f]
[    3.845863] pci 0000:00:11.5: reg 0x24: [mem 0x92f80000-0x92ffffff]
[    3.851867] pci 0000:00:11.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.859858] pci 0000:00:11.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.866882] pci 0000:00:11.5: PME# supported from D3hot
[    3.872335] pci 0000:00:14.0: [8086:a1af] type 00 class 0x0c0330
[    3.877872] pci 0000:00:14.0: reg 0x10: [mem 0x93000000-0x9300ffff 64bit]
[    3.884891] pci 0000:00:14.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.891859] pci 0000:00:14.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.899880] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    3.905330] pci 0000:00:14.2: [8086:a1b1] type 00 class 0x118000
[    3.911872] pci 0000:00:14.2: reg 0x10: [mem 0x9301c000-0x9301cfff 64bit]
[    3.918890] pci 0000:00:14.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.925858] pci 0000:00:14.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.933335] pci 0000:00:16.0: [8086:a1ba] type 00 class 0x078000
[    3.938877] pci 0000:00:16.0: reg 0x10: [mem 0x9301b000-0x9301bfff 64bit]
[    3.945903] pci 0000:00:16.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.952858] pci 0000:00:16.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.960890] pci 0000:00:16.0: PME# supported from D3hot
[    3.966313] pci 0000:00:16.1: [8086:a1bb] type 00 class 0x078000
[    3.971878] pci 0000:00:16.1: reg 0x10: [mem 0x9301a000-0x9301afff 64bit]
[    3.978903] pci 0000:00:16.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    3.985858] pci 0000:00:16.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    3.993888] pci 0000:00:16.1: PME# supported from D3hot
[    3.999316] pci 0000:00:16.4: [8086:a1be] type 00 class 0x078000
[    4.004878] pci 0000:00:16.4: reg 0x10: [mem 0x93019000-0x93019fff 64bit]
[    4.011903] pci 0000:00:16.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.018858] pci 0000:00:16.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.025889] pci 0000:00:16.4: PME# supported from D3hot
[    4.032314] pci 0000:00:17.0: [8086:a182] type 00 class 0x010601
[    4.037867] pci 0000:00:17.0: reg 0x10: [mem 0x93014000-0x93015fff]
[    4.043862] pci 0000:00:17.0: reg 0x14: [mem 0x9301e000-0x9301e0ff]
[    4.049862] pci 0000:00:17.0: reg 0x18: [io  0x2060-0x2067]
[    4.055863] pci 0000:00:17.0: reg 0x1c: [io  0x2070-0x2073]
[    4.061862] pci 0000:00:17.0: reg 0x20: [io  0x2020-0x203f]
[    4.066862] pci 0000:00:17.0: reg 0x24: [mem 0x92f00000-0x92f7ffff]
[    4.072867] pci 0000:00:17.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.080858] pci 0000:00:17.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.087881] pci 0000:00:17.0: PME# supported from D3hot
[    4.093329] pci 0000:00:1c.0: calling  quirk_no_aersid+0x0/0x10 @ 1
[    4.099858] pci 0000:00:1c.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[    4.105857] pci 0000:00:1c.0: [8086:a190] type 01 class 0x060400
[    4.111892] pci 0000:00:1c.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.118858] pci 0000:00:1c.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.125858] pci 0000:00:1c.0: calling  pci_fixup_transparent_bridge+0x0/0x20 @ 1
[    4.133858] pci 0000:00:1c.0: pci_fixup_transparent_bridge+0x0/0x20 took 0 usecs
[    4.140882] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    4.147350] pci 0000:00:1c.4: calling  quirk_no_aersid+0x0/0x10 @ 1
[    4.153858] pci 0000:00:1c.4: quirk_no_aersid+0x0/0x10 took 0 usecs
[    4.159858] pci 0000:00:1c.4: [8086:a194] type 01 class 0x060400
[    4.165891] pci 0000:00:1c.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.172858] pci 0000:00:1c.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.179858] pci 0000:00:1c.4: calling  pci_fixup_transparent_bridge+0x0/0x20 @ 1
[    4.187858] pci 0000:00:1c.4: pci_fixup_transparent_bridge+0x0/0x20 took 0 usecs
[    4.194884] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    4.201357] pci 0000:00:1c.5: calling  quirk_no_aersid+0x0/0x10 @ 1
[    4.207858] pci 0000:00:1c.5: quirk_no_aersid+0x0/0x10 took 0 usecs
[    4.213857] pci 0000:00:1c.5: [8086:a195] type 01 class 0x060400
[    4.219890] pci 0000:00:1c.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.226858] pci 0000:00:1c.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.234858] pci 0000:00:1c.5: calling  pci_fixup_transparent_bridge+0x0/0x20 @ 1
[    4.241858] pci 0000:00:1c.5: pci_fixup_transparent_bridge+0x0/0x20 took 0 usecs
[    4.248886] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    4.255363] pci 0000:00:1f.0: [8086:a1c1] type 00 class 0x060100
[    4.261948] pci 0000:00:1f.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.268858] pci 0000:00:1f.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.276328] pci 0000:00:1f.2: [8086:a1a1] type 00 class 0x058000
[    4.282869] pci 0000:00:1f.2: reg 0x10: [mem 0x93010000-0x93013fff]
[    4.288902] pci 0000:00:1f.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.295859] pci 0000:00:1f.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.304162] pci 0000:00:1f.4: [8086:a1a3] type 00 class 0x0c0500
[    4.309874] pci 0000:00:1f.4: reg 0x10: [mem 0x93018000-0x930180ff 64bit]
[    4.316877] pci 0000:00:1f.4: reg 0x20: [io  0x2000-0x201f]
[    4.321876] pci 0000:00:1f.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.328858] pci 0000:00:1f.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.337303] pci 0000:00:1f.5: [8086:a1a4] type 00 class 0x0c8000
[    4.342871] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    4.348906] pci 0000:00:1f.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.355858] pci 0000:00:1f.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.364323] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    4.368859] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    4.374859] pci 0000:00:1c.0:   bridge window [mem 0x92a00000-0x92dfffff]
[    4.381860] pci 0000:00:1c.0:   bridge window [mem 0x380000000000-0x3800001fffff 64bit pref]
[    4.389899] pci 0000:02:00.0: [1556:be00] type 01 class 0x060400
[    4.398868] pci 0000:00:1c.4: PCI bridge to [bus 02-03]
[    4.403860] pci 0000:00:1c.4:   bridge window [mem 0x92000000-0x928fffff]
[    4.410860] pci 0000:00:1c.4:   bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[    4.418887] pci_bus 0000:03: extended config space not accessible
[    4.424873] pci 0000:03:00.0: [102b:0536] type 00 class 0x030000
[    4.430874] pci 0000:03:00.0: reg 0x10: [mem 0x91000000-0x91ffffff pref]
[    4.437866] pci 0000:03:00.0: reg 0x14: [mem 0x92808000-0x9280bfff]
[    4.443866] pci 0000:03:00.0: reg 0x18: [mem 0x92000000-0x927fffff]
[    4.449893] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    4.456867] pci 0000:03:00.0: calling  efifb_fixup_resources+0x0/0x130 @ 1
[    4.463859] pci 0000:03:00.0: efifb_fixup_resources+0x0/0x130 took 0 usecs
[    4.469945] pci 0000:02:00.0: PCI bridge to [bus 03]
[    4.475864] pci 0000:02:00.0:   bridge window [mem 0x92000000-0x928fffff]
[    4.481862] pci 0000:02:00.0:   bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[    4.489909] pci 0000:04:00.0: [14e4:165f] type 00 class 0x020000
[    4.495878] pci 0000:04:00.0: reg 0x10: [mem 0x92e30000-0x92e3ffff 64bit pref]
[    4.502871] pci 0000:04:00.0: reg 0x18: [mem 0x92e40000-0x92e4ffff 64bit pref]
[    4.509871] pci 0000:04:00.0: reg 0x20: [mem 0x92e50000-0x92e5ffff 64bit pref]
[    4.517866] pci 0000:04:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    4.523947] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    4.529902] pci 0000:04:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:1c.5 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.544953] pci 0000:04:00.1: [14e4:165f] type 00 class 0x020000
[    4.550879] pci 0000:04:00.1: reg 0x10: [mem 0x92e00000-0x92e0ffff 64bit pref]
[    4.557871] pci 0000:04:00.1: reg 0x18: [mem 0x92e10000-0x92e1ffff 64bit pref]
[    4.565871] pci 0000:04:00.1: reg 0x20: [mem 0x92e20000-0x92e2ffff 64bit pref]
[    4.572866] pci 0000:04:00.1: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    4.579947] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[    4.585968] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    4.590860] pci 0000:00:1c.5:   bridge window [mem 0x90000000-0x900fffff]
[    4.597861] pci 0000:00:1c.5:   bridge window [mem 0x92e00000-0x92efffff 64bit pref]
[    4.604868] pci_bus 0000:00: on NUMA node 0
[    4.605099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[    4.612915] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *6 10 11 12 14 15), disabled.
[    4.620914] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15), disabled.
[    4.628913] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[    4.636913] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[    4.644913] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *6 10 11 12 14 15), disabled.
[    4.651913] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15), disabled.
[    4.659913] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[    4.668121] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 17-39])
[    4.674859] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    4.683933] acpi PNP0A08:01: _OSC: platform does not support [LTR]
[    4.689924] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability]
[    4.695857] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.704883] PCI host bridge to bus 0000:17
[    4.708858] pci_bus 0000:17: root bus resource [io  0x4000-0x5fff window]
[    4.714858] pci_bus 0000:17: root bus resource [mem 0x9d800000-0xaaffffff window]
[    4.722857] pci_bus 0000:17: root bus resource [mem 0x384000000000-0x387fffffffff window]
[    4.730858] pci_bus 0000:17: root bus resource [bus 17-39]
[    4.735867] pci 0000:17:05.0: [8086:2034] type 00 class 0x088000
[    4.741881] pci 0000:17:05.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.749858] pci 0000:17:05.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.756913] pci 0000:17:05.2: [8086:2035] type 00 class 0x088000
[    4.762879] pci 0000:17:05.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.769858] pci 0000:17:05.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.776905] pci 0000:17:05.4: [8086:2036] type 00 class 0x080020
[    4.782863] pci 0000:17:05.4: reg 0x10: [mem 0x9d800000-0x9d800fff]
[    4.788880] pci 0000:17:05.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.796858] pci 0000:17:05.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.803904] pci 0000:17:08.0: [8086:208d] type 00 class 0x088000
[    4.809872] pci 0000:17:08.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.816858] pci 0000:17:08.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.823900] pci 0000:17:08.1: [8086:208d] type 00 class 0x088000
[    4.829871] pci 0000:17:08.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.836858] pci 0000:17:08.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.844889] pci 0000:17:08.2: [8086:208d] type 00 class 0x088000
[    4.850871] pci 0000:17:08.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.857858] pci 0000:17:08.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.864890] pci 0000:17:08.3: [8086:208d] type 00 class 0x088000
[    4.870871] pci 0000:17:08.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.877858] pci 0000:17:08.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.884888] pci 0000:17:08.4: [8086:208d] type 00 class 0x088000
[    4.890872] pci 0000:17:08.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.898858] pci 0000:17:08.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.905887] pci 0000:17:08.5: [8086:208d] type 00 class 0x088000
[    4.911872] pci 0000:17:08.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.918858] pci 0000:17:08.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.925887] pci 0000:17:08.6: [8086:208d] type 00 class 0x088000
[    4.931872] pci 0000:17:08.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.938858] pci 0000:17:08.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.946890] pci 0000:17:08.7: [8086:208d] type 00 class 0x088000
[    4.952871] pci 0000:17:08.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.959858] pci 0000:17:08.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.966886] pci 0000:17:09.0: [8086:208d] type 00 class 0x088000
[    4.972872] pci 0000:17:09.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    4.979858] pci 0000:17:09.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    4.986899] pci 0000:17:09.1: [8086:208d] type 00 class 0x088000
[    4.992872] pci 0000:17:09.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.000859] pci 0000:17:09.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.007887] pci 0000:17:09.2: [8086:208d] type 00 class 0x088000
[    5.013872] pci 0000:17:09.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.020858] pci 0000:17:09.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.027889] pci 0000:17:09.3: [8086:208d] type 00 class 0x088000
[    5.033872] pci 0000:17:09.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.040858] pci 0000:17:09.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.047888] pci 0000:17:09.4: [8086:208d] type 00 class 0x088000
[    5.053871] pci 0000:17:09.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.061858] pci 0000:17:09.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.068887] pci 0000:17:09.5: [8086:208d] type 00 class 0x088000
[    5.074871] pci 0000:17:09.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.081858] pci 0000:17:09.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.088886] pci 0000:17:09.6: [8086:208d] type 00 class 0x088000
[    5.094871] pci 0000:17:09.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.101858] pci 0000:17:09.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.109888] pci 0000:17:09.7: [8086:208d] type 00 class 0x088000
[    5.115871] pci 0000:17:09.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.122858] pci 0000:17:09.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.129888] pci 0000:17:0a.0: [8086:208d] type 00 class 0x088000
[    5.135872] pci 0000:17:0a.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.142858] pci 0000:17:0a.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.149895] pci 0000:17:0a.1: [8086:208d] type 00 class 0x088000
[    5.155871] pci 0000:17:0a.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.163858] pci 0000:17:0a.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.170889] pci 0000:17:0a.2: [8086:208d] type 00 class 0x088000
[    5.176871] pci 0000:17:0a.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.183858] pci 0000:17:0a.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.190886] pci 0000:17:0a.3: [8086:208d] type 00 class 0x088000
[    5.196872] pci 0000:17:0a.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.203858] pci 0000:17:0a.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.210887] pci 0000:17:0a.4: [8086:208d] type 00 class 0x088000
[    5.216871] pci 0000:17:0a.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.224858] pci 0000:17:0a.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.231887] pci 0000:17:0a.5: [8086:208d] type 00 class 0x088000
[    5.237871] pci 0000:17:0a.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.244858] pci 0000:17:0a.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.251885] pci 0000:17:0a.6: [8086:208d] type 00 class 0x088000
[    5.257878] pci 0000:17:0a.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.264858] pci 0000:17:0a.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.272888] pci 0000:17:0a.7: [8086:208d] type 00 class 0x088000
[    5.278872] pci 0000:17:0a.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.285858] pci 0000:17:0a.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.292888] pci 0000:17:0b.0: [8086:208d] type 00 class 0x088000
[    5.298872] pci 0000:17:0b.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.305858] pci 0000:17:0b.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.312896] pci 0000:17:0b.1: [8086:208d] type 00 class 0x088000
[    5.318872] pci 0000:17:0b.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.326858] pci 0000:17:0b.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.333888] pci 0000:17:0b.2: [8086:208d] type 00 class 0x088000
[    5.339873] pci 0000:17:0b.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.346858] pci 0000:17:0b.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.353889] pci 0000:17:0b.3: [8086:208d] type 00 class 0x088000
[    5.359872] pci 0000:17:0b.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.366858] pci 0000:17:0b.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.374889] pci 0000:17:0e.0: [8086:208e] type 00 class 0x088000
[    5.380871] pci 0000:17:0e.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.387858] pci 0000:17:0e.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.394897] pci 0000:17:0e.1: [8086:208e] type 00 class 0x088000
[    5.400871] pci 0000:17:0e.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.407858] pci 0000:17:0e.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.414886] pci 0000:17:0e.2: [8086:208e] type 00 class 0x088000
[    5.420871] pci 0000:17:0e.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.427858] pci 0000:17:0e.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.435887] pci 0000:17:0e.3: [8086:208e] type 00 class 0x088000
[    5.441871] pci 0000:17:0e.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.448858] pci 0000:17:0e.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.455888] pci 0000:17:0e.4: [8086:208e] type 00 class 0x088000
[    5.461871] pci 0000:17:0e.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.468858] pci 0000:17:0e.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.475888] pci 0000:17:0e.5: [8086:208e] type 00 class 0x088000
[    5.481872] pci 0000:17:0e.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.489858] pci 0000:17:0e.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.496889] pci 0000:17:0e.6: [8086:208e] type 00 class 0x088000
[    5.502871] pci 0000:17:0e.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.509858] pci 0000:17:0e.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.516887] pci 0000:17:0e.7: [8086:208e] type 00 class 0x088000
[    5.522871] pci 0000:17:0e.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.529858] pci 0000:17:0e.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.537886] pci 0000:17:0f.0: [8086:208e] type 00 class 0x088000
[    5.543873] pci 0000:17:0f.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.550858] pci 0000:17:0f.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.557899] pci 0000:17:0f.1: [8086:208e] type 00 class 0x088000
[    5.563872] pci 0000:17:0f.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.570858] pci 0000:17:0f.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.577888] pci 0000:17:0f.2: [8086:208e] type 00 class 0x088000
[    5.583872] pci 0000:17:0f.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.591858] pci 0000:17:0f.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.598886] pci 0000:17:0f.3: [8086:208e] type 00 class 0x088000
[    5.604872] pci 0000:17:0f.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.611859] pci 0000:17:0f.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.618890] pci 0000:17:0f.4: [8086:208e] type 00 class 0x088000
[    5.624871] pci 0000:17:0f.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.631858] pci 0000:17:0f.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.638888] pci 0000:17:0f.5: [8086:208e] type 00 class 0x088000
[    5.644871] pci 0000:17:0f.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.652858] pci 0000:17:0f.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.659886] pci 0000:17:0f.6: [8086:208e] type 00 class 0x088000
[    5.665871] pci 0000:17:0f.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.672858] pci 0000:17:0f.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.679886] pci 0000:17:0f.7: [8086:208e] type 00 class 0x088000
[    5.685871] pci 0000:17:0f.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.692858] pci 0000:17:0f.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.700886] pci 0000:17:10.0: [8086:208e] type 00 class 0x088000
[    5.706872] pci 0000:17:10.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.713858] pci 0000:17:10.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.720895] pci 0000:17:10.1: [8086:208e] type 00 class 0x088000
[    5.726871] pci 0000:17:10.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.733858] pci 0000:17:10.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.740885] pci 0000:17:10.2: [8086:208e] type 00 class 0x088000
[    5.746872] pci 0000:17:10.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.754858] pci 0000:17:10.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.761887] pci 0000:17:10.3: [8086:208e] type 00 class 0x088000
[    5.767871] pci 0000:17:10.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.774858] pci 0000:17:10.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.781885] pci 0000:17:10.4: [8086:208e] type 00 class 0x088000
[    5.787871] pci 0000:17:10.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.794858] pci 0000:17:10.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.802887] pci 0000:17:10.5: [8086:208e] type 00 class 0x088000
[    5.808871] pci 0000:17:10.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.815858] pci 0000:17:10.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.822887] pci 0000:17:10.6: [8086:208e] type 00 class 0x088000
[    5.828871] pci 0000:17:10.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.835858] pci 0000:17:10.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.842886] pci 0000:17:10.7: [8086:208e] type 00 class 0x088000
[    5.848872] pci 0000:17:10.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.855858] pci 0000:17:10.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.863885] pci 0000:17:11.0: [8086:208e] type 00 class 0x088000
[    5.869872] pci 0000:17:11.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.876858] pci 0000:17:11.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.883896] pci 0000:17:11.1: [8086:208e] type 00 class 0x088000
[    5.889872] pci 0000:17:11.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.896858] pci 0000:17:11.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.903889] pci 0000:17:11.2: [8086:208e] type 00 class 0x088000
[    5.909872] pci 0000:17:11.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.917858] pci 0000:17:11.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.924891] pci 0000:17:11.3: [8086:208e] type 00 class 0x088000
[    5.930872] pci 0000:17:11.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.937858] pci 0000:17:11.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.944896] pci 0000:17:1d.0: [8086:2054] type 00 class 0x088000
[    5.950873] pci 0000:17:1d.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.957858] pci 0000:17:1d.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.965900] pci 0000:17:1d.1: [8086:2055] type 00 class 0x088000
[    5.971872] pci 0000:17:1d.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.978858] pci 0000:17:1d.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    5.985888] pci 0000:17:1d.2: [8086:2056] type 00 class 0x088000
[    5.991872] pci 0000:17:1d.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    5.998858] pci 0000:17:1d.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.005888] pci 0000:17:1d.3: [8086:2057] type 00 class 0x088000
[    6.011872] pci 0000:17:1d.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.019858] pci 0000:17:1d.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.026893] pci 0000:17:1e.0: [8086:2080] type 00 class 0x088000
[    6.032872] pci 0000:17:1e.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.039858] pci 0000:17:1e.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.046898] pci 0000:17:1e.1: [8086:2081] type 00 class 0x088000
[    6.052872] pci 0000:17:1e.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.059858] pci 0000:17:1e.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.067887] pci 0000:17:1e.2: [8086:2082] type 00 class 0x088000
[    6.073872] pci 0000:17:1e.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.080858] pci 0000:17:1e.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.087892] pci 0000:17:1e.3: calling  quirk_intel_purley_xeon_ras_cap+0x0/0x80 @ 1
[    6.095859] pci 0000:17:1e.3: quirk_intel_purley_xeon_ras_cap+0x0/0x80 took 0 usecs
[    6.102857] pci 0000:17:1e.3: [8086:2083] type 00 class 0x088000
[    6.108872] pci 0000:17:1e.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.115858] pci 0000:17:1e.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.123887] pci 0000:17:1e.4: [8086:2084] type 00 class 0x088000
[    6.129872] pci 0000:17:1e.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.136858] pci 0000:17:1e.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.143887] pci 0000:17:1e.5: [8086:2085] type 00 class 0x088000
[    6.149872] pci 0000:17:1e.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.156859] pci 0000:17:1e.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.163887] pci 0000:17:1e.6: [8086:2086] type 00 class 0x088000
[    6.169872] pci 0000:17:1e.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.176858] pci 0000:17:1e.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.184887] pci_bus 0000:17: on NUMA node 0
[    6.184984] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 3a-5c])
[    6.190859] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    6.199934] acpi PNP0A08:02: _OSC: platform does not support [LTR]
[    6.205925] acpi PNP0A08:02: _OSC: OS now controls [PME PCIeCapability]
[    6.212858] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    6.220890] PCI host bridge to bus 0000:3a
[    6.224858] pci_bus 0000:3a: root bus resource [io  0x6000-0x7fff window]
[    6.231857] pci_bus 0000:3a: root bus resource [mem 0xab000000-0xb87fffff window]
[    6.238857] pci_bus 0000:3a: root bus resource [mem 0x388000000000-0x38bfffffffff window]
[    6.246858] pci_bus 0000:3a: root bus resource [bus 3a-5c]
[    6.252867] pci 0000:3a:05.0: [8086:2034] type 00 class 0x088000
[    6.258879] pci 0000:3a:05.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.265858] pci 0000:3a:05.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.272901] pci 0000:3a:05.2: [8086:2035] type 00 class 0x088000
[    6.278879] pci 0000:3a:05.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.285858] pci 0000:3a:05.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.293897] pci 0000:3a:05.4: [8086:2036] type 00 class 0x080020
[    6.299863] pci 0000:3a:05.4: reg 0x10: [mem 0xab000000-0xab000fff]
[    6.305879] pci 0000:3a:05.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.312858] pci 0000:3a:05.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.319902] pci 0000:3a:08.0: [8086:2066] type 00 class 0x088000
[    6.325873] pci 0000:3a:08.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.332858] pci 0000:3a:08.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.340905] pci 0000:3a:09.0: [8086:2066] type 00 class 0x088000
[    6.346875] pci 0000:3a:09.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.353858] pci 0000:3a:09.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.360907] pci 0000:3a:0a.0: [8086:2040] type 00 class 0x088000
[    6.366874] pci 0000:3a:0a.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.373858] pci 0000:3a:0a.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.380903] pci 0000:3a:0a.1: [8086:2041] type 00 class 0x088000
[    6.386874] pci 0000:3a:0a.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.394858] pci 0000:3a:0a.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.401894] pci 0000:3a:0a.2: [8086:2042] type 00 class 0x088000
[    6.407874] pci 0000:3a:0a.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.414858] pci 0000:3a:0a.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.421896] pci 0000:3a:0a.3: [8086:2043] type 00 class 0x088000
[    6.427874] pci 0000:3a:0a.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.434858] pci 0000:3a:0a.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.442895] pci 0000:3a:0a.4: [8086:2044] type 00 class 0x088000
[    6.448874] pci 0000:3a:0a.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.455858] pci 0000:3a:0a.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.462894] pci 0000:3a:0a.5: [8086:2045] type 00 class 0x088000
[    6.468874] pci 0000:3a:0a.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.475858] pci 0000:3a:0a.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.482890] pci 0000:3a:0a.6: [8086:2046] type 00 class 0x088000
[    6.488875] pci 0000:3a:0a.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.496858] pci 0000:3a:0a.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.503891] pci 0000:3a:0a.7: [8086:2047] type 00 class 0x088000
[    6.509874] pci 0000:3a:0a.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.516858] pci 0000:3a:0a.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.523894] pci 0000:3a:0b.0: [8086:2048] type 00 class 0x088000
[    6.529873] pci 0000:3a:0b.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.536858] pci 0000:3a:0b.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.544903] pci 0000:3a:0b.1: [8086:2049] type 00 class 0x088000
[    6.550874] pci 0000:3a:0b.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.557858] pci 0000:3a:0b.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.564894] pci 0000:3a:0b.2: [8086:204a] type 00 class 0x088000
[    6.570875] pci 0000:3a:0b.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.577858] pci 0000:3a:0b.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.584892] pci 0000:3a:0b.3: [8086:204b] type 00 class 0x088000
[    6.590874] pci 0000:3a:0b.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.598858] pci 0000:3a:0b.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.605895] pci 0000:3a:0c.0: [8086:2040] type 00 class 0x088000
[    6.611875] pci 0000:3a:0c.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.618858] pci 0000:3a:0c.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.625903] pci 0000:3a:0c.1: [8086:2041] type 00 class 0x088000
[    6.631875] pci 0000:3a:0c.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.638858] pci 0000:3a:0c.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.646892] pci 0000:3a:0c.2: [8086:2042] type 00 class 0x088000
[    6.652875] pci 0000:3a:0c.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.659858] pci 0000:3a:0c.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.666894] pci 0000:3a:0c.3: [8086:2043] type 00 class 0x088000
[    6.672875] pci 0000:3a:0c.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.679858] pci 0000:3a:0c.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.686892] pci 0000:3a:0c.4: [8086:2044] type 00 class 0x088000
[    6.692875] pci 0000:3a:0c.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.700858] pci 0000:3a:0c.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.707891] pci 0000:3a:0c.5: [8086:2045] type 00 class 0x088000
[    6.713875] pci 0000:3a:0c.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.720858] pci 0000:3a:0c.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.727892] pci 0000:3a:0c.6: [8086:2046] type 00 class 0x088000
[    6.733875] pci 0000:3a:0c.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.740858] pci 0000:3a:0c.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.748892] pci 0000:3a:0c.7: [8086:2047] type 00 class 0x088000
[    6.754875] pci 0000:3a:0c.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.761859] pci 0000:3a:0c.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.768893] pci 0000:3a:0d.0: [8086:2048] type 00 class 0x088000
[    6.774874] pci 0000:3a:0d.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.781858] pci 0000:3a:0d.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.788904] pci 0000:3a:0d.1: [8086:2049] type 00 class 0x088000
[    6.794875] pci 0000:3a:0d.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.802858] pci 0000:3a:0d.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.809897] pci 0000:3a:0d.2: [8086:204a] type 00 class 0x088000
[    6.815875] pci 0000:3a:0d.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.822858] pci 0000:3a:0d.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.829896] pci 0000:3a:0d.3: [8086:204b] type 00 class 0x088000
[    6.835876] pci 0000:3a:0d.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.842858] pci 0000:3a:0d.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.849899] pci_bus 0000:3a: on NUMA node 0
[    6.849970] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus 5d-7f])
[    6.856859] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    6.865934] acpi PNP0A08:03: _OSC: platform does not support [LTR]
[    6.871925] acpi PNP0A08:03: _OSC: OS now controls [PME PCIeCapability]
[    6.878857] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    6.886899] PCI host bridge to bus 0000:5d
[    6.890858] pci_bus 0000:5d: root bus resource [io  0x8000-0x9fff window]
[    6.897858] pci_bus 0000:5d: root bus resource [mem 0xb8800000-0xc5ffffff window]
[    6.904857] pci_bus 0000:5d: root bus resource [mem 0x38c000000000-0x38ffffffffff window]
[    6.912858] pci_bus 0000:5d: root bus resource [bus 5d-7f]
[    6.918875] pci 0000:5d:00.0: calling  quirk_no_aersid+0x0/0x10 @ 1
[    6.924858] pci 0000:5d:00.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[    6.930858] pci 0000:5d:00.0: [8086:2030] type 01 class 0x060400
[    6.936882] pci 0000:5d:00.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.943858] pci 0000:5d:00.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    6.951858] pci 0000:5d:00.0: calling  pci_fixup_transparent_bridge+0x0/0x20 @ 1
[    6.958858] pci 0000:5d:00.0: pci_fixup_transparent_bridge+0x0/0x20 took 0 usecs
[    6.965885] pci 0000:5d:00.0: PME# supported from D0 D3hot D3cold
[    6.971960] pci 0000:5d:02.0: calling  quirk_no_aersid+0x0/0x10 @ 1
[    6.978858] pci 0000:5d:02.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[    6.984857] pci 0000:5d:02.0: [8086:2032] type 01 class 0x060400
[    6.990882] pci 0000:5d:02.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    6.997858] pci 0000:5d:02.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.004858] pci 0000:5d:02.0: calling  pci_fixup_transparent_bridge+0x0/0x20 @ 1
[    7.012858] pci 0000:5d:02.0: pci_fixup_transparent_bridge+0x0/0x20 took 0 usecs
[    7.019884] pci 0000:5d:02.0: PME# supported from D0 D3hot D3cold
[    7.025949] pci 0000:5d:05.0: [8086:2034] type 00 class 0x088000
[    7.031882] pci 0000:5d:05.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.038858] pci 0000:5d:05.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.045900] pci 0000:5d:05.2: [8086:2035] type 00 class 0x088000
[    7.052881] pci 0000:5d:05.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.059858] pci 0000:5d:05.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.066900] pci 0000:5d:05.4: [8086:2036] type 00 class 0x080020
[    7.072863] pci 0000:5d:05.4: reg 0x10: [mem 0xbb300000-0xbb300fff]
[    7.078881] pci 0000:5d:05.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.085858] pci 0000:5d:05.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.093904] pci 0000:5d:0e.0: [8086:2058] type 00 class 0x110100
[    7.099874] pci 0000:5d:0e.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.106858] pci 0000:5d:0e.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.113904] pci 0000:5d:0e.1: [8086:2059] type 00 class 0x088000
[    7.119873] pci 0000:5d:0e.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.126858] pci 0000:5d:0e.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.133893] pci 0000:5d:0f.0: [8086:2058] type 00 class 0x110100
[    7.139873] pci 0000:5d:0f.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.147858] pci 0000:5d:0f.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.154901] pci 0000:5d:0f.1: [8086:2059] type 00 class 0x088000
[    7.160873] pci 0000:5d:0f.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.167859] pci 0000:5d:0f.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.174893] pci 0000:5d:10.0: [8086:2058] type 00 class 0x110100
[    7.180871] pci 0000:5d:10.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.187858] pci 0000:5d:10.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.195898] pci 0000:5d:10.1: [8086:2059] type 00 class 0x088000
[    7.201870] pci 0000:5d:10.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.208858] pci 0000:5d:10.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.215889] pci 0000:5d:12.0: [8086:204c] type 00 class 0x110100
[    7.221874] pci 0000:5d:12.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.228858] pci 0000:5d:12.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.235899] pci 0000:5d:12.1: [8086:204d] type 00 class 0x110100
[    7.241878] pci 0000:5d:12.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.249858] pci 0000:5d:12.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.256883] pci 0000:5d:12.2: [8086:204e] type 00 class 0x088000
[    7.262871] pci 0000:5d:12.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.269858] pci 0000:5d:12.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.276887] pci 0000:5d:12.4: [8086:204c] type 00 class 0x110100
[    7.282874] pci 0000:5d:12.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.289858] pci 0000:5d:12.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.296889] pci 0000:5d:12.5: [8086:204d] type 00 class 0x110100
[    7.302873] pci 0000:5d:12.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.310858] pci 0000:5d:12.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.317884] pci 0000:5d:15.0: [8086:2018] type 00 class 0x088000
[    7.323871] pci 0000:5d:15.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.330858] pci 0000:5d:15.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.337894] pci 0000:5d:15.1: [8086:2088] type 00 class 0x110100
[    7.343871] pci 0000:5d:15.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.350858] pci 0000:5d:15.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.358886] pci 0000:5d:16.0: [8086:2018] type 00 class 0x088000
[    7.364871] pci 0000:5d:16.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.371859] pci 0000:5d:16.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.378897] pci 0000:5d:16.1: [8086:2088] type 00 class 0x110100
[    7.384872] pci 0000:5d:16.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.391858] pci 0000:5d:16.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.398883] pci 0000:5d:16.4: [8086:2018] type 00 class 0x088000
[    7.404872] pci 0000:5d:16.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.412858] pci 0000:5d:16.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.419882] pci 0000:5d:16.5: [8086:2088] type 00 class 0x110100
[    7.425872] pci 0000:5d:16.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.432858] pci 0000:5d:16.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.439885] pci 0000:5d:17.0: [8086:2018] type 00 class 0x088000
[    7.445872] pci 0000:5d:17.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.452858] pci 0000:5d:17.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.460891] pci 0000:5d:17.1: [8086:2088] type 00 class 0x110100
[    7.466872] pci 0000:5d:17.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.473858] pci 0000:5d:17.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.480914] pci 0000:5e:00.0: [1000:0097] type 00 class 0x010700
[    7.486865] pci 0000:5e:00.0: reg 0x10: [io  0x8000-0x80ff]
[    7.491863] pci 0000:5e:00.0: reg 0x14: [mem 0xbb200000-0xbb20ffff 64bit]
[    7.498863] pci 0000:5e:00.0: reg 0x1c: [mem 0xbb100000-0xbb1fffff 64bit]
[    7.505865] pci 0000:5e:00.0: reg 0x30: [mem 0xfff00000-0xffffffff pref]
[    7.512938] pci 0000:5e:00.0: supports D1 D2
[    7.516878] pci 0000:5e:00.0: reg 0x174: [mem 0x00000000-0x0000ffff 64bit]
[    7.523858] pci 0000:5e:00.0: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR0 for 16 VFs)
[    7.533862] pci 0000:5e:00.0: reg 0x17c: [mem 0x00000000-0x000fffff 64bit]
[    7.539858] pci 0000:5e:00.0: VF(n) BAR2 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR2 for 16 VFs)
[    7.549916] pci 0000:5d:00.0: PCI bridge to [bus 5e]
[    7.554858] pci 0000:5d:00.0:   bridge window [io  0x8000-0x8fff]
[    7.560858] pci 0000:5d:00.0:   bridge window [mem 0xbb100000-0xbb2fffff]
[    7.567895] pci 0000:5f:00.0: calling  quirk_f0_vpd_link+0x0/0x60 @ 1
[    7.573859] pci 0000:5f:00.0: quirk_f0_vpd_link+0x0/0x60 took 0 usecs
[    7.580858] pci 0000:5f:00.0: [8086:1572] type 00 class 0x020000
[    7.586869] pci 0000:5f:00.0: reg 0x10: [mem 0xba000000-0xbaffffff 64bit pref]
[    7.593869] pci 0000:5f:00.0: reg 0x1c: [mem 0xbb008000-0xbb00ffff 64bit pref]
[    7.600866] pci 0000:5f:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    7.607869] pci 0000:5f:00.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.614858] pci 0000:5f:00.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.621894] pci 0000:5f:00.0: PME# supported from D0 D3hot D3cold
[    7.627919] pci 0000:5f:00.1: calling  quirk_f0_vpd_link+0x0/0x60 @ 1
[    7.634858] pci 0000:5f:00.1: quirk_f0_vpd_link+0x0/0x60 took 0 usecs
[    7.640858] pci 0000:5f:00.1: [8086:1572] type 00 class 0x020000
[    7.646868] pci 0000:5f:00.1: reg 0x10: [mem 0xb9000000-0xb9ffffff 64bit pref]
[    7.653869] pci 0000:5f:00.1: reg 0x1c: [mem 0xbb000000-0xbb007fff 64bit pref]
[    7.661866] pci 0000:5f:00.1: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    7.667868] pci 0000:5f:00.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.674858] pci 0000:5f:00.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.682892] pci 0000:5f:00.1: PME# supported from D0 D3hot D3cold
[    7.688910] pci 0000:5d:02.0: PCI bridge to [bus 5f]
[    7.693859] pci 0000:5d:02.0:   bridge window [mem 0xb8800000-0xb88fffff]
[    7.699860] pci 0000:5d:02.0:   bridge window [mem 0xb9000000-0xbb0fffff 64bit pref]
[    7.707865] pci_bus 0000:5d: on NUMA node 0
[    7.707986] ACPI: PCI Root Bridge [PC06] (domain 0000 [bus 80-84])
[    7.713859] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    7.722934] acpi PNP0A08:06: _OSC: platform does not support [LTR]
[    7.729925] acpi PNP0A08:06: _OSC: OS now controls [PME PCIeCapability]
[    7.735857] acpi PNP0A08:06: FADT indicates ASPM is unsupported, using BIOS configuration
[    7.743885] acpi PNP0A08:06: host bridge window [io  0x0000 window] (ignored, not CPU addressable)
[    7.752880] PCI host bridge to bus 0000:80
[    7.757858] pci_bus 0000:80: root bus resource [mem 0xc6000000-0xd37fffff window]
[    7.764857] pci_bus 0000:80: root bus resource [mem 0x390000000000-0x393fffffffff window]
[    7.772858] pci_bus 0000:80: root bus resource [bus 80-84]
[    7.778873] pci 0000:80:05.0: [8086:2024] type 00 class 0x088000
[    7.784877] pci 0000:80:05.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.791858] pci 0000:80:05.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.798915] pci 0000:80:05.2: [8086:2025] type 00 class 0x088000
[    7.804877] pci 0000:80:05.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.811858] pci 0000:80:05.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.818901] pci 0000:80:05.4: [8086:2026] type 00 class 0x080020
[    7.824862] pci 0000:80:05.4: reg 0x10: [mem 0xc6000000-0xc6000fff]
[    7.831876] pci 0000:80:05.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.838859] pci 0000:80:05.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.845899] pci 0000:80:08.0: [8086:2014] type 00 class 0x088000
[    7.851870] pci 0000:80:08.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.858858] pci 0000:80:08.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.865901] pci 0000:80:08.1: [8086:2015] type 00 class 0x110100
[    7.871868] pci 0000:80:08.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.879858] pci 0000:80:08.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.886888] pci 0000:80:08.2: [8086:2016] type 00 class 0x088000
[    7.892870] pci 0000:80:08.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.899858] pci 0000:80:08.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.906896] pci_bus 0000:80: on NUMA node 1
[    7.906963] ACPI: PCI Root Bridge [PC07] (domain 0000 [bus 85-ad])
[    7.912859] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    7.921932] acpi PNP0A08:07: _OSC: platform does not support [LTR]
[    7.928926] acpi PNP0A08:07: _OSC: OS now controls [PME PCIeCapability]
[    7.934857] acpi PNP0A08:07: FADT indicates ASPM is unsupported, using BIOS configuration
[    7.942898] PCI host bridge to bus 0000:85
[    7.946858] pci_bus 0000:85: root bus resource [io  0xa000-0xbfff window]
[    7.953857] pci_bus 0000:85: root bus resource [mem 0xd3800000-0xe0ffffff window]
[    7.961858] pci_bus 0000:85: root bus resource [mem 0x394000000000-0x397fffffffff window]
[    7.969858] pci_bus 0000:85: root bus resource [bus 85-ad]
[    7.974867] pci 0000:85:05.0: [8086:2034] type 00 class 0x088000
[    7.980877] pci 0000:85:05.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    7.987858] pci 0000:85:05.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    7.995909] pci 0000:85:05.2: [8086:2035] type 00 class 0x088000
[    8.001877] pci 0000:85:05.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.008858] pci 0000:85:05.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.015901] pci 0000:85:05.4: [8086:2036] type 00 class 0x080020
[    8.021862] pci 0000:85:05.4: reg 0x10: [mem 0xd3800000-0xd3800fff]
[    8.027877] pci 0000:85:05.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.034858] pci 0000:85:05.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.042905] pci 0000:85:08.0: [8086:208d] type 00 class 0x088000
[    8.048869] pci 0000:85:08.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.055858] pci 0000:85:08.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.062900] pci 0000:85:08.1: [8086:208d] type 00 class 0x088000
[    8.068869] pci 0000:85:08.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.075858] pci 0000:85:08.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.082887] pci 0000:85:08.2: [8086:208d] type 00 class 0x088000
[    8.088869] pci 0000:85:08.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.096858] pci 0000:85:08.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.103887] pci 0000:85:08.3: [8086:208d] type 00 class 0x088000
[    8.109869] pci 0000:85:08.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.116858] pci 0000:85:08.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.123885] pci 0000:85:08.4: [8086:208d] type 00 class 0x088000
[    8.129869] pci 0000:85:08.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.136858] pci 0000:85:08.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.144887] pci 0000:85:08.5: [8086:208d] type 00 class 0x088000
[    8.150870] pci 0000:85:08.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.157858] pci 0000:85:08.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.164886] pci 0000:85:08.6: [8086:208d] type 00 class 0x088000
[    8.170870] pci 0000:85:08.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.177858] pci 0000:85:08.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.184889] pci 0000:85:08.7: [8086:208d] type 00 class 0x088000
[    8.190869] pci 0000:85:08.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.198858] pci 0000:85:08.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.205887] pci 0000:85:09.0: [8086:208d] type 00 class 0x088000
[    8.211869] pci 0000:85:09.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.218858] pci 0000:85:09.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.225896] pci 0000:85:09.1: [8086:208d] type 00 class 0x088000
[    8.231870] pci 0000:85:09.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.238858] pci 0000:85:09.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.245886] pci 0000:85:09.2: [8086:208d] type 00 class 0x088000
[    8.251870] pci 0000:85:09.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.259858] pci 0000:85:09.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.266894] pci 0000:85:09.3: [8086:208d] type 00 class 0x088000
[    8.272870] pci 0000:85:09.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.279858] pci 0000:85:09.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.286891] pci 0000:85:09.4: [8086:208d] type 00 class 0x088000
[    8.292869] pci 0000:85:09.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.299858] pci 0000:85:09.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.307889] pci 0000:85:09.5: [8086:208d] type 00 class 0x088000
[    8.313869] pci 0000:85:09.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.320858] pci 0000:85:09.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.327888] pci 0000:85:09.6: [8086:208d] type 00 class 0x088000
[    8.333869] pci 0000:85:09.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.340858] pci 0000:85:09.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.347889] pci 0000:85:09.7: [8086:208d] type 00 class 0x088000
[    8.353869] pci 0000:85:09.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.361858] pci 0000:85:09.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.368887] pci 0000:85:0a.0: [8086:208d] type 00 class 0x088000
[    8.374870] pci 0000:85:0a.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.381858] pci 0000:85:0a.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.388896] pci 0000:85:0a.1: [8086:208d] type 00 class 0x088000
[    8.394870] pci 0000:85:0a.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.401858] pci 0000:85:0a.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.408889] pci 0000:85:0a.2: [8086:208d] type 00 class 0x088000
[    8.414869] pci 0000:85:0a.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.422858] pci 0000:85:0a.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.429887] pci 0000:85:0a.3: [8086:208d] type 00 class 0x088000
[    8.435869] pci 0000:85:0a.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.442858] pci 0000:85:0a.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.449887] pci 0000:85:0a.4: [8086:208d] type 00 class 0x088000
[    8.455869] pci 0000:85:0a.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.462858] pci 0000:85:0a.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.470886] pci 0000:85:0a.5: [8086:208d] type 00 class 0x088000
[    8.476870] pci 0000:85:0a.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.483858] pci 0000:85:0a.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.490886] pci 0000:85:0a.6: [8086:208d] type 00 class 0x088000
[    8.496869] pci 0000:85:0a.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.503858] pci 0000:85:0a.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.510887] pci 0000:85:0a.7: [8086:208d] type 00 class 0x088000
[    8.516870] pci 0000:85:0a.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.524858] pci 0000:85:0a.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.531886] pci 0000:85:0b.0: [8086:208d] type 00 class 0x088000
[    8.537870] pci 0000:85:0b.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.544858] pci 0000:85:0b.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.551897] pci 0000:85:0b.1: [8086:208d] type 00 class 0x088000
[    8.557870] pci 0000:85:0b.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.564858] pci 0000:85:0b.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.572888] pci 0000:85:0b.2: [8086:208d] type 00 class 0x088000
[    8.578871] pci 0000:85:0b.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.585858] pci 0000:85:0b.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.592886] pci 0000:85:0b.3: [8086:208d] type 00 class 0x088000
[    8.598870] pci 0000:85:0b.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.605858] pci 0000:85:0b.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.612890] pci 0000:85:0e.0: [8086:208e] type 00 class 0x088000
[    8.618869] pci 0000:85:0e.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.625858] pci 0000:85:0e.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.633897] pci 0000:85:0e.1: [8086:208e] type 00 class 0x088000
[    8.639869] pci 0000:85:0e.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.646864] pci 0000:85:0e.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.653887] pci 0000:85:0e.2: [8086:208e] type 00 class 0x088000
[    8.659869] pci 0000:85:0e.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.666858] pci 0000:85:0e.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.673886] pci 0000:85:0e.3: [8086:208e] type 00 class 0x088000
[    8.679869] pci 0000:85:0e.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.687858] pci 0000:85:0e.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.694888] pci 0000:85:0e.4: [8086:208e] type 00 class 0x088000
[    8.700869] pci 0000:85:0e.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.707858] pci 0000:85:0e.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.714887] pci 0000:85:0e.5: [8086:208e] type 00 class 0x088000
[    8.720869] pci 0000:85:0e.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.727858] pci 0000:85:0e.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.735886] pci 0000:85:0e.6: [8086:208e] type 00 class 0x088000
[    8.741869] pci 0000:85:0e.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.748858] pci 0000:85:0e.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.755888] pci 0000:85:0e.7: [8086:208e] type 00 class 0x088000
[    8.761869] pci 0000:85:0e.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.768858] pci 0000:85:0e.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.775889] pci 0000:85:0f.0: [8086:208e] type 00 class 0x088000
[    8.781870] pci 0000:85:0f.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.788858] pci 0000:85:0f.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.796899] pci 0000:85:0f.1: [8086:208e] type 00 class 0x088000
[    8.802870] pci 0000:85:0f.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.809858] pci 0000:85:0f.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.816886] pci 0000:85:0f.2: [8086:208e] type 00 class 0x088000
[    8.822870] pci 0000:85:0f.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.829858] pci 0000:85:0f.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.836887] pci 0000:85:0f.3: [8086:208e] type 00 class 0x088000
[    8.842871] pci 0000:85:0f.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.850858] pci 0000:85:0f.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.857887] pci 0000:85:0f.4: [8086:208e] type 00 class 0x088000
[    8.863869] pci 0000:85:0f.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.870858] pci 0000:85:0f.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.877886] pci 0000:85:0f.5: [8086:208e] type 00 class 0x088000
[    8.883869] pci 0000:85:0f.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.890858] pci 0000:85:0f.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.898885] pci 0000:85:0f.6: [8086:208e] type 00 class 0x088000
[    8.904869] pci 0000:85:0f.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.911858] pci 0000:85:0f.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.918886] pci 0000:85:0f.7: [8086:208e] type 00 class 0x088000
[    8.924869] pci 0000:85:0f.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.931858] pci 0000:85:0f.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.938885] pci 0000:85:10.0: [8086:208e] type 00 class 0x088000
[    8.944869] pci 0000:85:10.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.951858] pci 0000:85:10.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.959897] pci 0000:85:10.1: [8086:208e] type 00 class 0x088000
[    8.965869] pci 0000:85:10.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.972858] pci 0000:85:10.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.979886] pci 0000:85:10.2: [8086:208e] type 00 class 0x088000
[    8.985870] pci 0000:85:10.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    8.992858] pci 0000:85:10.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    8.999886] pci 0000:85:10.3: [8086:208e] type 00 class 0x088000
[    9.005870] pci 0000:85:10.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.013858] pci 0000:85:10.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.020886] pci 0000:85:10.4: [8086:208e] type 00 class 0x088000
[    9.026869] pci 0000:85:10.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.033859] pci 0000:85:10.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.040885] pci 0000:85:10.5: [8086:208e] type 00 class 0x088000
[    9.046869] pci 0000:85:10.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.053858] pci 0000:85:10.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.061886] pci 0000:85:10.6: [8086:208e] type 00 class 0x088000
[    9.067870] pci 0000:85:10.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.074858] pci 0000:85:10.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.081884] pci 0000:85:10.7: [8086:208e] type 00 class 0x088000
[    9.087869] pci 0000:85:10.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.094858] pci 0000:85:10.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.101888] pci 0000:85:11.0: [8086:208e] type 00 class 0x088000
[    9.107869] pci 0000:85:11.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.114858] pci 0000:85:11.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.122897] pci 0000:85:11.1: [8086:208e] type 00 class 0x088000
[    9.128870] pci 0000:85:11.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.135857] pci 0000:85:11.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.142889] pci 0000:85:11.2: [8086:208e] type 00 class 0x088000
[    9.148870] pci 0000:85:11.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.155858] pci 0000:85:11.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.162890] pci 0000:85:11.3: [8086:208e] type 00 class 0x088000
[    9.168870] pci 0000:85:11.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.176858] pci 0000:85:11.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.183894] pci 0000:85:1d.0: [8086:2054] type 00 class 0x088000
[    9.189871] pci 0000:85:1d.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.196858] pci 0000:85:1d.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.203899] pci 0000:85:1d.1: [8086:2055] type 00 class 0x088000
[    9.209870] pci 0000:85:1d.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.216858] pci 0000:85:1d.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.224892] pci 0000:85:1d.2: [8086:2056] type 00 class 0x088000
[    9.230871] pci 0000:85:1d.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.237858] pci 0000:85:1d.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.244889] pci 0000:85:1d.3: [8086:2057] type 00 class 0x088000
[    9.250870] pci 0000:85:1d.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.257859] pci 0000:85:1d.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.264889] pci 0000:85:1e.0: [8086:2080] type 00 class 0x088000
[    9.270869] pci 0000:85:1e.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.278858] pci 0000:85:1e.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.285898] pci 0000:85:1e.1: [8086:2081] type 00 class 0x088000
[    9.291871] pci 0000:85:1e.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.298858] pci 0000:85:1e.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.305888] pci 0000:85:1e.2: [8086:2082] type 00 class 0x088000
[    9.311869] pci 0000:85:1e.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.318858] pci 0000:85:1e.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.325889] pci 0000:85:1e.3: calling  quirk_intel_purley_xeon_ras_cap+0x0/0x80 @ 1
[    9.333858] pci 0000:85:1e.3: quirk_intel_purley_xeon_ras_cap+0x0/0x80 took 0 usecs
[    9.341857] pci 0000:85:1e.3: [8086:2083] type 00 class 0x088000
[    9.347870] pci 0000:85:1e.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.354858] pci 0000:85:1e.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.361887] pci 0000:85:1e.4: [8086:2084] type 00 class 0x088000
[    9.367870] pci 0000:85:1e.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.374858] pci 0000:85:1e.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.381887] pci 0000:85:1e.5: [8086:2085] type 00 class 0x088000
[    9.387870] pci 0000:85:1e.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.395858] pci 0000:85:1e.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.402888] pci 0000:85:1e.6: [8086:2086] type 00 class 0x088000
[    9.408869] pci 0000:85:1e.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.415858] pci 0000:85:1e.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.422886] pci_bus 0000:85: on NUMA node 1
[    9.422982] ACPI: PCI Root Bridge [PC08] (domain 0000 [bus ae-d6])
[    9.428859] acpi PNP0A08:08: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    9.437936] acpi PNP0A08:08: _OSC: platform does not support [LTR]
[    9.444925] acpi PNP0A08:08: _OSC: OS now controls [PME PCIeCapability]
[    9.450858] acpi PNP0A08:08: FADT indicates ASPM is unsupported, using BIOS configuration
[    9.458901] PCI host bridge to bus 0000:ae
[    9.463858] pci_bus 0000:ae: root bus resource [io  0xc000-0xdfff window]
[    9.469857] pci_bus 0000:ae: root bus resource [mem 0xe1000000-0xee7fffff window]
[    9.477858] pci_bus 0000:ae: root bus resource [mem 0x398000000000-0x39bfffffffff window]
[    9.485857] pci_bus 0000:ae: root bus resource [bus ae-d6]
[    9.490870] pci 0000:ae:00.0: calling  quirk_no_aersid+0x0/0x10 @ 1
[    9.497858] pci 0000:ae:00.0: quirk_no_aersid+0x0/0x10 took 0 usecs
[    9.503857] pci 0000:ae:00.0: [8086:2030] type 01 class 0x060400
[    9.509878] pci 0000:ae:00.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.516858] pci 0000:ae:00.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.523859] pci 0000:ae:00.0: calling  pci_fixup_transparent_bridge+0x0/0x20 @ 1
[    9.531858] pci 0000:ae:00.0: pci_fixup_transparent_bridge+0x0/0x20 took 0 usecs
[    9.538878] pci 0000:ae:00.0: PME# supported from D0 D3hot D3cold
[    9.544948] pci 0000:ae:05.0: [8086:2034] type 00 class 0x088000
[    9.550877] pci 0000:ae:05.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.557858] pci 0000:ae:05.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.564899] pci 0000:ae:05.2: [8086:2035] type 00 class 0x088000
[    9.570876] pci 0000:ae:05.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.578858] pci 0000:ae:05.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.585894] pci 0000:ae:05.4: [8086:2036] type 00 class 0x080020
[    9.591862] pci 0000:ae:05.4: reg 0x10: [mem 0xe1100000-0xe1100fff]
[    9.597876] pci 0000:ae:05.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.604864] pci 0000:ae:05.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.611899] pci 0000:ae:08.0: [8086:2066] type 00 class 0x088000
[    9.617871] pci 0000:ae:08.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.625858] pci 0000:ae:08.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.632906] pci 0000:ae:09.0: [8086:2066] type 00 class 0x088000
[    9.638871] pci 0000:ae:09.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.645858] pci 0000:ae:09.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.652903] pci 0000:ae:0a.0: [8086:2040] type 00 class 0x088000
[    9.658872] pci 0000:ae:0a.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.665858] pci 0000:ae:0a.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.673902] pci 0000:ae:0a.1: [8086:2041] type 00 class 0x088000
[    9.679871] pci 0000:ae:0a.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.686858] pci 0000:ae:0a.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.693890] pci 0000:ae:0a.2: [8086:2042] type 00 class 0x088000
[    9.699872] pci 0000:ae:0a.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.706858] pci 0000:ae:0a.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.713889] pci 0000:ae:0a.3: [8086:2043] type 00 class 0x088000
[    9.719872] pci 0000:ae:0a.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.727858] pci 0000:ae:0a.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.734890] pci 0000:ae:0a.4: [8086:2044] type 00 class 0x088000
[    9.740871] pci 0000:ae:0a.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.747858] pci 0000:ae:0a.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.754890] pci 0000:ae:0a.5: [8086:2045] type 00 class 0x088000
[    9.760871] pci 0000:ae:0a.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.767858] pci 0000:ae:0a.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.775888] pci 0000:ae:0a.6: [8086:2046] type 00 class 0x088000
[    9.781872] pci 0000:ae:0a.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.788858] pci 0000:ae:0a.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.795890] pci 0000:ae:0a.7: [8086:2047] type 00 class 0x088000
[    9.801872] pci 0000:ae:0a.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.808858] pci 0000:ae:0a.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.815888] pci 0000:ae:0b.0: [8086:2048] type 00 class 0x088000
[    9.821871] pci 0000:ae:0b.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.829858] pci 0000:ae:0b.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.836898] pci 0000:ae:0b.1: [8086:2049] type 00 class 0x088000
[    9.842872] pci 0000:ae:0b.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.849858] pci 0000:ae:0b.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.856890] pci 0000:ae:0b.2: [8086:204a] type 00 class 0x088000
[    9.862872] pci 0000:ae:0b.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.869858] pci 0000:ae:0b.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.876893] pci 0000:ae:0b.3: [8086:204b] type 00 class 0x088000
[    9.882872] pci 0000:ae:0b.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.890858] pci 0000:ae:0b.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.897891] pci 0000:ae:0c.0: [8086:2040] type 00 class 0x088000
[    9.903872] pci 0000:ae:0c.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.910858] pci 0000:ae:0c.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.917900] pci 0000:ae:0c.1: [8086:2041] type 00 class 0x088000
[    9.923872] pci 0000:ae:0c.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.930858] pci 0000:ae:0c.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.938891] pci 0000:ae:0c.2: [8086:2042] type 00 class 0x088000
[    9.944873] pci 0000:ae:0c.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.951858] pci 0000:ae:0c.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.958891] pci 0000:ae:0c.3: [8086:2043] type 00 class 0x088000
[    9.964873] pci 0000:ae:0c.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.971858] pci 0000:ae:0c.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.978892] pci 0000:ae:0c.4: [8086:2044] type 00 class 0x088000
[    9.984872] pci 0000:ae:0c.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[    9.992858] pci 0000:ae:0c.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[    9.999891] pci 0000:ae:0c.5: [8086:2045] type 00 class 0x088000
[   10.005872] pci 0000:ae:0c.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.012858] pci 0000:ae:0c.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.019890] pci 0000:ae:0c.6: [8086:2046] type 00 class 0x088000
[   10.025872] pci 0000:ae:0c.6: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.032858] pci 0000:ae:0c.6: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.040890] pci 0000:ae:0c.7: [8086:2047] type 00 class 0x088000
[   10.046872] pci 0000:ae:0c.7: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.053858] pci 0000:ae:0c.7: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.060891] pci 0000:ae:0d.0: [8086:2048] type 00 class 0x088000
[   10.066873] pci 0000:ae:0d.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.073858] pci 0000:ae:0d.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.080901] pci 0000:ae:0d.1: [8086:2049] type 00 class 0x088000
[   10.086872] pci 0000:ae:0d.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.094858] pci 0000:ae:0d.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.101890] pci 0000:ae:0d.2: [8086:204a] type 00 class 0x088000
[   10.107873] pci 0000:ae:0d.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.114858] pci 0000:ae:0d.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.121893] pci 0000:ae:0d.3: [8086:204b] type 00 class 0x088000
[   10.127873] pci 0000:ae:0d.3: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.134858] pci 0000:ae:0d.3: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.142920] pci 0000:af:00.0: [9005:028f] type 00 class 0x010700
[   10.148866] pci 0000:af:00.0: reg 0x10: [mem 0xe1000000-0xe1007fff 64bit]
[   10.154868] pci 0000:af:00.0: reg 0x20: [io  0xc000-0xc0ff]
[   10.160864] pci 0000:af:00.0: reg 0x30: [mem 0xffe00000-0xffffffff pref]
[   10.167884] pci 0000:af:00.0: supports D1
[   10.171857] pci 0000:af:00.0: PME# supported from D0 D1 D3hot
[   10.176896] pci 0000:ae:00.0: PCI bridge to [bus af]
[   10.181858] pci 0000:ae:00.0:   bridge window [io  0xc000-0xcfff]
[   10.187858] pci 0000:ae:00.0:   bridge window [mem 0xe1000000-0xe10fffff]
[   10.194862] pci_bus 0000:ae: on NUMA node 1
[   10.194936] ACPI: PCI Root Bridge [PC09] (domain 0000 [bus d7-ff])
[   10.200860] acpi PNP0A08:09: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[   10.209933] acpi PNP0A08:09: _OSC: platform does not support [LTR]
[   10.216926] acpi PNP0A08:09: _OSC: OS now controls [PME PCIeCapability]
[   10.222857] acpi PNP0A08:09: FADT indicates ASPM is unsupported, using BIOS configuration
[   10.230901] PCI host bridge to bus 0000:d7
[   10.234858] pci_bus 0000:d7: root bus resource [io  0xe000-0xffff window]
[   10.241858] pci_bus 0000:d7: root bus resource [mem 0xee800000-0xfbffffff window]
[   10.249863] pci_bus 0000:d7: root bus resource [mem 0x39c000000000-0x39ffffffffff window]
[   10.257858] pci_bus 0000:d7: root bus resource [bus d7-ff]
[   10.262866] pci 0000:d7:05.0: [8086:2034] type 00 class 0x088000
[   10.268880] pci 0000:d7:05.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.275858] pci 0000:d7:05.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.283902] pci 0000:d7:05.2: [8086:2035] type 00 class 0x088000
[   10.289878] pci 0000:d7:05.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.296858] pci 0000:d7:05.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.303898] pci 0000:d7:05.4: [8086:2036] type 00 class 0x080020
[   10.309862] pci 0000:d7:05.4: reg 0x10: [mem 0xee800000-0xee800fff]
[   10.315878] pci 0000:d7:05.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.322858] pci 0000:d7:05.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.330901] pci 0000:d7:0e.0: [8086:2058] type 00 class 0x110100
[   10.336872] pci 0000:d7:0e.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.343858] pci 0000:d7:0e.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.350901] pci 0000:d7:0e.1: [8086:2059] type 00 class 0x088000
[   10.356871] pci 0000:d7:0e.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.363858] pci 0000:d7:0e.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.370892] pci 0000:d7:0f.0: [8086:2058] type 00 class 0x110100
[   10.376871] pci 0000:d7:0f.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.384858] pci 0000:d7:0f.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.391898] pci 0000:d7:0f.1: [8086:2059] type 00 class 0x088000
[   10.397871] pci 0000:d7:0f.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.404858] pci 0000:d7:0f.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.411890] pci 0000:d7:10.0: [8086:2058] type 00 class 0x110100
[   10.417868] pci 0000:d7:10.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.424858] pci 0000:d7:10.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.432897] pci 0000:d7:10.1: [8086:2059] type 00 class 0x088000
[   10.438869] pci 0000:d7:10.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.445858] pci 0000:d7:10.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.452888] pci 0000:d7:12.0: [8086:204c] type 00 class 0x110100
[   10.458871] pci 0000:d7:12.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.465858] pci 0000:d7:12.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.472899] pci 0000:d7:12.1: [8086:204d] type 00 class 0x110100
[   10.478870] pci 0000:d7:12.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.486858] pci 0000:d7:12.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.493884] pci 0000:d7:12.2: [8086:204e] type 00 class 0x088000
[   10.499869] pci 0000:d7:12.2: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.506858] pci 0000:d7:12.2: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.513882] pci 0000:d7:12.4: [8086:204c] type 00 class 0x110100
[   10.519872] pci 0000:d7:12.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.526858] pci 0000:d7:12.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.533888] pci 0000:d7:12.5: [8086:204d] type 00 class 0x110100
[   10.539870] pci 0000:d7:12.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.547858] pci 0000:d7:12.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.554881] pci 0000:d7:15.0: [8086:2018] type 00 class 0x088000
[   10.560869] pci 0000:d7:15.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.567858] pci 0000:d7:15.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.574891] pci 0000:d7:15.1: [8086:2088] type 00 class 0x110100
[   10.580870] pci 0000:d7:15.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.587858] pci 0000:d7:15.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.595883] pci 0000:d7:16.0: [8086:2018] type 00 class 0x088000
[   10.601870] pci 0000:d7:16.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.608858] pci 0000:d7:16.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.615895] pci 0000:d7:16.1: [8086:2088] type 00 class 0x110100
[   10.621869] pci 0000:d7:16.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.628858] pci 0000:d7:16.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.635882] pci 0000:d7:16.4: [8086:2018] type 00 class 0x088000
[   10.641870] pci 0000:d7:16.4: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.649858] pci 0000:d7:16.4: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.656883] pci 0000:d7:16.5: [8086:2088] type 00 class 0x110100
[   10.662871] pci 0000:d7:16.5: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.669858] pci 0000:d7:16.5: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.676884] pci 0000:d7:17.0: [8086:2018] type 00 class 0x088000
[   10.682870] pci 0000:d7:17.0: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.689858] pci 0000:d7:17.0: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.697892] pci 0000:d7:17.1: [8086:2088] type 00 class 0x110100
[   10.703870] pci 0000:d7:17.1: calling  quirk_igfx_skip_te_disable+0x0/0x70 @ 1
[   10.710858] pci 0000:d7:17.1: quirk_igfx_skip_te_disable+0x0/0x70 took 0 usecs
[   10.717886] pci_bus 0000:d7: on NUMA node 1
[   10.718316] initcall acpi_init+0x0/0x349 returned 0 after 7300781 usecs
[   10.718319] calling  pnp_init+0x0/0x11 @ 1
[   10.718324] initcall pnp_init+0x0/0x11 returned 0 after 0 usecs
[   10.718325] calling  misc_init+0x0/0xbd @ 1
[   10.718332] initcall misc_init+0x0/0xbd returned 0 after 0 usecs
[   10.718333] calling  iommu_subsys_init+0x0/0x4f @ 1
[   10.718334] iommu: Default domain type: Translated 
[   10.722858] initcall iommu_subsys_init+0x0/0x4f returned 0 after 4882 usecs
[   10.722859] calling  vga_arb_device_init+0x0/0x26b @ 1
[   10.722877] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[   10.723856] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[   10.737914] pci 0000:03:00.0: vgaarb: bridge control possible
[   10.742858] vgaarb: loaded
[   10.745858] initcall vga_arb_device_init+0x0/0x26b returned 0 after 22460 usecs
[   10.745859] calling  cn_init+0x0/0xf0 @ 1
[   10.745868] initcall cn_init+0x0/0xf0 returned 0 after 0 usecs
[   10.745869] calling  parport_default_proc_register+0x0/0x3e @ 1
[   10.745877] initcall parport_default_proc_register+0x0/0x3e returned 0 after 0 usecs
[   10.745879] calling  dax_core_init+0x0/0xb9 @ 1
[   10.745904] initcall dax_core_init+0x0/0xb9 returned 0 after 0 usecs
[   10.745905] calling  dma_buf_init+0x0/0xcb @ 1
[   10.745915] initcall dma_buf_init+0x0/0xcb returned 0 after 0 usecs
[   10.745916] calling  init_scsi+0x0/0x7f @ 1
[   10.745955] SCSI subsystem initialized
[   10.749858] initcall init_scsi+0x0/0x7f returned 0 after 3906 usecs
[   10.749860] calling  ata_init+0x0/0x321 @ 1
[   10.749874] libata version 3.00 loaded.
[   10.749874] initcall ata_init+0x0/0x321 returned 0 after 0 usecs
[   10.749874] calling  phy_init+0x0/0x24f @ 1
[   10.749881] initcall phy_init+0x0/0x24f returned 0 after 0 usecs
[   10.749883] calling  usb_common_init+0x0/0x1d @ 1
[   10.749885] initcall usb_common_init+0x0/0x1d returned 0 after 0 usecs
[   10.749886] calling  usb_init+0x0/0x129 @ 1
[   10.749889] ACPI: bus type USB registered
[   10.753873] usbcore: registered new interface driver usbfs
[   10.759863] usbcore: registered new interface driver hub
[   10.764867] usbcore: registered new device driver usb
[   10.769858] initcall usb_init+0x0/0x129 returned 0 after 19531 usecs
[   10.769860] calling  serio_init+0x0/0x2a @ 1
[   10.769865] initcall serio_init+0x0/0x2a returned 0 after 0 usecs
[   10.769867] calling  input_init+0x0/0xfd @ 1
[   10.769871] initcall input_init+0x0/0xfd returned 0 after 0 usecs
[   10.769872] calling  rtc_init+0x0/0x4c @ 1
[   10.769875] initcall rtc_init+0x0/0x4c returned 0 after 0 usecs
[   10.769876] calling  media_devnode_init+0x0/0x77 @ 1
[   10.769877] mc: Linux media interface: v0.10
[   10.773862] initcall media_devnode_init+0x0/0x77 returned 0 after 3906 usecs
[   10.773862] calling  videodev_init+0x0/0x7e @ 1
[   10.773863] videodev: Linux video capture interface: v2.00
[   10.779860] initcall videodev_init+0x0/0x7e returned 0 after 5859 usecs
[   10.779860] calling  pps_init+0x0/0xaa @ 1
[   10.779863] pps_core: LinuxPPS API ver. 1 registered
[   10.784857] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.793858] initcall pps_init+0x0/0xaa returned 0 after 13671 usecs
[   10.793859] calling  ptp_init+0x0/0x99 @ 1
[   10.793861] PTP clock support registered
[   10.797857] initcall ptp_init+0x0/0x99 returned 0 after 3906 usecs
[   10.797858] calling  power_supply_class_init+0x0/0x40 @ 1
[   10.797864] initcall power_supply_class_init+0x0/0x40 returned 0 after 0 usecs
[   10.797865] calling  hwmon_init+0x0/0xf9 @ 1
[   10.797899] initcall hwmon_init+0x0/0xf9 returned 0 after 0 usecs
[   10.797900] calling  md_init+0x0/0x18c @ 1
[   10.797907] initcall md_init+0x0/0x18c returned 0 after 0 usecs
[   10.797907] calling  dmi_init+0x0/0x114 @ 1
[   10.797907] initcall dmi_init+0x0/0x114 returned 0 after 0 usecs
[   10.797907] calling  efisubsys_init+0x0/0x78 @ 1
[   10.797907] Registered efivars operations
[   10.801883] initcall efisubsys_init+0x0/0x78 returned 0 after 3906 usecs
[   10.801886] calling  nvmem_init+0x0/0x11 @ 1
[   10.801890] initcall nvmem_init+0x0/0x11 returned 0 after 0 usecs
[   10.801891] calling  proto_init+0x0/0x11 @ 1
[   10.801893] initcall proto_init+0x0/0x11 returned 0 after 0 usecs
[   10.801894] calling  net_dev_init+0x0/0x220 @ 1
[   10.801957] initcall net_dev_init+0x0/0x220 returned 0 after 0 usecs
[   10.801958] calling  neigh_init+0x0/0x85 @ 1
[   10.801960] initcall neigh_init+0x0/0x85 returned 0 after 0 usecs
[   10.801961] calling  fib_notifier_init+0x0/0x11 @ 1
[   10.801963] initcall fib_notifier_init+0x0/0x11 returned 0 after 0 usecs
[   10.801964] calling  fib_rules_init+0x0/0xac @ 1
[   10.801967] initcall fib_rules_init+0x0/0xac returned 0 after 0 usecs
[   10.801968] calling  init_cgroup_netprio+0x0/0x14 @ 1
[   10.801969] initcall init_cgroup_netprio+0x0/0x14 returned 0 after 0 usecs
[   10.801970] calling  bpf_lwt_init+0x0/0x16 @ 1
[   10.801971] initcall bpf_lwt_init+0x0/0x16 returned 0 after 0 usecs
[   10.801972] calling  devlink_init+0x0/0x28 @ 1
[   10.801995] initcall devlink_init+0x0/0x28 returned 0 after 0 usecs
[   10.801996] calling  pktsched_init+0x0/0x10f @ 1
[   10.802000] initcall pktsched_init+0x0/0x10f returned 0 after 0 usecs
[   10.802001] calling  tc_filter_init+0x0/0xfc @ 1
[   10.802005] initcall tc_filter_init+0x0/0xfc returned 0 after 0 usecs
[   10.802006] calling  tc_action_init+0x0/0x55 @ 1
[   10.802008] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[   10.802009] calling  ethnl_init+0x0/0x53 @ 1
[   10.802016] initcall ethnl_init+0x0/0x53 returned 0 after 0 usecs
[   10.802018] calling  nexthop_init+0x0/0xd9 @ 1
[   10.802021] initcall nexthop_init+0x0/0xd9 returned 0 after 0 usecs
[   10.802024] calling  pci_subsys_init+0x0/0x67 @ 1
[   10.802025] PCI: Using ACPI for IRQ routing
[   10.808608] PCI: pci_cache_line_size set to 64 bytes
[   10.808842] e820: reserve RAM buffer [mem 0x682ff000-0x6bffffff]
[   10.809010] initcall pci_subsys_init+0x0/0x67 returned 0 after 6835 usecs
[   10.809011] calling  watchdog_init+0x0/0x88 @ 1
[   10.809015] initcall watchdog_init+0x0/0x88 returned 0 after 0 usecs
[   10.809015] calling  nmi_warning_debugfs+0x0/0x27 @ 1
[   10.809015] initcall nmi_warning_debugfs+0x0/0x27 returned 0 after 0 usecs
[   10.809015] calling  save_microcode_in_initrd+0x0/0x59 @ 1
[   10.809015] initcall save_microcode_in_initrd+0x0/0x59 returned 0 after 0 usecs
[   10.809015] calling  hpet_late_init+0x0/0x21a @ 1
[   10.809015] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[   10.814858] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[   10.822857] initcall hpet_late_init+0x0/0x21a returned 0 after 13671 usecs
[   10.822858] calling  init_amd_nbs+0x0/0x11f @ 1
[   10.822899] initcall init_amd_nbs+0x0/0x11f returned 0 after 0 usecs
[   10.822901] calling  clocksource_done_booting+0x0/0x42 @ 1
[   10.822936] clocksource: Switched to clocksource tsc-early
[   10.828343] initcall clocksource_done_booting+0x0/0x42 returned 0 after 5357 usecs
[   10.828345] calling  tracer_init_tracefs+0x0/0x23c @ 1
[   10.845150] initcall tracer_init_tracefs+0x0/0x23c returned 0 after 16407 usecs
[   10.845152] calling  init_trace_printk_function_export+0x0/0x28 @ 1
[   10.845155] initcall init_trace_printk_function_export+0x0/0x28 returned 0 after 1 usecs
[   10.845156] calling  init_graph_tracefs+0x0/0x28 @ 1
[   10.845158] initcall init_graph_tracefs+0x0/0x28 returned 0 after 0 usecs
[   10.845159] calling  bpf_event_init+0x0/0xf @ 1
[   10.845161] initcall bpf_event_init+0x0/0xf returned 0 after 0 usecs
[   10.845162] calling  init_kprobe_trace+0x0/0x17f @ 1
[   10.845165] initcall init_kprobe_trace+0x0/0x17f returned 0 after 1 usecs
[   10.845166] calling  init_dynamic_event+0x0/0x39 @ 1
[   10.845168] initcall init_dynamic_event+0x0/0x39 returned 0 after 0 usecs
[   10.845169] calling  init_uprobe_trace+0x0/0x58 @ 1
[   10.845173] initcall init_uprobe_trace+0x0/0x58 returned 0 after 3 usecs
[   10.845174] calling  bpf_init+0x0/0x64 @ 1
[   10.845178] initcall bpf_init+0x0/0x64 returned 0 after 2 usecs
[   10.845181] calling  init_pipe_fs+0x0/0x45 @ 1
[   10.845190] initcall init_pipe_fs+0x0/0x45 returned 0 after 8 usecs
[   10.845192] calling  cgroup_writeback_init+0x0/0x26 @ 1
[   10.845199] initcall cgroup_writeback_init+0x0/0x26 returned 0 after 6 usecs
[   10.845200] calling  inotify_user_setup+0x0/0x48 @ 1
[   10.845204] initcall inotify_user_setup+0x0/0x48 returned 0 after 2 usecs
[   10.845205] calling  eventpoll_init+0x0/0xc9 @ 1
[   10.845215] initcall eventpoll_init+0x0/0xc9 returned 0 after 9 usecs
[   10.845217] calling  anon_inode_init+0x0/0x59 @ 1
[   10.845223] initcall anon_inode_init+0x0/0x59 returned 0 after 5 usecs
[   10.845225] calling  init_dax_wait_table+0x0/0x40 @ 1
[   10.845242] initcall init_dax_wait_table+0x0/0x40 returned 0 after 15 usecs
[   10.845243] calling  proc_locks_init+0x0/0x28 @ 1
[   10.845245] initcall proc_locks_init+0x0/0x28 returned 0 after 0 usecs
[   10.845246] calling  iomap_init+0x0/0x20 @ 1
[   10.845258] initcall iomap_init+0x0/0x20 returned 0 after 11 usecs
[   10.845260] calling  dquot_init+0x0/0x116 @ 1
[   10.845260] VFS: Disk quotas dquot_6.6.0
[   10.849198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   10.856052] initcall dquot_init+0x0/0x116 returned 0 after 10538 usecs
[   10.856054] calling  quota_init+0x0/0x24 @ 1
[   10.856059] initcall quota_init+0x0/0x24 returned 0 after 4 usecs
[   10.856061] calling  proc_cmdline_init+0x0/0x22 @ 1
[   10.856063] initcall proc_cmdline_init+0x0/0x22 returned 0 after 1 usecs
[   10.856064] calling  proc_consoles_init+0x0/0x25 @ 1
[   10.856066] initcall proc_consoles_init+0x0/0x25 returned 0 after 0 usecs
[   10.856067] calling  proc_cpuinfo_init+0x0/0x1f @ 1
[   10.856069] initcall proc_cpuinfo_init+0x0/0x1f returned 0 after 0 usecs
[   10.856070] calling  proc_devices_init+0x0/0x25 @ 1
[   10.856071] initcall proc_devices_init+0x0/0x25 returned 0 after 0 usecs
[   10.856072] calling  proc_interrupts_init+0x0/0x25 @ 1
[   10.856074] initcall proc_interrupts_init+0x0/0x25 returned 0 after 0 usecs
[   10.856075] calling  proc_loadavg_init+0x0/0x22 @ 1
[   10.856076] initcall proc_loadavg_init+0x0/0x22 returned 0 after 0 usecs
[   10.856077] calling  proc_meminfo_init+0x0/0x22 @ 1
[   10.856079] initcall proc_meminfo_init+0x0/0x22 returned 0 after 0 usecs
[   10.856079] calling  proc_stat_init+0x0/0x1f @ 1
[   10.856081] initcall proc_stat_init+0x0/0x1f returned 0 after 0 usecs
[   10.856082] calling  proc_uptime_init+0x0/0x22 @ 1
[   10.856084] initcall proc_uptime_init+0x0/0x22 returned 0 after 0 usecs
[   10.856085] calling  proc_version_init+0x0/0x22 @ 1
[   10.856086] initcall proc_version_init+0x0/0x22 returned 0 after 0 usecs
[   10.856087] calling  proc_softirqs_init+0x0/0x22 @ 1
[   10.856089] initcall proc_softirqs_init+0x0/0x22 returned 0 after 0 usecs
[   10.856090] calling  proc_kcore_init+0x0/0x113 @ 1
[   10.856096] initcall proc_kcore_init+0x0/0x113 returned 0 after 4 usecs
[   10.856097] calling  vmcore_init+0x0/0x5ac @ 1
[   10.856099] initcall vmcore_init+0x0/0x5ac returned 0 after 0 usecs
[   10.856100] calling  proc_kmsg_init+0x0/0x22 @ 1
[   10.856102] initcall proc_kmsg_init+0x0/0x22 returned 0 after 0 usecs
[   10.856103] calling  proc_page_init+0x0/0x56 @ 1
[   10.856105] initcall proc_page_init+0x0/0x56 returned 0 after 1 usecs
[   10.856106] calling  fscache_init+0x0/0x1e8 @ 1
[   10.856118] FS-Cache: Loaded
[   10.858992] initcall fscache_init+0x0/0x1e8 returned 0 after 2817 usecs
[   10.858993] calling  init_ramfs_fs+0x0/0x11 @ 1
[   10.858995] initcall init_ramfs_fs+0x0/0x11 returned 0 after 0 usecs
[   10.858996] calling  init_hugetlbfs_fs+0x0/0x10b @ 1
[   10.859015] initcall init_hugetlbfs_fs+0x0/0x10b returned 0 after 17 usecs
[   10.859017] calling  cachefiles_init+0x0/0x9d @ 1
[   10.859051] CacheFiles: Loaded
[   10.862107] initcall cachefiles_init+0x0/0x9d returned 0 after 3016 usecs
[   10.862108] calling  blk_scsi_ioctl_init+0x0/0x3b3 @ 1
[   10.862109] initcall blk_scsi_ioctl_init+0x0/0x3b3 returned 0 after 0 usecs
[   10.862110] calling  dynamic_debug_init_control+0x0/0x77 @ 1
[   10.862115] initcall dynamic_debug_init_control+0x0/0x77 returned 0 after 3 usecs
[   10.862116] calling  simplefb_init+0x0/0x13 @ 1
[   10.862125] initcall simplefb_init+0x0/0x13 returned 0 after 7 usecs
[   10.862126] calling  acpi_event_init+0x0/0x2d @ 1
[   10.862130] initcall acpi_event_init+0x0/0x2d returned 0 after 2 usecs
[   10.862132] calling  pnp_system_init+0x0/0x11 @ 1
[   10.862137] initcall pnp_system_init+0x0/0x11 returned 0 after 3 usecs
[   10.862138] calling  pnpacpi_init+0x0/0x6e @ 1
[   10.862139] pnp: PnP ACPI init
[   10.867888] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[   10.868035] system 00:01: [io  0x0500-0x05fe] has been reserved
[   10.873941] system 00:01: [io  0x0400-0x047f] has been reserved
[   10.879846] system 00:01: [io  0x0600-0x061f] has been reserved
[   10.885751] system 00:01: [io  0x0ca0-0x0ca5] has been reserved
[   10.891658] system 00:01: [io  0x0880-0x0883] has been reserved
[   10.897563] system 00:01: [io  0x0800-0x081f] has been reserved
[   10.903467] system 00:01: [mem 0xfed1c000-0xfed3ffff] has been reserved
[   10.910064] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
[   10.916663] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[   10.923257] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[   10.929858] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
[   10.936454] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
[   10.943053] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
[   10.949653] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[   10.949829] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[   10.949978] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[   10.950112] system 00:04: [mem 0xfd000000-0xfdabffff] has been reserved
[   10.956712] system 00:04: [mem 0xfdad0000-0xfdadffff] has been reserved
[   10.963309] system 00:04: [mem 0xfdb00000-0xfdffffff] has been reserved
[   10.969906] system 00:04: [mem 0xfe000000-0xfe00ffff] has been reserved
[   10.976504] system 00:04: [mem 0xfe011000-0xfe01ffff] has been reserved
[   10.983099] system 00:04: [mem 0xfe036000-0xfe03bfff] has been reserved
[   10.989697] system 00:04: [mem 0xfe03d000-0xfe3fffff] has been reserved
[   10.996295] system 00:04: [mem 0xfe410000-0xfe7fffff] has been reserved
[   11.002894] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[   11.003126] system 00:05: [io  0x1000-0x10fe] has been reserved
[   11.009033] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[   11.009509] pnp: PnP ACPI: found 6 devices
[   11.013598] initcall pnpacpi_init+0x0/0x6e returned 0 after 147907 usecs
[   11.013599] calling  chr_dev_init+0x0/0x150 @ 1
[   11.015035] initcall chr_dev_init+0x0/0x150 returned 0 after 1401 usecs
[   11.015037] calling  firmware_class_init+0x0/0xea @ 1
[   11.015041] initcall firmware_class_init+0x0/0xea returned 0 after 3 usecs
[   11.015042] calling  init_acpi_pm_clocksource+0x0/0xdb @ 1
[   11.019573] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[   11.028414] initcall init_acpi_pm_clocksource+0x0/0xdb returned 0 after 13057 usecs
[   11.028416] calling  sysctl_core_init+0x0/0x2b @ 1
[   11.028425] initcall sysctl_core_init+0x0/0x2b returned 0 after 8 usecs
[   11.028426] calling  eth_offload_init+0x0/0x14 @ 1
[   11.028428] initcall eth_offload_init+0x0/0x14 returned 0 after 0 usecs
[   11.028429] calling  ipv4_offload_init+0x0/0x74 @ 1
[   11.028431] initcall ipv4_offload_init+0x0/0x74 returned 0 after 0 usecs
[   11.028432] calling  inet_init+0x0/0x28a @ 1
[   11.028456] NET: Registered protocol family 2
[   11.033407] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[   11.042309] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[   11.051367] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[   11.060101] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[   11.067689] TCP: Hash tables configured (established 524288 bind 65536)
[   11.074370] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[   11.081683] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[   11.089441] initcall inet_init+0x0/0x28a returned 0 after 59576 usecs
[   11.089443] calling  ipv6_offload_init+0x0/0x7f @ 1
[   11.089445] initcall ipv6_offload_init+0x0/0x7f returned 0 after 0 usecs
[   11.089446] calling  vlan_offload_init+0x0/0x20 @ 1
[   11.089448] initcall vlan_offload_init+0x0/0x20 returned 0 after 0 usecs
[   11.089449] calling  pcibios_assign_resources+0x0/0xc0 @ 1
[   11.089452] pci 0000:04:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[   11.099332] pci 0000:04:00.1: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[   11.109215] pci 0000:5e:00.0: can't claim BAR 6 [mem 0xfff00000-0xffffffff pref]: no compatible bridge window
[   11.119095] pci 0000:5f:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[   11.128976] pci 0000:5f:00.1: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[   11.138863] pci 0000:af:00.0: can't claim BAR 6 [mem 0xffe00000-0xffffffff pref]: no compatible bridge window
[   11.148750] pci 0000:00:1c.0: PCI bridge to [bus 01]
[   11.153707] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[   11.159787] pci 0000:00:1c.0:   bridge window [mem 0x92a00000-0x92dfffff]
[   11.166557] pci 0000:00:1c.0:   bridge window [mem 0x380000000000-0x3800001fffff 64bit pref]
[   11.174971] pci 0000:03:00.0: BAR 6: assigned [mem 0x92810000-0x9281ffff pref]
[   11.182171] pci 0000:02:00.0: PCI bridge to [bus 03]
[   11.187127] pci 0000:02:00.0:   bridge window [mem 0x92000000-0x928fffff]
[   11.193897] pci 0000:02:00.0:   bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[   11.201620] pci 0000:00:1c.4: PCI bridge to [bus 02-03]
[   11.206832] pci 0000:00:1c.4:   bridge window [mem 0x92000000-0x928fffff]
[   11.213601] pci 0000:00:1c.4:   bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[   11.221328] pci 0000:04:00.0: BAR 6: assigned [mem 0x90000000-0x9003ffff pref]
[   11.228532] pci 0000:04:00.1: BAR 6: assigned [mem 0x90040000-0x9007ffff pref]
[   11.235734] pci 0000:00:1c.5: PCI bridge to [bus 04]
[   11.240688] pci 0000:00:1c.5:   bridge window [mem 0x90000000-0x900fffff]
[   11.247460] pci 0000:00:1c.5:   bridge window [mem 0x92e00000-0x92efffff 64bit pref]
[   11.255184] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[   11.261352] pci_bus 0000:00: resource 5 [io  0x1000-0x3fff window]
[   11.267519] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[   11.274374] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c7fff window]
[   11.281230] pci_bus 0000:00: resource 8 [mem 0xfe010000-0xfe010fff window]
[   11.288088] pci_bus 0000:00: resource 9 [mem 0x90000000-0x9d7fffff window]
[   11.294943] pci_bus 0000:00: resource 10 [mem 0x380000000000-0x383fffffffff window]
[   11.302578] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[   11.308138] pci_bus 0000:01: resource 1 [mem 0x92a00000-0x92dfffff]
[   11.314389] pci_bus 0000:01: resource 2 [mem 0x380000000000-0x3800001fffff 64bit pref]
[   11.322282] pci_bus 0000:02: resource 1 [mem 0x92000000-0x928fffff]
[   11.328533] pci_bus 0000:02: resource 2 [mem 0x91000000-0x91ffffff 64bit pref]
[   11.335735] pci_bus 0000:03: resource 1 [mem 0x92000000-0x928fffff]
[   11.341988] pci_bus 0000:03: resource 2 [mem 0x91000000-0x91ffffff 64bit pref]
[   11.349191] pci_bus 0000:04: resource 1 [mem 0x90000000-0x900fffff]
[   11.355442] pci_bus 0000:04: resource 2 [mem 0x92e00000-0x92efffff 64bit pref]
[   11.362712] pci_bus 0000:17: resource 4 [io  0x4000-0x5fff window]
[   11.368875] pci_bus 0000:17: resource 5 [mem 0x9d800000-0xaaffffff window]
[   11.375732] pci_bus 0000:17: resource 6 [mem 0x384000000000-0x387fffffffff window]
[   11.383290] pci_bus 0000:3a: resource 4 [io  0x6000-0x7fff window]
[   11.389452] pci_bus 0000:3a: resource 5 [mem 0xab000000-0xb87fffff window]
[   11.396310] pci_bus 0000:3a: resource 6 [mem 0x388000000000-0x38bfffffffff window]
[   11.403868] pci 0000:5e:00.0: BAR 6: no space for [mem size 0x00100000 pref]
[   11.410895] pci 0000:5e:00.0: BAR 6: failed to assign [mem size 0x00100000 pref]
[   11.418271] pci 0000:5e:00.0: BAR 9: no space for [mem size 0x01000000 64bit]
[   11.425387] pci 0000:5e:00.0: BAR 9: failed to assign [mem size 0x01000000 64bit]
[   11.432848] pci 0000:5e:00.0: BAR 7: no space for [mem size 0x00100000 64bit]
[   11.439965] pci 0000:5e:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit]
[   11.447427] pci 0000:5d:00.0: PCI bridge to [bus 5e]
[   11.452380] pci 0000:5d:00.0:   bridge window [io  0x8000-0x8fff]
[   11.458459] pci 0000:5d:00.0:   bridge window [mem 0xbb100000-0xbb2fffff]
[   11.465233] pci 0000:5f:00.0: BAR 6: assigned [mem 0xb8800000-0xb887ffff pref]
[   11.472431] pci 0000:5f:00.1: BAR 6: assigned [mem 0xb8880000-0xb88fffff pref]
[   11.479633] pci 0000:5d:02.0: PCI bridge to [bus 5f]
[   11.484588] pci 0000:5d:02.0:   bridge window [mem 0xb8800000-0xb88fffff]
[   11.491358] pci 0000:5d:02.0:   bridge window [mem 0xb9000000-0xbb0fffff 64bit pref]
[   11.499079] pci_bus 0000:5d: Some PCI device resources are unassigned, try booting with pci=realloc
[   11.508098] pci_bus 0000:5d: resource 4 [io  0x8000-0x9fff window]
[   11.514260] pci_bus 0000:5d: resource 5 [mem 0xb8800000-0xc5ffffff window]
[   11.521119] pci_bus 0000:5d: resource 6 [mem 0x38c000000000-0x38ffffffffff window]
[   11.528665] pci_bus 0000:5e: resource 0 [io  0x8000-0x8fff]
[   11.534224] pci_bus 0000:5e: resource 1 [mem 0xbb100000-0xbb2fffff]
[   11.540477] pci_bus 0000:5f: resource 1 [mem 0xb8800000-0xb88fffff]
[   11.546727] pci_bus 0000:5f: resource 2 [mem 0xb9000000-0xbb0fffff 64bit pref]
[   11.553934] pci_bus 0000:80: resource 4 [mem 0xc6000000-0xd37fffff window]
[   11.560787] pci_bus 0000:80: resource 5 [mem 0x390000000000-0x393fffffffff window]
[   11.568346] pci_bus 0000:85: resource 4 [io  0xa000-0xbfff window]
[   11.574508] pci_bus 0000:85: resource 5 [mem 0xd3800000-0xe0ffffff window]
[   11.581365] pci_bus 0000:85: resource 6 [mem 0x394000000000-0x397fffffffff window]
[   11.588923] pci 0000:af:00.0: BAR 6: no space for [mem size 0x00200000 pref]
[   11.595949] pci 0000:af:00.0: BAR 6: failed to assign [mem size 0x00200000 pref]
[   11.603325] pci 0000:ae:00.0: PCI bridge to [bus af]
[   11.608279] pci 0000:ae:00.0:   bridge window [io  0xc000-0xcfff]
[   11.614359] pci 0000:ae:00.0:   bridge window [mem 0xe1000000-0xe10fffff]
[   11.621132] pci_bus 0000:ae: resource 4 [io  0xc000-0xdfff window]
[   11.627293] pci_bus 0000:ae: resource 5 [mem 0xe1000000-0xee7fffff window]
[   11.634150] pci_bus 0000:ae: resource 6 [mem 0x398000000000-0x39bfffffffff window]
[   11.641696] pci_bus 0000:af: resource 0 [io  0xc000-0xcfff]
[   11.647256] pci_bus 0000:af: resource 1 [mem 0xe1000000-0xe10fffff]
[   11.653516] pci_bus 0000:d7: resource 4 [io  0xe000-0xffff window]
[   11.659681] pci_bus 0000:d7: resource 5 [mem 0xee800000-0xfbffffff window]
[   11.666537] pci_bus 0000:d7: resource 6 [mem 0x39c000000000-0x39ffffffffff window]
[   11.674092] initcall pcibios_assign_resources+0x0/0xc0 returned 0 after 570938 usecs
[   11.674093] calling  pci_apply_final_quirks+0x0/0x132 @ 1
[   11.674110] pci 0000:00:14.0: calling  quirk_usb_early_handoff+0x0/0x690 @ 1
[   11.681359] pci 0000:00:14.0: quirk_usb_early_handoff+0x0/0x690 took 211 usecs
[   11.688589] pci 0000:03:00.0: calling  pci_fixup_video+0x0/0x110 @ 1
[   11.694930] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[   11.703258] pci 0000:03:00.0: pci_fixup_video+0x0/0x110 took 8138 usecs
[   11.709864] pci 0000:17:05.0: calling  quirk_disable_intel_boot_interrupt+0x0/0xf0 @ 1
[   11.717760] pci 0000:17:05.0: disabled boot interrupts on device [8086:2034]
[   11.724786] pci 0000:17:05.0: quirk_disable_intel_boot_interrupt+0x0/0xf0 took 6862 usecs
[   11.733007] pci 0000:3a:05.0: calling  quirk_disable_intel_boot_interrupt+0x0/0xf0 @ 1
[   11.740903] pci 0000:3a:05.0: disabled boot interrupts on device [8086:2034]
[   11.747935] pci 0000:3a:05.0: quirk_disable_intel_boot_interrupt+0x0/0xf0 took 6867 usecs
[   11.756116] pci 0000:5d:05.0: calling  quirk_disable_intel_boot_interrupt+0x0/0xf0 @ 1
[   11.764007] pci 0000:5d:05.0: disabled boot interrupts on device [8086:2034]
[   11.771036] pci 0000:5d:05.0: quirk_disable_intel_boot_interrupt+0x0/0xf0 took 6864 usecs
[   11.779212] pci 0000:5f:00.0: calling  quirk_e100_interrupt+0x0/0x1a0 @ 1
[   11.785985] pci 0000:5f:00.0: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[   11.792756] pci 0000:5f:00.0: calling  quirk_broken_intx_masking+0x0/0x10 @ 1
[   11.799871] pci 0000:5f:00.0: quirk_broken_intx_masking+0x0/0x10 took 0 usecs
[   11.806988] pci 0000:5f:00.1: calling  quirk_e100_interrupt+0x0/0x1a0 @ 1
[   11.813759] pci 0000:5f:00.1: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[   11.820527] pci 0000:5f:00.1: calling  quirk_broken_intx_masking+0x0/0x10 @ 1
[   11.827643] pci 0000:5f:00.1: quirk_broken_intx_masking+0x0/0x10 took 0 usecs
[   11.834766] pci 0000:85:05.0: calling  quirk_disable_intel_boot_interrupt+0x0/0xf0 @ 1
[   11.842662] pci 0000:85:05.0: disabled boot interrupts on device [8086:2034]
[   11.849691] pci 0000:85:05.0: quirk_disable_intel_boot_interrupt+0x0/0xf0 took 6864 usecs
[   11.857907] pci 0000:ae:05.0: calling  quirk_disable_intel_boot_interrupt+0x0/0xf0 @ 1
[   11.865798] pci 0000:ae:05.0: disabled boot interrupts on device [8086:2034]
[   11.872827] pci 0000:ae:05.0: quirk_disable_intel_boot_interrupt+0x0/0xf0 took 6865 usecs
[   11.881007] pci 0000:d7:05.0: calling  quirk_disable_intel_boot_interrupt+0x0/0xf0 @ 1
[   11.888900] pci 0000:d7:05.0: disabled boot interrupts on device [8086:2034]
[   11.895928] pci 0000:d7:05.0: quirk_disable_intel_boot_interrupt+0x0/0xf0 took 6863 usecs
[   11.904102] PCI: CLS 0 bytes, default 64
[   11.908018] initcall pci_apply_final_quirks+0x0/0x132 returned 0 after 228440 usecs
[   11.908019] calling  acpi_reserve_resources+0x0/0xeb @ 1
[   11.908022] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 1 usecs
[   11.908024] calling  populate_rootfs+0x0/0x1c0 @ 1
[   11.908053] Trying to unpack rootfs image as initramfs...
[   11.972538] Freeing initrd memory: 5136K
[   11.976458] initcall populate_rootfs+0x0/0x1c0 returned 0 after 66826 usecs
[   11.976461] calling  pci_iommu_init+0x0/0x3f @ 1
[   11.976775] DMAR: dmar6: Using Queued invalidation
[   11.981562] DMAR: dmar2: Using Queued invalidation
[   11.986352] DMAR: dmar7: Using Queued invalidation
[   11.991238] pci 0000:00:00.0: Adding to iommu group 0
[   11.996312] pci 0000:00:05.0: Adding to iommu group 1
[   12.001384] pci 0000:00:05.2: Adding to iommu group 2
[   12.006462] pci 0000:00:05.4: Adding to iommu group 3
[   12.011537] pci 0000:00:08.0: Adding to iommu group 4
[   12.016638] pci 0000:00:08.1: Adding to iommu group 5
[   12.021712] pci 0000:00:08.2: Adding to iommu group 6
[   12.026840] pci 0000:00:11.0: Adding to iommu group 7
[   12.031915] pci 0000:00:11.5: Adding to iommu group 7
[   12.037042] pci 0000:00:14.0: Adding to iommu group 8
[   12.042117] pci 0000:00:14.2: Adding to iommu group 8
[   12.047271] pci 0000:00:16.0: Adding to iommu group 9
[   12.052347] pci 0000:00:16.1: Adding to iommu group 9
[   12.057420] pci 0000:00:16.4: Adding to iommu group 9
[   12.062497] pci 0000:00:17.0: Adding to iommu group 10
[   12.067690] pci 0000:00:1c.0: Adding to iommu group 11
[   12.072848] pci 0000:00:1c.4: Adding to iommu group 12
[   12.078009] pci 0000:00:1c.5: Adding to iommu group 13
[   12.083278] pci 0000:00:1f.0: Adding to iommu group 14
[   12.088435] pci 0000:00:1f.2: Adding to iommu group 14
[   12.093598] pci 0000:00:1f.4: Adding to iommu group 14
[   12.098762] pci 0000:00:1f.5: Adding to iommu group 14
[   12.103922] pci 0000:02:00.0: Adding to iommu group 15
[   12.109053] pci 0000:03:00.0: Adding to iommu group 15
[   12.114262] pci 0000:04:00.0: Adding to iommu group 16
[   12.119426] pci 0000:04:00.1: Adding to iommu group 16
[   12.124587] pci 0000:17:05.0: Adding to iommu group 17
[   12.129748] pci 0000:17:05.2: Adding to iommu group 18
[   12.134910] pci 0000:17:05.4: Adding to iommu group 19
[   12.140282] pci 0000:17:08.0: Adding to iommu group 20
[   12.145441] pci 0000:17:08.1: Adding to iommu group 20
[   12.150601] pci 0000:17:08.2: Adding to iommu group 20
[   12.155765] pci 0000:17:08.3: Adding to iommu group 20
[   12.160925] pci 0000:17:08.4: Adding to iommu group 20
[   12.166088] pci 0000:17:08.5: Adding to iommu group 20
[   12.171248] pci 0000:17:08.6: Adding to iommu group 20
[   12.176411] pci 0000:17:08.7: Adding to iommu group 20
[   12.181782] pci 0000:17:09.0: Adding to iommu group 21
[   12.186945] pci 0000:17:09.1: Adding to iommu group 21
[   12.192104] pci 0000:17:09.2: Adding to iommu group 21
[   12.197266] pci 0000:17:09.3: Adding to iommu group 21
[   12.202428] pci 0000:17:09.4: Adding to iommu group 21
[   12.207591] pci 0000:17:09.5: Adding to iommu group 21
[   12.212753] pci 0000:17:09.6: Adding to iommu group 21
[   12.217913] pci 0000:17:09.7: Adding to iommu group 21
[   12.223284] pci 0000:17:0a.0: Adding to iommu group 22
[   12.228446] pci 0000:17:0a.1: Adding to iommu group 22
[   12.233613] pci 0000:17:0a.2: Adding to iommu group 22
[   12.238780] pci 0000:17:0a.3: Adding to iommu group 22
[   12.243938] pci 0000:17:0a.4: Adding to iommu group 22
[   12.249100] pci 0000:17:0a.5: Adding to iommu group 22
[   12.254263] pci 0000:17:0a.6: Adding to iommu group 22
[   12.259425] pci 0000:17:0a.7: Adding to iommu group 22
[   12.264690] pci 0000:17:0b.0: Adding to iommu group 23
[   12.269853] pci 0000:17:0b.1: Adding to iommu group 23
[   12.275016] pci 0000:17:0b.2: Adding to iommu group 23
[   12.280175] pci 0000:17:0b.3: Adding to iommu group 23
[   12.285545] pci 0000:17:0e.0: Adding to iommu group 24
[   12.290709] pci 0000:17:0e.1: Adding to iommu group 24
[   12.295871] pci 0000:17:0e.2: Adding to iommu group 24
[   12.301030] pci 0000:17:0e.3: Adding to iommu group 24
[   12.306193] pci 0000:17:0e.4: Adding to iommu group 24
[   12.311355] pci 0000:17:0e.5: Adding to iommu group 24
[   12.316517] pci 0000:17:0e.6: Adding to iommu group 24
[   12.321679] pci 0000:17:0e.7: Adding to iommu group 24
[   12.327048] pci 0000:17:0f.0: Adding to iommu group 25
[   12.332211] pci 0000:17:0f.1: Adding to iommu group 25
[   12.337371] pci 0000:17:0f.2: Adding to iommu group 25
[   12.342535] pci 0000:17:0f.3: Adding to iommu group 25
[   12.347695] pci 0000:17:0f.4: Adding to iommu group 25
[   12.352856] pci 0000:17:0f.5: Adding to iommu group 25
[   12.358017] pci 0000:17:0f.6: Adding to iommu group 25
[   12.363179] pci 0000:17:0f.7: Adding to iommu group 25
[   12.368549] pci 0000:17:10.0: Adding to iommu group 26
[   12.373712] pci 0000:17:10.1: Adding to iommu group 26
[   12.378876] pci 0000:17:10.2: Adding to iommu group 26
[   12.384035] pci 0000:17:10.3: Adding to iommu group 26
[   12.389196] pci 0000:17:10.4: Adding to iommu group 26
[   12.394357] pci 0000:17:10.5: Adding to iommu group 26
[   12.399519] pci 0000:17:10.6: Adding to iommu group 26
[   12.404683] pci 0000:17:10.7: Adding to iommu group 26
[   12.409944] pci 0000:17:11.0: Adding to iommu group 27
[   12.415111] pci 0000:17:11.1: Adding to iommu group 27
[   12.420270] pci 0000:17:11.2: Adding to iommu group 27
[   12.425433] pci 0000:17:11.3: Adding to iommu group 27
[   12.430692] pci 0000:17:1d.0: Adding to iommu group 28
[   12.435853] pci 0000:17:1d.1: Adding to iommu group 28
[   12.441013] pci 0000:17:1d.2: Adding to iommu group 28
[   12.446178] pci 0000:17:1d.3: Adding to iommu group 28
[   12.451521] pci 0000:17:1e.0: Adding to iommu group 29
[   12.456682] pci 0000:17:1e.1: Adding to iommu group 29
[   12.461844] pci 0000:17:1e.2: Adding to iommu group 29
[   12.467007] pci 0000:17:1e.3: Adding to iommu group 29
[   12.472176] pci 0000:17:1e.4: Adding to iommu group 29
[   12.477339] pci 0000:17:1e.5: Adding to iommu group 29
[   12.482498] pci 0000:17:1e.6: Adding to iommu group 29
[   12.487654] pci 0000:3a:05.0: Adding to iommu group 30
[   12.492811] pci 0000:3a:05.2: Adding to iommu group 31
[   12.497972] pci 0000:3a:05.4: Adding to iommu group 32
[   12.503131] pci 0000:3a:08.0: Adding to iommu group 33
[   12.508294] pci 0000:3a:09.0: Adding to iommu group 34
[   12.513456] pci 0000:3a:0a.0: Adding to iommu group 35
[   12.518619] pci 0000:3a:0a.1: Adding to iommu group 36
[   12.523779] pci 0000:3a:0a.2: Adding to iommu group 37
[   12.528942] pci 0000:3a:0a.3: Adding to iommu group 38
[   12.534102] pci 0000:3a:0a.4: Adding to iommu group 39
[   12.539265] pci 0000:3a:0a.5: Adding to iommu group 40
[   12.544425] pci 0000:3a:0a.6: Adding to iommu group 41
[   12.549588] pci 0000:3a:0a.7: Adding to iommu group 42
[   12.554752] pci 0000:3a:0b.0: Adding to iommu group 43
[   12.559912] pci 0000:3a:0b.1: Adding to iommu group 44
[   12.565076] pci 0000:3a:0b.2: Adding to iommu group 45
[   12.570235] pci 0000:3a:0b.3: Adding to iommu group 46
[   12.575397] pci 0000:3a:0c.0: Adding to iommu group 47
[   12.580560] pci 0000:3a:0c.1: Adding to iommu group 48
[   12.585720] pci 0000:3a:0c.2: Adding to iommu group 49
[   12.590885] pci 0000:3a:0c.3: Adding to iommu group 50
[   12.596046] pci 0000:3a:0c.4: Adding to iommu group 51
[   12.601207] pci 0000:3a:0c.5: Adding to iommu group 52
[   12.606367] pci 0000:3a:0c.6: Adding to iommu group 53
[   12.611530] pci 0000:3a:0c.7: Adding to iommu group 54
[   12.616692] pci 0000:3a:0d.0: Adding to iommu group 55
[   12.621851] pci 0000:3a:0d.1: Adding to iommu group 56
[   12.627004] pci 0000:3a:0d.2: Adding to iommu group 57
[   12.632158] pci 0000:3a:0d.3: Adding to iommu group 58
[   12.637321] pci 0000:5d:00.0: Adding to iommu group 59
[   12.642483] pci 0000:5d:02.0: Adding to iommu group 60
[   12.647645] pci 0000:5d:05.0: Adding to iommu group 61
[   12.652806] pci 0000:5d:05.2: Adding to iommu group 62
[   12.657972] pci 0000:5d:05.4: Adding to iommu group 63
[   12.663131] pci 0000:5d:0e.0: Adding to iommu group 64
[   12.668291] pci 0000:5d:0e.1: Adding to iommu group 65
[   12.673456] pci 0000:5d:0f.0: Adding to iommu group 66
[   12.678616] pci 0000:5d:0f.1: Adding to iommu group 67
[   12.683830] pci 0000:5d:10.0: Adding to iommu group 68
[   12.689003] pci 0000:5d:10.1: Adding to iommu group 68
[   12.694159] pci 0000:5d:12.0: Adding to iommu group 69
[   12.699401] pci 0000:5d:12.1: Adding to iommu group 70
[   12.704573] pci 0000:5d:12.2: Adding to iommu group 70
[   12.709730] pci 0000:5d:12.4: Adding to iommu group 71
[   12.714899] pci 0000:5d:12.5: Adding to iommu group 70
[   12.720106] pci 0000:5d:15.0: Adding to iommu group 72
[   12.725273] pci 0000:5d:15.1: Adding to iommu group 72
[   12.730534] pci 0000:5d:16.0: Adding to iommu group 73
[   12.735702] pci 0000:5d:16.1: Adding to iommu group 73
[   12.740873] pci 0000:5d:16.4: Adding to iommu group 73
[   12.746040] pci 0000:5d:16.5: Adding to iommu group 73
[   12.751249] pci 0000:5d:17.0: Adding to iommu group 74
[   12.756416] pci 0000:5d:17.1: Adding to iommu group 74
[   12.761574] pci 0000:5e:00.0: Adding to iommu group 75
[   12.766739] pci 0000:5f:00.0: Adding to iommu group 76
[   12.771900] pci 0000:5f:00.1: Adding to iommu group 77
[   12.777063] pci 0000:80:05.0: Adding to iommu group 78
[   12.782222] pci 0000:80:05.2: Adding to iommu group 79
[   12.787384] pci 0000:80:05.4: Adding to iommu group 80
[   12.792547] pci 0000:80:08.0: Adding to iommu group 81
[   12.797734] pci 0000:80:08.1: Adding to iommu group 82
[   12.802897] pci 0000:80:08.2: Adding to iommu group 83
[   12.808058] pci 0000:85:05.0: Adding to iommu group 84
[   12.813221] pci 0000:85:05.2: Adding to iommu group 85
[   12.818383] pci 0000:85:05.4: Adding to iommu group 86
[   12.823754] pci 0000:85:08.0: Adding to iommu group 87
[   12.828926] pci 0000:85:08.1: Adding to iommu group 87
[   12.834093] pci 0000:85:08.2: Adding to iommu group 87
[   12.839265] pci 0000:85:08.3: Adding to iommu group 87
[   12.844434] pci 0000:85:08.4: Adding to iommu group 87
[   12.849604] pci 0000:85:08.5: Adding to iommu group 87
[   12.854775] pci 0000:85:08.6: Adding to iommu group 87
[   12.859944] pci 0000:85:08.7: Adding to iommu group 87
[   12.865313] pci 0000:85:09.0: Adding to iommu group 88
[   12.870490] pci 0000:85:09.1: Adding to iommu group 88
[   12.875666] pci 0000:85:09.2: Adding to iommu group 88
[   12.880837] pci 0000:85:09.3: Adding to iommu group 88
[   12.886007] pci 0000:85:09.4: Adding to iommu group 88
[   12.891175] pci 0000:85:09.5: Adding to iommu group 88
[   12.896346] pci 0000:85:09.6: Adding to iommu group 88
[   12.901516] pci 0000:85:09.7: Adding to iommu group 88
[   12.906886] pci 0000:85:0a.0: Adding to iommu group 89
[   12.912061] pci 0000:85:0a.1: Adding to iommu group 89
[   12.917236] pci 0000:85:0a.2: Adding to iommu group 89
[   12.922406] pci 0000:85:0a.3: Adding to iommu group 89
[   12.927577] pci 0000:85:0a.4: Adding to iommu group 89
[   12.932746] pci 0000:85:0a.5: Adding to iommu group 89
[   12.937918] pci 0000:85:0a.6: Adding to iommu group 89
[   12.943088] pci 0000:85:0a.7: Adding to iommu group 89
[   12.948345] pci 0000:85:0b.0: Adding to iommu group 90
[   12.953521] pci 0000:85:0b.1: Adding to iommu group 90
[   12.958697] pci 0000:85:0b.2: Adding to iommu group 90
[   12.963869] pci 0000:85:0b.3: Adding to iommu group 90
[   12.969241] pci 0000:85:0e.0: Adding to iommu group 91
[   12.974417] pci 0000:85:0e.1: Adding to iommu group 91
[   12.979595] pci 0000:85:0e.2: Adding to iommu group 91
[   12.984766] pci 0000:85:0e.3: Adding to iommu group 91
[   12.989935] pci 0000:85:0e.4: Adding to iommu group 91
[   12.995105] pci 0000:85:0e.5: Adding to iommu group 91
[   13.000275] pci 0000:85:0e.6: Adding to iommu group 91
[   13.005448] pci 0000:85:0e.7: Adding to iommu group 91
[   13.010820] pci 0000:85:0f.0: Adding to iommu group 92
[   13.015997] pci 0000:85:0f.1: Adding to iommu group 92
[   13.021175] pci 0000:85:0f.2: Adding to iommu group 92
[   13.026347] pci 0000:85:0f.3: Adding to iommu group 92
[   13.031527] pci 0000:85:0f.4: Adding to iommu group 92
[   13.036704] pci 0000:85:0f.5: Adding to iommu group 92
[   13.041884] pci 0000:85:0f.6: Adding to iommu group 92
[   13.047062] pci 0000:85:0f.7: Adding to iommu group 92
[   13.052425] pci 0000:85:10.0: Adding to iommu group 93
[   13.057603] pci 0000:85:10.1: Adding to iommu group 93
[   13.062782] pci 0000:85:10.2: Adding to iommu group 93
[   13.067961] pci 0000:85:10.3: Adding to iommu group 93
[   13.073140] pci 0000:85:10.4: Adding to iommu group 93
[   13.078318] pci 0000:85:10.5: Adding to iommu group 93
[   13.083487] pci 0000:85:10.6: Adding to iommu group 93
[   13.088659] pci 0000:85:10.7: Adding to iommu group 93
[   13.093929] pci 0000:85:11.0: Adding to iommu group 94
[   13.099107] pci 0000:85:11.1: Adding to iommu group 94
[   13.104285] pci 0000:85:11.2: Adding to iommu group 94
[   13.109462] pci 0000:85:11.3: Adding to iommu group 94
[   13.114727] pci 0000:85:1d.0: Adding to iommu group 95
[   13.119904] pci 0000:85:1d.1: Adding to iommu group 95
[   13.125078] pci 0000:85:1d.2: Adding to iommu group 95
[   13.130258] pci 0000:85:1d.3: Adding to iommu group 95
[   13.135604] pci 0000:85:1e.0: Adding to iommu group 96
[   13.140782] pci 0000:85:1e.1: Adding to iommu group 96
[   13.145961] pci 0000:85:1e.2: Adding to iommu group 96
[   13.151140] pci 0000:85:1e.3: Adding to iommu group 96
[   13.156317] pci 0000:85:1e.4: Adding to iommu group 96
[   13.161497] pci 0000:85:1e.5: Adding to iommu group 96
[   13.166675] pci 0000:85:1e.6: Adding to iommu group 96
[   13.171835] pci 0000:ae:00.0: Adding to iommu group 97
[   13.176991] pci 0000:ae:05.0: Adding to iommu group 98
[   13.182153] pci 0000:ae:05.2: Adding to iommu group 99
[   13.187313] pci 0000:ae:05.4: Adding to iommu group 100
[   13.192561] pci 0000:ae:08.0: Adding to iommu group 101
[   13.197812] pci 0000:ae:09.0: Adding to iommu group 102
[   13.203061] pci 0000:ae:0a.0: Adding to iommu group 103
[   13.208308] pci 0000:ae:0a.1: Adding to iommu group 104
[   13.213556] pci 0000:ae:0a.2: Adding to iommu group 105
[   13.218803] pci 0000:ae:0a.3: Adding to iommu group 106
[   13.224051] pci 0000:ae:0a.4: Adding to iommu group 107
[   13.229302] pci 0000:ae:0a.5: Adding to iommu group 108
[   13.234550] pci 0000:ae:0a.6: Adding to iommu group 109
[   13.239796] pci 0000:ae:0a.7: Adding to iommu group 110
[   13.245044] pci 0000:ae:0b.0: Adding to iommu group 111
[   13.250293] pci 0000:ae:0b.1: Adding to iommu group 112
[   13.255547] pci 0000:ae:0b.2: Adding to iommu group 113
[   13.260789] pci 0000:ae:0b.3: Adding to iommu group 114
[   13.266038] pci 0000:ae:0c.0: Adding to iommu group 115
[   13.271285] pci 0000:ae:0c.1: Adding to iommu group 116
[   13.276536] pci 0000:ae:0c.2: Adding to iommu group 117
[   13.281783] pci 0000:ae:0c.3: Adding to iommu group 118
[   13.287031] pci 0000:ae:0c.4: Adding to iommu group 119
[   13.292280] pci 0000:ae:0c.5: Adding to iommu group 120
[   13.297529] pci 0000:ae:0c.6: Adding to iommu group 121
[   13.302776] pci 0000:ae:0c.7: Adding to iommu group 122
[   13.308022] pci 0000:ae:0d.0: Adding to iommu group 123
[   13.313272] pci 0000:ae:0d.1: Adding to iommu group 124
[   13.318521] pci 0000:ae:0d.2: Adding to iommu group 125
[   13.323768] pci 0000:ae:0d.3: Adding to iommu group 126
[   13.329019] pci 0000:af:00.0: Adding to iommu group 127
[   13.334264] pci 0000:d7:05.0: Adding to iommu group 128
[   13.339513] pci 0000:d7:05.2: Adding to iommu group 129
[   13.344760] pci 0000:d7:05.4: Adding to iommu group 130
[   13.350009] pci 0000:d7:0e.0: Adding to iommu group 131
[   13.355257] pci 0000:d7:0e.1: Adding to iommu group 132
[   13.360508] pci 0000:d7:0f.0: Adding to iommu group 133
[   13.365756] pci 0000:d7:0f.1: Adding to iommu group 134
[   13.371056] pci 0000:d7:10.0: Adding to iommu group 135
[   13.376326] pci 0000:d7:10.1: Adding to iommu group 135
[   13.381566] pci 0000:d7:12.0: Adding to iommu group 136
[   13.386897] pci 0000:d7:12.1: Adding to iommu group 137
[   13.392166] pci 0000:d7:12.2: Adding to iommu group 137
[   13.397417] pci 0000:d7:12.4: Adding to iommu group 138
[   13.402687] pci 0000:d7:12.5: Adding to iommu group 137
[   13.407985] pci 0000:d7:15.0: Adding to iommu group 139
[   13.413255] pci 0000:d7:15.1: Adding to iommu group 139
[   13.418611] pci 0000:d7:16.0: Adding to iommu group 140
[   13.423881] pci 0000:d7:16.1: Adding to iommu group 140
[   13.429153] pci 0000:d7:16.4: Adding to iommu group 140
[   13.434418] pci 0000:d7:16.5: Adding to iommu group 140
[   13.439711] pci 0000:d7:17.0: Adding to iommu group 141
[   13.444977] pci 0000:d7:17.1: Adding to iommu group 141
[   13.478246] DMAR: Intel(R) Virtualization Technology for Directed I/O
[   13.484677] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[   13.491102] software IO TLB: mapped [mem 0x0000000051000000-0x0000000055000000] (64MB)
[   13.498998] initcall pci_iommu_init+0x0/0x3f returned 0 after 1486847 usecs
[   13.499002] calling  ir_dev_scope_init+0x0/0x33 @ 1
[   13.499003] initcall ir_dev_scope_init+0x0/0x33 returned 0 after 0 usecs
[   13.499053] calling  ia32_binfmt_init+0x0/0x14 @ 1
[   13.499059] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 4 usecs
[   13.499060] calling  rapl_pmu_init+0x0/0x26c @ 1
[   13.499226] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[   13.507123] RAPL PMU: hw unit of domain package 2^-14 Joules
[   13.512766] RAPL PMU: hw unit of domain dram 2^-16 Joules
[   13.518154] initcall rapl_pmu_init+0x0/0x26c returned 0 after 18645 usecs
[   13.518155] calling  amd_uncore_init+0x0/0x307 @ 1
[   13.518157] initcall amd_uncore_init+0x0/0x307 returned -19 after 0 usecs
[   13.518158] calling  amd_ibs_init+0x0/0x1f8 @ 1
[   13.518159] initcall amd_ibs_init+0x0/0x1f8 returned -19 after 0 usecs
[   13.518160] calling  amd_iommu_pc_init+0x0/0x257 @ 1
[   13.518162] initcall amd_iommu_pc_init+0x0/0x257 returned -19 after 0 usecs
[   13.518163] calling  msr_init+0x0/0x56 @ 1
[   13.518166] initcall msr_init+0x0/0x56 returned 0 after 2 usecs
[   13.518168] calling  intel_uncore_init+0x0/0x40d @ 1
[   13.519392] initcall intel_uncore_init+0x0/0x40d returned 0 after 1192 usecs
[   13.519393] calling  cstate_pmu_init+0x0/0x1a0 @ 1
[   13.519541] initcall cstate_pmu_init+0x0/0x1a0 returned 0 after 142 usecs
[   13.519542] calling  register_kernel_offset_dumper+0x0/0x1b @ 1
[   13.519543] initcall register_kernel_offset_dumper+0x0/0x1b returned 0 after 0 usecs
[   13.519544] calling  i8259A_init_ops+0x0/0x21 @ 1
[   13.519545] initcall i8259A_init_ops+0x0/0x21 returned 0 after 0 usecs
[   13.519546] calling  init_tsc_clocksource+0x0/0xba @ 1
[   13.519548] initcall init_tsc_clocksource+0x0/0xba returned 0 after 0 usecs
[   13.519549] calling  add_rtc_cmos+0x0/0xc5 @ 1
[   13.519551] initcall add_rtc_cmos+0x0/0xc5 returned 0 after 0 usecs
[   13.519552] calling  i8237A_init_ops+0x0/0x37 @ 1
[   13.519554] initcall i8237A_init_ops+0x0/0x37 returned -19 after 1 usecs
[   13.519555] calling  umwait_init+0x0/0x94 @ 1
[   13.519556] initcall umwait_init+0x0/0x94 returned -19 after 0 usecs
[   13.519557] calling  thermal_throttle_init_device+0x0/0x41 @ 1
[   13.519798] initcall thermal_throttle_init_device+0x0/0x41 returned 0 after 234 usecs
[   13.519800] calling  ioapic_init_ops+0x0/0x14 @ 1
[   13.519801] initcall ioapic_init_ops+0x0/0x14 returned 0 after 0 usecs
[   13.519802] calling  add_pcspkr+0x0/0x6f @ 1
[   13.519823] initcall add_pcspkr+0x0/0x6f returned 0 after 19 usecs
[   13.519824] calling  sysfb_init+0x0/0x9f @ 1
[   13.519836] initcall sysfb_init+0x0/0x9f returned 0 after 11 usecs
[   13.519837] calling  audit_classes_init+0x0/0xaf @ 1
[   13.519841] initcall audit_classes_init+0x0/0xaf returned 0 after 2 usecs
[   13.519843] calling  proc_execdomains_init+0x0/0x22 @ 1
[   13.519847] initcall proc_execdomains_init+0x0/0x22 returned 0 after 2 usecs
[   13.519848] calling  register_warn_debugfs+0x0/0x24 @ 1
[   13.519856] initcall register_warn_debugfs+0x0/0x24 returned 0 after 6 usecs
[   13.519857] calling  cpuhp_sysfs_init+0x0/0x81 @ 1
[   13.519894] initcall cpuhp_sysfs_init+0x0/0x81 returned 0 after 31 usecs
[   13.519895] calling  ioresources_init+0x0/0x4a @ 1
[   13.519898] initcall ioresources_init+0x0/0x4a returned 0 after 1 usecs
[   13.519900] calling  init_sched_debug_procfs+0x0/0x2f @ 1
[   13.519902] initcall init_sched_debug_procfs+0x0/0x2f returned 0 after 0 usecs
[   13.519903] calling  psi_proc_init+0x0/0x64 @ 1
[   13.519906] initcall psi_proc_init+0x0/0x64 returned 0 after 2 usecs
[   13.519908] calling  irq_pm_init_ops+0x0/0x14 @ 1
[   13.519909] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 0 usecs
[   13.519910] calling  timekeeping_init_ops+0x0/0x14 @ 1
[   13.519911] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[   13.519912] calling  init_clocksource_sysfs+0x0/0x24 @ 1
[   13.519930] initcall init_clocksource_sysfs+0x0/0x24 returned 0 after 16 usecs
[   13.519931] calling  init_timer_list_procfs+0x0/0x32 @ 1
[   13.519933] initcall init_timer_list_procfs+0x0/0x32 returned 0 after 0 usecs
[   13.519934] calling  alarmtimer_init+0x0/0xdc @ 1
[   13.519945] initcall alarmtimer_init+0x0/0xdc returned 0 after 10 usecs
[   13.519946] calling  init_posix_timers+0x0/0x2a @ 1
[   13.519950] initcall init_posix_timers+0x0/0x2a returned 0 after 2 usecs
[   13.519951] calling  clockevents_init_sysfs+0x0/0xc6 @ 1
[   13.520041] initcall clockevents_init_sysfs+0x0/0xc6 returned 0 after 87 usecs
[   13.520042] calling  proc_dma_init+0x0/0x22 @ 1
[   13.520044] initcall proc_dma_init+0x0/0x22 returned 0 after 0 usecs
[   13.520045] calling  proc_modules_init+0x0/0x1f @ 1
[   13.520047] initcall proc_modules_init+0x0/0x1f returned 0 after 0 usecs
[   13.520047] calling  kallsyms_init+0x0/0x22 @ 1
[   13.520049] initcall kallsyms_init+0x0/0x22 returned 0 after 0 usecs
[   13.520050] calling  pid_namespaces_init+0x0/0x2d @ 1
[   13.520060] initcall pid_namespaces_init+0x0/0x2d returned 0 after 8 usecs
[   13.520061] calling  ikconfig_init+0x0/0x44 @ 1
[   13.520063] initcall ikconfig_init+0x0/0x44 returned 0 after 0 usecs
[   13.520064] calling  audit_watch_init+0x0/0x3a @ 1
[   13.520065] initcall audit_watch_init+0x0/0x3a returned 0 after 0 usecs
[   13.520066] calling  audit_fsnotify_init+0x0/0x3a @ 1
[   13.520067] initcall audit_fsnotify_init+0x0/0x3a returned 0 after 0 usecs
[   13.520068] calling  audit_tree_init+0x0/0x77 @ 1
[   13.520070] initcall audit_tree_init+0x0/0x77 returned 0 after 0 usecs
[   13.520071] calling  seccomp_sysctl_init+0x0/0x2c @ 1
[   13.520076] initcall seccomp_sysctl_init+0x0/0x2c returned 0 after 4 usecs
[   13.520077] calling  utsname_sysctl_init+0x0/0x14 @ 1
[   13.520082] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 4 usecs
[   13.520083] calling  init_tracepoints+0x0/0x28 @ 1
[   13.520085] initcall init_tracepoints+0x0/0x28 returned 0 after 0 usecs
[   13.520087] calling  init_blk_tracer+0x0/0x50 @ 1
[   13.520097] initcall init_blk_tracer+0x0/0x50 returned 0 after 8 usecs
[   13.520099] calling  perf_event_sysfs_init+0x0/0x84 @ 1
[   13.520575] initcall perf_event_sysfs_init+0x0/0x84 returned 0 after 463 usecs
[   13.520577] calling  system_trusted_keyring_init+0x0/0x61 @ 1
[   13.520578] Initialise system trusted keyrings
[   13.525015] initcall system_trusted_keyring_init+0x0/0x61 returned 0 after 4333 usecs
[   13.525017] calling  kswapd_init+0x0/0x5f @ 1
[   13.525078] initcall kswapd_init+0x0/0x5f returned 0 after 59 usecs
[   13.525079] calling  extfrag_debug_init+0x0/0x55 @ 1
[   13.525085] initcall extfrag_debug_init+0x0/0x55 returned 0 after 3 usecs
[   13.525086] calling  mm_compute_batch_init+0x0/0x1f @ 1
[   13.525088] initcall mm_compute_batch_init+0x0/0x1f returned 0 after 0 usecs
[   13.525089] calling  slab_proc_init+0x0/0x22 @ 1
[   13.525091] initcall slab_proc_init+0x0/0x22 returned 0 after 0 usecs
[   13.525093] calling  workingset_init+0x0/0x8d @ 1
[   13.525094] workingset: timestamp_bits=40 max_order=25 bucket_order=0
[   13.531524] initcall workingset_init+0x0/0x8d returned 0 after 6279 usecs
[   13.531526] calling  proc_vmalloc_init+0x0/0x30 @ 1
[   13.531527] initcall proc_vmalloc_init+0x0/0x30 returned 0 after 0 usecs
[   13.531529] calling  procswaps_init+0x0/0x1f @ 1
[   13.531531] initcall procswaps_init+0x0/0x1f returned 0 after 0 usecs
[   13.531531] calling  init_frontswap+0x0/0x91 @ 1
[   13.531537] initcall init_frontswap+0x0/0x91 returned 0 after 4 usecs
[   13.531538] calling  cpucache_init+0x0/0x35 @ 1
[   13.531673] initcall cpucache_init+0x0/0x35 returned 0 after 130 usecs
[   13.531674] calling  init_zbud+0x0/0x20 @ 1
[   13.531674] zbud: loaded
[   13.534209] initcall init_zbud+0x0/0x20 returned 0 after 2474 usecs
[   13.534210] calling  fcntl_init+0x0/0x2a @ 1
[   13.534212] initcall fcntl_init+0x0/0x2a returned 0 after 0 usecs
[   13.534213] calling  proc_filesystems_init+0x0/0x22 @ 1
[   13.534214] initcall proc_filesystems_init+0x0/0x22 returned 0 after 0 usecs
[   13.534215] calling  start_dirtytime_writeback+0x0/0x2a @ 1
[   13.534217] initcall start_dirtytime_writeback+0x0/0x2a returned 0 after 0 usecs
[   13.534218] calling  blkdev_init+0x0/0x20 @ 1
[   13.534222] initcall blkdev_init+0x0/0x20 returned 0 after 3 usecs
[   13.534223] calling  dio_init+0x0/0x2d @ 1
[   13.534232] initcall dio_init+0x0/0x2d returned 0 after 7 usecs
[   13.534233] calling  dnotify_init+0x0/0x79 @ 1
[   13.534242] initcall dnotify_init+0x0/0x79 returned 0 after 8 usecs
[   13.534243] calling  fanotify_user_setup+0x0/0x77 @ 1
[   13.534245] initcall fanotify_user_setup+0x0/0x77 returned 0 after 1 usecs
[   13.534246] calling  aio_setup+0x0/0x79 @ 1
[   13.534263] initcall aio_setup+0x0/0x79 returned 0 after 15 usecs
[   13.534264] calling  io_uring_init+0x0/0x2d @ 1
[   13.534266] initcall io_uring_init+0x0/0x2d returned 0 after 0 usecs
[   13.534268] calling  init_devpts_fs+0x0/0x28 @ 1
[   13.534275] initcall init_devpts_fs+0x0/0x28 returned 0 after 5 usecs
[   13.534276] calling  init_reiserfs_fs+0x0/0x67 @ 1
[   13.534284] initcall init_reiserfs_fs+0x0/0x67 returned 0 after 6 usecs
[   13.534285] calling  init_ext2_fs+0x0/0x65 @ 1
[   13.534313] initcall init_ext2_fs+0x0/0x65 returned 0 after 26 usecs
[   13.534315] calling  init_xfs_fs+0x0/0x197 @ 1
[   13.534315] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   13.542299] initcall init_xfs_fs+0x0/0x197 returned 0 after 7795 usecs
[   13.542300] calling  ipc_init+0x0/0x25 @ 1
[   13.542305] initcall ipc_init+0x0/0x25 returned 0 after 3 usecs
[   13.542306] calling  ipc_sysctl_init+0x0/0x14 @ 1
[   13.542312] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 5 usecs
[   13.542314] calling  init_mqueue_fs+0x0/0xdd @ 1
[   13.542330] initcall init_mqueue_fs+0x0/0xdd returned 0 after 14 usecs
[   13.542331] calling  key_proc_init+0x0/0x64 @ 1
[   13.542334] initcall key_proc_init+0x0/0x64 returned 0 after 1 usecs
[   13.542336] calling  crypto_algapi_init+0x0/0xd @ 1
[   13.542338] initcall crypto_algapi_init+0x0/0xd returned 0 after 0 usecs
[   13.542339] calling  calibrate_xor_blocks+0x0/0x122 @ 1
[   13.542340] xor: automatically using best checksumming function   avx       
[   13.549367] initcall calibrate_xor_blocks+0x0/0x122 returned 0 after 6862 usecs
[   13.549368] calling  async_pq_init+0x0/0x3a @ 1
[   13.549369] initcall async_pq_init+0x0/0x3a returned 0 after 0 usecs
[   13.549369] calling  asymmetric_key_init+0x0/0x11 @ 1
[   13.549370] Key type asymmetric registered
[   13.553454] initcall asymmetric_key_init+0x0/0x11 returned 0 after 3988 usecs
[   13.553455] calling  x509_key_init+0x0/0x11 @ 1
[   13.553456] Asymmetric key parser 'x509' registered
[   13.558322] initcall x509_key_init+0x0/0x11 returned 0 after 4752 usecs
[   13.558323] calling  proc_genhd_init+0x0/0x42 @ 1
[   13.558325] initcall proc_genhd_init+0x0/0x42 returned 0 after 1 usecs
[   13.558325] calling  bsg_init+0x0/0x14e @ 1
[   13.558331] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[   13.565708] initcall bsg_init+0x0/0x14e returned 0 after 7208 usecs
[   13.565708] calling  throtl_init+0x0/0x3c @ 1
[   13.565742] initcall throtl_init+0x0/0x3c returned 0 after 31 usecs
[   13.565743] calling  deadline_init+0x0/0x11 @ 1
[   13.565744] io scheduler mq-deadline registered
[   13.570265] initcall deadline_init+0x0/0x11 returned 0 after 4415 usecs
[   13.570266] calling  kyber_init+0x0/0x11 @ 1
[   13.570267] io scheduler kyber registered
[   13.574266] initcall kyber_init+0x0/0x11 returned 0 after 3905 usecs
[   13.574266] calling  crc_t10dif_mod_init+0x0/0x4c @ 1
[   13.574270] initcall crc_t10dif_mod_init+0x0/0x4c returned 0 after 2 usecs
[   13.574271] calling  libcrc32c_mod_init+0x0/0x26 @ 1
[   13.574272] initcall libcrc32c_mod_init+0x0/0x26 returned 0 after 0 usecs
[   13.574273] calling  percpu_counter_startup+0x0/0x51 @ 1
[   13.574399] initcall percpu_counter_startup+0x0/0x51 returned 0 after 121 usecs
[   13.574400] calling  sg_pool_init+0x0/0xd6 @ 1
[   13.574408] initcall sg_pool_init+0x0/0xd6 returned 0 after 7 usecs
[   13.574409] calling  pcie_portdrv_init+0x0/0x3a @ 1
[   13.574806] pcieport 0000:00:1c.0: PME: Signaling with IRQ 24
[   13.580894] pcieport 0000:00:1c.4: PME: Signaling with IRQ 25
[   13.586987] pcieport 0000:00:1c.5: PME: Signaling with IRQ 26
[   13.593127] pcieport 0000:5d:00.0: PME: Signaling with IRQ 28
[   13.599215] pcieport 0000:5d:02.0: PME: Signaling with IRQ 29
[   13.605454] pcieport 0000:ae:00.0: PME: Signaling with IRQ 31
[   13.611291] initcall pcie_portdrv_init+0x0/0x3a returned 0 after 36015 usecs
[   13.611292] calling  pci_proc_init+0x0/0x6c @ 1
[   13.611462] initcall pci_proc_init+0x0/0x6c returned 0 after 164 usecs
[   13.611463] calling  efifb_driver_init+0x0/0x13 @ 1
[   13.611473] initcall efifb_driver_init+0x0/0x13 returned 0 after 8 usecs
[   13.611474] calling  ipmi_init_msghandler_mod+0x0/0x47 @ 1
[   13.611475] IPMI message handler: version 39.2
[   13.615912] initcall ipmi_init_msghandler_mod+0x0/0x47 returned 0 after 4332 usecs
[   13.615914] calling  ged_driver_init+0x0/0x13 @ 1
[   13.615922] initcall ged_driver_init+0x0/0x13 returned 0 after 6 usecs
[   13.615924] calling  acpi_button_driver_init+0x0/0x53 @ 1
[   13.616088] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[   13.623500] ACPI: Power Button [PWRF]
[   13.627167] initcall acpi_button_driver_init+0x0/0x53 returned 0 after 10977 usecs
[   13.627168] calling  acpi_fan_driver_init+0x0/0x13 @ 1
[   13.627175] initcall acpi_fan_driver_init+0x0/0x13 returned 0 after 5 usecs
[   13.627176] calling  acpi_processor_driver_init+0x0/0xb3 @ 1
[   13.627292] Monitor-Mwait will be used to enter C-1 state
[   13.627301] ACPI: \_SB_.SCK0.CP00: Found 1 idle states
[   13.632563] ACPI: \_SB_.SCK1.CP00: Found 1 idle states
[   13.637798] ACPI: \_SB_.SCK0.CP01: Found 1 idle states
[   13.643028] ACPI: \_SB_.SCK1.CP01: Found 1 idle states
[   13.648259] ACPI: \_SB_.SCK0.CP02: Found 1 idle states
[   13.653491] ACPI: \_SB_.SCK1.CP02: Found 1 idle states
[   13.658725] ACPI: \_SB_.SCK0.CP03: Found 1 idle states
[   13.663956] ACPI: \_SB_.SCK1.CP03: Found 1 idle states
[   13.669191] ACPI: \_SB_.SCK0.CP04: Found 1 idle states
[   13.674424] ACPI: \_SB_.SCK1.CP04: Found 1 idle states
[   13.679652] ACPI: \_SB_.SCK0.CP05: Found 1 idle states
[   13.684881] ACPI: \_SB_.SCK1.CP05: Found 1 idle states
[   13.690107] ACPI: \_SB_.SCK0.CP06: Found 1 idle states
[   13.695334] ACPI: \_SB_.SCK1.CP06: Found 1 idle states
[   13.700557] ACPI: \_SB_.SCK0.CP07: Found 1 idle states
[   13.705781] ACPI: \_SB_.SCK1.CP07: Found 1 idle states
[   13.710944] initcall acpi_processor_driver_init+0x0/0xb3 returned 0 after 81802 usecs
[   13.710945] calling  acpi_thermal_init+0x0/0x7a @ 1
[   13.711099] initcall acpi_thermal_init+0x0/0x7a returned 0 after 148 usecs
[   13.711101] calling  gpio_clk_driver_init+0x0/0x13 @ 1
[   13.711109] initcall gpio_clk_driver_init+0x0/0x13 returned 0 after 6 usecs
[   13.711110] calling  plt_clk_driver_init+0x0/0x13 @ 1
[   13.711114] initcall plt_clk_driver_init+0x0/0x13 returned 0 after 2 usecs
[   13.711116] calling  virtio_pci_driver_init+0x0/0x1a @ 1
[   13.711160] initcall virtio_pci_driver_init+0x0/0x1a returned 0 after 41 usecs
[   13.711161] calling  n_null_init+0x0/0x1f @ 1
[   13.711163] initcall n_null_init+0x0/0x1f returned 0 after 0 usecs
[   13.711164] calling  pty_init+0x0/0x1ec @ 1
[   13.711196] initcall pty_init+0x0/0x1ec returned 0 after 29 usecs
[   13.711197] calling  sysrq_init+0x0/0x63 @ 1
[   13.711200] initcall sysrq_init+0x0/0x63 returned 0 after 1 usecs
[   13.711201] calling  serial8250_init+0x0/0x15b @ 1
[   13.711202] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[   13.717604] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[   13.724974] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   13.732382] initcall serial8250_init+0x0/0x15b returned 0 after 20683 usecs
[   13.732383] calling  serial_pci_driver_init+0x0/0x1a @ 1
[   13.732528] initcall serial_pci_driver_init+0x0/0x1a returned 0 after 141 usecs
[   13.732529] calling  exar_pci_driver_init+0x0/0x1a @ 1
[   13.732560] initcall exar_pci_driver_init+0x0/0x1a returned 0 after 29 usecs
[   13.732561] calling  lpss8250_pci_driver_init+0x0/0x1a @ 1
[   13.732589] initcall lpss8250_pci_driver_init+0x0/0x1a returned 0 after 26 usecs
[   13.732590] calling  mid8250_pci_driver_init+0x0/0x1a @ 1
[   13.732615] initcall mid8250_pci_driver_init+0x0/0x1a returned 0 after 23 usecs
[   13.732616] calling  lp_init_module+0x0/0x2b8 @ 1
[   13.732765] lp: driver loaded but no devices found
[   13.737543] initcall lp_init_module+0x0/0x2b8 returned 0 after 4810 usecs
[   13.737544] calling  hpet_init+0x0/0x65 @ 1
[   13.737710] initcall hpet_init+0x0/0x65 returned 0 after 161 usecs
[   13.737711] calling  agp_init+0x0/0x24 @ 1
[   13.737712] Linux agpgart interface v0.103
[   13.741806] initcall agp_init+0x0/0x24 returned 0 after 3997 usecs
[   13.741807] calling  agp_amd64_mod_init+0x0/0x20 @ 1
[   13.741838] initcall agp_amd64_mod_init+0x0/0x20 returned -19 after 29 usecs
[   13.741839] calling  cn_proc_init+0x0/0x36 @ 1
[   13.741841] initcall cn_proc_init+0x0/0x36 returned 0 after 0 usecs
[   13.741842] calling  parport_pc_init+0x0/0x1ad @ 1
[   13.742071] initcall parport_pc_init+0x0/0x1ad returned 0 after 222 usecs
[   13.742072] calling  topology_sysfs_init+0x0/0x2c @ 1
[   13.742131] initcall topology_sysfs_init+0x0/0x2c returned 0 after 56 usecs
[   13.742132] calling  cacheinfo_sysfs_init+0x0/0x2c @ 1
[   13.742917] initcall cacheinfo_sysfs_init+0x0/0x2c returned 0 after 765 usecs
[   13.742918] calling  brd_init+0x0/0x1c0 @ 1
[   13.744052] brd: module loaded
[   13.747108] initcall brd_init+0x0/0x1c0 returned 0 after 4089 usecs
[   13.747109] calling  loop_init+0x0/0x165 @ 1
[   13.749304] loop: module loaded
[   13.752450] initcall loop_init+0x0/0x165 returned 0 after 5212 usecs
[   13.752451] calling  pkt_init+0x0/0x1e7 @ 1
[   13.752490] initcall pkt_init+0x0/0x1e7 returned 0 after 36 usecs
[   13.752491] calling  init+0x0/0x75 @ 1
[   13.752504] initcall init+0x0/0x75 returned 0 after 11 usecs
[   13.752505] calling  drbd_init+0x0/0x3fb @ 1
[   13.753945] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[   13.760196] drbd: built-in
[   13.762902] drbd: registered as block device major 147
[   13.768030] initcall drbd_init+0x0/0x3fb returned 0 after 15158 usecs
[   13.768031] calling  enclosure_init+0x0/0x18 @ 1
[   13.768037] initcall enclosure_init+0x0/0x18 returned 0 after 4 usecs
[   13.768038] calling  lpc_ich_driver_init+0x0/0x1a @ 1
[   13.768070] lpc_ich 0000:00:1f.0: I/O space for ACPI uninitialized
[   13.774243] lpc_ich 0000:00:1f.0: No MFD cells added
[   13.779338] initcall lpc_ich_driver_init+0x0/0x1a returned 0 after 11033 usecs
[   13.779340] calling  raid_init+0x0/0x11 @ 1
[   13.779344] initcall raid_init+0x0/0x11 returned 0 after 2 usecs
[   13.779345] calling  spi_transport_init+0x0/0x76 @ 1
[   13.779351] initcall spi_transport_init+0x0/0x76 returned 0 after 4 usecs
[   13.779352] calling  fc_transport_init+0x0/0x80 @ 1
[   13.779359] initcall fc_transport_init+0x0/0x80 returned 0 after 5 usecs
[   13.779360] calling  sas_transport_init+0x0/0xb6 @ 1
[   13.779368] initcall sas_transport_init+0x0/0xb6 returned 0 after 6 usecs
[   13.779369] calling  sas_class_init+0x0/0x74 @ 1
[   13.779374] initcall sas_class_init+0x0/0x74 returned 0 after 3 usecs
[   13.779375] calling  blogic_init+0x0/0xf80 @ 1
[   13.779445] initcall blogic_init+0x0/0xf80 returned 0 after 67 usecs
[   13.779446] calling  ahc_linux_init+0x0/0x66 @ 1
[   13.779509] initcall ahc_linux_init+0x0/0x66 returned 0 after 60 usecs
[   13.779510] calling  ahd_linux_init+0x0/0x77 @ 1
[   13.779588] initcall ahd_linux_init+0x0/0x77 returned 0 after 74 usecs
[   13.779589] calling  qla1280_init+0x0/0x1a @ 1
[   13.779614] initcall qla1280_init+0x0/0x1a returned 0 after 23 usecs
[   13.779615] calling  hpsa_init+0x0/0x4e @ 1
[   13.779658] initcall hpsa_init+0x0/0x4e returned 0 after 40 usecs
[   13.779659] calling  megaraid_init+0x0/0xb7 @ 1
[   13.779687] initcall megaraid_init+0x0/0xb7 returned 0 after 26 usecs
[   13.779688] calling  mraid_mm_init+0x0/0x87 @ 1
[   13.779689] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[   13.787008] initcall mraid_mm_init+0x0/0x87 returned 0 after 7146 usecs
[   13.787009] calling  megaraid_init+0x0/0x8d @ 1
[   13.787010] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[   13.793977] initcall megaraid_init+0x0/0x8d returned 0 after 6803 usecs
[   13.793978] calling  megasas_init+0x0/0x270 @ 1
[   13.793979] megasas: 07.714.04.00-rc1
[   13.797669] initcall megasas_init+0x0/0x270 returned 0 after 3602 usecs
[   13.797670] calling  _mpt3sas_init+0x0/0x1c0 @ 1
[   13.797671] mpt3sas version 35.100.00.00 loaded
[   13.802490] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (131369128 kB)
[   13.868539] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   13.876541] mpt3sas_cm0: MSI-X vectors supported: 96
[   13.881493] 	 no of cores: 16, max_msix_vectors: -1
[   13.886362] mpt3sas_cm0:  0 16
[   13.889921] mpt3sas_cm0: High IOPs queues : disabled
[   13.894880] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 33
[   13.899930] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 34
[   13.904977] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 35
[   13.910018] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 36
[   13.915060] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 37
[   13.920110] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 38
[   13.925156] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 39
[   13.930196] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 40
[   13.935239] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 41
[   13.940280] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 42
[   13.945320] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 43
[   13.950448] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 44
[   13.955574] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 45
[   13.960704] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 46
[   13.965840] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 47
[   13.970975] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 48
[   13.976114] mpt3sas_cm0: iomem(0x00000000bb200000), mapped(0x000000007ae4ad6e), size(65536)
[   13.984447] mpt3sas_cm0: ioport(0x0000000000008000), size(256)
[   14.048088] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   14.083702] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   14.094724] mpt3sas_cm0: request pool(0x00000000b2502b1e) - dma(0xffa00000): depth(9700), frame_size(128), pool_size(1212 kB)
[   14.308560] mpt3sas_cm0: sense pool(0x00000000fbe41e0b)- dma(0xfe100000): depth(9463),element_size(96), pool_size(887 kB)
[   14.319721] mpt3sas_cm0: config page(0x00000000fa387c9f) - dma(0xfddee000): size(512)
[   14.327533] mpt3sas_cm0: Allocated physical memory: size(6975 kB)
[   14.333613] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   14.342208] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   14.392117] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   14.397943] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   14.403193] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02), BiosVersion(18.00.03.00)
[   14.412735] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   14.424430] scsi host0: Fusion MPT SAS Host
[   14.431749] mpt3sas_cm0: sending port enable !!
[   14.431753] initcall _mpt3sas_init+0x0/0x1c0 returned 0 after 619218 usecs
[   14.436280] calling  init_sd+0x0/0x1b2 @ 1
[   14.436302] initcall init_sd+0x0/0x1b2 returned 0 after 20 usecs
[   14.436303] calling  init_sr+0x0/0x46 @ 1
[   14.436308] initcall init_sr+0x0/0x46 returned 0 after 3 usecs
[   14.436309] calling  init_sg+0x0/0x1c0 @ 1
[   14.436319] initcall init_sg+0x0/0x1c0 returned 0 after 8 usecs
[   14.436320] calling  ses_init+0x0/0x3c @ 1
[   14.436326] initcall ses_init+0x0/0x3c returned 0 after 3 usecs
[   14.436327] calling  nvme_core_init+0x0/0x13c @ 1
[   14.436476] initcall nvme_core_init+0x0/0x13c returned 0 after 139 usecs
[   14.436480] calling  nvme_init+0x0/0x1a @ 1
[   14.436558] initcall nvme_init+0x0/0x1a returned 0 after 73 usecs
[   14.436561] calling  ahci_pci_driver_init+0x0/0x1a @ 1
[   14.436588] ahci 0000:00:11.5: version 3.0
[   14.437332] ahci 0000:00:11.5: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[   14.445499] ahci 0000:00:11.5: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[   14.445993] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f06c599e00), phys(8)
[   14.466869] mpt3sas_cm0: port enable: SUCCESS
[   14.474672] scsi host1: ahci
[   14.477711] scsi host2: ahci
[   14.480738] scsi host3: ahci
[   14.483761] scsi host4: ahci
[   14.486781] scsi host5: ahci
[   14.489845] scsi host6: ahci
[   14.492749] scsi 0:0:0:0: Direct-Access     ATA      ST1000NM0018-2F2 EA04 PQ: 0 ANSI: 6
[   14.500835] scsi 0:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221106000000), phy(6), device_name(0x5000c500c623f3da)
[   14.501819] scsi 0:0:0:0: enclosure logical id (0x52cea7f06c599e00), slot(0) 
[   14.501819] scsi 0:0:0:0: enclosure level(0x0001), connector name(     )
[   14.525277] ata1: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80100 irq 49
[   14.532833] ata2: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80180 irq 49
[   14.533870] tsc: Refined TSC clocksource calibration: 3791.093 MHz
[   14.540390] ata3: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80200 irq 49
[   14.546557] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d4af4a67b6, max_idle_ns: 881590928543 ns
[   14.554109] ata4: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80280 irq 49
[   14.571634] ata5: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80300 irq 49
[   14.579193] ata6: SATA max UDMA/133 abar m524288@0x92f80000 port 0x92f80380 irq 49
[   14.586775] clocksource: Switched to clocksource tsc
[   14.586821] scsi 0:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   14.587285] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[   14.587290] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[   14.608990] scsi host7: ahci
[   14.618008] scsi 0:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   14.627521]  end_device-0:0: add: handle(0x000a), sas_addr(0x4433221106000000)
[   14.627930] scsi host8: ahci
[   14.638035] scsi host9: ahci
[   14.641055] scsi host10: ahci
[   14.644167] scsi host11: ahci
[   14.647283] scsi host12: ahci
[   14.650401] scsi host13: ahci
[   14.650918] scsi 0:0:1:0: Direct-Access     ATA      ST1000NM0018-2F2 EA04 PQ: 0 ANSI: 6
[   14.653508] scsi host14: ahci
[   14.661461] scsi 0:0:1:0: SATA: handle(0x000b), sas_addr(0x4433221107000000), phy(7), device_name(0x5000c500c6241352)
[   14.661462] scsi 0:0:1:0: enclosure logical id (0x52cea7f06c599e00), slot(1) 
[   14.661463] scsi 0:0:1:0: enclosure level(0x0001), connector name(     )
[   14.661505] scsi 0:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   14.664501] ata7: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00100 irq 50
[   14.675038] scsi 0:0:1:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   14.676881]  end_device-0:1: add: handle(0x000b), sas_addr(0x4433221107000000)
[   14.682184] ata8: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00180 irq 50
[   14.688992] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[   14.691074] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[   14.697325] ata9: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00200 irq 50
[   14.704971] scsi 0:0:1:0: Attached scsi generic sg1 type 0
[   14.706773] sd 0:0:1:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[   14.711773] ata10: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00280 irq 50
[   14.749743] sd 0:0:0:0: [sda] Write Protect is off
[   14.752763] ata11: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00300 irq 50
[   14.752765] ata12: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00380 irq 50
[   14.752769] ata13: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00400 irq 50
[   14.760426] sd 0:0:0:0: [sda] Mode Sense: 9b 00 10 08
[   14.761246] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[   14.763079] sd 0:0:1:0: [sdb] Write Protect is off
[   14.763082] sd 0:0:1:0: [sdb] Mode Sense: 9b 00 10 08
[   14.763811] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
[   14.768087] ata14: SATA max UDMA/133 abar m524288@0x92f00000 port 0x92f00480 irq 50
[   14.768406] initcall ahci_pci_driver_init+0x0/0x1a returned 0 after 324062 usecs
[   14.825510] calling  sil24_pci_driver_init+0x0/0x1a @ 1
[   14.825560] initcall sil24_pci_driver_init+0x0/0x1a returned 0 after 46 usecs
[   14.825562] calling  piix_init+0x0/0x29 @ 1
[   14.825668] initcall piix_init+0x0/0x29 returned 0 after 101 usecs
[   14.825670] calling  nv_pci_driver_init+0x0/0x1a @ 1
[   14.825713] initcall nv_pci_driver_init+0x0/0x1a returned 0 after 40 usecs
[   14.825715] calling  pdc_ata_pci_driver_init+0x0/0x1a @ 1
[   14.825755] initcall pdc_ata_pci_driver_init+0x0/0x1a returned 0 after 37 usecs
[   14.825757] calling  sil_pci_driver_init+0x0/0x1a @ 1
[   14.825795] initcall sil_pci_driver_init+0x0/0x1a returned 0 after 34 usecs
[   14.825796] calling  sis_pci_driver_init+0x0/0x1a @ 1
[   14.825832] initcall sis_pci_driver_init+0x0/0x1a returned 0 after 32 usecs
[   14.825834] calling  k2_sata_pci_driver_init+0x0/0x1a @ 1
[   14.825874] initcall k2_sata_pci_driver_init+0x0/0x1a returned 0 after 37 usecs
[   14.825876] calling  svia_pci_driver_init+0x0/0x1a @ 1
[   14.825913] initcall svia_pci_driver_init+0x0/0x1a returned 0 after 33 usecs
[   14.825915] calling  atiixp_pci_driver_init+0x0/0x1a @ 1
[   14.825956] initcall atiixp_pci_driver_init+0x0/0x1a returned 0 after 37 usecs
[   14.825958] calling  jmicron_pci_driver_init+0x0/0x1a @ 1
[   14.825995] initcall jmicron_pci_driver_init+0x0/0x1a returned 0 after 33 usecs
[   14.825996] calling  sis_pci_driver_init+0x0/0x1a @ 1
[   14.826031] initcall sis_pci_driver_init+0x0/0x1a returned 0 after 32 usecs
[   14.826033] calling  mpiix_pci_driver_init+0x0/0x1a @ 1
[   14.826069] initcall mpiix_pci_driver_init+0x0/0x1a returned 0 after 33 usecs
[   14.826071] calling  dummy_init_module+0x0/0xd9 @ 1
[   14.826177] initcall dummy_init_module+0x0/0xd9 returned 0 after 101 usecs
[   14.826179] calling  macvlan_init_module+0x0/0x77 @ 1
[   14.826182] initcall macvlan_init_module+0x0/0x77 returned 0 after 1 usecs
[   14.826185] calling  macvtap_init+0x0/0xa0 @ 1
[   14.826195] initcall macvtap_init+0x0/0xa0 returned 0 after 8 usecs
[   14.826196] calling  net_olddevs_init+0x0/0x5d @ 1
[   14.826201] initcall net_olddevs_init+0x0/0x5d returned 0 after 2 usecs
[   14.826203] calling  blackhole_netdev_init+0x0/0x79 @ 1
[   14.826208] initcall blackhole_netdev_init+0x0/0x79 returned 0 after 3 usecs
[   14.826210] calling  phy_module_init+0x0/0x18 @ 1
[   14.826266] initcall phy_module_init+0x0/0x18 returned 0 after 52 usecs
[   14.826268] calling  tun_init+0x0/0x9f @ 1
[   14.826269] tun: Universal TUN/TAP device driver, 1.6
[   14.831360] initcall tun_init+0x0/0x9f returned 0 after 4970 usecs
[   14.831361] calling  veth_init+0x0/0x11 @ 1
[   14.831364] initcall veth_init+0x0/0x11 returned 0 after 0 usecs
[   14.831365] calling  vortex_init+0x0/0xa6 @ 1
[   14.831414] initcall vortex_init+0x0/0xa6 returned 0 after 45 usecs
[   14.831416] calling  typhoon_init+0x0/0x1a @ 1
[   14.831455] initcall typhoon_init+0x0/0x1a returned 0 after 35 usecs
[   14.831457] calling  acenic_pci_driver_init+0x0/0x1a @ 1
[   14.831493] initcall acenic_pci_driver_init+0x0/0x1a returned 0 after 33 usecs
[   14.831495] calling  atl1_driver_init+0x0/0x1a @ 1
[   14.831531] initcall atl1_driver_init+0x0/0x1a returned 0 after 32 usecs
[   14.831532] calling  bnx2_pci_driver_init+0x0/0x1a @ 1
[   14.831578] initcall bnx2_pci_driver_init+0x0/0x1a returned 0 after 42 usecs
[   14.831579] calling  bnx2x_init+0x0/0xd0 @ 1
[   14.831681] initcall bnx2x_init+0x0/0xd0 returned 0 after 96 usecs
[   14.831683] calling  tg3_driver_init+0x0/0x1a @ 1
[   14.852273] tg3 0000:04:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address 2c:ea:7f:67:63:0f
[   14.862796] tg3 0000:04:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   14.872632] tg3 0000:04:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   14.880464] tg3 0000:04:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[   14.889413] sd 0:0:1:0: [sdb] Attached SCSI disk
[   14.891125] ata5: SATA link down (SStatus 0 SControl 300)
[   14.897347]  sda: sda1 sda2 sda3
[   14.899496] ata6: SATA link down (SStatus 0 SControl 300)
[   14.908154] ata2: SATA link down (SStatus 0 SControl 300)
[   14.913584] ata4: SATA link down (SStatus 0 SControl 300)
[   14.919026] ata1: SATA link down (SStatus 0 SControl 300)
[   14.924514] ata3: SATA link down (SStatus 0 SControl 300)
[   14.932384] tg3 0000:04:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address 2c:ea:7f:67:63:10
[   14.942914] tg3 0000:04:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   14.952744] tg3 0000:04:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   14.960576] tg3 0000:04:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   14.967488] initcall tg3_driver_init+0x0/0x1a returned 0 after 132618 usecs
[   14.967490] calling  cavium_ptp_driver_init+0x0/0x1a @ 1
[   14.967534] initcall cavium_ptp_driver_init+0x0/0x1a returned 0 after 40 usecs
[   14.967536] calling  cxgb_pci_driver_init+0x0/0x1a @ 1
[   14.967570] initcall cxgb_pci_driver_init+0x0/0x1a returned 0 after 31 usecs
[   14.967572] calling  cxgb3_init_module+0x0/0x1f @ 1
[   14.967613] initcall cxgb3_init_module+0x0/0x1f returned 0 after 37 usecs
[   14.967615] calling  de_init+0x0/0x1a @ 1
[   14.967649] initcall de_init+0x0/0x1a returned 0 after 31 usecs
[   14.967651] calling  tulip_init+0x0/0x51 @ 1
[   14.967694] initcall tulip_init+0x0/0x51 returned 0 after 40 usecs
[   14.967696] calling  de4x5_module_init+0x0/0x1a @ 1
[   14.967732] initcall de4x5_module_init+0x0/0x1a returned 0 after 33 usecs
[   14.967734] calling  rio_driver_init+0x0/0x1a @ 1
[   14.967768] initcall rio_driver_init+0x0/0x1a returned 0 after 31 usecs
[   14.967770] calling  e100_init_module+0x0/0x51 @ 1
[   14.967771] e100: Intel(R) PRO/100 Network Driver
[   14.967996] sd 0:0:0:0: [sda] Attached SCSI disk
[   14.972488] e100: Copyright(c) 1999-2006 Intel Corporation
[   14.972546] initcall e100_init_module+0x0/0x51 returned 0 after 4662 usecs
[   14.982606] calling  e1000_init_module+0x0/0x73 @ 1
[   14.982608] e1000: Intel(R) PRO/1000 Network Driver
[   14.987484] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   14.993285] initcall e1000_init_module+0x0/0x73 returned 0 after 10426 usecs
[   14.993287] calling  e1000_init_module+0x0/0x32 @ 1
[   14.993288] e1000e: Intel(R) PRO/1000 Network Driver
[   14.998256] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   15.004278] initcall e1000_init_module+0x0/0x32 returned 0 after 10731 usecs
[   15.004280] calling  igb_init_module+0x0/0x40 @ 1
[   15.004281] igb: Intel(R) Gigabit Ethernet Network Driver
[   15.009678] igb: Copyright (c) 2007-2014 Intel Corporation.
[   15.015304] initcall igb_init_module+0x0/0x40 returned 0 after 10763 usecs
[   15.015306] calling  igbvf_init_module+0x0/0x40 @ 1
[   15.015307] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[   15.021578] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[   15.027533] initcall igbvf_init_module+0x0/0x40 returned 0 after 11938 usecs
[   15.027534] calling  skge_init_module+0x0/0x34 @ 1
[   15.027573] initcall skge_init_module+0x0/0x34 returned 0 after 35 usecs
[   15.027575] calling  sky2_init_module+0x0/0x26 @ 1
[   15.027576] sky2: driver version 1.30
[   15.031288] initcall sky2_init_module+0x0/0x26 returned 0 after 3624 usecs
[   15.031290] calling  s2io_driver_init+0x0/0x1a @ 1
[   15.031328] initcall s2io_driver_init+0x0/0x1a returned 0 after 34 usecs
[   15.031330] calling  forcedeth_pci_driver_init+0x0/0x1a @ 1
[   15.031375] initcall forcedeth_pci_driver_init+0x0/0x1a returned 0 after 42 usecs
[   15.031378] calling  cp_driver_init+0x0/0x1a @ 1
[   15.031414] initcall cp_driver_init+0x0/0x1a returned 0 after 33 usecs
[   15.031416] calling  rtl8139_init_module+0x0/0x1a @ 1
[   15.031456] initcall rtl8139_init_module+0x0/0x1a returned 0 after 37 usecs
[   15.031458] calling  rtl8169_pci_driver_init+0x0/0x1a @ 1
[   15.031496] initcall rtl8169_pci_driver_init+0x0/0x1a returned 0 after 35 usecs
[   15.031498] calling  sis190_pci_driver_init+0x0/0x1a @ 1
[   15.031535] initcall sis190_pci_driver_init+0x0/0x1a returned 0 after 33 usecs
[   15.031537] calling  sis900_init_module+0x0/0x1a @ 1
[   15.031572] initcall sis900_init_module+0x0/0x1a returned 0 after 32 usecs
[   15.031574] calling  rhine_init+0x0/0x73 @ 1
[   15.031619] initcall rhine_init+0x0/0x73 returned 0 after 42 usecs
[   15.031621] calling  velocity_init_module+0x0/0x53 @ 1
[   15.031663] initcall velocity_init_module+0x0/0x53 returned 0 after 38 usecs
[   15.031665] calling  fusion_init+0x0/0xf4 @ 1
[   15.031666] Fusion MPT base driver 3.04.20
[   15.035768] Copyright (c) 1999-2008 LSI Corporation
[   15.040650] initcall fusion_init+0x0/0xf4 returned 0 after 8772 usecs
[   15.040652] calling  mptspi_init+0x0/0xec @ 1
[   15.040653] Fusion MPT SPI Host driver 3.04.20
[   15.045137] initcall mptspi_init+0x0/0xec returned 0 after 4378 usecs
[   15.045139] calling  mptfc_init+0x0/0xff @ 1
[   15.045140] Fusion MPT FC Host driver 3.04.20
[   15.049541] initcall mptfc_init+0x0/0xff returned 0 after 4296 usecs
[   15.049543] calling  mptsas_init+0x0/0x128 @ 1
[   15.049544] Fusion MPT SAS Host driver 3.04.20
[   15.054032] initcall mptsas_init+0x0/0x128 returned 0 after 4381 usecs
[   15.054034] calling  mptctl_init+0x0/0x14d @ 1
[   15.054035] Fusion MPT misc device (ioctl) driver 3.04.20
[   15.059464] mptctl: Registered with Fusion MPT base driver
[   15.064954] mptctl: /dev/mptctl @ (major,minor=10,220)
[   15.070094] initcall mptctl_init+0x0/0x14d returned 0 after 15681 usecs
[   15.070096] calling  cdrom_init+0x0/0xd @ 1
[   15.070103] initcall cdrom_init+0x0/0xd returned 0 after 5 usecs
[   15.070105] calling  ehci_hcd_init+0x0/0xac @ 1
[   15.070106] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   15.075012] ata12: SATA link down (SStatus 0 SControl 300)
[   15.076645] initcall ehci_hcd_init+0x0/0xac returned 0 after 6384 usecs
[   15.082126] calling  ehci_pci_init+0x0/0x65 @ 1
[   15.082128] ehci-pci: EHCI PCI platform driver
[   15.082147] ata10: SATA link down (SStatus 0 SControl 300)
[   15.086616] initcall ehci_pci_init+0x0/0x65 returned 0 after 4381 usecs
[   15.092075] calling  ohci_hcd_mod_init+0x0/0x7d @ 1
[   15.092076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   15.092105] ata7: SATA link down (SStatus 0 SControl 300)
[   15.098266] initcall ohci_hcd_mod_init+0x0/0x7d returned 0 after 6043 usecs
[   15.103659] calling  ohci_pci_init+0x0/0x65 @ 1
[   15.103660] ohci-pci: OHCI PCI platform driver
[   15.103690] ata8: SATA link down (SStatus 0 SControl 300)
[   15.108142] initcall ohci_pci_init+0x0/0x65 returned 0 after 4374 usecs
[   15.113507] calling  uhci_hcd_init+0x0/0x108 @ 1
[   15.113508] uhci_hcd: USB Universal Host Controller Interface driver
[   15.113531] ata9: SATA link down (SStatus 0 SControl 300)
[   15.119906] initcall uhci_hcd_init+0x0/0x108 returned 0 after 6246 usecs
[   15.125275] calling  xhci_hcd_init+0x0/0x1f @ 1
[   15.125278] initcall xhci_hcd_init+0x0/0x1f returned 0 after 1 usecs
[   15.125280] calling  xhci_pci_init+0x0/0x4e @ 1
[   15.125292] ata11: SATA link down (SStatus 0 SControl 300)
[   15.125705] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   15.130816] ata13: SATA link down (SStatus 0 SControl 300)
[   15.136030] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   15.141533] ata14: SATA link down (SStatus 0 SControl 300)
[   15.150111] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[   15.163537] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   15.170769] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   15.176003] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   15.183406] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[   15.189875] hub 1-0:1.0: USB hub found
[   15.193661] hub 1-0:1.0: 16 ports detected
[   15.200576] hub 2-0:1.0: USB hub found
[   15.204350] hub 2-0:1.0: 10 ports detected
[   15.209485] usb: port power management may be unreliable
[   15.215392] initcall xhci_pci_init+0x0/0x4e returned 0 after 87997 usecs
[   15.215395] calling  sl811h_driver_init+0x0/0x13 @ 1
[   15.215405] initcall sl811h_driver_init+0x0/0x13 returned 0 after 7 usecs
[   15.215408] calling  usb_storage_driver_init+0x0/0x2f @ 1
[   15.215427] usbcore: registered new interface driver usb-storage
[   15.221439] initcall usb_storage_driver_init+0x0/0x2f returned 0 after 5887 usecs
[   15.221441] calling  usb_serial_init+0x0/0x156 @ 1
[   15.221458] initcall usb_serial_init+0x0/0x156 returned 0 after 14 usecs
[   15.221460] calling  i8042_init+0x0/0x47a @ 1
[   15.221479] i8042: PNP: No PS/2 controller found.
[   15.226190] initcall i8042_init+0x0/0x47a returned 0 after 4616 usecs
[   15.226192] calling  evdev_init+0x0/0x11 @ 1
[   15.226230] initcall evdev_init+0x0/0x11 returned 0 after 35 usecs
[   15.226232] calling  atkbd_init+0x0/0x26 @ 1
[   15.226246] initcall atkbd_init+0x0/0x26 returned 0 after 11 usecs
[   15.226248] calling  psmouse_init+0x0/0x80 @ 1
[   15.226266] initcall psmouse_init+0x0/0x80 returned 0 after 15 usecs
[   15.226267] calling  cmos_init+0x0/0x6c @ 1
[   15.226285] rtc_cmos 00:00: RTC can wake from S4
[   15.231252] rtc_cmos 00:00: registered as rtc0
[   15.235763] rtc_cmos 00:00: setting system clock to 2021-11-19T14:03:51 UTC (1637330631)
[   15.243890] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[   15.251550] initcall cmos_init+0x0/0x6c returned 0 after 24688 usecs
[   15.251551] calling  smbalert_driver_init+0x0/0x13 @ 1
[   15.251558] initcall smbalert_driver_init+0x0/0x13 returned 0 after 5 usecs
[   15.251559] calling  i2c_i801_init+0x0/0xc9 @ 1
[   15.251776] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   15.257567] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   15.293420] i2c i2c-0: 4/16 memory slots populated (from DMI)
[   15.299180] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD
[   15.308489] initcall i2c_i801_init+0x0/0xc9 returned 0 after 55593 usecs
[   15.308491] calling  linear_init+0x0/0x11 @ 1
[   15.308493] initcall linear_init+0x0/0x11 returned 0 after 0 usecs
[   15.308495] calling  raid0_init+0x0/0x11 @ 1
[   15.308496] initcall raid0_init+0x0/0x11 returned 0 after 0 usecs
[   15.308497] calling  raid_init+0x0/0x11 @ 1
[   15.308498] initcall raid_init+0x0/0x11 returned 0 after 0 usecs
[   15.308500] calling  raid5_init+0x0/0x8d @ 1
[   15.308555] initcall raid5_init+0x0/0x8d returned 0 after 52 usecs
[   15.308556] calling  multipath_init+0x0/0x11 @ 1
[   15.308557] initcall multipath_init+0x0/0x11 returned 0 after 0 usecs
[   15.308559] calling  intel_pstate_init+0x0/0x5a7 @ 1
[   15.308565] intel_pstate: Intel P-state driver initializing
[   15.314574] initcall intel_pstate_init+0x0/0x5a7 returned 0 after 5872 usecs
[   15.314578] calling  efivars_sysfs_init+0x0/0x1c0 @ 1
[   15.314579] EFI Variables Facility v0.08 2004-May-17
[   15.350363] initcall efivars_sysfs_init+0x0/0x1c0 returned 0 after 34942 usecs
[   15.350368] calling  esrt_sysfs_init+0x0/0x2e2 @ 1
[   15.350371] initcall esrt_sysfs_init+0x0/0x2e2 returned -38 after 0 usecs
[   15.350374] calling  hid_init+0x0/0x5d @ 1
[   15.350393] hid: raw HID events driver (C) Jiri Kosina
[   15.355544] initcall hid_init+0x0/0x5d returned 0 after 5045 usecs
[   15.355547] calling  hid_generic_init+0x0/0x1a @ 1
[   15.355562] initcall hid_generic_init+0x0/0x1a returned 0 after 11 usecs
[   15.355564] calling  a4_driver_init+0x0/0x1a @ 1
[   15.355576] initcall a4_driver_init+0x0/0x1a returned 0 after 8 usecs
[   15.355579] calling  apple_driver_init+0x0/0x1a @ 1
[   15.355596] initcall apple_driver_init+0x0/0x1a returned 0 after 13 usecs
[   15.355599] calling  belkin_driver_init+0x0/0x1a @ 1
[   15.355611] initcall belkin_driver_init+0x0/0x1a returned 0 after 8 usecs
[   15.355614] calling  ch_driver_init+0x0/0x1a @ 1
[   15.355625] initcall ch_driver_init+0x0/0x1a returned 0 after 8 usecs
[   15.355628] calling  ch_driver_init+0x0/0x1a @ 1
[   15.355638] initcall ch_driver_init+0x0/0x1a returned 0 after 7 usecs
[   15.355641] calling  cp_driver_init+0x0/0x1a @ 1
[   15.355652] initcall cp_driver_init+0x0/0x1a returned 0 after 7 usecs
[   15.355655] calling  dr_driver_init+0x0/0x1a @ 1
[   15.355666] initcall dr_driver_init+0x0/0x1a returned 0 after 7 usecs
[   15.355669] calling  ez_driver_init+0x0/0x1a @ 1
[   15.355680] initcall ez_driver_init+0x0/0x1a returned 0 after 8 usecs
[   15.355683] calling  gyration_driver_init+0x0/0x1a @ 1
[   15.355695] initcall gyration_driver_init+0x0/0x1a returned 0 after 8 usecs
[   15.355698] calling  ite_driver_init+0x0/0x1a @ 1
[   15.355710] initcall ite_driver_init+0x0/0x1a returned 0 after 8 usecs
[   15.355712] calling  ks_driver_init+0x0/0x1a @ 1
[   15.355724] initcall ks_driver_init+0x0/0x1a returned 0 after 8 usecs
[   15.355727] calling  kye_driver_init+0x0/0x1a @ 1
[   15.355738] initcall kye_driver_init+0x0/0x1a returned 0 after 8 usecs
[   15.355741] calling  ms_driver_init+0x0/0x1a @ 1
[   15.355753] initcall ms_driver_init+0x0/0x1a returned 0 after 8 usecs
[   15.355755] calling  mr_driver_init+0x0/0x1a @ 1
[   15.355768] initcall mr_driver_init+0x0/0x1a returned 0 after 9 usecs
[   15.355771] calling  ntrig_driver_init+0x0/0x1a @ 1
[   15.355787] initcall ntrig_driver_init+0x0/0x1a returned 0 after 12 usecs
[   15.355790] calling  ortek_driver_init+0x0/0x1a @ 1
[   15.355802] initcall ortek_driver_init+0x0/0x1a returned 0 after 9 usecs
[   15.355805] calling  pl_driver_init+0x0/0x1a @ 1
[   15.355818] initcall pl_driver_init+0x0/0x1a returned 0 after 9 usecs
[   15.355821] calling  pl_driver_init+0x0/0x1a @ 1
[   15.355834] initcall pl_driver_init+0x0/0x1a returned 0 after 10 usecs
[   15.355837] calling  redragon_driver_init+0x0/0x1a @ 1
[   15.355852] initcall redragon_driver_init+0x0/0x1a returned 0 after 10 usecs
[   15.355855] calling  samsung_driver_init+0x0/0x1a @ 1
[   15.355874] initcall samsung_driver_init+0x0/0x1a returned 0 after 15 usecs
[   15.355877] calling  sjoy_driver_init+0x0/0x1a @ 1
[   15.355890] initcall sjoy_driver_init+0x0/0x1a returned 0 after 10 usecs
[   15.355893] calling  sp_driver_init+0x0/0x1a @ 1
[   15.355906] initcall sp_driver_init+0x0/0x1a returned 0 after 9 usecs
[   15.355909] calling  ga_driver_init+0x0/0x1a @ 1
[   15.355922] initcall ga_driver_init+0x0/0x1a returned 0 after 9 usecs
[   15.355925] calling  tm_driver_init+0x0/0x1a @ 1
[   15.355938] initcall tm_driver_init+0x0/0x1a returned 0 after 10 usecs
[   15.355941] calling  ts_driver_init+0x0/0x1a @ 1
[   15.355954] initcall ts_driver_init+0x0/0x1a returned 0 after 10 usecs
[   15.355957] calling  twinhan_driver_init+0x0/0x1a @ 1
[   15.355972] initcall twinhan_driver_init+0x0/0x1a returned 0 after 10 usecs
[   15.355975] calling  zp_driver_init+0x0/0x1a @ 1
[   15.355989] initcall zp_driver_init+0x0/0x1a returned 0 after 11 usecs
[   15.355992] calling  hid_init+0x0/0x59 @ 1
[   15.356011] usbcore: registered new interface driver usbhid
[   15.361584] usbhid: USB HID core driver
[   15.365423] initcall hid_init+0x0/0x59 returned 0 after 9206 usecs
[   15.365426] calling  pmc_atom_init+0x0/0x27c @ 1
[   15.365554] initcall pmc_atom_init+0x0/0x27c returned -19 after 121 usecs
[   15.365557] calling  sock_diag_init+0x0/0x2f @ 1
[   15.365586] initcall sock_diag_init+0x0/0x2f returned 0 after 25 usecs
[   15.365589] calling  blackhole_init+0x0/0x11 @ 1
[   15.365594] initcall blackhole_init+0x0/0x11 returned 0 after 1 usecs
[   15.365598] calling  gre_offload_init+0x0/0x49 @ 1
[   15.365602] initcall gre_offload_init+0x0/0x49 returned 0 after 0 usecs
[   15.365605] calling  sysctl_ipv4_init+0x0/0x4c @ 1
[   15.365698] initcall sysctl_ipv4_init+0x0/0x4c returned 0 after 86 usecs
[   15.365701] calling  cubictcp_register+0x0/0x59 @ 1
[   15.365706] initcall cubictcp_register+0x0/0x59 returned 0 after 0 usecs
[   15.365709] calling  init_dns_resolver+0x0/0xcc @ 1
[   15.365716] Key type dns_resolver registered
[   15.369993] initcall init_dns_resolver+0x0/0xcc returned 0 after 4179 usecs
[   15.369998] calling  pm_check_save_msr+0x0/0x40 @ 1
[   15.370003] initcall pm_check_save_msr+0x0/0x40 returned 0 after 0 usecs
[   15.370006] calling  mcheck_init_device+0x0/0x12b @ 1
[   15.371246] initcall mcheck_init_device+0x0/0x12b returned 0 after 1205 usecs
[   15.371250] calling  dev_mcelog_init_device+0x0/0xbc @ 1
[   15.371298] initcall dev_mcelog_init_device+0x0/0xbc returned 0 after 43 usecs
[   15.371417] calling  mcheck_late_init+0x0/0x77 @ 1
[   15.371426] initcall mcheck_late_init+0x0/0x77 returned 0 after 5 usecs
[   15.371429] calling  severities_debugfs_init+0x0/0x2a @ 1
[   15.371434] initcall severities_debugfs_init+0x0/0x2a returned 0 after 2 usecs
[   15.371437] calling  microcode_init+0x0/0x1dd @ 1
[   15.371477] microcode: sig=0x50657, pf=0x80, revision=0x5003102
[   15.377528] microcode: Microcode Update Driver: v2.2.
[   15.377532] initcall microcode_init+0x0/0x1dd returned 0 after 5948 usecs
[   15.382596] calling  hpet_insert_resource+0x0/0x23 @ 1
[   15.382603] initcall hpet_insert_resource+0x0/0x23 returned 0 after 3 usecs
[   15.382606] calling  update_mp_table+0x0/0x520 @ 1
[   15.382609] initcall update_mp_table+0x0/0x520 returned 0 after 0 usecs
[   15.382611] calling  lapic_insert_resource+0x0/0x3f @ 1
[   15.382614] initcall lapic_insert_resource+0x0/0x3f returned -1 after 0 usecs
[   15.382617] calling  print_ipi_mode+0x0/0x2d @ 1
[   15.382619] IPI shorthand broadcast: enabled
[   15.386901] initcall print_ipi_mode+0x0/0x2d returned 0 after 4181 usecs
[   15.386904] calling  print_ICs+0x0/0x197 @ 1
[   15.386906] initcall print_ICs+0x0/0x197 returned 0 after 0 usecs
[   15.386910] calling  create_tlb_single_page_flush_ceiling+0x0/0x29 @ 1
[   15.386917] initcall create_tlb_single_page_flush_ceiling+0x0/0x29 returned 0 after 2 usecs
[   15.386920] calling  pat_memtype_list_init+0x0/0x32 @ 1
[   15.386926] initcall pat_memtype_list_init+0x0/0x32 returned 0 after 3 usecs
[   15.386930] calling  create_init_pkru_value+0x0/0x29 @ 1
[   15.386935] initcall create_init_pkru_value+0x0/0x29 returned 0 after 2 usecs
[   15.386941] calling  init_oops_id+0x0/0x40 @ 1
[   15.386945] initcall init_oops_id+0x0/0x40 returned 0 after 1 usecs
[   15.386950] calling  sched_clock_init_late+0x0/0xa9 @ 1
[   15.386953] sched_clock: Marking stable (13781017087, 1605880740)->(15712305120, -325407293)
[   15.395397] initcall sched_clock_init_late+0x0/0xa9 returned 0 after 8245 usecs
[   15.395401] calling  sched_init_debug+0x0/0x3e @ 1
[   15.395409] initcall sched_init_debug+0x0/0x3e returned 0 after 3 usecs
[   15.395411] calling  cpu_latency_qos_init+0x0/0x36 @ 1
[   15.395454] initcall cpu_latency_qos_init+0x0/0x36 returned 0 after 39 usecs
[   15.395457] calling  pm_debugfs_init+0x0/0x24 @ 1
[   15.395464] initcall pm_debugfs_init+0x0/0x24 returned 0 after 5 usecs
[   15.395467] calling  printk_late_init+0x0/0x122 @ 1
[   15.395470] initcall printk_late_init+0x0/0x122 returned 0 after 0 usecs
[   15.395473] calling  init_srcu_module_notifier+0x0/0x28 @ 1
[   15.395476] initcall init_srcu_module_notifier+0x0/0x28 returned 0 after 1 usecs
[   15.395479] calling  swiotlb_create_debugfs+0x0/0x51 @ 1
[   15.395487] initcall swiotlb_create_debugfs+0x0/0x51 returned 0 after 5 usecs
[   15.395490] calling  tk_debug_sleep_time_init+0x0/0x24 @ 1
[   15.395495] initcall tk_debug_sleep_time_init+0x0/0x24 returned 0 after 1 usecs
[   15.395498] calling  debugfs_kprobe_init+0x0/0xaa @ 1
[   15.395510] initcall debugfs_kprobe_init+0x0/0xaa returned 0 after 8 usecs
[   15.395513] calling  taskstats_init+0x0/0x37 @ 1
[   15.395522] registered taskstats version 1
[   15.399626] initcall taskstats_init+0x0/0x37 returned 0 after 4013 usecs
[   15.399629] calling  bpf_map_iter_init+0x0/0x2c @ 1
[   15.399634] initcall bpf_map_iter_init+0x0/0x2c returned 0 after 1 usecs
[   15.399636] calling  task_iter_init+0x0/0x40 @ 1
[   15.399640] initcall task_iter_init+0x0/0x40 returned 0 after 1 usecs
[   15.399643] calling  bpf_prog_iter_init+0x0/0x1b @ 1
[   15.399647] initcall bpf_prog_iter_init+0x0/0x1b returned 0 after 0 usecs
[   15.399650] calling  load_system_certificate_list+0x0/0x2b @ 1
[   15.399651] Loading compiled-in X.509 certificates
[   15.405998] Loaded X.509 cert 'Build time autogenerated kernel key: c8917cc475f5ec999a855e8fded347ca31a5757a'
[   15.415919] initcall load_system_certificate_list+0x0/0x2b returned 0 after 15882 usecs
[   15.415924] calling  fault_around_debugfs+0x0/0x24 @ 1
[   15.415931] initcall fault_around_debugfs+0x0/0x24 returned 0 after 3 usecs
[   15.415934] calling  max_swapfiles_check+0x0/0x8 @ 1
[   15.415937] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[   15.415939] calling  init_zswap+0x0/0x45b @ 1
[   15.415993] zswap: loaded using pool lzo/zbud
[   15.420429] initcall init_zswap+0x0/0x45b returned 0 after 4381 usecs
[   15.420432] calling  split_huge_pages_debugfs+0x0/0x24 @ 1
[   15.420437] initcall split_huge_pages_debugfs+0x0/0x24 returned 0 after 1 usecs
[   15.420439] calling  check_early_ioremap_leak+0x0/0x39 @ 1
[   15.420442] initcall check_early_ioremap_leak+0x0/0x39 returned 0 after 0 usecs
[   15.420446] calling  init_root_keyring+0x0/0xe @ 1
[   15.420465] initcall init_root_keyring+0x0/0xe returned 0 after 15 usecs
[   15.420468] calling  integrity_fs_init+0x0/0x49 @ 1
[   15.420474] initcall integrity_fs_init+0x0/0x49 returned 0 after 2 usecs
[   15.420477] calling  blk_timeout_init+0x0/0x13 @ 1
[   15.420479] initcall blk_timeout_init+0x0/0x13 returned 0 after 0 usecs
[   15.420481] calling  prandom_init_late+0x0/0x27 @ 1
[   15.420484] initcall prandom_init_late+0x0/0x27 returned 0 after 0 usecs
[   15.420486] calling  init_error_injection+0x0/0x6a @ 1
[   15.420827] initcall init_error_injection+0x0/0x6a returned 0 after 330 usecs
[   15.420829] calling  pci_resource_alignment_sysfs_init+0x0/0x18 @ 1
[   15.420834] initcall pci_resource_alignment_sysfs_init+0x0/0x18 returned 0 after 2 usecs
[   15.420836] calling  pci_sysfs_init+0x0/0x50 @ 1
[   15.423903] initcall pci_sysfs_init+0x0/0x50 returned 0 after 2990 usecs
[   15.423907] calling  clk_debug_init+0x0/0x116 @ 1
[   15.423921] initcall clk_debug_init+0x0/0x116 returned 0 after 10 usecs
[   15.423924] calling  dmar_free_unused_resources+0x0/0xb9 @ 1
[   15.423927] initcall dmar_free_unused_resources+0x0/0xb9 returned 0 after 0 usecs
[   15.423932] calling  sync_state_resume_initcall+0x0/0x10 @ 1
[   15.423936] initcall sync_state_resume_initcall+0x0/0x10 returned 0 after 0 usecs
[   15.423938] calling  deferred_probe_initcall+0x0/0xa0 @ 1
[   15.423953] initcall deferred_probe_initcall+0x0/0xa0 returned 0 after 11 usecs
[   15.423956] calling  firmware_memmap_init+0x0/0x33 @ 1
[   15.423989] initcall firmware_memmap_init+0x0/0x33 returned 0 after 30 usecs
[   15.423992] calling  register_update_efi_random_seed+0x0/0x1e @ 1
[   15.423995] initcall register_update_efi_random_seed+0x0/0x1e returned 0 after 0 usecs
[   15.423997] calling  efi_shutdown_init+0x0/0x3a @ 1
[   15.423999] initcall efi_shutdown_init+0x0/0x3a returned 0 after 0 usecs
[   15.424002] calling  efi_earlycon_unmap_fb+0x0/0x26 @ 1
[   15.424004] initcall efi_earlycon_unmap_fb+0x0/0x26 returned 0 after 0 usecs
[   15.424007] calling  bpf_sk_storage_map_iter_init+0x0/0x1d @ 1
[   15.424011] initcall bpf_sk_storage_map_iter_init+0x0/0x1d returned 0 after 0 usecs
[   15.424013] calling  tcp_congestion_default+0x0/0x18 @ 1
[   15.424017] initcall tcp_congestion_default+0x0/0x18 returned 0 after 0 usecs
[   15.424021] calling  pci_mmcfg_late_insert_resources+0x0/0x51 @ 1
[   15.424025] initcall pci_mmcfg_late_insert_resources+0x0/0x51 returned 0 after 0 usecs
[   15.424028] calling  clear_boot_tracer+0x0/0x26 @ 1
[   15.424030] initcall clear_boot_tracer+0x0/0x26 returned 0 after 0 usecs
[   15.424033] calling  tracing_set_default_clock+0x0/0x5c @ 1
[   15.424036] initcall tracing_set_default_clock+0x0/0x5c returned 0 after 0 usecs
[   15.424039] calling  acpi_gpio_handle_deferred_request_irqs+0x0/0x7d @ 1
[   15.424041] initcall acpi_gpio_handle_deferred_request_irqs+0x0/0x7d returned 0 after 0 usecs
[   15.424045] calling  clk_disable_unused+0x0/0x102 @ 1
[   15.424048] initcall clk_disable_unused+0x0/0x102 returned 0 after 0 usecs
[   15.425293] Freeing unused kernel image (initmem) memory: 1568K
[   15.440873] usb 1-14: new high-speed USB device number 2 using xhci_hcd
[   15.441869] Write protecting the kernel read-only data: 20480k
[   15.454087] Freeing unused kernel image (text/rodata gap) memory: 2032K
[   15.460853] Freeing unused kernel image (rodata/data gap) memory: 352K
[   15.467388] Run /init as init process
[   15.471059]   with arguments:
[   15.471060]     /init
[   15.471061]   with environment:
[   15.471062]     HOME=/
[   15.471063]     TERM=linux
[   15.471064]     crashkernel=64G-:256M
[   15.573448] hub 1-14:1.0: USB hub found
[   15.577318] hub 1-14:1.0: 4 ports detected
[   15.661793] XFS (sda1): Mounting V5 Filesystem
[   15.794962] XFS (sda1): Ending clean mount
[   16.301882] usb 1-14.1: new high-speed USB device number 3 using xhci_hcd
[   16.384465] hub 1-14.1:1.0: USB hub found
[   16.388512] hub 1-14.1:1.0: 4 ports detected
[   16.427590] calling  init_autofs_fs+0x0/0x26 [autofs4] @ 1
[   16.427648] initcall init_autofs_fs+0x0/0x26 [autofs4] returned 0 after 49 usecs
[   16.427696] systemd[1]: Inserted module 'autofs4'
[   16.456872] usb 1-14.4: new high-speed USB device number 4 using xhci_hcd
[   16.539508] hub 1-14.4:1.0: USB hub found
[   16.543546] hub 1-14.4:1.0: 4 ports detected
[   16.692034] calling  inet6_init+0x0/0x374 [ipv6] @ 1
[   16.692099] NET: Registered protocol family 10
[   16.696800] Segment Routing with IPv6
[   16.700498] initcall inet6_init+0x0/0x374 [ipv6] returned 0 after 8250 usecs
[   16.736807] calling  af_unix_init+0x0/0x1000 [unix] @ 1
[   16.736821] NET: Registered protocol family 1
[   16.741203] initcall af_unix_init+0x0/0x1000 [unix] returned 0 after 4290 usecs
[   16.741230] systemd[1]: Inserted module 'unix'
[   16.793908] calling  xt_init+0x0/0x1000 [x_tables] @ 1
[   16.793918] initcall xt_init+0x0/0x1000 [x_tables] returned 0 after 3 usecs
[   16.835541] calling  ip_tables_init+0x0/0x1000 [ip_tables] @ 1
[   16.835550] initcall ip_tables_init+0x0/0x1000 [ip_tables] returned 0 after 4 usecs
[   16.895655] calling  efivarfs_init+0x0/0x1000 [efivarfs] @ 232
[   16.895658] initcall efivarfs_init+0x0/0x1000 [efivarfs] returned 0 after 1 usecs
[   17.005068] systemd[1]: systemd 242 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   17.037935] systemd[1]: Detected architecture x86-64.
[   17.070723] systemd[1]: Set hostname to <furoncles.molgen.mpg.de>.
[   17.865375] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[   17.873424] systemd[1]: Listening on udev Kernel Socket.
[   17.880047] systemd[1]: Listening on Process Core Dump Socket.
[   17.885915] systemd[1]: Reached target network after root writable.
[   17.892276] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   17.901735] systemd[1]: Listening on Journal Socket (/dev/log).
[   17.907987] systemd[1]: Created slice User and Session Slice.
[   18.312301] calling  init_sunrpc+0x0/0x6e [sunrpc] @ 270
[   18.312562] RPC: Registered named UNIX socket transport module.
[   18.318499] RPC: Registered udp transport module.
[   18.323208] RPC: Registered tcp transport module.
[   18.327920] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   18.334388] initcall init_sunrpc+0x0/0x6e [sunrpc] returned 0 after 21548 usecs
[   18.347603] calling  init_grace+0x0/0x1000 [grace] @ 270
[   18.347607] initcall init_grace+0x0/0x1000 [grace] returned 0 after 0 usecs
[   18.501619] calling  init_nlm+0x0/0x5c [lockd] @ 270
[   18.501634] initcall init_nlm+0x0/0x5c [lockd] returned 0 after 9 usecs
[   18.691487] calling  init_rpcsec_gss+0x0/0x1000 [auth_rpcgss] @ 270
[   18.691501] initcall init_rpcsec_gss+0x0/0x1000 [auth_rpcgss] returned 0 after 8 usecs
[   18.951622] calling  init_nfsd+0x0/0x1000 [nfsd] @ 270
[   18.951624] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   18.958084] initcall init_nfsd+0x0/0x1000 [nfsd] returned 0 after 6292 usecs
[   18.973435] systemd-journald[254]: Received request to flush runtime journal from PID 1
[   19.268825] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 348
[   19.268830] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.281078] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 350
[   19.281081] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.284090] calling  acpi_wmi_init+0x0/0x1000 [wmi] @ 394
[   19.284219] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[   19.292230] initcall acpi_wmi_init+0x0/0x1000 [wmi] returned 0 after 7942 usecs
[   19.306076] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 345
[   19.306079] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.323118] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 343
[   19.323122] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.350409] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 289
[   19.350413] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.387179] calling  pstore_init+0x0/0xfb6 [pstore] @ 331
[   19.387187] initcall pstore_init+0x0/0xfb6 [pstore] returned 0 after 4 usecs
[   19.387197] calling  wmi_bmof_driver_init+0x0/0x1000 [wmi_bmof] @ 322
[   19.387244] initcall wmi_bmof_driver_init+0x0/0x1000 [wmi_bmof] returned 0 after 40 usecs
[   19.387315] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 290
[   19.387318] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.423163] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 288
[   19.423169] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.439092] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 291
[   19.439095] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.461104] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 344
[   19.461108] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.466309] calling  crc32c_intel_mod_init+0x0/0x1000 [crc32c_intel] @ 357
[   19.466397] initcall crc32c_intel_mod_init+0x0/0x1000 [crc32c_intel] returned 0 after 72 usecs
[   19.484070] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 295
[   19.484073] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.500067] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 346
[   19.500069] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.524356] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 287
[   19.524360] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.524385] calling  init_ipmi_si+0x0/0x144 [ipmi_si] @ 377
[   19.524387] ipmi_si: IPMI System Interface driver
[   19.529119] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[   19.535482] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
[   19.542796] ipmi_si: Adding SMBIOS-specified kcs state machine
[   19.542937] calling  pqi_init+0x0/0x1000 [smartpqi] @ 407
[   19.548633] Microsemi PQI Driver (v1.2.16-010)
[   19.548703] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[   19.553337] smartpqi 0000:af:00.0: Microsemi Smart Family Controller found
[   19.559034] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
[   19.573886] calling  iTCO_vendor_init_module+0x0/0x1000 [iTCO_vendor_support] @ 312
[   19.573888] iTCO_vendor_support: vendor-support=0
[   19.574443] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
[   19.578601] initcall iTCO_vendor_init_module+0x0/0x1000 [iTCO_vendor_support] returned 0 after 4601 usecs
[   19.587304] ipmi_si: Adding ACPI-specified kcs state machine
[   19.593105] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
[   19.615353] calling  efivars_pstore_init+0x0/0x1000 [efi_pstore] @ 331
[   19.616238] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 285
[   19.616241] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.645002] calling  iTCO_wdt_init_module+0x0/0x1000 [iTCO_wdt] @ 312
[   19.645003] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   19.650658] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 292
[   19.650662] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.650668] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   19.658002] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   19.664035] initcall iTCO_wdt_init_module+0x0/0x1000 [iTCO_wdt] returned 0 after 13058 usecs
[   19.685232] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 349
[   19.685238] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.688837] calling  deflate_mod_init+0x0/0x1000 [deflate] @ 436
[   19.688982] initcall deflate_mod_init+0x0/0x1000 [deflate] returned 0 after 136 usecs
[   19.690159] pstore: Using crash dump compression: deflate
[   19.695580] pstore: Registered efi as persistent store backend
[   19.701420] initcall efivars_pstore_init+0x0/0x1000 [efi_pstore] returned 0 after 12280 usecs
[   19.717875] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   19.729544] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 347
[   19.729546] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   19.748944] ipmi_si IPI0001:00: Using irq 10
[   19.782849] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   19.830495] calling  i40e_init_module+0x0/0x1000 [i40e] @ 330
[   19.830496] i40e: Intel(R) Ethernet Connection XL710 Network Driver
[   19.836764] i40e: Copyright (c) 2013 - 2019 Intel Corporation.
[   19.850990] smartpqi 0000:af:00.0: Online Firmware Activation enabled
[   19.855363] i40e 0000:5f:00.0: fw 8.815.63341 api 1.12 nvm 8.15 0x800096c1 20.0.17 [8086:1572] [8086:0006]
[   19.857437] smartpqi 0000:af:00.0: Serial Management Protocol enabled
[   19.867081] i40e 0000:5f:00.0: The driver for the device detected a newer version of the NVM image v1.12 than expected v1.9. Please install the most recent version of the network driver.
[   19.867391] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   19.873521] smartpqi 0000:af:00.0: New Soft Reset Handshake enabled
[   19.873523] smartpqi 0000:af:00.0: RAID IU Timeout enabled
[   19.873526] smartpqi 0000:af:00.0: TMF IU Timeout enabled
[   19.890122] initcall init_ipmi_si+0x0/0x144 [ipmi_si] returned 0 after 58217 usecs
[   19.896141] scsi host15: smartpqi
[   19.927698] scsi 15:0:0:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   19.938780] sd 15:0:0:0: Attached scsi generic sg2 type 0
[   19.940672] sd 15:0:0:0: [sdc] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   19.944226] smartpqi 0000:af:00.0: added 15:0:0:0 5000c500cbde7d9d Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   19.952094] sd 15:0:0:0: [sdc] 4096-byte physical blocks
[   19.964626] scsi 15:0:1:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   19.969793] sd 15:0:0:0: [sdc] Write Protect is off
[   19.981795] sd 15:0:0:0: [sdc] Mode Sense: df 00 10 08
[   19.982282] calling  drm_core_init+0x0/0x1000 [drm] @ 359
[   19.982318] initcall drm_core_init+0x0/0x1000 [drm] returned 0 after 16 usecs
[   19.983829] sd 15:0:0:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   19.984816] sd 15:0:1:0: Attached scsi generic sg3 type 0
[   19.987342] sd 15:0:1:0: [sdd] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   19.987343] sd 15:0:1:0: [sdd] 4096-byte physical blocks
[   19.988307] sd 15:0:1:0: [sdd] Write Protect is off
[   19.988308] sd 15:0:1:0: [sdd] Mode Sense: df 00 10 08
[   19.990142] sd 15:0:1:0: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.005846] sd 15:0:1:0: [sdd] Attached SCSI disk
[   20.008213] sd 15:0:0:0: [sdc] Attached SCSI disk
[   20.011116] smartpqi 0000:af:00.0: added 15:0:1:0 5000c500d6e59df5 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.046490] scsi 15:0:2:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.103347] i40e 0000:5f:00.0: MAC address: f8:f2:1e:bb:d4:b0
[   20.106346] sd 15:0:2:0: Attached scsi generic sg4 type 0
[   20.108856] sd 15:0:2:0: [sde] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.108859] sd 15:0:2:0: [sde] 4096-byte physical blocks
[   20.109239] i40e 0000:5f:00.0: FW LLDP is enabled
[   20.109832] sd 15:0:2:0: [sde] Write Protect is off
[   20.109834] sd 15:0:2:0: [sde] Mode Sense: df 00 10 08
[   20.111665] sd 15:0:2:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.114537] smartpqi 0000:af:00.0: added 15:0:2:0 5000c500d6f1339d Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.127302] sd 15:0:2:0: [sde] Attached SCSI disk
[   20.128936] scsi 15:0:3:0: Direct-Access     SEAGATE  ST16000NM004J    E001 PQ: 0 ANSI: 7
[   20.131573] i40e 0000:5f:00.0 eth2: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: None
[   20.133801] i40e 0000:5f:00.0: PCI-Express: Speed 8.0GT/s Width x8
[   20.139534] sd 15:0:3:0: Attached scsi generic sg5 type 0
[   20.164181] i40e 0000:5f:00.0: Features: PF-id[0] VFs: 64 VSIs: 66 QP: 16 RSS FD_ATR FD_SB NTUPLE VxLAN Geneve PTP VEPA
[   20.170152] smartpqi 0000:af:00.0: added 15:0:3:0 5000c500d78e5049 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.205378] i40e 0000:5f:00.1: fw 8.815.63341 api 1.12 nvm 8.15 0x800096c1 20.0.17 [8086:1572] [8086:0000]
[   20.213391] scsi 15:0:4:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.221776] i40e 0000:5f:00.1: The driver for the device detected a newer version of the NVM image v1.12 than expected v1.9. Please install the most recent version of the network driver.
[   20.233545] sd 15:0:4:0: Attached scsi generic sg6 type 0
[   20.236065] sd 15:0:4:0: [sdg] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.236066] sd 15:0:4:0: [sdg] 4096-byte physical blocks
[   20.237035] sd 15:0:4:0: [sdg] Write Protect is off
[   20.237036] sd 15:0:4:0: [sdg] Mode Sense: df 00 10 08
[   20.238869] sd 15:0:4:0: [sdg] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.254546] sd 15:0:4:0: [sdg] Attached SCSI disk
[   20.259904] smartpqi 0000:af:00.0: added 15:0:4:0 5000c500d6f4e291 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.295898] scsi 15:0:5:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.301481] sd 15:0:3:0: [sdf] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.306194] sd 15:0:5:0: Attached scsi generic sg7 type 0
[   20.308686] sd 15:0:5:0: [sdh] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.308687] sd 15:0:5:0: [sdh] 4096-byte physical blocks
[   20.309658] sd 15:0:5:0: [sdh] Write Protect is off
[   20.309659] sd 15:0:5:0: [sdh] Mode Sense: df 00 10 08
[   20.311497] sd 15:0:5:0: [sdh] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.311995] sd 15:0:3:0: [sdf] 4096-byte physical blocks
[   20.313000] sd 15:0:3:0: [sdf] Write Protect is off
[   20.317422] smartpqi 0000:af:00.0: added 15:0:5:0 5000c500d6f748b1 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.325309] sd 15:0:3:0: [sdf] Mode Sense: df 00 10 08
[   20.327122] sd 15:0:5:0: [sdh] Attached SCSI disk
[   20.327304] sd 15:0:3:0: [sdf] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.331820] scsi 15:0:6:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.387525] calling  drm_kms_helper_init+0x0/0x15 [drm_kms_helper] @ 359
[   20.387533] initcall drm_kms_helper_init+0x0/0x15 [drm_kms_helper] returned 0 after 0 usecs
[   20.387598] calling  vmx_init+0x0/0xa6 [kvm_intel] @ 315
[   20.389295] sd 15:0:6:0: Attached scsi generic sg8 type 0
[   20.391805] sd 15:0:6:0: [sdi] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.394732] smartpqi 0000:af:00.0: added 15:0:6:0 5000c500d6e57db5 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.402609] sd 15:0:6:0: [sdi] 4096-byte physical blocks
[   20.403838] sd 15:0:6:0: [sdi] Write Protect is off
[   20.424093] sd 15:0:6:0: [sdi] Mode Sense: df 00 10 08
[   20.426094] sd 15:0:6:0: [sdi] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.434829] calling  mgag200_init+0x0/0x1000 [mgag200] @ 359
[   20.450355] sd 15:0:6:0: [sdi] Attached SCSI disk
[   20.482528] initcall vmx_init+0x0/0xa6 [kvm_intel] returned 0 after 46574 usecs
[   20.483309] i40e 0000:5f:00.1: MAC address: f8:f2:1e:bb:d4:b1
[   20.483893] scsi 15:0:7:0: Direct-Access     SEAGATE  ST16000NM004J    E001 PQ: 0 ANSI: 7
[   20.489195] i40e 0000:5f:00.1: FW LLDP is enabled
[   20.499503] sd 15:0:7:0: Attached scsi generic sg9 type 0
[   20.505671] mgag200 0000:03:00.0: vgaarb: deactivate vga console
[   20.507375] smartpqi 0000:af:00.0: added 15:0:7:0 5000c500d78e4d6d Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.513592] i40e 0000:5f:00.1: PCI-Express: Speed 8.0GT/s Width x8
[   20.525849] scsi 15:0:8:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.531213] i40e 0000:5f:00.1: Features: PF-id[1] VFs: 64 VSIs: 66 QP: 16 RSS FD_ATR FD_SB NTUPLE VxLAN Geneve PTP VEPA
[   20.544977] sd 15:0:8:0: Attached scsi generic sg10 type 0
[   20.549899] initcall i40e_init_module+0x0/0x1000 [i40e] returned 0 after 112358 usecs
[   20.555331] smartpqi 0000:af:00.0: added 15:0:8:0 5000c500d6f4a4d9 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.555369] calling  pkg_temp_thermal_init+0x0/0x1000 [x86_pkg_temp_thermal] @ 339
[   20.556321] sd 15:0:8:0: [sdk] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.556323] sd 15:0:8:0: [sdk] 4096-byte physical blocks
[   20.557294] sd 15:0:8:0: [sdk] Write Protect is off
[   20.557295] sd 15:0:8:0: [sdk] Mode Sense: df 00 10 08
[   20.562442] sd 15:0:8:0: [sdk] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.568180] scsi 15:0:9:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.578183] sd 15:0:8:0: [sdk] Attached SCSI disk
[   20.582050] scsi 15:0:9:0: Attached scsi generic sg11 type 0
[   20.584587] sd 15:0:9:0: [sdl] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.584589] sd 15:0:9:0: [sdl] 4096-byte physical blocks
[   20.584776] initcall pkg_temp_thermal_init+0x0/0x1000 [x86_pkg_temp_thermal] returned 0 after 9985 usecs
[   20.585560] sd 15:0:9:0: [sdl] Write Protect is off
[   20.585561] sd 15:0:9:0: [sdl] Mode Sense: df 00 10 08
[   20.587406] sd 15:0:9:0: [sdl] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.593389] smartpqi 0000:af:00.0: added 15:0:9:0 5000c500d6f481a9 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.603041] sd 15:0:9:0: [sdl] Attached SCSI disk
[   20.607519] scsi 15:0:10:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.614876] [drm] Initialized mgag200 1.0.0 20110418 for 0000:03:00.0 on minor 0
[   20.622090] sd 15:0:10:0: Attached scsi generic sg12 type 0
[   20.624600] sd 15:0:10:0: [sdm] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.624602] sd 15:0:10:0: [sdm] 4096-byte physical blocks
[   20.625561] sd 15:0:10:0: [sdm] Write Protect is off
[   20.630063] smartpqi 0000:af:00.0: added 15:0:10:0 5000c500d6e5f9d5 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.630070] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 339
[   20.630072] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.638636] sd 15:0:10:0: [sdm] Mode Sense: df 00 10 08
[   20.640869] sd 15:0:10:0: [sdm] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.651108] scsi 15:0:11:0: Direct-Access     SEAGATE  ST16000NM004J    E001 PQ: 0 ANSI: 7
[   20.656529] sd 15:0:7:0: [sdj] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.662130] sd 15:0:3:0: [sdf] Attached SCSI disk
[   20.665172] sd 15:0:11:0: Attached scsi generic sg13 type 0
[   20.670294] sd 15:0:7:0: [sdj] 4096-byte physical blocks
[   20.670517] sd 15:0:10:0: [sdm] Attached SCSI disk
[   20.675889] smartpqi 0000:af:00.0: added 15:0:11:0 5000c500d78e8d01 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.684960] sd 15:0:7:0: [sdj] Write Protect is off
[   20.690479] scsi 15:0:12:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.694240] sd 15:0:7:0: [sdj] Mode Sense: df 00 10 08
[   20.710509] sd 15:0:12:0: Attached scsi generic sg14 type 0
[   20.713063] sd 15:0:12:0: [sdo] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.713064] sd 15:0:12:0: [sdo] 4096-byte physical blocks
[   20.714035] sd 15:0:12:0: [sdo] Write Protect is off
[   20.714037] sd 15:0:12:0: [sdo] Mode Sense: df 00 10 08
[   20.715869] sd 15:0:12:0: [sdo] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.716310] sd 15:0:7:0: [sdj] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.722599] smartpqi 0000:af:00.0: added 15:0:12:0 5000c500d6f4dca5 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.750399] sd 15:0:12:0: [sdo] Attached SCSI disk
[   20.750940] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 386
[   20.752083] scsi 15:0:13:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.754259] sd 15:0:13:0: Attached scsi generic sg15 type 0
[   20.754293] smartpqi 0000:af:00.0: added 15:0:13:0 5000c500d6e57f0d Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.755441] scsi 15:0:14:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.756849] sd 15:0:13:0: [sdp] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.756851] sd 15:0:13:0: [sdp] 4096-byte physical blocks
[   20.757614] scsi 15:0:14:0: Attached scsi generic sg16 type 0
[   20.757639] smartpqi 0000:af:00.0: added 15:0:14:0 5000c500d6f4ea61 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.757809] sd 15:0:13:0: [sdp] Write Protect is off
[   20.757811] sd 15:0:13:0: [sdp] Mode Sense: df 00 10 08
[   20.758821] scsi 15:0:15:0: Direct-Access     SEAGATE  ST16000NM004J    E001 PQ: 0 ANSI: 7
[   20.759651] sd 15:0:13:0: [sdp] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.760233] sd 15:0:14:0: [sdq] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.760235] sd 15:0:14:0: [sdq] 4096-byte physical blocks
[   20.761047] scsi 15:0:15:0: Attached scsi generic sg17 type 0
[   20.761072] smartpqi 0000:af:00.0: added 15:0:15:0 5000c500d78e598d Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.761209] sd 15:0:14:0: [sdq] Write Protect is off
[   20.761210] sd 15:0:14:0: [sdq] Mode Sense: df 00 10 08
[   20.762274] scsi 15:0:16:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.763047] sd 15:0:14:0: [sdq] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.767136] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.775240] sd 15:0:13:0: [sdp] Attached SCSI disk
[   20.777611] sd 15:0:16:0: Attached scsi generic sg18 type 0
[   20.778683] sd 15:0:14:0: [sdq] Attached SCSI disk
[   20.780158] sd 15:0:16:0: [sds] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.780159] sd 15:0:16:0: [sds] 4096-byte physical blocks
[   20.781117] sd 15:0:16:0: [sds] Write Protect is off
[   20.788999] smartpqi 0000:af:00.0: added 15:0:16:0 5000c500d6e5aea9 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.794371] sd 15:0:16:0: [sds] Mode Sense: df 00 10 08
[   20.796213] sd 15:0:16:0: [sds] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.800525] scsi 15:0:17:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.823606] sd 15:0:16:0: [sds] Attached SCSI disk
[   20.828046] sd 15:0:11:0: [sdn] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.830243] sd 15:0:17:0: Attached scsi generic sg19 type 0
[   20.830265] smartpqi 0000:af:00.0: added 15:0:17:0 5000c500d6e1502d Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.831427] scsi 15:0:18:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.832773] sd 15:0:17:0: [sdt] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.832774] sd 15:0:17:0: [sdt] 4096-byte physical blocks
[   20.833611] sd 15:0:18:0: Attached scsi generic sg20 type 0
[   20.833750] sd 15:0:17:0: [sdt] Write Protect is off
[   20.833751] sd 15:0:17:0: [sdt] Mode Sense: df 00 10 08
[   20.835604] sd 15:0:17:0: [sdt] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.836103] sd 15:0:18:0: [sdu] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.836104] sd 15:0:18:0: [sdu] 4096-byte physical blocks
[   20.837081] sd 15:0:18:0: [sdu] Write Protect is off
[   20.837082] sd 15:0:18:0: [sdu] Mode Sense: df 00 10 08
[   20.838931] sd 15:0:18:0: [sdu] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.841103] sd 15:0:11:0: [sdn] 4096-byte physical blocks
[   20.846700] smartpqi 0000:af:00.0: added 15:0:18:0 5000c500d6fe649d Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.851512] sd 15:0:17:0: [sdt] Attached SCSI disk
[   20.854495] sd 15:0:18:0: [sdu] Attached SCSI disk
[   20.859129] sd 15:0:11:0: [sdn] Write Protect is off
[   20.867504] scsi 15:0:19:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.874321] sd 15:0:11:0: [sdn] Mode Sense: df 00 10 08
[   20.876318] sd 15:0:11:0: [sdn] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.879762] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 389
[   20.881924] sd 15:0:19:0: Attached scsi generic sg21 type 0
[   20.881946] smartpqi 0000:af:00.0: added 15:0:19:0 5000c500d6eeee05 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.883118] scsi 15:0:20:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.884437] sd 15:0:19:0: [sdv] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.884439] sd 15:0:19:0: [sdv] 4096-byte physical blocks
[   20.885309] sd 15:0:20:0: Attached scsi generic sg22 type 0
[   20.885329] smartpqi 0000:af:00.0: added 15:0:20:0 5000c500d6f17471 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.885400] sd 15:0:19:0: [sdv] Write Protect is off
[   20.885401] sd 15:0:19:0: [sdv] Mode Sense: df 00 10 08
[   20.886499] scsi 15:0:21:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.887241] sd 15:0:19:0: [sdv] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.887840] sd 15:0:20:0: [sdw] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.887841] sd 15:0:20:0: [sdw] 4096-byte physical blocks
[   20.888804] sd 15:0:20:0: [sdw] Write Protect is off
[   20.888804] sd 15:0:20:0: [sdw] Mode Sense: df 00 10 08
[   20.890642] sd 15:0:20:0: [sdw] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.896856] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.902826] sd 15:0:19:0: [sdv] Attached SCSI disk
[   20.906206] sd 15:0:20:0: [sdw] Attached SCSI disk
[   20.906654] sd 15:0:21:0: Attached scsi generic sg23 type 0
[   20.906674] smartpqi 0000:af:00.0: added 15:0:21:0 5000c500d6f638e5 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.907862] scsi 15:0:22:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   20.909151] sd 15:0:21:0: [sdx] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.909152] sd 15:0:21:0: [sdx] 4096-byte physical blocks
[   20.910071] sd 15:0:22:0: Attached scsi generic sg24 type 0
[   20.910092] smartpqi 0000:af:00.0: added 15:0:22:0 5000c500d6e58279 Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   20.910106] sd 15:0:21:0: [sdx] Write Protect is off
[   20.910107] sd 15:0:21:0: [sdx] Mode Sense: df 00 10 08
[   20.911943] sd 15:0:21:0: [sdx] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.912590] sd 15:0:22:0: [sdy] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.912591] sd 15:0:22:0: [sdy] 4096-byte physical blocks
[   20.913549] sd 15:0:22:0: [sdy] Write Protect is off
[   20.913550] sd 15:0:22:0: [sdy] Mode Sense: df 00 10 08
[   20.913764] sd 15:0:15:0: [sdr] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   20.913765] sd 15:0:15:0: [sdr] 4096-byte physical blocks
[   20.914769] sd 15:0:15:0: [sdr] Write Protect is off
[   20.914769] sd 15:0:15:0: [sdr] Mode Sense: df 00 10 08
[   20.915400] sd 15:0:22:0: [sdy] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.916619] sd 15:0:15:0: [sdr] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   20.927514] sd 15:0:21:0: [sdx] Attached SCSI disk
[   20.930990] sd 15:0:22:0: [sdy] Attached SCSI disk
[   20.933350] scsi 15:0:23:0: Direct-Access     SEAGATE  ST16000NM004J    E002 PQ: 0 ANSI: 7
[   21.041097] sd 15:0:7:0: [sdj] Attached SCSI disk
[   21.048080] sd 15:0:23:0: Attached scsi generic sg25 type 0
[   21.050582] sd 15:0:23:0: [sdz] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
[   21.050583] sd 15:0:23:0: [sdz] 4096-byte physical blocks
[   21.051580] sd 15:0:23:0: [sdz] Write Protect is off
[   21.062860] smartpqi 0000:af:00.0: added 15:0:23:0 5000c500d6e57abd Direct-Access     SEAGATE  ST16000NM004J    AIO+ qd=64    
[   21.071085] sd 15:0:23:0: [sdz] Mode Sense: df 00 10 08
[   21.079440] scsi 15:0:24:0: Enclosure         AIC 12G  4U24SAS3swap     0c01 PQ: 0 ANSI: 5
[   21.086501] sd 15:0:23:0: [sdz] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   21.090601] ses 15:0:24:0: Attached Enclosure device
[   21.110659] sd 15:0:23:0: [sdz] Attached SCSI disk
[   21.111764] ses 15:0:24:0: Attached scsi generic sg26 type 13
[   21.122158] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 357
[   21.132195] smartpqi 0000:af:00.0: added 15:0:24:0 50015b21408b8c7d Enclosure         AIC 12G  4U24SAS3swap     AIO-
[   21.136190] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   21.148864] scsi 15:0:25:0: Enclosure         Adaptec  Smart Adapter    2.93 PQ: 0 ANSI: 5
[   21.218720] sd 15:0:11:0: [sdn] Attached SCSI disk
[   21.223407] ses 15:0:25:0: Attached Enclosure device
[   21.232732] sd 15:0:15:0: [sdr] Attached SCSI disk
[   21.540234] fbcon: mgag200drmfb (fb0) is primary device
[   21.540269] ses 15:0:25:0: Attached scsi generic sg27 type 13
[   21.540509] smartpqi 0000:af:00.0: added 15:0:25:0 50000d1e0019e5d8 Enclosure         Adaptec  Smart Adapter    AIO-
[   21.541658] scsi 15:2:0:0: RAID              Adaptec  1100-8e          2.93 PQ: 0 ANSI: 5
[   21.541811] scsi 15:2:0:0: Attached scsi generic sg28 type 12
[   21.542285] smartpqi 0000:af:00.0: added 15:2:0:0 0000000000000000 RAID              Adaptec  1100-8e          
[   21.542340] initcall pqi_init+0x0/0x1000 [smartpqi] returned 0 after 396627 usecs
[   21.560157] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 403
[   21.560159] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   21.898334] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 304
[   21.898337] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   21.907578] Console: switching to colour frame buffer device 128x48
[   21.975993] mgag200 0000:03:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   21.993997] initcall mgag200_init+0x0/0x1000 [mgag200] returned 0 after 93415 usecs
[   21.994153] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 399
[   21.994156] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   22.019080] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 371
[   22.019083] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   22.035143] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 338
[   22.035150] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   22.052325] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 350
[   22.052333] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   22.068275] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 409
[   22.068282] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   22.085345] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 334
[   22.085351] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   22.100299] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 400
[   22.100306] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   22.113332] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 315
[   22.113338] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   22.127384] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 342
[   22.127392] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   22.143271] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 333
[   22.143277] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   23.735949] tg3 0000:04:00.0 net00: renamed from eth0
[   23.761290] tg3 0000:04:00.1 net01: renamed from eth1
[   23.794254] i40e 0000:5f:00.0 net02: renamed from eth2
[   23.826846] i40e 0000:5f:00.1 net03: renamed from eth3
[   24.120670] calling  llc_init+0x0/0x1000 [llc] @ 767
[   24.120674] initcall llc_init+0x0/0x1000 [llc] returned 0 after 0 usecs
[   24.265418] calling  vlan_proto_init+0x0/0x9b [8021q] @ 767
[   24.265421] 8021q: 802.1Q VLAN Support v1.8
[   24.271895] 8021q: adding VLAN 0 to HW filter on device net02
[   24.279597] initcall vlan_proto_init+0x0/0x9b [8021q] returned 0 after 13834 usecs
[   24.764519] md: md0 stopped.
[   24.936115] md/raid:md0: device sdl operational as raid disk 0
[   24.942653] md/raid:md0: device sdj operational as raid disk 11
[   24.949262] md/raid:md0: device sdf operational as raid disk 10
[   24.955877] md/raid:md0: device sdn operational as raid disk 9
[   24.962376] md/raid:md0: device sdi operational as raid disk 8
[   24.968894] md/raid:md0: device sde operational as raid disk 7
[   24.975387] md/raid:md0: device sdm operational as raid disk 6
[   24.981870] md/raid:md0: device sdc operational as raid disk 5
[   24.988333] md/raid:md0: device sdg operational as raid disk 4
[   24.994747] md/raid:md0: device sdk operational as raid disk 3
[   25.001100] md/raid:md0: device sdh operational as raid disk 2
[   25.007396] md/raid:md0: device sdd operational as raid disk 1
[   25.015976] md/raid:md0: raid level 6 active with 12 out of 12 devices, algorithm 2
[   25.096572] md0: detected capacity change from 0 to 160007653949440
[   25.113695] md: md1 stopped.
[   25.120630] md/raid:md1: device sdt operational as raid disk 0
[   25.128182] md/raid:md1: device sdr operational as raid disk 11
[   25.136677] md/raid:md1: device sdz operational as raid disk 10
[   25.144297] md/raid:md1: device sdv operational as raid disk 9
[   25.152023] md/raid:md1: device sdq operational as raid disk 8
[   25.159363] md/raid:md1: device sdy operational as raid disk 7
[   25.166722] md/raid:md1: device sdu operational as raid disk 6
[   25.173989] md/raid:md1: device sdo operational as raid disk 5
[   25.181334] md/raid:md1: device sdw operational as raid disk 4
[   25.188744] md/raid:md1: device sds operational as raid disk 3
[   25.196132] md/raid:md1: device sdp operational as raid disk 2
[   25.203710] md/raid:md1: device sdx operational as raid disk 1
[   25.211837] md/raid:md1: raid level 6 active with 12 out of 12 devices, algorithm 2
[   25.223972] md1: detected capacity change from 0 to 160007653949440
[   25.547484] XFS (sda2): Mounting V5 Filesystem
[   25.721390] XFS (sda2): Ending clean mount
[   25.950198] XFS (md0): Mounting V5 Filesystem
[   26.011213] XFS (md0): Ending clean mount
[   26.111768] XFS (md1): Mounting V5 Filesystem
[   26.325751] XFS (md1): Ending clean mount
[   27.899759] NFSD: Using UMH upcall client tracking operations.
[   27.906007] NFSD: starting 90-second grace period (net f00000d8)
[  535.503123] calling  init_nfs_fs+0x0/0x17b [nfs] @ 1329
[  535.503148] FS-Cache: Netfs 'nfs' registered for caching
[  535.509235] initcall init_nfs_fs+0x0/0x17b [nfs] returned 0 after 5930 usecs
[  535.803948] calling  init_nfs_v4+0x0/0x43 [nfsv4] @ 1332
[  535.803949] NFS: Registering the id_resolver key type
[  535.809478] Key type id_resolver registered
[  535.813983] Key type id_legacy registered
[  535.818337] initcall init_nfs_v4+0x0/0x43 [nfsv4] returned 0 after 14036 usecs
[  535.867716] calling  init_kerberos_module+0x0/0x1000 [rpcsec_gss_krb5] @ 1335
[  535.867723] initcall init_kerberos_module+0x0/0x1000 [rpcsec_gss_krb5] returned 0 after 2 usecs

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-11-19 14:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05 11:56 How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups) Paul Menzel
2021-11-05 12:04 ` How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)s Paul Menzel
2021-11-05 18:53 ` How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups) Bjorn Helgaas
2021-11-06 10:42   ` Paul Menzel
2021-11-09 15:31     ` Robin Murphy
2021-11-09 20:32       ` Paul Menzel
2021-11-08 17:18 ` Krzysztof Wilczyński
2021-11-09 20:25   ` Paul Menzel
2021-11-09 23:10     ` Krzysztof Wilczyński
2021-11-19 14:43       ` Paul Menzel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).