Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]<

 




On 10/02/2023 19:33, Linux regression tracking (Thorsten Leemhuis) wrote:
> On 10.02.23 20:01, Karol Herbst wrote:
>> On Fri, Feb 10, 2023 at 7:35 PM Linux regression tracking (Thorsten
>> Leemhuis) <regressions@xxxxxxxxxxxxx> wrote:
>>>
>>> On 08.02.23 09:48, Chris Clayton wrote:
>>>>
>>>> I'm assuming  that we are not going to see a fix for this regression before 6.2 is released.
>>>
>>> Yeah, looks like it. That's unfortunate, but happens. But there is still
>>> time to fix it and there is one thing I wonder:
>>>
>>> Did any of the nouveau developers look at the netconsole captures Chris
>>> posted more than a week ago to check if they somehow help to track down
>>> the root of this problem?
>>
>> I did now and I can't spot anything. I think at this point it would
>> make sense to dump the active tasks/threads via sqsrq keys to see if
>> any is in a weird state preventing the machine from shutting down.
> 
> Many thx for looking into it!

Yes, thanks Karol.

Attached is the output from dmesg when this block of code:

        /bin/mount /dev/sda7 /mnt/sda7
        /bin/mountpoint /proc || /bin/mount /proc
        /bin/dmesg -w > /mnt/sda7/sysrq.dmesg.log &
        /bin/echo t > /proc/sysrq-trigger
        /bin/sleep 1
        /bin/sync
        /bin/sleep 1
        kill $(pidof dmesg)
        /bin/umount /mnt/sda7

is executed immediately before /sbin/reboot is called as the final step of rebooting my system.

I hope this is what you were looking for, but if not, please let me know what you need

Chris

> 
> Ciao, Thorsten
> 
>>> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
>>> --
>>> Everything you wanna know about Linux kernel regression tracking:
>>> https://linux-regtracking.leemhuis.info/about/#tldr
>>> If I did something stupid, please tell me, as explained on that page.
>>>
>>>> Consequently, I've
>>>> implemented a (very simple) workaround. All that happens is that in the (sysv) init script that starts and stops SDDM,
>>>> the nouveau module is removed once SDDM is stopped. With that in place, my system no longer freezes on reboot or poweroff.
>>>>
>>>> Let me know if I can provide any additional diagnostics although, with the problem seemingly occurring so late in the
>>>> shutdown process, I may need help on how to go about capturing.
>>>>
>>>> Chris
>>>>
>>>> On 02/02/2023 20:45, Chris Clayton wrote:
>>>>>
>>>>>
>>>>> On 01/02/2023 13:51, Chris Clayton wrote:
>>>>>>
>>>>>>
>>>>>> On 30/01/2023 23:27, Ben Skeggs wrote:
>>>>>>> On Tue, 31 Jan 2023 at 09:09, Chris Clayton <chris2553@xxxxxxxxxxxxxx> wrote:
>>>>>>>>
>>>>>>>> Hi again.
>>>>>>>>
>>>>>>>> On 30/01/2023 20:19, Chris Clayton wrote:
>>>>>>>>> Thanks, Ben.
>>>>>>>>
>>>>>>>> <snip>
>>>>>>>>
>>>>>>>>>> Hey,
>>>>>>>>>>
>>>>>>>>>> This is a complete shot-in-the-dark, as I don't see this behaviour on
>>>>>>>>>> *any* of my boards.  Could you try the attached patch please?
>>>>>>>>>
>>>>>>>>> Unfortunately, the patch made no difference.
>>>>>>>>>
>>>>>>>>> I've been looking at how the graphics on my laptop is set up, and have a bit of a worry about whether the firmware might
>>>>>>>>> be playing a part in this problem. In order to offload video decoding to the NVidia TU117 GPU, it seems the scrubber
>>>>>>>>> firmware must be available, but as far as I know,that has not been released by NVidia. To get it to work, I followed
>>>>>>>>> what ubuntu have done and the scrubber in /lib/firmware/nvidia/tu117/nvdec/ is a symlink to
>>>>>>>>> ../../tu116/nvdev/scrubber.bin. That, of course, means that some of the firmware loaded is for a different card is being
>>>>>>>>> loaded. I note that processing related to firmware is being changed in the patch. Might my set up be at the root of my
>>>>>>>>> problem?
>>>>>>>>>
>>>>>>>>> I'll have a fiddle an see what I can work out.
>>>>>>>>>
>>>>>>>>> Chris
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>> Ben.
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>
>>>>>>>> Well, my fiddling has got my system rebooting and shutting down successfully again. I found that if I delete the symlink
>>>>>>>> to the scrubber firmware, reboot and shutdown work again. There are however, a number of other files in the tu117
>>>>>>>> firmware directory tree that that are symlinks to actual files in its tu116 counterpart. So I deleted all of those too.
>>>>>>>> Unfortunately, the absence of one or more of those symlinks causes Xorg to fail to start. I've reinstated all the links
>>>>>>>> except scrubber and I now have a system that works as it did until I tried to run a kernel that includes the bad commit
>>>>>>>> I identified in my bisection. That includes offloading video decoding to the NVidia card, so what ever I read that said
>>>>>>>> the scrubber firmware was needed seems to have been wrong. I get a new message that (nouveau 0000:01:00.0: fb: VPR
>>>>>>>> locked, but no scrubber binary!), but, hey, we can't have everything.
>>>>>>>>
>>>>>>>> If you still want to get to the bottom of this, let me know what you need me to provide and I'll do my best. I suspect
>>>>>>>> you might want to because there will a n awful lot of Ubuntu-based systems out there with that scrubber.bin symlink in
>>>>>>>> place. On the other hand,m it could but quite a while before ubuntu are deploying 6.2 or later kernels.
>>>>>>> The symlinks are correct - whole groups of GPUs share the same FW, and
>>>>>>> we use symlinks in linux-firmware to represent this.
>>>>>>>
>>>>>>> I don't really have any ideas how/why this patch causes issues with
>>>>>>> shutdown - it's a path that only gets executed during initialisation.
>>>>>>> Can you try and capture the kernel log during shutdown ("dmesg -w"
>>>>>>> over ssh? netconsole?), and see if there's any relevant messages
>>>>>>> providing a hint at what's going on?  Alternatively, you could try
>>>>>>> unloading the module (you will have to stop X/wayland/gdm/etc/etc
>>>>>>> first) and seeing if that hangs too.
>>>>>>>
>>>>>>> Ben.
>>>>>>
>>>>>> Sorry for the delay - I've been learning about netconsole and netcat. However, I had no success with ssh and netconsole
>>>>>> produced a log with nothing unusual in it.
>>>>>>
>>>>>> Simply stopping Xorg and removing the nouveau module succeeds.
>>>>>>
>>>>>> So, I rebuilt rc6+ after a pull from linus' tree this morning and set the nouveau debug level to 7. I then booted to a
>>>>>> console before doing a reboot (with Ctl+Alt+Del). As expected the machine locked up just before it would ordinarily
>>>>>> restart. The last few lines on the console might be helpful:
>>>>>>
>>>>>> ...
>>>>>> nouveau 0000:01:00:0  fifo: preinit running...
>>>>>> nouveau 0000:01:00:0  fifo: preinit completed in 4us
>>>>>> nouveau 0000:01:00:0  gr: preinit running...
>>>>>> nouveau 0000:01:00:0  gr: preinit completed in 0us
>>>>>> nouveau 0000:01:00:0  nvdec0: preinit running...
>>>>>> nouveau 0000:01:00:0  nvdec0: preinit completed in 0us
>>>>>> nouveau 0000:01:00:0  nvdec0: preinit running...
>>>>>> nouveau 0000:01:00:0  nvdec0: preinit completed in 0us
>>>>>> nouveau 0000:01:00:0  sec2: preinit running...
>>>>>> nouveau 0000:01:00:0  sec2: preinit completed in 0us
>>>>>> nouveau 0000:01:00:0  fb:.VPR locked, running scrubber binary
>>>>>>
>>>>>> These messages appear after the "sd 4:0:0:0 [sda] Stopping disk" I reported in my initial email.
>>>>>>
>>>>>> After the "running scrubber" line appears the machine is locked and I have to hold down the power button to recover. I
>>>>>> get the same outcome from running "halt -dip", "poweroff -di" and "shutdown -h -P now". I guess it's no surprise that
>>>>>> all three result in the same outcome because invocations halt, poweroff and reboot (without the -f argument)from a
>>>>>> runlevel other than 0 resukt in shutdown being run. switching to runlevel 0 with "telenit 0" results in the same
>>>>>> messages from nouveau followed by the lockup.
>>>>>>
>>>>>> Let me know if you need any additional diagnostics.
>>>>>>
>>>>>> Chris
>>>>>>
>>>>>
>>>>> I've done some more investigation and found that I hadn't done sufficient amemdment the scripts run at shutdown to
>>>>> prevent the network being shutdown. I've now got netconsole captures for 6.2.0-rc6+
>>>>> (9f266ccaa2f5228bfe67ad58a94ca4e0109b954a) and, for comparison, 6.1.9. These two logs are attached.
>>>>>
>>>>> Chris
>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>>
>>>>>>>> Chris
>>>>>>>>
>>>>>>>> <snip>
>>>>
>>>>
>>>
>>
>>
>>
[    0.000000] microcode: microcode updated early to revision 0xf4, date = 2022-07-31
[    0.000000] Linux version 6.2.0-rc7+ (chris@laptop) (gcc (GCC) 12.2.1 20230204, GNU ld (GNU Binutils) 2.40) #32 SMP PREEMPT_DYNAMIC Sat Feb 11 08:21:45 GMT 2023
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.2.0-rc7+ ro root=PARTUUID=f927883a-e95c-4cdd-b64e-a0a778216b9f resume=PARTUUID=70ccedc5-d788-42bc-9f13-81e2beb61338 rootfstype=ext4 net.ifnames=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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007e1d8fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e1d9000-0x000000007ead8fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ead9000-0x000000008cceefff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ccef000-0x000000008d0befff] type 20
[    0.000000] BIOS-e820: [mem 0x000000008d0bf000-0x000000008eedefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008eedf000-0x000000008fbcefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008fbcf000-0x000000008fc4efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008fc4f000-0x000000008fc4ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008fc50000-0x000000009d7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff400000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000008607fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x8fc4e000 ACPI 2.0=0x8fc4e014 TPMFinalLog=0x8fbc5000 SMBIOS=0x8d1e4000 SMBIOS 3.0=0x8d1e2000 ESRT=0x8d1e5998 MEMATTR=0x79e9a018 
[    0.000000] efi: Remove mem64: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Not removing mem65: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem66: MMIO range=[0xfed10000-0xfed19fff] (40KB) from e820 map
[    0.000000] efi: Not removing mem67: MMIO range=[0xfed84000-0xfed84fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem68: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem69: MMIO range=[0xff400000-0xffffffff] (12MB) from e820 map
[    0.000000] e820: remove [mem 0xff400000-0xffffffff] reserved
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: Notebook                         NP50DE_DB                       /NP50DE_DB                       , BIOS 1.07.04 02/17/2020
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.000000] tsc: Detected 2599.992 MHz TSC
[    0.000006] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000009] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000017] last_pfn = 0x860800 max_arch_pfn = 0x400000000
[    0.000022] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000329] last_pfn = 0x8fc50 max_arch_pfn = 0x400000000
[    0.008301] esrt: Reserving ESRT space from 0x000000008d1e5998 to 0x000000008d1e5a48.
[    0.008312] Using GB pages for direct mapping
[    0.008613] Secure boot disabled
[    0.008614] RAMDISK: [mem 0x37fbf000-0x37fd6fff]
[    0.008619] ACPI: Early table checksum verification disabled
[    0.008622] ACPI: RSDP 0x000000008FC4E014 000024 (v02 INSYDE)
[    0.008626] ACPI: XSDT 0x000000008FBF9188 0000DC (v01 INSYDE CML      00000002      01000013)
[    0.008631] ACPI: FACP 0x000000008FC37000 00010C (v05 INSYDE CML      00000002 ACPI 00040000)
[    0.008636] ACPI: DSDT 0x000000008FC00000 03337F (v02 INSYDE CML      00000002 ACPI 00040000)
[    0.008639] ACPI: FACS 0x000000008FB47000 000040
[    0.008641] ACPI: UEFI 0x000000008FBCE000 000236 (v01 INSYDE CML      00000001 ACPI 00040000)
[    0.008644] ACPI: SSDT 0x000000008FC4A000 002087 (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.008647] ACPI: SSDT 0x000000008FC46000 003158 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.008650] ACPI: SSDT 0x000000008FC44000 001848 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.008653] ACPI: SSDT 0x000000008FC43000 000790 (v02 INSYDE Tpm2Tabl 00001000 INTL 20160422)
[    0.008655] ACPI: TPM2 0x000000008FC42000 000034 (v04 INSYDE CML      00000002 ACPI 00040000)
[    0.008658] ACPI: LPIT 0x000000008FC40000 000094 (v01 INSYDE CML      00000002 ACPI 00040000)
[    0.008661] ACPI: WSMT 0x000000008FC3F000 000028 (v01 INSYDE CML      00000002 ACPI 00040000)
[    0.008663] ACPI: SSDT 0x000000008FC3D000 001616 (v02 INSYDE PtidDevc 00001000 INTL 20160422)
[    0.008666] ACPI: DBGP 0x000000008FC3C000 000034 (v01 INSYDE CML      00000002 ACPI 00040000)
[    0.008669] ACPI: DBG2 0x000000008FC3B000 00005C (v00 INSYDE CML      00000002 ACPI 00040000)
[    0.008671] ACPI: SSDT 0x000000008FC3A000 000502 (v02 Intel  PerfTune 00001000 INTL 20160422)
[    0.008674] ACPI: NHLT 0x000000008FC38000 001821 (v00 INSYDE CML      00000002 ACPI 00040000)
[    0.008677] ACPI: HPET 0x000000008FC36000 000038 (v01 INSYDE CML      00000002 ACPI 00040000)
[    0.008679] ACPI: APIC 0x000000008FC35000 000164 (v03 INSYDE CML      00000002 ACPI 00040000)
[    0.008682] ACPI: MCFG 0x000000008FC34000 00003C (v01 INSYDE CML      00000002 ACPI 00040000)
[    0.008685] ACPI: SSDT 0x000000008FBFF000 000E58 (v02 INSYDE ClevoRTD 00001000 INTL 20160422)
[    0.008687] ACPI: SSDT 0x000000008FBFA000 0039F7 (v01 Insyde NvdTable 00001000 INTL 20160422)
[    0.008690] ACPI: SSDT 0x000000008FC4D000 000164 (v01 INSYDE PcdTabl  00001000 INTL 20160422)
[    0.008693] ACPI: DMAR 0x000000008FBFE000 0000A8 (v01 INSYDE CML      00000002 ACPI 00040000)
[    0.008695] ACPI: FPDT 0x000000008FBF8000 000044 (v01 INSYDE CML      00000002 ACPI 00040000)
[    0.008698] ACPI: BGRT 0x000000008FBF7000 000038 (v01 INSYDE CML      00000001 ACPI 00040000)
[    0.008700] ACPI: Reserving FACP table memory at [mem 0x8fc37000-0x8fc3710b]
[    0.008702] ACPI: Reserving DSDT table memory at [mem 0x8fc00000-0x8fc3337e]
[    0.008703] ACPI: Reserving FACS table memory at [mem 0x8fb47000-0x8fb4703f]
[    0.008704] ACPI: Reserving UEFI table memory at [mem 0x8fbce000-0x8fbce235]
[    0.008705] ACPI: Reserving SSDT table memory at [mem 0x8fc4a000-0x8fc4c086]
[    0.008706] ACPI: Reserving SSDT table memory at [mem 0x8fc46000-0x8fc49157]
[    0.008707] ACPI: Reserving SSDT table memory at [mem 0x8fc44000-0x8fc45847]
[    0.008708] ACPI: Reserving SSDT table memory at [mem 0x8fc43000-0x8fc4378f]
[    0.008708] ACPI: Reserving TPM2 table memory at [mem 0x8fc42000-0x8fc42033]
[    0.008709] ACPI: Reserving LPIT table memory at [mem 0x8fc40000-0x8fc40093]
[    0.008710] ACPI: Reserving WSMT table memory at [mem 0x8fc3f000-0x8fc3f027]
[    0.008711] ACPI: Reserving SSDT table memory at [mem 0x8fc3d000-0x8fc3e615]
[    0.008712] ACPI: Reserving DBGP table memory at [mem 0x8fc3c000-0x8fc3c033]
[    0.008713] ACPI: Reserving DBG2 table memory at [mem 0x8fc3b000-0x8fc3b05b]
[    0.008714] ACPI: Reserving SSDT table memory at [mem 0x8fc3a000-0x8fc3a501]
[    0.008715] ACPI: Reserving NHLT table memory at [mem 0x8fc38000-0x8fc39820]
[    0.008716] ACPI: Reserving HPET table memory at [mem 0x8fc36000-0x8fc36037]
[    0.008717] ACPI: Reserving APIC table memory at [mem 0x8fc35000-0x8fc35163]
[    0.008718] ACPI: Reserving MCFG table memory at [mem 0x8fc34000-0x8fc3403b]
[    0.008719] ACPI: Reserving SSDT table memory at [mem 0x8fbff000-0x8fbffe57]
[    0.008720] ACPI: Reserving SSDT table memory at [mem 0x8fbfa000-0x8fbfd9f6]
[    0.008721] ACPI: Reserving SSDT table memory at [mem 0x8fc4d000-0x8fc4d163]
[    0.008722] ACPI: Reserving DMAR table memory at [mem 0x8fbfe000-0x8fbfe0a7]
[    0.008723] ACPI: Reserving FPDT table memory at [mem 0x8fbf8000-0x8fbf8043]
[    0.008724] ACPI: Reserving BGRT table memory at [mem 0x8fbf7000-0x8fbf7037]
[    0.008777] Zone ranges:
[    0.008778]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008780]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008782]   Normal   [mem 0x0000000100000000-0x00000008607fffff]
[    0.008783] Movable zone start for each node
[    0.008784] Early memory node ranges
[    0.008785]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.008786]   node   0: [mem 0x0000000000100000-0x000000007e1d8fff]
[    0.008788]   node   0: [mem 0x000000007ead9000-0x000000008cceefff]
[    0.008789]   node   0: [mem 0x000000008fc4f000-0x000000008fc4ffff]
[    0.008789]   node   0: [mem 0x0000000100000000-0x00000008607fffff]
[    0.008793] Initmem setup node 0 [mem 0x0000000000001000-0x00000008607fffff]
[    0.008798] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.008820] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.011898] On node 0, zone DMA32: 2304 pages in unavailable ranges
[    0.012024] On node 0, zone DMA32: 12128 pages in unavailable ranges
[    0.053754] On node 0, zone Normal: 944 pages in unavailable ranges
[    0.054057] On node 0, zone Normal: 30720 pages in unavailable ranges
[    0.054092] Reserving Intel graphics memory at [mem 0x99800000-0x9d7fffff]
[    0.054334] ACPI: PM-Timer IO Port: 0x1808
[    0.054341] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.054342] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.054343] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.054344] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.054345] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.054345] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.054346] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.054347] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.054348] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.054348] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.054349] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.054350] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.054351] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.054352] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.054352] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.054353] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.054354] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.054355] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.054356] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.054356] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.054391] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.054394] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.054396] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.054400] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.054401] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.054404] TSC deadline timer available
[    0.054405] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.054423] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.054426] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.054428] PM: hibernation: Registered nosave memory: [mem 0x7e1d9000-0x7ead8fff]
[    0.054430] PM: hibernation: Registered nosave memory: [mem 0x8ccef000-0x8d0befff]
[    0.054431] PM: hibernation: Registered nosave memory: [mem 0x8d0bf000-0x8eedefff]
[    0.054432] PM: hibernation: Registered nosave memory: [mem 0x8eedf000-0x8fbcefff]
[    0.054432] PM: hibernation: Registered nosave memory: [mem 0x8fbcf000-0x8fc4efff]
[    0.054434] PM: hibernation: Registered nosave memory: [mem 0x8fc50000-0x9d7fffff]
[    0.054435] PM: hibernation: Registered nosave memory: [mem 0x9d800000-0xfdffffff]
[    0.054436] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.054437] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed0ffff]
[    0.054438] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.054438] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.054439] PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.054440] PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.054441] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.054441] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.054443] [mem 0x9d800000-0xfdffffff] available for PCI devices
[    0.054446] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.059128] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.059422] percpu: Embedded 44 pages/cpu s141736 r8192 d30296 u262144
[    0.059430] pcpu-alloc: s141736 r8192 d30296 u262144 alloc=1*2097152
[    0.059433] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.059460] Built 1 zonelists, mobility grouping on.  Total pages: 8179648
[    0.059462] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.2.0-rc7+ ro root=PARTUUID=f927883a-e95c-4cdd-b64e-a0a778216b9f resume=PARTUUID=70ccedc5-d788-42bc-9f13-81e2beb61338 rootfstype=ext4 net.ifnames=0
[    0.059498] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.2.0-rc7+", will be passed to user space.
[    0.059531] random: crng init done
[    0.061277] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.062140] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.062283] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.062286] software IO TLB: area num 16.
[    0.130842] Memory: 32515348K/33238584K available (12288K kernel code, 1177K rwdata, 3504K rodata, 1788K init, 1872K bss, 722976K reserved, 0K cma-reserved)
[    0.130893] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.130928] Dynamic Preempt: full
[    0.130964] rcu: Preemptible hierarchical RCU implementation.
[    0.130965] rcu: 	RCU event tracing is enabled.
[    0.130966] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.130993] NR_IRQS: 4352, nr_irqs: 2152, preallocated irqs: 16
[    0.131243] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.131505] Console: colour dummy device 80x25
[    0.131507] printk: console [tty0] enabled
[    0.131811] ACPI: Core revision 20221020
[    0.132115] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.132118] APIC: Switch to symmetric I/O mode setup
[    0.132120] Switched APIC routing to physical flat.
[    0.137107] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
[    0.137116] Calibrating delay loop (skipped), value calculated using timer frequency.. 5199.98 BogoMIPS (lpj=10399968)
[    0.137122] pid_max: default: 32768 minimum: 301
[    0.140444] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.140492] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.140640] CPU0: Thermal monitoring enabled (TM1)
[    0.140689] process: using mwait in idle threads
[    0.140692] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.140694] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.140708] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.140712] Spectre V2 : Mitigation: Enhanced IBRS
[    0.140713] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.140716] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.140718] RETBleed: Mitigation: Enhanced IBRS
[    0.140720] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.140723] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.140730] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.140733] SRBDS: Mitigation: Microcode
[    0.141113] Freeing SMP alternatives memory: 32K
[    0.141113] smpboot: CPU0: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (family: 0x6, model: 0xa5, stepping: 0x2)
[    0.141113] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.141113] ... version:                4
[    0.141113] ... bit width:              48
[    0.141113] ... generic registers:      4
[    0.141113] ... value mask:             0000ffffffffffff
[    0.141113] ... max period:             00007fffffffffff
[    0.141113] ... fixed-purpose events:   3
[    0.141113] ... event mask:             000000070000000f
[    0.141113] Estimated ratio of average max frequency by base frequency (times 1024): 1811
[    0.141113] rcu: Hierarchical SRCU implementation.
[    0.141113] rcu: 	Max phase no-delay instances is 1000.
[    0.141113] smp: Bringing up secondary CPUs ...
[    0.141113] x86: Booting SMP configuration:
[    0.141113] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
[    0.142009] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.142009]   #7  #8  #9 #10 #11
[    0.145695] smp: Brought up 1 node, 12 CPUs
[    0.145695] smpboot: Max logical packages: 1
[    0.145695] smpboot: Total of 12 processors activated (62399.80 BogoMIPS)
[    0.149475] devtmpfs: initialized
[    0.149475] ACPI: PM: Registering ACPI NVS region [mem 0x8eedf000-0x8fbcefff] (13565952 bytes)
[    0.149475] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.149475] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.149475] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.149507] thermal_sys: Registered thermal governor 'step_wise'
[    0.149508] thermal_sys: Registered thermal governor 'user_space'
[    0.149525] cpuidle: using governor ladder
[    0.149525] cpuidle: using governor menu
[    0.149525] PCI: Using configuration type 1 for base access
[    0.149525] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.149525] cryptd: max_cpu_qlen set to 1000
[    0.149525] ACPI: Added _OSI(Module Device)
[    0.149525] ACPI: Added _OSI(Processor Device)
[    0.149525] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.149525] ACPI: Added _OSI(Processor Aggregator Device)
[    0.181441] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XDCI], AE_NOT_FOUND (20221020/dswload2-162)
[    0.181451] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20221020/psobject-220)
[    0.181454] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.182483] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.184060] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.187628] ACPI: Dynamic OEM Table Load:
[    0.187637] ACPI: SSDT 0xFFFF9E79C005B600 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
[    0.188372] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.188961] ACPI: Dynamic OEM Table Load:
[    0.188969] ACPI: SSDT 0xFFFF9E79C0994C00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.189790] ACPI: Dynamic OEM Table Load:
[    0.189797] ACPI: SSDT 0xFFFF9E79C09BA800 000581 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.190651] ACPI: Dynamic OEM Table Load:
[    0.190657] ACPI: SSDT 0xFFFF9E79C014C600 000137 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.191417] ACPI: Dynamic OEM Table Load:
[    0.191426] ACPI: SSDT 0xFFFF9E79C007C000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.192585] ACPI: Dynamic OEM Table Load:
[    0.192593] ACPI: SSDT 0xFFFF9E79C09BC000 000778 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.193488] ACPI: Dynamic OEM Table Load:
[    0.193495] ACPI: SSDT 0xFFFF9E79C0995000 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.194380] ACPI: Dynamic OEM Table Load:
[    0.194387] ACPI: SSDT 0xFFFF9E79C007D000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160422)
[    0.195680] ACPI: Dynamic OEM Table Load:
[    0.195687] ACPI: SSDT 0xFFFF9E79C0995400 0003CA (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.199466] ACPI: EC: EC started
[    0.199469] ACPI: EC: interrupt blocked
[    0.200488] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.200492] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions
[    0.200495] ACPI: Interpreter enabled
[    0.200536] ACPI: PM: (supports S0 S3 S4 S5)
[    0.200538] ACPI: Using IOAPIC for interrupt routing
[    0.200571] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.200574] PCI: Using E820 reservations for host bridge windows
[    0.200892] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.201440] ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
[    0.229470] ACPI: \_SB_.PCI0.XHC_.RHUB.HS14.BTPR: New power resource
[    0.236451] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
[    0.236594] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
[    0.236729] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
[    0.237570] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[    0.239914] ACPI: \PIN_: New power resource
[    0.240195] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.240203] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[    0.240207] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    0.240732] PCI host bridge to bus 0000:00
[    0.240735] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.240738] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.240740] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.240743] pci_bus 0000:00: root bus resource [mem 0x9d800000-0xdfffffff window]
[    0.240745] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.240748] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.240765] pci 0000:00:00.0: [8086:9b54] type 00 class 0x060000
[    0.240829] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.240868] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.241215] pci 0000:00:02.0: [8086:9bc4] type 00 class 0x030000
[    0.241225] pci 0000:00:02.0: reg 0x10: [mem 0xc2000000-0xc2ffffff 64bit]
[    0.241233] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.241238] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.241254] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.241257] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.241473] pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000
[    0.241494] pci 0000:00:12.0: reg 0x10: [mem 0xc539c000-0xc539cfff 64bit]
[    0.241650] pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330
[    0.241666] pci 0000:00:14.0: reg 0x10: [mem 0xc5380000-0xc538ffff 64bit]
[    0.241723] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.242015] pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000
[    0.242034] pci 0000:00:14.2: reg 0x10: [mem 0xc5398000-0xc5399fff 64bit]
[    0.242048] pci 0000:00:14.2: reg 0x18: [mem 0xc539d000-0xc539dfff 64bit]
[    0.242174] pci 0000:00:14.3: [8086:06f0] type 00 class 0x028000
[    0.242194] pci 0000:00:14.3: reg 0x10: [mem 0xc5390000-0xc5393fff 64bit]
[    0.242313] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.242472] pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000
[    0.242494] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.242728] pci 0000:00:15.1: [8086:06e9] type 00 class 0x0c8000
[    0.242749] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.243013] pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000
[    0.243034] pci 0000:00:16.0: reg 0x10: [mem 0xc53a0000-0xc53a0fff 64bit]
[    0.243107] pci 0000:00:16.0: PME# supported from D3hot
[    0.243397] pci 0000:00:17.0: [8086:06d3] type 00 class 0x010601
[    0.243411] pci 0000:00:17.0: reg 0x10: [mem 0xc539a000-0xc539bfff]
[    0.243419] pci 0000:00:17.0: reg 0x14: [mem 0xc53a4000-0xc53a40ff]
[    0.243427] pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
[    0.243434] pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
[    0.243442] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    0.243449] pci 0000:00:17.0: reg 0x24: [mem 0xc53a3000-0xc53a37ff]
[    0.243486] pci 0000:00:17.0: PME# supported from D3hot
[    0.243870] pci 0000:00:1d.0: [8086:06b0] type 01 class 0x060400
[    0.243943] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.244374] pci 0000:00:1d.5: [8086:06b5] type 01 class 0x060400
[    0.244440] pci 0000:00:1d.5: PME# supported from D0 D3hot D3cold
[    0.244843] pci 0000:00:1d.6: [8086:06b6] type 01 class 0x060400
[    0.244909] pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
[    0.245333] pci 0000:00:1f.0: [8086:068d] type 00 class 0x060100
[    0.245695] pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040300
[    0.245725] pci 0000:00:1f.3: reg 0x10: [mem 0xc5394000-0xc5397fff 64bit]
[    0.245763] pci 0000:00:1f.3: reg 0x20: [mem 0xc5000000-0xc50fffff 64bit]
[    0.245839] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.246278] pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500
[    0.246303] pci 0000:00:1f.4: reg 0x10: [mem 0xc53a1000-0xc53a10ff 64bit]
[    0.246331] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.246518] pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000
[    0.246534] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.246660] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.246683] pci 0000:01:00.0: reg 0x10: [mem 0xc4000000-0xc4ffffff]
[    0.246703] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.246722] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.246735] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.246749] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.246817] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.246837] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.246978] pci 0000:00:01.0: PCI bridge to [bus 01-05]
[    0.246982] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.246985] pci 0000:00:01.0:   bridge window [mem 0xc3000000-0xc4ffffff]
[    0.246989] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.247053] pci 0000:06:00.0: [15b7:5009] type 00 class 0x010802
[    0.247074] pci 0000:06:00.0: reg 0x10: [mem 0xc5200000-0xc5203fff 64bit]
[    0.247103] pci 0000:06:00.0: reg 0x20: [mem 0xc5204000-0xc52040ff 64bit]
[    0.257175] pci 0000:00:1d.0: PCI bridge to [bus 06]
[    0.257181] pci 0000:00:1d.0:   bridge window [mem 0xc5200000-0xc52fffff]
[    0.257214] pci 0000:00:1d.5: PCI bridge to [bus 07]
[    0.257262] pci 0000:08:00.0: [10ec:5287] type 00 class 0xff0000
[    0.257280] pci 0000:08:00.0: reg 0x10: [mem 0xc5105000-0xc5105fff]
[    0.257324] pci 0000:08:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.257392] pci 0000:08:00.0: supports D1 D2
[    0.257394] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.257485] pci 0000:08:00.1: [10ec:8168] type 00 class 0x020000
[    0.257505] pci 0000:08:00.1: reg 0x10: [io  0x3000-0x30ff]
[    0.257532] pci 0000:08:00.1: reg 0x18: [mem 0xc5104000-0xc5104fff 64bit]
[    0.257549] pci 0000:08:00.1: reg 0x20: [mem 0xc5100000-0xc5103fff 64bit]
[    0.257626] pci 0000:08:00.1: supports D1 D2
[    0.257627] pci 0000:08:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.257727] pci 0000:00:1d.6: PCI bridge to [bus 08]
[    0.257730] pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
[    0.257734] pci 0000:00:1d.6:   bridge window [mem 0xc5100000-0xc51fffff]
[    0.257754] pci_bus 0000:00: on NUMA node 0
[    0.259177] ACPI: EC: interrupt unblocked
[    0.259180] ACPI: EC: event unblocked
[    0.259206] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.259208] ACPI: EC: GPE=0x3
[    0.259210] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC initialization complete
[    0.259214] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[    0.259274] iommu: Default domain type: Translated 
[    0.259276] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.259314] SCSI subsystem initialized
[    0.259320] libata version 3.00 loaded.
[    0.259334] ACPI: bus type USB registered
[    0.259341] usbcore: registered new interface driver usbfs
[    0.259347] usbcore: registered new interface driver hub
[    0.259354] usbcore: registered new device driver usb
[    0.259366] mc: Linux media interface: v0.10
[    0.259371] videodev: Linux video capture interface: v2.00
[    0.259405] Registered efivars operations
[    0.259431] Advanced Linux Sound Architecture Driver Initialized.
[    0.259518] Bluetooth: Core ver 2.22
[    0.259524] NET: Registered PF_BLUETOOTH protocol family
[    0.259525] Bluetooth: HCI device and connection manager initialized
[    0.259528] Bluetooth: HCI socket layer initialized
[    0.259530] Bluetooth: L2CAP socket layer initialized
[    0.259535] Bluetooth: SCO socket layer initialized
[    0.259554] PCI: Using ACPI for IRQ routing
[    0.259554] PCI: pci_cache_line_size set to 64 bytes
[    0.259554] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.259554] e820: reserve RAM buffer [mem 0x7e1d9000-0x7fffffff]
[    0.259554] e820: reserve RAM buffer [mem 0x8ccef000-0x8fffffff]
[    0.259554] e820: reserve RAM buffer [mem 0x8fc50000-0x8fffffff]
[    0.259554] e820: reserve RAM buffer [mem 0x860800000-0x863ffffff]
[    0.259554] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.259554] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.259554] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.259554] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.259554] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.259554] vgaarb: loaded
[    0.261130] clocksource: Switched to clocksource tsc-early
[    0.261219] pnp: PnP ACPI init
[    0.261311] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[    0.261487] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.261491] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.261494] system 00:01: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.261496] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.261498] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.261501] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.261503] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    0.261739] system 00:02: [io  0x2000-0x20fe] has been reserved
[    0.261785] pnp 00:03: disabling [io  0x3322-0x3323] because it overlaps 0000:00:1d.6 BAR 7 [io  0x3000-0x3fff]
[    0.261807] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.261809] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.261908] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.262200] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.262204] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.262206] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.262209] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.262211] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.262213] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.262216] system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.262218] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.262360] system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
[    0.262533] pnp: PnP ACPI: found 10 devices
[    0.267886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.267914] NET: Registered PF_INET protocol family
[    0.268066] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.271213] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.271248] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.271255] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.271487] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.271771] TCP: Hash tables configured (established 262144 bind 65536)
[    0.271793] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.271856] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.271929] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.271936] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.271947] resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
[    0.271950] pci 0000:00:15.0: BAR 0: assigned [mem 0x9d800000-0x9d800fff 64bit]
[    0.271965] resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
[    0.271968] pci 0000:00:15.1: BAR 0: assigned [mem 0x9d801000-0x9d801fff 64bit]
[    0.271979] pci 0000:01:00.0: BAR 6: assigned [mem 0xc3000000-0xc307ffff pref]
[    0.271982] pci 0000:00:01.0: PCI bridge to [bus 01-05]
[    0.271985] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.271988] pci 0000:00:01.0:   bridge window [mem 0xc3000000-0xc4ffffff]
[    0.271991] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.271996] pci 0000:00:1d.0: PCI bridge to [bus 06]
[    0.272004] pci 0000:00:1d.0:   bridge window [mem 0xc5200000-0xc52fffff]
[    0.272011] pci 0000:00:1d.5: PCI bridge to [bus 07]
[    0.272020] pci 0000:08:00.0: BAR 6: assigned [mem 0xc5110000-0xc511ffff pref]
[    0.272022] pci 0000:00:1d.6: PCI bridge to [bus 08]
[    0.272025] pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
[    0.272029] pci 0000:00:1d.6:   bridge window [mem 0xc5100000-0xc51fffff]
[    0.272036] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.272039] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.272041] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.272043] pci_bus 0000:00: resource 7 [mem 0x9d800000-0xdfffffff window]
[    0.272046] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    0.272048] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.272050] pci_bus 0000:01: resource 1 [mem 0xc3000000-0xc4ffffff]
[    0.272052] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.272055] pci_bus 0000:06: resource 1 [mem 0xc5200000-0xc52fffff]
[    0.272057] pci_bus 0000:08: resource 0 [io  0x3000-0x3fff]
[    0.272059] pci_bus 0000:08: resource 1 [mem 0xc5100000-0xc51fffff]
[    0.274252] PCI: CLS 64 bytes, default 64
[    0.274260] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.274262] software IO TLB: mapped [mem 0x0000000087d15000-0x000000008bd15000] (64MB)
[    0.274283] Unpacking initramfs...
[    0.274353] Freeing initrd memory: 96K
[    0.274423] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    0.274427] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    0.274429] RAPL PMU: hw unit of domain package 2^-14 Joules
[    0.274431] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    0.274432] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    0.274434] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    0.275020] Initialise system trusted keyrings
[    0.275044] workingset: timestamp_bits=62 max_order=23 bucket_order=0
[    0.275325] Key type cifs.spnego registered
[    0.275328] Key type cifs.idmap registered
[    0.275382] fuse: init (API version 7.38)
[    0.284414] NET: Registered PF_ALG protocol family
[    0.284417] Key type asymmetric registered
[    0.284419] Asymmetric key parser 'x509' registered
[    0.284428] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.284431] io scheduler mq-deadline registered
[    0.285332] Monitor-Mwait will be used to enter C-1 state
[    0.285340] Monitor-Mwait will be used to enter C-2 state
[    0.285345] Monitor-Mwait will be used to enter C-3 state
[    0.285349] ACPI: \_SB_.PR00: Found 3 idle states
[    0.285847] ACPI: AC: AC Adapter [AC] (on-line)
[    0.285901] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.289223] ACPI: button: Power Button [PWRB]
[    0.289256] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.293180] ACPI: button: Sleep Button [SLPB]
[    0.293208] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.297188] ACPI: button: Lid Switch [LID0]
[    0.297228] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.301185] ACPI: button: Power Button [PWRF]
[    0.303601] ACPI: \_TZ_.TZ0_: Invalid active0 threshold
[    0.303708] thermal LNXTHERM:00: registered as thermal_zone0
[    0.303711] ACPI: thermal: Thermal Zone [TZ0] (50 C)
[    0.304242] ACPI: battery: Slot [BAT0] (battery present)
[    0.307174] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.307440] Linux agpgart interface v0.103
[    0.307524] ACPI: bus type drm_connector registered
[    0.308353] rtsx_pci 0000:08:00.0: enabling device (0000 -> 0002)
[    0.425816] ahci 0000:00:17.0: version 3.0
[    0.425845] nvme 0000:06:00.0: platform quirk: setting simple suspend
[    0.425952] nvme nvme0: pci function 0000:06:00.0
[    0.432272] nvme nvme0: allocated 32 MiB host memory buffer.
[    0.433714] nvme nvme0: 12/0/0 default/read/poll queues
[    0.436175] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x10 impl SATA mode
[    0.436194] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst 
[    0.436735] scsi host0: ahci
[    0.436921] scsi host1: ahci
[    0.437063] scsi host2: ahci
[    0.437211] scsi host3: ahci
[    0.437362] scsi host4: ahci
[    0.437392] ata1: DUMMY
[    0.437394] ata2: DUMMY
[    0.437395] ata3: DUMMY
[    0.437396] ata4: DUMMY
[    0.437400] ata5: SATA max UDMA/133 abar m2048@0xc53a3000 port 0xc53a3300 irq 125
[    0.437509]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[    0.437698] usbcore: registered new interface driver usb-storage
[    0.437709] usbcore: registered new interface driver ums-realtek
[    0.437773] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.438023] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.438031] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.439148] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.439399] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.439404] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.439408] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.439573] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    0.439579] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.439582] usb usb1: Product: xHCI Host Controller
[    0.439586] usb usb1: Manufacturer: Linux 6.2.0-rc7+ xhci-hcd
[    0.439589] usb usb1: SerialNumber: 0000:00:14.0
[    0.439719] hub 1-0:1.0: USB hub found
[    0.439750] hub 1-0:1.0: 16 ports detected
[    0.441581] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    0.441587] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.441590] usb usb2: Product: xHCI Host Controller
[    0.441592] usb usb2: Manufacturer: Linux 6.2.0-rc7+ xhci-hcd
[    0.441601] usb usb2: SerialNumber: 0000:00:14.0
[    0.441699] hub 2-0:1.0: USB hub found
[    0.441724] hub 2-0:1.0: 8 ports detected
[    0.442192] usb: port power management may be unreliable
[    0.697155] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    0.809167] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.847768] usb 1-1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    0.847774] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.847776] usb 1-1: Product: USB Receiver
[    0.847778] usb 1-1: Manufacturer: Logitech
[    0.977156] usb 1-8: new high-speed USB device number 3 using xhci_hcd
[    1.062690] i8042: Detected active multiplexing controller, rev 1.1
[    1.064076] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.064103] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.064119] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.064133] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.064147] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.064280] mousedev: PS/2 mouse device common for all mice
[    1.064595] rtc_cmos 00:04: RTC can wake from S4
[    1.065781] rtc_cmos 00:04: registered as rtc0
[    1.066029] rtc_cmos 00:04: setting system clock to 2023-02-11T13:12:14 UTC (1676121134)
[    1.066042] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    1.066052] i2c_dev: i2c /dev entries driver
[    1.066814] intel_pstate: Intel P-state driver initializing
[    1.067202] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.067661] intel_pstate: HWP enabled
[    1.067684] efifb: probing for efifb
[    1.067703] efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
[    1.067705] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.067706] efifb: scrolling: redraw
[    1.067707] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.068674] Console: switching to colour frame buffer device 240x67
[    1.069601] fb0: EFI VGA frame buffer device
[    1.069715] NET: Registered PF_PACKET protocol family
[    1.069720] NET: Registered PF_KEY protocol family
[    1.069728] Key type dns_resolver registered
[    1.078110] microcode: Microcode Update Driver: v2.2.
[    1.078112] IPI shorthand broadcast: enabled
[    1.078123] AVX2 version of gcm_enc/dec engaged.
[    1.078852] AES CTR mode by8 optimization enabled
[    1.079392] sched_clock: Marking stable (1072463280, 5645558)->(1110221966, -32113128)
[    1.079614] registered taskstats version 1
[    1.079618] Loading compiled-in X.509 certificates
[    1.144661] usb 1-8: New USB device found, idVendor=04f2, idProduct=b685, bcdDevice=54.04
[    1.144674] usb 1-8: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.144680] usb 1-8: Product: Chicony USB2.0 Camera
[    1.144685] usb 1-8: Manufacturer: Sonix Technology Co., Ltd.
[    1.273410] usb 1-14: new full-speed USB device number 4 using xhci_hcd
[    1.285192] tsc: Refined TSC clocksource calibration: 2591.998 MHz
[    1.285239] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb518234, max_idle_ns: 440795279333 ns
[    1.285431] clocksource: Switched to clocksource tsc
[    1.425961] usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    1.425974] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.505139] mmc0: cannot verify signal voltage switch
[    1.632199] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
[    1.632378] mmcblk0: mmc0:aaaa SC16G 14.8 GiB 
[    1.634660]  mmcblk0: p1
[    1.825820] ata5.00: ATA-10: ST2000LM015-2E8174, 0001, max UDMA/133
[    1.835930] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.888131] ata5.00: configured for UDMA/133
[    1.888224] scsi 4:0:0:0: Direct-Access     ATA      ST2000LM015-2E81 0001 PQ: 0 ANSI: 5
[    1.888311] scsi 4:0:0:0: Attached scsi generic sg0 type 0
[    1.888468] sd 4:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.888476] sd 4:0:0:0: [sda] 4096-byte physical blocks
[    1.888525] sd 4:0:0:0: [sda] Write Protect is off
[    1.888532] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.888619] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.888768] sd 4:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    1.946835]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9
[    1.947508] sd 4:0:0:0: [sda] Attached SCSI disk
[    1.980215] PM: Image not found (code -22)
[    1.980220] ALSA device list:
[    1.980226]   No soundcards found.
[    1.982531] EXT4-fs (nvme0n1p4): mounted filesystem b767471d-f668-40d4-a6e0-1b2a0a1725f0 with ordered data mode. Quota mode: disabled.
[    1.982546] VFS: Mounted root (ext4 filesystem) readonly on device 259:4.
[    1.983004] devtmpfs: mounted
[    1.983571] Freeing unused kernel image (initmem) memory: 1788K
[    1.993406] Write protecting the kernel read-only data: 16384k
[    1.994068] Freeing unused kernel image (rodata/data gap) memory: 592K
[    2.005280] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.005531] Run /sbin/init as init process
[    2.005774]   with arguments:
[    2.005775]     /sbin/init
[    2.005776]   with environment:
[    2.005776]     HOME=/
[    2.005777]     TERM=linux
[    2.005777]     BOOT_IMAGE=/boot/vmlinuz-6.2.0-rc7+
[    2.084893] tun: Universal TUN/TAP device driver, 1.6
[    2.120483] udevd[238]: starting version 3.2.12-pre3
[    2.131770] udevd[239]: starting eudev-3.2.12-pre3
[    2.144498] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[    2.144888] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[    2.145252] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[    2.145531] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[    2.151491] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.154834] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    2.155389] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.156106] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    2.156861] i2c i2c-0: Successfully instantiated SPD at 0x50
[    2.158891] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    2.161121] usbcore: registered new interface driver btusb
[    2.163080] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C534.0001/input/input9
[    2.163161] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    2.169444] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    2.169549] usb 1-8: Found UVC 1.00 device Chicony USB2.0 Camera (04f2:b685)
[    2.169947] Bluetooth: hci0: Boot Address: 0x24800
[    2.170216] r8169 0000:08:00.1 eth0: RTL8411b, 80:fa:5b:84:b0:5f, XID 5c8, IRQ 141
[    2.170218] r8169 0000:08:00.1 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.171354] Bluetooth: hci0: Firmware Version: 15-45.22
[    2.172791] usb 1-14: USB disconnect, device number 4
[    2.173319] Bluetooth: hci0: FW download error recovery failed (-19)
[    2.176175] intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
[    2.176776] MXM: GUID detected in BIOS
[    2.177098] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20221020/nsarguments-61)
[    2.177314] input: Chicony USB2.0 Camera: Chicony  as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input10
[    2.177533] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20221020/nsarguments-61)
[    2.178330] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[    2.178650] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[    2.178962] nouveau: detected PR support, will not use DSM
[    2.179299] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
[    2.179760] Console: switching to colour dummy device 80x25
[    2.179833] nouveau 0000:01:00.0: NVIDIA TU117 (167000a1)
[    2.186030] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.187124] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    2.190334] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    2.221196] hid-generic 0003:046D:C534.0001: input: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
[    2.221344] usbcore: registered new interface driver uvcvideo
[    2.223028] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/input/input11
[    2.223074] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/input/input12
[    2.234600] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    2.235021] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    2.235041] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input16
[    2.258618] nouveau 0000:01:00.0: bios: version 90.17.42.00.36
[    2.260331] nouveau 0000:01:00.0: pmu: firmware unavailable
[    2.262525] nouveau 0000:01:00.0: fb: 4096 MiB GDDR6
[    2.285192] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/input/input13
[    2.285253] hid-generic 0003:046D:C534.0002: input,hiddev96: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
[    2.285280] usbcore: registered new interface driver usbhid
[    2.285282] usbhid: USB HID core driver
[    2.286267] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.286339] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input17
[    2.286481] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    2.298753] fbcon: i915drmfb (fb0) is primary device
[    2.303473] Console: switching to colour frame buffer device 240x67
[    2.311624] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.314366] vga_switcheroo: enabled
[    2.314379] nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
[    2.314386] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    2.314392] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    2.314399] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    2.314405] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    2.314411] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    2.314854] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    2.314950] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    2.314980] nouveau 0000:01:00.0: DRM: Disabling PCI power management to avoid bug
[    2.399513] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC293: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.399531] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.399540] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    2.399548] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.399555] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.399561] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x18
[    2.399567] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x1a
[    2.399574] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    2.452151] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    2.452271] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    2.452355] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    2.452445] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    2.452541] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    2.617393] usb 1-14: new full-speed USB device number 5 using xhci_hcd
[    2.768409] usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    2.768467] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.771596] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[    2.772597] Bluetooth: hci0: Device revision is 2
[    2.772602] Bluetooth: hci0: Secure boot is enabled
[    2.772607] Bluetooth: hci0: OTP lock is enabled
[    2.772612] Bluetooth: hci0: API lock is enabled
[    2.772616] Bluetooth: hci0: Debug lock is disabled
[    2.772620] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    2.772721] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    2.772752] Bluetooth: hci0: Boot Address: 0x24800
[    2.772757] Bluetooth: hci0: Firmware Version: 15-45.22
[    4.364584] Adding 65535996k swap on /dev/sda5.  Priority:1 extents:1 across:65535996k 
[    4.370414] EXT4-fs (nvme0n1p4): re-mounted b767471d-f668-40d4-a6e0-1b2a0a1725f0. Quota mode: disabled.
[    4.393453] Bluetooth: hci0: Waiting for firmware download to complete
[    4.393776] Bluetooth: hci0: Firmware loaded in 1583055 usecs
[    4.394112] Bluetooth: hci0: Waiting for device to boot
[    4.398848] EXT4-fs (nvme0n1p4): re-mounted b767471d-f668-40d4-a6e0-1b2a0a1725f0. Quota mode: disabled.
[    4.408602] Bluetooth: hci0: Device booted in 14158 usecs
[    4.409143] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[    4.411678] Bluetooth: hci0: Applying Intel DDC parameters completed
[    4.412596] Bluetooth: hci0: Firmware revision 0.4 build 15 week 45 2022
[    4.817752] EXT4-fs (sda2): mounted filesystem 2c2b28d1-e737-40ab-9bd6-d0e29f0e6c1d with ordered data mode. Quota mode: disabled.
[    4.821706] ntfs3: Max link count 4000
[    5.073573] EXT4-fs (sda6): mounted filesystem 0cc4bd15-983d-4064-8479-ffd5757fbb12 with ordered data mode. Quota mode: disabled.
[    5.156953] EXT4-fs (sda8): mounted filesystem cc547c90-65be-4279-a6bc-cd33137355ca with ordered data mode. Quota mode: disabled.
[    5.273361] EXT4-fs (sda9): mounted filesystem c277df28-daed-4d3a-9c12-9009d53ad75e with ordered data mode. Quota mode: disabled.
[    6.617413] Generic FE-GE Realtek PHY r8169-0-801:00: attached PHY driver (mii_bus:phy_addr=r8169-0-801:00, irq=MAC)
[    6.805502] r8169 0000:08:00.1 eth0: No native access to PCI extended config space, falling back to CSI
[    6.837505] r8169 0000:08:00.1 eth0: Link is Down
[    6.970589] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.971521] Bluetooth: BNEP filters: protocol multicast
[    6.972452] Bluetooth: BNEP socket layer initialized
[    6.973945] Bluetooth: MGMT ver 1.22
[    9.711315] r8169 0000:08:00.1 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   10.222572] CIFS: Attempting to mount \\nas\Share
[   11.348535] CIFS: Attempting to mount \\nas\Media
[   21.825483] Bluetooth: RFCOMM TTY layer initialized
[   21.825488] Bluetooth: RFCOMM socket layer initialized
[   21.825491] Bluetooth: RFCOMM ver 1.11
[   25.543001] EXT4-fs (mmcblk0p1): mounted filesystem e69f81de-9d7e-479d-b30c-5831057a6fc7 with ordered data mode. Quota mode: disabled.
[   74.176079] r8169 0000:08:00.1 eth0: Link is Down
[   81.504450] EXT4-fs (mmcblk0p1): unmounting filesystem e69f81de-9d7e-479d-b30c-5831057a6fc7.
[   81.536064] EXT4-fs (sda9): unmounting filesystem c277df28-daed-4d3a-9c12-9009d53ad75e.
[   81.900646] EXT4-fs (sda8): unmounting filesystem cc547c90-65be-4279-a6bc-cd33137355ca.
[   81.925958] EXT4-fs (sda6): unmounting filesystem 0cc4bd15-983d-4064-8479-ffd5757fbb12.
[   81.976937] EXT4-fs (sda2): unmounting filesystem 2c2b28d1-e737-40ab-9bd6-d0e29f0e6c1d.
[   82.024388] EXT4-fs (nvme0n1p4): re-mounted b767471d-f668-40d4-a6e0-1b2a0a1725f0. Quota mode: disabled.
[   82.047443] EXT4-fs (nvme0n1p4): re-mounted b767471d-f668-40d4-a6e0-1b2a0a1725f0. Quota mode: disabled.
[   82.358794] EXT4-fs (sda7): mounted filesystem d1848c1c-27e1-4396-bd4d-2aa20749d454 with ordered data mode. Quota mode: disabled.
[   82.360453] sysrq: Show State
[   82.360713] task:init            state:S stack:0     pid:1     ppid:0      flags:0x00000000
[   82.360976] Call Trace:
[   82.361310]  <TASK>
[   82.361599]  __schedule+0x2f6/0x1080
[   82.361852]  ? get_nohz_timer_target+0x13/0x190
[   82.362100]  schedule+0x58/0xd0
[   82.362343]  schedule_hrtimeout_range_clock+0xd5/0x130
[   82.362582]  ? __pfx_hrtimer_wakeup+0x10/0x10
[   82.362821]  do_select+0x646/0x810
[   82.363061]  ? __pfx_pollwake+0x10/0x10
[   82.363298]  ? __pfx_pollwake+0x10/0x10
[   82.363533]  ? step_into+0x1e4/0x6f0
[   82.363767]  ? __legitimize_path+0x22/0x60
[   82.364016]  ? try_to_unlazy+0x55/0xc0
[   82.364321]  ? terminate_walk+0x5c/0x100
[   82.364561]  ? path_lookupat+0x92/0x190
[   82.364801]  core_sys_select+0x188/0x330
[   82.365040]  ? mntput_no_expire+0x45/0x240
[   82.365338]  ? _copy_to_user+0x21/0x30
[   82.365611]  ? cp_new_stat+0x12b/0x160
[   82.365848]  ? _copy_from_user+0x43/0x60
[   82.366088]  do_pselect.constprop.0+0xc0/0x160
[   82.366331]  __x64_sys_pselect6+0x50/0x70
[   82.366574]  do_syscall_64+0x37/0x90
[   82.366815]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   82.367057] RIP: 0033:0x451518
[   82.367296] RSP: 002b:00007ffd71fa1ef0 EFLAGS: 00000246 ORIG_RAX: 000000000000010e
[   82.367539] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 0000000000451518
[   82.367780] RDX: 0000000000000000 RSI: 00007ffd71fa1f70 RDI: 000000000000000b
[   82.368023] RBP: 00007ffd71fa1f70 R08: 00007ffd71fa1f20 R09: 0000000000000000
[   82.368263] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffd71fa2400
[   82.368506] R13: 0000000000000000 R14: 00007ffd71fa3fb2 R15: 0000000000000800
[   82.368751]  </TASK>
[   82.368993] task:kthreadd        state:S stack:0     pid:2     ppid:0      flags:0x00004000
[   82.369302] Call Trace:
[   82.369579]  <TASK>
[   82.369821]  __schedule+0x2f6/0x1080
[   82.370063]  ? kernel_thread+0x5e/0x90
[   82.370307]  schedule+0x58/0xd0
[   82.370550]  kthreadd+0xfe/0x110
[   82.370792]  ? __pfx_kthreadd+0x10/0x10
[   82.371034]  ret_from_fork+0x29/0x50
[   82.371291]  </TASK>
[   82.371533] task:rcu_gp          state:I stack:0     pid:3     ppid:2      flags:0x00004000
[   82.371782] Call Trace:
[   82.372042]  <TASK>
[   82.372283]  __schedule+0x2f6/0x1080
[   82.372522]  ? set_next_entity+0x82/0xb0
[   82.372760]  schedule+0x58/0xd0
[   82.373010]  rescuer_thread+0x2e3/0x3b0
[   82.373303]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.373571]  ? __pfx_rescuer_thread+0x10/0x10
[   82.373806]  kthread+0xe1/0x110
[   82.374055]  ? __pfx_kthread+0x10/0x10
[   82.374289]  ret_from_fork+0x29/0x50
[   82.374517]  </TASK>
[   82.374736] task:rcu_par_gp      state:I stack:0     pid:4     ppid:2      flags:0x00004000
[   82.374959] Call Trace:
[   82.375179]  <TASK>
[   82.375451]  __schedule+0x2f6/0x1080
[   82.375671]  ? set_next_entity+0x82/0xb0
[   82.375897]  schedule+0x58/0xd0
[   82.376104]  rescuer_thread+0x2e3/0x3b0
[   82.376304]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.376497]  ? __pfx_rescuer_thread+0x10/0x10
[   82.376687]  kthread+0xe1/0x110
[   82.376873]  ? __pfx_kthread+0x10/0x10
[   82.377060]  ret_from_fork+0x29/0x50
[   82.377319]  </TASK>
[   82.377536] task:slub_flushwq    state:I stack:0     pid:5     ppid:2      flags:0x00004000
[   82.377727] Call Trace:
[   82.377915]  <TASK>
[   82.378115]  __schedule+0x2f6/0x1080
[   82.378311]  ? set_next_entity+0x82/0xb0
[   82.378495]  schedule+0x58/0xd0
[   82.378679]  rescuer_thread+0x2e3/0x3b0
[   82.378876]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.379066]  ? __pfx_rescuer_thread+0x10/0x10
[   82.379255]  kthread+0xe1/0x110
[   82.379443]  ? __pfx_kthread+0x10/0x10
[   82.379632]  ret_from_fork+0x29/0x50
[   82.379821]  </TASK>
[   82.380007] task:kworker/0:0     state:I stack:0     pid:6     ppid:2      flags:0x00004000
[   82.380202] Workqueue:  0x0 (pm)
[   82.380396] Call Trace:
[   82.380587]  <TASK>
[   82.380778]  __schedule+0x2f6/0x1080
[   82.380970]  ? try_to_wake_up+0x8d/0x390
[   82.381191]  ? preempt_count_add+0x65/0xa0
[   82.381468]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.381663]  ? preempt_count_add+0x65/0xa0
[   82.381855]  schedule+0x58/0xd0
[   82.382047]  worker_thread+0xaa/0x3c0
[   82.382237]  ? __pfx_worker_thread+0x10/0x10
[   82.382423]  kthread+0xe1/0x110
[   82.382606]  ? __pfx_kthread+0x10/0x10
[   82.382787]  ret_from_fork+0x29/0x50
[   82.382968]  </TASK>
[   82.383144] task:kworker/0:0H    state:I stack:0     pid:7     ppid:2      flags:0x00004000
[   82.383326] Workqueue:  0x0 (events_highpri)
[   82.383505] Call Trace:
[   82.383678]  <TASK>
[   82.383853]  __schedule+0x2f6/0x1080
[   82.384031]  ? preempt_count_add+0x65/0xa0
[   82.384209]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.384388]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.384568]  ? fill_page_cache_func+0xba/0xd0
[   82.384749]  schedule+0x58/0xd0
[   82.384927]  worker_thread+0xaa/0x3c0
[   82.385122]  ? __pfx_worker_thread+0x10/0x10
[   82.385407]  kthread+0xe1/0x110
[   82.385580]  ? __pfx_kthread+0x10/0x10
[   82.385755]  ret_from_fork+0x29/0x50
[   82.385929]  </TASK>
[   82.386103] task:kworker/u24:0   state:I stack:0     pid:8     ppid:2      flags:0x00004000
[   82.386284] Workqueue:  0x0 (events_unbound)
[   82.386466] Call Trace:
[   82.386644]  <TASK>
[   82.386820]  __schedule+0x2f6/0x1080
[   82.386997]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.387177]  ? __wake_up_common_lock+0x89/0xc0
[   82.387358]  schedule+0x58/0xd0
[   82.387537]  worker_thread+0xaa/0x3c0
[   82.387715]  ? __pfx_worker_thread+0x10/0x10
[   82.387889]  kthread+0xe1/0x110
[   82.388062]  ? __pfx_kthread+0x10/0x10
[   82.388236]  ret_from_fork+0x29/0x50
[   82.388411]  </TASK>
[   82.388582] task:mm_percpu_wq    state:I stack:0     pid:9     ppid:2      flags:0x00004000
[   82.388762] Call Trace:
[   82.388939]  <TASK>
[   82.389116]  __schedule+0x2f6/0x1080
[   82.389351]  ? set_next_entity+0x82/0xb0
[   82.389599]  schedule+0x58/0xd0
[   82.389778]  rescuer_thread+0x2e3/0x3b0
[   82.389956]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.390133]  ? __pfx_rescuer_thread+0x10/0x10
[   82.390308]  kthread+0xe1/0x110
[   82.390483]  ? __pfx_kthread+0x10/0x10
[   82.390657]  ret_from_fork+0x29/0x50
[   82.390833]  </TASK>
[   82.391005] task:ksoftirqd/0     state:S stack:0     pid:10    ppid:2      flags:0x00004000
[   82.391184] Call Trace:
[   82.391363]  <TASK>
[   82.391539]  __schedule+0x2f6/0x1080
[   82.391717]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.391896]  schedule+0x58/0xd0
[   82.392087]  smpboot_thread_fn+0xbf/0x220
[   82.392265]  kthread+0xe1/0x110
[   82.392439]  ? __pfx_kthread+0x10/0x10
[   82.392612]  ret_from_fork+0x29/0x50
[   82.392785]  </TASK>
[   82.392957] task:rcu_preempt     state:I stack:0     pid:11    ppid:2      flags:0x00004000
[   82.393166] Call Trace:
[   82.393424]  <TASK>
[   82.393601]  __schedule+0x2f6/0x1080
[   82.393779]  ? lock_timer_base+0x5c/0x80
[   82.393957]  schedule+0x58/0xd0
[   82.394134]  schedule_timeout+0x7c/0xf0
[   82.394312]  ? __pfx_process_timeout+0x10/0x10
[   82.394489]  rcu_gp_fqs_loop+0x12f/0x3b0
[   82.394668]  ? __pfx_rcu_gp_kthread+0x10/0x10
[   82.394849]  rcu_gp_kthread+0x7d/0xe0
[   82.395027]  kthread+0xe1/0x110
[   82.395205]  ? __pfx_kthread+0x10/0x10
[   82.395383]  ret_from_fork+0x29/0x50
[   82.395558]  </TASK>
[   82.395731] task:migration/0     state:S stack:0     pid:12    ppid:2      flags:0x00004000
[   82.395910] Stopper: 0x0 <- 0x0
[   82.396090] Call Trace:
[   82.396268]  <TASK>
[   82.396443]  __schedule+0x2f6/0x1080
[   82.396619]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.396797]  ? migration_cpu_stop+0x114/0x310
[   82.396975]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.397182]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.397449]  schedule+0x58/0xd0
[   82.397627]  smpboot_thread_fn+0xbf/0x220
[   82.397809]  kthread+0xe1/0x110
[   82.397988]  ? __pfx_kthread+0x10/0x10
[   82.398166]  ret_from_fork+0x29/0x50
[   82.398343]  </TASK>
[   82.398514] task:cpuhp/0         state:S stack:0     pid:13    ppid:2      flags:0x00004000
[   82.398692] Call Trace:
[   82.398869]  <TASK>
[   82.399058]  __schedule+0x2f6/0x1080
[   82.399234]  ? ttwu_queue_wakelist+0xba/0x100
[   82.399414]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.399593]  ? try_to_wake_up+0x8d/0x390
[   82.399771]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.399951]  schedule+0x58/0xd0
[   82.400129]  smpboot_thread_fn+0xbf/0x220
[   82.400310]  kthread+0xe1/0x110
[   82.400488]  ? __pfx_kthread+0x10/0x10
[   82.400666]  ret_from_fork+0x29/0x50
[   82.400844]  </TASK>
[   82.401015] task:cpuhp/1         state:S stack:0     pid:14    ppid:2      flags:0x00004000
[   82.401299] Call Trace:
[   82.401515]  <TASK>
[   82.401698]  __schedule+0x2f6/0x1080
[   82.401882]  ? ttwu_queue_wakelist+0xba/0x100
[   82.402067]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.402253]  ? try_to_wake_up+0x8d/0x390
[   82.402439]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.402626]  schedule+0x58/0xd0
[   82.402812]  smpboot_thread_fn+0xbf/0x220
[   82.403009]  kthread+0xe1/0x110
[   82.403192]  ? __pfx_kthread+0x10/0x10
[   82.403371]  ret_from_fork+0x29/0x50
[   82.403549]  </TASK>
[   82.403726] task:migration/1     state:S stack:0     pid:15    ppid:2      flags:0x00004000
[   82.403910] Stopper: 0x0 <- 0x0
[   82.404091] Call Trace:
[   82.404273]  <TASK>
[   82.404454]  __schedule+0x2f6/0x1080
[   82.404635]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.404819]  ? migration_cpu_stop+0x114/0x310
[   82.405001]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.405244]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.405468]  schedule+0x58/0xd0
[   82.405646]  smpboot_thread_fn+0xbf/0x220
[   82.405826]  kthread+0xe1/0x110
[   82.406018]  ? __pfx_kthread+0x10/0x10
[   82.406197]  ret_from_fork+0x29/0x50
[   82.406377]  </TASK>
[   82.406556] task:ksoftirqd/1     state:S stack:0     pid:16    ppid:2      flags:0x00004000
[   82.406741] Call Trace:
[   82.406924]  <TASK>
[   82.407107]  __schedule+0x2f6/0x1080
[   82.407289]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.407472]  schedule+0x58/0xd0
[   82.407655]  smpboot_thread_fn+0xbf/0x220
[   82.407838]  kthread+0xe1/0x110
[   82.408019]  ? __pfx_kthread+0x10/0x10
[   82.408198]  ret_from_fork+0x29/0x50
[   82.408375]  </TASK>
[   82.408550] task:kworker/1:0     state:I stack:0     pid:17    ppid:2      flags:0x00004000
[   82.408733] Workqueue:  0x0 (rcu_gp)
[   82.408916] Call Trace:
[   82.409098]  <TASK>
[   82.409338]  __schedule+0x2f6/0x1080
[   82.409562]  ? try_to_wake_up+0x8d/0x390
[   82.409743]  ? preempt_count_add+0x65/0xa0
[   82.409926]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.410111]  schedule+0x58/0xd0
[   82.410293]  worker_thread+0xaa/0x3c0
[   82.410477]  ? __pfx_worker_thread+0x10/0x10
[   82.410660]  kthread+0xe1/0x110
[   82.410843]  ? __pfx_kthread+0x10/0x10
[   82.411022]  ret_from_fork+0x29/0x50
[   82.411200]  </TASK>
[   82.411378] task:kworker/1:0H    state:I stack:0     pid:18    ppid:2      flags:0x00004000
[   82.411563] Workqueue:  0x0 (events_highpri)
[   82.411748] Call Trace:
[   82.411928]  <TASK>
[   82.412107]  __schedule+0x2f6/0x1080
[   82.412288]  ? preempt_count_add+0x65/0xa0
[   82.412470]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.412651]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.412835]  ? fill_page_cache_func+0xba/0xd0
[   82.413034]  schedule+0x58/0xd0
[   82.413275]  worker_thread+0xaa/0x3c0
[   82.413496]  ? __pfx_worker_thread+0x10/0x10
[   82.413677]  kthread+0xe1/0x110
[   82.413855]  ? __pfx_kthread+0x10/0x10
[   82.414033]  ret_from_fork+0x29/0x50
[   82.414213]  </TASK>
[   82.414391] task:cpuhp/2         state:S stack:0     pid:19    ppid:2      flags:0x00004000
[   82.414573] Call Trace:
[   82.414753]  <TASK>
[   82.414932]  __schedule+0x2f6/0x1080
[   82.415112]  ? ttwu_queue_wakelist+0xba/0x100
[   82.415294]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.415476]  ? try_to_wake_up+0x8d/0x390
[   82.415661]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.415844]  schedule+0x58/0xd0
[   82.416028]  smpboot_thread_fn+0xbf/0x220
[   82.416210]  kthread+0xe1/0x110
[   82.416388]  ? __pfx_kthread+0x10/0x10
[   82.416566]  ret_from_fork+0x29/0x50
[   82.416744]  </TASK>
[   82.416920] task:migration/2     state:S stack:0     pid:20    ppid:2      flags:0x00004000
[   82.417105] Stopper: 0x0 <- 0x0
[   82.417332] Call Trace:
[   82.417555]  <TASK>
[   82.417735]  __schedule+0x2f6/0x1080
[   82.417915]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.418098]  ? migration_cpu_stop+0x114/0x310
[   82.418281]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.418464]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.418649]  schedule+0x58/0xd0
[   82.418832]  smpboot_thread_fn+0xbf/0x220
[   82.419014]  kthread+0xe1/0x110
[   82.419192]  ? __pfx_kthread+0x10/0x10
[   82.419370]  ret_from_fork+0x29/0x50
[   82.419549]  </TASK>
[   82.419726] task:ksoftirqd/2     state:S stack:0     pid:21    ppid:2      flags:0x00004000
[   82.419922] Call Trace:
[   82.420103]  <TASK>
[   82.420283]  __schedule+0x2f6/0x1080
[   82.420466]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.420650]  schedule+0x58/0xd0
[   82.420833]  smpboot_thread_fn+0xbf/0x220
[   82.421014]  kthread+0xe1/0x110
[   82.421247]  ? __pfx_kthread+0x10/0x10
[   82.421465]  ret_from_fork+0x29/0x50
[   82.421642]  </TASK>
[   82.421818] task:kworker/2:0     state:I stack:0     pid:22    ppid:2      flags:0x00004000
[   82.422000] Workqueue:  0x0 (events)
[   82.422182] Call Trace:
[   82.422364]  <TASK>
[   82.422543]  __schedule+0x2f6/0x1080
[   82.422724]  ? __pfx_file_free_rcu+0x10/0x10
[   82.422906]  ? __call_rcu_common.constprop.0+0xf7/0x210
[   82.423090]  schedule+0x58/0xd0
[   82.423273]  worker_thread+0xaa/0x3c0
[   82.423456]  ? __pfx_worker_thread+0x10/0x10
[   82.423639]  kthread+0xe1/0x110
[   82.423819]  ? __pfx_kthread+0x10/0x10
[   82.423995]  ret_from_fork+0x29/0x50
[   82.424171]  </TASK>
[   82.424349] task:kworker/2:0H    state:I stack:0     pid:23    ppid:2      flags:0x00004000
[   82.424532] Workqueue:  0x0 (events_highpri)
[   82.424717] Call Trace:
[   82.424898]  <TASK>
[   82.425076]  __schedule+0x2f6/0x1080
[   82.425316]  ? preempt_count_add+0x65/0xa0
[   82.425541]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.425725]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.425908]  ? fill_page_cache_func+0xba/0xd0
[   82.426093]  schedule+0x58/0xd0
[   82.426276]  worker_thread+0xaa/0x3c0
[   82.426460]  ? __pfx_worker_thread+0x10/0x10
[   82.426644]  kthread+0xe1/0x110
[   82.426837]  ? __pfx_kthread+0x10/0x10
[   82.427017]  ret_from_fork+0x29/0x50
[   82.427197]  </TASK>
[   82.427375] task:cpuhp/3         state:S stack:0     pid:24    ppid:2      flags:0x00004000
[   82.427560] Call Trace:
[   82.427740]  <TASK>
[   82.427920]  __schedule+0x2f6/0x1080
[   82.428102]  ? ttwu_queue_wakelist+0xba/0x100
[   82.428285]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.428467]  ? try_to_wake_up+0x8d/0x390
[   82.428651]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.428836]  schedule+0x58/0xd0
[   82.429022]  smpboot_thread_fn+0xbf/0x220
[   82.429264]  kthread+0xe1/0x110
[   82.429486]  ? __pfx_kthread+0x10/0x10
[   82.429663]  ret_from_fork+0x29/0x50
[   82.429842]  </TASK>
[   82.430020] task:migration/3     state:S stack:0     pid:25    ppid:2      flags:0x00004000
[   82.430206] Stopper: 0x0 <- 0x0
[   82.430390] Call Trace:
[   82.430573]  <TASK>
[   82.430754]  __schedule+0x2f6/0x1080
[   82.430935]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.431118]  ? migration_cpu_stop+0x114/0x310
[   82.431301]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.431483]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.431669]  schedule+0x58/0xd0
[   82.431853]  smpboot_thread_fn+0xbf/0x220
[   82.432038]  kthread+0xe1/0x110
[   82.432219]  ? __pfx_kthread+0x10/0x10
[   82.432397]  ret_from_fork+0x29/0x50
[   82.432577]  </TASK>
[   82.432755] task:ksoftirqd/3     state:S stack:0     pid:26    ppid:2      flags:0x00004000
[   82.432942] Call Trace:
[   82.433153]  <TASK>
[   82.433386]  __schedule+0x2f6/0x1080
[   82.433570]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.433769]  schedule+0x58/0xd0
[   82.433952]  smpboot_thread_fn+0xbf/0x220
[   82.434137]  kthread+0xe1/0x110
[   82.434317]  ? __pfx_kthread+0x10/0x10
[   82.434496]  ret_from_fork+0x29/0x50
[   82.434675]  </TASK>
[   82.434852] task:kworker/3:0     state:I stack:0     pid:27    ppid:2      flags:0x00004000
[   82.435036] Workqueue:  0x0 (events)
[   82.435220] Call Trace:
[   82.435401]  <TASK>
[   82.435580]  __schedule+0x2f6/0x1080
[   82.435761]  ? try_to_wake_up+0x8d/0x390
[   82.435941]  ? preempt_count_add+0x65/0xa0
[   82.436122]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.436305]  schedule+0x58/0xd0
[   82.436487]  worker_thread+0xaa/0x3c0
[   82.436669]  ? __pfx_worker_thread+0x10/0x10
[   82.436850]  kthread+0xe1/0x110
[   82.437026]  ? __pfx_kthread+0x10/0x10
[   82.437242]  ret_from_fork+0x29/0x50
[   82.437460]  </TASK>
[   82.437636] task:kworker/3:0H    state:I stack:0     pid:28    ppid:2      flags:0x00004000
[   82.437820] Workqueue:  0x0 (kblockd)
[   82.438000] Call Trace:
[   82.438181]  <TASK>
[   82.438358]  __schedule+0x2f6/0x1080
[   82.438538]  schedule+0x58/0xd0
[   82.438718]  worker_thread+0xaa/0x3c0
[   82.438896]  ? __pfx_worker_thread+0x10/0x10
[   82.439075]  kthread+0xe1/0x110
[   82.439254]  ? __pfx_kthread+0x10/0x10
[   82.439432]  ret_from_fork+0x29/0x50
[   82.439611]  </TASK>
[   82.439786] task:cpuhp/4         state:S stack:0     pid:29    ppid:2      flags:0x00004000
[   82.439965] Call Trace:
[   82.440144]  <TASK>
[   82.440323]  __schedule+0x2f6/0x1080
[   82.440500]  ? ttwu_queue_wakelist+0xba/0x100
[   82.440691]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.440870]  ? try_to_wake_up+0x8d/0x390
[   82.441048]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.441288]  schedule+0x58/0xd0
[   82.441510]  smpboot_thread_fn+0xbf/0x220
[   82.441690]  kthread+0xe1/0x110
[   82.441870]  ? __pfx_kthread+0x10/0x10
[   82.442050]  ret_from_fork+0x29/0x50
[   82.442229]  </TASK>
[   82.442404] task:migration/4     state:S stack:0     pid:30    ppid:2      flags:0x00004000
[   82.442584] Stopper: 0x0 <- 0x0
[   82.442763] Call Trace:
[   82.442942]  <TASK>
[   82.443120]  __schedule+0x2f6/0x1080
[   82.443301]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.443481]  schedule+0x58/0xd0
[   82.443658]  smpboot_thread_fn+0xbf/0x220
[   82.443837]  kthread+0xe1/0x110
[   82.444013]  ? __pfx_kthread+0x10/0x10
[   82.444191]  ret_from_fork+0x29/0x50
[   82.444369]  </TASK>
[   82.444546] task:ksoftirqd/4     state:S stack:0     pid:31    ppid:2      flags:0x00004000
[   82.444729] Call Trace:
[   82.444911]  <TASK>
[   82.445090]  __schedule+0x2f6/0x1080
[   82.445324]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.445545]  schedule+0x58/0xd0
[   82.445722]  smpboot_thread_fn+0xbf/0x220
[   82.445901]  kthread+0xe1/0x110
[   82.446078]  ? __pfx_kthread+0x10/0x10
[   82.446253]  ret_from_fork+0x29/0x50
[   82.446430]  </TASK>
[   82.446606] task:kworker/4:0     state:I stack:0     pid:32    ppid:2      flags:0x00004000
[   82.446789] Workqueue:  0x0 (mm_percpu_wq)
[   82.446973] Call Trace:
[   82.447152]  <TASK>
[   82.447327]  __schedule+0x2f6/0x1080
[   82.447503]  ? add_timer_on+0xd6/0x140
[   82.447692]  schedule+0x58/0xd0
[   82.447869]  worker_thread+0xaa/0x3c0
[   82.448049]  ? __pfx_worker_thread+0x10/0x10
[   82.448227]  kthread+0xe1/0x110
[   82.448403]  ? __pfx_kthread+0x10/0x10
[   82.448579]  ret_from_fork+0x29/0x50
[   82.448757]  </TASK>
[   82.448932] task:kworker/4:0H    state:I stack:0     pid:33    ppid:2      flags:0x00004000
[   82.449114] Workqueue:  0x0 (events_highpri)
[   82.449366] Call Trace:
[   82.449589]  <TASK>
[   82.449768]  __schedule+0x2f6/0x1080
[   82.449948]  ? preempt_count_add+0x65/0xa0
[   82.450125]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.450302]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.450481]  ? fill_page_cache_func+0xba/0xd0
[   82.450661]  schedule+0x58/0xd0
[   82.450842]  worker_thread+0xaa/0x3c0
[   82.451022]  ? __pfx_worker_thread+0x10/0x10
[   82.451203]  kthread+0xe1/0x110
[   82.451381]  ? __pfx_kthread+0x10/0x10
[   82.451561]  ret_from_fork+0x29/0x50
[   82.451740]  </TASK>
[   82.451917] task:cpuhp/5         state:S stack:0     pid:34    ppid:2      flags:0x00004000
[   82.452100] Call Trace:
[   82.452278]  <TASK>
[   82.452455]  __schedule+0x2f6/0x1080
[   82.452634]  ? ttwu_queue_wakelist+0xba/0x100
[   82.452814]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.452995]  ? try_to_wake_up+0x8d/0x390
[   82.453214]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.453436]  schedule+0x58/0xd0
[   82.453614]  smpboot_thread_fn+0xbf/0x220
[   82.453794]  kthread+0xe1/0x110
[   82.453974]  ? __pfx_kthread+0x10/0x10
[   82.454153]  ret_from_fork+0x29/0x50
[   82.454332]  </TASK>
[   82.454508] task:migration/5     state:S stack:0     pid:35    ppid:2      flags:0x00004000
[   82.454701] Stopper: 0x0 <- 0x0
[   82.454879] Call Trace:
[   82.455057]  <TASK>
[   82.455234]  __schedule+0x2f6/0x1080
[   82.455413]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.455593]  ? migration_cpu_stop+0x114/0x310
[   82.455773]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.455953]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.456135]  schedule+0x58/0xd0
[   82.456317]  smpboot_thread_fn+0xbf/0x220
[   82.456500]  kthread+0xe1/0x110
[   82.456681]  ? __pfx_kthread+0x10/0x10
[   82.456860]  ret_from_fork+0x29/0x50
[   82.457036]  </TASK>
[   82.457269] task:ksoftirqd/5     state:S stack:0     pid:36    ppid:2      flags:0x00004000
[   82.457492] Call Trace:
[   82.457673]  <TASK>
[   82.457852]  __schedule+0x2f6/0x1080
[   82.458034]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.458217]  schedule+0x58/0xd0
[   82.458399]  smpboot_thread_fn+0xbf/0x220
[   82.458581]  kthread+0xe1/0x110
[   82.458760]  ? __pfx_kthread+0x10/0x10
[   82.458938]  ret_from_fork+0x29/0x50
[   82.459114]  </TASK>
[   82.459288] task:kworker/5:0     state:I stack:0     pid:37    ppid:2      flags:0x00004000
[   82.459471] Workqueue:  0x0 (events)
[   82.459653] Call Trace:
[   82.459833]  <TASK>
[   82.460011]  __schedule+0x2f6/0x1080
[   82.460192]  ? try_to_wake_up+0x8d/0x390
[   82.460372]  ? preempt_count_add+0x65/0xa0
[   82.460554]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.460737]  schedule+0x58/0xd0
[   82.460920]  worker_thread+0xaa/0x3c0
[   82.461103]  ? __pfx_worker_thread+0x10/0x10
[   82.461325]  kthread+0xe1/0x110
[   82.461559]  ? __pfx_kthread+0x10/0x10
[   82.461734]  ret_from_fork+0x29/0x50
[   82.461913]  </TASK>
[   82.462090] task:kworker/5:0H    state:I stack:0     pid:38    ppid:2      flags:0x00004000
[   82.462273] Workqueue:  0x0 (events_highpri)
[   82.462457] Call Trace:
[   82.462637]  <TASK>
[   82.462817]  __schedule+0x2f6/0x1080
[   82.462998]  ? preempt_count_add+0x65/0xa0
[   82.463181]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.463364]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.463547]  ? fill_page_cache_func+0xba/0xd0
[   82.463733]  schedule+0x58/0xd0
[   82.463931]  worker_thread+0xaa/0x3c0
[   82.464118]  ? __pfx_worker_thread+0x10/0x10
[   82.464302]  kthread+0xe1/0x110
[   82.464483]  ? __pfx_kthread+0x10/0x10
[   82.464665]  ret_from_fork+0x29/0x50
[   82.464848]  </TASK>
[   82.465039] task:cpuhp/6         state:S stack:0     pid:39    ppid:2      flags:0x00004000
[   82.465281] Call Trace:
[   82.465504]  <TASK>
[   82.465684]  __schedule+0x2f6/0x1080
[   82.465863]  ? ttwu_queue_wakelist+0xba/0x100
[   82.466044]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.466226]  ? try_to_wake_up+0x8d/0x390
[   82.466411]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.466595]  schedule+0x58/0xd0
[   82.466780]  smpboot_thread_fn+0xbf/0x220
[   82.466961]  kthread+0xe1/0x110
[   82.467140]  ? __pfx_kthread+0x10/0x10
[   82.467318]  ret_from_fork+0x29/0x50
[   82.467497]  </TASK>
[   82.467673] task:migration/6     state:S stack:0     pid:40    ppid:2      flags:0x00004000
[   82.467871] Stopper: 0x0 <- 0x0
[   82.468056] Call Trace:
[   82.468241]  <TASK>
[   82.468424]  __schedule+0x2f6/0x1080
[   82.468620]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.468806]  ? migration_cpu_stop+0x114/0x310
[   82.468993]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.469244]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.469473]  schedule+0x58/0xd0
[   82.469659]  smpboot_thread_fn+0xbf/0x220
[   82.469845]  kthread+0xe1/0x110
[   82.470035]  ? __pfx_kthread+0x10/0x10
[   82.470214]  ret_from_fork+0x29/0x50
[   82.470393]  </TASK>
[   82.470569] task:ksoftirqd/6     state:S stack:0     pid:41    ppid:2      flags:0x00004000
[   82.470755] Call Trace:
[   82.470938]  <TASK>
[   82.471119]  __schedule+0x2f6/0x1080
[   82.471303]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.471486]  schedule+0x58/0xd0
[   82.471668]  smpboot_thread_fn+0xbf/0x220
[   82.471848]  kthread+0xe1/0x110
[   82.472024]  ? __pfx_kthread+0x10/0x10
[   82.472200]  ret_from_fork+0x29/0x50
[   82.472377]  </TASK>
[   82.472553] task:kworker/6:0     state:I stack:0     pid:42    ppid:2      flags:0x00004000
[   82.472737] Workqueue:  0x0 (pm)
[   82.472920] Call Trace:
[   82.473099]  <TASK>
[   82.473336]  __schedule+0x2f6/0x1080
[   82.473558]  ? try_to_wake_up+0x8d/0x390
[   82.473739]  ? preempt_count_add+0x65/0xa0
[   82.473922]  ? rpm_idle+0x13/0x190
[   82.474105]  schedule+0x58/0xd0
[   82.474285]  worker_thread+0xaa/0x3c0
[   82.474466]  ? __pfx_worker_thread+0x10/0x10
[   82.474645]  kthread+0xe1/0x110
[   82.474820]  ? __pfx_kthread+0x10/0x10
[   82.474993]  ret_from_fork+0x29/0x50
[   82.475169]  </TASK>
[   82.475342] task:kworker/6:0H    state:I stack:0     pid:43    ppid:2      flags:0x00004000
[   82.475534] Workqueue:  0x0 (kblockd)
[   82.475713] Call Trace:
[   82.475891]  <TASK>
[   82.476066]  __schedule+0x2f6/0x1080
[   82.476245]  ? try_to_wake_up+0x8d/0x390
[   82.476423]  ? preempt_count_add+0x65/0xa0
[   82.476601]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.476780]  schedule+0x58/0xd0
[   82.476976]  worker_thread+0xaa/0x3c0
[   82.477199]  ? __pfx_worker_thread+0x10/0x10
[   82.477418]  kthread+0xe1/0x110
[   82.477596]  ? __pfx_kthread+0x10/0x10
[   82.477773]  ret_from_fork+0x29/0x50
[   82.477963]  </TASK>
[   82.478138] task:cpuhp/7         state:S stack:0     pid:44    ppid:2      flags:0x00004000
[   82.478318] Call Trace:
[   82.478495]  <TASK>
[   82.478670]  __schedule+0x2f6/0x1080
[   82.478845]  ? ttwu_queue_wakelist+0xba/0x100
[   82.479023]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.479201]  ? try_to_wake_up+0x8d/0x390
[   82.479380]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.479560]  schedule+0x58/0xd0
[   82.479739]  smpboot_thread_fn+0xbf/0x220
[   82.479934]  kthread+0xe1/0x110
[   82.480112]  ? __pfx_kthread+0x10/0x10
[   82.480290]  ret_from_fork+0x29/0x50
[   82.480466]  </TASK>
[   82.480642] task:migration/7     state:S stack:0     pid:45    ppid:2      flags:0x00004000
[   82.480826] Stopper: 0x0 <- 0x0
[   82.481018] Call Trace:
[   82.481254]  <TASK>
[   82.481473]  __schedule+0x2f6/0x1080
[   82.481651]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.481830]  ? migration_cpu_stop+0x114/0x310
[   82.482009]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.482188]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.482382]  schedule+0x58/0xd0
[   82.482561]  smpboot_thread_fn+0xbf/0x220
[   82.482744]  kthread+0xe1/0x110
[   82.482936]  ? __pfx_kthread+0x10/0x10
[   82.483113]  ret_from_fork+0x29/0x50
[   82.483293]  </TASK>
[   82.483470] task:ksoftirqd/7     state:S stack:0     pid:46    ppid:2      flags:0x00004000
[   82.483655] Call Trace:
[   82.483837]  <TASK>
[   82.484029]  __schedule+0x2f6/0x1080
[   82.484209]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.484391]  schedule+0x58/0xd0
[   82.484571]  smpboot_thread_fn+0xbf/0x220
[   82.484753]  kthread+0xe1/0x110
[   82.484929]  ? __pfx_kthread+0x10/0x10
[   82.485105]  ret_from_fork+0x29/0x50
[   82.485337]  </TASK>
[   82.485553] task:kworker/7:0     state:I stack:0     pid:47    ppid:2      flags:0x00004000
[   82.485735] Workqueue:  0x0 (rcu_gp)
[   82.485917] Call Trace:
[   82.486095]  <TASK>
[   82.486272]  __schedule+0x2f6/0x1080
[   82.486454]  ? process_srcu+0x60/0x600
[   82.486634]  ? try_to_wake_up+0x8d/0x390
[   82.486816]  ? preempt_count_add+0x65/0xa0
[   82.487014]  ? preempt_count_add+0x65/0xa0
[   82.487198]  schedule+0x58/0xd0
[   82.487380]  worker_thread+0xaa/0x3c0
[   82.487562]  ? __pfx_worker_thread+0x10/0x10
[   82.487744]  kthread+0xe1/0x110
[   82.487931]  ? __pfx_kthread+0x10/0x10
[   82.488104]  ret_from_fork+0x29/0x50
[   82.488278]  </TASK>
[   82.488452] task:kworker/7:0H    state:I stack:0     pid:48    ppid:2      flags:0x00004000
[   82.488633] Workqueue:  0x0 (events_highpri)
[   82.488811] Call Trace:
[   82.488988]  <TASK>
[   82.489209]  __schedule+0x2f6/0x1080
[   82.489444]  ? preempt_count_add+0x65/0xa0
[   82.489622]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.489803]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.489984]  ? fill_page_cache_func+0xba/0xd0
[   82.490165]  schedule+0x58/0xd0
[   82.490346]  worker_thread+0xaa/0x3c0
[   82.490524]  ? __pfx_worker_thread+0x10/0x10
[   82.490701]  kthread+0xe1/0x110
[   82.490877]  ? __pfx_kthread+0x10/0x10
[   82.491054]  ret_from_fork+0x29/0x50
[   82.491229]  </TASK>
[   82.491401] task:cpuhp/8         state:S stack:0     pid:49    ppid:2      flags:0x00004000
[   82.491578] Call Trace:
[   82.491754]  <TASK>
[   82.491946]  __schedule+0x2f6/0x1080
[   82.492125]  ? ttwu_queue_wakelist+0xba/0x100
[   82.492305]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.492487]  ? try_to_wake_up+0x8d/0x390
[   82.492671]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.492855]  schedule+0x58/0xd0
[   82.493045]  smpboot_thread_fn+0xbf/0x220
[   82.493277]  kthread+0xe1/0x110
[   82.493492]  ? __pfx_kthread+0x10/0x10
[   82.493666]  ret_from_fork+0x29/0x50
[   82.493842]  </TASK>
[   82.494015] task:migration/8     state:S stack:0     pid:50    ppid:2      flags:0x00004000
[   82.494194] Stopper: 0x0 <- 0x0
[   82.494373] Call Trace:
[   82.494550]  <TASK>
[   82.494725]  __schedule+0x2f6/0x1080
[   82.494917]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.495098]  ? migration_cpu_stop+0x114/0x310
[   82.495280]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.495463]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.495647]  schedule+0x58/0xd0
[   82.495826]  smpboot_thread_fn+0xbf/0x220
[   82.496014]  kthread+0xe1/0x110
[   82.496187]  ? __pfx_kthread+0x10/0x10
[   82.496372]  ret_from_fork+0x29/0x50
[   82.496548]  </TASK>
[   82.496722] task:ksoftirqd/8     state:S stack:0     pid:51    ppid:2      flags:0x00004000
[   82.496902] Call Trace:
[   82.497081]  <TASK>
[   82.497317]  __schedule+0x2f6/0x1080
[   82.497539]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.497719]  schedule+0x58/0xd0
[   82.497897]  smpboot_thread_fn+0xbf/0x220
[   82.498073]  kthread+0xe1/0x110
[   82.498247]  ? __pfx_kthread+0x10/0x10
[   82.498421]  ret_from_fork+0x29/0x50
[   82.498596]  </TASK>
[   82.498769] task:kworker/8:0     state:I stack:0     pid:52    ppid:2      flags:0x00004000
[   82.498965] Workqueue:  0x0 (events)
[   82.499147] Call Trace:
[   82.499331]  <TASK>
[   82.499513]  __schedule+0x2f6/0x1080
[   82.499696]  ? __pfx_rcu_free_pwq+0x10/0x10
[   82.499895]  ? __pfx_rcu_free_wq+0x10/0x10
[   82.500075]  ? __call_rcu_common.constprop.0+0xf7/0x210
[   82.500258]  schedule+0x58/0xd0
[   82.500438]  worker_thread+0xaa/0x3c0
[   82.500620]  ? __pfx_worker_thread+0x10/0x10
[   82.500800]  kthread+0xe1/0x110
[   82.500990]  ? __pfx_kthread+0x10/0x10
[   82.501210]  ret_from_fork+0x29/0x50
[   82.501433]  </TASK>
[   82.501612] task:kworker/8:0H    state:I stack:0     pid:53    ppid:2      flags:0x00004000
[   82.501799] Workqueue:  0x0 (events_highpri)
[   82.501995] Call Trace:
[   82.502175]  <TASK>
[   82.502353]  __schedule+0x2f6/0x1080
[   82.502533]  ? try_to_wake_up+0x8d/0x390
[   82.502713]  ? preempt_count_add+0x65/0xa0
[   82.502893]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.503074]  schedule+0x58/0xd0
[   82.503269]  worker_thread+0xaa/0x3c0
[   82.503450]  ? __pfx_worker_thread+0x10/0x10
[   82.503632]  kthread+0xe1/0x110
[   82.503810]  ? __pfx_kthread+0x10/0x10
[   82.503986]  ret_from_fork+0x29/0x50
[   82.504163]  </TASK>
[   82.504338] task:cpuhp/9         state:S stack:0     pid:54    ppid:2      flags:0x00004000
[   82.504521] Call Trace:
[   82.504699]  <TASK>
[   82.504890]  __schedule+0x2f6/0x1080
[   82.505071]  ? ttwu_do_wakeup+0x12/0x120
[   82.505296]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.505519]  ? try_to_wake_up+0x8d/0x390
[   82.505702]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.505901]  schedule+0x58/0xd0
[   82.506082]  smpboot_thread_fn+0xbf/0x220
[   82.506263]  kthread+0xe1/0x110
[   82.506440]  ? __pfx_kthread+0x10/0x10
[   82.506615]  ret_from_fork+0x29/0x50
[   82.506789]  </TASK>
[   82.506963] task:migration/9     state:S stack:0     pid:55    ppid:2      flags:0x00004000
[   82.507146] Stopper: 0x0 <- 0x0
[   82.507327] Call Trace:
[   82.507504]  <TASK>
[   82.507682]  __schedule+0x2f6/0x1080
[   82.507874]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.508058]  ? migration_cpu_stop+0x114/0x310
[   82.508241]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.508423]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.508609]  schedule+0x58/0xd0
[   82.508793]  smpboot_thread_fn+0xbf/0x220
[   82.508978]  kthread+0xe1/0x110
[   82.509199]  ? __pfx_kthread+0x10/0x10
[   82.509431]  ret_from_fork+0x29/0x50
[   82.509611]  </TASK>
[   82.509788] task:ksoftirqd/9     state:S stack:0     pid:56    ppid:2      flags:0x00004000
[   82.509983] Call Trace:
[   82.510175]  <TASK>
[   82.510353]  __schedule+0x2f6/0x1080
[   82.510534]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.510716]  schedule+0x58/0xd0
[   82.510896]  smpboot_thread_fn+0xbf/0x220
[   82.511078]  kthread+0xe1/0x110
[   82.511253]  ? __pfx_kthread+0x10/0x10
[   82.511427]  ret_from_fork+0x29/0x50
[   82.511601]  </TASK>
[   82.511774] task:kworker/9:0     state:I stack:0     pid:57    ppid:2      flags:0x00004000
[   82.511971] Workqueue:  0x0 (events)
[   82.512155] Call Trace:
[   82.512338]  <TASK>
[   82.512519]  __schedule+0x2f6/0x1080
[   82.512701]  ? _raw_spin_unlock+0xd/0x30
[   82.512898]  schedule+0x58/0xd0
[   82.513077]  worker_thread+0xaa/0x3c0
[   82.513314]  ? __pfx_worker_thread+0x10/0x10
[   82.513534]  kthread+0xe1/0x110
[   82.513712]  ? __pfx_kthread+0x10/0x10
[   82.513890]  ret_from_fork+0x29/0x50
[   82.514066]  </TASK>
[   82.514237] task:kworker/9:0H    state:I stack:0     pid:58    ppid:2      flags:0x00004000
[   82.514415] Workqueue:  0x0 (events_highpri)
[   82.514594] Call Trace:
[   82.514772]  <TASK>
[   82.514964]  __schedule+0x2f6/0x1080
[   82.515145]  ? try_to_wake_up+0x8d/0x390
[   82.515324]  ? preempt_count_add+0x65/0xa0
[   82.515506]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.515688]  schedule+0x58/0xd0
[   82.515871]  worker_thread+0xaa/0x3c0
[   82.516052]  ? __pfx_worker_thread+0x10/0x10
[   82.516235]  kthread+0xe1/0x110
[   82.516417]  ? __pfx_kthread+0x10/0x10
[   82.516598]  ret_from_fork+0x29/0x50
[   82.516776]  </TASK>
[   82.516951] task:cpuhp/10        state:S stack:0     pid:59    ppid:2      flags:0x00004000
[   82.517174] Call Trace:
[   82.517421]  <TASK>
[   82.517601]  __schedule+0x2f6/0x1080
[   82.517781]  ? ttwu_queue_wakelist+0xba/0x100
[   82.517973]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.518152]  ? try_to_wake_up+0x8d/0x390
[   82.518331]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.518511]  schedule+0x58/0xd0
[   82.518691]  smpboot_thread_fn+0xbf/0x220
[   82.518885]  kthread+0xe1/0x110
[   82.519066]  ? __pfx_kthread+0x10/0x10
[   82.519248]  ret_from_fork+0x29/0x50
[   82.519428]  </TASK>
[   82.519603] task:migration/10    state:S stack:0     pid:60    ppid:2      flags:0x00004000
[   82.519785] Stopper: 0x0 <- 0x0
[   82.519979] Call Trace:
[   82.520158]  <TASK>
[   82.520336]  __schedule+0x2f6/0x1080
[   82.520514]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.520693]  schedule+0x58/0xd0
[   82.520884]  smpboot_thread_fn+0xbf/0x220
[   82.521064]  kthread+0xe1/0x110
[   82.521367]  ? __pfx_kthread+0x10/0x10
[   82.521556]  ret_from_fork+0x29/0x50
[   82.521738]  </TASK>
[   82.521930] task:ksoftirqd/10    state:S stack:0     pid:61    ppid:2      flags:0x00004000
[   82.522115] Call Trace:
[   82.522295]  <TASK>
[   82.522472]  __schedule+0x2f6/0x1080
[   82.522650]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.522829]  schedule+0x58/0xd0
[   82.523008]  smpboot_thread_fn+0xbf/0x220
[   82.523188]  kthread+0xe1/0x110
[   82.523366]  ? __pfx_kthread+0x10/0x10
[   82.523545]  ret_from_fork+0x29/0x50
[   82.523724]  </TASK>
[   82.523899] task:kworker/10:0    state:I stack:0     pid:62    ppid:2      flags:0x00004000
[   82.524098] Workqueue:  0x0 (events)
[   82.524279] Call Trace:
[   82.524456]  <TASK>
[   82.524631]  __schedule+0x2f6/0x1080
[   82.524808]  ? prb_read_valid+0x12/0x20
[   82.524987]  ? console_unlock+0x4d/0x100
[   82.525225]  schedule+0x58/0xd0
[   82.525439]  worker_thread+0xaa/0x3c0
[   82.525620]  ? __pfx_worker_thread+0x10/0x10
[   82.525800]  kthread+0xe1/0x110
[   82.525977]  ? __pfx_kthread+0x10/0x10
[   82.526156]  ret_from_fork+0x29/0x50
[   82.526336]  </TASK>
[   82.526514] task:kworker/10:0H   state:I stack:0     pid:63    ppid:2      flags:0x00004000
[   82.526698] Workqueue:  0x0 (events_highpri)
[   82.526880] Call Trace:
[   82.527057]  <TASK>
[   82.527233]  __schedule+0x2f6/0x1080
[   82.527412]  ? try_to_wake_up+0x8d/0x390
[   82.527591]  ? preempt_count_add+0x65/0xa0
[   82.527771]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.527951]  schedule+0x58/0xd0
[   82.528131]  worker_thread+0xaa/0x3c0
[   82.528310]  ? __pfx_worker_thread+0x10/0x10
[   82.528490]  kthread+0xe1/0x110
[   82.528668]  ? __pfx_kthread+0x10/0x10
[   82.528848]  ret_from_fork+0x29/0x50
[   82.529028]  </TASK>
[   82.529273] task:cpuhp/11        state:S stack:0     pid:64    ppid:2      flags:0x00004000
[   82.529498] Call Trace:
[   82.529676]  <TASK>
[   82.529854]  __schedule+0x2f6/0x1080
[   82.530033]  ? ttwu_queue_wakelist+0xba/0x100
[   82.530214]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.530396]  ? try_to_wake_up+0x8d/0x390
[   82.530575]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.530754]  schedule+0x58/0xd0
[   82.530933]  smpboot_thread_fn+0xbf/0x220
[   82.531113]  kthread+0xe1/0x110
[   82.531290]  ? __pfx_kthread+0x10/0x10
[   82.531468]  ret_from_fork+0x29/0x50
[   82.531646]  </TASK>
[   82.531823] task:migration/11    state:S stack:0     pid:65    ppid:2      flags:0x00004000
[   82.532005] Stopper: 0x0 <- 0x0
[   82.532183] Call Trace:
[   82.532359]  <TASK>
[   82.532536]  __schedule+0x2f6/0x1080
[   82.532714]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.532893]  ? migration_cpu_stop+0x114/0x310
[   82.533073]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.533319]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.533543]  schedule+0x58/0xd0
[   82.533727]  smpboot_thread_fn+0xbf/0x220
[   82.533908]  kthread+0xe1/0x110
[   82.534089]  ? __pfx_kthread+0x10/0x10
[   82.534268]  ret_from_fork+0x29/0x50
[   82.534445]  </TASK>
[   82.534620] task:ksoftirqd/11    state:S stack:0     pid:66    ppid:2      flags:0x00004000
[   82.534803] Call Trace:
[   82.534984]  <TASK>
[   82.535164]  __schedule+0x2f6/0x1080
[   82.535345]  ? __pfx_smpboot_thread_fn+0x10/0x10
[   82.535527]  schedule+0x58/0xd0
[   82.535710]  smpboot_thread_fn+0xbf/0x220
[   82.535892]  kthread+0xe1/0x110
[   82.536072]  ? __pfx_kthread+0x10/0x10
[   82.536252]  ret_from_fork+0x29/0x50
[   82.536427]  </TASK>
[   82.536600] task:kworker/11:0    state:I stack:0     pid:67    ppid:2      flags:0x00004000
[   82.536783] Workqueue:  0x0 (events)
[   82.536965] Call Trace:
[   82.537177]  <TASK>
[   82.537422]  __schedule+0x2f6/0x1080
[   82.537604]  ? preempt_count_add+0x42/0xa0
[   82.537786]  ? preempt_count_add+0x65/0xa0
[   82.537981]  ? _raw_spin_lock_irq+0xf/0x30
[   82.538162]  ? kernfs_notify_workfn+0x2a/0x1f0
[   82.538346]  schedule+0x58/0xd0
[   82.538530]  worker_thread+0xaa/0x3c0
[   82.538714]  ? __pfx_worker_thread+0x10/0x10
[   82.538896]  kthread+0xe1/0x110
[   82.539074]  ? __pfx_kthread+0x10/0x10
[   82.539251]  ret_from_fork+0x29/0x50
[   82.539429]  </TASK>
[   82.539606] task:kworker/11:0H   state:I stack:0     pid:68    ppid:2      flags:0x00004000
[   82.539790] Workqueue:  0x0 (events_highpri)
[   82.539975] Call Trace:
[   82.540156]  <TASK>
[   82.540337]  __schedule+0x2f6/0x1080
[   82.540519]  ? try_to_wake_up+0x8d/0x390
[   82.540702]  ? preempt_count_add+0x65/0xa0
[   82.540884]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.541069]  schedule+0x58/0xd0
[   82.541316]  worker_thread+0xaa/0x3c0
[   82.541542]  ? __pfx_worker_thread+0x10/0x10
[   82.541723]  kthread+0xe1/0x110
[   82.541901]  ? __pfx_kthread+0x10/0x10
[   82.542079]  ret_from_fork+0x29/0x50
[   82.542258]  </TASK>
[   82.542436] task:kdevtmpfs       state:S stack:0     pid:69    ppid:2      flags:0x00004000
[   82.542619] Call Trace:
[   82.542799]  <TASK>
[   82.542977]  __schedule+0x2f6/0x1080
[   82.543158]  ? ttwu_queue_wakelist+0xba/0x100
[   82.543339]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.543520]  ? try_to_wake_up+0x8d/0x390
[   82.543703]  schedule+0x58/0xd0
[   82.543899]  devtmpfs_work_loop+0x26f/0x280
[   82.544086]  ? try_to_wake_up+0x8d/0x390
[   82.544268]  ? __pfx_devtmpfsd+0x10/0x10
[   82.544448]  devtmpfsd+0x1d/0x2d
[   82.544626]  kthread+0xe1/0x110
[   82.544804]  ? __pfx_kthread+0x10/0x10
[   82.545006]  ret_from_fork+0x29/0x50
[   82.545247]  </TASK>
[   82.545457] task:inet_frag_wq    state:I stack:0     pid:70    ppid:2      flags:0x00004000
[   82.545637] Call Trace:
[   82.545817]  <TASK>
[   82.545995]  __schedule+0x2f6/0x1080
[   82.546174]  ? set_next_entity+0x82/0xb0
[   82.546354]  schedule+0x58/0xd0
[   82.546535]  rescuer_thread+0x2e3/0x3b0
[   82.546718]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.546914]  ? __pfx_rescuer_thread+0x10/0x10
[   82.547097]  kthread+0xe1/0x110
[   82.547275]  ? __pfx_kthread+0x10/0x10
[   82.547454]  ret_from_fork+0x29/0x50
[   82.547634]  </TASK>
[   82.547812] task:kworker/0:1     state:R  running task     stack:0     pid:71    ppid:2      flags:0x00004000
[   82.548000] Workqueue:  0x0 (events)
[   82.548187] Call Trace:
[   82.548375]  <TASK>
[   82.548559]  __schedule+0x2f6/0x1080
[   82.548745]  ? intel_fbc_flush+0x95/0xf0 [i915]
[   82.548993]  ? intel_user_framebuffer_dirty+0x3a/0x60 [i915]
[   82.549276]  schedule+0x58/0xd0
[   82.549493]  worker_thread+0xaa/0x3c0
[   82.549677]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.549864]  ? __pfx_worker_thread+0x10/0x10
[   82.550061]  kthread+0xe1/0x110
[   82.550242]  ? __pfx_kthread+0x10/0x10
[   82.550424]  ret_from_fork+0x29/0x50
[   82.550607]  </TASK>
[   82.550786] task:kworker/1:1     state:I stack:0     pid:72    ppid:2      flags:0x00004000
[   82.550988] Workqueue:  0x0 (events)
[   82.551179] Call Trace:
[   82.551367]  <TASK>
[   82.551554]  __schedule+0x2f6/0x1080
[   82.551742]  schedule+0x58/0xd0
[   82.551930]  worker_thread+0xaa/0x3c0
[   82.552119]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.552304]  ? __pfx_worker_thread+0x10/0x10
[   82.552488]  kthread+0xe1/0x110
[   82.552671]  ? __pfx_kthread+0x10/0x10
[   82.552854]  ret_from_fork+0x29/0x50
[   82.553039]  </TASK>
[   82.553287] task:oom_reaper      state:S stack:0     pid:73    ppid:2      flags:0x00004000
[   82.553513] Call Trace:
[   82.553700]  <TASK>
[   82.553886]  __schedule+0x2f6/0x1080
[   82.554083]  ? _raw_spin_unlock+0xd/0x30
[   82.554268]  ? __pfx_oom_reaper+0x10/0x10
[   82.554454]  schedule+0x58/0xd0
[   82.554639]  oom_reaper+0x11f/0x1c0
[   82.554823]  ? __pfx_autoremove_wake_function+0x10/0x10
[   82.555011]  kthread+0xe1/0x110
[   82.555193]  ? __pfx_kthread+0x10/0x10
[   82.555374]  ret_from_fork+0x29/0x50
[   82.555557]  </TASK>
[   82.555737] task:writeback       state:I stack:0     pid:74    ppid:2      flags:0x00004000
[   82.555940] Call Trace:
[   82.556128]  <TASK>
[   82.556314]  __schedule+0x2f6/0x1080
[   82.556501]  ? set_next_entity+0x82/0xb0
[   82.556690]  schedule+0x58/0xd0
[   82.556878]  rescuer_thread+0x2e3/0x3b0
[   82.557066]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.557320]  ? __pfx_rescuer_thread+0x10/0x10
[   82.557547]  kthread+0xe1/0x110
[   82.557737]  ? __pfx_kthread+0x10/0x10
[   82.557926]  ret_from_fork+0x29/0x50
[   82.558115]  </TASK>
[   82.558300] task:cryptd          state:I stack:0     pid:75    ppid:2      flags:0x00004000
[   82.558489] Call Trace:
[   82.558678]  <TASK>
[   82.558879]  __schedule+0x2f6/0x1080
[   82.559067]  ? set_next_entity+0x82/0xb0
[   82.559256]  schedule+0x58/0xd0
[   82.559445]  rescuer_thread+0x2e3/0x3b0
[   82.559634]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.559823]  ? __pfx_rescuer_thread+0x10/0x10
[   82.560013]  kthread+0xe1/0x110
[   82.560201]  ? __pfx_kthread+0x10/0x10
[   82.560390]  ret_from_fork+0x29/0x50
[   82.560580]  </TASK>
[   82.560763] task:kblockd         state:I stack:0     pid:76    ppid:2      flags:0x00004000
[   82.560951] Call Trace:
[   82.561170]  <TASK>
[   82.561420]  __schedule+0x2f6/0x1080
[   82.561607]  ? set_next_entity+0x82/0xb0
[   82.561793]  schedule+0x58/0xd0
[   82.561981]  rescuer_thread+0x2e3/0x3b0
[   82.562166]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.562352]  ? __pfx_rescuer_thread+0x10/0x10
[   82.562537]  kthread+0xe1/0x110
[   82.562721]  ? __pfx_kthread+0x10/0x10
[   82.562904]  ret_from_fork+0x29/0x50
[   82.563088]  </TASK>
[   82.563271] task:kworker/u24:1   state:I stack:0     pid:77    ppid:2      flags:0x00004000
[   82.563460] Workqueue:  0x0 (writeback)
[   82.563648] Call Trace:
[   82.563830]  <TASK>
[   82.564010]  __schedule+0x2f6/0x1080
[   82.564193]  ? wb_update_bandwidth+0x3e/0x60
[   82.564377]  schedule+0x58/0xd0
[   82.564563]  worker_thread+0xaa/0x3c0
[   82.564748]  ? __pfx_worker_thread+0x10/0x10
[   82.564931]  kthread+0xe1/0x110
[   82.565114]  ? __pfx_kthread+0x10/0x10
[   82.565432]  ret_from_fork+0x29/0x50
[   82.565637]  </TASK>
[   82.565847] task:kworker/u24:2   state:I stack:0     pid:78    ppid:2      flags:0x00004000
[   82.566034] Workqueue:  0x0 (events_unbound)
[   82.566219] Call Trace:
[   82.566399]  <TASK>
[   82.566578]  __schedule+0x2f6/0x1080
[   82.566760]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.566942]  ? __wake_up_common_lock+0x89/0xc0
[   82.567127]  schedule+0x58/0xd0
[   82.567310]  worker_thread+0xaa/0x3c0
[   82.567495]  ? __pfx_worker_thread+0x10/0x10
[   82.567677]  kthread+0xe1/0x110
[   82.567859]  ? __pfx_kthread+0x10/0x10
[   82.568040]  ret_from_fork+0x29/0x50
[   82.568222]  </TASK>
[   82.568401] task:kworker/0:2     state:I stack:0     pid:79    ppid:2      flags:0x00004000
[   82.568585] Workqueue:  0x0 (events)
[   82.568767] Call Trace:
[   82.568946]  <TASK>
[   82.569156]  __schedule+0x2f6/0x1080
[   82.569387]  schedule+0x58/0xd0
[   82.569568]  worker_thread+0xaa/0x3c0
[   82.569748]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.569928]  ? __pfx_worker_thread+0x10/0x10
[   82.570108]  kthread+0xe1/0x110
[   82.570288]  ? __pfx_kthread+0x10/0x10
[   82.570467]  ret_from_fork+0x29/0x50
[   82.570647]  </TASK>
[   82.570826] task:kworker/9:1     state:I stack:0     pid:80    ppid:2      flags:0x00004000
[   82.571010] Workqueue:  0x0 (events)
[   82.571190] Call Trace:
[   82.571369]  <TASK>
[   82.571548]  __schedule+0x2f6/0x1080
[   82.571726]  schedule+0x58/0xd0
[   82.571907]  worker_thread+0xaa/0x3c0
[   82.572086]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.572265]  ? __pfx_worker_thread+0x10/0x10
[   82.572446]  kthread+0xe1/0x110
[   82.572636]  ? __pfx_kthread+0x10/0x10
[   82.572815]  ret_from_fork+0x29/0x50
[   82.572994]  </TASK>
[   82.573211] task:kworker/0:1H    state:I stack:0     pid:81    ppid:2      flags:0x00004000
[   82.573437] Workqueue:  0x0 (events_highpri)
[   82.573617] Call Trace:
[   82.573796]  <TASK>
[   82.573974]  __schedule+0x2f6/0x1080
[   82.574153]  ? intel_atomic_clear_global_state+0xe9/0x130 [i915]
[   82.574387]  schedule+0x58/0xd0
[   82.574570]  worker_thread+0xaa/0x3c0
[   82.574751]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.574936]  ? __pfx_worker_thread+0x10/0x10
[   82.575120]  kthread+0xe1/0x110
[   82.575301]  ? __pfx_kthread+0x10/0x10
[   82.575483]  ret_from_fork+0x29/0x50
[   82.575664]  </TASK>
[   82.575843] task:kworker/2:1     state:R  running task     stack:0     pid:82    ppid:2      flags:0x00004000
[   82.576027] Workqueue:  0x0 (events)
[   82.576211] Call Trace:
[   82.576393]  <TASK>
[   82.576573]  __schedule+0x2f6/0x1080
[   82.576757]  ? intel_fbc_flush+0x95/0xf0 [i915]
[   82.576993]  ? intel_user_framebuffer_dirty+0x3a/0x60 [i915]
[   82.577289]  schedule+0x58/0xd0
[   82.577517]  worker_thread+0xaa/0x3c0
[   82.577704]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.577890]  ? __pfx_worker_thread+0x10/0x10
[   82.578077]  kthread+0xe1/0x110
[   82.578262]  ? __pfx_kthread+0x10/0x10
[   82.578447]  ret_from_fork+0x29/0x50
[   82.578628]  </TASK>
[   82.578809] task:kswapd0         state:S stack:0     pid:83    ppid:2      flags:0x00004000
[   82.578996] Call Trace:
[   82.579181]  <TASK>
[   82.579365]  __schedule+0x2f6/0x1080
[   82.579564]  ? lock_timer_base+0x5c/0x80
[   82.579748]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.579933]  ? __timer_delete_sync+0x78/0xe0
[   82.580121]  schedule+0x58/0xd0
[   82.580305]  kswapd+0x2ed/0x310
[   82.580493]  ? __pfx_autoremove_wake_function+0x10/0x10
[   82.580680]  ? __pfx_kswapd+0x10/0x10
[   82.580867]  kthread+0xe1/0x110
[   82.581050]  ? __pfx_kthread+0x10/0x10
[   82.581272]  ret_from_fork+0x29/0x50
[   82.581492]  </TASK>
[   82.581673] task:cifsiod         state:I stack:0     pid:84    ppid:2      flags:0x00004000
[   82.581859] Call Trace:
[   82.582046]  <TASK>
[   82.582231]  __schedule+0x2f6/0x1080
[   82.582416]  ? set_next_entity+0x82/0xb0
[   82.582602]  schedule+0x58/0xd0
[   82.582788]  rescuer_thread+0x2e3/0x3b0
[   82.582974]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.583161]  ? __pfx_rescuer_thread+0x10/0x10
[   82.583349]  kthread+0xe1/0x110
[   82.583535]  ? __pfx_kthread+0x10/0x10
[   82.583716]  ret_from_fork+0x29/0x50
[   82.583898]  </TASK>
[   82.584078] task:smb3decryptd    state:I stack:0     pid:85    ppid:2      flags:0x00004000
[   82.584265] Call Trace:
[   82.584453]  <TASK>
[   82.584639]  __schedule+0x2f6/0x1080
[   82.584826]  ? set_next_entity+0x82/0xb0
[   82.585014]  schedule+0x58/0xd0
[   82.585262]  rescuer_thread+0x2e3/0x3b0
[   82.585493]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.585682]  ? __pfx_rescuer_thread+0x10/0x10
[   82.585873]  kthread+0xe1/0x110
[   82.586060]  ? __pfx_kthread+0x10/0x10
[   82.586242]  ret_from_fork+0x29/0x50
[   82.586425]  </TASK>
[   82.586620] task:cifsfileinfoput state:I stack:0     pid:86    ppid:2      flags:0x00004000
[   82.586811] Call Trace:
[   82.587000]  <TASK>
[   82.587183]  __schedule+0x2f6/0x1080
[   82.587369]  ? set_next_entity+0x82/0xb0
[   82.587555]  schedule+0x58/0xd0
[   82.587740]  rescuer_thread+0x2e3/0x3b0
[   82.587926]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.588112]  ? __pfx_rescuer_thread+0x10/0x10
[   82.588300]  kthread+0xe1/0x110
[   82.588485]  ? __pfx_kthread+0x10/0x10
[   82.588668]  ret_from_fork+0x29/0x50
[   82.588847]  </TASK>
[   82.589023] task:cifsoplockd     state:I stack:0     pid:87    ppid:2      flags:0x00004000
[   82.589265] Call Trace:
[   82.589492]  <TASK>
[   82.589675]  __schedule+0x2f6/0x1080
[   82.589856]  ? set_next_entity+0x82/0xb0
[   82.590039]  schedule+0x58/0xd0
[   82.590221]  rescuer_thread+0x2e3/0x3b0
[   82.590404]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.590585]  ? __pfx_rescuer_thread+0x10/0x10
[   82.590767]  kthread+0xe1/0x110
[   82.590950]  ? __pfx_kthread+0x10/0x10
[   82.591130]  ret_from_fork+0x29/0x50
[   82.591312]  </TASK>
[   82.591489] task:deferredclose   state:I stack:0     pid:88    ppid:2      flags:0x00004000
[   82.591671] Call Trace:
[   82.591854]  <TASK>
[   82.592034]  __schedule+0x2f6/0x1080
[   82.592216]  ? set_next_entity+0x82/0xb0
[   82.592399]  schedule+0x58/0xd0
[   82.592581]  rescuer_thread+0x2e3/0x3b0
[   82.592764]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.592947]  ? __pfx_rescuer_thread+0x10/0x10
[   82.593160]  kthread+0xe1/0x110
[   82.593389]  ? __pfx_kthread+0x10/0x10
[   82.593583]  ret_from_fork+0x29/0x50
[   82.593765]  </TASK>
[   82.593944] task:kworker/3:1     state:I stack:0     pid:90    ppid:2      flags:0x00004000
[   82.594131] Workqueue:  0x0 (events)
[   82.594317] Call Trace:
[   82.594498]  <TASK>
[   82.594677]  __schedule+0x2f6/0x1080
[   82.594859]  schedule+0x58/0xd0
[   82.595040]  worker_thread+0xaa/0x3c0
[   82.595221]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.595401]  ? __pfx_worker_thread+0x10/0x10
[   82.595581]  kthread+0xe1/0x110
[   82.595760]  ? __pfx_kthread+0x10/0x10
[   82.595941]  ret_from_fork+0x29/0x50
[   82.596123]  </TASK>
[   82.596301] task:kworker/4:1     state:I stack:0     pid:91    ppid:2      flags:0x00004000
[   82.596486] Workqueue:  0x0 (events)
[   82.596669] Call Trace:
[   82.596860]  <TASK>
[   82.597040]  __schedule+0x2f6/0x1080
[   82.597280]  schedule+0x58/0xd0
[   82.597503]  worker_thread+0xaa/0x3c0
[   82.597685]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.597883]  ? __pfx_worker_thread+0x10/0x10
[   82.598063]  kthread+0xe1/0x110
[   82.598241]  ? __pfx_kthread+0x10/0x10
[   82.598420]  ret_from_fork+0x29/0x50
[   82.598599]  </TASK>
[   82.598776] task:kworker/5:1     state:I stack:0     pid:92    ppid:2      flags:0x00004000
[   82.598961] Workqueue:  0x0 (events)
[   82.599142] Call Trace:
[   82.599319]  <TASK>
[   82.599496]  __schedule+0x2f6/0x1080
[   82.599674]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.599869]  schedule+0x58/0xd0
[   82.600050]  worker_thread+0xaa/0x3c0
[   82.600231]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.600426]  ? __pfx_worker_thread+0x10/0x10
[   82.600608]  kthread+0xe1/0x110
[   82.600791]  ? __pfx_kthread+0x10/0x10
[   82.600972]  ret_from_fork+0x29/0x50
[   82.601187]  </TASK>
[   82.601436] task:kworker/6:1     state:I stack:0     pid:93    ppid:2      flags:0x00004000
[   82.601620] Workqueue:  0x0 (events)
[   82.601803] Call Trace:
[   82.601995]  <TASK>
[   82.602171]  __schedule+0x2f6/0x1080
[   82.602349]  ? __vunmap+0x249/0x2a0
[   82.602529]  schedule+0x58/0xd0
[   82.602707]  worker_thread+0xaa/0x3c0
[   82.602885]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.603064]  ? __pfx_worker_thread+0x10/0x10
[   82.603242]  kthread+0xe1/0x110
[   82.603419]  ? __pfx_kthread+0x10/0x10
[   82.603597]  ret_from_fork+0x29/0x50
[   82.603774]  </TASK>
[   82.603964] task:kworker/7:1     state:I stack:0     pid:94    ppid:2      flags:0x00004000
[   82.604145] Workqueue:  0x0 (events)
[   82.604327] Call Trace:
[   82.604507]  <TASK>
[   82.604687]  __schedule+0x2f6/0x1080
[   82.604868]  schedule+0x58/0xd0
[   82.605049]  worker_thread+0xaa/0x3c0
[   82.605271]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.605496]  ? __pfx_worker_thread+0x10/0x10
[   82.605678]  kthread+0xe1/0x110
[   82.605860]  ? __pfx_kthread+0x10/0x10
[   82.606051]  ret_from_fork+0x29/0x50
[   82.606229]  </TASK>
[   82.606404] task:kworker/8:1     state:I stack:0     pid:95    ppid:2      flags:0x00004000
[   82.606583] Workqueue:  0x0 (events)
[   82.606762] Call Trace:
[   82.606940]  <TASK>
[   82.607114]  __schedule+0x2f6/0x1080
[   82.607293]  schedule+0x58/0xd0
[   82.607485]  worker_thread+0xaa/0x3c0
[   82.607662]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.607855]  ? __pfx_worker_thread+0x10/0x10
[   82.608038]  kthread+0xe1/0x110
[   82.608220]  ? __pfx_kthread+0x10/0x10
[   82.608401]  ret_from_fork+0x29/0x50
[   82.608582]  </TASK>
[   82.608759] task:kworker/10:1    state:I stack:0     pid:96    ppid:2      flags:0x00004000
[   82.608940] Workqueue:  0x0 (events_power_efficient)
[   82.609152] Call Trace:
[   82.609398]  <TASK>
[   82.609579]  __schedule+0x2f6/0x1080
[   82.609763]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.609962]  ? down_trylock+0x20/0x30
[   82.610143]  ? console_trylock+0x1d/0x80
[   82.610323]  ? fb_flashcursor+0x16/0x160
[   82.610506]  schedule+0x58/0xd0
[   82.610689]  worker_thread+0xaa/0x3c0
[   82.610871]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.611053]  ? __pfx_worker_thread+0x10/0x10
[   82.611232]  kthread+0xe1/0x110
[   82.611409]  ? __pfx_kthread+0x10/0x10
[   82.611586]  ret_from_fork+0x29/0x50
[   82.611765]  </TASK>
[   82.611957] task:kworker/11:1    state:I stack:0     pid:97    ppid:2      flags:0x00004000
[   82.612143] Workqueue:  0x0 (events)
[   82.612329] Call Trace:
[   82.612513]  <TASK>
[   82.612697]  __schedule+0x2f6/0x1080
[   82.612894]  ? intel_fbc_flush+0x95/0xf0 [i915]
[   82.613153]  ? intel_user_framebuffer_dirty+0x3a/0x60 [i915]
[   82.613436]  schedule+0x58/0xd0
[   82.613619]  worker_thread+0xaa/0x3c0
[   82.613803]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.613986]  ? __pfx_worker_thread+0x10/0x10
[   82.614165]  kthread+0xe1/0x110
[   82.614355]  ? __pfx_kthread+0x10/0x10
[   82.614535]  ret_from_fork+0x29/0x50
[   82.614716]  </TASK>
[   82.614909] task:acpi_thermal_pm state:I stack:0     pid:98    ppid:2      flags:0x00004000
[   82.615099] Call Trace:
[   82.615286]  <TASK>
[   82.615472]  __schedule+0x2f6/0x1080
[   82.615660]  ? set_next_entity+0x82/0xb0
[   82.615845]  schedule+0x58/0xd0
[   82.616033]  rescuer_thread+0x2e3/0x3b0
[   82.616219]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.616407]  ? __pfx_rescuer_thread+0x10/0x10
[   82.616595]  kthread+0xe1/0x110
[   82.616777]  ? __pfx_kthread+0x10/0x10
[   82.616971]  ret_from_fork+0x29/0x50
[   82.617180]  </TASK>
[   82.617426] task:nvme-wq         state:I stack:0     pid:99    ppid:2      flags:0x00004000
[   82.617612] Call Trace:
[   82.617797]  <TASK>
[   82.617979]  __schedule+0x2f6/0x1080
[   82.618161]  ? set_next_entity+0x82/0xb0
[   82.618346]  schedule+0x58/0xd0
[   82.618531]  rescuer_thread+0x2e3/0x3b0
[   82.618716]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.618914]  ? __pfx_rescuer_thread+0x10/0x10
[   82.619101]  kthread+0xe1/0x110
[   82.619283]  ? __pfx_kthread+0x10/0x10
[   82.619465]  ret_from_fork+0x29/0x50
[   82.619649]  </TASK>
[   82.619832] task:nvme-reset-wq   state:I stack:0     pid:100   ppid:2      flags:0x00004000
[   82.620023] Call Trace:
[   82.620212]  <TASK>
[   82.620398]  __schedule+0x2f6/0x1080
[   82.620586]  ? set_next_entity+0x82/0xb0
[   82.620773]  schedule+0x58/0xd0
[   82.620963]  rescuer_thread+0x2e3/0x3b0
[   82.621178]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.621434]  ? __pfx_rescuer_thread+0x10/0x10
[   82.621623]  kthread+0xe1/0x110
[   82.621805]  ? __pfx_kthread+0x10/0x10
[   82.621998]  ret_from_fork+0x29/0x50
[   82.622179]  </TASK>
[   82.622356] task:nvme-delete-wq  state:I stack:0     pid:101   ppid:2      flags:0x00004000
[   82.622542] Call Trace:
[   82.622727]  <TASK>
[   82.622923]  __schedule+0x2f6/0x1080
[   82.623110]  ? set_next_entity+0x82/0xb0
[   82.623296]  schedule+0x58/0xd0
[   82.623483]  rescuer_thread+0x2e3/0x3b0
[   82.623670]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.623856]  ? __pfx_rescuer_thread+0x10/0x10
[   82.624042]  kthread+0xe1/0x110
[   82.624227]  ? __pfx_kthread+0x10/0x10
[   82.624415]  ret_from_fork+0x29/0x50
[   82.624601]  </TASK>
[   82.624784] task:scsi_eh_0       state:S stack:0     pid:102   ppid:2      flags:0x00004000
[   82.624981] Call Trace:
[   82.625210]  <TASK>
[   82.625443]  __schedule+0x2f6/0x1080
[   82.625627]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.625811]  ? __pfx_scsi_error_handler+0x10/0x10
[   82.625997]  schedule+0x58/0xd0
[   82.626181]  scsi_error_handler+0x198/0x360
[   82.626366]  ? preempt_count_add+0x65/0xa0
[   82.626549]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.626732]  kthread+0xe1/0x110
[   82.626930]  ? __pfx_kthread+0x10/0x10
[   82.627117]  ret_from_fork+0x29/0x50
[   82.627304]  </TASK>
[   82.627491] task:scsi_tmf_0      state:I stack:0     pid:103   ppid:2      flags:0x00004000
[   82.627680] Call Trace:
[   82.627866]  <TASK>
[   82.628051]  __schedule+0x2f6/0x1080
[   82.628250]  ? set_next_entity+0x82/0xb0
[   82.628436]  schedule+0x58/0xd0
[   82.628624]  rescuer_thread+0x2e3/0x3b0
[   82.628812]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.628998]  ? __pfx_rescuer_thread+0x10/0x10
[   82.629243]  kthread+0xe1/0x110
[   82.629471]  ? __pfx_kthread+0x10/0x10
[   82.629657]  ret_from_fork+0x29/0x50
[   82.629844]  </TASK>
[   82.630039] task:scsi_eh_1       state:S stack:0     pid:104   ppid:2      flags:0x00004000
[   82.630224] Call Trace:
[   82.630407]  <TASK>
[   82.630588]  __schedule+0x2f6/0x1080
[   82.630770]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.630971]  ? __pfx_scsi_error_handler+0x10/0x10
[   82.631159]  schedule+0x58/0xd0
[   82.631347]  scsi_error_handler+0x198/0x360
[   82.631533]  ? preempt_count_add+0x65/0xa0
[   82.631721]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.631909]  kthread+0xe1/0x110
[   82.632098]  ? __pfx_kthread+0x10/0x10
[   82.632287]  ret_from_fork+0x29/0x50
[   82.632475]  </TASK>
[   82.632660] task:scsi_tmf_1      state:I stack:0     pid:105   ppid:2      flags:0x00004000
[   82.632849] Call Trace:
[   82.633036]  <TASK>
[   82.633266]  __schedule+0x2f6/0x1080
[   82.633495]  ? set_next_entity+0x82/0xb0
[   82.633683]  schedule+0x58/0xd0
[   82.633872]  rescuer_thread+0x2e3/0x3b0
[   82.634071]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.634255]  ? __pfx_rescuer_thread+0x10/0x10
[   82.634442]  kthread+0xe1/0x110
[   82.634627]  ? __pfx_kthread+0x10/0x10
[   82.634811]  ret_from_fork+0x29/0x50
[   82.634995]  </TASK>
[   82.635187] task:scsi_eh_2       state:S stack:0     pid:106   ppid:2      flags:0x00004000
[   82.635369] Call Trace:
[   82.635554]  <TASK>
[   82.635735]  __schedule+0x2f6/0x1080
[   82.635933]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.636120]  ? __pfx_scsi_error_handler+0x10/0x10
[   82.636309]  schedule+0x58/0xd0
[   82.636496]  scsi_error_handler+0x198/0x360
[   82.636683]  ? preempt_count_add+0x65/0xa0
[   82.636870]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.637060]  kthread+0xe1/0x110
[   82.637294]  ? __pfx_kthread+0x10/0x10
[   82.637524]  ret_from_fork+0x29/0x50
[   82.637712]  </TASK>
[   82.637907] task:scsi_tmf_2      state:I stack:0     pid:107   ppid:2      flags:0x00004000
[   82.638093] Call Trace:
[   82.638278]  <TASK>
[   82.638462]  __schedule+0x2f6/0x1080
[   82.638645]  ? set_next_entity+0x82/0xb0
[   82.638829]  schedule+0x58/0xd0
[   82.639031]  rescuer_thread+0x2e3/0x3b0
[   82.639220]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.639407]  ? __pfx_rescuer_thread+0x10/0x10
[   82.639595]  kthread+0xe1/0x110
[   82.639780]  ? __pfx_kthread+0x10/0x10
[   82.639966]  ret_from_fork+0x29/0x50
[   82.640155]  </TASK>
[   82.640337] task:scsi_eh_3       state:S stack:0     pid:108   ppid:2      flags:0x00004000
[   82.640523] Call Trace:
[   82.640709]  <TASK>
[   82.640895]  __schedule+0x2f6/0x1080
[   82.641081]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.641313]  ? __pfx_scsi_error_handler+0x10/0x10
[   82.641543]  schedule+0x58/0xd0
[   82.641730]  scsi_error_handler+0x198/0x360
[   82.641931]  ? preempt_count_add+0x65/0xa0
[   82.642126]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.642311]  kthread+0xe1/0x110
[   82.642495]  ? __pfx_kthread+0x10/0x10
[   82.642681]  ret_from_fork+0x29/0x50
[   82.642878]  </TASK>
[   82.643059] task:scsi_tmf_3      state:I stack:0     pid:109   ppid:2      flags:0x00004000
[   82.643248] Call Trace:
[   82.643437]  <TASK>
[   82.643624]  __schedule+0x2f6/0x1080
[   82.643811]  ? set_next_entity+0x82/0xb0
[   82.644000]  schedule+0x58/0xd0
[   82.644189]  rescuer_thread+0x2e3/0x3b0
[   82.644378]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.644565]  ? __pfx_rescuer_thread+0x10/0x10
[   82.644753]  kthread+0xe1/0x110
[   82.644940]  ? __pfx_kthread+0x10/0x10
[   82.645153]  ret_from_fork+0x29/0x50
[   82.645382]  </TASK>
[   82.645565] task:scsi_eh_4       state:S stack:0     pid:110   ppid:2      flags:0x00004000
[   82.645754] Call Trace:
[   82.645942]  <TASK>
[   82.646129]  __schedule+0x2f6/0x1080
[   82.646316]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.646505]  ? __pfx_scsi_error_handler+0x10/0x10
[   82.646694]  schedule+0x58/0xd0
[   82.646882]  scsi_error_handler+0x198/0x360
[   82.647071]  ? preempt_count_add+0x65/0xa0
[   82.647259]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.647451]  kthread+0xe1/0x110
[   82.647639]  ? __pfx_kthread+0x10/0x10
[   82.647828]  ret_from_fork+0x29/0x50
[   82.648014]  </TASK>
[   82.648197] task:scsi_tmf_4      state:I stack:0     pid:111   ppid:2      flags:0x00004000
[   82.648388] Call Trace:
[   82.648577]  <TASK>
[   82.648765]  __schedule+0x2f6/0x1080
[   82.648953]  ? set_next_entity+0x82/0xb0
[   82.649183]  schedule+0x58/0xd0
[   82.649423]  rescuer_thread+0x2e3/0x3b0
[   82.649611]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.649800]  ? __pfx_rescuer_thread+0x10/0x10
[   82.650001]  kthread+0xe1/0x110
[   82.650185]  ? __pfx_kthread+0x10/0x10
[   82.650369]  ret_from_fork+0x29/0x50
[   82.650554]  </TASK>
[   82.650734] task:kworker/u24:3   state:I stack:0     pid:112   ppid:2      flags:0x00004000
[   82.650919] Workqueue:  0x0 (events_unbound)
[   82.651105] Call Trace:
[   82.651291]  <TASK>
[   82.651473]  __schedule+0x2f6/0x1080
[   82.651657]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.651859]  ? __wake_up_common_lock+0x89/0xc0
[   82.652049]  schedule+0x58/0xd0
[   82.652237]  worker_thread+0xaa/0x3c0
[   82.652426]  ? __pfx_worker_thread+0x10/0x10
[   82.652617]  kthread+0xe1/0x110
[   82.652805]  ? __pfx_kthread+0x10/0x10
[   82.652993]  ret_from_fork+0x29/0x50
[   82.653220]  </TASK>
[   82.653438] task:kworker/u24:4   state:I stack:0     pid:113   ppid:2      flags:0x00004000
[   82.653627] Workqueue:  0x0 (flush-259:0)
[   82.653817] Call Trace:
[   82.654005]  <TASK>
[   82.654193]  __schedule+0x2f6/0x1080
[   82.654381]  schedule+0x58/0xd0
[   82.654569]  worker_thread+0xaa/0x3c0
[   82.654756]  ? __pfx_worker_thread+0x10/0x10
[   82.654955]  kthread+0xe1/0x110
[   82.655135]  ? __pfx_kthread+0x10/0x10
[   82.655317]  ret_from_fork+0x29/0x50
[   82.655498]  </TASK>
[   82.655677] task:kworker/u24:5   state:I stack:0     pid:114   ppid:2      flags:0x00004000
[   82.655875] Workqueue:  0x0 (events_unbound)
[   82.656071] Call Trace:
[   82.656254]  <TASK>
[   82.656436]  __schedule+0x2f6/0x1080
[   82.656620]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.656806]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.656991]  ? crng_reseed+0xbf/0x160
[   82.657218]  schedule+0x58/0xd0
[   82.657439]  worker_thread+0xaa/0x3c0
[   82.657624]  ? __pfx_worker_thread+0x10/0x10
[   82.657810]  kthread+0xe1/0x110
[   82.657992]  ? __pfx_kthread+0x10/0x10
[   82.658176]  ret_from_fork+0x29/0x50
[   82.658358]  </TASK>
[   82.658535] task:kworker/u24:6   state:I stack:0     pid:115   ppid:2      flags:0x00004000
[   82.658720] Workqueue:  0x0 (writeback)
[   82.658906] Call Trace:
[   82.659090]  <TASK>
[   82.659272]  __schedule+0x2f6/0x1080
[   82.659457]  ? try_to_wake_up+0x8d/0x390
[   82.659642]  schedule+0x58/0xd0
[   82.659824]  worker_thread+0xaa/0x3c0
[   82.660006]  ? __pfx_worker_thread+0x10/0x10
[   82.660188]  kthread+0xe1/0x110
[   82.660369]  ? __pfx_kthread+0x10/0x10
[   82.660548]  ret_from_fork+0x29/0x50
[   82.660729]  </TASK>
[   82.660905] task:kworker/u24:7   state:I stack:0     pid:116   ppid:2      flags:0x00004000
[   82.661086] Call Trace:
[   82.661325]  <TASK>
[   82.661546]  __schedule+0x2f6/0x1080
[   82.661727]  ? try_to_wake_up+0x8d/0x390
[   82.661907]  ? preempt_count_add+0x65/0xa0
[   82.662090]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.662273]  schedule+0x58/0xd0
[   82.662454]  worker_thread+0xaa/0x3c0
[   82.662635]  ? __pfx_worker_thread+0x10/0x10
[   82.662819]  kthread+0xe1/0x110
[   82.663001]  ? __pfx_kthread+0x10/0x10
[   82.663181]  ret_from_fork+0x29/0x50
[   82.663360]  </TASK>
[   82.663533] task:kworker/u24:8   state:I stack:0     pid:117   ppid:2      flags:0x00004000
[   82.663714] Call Trace:
[   82.663893]  <TASK>
[   82.664073]  __schedule+0x2f6/0x1080
[   82.664252]  ? __schedule+0x2fe/0x1080
[   82.664432]  ? __smp_call_single_queue+0x1e/0x30
[   82.664613]  schedule+0x58/0xd0
[   82.664792]  worker_thread+0xaa/0x3c0
[   82.664971]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.665199]  ? __pfx_worker_thread+0x10/0x10
[   82.665418]  kthread+0xe1/0x110
[   82.665598]  ? __pfx_kthread+0x10/0x10
[   82.665778]  ret_from_fork+0x29/0x50
[   82.665969]  </TASK>
[   82.666139] task:kworker/3:2     state:I stack:0     pid:118   ppid:2      flags:0x00004000
[   82.666318] Workqueue:  0x0 (events)
[   82.666497] Call Trace:
[   82.666673]  <TASK>
[   82.666863]  __schedule+0x2f6/0x1080
[   82.667046]  schedule+0x58/0xd0
[   82.667228]  worker_thread+0xaa/0x3c0
[   82.667411]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.667593]  ? __pfx_worker_thread+0x10/0x10
[   82.667776]  kthread+0xe1/0x110
[   82.667957]  ? __pfx_kthread+0x10/0x10
[   82.668137]  ret_from_fork+0x29/0x50
[   82.668314]  </TASK>
[   82.668489] task:kworker/6:2     state:I stack:0     pid:119   ppid:2      flags:0x00004000
[   82.668673] Workqueue:  0x0 (events)
[   82.668857] Call Trace:
[   82.669039]  <TASK>
[   82.669258]  __schedule+0x2f6/0x1080
[   82.669476]  ? _raw_spin_unlock+0xd/0x30
[   82.669657]  ? __queue_work+0x1f2/0x3d0
[   82.669849]  schedule+0x58/0xd0
[   82.670028]  worker_thread+0xaa/0x3c0
[   82.670210]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.670393]  ? __pfx_worker_thread+0x10/0x10
[   82.670575]  kthread+0xe1/0x110
[   82.670755]  ? __pfx_kthread+0x10/0x10
[   82.670933]  ret_from_fork+0x29/0x50
[   82.671109]  </TASK>
[   82.671283] task:mmc_complete    state:I stack:0     pid:120   ppid:2      flags:0x00004000
[   82.671465] Call Trace:
[   82.671648]  <TASK>
[   82.671829]  __schedule+0x2f6/0x1080
[   82.672010]  ? set_next_entity+0x82/0xb0
[   82.672193]  schedule+0x58/0xd0
[   82.672375]  rescuer_thread+0x2e3/0x3b0
[   82.672557]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.672741]  ? __pfx_rescuer_thread+0x10/0x10
[   82.672924]  kthread+0xe1/0x110
[   82.673107]  ? __pfx_kthread+0x10/0x10
[   82.673337]  ret_from_fork+0x29/0x50
[   82.673556]  </TASK>
[   82.673732] task:kworker/6:1H    state:I stack:0     pid:121   ppid:2      flags:0x00004000
[   82.673930] Workqueue:  0x0 (kblockd)
[   82.674112] Call Trace:
[   82.674291]  <TASK>
[   82.674467]  __schedule+0x2f6/0x1080
[   82.674645]  ? blk_mq_requeue_work+0x14c/0x180
[   82.674825]  schedule+0x58/0xd0
[   82.675019]  worker_thread+0xaa/0x3c0
[   82.675199]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.675382]  ? __pfx_worker_thread+0x10/0x10
[   82.675563]  kthread+0xe1/0x110
[   82.675745]  ? __pfx_kthread+0x10/0x10
[   82.675923]  ret_from_fork+0x29/0x50
[   82.676099]  </TASK>
[   82.676274] task:kworker/3:1H    state:I stack:0     pid:122   ppid:2      flags:0x00004000
[   82.676457] Workqueue:  0x0 (kblockd)
[   82.676641] Call Trace:
[   82.676834]  <TASK>
[   82.677012]  __schedule+0x2f6/0x1080
[   82.677251]  ? blk_queue_exit+0x9/0x40
[   82.677473]  ? blk_mq_timeout_work+0x95/0x1a0
[   82.677655]  schedule+0x58/0xd0
[   82.677835]  worker_thread+0xaa/0x3c0
[   82.678017]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.678199]  ? __pfx_worker_thread+0x10/0x10
[   82.678381]  kthread+0xe1/0x110
[   82.678558]  ? __pfx_kthread+0x10/0x10
[   82.678734]  ret_from_fork+0x29/0x50
[   82.678925]  </TASK>
[   82.679098] task:jbd2/nvme0n1p4- state:S stack:0     pid:123   ppid:2      flags:0x00004000
[   82.679278] Call Trace:
[   82.679457]  <TASK>
[   82.679637]  __schedule+0x2f6/0x1080
[   82.679815]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.680011]  schedule+0x58/0xd0
[   82.680194]  kjournald2+0x242/0x260
[   82.680377]  ? __pfx_autoremove_wake_function+0x10/0x10
[   82.680560]  ? __pfx_kjournald2+0x10/0x10
[   82.680746]  kthread+0xe1/0x110
[   82.680927]  ? __pfx_kthread+0x10/0x10
[   82.681105]  ret_from_fork+0x29/0x50
[   82.681329]  </TASK>
[   82.681549] task:ext4-rsv-conver state:I stack:0     pid:124   ppid:2      flags:0x00004000
[   82.681734] Call Trace:
[   82.681931]  <TASK>
[   82.682111]  __schedule+0x2f6/0x1080
[   82.682293]  ? set_next_entity+0x82/0xb0
[   82.682476]  schedule+0x58/0xd0
[   82.682658]  rescuer_thread+0x2e3/0x3b0
[   82.682838]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.683036]  ? __pfx_rescuer_thread+0x10/0x10
[   82.683223]  kthread+0xe1/0x110
[   82.683407]  ? __pfx_kthread+0x10/0x10
[   82.683592]  ret_from_fork+0x29/0x50
[   82.683775]  </TASK>
[   82.683951] task:kworker/8:1H    state:I stack:0     pid:259   ppid:2      flags:0x00004000
[   82.684138] Workqueue:  0x0 (kblockd)
[   82.684323] Call Trace:
[   82.684506]  <TASK>
[   82.684687]  __schedule+0x2f6/0x1080
[   82.684871]  ? blk_mq_requeue_work+0x14c/0x180
[   82.685054]  schedule+0x58/0xd0
[   82.685281]  worker_thread+0xaa/0x3c0
[   82.685502]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.685689]  ? __pfx_worker_thread+0x10/0x10
[   82.685874]  kthread+0xe1/0x110
[   82.686059]  ? __pfx_kthread+0x10/0x10
[   82.686242]  ret_from_fork+0x29/0x50
[   82.686421]  </TASK>
[   82.686599] task:kworker/10:1H   state:I stack:0     pid:260   ppid:2      flags:0x00004000
[   82.686786] Workqueue:  0x0 (kblockd)
[   82.686974] Call Trace:
[   82.687157]  <TASK>
[   82.687340]  __schedule+0x2f6/0x1080
[   82.687528]  ? blk_mq_requeue_work+0x14c/0x180
[   82.687715]  schedule+0x58/0xd0
[   82.687900]  worker_thread+0xaa/0x3c0
[   82.688083]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.688270]  ? __pfx_worker_thread+0x10/0x10
[   82.688456]  kthread+0xe1/0x110
[   82.688641]  ? __pfx_kthread+0x10/0x10
[   82.688824]  ret_from_fork+0x29/0x50
[   82.689003]  </TASK>
[   82.689225] task:kworker/9:1H    state:I stack:0     pid:261   ppid:2      flags:0x00004000
[   82.689453] Workqueue:  0x0 (kblockd)
[   82.689640] Call Trace:
[   82.689826]  <TASK>
[   82.690008]  __schedule+0x2f6/0x1080
[   82.690194]  ? blk_mq_requeue_work+0x14c/0x180
[   82.690381]  schedule+0x58/0xd0
[   82.690566]  worker_thread+0xaa/0x3c0
[   82.690762]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.690948]  ? __pfx_worker_thread+0x10/0x10
[   82.691135]  kthread+0xe1/0x110
[   82.691321]  ? __pfx_kthread+0x10/0x10
[   82.691507]  ret_from_fork+0x29/0x50
[   82.691691]  </TASK>
[   82.691870] task:kworker/11:1H   state:I stack:0     pid:262   ppid:2      flags:0x00004000
[   82.692057] Workqueue:  0x0 (kblockd)
[   82.692243] Call Trace:
[   82.692427]  <TASK>
[   82.692610]  __schedule+0x2f6/0x1080
[   82.692795]  schedule+0x58/0xd0
[   82.692978]  worker_thread+0xaa/0x3c0
[   82.693202]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.693430]  ? __pfx_worker_thread+0x10/0x10
[   82.693616]  kthread+0xe1/0x110
[   82.693798]  ? __pfx_kthread+0x10/0x10
[   82.693993]  ret_from_fork+0x29/0x50
[   82.694171]  </TASK>
[   82.694345] task:kworker/5:1H    state:I stack:0     pid:263   ppid:2      flags:0x00004000
[   82.694527] Workqueue:  0x0 (kblockd)
[   82.694710] Call Trace:
[   82.694903]  <TASK>
[   82.695084]  __schedule+0x2f6/0x1080
[   82.695267]  ? blk_mq_requeue_work+0x14c/0x180
[   82.695449]  schedule+0x58/0xd0
[   82.695630]  worker_thread+0xaa/0x3c0
[   82.695811]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.695995]  ? __pfx_worker_thread+0x10/0x10
[   82.696178]  kthread+0xe1/0x110
[   82.696359]  ? __pfx_kthread+0x10/0x10
[   82.696539]  ret_from_fork+0x29/0x50
[   82.696715]  </TASK>
[   82.696891] task:kworker/1:1H    state:I stack:0     pid:264   ppid:2      flags:0x00004000
[   82.697074] Workqueue:  0x0 (kblockd)
[   82.697302] Call Trace:
[   82.697526]  <TASK>
[   82.697719]  __schedule+0x2f6/0x1080
[   82.697902]  ? blk_mq_requeue_work+0x14c/0x180
[   82.698084]  schedule+0x58/0xd0
[   82.698265]  worker_thread+0xaa/0x3c0
[   82.698448]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.698631]  ? __pfx_worker_thread+0x10/0x10
[   82.698813]  kthread+0xe1/0x110
[   82.698996]  ? __pfx_kthread+0x10/0x10
[   82.699176]  ret_from_fork+0x29/0x50
[   82.699352]  </TASK>
[   82.699527] task:kworker/7:1H    state:I stack:0     pid:265   ppid:2      flags:0x00004000
[   82.699710] Workqueue:  0x0 (kblockd)
[   82.699895] Call Trace:
[   82.700076]  <TASK>
[   82.700259]  __schedule+0x2f6/0x1080
[   82.700442]  ? blk_mq_requeue_work+0x14c/0x180
[   82.700624]  schedule+0x58/0xd0
[   82.700805]  worker_thread+0xaa/0x3c0
[   82.700986]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.701210]  ? __pfx_worker_thread+0x10/0x10
[   82.701435]  kthread+0xe1/0x110
[   82.701616]  ? __pfx_kthread+0x10/0x10
[   82.701795]  ret_from_fork+0x29/0x50
[   82.701972]  </TASK>
[   82.702148] task:kworker/4:1H    state:I stack:0     pid:266   ppid:2      flags:0x00004000
[   82.702331] Workqueue:  0x0 (mmc_complete)
[   82.702516] Call Trace:
[   82.702697]  <TASK>
[   82.702878]  __schedule+0x2f6/0x1080
[   82.703061]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.703244]  ? __pm_runtime_suspend+0x41/0x80
[   82.703428]  schedule+0x58/0xd0
[   82.703609]  worker_thread+0xaa/0x3c0
[   82.703793]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.703976]  ? __pfx_worker_thread+0x10/0x10
[   82.704161]  kthread+0xe1/0x110
[   82.704340]  ? __pfx_kthread+0x10/0x10
[   82.704516]  ret_from_fork+0x29/0x50
[   82.704696]  </TASK>
[   82.704873] task:kworker/2:1H    state:I stack:0     pid:267   ppid:2      flags:0x00004000
[   82.705057] Workqueue:  0x0 (mmc_complete)
[   82.705285] Call Trace:
[   82.705514]  <TASK>
[   82.705696]  __schedule+0x2f6/0x1080
[   82.705879]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.706065]  ? __pm_runtime_suspend+0x41/0x80
[   82.706252]  schedule+0x58/0xd0
[   82.706434]  worker_thread+0xaa/0x3c0
[   82.706619]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.706804]  ? __pfx_worker_thread+0x10/0x10
[   82.706984]  kthread+0xe1/0x110
[   82.707164]  ? __pfx_kthread+0x10/0x10
[   82.707345]  ret_from_fork+0x29/0x50
[   82.707527]  </TASK>
[   82.707706] task:irq/140-mei_me  state:S stack:0     pid:287   ppid:2      flags:0x00004000
[   82.707892] Call Trace:
[   82.708079]  <TASK>
[   82.708262]  __schedule+0x2f6/0x1080
[   82.708447]  ? mei_irq_write_handler+0x1e/0x440 [mei]
[   82.708637]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.708824]  ? __pfx_irq_thread_fn+0x10/0x10
[   82.709012]  ? __pfx_irq_thread+0x10/0x10
[   82.709244]  schedule+0x58/0xd0
[   82.709471]  irq_thread+0xaa/0x1b0
[   82.709652]  ? __pfx_irq_thread_dtor+0x10/0x10
[   82.709834]  ? __pfx_irq_thread+0x10/0x10
[   82.710019]  kthread+0xe1/0x110
[   82.710200]  ? __pfx_kthread+0x10/0x10
[   82.710381]  ret_from_fork+0x29/0x50
[   82.710563]  </TASK>
[   82.710745] task:kworker/u25:0   state:I stack:0     pid:303   ppid:2      flags:0x00004000
[   82.710931] Workqueue:  0x0 (hci0)
[   82.711116] Call Trace:
[   82.711301]  <TASK>
[   82.711484]  __schedule+0x2f6/0x1080
[   82.711681]  ? hci_cmd_sync_work+0xc0/0x140
[   82.711867]  schedule+0x58/0xd0
[   82.712053]  worker_thread+0xaa/0x3c0
[   82.712234]  ? __pfx_worker_thread+0x10/0x10
[   82.712416]  kthread+0xe1/0x110
[   82.712598]  ? __pfx_kthread+0x10/0x10
[   82.712781]  ret_from_fork+0x29/0x50
[   82.712964]  </TASK>
[   82.713173] task:kworker/u25:1   state:I stack:0     pid:304   ppid:2      flags:0x00004000
[   82.713411] Workqueue:  0x0 (hci0)
[   82.713599] Call Trace:
[   82.713785]  <TASK>
[   82.713967]  __schedule+0x2f6/0x1080
[   82.714153]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.714339]  ? skb_dequeue+0x69/0x80
[   82.714526]  ? hci_rx_work+0x9f/0x580
[   82.714710]  ? queue_delayed_work_on+0x1f/0x30
[   82.714891]  schedule+0x58/0xd0
[   82.715074]  worker_thread+0xaa/0x3c0
[   82.715255]  ? __pfx_worker_thread+0x10/0x10
[   82.715437]  kthread+0xe1/0x110
[   82.715618]  ? __pfx_kthread+0x10/0x10
[   82.715796]  ret_from_fork+0x29/0x50
[   82.715977]  </TASK>
[   82.716157] task:kworker/u25:2   state:I stack:0     pid:305   ppid:2      flags:0x00004000
[   82.716341] Workqueue:  0x0 (hci0)
[   82.716525] Call Trace:
[   82.716708]  <TASK>
[   82.716891]  __schedule+0x2f6/0x1080
[   82.717073]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.717315]  ? skb_dequeue+0x69/0x80
[   82.717539]  ? hci_rx_work+0x9f/0x580
[   82.717718]  ? queue_delayed_work_on+0x1f/0x30
[   82.717898]  schedule+0x58/0xd0
[   82.718078]  worker_thread+0xaa/0x3c0
[   82.718259]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.718454]  ? __pfx_worker_thread+0x10/0x10
[   82.718633]  kthread+0xe1/0x110
[   82.718812]  ? __pfx_kthread+0x10/0x10
[   82.718993]  ret_from_fork+0x29/0x50
[   82.719173]  </TASK>
[   82.719351] task:kworker/0:3     state:I stack:0     pid:307   ppid:2      flags:0x00004000
[   82.719535] Call Trace:
[   82.719719]  <TASK>
[   82.719901]  __schedule+0x2f6/0x1080
[   82.720083]  ? __schedule+0x2fe/0x1080
[   82.720264]  ? __smp_call_single_queue+0x1e/0x30
[   82.720442]  schedule+0x58/0xd0
[   82.720620]  worker_thread+0xaa/0x3c0
[   82.720799]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.720979]  ? __pfx_worker_thread+0x10/0x10
[   82.721202]  kthread+0xe1/0x110
[   82.721421]  ? __pfx_kthread+0x10/0x10
[   82.721599]  ret_from_fork+0x29/0x50
[   82.721778]  </TASK>
[   82.721955] task:kworker/8:2     state:I stack:0     pid:309   ppid:2      flags:0x00004000
[   82.722138] Workqueue:  0x0 (events)
[   82.722323] Call Trace:
[   82.722505]  <TASK>
[   82.722686]  __schedule+0x2f6/0x1080
[   82.722869]  schedule+0x58/0xd0
[   82.723050]  worker_thread+0xaa/0x3c0
[   82.723230]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.723408]  ? __pfx_worker_thread+0x10/0x10
[   82.723586]  kthread+0xe1/0x110
[   82.723764]  ? __pfx_kthread+0x10/0x10
[   82.723942]  ret_from_fork+0x29/0x50
[   82.724121]  </TASK>
[   82.724298] task:kworker/2:2     state:I stack:0     pid:310   ppid:2      flags:0x00004000
[   82.724480] Workqueue:  0x0 (events)
[   82.724663] Call Trace:
[   82.724845]  <TASK>
[   82.725024]  __schedule+0x2f6/0x1080
[   82.725248]  schedule+0x58/0xd0
[   82.725484]  worker_thread+0xaa/0x3c0
[   82.725664]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.725843]  ? __pfx_worker_thread+0x10/0x10
[   82.726021]  kthread+0xe1/0x110
[   82.726199]  ? __pfx_kthread+0x10/0x10
[   82.726379]  ret_from_fork+0x29/0x50
[   82.726559]  </TASK>
[   82.726737] task:card0-crtc0     state:S stack:0     pid:311   ppid:2      flags:0x00004000
[   82.726921] Call Trace:
[   82.727103]  <TASK>
[   82.727284]  __schedule+0x2f6/0x1080
[   82.727466]  ? ttwu_queue_wakelist+0xba/0x100
[   82.727649]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.727834]  ? try_to_wake_up+0x8d/0x390
[   82.728020]  ? __pfx_kthread_worker_fn+0x10/0x10
[   82.728205]  schedule+0x58/0xd0
[   82.728391]  kthread_worker_fn+0xe9/0x160
[   82.728576]  kthread+0xe1/0x110
[   82.728754]  ? __pfx_kthread+0x10/0x10
[   82.728933]  ret_from_fork+0x29/0x50
[   82.729115]  </TASK>
[   82.729338] task:card0-crtc1     state:S stack:0     pid:312   ppid:2      flags:0x00004000
[   82.729566] Call Trace:
[   82.729752]  <TASK>
[   82.729937]  __schedule+0x2f6/0x1080
[   82.730121]  ? __schedule+0x2fe/0x1080
[   82.730306]  ? __smp_call_single_queue+0x1e/0x30
[   82.730491]  ? __pfx_kthread_worker_fn+0x10/0x10
[   82.730677]  schedule+0x58/0xd0
[   82.730860]  kthread_worker_fn+0xe9/0x160
[   82.731045]  kthread+0xe1/0x110
[   82.731230]  ? __pfx_kthread+0x10/0x10
[   82.731412]  ret_from_fork+0x29/0x50
[   82.731598]  </TASK>
[   82.731777] task:card0-crtc2     state:S stack:0     pid:313   ppid:2      flags:0x00004000
[   82.731961] Call Trace:
[   82.732144]  <TASK>
[   82.732342]  __schedule+0x2f6/0x1080
[   82.732526]  ? __schedule+0x2fe/0x1080
[   82.732710]  ? __smp_call_single_queue+0x1e/0x30
[   82.732897]  ? __pfx_kthread_worker_fn+0x10/0x10
[   82.733084]  schedule+0x58/0xd0
[   82.733325]  kthread_worker_fn+0xe9/0x160
[   82.733553]  kthread+0xe1/0x110
[   82.733736]  ? __pfx_kthread+0x10/0x10
[   82.733921]  ret_from_fork+0x29/0x50
[   82.734106]  </TASK>
[   82.734287] task:kworker/10:2H   state:I stack:0     pid:314   ppid:2      flags:0x00004000
[   82.734476] Call Trace:
[   82.734659]  <TASK>
[   82.734840]  __schedule+0x2f6/0x1080
[   82.735024]  ? __schedule+0x2fe/0x1080
[   82.735208]  schedule+0x58/0xd0
[   82.735392]  worker_thread+0xaa/0x3c0
[   82.735577]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.735761]  ? __pfx_worker_thread+0x10/0x10
[   82.735946]  kthread+0xe1/0x110
[   82.736129]  ? __pfx_kthread+0x10/0x10
[   82.736312]  ret_from_fork+0x29/0x50
[   82.736496]  </TASK>
[   82.736678] task:kworker/6:2H    state:I stack:0     pid:316   ppid:2      flags:0x00004000
[   82.736865] Call Trace:
[   82.737048]  <TASK>
[   82.737272]  __schedule+0x2f6/0x1080
[   82.737491]  ? __schedule+0x2fe/0x1080
[   82.737676]  schedule+0x58/0xd0
[   82.737860]  worker_thread+0xaa/0x3c0
[   82.738055]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.738236]  ? __pfx_worker_thread+0x10/0x10
[   82.738417]  kthread+0xe1/0x110
[   82.738596]  ? __pfx_kthread+0x10/0x10
[   82.738778]  ret_from_fork+0x29/0x50
[   82.738972]  </TASK>
[   82.739153] task:kworker/11:2H   state:I stack:0     pid:319   ppid:2      flags:0x00004000
[   82.739351] Call Trace:
[   82.739534]  <TASK>
[   82.739716]  __schedule+0x2f6/0x1080
[   82.739900]  ? __schedule+0x2fe/0x1080
[   82.740083]  ? __smp_call_single_queue+0x1e/0x30
[   82.740268]  schedule+0x58/0xd0
[   82.740449]  worker_thread+0xaa/0x3c0
[   82.740630]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.740812]  ? __pfx_worker_thread+0x10/0x10
[   82.740995]  kthread+0xe1/0x110
[   82.741234]  ? __pfx_kthread+0x10/0x10
[   82.741453]  ret_from_fork+0x29/0x50
[   82.741635]  </TASK>
[   82.741816] task:kworker/9:2     state:I stack:0     pid:320   ppid:2      flags:0x00004000
[   82.742011] Workqueue:  0x0 (events)
[   82.742190] Call Trace:
[   82.742369]  <TASK>
[   82.742545]  __schedule+0x2f6/0x1080
[   82.742724]  schedule+0x58/0xd0
[   82.742917]  worker_thread+0xaa/0x3c0
[   82.743098]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.743279]  ? __pfx_worker_thread+0x10/0x10
[   82.743460]  kthread+0xe1/0x110
[   82.743641]  ? __pfx_kthread+0x10/0x10
[   82.743823]  ret_from_fork+0x29/0x50
[   82.744004]  </TASK>
[   82.744183] task:kworker/8:2H    state:I stack:0     pid:324   ppid:2      flags:0x00004000
[   82.744366] Call Trace:
[   82.744546]  <TASK>
[   82.744726]  __schedule+0x2f6/0x1080
[   82.744907]  ? __schedule+0x2fe/0x1080
[   82.745091]  schedule+0x58/0xd0
[   82.745396]  worker_thread+0xaa/0x3c0
[   82.745586]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.745770]  ? __pfx_worker_thread+0x10/0x10
[   82.745966]  kthread+0xe1/0x110
[   82.746144]  ? __pfx_kthread+0x10/0x10
[   82.746336]  ret_from_fork+0x29/0x50
[   82.746517]  </TASK>
[   82.746695] task:kworker/7:2     state:I stack:0     pid:325   ppid:2      flags:0x00004000
[   82.746879] Workqueue:  0x0 (rcu_gp)
[   82.747059] Call Trace:
[   82.747238]  <TASK>
[   82.747417]  __schedule+0x2f6/0x1080
[   82.747597]  ? process_srcu+0x60/0x600
[   82.747776]  ? preempt_count_add+0x65/0xa0
[   82.747956]  schedule+0x58/0xd0
[   82.748134]  worker_thread+0xaa/0x3c0
[   82.748311]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.748490]  ? __pfx_worker_thread+0x10/0x10
[   82.748669]  kthread+0xe1/0x110
[   82.748847]  ? __pfx_kthread+0x10/0x10
[   82.749024]  ret_from_fork+0x29/0x50
[   82.749259]  </TASK>
[   82.749467] task:nvkm-disp       state:I stack:0     pid:326   ppid:2      flags:0x00004000
[   82.749648] Call Trace:
[   82.749827]  <TASK>
[   82.750004]  __schedule+0x2f6/0x1080
[   82.750182]  ? set_next_entity+0x82/0xb0
[   82.750362]  schedule+0x58/0xd0
[   82.750540]  rescuer_thread+0x2e3/0x3b0
[   82.750719]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.750897]  ? __pfx_rescuer_thread+0x10/0x10
[   82.751078]  kthread+0xe1/0x110
[   82.751257]  ? __pfx_kthread+0x10/0x10
[   82.751434]  ret_from_fork+0x29/0x50
[   82.751609]  </TASK>
[   82.751780] task:kworker/1:2     state:I stack:0     pid:336   ppid:2      flags:0x00004000
[   82.751959] Workqueue:  0x0 (events)
[   82.752141] Call Trace:
[   82.752319]  <TASK>
[   82.752495]  __schedule+0x2f6/0x1080
[   82.752673]  schedule+0x58/0xd0
[   82.752851]  worker_thread+0xaa/0x3c0
[   82.753028]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.753280]  ? __pfx_worker_thread+0x10/0x10
[   82.753499]  kthread+0xe1/0x110
[   82.753679]  ? __pfx_kthread+0x10/0x10
[   82.753856]  ret_from_fork+0x29/0x50
[   82.754035]  </TASK>
[   82.754208] task:kworker/5:2     state:I stack:0     pid:704   ppid:2      flags:0x00004000
[   82.754386] Workqueue:  0x0 (events)
[   82.754565] Call Trace:
[   82.754741]  <TASK>
[   82.754919]  __schedule+0x2f6/0x1080
[   82.755097]  schedule+0x58/0xd0
[   82.755274]  worker_thread+0xaa/0x3c0
[   82.755452]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.755629]  ? __pfx_worker_thread+0x10/0x10
[   82.755808]  kthread+0xe1/0x110
[   82.755985]  ? __pfx_kthread+0x10/0x10
[   82.756161]  ret_from_fork+0x29/0x50
[   82.756340]  </TASK>
[   82.756513] task:krfcommd        state:S stack:0     pid:1492  ppid:2      flags:0x00004000
[   82.756690] Call Trace:
[   82.756869]  <TASK>
[   82.757045]  __schedule+0x2f6/0x1080
[   82.757294]  ? _raw_write_lock+0xe/0x30
[   82.757510]  ? _raw_write_unlock+0xd/0x30
[   82.757689]  schedule+0x58/0xd0
[   82.757867]  schedule_timeout+0xb8/0xf0
[   82.758045]  ? preempt_count_add+0x65/0xa0
[   82.758223]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.758402]  wait_woken+0x4b/0x70
[   82.758580]  rfcomm_run+0xbe3/0x17f0 [rfcomm]
[   82.758761]  ? __pfx_woken_wake_function+0x10/0x10
[   82.758940]  ? preempt_count_add+0x65/0xa0
[   82.759114]  ? __pfx_rfcomm_run+0x10/0x10 [rfcomm]
[   82.759292]  kthread+0xe1/0x110
[   82.759467]  ? __pfx_kthread+0x10/0x10
[   82.759644]  ret_from_fork+0x29/0x50
[   82.759822]  </TASK>
[   82.759995] task:kworker/4:2     state:I stack:0     pid:1633  ppid:2      flags:0x00004000
[   82.760191] Call Trace:
[   82.760372]  <TASK>
[   82.760551]  __schedule+0x2f6/0x1080
[   82.760732]  ? __schedule+0x2fe/0x1080
[   82.760911]  ? __smp_call_single_queue+0x1e/0x30
[   82.761095]  schedule+0x58/0xd0
[   82.761333]  worker_thread+0xaa/0x3c0
[   82.761556]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.761736]  ? __pfx_worker_thread+0x10/0x10
[   82.761913]  kthread+0xe1/0x110
[   82.762091]  ? __pfx_kthread+0x10/0x10
[   82.762268]  ret_from_fork+0x29/0x50
[   82.762447]  </TASK>
[   82.762623] task:kworker/9:2H    state:I stack:0     pid:1642  ppid:2      flags:0x00004000
[   82.762806] Call Trace:
[   82.763002]  <TASK>
[   82.763186]  __schedule+0x2f6/0x1080
[   82.763370]  ? __schedule+0x2fe/0x1080
[   82.763554]  ? __smp_call_single_queue+0x1e/0x30
[   82.763741]  schedule+0x58/0xd0
[   82.763937]  worker_thread+0xaa/0x3c0
[   82.764118]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.764295]  ? __pfx_worker_thread+0x10/0x10
[   82.764472]  kthread+0xe1/0x110
[   82.764650]  ? __pfx_kthread+0x10/0x10
[   82.764841]  ret_from_fork+0x29/0x50
[   82.765024]  </TASK>
[   82.765268] task:rc              state:S stack:0     pid:1712  ppid:1      flags:0x00000000
[   82.765496] Call Trace:
[   82.765680]  <TASK>
[   82.765865]  __schedule+0x2f6/0x1080
[   82.766061]  ? check_preempt_curr+0x2e/0x70
[   82.766243]  schedule+0x58/0xd0
[   82.766425]  do_wait+0x152/0x2a0
[   82.766605]  kernel_wait4+0x99/0x130
[   82.766779]  ? __pfx_child_wait_callback+0x10/0x10
[   82.766972]  do_syscall_64+0x37/0x90
[   82.767164]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   82.767345] RIP: 0033:0x7f89438f6316
[   82.767529] RSP: 002b:00007ffff2af90c8 EFLAGS: 00000246 ORIG_RAX: 000000000000003d
[   82.767719] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f89438f6316
[   82.767910] RDX: 0000000000000000 RSI: 00007ffff2af90f8 RDI: 00000000ffffffff
[   82.768103] RBP: 0000000000000001 R08: 0000000000000001 R09: 0000000000000008
[   82.768299] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[   82.768496] R13: 00000000ffffffff R14: 0000000000000000 R15: 0000000000000000
[   82.768694]  </TASK>
[   82.768891] task:kworker/11:2    state:I stack:0     pid:1743  ppid:2      flags:0x00004000
[   82.769093] Workqueue:  0x0 (events)
[   82.769356] Call Trace:
[   82.769594]  <TASK>
[   82.769791]  __schedule+0x2f6/0x1080
[   82.769988]  ? remove_vm_area+0x94/0xa0
[   82.770187]  schedule+0x58/0xd0
[   82.770386]  worker_thread+0xaa/0x3c0
[   82.770588]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.770788]  ? __pfx_worker_thread+0x10/0x10
[   82.770990]  kthread+0xe1/0x110
[   82.771189]  ? __pfx_kthread+0x10/0x10
[   82.771387]  ret_from_fork+0x29/0x50
[   82.771588]  </TASK>
[   82.771784] task:kworker/10:2    state:I stack:0     pid:1787  ppid:2      flags:0x00004000
[   82.771988] Workqueue:  0x0 (events)
[   82.772191] Call Trace:
[   82.772393]  <TASK>
[   82.772592]  __schedule+0x2f6/0x1080
[   82.772793]  schedule+0x58/0xd0
[   82.772991]  worker_thread+0xaa/0x3c0
[   82.773229]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.773468]  ? __pfx_worker_thread+0x10/0x10
[   82.773667]  kthread+0xe1/0x110
[   82.773876]  ? __pfx_kthread+0x10/0x10
[   82.774081]  ret_from_fork+0x29/0x50
[   82.774275]  </TASK>
[   82.774468] task:S99reboot       state:S stack:0     pid:2290  ppid:1712   flags:0x00000000
[   82.774668] Call Trace:
[   82.774879]  <TASK>
[   82.775079]  __schedule+0x2f6/0x1080
[   82.775280]  ? check_preempt_curr+0x2e/0x70
[   82.775482]  schedule+0x58/0xd0
[   82.775684]  do_wait+0x152/0x2a0
[   82.775882]  kernel_wait4+0x99/0x130
[   82.776077]  ? __pfx_child_wait_callback+0x10/0x10
[   82.776275]  do_syscall_64+0x37/0x90
[   82.776474]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   82.776672] RIP: 0033:0x7fd989a6e316
[   82.776869] RSP: 002b:00007ffe6cf4a788 EFLAGS: 00000246 ORIG_RAX: 000000000000003d
[   82.777074] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fd989a6e316
[   82.777349] RDX: 0000000000000000 RSI: 00007ffe6cf4a7b8 RDI: 00000000ffffffff
[   82.777601] RBP: 0000000000000001 R08: 0000000000000001 R09: 0000000000000008
[   82.777812] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[   82.778025] R13: 00000000ffffffff R14: 0000000000000000 R15: 0000000000000000
[   82.778240]  </TASK>
[   82.778451] task:jbd2/sda7-8     state:S stack:0     pid:2294  ppid:2      flags:0x00004000
[   82.778671] Call Trace:
[   82.778887]  <TASK>
[   82.779098]  __schedule+0x2f6/0x1080
[   82.779312]  ? __wake_up_common+0x6c/0x130
[   82.779525]  ? _raw_spin_unlock_irqrestore+0x16/0x30
[   82.779741]  schedule+0x58/0xd0
[   82.779956]  kjournald2+0x242/0x260
[   82.780172]  ? __pfx_autoremove_wake_function+0x10/0x10
[   82.780390]  ? __pfx_kjournald2+0x10/0x10
[   82.780608]  kthread+0xe1/0x110
[   82.780824]  ? __pfx_kthread+0x10/0x10
[   82.781050]  ret_from_fork+0x29/0x50
[   82.781326]  </TASK>
[   82.781577] task:ext4-rsv-conver state:I stack:0     pid:2295  ppid:2      flags:0x00004000
[   82.781790] Call Trace:
[   82.782000]  <TASK>
[   82.782206]  __schedule+0x2f6/0x1080
[   82.782413]  ? set_next_entity+0x82/0xb0
[   82.782619]  schedule+0x58/0xd0
[   82.782822]  rescuer_thread+0x2e3/0x3b0
[   82.783023]  ? _raw_spin_lock_irqsave+0x12/0x40
[   82.783222]  ? __pfx_rescuer_thread+0x10/0x10
[   82.783423]  kthread+0xe1/0x110
[   82.783621]  ? __pfx_kthread+0x10/0x10
[   82.783821]  ret_from_fork+0x29/0x50
[   82.784021]  </TASK>
[   82.784218] task:ext4lazyinit    state:S stack:0     pid:2296  ppid:2      flags:0x00004000
[   82.784422] Call Trace:
[   82.784625]  <TASK>
[   82.784825]  __schedule+0x2f6/0x1080
[   82.785028]  ? lock_timer_base+0x5c/0x80
[   82.785296]  schedule+0x58/0xd0
[   82.785539]  schedule_timeout+0x7c/0xf0
[   82.785741]  ? __pfx_process_timeout+0x10/0x10
[   82.785943]  ext4_lazyinit_thread+0x141/0x560
[   82.786141]  ? __pfx_ext4_lazyinit_thread+0x10/0x10
[   82.786340]  kthread+0xe1/0x110
[   82.786538]  ? __pfx_kthread+0x10/0x10
[   82.786738]  ret_from_fork+0x29/0x50
[   82.786937]  </TASK>
[   82.787137] task:dmesg           state:S stack:0     pid:2298  ppid:2290   flags:0x00000000
[   82.787342] Call Trace:
[   82.787543]  <TASK>
[   82.787743]  __schedule+0x2f6/0x1080
[   82.787957]  ? __mark_inode_dirty+0x44/0x220
[   82.788160]  ? _prb_read_valid+0x7f/0x300
[   82.788363]  schedule+0x58/0xd0
[   82.788561]  devkmsg_read+0x1a6/0x220
[   82.788757]  ? __pfx_autoremove_wake_function+0x10/0x10
[   82.788955]  vfs_read+0x90/0x2f0
[   82.789269]  ? vfs_write+0x11b/0x3e0
[   82.789489]  ksys_read+0x5e/0xe0
[   82.789689]  do_syscall_64+0x37/0x90
[   82.789889]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   82.790103] RIP: 0033:0x7f791c0ad04e
[   82.790300] RSP: 002b:00007ffddad3eae8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[   82.790502] RAX: ffffffffffffffda RBX: 000000000041245a RCX: 00007f791c0ad04e
[   82.790707] RDX: 0000000000001fff RSI: 0000000000412448 RDI: 0000000000000003
[   82.790915] RBP: 0000000000412472 R08: 000000000000000a R09: 00007ffddad3e800
[   82.791123] R10: 0000000000000001 R11: 0000000000000246 R12: 0000000000412472
[   82.791327] R13: ffffffffffffffff R14: ffffffffffffffff R15: 000000000040cb20
[   82.791531]  </TASK>
[   82.791731] task:echo            state:R  running task     stack:0     pid:2299  ppid:2290   flags:0x00004000
[   82.791942] Call Trace:
[   82.792149]  <TASK>
[   82.792353]  sched_show_task.cold+0xc7/0xdf
[   82.792556]  show_state_filter+0x49/0xc0
[   82.792757]  sysrq_handle_showstate+0x7/0x10
[   82.792959]  __handle_sysrq.cold+0x41/0x11c
[   82.793222]  write_sysrq_trigger+0x1f/0x40
[   82.793459]  proc_reg_write+0x4e/0xa0
[   82.793662]  ? preempt_count_add+0x42/0xa0
[   82.793864]  vfs_write+0xba/0x3e0
[   82.794066]  ksys_write+0x5e/0xe0
[   82.794266]  do_syscall_64+0x37/0x90
[   82.794466]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   82.794667] RIP: 0033:0x7fbed0af40f3
[   82.794880] Code: 8b 15 79 6d 0d 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 64 8b 04 25 18 00 00 00 85 c0 75 14 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 55 c3 0f 1f 40 00 48 83 ec 28 48 89 54 24 18
[   82.795109] RSP: 002b:00007fff0eb88e58 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[   82.795349] RAX: ffffffffffffffda RBX: 0000000000000002 RCX: 00007fbed0af40f3
[   82.795590] RDX: 0000000000000002 RSI: 00000000011592f0 RDI: 0000000000000001
[   82.795829] RBP: 00000000011592f0 R08: 0000000000000000 R09: 0000000000000001
[   82.796069] R10: 00007fbed09fca20 R11: 0000000000000246 R12: 0000000000000002
[   82.796313] R13: 00007fbed0bcc6c0 R14: 00007fbed0bc8520 R15: 00007fbed0bc7920
[   82.796558]  </TASK>
[   82.796803] Sched Debug Version: v0.11, 6.2.0-rc7+ #32
[   82.797049] ktime                                   : 82791.152055
[   82.797339] sched_clk                               : 82828.916029
[   82.797626] cpu_clk                                 : 82796.802907
[   82.797876] jiffies                                 : 4294912962
[   82.798127] sched_clock_stable()                    : 1

[   82.798622] sysctl_sched
[   82.798866]   .sysctl_sched_latency                    : 24.000000
[   82.799110]   .sysctl_sched_min_granularity            : 3.000000
[   82.799353]   .sysctl_sched_idle_min_granularity       : 0.750000
[   82.799597]   .sysctl_sched_wakeup_granularity         : 4.000000
[   82.799842]   .sysctl_sched_child_runs_first           : 0
[   82.800086]   .sysctl_sched_features                   : 58611259
[   82.800332]   .sysctl_sched_tunable_scaling            : 1 (logarithmic)

[   82.800822] cpu#0, 2600.000 MHz
[   82.801068]   .nr_running                    : 0
[   82.801372]   .nr_switches                   : 38244
[   82.801657]   .nr_uninterruptible            : 1
[   82.801914]   .next_balance                  : 4294.912950
[   82.802159]   .curr->pid                     : 0
[   82.802400]   .clock                         : 82801.436458
[   82.802642]   .clock_task                    : 82801.436458
[   82.802880]   .avg_idle                      : 1000000
[   82.803121]   .max_idle_balance_cost         : 500000

[   82.803598] cfs_rq[0]:/autogroup-50
[   82.803835]   .exec_clock                    : 0.000000
[   82.804078]   .MIN_vruntime                  : 0.000001
[   82.804317]   .min_vruntime                  : 729.181683
[   82.804554]   .max_vruntime                  : 0.000001
[   82.804793]   .spread                        : 0.000000
[   82.805030]   .spread0                       : -6238.178509
[   82.805325]   .nr_spread_over                : 0
[   82.805597]   .nr_running                    : 0
[   82.805831]   .h_nr_running                  : 0
[   82.806061]   .idle_nr_running               : 0
[   82.806288]   .idle_h_nr_running             : 0
[   82.806512]   .load                          : 0
[   82.806733]   .load_avg                      : 0
[   82.806951]   .runnable_avg                  : 0
[   82.807167]   .util_avg                      : 0
[   82.807379]   .util_est_enqueued             : 0
[   82.807586]   .removed.load_avg              : 0
[   82.807790]   .removed.util_avg              : 0
[   82.807995]   .removed.runnable_avg          : 0
[   82.808199]   .tg_load_avg_contrib           : 0
[   82.808401]   .tg_load_avg                   : 1041
[   82.808600]   .se->exec_start                : 82789.188222
[   82.808804]   .se->vruntime                  : 6969.238298
[   82.809005]   .se->sum_exec_runtime          : 70.994420
[   82.809265]   .se->load.weight               : 2
[   82.809508]   .se->avg.load_avg              : 0
[   82.809708]   .se->avg.util_avg              : 0
[   82.809909]   .se->avg.runnable_avg          : 0

[   82.810304] cfs_rq[0]:/
[   82.810499]   .exec_clock                    : 0.000000
[   82.810677]   .MIN_vruntime                  : 0.000001
[   82.810838]   .min_vruntime                  : 6967.360192
[   82.810997]   .max_vruntime                  : 0.000001
[   82.811152]   .spread                        : 0.000000
[   82.811306]   .spread0                       : 0.000000
[   82.811456]   .nr_spread_over                : 0
[   82.811604]   .nr_running                    : 0
[   82.811748]   .h_nr_running                  : 0
[   82.811891]   .idle_nr_running               : 0
[   82.812032]   .idle_h_nr_running             : 0
[   82.812172]   .load                          : 0
[   82.812313]   .load_avg                      : 407
[   82.812452]   .runnable_avg                  : 402
[   82.812590]   .util_avg                      : 194
[   82.812727]   .util_est_enqueued             : 0
[   82.812865]   .removed.load_avg              : 0
[   82.813002]   .removed.util_avg              : 0
[   82.813164]   .removed.runnable_avg          : 0
[   82.813356]   .tg_load_avg_contrib           : 0
[   82.813491]   .tg_load_avg                   : 0

[   82.813755] rt_rq[0]:
[   82.813885]   .rt_nr_running                 : 0
[   82.814016]   .rt_nr_migratory               : 0
[   82.814147]   .rt_throttled                  : 0
[   82.814275]   .rt_time                       : 0.000000
[   82.814406]   .rt_runtime                    : 950.000000

[   82.814662] dl_rq[0]:
[   82.814789]   .dl_nr_running                 : 0
[   82.814918]   .dl_nr_migratory               : 0
[   82.815047]   .dl_bw->bw                     : 996147
[   82.815176]   .dl_bw->total_bw               : 0

[   82.815428] runnable tasks:
[   82.815554]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.815703] -------------------------------------------------------------------------------------------------------------
[   82.815841]  I          rcu_gp     3         6.951421         2   100         0.000000         0.000000         0.000000         0.000000 /
[   82.815990]  I      rcu_par_gp     4         8.451419         2   100         0.000000         0.000000         0.000000         0.000000 /
[   82.816142]  I    slub_flushwq     5        10.451418         2   100         0.000000         0.000000         0.000000         0.000000 /
[   82.816291]  I     kworker/0:0     6      1286.191685         9   120         0.000000         0.011353         0.000000         0.000000 /
[   82.816442]  I    kworker/0:0H     7       555.903155         4   100         0.000000         0.011068         0.000000         0.000000 /
[   82.816596]  I    mm_percpu_wq     9        17.201415         2   100         0.000000         0.000000         0.000000         0.000000 /
[   82.816751]  S     ksoftirqd/0    10      6905.943992       120   120         0.000000         1.336400         0.000000         0.000000 /
[   82.816908]  S     migration/0    12        23.201412        10     0         0.000000         5.170515         0.000000         0.000000 /
[   82.817068]  S         cpuhp/0    13      1480.882233        16   120         0.000000         0.201138         0.000000         0.000000 /
[   82.817290]  I     kworker/0:1    71      6963.392118      1995   120         0.000000        80.146023         0.000000         0.000000 /
[   82.817492]  I   kworker/u24:1    77      6905.949810      1102   120         0.000000        20.931839         0.000000         0.000000 /
[   82.817660]  I     kworker/0:2    79      1326.181348         8   120         0.000000         0.276807         0.000000         0.000000 /
[   82.817833]  I    kworker/0:1H    81      6830.547273      1293   100         0.000000         4.923221         0.000000         0.000000 /
[   82.818009]  I   kworker/u24:6   115      6897.367196       103   120         0.000000         0.528077         0.000000         0.000000 /
[   82.818187]  S  irq/140-mei_me   287         0.000000        48    49         0.000000         0.846986         0.000000         0.000000 /
[   82.818367]  I   kworker/u25:1   304      1555.663245      6707   100         0.000000        14.138034         0.000000         0.000000 /
[   82.818552]  I     kworker/0:3   307      1298.186044         2   120         0.000000         0.003199         0.000000         0.000000 /
[   82.818741]  S     card0-crtc0   311         0.000000        10    49         0.000000         0.304725         0.000000         0.000000 /
[   82.818932]  S     card0-crtc1   312         0.000000         2    49         0.000000         0.001856         0.000000         0.000000 /
[   82.819124]  S     card0-crtc2   313         0.000000         2    49         0.000000         0.001758         0.000000         0.000000 /
[   82.819316]  I       nvkm-disp   326      1485.046378         2   100         0.000000         0.061858         0.000000         0.000000 /
[   82.819508]  I ext4-rsv-conver  2295      6929.982477         2   100         0.000000         0.043393         0.000000         0.000000 /

[   82.819889] cpu#1, 2600.000 MHz
[   82.820079]   .nr_running                    : 0
[   82.820271]   .nr_switches                   : 23565
[   82.820465]   .nr_uninterruptible            : 4294967286
[   82.820657]   .next_balance                  : 4294.912968
[   82.820851]   .curr->pid                     : 0
[   82.821044]   .clock                         : 82817.158663
[   82.821278]   .clock_task                    : 82817.158663
[   82.821508]   .avg_idle                      : 1000000
[   82.821703]   .max_idle_balance_cost         : 500000

[   82.822093] cfs_rq[1]:/
[   82.822286]   .exec_clock                    : 0.000000
[   82.822483]   .MIN_vruntime                  : 0.000001
[   82.822692]   .min_vruntime                  : 1827.824144
[   82.822887]   .max_vruntime                  : 0.000001
[   82.823083]   .spread                        : 0.000000
[   82.823281]   .spread0                       : -5139.536048
[   82.823479]   .nr_spread_over                : 0
[   82.823676]   .nr_running                    : 0
[   82.823873]   .h_nr_running                  : 0
[   82.824071]   .idle_nr_running               : 0
[   82.824267]   .idle_h_nr_running             : 0
[   82.824467]   .load                          : 0
[   82.824664]   .load_avg                      : 0
[   82.824859]   .runnable_avg                  : 0
[   82.825056]   .util_avg                      : 0
[   82.825316]   .util_est_enqueued             : 0
[   82.825553]   .removed.load_avg              : 0
[   82.825749]   .removed.util_avg              : 0
[   82.825944]   .removed.runnable_avg          : 0
[   82.826141]   .tg_load_avg_contrib           : 0
[   82.826338]   .tg_load_avg                   : 0

[   82.826726] rt_rq[1]:
[   82.826918]   .rt_nr_running                 : 0
[   82.827113]   .rt_nr_migratory               : 0
[   82.827308]   .rt_throttled                  : 0
[   82.827503]   .rt_time                       : 0.000000
[   82.827697]   .rt_runtime                    : 950.000000

[   82.828087] dl_rq[1]:
[   82.828274]   .dl_nr_running                 : 0
[   82.828462]   .dl_nr_migratory               : 0
[   82.828641]   .dl_bw->bw                     : 996147
[   82.828821]   .dl_bw->total_bw               : 0

[   82.829214] runnable tasks:
[   82.829425]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.829623] -------------------------------------------------------------------------------------------------------------
[   82.829807]  I   kworker/u24:0     8        72.738676        46   120         0.000000         2.145454         0.000000         0.000000 /
[   82.830000]  I     rcu_preempt    11      1815.968528      2802   120         0.000000        19.689012         0.000000         0.000000 /
[   82.830193]  S         cpuhp/1    14      1141.773705        16   120         0.000000         0.165180         0.000000         0.000000 /
[   82.830383]  S     migration/1    15        31.201407         8     0         0.000000       132.609434         0.000000         0.000000 /
[   82.830575]  S     ksoftirqd/1    16      1803.795885        61   120         0.000000         0.749761         0.000000         0.000000 /
[   82.830766]  I     kworker/1:0    17      1125.749598         6   120         0.000000         0.022146         0.000000         0.000000 /
[   82.830958]  I    kworker/1:0H    18        72.130056         4   100         0.000000         0.010525         0.000000         0.000000 /
[   82.831149]  I     kworker/1:1    72      1804.473131      2315   120         0.000000       195.621406         0.000000         0.000000 /
[   82.831340]  S         kswapd0    83        59.364379         3   120         0.000000         0.014274         0.000000         0.000000 /
[   82.831530]  I     cifsoplockd    87        47.158107         2   100         0.000000         0.003844         0.000000         0.000000 /
[   82.831718]  I acpi_thermal_pm    98        71.354764         2   100         0.000000         0.034079         0.000000         0.000000 /
[   82.831907]  I  nvme-delete-wq   101        83.389798         2   100         0.000000         0.035997         0.000000         0.000000 /
[   82.832096]  I    kworker/1:1H   264      1803.529264        64   100         0.000000         0.397353         0.000000         0.000000 /
[   82.832289]  I     kworker/1:2   336      1773.954234        16   120         0.000000         0.101995         0.000000         0.000000 /
[   82.832479]  S    ext4lazyinit  2296      1827.824144         2   120         0.000000         0.043356         0.000000         0.000000 /

[   82.832850] cpu#2, 2600.000 MHz
[   82.833032]   .nr_running                    : 1
[   82.833274]   .nr_switches                   : 16544
[   82.833500]   .nr_uninterruptible            : 16
[   82.833685]   .next_balance                  : 4294.912975
[   82.833868]   .curr->pid                     : 2299
[   82.834052]   .clock                         : 82834.052373
[   82.834236]   .clock_task                    : 82834.236219
[   82.834422]   .avg_idle                      : 1000000
[   82.834606]   .max_idle_balance_cost         : 500000

[   82.834972] cfs_rq[2]:/autogroup-50
[   82.835155]   .exec_clock                    : 0.000000
[   82.835341]   .MIN_vruntime                  : 0.000001
[   82.835525]   .min_vruntime                  : 1576.081738
[   82.835711]   .max_vruntime                  : 0.000001
[   82.835900]   .spread                        : 0.000000
[   82.836084]   .spread0                       : -5391.278454
[   82.836270]   .nr_spread_over                : 0
[   82.836454]   .nr_running                    : 1
[   82.836653]   .h_nr_running                  : 1
[   82.836838]   .idle_nr_running               : 0
[   82.837023]   .idle_h_nr_running             : 0
[   82.837249]   .load                          : 1048576
[   82.837473]   .load_avg                      : 1023
[   82.837659]   .runnable_avg                  : 1024
[   82.837848]   .util_avg                      : 518
[   82.838035]   .util_est_enqueued             : 0
[   82.838223]   .removed.load_avg              : 0
[   82.838412]   .removed.util_avg              : 0
[   82.838600]   .removed.runnable_avg          : 0
[   82.838790]   .tg_load_avg_contrib           : 1023
[   82.838978]   .tg_load_avg                   : 1042
[   82.839168]   .se->exec_start                : 82839.168676
[   82.839359]   .se->vruntime                  : 2625.661533
[   82.839549]   .se->sum_exec_runtime          : 235.014628
[   82.839739]   .se->load.weight               : 1029474
[   82.839930]   .se->avg.load_avg              : 1004
[   82.840121]   .se->avg.util_avg              : 510
[   82.840312]   .se->avg.runnable_avg          : 1024

[   82.840692] cfs_rq[2]:/
[   82.840882]   .exec_clock                    : 0.000000
[   82.841075]   .MIN_vruntime                  : 2621.778123
[   82.841326]   .min_vruntime                  : 2625.661533
[   82.841560]   .max_vruntime                  : 2621.778123
[   82.841753]   .spread                        : 0.000000
[   82.841947]   .spread0                       : -4341.698659
[   82.842141]   .nr_spread_over                : 0
[   82.842332]   .nr_running                    : 2
[   82.842515]   .h_nr_running                  : 2
[   82.842694]   .idle_nr_running               : 0
[   82.842872]   .idle_h_nr_running             : 0
[   82.843044]   .load                          : 2078050
[   82.843216]   .load_avg                      : 1811
[   82.843382]   .runnable_avg                  : 1831
[   82.843560]   .util_avg                      : 922
[   82.843724]   .util_est_enqueued             : 405
[   82.843886]   .removed.load_avg              : 0
[   82.844045]   .removed.util_avg              : 0
[   82.844200]   .removed.runnable_avg          : 0
[   82.844357]   .tg_load_avg_contrib           : 0
[   82.844510]   .tg_load_avg                   : 0

[   82.844806] rt_rq[2]:
[   82.844948]   .rt_nr_running                 : 0
[   82.845088]   .rt_nr_migratory               : 0
[   82.845285]   .rt_throttled                  : 0
[   82.845460]   .rt_time                       : 0.000000
[   82.845601]   .rt_runtime                    : 950.000000

[   82.845877] dl_rq[2]:
[   82.846013]   .dl_nr_running                 : 0
[   82.846152]   .dl_nr_migratory               : 0
[   82.846290]   .dl_bw->bw                     : 996147
[   82.846427]   .dl_bw->total_bw               : 0

[   82.846697] runnable tasks:
[   82.846832]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.846978] -------------------------------------------------------------------------------------------------------------
[   82.847126]  S        kthreadd     2      2409.523470       175   120         0.000000         1.103727         0.000000         0.000000 /
[   82.847283]  S         cpuhp/2    19       415.556710        16   120         0.000000         0.130628         0.000000         0.000000 /
[   82.847443]  S     migration/2    20        51.201396         9     0         0.000000       131.048994         0.000000         0.000000 /
[   82.847602]  S     ksoftirqd/2    21      2409.502779        52   120         0.000000         0.999023         0.000000         0.000000 /
[   82.847764]  I     kworker/2:0    22       320.749156         6   120         0.000000         0.021873         0.000000         0.000000 /
[   82.847945]  I    kworker/2:0H    23       135.563054         4   100         0.000000         0.008600         0.000000         0.000000 /
[   82.848115]  I    inet_frag_wq    70        10.951418         2   100         0.000000         0.000000         0.000000         0.000000 /
[   82.848285]  I          cryptd    75        10.951418         2   100         0.000000         0.000000         0.000000         0.000000 /
[   82.848457]  I   kworker/u24:2    78        82.846683         7   120         0.000000         0.023553         0.000000         0.000000 /
[   82.848629]  R     kworker/2:1    82      2621.778123      2609   120         0.000000      1228.897140         0.000000         0.000000 /
[   82.848805]  I   nvme-reset-wq   100        70.756593         2   100         0.000000         0.036376         0.000000         0.000000 /
[   82.848996]  I      scsi_tmf_2   107        82.795106         2   100         0.000000         0.039435         0.000000         0.000000 /
[   82.849234]  S       scsi_eh_3   108        94.841664         3   120         0.000000         0.017629         0.000000         0.000000 /
[   82.849457]  I   kworker/u24:5   114      2324.602155        11   120         0.000000         0.036726         0.000000         0.000000 /
[   82.849643]  I    mmc_complete   120       118.905187         2   100         0.000000         0.031375         0.000000         0.000000 /
[   82.849829]  I    kworker/2:1H   267      2409.490254       330   100         0.000000         1.078558         0.000000         0.000000 /
[   82.850017]  I     kworker/2:2   310      2409.493387        18   120         0.000000         0.179481         0.000000         0.000000 /
[   82.850207] >R            echo  2299      1586.666305      1327   120         0.000000       265.427878         0.000000         0.000000 /autogroup-50

[   82.850606] cpu#3, 2600.000 MHz
[   82.850796]   .nr_running                    : 0
[   82.850989]   .nr_switches                   : 20459
[   82.851180]   .nr_uninterruptible            : 4294967281
[   82.851375]   .next_balance                  : 4294.912769
[   82.851567]   .curr->pid                     : 0
[   82.851758]   .clock                         : 82837.290027
[   82.851951]   .clock_task                    : 82837.290027
[   82.852144]   .avg_idle                      : 1000000
[   82.852336]   .max_idle_balance_cost         : 500000

[   82.852719] cfs_rq[3]:/
[   82.852910]   .exec_clock                    : 0.000000
[   82.853105]   .MIN_vruntime                  : 0.000001
[   82.853337]   .min_vruntime                  : 17443.561850
[   82.853568]   .max_vruntime                  : 0.000001
[   82.853760]   .spread                        : 0.000000
[   82.853954]   .spread0                       : 10476.201658
[   82.854146]   .nr_spread_over                : 0
[   82.854337]   .nr_running                    : 0
[   82.854529]   .h_nr_running                  : 0
[   82.854720]   .idle_nr_running               : 0
[   82.854912]   .idle_h_nr_running             : 0
[   82.855103]   .load                          : 0
[   82.855295]   .load_avg                      : 0
[   82.855485]   .runnable_avg                  : 0
[   82.855675]   .util_avg                      : 0
[   82.855865]   .util_est_enqueued             : 0
[   82.856054]   .removed.load_avg              : 0
[   82.856244]   .removed.util_avg              : 0
[   82.856433]   .removed.runnable_avg          : 0
[   82.856623]   .tg_load_avg_contrib           : 0
[   82.856813]   .tg_load_avg                   : 0

[   82.857248] rt_rq[3]:
[   82.857484]   .rt_nr_running                 : 0
[   82.857677]   .rt_nr_migratory               : 0
[   82.857869]   .rt_throttled                  : 0
[   82.858070]   .rt_time                       : 0.000000
[   82.858261]   .rt_runtime                    : 950.000000

[   82.858638] dl_rq[3]:
[   82.858824]   .dl_nr_running                 : 0
[   82.859014]   .dl_nr_migratory               : 0
[   82.859202]   .dl_bw->bw                     : 996147
[   82.859390]   .dl_bw->total_bw               : 0

[   82.859751] runnable tasks:
[   82.859922]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.860103] -------------------------------------------------------------------------------------------------------------
[   82.860285]  S         cpuhp/3    24      1092.818984        16   120         0.000000         0.116859         0.000000         0.000000 /
[   82.860475]  S     migration/3    25        79.201383        11     0         0.000000       131.065655         0.000000         0.000000 /
[   82.860664]  S     ksoftirqd/3    26     17435.322296       443   120         0.000000        42.266006         0.000000         0.000000 /
[   82.860855]  I     kworker/3:0    27        49.081076         6   120         0.000000         0.026864         0.000000         0.000000 /
[   82.861044]  I    kworker/3:0H    28        79.754653         4   100         0.000000         0.018346         0.000000         0.000000 /
[   82.861292]  I         kblockd    76        22.957638         2   100         0.000000         0.000000         0.000000         0.000000 /
[   82.861520]  I     kworker/3:1    90     17431.775030      1582   120         0.000000        24.126006         0.000000         0.000000 /
[   82.861710]  I         nvme-wq    99        37.020709         2   100         0.000000         0.041274         0.000000         0.000000 /
[   82.861902]  S       scsi_eh_1   104        49.072630         3   120         0.000000         0.043636         0.000000         0.000000 /
[   82.862096]  I      scsi_tmf_4   111        61.069735         2   100         0.000000         0.009187         0.000000         0.000000 /
[   82.862288]  I     kworker/3:2   118       978.971789       159   120         0.000000         1.046508         0.000000         0.000000 /
[   82.862481]  I    kworker/3:1H   122     17431.561965        65   100         0.000000         0.279464         0.000000         0.000000 /

[   82.862863] cpu#4, 2600.000 MHz
[   82.863048]   .nr_running                    : 0
[   82.863230]   .nr_switches                   : 10167
[   82.863407]   .nr_uninterruptible            : 11
[   82.863586]   .next_balance                  : 4294.912801
[   82.863763]   .curr->pid                     : 0
[   82.863941]   .clock                         : 82837.290088
[   82.864118]   .clock_task                    : 82837.290088
[   82.864305]   .avg_idle                      : 1000000
[   82.864480]   .max_idle_balance_cost         : 500000

[   82.864830] cfs_rq[4]:/autogroup-50
[   82.865008]   .exec_clock                    : 0.000000
[   82.865244]   .MIN_vruntime                  : 0.000001
[   82.865463]   .min_vruntime                  : 160.090979
[   82.865643]   .max_vruntime                  : 0.000001
[   82.865821]   .spread                        : 0.000000
[   82.865999]   .spread0                       : -6807.269213
[   82.866179]   .nr_spread_over                : 0
[   82.866359]   .nr_running                    : 0
[   82.866538]   .h_nr_running                  : 0
[   82.866716]   .idle_nr_running               : 0
[   82.866895]   .idle_h_nr_running             : 0
[   82.867075]   .load                          : 0
[   82.867253]   .load_avg                      : 0
[   82.867429]   .runnable_avg                  : 0
[   82.867606]   .util_avg                      : 0
[   82.867782]   .util_est_enqueued             : 0
[   82.867976]   .removed.load_avg              : 0
[   82.868156]   .removed.util_avg              : 0
[   82.868337]   .removed.runnable_avg          : 0
[   82.868517]   .tg_load_avg_contrib           : 0
[   82.868698]   .tg_load_avg                   : 1044
[   82.868892]   .se->exec_start                : 82061.425616
[   82.869072]   .se->vruntime                  : 1191.335050
[   82.869309]   .se->sum_exec_runtime          : 5.139649
[   82.869531]   .se->load.weight               : 529981
[   82.869716]   .se->avg.load_avg              : 0
[   82.869897]   .se->avg.util_avg              : 0
[   82.870078]   .se->avg.runnable_avg          : 0

[   82.870436] cfs_rq[4]:/
[   82.870615]   .exec_clock                    : 0.000000
[   82.870796]   .MIN_vruntime                  : 0.000001
[   82.870978]   .min_vruntime                  : 1191.337308
[   82.871161]   .max_vruntime                  : 0.000001
[   82.871356]   .spread                        : 0.000000
[   82.871537]   .spread0                       : -5776.022884
[   82.871720]   .nr_spread_over                : 0
[   82.871904]   .nr_running                    : 0
[   82.872085]   .h_nr_running                  : 0
[   82.872266]   .idle_nr_running               : 0
[   82.872444]   .idle_h_nr_running             : 0
[   82.872616]   .load                          : 0
[   82.872784]   .load_avg                      : 0
[   82.872963]   .runnable_avg                  : 0
[   82.873155]   .util_avg                      : 0
[   82.873375]   .util_est_enqueued             : 0
[   82.873532]   .removed.load_avg              : 0
[   82.873687]   .removed.util_avg              : 0
[   82.873837]   .removed.runnable_avg          : 0
[   82.873999]   .tg_load_avg_contrib           : 0
[   82.874145]   .tg_load_avg                   : 0

[   82.874424] rt_rq[4]:
[   82.874559]   .rt_nr_running                 : 0
[   82.874690]   .rt_nr_migratory               : 0
[   82.874823]   .rt_throttled                  : 0
[   82.874952]   .rt_time                       : 0.000000
[   82.875083]   .rt_runtime                    : 950.000000

[   82.875342] dl_rq[4]:
[   82.875471]   .dl_nr_running                 : 0
[   82.875601]   .dl_nr_migratory               : 0
[   82.875733]   .dl_bw->bw                     : 996147
[   82.875864]   .dl_bw->total_bw               : 0

[   82.876120] runnable tasks:
[   82.876246]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.876382] -------------------------------------------------------------------------------------------------------------
[   82.876525]  S         cpuhp/4    29       342.809320        17   120         0.000000         0.125146         0.000000         0.000000 /
[   82.876673]  S     migration/4    30       113.201366         9     0         0.000000       131.045085         0.000000         0.000000 /
[   82.876826]  S     ksoftirqd/4    31      1179.349549        17   120         0.000000         0.187193         0.000000         0.000000 /
[   82.876979]  I     kworker/4:0    32      1075.304425         6   120         0.000000         0.023300         0.000000         0.000000 /
[   82.877160]  I    kworker/4:0H    33        83.087182         4   100         0.000000         0.008636         0.000000         0.000000 /
[   82.877383]  S      oom_reaper    73        10.951418         2   120         0.000000         0.000000         0.000000         0.000000 /
[   82.877545]  I     kworker/4:1    91      1179.358796       476   120         0.000000        11.867108         0.000000         0.000000 /
[   82.877709]  I      scsi_tmf_3   109        35.030731         2   100         0.000000         0.034845         0.000000         0.000000 /
[   82.877873]  I   kworker/u24:4   113      1178.612467       577   120         0.000000        71.499111         0.000000         0.000000 /
[   82.878041]  I   kworker/u24:8   117        95.087084         2   120         0.000000         0.003596         0.000000         0.000000 /
[   82.878220]  I    kworker/4:1H   266      1075.299180        78   100         0.000000         0.338789         0.000000         0.000000 /
[   82.878395]  I     kworker/4:2  1633      1087.298886         2   120         0.000000         0.040339         0.000000         0.000000 /

[   82.878744] cpu#5, 2600.000 MHz
[   82.878918]   .nr_running                    : 0
[   82.879094]   .nr_switches                   : 8411
[   82.879268]   .nr_uninterruptible            : 8
[   82.879443]   .next_balance                  : 4294.912769
[   82.879621]   .curr->pid                     : 0
[   82.879797]   .clock                         : 82869.377544
[   82.879990]   .clock_task                    : 82869.377544
[   82.880167]   .avg_idle                      : 1000000
[   82.880345]   .max_idle_balance_cost         : 500000

[   82.880699] rt_rq[5]:
[   82.880887]   .rt_nr_running                 : 0
[   82.881064]   .rt_nr_migratory               : 0
[   82.881298]   .rt_throttled                  : 0
[   82.881514]   .rt_time                       : 0.000000
[   82.881691]   .rt_runtime                    : 950.000000

[   82.882040] dl_rq[5]:
[   82.882215]   .dl_nr_running                 : 0
[   82.882392]   .dl_nr_migratory               : 0
[   82.882568]   .dl_bw->bw                     : 996147
[   82.882744]   .dl_bw->total_bw               : 0

[   82.883092] runnable tasks:
[   82.883264]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.883447] -------------------------------------------------------------------------------------------------------------
[   82.883638]  S         cpuhp/5    34       370.533724        16   120         0.000000         0.154562         0.000000         0.000000 /
[   82.883835]  S     migration/5    35       155.201344         9     0         0.000000       131.046935         0.000000         0.000000 /
[   82.884037]  S     ksoftirqd/5    36       840.713605        28   120         0.000000         0.509187         0.000000         0.000000 /
[   82.884240]  I     kworker/5:0    37       397.961743         6   120         0.000000         0.022168         0.000000         0.000000 /
[   82.884448]  I    kworker/5:0H    38        11.032711         4   100         0.000000         0.009212         0.000000         0.000000 /
[   82.884656]  I       writeback    74        10.951418         2   100         0.000000         0.000000         0.000000         0.000000 /
[   82.884880]  I     kworker/5:1    92       840.741083       126   120         0.000000         4.881203         0.000000         0.000000 /
[   82.885095]  I    kworker/5:1H   263       828.558609        30   100         0.000000         0.151919         0.000000         0.000000 /
[   82.885364]  I     kworker/5:2   704       409.975459         5   120         0.000000         0.017637         0.000000         0.000000 /

[   82.885843] cpu#6, 2600.000 MHz
[   82.886076]   .nr_running                    : 0
[   82.886293]   .nr_switches                   : 30204
[   82.886513]   .nr_uninterruptible            : 4294967274
[   82.886733]   .next_balance                  : 4294.912792
[   82.886954]   .curr->pid                     : 0
[   82.887171]   .clock                         : 82869.377605
[   82.887391]   .clock_task                    : 82869.377605
[   82.887612]   .avg_idle                      : 1000000
[   82.887831]   .max_idle_balance_cost         : 500000

[   82.888268] cfs_rq[6]:/
[   82.888486]   .exec_clock                    : 0.000000
[   82.888708]   .MIN_vruntime                  : 0.000001
[   82.888930]   .min_vruntime                  : 4145.089013
[   82.889179]   .max_vruntime                  : 0.000001
[   82.889459]   .spread                        : 0.000000
[   82.889667]   .spread0                       : -2822.271179
[   82.889873]   .nr_spread_over                : 0
[   82.890074]   .nr_running                    : 0
[   82.890274]   .h_nr_running                  : 0
[   82.890472]   .idle_nr_running               : 0
[   82.890668]   .idle_h_nr_running             : 0
[   82.890860]   .load                          : 0
[   82.891049]   .load_avg                      : 0
[   82.891235]   .runnable_avg                  : 0
[   82.891419]   .util_avg                      : 0
[   82.891599]   .util_est_enqueued             : 0
[   82.891775]   .removed.load_avg              : 0
[   82.891947]   .removed.util_avg              : 0
[   82.892131]   .removed.runnable_avg          : 0
[   82.892302]   .tg_load_avg_contrib           : 0
[   82.892475]   .tg_load_avg                   : 0

[   82.892816] rt_rq[6]:
[   82.893000]   .rt_nr_running                 : 0
[   82.893212]   .rt_nr_migratory               : 0
[   82.893427]   .rt_throttled                  : 0
[   82.893598]   .rt_time                       : 0.000000
[   82.893769]   .rt_runtime                    : 950.000000

[   82.894122] dl_rq[6]:
[   82.894290]   .dl_nr_running                 : 0
[   82.894460]   .dl_nr_migratory               : 0
[   82.894629]   .dl_bw->bw                     : 996147
[   82.894800]   .dl_bw->total_bw               : 0

[   82.895134] runnable tasks:
[   82.895302]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.895478] -------------------------------------------------------------------------------------------------------------
[   82.895663]  S         cpuhp/6    39       453.724320        16   120         0.000000         0.109155         0.000000         0.000000 /
[   82.895867]  S     migration/6    40         0.000000         8     0         0.000000       137.499556         0.000000         0.000000 /
[   82.896067]  S     ksoftirqd/6    41      4133.102107        97   120         0.000000         0.574864         0.000000         0.000000 /
[   82.896266]  I     kworker/6:0    42        -1.036577         6   120         0.000000         0.023823         0.000000         0.000000 /
[   82.896468]  I    kworker/6:0H    43       359.813360         7   100         0.000000         0.020189         0.000000         0.000000 /
[   82.896668]  I     kworker/6:1    93      4133.413112      1364   120         0.000000        21.174184         0.000000         0.000000 /
[   82.896864]  I      scsi_tmf_1   105        10.957928         2   100         0.000000         0.006239         0.000000         0.000000 /
[   82.897070]  I     kworker/6:2   119        11.881232        95   120         0.000000         0.956043         0.000000         0.000000 /
[   82.897325]  I    kworker/6:1H   121      4133.089132      1520   100         0.000000         4.634895         0.000000         0.000000 /
[   82.897558]  I   kworker/u25:2   305      4110.450898        81   100         0.000000         0.435107         0.000000         0.000000 /
[   82.897747]  I    kworker/6:2H   316       424.247463         5   100         0.000000         0.004834         0.000000         0.000000 /

[   82.898125] cpu#7, 2600.000 MHz
[   82.898310]   .nr_running                    : 0
[   82.898492]   .nr_switches                   : 14614
[   82.898671]   .nr_uninterruptible            : 6
[   82.898859]   .next_balance                  : 4294.912802
[   82.899050]   .curr->pid                     : 0
[   82.899228]   .clock                         : 82869.377665
[   82.899407]   .clock_task                    : 82869.377665
[   82.899584]   .avg_idle                      : 1000000
[   82.899760]   .max_idle_balance_cost         : 500000

[   82.900121] cfs_rq[7]:/autogroup-50
[   82.900294]   .exec_clock                    : 0.000000
[   82.900472]   .MIN_vruntime                  : 0.000001
[   82.900648]   .min_vruntime                  : 769.655638
[   82.900822]   .max_vruntime                  : 0.000001
[   82.901012]   .spread                        : 0.000000
[   82.901245]   .spread0                       : -6197.704554
[   82.901464]   .nr_spread_over                : 0
[   82.901643]   .nr_running                    : 0
[   82.901821]   .h_nr_running                  : 0
[   82.902009]   .idle_nr_running               : 0
[   82.902183]   .idle_h_nr_running             : 0
[   82.902356]   .load                          : 0
[   82.902531]   .load_avg                      : 0
[   82.902704]   .runnable_avg                  : 0
[   82.902877]   .util_avg                      : 0
[   82.903050]   .util_est_enqueued             : 0
[   82.903223]   .removed.load_avg              : 0
[   82.903395]   .removed.util_avg              : 0
[   82.903568]   .removed.runnable_avg          : 0
[   82.903739]   .tg_load_avg_contrib           : 0
[   82.903914]   .tg_load_avg                   : 1044
[   82.904089]   .se->exec_start                : 82059.730251
[   82.904264]   .se->vruntime                  : 947.952247
[   82.904440]   .se->sum_exec_runtime          : 34.510774
[   82.904615]   .se->load.weight               : 526073
[   82.904794]   .se->avg.load_avg              : 0
[   82.904985]   .se->avg.util_avg              : 0
[   82.905209]   .se->avg.runnable_avg          : 0

[   82.905604] cfs_rq[7]:/
[   82.905780]   .exec_clock                    : 0.000000
[   82.905986]   .MIN_vruntime                  : 0.000001
[   82.906162]   .min_vruntime                  : 947.954907
[   82.906340]   .max_vruntime                  : 0.000001
[   82.906519]   .spread                        : 0.000000
[   82.906694]   .spread0                       : -6019.405285
[   82.906887]   .nr_spread_over                : 0
[   82.907069]   .nr_running                    : 0
[   82.907249]   .h_nr_running                  : 0
[   82.907430]   .idle_nr_running               : 0
[   82.907611]   .idle_h_nr_running             : 0
[   82.907788]   .load                          : 0
[   82.907957]   .load_avg                      : 0
[   82.908123]   .runnable_avg                  : 0
[   82.908286]   .util_avg                      : 0
[   82.908442]   .util_est_enqueued             : 0
[   82.908598]   .removed.load_avg              : 0
[   82.908751]   .removed.util_avg              : 0
[   82.908913]   .removed.runnable_avg          : 0
[   82.909060]   .tg_load_avg_contrib           : 0
[   82.909262]   .tg_load_avg                   : 0

[   82.909582] rt_rq[7]:
[   82.909716]   .rt_nr_running                 : 0
[   82.909847]   .rt_nr_migratory               : 0
[   82.909980]   .rt_throttled                  : 0
[   82.910110]   .rt_time                       : 0.000000
[   82.910241]   .rt_runtime                    : 950.000000

[   82.910502] dl_rq[7]:
[   82.910630]   .dl_nr_running                 : 0
[   82.910760]   .dl_nr_migratory               : 0
[   82.910891]   .dl_bw->bw                     : 996147
[   82.911021]   .dl_bw->total_bw               : 0

[   82.911277] runnable tasks:
[   82.911402]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.911539] -------------------------------------------------------------------------------------------------------------
[   82.911680]  S         cpuhp/7    44       387.779767        16   120         0.000000         0.111452         0.000000         0.000000 /
[   82.911830]  S     migration/7    45       239.206438         7     0         0.000000       136.609616         0.000000         0.000000 /
[   82.911983]  S     ksoftirqd/7    46       934.900620        71   120         0.000000         0.619284         0.000000         0.000000 /
[   82.912137]  I     kworker/7:0    47       361.732734         6   120         0.000000         0.025292         0.000000         0.000000 /
[   82.912294]  I    kworker/7:0H    48         3.799699         4   100         0.000000         0.009285         0.000000         0.000000 /
[   82.912453]  I     kworker/7:1    94       934.903263      1253   120         0.000000        18.774233         0.000000         0.000000 /
[   82.912614]  S       scsi_eh_0   102       -13.043978         3   120         0.000000         0.046373         0.000000         0.000000 /
[   82.912777]  I    kworker/7:1H   265       885.865576       210   100         0.000000         0.739618         0.000000         0.000000 /
[   82.912957]  I   kworker/u25:0   303       878.261835      3774   100         0.000000        20.416718         0.000000         0.000000 /
[   82.913154]  I     kworker/7:2   325       387.782469        11   120         0.000000         0.023189         0.000000         0.000000 /
[   82.913378]  S              rc  1712       745.749435        34   120         0.000000         5.156799         0.000000         0.000000 /autogroup-50

[   82.913730] cpu#8, 2600.000 MHz
[   82.913906]   .nr_running                    : 0
[   82.914081]   .nr_switches                   : 24601
[   82.914258]   .nr_uninterruptible            : 1
[   82.914435]   .next_balance                  : 4294.912813
[   82.914616]   .curr->pid                     : 0
[   82.914795]   .clock                         : 82901.312408
[   82.914975]   .clock_task                    : 82901.312408
[   82.915155]   .avg_idle                      : 1000000
[   82.915333]   .max_idle_balance_cost         : 500000

[   82.915687] cfs_rq[8]:/autogroup-50
[   82.915877]   .exec_clock                    : 0.000000
[   82.916060]   .MIN_vruntime                  : 0.000001
[   82.916242]   .min_vruntime                  : 79.434357
[   82.916424]   .max_vruntime                  : 0.000001
[   82.916605]   .spread                        : 0.000000
[   82.916786]   .spread0                       : -6887.925835
[   82.916980]   .nr_spread_over                : 0
[   82.917201]   .nr_running                    : 0
[   82.917416]   .h_nr_running                  : 0
[   82.917596]   .idle_nr_running               : 0
[   82.917774]   .idle_h_nr_running             : 0
[   82.917952]   .load                          : 0
[   82.918129]   .load_avg                      : 0
[   82.918306]   .runnable_avg                  : 0
[   82.918483]   .util_avg                      : 0
[   82.918660]   .util_est_enqueued             : 0
[   82.918837]   .removed.load_avg              : 0
[   82.919014]   .removed.util_avg              : 0
[   82.919190]   .removed.runnable_avg          : 0
[   82.919367]   .tg_load_avg_contrib           : 0
[   82.919545]   .tg_load_avg                   : 1045
[   82.919720]   .se->exec_start                : 82057.280813
[   82.919908]   .se->vruntime                  : 909.574684
[   82.920087]   .se->sum_exec_runtime          : 56.482947
[   82.920265]   .se->load.weight               : 558368
[   82.920446]   .se->avg.load_avg              : 0
[   82.920625]   .se->avg.util_avg              : 0
[   82.920806]   .se->avg.runnable_avg          : 0

[   82.921191] cfs_rq[8]:/
[   82.921434]   .exec_clock                    : 0.000000
[   82.921616]   .MIN_vruntime                  : 0.000001
[   82.921796]   .min_vruntime                  : 909.577000
[   82.921976]   .max_vruntime                  : 0.000001
[   82.922159]   .spread                        : 0.000000
[   82.922338]   .spread0                       : -6057.783192
[   82.922521]   .nr_spread_over                : 0
[   82.922702]   .nr_running                    : 0
[   82.922896]   .h_nr_running                  : 0
[   82.923078]   .idle_nr_running               : 0
[   82.923260]   .idle_h_nr_running             : 0
[   82.923440]   .load                          : 0
[   82.923613]   .load_avg                      : 0
[   82.923779]   .runnable_avg                  : 0
[   82.923957]   .util_avg                      : 0
[   82.924114]   .util_est_enqueued             : 0
[   82.924269]   .removed.load_avg              : 0
[   82.924422]   .removed.util_avg              : 0
[   82.924571]   .removed.runnable_avg          : 0
[   82.924718]   .tg_load_avg_contrib           : 0
[   82.924862]   .tg_load_avg                   : 0

[   82.925165] rt_rq[8]:
[   82.925354]   .rt_nr_running                 : 0
[   82.925484]   .rt_nr_migratory               : 0
[   82.925614]   .rt_throttled                  : 0
[   82.925741]   .rt_time                       : 0.000000
[   82.925871]   .rt_runtime                    : 950.000000

[   82.926125] dl_rq[8]:
[   82.926250]   .dl_nr_running                 : 0
[   82.926378]   .dl_nr_migratory               : 0
[   82.926505]   .dl_bw->bw                     : 996147
[   82.926633]   .dl_bw->total_bw               : 0

[   82.926898] runnable tasks:
[   82.927023]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.927158] -------------------------------------------------------------------------------------------------------------
[   82.927298]  S            init     1        11.193756       814   120         0.000000       772.564630         0.000000         0.000000 /autogroup-1
[   82.927448]  S         cpuhp/8    49       259.482126        16   120         0.000000         0.100981         0.000000         0.000000 /
[   82.927601]  S     migration/8    50       287.206414         9     0         0.000000       135.042404         0.000000         0.000000 /
[   82.927754]  S     ksoftirqd/8    51       886.860679        66   120         0.000000         3.585943         0.000000         0.000000 /
[   82.927910]  I     kworker/8:0    52       176.654949         6   120         0.000000         0.024533         0.000000         0.000000 /
[   82.928069]  I    kworker/8:0H    53       228.798444         7   100         0.000000         0.015212         0.000000         0.000000 /
[   82.928231]  I     kworker/8:1    95       897.607160      5423   120         0.000000        29.323830         0.000000         0.000000 /
[   82.928394]  I    kworker/8:1H   259       879.196947        51   100         0.000000         0.383568         0.000000         0.000000 /
[   82.928560]  I     kworker/8:2   309       849.176119        59   120         0.000000         0.343801         0.000000         0.000000 /
[   82.928728]  I    kworker/8:2H   324       240.798411         3   100         0.000000         0.003936         0.000000         0.000000 /

[   82.929077] cpu#9, 2600.000 MHz
[   82.929306]   .nr_running                    : 0
[   82.929517]   .nr_switches                   : 18433
[   82.929689]   .nr_uninterruptible            : 19
[   82.929859]   .next_balance                  : 4294.912996
[   82.930032]   .curr->pid                     : 0
[   82.930204]   .clock                         : 82929.154528
[   82.930378]   .clock_task                    : 82929.154528
[   82.930551]   .avg_idle                      : 1000000
[   82.930723]   .max_idle_balance_cost         : 500000

[   82.931064] cfs_rq[9]:/
[   82.931234]   .exec_clock                    : 0.000000
[   82.931405]   .MIN_vruntime                  : 0.000001
[   82.931577]   .min_vruntime                  : 21945.556082
[   82.931751]   .max_vruntime                  : 0.000001
[   82.931924]   .spread                        : 0.000000
[   82.932096]   .spread0                       : 14978.195890
[   82.932268]   .nr_spread_over                : 0
[   82.932440]   .nr_running                    : 0
[   82.932613]   .h_nr_running                  : 0
[   82.932785]   .idle_nr_running               : 0
[   82.932972]   .idle_h_nr_running             : 0
[   82.933222]   .load                          : 0
[   82.933416]   .load_avg                      : 0
[   82.933591]   .runnable_avg                  : 0
[   82.933780]   .util_avg                      : 0
[   82.933965]   .util_est_enqueued             : 0
[   82.934136]   .removed.load_avg              : 0
[   82.934309]   .removed.util_avg              : 0
[   82.934480]   .removed.runnable_avg          : 0
[   82.934653]   .tg_load_avg_contrib           : 0
[   82.934825]   .tg_load_avg                   : 0

[   82.935168] rt_rq[9]:
[   82.935338]   .rt_nr_running                 : 0
[   82.935512]   .rt_nr_migratory               : 0
[   82.935683]   .rt_throttled                  : 0
[   82.935854]   .rt_time                       : 0.000000
[   82.936026]   .rt_runtime                    : 950.000000

[   82.936371] dl_rq[9]:
[   82.936541]   .dl_nr_running                 : 0
[   82.936716]   .dl_nr_migratory               : 0
[   82.936889]   .dl_bw->bw                     : 996147
[   82.937062]   .dl_bw->total_bw               : 0

[   82.937508] runnable tasks:
[   82.937680]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.937861] -------------------------------------------------------------------------------------------------------------
[   82.938047]  S         cpuhp/9    54       479.592053        16   120         0.000000         0.101352         0.000000         0.000000 /
[   82.938244]  S     migration/9    55       343.206388        11     0         0.000000       135.063864         0.000000         0.000000 /
[   82.938443]  S     ksoftirqd/9    56     21928.683028        57   120         0.000000         0.676011         0.000000         0.000000 /
[   82.938644]  I     kworker/9:0    57       387.202577         6   120         0.000000         0.089006         0.000000         0.000000 /
[   82.938842]  I    kworker/9:0H    58     21825.389340         6   100         0.000000         0.011197         0.000000         0.000000 /
[   82.939037]  I     kworker/9:1    80     21933.559014      1782   120         0.000000        20.706291         0.000000         0.000000 /
[   82.939227]  I   kworker/u24:7   116        23.048410         3   120         0.000000         0.013829         0.000000         0.000000 /
[   82.939419]  I    kworker/9:1H   261     21887.472289        76   100         0.000000         0.541813         0.000000         0.000000 /
[   82.939613]  I     kworker/9:2   320     21804.400302        10   120         0.000000         0.031514         0.000000         0.000000 /
[   82.939805]  I    kworker/9:2H  1642     21837.389290         2   100         0.000000         0.027448         0.000000         0.000000 /
[   82.939996]  S       S99reboot  2290       915.752124        11   120         0.000000         1.805422         0.000000         0.000000 /autogroup-50

[   82.940377] cpu#10, 2600.000 MHz
[   82.940563]   .nr_running                    : 0
[   82.940760]   .nr_switches                   : 24772
[   82.940940]   .nr_uninterruptible            : 4294967289
[   82.941120]   .next_balance                  : 4294.912998
[   82.941377]   .curr->pid                     : 0
[   82.941556]   .clock                         : 82941.155773
[   82.941735]   .clock_task                    : 82941.155773
[   82.941914]   .avg_idle                      : 1000000
[   82.942093]   .max_idle_balance_cost         : 500000

[   82.942447] cfs_rq[10]:/
[   82.942625]   .exec_clock                    : 0.000000
[   82.942804]   .MIN_vruntime                  : 0.000001
[   82.942984]   .min_vruntime                  : 2678.172442
[   82.943162]   .max_vruntime                  : 0.000001
[   82.943340]   .spread                        : 0.000000
[   82.943519]   .spread0                       : -4291.188193
[   82.943697]   .nr_spread_over                : 0
[   82.943877]   .nr_running                    : 0
[   82.944055]   .h_nr_running                  : 0
[   82.944232]   .idle_nr_running               : 0
[   82.944411]   .idle_h_nr_running             : 0
[   82.944588]   .load                          : 0
[   82.944766]   .load_avg                      : 0
[   82.944942]   .runnable_avg                  : 0
[   82.945121]   .util_avg                      : 0
[   82.945360]   .util_est_enqueued             : 0
[   82.945537]   .removed.load_avg              : 0
[   82.945714]   .removed.util_avg              : 0
[   82.945889]   .removed.runnable_avg          : 0
[   82.946067]   .tg_load_avg_contrib           : 0
[   82.946245]   .tg_load_avg                   : 0

[   82.946599] rt_rq[10]:
[   82.946776]   .rt_nr_running                 : 0
[   82.946954]   .rt_nr_migratory               : 0
[   82.947131]   .rt_throttled                  : 0
[   82.947307]   .rt_time                       : 0.000000
[   82.947484]   .rt_runtime                    : 950.000000

[   82.947850] dl_rq[10]:
[   82.948028]   .dl_nr_running                 : 0
[   82.948207]   .dl_nr_migratory               : 0
[   82.948384]   .dl_bw->bw                     : 996147
[   82.948562]   .dl_bw->total_bw               : 0

[   82.948917] runnable tasks:
[   82.949095]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.949345] -------------------------------------------------------------------------------------------------------------
[   82.949579]  S        cpuhp/10    59       462.598944        16   120         0.000000         0.110913         0.000000         0.000000 /
[   82.949780]  S    migration/10    60       399.206362         8     0         0.000000       135.037711         0.000000         0.000000 /
[   82.949984]  S    ksoftirqd/10    61      2635.344535        70   120         0.000000         1.062722         0.000000         0.000000 /
[   82.950185]  I    kworker/10:0    62      2581.802337         6   120         0.000000         0.023883         0.000000         0.000000 /
[   82.950385]  I   kworker/10:0H    63       345.309922         7   100         0.000000         0.014944         0.000000         0.000000 /
[   82.950579]  I         cifsiod    84        10.955527         2   100         0.000000         0.004927         0.000000         0.000000 /
[   82.950775]  I    kworker/10:1    96      2672.694641      2416   120         0.000000        38.216650         0.000000         0.000000 /
[   82.950971]  S       scsi_eh_4   110        23.393652        34   120         0.000000         0.426744         0.000000         0.000000 /
[   82.951168]  I ext4-rsv-conver   124        35.436700         2   100         0.000000         0.043797         0.000000         0.000000 /
[   82.951366]  I   kworker/10:1H   260      2597.266270      1097   100         0.000000         1.906887         0.000000         0.000000 /
[   82.951564]  I   kworker/10:2H   314       357.309878         2   100         0.000000         0.003040         0.000000         0.000000 /
[   82.951763]  S        krfcommd  1492      1514.211264         2   110         0.000000         0.036849         0.000000         0.000000 /
[   82.951963]  I    kworker/10:2  1787      2593.806939         4   120         0.000000         0.042589         0.000000         0.000000 /
[   82.952163]  S     jbd2/sda7-8  2294      2659.376277         2   120         0.000000         0.040537         0.000000         0.000000 /

[   82.952550] cpu#11, 2600.000 MHz
[   82.952736]   .nr_running                    : 0
[   82.952925]   .nr_switches                   : 18435
[   82.953113]   .nr_uninterruptible            : 4294967288
[   82.953360]   .next_balance                  : 4294.913002
[   82.953589]   .curr->pid                     : 0
[   82.953777]   .clock                         : 82953.516784
[   82.953966]   .clock_task                    : 82953.516784
[   82.954152]   .avg_idle                      : 1000000
[   82.954339]   .max_idle_balance_cost         : 500000

[   82.954724] cfs_rq[11]:/autogroup-50
[   82.954909]   .exec_clock                    : 0.000000
[   82.955098]   .MIN_vruntime                  : 0.000001
[   82.955286]   .min_vruntime                  : 855.878805
[   82.955473]   .max_vruntime                  : 0.000001
[   82.955660]   .spread                        : 0.000000
[   82.955847]   .spread0                       : -6124.480328
[   82.956035]   .nr_spread_over                : 0
[   82.956221]   .nr_running                    : 0
[   82.956407]   .h_nr_running                  : 0
[   82.956592]   .idle_nr_running               : 0
[   82.956777]   .idle_h_nr_running             : 0
[   82.956962]   .load                          : 0
[   82.957185]   .load_avg                      : 22
[   82.957436]   .runnable_avg                  : 22
[   82.957622]   .util_avg                      : 22
[   82.957810]   .util_est_enqueued             : 0
[   82.957994]   .removed.load_avg              : 0
[   82.958183]   .removed.util_avg              : 0
[   82.958370]   .removed.runnable_avg          : 0
[   82.958558]   .tg_load_avg_contrib           : 22
[   82.958744]   .tg_load_avg                   : 1045
[   82.958946]   .se->exec_start                : 82957.342152
[   82.959140]   .se->vruntime                  : 1676.623963
[   82.959333]   .se->sum_exec_runtime          : 58.849053
[   82.959528]   .se->load.weight               : 22075
[   82.959721]   .se->avg.load_avg              : 0
[   82.959915]   .se->avg.util_avg              : 22
[   82.960109]   .se->avg.runnable_avg          : 22

[   82.960494] cfs_rq[11]:/
[   82.960685]   .exec_clock                    : 0.000000
[   82.960880]   .MIN_vruntime                  : 0.000001
[   82.961075]   .min_vruntime                  : 1676.623963
[   82.961330]   .max_vruntime                  : 0.000001
[   82.961577]   .spread                        : 0.000000
[   82.961772]   .spread0                       : -5303.736341
[   82.961980]   .nr_spread_over                : 0
[   82.962172]   .nr_running                    : 0
[   82.962360]   .h_nr_running                  : 0
[   82.962541]   .idle_nr_running               : 0
[   82.962718]   .idle_h_nr_running             : 0
[   82.962892]   .load                          : 0
[   82.963063]   .load_avg                      : 3
[   82.963230]   .runnable_avg                  : 22
[   82.963395]   .util_avg                      : 22
[   82.963558]   .util_est_enqueued             : 0
[   82.963720]   .removed.load_avg              : 0
[   82.963877]   .removed.util_avg              : 0
[   82.964031]   .removed.runnable_avg          : 0
[   82.964182]   .tg_load_avg_contrib           : 0
[   82.964332]   .tg_load_avg                   : 0

[   82.964617] rt_rq[11]:
[   82.964753]   .rt_nr_running                 : 0
[   82.964901]   .rt_nr_migratory               : 0
[   82.965037]   .rt_throttled                  : 0
[   82.965215]   .rt_time                       : 0.000000
[   82.965393]   .rt_runtime                    : 950.000000

[   82.965664] dl_rq[11]:
[   82.965797]   .dl_nr_running                 : 0
[   82.965934]   .dl_nr_migratory               : 0
[   82.966069]   .dl_bw->bw                     : 996147
[   82.966204]   .dl_bw->total_bw               : 0

[   82.966469] runnable tasks:
[   82.966601]  S            task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
[   82.966742] -------------------------------------------------------------------------------------------------------------
[   82.966902]  S        cpuhp/11    64       402.630258        16   120         0.000000         0.110505         0.000000         0.000000 /
[   82.967056]  S    migration/11    65       455.206336        10     0         0.000000       139.042807         0.000000         0.000000 /
[   82.967212]  S    ksoftirqd/11    66      1635.003344        50   120         0.000000         0.623049         0.000000         0.000000 /
[   82.967370]  I    kworker/11:0    67      1225.729484         6   120         0.000000         0.044429         0.000000         0.000000 /
[   82.967530]  I   kworker/11:0H    68       321.789094         6   100         0.000000         0.013059         0.000000         0.000000 /
[   82.967691]  S       kdevtmpfs    69       541.270298       470   120         0.000000         1.537802         0.000000         0.000000 /
[   82.967871]  I    smb3decryptd    85        22.959381         2   100         0.000000         0.004608         0.000000         0.000000 /
[   82.968041]  I cifsfileinfoput    86        34.962813         2   100         0.000000         0.003830         0.000000         0.000000 /
[   82.968211]  I   deferredclose    88        46.966218         2   100         0.000000         0.003792         0.000000         0.000000 /
[   82.968385]  I    kworker/11:1    97      1658.293480      2473   120         0.000000       373.367073         0.000000         0.000000 /
[   82.968576]  I      scsi_tmf_0   103        59.010873         2   100         0.000000         0.044777         0.000000         0.000000 /
[   82.968757]  S       scsi_eh_2   106        71.098883         3   120         0.000000         0.041927         0.000000         0.000000 /
[   82.968943]  I   kworker/u24:3   112        83.100704         6   120         0.000000         0.053362         0.000000         0.000000 /
[   82.969166]  S jbd2/nvme0n1p4-   123      1635.092038       963   120         0.000000        12.873269         0.000000         0.000000 /
[   82.969390]  I   kworker/11:1H   262      1635.779561        96   100         0.000000         0.725610         0.000000         0.000000 /
[   82.969583]  I   kworker/11:2H   319      1219.688272         3   100         0.000000         0.003737         0.000000         0.000000 /
[   82.969779]  I    kworker/11:2  1743      1634.594785        10   120         0.000000         0.520822         0.000000         0.000000 /
[   82.969990]  S           dmesg  2298       856.247095       153   120         0.000000        14.876358         0.000000         0.000000 /autogroup-50

[   82.970386] Showing busy workqueues and worker pools:

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux