Re: `rcu: INFO: rcu_sched detected stalls on CPUs/tasks` on AMD EPYC server

From: Paul Menzel
Date: Thu Jan 16 2020 - 08:34:03 EST


Dear Paul,


On 2019-05-15 17:28, Paul E. McKenney wrote:
> On Wed, May 15, 2019 at 01:22:06PM +0200, Paul Menzel wrote:

>> Building a Linux kernel (like 5.1.2) on a 128 thread AMD EPYC server with 126, 127,
>> or 128 threads *sometimes* the server becomes unusable and logging in over network
>> is not possible anymore. Only logging in over tty1 works, and the server needs to
>> be rebooted.
>>
>> ```
>> [ 0.000000] Linux version 4.19.19.mx64.244 (root@xxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 7.3.0 (GCC)) #1 SMP Tue Feb 5 13:01:13 CET 2019
>> [â]
>> [2418051.367223] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
>> [2418051.367231] rcu: 30-...0: (1 GPs behind) idle=4c2/1/0x4000000000000000 softirq=187416321/187416325 fqs=14323
>> [2418051.367235] rcu: 94-...0: (1 GPs behind) idle=bba/1/0x4000000000000000 softirq=187177539/187177544 fqs=14323
>> [2418051.367236] rcu: (detected by 2, t=60002 jiffies, g=298982765, q=7633949)
>> [2418051.367254] Sending NMI from CPU 2 to CPUs 30:
>> [2418061.370201] Sending NMI from CPU 2 to CPUs 94:
>
> Huh. Neither CPU 30 nor CPU 94 responded to the NMI. This usually means
> that either NMIs aren't working or that the target CPUs are so deeply
> in trouble that they cannot respond to NMIs. One historic reason that
> the CPUs could be so deeply in trouble would be if the stack pointer
> started referencing unmapped memory, but I have no idea whether that
> applies to your particular CPUs.
>
> For whatever it is worth, the most extreme case of a CPU being in trouble
> was once long ago when the CPU simply failstopped, so that it was no
> longer executing instructions at all.
>
> On trick that might (or might not) get you more information is to force
> RCU to dump the stack remotely instead of sending NMIs. Here is an
> (untested) patch that should do the trick:
>
> diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
> index acd6ccf56faf..a4225c2f24f4 100644
> --- a/kernel/rcu/tree.c
> +++ b/kernel/rcu/tree.c
> @@ -1220,8 +1220,7 @@ static void rcu_dump_cpu_stacks(void)
> raw_spin_lock_irqsave_rcu_node(rnp, flags);
> for_each_leaf_node_possible_cpu(rnp, cpu)
> if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu))
> - if (!trigger_single_cpu_backtrace(cpu))
> - dump_cpu_task(cpu);
> + dump_cpu_task(cpu);
> raw_spin_unlock_irqrestore_rcu_node(rnp, flags);
> }
> }
>
> Please let me know how it goes!

[â]

Sorry for the late reply. I do not know how to reproduce the problem,
and havenât applied your patch yet.

Does it just change some logging, so is it safe to use in production?

Stalls were seen again on an Supermicro 2023US-TR4 with two 64 thread
AMD EPYC 7601 with Linux 5.4.5. (I am pretty sure also on a Dell
PowerEdge R7425 with two 64 thread AMD EPYC 7601 with Linux 4.19.57.)

[333028.288747] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[333028.288755] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=13755
[333028.288772] (detected by 112, t=60002 jiffies, g=81535941, q=52030406)
[333028.288777] Sending NMI from CPU 112 to CPUs 30:
[333038.235272] rcu: rcu_sched kthread starved for 9945 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=56
[333038.235273] rcu: RCU grace-period kthread stack dump:
[333038.235276] rcu_sched R running task 0 11 2 0x80004000
[333038.235280] Call Trace:
[333038.235294] ? reschedule_interrupt+0xa/0x20
[333038.235299] ? rcu_cleanup_dead_rnp+0x70/0x70
[333038.235303] ? _raw_spin_unlock_irqrestore+0xa/0x10
[333038.235304] ? force_qs_rnp+0x11d/0x140
[333038.235306] ? rcu_gp_kthread+0x61a/0xed0
[333038.235307] ? __schedule+0x228/0x6c0
[333038.235312] ? __wake_up_common+0x74/0x120
[333038.235314] ? kfree_call_rcu+0x10/0x10
[333038.235317] ? kthread+0x117/0x130
[333038.235319] ? kthread_create_worker_on_cpu+0x70/0x70
[333038.235320] ? ret_from_fork+0x22/0x40
[333208.292343] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[333208.292350] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=53333
[333208.292367] (detected by 25, t=240007 jiffies, g=81535941, q=216698517)
[333208.292370] Sending NMI from CPU 25 to CPUs 30:
[333218.297650] rcu: rcu_sched kthread starved for 10003 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=45
[333218.297652] rcu: RCU grace-period kthread stack dump:
[333218.297653] rcu_sched R running task 0 11 2 0x80004000
[333218.297656] Call Trace:
[333218.297667] ? reschedule_interrupt+0xa/0x20
[333218.297670] ? rcu_cleanup_dead_rnp+0x70/0x70
[333218.297673] ? _raw_spin_unlock_irqrestore+0xa/0x10
[333218.297675] ? force_qs_rnp+0x11d/0x140
[333218.297676] ? rcu_gp_kthread+0x61a/0xed0
[333218.297677] ? __schedule+0x228/0x6c0
[333218.297680] ? __wake_up_common+0x74/0x120
[333218.297682] ? kfree_call_rcu+0x10/0x10
[333218.297685] ? kthread+0x117/0x130
[333218.297686] ? kthread_create_worker_on_cpu+0x70/0x70
[333218.297688] ? ret_from_fork+0x22/0x40

If itâs safe for production, Iâd apply your patch to our Linux builds
to get more information the next time this happens.


Kind regards,

Paul
[ 0.000000] Linux version 5.4.5.mx64.305 (root@xxxxxxxxxxxxxxxxxxxxx) (gcc version 7.5.0 (GCC)) #1 SMP Thu Dec 19 17:36:25 CET 2019
[ 0.000000] Command line: BOOT_IMAGE=/boot/bzImage-5.4.5.mx64.305 root=LABEL=root ro crashkernel=256M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000997ff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000099800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000076daffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000076db0000-0x0000000076ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000077000000-0x00000000c9d5efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c9d5f000-0x00000000c9dd1fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c9dd2000-0x00000000c9e84fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c9e85000-0x00000000ca210fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ca211000-0x00000000cacc8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cacc9000-0x00000000cbffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cc000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ddc00000-0x00000000ddc7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ddd00000-0x00000000ddd7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dddf0000-0x00000000dddf0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e007ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0100000-0x00000000e017ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e01f0000-0x00000000e01f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e2700000-0x00000000e277ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e2800000-0x00000000e287ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e28f0000-0x00000000e28f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e4b00000-0x00000000e4b7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e4c00000-0x00000000e4c7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e4cf0000-0x00000000e4cf0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e6f00000-0x00000000e6f7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e7000000-0x00000000e707ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e70f0000-0x00000000e70f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e9300000-0x00000000e937ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e9400000-0x00000000e947ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e94f0000-0x00000000e94f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000eb700000-0x00000000eb77ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000eb800000-0x00000000eb87ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000eb8f0000-0x00000000eb8f0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000eff00000-0x00000000eff7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000efff0000-0x00000000efff0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000202f37ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000202f380000-0x000000202fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000002030000000-0x000000402ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000402ff80000-0x000000402fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000004030000000-0x000000602ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000602ff80000-0x000000602fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000006030000000-0x000000802ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000802ff80000-0x000000802fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000008030000000-0x000000a02ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000a02ff80000-0x000000a02fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000a030000000-0x000000c02ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000c02ff80000-0x000000c02fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000c030000000-0x000000e02ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000e02ff80000-0x000000e02fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000e030000000-0x000001002ff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000001002ff80000-0x000001002fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] DMI: Supermicro AS -2023US-TR4/H11DSU-iN, BIOS 1.1 02/07/2018
[ 0.000000] tsc: Fast TSC calibration failed
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] last_pfn = 0x1002ff80 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF write-through
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
[ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back
[ 0.000000] 3 base 0000CC000000 mask FFFFFC000000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 0000010030000000 aka 1049344M
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: update [mem 0xcc000000-0xffffffff] usable ==> reserved
[ 0.000000] last_pfn = 0xcc000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd660-0x000fd66f]
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x02c02000, 0x02c02fff] PGTABLE
[ 0.000000] BRK [0x02c03000, 0x02c03fff] PGTABLE
[ 0.000000] BRK [0x02c04000, 0x02c04fff] PGTABLE
[ 0.000000] BRK [0x02c05000, 0x02c05fff] PGTABLE
[ 0.000000] BRK [0x02c06000, 0x02c06fff] PGTABLE
[ 0.000000] BRK [0x02c07000, 0x02c07fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x375e7000-0x37aeafff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 SUPERM)
[ 0.000000] ACPI: XSDT 0x00000000C9E850A8 0000D4 (v01 SUPERM SUPERM 03242016 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000C9E916E8 000114 (v06 03242016 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000C9E85218 00C4CB (v02 SUPERM SMCI 03242016 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000CA210E80 000040
[ 0.000000] ACPI: APIC 0x00000000C9E91800 0004B2 (v04 03242016 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000C9E91CB8 000044 (v01 03242016 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000C9E91D00 00009C (v01 SUPERM SMCI 03242016 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000C9E91DA0 0000D2 (v02 SUPERM AMD ALIB 00000002 MSFT 04000000)
[ 0.000000] ACPI: SPMI 0x00000000C9E91E78 000041 (v05 SUPERM SMCI 00000000 AMI. 00000000)
[ 0.000000] ACPI: SSDT 0x00000000C9E91EC0 0006AC (v02 SUPERM CPUSSDT 03242016 AMI 03242016)
[ 0.000000] ACPI: MCFG 0x00000000C9E92570 00003C (v01 SUPERM SMCI 03242016 MSFT 00010013)
[ 0.000000] ACPI: SSDT 0x00000000C9E925B0 0117A4 (v01 SUPERM AMD CPU 00000001 AMD 00000001)
[ 0.000000] ACPI: SRAT 0x00000000C9EA3D58 0009C0 (v03 SUPERM AMD SRAT 00000001 AMD 00000001)
[ 0.000000] ACPI: MSCT 0x00000000C9EA4718 00004E (v01 SUPERM AMD MSCT 00000000 AMD 00000001)
[ 0.000000] ACPI: SLIT 0x00000000C9EA4768 00006C (v01 SUPERM AMD SLIT 00000001 AMD 00000001)
[ 0.000000] ACPI: CRAT 0x00000000C9EA47D8 007700 (v01 SUPERM AMD CRAT 00000001 AMD 00000001)
[ 0.000000] ACPI: CDIT 0x00000000C9EABED8 000068 (v01 SUPERM AMD CDIT 00000001 AMD 00000001)
[ 0.000000] ACPI: BERT 0x00000000C9EABF40 000030 (v01 AMD AMD BERT 00000001 AMD 00000001)
[ 0.000000] ACPI: EINJ 0x00000000C9EABF70 000150 (v01 AMD AMD EINJ 00000001 AMD 00000001)
[ 0.000000] ACPI: HEST 0x00000000C9EAC0C0 000608 (v01 AMD AMD HEST 00000001 AMD 00000001)
[ 0.000000] ACPI: HPET 0x00000000C9EAC6C8 000038 (v01 SUPERM SMCI 03242016 AMI 00000005)
[ 0.000000] ACPI: SSDT 0x00000000C9EAC700 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x00000000C9EAC728 000042 (v01 00000000 00000000)
[ 0.000000] ACPI: SSDT 0x00000000C9EAC770 001630 (v01 AMD CPMCMN 00000001 INTL 20120913)
[ 0.000000] ACPI: WSMT 0x00000000C9EADDA0 000028 (v01 \xfe\xca 03242016 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0f -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC 0x10 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x11 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x12 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x13 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x14 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x15 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x16 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x17 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x18 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x19 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1a -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1b -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1c -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1d -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1e -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x1f -> Node 1
[ 0.000000] SRAT: PXM 2 -> APIC 0x20 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x21 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x22 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x23 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x24 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x25 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x26 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x27 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x28 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x29 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2a -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2b -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2c -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2d -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2e -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x2f -> Node 2
[ 0.000000] SRAT: PXM 3 -> APIC 0x30 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x31 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x32 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x33 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x34 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x35 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x36 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x37 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x38 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x39 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x3a -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x3b -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x3c -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x3d -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x3e -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x3f -> Node 3
[ 0.000000] SRAT: PXM 4 -> APIC 0x40 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x41 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x42 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x43 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x44 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x45 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x46 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x47 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x48 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x49 -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4a -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4b -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4c -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4d -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4e -> Node 4
[ 0.000000] SRAT: PXM 4 -> APIC 0x4f -> Node 4
[ 0.000000] SRAT: PXM 5 -> APIC 0x50 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x51 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x52 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x53 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x54 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x55 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x56 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x57 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x58 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x59 -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5a -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5b -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5c -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5d -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5e -> Node 5
[ 0.000000] SRAT: PXM 5 -> APIC 0x5f -> Node 5
[ 0.000000] SRAT: PXM 6 -> APIC 0x60 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x61 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x62 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x63 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x64 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x65 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x66 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x67 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x68 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x69 -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6a -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6b -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6c -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6d -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6e -> Node 6
[ 0.000000] SRAT: PXM 6 -> APIC 0x6f -> Node 6
[ 0.000000] SRAT: PXM 7 -> APIC 0x70 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x71 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x72 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x73 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x74 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x75 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x76 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x77 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x78 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x79 -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7a -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7b -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7c -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7d -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7e -> Node 7
[ 0.000000] SRAT: PXM 7 -> APIC 0x7f -> Node 7
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xcfffffff]
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x202fffffff]
[ 0.000000] ACPI: SRAT: Node 1 PXM 1 [mem 0x2030000000-0x402fffffff]
[ 0.000000] ACPI: SRAT: Node 2 PXM 2 [mem 0x4030000000-0x602fffffff]
[ 0.000000] ACPI: SRAT: Node 3 PXM 3 [mem 0x6030000000-0x802fffffff]
[ 0.000000] ACPI: SRAT: Node 4 PXM 4 [mem 0x8030000000-0xa02fffffff]
[ 0.000000] ACPI: SRAT: Node 5 PXM 5 [mem 0xa030000000-0xc02fffffff]
[ 0.000000] ACPI: SRAT: Node 6 PXM 6 [mem 0xc030000000-0xe02fffffff]
[ 0.000000] ACPI: SRAT: Node 7 PXM 7 [mem 0xe030000000-0x1002fffffff]
[ 0.000000] NUMA: Initialized distance table, cnt=8
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xcfffffff] -> [mem 0x00000000-0xcfffffff]
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0xcfffffff] + [mem 0x100000000-0x202fffffff] -> [mem 0x00000000-0x202fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x202f37c000-0x202f37ffff]
[ 0.000000] NODE_DATA(1) allocated [mem 0x402ff7c000-0x402ff7ffff]
[ 0.000000] NODE_DATA(2) allocated [mem 0x602ff7c000-0x602ff7ffff]
[ 0.000000] NODE_DATA(3) allocated [mem 0x802ff7c000-0x802ff7ffff]
[ 0.000000] NODE_DATA(4) allocated [mem 0xa02ff7c000-0xa02ff7ffff]
[ 0.000000] NODE_DATA(5) allocated [mem 0xc02ff7c000-0xc02ff7ffff]
[ 0.000000] NODE_DATA(6) allocated [mem 0xe02ff7c000-0xe02ff7ffff]
[ 0.000000] NODE_DATA(7) allocated [mem 0x1002ff7b000-0x1002ff7efff]
[ 0.000000] Reserving 256MB of memory at 2960MB for crashkernel (System RAM: 1048478MB)
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000001002ff7ffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000098fff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000076daffff]
[ 0.000000] node 0: [mem 0x0000000077000000-0x00000000c9d5efff]
[ 0.000000] node 0: [mem 0x00000000c9dd2000-0x00000000c9e84fff]
[ 0.000000] node 0: [mem 0x00000000cacc9000-0x00000000cbffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000202f37ffff]
[ 0.000000] node 1: [mem 0x0000002030000000-0x000000402ff7ffff]
[ 0.000000] node 2: [mem 0x0000004030000000-0x000000602ff7ffff]
[ 0.000000] node 3: [mem 0x0000006030000000-0x000000802ff7ffff]
[ 0.000000] node 4: [mem 0x0000008030000000-0x000000a02ff7ffff]
[ 0.000000] node 5: [mem 0x000000a030000000-0x000000c02ff7ffff]
[ 0.000000] node 6: [mem 0x000000c030000000-0x000000e02ff7ffff]
[ 0.000000] node 7: [mem 0x000000e030000000-0x000001002ff7ffff]
[ 0.000000] Zeroed struct page in unavailable ranges: 24815 pages
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000202f37ffff]
[ 0.000000] On node 0 totalpages: 33530385
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3992 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12924 pages used for memmap
[ 0.000000] DMA32 zone: 827129 pages, LIFO batch:63
[ 0.000000] Normal zone: 510926 pages used for memmap
[ 0.000000] Normal zone: 32699264 pages, LIFO batch:63
[ 0.000000] Initmem setup node 1 [mem 0x0000002030000000-0x000000402ff7ffff]
[ 0.000000] On node 1 totalpages: 33554304
[ 0.000000] Normal zone: 524286 pages used for memmap
[ 0.000000] Normal zone: 33554304 pages, LIFO batch:63
[ 0.000000] Initmem setup node 2 [mem 0x0000004030000000-0x000000602ff7ffff]
[ 0.000000] On node 2 totalpages: 33554304
[ 0.000000] Normal zone: 524286 pages used for memmap
[ 0.000000] Normal zone: 33554304 pages, LIFO batch:63
[ 0.000000] Initmem setup node 3 [mem 0x0000006030000000-0x000000802ff7ffff]
[ 0.000000] On node 3 totalpages: 33554304
[ 0.000000] Normal zone: 524286 pages used for memmap
[ 0.000000] Normal zone: 33554304 pages, LIFO batch:63
[ 0.000000] Initmem setup node 4 [mem 0x0000008030000000-0x000000a02ff7ffff]
[ 0.000000] On node 4 totalpages: 33554304
[ 0.000000] Normal zone: 524286 pages used for memmap
[ 0.000000] Normal zone: 33554304 pages, LIFO batch:63
[ 0.000000] Initmem setup node 5 [mem 0x000000a030000000-0x000000c02ff7ffff]
[ 0.000000] On node 5 totalpages: 33554304
[ 0.000000] Normal zone: 524286 pages used for memmap
[ 0.000000] Normal zone: 33554304 pages, LIFO batch:63
[ 0.000000] Initmem setup node 6 [mem 0x000000c030000000-0x000000e02ff7ffff]
[ 0.000000] On node 6 totalpages: 33554304
[ 0.000000] Normal zone: 524286 pages used for memmap
[ 0.000000] Normal zone: 33554304 pages, LIFO batch:63
[ 0.000000] Initmem setup node 7 [mem 0x000000e030000000-0x000001002ff7ffff]
[ 0.000000] On node 7 totalpages: 33554304
[ 0.000000] Normal zone: 524286 pages used for memmap
[ 0.000000] Normal zone: 33554304 pages, LIFO batch:63
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 128, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 129, version 33, address 0xefff0000, GSI 24-55
[ 0.000000] IOAPIC[2]: apic_id 130, version 33, address 0xeb8f0000, GSI 56-87
[ 0.000000] IOAPIC[3]: apic_id 131, version 33, address 0xe94f0000, GSI 88-119
[ 0.000000] IOAPIC[4]: apic_id 132, version 33, address 0xe70f0000, GSI 120-151
[ 0.000000] IOAPIC[5]: apic_id 133, version 33, address 0xe4cf0000, GSI 152-183
[ 0.000000] IOAPIC[6]: apic_id 134, version 33, address 0xe28f0000, GSI 184-215
[ 0.000000] IOAPIC[7]: apic_id 135, version 33, address 0xe01f0000, GSI 216-247
[ 0.000000] IOAPIC[8]: apic_id 136, version 33, address 0xdddf0000, GSI 248-279
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 128 CPUs, 0 hotplug CPUs
[ 0.000000] [mem 0xefff1000-0xfe9fffff] available for PCI devices
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:128 nr_node_ids:8
[ 0.000000] percpu: Embedded 51 pages/cpu s170968 r8192 d29736 u262144
[ 0.000000] pcpu-alloc: s170968 r8192 d29736 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007
[ 0.000000] pcpu-alloc: [0] 064 065 066 067 068 069 070 071
[ 0.000000] pcpu-alloc: [1] 008 009 010 011 012 013 014 015
[ 0.000000] pcpu-alloc: [1] 072 073 074 075 076 077 078 079
[ 0.000000] pcpu-alloc: [2] 016 017 018 019 020 021 022 023
[ 0.000000] pcpu-alloc: [2] 080 081 082 083 084 085 086 087
[ 0.000000] pcpu-alloc: [3] 024 025 026 027 028 029 030 031
[ 0.000000] pcpu-alloc: [3] 088 089 090 091 092 093 094 095
[ 0.000000] pcpu-alloc: [4] 032 033 034 035 036 037 038 039
[ 0.000000] pcpu-alloc: [4] 096 097 098 099 100 101 102 103
[ 0.000000] pcpu-alloc: [5] 040 041 042 043 044 045 046 047
[ 0.000000] pcpu-alloc: [5] 104 105 106 107 108 109 110 111
[ 0.000000] pcpu-alloc: [6] 048 049 050 051 052 053 054 055
[ 0.000000] pcpu-alloc: [6] 112 113 114 115 116 117 118 119
[ 0.000000] pcpu-alloc: [7] 056 057 058 059 060 061 062 063
[ 0.000000] pcpu-alloc: [7] 120 121 122 123 124 125 126 127
[ 0.000000] Built 8 zonelists, mobility grouping on. Total pages: 264216576
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/bzImage-5.4.5.mx64.305 root=LABEL=root ro crashkernel=256M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0
[ 0.000000] audit: disabled (until reboot)
[ 0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.000000] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[ 0.000000] printk: log_buf_len min size: 131072 bytes
[ 0.000000] printk: log_buf_len: 1048576 bytes
[ 0.000000] printk: early log buf free: 105500(80%)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1056474872K/1073642052K available (14340K kernel code, 1518K rwdata, 3648K rodata, 1612K init, 1000K bss, 17167180K reserved, 0K cma-reserved)
[ 0.000000] ftrace: allocating 40508 entries in 159 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=128.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[ 0.000000] NR_IRQS: 16640, nr_irqs: 5800, preallocated irqs: 16
[ 0.000000] random: get_random_bytes called from start_kernel+0x310/0x4d3 with crng_init=0
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] printk: console [tty0] enabled
[ 0.000000] printk: console [ttyS1] enabled
[ 0.000000] ACPI: Core revision 20190816
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.001000] Switched APIC routing to physical flat.
[ 0.004000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.010000] tsc: PIT calibration matches HPET. 1 loops
[ 0.011000] tsc: Detected 2199.775 MHz processor
[ 0.000011] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb55e683a0, max_idle_ns: 440795268820 ns
[ 0.011609] Calibrating delay loop (skipped), value calculated using timer frequency.. 4399.55 BogoMIPS (lpj=2199775)
[ 0.012609] pid_max: default: 131072 minimum: 1024
[ 0.090211] Dentry cache hash table entries: 33554432 (order: 16, 268435456 bytes, vmalloc)
[ 0.128034] Inode-cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc)
[ 0.130710] Mount-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 0.132919] Mountpoint-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 0.135391] LVT offset 2 assigned for vector 0xf4
[ 0.135625] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 0.136609] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[ 0.137609] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.138609] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.139608] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.140609] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.141608] Spectre V2 : User space: Vulnerable
[ 0.142609] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.144758] Freeing SMP alternatives memory: 44K
[ 0.249810] smpboot: CPU0: AMD EPYC 7601 32-Core Processor (family: 0x17, model: 0x1, stepping: 0x2)
[ 0.250785] Performance Events: Fam17h core perfctr, AMD PMU driver.
[ 0.251610] ... version: 0
[ 0.252608] ... bit width: 48
[ 0.253608] ... generic registers: 6
[ 0.254609] ... value mask: 0000ffffffffffff
[ 0.255608] ... max period: 00007fffffffffff
[ 0.256608] ... fixed-purpose events: 0
[ 0.257608] ... event mask: 000000000000003f
[ 0.258735] rcu: Hierarchical SRCU implementation.
[ 0.260078] MCE: In-kernel MCE decoding enabled.
[ 0.262055] smp: Bringing up secondary CPUs ...
[ 0.262743] x86: Booting SMP configuration:
[ 0.263610] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.274610] .... node #1, CPUs: #8 #9 #10 #11 #12 #13 #14 #15
[ 0.287611] .... node #2, CPUs: #16 #17 #18 #19 #20 #21 #22 #23
[ 0.300611] .... node #3, CPUs: #24 #25 #26 #27 #28 #29 #30 #31
[ 0.313611] .... node #4, CPUs: #32
[ 0.000000] smpboot: CPU 32 Converting physical 0 to logical die 1
[ 0.334847] #33 #34 #35 #36 #37 #38 #39
[ 0.346611] .... node #5, CPUs: #40 #41 #42 #43 #44 #45 #46 #47
[ 0.360611] .... node #6, CPUs: #48 #49 #50 #51 #52 #53 #54 #55
[ 0.374611] .... node #7, CPUs: #56 #57 #58 #59 #60 #61 #62 #63
[ 0.388611] .... node #0, CPUs: #64 #65 #66 #67 #68 #69 #70 #71
[ 0.401611] .... node #1, CPUs: #72 #73 #74 #75 #76 #77 #78 #79
[ 0.415611] .... node #2, CPUs: #80 #81 #82 #83 #84 #85 #86 #87
[ 0.428612] .... node #3, CPUs: #88 #89 #90 #91 #92 #93 #94 #95
[ 0.442610] .... node #4, CPUs: #96 #97 #98 #99 #100 #101 #102 #103
[ 0.456610] .... node #5, CPUs: #104 #105 #106 #107 #108 #109 #110 #111
[ 0.471611] .... node #6, CPUs: #112 #113 #114 #115 #116 #117 #118 #119
[ 0.485610] .... node #7, CPUs: #120 #121 #122 #123 #124 #125 #126 #127
[ 0.498857] smp: Brought up 8 nodes, 128 CPUs
[ 0.500610] smpboot: Max logical packages: 2
[ 0.501621] smpboot: Total of 128 processors activated (561540.99 BogoMIPS)
[ 0.556175] devtmpfs: initialized
[ 0.556875] PM: Registering ACPI NVS region [mem 0xc9e85000-0xca210fff] (3719168 bytes)
[ 0.559051] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.559674] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[ 0.562754] xor: automatically using best checksumming function avx
[ 0.564248] NET: Registered protocol family 16
[ 0.564853] cpuidle: using governor menu
[ 0.571683] ACPI: bus type PCI registered
[ 0.575652] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.585612] PCI: not using MMCONFIG
[ 0.588610] PCI: Using configuration type 1 for base access
[ 0.594609] PCI: Using configuration type 1 for extended access
[ 0.607679] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.633075] raid6: avx2x4 gen() 20777 MB/s
[ 0.654073] raid6: avx2x4 xor() 10048 MB/s
[ 0.675070] raid6: avx2x2 gen() 20074 MB/s
[ 0.696070] raid6: avx2x2 xor() 11843 MB/s
[ 0.717071] raid6: avx2x1 gen() 15121 MB/s
[ 0.738071] raid6: avx2x1 xor() 10996 MB/s
[ 0.759070] raid6: sse2x4 gen() 13074 MB/s
[ 0.780071] raid6: sse2x4 xor() 7343 MB/s
[ 0.801070] raid6: sse2x2 gen() 12812 MB/s
[ 0.822071] raid6: sse2x2 xor() 8179 MB/s
[ 0.843074] raid6: sse2x1 gen() 6187 MB/s
[ 0.864071] raid6: sse2x1 xor() 5931 MB/s
[ 0.868609] raid6: using algorithm avx2x4 gen() 20777 MB/s
[ 0.874610] raid6: .... xor() 10048 MB/s, rmw enabled
[ 0.879609] raid6: using avx2x2 recovery algorithm
[ 0.885000] ACPI: Added _OSI(Module Device)
[ 0.889612] ACPI: Added _OSI(Processor Device)
[ 0.893609] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.898610] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.904611] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.908610] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.914610] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.939509] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.952239] ACPI: Interpreter enabled
[ 0.955623] ACPI: (supports S0 S5)
[ 0.959610] ACPI: Using IOAPIC for interrupt routing
[ 0.964893] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.974660] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[ 0.983625] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.993064] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 1.001301] ACPI: Power Resource [P0SA] (off)
[ 1.005639] ACPI: Power Resource [P3SA] (off)
[ 1.014443] ACPI: Power Resource [P0SA] (off)
[ 1.018637] ACPI: Power Resource [P3SA] (off)
[ 1.024982] ACPI: Power Resource [P0SA] (off)
[ 1.029637] ACPI: Power Resource [P3SA] (off)
[ 1.035561] ACPI: Power Resource [P0SA] (off)
[ 1.040638] ACPI: Power Resource [P3SA] (off)
[ 1.045717] ACPI: Power Resource [P0SA] (off)
[ 1.050636] ACPI: Power Resource [P3SA] (off)
[ 1.055955] ACPI: Power Resource [P0SA] (off)
[ 1.060635] ACPI: Power Resource [P3SA] (off)
[ 1.066205] ACPI: Power Resource [P0SA] (off)
[ 1.070634] ACPI: Power Resource [P3SA] (off)
[ 1.076395] ACPI: Power Resource [P0SA] (off)
[ 1.080636] ACPI: Power Resource [P3SA] (off)
[ 1.088936] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-0f])
[ 1.095616] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 1.104705] acpi PNP0A08:00: _OSC: platform does not support [AER LTR]
[ 1.111784] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[ 1.118810] PCI host bridge to bus 0000:00
[ 1.122611] pci_bus 0000:00: root bus resource [io 0x0000-0x02ff window]
[ 1.129612] pci_bus 0000:00: root bus resource [io 0x0300-0x03af window]
[ 1.136612] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 1.143611] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 1.150611] pci_bus 0000:00: root bus resource [io 0x0d00-0x1fff window]
[ 1.157611] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 1.164610] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 1.172610] pci_bus 0000:00: root bus resource [mem 0xec000000-0xefffffff window]
[ 1.180610] pci_bus 0000:00: root bus resource [mem 0x1e006000000-0x1ffffffffff window]
[ 1.188610] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 1.194620] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[ 1.200700] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[ 1.206680] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[ 1.212971] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 1.220701] pci 0000:00:01.4: [1022:1453] type 01 class 0x060400
[ 1.227699] pci 0000:00:01.4: PME# supported from D0 D3hot D3cold
[ 1.234698] pci 0000:00:01.6: [1022:1453] type 01 class 0x060400
[ 1.241700] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[ 1.248691] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[ 1.254689] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[ 1.260662] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[ 1.268693] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[ 1.274673] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[ 1.281612] pci 0000:00:07.1: enabling Extended Tags
[ 1.286694] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 1.293711] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[ 1.299672] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[ 1.306612] pci 0000:00:08.1: enabling Extended Tags
[ 1.311694] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 1.318737] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 1.324634] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 1.330843] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[ 1.337660] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[ 1.343659] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[ 1.349659] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[ 1.355661] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[ 1.361659] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[ 1.368659] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[ 1.374659] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[ 1.380661] pci 0000:00:19.0: [1022:1460] type 00 class 0x060000
[ 1.386664] pci 0000:00:19.1: [1022:1461] type 00 class 0x060000
[ 1.392662] pci 0000:00:19.2: [1022:1462] type 00 class 0x060000
[ 1.399665] pci 0000:00:19.3: [1022:1463] type 00 class 0x060000
[ 1.405666] pci 0000:00:19.4: [1022:1464] type 00 class 0x060000
[ 1.411665] pci 0000:00:19.5: [1022:1465] type 00 class 0x060000
[ 1.417664] pci 0000:00:19.6: [1022:1466] type 00 class 0x060000
[ 1.423663] pci 0000:00:19.7: [1022:1467] type 00 class 0x060000
[ 1.430664] pci 0000:00:1a.0: [1022:1460] type 00 class 0x060000
[ 1.436667] pci 0000:00:1a.1: [1022:1461] type 00 class 0x060000
[ 1.442668] pci 0000:00:1a.2: [1022:1462] type 00 class 0x060000
[ 1.448667] pci 0000:00:1a.3: [1022:1463] type 00 class 0x060000
[ 1.454664] pci 0000:00:1a.4: [1022:1464] type 00 class 0x060000
[ 1.461669] pci 0000:00:1a.5: [1022:1465] type 00 class 0x060000
[ 1.467663] pci 0000:00:1a.6: [1022:1466] type 00 class 0x060000
[ 1.473662] pci 0000:00:1a.7: [1022:1467] type 00 class 0x060000
[ 1.479667] pci 0000:00:1b.0: [1022:1460] type 00 class 0x060000
[ 1.485664] pci 0000:00:1b.1: [1022:1461] type 00 class 0x060000
[ 1.492663] pci 0000:00:1b.2: [1022:1462] type 00 class 0x060000
[ 1.498663] pci 0000:00:1b.3: [1022:1463] type 00 class 0x060000
[ 1.504666] pci 0000:00:1b.4: [1022:1464] type 00 class 0x060000
[ 1.510665] pci 0000:00:1b.5: [1022:1465] type 00 class 0x060000
[ 1.516663] pci 0000:00:1b.6: [1022:1466] type 00 class 0x060000
[ 1.523666] pci 0000:00:1b.7: [1022:1467] type 00 class 0x060000
[ 1.529668] pci 0000:00:1c.0: [1022:1460] type 00 class 0x060000
[ 1.535673] pci 0000:00:1c.1: [1022:1461] type 00 class 0x060000
[ 1.541677] pci 0000:00:1c.2: [1022:1462] type 00 class 0x060000
[ 1.547673] pci 0000:00:1c.3: [1022:1463] type 00 class 0x060000
[ 1.554675] pci 0000:00:1c.4: [1022:1464] type 00 class 0x060000
[ 1.560672] pci 0000:00:1c.5: [1022:1465] type 00 class 0x060000
[ 1.566679] pci 0000:00:1c.6: [1022:1466] type 00 class 0x060000
[ 1.572673] pci 0000:00:1c.7: [1022:1467] type 00 class 0x060000
[ 1.578673] pci 0000:00:1d.0: [1022:1460] type 00 class 0x060000
[ 1.585674] pci 0000:00:1d.1: [1022:1461] type 00 class 0x060000
[ 1.591675] pci 0000:00:1d.2: [1022:1462] type 00 class 0x060000
[ 1.597629] pci 0000:00:1d.3: [1022:1463] type 00 class 0x060000
[ 1.603673] pci 0000:00:1d.4: [1022:1464] type 00 class 0x060000
[ 1.609674] pci 0000:00:1d.5: [1022:1465] type 00 class 0x060000
[ 1.616675] pci 0000:00:1d.6: [1022:1466] type 00 class 0x060000
[ 1.622673] pci 0000:00:1d.7: [1022:1467] type 00 class 0x060000
[ 1.628657] pci 0000:00:1e.0: [1022:1460] type 00 class 0x060000
[ 1.634667] pci 0000:00:1e.1: [1022:1461] type 00 class 0x060000
[ 1.640672] pci 0000:00:1e.2: [1022:1462] type 00 class 0x060000
[ 1.647670] pci 0000:00:1e.3: [1022:1463] type 00 class 0x060000
[ 1.653670] pci 0000:00:1e.4: [1022:1464] type 00 class 0x060000
[ 1.659671] pci 0000:00:1e.5: [1022:1465] type 00 class 0x060000
[ 1.665671] pci 0000:00:1e.6: [1022:1466] type 00 class 0x060000
[ 1.671670] pci 0000:00:1e.7: [1022:1467] type 00 class 0x060000
[ 1.678669] pci 0000:00:1f.0: [1022:1460] type 00 class 0x060000
[ 1.684671] pci 0000:00:1f.1: [1022:1461] type 00 class 0x060000
[ 1.690671] pci 0000:00:1f.2: [1022:1462] type 00 class 0x060000
[ 1.696673] pci 0000:00:1f.3: [1022:1463] type 00 class 0x060000
[ 1.702672] pci 0000:00:1f.4: [1022:1464] type 00 class 0x060000
[ 1.709670] pci 0000:00:1f.5: [1022:1465] type 00 class 0x060000
[ 1.715673] pci 0000:00:1f.6: [1022:1466] type 00 class 0x060000
[ 1.721672] pci 0000:00:1f.7: [1022:1467] type 00 class 0x060000
[ 1.727977] pci 0000:01:00.0: [1b21:1142] type 00 class 0x0c0330
[ 1.734677] pci 0000:01:00.0: reg 0x10: [mem 0xef800000-0xef807fff 64bit]
[ 1.741765] pci 0000:01:00.0: PME# supported from D3cold
[ 1.746775] pci 0000:00:01.3: PCI bridge to [bus 01]
[ 1.752613] pci 0000:00:01.3: bridge window [mem 0xef800000-0xef8fffff]
[ 1.759737] pci 0000:02:00.0: [1b21:1142] type 00 class 0x0c0330
[ 1.765677] pci 0000:02:00.0: reg 0x10: [mem 0xef700000-0xef707fff 64bit]
[ 1.772612] pci 0000:02:00.0: PME# supported from D3cold
[ 1.777773] pci 0000:00:01.4: PCI bridge to [bus 02]
[ 1.783613] pci 0000:00:01.4: bridge window [mem 0xef700000-0xef7fffff]
[ 1.790682] pci 0000:03:00.0: [1a03:1150] type 01 class 0x060400
[ 1.796726] pci 0000:03:00.0: supports D1 D2
[ 1.800610] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.810623] pci 0000:00:01.6: PCI bridge to [bus 03-04]
[ 1.815613] pci 0000:00:01.6: bridge window [io 0x1000-0x1fff]
[ 1.822611] pci 0000:00:01.6: bridge window [mem 0xee000000-0xef0fffff]
[ 1.829648] pci_bus 0000:04: extended config space not accessible
[ 1.835631] pci 0000:04:00.0: [1a03:2000] type 00 class 0x030000
[ 1.841629] pci 0000:04:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
[ 1.847621] pci 0000:04:00.0: reg 0x14: [mem 0xef000000-0xef01ffff]
[ 1.854620] pci 0000:04:00.0: reg 0x18: [io 0x1000-0x107f]
[ 1.860695] pci 0000:04:00.0: supports D1 D2
[ 1.864609] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.871692] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 1.876615] pci 0000:03:00.0: bridge window [io 0x1000-0x1fff]
[ 1.882612] pci 0000:03:00.0: bridge window [mem 0xee000000-0xef0fffff]
[ 1.890120] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
[ 1.896646] pci 0000:05:00.0: enabling Extended Tags
[ 1.901689] pci 0000:05:00.2: [1022:1456] type 00 class 0x108000
[ 1.907629] pci 0000:05:00.2: reg 0x18: [mem 0xef300000-0xef3fffff]
[ 1.914622] pci 0000:05:00.2: reg 0x24: [mem 0xef400000-0xef401fff]
[ 1.920616] pci 0000:05:00.2: enabling Extended Tags
[ 1.925708] pci 0000:05:00.3: [1022:145f] type 00 class 0x0c0330
[ 1.931623] pci 0000:05:00.3: reg 0x10: [mem 0xef200000-0xef2fffff 64bit]
[ 1.938633] pci 0000:05:00.3: enabling Extended Tags
[ 1.943644] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[ 1.950691] pci 0000:00:07.1: PCI bridge to [bus 05]
[ 1.955613] pci 0000:00:07.1: bridge window [mem 0xef200000-0xef4fffff]
[ 1.963629] pci 0000:06:00.0: [1022:1455] type 00 class 0x130000
[ 1.969649] pci 0000:06:00.0: enabling Extended Tags
[ 1.974694] pci 0000:06:00.1: [1022:1468] type 00 class 0x108000
[ 1.980630] pci 0000:06:00.1: reg 0x18: [mem 0xef500000-0xef5fffff]
[ 1.987622] pci 0000:06:00.1: reg 0x24: [mem 0xef600000-0xef601fff]
[ 1.993617] pci 0000:06:00.1: enabling Extended Tags
[ 1.998733] pci 0000:00:08.1: PCI bridge to [bus 06]
[ 2.003613] pci 0000:00:08.1: bridge window [mem 0xef500000-0xef6fffff]
[ 2.010634] pci_bus 0000:00: on NUMA node 0
[ 2.011963] ACPI: PCI Root Bridge [S0D1] (domain 0000 [bus 10-1f])
[ 2.018612] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 2.027716] acpi PNP0A08:01: _OSC: platform does not support [AER LTR]
[ 2.034779] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability]
[ 2.041761] PCI host bridge to bus 0000:10
[ 2.045610] pci_bus 0000:10: root bus resource [io 0x2000-0x3fff window]
[ 2.052610] pci_bus 0000:10: root bus resource [mem 0xe9900000-0xebffffff window]
[ 2.060610] pci_bus 0000:10: root bus resource [mem 0x1c00c000000-0x1e005ffffff window]
[ 2.068612] pci_bus 0000:10: root bus resource [bus 10-1f]
[ 2.074618] pci 0000:10:00.0: [1022:1450] type 00 class 0x060000
[ 2.080691] pci 0000:10:01.0: [1022:1452] type 00 class 0x060000
[ 2.086673] pci 0000:10:01.1: [1022:1453] type 01 class 0x060400
[ 2.092753] pci 0000:10:01.1: PME# supported from D0 D3hot D3cold
[ 2.099725] pci 0000:10:02.0: [1022:1452] type 00 class 0x060000
[ 2.105687] pci 0000:10:03.0: [1022:1452] type 00 class 0x060000
[ 2.111633] pci 0000:10:04.0: [1022:1452] type 00 class 0x060000
[ 2.117689] pci 0000:10:07.0: [1022:1452] type 00 class 0x060000
[ 2.123674] pci 0000:10:07.1: [1022:1454] type 01 class 0x060400
[ 2.130612] pci 0000:10:07.1: enabling Extended Tags
[ 2.135699] pci 0000:10:07.1: PME# supported from D0 D3hot D3cold
[ 2.142727] pci 0000:10:08.0: [1022:1452] type 00 class 0x060000
[ 2.148674] pci 0000:10:08.1: [1022:1454] type 01 class 0x060400
[ 2.154724] pci 0000:10:08.1: enabling Extended Tags
[ 2.159699] pci 0000:10:08.1: PME# supported from D0 D3hot D3cold
[ 2.167070] pci 0000:11:00.0: [8086:1521] type 00 class 0x020000
[ 2.174231] pci 0000:11:00.0: reg 0x10: [mem 0xeba80000-0xebafffff]
[ 2.181149] pci 0000:11:00.0: reg 0x18: [io 0x3060-0x307f]
[ 2.186879] pci 0000:11:00.0: reg 0x1c: [mem 0xebb0c000-0xebb0ffff]
[ 2.197155] pci 0000:11:00.0: PME# supported from D0 D3hot D3cold
[ 2.204687] pci 0000:11:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.212611] pci 0000:11:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 2.223271] pci 0000:11:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.230610] pci 0000:11:00.0: VF(n) BAR3 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 2.243919] pci 0000:11:00.1: [8086:1521] type 00 class 0x020000
[ 2.250882] pci 0000:11:00.1: reg 0x10: [mem 0xeba00000-0xeba7ffff]
[ 2.257843] pci 0000:11:00.1: reg 0x18: [io 0x3040-0x305f]
[ 2.263841] pci 0000:11:00.1: reg 0x1c: [mem 0xebb08000-0xebb0bfff]
[ 2.273725] pci 0000:11:00.1: PME# supported from D0 D3hot D3cold
[ 2.281113] pci 0000:11:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.288610] pci 0000:11:00.1: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 2.299686] pci 0000:11:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.307610] pci 0000:11:00.1: VF(n) BAR3 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 2.320156] pci 0000:11:00.2: [8086:1521] type 00 class 0x020000
[ 2.327153] pci 0000:11:00.2: reg 0x10: [mem 0xeb980000-0xeb9fffff]
[ 2.334114] pci 0000:11:00.2: reg 0x18: [io 0x3020-0x303f]
[ 2.339883] pci 0000:11:00.2: reg 0x1c: [mem 0xebb04000-0xebb07fff]
[ 2.350001] pci 0000:11:00.2: PME# supported from D0 D3hot D3cold
[ 2.357388] pci 0000:11:00.2: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.366610] pci 0000:11:00.2: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 2.377309] pci 0000:11:00.2: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.384610] pci 0000:11:00.2: VF(n) BAR3 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 2.397765] pci 0000:11:00.3: [8086:1521] type 00 class 0x020000
[ 2.404763] pci 0000:11:00.3: reg 0x10: [mem 0xeb900000-0xeb97ffff]
[ 2.411686] pci 0000:11:00.3: reg 0x18: [io 0x3000-0x301f]
[ 2.417686] pci 0000:11:00.3: reg 0x1c: [mem 0xebb00000-0xebb03fff]
[ 2.427583] pci 0000:11:00.3: PME# supported from D0 D3hot D3cold
[ 2.434997] pci 0000:11:00.3: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.442610] pci 0000:11:00.3: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 2.453307] pci 0000:11:00.3: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.461611] pci 0000:11:00.3: VF(n) BAR3 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 2.474843] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 2.479613] pci 0000:10:01.1: bridge window [io 0x3000-0x3fff]
[ 2.486611] pci 0000:10:01.1: bridge window [mem 0xeb900000-0xebbfffff]
[ 2.493679] pci 0000:12:00.0: [1022:145a] type 00 class 0x130000
[ 2.499651] pci 0000:12:00.0: enabling Extended Tags
[ 2.504696] pci 0000:12:00.2: [1022:1456] type 00 class 0x108000
[ 2.510631] pci 0000:12:00.2: reg 0x18: [mem 0xebe00000-0xebefffff]
[ 2.517622] pci 0000:12:00.2: reg 0x24: [mem 0xebf00000-0xebf01fff]
[ 2.523618] pci 0000:12:00.2: enabling Extended Tags
[ 2.528731] pci 0000:10:07.1: PCI bridge to [bus 12]
[ 2.533613] pci 0000:10:07.1: bridge window [mem 0xebe00000-0xebffffff]
[ 2.540678] pci 0000:13:00.0: [1022:1455] type 00 class 0x130000
[ 2.546655] pci 0000:13:00.0: enabling Extended Tags
[ 2.552703] pci 0000:13:00.1: [1022:1468] type 00 class 0x108000
[ 2.558632] pci 0000:13:00.1: reg 0x18: [mem 0xebc00000-0xebcfffff]
[ 2.564623] pci 0000:13:00.1: reg 0x24: [mem 0xebd00000-0xebd01fff]
[ 2.571618] pci 0000:13:00.1: enabling Extended Tags
[ 2.576718] pci 0000:13:00.2: [1022:7901] type 00 class 0x010601
[ 2.582610] pci 0000:13:00.2: reg 0x24: [mem 0xebd02000-0xebd02fff]
[ 2.588618] pci 0000:13:00.2: enabling Extended Tags
[ 2.594650] pci 0000:13:00.2: PME# supported from D3hot D3cold
[ 2.600704] pci 0000:10:08.1: PCI bridge to [bus 13]
[ 2.605613] pci 0000:10:08.1: bridge window [mem 0xebc00000-0xebdfffff]
[ 2.612627] pci_bus 0000:10: on NUMA node 1
[ 2.612627] ACPI: PCI Root Bridge [S0D2] (domain 0000 [bus 20-2f])
[ 2.618613] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 2.628781] acpi PNP0A08:02: _OSC: platform does not support [AER LTR]
[ 2.634773] acpi PNP0A08:02: _OSC: OS now controls [PME PCIeCapability]
[ 2.641759] PCI host bridge to bus 0000:20
[ 2.646610] pci_bus 0000:20: root bus resource [io 0x4000-0x5fff window]
[ 2.653610] pci_bus 0000:20: root bus resource [mem 0xe7500000-0xe98fffff window]
[ 2.660610] pci_bus 0000:20: root bus resource [mem 0x1a012000000-0x1c00bffffff window]
[ 2.669610] pci_bus 0000:20: root bus resource [bus 20-2f]
[ 2.674617] pci 0000:20:00.0: [1022:1450] type 00 class 0x060000
[ 2.680691] pci 0000:20:01.0: [1022:1452] type 00 class 0x060000
[ 2.687686] pci 0000:20:02.0: [1022:1452] type 00 class 0x060000
[ 2.693687] pci 0000:20:03.0: [1022:1452] type 00 class 0x060000
[ 2.699655] pci 0000:20:04.0: [1022:1452] type 00 class 0x060000
[ 2.705691] pci 0000:20:07.0: [1022:1452] type 00 class 0x060000
[ 2.711674] pci 0000:20:07.1: [1022:1454] type 01 class 0x060400
[ 2.718725] pci 0000:20:07.1: enabling Extended Tags
[ 2.723675] pci 0000:20:07.1: PME# supported from D0 D3hot D3cold
[ 2.730732] pci 0000:20:08.0: [1022:1452] type 00 class 0x060000
[ 2.736675] pci 0000:20:08.1: [1022:1454] type 01 class 0x060400
[ 2.742804] pci 0000:20:08.1: enabling Extended Tags
[ 2.747700] pci 0000:20:08.1: PME# supported from D0 D3hot D3cold
[ 2.754654] pci 0000:21:00.0: [1022:145a] type 00 class 0x130000
[ 2.760651] pci 0000:21:00.0: enabling Extended Tags
[ 2.766694] pci 0000:21:00.2: [1022:1456] type 00 class 0x108000
[ 2.772631] pci 0000:21:00.2: reg 0x18: [mem 0xe9700000-0xe97fffff]
[ 2.778622] pci 0000:21:00.2: reg 0x24: [mem 0xe9800000-0xe9801fff]
[ 2.785618] pci 0000:21:00.2: enabling Extended Tags
[ 2.790727] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 2.795613] pci 0000:20:07.1: bridge window [mem 0xe9700000-0xe98fffff]
[ 2.802655] pci 0000:22:00.0: [1022:1455] type 00 class 0x130000
[ 2.808655] pci 0000:22:00.0: enabling Extended Tags
[ 2.814701] pci 0000:22:00.1: [1022:1468] type 00 class 0x108000
[ 2.820632] pci 0000:22:00.1: reg 0x18: [mem 0xe9500000-0xe95fffff]
[ 2.826623] pci 0000:22:00.1: reg 0x24: [mem 0xe9600000-0xe9601fff]
[ 2.833619] pci 0000:22:00.1: enabling Extended Tags
[ 2.838736] pci 0000:20:08.1: PCI bridge to [bus 22]
[ 2.843613] pci 0000:20:08.1: bridge window [mem 0xe9500000-0xe96fffff]
[ 2.850622] pci_bus 0000:20: on NUMA node 2
[ 2.850849] ACPI: PCI Root Bridge [S0D3] (domain 0000 [bus 30-3f])
[ 2.857613] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 2.866780] acpi PNP0A08:03: _OSC: platform does not support [AER LTR]
[ 2.873774] acpi PNP0A08:03: _OSC: OS now controls [PME PCIeCapability]
[ 2.880757] PCI host bridge to bus 0000:30
[ 2.884610] pci_bus 0000:30: root bus resource [io 0x6000-0x7fff window]
[ 2.891610] pci_bus 0000:30: root bus resource [mem 0xe5100000-0xe74fffff window]
[ 2.899610] pci_bus 0000:30: root bus resource [mem 0x18018000000-0x1a011ffffff window]
[ 2.907610] pci_bus 0000:30: root bus resource [bus 30-3f]
[ 2.912617] pci 0000:30:00.0: [1022:1450] type 00 class 0x060000
[ 2.919691] pci 0000:30:01.0: [1022:1452] type 00 class 0x060000
[ 2.925687] pci 0000:30:02.0: [1022:1452] type 00 class 0x060000
[ 2.931676] pci 0000:30:03.0: [1022:1452] type 00 class 0x060000
[ 2.937687] pci 0000:30:04.0: [1022:1452] type 00 class 0x060000
[ 2.943691] pci 0000:30:07.0: [1022:1452] type 00 class 0x060000
[ 2.950671] pci 0000:30:07.1: [1022:1454] type 01 class 0x060400
[ 2.956612] pci 0000:30:07.1: enabling Extended Tags
[ 2.962698] pci 0000:30:07.1: PME# supported from D0 D3hot D3cold
[ 2.968726] pci 0000:30:08.0: [1022:1452] type 00 class 0x060000
[ 2.974674] pci 0000:30:08.1: [1022:1454] type 01 class 0x060400
[ 2.980719] pci 0000:30:08.1: enabling Extended Tags
[ 2.986701] pci 0000:30:08.1: PME# supported from D0 D3hot D3cold
[ 2.992655] pci 0000:31:00.0: [1022:145a] type 00 class 0x130000
[ 2.999651] pci 0000:31:00.0: enabling Extended Tags
[ 3.004692] pci 0000:31:00.2: [1022:1456] type 00 class 0x108000
[ 3.010630] pci 0000:31:00.2: reg 0x18: [mem 0xe7300000-0xe73fffff]
[ 3.016622] pci 0000:31:00.2: reg 0x24: [mem 0xe7400000-0xe7401fff]
[ 3.023617] pci 0000:31:00.2: enabling Extended Tags
[ 3.028611] pci 0000:30:07.1: PCI bridge to [bus 31]
[ 3.033613] pci 0000:30:07.1: bridge window [mem 0xe7300000-0xe74fffff]
[ 3.041030] pci 0000:32:00.0: [1022:1455] type 00 class 0x130000
[ 3.047653] pci 0000:32:00.0: enabling Extended Tags
[ 3.052699] pci 0000:32:00.1: [1022:1468] type 00 class 0x108000
[ 3.058632] pci 0000:32:00.1: reg 0x18: [mem 0xe7100000-0xe71fffff]
[ 3.064624] pci 0000:32:00.1: reg 0x24: [mem 0xe7200000-0xe7201fff]
[ 3.071618] pci 0000:32:00.1: enabling Extended Tags
[ 3.076649] pci 0000:30:08.1: PCI bridge to [bus 32]
[ 3.081613] pci 0000:30:08.1: bridge window [mem 0xe7100000-0xe72fffff]
[ 3.088622] pci_bus 0000:30: on NUMA node 3
[ 3.088957] ACPI: PCI Root Bridge [S1D0] (domain 0000 [bus 40-4f])
[ 3.095612] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.104778] acpi PNP0A08:04: _OSC: platform does not support [AER LTR]
[ 3.111771] acpi PNP0A08:04: _OSC: OS now controls [PME PCIeCapability]
[ 3.118756] PCI host bridge to bus 0000:40
[ 3.122611] pci_bus 0000:40: root bus resource [io 0x8000-0x9fff window]
[ 3.129610] pci_bus 0000:40: root bus resource [mem 0xe2d00000-0xe50fffff window]
[ 3.137610] pci_bus 0000:40: root bus resource [mem 0x1601e000000-0x18017ffffff window]
[ 3.145610] pci_bus 0000:40: root bus resource [bus 40-4f]
[ 3.151617] pci 0000:40:00.0: [1022:1450] type 00 class 0x060000
[ 3.157700] pci 0000:40:01.0: [1022:1452] type 00 class 0x060000
[ 3.163644] pci 0000:40:02.0: [1022:1452] type 00 class 0x060000
[ 3.169696] pci 0000:40:03.0: [1022:1452] type 00 class 0x060000
[ 3.175693] pci 0000:40:04.0: [1022:1452] type 00 class 0x060000
[ 3.182699] pci 0000:40:07.0: [1022:1452] type 00 class 0x060000
[ 3.188683] pci 0000:40:07.1: [1022:1454] type 01 class 0x060400
[ 3.195207] pci 0000:40:07.1: enabling Extended Tags
[ 3.200708] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[ 3.207284] pci 0000:40:08.0: [1022:1452] type 00 class 0x060000
[ 3.213609] pci 0000:40:08.1: [1022:1454] type 01 class 0x060400
[ 3.220154] pci 0000:40:08.1: enabling Extended Tags
[ 3.225709] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[ 3.232393] pci 0000:41:00.0: [1022:145a] type 00 class 0x130000
[ 3.238661] pci 0000:41:00.0: enabling Extended Tags
[ 3.243711] pci 0000:41:00.2: [1022:1456] type 00 class 0x108000
[ 3.249638] pci 0000:41:00.2: reg 0x18: [mem 0xe4f00000-0xe4ffffff]
[ 3.256626] pci 0000:41:00.2: reg 0x24: [mem 0xe5000000-0xe5001fff]
[ 3.262619] pci 0000:41:00.2: enabling Extended Tags
[ 3.267749] pci 0000:40:07.1: PCI bridge to [bus 41]
[ 3.273614] pci 0000:40:07.1: bridge window [mem 0xe4f00000-0xe50fffff]
[ 3.280771] pci 0000:42:00.0: [1022:1455] type 00 class 0x130000
[ 3.286663] pci 0000:42:00.0: enabling Extended Tags
[ 3.291713] pci 0000:42:00.1: [1022:1468] type 00 class 0x108000
[ 3.297637] pci 0000:42:00.1: reg 0x18: [mem 0xe4d00000-0xe4dfffff]
[ 3.304626] pci 0000:42:00.1: reg 0x24: [mem 0xe4e00000-0xe4e01fff]
[ 3.310620] pci 0000:42:00.1: enabling Extended Tags
[ 3.315731] pci 0000:42:00.2: [1022:7901] type 00 class 0x010601
[ 3.322654] pci 0000:42:00.2: reg 0x24: [mem 0xe4e02000-0xe4e02fff]
[ 3.328619] pci 0000:42:00.2: enabling Extended Tags
[ 3.333656] pci 0000:42:00.2: PME# supported from D3hot D3cold
[ 3.339716] pci 0000:40:08.1: PCI bridge to [bus 42]
[ 3.344615] pci 0000:40:08.1: bridge window [mem 0xe4d00000-0xe4efffff]
[ 3.351625] pci_bus 0000:40: on NUMA node 4
[ 3.351955] ACPI: PCI Root Bridge [S1D1] (domain 0000 [bus 50-5f])
[ 3.358613] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.367778] acpi PNP0A08:05: _OSC: platform does not support [AER LTR]
[ 3.374736] acpi PNP0A08:05: _OSC: OS now controls [PME PCIeCapability]
[ 3.381638] PCI host bridge to bus 0000:50
[ 3.385610] pci_bus 0000:50: root bus resource [io 0xa000-0xbfff window]
[ 3.392610] pci_bus 0000:50: root bus resource [mem 0xe0900000-0xe2cfffff window]
[ 3.400610] pci_bus 0000:50: root bus resource [mem 0x14024000000-0x1601dffffff window]
[ 3.409610] pci_bus 0000:50: root bus resource [bus 50-5f]
[ 3.415617] pci 0000:50:00.0: [1022:1450] type 00 class 0x060000
[ 3.421703] pci 0000:50:01.0: [1022:1452] type 00 class 0x060000
[ 3.427695] pci 0000:50:02.0: [1022:1452] type 00 class 0x060000
[ 3.434693] pci 0000:50:03.0: [1022:1452] type 00 class 0x060000
[ 3.440697] pci 0000:50:04.0: [1022:1452] type 00 class 0x060000
[ 3.446699] pci 0000:50:07.0: [1022:1452] type 00 class 0x060000
[ 3.452680] pci 0000:50:07.1: [1022:1454] type 01 class 0x060400
[ 3.459665] pci 0000:50:07.1: enabling Extended Tags
[ 3.464712] pci 0000:50:07.1: PME# supported from D0 D3hot D3cold
[ 3.470979] pci 0000:50:08.0: [1022:1452] type 00 class 0x060000
[ 3.477682] pci 0000:50:08.1: [1022:1454] type 01 class 0x060400
[ 3.483613] pci 0000:50:08.1: enabling Extended Tags
[ 3.488712] pci 0000:50:08.1: PME# supported from D0 D3hot D3cold
[ 3.495656] pci 0000:51:00.0: [1022:145a] type 00 class 0x130000
[ 3.502660] pci 0000:51:00.0: enabling Extended Tags
[ 3.507708] pci 0000:51:00.2: [1022:1456] type 00 class 0x108000
[ 3.513638] pci 0000:51:00.2: reg 0x18: [mem 0xe2b00000-0xe2bfffff]
[ 3.519625] pci 0000:51:00.2: reg 0x24: [mem 0xe2c00000-0xe2c01fff]
[ 3.526619] pci 0000:51:00.2: enabling Extended Tags
[ 3.531749] pci 0000:50:07.1: PCI bridge to [bus 51]
[ 3.536614] pci 0000:50:07.1: bridge window [mem 0xe2b00000-0xe2cfffff]
[ 3.543929] pci 0000:52:00.0: [1022:1455] type 00 class 0x130000
[ 3.550663] pci 0000:52:00.0: enabling Extended Tags
[ 3.555716] pci 0000:52:00.1: [1022:1468] type 00 class 0x108000
[ 3.561637] pci 0000:52:00.1: reg 0x18: [mem 0xe2900000-0xe29fffff]
[ 3.567626] pci 0000:52:00.1: reg 0x24: [mem 0xe2a00000-0xe2a01fff]
[ 3.574619] pci 0000:52:00.1: enabling Extended Tags
[ 3.579759] pci 0000:50:08.1: PCI bridge to [bus 52]
[ 3.584614] pci 0000:50:08.1: bridge window [mem 0xe2900000-0xe2afffff]
[ 3.591624] pci_bus 0000:50: on NUMA node 5
[ 3.591939] ACPI: PCI Root Bridge [S1D2] (domain 0000 [bus 60-6f])
[ 3.598612] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.607706] acpi PNP0A08:06: _OSC: platform does not support [AER LTR]
[ 3.614772] acpi PNP0A08:06: _OSC: OS now controls [PME PCIeCapability]
[ 3.621755] PCI host bridge to bus 0000:60
[ 3.625610] pci_bus 0000:60: root bus resource [io 0xc000-0xdfff window]
[ 3.632611] pci_bus 0000:60: root bus resource [mem 0xde200000-0xe08fffff window]
[ 3.640610] pci_bus 0000:60: root bus resource [mem 0x1202a000000-0x14023ffffff window]
[ 3.648612] pci_bus 0000:60: root bus resource [bus 60-6f]
[ 3.654616] pci 0000:60:00.0: [1022:1450] type 00 class 0x060000
[ 3.660696] pci 0000:60:01.0: [1022:1452] type 00 class 0x060000
[ 3.666690] pci 0000:60:02.0: [1022:1452] type 00 class 0x060000
[ 3.672692] pci 0000:60:03.0: [1022:1452] type 00 class 0x060000
[ 3.678679] pci 0000:60:03.1: [1022:1453] type 01 class 0x060400
[ 3.685760] pci 0000:60:03.1: PME# supported from D0 D3hot D3cold
[ 3.691708] pci 0000:60:04.0: [1022:1452] type 00 class 0x060000
[ 3.698696] pci 0000:60:07.0: [1022:1452] type 00 class 0x060000
[ 3.704678] pci 0000:60:07.1: [1022:1454] type 01 class 0x060400
[ 3.710913] pci 0000:60:07.1: enabling Extended Tags
[ 3.715709] pci 0000:60:07.1: PME# supported from D0 D3hot D3cold
[ 3.722729] pci 0000:60:08.0: [1022:1452] type 00 class 0x060000
[ 3.728680] pci 0000:60:08.1: [1022:1454] type 01 class 0x060400
[ 3.734693] pci 0000:60:08.1: enabling Extended Tags
[ 3.739709] pci 0000:60:08.1: PME# supported from D0 D3hot D3cold
[ 3.746659] pci 0000:61:00.0: [8086:10fb] type 00 class 0x020000
[ 3.753634] pci 0000:61:00.0: reg 0x10: [mem 0xe0380000-0xe03fffff 64bit]
[ 3.759617] pci 0000:61:00.0: reg 0x18: [io 0xd020-0xd03f]
[ 3.765628] pci 0000:61:00.0: reg 0x20: [mem 0xe0404000-0xe0407fff 64bit]
[ 3.772617] pci 0000:61:00.0: reg 0x30: [mem 0xe0300000-0xe037ffff pref]
[ 3.779617] pci 0000:61:00.0: PME# supported from D0 D3hot
[ 3.785643] pci 0000:61:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 3.792610] pci 0000:61:00.0: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR0 for 64 VFs)
[ 3.802626] pci 0000:61:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[ 3.809611] pci 0000:61:00.0: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR3 for 64 VFs)
[ 3.819642] pci 0000:61:00.1: [8086:10fb] type 00 class 0x020000
[ 3.825634] pci 0000:61:00.1: reg 0x10: [mem 0xe0280000-0xe02fffff 64bit]
[ 3.832618] pci 0000:61:00.1: reg 0x18: [io 0xd000-0xd01f]
[ 3.838627] pci 0000:61:00.1: reg 0x20: [mem 0xe0400000-0xe0403fff 64bit]
[ 3.845617] pci 0000:61:00.1: reg 0x30: [mem 0xe0200000-0xe027ffff pref]
[ 3.852674] pci 0000:61:00.1: PME# supported from D0 D3hot
[ 3.857639] pci 0000:61:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 3.864610] pci 0000:61:00.1: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR0 for 64 VFs)
[ 3.874628] pci 0000:61:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[ 3.881610] pci 0000:61:00.1: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR3 for 64 VFs)
[ 3.892862] pci 0000:60:03.1: PCI bridge to [bus 61]
[ 3.897613] pci 0000:60:03.1: bridge window [io 0xd000-0xdfff]
[ 3.903611] pci 0000:60:03.1: bridge window [mem 0xe0200000-0xe04fffff]
[ 3.910957] pci 0000:62:00.0: [1022:145a] type 00 class 0x130000
[ 3.917656] pci 0000:62:00.0: enabling Extended Tags
[ 3.922701] pci 0000:62:00.2: [1022:1456] type 00 class 0x108000
[ 3.928633] pci 0000:62:00.2: reg 0x18: [mem 0xe0700000-0xe07fffff]
[ 3.934625] pci 0000:62:00.2: reg 0x24: [mem 0xe0800000-0xe0801fff]
[ 3.941619] pci 0000:62:00.2: enabling Extended Tags
[ 3.946737] pci 0000:60:07.1: PCI bridge to [bus 62]
[ 3.951614] pci 0000:60:07.1: bridge window [mem 0xe0700000-0xe08fffff]
[ 3.958656] pci 0000:63:00.0: [1022:1455] type 00 class 0x130000
[ 3.965659] pci 0000:63:00.0: enabling Extended Tags
[ 3.970708] pci 0000:63:00.1: [1022:1468] type 00 class 0x108000
[ 3.976634] pci 0000:63:00.1: reg 0x18: [mem 0xe0500000-0xe05fffff]
[ 3.982624] pci 0000:63:00.1: reg 0x24: [mem 0xe0600000-0xe0601fff]
[ 3.989619] pci 0000:63:00.1: enabling Extended Tags
[ 3.994745] pci 0000:60:08.1: PCI bridge to [bus 63]
[ 3.999614] pci 0000:60:08.1: bridge window [mem 0xe0500000-0xe06fffff]
[ 4.006628] pci_bus 0000:60: on NUMA node 6
[ 4.006947] ACPI: PCI Root Bridge [S1D3] (domain 0000 [bus 70-ff])
[ 4.013612] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.022709] acpi PNP0A08:07: _OSC: platform does not support [AER LTR]
[ 4.029771] acpi PNP0A08:07: _OSC: OS now controls [PME PCIeCapability]
[ 4.036622] acpi PNP0A08:07: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[ 4.046747] PCI host bridge to bus 0000:70
[ 4.051611] pci_bus 0000:70: root bus resource [io 0xe000-0xffff window]
[ 4.058610] pci_bus 0000:70: root bus resource [mem 0xdbe00000-0xde1fffff window]
[ 4.065610] pci_bus 0000:70: root bus resource [mem 0x10030000000-0x12029ffffff window]
[ 4.074610] pci_bus 0000:70: root bus resource [bus 70-ff]
[ 4.079617] pci 0000:70:00.0: [1022:1450] type 00 class 0x060000
[ 4.085700] pci 0000:70:01.0: [1022:1452] type 00 class 0x060000
[ 4.092697] pci 0000:70:02.0: [1022:1452] type 00 class 0x060000
[ 4.098690] pci 0000:70:03.0: [1022:1452] type 00 class 0x060000
[ 4.104695] pci 0000:70:04.0: [1022:1452] type 00 class 0x060000
[ 4.110697] pci 0000:70:07.0: [1022:1452] type 00 class 0x060000
[ 4.117680] pci 0000:70:07.1: [1022:1454] type 01 class 0x060400
[ 4.123613] pci 0000:70:07.1: enabling Extended Tags
[ 4.128710] pci 0000:70:07.1: PME# supported from D0 D3hot D3cold
[ 4.135735] pci 0000:70:08.0: [1022:1452] type 00 class 0x060000
[ 4.141646] pci 0000:70:08.1: [1022:1454] type 01 class 0x060400
[ 4.147713] pci 0000:70:08.1: enabling Extended Tags
[ 4.152711] pci 0000:70:08.1: PME# supported from D0 D3hot D3cold
[ 4.159655] pci 0000:71:00.0: [1022:145a] type 00 class 0x130000
[ 4.166659] pci 0000:71:00.0: enabling Extended Tags
[ 4.171706] pci 0000:71:00.2: [1022:1456] type 00 class 0x108000
[ 4.177637] pci 0000:71:00.2: reg 0x18: [mem 0xde000000-0xde0fffff]
[ 4.183625] pci 0000:71:00.2: reg 0x24: [mem 0xde100000-0xde101fff]
[ 4.190619] pci 0000:71:00.2: enabling Extended Tags
[ 4.195745] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 4.200614] pci 0000:70:07.1: bridge window [mem 0xde000000-0xde1fffff]
[ 4.207659] pci 0000:72:00.0: [1022:1455] type 00 class 0x130000
[ 4.214662] pci 0000:72:00.0: enabling Extended Tags
[ 4.219712] pci 0000:72:00.1: [1022:1468] type 00 class 0x108000
[ 4.225636] pci 0000:72:00.1: reg 0x18: [mem 0xdde00000-0xddefffff]
[ 4.231625] pci 0000:72:00.1: reg 0x24: [mem 0xddf00000-0xddf01fff]
[ 4.238619] pci 0000:72:00.1: enabling Extended Tags
[ 4.243753] pci 0000:70:08.1: PCI bridge to [bus 72]
[ 4.248614] pci 0000:70:08.1: bridge window [mem 0xdde00000-0xddffffff]
[ 4.255625] pci_bus 0000:70: on NUMA node 7
[ 4.255919] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 *11 14 15)
[ 4.262673] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 *5 7 10 11 14 15)
[ 4.269665] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 *10 11 14 15)
[ 4.275679] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 *5 7 10 11 14 15)
[ 4.282670] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 *11 14 15)
[ 4.288658] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 *10 11 14 15)
[ 4.295660] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 *11 14 15)
[ 4.302658] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 *10 11 14 15)
[ 4.309611] iommu: Default domain type: Translated
[ 4.314631] pci 0000:04:00.0: vgaarb: setting as boot VGA device
[ 4.315608] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 4.329627] pci 0000:04:00.0: vgaarb: bridge control possible
[ 4.335610] vgaarb: loaded
[ 4.338718] SCSI subsystem initialized
[ 4.342915] libata version 3.00 loaded.
[ 4.342915] ACPI: bus type USB registered
[ 4.346639] usbcore: registered new interface driver usbfs
[ 4.352616] usbcore: registered new interface driver hub
[ 4.358614] usbcore: registered new device driver usb
[ 4.363628] pps_core: LinuxPPS API ver. 1 registered
[ 4.368609] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 4.377613] PTP clock support registered
[ 4.382817] EDAC MC: Ver: 3.0.0
[ 4.386645] PCI: Using ACPI for IRQ routing
[ 4.399198] PCI: pci_cache_line_size set to 64 bytes
[ 4.399756] e820: reserve RAM buffer [mem 0x00099800-0x0009ffff]
[ 4.399757] e820: reserve RAM buffer [mem 0x76db0000-0x77ffffff]
[ 4.399758] e820: reserve RAM buffer [mem 0xc9d5f000-0xcbffffff]
[ 4.399759] e820: reserve RAM buffer [mem 0xc9e85000-0xcbffffff]
[ 4.399760] e820: reserve RAM buffer [mem 0x202f380000-0x202fffffff]
[ 4.399761] e820: reserve RAM buffer [mem 0x402ff80000-0x402fffffff]
[ 4.399762] e820: reserve RAM buffer [mem 0x602ff80000-0x602fffffff]
[ 4.399762] e820: reserve RAM buffer [mem 0x802ff80000-0x802fffffff]
[ 4.399763] e820: reserve RAM buffer [mem 0xa02ff80000-0xa02fffffff]
[ 4.399764] e820: reserve RAM buffer [mem 0xc02ff80000-0xc02fffffff]
[ 4.399765] e820: reserve RAM buffer [mem 0xe02ff80000-0xe02fffffff]
[ 4.399765] e820: reserve RAM buffer [mem 0x1002ff80000-0x1002fffffff]
[ 4.399951] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 4.405610] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 4.415020] clocksource: Switched to clocksource tsc-early
[ 4.443879] VFS: Disk quotas dquot_6.6.0
[ 4.448007] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 4.455120] FS-Cache: Loaded
[ 4.458257] CacheFiles: Loaded
[ 4.461474] pnp: PnP ACPI init
[ 4.464937] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 4.471698] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 4.471926] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 4.472200] system 00:02: [io 0x0a00-0x0a0f] has been reserved
[ 4.478257] system 00:02: [io 0x0a10-0x0a1f] has been reserved
[ 4.484310] system 00:02: [io 0x0a20-0x0a2f] has been reserved
[ 4.491695] system 00:02: [io 0x0a30-0x0a3f] has been reserved
[ 4.497745] system 00:02: [io 0x0a40-0x0a4f] has been reserved
[ 4.503799] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 4.504011] pnp 00:03: [dma 0 disabled]
[ 4.504047] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 4.504241] pnp 00:04: [dma 0 disabled]
[ 4.504274] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 4.504591] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 4.510645] system 00:05: [io 0x040b] has been reserved
[ 4.516098] system 00:05: [io 0x04d6] has been reserved
[ 4.521549] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 4.527606] system 00:05: [io 0x0c14] has been reserved
[ 4.533049] system 00:05: [io 0x0c50-0x0c51] has been reserved
[ 4.539107] system 00:05: [io 0x0c52] has been reserved
[ 4.544550] system 00:05: [io 0x0c6c] has been reserved
[ 4.549994] system 00:05: [io 0x0c6f] has been reserved
[ 4.555437] system 00:05: [io 0x0cd0-0x0cd1] has been reserved
[ 4.561495] system 00:05: [io 0x0cd2-0x0cd3] has been reserved
[ 4.567554] system 00:05: [io 0x0cd4-0x0cd5] has been reserved
[ 4.573611] system 00:05: [io 0x0cd6-0x0cd7] has been reserved
[ 4.579663] system 00:05: [io 0x0cd8-0x0cdf] has been reserved
[ 4.585720] system 00:05: [io 0x0800-0x089f] has been reserved
[ 4.591778] system 00:05: [io 0x0b00-0x0b0f] has been reserved
[ 4.597830] system 00:05: [io 0x0b20-0x0b3f] has been reserved
[ 4.603887] system 00:05: [io 0x0900-0x090f] has been reserved
[ 4.609946] system 00:05: [io 0x0910-0x091f] has been reserved
[ 4.616007] system 00:05: [io 0xfe00-0xfefe] has been reserved
[ 4.622063] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 4.629163] system 00:05: [mem 0xfec01000-0xfec01fff] has been reserved
[ 4.635913] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 4.642666] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 4.649420] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 4.656516] system 00:05: [mem 0xfed61000-0xfed70fff] has been reserved
[ 4.663269] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[ 4.670020] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 4.676780] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 4.678353] pnp: PnP ACPI: found 6 devices
[ 4.683887] thermal_sys: Registered thermal governor 'step_wise'
[ 4.683888] thermal_sys: Registered thermal governor 'user_space'
[ 4.694590] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 4.709916] pci 0000:00:01.3: PCI bridge to [bus 01]
[ 4.715018] pci 0000:00:01.3: bridge window [mem 0xef800000-0xef8fffff]
[ 4.721945] pci 0000:00:01.4: PCI bridge to [bus 02]
[ 4.727044] pci 0000:00:01.4: bridge window [mem 0xef700000-0xef7fffff]
[ 4.733973] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 4.739077] pci 0000:03:00.0: bridge window [io 0x1000-0x1fff]
[ 4.745308] pci 0000:03:00.0: bridge window [mem 0xee000000-0xef0fffff]
[ 4.752238] pci 0000:00:01.6: PCI bridge to [bus 03-04]
[ 4.757596] pci 0000:00:01.6: bridge window [io 0x1000-0x1fff]
[ 4.763829] pci 0000:00:01.6: bridge window [mem 0xee000000-0xef0fffff]
[ 4.770759] pci 0000:00:07.1: PCI bridge to [bus 05]
[ 4.775861] pci 0000:00:07.1: bridge window [mem 0xef200000-0xef4fffff]
[ 4.782791] pci 0000:00:08.1: PCI bridge to [bus 06]
[ 4.787891] pci 0000:00:08.1: bridge window [mem 0xef500000-0xef6fffff]
[ 4.794824] pci_bus 0000:00: resource 4 [io 0x0000-0x02ff window]
[ 4.801142] pci_bus 0000:00: resource 5 [io 0x0300-0x03af window]
[ 4.807460] pci_bus 0000:00: resource 6 [io 0x03e0-0x0cf7 window]
[ 4.813778] pci_bus 0000:00: resource 7 [io 0x03b0-0x03df window]
[ 4.820098] pci_bus 0000:00: resource 8 [io 0x0d00-0x1fff window]
[ 4.826416] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff window]
[ 4.833428] pci_bus 0000:00: resource 10 [mem 0x000c0000-0x000dffff window]
[ 4.840527] pci_bus 0000:00: resource 11 [mem 0xec000000-0xefffffff window]
[ 4.847627] pci_bus 0000:00: resource 12 [mem 0x1e006000000-0x1ffffffffff window]
[ 4.855314] pci_bus 0000:01: resource 1 [mem 0xef800000-0xef8fffff]
[ 4.861720] pci_bus 0000:02: resource 1 [mem 0xef700000-0xef7fffff]
[ 4.868126] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
[ 4.873836] pci_bus 0000:03: resource 1 [mem 0xee000000-0xef0fffff]
[ 4.880243] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
[ 4.885954] pci_bus 0000:04: resource 1 [mem 0xee000000-0xef0fffff]
[ 4.892358] pci_bus 0000:05: resource 1 [mem 0xef200000-0xef4fffff]
[ 4.898765] pci_bus 0000:06: resource 1 [mem 0xef500000-0xef6fffff]
[ 4.905192] pci 0000:10:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 11] add_size 100000 add_align 100000
[ 4.916885] pci 0000:10:01.1: BAR 15: assigned [mem 0x1c00c000000-0x1c00c0fffff 64bit pref]
[ 4.925445] pci 0000:11:00.0: BAR 7: assigned [mem 0x1c00c000000-0x1c00c01ffff 64bit pref]
[ 4.934026] pci 0000:11:00.0: BAR 10: assigned [mem 0x1c00c020000-0x1c00c03ffff 64bit pref]
[ 4.942693] pci 0000:11:00.1: BAR 7: assigned [mem 0x1c00c040000-0x1c00c05ffff 64bit pref]
[ 4.951272] pci 0000:11:00.1: BAR 10: assigned [mem 0x1c00c060000-0x1c00c07ffff 64bit pref]
[ 4.959941] pci 0000:11:00.2: BAR 7: assigned [mem 0x1c00c080000-0x1c00c09ffff 64bit pref]
[ 4.968521] pci 0000:11:00.2: BAR 10: assigned [mem 0x1c00c0a0000-0x1c00c0bffff 64bit pref]
[ 4.977189] pci 0000:11:00.3: BAR 7: assigned [mem 0x1c00c0c0000-0x1c00c0dffff 64bit pref]
[ 4.985772] pci 0000:11:00.3: BAR 10: assigned [mem 0x1c00c0e0000-0x1c00c0fffff 64bit pref]
[ 4.994439] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 4.999543] pci 0000:10:01.1: bridge window [io 0x3000-0x3fff]
[ 5.005776] pci 0000:10:01.1: bridge window [mem 0xeb900000-0xebbfffff]
[ 5.012701] pci 0000:10:01.1: bridge window [mem 0x1c00c000000-0x1c00c0fffff 64bit pref]
[ 5.021174] pci 0000:10:07.1: PCI bridge to [bus 12]
[ 5.026272] pci 0000:10:07.1: bridge window [mem 0xebe00000-0xebffffff]
[ 5.033200] pci 0000:10:08.1: PCI bridge to [bus 13]
[ 5.038303] pci 0000:10:08.1: bridge window [mem 0xebc00000-0xebdfffff]
[ 5.045233] pci_bus 0000:10: resource 4 [io 0x2000-0x3fff window]
[ 5.051547] pci_bus 0000:10: resource 5 [mem 0xe9900000-0xebffffff window]
[ 5.058557] pci_bus 0000:10: resource 6 [mem 0x1c00c000000-0x1e005ffffff window]
[ 5.066158] pci_bus 0000:11: resource 0 [io 0x3000-0x3fff]
[ 5.071863] pci_bus 0000:11: resource 1 [mem 0xeb900000-0xebbfffff]
[ 5.078267] pci_bus 0000:11: resource 2 [mem 0x1c00c000000-0x1c00c0fffff 64bit pref]
[ 5.086216] pci_bus 0000:12: resource 1 [mem 0xebe00000-0xebffffff]
[ 5.092622] pci_bus 0000:13: resource 1 [mem 0xebc00000-0xebdfffff]
[ 5.099043] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 5.104143] pci 0000:20:07.1: bridge window [mem 0xe9700000-0xe98fffff]
[ 5.111073] pci 0000:20:08.1: PCI bridge to [bus 22]
[ 5.116173] pci 0000:20:08.1: bridge window [mem 0xe9500000-0xe96fffff]
[ 5.123101] pci_bus 0000:20: resource 4 [io 0x4000-0x5fff window]
[ 5.129416] pci_bus 0000:20: resource 5 [mem 0xe7500000-0xe98fffff window]
[ 5.136426] pci_bus 0000:20: resource 6 [mem 0x1a012000000-0x1c00bffffff window]
[ 5.144026] pci_bus 0000:21: resource 1 [mem 0xe9700000-0xe98fffff]
[ 5.150433] pci_bus 0000:22: resource 1 [mem 0xe9500000-0xe96fffff]
[ 5.156851] pci 0000:30:07.1: PCI bridge to [bus 31]
[ 5.161956] pci 0000:30:07.1: bridge window [mem 0xe7300000-0xe74fffff]
[ 5.168881] pci 0000:30:08.1: PCI bridge to [bus 32]
[ 5.173985] pci 0000:30:08.1: bridge window [mem 0xe7100000-0xe72fffff]
[ 5.180913] pci_bus 0000:30: resource 4 [io 0x6000-0x7fff window]
[ 5.187228] pci_bus 0000:30: resource 5 [mem 0xe5100000-0xe74fffff window]
[ 5.194239] pci_bus 0000:30: resource 6 [mem 0x18018000000-0x1a011ffffff window]
[ 5.201839] pci_bus 0000:31: resource 1 [mem 0xe7300000-0xe74fffff]
[ 5.208246] pci_bus 0000:32: resource 1 [mem 0xe7100000-0xe72fffff]
[ 5.214663] pci 0000:40:07.1: PCI bridge to [bus 41]
[ 5.219768] pci 0000:40:07.1: bridge window [mem 0xe4f00000-0xe50fffff]
[ 5.226699] pci 0000:40:08.1: PCI bridge to [bus 42]
[ 5.231798] pci 0000:40:08.1: bridge window [mem 0xe4d00000-0xe4efffff]
[ 5.238732] pci_bus 0000:40: resource 4 [io 0x8000-0x9fff window]
[ 5.245046] pci_bus 0000:40: resource 5 [mem 0xe2d00000-0xe50fffff window]
[ 5.252058] pci_bus 0000:40: resource 6 [mem 0x1601e000000-0x18017ffffff window]
[ 5.259651] pci_bus 0000:41: resource 1 [mem 0xe4f00000-0xe50fffff]
[ 5.266057] pci_bus 0000:42: resource 1 [mem 0xe4d00000-0xe4efffff]
[ 5.272473] pci 0000:50:07.1: PCI bridge to [bus 51]
[ 5.277573] pci 0000:50:07.1: bridge window [mem 0xe2b00000-0xe2cfffff]
[ 5.284506] pci 0000:50:08.1: PCI bridge to [bus 52]
[ 5.289611] pci 0000:50:08.1: bridge window [mem 0xe2900000-0xe2afffff]
[ 5.296537] pci_bus 0000:50: resource 4 [io 0xa000-0xbfff window]
[ 5.302852] pci_bus 0000:50: resource 5 [mem 0xe0900000-0xe2cfffff window]
[ 5.309863] pci_bus 0000:50: resource 6 [mem 0x14024000000-0x1601dffffff window]
[ 5.317465] pci_bus 0000:51: resource 1 [mem 0xe2b00000-0xe2cfffff]
[ 5.323869] pci_bus 0000:52: resource 1 [mem 0xe2900000-0xe2afffff]
[ 5.330289] pci 0000:61:00.0: BAR 7: no space for [mem size 0x00100000 64bit]
[ 5.337564] pci 0000:61:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit]
[ 5.345251] pci 0000:61:00.0: BAR 10: no space for [mem size 0x00100000 64bit]
[ 5.352670] pci 0000:61:00.0: BAR 10: failed to assign [mem size 0x00100000 64bit]
[ 5.360437] pci 0000:61:00.1: BAR 7: no space for [mem size 0x00100000 64bit]
[ 5.367709] pci 0000:61:00.1: BAR 7: failed to assign [mem size 0x00100000 64bit]
[ 5.375399] pci 0000:61:00.1: BAR 10: no space for [mem size 0x00100000 64bit]
[ 5.382826] pci 0000:61:00.1: BAR 10: failed to assign [mem size 0x00100000 64bit]
[ 5.390602] pci 0000:60:03.1: PCI bridge to [bus 61]
[ 5.395697] pci 0000:60:03.1: bridge window [io 0xd000-0xdfff]
[ 5.401931] pci 0000:60:03.1: bridge window [mem 0xe0200000-0xe04fffff]
[ 5.408862] pci 0000:60:07.1: PCI bridge to [bus 62]
[ 5.413964] pci 0000:60:07.1: bridge window [mem 0xe0700000-0xe08fffff]
[ 5.420891] pci 0000:60:08.1: PCI bridge to [bus 63]
[ 5.425991] pci 0000:60:08.1: bridge window [mem 0xe0500000-0xe06fffff]
[ 5.432920] pci_bus 0000:60: Some PCI device resources are unassigned, try booting with pci=realloc
[ 5.442173] pci_bus 0000:60: resource 4 [io 0xc000-0xdfff window]
[ 5.448490] pci_bus 0000:60: resource 5 [mem 0xde200000-0xe08fffff window]
[ 5.455502] pci_bus 0000:60: resource 6 [mem 0x1202a000000-0x14023ffffff window]
[ 5.463096] pci_bus 0000:61: resource 0 [io 0xd000-0xdfff]
[ 5.468808] pci_bus 0000:61: resource 1 [mem 0xe0200000-0xe04fffff]
[ 5.475214] pci_bus 0000:62: resource 1 [mem 0xe0700000-0xe08fffff]
[ 5.481618] pci_bus 0000:63: resource 1 [mem 0xe0500000-0xe06fffff]
[ 5.488035] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 5.493140] pci 0000:70:07.1: bridge window [mem 0xde000000-0xde1fffff]
[ 5.500069] pci 0000:70:08.1: PCI bridge to [bus 72]
[ 5.506497] pci 0000:70:08.1: bridge window [mem 0xdde00000-0xddffffff]
[ 5.513428] pci_bus 0000:70: resource 4 [io 0xe000-0xffff window]
[ 5.519749] pci_bus 0000:70: resource 5 [mem 0xdbe00000-0xde1fffff window]
[ 5.526757] pci_bus 0000:70: resource 6 [mem 0x10030000000-0x12029ffffff window]
[ 5.534360] pci_bus 0000:71: resource 1 [mem 0xde000000-0xde1fffff]
[ 5.540764] pci_bus 0000:72: resource 1 [mem 0xdde00000-0xddffffff]
[ 5.547434] NET: Registered protocol family 2
[ 5.552584] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 5.562010] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 5.571302] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 5.579203] TCP: Hash tables configured (established 524288 bind 65536)
[ 5.586181] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 5.593787] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[ 5.602577] pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 5.611616] PCI: CLS 64 bytes, default 64
[ 5.615804] Trying to unpack rootfs image as initramfs...
[ 5.692700] Freeing initrd memory: 5136K
[ 5.696770] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 5.703358] software IO TLB: mapped [mem 0xb5000000-0xb9000000] (64MB)
[ 5.710136] amd_uncore: AMD NB counters detected
[ 5.714914] amd_uncore: AMD LLC counters detected
[ 5.736332] workingset: timestamp_bits=40 max_order=28 bucket_order=0
[ 5.749903] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[ 5.759080] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 5.767031] io scheduler mq-deadline registered
[ 5.771696] io scheduler kyber registered
[ 5.782715] pcieport 0000:00:01.3: PME: Signaling with IRQ 25
[ 5.789584] pcieport 0000:00:01.4: PME: Signaling with IRQ 26
[ 5.795724] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
[ 5.802600] pcieport 0000:00:07.1: PME: Signaling with IRQ 28
[ 5.809660] pcieport 0000:00:08.1: PME: Signaling with IRQ 30
[ 5.816303] pcieport 0000:10:01.1: PME: Signaling with IRQ 31
[ 5.822547] pcieport 0000:10:07.1: PME: Signaling with IRQ 33
[ 5.829226] pcieport 0000:10:08.1: PME: Signaling with IRQ 35
[ 5.835583] pcieport 0000:20:07.1: PME: Signaling with IRQ 37
[ 5.842254] pcieport 0000:20:08.1: PME: Signaling with IRQ 39
[ 5.848673] pcieport 0000:30:07.1: PME: Signaling with IRQ 41
[ 5.855368] pcieport 0000:30:08.1: PME: Signaling with IRQ 43
[ 5.862603] pcieport 0000:40:07.1: PME: Signaling with IRQ 45
[ 5.868842] pcieport 0000:40:08.1: PME: Signaling with IRQ 47
[ 5.875391] pcieport 0000:50:07.1: PME: Signaling with IRQ 49
[ 5.881677] pcieport 0000:50:08.1: PME: Signaling with IRQ 51
[ 5.888427] pcieport 0000:60:03.1: PME: Signaling with IRQ 52
[ 5.895243] pcieport 0000:60:07.1: PME: Signaling with IRQ 54
[ 5.901421] pcieport 0000:60:08.1: PME: Signaling with IRQ 56
[ 5.908340] pcieport 0000:70:07.1: PME: Signaling with IRQ 58
[ 5.914586] pcieport 0000:70:08.1: PME: Signaling with IRQ 60
[ 5.920640] IPMI message handler: version 39.2
[ 5.925304] ipmi device interface
[ 5.928768] ipmi_si: IPMI System Interface driver
[ 5.933618] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 5.940110] ipmi_si dmi-ipmi-si.0: IRQ index 0 not found
[ 5.945555] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 5.952981] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 5.959004] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[ 5.965221] ipmi_si IPI0001:00: IRQ index 0 not found
[ 5.970408] ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca4] regsize 1 spacing 1 irq 0
[ 5.978439] ipmi_si: Adding ACPI-specified kcs state machine
[ 5.984283] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[ 6.061674] ipmi_si dmi-ipmi-si.0: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
[ 6.100228] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x002a7c, prod_id: 0x0963, dev_id: 0x20)
[ 6.149204] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized
[ 6.158954] IPMI Watchdog: driver initialized
[ 6.163449] IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
[ 6.177731] IPMI poweroff: ATCA Detect mfg 0x2A7C prod 0x963
[ 6.183531] IPMI poweroff: Found a chassis style poweroff function
[ 6.190063] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 6.198639] ACPI: Power Button [PWRB]
[ 6.202475] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 6.210166] ACPI: Power Button [PWRF]
[ 6.214019] Monitor-Mwait will be used to enter C-1 state
[ 6.248272] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 6.275729] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 6.304235] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 6.312380] lp: driver loaded but no devices found
[ 6.317393] Linux agpgart interface v0.103
[ 6.350908] brd: module loaded
[ 6.367445] loop: module loaded
[ 6.392855] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[ 6.399265] drbd: built-in
[ 6.402097] drbd: registered as block device major 147
[ 6.407538] Uniform Multi-Platform E-IDE driver
[ 6.412659] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[ 6.422612] legacy IDE will be removed in 2021, please switch to libata
Report any missing HW support to linux-ide@xxxxxxxxxxxxxxx
[ 6.435960] Probing IDE interface ide0...
[ 6.749666] tsc: Refined TSC clocksource calibration: 2199.999 MHz
[ 6.756089] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fb631c647b, max_idle_ns: 440795226700 ns
[ 6.767139] clocksource: Switched to clocksource tsc
[ 6.958695] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 6.963367] legacy IDE will be removed in 2021, please switch to libata
Report any missing HW support to linux-ide@xxxxxxxxxxxxxxx
[ 6.976710] Probing IDE interface ide1...
[ 7.499699] ide1 at 0x170-0x177,0x376 on irq 15
[ 7.504369] ide-gd driver 1.18
[ 7.507567] ide-cd driver 5.00
[ 7.511086] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 7.518643] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 7.525765] megasas: 07.710.50.00-rc1
[ 7.529590] mpt3sas version 31.100.00.00 loaded
[ 7.534995] ahci 0000:13:00.2: version 3.0
[ 7.535225] ahci 0000:13:00.2: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 7.543621] ahci 0000:13:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part ems sxs
[ 7.554018] scsi host0: ahci
[ 7.557408] scsi host1: ahci
[ 7.560620] scsi host2: ahci
[ 7.563908] scsi host3: ahci
[ 7.567326] scsi host4: ahci
[ 7.570619] scsi host5: ahci
[ 7.574074] scsi host6: ahci
[ 7.577361] scsi host7: ahci
[ 7.580430] ata1: SATA max UDMA/133 abar m4096@0xebd02000 port 0xebd02100 irq 62
[ 7.588060] ata2: SATA max UDMA/133 abar m4096@0xebd02000 port 0xebd02180 irq 62
[ 7.595772] ata3: SATA max UDMA/133 abar m4096@0xebd02000 port 0xebd02200 irq 62
[ 7.603473] ata4: SATA max UDMA/133 abar m4096@0xebd02000 port 0xebd02280 irq 62
[ 7.611104] ata5: SATA max UDMA/133 abar m4096@0xebd02000 port 0xebd02300 irq 62
[ 7.618815] ata6: SATA max UDMA/133 abar m4096@0xebd02000 port 0xebd02380 irq 62
[ 7.626424] ata7: SATA max UDMA/133 abar m4096@0xebd02000 port 0xebd02400 irq 62
[ 7.634031] ata8: SATA max UDMA/133 abar m4096@0xebd02000 port 0xebd02480 irq 62
[ 7.642092] ahci 0000:42:00.2: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 7.650634] ahci 0000:42:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part ems sxs
[ 7.661268] scsi host8: ahci
[ 7.664765] scsi host9: ahci
[ 7.668137] scsi host10: ahci
[ 7.671498] scsi host11: ahci
[ 7.675000] scsi host12: ahci
[ 7.678308] scsi host13: ahci
[ 7.681623] scsi host14: ahci
[ 7.684919] scsi host15: ahci
[ 7.688156] ata9: SATA max UDMA/133 abar m4096@0xe4e02000 port 0xe4e02100 irq 64
[ 7.695887] ata10: SATA max UDMA/133 abar m4096@0xe4e02000 port 0xe4e02180 irq 64
[ 7.703604] ata11: SATA max UDMA/133 abar m4096@0xe4e02000 port 0xe4e02200 irq 64
[ 7.711324] ata12: SATA max UDMA/133 abar m4096@0xe4e02000 port 0xe4e02280 irq 64
[ 7.719039] ata13: SATA max UDMA/133 abar m4096@0xe4e02000 port 0xe4e02300 irq 64
[ 7.726760] ata14: SATA max UDMA/133 abar m4096@0xe4e02000 port 0xe4e02380 irq 64
[ 7.734575] ata15: SATA max UDMA/133 abar m4096@0xe4e02000 port 0xe4e02400 irq 64
[ 7.742315] ata16: SATA max UDMA/133 abar m4096@0xe4e02000 port 0xe4e02480 irq 64
[ 7.750574] tun: Universal TUN/TAP device driver, 1.6
[ 7.756016] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.713.36-0 (2014/02/10)
[ 7.765491] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 7.771723] e100: Copyright(c) 1999-2006 Intel Corporation
[ 7.777376] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 7.785891] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 7.791805] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 7.797772] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 7.803869] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[ 7.810972] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 7.912348] igb 0000:11:00.0: added PHC on eth0
[ 7.917024] igb 0000:11:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 7.924043] igb 0000:11:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1f:1c
[ 7.931486] igb 0000:11:00.0: eth0: PBA No: 010A00-000
[ 7.936769] igb 0000:11:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 7.947203] ata4: SATA link down (SStatus 0 SControl 300)
[ 7.952767] ata8: SATA link down (SStatus 0 SControl 300)
[ 7.958353] ata5: SATA link down (SStatus 0 SControl 300)
[ 7.963915] ata7: SATA link down (SStatus 0 SControl 300)
[ 7.969488] ata6: SATA link down (SStatus 0 SControl 300)
[ 8.042083] igb 0000:11:00.1: added PHC on eth1
[ 8.046759] igb 0000:11:00.1: Intel(R) Gigabit Ethernet Network Connection
[ 8.053772] igb 0000:11:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1f:1d
[ 8.059232] ata9: SATA link down (SStatus 0 SControl 300)
[ 8.061223] igb 0000:11:00.1: eth1: PBA No: 010A00-000
[ 8.066631] ata13: SATA link down (SStatus 0 SControl 300)
[ 8.071896] igb 0000:11:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 8.077650] ata12: SATA link down (SStatus 0 SControl 300)
[ 8.091087] ata11: SATA link down (SStatus 0 SControl 300)
[ 8.096753] ata14: SATA link down (SStatus 0 SControl 300)
[ 8.102428] ata16: SATA link down (SStatus 0 SControl 300)
[ 8.108103] ata10: SATA link down (SStatus 0 SControl 300)
[ 8.113757] ata15: SATA link down (SStatus 0 SControl 300)
[ 8.133668] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 8.140010] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 8.146348] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 8.153700] ata1.00: ATA-9: SAMSUNG MZ7KM960HMJP-00005, GXM5104Q, max UDMA/133
[ 8.161127] ata1.00: 1875385008 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 8.168879] ata3.00: ATA-9: HGST HUS726040ALA610, A5GNTD05, max UDMA/133
[ 8.175722] ata3.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 8.181826] igb 0000:11:00.2: added PHC on eth2
[ 8.183076] ata1.00: configured for UDMA/133
[ 8.187499] igb 0000:11:00.2: Intel(R) Gigabit Ethernet Network Connection
[ 8.187502] igb 0000:11:00.2: eth2: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1f:1e
[ 8.192330] ata2.00: ATA-9: HGST HUS726040ALA610, A5GNTD05, max UDMA/133
[ 8.192377] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZ7KM960 104Q PQ: 0 ANSI: 5
[ 8.192571] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 8.192701] ata1.00: Enabling discard_zeroes_data
[ 8.192835] sd 0:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[ 8.192851] sd 0:0:0:0: [sda] Write Protect is off
[ 8.192853] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 8.192881] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.199114] igb 0000:11:00.2: eth2: PBA No: 010A00-000
[ 8.206220] ata2.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 8.209112] ata3.00: configured for UDMA/133
[ 8.213067] igb 0000:11:00.2: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 8.213597] ata1.00: Enabling discard_zeroes_data
[ 8.283607] sda: sda1 sda2 sda3
[ 8.284011] ata2.00: configured for UDMA/133
[ 8.288155] ata1.00: Enabling discard_zeroes_data
[ 8.296289] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 8.296715] scsi 1:0:0:0: Direct-Access ATA HGST HUS726040AL TD05 PQ: 0 ANSI: 5
[ 8.308137] igb 0000:11:00.3: added PHC on eth3
[ 8.310444] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 8.310460] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 8.310466] sd 1:0:0:0: [sdb] Write Protect is off
[ 8.310468] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 8.310476] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.314935] igb 0000:11:00.3: Intel(R) Gigabit Ethernet Network Connection
[ 8.314937] igb 0000:11:00.3: eth3: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:fb:1f:1f
[ 8.315103] igb 0000:11:00.3: eth3: PBA No: 010A00-000
[ 8.320860] scsi 2:0:0:0: Direct-Access ATA HGST HUS726040AL TD05 PQ: 0 ANSI: 5
[ 8.328381] igb 0000:11:00.3: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 8.333431] sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 8.333444] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 8.342810] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 8.349627] sd 2:0:0:0: [sdc] Write Protect is off
[ 8.356878] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 8.356927] sky2: driver version 1.30
[ 8.362161] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 8.362170] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.362337] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 8.370700] Fusion MPT base driver 3.04.20
[ 8.433554] Copyright (c) 1999-2008 LSI Corporation
[ 8.438579] Fusion MPT SPI Host driver 3.04.20
[ 8.443197] Fusion MPT FC Host driver 3.04.20
[ 8.447713] Fusion MPT SAS Host driver 3.04.20
[ 8.452313] Fusion MPT misc device (ioctl) driver 3.04.20
[ 8.457893] mptctl: Registered with Fusion MPT base driver
[ 8.458426] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[ 8.463518] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 8.474434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 8.481101] ehci-pci: EHCI PCI platform driver
[ 8.485705] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 8.492029] ohci-pci: OHCI PCI platform driver
[ 8.496622] uhci_hcd: USB Universal Host Controller Interface driver
[ 8.503349] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 8.508719] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 8.576904] xhci_hcd 0000:01:00.0: hcc params 0x0200e081 hci version 0x100 quirks 0x0000000010000410
[ 8.586631] hub 1-0:1.0: USB hub found
[ 8.590523] hub 1-0:1.0: 2 ports detected
[ 8.594800] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 8.600166] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 8.607766] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 8.614209] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 8.622621] hub 2-0:1.0: USB hub found
[ 8.626512] hub 2-0:1.0: 2 ports detected
[ 8.630807] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 8.636178] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
[ 8.704358] xhci_hcd 0000:02:00.0: hcc params 0x0200e081 hci version 0x100 quirks 0x0000000010000410
[ 8.714011] hub 3-0:1.0: USB hub found
[ 8.717907] hub 3-0:1.0: 2 ports detected
[ 8.722140] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 8.727504] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4
[ 8.735110] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed
[ 8.741549] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 8.749958] hub 4-0:1.0: USB hub found
[ 8.753870] hub 4-0:1.0: 2 ports detected
[ 8.758179] xhci_hcd 0000:05:00.3: xHCI Host Controller
[ 8.763550] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 5
[ 8.771248] xhci_hcd 0000:05:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[ 8.780875] hub 5-0:1.0: USB hub found
[ 8.784767] hub 5-0:1.0: 2 ports detected
[ 8.788990] xhci_hcd 0000:05:00.3: xHCI Host Controller
[ 8.794358] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 6
[ 8.801954] xhci_hcd 0000:05:00.3: Host supports USB 3.0 SuperSpeed
[ 8.808370] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 8.816758] hub 6-0:1.0: USB hub found
[ 8.820646] hub 6-0:1.0: 2 ports detected
[ 8.824915] usbcore: registered new interface driver usb-storage
[ 8.831096] usbcore: registered new interface driver ftdi_sio
[ 8.836985] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 8.844524] usbcore: registered new interface driver omninet
[ 8.850320] usbserial: USB Serial support registered for ZyXEL - omni.net lcd plus usb
[ 8.858461] i8042: PNP: No PS/2 controller found.
[ 8.863430] rtc_cmos 00:01: RTC can wake from S4
[ 8.868467] rtc_cmos 00:01: registered as rtc0
[ 8.873059] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 8.881089] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 8.888692] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 8.896647] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 8.902360] iTCO_vendor_support: vendor-support=0
[ 8.907216] nv_tco: NV TCO WatchDog Timer Driver v0.01
[ 8.913015] EDAC amd64: Node 0: DRAM ECC enabled.
[ 8.917861] EDAC amd64: F17h detected (node 0).
[ 8.922567] EDAC MC: UMC0 chip selects:
[ 8.922568] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 8.927414] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 8.932259] EDAC MC: UMC1 chip selects:
[ 8.932259] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 8.937100] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 8.941936] EDAC amd64: using x8 syndromes.
[ 8.946251] EDAC amd64: MCT channel count: 2
[ 8.950752] EDAC MC0: Giving out device to module amd64_edac controller F17h: DEV 0000:00:18.3 (INTERRUPT)
[ 8.960620] EDAC amd64: Node 1: DRAM ECC enabled.
[ 8.965458] EDAC amd64: F17h detected (node 1).
[ 8.970189] EDAC MC: UMC0 chip selects:
[ 8.970189] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 8.976361] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 8.981209] EDAC MC: UMC1 chip selects:
[ 8.981209] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 8.986050] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 8.990888] EDAC amd64: using x8 syndromes.
[ 8.995202] EDAC amd64: MCT channel count: 2
[ 8.999688] EDAC MC1: Giving out device to module amd64_edac controller F17h: DEV 0000:00:19.3 (INTERRUPT)
[ 9.009550] EDAC amd64: Node 2: DRAM ECC enabled.
[ 9.014390] EDAC amd64: F17h detected (node 2).
[ 9.019093] EDAC MC: UMC0 chip selects:
[ 9.019094] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.023932] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.028773] EDAC MC: UMC1 chip selects:
[ 9.028774] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.033616] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.038456] EDAC amd64: using x8 syndromes.
[ 9.042771] EDAC amd64: MCT channel count: 2
[ 9.047260] EDAC MC2: Giving out device to module amd64_edac controller F17h: DEV 0000:00:1a.3 (INTERRUPT)
[ 9.057133] EDAC amd64: Node 3: DRAM ECC enabled.
[ 9.061975] EDAC amd64: F17h detected (node 3).
[ 9.066677] EDAC MC: UMC0 chip selects:
[ 9.066677] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.071518] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.076355] EDAC MC: UMC1 chip selects:
[ 9.076356] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.081188] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.086026] EDAC amd64: using x8 syndromes.
[ 9.090342] EDAC amd64: MCT channel count: 2
[ 9.094827] EDAC MC3: Giving out device to module amd64_edac controller F17h: DEV 0000:00:1b.3 (INTERRUPT)
[ 9.104690] EDAC amd64: Node 4: DRAM ECC enabled.
[ 9.109527] EDAC amd64: F17h detected (node 4).
[ 9.111626] usb 5-2: new high-speed USB device number 2 using xhci_hcd
[ 9.114244] EDAC MC: UMC0 chip selects:
[ 9.120856] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.125701] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.130540] EDAC MC: UMC1 chip selects:
[ 9.130541] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.135372] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.140209] EDAC amd64: using x8 syndromes.
[ 9.144525] EDAC amd64: MCT channel count: 2
[ 9.149007] EDAC MC4: Giving out device to module amd64_edac controller F17h: DEV 0000:00:1c.3 (INTERRUPT)
[ 9.158874] EDAC amd64: Node 5: DRAM ECC enabled.
[ 9.163713] EDAC amd64: F17h detected (node 5).
[ 9.168461] EDAC MC: UMC0 chip selects:
[ 9.168461] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.173299] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.178138] EDAC MC: UMC1 chip selects:
[ 9.178139] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.182980] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.187814] EDAC amd64: using x8 syndromes.
[ 9.192130] EDAC amd64: MCT channel count: 2
[ 9.196621] EDAC MC5: Giving out device to module amd64_edac controller F17h: DEV 0000:00:1d.3 (INTERRUPT)
[ 9.206490] EDAC amd64: Node 6: DRAM ECC enabled.
[ 9.211328] EDAC amd64: F17h detected (node 6).
[ 9.216067] EDAC MC: UMC0 chip selects:
[ 9.216068] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.220902] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.225742] EDAC MC: UMC1 chip selects:
[ 9.225743] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.230576] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.235410] EDAC amd64: using x8 syndromes.
[ 9.239726] EDAC amd64: MCT channel count: 2
[ 9.244210] EDAC MC6: Giving out device to module amd64_edac controller F17h: DEV 0000:00:1e.3 (INTERRUPT)
[ 9.254081] EDAC amd64: Node 7: DRAM ECC enabled.
[ 9.258917] EDAC amd64: F17h detected (node 7).
[ 9.263662] EDAC MC: UMC0 chip selects:
[ 9.263663] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.268499] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.273338] EDAC MC: UMC1 chip selects:
[ 9.273338] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[ 9.278171] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[ 9.283009] EDAC amd64: using x8 syndromes.
[ 9.287325] EDAC amd64: MCT channel count: 2
[ 9.288528] hub 5-2:1.0: USB hub found
[ 9.291805] EDAC MC7: Giving out device to module amd64_edac controller F17h: DEV 0000:00:1f.3 (INTERRUPT)
[ 9.295887] hub 5-2:1.0: 4 ports detected
[ 9.305482] EDAC PCI0: Giving out device to module amd64_edac controller EDAC PCI controller: DEV 0000:00:18.0 (POLLED)
[ 9.320604] AMD64 EDAC driver v3.5.0
[ 9.324327] hidraw: raw HID events driver (C) Jiri Kosina
[ 9.330024] usbcore: registered new interface driver usbhid
[ 9.335727] usbhid: USB HID core driver
[ 9.340067] drop_monitor: Initializing network drop monitor service
[ 9.346671] Key type dns_resolver registered
[ 9.361932] microcode: CPU0: patch_level=0x08001213
[ 9.366966] microcode: CPU1: patch_level=0x08001213
[ 9.371981] microcode: CPU2: patch_level=0x08001213
[ 9.377006] microcode: CPU3: patch_level=0x08001213
[ 9.382036] microcode: CPU4: patch_level=0x08001213
[ 9.387072] microcode: CPU5: patch_level=0x08001213
[ 9.392110] microcode: CPU6: patch_level=0x08001213
[ 9.397144] microcode: CPU7: patch_level=0x08001213
[ 9.402180] microcode: CPU8: patch_level=0x08001213
[ 9.407223] microcode: CPU9: patch_level=0x08001213
[ 9.412256] microcode: CPU10: patch_level=0x08001213
[ 9.417380] microcode: CPU11: patch_level=0x08001213
[ 9.422506] microcode: CPU12: patch_level=0x08001213
[ 9.427634] microcode: CPU13: patch_level=0x08001213
[ 9.432765] microcode: CPU14: patch_level=0x08001213
[ 9.437894] microcode: CPU15: patch_level=0x08001213
[ 9.443017] microcode: CPU16: patch_level=0x08001213
[ 9.448147] microcode: CPU17: patch_level=0x08001213
[ 9.453268] microcode: CPU18: patch_level=0x08001213
[ 9.458391] microcode: CPU19: patch_level=0x08001213
[ 9.463514] microcode: CPU20: patch_level=0x08001213
[ 9.468644] microcode: CPU21: patch_level=0x08001213
[ 9.473773] microcode: CPU22: patch_level=0x08001213
[ 9.478895] microcode: CPU23: patch_level=0x08001213
[ 9.484020] microcode: CPU24: patch_level=0x08001213
[ 9.489149] microcode: CPU25: patch_level=0x08001213
[ 9.494280] microcode: CPU26: patch_level=0x08001213
[ 9.499410] microcode: CPU27: patch_level=0x08001213
[ 9.504533] microcode: CPU28: patch_level=0x08001213
[ 9.509664] microcode: CPU29: patch_level=0x08001213
[ 9.514792] microcode: CPU30: patch_level=0x08001213
[ 9.519914] microcode: CPU31: patch_level=0x08001213
[ 9.525042] microcode: CPU32: patch_level=0x08001213
[ 9.530187] microcode: CPU33: patch_level=0x08001213
[ 9.535326] microcode: CPU34: patch_level=0x08001213
[ 9.540475] microcode: CPU35: patch_level=0x08001213
[ 9.545624] microcode: CPU36: patch_level=0x08001213
[ 9.550773] microcode: CPU37: patch_level=0x08001213
[ 9.555920] microcode: CPU38: patch_level=0x08001213
[ 9.561065] microcode: CPU39: patch_level=0x08001213
[ 9.566206] microcode: CPU40: patch_level=0x08001213
[ 9.571354] microcode: CPU41: patch_level=0x08001213
[ 9.576501] microcode: CPU42: patch_level=0x08001213
[ 9.581649] microcode: CPU43: patch_level=0x08001213
[ 9.586793] microcode: CPU44: patch_level=0x08001213
[ 9.591954] microcode: CPU45: patch_level=0x08001213
[ 9.597103] microcode: CPU46: patch_level=0x08001213
[ 9.601628] usb 5-2.1: new low-speed USB device number 3 using xhci_hcd
[ 9.602249] microcode: CPU47: patch_level=0x08001213
[ 9.614132] microcode: CPU48: patch_level=0x08001213
[ 9.619272] microcode: CPU49: patch_level=0x08001213
[ 9.624409] microcode: CPU50: patch_level=0x08001213
[ 9.629550] microcode: CPU51: patch_level=0x08001213
[ 9.634692] microcode: CPU52: patch_level=0x08001213
[ 9.639838] microcode: CPU53: patch_level=0x08001213
[ 9.644977] microcode: CPU54: patch_level=0x08001213
[ 9.650114] microcode: CPU55: patch_level=0x08001213
[ 9.655249] microcode: CPU56: patch_level=0x08001213
[ 9.660394] microcode: CPU57: patch_level=0x08001213
[ 9.665540] microcode: CPU58: patch_level=0x08001213
[ 9.670680] microcode: CPU59: patch_level=0x08001213
[ 9.675832] microcode: CPU60: patch_level=0x08001213
[ 9.680985] microcode: CPU61: patch_level=0x08001213
[ 9.686134] microcode: CPU62: patch_level=0x08001213
[ 9.691280] microcode: CPU63: patch_level=0x08001213
[ 9.696420] microcode: CPU64: patch_level=0x08001213
[ 9.701534] microcode: CPU65: patch_level=0x08001213
[ 9.706637] microcode: CPU66: patch_level=0x08001213
[ 9.711752] microcode: CPU67: patch_level=0x08001213
[ 9.716867] microcode: CPU68: patch_level=0x08001213
[ 9.721991] microcode: CPU69: patch_level=0x08001213
[ 9.727112] microcode: CPU70: patch_level=0x08001213
[ 9.732234] microcode: CPU71: patch_level=0x08001213
[ 9.737357] microcode: CPU72: patch_level=0x08001213
[ 9.742477] microcode: CPU73: patch_level=0x08001213
[ 9.747602] microcode: CPU74: patch_level=0x08001213
[ 9.752724] microcode: CPU75: patch_level=0x08001213
[ 9.757869] microcode: CPU76: patch_level=0x08001213
[ 9.762997] microcode: CPU77: patch_level=0x08001213
[ 9.768129] microcode: CPU78: patch_level=0x08001213
[ 9.773253] microcode: CPU79: patch_level=0x08001213
[ 9.778375] microcode: CPU80: patch_level=0x08001213
[ 9.783499] microcode: CPU81: patch_level=0x08001213
[ 9.788620] microcode: CPU82: patch_level=0x08001213
[ 9.793742] microcode: CPU83: patch_level=0x08001213
[ 9.798865] microcode: CPU84: patch_level=0x08001213
[ 9.803984] microcode: CPU85: patch_level=0x08001213
[ 9.804952] input: HID 0557:2419 as /devices/pci0000:00/0000:00:07.1/0000:05:00.3/usb5/5-2/5-2.1/5-2.1:1.0/0003:0557:2419.0001/input/input2
[ 9.809111] microcode: CPU86: patch_level=0x08001213
[ 9.826953] microcode: CPU87: patch_level=0x08001213
[ 9.832076] microcode: CPU88: patch_level=0x08001213
[ 9.837198] microcode: CPU89: patch_level=0x08001213
[ 9.842318] microcode: CPU90: patch_level=0x08001213
[ 9.847439] microcode: CPU91: patch_level=0x08001213
[ 9.852562] microcode: CPU92: patch_level=0x08001213
[ 9.857683] microcode: CPU93: patch_level=0x08001213
[ 9.862806] microcode: CPU94: patch_level=0x08001213
[ 9.867927] microcode: CPU95: patch_level=0x08001213
[ 9.873051] microcode: CPU96: patch_level=0x08001213
[ 9.873697] hid-generic 0003:0557:2419.0001: input,hidraw0: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:05:00.3-2.1/input0
[ 9.878193] microcode: CPU97: patch_level=0x08001213
[ 9.895679] input: HID 0557:2419 as /devices/pci0000:00/0000:00:07.1/0000:05:00.3/usb5/5-2/5-2.1/5-2.1:1.1/0003:0557:2419.0002/input/input3
[ 9.896523] microcode: CPU98: patch_level=0x08001213
[ 9.909295] hid-generic 0003:0557:2419.0002: input,hidraw1: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:05:00.3-2.1/input1
[ 9.914376] microcode: CPU99: patch_level=0x08001213
[ 9.931107] microcode: CPU100: patch_level=0x08001213
[ 9.936335] microcode: CPU101: patch_level=0x08001213
[ 9.941562] microcode: CPU102: patch_level=0x08001213
[ 9.946793] microcode: CPU103: patch_level=0x08001213
[ 9.952021] microcode: CPU104: patch_level=0x08001213
[ 9.957245] microcode: CPU105: patch_level=0x08001213
[ 9.962471] microcode: CPU106: patch_level=0x08001213
[ 9.967699] microcode: CPU107: patch_level=0x08001213
[ 9.972926] microcode: CPU108: patch_level=0x08001213
[ 9.978151] microcode: CPU109: patch_level=0x08001213
[ 9.983379] microcode: CPU110: patch_level=0x08001213
[ 9.988601] microcode: CPU111: patch_level=0x08001213
[ 9.993832] microcode: CPU112: patch_level=0x08001213
[ 9.999052] microcode: CPU113: patch_level=0x08001213
[ 10.004277] microcode: CPU114: patch_level=0x08001213
[ 10.009496] microcode: CPU115: patch_level=0x08001213
[ 10.014716] microcode: CPU116: patch_level=0x08001213
[ 10.019932] microcode: CPU117: patch_level=0x08001213
[ 10.025149] microcode: CPU118: patch_level=0x08001213
[ 10.030366] microcode: CPU119: patch_level=0x08001213
[ 10.035584] microcode: CPU120: patch_level=0x08001213
[ 10.040810] microcode: CPU121: patch_level=0x08001213
[ 10.046037] microcode: CPU122: patch_level=0x08001213
[ 10.051261] microcode: CPU123: patch_level=0x08001213
[ 10.056488] microcode: CPU124: patch_level=0x08001213
[ 10.061713] microcode: CPU125: patch_level=0x08001213
[ 10.066939] microcode: CPU126: patch_level=0x08001213
[ 10.072167] microcode: CPU127: patch_level=0x08001213
[ 10.077379] microcode: Microcode Update Driver: v2.2.
[ 10.077383] IPI shorthand broadcast: enabled
[ 10.086986] sched_clock: Marking stable (10088364151, -1391803)->(10665251250, -578278902)
[ 10.095517] registered taskstats version 1
[ 10.121576] rtc_cmos 00:01: setting system clock to 2020-01-04T12:22:50 UTC (1578140570)
[ 10.131937] Freeing unused kernel image memory: 1612K
[ 10.138617] Write protecting the kernel read-only data: 20480k
[ 10.146887] Freeing unused kernel image memory: 2012K
[ 10.153368] Freeing unused kernel image memory: 448K
[ 10.158467] Run /init as init process
[ 10.169926] random: fast init done
[ 10.229802] XFS (sda1): Mounting V5 Filesystem
[ 10.247474] XFS (sda1): Ending clean mount
[ 10.304452] systemd[1]: Inserted module 'autofs4'
[ 10.364618] NET: Registered protocol family 10
[ 10.370405] Segment Routing with IPv6
[ 10.381943] NET: Registered protocol family 1
[ 10.387040] systemd[1]: Inserted module 'unix'
[ 10.413212] 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)
[ 10.448722] systemd[1]: Detected architecture x86-64.
[ 10.466271] systemd[1]: Set hostname to <thebiglebowserver.molgen.mpg.de>.
[ 10.551246] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 10.560175] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 10.574580] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 10.581768] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 10.590516] systemd[1]: Created slice system-serial\x2dlog.slice.
[ 10.597256] systemd[1]: Listening on udev Kernel Socket.
[ 10.603150] systemd[1]: Reached target Swap.
[ 10.660034] RPC: Registered named UNIX socket transport module.
[ 10.666105] RPC: Registered udp transport module.
[ 10.670970] RPC: Registered tcp transport module.
[ 10.675855] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 10.702498] xfs filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
[ 10.757522] random: systemd-random-: uninitialized urandom read (512 bytes read)
[ 10.762789] systemd-journald[973]: Received request to flush runtime journal from PID 1
[ 10.777622] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[ 11.130463] acpi_cpufreq: overriding BIOS provided _PSD data
[ 11.333216] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k
[ 11.341134] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 11.419224] kvm: Nested Virtualization enabled
[ 11.419285] kvm: Nested Paging enabled
[ 11.419286] SVM: Virtual VMLOAD VMSAVE supported
[ 11.419286] SVM: Virtual GIF supported
[ 11.509573] ixgbe 0000:61:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 11.520279] ixgbe 0000:61:00.0: 32.000 Gb/s available PCIe bandwidth (5 GT/s x8 link)
[ 11.528457] ixgbe 0000:61:00.0: MAC: 2, PHY: 20, SFP+: 5, PBA No: Unknown
[ 11.535402] ixgbe 0000:61:00.0: 00:1b:21:bc:f2:64
[ 11.541615] ixgbe 0000:61:00.0: Intel(R) 10 Gigabit Network Connection
[ 11.548369] libphy: ixgbe-mdio: probed
[ 11.706329] ixgbe 0000:61:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63 XDP Queue count = 0
[ 11.717024] ixgbe 0000:61:00.1: 32.000 Gb/s available PCIe bandwidth (5 GT/s x8 link)
[ 11.725308] ixgbe 0000:61:00.1: MAC: 2, PHY: 20, SFP+: 6, PBA No: Unknown
[ 11.732339] ixgbe 0000:61:00.1: 00:1b:21:bc:f2:66
[ 11.738394] ixgbe 0000:61:00.1: Intel(R) 10 Gigabit Network Connection
[ 11.745094] libphy: ixgbe-mdio: probed
[ 11.898623] random: mxnetctl: uninitialized urandom read (4 bytes read)
[ 11.923058] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[ 11.936937] random: tune3ware.pl: uninitialized urandom read (4 bytes read)
[ 11.954831] igb 0000:11:00.0 net00: renamed from eth0
[ 11.972103] random: crng init done
[ 11.972106] random: 2 urandom warning(s) missed due to ratelimiting
[ 11.984140] igb 0000:11:00.1 net01: renamed from eth1
[ 12.012774] igb 0000:11:00.2 net02: renamed from eth2
[ 12.035966] igb 0000:11:00.3 net03: renamed from eth3
[ 12.058647] md: md0 stopped.
[ 12.066912] ixgbe 0000:61:00.0 net04: renamed from eth4
[ 12.067491] md0: detected capacity change from 0 to 8001303478272
[ 12.089035] ixgbe 0000:61:00.1 net05: renamed from eth5
[ 12.183901] XFS (sda2): Mounting V5 Filesystem
[ 12.197061] XFS (sda2): Ending clean mount
[ 12.198702] xfs filesystem being mounted at /amd/thebiglebowserver/0 supports timestamps until 2038 (0x7fffffff)
[ 12.368120] XFS (md0): Mounting V5 Filesystem
[ 12.380727] ixgbe 0000:61:00.1: registered PHC device on net05
[ 12.528279] XFS (md0): Ending clean mount
[ 12.531184] 8021q: 802.1Q VLAN Support v1.8
[ 12.531200] 8021q: adding VLAN 0 to HW filter on device net05
[ 12.549957] ixgbe 0000:61:00.1 net05: detected SFP+: 6
[ 12.797716] ixgbe 0000:61:00.1 net05: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[ 12.858263] xfs filesystem being mounted at /amd/thebiglebowserver/D/D0025 supports timestamps until 2038 (0x7fffffff)
[ 13.611942] NFSD: Using UMH upcall client tracking operations.
[ 13.611945] NFSD: starting 90-second grace period (net f0000098)
[62914.637754] FS-Cache: Netfs 'nfs' registered for caching
[62914.785215] NFS: Registering the id_resolver key type
[62914.785226] Key type id_resolver registered
[62914.785226] Key type id_legacy registered
[333028.288747] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[333028.288755] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=13755
[333028.288772] (detected by 112, t=60002 jiffies, g=81535941, q=52030406)
[333028.288777] Sending NMI from CPU 112 to CPUs 30:
[333038.235272] rcu: rcu_sched kthread starved for 9945 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=56
[333038.235273] rcu: RCU grace-period kthread stack dump:
[333038.235276] rcu_sched R running task 0 11 2 0x80004000
[333038.235280] Call Trace:
[333038.235294] ? reschedule_interrupt+0xa/0x20
[333038.235299] ? rcu_cleanup_dead_rnp+0x70/0x70
[333038.235303] ? _raw_spin_unlock_irqrestore+0xa/0x10
[333038.235304] ? force_qs_rnp+0x11d/0x140
[333038.235306] ? rcu_gp_kthread+0x61a/0xed0
[333038.235307] ? __schedule+0x228/0x6c0
[333038.235312] ? __wake_up_common+0x74/0x120
[333038.235314] ? kfree_call_rcu+0x10/0x10
[333038.235317] ? kthread+0x117/0x130
[333038.235319] ? kthread_create_worker_on_cpu+0x70/0x70
[333038.235320] ? ret_from_fork+0x22/0x40
[333208.292343] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[333208.292350] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=53333
[333208.292367] (detected by 25, t=240007 jiffies, g=81535941, q=216698517)
[333208.292370] Sending NMI from CPU 25 to CPUs 30:
[333218.297650] rcu: rcu_sched kthread starved for 10003 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=45
[333218.297652] rcu: RCU grace-period kthread stack dump:
[333218.297653] rcu_sched R running task 0 11 2 0x80004000
[333218.297656] Call Trace:
[333218.297667] ? reschedule_interrupt+0xa/0x20
[333218.297670] ? rcu_cleanup_dead_rnp+0x70/0x70
[333218.297673] ? _raw_spin_unlock_irqrestore+0xa/0x10
[333218.297675] ? force_qs_rnp+0x11d/0x140
[333218.297676] ? rcu_gp_kthread+0x61a/0xed0
[333218.297677] ? __schedule+0x228/0x6c0
[333218.297680] ? __wake_up_common+0x74/0x120
[333218.297682] ? kfree_call_rcu+0x10/0x10
[333218.297685] ? kthread+0x117/0x130
[333218.297686] ? kthread_create_worker_on_cpu+0x70/0x70
[333218.297688] ? ret_from_fork+0x22/0x40
[333388.295933] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[333388.295940] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=92688
[333388.295957] (detected by 26, t=420012 jiffies, g=81535941, q=405619906)
[333388.295960] Sending NMI from CPU 26 to CPUs 30:
[333398.301170] rcu: rcu_sched kthread starved for 10001 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=76
[333398.301173] rcu: RCU grace-period kthread stack dump:
[333398.301175] rcu_sched R running task 0 11 2 0x80004008
[333398.301179] Call Trace:
[333398.301191] ? apic_timer_interrupt+0xa/0x20
[333398.301195] ? rcu_cleanup_dead_rnp+0x70/0x70
[333398.301198] ? __schedule+0xf4/0x6c0
[333398.301200] ? rcu_cleanup_dead_rnp+0x70/0x70
[333398.301201] ? _cond_resched+0x22/0x40
[333398.301203] ? force_qs_rnp+0x7d/0x140
[333398.301205] ? rcu_gp_kthread+0x61a/0xed0
[333398.301206] ? __schedule+0x228/0x6c0
[333398.301209] ? __wake_up_common+0x74/0x120
[333398.301211] ? kfree_call_rcu+0x10/0x10
[333398.301214] ? kthread+0x117/0x130
[333398.301216] ? kthread_create_worker_on_cpu+0x70/0x70
[333398.301218] ? ret_from_fork+0x22/0x40
[333568.299528] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[333568.299536] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=132141
[333568.299553] (detected by 50, t=600017 jiffies, g=81535941, q=561257837)
[333568.299558] Sending NMI from CPU 50 to CPUs 30:
[333748.303114] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[333748.303121] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=171530
[333748.303138] (detected by 68, t=780022 jiffies, g=81535941, q=780743822)
[333748.303141] Sending NMI from CPU 68 to CPUs 30:
[333758.308398] rcu: rcu_sched kthread starved for 10004 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=88
[333758.308400] rcu: RCU grace-period kthread stack dump:
[333758.308401] rcu_sched R running task 0 11 2 0x80004008
[333758.308404] Call Trace:
[333758.308412] ? reschedule_interrupt+0xa/0x20
[333758.308416] ? rcu_cleanup_dead_rnp+0x70/0x70
[333758.308419] ? _raw_spin_unlock_irqrestore+0xa/0x10
[333758.308421] ? force_qs_rnp+0x11d/0x140
[333758.308423] ? rcu_gp_kthread+0x61a/0xed0
[333758.308424] ? __schedule+0x228/0x6c0
[333758.308427] ? __wake_up_common+0x74/0x120
[333758.308428] ? kfree_call_rcu+0x10/0x10
[333758.308431] ? kthread+0x117/0x130
[333758.308433] ? kthread_create_worker_on_cpu+0x70/0x70
[333758.308434] ? ret_from_fork+0x22/0x40
[333928.306700] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[333928.306709] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=210918
[333928.306725] (detected by 83, t=960027 jiffies, g=81535941, q=898008853)
[333928.306729] Sending NMI from CPU 83 to CPUs 30:
[333938.311603] rcu: rcu_sched kthread starved for 10000 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=17
[333938.311605] rcu: RCU grace-period kthread stack dump:
[333938.311607] rcu_sched R running task 0 11 2 0x80004008
[333938.311610] Call Trace:
[333938.311626] ? apic_timer_interrupt+0xa/0x20
[333938.311631] ? rcu_cleanup_dead_rnp+0x70/0x70
[333938.311634] ? _raw_spin_unlock_irqrestore+0xa/0x10
[333938.311636] ? force_qs_rnp+0x11d/0x140
[333938.311638] ? rcu_gp_kthread+0x61a/0xed0
[333938.311640] ? __schedule+0x228/0x6c0
[333938.311643] ? __wake_up_common+0x74/0x120
[333938.311645] ? kfree_call_rcu+0x10/0x10
[333938.311648] ? kthread+0x117/0x130
[333938.311650] ? kthread_create_worker_on_cpu+0x70/0x70
[333938.311652] ? ret_from_fork+0x22/0x40
[334108.310293] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[334108.310305] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=249928
[334108.310324] (detected by 125, t=1140032 jiffies, g=81535941, q=1018213169)
[334108.310329] Sending NMI from CPU 125 to CPUs 30:
[334118.259169] rcu: rcu_sched kthread starved for 9945 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=114
[334118.259172] rcu: RCU grace-period kthread stack dump:
[334118.259175] rcu_sched R running task 0 11 2 0x80004008
[334118.259180] Call Trace:
[334118.259200] ? apic_timer_interrupt+0xa/0x20
[334118.259208] ? pick_next_task_fair+0x29c/0x380
[334118.259212] ? switch_mm_irqs_off+0x318/0x540
[334118.259215] ? __schedule+0x220/0x6c0
[334118.259220] ? rcu_cleanup_dead_rnp+0x70/0x70
[334118.259222] ? _cond_resched+0x22/0x40
[334118.259223] ? force_qs_rnp+0x7d/0x140
[334118.259226] ? rcu_gp_kthread+0x61a/0xed0
[334118.259227] ? __schedule+0x228/0x6c0
[334118.259229] ? __wake_up_common+0x74/0x120
[334118.259231] ? kfree_call_rcu+0x10/0x10
[334118.259235] ? kthread+0x117/0x130
[334118.259237] ? kthread_create_worker_on_cpu+0x70/0x70
[334118.259240] ? ret_from_fork+0x22/0x40
[334288.313884] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[334288.313895] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=289357
[334288.313911] (detected by 61, t=1320037 jiffies, g=81535941, q=1201143021)
[334288.313917] Sending NMI from CPU 61 to CPUs 30:
[334298.262857] rcu: rcu_sched kthread starved for 9947 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=101
[334298.262860] rcu: RCU grace-period kthread stack dump:
[334298.262863] rcu_sched R running task 0 11 2 0x80004000
[334298.262868] Call Trace:
[334298.262886] ? apic_timer_interrupt+0xa/0x20
[334298.262892] ? rcu_cleanup_dead_rnp+0x70/0x70
[334298.262895] ? __schedule+0xf4/0x6c0
[334298.262897] ? rcu_cleanup_dead_rnp+0x70/0x70
[334298.262899] ? _cond_resched+0x22/0x40
[334298.262900] ? force_qs_rnp+0x7d/0x140
[334298.262902] ? rcu_gp_kthread+0x61a/0xed0
[334298.262903] ? __schedule+0x228/0x6c0
[334298.262907] ? __wake_up_common+0x74/0x120
[334298.262909] ? kfree_call_rcu+0x10/0x10
[334298.262914] ? kthread+0x117/0x130
[334298.262915] ? kthread_create_worker_on_cpu+0x70/0x70
[334298.262918] ? ret_from_fork+0x22/0x40
[334468.317465] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[334468.317473] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=328823
[334468.317489] (detected by 14, t=1500042 jiffies, g=81535941, q=1283628720)
[334468.317493] Sending NMI from CPU 14 to CPUs 30:
[334478.322493] rcu: rcu_sched kthread starved for 10000 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=77
[334478.322495] rcu: RCU grace-period kthread stack dump:
[334478.322497] rcu_sched R running task 0 11 2 0x80004008
[334478.322501] Call Trace:
[334478.322512] ? apic_timer_interrupt+0xa/0x20
[334478.322517] ? rcu_cleanup_dead_rnp+0x70/0x70
[334478.322520] ? __schedule+0x1e4/0x6c0
[334478.322522] ? rcu_cleanup_dead_rnp+0x70/0x70
[334478.322523] ? _cond_resched+0x22/0x40
[334478.322524] ? force_qs_rnp+0x7d/0x140
[334478.322526] ? rcu_gp_kthread+0x61a/0xed0
[334478.322528] ? __schedule+0x228/0x6c0
[334478.322531] ? __wake_up_common+0x74/0x120
[334478.322532] ? kfree_call_rcu+0x10/0x10
[334478.322535] ? kthread+0x117/0x130
[334478.322537] ? kthread_create_worker_on_cpu+0x70/0x70
[334478.322539] ? ret_from_fork+0x22/0x40
[334648.321053] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[334648.321061] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=367751
[334648.321078] (detected by 29, t=1680047 jiffies, g=81535941, q=1407232296)
[334648.321082] Sending NMI from CPU 29 to CPUs 30:
[334658.325940] rcu: rcu_sched kthread starved for 9998 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=113
[334658.325942] rcu: RCU grace-period kthread stack dump:
[334658.325944] rcu_sched R running task 0 11 2 0x80004008
[334658.325948] Call Trace:
[334658.325959] ? apic_timer_interrupt+0xa/0x20
[334658.325964] ? rcu_cleanup_dead_rnp+0x70/0x70
[334658.325968] ? _raw_spin_unlock_irqrestore+0xa/0x10
[334658.325969] ? force_qs_rnp+0x11d/0x140
[334658.325975] ? rcu_gp_kthread+0x61a/0xed0
[334658.325976] ? __schedule+0x228/0x6c0
[334658.325980] ? __wake_up_common+0x74/0x120
[334658.325982] ? kfree_call_rcu+0x10/0x10
[334658.325986] ? kthread+0x117/0x130
[334658.325988] ? kthread_create_worker_on_cpu+0x70/0x70
[334658.325989] ? ret_from_fork+0x22/0x40
[334828.324641] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[334828.324651] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=406415
[334828.324669] (detected by 124, t=1860052 jiffies, g=81535941, q=1522162076)
[334828.324674] Sending NMI from CPU 124 to CPUs 30:
[334838.273638] rcu: rcu_sched kthread starved for 9946 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=85
[334838.273641] rcu: RCU grace-period kthread stack dump:
[334838.273644] rcu_sched R running task 0 11 2 0x80004008
[334838.273649] Call Trace:
[334838.273664] ? set_next_entity+0xd0/0x660
[334838.273669] ? pick_next_task_fair+0x29c/0x380
[334838.273673] ? switch_mm_irqs_off+0x318/0x540
[334838.273679] ? __schedule+0x220/0x6c0
[334838.273685] ? rcu_cleanup_dead_rnp+0x70/0x70
[334838.273686] ? _cond_resched+0x22/0x40
[334838.273688] ? force_qs_rnp+0x7d/0x140
[334838.273689] ? rcu_gp_kthread+0x61a/0xed0
[334838.273691] ? __schedule+0x228/0x6c0
[334838.273694] ? __wake_up_common+0x74/0x120
[334838.273696] ? kfree_call_rcu+0x10/0x10
[334838.273700] ? kthread+0x117/0x130
[334838.273702] ? kthread_create_worker_on_cpu+0x70/0x70
[334838.273705] ? ret_from_fork+0x22/0x40
[335008.328233] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[335008.328242] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=444678
[335008.328258] (detected by 35, t=2040057 jiffies, g=81535941, q=1661002648)
[335008.328263] Sending NMI from CPU 35 to CPUs 30:
[335018.276772] rcu: rcu_sched kthread starved for 9947 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=17
[335018.276775] rcu: RCU grace-period kthread stack dump:
[335018.276778] rcu_sched R running task 0 11 2 0x80004008
[335018.276784] Call Trace:
[335018.276805] ? apic_timer_interrupt+0xa/0x20
[335018.276811] ? rcu_cleanup_dead_rnp+0x70/0x70
[335018.276814] ? rcu_note_context_switch+0x1a/0xf0
[335018.276819] ? __schedule+0xf4/0x6c0
[335018.276822] ? rcu_cleanup_dead_rnp+0x70/0x70
[335018.276824] ? _cond_resched+0x22/0x40
[335018.276825] ? force_qs_rnp+0x7d/0x140
[335018.276828] ? rcu_gp_kthread+0x61a/0xed0
[335018.276829] ? __schedule+0x228/0x6c0
[335018.276835] ? __wake_up_common+0x74/0x120
[335018.276838] ? kfree_call_rcu+0x10/0x10
[335018.276843] ? kthread+0x117/0x130
[335018.276845] ? kthread_create_worker_on_cpu+0x70/0x70
[335018.276848] ? ret_from_fork+0x22/0x40
[335188.331822] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[335188.331832] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=482815
[335188.331849] (detected by 33, t=2220062 jiffies, g=81535941, q=1815682761)
[335188.331854] Sending NMI from CPU 33 to CPUs 30:
[335198.280937] rcu: rcu_sched kthread starved for 9947 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=71
[335198.280940] rcu: RCU grace-period kthread stack dump:
[335198.280943] rcu_sched R running task 0 11 2 0x80004008
[335198.280948] Call Trace:
[335198.280966] ? pick_next_task_fair+0x29c/0x380
[335198.280973] ? __schedule+0x220/0x6c0
[335198.280978] ? rcu_cleanup_dead_rnp+0x70/0x70
[335198.280980] ? _cond_resched+0x22/0x40
[335198.280982] ? force_qs_rnp+0x7d/0x140
[335198.280984] ? rcu_gp_kthread+0x61a/0xed0
[335198.280986] ? __schedule+0x228/0x6c0
[335198.280989] ? __wake_up_common+0x74/0x120
[335198.280991] ? kfree_call_rcu+0x10/0x10
[335198.280996] ? kthread+0x117/0x130
[335198.280998] ? kthread_create_worker_on_cpu+0x70/0x70
[335198.281001] ? ret_from_fork+0x22/0x40
[335368.335404] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[335368.335415] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=521450
[335368.335432] (detected by 104, t=2400067 jiffies, g=81535941, q=1977912314)
[335368.335437] Sending NMI from CPU 104 to CPUs 30:
[335378.284541] rcu: rcu_sched kthread starved for 9946 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=41
[335378.284544] rcu: RCU grace-period kthread stack dump:
[335378.284547] rcu_sched R running task 0 11 2 0x80004008
[335378.284552] Call Trace:
[335378.284570] ? apic_timer_interrupt+0xa/0x20
[335378.284577] ? rcu_cleanup_dead_rnp+0x70/0x70
[335378.284582] ? _raw_spin_unlock_irqrestore+0xa/0x10
[335378.284584] ? force_qs_rnp+0x11d/0x140
[335378.284586] ? rcu_gp_kthread+0x61a/0xed0
[335378.284588] ? __schedule+0x228/0x6c0
[335378.284593] ? __wake_up_common+0x74/0x120
[335378.284595] ? kfree_call_rcu+0x10/0x10
[335378.284599] ? kthread+0x117/0x130
[335378.284601] ? kthread_create_worker_on_cpu+0x70/0x70
[335378.284603] ? ret_from_fork+0x22/0x40
[335548.338993] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[335548.339001] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=559894
[335548.339019] (detected by 11, t=2580072 jiffies, g=81535941, q=2165473041)
[335548.339023] Sending NMI from CPU 11 to CPUs 30:
[335558.344076] rcu: rcu_sched kthread starved for 10002 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=26
[335558.344078] rcu: RCU grace-period kthread stack dump:
[335558.344080] rcu_sched R running task 0 11 2 0x80004008
[335558.344084] Call Trace:
[335558.344096] ? apic_timer_interrupt+0xa/0x20
[335558.344100] ? rcu_cleanup_dead_rnp+0x70/0x70
[335558.344104] ? _raw_spin_unlock_irqrestore+0xa/0x10
[335558.344105] ? rcu_cleanup_dead_rnp+0x70/0x70
[335558.344107] ? _cond_resched+0x22/0x40
[335558.344108] ? force_qs_rnp+0x7d/0x140
[335558.344110] ? rcu_gp_kthread+0x61a/0xed0
[335558.344112] ? __schedule+0x228/0x6c0
[335558.344115] ? __wake_up_common+0x74/0x120
[335558.344117] ? kfree_call_rcu+0x10/0x10
[335558.344119] ? kthread+0x117/0x130
[335558.344121] ? kthread_create_worker_on_cpu+0x70/0x70
[335558.344123] ? ret_from_fork+0x22/0x40
[335728.342568] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[335728.342577] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=598236
[335728.342594] (detected by 95, t=2760077 jiffies, g=81535941, q=2332101865)
[335728.342598] Sending NMI from CPU 95 to CPUs 30:
[335738.347095] rcu: rcu_sched kthread starved for 10001 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=119
[335738.347098] rcu: RCU grace-period kthread stack dump:
[335738.347099] rcu_sched R running task 0 11 2 0x80004008
[335738.347104] Call Trace:
[335738.347116] ? apic_timer_interrupt+0xa/0x20
[335738.347121] ? rcu_cleanup_dead_rnp+0x70/0x70
[335738.347124] ? __schedule+0xf4/0x6c0
[335738.347126] ? rcu_cleanup_dead_rnp+0x70/0x70
[335738.347128] ? _cond_resched+0x22/0x40
[335738.347130] ? force_qs_rnp+0x7d/0x140
[335738.347133] ? rcu_gp_kthread+0x61a/0xed0
[335738.347134] ? __schedule+0x228/0x6c0
[335738.347139] ? __wake_up_common+0x74/0x120
[335738.347141] ? kfree_call_rcu+0x10/0x10
[335738.347144] ? kthread+0x117/0x130
[335738.347146] ? kthread_create_worker_on_cpu+0x70/0x70
[335738.347148] ? ret_from_fork+0x22/0x40
[335908.346150] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[335908.346160] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=635902
[335908.346176] (detected by 42, t=2940082 jiffies, g=81535941, q=2508957788)
[335908.346181] Sending NMI from CPU 42 to CPUs 30:
[335918.294401] rcu: rcu_sched kthread starved for 9945 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=76
[335918.294403] rcu: RCU grace-period kthread stack dump:
[335918.294406] rcu_sched R running task 0 11 2 0x80004008
[335918.294409] Call Trace:
[335918.294427] ? apic_timer_interrupt+0xa/0x20
[335918.294434] ? pick_next_task_fair+0x291/0x380
[335918.294439] ? switch_mm_irqs_off+0x318/0x540
[335918.294442] ? __schedule+0x220/0x6c0
[335918.294447] ? rcu_cleanup_dead_rnp+0x70/0x70
[335918.294449] ? _cond_resched+0x22/0x40
[335918.294451] ? force_qs_rnp+0x7d/0x140
[335918.294453] ? rcu_gp_kthread+0x61a/0xed0
[335918.294455] ? __schedule+0x228/0x6c0
[335918.294459] ? __wake_up_common+0x74/0x120
[335918.294461] ? kfree_call_rcu+0x10/0x10
[335918.294466] ? kthread+0x117/0x130
[335918.294468] ? kthread_create_worker_on_cpu+0x70/0x70
[335918.294471] ? ret_from_fork+0x22/0x40
[336088.349735] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[336088.349742] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=673960
[336088.349758] (detected by 71, t=3120087 jiffies, g=81535941, q=2701614818)
[336088.349761] Sending NMI from CPU 71 to CPUs 30:
[336098.354788] rcu: rcu_sched kthread starved for 10004 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=70
[336098.354790] rcu: RCU grace-period kthread stack dump:
[336098.354792] rcu_sched R running task 0 11 2 0x80004008
[336098.354795] Call Trace:
[336098.354806] ? apic_timer_interrupt+0xa/0x20
[336098.354810] ? rcu_cleanup_dead_rnp+0x70/0x70
[336098.354812] ? __schedule+0x220/0x6c0
[336098.354814] ? rcu_cleanup_dead_rnp+0x70/0x70
[336098.354815] ? _cond_resched+0x22/0x40
[336098.354816] ? force_qs_rnp+0x7d/0x140
[336098.354818] ? rcu_gp_kthread+0x61a/0xed0
[336098.354819] ? __schedule+0x228/0x6c0
[336098.354821] ? __wake_up_common+0x74/0x120
[336098.354823] ? kfree_call_rcu+0x10/0x10
[336098.354826] ? kthread+0x117/0x130
[336098.354827] ? kthread_create_worker_on_cpu+0x70/0x70
[336098.354829] ? ret_from_fork+0x22/0x40
[336268.353325] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[336268.353333] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=713075
[336268.353349] (detected by 22, t=3300092 jiffies, g=81535941, q=2810788730)
[336268.353352] Sending NMI from CPU 22 to CPUs 30:
[336278.358655] rcu: rcu_sched kthread starved for 10002 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=61
[336278.358657] rcu: RCU grace-period kthread stack dump:
[336278.358659] rcu_sched R running task 0 11 2 0x80004000
[336278.358663] Call Trace:
[336278.358676] ? reschedule_interrupt+0xa/0x20
[336278.358680] ? rcu_cleanup_dead_rnp+0x70/0x70
[336278.358684] ? _raw_spin_unlock_irqrestore+0xa/0x10
[336278.358686] ? force_qs_rnp+0x11d/0x140
[336278.358688] ? rcu_gp_kthread+0x61a/0xed0
[336278.358690] ? __schedule+0x228/0x6c0
[336278.358693] ? __wake_up_common+0x74/0x120
[336278.358695] ? kfree_call_rcu+0x10/0x10
[336278.358698] ? kthread+0x117/0x130
[336278.358700] ? kthread_create_worker_on_cpu+0x70/0x70
[336278.358701] ? ret_from_fork+0x22/0x40
[336448.356908] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[336448.356917] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=752441
[336448.356933] (detected by 115, t=3480097 jiffies, g=81535941, q=2899804379)
[336448.356937] Sending NMI from CPU 115 to CPUs 30:
[336458.305124] rcu: rcu_sched kthread starved for 9947 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=4
[336458.305126] rcu: RCU grace-period kthread stack dump:
[336458.305128] rcu_sched R running task 0 11 2 0x80004008
[336458.305133] Call Trace:
[336458.305147] ? apic_timer_interrupt+0xa/0x20
[336458.305152] ? pick_next_task_fair+0x29c/0x380
[336458.305156] ? switch_mm_irqs_off+0x318/0x540
[336458.305159] ? __schedule+0x220/0x6c0
[336458.305164] ? rcu_cleanup_dead_rnp+0x70/0x70
[336458.305165] ? _cond_resched+0x22/0x40
[336458.305167] ? force_qs_rnp+0x7d/0x140
[336458.305168] ? rcu_gp_kthread+0x61a/0xed0
[336458.305170] ? __schedule+0x228/0x6c0
[336458.305171] ? __wake_up_common+0x74/0x120
[336458.305173] ? kfree_call_rcu+0x10/0x10
[336458.305177] ? kthread+0x117/0x130
[336458.305179] ? kthread_create_worker_on_cpu+0x70/0x70
[336458.305181] ? ret_from_fork+0x22/0x40
[336628.360489] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[336628.360498] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=791870
[336628.360515] (detected by 114, t=3660102 jiffies, g=81535941, q=2937970380)
[336628.360519] Sending NMI from CPU 114 to CPUs 30:
[336638.306587] rcu: rcu_sched kthread starved for 9942 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=3
[336638.306589] rcu: RCU grace-period kthread stack dump:
[336638.306591] rcu_sched R running task 0 11 2 0x80004000
[336638.306595] Call Trace:
[336638.306609] ? apic_timer_interrupt+0xa/0x20
[336638.306613] ? rcu_cleanup_dead_rnp+0x70/0x70
[336638.306615] ? __schedule+0xf4/0x6c0
[336638.306617] ? rcu_cleanup_dead_rnp+0x70/0x70
[336638.306618] ? _cond_resched+0x22/0x40
[336638.306619] ? force_qs_rnp+0x7d/0x140
[336638.306620] ? rcu_gp_kthread+0x61a/0xed0
[336638.306621] ? __schedule+0x228/0x6c0
[336638.306624] ? __wake_up_common+0x74/0x120
[336638.306626] ? kfree_call_rcu+0x10/0x10
[336638.306629] ? kthread+0x117/0x130
[336638.306630] ? kthread_create_worker_on_cpu+0x70/0x70
[336638.306631] ? ret_from_fork+0x22/0x40
[336702.792233] nfs: server hopp not responding, still trying
[336708.935168] nfs: server hopp not responding, still trying
[336712.008153] nfs: server hopp not responding, still trying
[336714.119845] nfs: server hopp not responding, timed out
[336715.079083] nfs: server hopp not responding, still trying
[336718.152066] nfs: server hopp not responding, still trying
[336721.223047] nfs: server hopp not responding, still trying
[336724.295022] nfs: server hopp not responding, still trying
[336727.367992] nfs: server hopp not responding, still trying
[336730.438966] nfs: server hopp not responding, still trying
[336733.510968] nfs: server hopp not responding, still trying
[336736.582923] nfs: server hopp not responding, still trying
[336739.655895] nfs: server hopp not responding, still trying
[336742.726898] nfs: server hopp not responding, still trying
[336745.799857] nfs: server hopp not responding, still trying
[336748.871838] nfs: server hopp not responding, still trying
[336751.942828] nfs: server hopp not responding, still trying
[336755.014774] nfs: server hopp not responding, still trying
[336758.086738] nfs: server hopp not responding, still trying
[336761.158737] nfs: server hopp not responding, still trying
[336764.230747] nfs: server hopp not responding, still trying
[336767.303668] nfs: server hopp not responding, still trying
[336770.374675] nfs: server hopp not responding, still trying
[336773.447566] nfs: server hopp not responding, still trying
[336776.518604] nfs: server hopp not responding, still trying
[336782.598423] nfs: server hopp not responding, still trying
[336782.662580] nfs: server hopp not responding, still trying
[336785.735654] nfs: server hopp not responding, still trying
[336791.814414] nfs: server hopp not responding, still trying
[336794.950537] nfs: server hopp not responding, still trying
[336798.022475] nfs: server hopp not responding, still trying
[336808.364069] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[336808.364079] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=832876
[336808.364096] (detected by 99, t=3840107 jiffies, g=81535941, q=2948007327)
[336808.364101] Sending NMI from CPU 99 to CPUs 30:
[336818.310318] rcu: rcu_sched kthread starved for 9946 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=6
[336818.310320] rcu: RCU grace-period kthread stack dump:
[336818.310323] rcu_sched R running task 0 11 2 0x80004008
[336818.310327] Call Trace:
[336818.310342] ? put_prev_entity+0x37c/0x5b0
[336818.310343] ? put_prev_entity+0xc7/0x5b0
[336818.310348] ? __schedule+0x220/0x6c0
[336818.310351] ? rcu_cleanup_dead_rnp+0x70/0x70
[336818.310352] ? _cond_resched+0x22/0x40
[336818.310353] ? force_qs_rnp+0x7d/0x140
[336818.310355] ? rcu_gp_kthread+0x61a/0xed0
[336818.310356] ? __schedule+0x228/0x6c0
[336818.310357] ? __wake_up_common+0x74/0x120
[336818.310358] ? kfree_call_rcu+0x10/0x10
[336818.310362] ? kthread+0x117/0x130
[336818.310363] ? kthread_create_worker_on_cpu+0x70/0x70
[336818.310366] ? ret_from_fork+0x22/0x40
[336916.358263] ------------[ cut here ]------------
[336916.358268] NETDEV WATCHDOG: net05 (ixgbe): transmit queue 8 timed out
[336916.358292] WARNING: CPU: 55 PID: 0 at net/sched/sch_generic.c:448 dev_watchdog+0x23d/0x250
[336916.358293] Modules linked in: rpcsec_gss_krb5 nfsv4 nfs 8021q garp stp mrp llc input_leds led_class kvm_amd kvm irqbypass crc32c_intel ixgbe acpi_cpufreq nfsd auth_rpcgss oid_registry nfs_acl lockd grace sunrpc ip_tables x_tables unix ipv6 nf_defrag_ipv6 autofs4
[336916.358316] CPU: 55 PID: 0 Comm: swapper/55 Kdump: loaded Not tainted 5.4.5.mx64.305 #1
[336916.358317] Hardware name: Supermicro AS -2023US-TR4/H11DSU-iN, BIOS 1.1 02/07/2018
[336916.358319] RIP: 0010:dev_watchdog+0x23d/0x250
[336916.358321] Code: 48 85 c0 75 e5 eb 9e 4c 89 e7 c6 05 79 3c b3 00 01 e8 77 4c fb ff 89 d9 48 89 c2 4c 89 e6 48 c7 c7 50 48 32 82 e8 c3 1c 66 ff <0f> 0b eb 80 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 0f 1f 44
[336916.358322] RSP: 0018:ffffc9001972ce80 EFLAGS: 00010282
[336916.358323] RAX: 0000000000000000 RBX: 0000000000000008 RCX: 0000000000000006
[336916.358324] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff895faf9d64c0
[336916.358324] RBP: ffff895fab790440 R08: 00000000000008ef R09: 0000000000000001
[336916.358325] R10: ffffc9001972cef0 R11: 0000000000000001 R12: ffff895fab790000
[336916.358325] R13: 0000000000000037 R14: 0000000000000100 R15: ffffc9001972cee8
[336916.358327] FS: 0000000000000000(0000) GS:ffff895faf9c0000(0000) knlGS:0000000000000000
[336916.358327] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[336916.358328] CR2: 00007fff807da080 CR3: 000000d2cde90000 CR4: 00000000003406e0
[336916.358328] Call Trace:
[336916.358333] <IRQ>
[336916.358336] ? qdisc_destroy+0x120/0x120
[336916.358341] call_timer_fn+0x32/0x130
[336916.358343] run_timer_softirq+0x3b4/0x420
[336916.358345] ? enqueue_hrtimer+0x3b/0x90
[336916.358346] ? __hrtimer_run_queues+0x158/0x2b0
[336916.358350] __do_softirq+0xdb/0x2f6
[336916.358354] irq_exit+0xa0/0xb0
[336916.358357] smp_apic_timer_interrupt+0x7e/0x130
[336916.358359] apic_timer_interrupt+0xf/0x20
[336916.358360] </IRQ>
[336916.358364] RIP: 0010:cpuidle_enter_state+0xbf/0x430
[336916.358365] Code: 85 c0 0f 8f 36 02 00 00 31 ff e8 dc 16 73 ff 45 84 f6 74 12 9c 58 f6 c4 02 0f 85 41 03 00 00 31 ff e8 b5 75 78 ff fb 45 85 ed <0f> 88 ed 01 00 00 4d 29 fc 48 ba cf f7 53 e3 a5 9b c4 20 49 63 f5
[336916.358366] RSP: 0018:ffffc90018b3fe80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff13
[336916.358367] RAX: ffff895faf9e8a40 RBX: ffffffff824cf7a0 RCX: 000000000000001f
[336916.358367] RDX: 0001326c73da56c4 RSI: 000000003a2e8d5e RDI: 0000000000000000
[336916.358368] RBP: ffff891fab42a400 R08: 0000000000000002 R09: 00000000000282c0
[336916.358368] R10: ffffc90018b3fe68 R11: 00000000000003af R12: 0001326c73da56c4
[336916.358369] R13: 0000000000000002 R14: 0000000000000000 R15: 0001326c73ca5e86
[336916.358372] cpuidle_enter+0x29/0x40
[336916.358375] do_idle+0x214/0x290
[336916.358377] cpu_startup_entry+0x19/0x20
[336916.358380] start_secondary+0x156/0x1a0
[336916.358383] secondary_startup_64+0xa4/0xb0
[336916.358385] ---[ end trace 4e0ba88452a9f00d ]---
[336916.358391] ixgbe 0000:61:00.1 net05: initiating reset due to tx timeout
[336918.406228] ixgbe 0000:61:00.1 net05: Reset adapter
[336988.367655] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[336988.367664] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=873295
[336988.367676] (detected by 59, t=4020112 jiffies, g=81535941, q=2954057121)
[336988.367681] Sending NMI from CPU 59 to CPUs 30:
[336998.314636] rcu: rcu_sched kthread starved for 9944 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=3
[336998.314637] rcu: RCU grace-period kthread stack dump:
[336998.314640] rcu_sched R running task 0 11 2 0x80004008
[336998.314644] Call Trace:
[336998.314660] ? apic_timer_interrupt+0xa/0x20
[336998.314665] ? put_prev_entity+0x37c/0x5b0
[336998.314669] ? __switch_to+0x160/0x3f0
[336998.314672] ? schedule+0x2f/0xa0
[336998.314673] ? schedule_timeout+0x171/0x300
[336998.314678] ? __next_timer_interrupt+0xc0/0xc0
[336998.314681] ? rcu_gp_kthread+0x691/0xed0
[336998.314682] ? __schedule+0x228/0x6c0
[336998.314685] ? __wake_up_common+0x74/0x120
[336998.314686] ? kfree_call_rcu+0x10/0x10
[336998.314690] ? kthread+0x117/0x130
[336998.314692] ? kthread_create_worker_on_cpu+0x70/0x70
[336998.314693] ? ret_from_fork+0x22/0x40
[337168.371234] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[337168.371242] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=913582
[337168.371260] (detected by 16, t=4200117 jiffies, g=81535941, q=2959173730)
[337168.371264] Sending NMI from CPU 16 to CPUs 30:
[337178.375225] rcu: rcu_sched kthread starved for 10001 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=68
[337178.375227] rcu: RCU grace-period kthread stack dump:
[337178.375229] rcu_sched R running task 0 11 2 0x80004008
[337178.375233] Call Trace:
[337178.375243] ? __schedule+0x220/0x6c0
[337178.375247] ? rcu_cleanup_dead_rnp+0x70/0x70
[337178.375248] _cond_resched+0x22/0x40
[337178.375250] force_qs_rnp+0x7d/0x140
[337178.375252] rcu_gp_kthread+0x61a/0xed0
[337178.375253] ? __schedule+0x228/0x6c0
[337178.375256] ? __wake_up_common+0x74/0x120
[337178.375257] ? kfree_call_rcu+0x10/0x10
[337178.375260] kthread+0x117/0x130
[337178.375262] ? kthread_create_worker_on_cpu+0x70/0x70
[337178.375263] ret_from_fork+0x22/0x40
[337348.374819] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[337348.374828] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=953822
[337348.374840] (detected by 109, t=4380122 jiffies, g=81535941, q=2965874021)
[337348.374846] Sending NMI from CPU 109 to CPUs 30:
[337358.323000] rcu: rcu_sched kthread starved for 9948 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=5
[337358.323002] rcu: RCU grace-period kthread stack dump:
[337358.323005] rcu_sched R running task 0 11 2 0x80004008
[337358.323009] Call Trace:
[337358.323024] ? apic_timer_interrupt+0xa/0x20
[337358.323028] ? put_prev_entity+0x37c/0x5b0
[337358.323029] ? put_prev_entity+0xc7/0x5b0
[337358.323032] ? __schedule+0x220/0x6c0
[337358.323036] ? rcu_cleanup_dead_rnp+0x70/0x70
[337358.323037] ? _cond_resched+0x22/0x40
[337358.323037] ? force_qs_rnp+0x7d/0x140
[337358.323039] ? rcu_gp_kthread+0x61a/0xed0
[337358.323040] ? __schedule+0x228/0x6c0
[337358.323042] ? __wake_up_common+0x74/0x120
[337358.323044] ? kfree_call_rcu+0x10/0x10
[337358.323047] ? kthread+0x117/0x130
[337358.323048] ? kthread_create_worker_on_cpu+0x70/0x70
[337358.323050] ? ret_from_fork+0x22/0x40
[337528.378394] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[337528.378403] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=994249
[337528.378415] (detected by 47, t=4560127 jiffies, g=81535941, q=2972306343)
[337528.378420] Sending NMI from CPU 47 to CPUs 30:
[337538.326380] rcu: rcu_sched kthread starved for 9946 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=69
[337538.326382] rcu: RCU grace-period kthread stack dump:
[337538.326384] rcu_sched R running task 0 11 2 0x80004008
[337538.326388] Call Trace:
[337538.326405] ? __schedule+0x220/0x6c0
[337538.326411] ? rcu_cleanup_dead_rnp+0x70/0x70
[337538.326412] _cond_resched+0x22/0x40
[337538.326414] force_qs_rnp+0x7d/0x140
[337538.326416] rcu_gp_kthread+0x61a/0xed0
[337538.326418] ? __schedule+0x228/0x6c0
[337538.326421] ? __wake_up_common+0x74/0x120
[337538.326423] ? kfree_call_rcu+0x10/0x10
[337538.326426] kthread+0x117/0x130
[337538.326428] ? kthread_create_worker_on_cpu+0x70/0x70
[337538.326431] ret_from_fork+0x22/0x40
[337708.381972] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[337708.381977] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1034547
[337708.381989] (detected by 64, t=4740132 jiffies, g=81535941, q=2978932070)
[337708.381991] Sending NMI from CPU 64 to CPUs 30:
[337718.385020] rcu: rcu_sched kthread starved for 10001 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=69
[337718.385022] rcu: RCU grace-period kthread stack dump:
[337718.385023] rcu_sched R running task 0 11 2 0x80004008
[337718.385026] Call Trace:
[337718.385032] ? apic_timer_interrupt+0xa/0x20
[337718.385035] ? rcu_cleanup_dead_rnp+0x70/0x70
[337718.385037] ? put_prev_task_fair+0x1e/0x40
[337718.385038] ? __schedule+0x220/0x6c0
[337718.385039] ? rcu_cleanup_dead_rnp+0x70/0x70
[337718.385040] ? _cond_resched+0x22/0x40
[337718.385041] ? force_qs_rnp+0x7d/0x140
[337718.385043] ? rcu_gp_kthread+0x61a/0xed0
[337718.385043] ? __schedule+0x228/0x6c0
[337718.385045] ? __wake_up_common+0x74/0x120
[337718.385046] ? kfree_call_rcu+0x10/0x10
[337718.385048] ? kthread+0x117/0x130
[337718.385050] ? kthread_create_worker_on_cpu+0x70/0x70
[337718.385051] ? ret_from_fork+0x22/0x40
[337888.385609] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[337888.385616] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1074818
[337888.385629] (detected by 50, t=4920137 jiffies, g=81535941, q=2984562237)
[337888.385632] Sending NMI from CPU 50 to CPUs 30:
[338068.389138] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[338068.389148] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1115027
[338068.389164] (detected by 44, t=5100142 jiffies, g=81535941, q=2990887430)
[338068.389170] Sending NMI from CPU 44 to CPUs 30:
[338078.335522] rcu: rcu_sched kthread starved for 9944 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=68
[338078.335525] rcu: RCU grace-period kthread stack dump:
[338078.335528] rcu_sched R running task 0 11 2 0x80004008
[338078.335532] Call Trace:
[338078.335546] ? put_prev_entity+0x37c/0x5b0
[338078.335548] ? put_prev_entity+0xc7/0x5b0
[338078.335553] ? __schedule+0x220/0x6c0
[338078.335557] ? rcu_cleanup_dead_rnp+0x70/0x70
[338078.335558] ? _cond_resched+0x22/0x40
[338078.335558] ? force_qs_rnp+0x7d/0x140
[338078.335560] ? rcu_gp_kthread+0x61a/0xed0
[338078.335560] ? __schedule+0x228/0x6c0
[338078.335562] ? __wake_up_common+0x74/0x120
[338078.335564] ? kfree_call_rcu+0x10/0x10
[338078.335567] ? kthread+0x117/0x130
[338078.335569] ? kthread_create_worker_on_cpu+0x70/0x70
[338078.335570] ? ret_from_fork+0x22/0x40
[338248.392713] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[338248.392720] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1155230
[338248.392732] (detected by 86, t=5280147 jiffies, g=81535941, q=2997115612)
[338248.392735] Sending NMI from CPU 86 to CPUs 30:
[338258.397623] rcu: rcu_sched kthread starved for 10002 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=6
[338258.397625] rcu: RCU grace-period kthread stack dump:
[338258.397628] rcu_sched R running task 0 11 2 0x80004008
[338258.397633] Call Trace:
[338258.397640] ? put_prev_entity+0x66/0x5b0
[338258.397643] ? pick_next_task_fair+0x29c/0x380
[338258.397646] ? __schedule+0x220/0x6c0
[338258.397649] ? rcu_cleanup_dead_rnp+0x70/0x70
[338258.397650] ? _cond_resched+0x22/0x40
[338258.397651] ? force_qs_rnp+0x7d/0x140
[338258.397652] ? rcu_gp_kthread+0x61a/0xed0
[338258.397653] ? __schedule+0x228/0x6c0
[338258.397655] ? __wake_up_common+0x74/0x120
[338258.397656] ? kfree_call_rcu+0x10/0x10
[338258.397659] ? kthread+0x117/0x130
[338258.397660] ? kthread_create_worker_on_cpu+0x70/0x70
[338258.397662] ? ret_from_fork+0x22/0x40
[338428.396294] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[338428.396303] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1195445
[338428.396321] (detected by 97, t=5460152 jiffies, g=81535941, q=3003511706)
[338428.396326] Sending NMI from CPU 97 to CPUs 30:
[338438.342275] rcu: rcu_sched kthread starved for 9944 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=5
[338438.342277] rcu: RCU grace-period kthread stack dump:
[338438.342280] rcu_sched R running task 0 11 2 0x80004000
[338438.342284] Call Trace:
[338438.342300] ? __schedule+0x220/0x6c0
[338438.342306] ? rcu_cleanup_dead_rnp+0x70/0x70
[338438.342307] _cond_resched+0x22/0x40
[338438.342309] force_qs_rnp+0x7d/0x140
[338438.342312] rcu_gp_kthread+0x61a/0xed0
[338438.342313] ? __schedule+0x228/0x6c0
[338438.342318] ? __wake_up_common+0x74/0x120
[338438.342319] ? kfree_call_rcu+0x10/0x10
[338438.342323] kthread+0x117/0x130
[338438.342326] ? kthread_create_worker_on_cpu+0x70/0x70
[338438.342328] ret_from_fork+0x22/0x40
[338608.399884] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[338608.399892] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1235785
[338608.399905] (detected by 50, t=5640157 jiffies, g=81535941, q=3009565173)
[338608.399909] Sending NMI from CPU 50 to CPUs 30:
[338788.403503] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[338788.403510] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1276029
[338788.403526] (detected by 50, t=5820162 jiffies, g=81535941, q=3015291764)
[338788.403530] Sending NMI from CPU 50 to CPUs 30:
[338968.407029] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[338968.407037] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1316183
[338968.407048] (detected by 49, t=6000167 jiffies, g=81535941, q=3020905237)
[338968.407052] Sending NMI from CPU 49 to CPUs 30:
[338978.352981] rcu: rcu_sched kthread starved for 9946 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=3
[338978.352983] rcu: RCU grace-period kthread stack dump:
[338978.352985] rcu_sched R running task 0 11 2 0x80004008
[338978.352989] Call Trace:
[338978.353004] ? __schedule+0x220/0x6c0
[338978.353009] ? rcu_cleanup_dead_rnp+0x70/0x70
[338978.353011] _cond_resched+0x22/0x40
[338978.353013] force_qs_rnp+0x7d/0x140
[338978.353015] rcu_gp_kthread+0x61a/0xed0
[338978.353017] ? __schedule+0x228/0x6c0
[338978.353020] ? __wake_up_common+0x74/0x120
[338978.353022] ? kfree_call_rcu+0x10/0x10
[338978.353025] kthread+0x117/0x130
[338978.353027] ? kthread_create_worker_on_cpu+0x70/0x70
[338978.353029] ret_from_fork+0x22/0x40
[339148.410657] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[339148.410664] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1355176
[339148.410677] (detected by 50, t=6180172 jiffies, g=81535941, q=3025328276)
[339148.410680] Sending NMI from CPU 50 to CPUs 30:
[339328.414209] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[339328.414217] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1394272
[339328.414229] (detected by 50, t=6360177 jiffies, g=81535941, q=3028862388)
[339328.414233] Sending NMI from CPU 50 to CPUs 30:
[339508.417770] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[339508.417776] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1433148
[339508.417793] (detected by 68, t=6540182 jiffies, g=81535941, q=3031806680)
[339508.417796] Sending NMI from CPU 68 to CPUs 30:
[339518.421411] rcu: rcu_sched kthread starved for 9999 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=3
[339518.421412] rcu: RCU grace-period kthread stack dump:
[339518.421414] rcu_sched R running task 0 11 2 0x80004008
[339518.421417] Call Trace:
[339518.421422] ? put_prev_entity+0x37c/0x5b0
[339518.421424] ? put_prev_entity+0xc7/0x5b0
[339518.421426] ? __schedule+0x220/0x6c0
[339518.421428] ? rcu_cleanup_dead_rnp+0x70/0x70
[339518.421429] ? _cond_resched+0x22/0x40
[339518.421430] ? force_qs_rnp+0x7d/0x140
[339518.421432] ? rcu_gp_kthread+0x61a/0xed0
[339518.421433] ? __schedule+0x228/0x6c0
[339518.421434] ? __wake_up_common+0x74/0x120
[339518.421435] ? kfree_call_rcu+0x10/0x10
[339518.421437] ? kthread+0x117/0x130
[339518.421438] ? kthread_create_worker_on_cpu+0x70/0x70
[339518.421440] ? ret_from_fork+0x22/0x40
[339688.421369] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[339688.421377] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1471877
[339688.421388] (detected by 50, t=6720187 jiffies, g=81535941, q=3034174905)
[339688.421392] Sending NMI from CPU 50 to CPUs 30:
[339868.424923] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[339868.424931] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1510269
[339868.424949] (detected by 112, t=6900192 jiffies, g=81535941, q=3036869753)
[339868.424954] Sending NMI from CPU 112 to CPUs 30:
[339878.371099] rcu: rcu_sched kthread starved for 9945 jiffies! g81535941 f0x2 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=65
[339878.371101] rcu: RCU grace-period kthread stack dump:
[339878.371103] rcu_sched R running task 0 11 2 0x80004008
[339878.371108] Call Trace:
[339878.371122] ? __schedule+0x220/0x6c0
[339878.371128] ? rcu_cleanup_dead_rnp+0x70/0x70
[339878.371129] _cond_resched+0x22/0x40
[339878.371131] force_qs_rnp+0x7d/0x140
[339878.371133] rcu_gp_kthread+0x61a/0xed0
[339878.371135] ? __schedule+0x228/0x6c0
[339878.371139] ? __wake_up_common+0x74/0x120
[339878.371140] ? kfree_call_rcu+0x10/0x10
[339878.371143] kthread+0x117/0x130
[339878.371146] ? kthread_create_worker_on_cpu+0x70/0x70
[339878.371148] ret_from_fork+0x22/0x40
[340048.428501] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[340048.428507] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1548361
[340048.428525] (detected by 82, t=7080197 jiffies, g=81535941, q=3040270046)
[340048.428529] Sending NMI from CPU 82 to CPUs 30:
[340058.431647] rcu: rcu_sched kthread starved for 10000 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=6
[340058.431648] rcu: RCU grace-period kthread stack dump:
[340058.431649] rcu_sched R running task 0 11 2 0x80004008
[340058.431653] Call Trace:
[340058.431661] ? __schedule+0x220/0x6c0
[340058.431665] ? rcu_cleanup_dead_rnp+0x70/0x70
[340058.431666] ? _cond_resched+0x22/0x40
[340058.431667] ? force_qs_rnp+0x7d/0x140
[340058.431668] ? rcu_gp_kthread+0x61a/0xed0
[340058.431669] ? __schedule+0x228/0x6c0
[340058.431672] ? __wake_up_common+0x74/0x120
[340058.431674] ? kfree_call_rcu+0x10/0x10
[340058.431676] ? kthread+0x117/0x130
[340058.431678] ? kthread_create_worker_on_cpu+0x70/0x70
[340058.431680] ? ret_from_fork+0x22/0x40
[340228.432078] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[340228.432083] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1586304
[340228.432096] (detected by 0, t=7260202 jiffies, g=81535941, q=3040376033)
[340228.432098] Sending NMI from CPU 0 to CPUs 30:
[340238.437096] rcu: rcu_sched kthread starved for 10001 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=5
[340238.437096] rcu: RCU grace-period kthread stack dump:
[340238.437097] rcu_sched R running task 0 11 2 0x80004008
[340238.437100] Call Trace:
[340238.437105] ? __schedule+0x220/0x6c0
[340238.437109] ? rcu_cleanup_dead_rnp+0x70/0x70
[340238.437110] ? _cond_resched+0x22/0x40
[340238.437111] ? force_qs_rnp+0x7d/0x140
[340238.437112] ? rcu_gp_kthread+0x61a/0xed0
[340238.437113] ? __schedule+0x228/0x6c0
[340238.437115] ? __wake_up_common+0x74/0x120
[340238.437116] ? kfree_call_rcu+0x10/0x10
[340238.437119] ? kthread+0x117/0x130
[340238.437120] ? kthread_create_worker_on_cpu+0x70/0x70
[340238.437121] ? ret_from_fork+0x22/0x40
[340408.435655] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[340408.435662] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1624257
[340408.435675] (detected by 115, t=7440207 jiffies, g=81535941, q=3040377064)
[340408.435679] Sending NMI from CPU 115 to CPUs 30:
[340418.383773] rcu: rcu_sched kthread starved for 9944 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=3
[340418.383774] rcu: RCU grace-period kthread stack dump:
[340418.383776] rcu_sched R running task 0 11 2 0x80004008
[340418.383780] Call Trace:
[340418.383793] ? __schedule+0x220/0x6c0
[340418.383798] ? rcu_cleanup_dead_rnp+0x70/0x70
[340418.383799] _cond_resched+0x22/0x40
[340418.383801] force_qs_rnp+0x7d/0x140
[340418.383803] rcu_gp_kthread+0x61a/0xed0
[340418.383804] ? __schedule+0x228/0x6c0
[340418.383808] ? __wake_up_common+0x74/0x120
[340418.383809] ? kfree_call_rcu+0x10/0x10
[340418.383812] kthread+0x117/0x130
[340418.383814] ? kthread_create_worker_on_cpu+0x70/0x70
[340418.383816] ret_from_fork+0x22/0x40
[340588.439232] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[340588.439238] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1662225
[340588.439256] (detected by 64, t=7620212 jiffies, g=81535941, q=3040378091)
[340588.439259] Sending NMI from CPU 64 to CPUs 30:
[340598.444355] rcu: rcu_sched kthread starved for 10005 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=3
[340598.444356] rcu: RCU grace-period kthread stack dump:
[340598.444357] rcu_sched R running task 0 11 2 0x80004008
[340598.444360] Call Trace:
[340598.444366] ? __schedule+0x220/0x6c0
[340598.444367] ? rcu_cleanup_dead_rnp+0x70/0x70
[340598.444369] _cond_resched+0x22/0x40
[340598.444370] force_qs_rnp+0x7d/0x140
[340598.444373] rcu_gp_kthread+0x61a/0xed0
[340598.444374] ? __schedule+0x228/0x6c0
[340598.444376] ? __wake_up_common+0x74/0x120
[340598.444377] ? kfree_call_rcu+0x10/0x10
[340598.444378] kthread+0x117/0x130
[340598.444381] ? kthread_create_worker_on_cpu+0x70/0x70
[340598.444382] ret_from_fork+0x22/0x40
[340768.442810] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[340768.442815] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1700309
[340768.442832] (detected by 0, t=7800217 jiffies, g=81535941, q=3040379114)
[340768.442833] Sending NMI from CPU 0 to CPUs 30:
[340778.447863] rcu: rcu_sched kthread starved for 10001 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=68
[340778.447864] rcu: RCU grace-period kthread stack dump:
[340778.447866] rcu_sched R running task 0 11 2 0x80004008
[340778.447868] Call Trace:
[340778.447873] ? __schedule+0x220/0x6c0
[340778.447875] ? rcu_cleanup_dead_rnp+0x70/0x70
[340778.447876] _cond_resched+0x22/0x40
[340778.447877] force_qs_rnp+0x7d/0x140
[340778.447879] rcu_gp_kthread+0x61a/0xed0
[340778.447880] ? __schedule+0x228/0x6c0
[340778.447882] ? __wake_up_common+0x74/0x120
[340778.447883] ? kfree_call_rcu+0x10/0x10
[340778.447885] kthread+0x117/0x130
[340778.447886] ? kthread_create_worker_on_cpu+0x70/0x70
[340778.447888] ret_from_fork+0x22/0x40
[340948.446386] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[340948.446392] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1738318
[340948.446410] (detected by 51, t=7980222 jiffies, g=81535941, q=3040380134)
[340948.446413] Sending NMI from CPU 51 to CPUs 30:
[340958.394447] rcu: rcu_sched kthread starved for 9946 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=66
[340958.394448] rcu: RCU grace-period kthread stack dump:
[340958.394449] rcu_sched R running task 0 11 2 0x80004000
[340958.394452] Call Trace:
[340958.394458] ? pick_next_task_fair+0x291/0x380
[340958.394461] ? __schedule+0x220/0x6c0
[340958.394463] ? rcu_cleanup_dead_rnp+0x70/0x70
[340958.394465] ? _cond_resched+0x22/0x40
[340958.394466] ? force_qs_rnp+0x7d/0x140
[340958.394467] ? rcu_gp_kthread+0x61a/0xed0
[340958.394468] ? __schedule+0x228/0x6c0
[340958.394470] ? __wake_up_common+0x74/0x120
[340958.394471] ? kfree_call_rcu+0x10/0x10
[340958.394473] ? kthread+0x117/0x130
[340958.394474] ? kthread_create_worker_on_cpu+0x70/0x70
[340958.394475] ? ret_from_fork+0x22/0x40
[341128.449965] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[341128.449971] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1776329
[341128.449985] (detected by 19, t=8160227 jiffies, g=81535941, q=3040381155)
[341128.449988] Sending NMI from CPU 19 to CPUs 30:
[341138.454926] rcu: rcu_sched kthread starved for 10003 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=66
[341138.454926] rcu: RCU grace-period kthread stack dump:
[341138.454928] rcu_sched R running task 0 11 2 0x80004008
[341138.454931] Call Trace:
[341138.454942] ? __schedule+0x220/0x6c0
[341138.454945] ? rcu_cleanup_dead_rnp+0x70/0x70
[341138.454946] _cond_resched+0x22/0x40
[341138.454948] force_qs_rnp+0x7d/0x140
[341138.454951] rcu_gp_kthread+0x61a/0xed0
[341138.454952] ? __schedule+0x228/0x6c0
[341138.454955] ? __wake_up_common+0x74/0x120
[341138.454956] ? kfree_call_rcu+0x10/0x10
[341138.454959] kthread+0x117/0x130
[341138.454961] ? kthread_create_worker_on_cpu+0x70/0x70
[341138.454963] ret_from_fork+0x22/0x40
[341308.453542] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[341308.453548] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1814350
[341308.453562] (detected by 114, t=8340232 jiffies, g=81535941, q=3040382188)
[341308.453566] Sending NMI from CPU 114 to CPUs 30:
[341318.401673] rcu: rcu_sched kthread starved for 9946 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=66
[341318.401673] rcu: RCU grace-period kthread stack dump:
[341318.401675] rcu_sched R running task 0 11 2 0x80004008
[341318.401677] Call Trace:
[341318.401682] ? pick_next_task_fair+0x291/0x380
[341318.401685] ? __schedule+0x220/0x6c0
[341318.401686] ? rcu_cleanup_dead_rnp+0x70/0x70
[341318.401687] ? _cond_resched+0x22/0x40
[341318.401688] ? force_qs_rnp+0x7d/0x140
[341318.401689] ? rcu_gp_kthread+0x61a/0xed0
[341318.401690] ? __schedule+0x228/0x6c0
[341318.401691] ? __wake_up_common+0x74/0x120
[341318.401693] ? kfree_call_rcu+0x10/0x10
[341318.401694] ? kthread+0x117/0x130
[341318.401696] ? kthread_create_worker_on_cpu+0x70/0x70
[341318.401697] ? ret_from_fork+0x22/0x40
[341488.457120] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[341488.457129] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1852377
[341488.457143] (detected by 127, t=8520237 jiffies, g=81535941, q=3040383215)
[341488.457148] Sending NMI from CPU 127 to CPUs 30:
[341498.405189] rcu: rcu_sched kthread starved for 9948 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=66
[341498.405191] rcu: RCU grace-period kthread stack dump:
[341498.405193] rcu_sched R running task 0 11 2 0x80004008
[341498.405197] Call Trace:
[341498.405213] ? __schedule+0x220/0x6c0
[341498.405218] ? rcu_cleanup_dead_rnp+0x70/0x70
[341498.405219] _cond_resched+0x22/0x40
[341498.405221] force_qs_rnp+0x7d/0x140
[341498.405224] rcu_gp_kthread+0x61a/0xed0
[341498.405225] ? __schedule+0x228/0x6c0
[341498.405229] ? __wake_up_common+0x74/0x120
[341498.405230] ? kfree_call_rcu+0x10/0x10
[341498.405234] kthread+0x117/0x130
[341498.405236] ? kthread_create_worker_on_cpu+0x70/0x70
[341498.405238] ret_from_fork+0x22/0x40
[341668.460695] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[341668.460701] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1890404
[341668.460718] (detected by 112, t=8700242 jiffies, g=81535941, q=3040384247)
[341668.460722] Sending NMI from CPU 112 to CPUs 30:
[341678.406876] rcu: rcu_sched kthread starved for 9943 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=66
[341678.406877] rcu: RCU grace-period kthread stack dump:
[341678.406878] rcu_sched R running task 0 11 2 0x80004008
[341678.406881] Call Trace:
[341678.406886] ? set_next_entity+0xd0/0x660
[341678.406888] ? pick_next_task_fair+0x29c/0x380
[341678.406891] ? __schedule+0x220/0x6c0
[341678.406892] ? rcu_cleanup_dead_rnp+0x70/0x70
[341678.406894] ? _cond_resched+0x22/0x40
[341678.406895] ? force_qs_rnp+0x7d/0x140
[341678.406896] ? rcu_gp_kthread+0x61a/0xed0
[341678.406897] ? __schedule+0x228/0x6c0
[341678.406898] ? __wake_up_common+0x74/0x120
[341678.406900] ? kfree_call_rcu+0x10/0x10
[341678.406901] ? kthread+0x117/0x130
[341678.406903] ? kthread_create_worker_on_cpu+0x70/0x70
[341678.406904] ? ret_from_fork+0x22/0x40
[341848.464274] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[341848.464282] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1928426
[341848.464299] (detected by 104, t=8880247 jiffies, g=81535941, q=3040385271)
[341848.464304] Sending NMI from CPU 104 to CPUs 30:
[341858.410463] rcu: rcu_sched kthread starved for 9944 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=66
[341858.410464] rcu: RCU grace-period kthread stack dump:
[341858.410466] rcu_sched R running task 0 11 2 0x80004008
[341858.410471] Call Trace:
[341858.410487] ? __schedule+0x220/0x6c0
[341858.410493] ? rcu_cleanup_dead_rnp+0x70/0x70
[341858.410495] _cond_resched+0x22/0x40
[341858.410497] force_qs_rnp+0x7d/0x140
[341858.410500] rcu_gp_kthread+0x61a/0xed0
[341858.410501] ? __schedule+0x228/0x6c0
[341858.410506] ? __wake_up_common+0x74/0x120
[341858.410507] ? kfree_call_rcu+0x10/0x10
[341858.410511] kthread+0x117/0x130
[341858.410513] ? kthread_create_worker_on_cpu+0x70/0x70
[341858.410515] ret_from_fork+0x22/0x40
[342028.467851] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[342028.467856] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=1966446
[342028.467869] (detected by 27, t=9060252 jiffies, g=81535941, q=3040386297)
[342028.467872] Sending NMI from CPU 27 to CPUs 30:
[342038.472814] rcu: rcu_sched kthread starved for 10004 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=66
[342038.472815] rcu: RCU grace-period kthread stack dump:
[342038.472816] rcu_sched R running task 0 11 2 0x80004000
[342038.472820] Call Trace:
[342038.472830] ? __schedule+0x220/0x6c0
[342038.472833] ? rcu_cleanup_dead_rnp+0x70/0x70
[342038.472835] _cond_resched+0x22/0x40
[342038.472837] force_qs_rnp+0x7d/0x140
[342038.472839] rcu_gp_kthread+0x61a/0xed0
[342038.472840] ? __schedule+0x228/0x6c0
[342038.472844] ? __wake_up_common+0x74/0x120
[342038.472845] ? kfree_call_rcu+0x10/0x10
[342038.472847] kthread+0x117/0x130
[342038.472849] ? kthread_create_worker_on_cpu+0x70/0x70
[342038.472851] ret_from_fork+0x22/0x40
[342051.662824] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[342051.968707] input: Peppercon AG Multidevice as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.0/0003:14DD:0002.0003/input/input4
[342052.021973] hid-generic 0003:14DD:0002.0003: input,hidraw2: USB HID v1.01 Keyboard [Peppercon AG Multidevice] on usb-0000:01:00.0-1/input0
[342052.023134] input: Peppercon AG Multidevice as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:14DD:0002.0004/input/input5
[342052.023277] hid-generic 0003:14DD:0002.0004: input,hidraw3: USB HID v1.01 Mouse [Peppercon AG Multidevice] on usb-0000:01:00.0-1/input1
[342208.471426] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[342208.471432] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=2004478
[342208.471449] (detected by 52, t=9240257 jiffies, g=81535941, q=3041140754)
[342208.471453] Sending NMI from CPU 52 to CPUs 30:
[342218.417524] rcu: rcu_sched kthread starved for 9945 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=66
[342218.417525] rcu: RCU grace-period kthread stack dump:
[342218.417528] rcu_sched R running task 0 11 2 0x80004008
[342218.417532] Call Trace:
[342218.417546] ? __schedule+0x220/0x6c0
[342218.417551] ? rcu_cleanup_dead_rnp+0x70/0x70
[342218.417552] _cond_resched+0x22/0x40
[342218.417553] force_qs_rnp+0x7d/0x140
[342218.417555] rcu_gp_kthread+0x61a/0xed0
[342218.417557] ? __schedule+0x228/0x6c0
[342218.417560] ? __wake_up_common+0x74/0x120
[342218.417561] ? kfree_call_rcu+0x10/0x10
[342218.417564] kthread+0x117/0x130
[342218.417567] ? kthread_create_worker_on_cpu+0x70/0x70
[342218.417568] ret_from_fork+0x22/0x40
[342388.475134] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[342388.475140] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=2042490
[342388.475157] (detected by 50, t=9420262 jiffies, g=81535941, q=3041142432)
[342388.475161] Sending NMI from CPU 50 to CPUs 30:
[342568.478579] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[342568.478586] rcu: 30-...0: (0 ticks this GP) idle=316/1/0x4000000000000000 softirq=179289932/179289932 fqs=2080512
[342568.478599] (detected by 113, t=9600267 jiffies, g=81535941, q=3041162882)
[342568.478602] Sending NMI from CPU 113 to CPUs 30:
[342578.426716] rcu: rcu_sched kthread starved for 9945 jiffies! g81535941 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=66
[342578.426717] rcu: RCU grace-period kthread stack dump:
[342578.426719] rcu_sched R running task 0 11 2 0x80004008
[342578.426724] Call Trace:
[342578.426737] ? __schedule+0x220/0x6c0
[342578.426742] ? rcu_cleanup_dead_rnp+0x70/0x70
[342578.426743] _cond_resched+0x22/0x40
[342578.426745] force_qs_rnp+0x7d/0x140
[342578.426747] rcu_gp_kthread+0x61a/0xed0
[342578.426749] ? __schedule+0x228/0x6c0
[342578.426752] ? __wake_up_common+0x74/0x120
[342578.426753] ? kfree_call_rcu+0x10/0x10
[342578.426757] kthread+0x117/0x130
[342578.426759] ? kthread_create_worker_on_cpu+0x70/0x70
[342578.426761] ret_from_fork+0x22/0x40

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature