Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZFS container mounting hangs indefinitely and can block daemon #1667

Closed
adamcstephens opened this issue Feb 20, 2025 · 9 comments
Closed

ZFS container mounting hangs indefinitely and can block daemon #1667

adamcstephens opened this issue Feb 20, 2025 · 9 comments
Labels
Incomplete Waiting on more information from reporter

Comments

@adamcstephens
Copy link
Contributor

I can reliably enough hang the Incus daemon by restarting NixOS containers. The daemon seems to get stuck waiting for the ZFS volume to mount, and will never complete. Killing the daemon yields a defunct daemon.

Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Handling API request" ip=@ method=GET protocol=unix url="/internal/containers/worker1/onstopns?netns=%2Fproc%2F8572%2Ffd%2F4&project=default&target=reboot" username=root
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Instance initiated stop" action=reboot instance=worker1 instanceType=container project=default
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Instance operation lock created" action=restart instance=worker1 project=default reusable=false
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Stopping device" device=eth0 instance=worker1 instanceType=container project=default type=nic
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Handling API request" ip=@ method=GET protocol=unix url="/internal/containers/worker1/onstop?project=default&target=reboot" username=root
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Instance operation lock inherited for stop" action=restart instance=worker1 instanceType=container project=default
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Instance stopped, cleaning up" instance=worker1 instanceType=container project=default
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Stopping device" device=kvm instance=worker1 instanceType=container project=default type=unix-char
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Stopping device" device=root instance=worker1 instanceType=container project=default type=disk
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="UnmountInstance started" driver=zfs instance=worker1 pool=default project=default
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Unmounted ZFS dataset" dev=prime/incus/containers/worker1 driver=zfs path=/var/lib/incus/storage-pools/default/containers/worker1 pool=default volName=worker1
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="UnmountInstance finished" driver=zfs instance=worker1 pool=default project=default
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Start started" instance=worker1 instanceType=container project=default stateful=false
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="Instance operation lock inherited" action=restart inheritedByAction=start instance=worker1 project=default reusable=false
Feb 19 19:58:43 blank incusd[7047]: time="2025-02-19T19:58:43-05:00" level=debug msg="MountInstance started" driver=zfs instance=worker1 pool=default project=default
Feb 19 19:59:09 blank incusd[7047]: time="2025-02-19T19:59:09-05:00" level=debug msg="GetInstanceUsage started" driver=zfs instance=worker1 pool=default project=default
Feb 19 19:59:09 blank incusd[7047]: time="2025-02-19T19:59:09-05:00" level=debug msg="GetInstanceUsage finished" driver=zfs instance=worker1 pool=default project=default

That was three hours ago at the time of writing, with only client messages since. Trying to restart, stop, and start the container, all either error due to state or hang indefinitely.

NixOS 24.11
Incus 6.9.0, but has existed since 6.8.0 and maybe before. I have not experienced the issue on LTS 6.0.x, but my sample size is much smaller there.
I've verified across multiple kernels, and both ZFS 2.2 and 2.3.

Sorry I haven't reported this sooner, but I can't figure out a reliable reproducer to share, even if it's reliable enough for me that I expect the behavior. I was also trying to narrow things down by trying different configurations, but finally reached the point of just creating the ticket. The daemon lock up is worth it alone. Anecdotally, another NixOS user reported some similar ZFS-related issues in their automation environment. In their case, they could retry and continue their workflow. In my case a reboot seems to be the reliable way to fix the host.

What else can I try, or other information can I provide? Thanks, as always.

@adamcstephens
Copy link
Contributor Author

adamcstephens commented Feb 20, 2025

The underlying issue here may have a broader impact. Yesterday I staged my instances for patching, which happens in the middle of the night including reboots, and woke up to all instances stopped. I had left the system with one container instance in the stuck state, as mentioned above.

Here's a VM that failed to start back up on reboot:

➜ cat wire1
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="Instance stopped" instance=wire1 instanceType=virtual-machine project=default reason=guest-reset target=reboot
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="onStop hook started" instance=wire1 instanceType=virtual-machine project=default target=reboot
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="Instance initiated stop" action=reboot instance=wire1 instanceType=virtual-machine project=default
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="Instance operation lock created" action=restart instance=wire1 project=default reusable=false
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="Waiting for VM process to finish" instance=wire1 instanceType=virtual-machine project=default
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="QMP monitor stopped" path=/run/incus/wire1/qemu.monitor
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="VM process finished" instance=wire1 instanceType=virtual-machine project=default
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="Stopping device" device=root instance=wire1 instanceType=virtual-machine project=default type=disk
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="Stopping device" device=eth0 instance=wire1 instanceType=virtual-machine project=default type=nic
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="UnmountInstance started" driver=zfs instance=wire1 pool=default project=default
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="Unmounted ZFS dataset" dev=prime/incus/virtual-machines/wire1 driver=zfs path=/var/lib/incus/storage-pools/default/virtual-machines/wire1 pool=default volName=wire1
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="Deactivated ZFS volume" dev=prime/incus/virtual-machines/wire1.block driver=zfs pool=default volName=wire1
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="UnmountInstance finished" driver=zfs instance=wire1 pool=default project=default
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="Start started" instance=wire1 instanceType=virtual-machine project=default stateful=false
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="Instance operation lock inherited" action=restart inheritedByAction=start instance=wire1 project=default reusable=false
Feb 20 01:07:30 blank incusd[7047]: time="2025-02-20T01:07:30-05:00" level=debug msg="MountInstance started" driver=zfs instance=wire1 pool=default project=default
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="Activated ZFS volume" dev=prime/incus/virtual-machines/wire1.block driver=zfs pool=default volName=wire1
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="Mounted ZFS dataset" dev=prime/incus/virtual-machines/wire1 driver=zfs path=/var/lib/incus/storage-pools/default/virtual-machines/wire1 pool=default volName=wire1
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="MountInstance finished" driver=zfs instance=wire1 pool=default project=default
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="Skipping incus-agent install as unchanged" installPath=/var/lib/incus/virtual-machines/wire1/config/incus-agent instance=wire1 instanceType=virtual-machine project=default srcPath=/nix/store/6drcg6flijhzzwcrrzck7blc5lwlwfwf-incus-6.9.0/bin/incus-agent
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="Starting device" device=eth0 instance=wire1 instanceType=virtual-machine project=default type=nic
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="Starting device" device=root instance=wire1 instanceType=virtual-machine project=default type=disk
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="Starting QEMU" command="[forklimits limit=memlock:unlimited:unlimited fd=3 fd=4 -- /nix/store/7j6w11r078sr3xlw891cr9r79lgx7fpi-qemu-host-cpu-only-9.1.2/bin/qemu-system-x86_64 -S -name wire1 -uuid 980356c9-df72-4b19-ad47-d4fda9c6ba07 -daemonize -cpu host,hv_passthrough -nographic -serial chardev:console -nodefaults -no-user-config -sandbox on,obsolete=deny,elevateprivileges=allow,spawn=allow,resourcecontrol=deny -readconfig /run/incus/wire1/qemu.conf -spice unix=on,disable-ticketing=on,addr=/run/incus/wire1/qemu.spice -pidfile /run/incus/wire1/qemu.pid -D /var/log/incus/wire1/qemu.log -smbios type=2,manufacturer=LinuxContainers,product=Incus -runas nobody]" instance=wire1 instanceType=virtual-machine project=default
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="UpdateInstanceBackupFile started" driver=zfs instance=wire1 pool=default project=default
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="Skipping unmount as in use" driver=zfs pool=default refCount=1 volName=wire1
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="UpdateInstanceBackupFile finished" driver=zfs instance=wire1 pool=default project=default
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="QMP monitor started" path=/run/incus/wire1/qemu.monitor
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="Instance operation lock finished" action=restart err="<nil>" instance=wire1 project=default reusable=false
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="Start finished" instance=wire1 instanceType=virtual-machine project=default stateful=false
Feb 20 01:07:31 blank incusd[7047]: time="2025-02-20T01:07:31-05:00" level=debug msg="onStop hook finished" instance=wire1 instanceType=virtual-machine project=default target=reboot
Feb 20 01:07:44 blank incusd[7047]: time="2025-02-20T01:07:44-05:00" level=debug msg="Instance agent started" instance=wire1 instanceType=virtual-machine project=default
Feb 20 04:24:35 blank incusd[7047]: time="2025-02-20T04:24:35-05:00" level=debug msg="Shutdown started" instance=wire1 instanceType=virtual-machine project=default timeout=30s
Feb 20 04:24:35 blank incusd[7047]: time="2025-02-20T04:24:35-05:00" level=debug msg="Instance operation lock created" action=console_retrieve instance=wire1 project=default reusable=false
Feb 20 04:24:35 blank incusd[7047]: time="2025-02-20T04:24:35-05:00" level=debug msg="Instance operation lock finished" action=console_retrieve err="<nil>" instance=wire1 project=default reusable=false
Feb 20 04:24:35 blank incusd[7047]: time="2025-02-20T04:24:35-05:00" level=debug msg="Instance operation lock created" action=stop instance=wire1 project=default reusable=true
Feb 20 04:24:35 blank incusd[7047]: time="2025-02-20T04:24:35-05:00" level=debug msg="Shutdown request sent to instance" instance=wire1 instanceType=virtual-machine project=default
Feb 20 04:24:38 blank incusd[7047]: time="2025-02-20T04:24:38-05:00" level=debug msg="Instance stopped" instance=wire1 instanceType=virtual-machine project=default reason=guest-shutdown target=stop
Feb 20 04:24:38 blank incusd[7047]: time="2025-02-20T04:24:38-05:00" level=debug msg="onStop hook started" instance=wire1 instanceType=virtual-machine project=default target=stop
Feb 20 04:24:38 blank incusd[7047]: time="2025-02-20T04:24:38-05:00" level=debug msg="Instance operation lock inherited for stop" action=stop instance=wire1 instanceType=virtual-machine project=default
Feb 20 04:24:38 blank incusd[7047]: time="2025-02-20T04:24:38-05:00" level=debug msg="Waiting for VM process to finish" instance=wire1 instanceType=virtual-machine project=default
Feb 20 04:24:38 blank incusd[7047]: time="2025-02-20T04:24:38-05:00" level=debug msg="QMP monitor stopped" path=/run/incus/wire1/qemu.monitor
Feb 20 04:24:38 blank incusd[7047]: time="2025-02-20T04:24:38-05:00" level=debug msg="VM process finished" instance=wire1 instanceType=virtual-machine project=default
Feb 20 04:24:38 blank incusd[7047]: time="2025-02-20T04:24:38-05:00" level=debug msg="Stopping device" device=root instance=wire1 instanceType=virtual-machine project=default type=disk
Feb 20 04:24:38 blank incusd[7047]: time="2025-02-20T04:24:38-05:00" level=debug msg="Stopping device" device=eth0 instance=wire1 instanceType=virtual-machine project=default type=nic
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=debug msg="UnmountInstance started" driver=zfs instance=wire1 pool=default project=default
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=debug msg="Unmounted ZFS dataset" dev=prime/incus/virtual-machines/wire1 driver=zfs path=/var/lib/incus/storage-pools/default/virtual-machines/wire1 pool=default volName=wire1
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=debug msg="UnmountInstance finished" driver=zfs instance=wire1 pool=default project=default
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=debug msg="Instance operation lock finished" action=stop err="Failed unmounting instance: Failed locating zvol for deactivation: Failed to locate zvol for \"prime/incus/virtual-machines/wire1.block\": context canceled" instance=wire1 project=default reusable=true
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=debug msg="onStop hook finished" instance=wire1 instanceType=virtual-machine project=default target=stop
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=error msg="Failed to cleanly stop instance" err="Failed unmounting instance: Failed locating zvol for deactivation: Failed to locate zvol for \"prime/incus/virtual-machines/wire1.block\": context canceled" instance=wire1 instanceType=virtual-machine project=default
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=debug msg="Shutdown finished" instance=wire1 instanceType=virtual-machine project=default timeout=30s
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=warning msg="Failed shutting down instance, forcefully stopping" err="Failed unmounting instance: Failed locating zvol for deactivation: Failed to locate zvol for \"prime/incus/virtual-machines/wire1.block\": context canceled" instance=wire1 project=default
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=debug msg="Stop started" instance=wire1 instanceType=virtual-machine project=default stateful=false
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=debug msg="Stop finished" instance=wire1 instanceType=virtual-machine project=default stateful=false
Feb 20 04:24:39 blank incusd[7047]: time="2025-02-20T04:24:39-05:00" level=warning msg="Failed forcefully stopping instance" err="The instance is already stopped" instance=wire1 project=default

@stgraber
Copy link
Member

Can you show ps fauxww and dmesg output?
The fact that it leads to a defunct incusd almost certainly points to a kernel/ZFS bug rather than something on our end.

@stgraber stgraber added the Incomplete Waiting on more information from reporter label Feb 20, 2025
@adamcstephens
Copy link
Contributor Author

And I woke up again to all instances stopped. I spent some time last night trying to create a reproducer without success. I have three nodes, but only two of them have this issue. There are hardware differences documented below, but considering these nodes used to be stable it's likely a kernel/ZFS bug as you suggested, possibly related to AMD? But the Incus behavior is troublesome as it's leaving me in a completely down state.

Note, that I recreated this last night on one of the nodes on LTS 6.0.3, so it's not limited to non-LTS. I also spent some time trying to reproduce it in a VM, because of how disruptive it is on baremetal, but failed. I can't find a reproducer. Which reinforces for me this is an issue with the specific hardware.

Node 1 (unaffected): Intel i5-9600T, 64GB non-ECC, 1xNVME ZFS, Kernel 6.6.x, ZFS 2.2, Incus 6.0.3
Node 2 (shown below): AMD 5900X, 128GB ECC, 2xNVME ZFS mirror, Kernel 6.6.x, ZFS 2.3, Incus 6.9
Node 3 (affected): AMD 3700X, 128GBECC, 2xNVME ZFS mirror, Kernel 6.12.x, ZFS 2.3, Incus 6.0.3

While node 3 is currently on ZFS 2.3, it's the node I've been mostly using to try different configurations. I've tried combinations of Kernel 6.12.x and ZFS 2.2, but couldn't downgrade Incus to LTS due to a schema change.

dmesg
[    0.000000] Linux version 6.6.78 (nixbld@localhost) (gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.43.1) #1-NixOS SMP PREEMPT_DYNAMIC Mon Feb 17 08:40:43 UTC 2025
[    0.000000] Command line: BOOT_IMAGE=(hd5,gpt1)//kernels/xyjqhijd2pghxpdl58gris7h5y0jk7dq-linux-6.6.78-bzImage init=/nix/store/lsrid7jkhq127k238429h29621qawmhz-nixos-system-blank-24.11.20250219.36864ed/init vfio-pci.ids=1002:73df,1002:1479 nohibernate root=fstab loglevel=4 nvidia-drm.modeset=1 nvidia-drm.fbdev=1 nvidia.NVreg_PreserveVideoMemoryAllocations=1 nvidia.NVreg_OpenRmEnableUnsupportedGpus=1
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20e000-0x00000000bb8a2fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb8a3000-0x00000000bd05dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd05e000-0x00000000bd0a9fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bd0aa000-0x00000000bd3d5fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd3d6000-0x00000000bdffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd300000-0x00000000fd4fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000203f2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000203f300000-0x000000203fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0xb002b018-0xb006b057] usable ==> usable
[    0.000000] e820: update [mem 0xb002b018-0xb006b057] usable ==> usable
[    0.000000] e820: update [mem 0xaffea018-0xb002a057] usable ==> usable
[    0.000000] e820: update [mem 0xaffea018-0xb002a057] usable ==> usable
[    0.000000] e820: update [mem 0xaffc3018-0xaffe9857] usable ==> usable
[    0.000000] e820: update [mem 0xaffc3018-0xaffe9857] usable ==> usable
[    0.000000] e820: update [mem 0xaff94018-0xaffc2a57] usable ==> usable
[    0.000000] e820: update [mem 0xaff94018-0xaffc2a57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20e000-0x00000000aff94017] usable
[    0.000000] reserve setup_data: [mem 0x00000000aff94018-0x00000000affc2a57] usable
[    0.000000] reserve setup_data: [mem 0x00000000affc2a58-0x00000000affc3017] usable
[    0.000000] reserve setup_data: [mem 0x00000000affc3018-0x00000000affe9857] usable
[    0.000000] reserve setup_data: [mem 0x00000000affe9858-0x00000000affea017] usable
[    0.000000] reserve setup_data: [mem 0x00000000affea018-0x00000000b002a057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b002a058-0x00000000b002b017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b002b018-0x00000000b006b057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b006b058-0x00000000bb8a2fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bb8a3000-0x00000000bd05dfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bd05e000-0x00000000bd0a9fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bd0aa000-0x00000000bd3d5fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bd3d6000-0x00000000bdffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd300000-0x00000000fd4fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000203f2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000203f300000-0x000000203fffffff] reserved
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI=0xbd3bd000 ACPI 2.0=0xbd3bd014 TPMFinalLog=0xbd387000 SMBIOS=0xbde22000 SMBIOS 3.0=0xbde21000 MEMATTR=0xb81ec298 ESRT=0xb9eee698 INITRD=0xb9bbc198 RNG=0xbd078018 TPMEventLog=0xbd075018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem280: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem281: MMIO range=[0xfd100000-0xfd1fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd100000-0xfd1fffff] reserved
[    0.000000] efi: Remove mem282: MMIO range=[0xfd300000-0xfd4fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd300000-0xfd4fffff] reserved
[    0.000000] efi: Not removing mem283: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem284: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem285: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem286: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem287: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem288: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem289: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem290: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem291: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: To Be Filled By O.E.M. X570S PG Riptide/X570S PG Riptide, BIOS P5.60 01/19/2024
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3693.042 MHz processor
[    0.000224] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000226] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000231] last_pfn = 0x203f300 max_arch_pfn = 0x400000000
[    0.000235] MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
[    0.000236] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000558] e820: update [mem 0xbd150000-0xbd15ffff] usable ==> reserved
[    0.000563] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000565] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[    0.003003] esrt: Reserving ESRT space from 0x00000000b9eee698 to 0x00000000b9eee6d0.
[    0.003009] e820: update [mem 0xb9eee000-0xb9eeefff] usable ==> reserved
[    0.003032] Using GB pages for direct mapping
[    0.003494] Secure boot disabled
[    0.003495] RAMDISK: [mem 0xb046c000-0xb36aefff]
[    0.003498] ACPI: Early table checksum verification disabled
[    0.003500] ACPI: RSDP 0x00000000BD3BD014 000024 (v02 ALASKA)
[    0.003503] ACPI: XSDT 0x00000000BD3BC728 0000C4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003506] ACPI: FACP 0x00000000BD09B000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003509] ACPI: DSDT 0x00000000BD094000 006A5E (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.003511] ACPI: FACS 0x00000000BD3B7000 000040
[    0.003512] ACPI: SSDT 0x00000000BD0A1000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.003514] ACPI: SSDT 0x00000000BD09D000 003B48 (v02 AMD    AMD AOD  00000001 INTL 20120913)
[    0.003515] ACPI: SSDT 0x00000000BD09C000 000164 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.003516] ACPI: FIDT 0x00000000BD093000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003518] ACPI: MCFG 0x00000000BD092000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003519] ACPI: AAFT 0x00000000BD091000 0000F1 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.003520] ACPI: HPET 0x00000000BD090000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003521] ACPI: SSDT 0x00000000BD08F000 000024 (v01 AMD    BIXBY    00001000 INTL 20120913)
[    0.003523] ACPI: IVRS 0x00000000BD08E000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003524] ACPI: TPM2 0x00000000BD08D000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003525] ACPI: PCCT 0x00000000BD08C000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003527] ACPI: SSDT 0x00000000BD085000 00603B (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003528] ACPI: CRAT 0x00000000BD083000 001190 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003529] ACPI: CDIT 0x00000000BD082000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003531] ACPI: SSDT 0x00000000BD07E000 0037C4 (v02 AMD    QOGIRN   00000001 INTL 20120913)
[    0.003532] ACPI: WSMT 0x00000000BD07D000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003533] ACPI: APIC 0x00000000BD07C000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.003534] ACPI: SSDT 0x00000000BD07A000 0010AF (v02 AMD    QOGIRC   00000001 INTL 20120913)
[    0.003536] ACPI: FPDT 0x00000000BD079000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003537] ACPI: Reserving FACP table memory at [mem 0xbd09b000-0xbd09b113]
[    0.003538] ACPI: Reserving DSDT table memory at [mem 0xbd094000-0xbd09aa5d]
[    0.003538] ACPI: Reserving FACS table memory at [mem 0xbd3b7000-0xbd3b703f]
[    0.003538] ACPI: Reserving SSDT table memory at [mem 0xbd0a1000-0xbd0a9ce8]
[    0.003539] ACPI: Reserving SSDT table memory at [mem 0xbd09d000-0xbd0a0b47]
[    0.003539] ACPI: Reserving SSDT table memory at [mem 0xbd09c000-0xbd09c163]
[    0.003539] ACPI: Reserving FIDT table memory at [mem 0xbd093000-0xbd09309b]
[    0.003540] ACPI: Reserving MCFG table memory at [mem 0xbd092000-0xbd09203b]
[    0.003540] ACPI: Reserving AAFT table memory at [mem 0xbd091000-0xbd0910f0]
[    0.003540] ACPI: Reserving HPET table memory at [mem 0xbd090000-0xbd090037]
[    0.003541] ACPI: Reserving SSDT table memory at [mem 0xbd08f000-0xbd08f023]
[    0.003541] ACPI: Reserving IVRS table memory at [mem 0xbd08e000-0xbd08e0cf]
[    0.003541] ACPI: Reserving TPM2 table memory at [mem 0xbd08d000-0xbd08d04b]
[    0.003542] ACPI: Reserving PCCT table memory at [mem 0xbd08c000-0xbd08c06d]
[    0.003542] ACPI: Reserving SSDT table memory at [mem 0xbd085000-0xbd08b03a]
[    0.003543] ACPI: Reserving CRAT table memory at [mem 0xbd083000-0xbd08418f]
[    0.003543] ACPI: Reserving CDIT table memory at [mem 0xbd082000-0xbd082028]
[    0.003543] ACPI: Reserving SSDT table memory at [mem 0xbd07e000-0xbd0817c3]
[    0.003544] ACPI: Reserving WSMT table memory at [mem 0xbd07d000-0xbd07d027]
[    0.003544] ACPI: Reserving APIC table memory at [mem 0xbd07c000-0xbd07c15d]
[    0.003544] ACPI: Reserving SSDT table memory at [mem 0xbd07a000-0xbd07b0ae]
[    0.003545] ACPI: Reserving FPDT table memory at [mem 0xbd079000-0xbd079043]
[    0.003588] No NUMA configuration found
[    0.003588] Faking a node at [mem 0x0000000000000000-0x000000203f2fffff]
[    0.003590] NODE_DATA(0) allocated [mem 0x203f2fa000-0x203f2fffff]
[    0.003659] Zone ranges:
[    0.003660]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003661]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003661]   Normal   [mem 0x0000000100000000-0x000000203f2fffff]
[    0.003662]   Device   empty
[    0.003663] Movable zone start for each node
[    0.003663] Early memory node ranges
[    0.003663]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003664]   node   0: [mem 0x0000000000100000-0x0000000009afefff]
[    0.003665]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003665]   node   0: [mem 0x000000000a20e000-0x00000000bb8a2fff]
[    0.003665]   node   0: [mem 0x00000000bdfff000-0x00000000beffffff]
[    0.003666]   node   0: [mem 0x0000000100000000-0x000000203f2fffff]
[    0.003671] Initmem setup node 0 [mem 0x0000000000001000-0x000000203f2fffff]
[    0.003673] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003683] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.003759] On node 0, zone DMA32: 1281 pages in unavailable ranges
[    0.005521] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.005576] On node 0, zone DMA32: 10076 pages in unavailable ranges
[    0.119067] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.119083] On node 0, zone Normal: 3328 pages in unavailable ranges
[    0.119220] ACPI: PM-Timer IO Port: 0x808
[    0.119225] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.119236] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23
[    0.119241] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
[    0.119242] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.119243] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.119245] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.119245] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.119248] smpboot: Allowing 32 CPUs, 8 hotplug CPUs
[    0.119261] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.119262] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.119263] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[    0.119263] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.119264] PM: hibernation: Registered nosave memory: [mem 0xaff94000-0xaff94fff]
[    0.119265] PM: hibernation: Registered nosave memory: [mem 0xaffc2000-0xaffc2fff]
[    0.119265] PM: hibernation: Registered nosave memory: [mem 0xaffc3000-0xaffc3fff]
[    0.119266] PM: hibernation: Registered nosave memory: [mem 0xaffe9000-0xaffe9fff]
[    0.119267] PM: hibernation: Registered nosave memory: [mem 0xaffea000-0xaffeafff]
[    0.119267] PM: hibernation: Registered nosave memory: [mem 0xb002a000-0xb002afff]
[    0.119268] PM: hibernation: Registered nosave memory: [mem 0xb002b000-0xb002bfff]
[    0.119268] PM: hibernation: Registered nosave memory: [mem 0xb006b000-0xb006bfff]
[    0.119269] PM: hibernation: Registered nosave memory: [mem 0xb9eee000-0xb9eeefff]
[    0.119270] PM: hibernation: Registered nosave memory: [mem 0xbb8a3000-0xbd05dfff]
[    0.119270] PM: hibernation: Registered nosave memory: [mem 0xbd05e000-0xbd0a9fff]
[    0.119271] PM: hibernation: Registered nosave memory: [mem 0xbd0aa000-0xbd3d5fff]
[    0.119271] PM: hibernation: Registered nosave memory: [mem 0xbd3d6000-0xbdffefff]
[    0.119272] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[    0.119272] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
[    0.119272] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.119273] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[    0.119273] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.119273] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.119273] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.119274] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.119274] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.119274] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.119275] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.119275] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.119275] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.119275] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.119276] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.119276] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.119277] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[    0.119279] Booting paravirtualized kernel on bare hardware
[    0.119280] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.121981] setup_percpu: NR_CPUS:384 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.123225] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
[    0.123229] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
[    0.123231] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
[    0.123233] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
[    0.123236] pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23 
[    0.123238] pcpu-alloc: [0] 24 25 26 27 [0] 28 29 30 31 
[    0.123252] Kernel command line: BOOT_IMAGE=(hd5,gpt1)//kernels/xyjqhijd2pghxpdl58gris7h5y0jk7dq-linux-6.6.78-bzImage init=/nix/store/lsrid7jkhq127k238429h29621qawmhz-nixos-system-blank-24.11.20250219.36864ed/init vfio-pci.ids=1002:73df,1002:1479 nohibernate root=fstab loglevel=4 nvidia-drm.modeset=1 nvidia-drm.fbdev=1 nvidia.NVreg_PreserveVideoMemoryAllocations=1 nvidia.NVreg_OpenRmEnableUnsupportedGpus=1
[    0.123312] Unknown kernel command line parameters "BOOT_IMAGE=(hd5,gpt1)//kernels/xyjqhijd2pghxpdl58gris7h5y0jk7dq-linux-6.6.78-bzImage", will be passed to user space.
[    0.126778] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.128509] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.128571] Fallback order for Node 0: 0 
[    0.128576] Built 1 zonelists, mobility grouping on.  Total pages: 33011241
[    0.128576] Policy zone: Normal
[    0.128709] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.128739] software IO TLB: area num 32.
[    0.277072] Memory: 131678604K/134142160K available (16384K kernel code, 2364K rwdata, 10872K rodata, 3124K init, 4476K bss, 2463300K reserved, 0K cma-reserved)
[    0.277644] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.277662] ftrace: allocating 43050 entries in 169 pages
[    0.283969] ftrace: allocated 169 pages with 4 groups
[    0.284491] Dynamic Preempt: voluntary
[    0.284561] rcu: Preemptible hierarchical RCU implementation.
[    0.284562] rcu: 	RCU event tracing is enabled.
[    0.284562] rcu: 	RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=32.
[    0.284563] 	Trampoline variant of Tasks RCU enabled.
[    0.284563] 	Rude variant of Tasks RCU enabled.
[    0.284564] 	Tracing variant of Tasks RCU enabled.
[    0.284564] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.284564] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.286189] NR_IRQS: 24832, nr_irqs: 1224, preallocated irqs: 16
[    0.286366] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.286454] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.286497] Console: colour dummy device 80x25
[    0.286499] printk: console [tty0] enabled
[    0.286532] ACPI: Core revision 20230628
[    0.286624] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.286640] APIC: Switch to symmetric I/O mode setup
[    0.287195] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[    0.604658] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.604678] APIC: Switched APIC routing to: physical flat
[    0.605290] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.609638] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a775317aca, max_idle_ns: 881591134990 ns
[    0.609641] Calibrating delay loop (skipped), value calculated using timer frequency.. 7386.08 BogoMIPS (lpj=3693042)
[    0.609651] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.609697] LVT offset 1 assigned for vector 0xf9
[    0.609811] LVT offset 2 assigned for vector 0xf4
[    0.609842] process: using mwait in idle threads
[    0.609844] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.609844] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.609846] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.609848] Spectre V2 : Mitigation: Retpolines
[    0.609849] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.609849] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.609849] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.609850] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.609851] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.609852] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.609853] Speculative Return Stack Overflow: Mitigation: Safe RET
[    0.609856] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.609856] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.609857] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.609857] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.609858] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.609858] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.609859] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.609860] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.609860] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.624807] Freeing SMP alternatives memory: 36K
[    0.624809] pid_max: default: 32768 minimum: 301
[    0.627685] LSM: initializing lsm=capability,landlock,yama,selinux,bpf,integrity
[    0.627702] landlock: Up and running.
[    0.627703] Yama: becoming mindful.
[    0.627706] SELinux:  Initializing.
[    0.627724] LSM support for eBPF active
[    0.627801] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.627856] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.730415] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
[    0.730566] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[    0.730580] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[    0.730594] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[    0.730605] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.730610] ... version:                0
[    0.730610] ... bit width:              48
[    0.730611] ... generic registers:      6
[    0.730612] ... value mask:             0000ffffffffffff
[    0.730613] ... max period:             00007fffffffffff
[    0.730613] ... fixed-purpose events:   0
[    0.730614] ... event mask:             000000000000003f
[    0.730640] signal: max sigframe size: 3376
[    0.730640] rcu: Hierarchical SRCU implementation.
[    0.730640] rcu: 	Max phase no-delay instances is 400.
[    0.731805] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.731988] smp: Bringing up secondary CPUs ...
[    0.732067] smpboot: x86: Booting SMP configuration:
[    0.732068] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.318246] __common_interrupt: 2.55 No irq handler for vector
[    0.745717]  #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[    0.748755] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.761650] smp: Brought up 1 node, 24 CPUs
[    0.761652] smpboot: Max logical packages: 2
[    0.761653] smpboot: Total of 24 processors activated (177266.01 BogoMIPS)
[    0.764998] devtmpfs: initialized
[    0.764998] x86/mm: Memory block size: 2048MB
[    0.766055] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.766055] ACPI: PM: Registering ACPI NVS region [mem 0xbd0aa000-0xbd3d5fff] (3325952 bytes)
[    0.766055] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.766055] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.766055] pinctrl core: initialized pinctrl subsystem
[    0.766055] PM: RTC time: 13:26:56, date: 2025-02-20
[    0.766759] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.767044] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.767182] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.767321] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.767329] audit: initializing netlink subsys (disabled)
[    0.767334] audit: type=2000 audit(1740058015.163:1): state=initialized audit_enabled=0 res=1
[    0.767334] thermal_sys: Registered thermal governor 'bang_bang'
[    0.767334] thermal_sys: Registered thermal governor 'step_wise'
[    0.767334] thermal_sys: Registered thermal governor 'user_space'
[    0.767334] cpuidle: using governor menu
[    0.767334] Detected 1 PCC Subspaces
[    0.767334] Registering PCC driver as Mailbox controller
[    0.767730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.767807] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.767814] PCI: Using configuration type 1 for base access
[    0.768592] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.768793] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.768794] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.768796] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.768797] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.769109] fbcon: Taking over console
[    0.769109] ACPI: Added _OSI(Module Device)
[    0.769109] ACPI: Added _OSI(Processor Device)
[    0.769109] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.769109] ACPI: Added _OSI(Processor Aggregator Device)
[    0.782203] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.783954] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.786132] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[    0.786869] ACPI: Interpreter enabled
[    0.786881] ACPI: PM: (supports S0 S4 S5)
[    0.786881] ACPI: Using IOAPIC for interrupt routing
[    0.787186] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.787187] PCI: Ignoring E820 reservations for host bridge windows
[    0.787527] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.797861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.797865] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.797989] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    0.797997] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.798338] PCI host bridge to bus 0000:00
[    0.798339] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.798341] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.798342] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.798343] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.798345] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.798346] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    0.798347] pci_bus 0000:00: root bus resource [mem 0x2040000000-0x7fffffffff window]
[    0.798349] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.798363] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    0.798459] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
[    0.798557] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    0.798620] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[    0.798649] pci 0000:00:01.2: enabling Extended Tags
[    0.798695] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.798848] pci 0000:00:01.3: [1022:1483] type 01 class 0x060400
[    0.798874] pci 0000:00:01.3: enabling Extended Tags
[    0.798919] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.799038] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    0.799102] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    0.799167] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    0.799230] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    0.799295] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    0.799355] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    0.799379] pci 0000:00:07.1: enabling Extended Tags
[    0.799419] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.799531] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    0.799592] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    0.799618] pci 0000:00:08.1: enabling Extended Tags
[    0.799663] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.799794] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.799913] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.800045] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    0.800080] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    0.800115] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    0.800150] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    0.800185] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    0.800220] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    0.800254] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    0.800288] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    0.800382] pci 0000:01:00.0: [1022:57ad] type 01 class 0x060400
[    0.800438] pci 0000:01:00.0: enabling Extended Tags
[    0.800522] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.800606] pci 0000:01:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
[    0.800756] pci 0000:00:01.2: PCI bridge to [bus 01-0c]
[    0.800759] pci 0000:00:01.2:   bridge window [io  0xb000-0xffff]
[    0.800762] pci 0000:00:01.2:   bridge window [mem 0xfa000000-0xfc2fffff]
[    0.800765] pci 0000:00:01.2:   bridge window [mem 0x7800000000-0x7c024fffff 64bit pref]
[    0.800980] pci 0000:02:00.0: [1022:57a3] type 01 class 0x060400
[    0.801051] pci 0000:02:00.0: enabling Extended Tags
[    0.801283] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.801670] pci 0000:02:01.0: [1022:57a3] type 01 class 0x060400
[    0.801741] pci 0000:02:01.0: enabling Extended Tags
[    0.801985] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[    0.802391] pci 0000:02:02.0: [1022:57a3] type 01 class 0x060400
[    0.802462] pci 0000:02:02.0: enabling Extended Tags
[    0.802708] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[    0.803088] pci 0000:02:03.0: [1022:57a3] type 01 class 0x060400
[    0.803159] pci 0000:02:03.0: enabling Extended Tags
[    0.803413] pci 0000:02:03.0: PME# supported from D0 D3hot D3cold
[    0.803812] pci 0000:02:05.0: [1022:57a3] type 01 class 0x060400
[    0.803884] pci 0000:02:05.0: enabling Extended Tags
[    0.804128] pci 0000:02:05.0: PME# supported from D0 D3hot D3cold
[    0.804543] pci 0000:02:07.0: [1022:57a3] type 01 class 0x060400
[    0.804614] pci 0000:02:07.0: enabling Extended Tags
[    0.804842] pci 0000:02:07.0: PME# supported from D0 D3hot D3cold
[    0.805227] pci 0000:02:08.0: [1022:57a4] type 01 class 0x060400
[    0.805298] pci 0000:02:08.0: enabling Extended Tags
[    0.805475] pci 0000:02:08.0: PME# supported from D0 D3hot D3cold
[    0.805733] pci 0000:02:09.0: [1022:57a4] type 01 class 0x060400
[    0.805803] pci 0000:02:09.0: enabling Extended Tags
[    0.805965] pci 0000:02:09.0: PME# supported from D0 D3hot D3cold
[    0.806173] pci 0000:02:0a.0: [1022:57a4] type 01 class 0x060400
[    0.806243] pci 0000:02:0a.0: enabling Extended Tags
[    0.806427] pci 0000:02:0a.0: PME# supported from D0 D3hot D3cold
[    0.806652] pci 0000:01:00.0: PCI bridge to [bus 02-0c]
[    0.806659] pci 0000:01:00.0:   bridge window [io  0xb000-0xffff]
[    0.806663] pci 0000:01:00.0:   bridge window [mem 0xfa000000-0xfc2fffff]
[    0.806669] pci 0000:01:00.0:   bridge window [mem 0x7800000000-0x7c024fffff 64bit pref]
[    0.806776] pci 0000:03:00.0: [144d:a80c] type 00 class 0x010802
[    0.806806] pci 0000:03:00.0: reg 0x10: [mem 0xfc200000-0xfc203fff 64bit]
[    0.806875] pci 0000:03:00.0: enabling Extended Tags
[    0.807236] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.807245] pci 0000:02:00.0:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.807365] pci 0000:04:00.0: [8086:10fb] type 00 class 0x020000
[    0.807387] pci 0000:04:00.0: reg 0x10: [mem 0xfb900000-0xfb9fffff]
[    0.807410] pci 0000:04:00.0: reg 0x18: [io  0xf020-0xf03f]
[    0.807423] pci 0000:04:00.0: reg 0x1c: [mem 0xfbb04000-0xfbb07fff]
[    0.807457] pci 0000:04:00.0: reg 0x30: [mem 0xfba80000-0xfbafffff pref]
[    0.807559] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.807618] pci 0000:04:00.0: reg 0x184: [mem 0x7c02400000-0x7c02403fff 64bit pref]
[    0.807620] pci 0000:04:00.0: VF(n) BAR0 space: [mem 0x7c02400000-0x7c024fffff 64bit pref] (contains BAR0 for 64 VFs)
[    0.807650] pci 0000:04:00.0: reg 0x190: [mem 0x7c02300000-0x7c02303fff 64bit pref]
[    0.807651] pci 0000:04:00.0: VF(n) BAR3 space: [mem 0x7c02300000-0x7c023fffff 64bit pref] (contains BAR3 for 64 VFs)
[    0.807989] pci 0000:04:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:02:01.0 (capable of 32.000 Gb/s with 5.0 GT/s PCIe x8 link)
[    0.808116] pci 0000:04:00.1: [8086:10fb] type 00 class 0x020000
[    0.808138] pci 0000:04:00.1: reg 0x10: [mem 0xfb800000-0xfb8fffff]
[    0.808161] pci 0000:04:00.1: reg 0x18: [io  0xf000-0xf01f]
[    0.808173] pci 0000:04:00.1: reg 0x1c: [mem 0xfbb00000-0xfbb03fff]
[    0.808208] pci 0000:04:00.1: reg 0x30: [mem 0xfba00000-0xfba7ffff pref]
[    0.808309] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[    0.808356] pci 0000:04:00.1: reg 0x184: [mem 0x7c02200000-0x7c02203fff 64bit pref]
[    0.808357] pci 0000:04:00.1: VF(n) BAR0 space: [mem 0x7c02200000-0x7c022fffff 64bit pref] (contains BAR0 for 64 VFs)
[    0.808385] pci 0000:04:00.1: reg 0x190: [mem 0x7c02100000-0x7c02103fff 64bit pref]
[    0.808387] pci 0000:04:00.1: VF(n) BAR3 space: [mem 0x7c02100000-0x7c021fffff 64bit pref] (contains BAR3 for 64 VFs)
[    0.808812] pci 0000:02:01.0: PCI bridge to [bus 04-05]
[    0.808818] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.808822] pci 0000:02:01.0:   bridge window [mem 0xfb800000-0xfbbfffff]
[    0.808828] pci 0000:02:01.0:   bridge window [mem 0x7c02100000-0x7c024fffff 64bit pref]
[    0.808945] pci 0000:06:00.0: [9710:9922] type 00 class 0x070002
[    0.808976] pci 0000:06:00.0: reg 0x10: [io  0xe010-0xe017]
[    0.808993] pci 0000:06:00.0: reg 0x14: [mem 0xfc103000-0xfc103fff]
[    0.809057] pci 0000:06:00.0: reg 0x24: [mem 0xfc102000-0xfc102fff]
[    0.809183] pci 0000:06:00.0: PME# supported from D3hot D3cold
[    0.809364] pci 0000:06:00.1: [9710:9922] type 00 class 0x070002
[    0.809395] pci 0000:06:00.1: reg 0x10: [io  0xe000-0xe007]
[    0.809412] pci 0000:06:00.1: reg 0x14: [mem 0xfc101000-0xfc101fff]
[    0.809476] pci 0000:06:00.1: reg 0x24: [mem 0xfc100000-0xfc100fff]
[    0.809585] pci 0000:06:00.1: PME# supported from D3hot D3cold
[    0.812678] pci 0000:02:02.0: PCI bridge to [bus 06]
[    0.812685] pci 0000:02:02.0:   bridge window [io  0xe000-0xefff]
[    0.812689] pci 0000:02:02.0:   bridge window [mem 0xfc100000-0xfc1fffff]
[    0.812814] pci 0000:07:00.0: [10de:2504] type 00 class 0x030000
[    0.812836] pci 0000:07:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
[    0.812855] pci 0000:07:00.0: reg 0x14: [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.812873] pci 0000:07:00.0: reg 0x1c: [mem 0x7c00000000-0x7c01ffffff 64bit pref]
[    0.812886] pci 0000:07:00.0: reg 0x24: [io  0xd000-0xd07f]
[    0.812898] pci 0000:07:00.0: reg 0x30: [mem 0xfb000000-0xfb07ffff pref]
[    0.812909] pci 0000:07:00.0: enabling Extended Tags
[    0.813022] pci 0000:07:00.0: PME# supported from D0 D3hot
[    0.813148] pci 0000:07:00.0: 31.506 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x2 link at 0000:02:03.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.813350] pci 0000:07:00.1: [10de:228e] type 00 class 0x040300
[    0.813369] pci 0000:07:00.1: reg 0x10: [mem 0xfb080000-0xfb083fff]
[    0.813425] pci 0000:07:00.1: enabling Extended Tags
[    0.813653] pci 0000:02:03.0: PCI bridge to [bus 07]
[    0.813660] pci 0000:02:03.0:   bridge window [io  0xd000-0xdfff]
[    0.813664] pci 0000:02:03.0:   bridge window [mem 0xfa000000-0xfb0fffff]
[    0.813671] pci 0000:02:03.0:   bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.813785] pci 0000:08:00.0: [1000:0072] type 00 class 0x010700
[    0.813808] pci 0000:08:00.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.813828] pci 0000:08:00.0: reg 0x14: [mem 0xfb700000-0xfb703fff 64bit]
[    0.813847] pci 0000:08:00.0: reg 0x1c: [mem 0xfb680000-0xfb6bffff 64bit]
[    0.813872] pci 0000:08:00.0: reg 0x30: [mem 0xfb200000-0xfb27ffff pref]
[    0.813882] pci 0000:08:00.0: enabling Extended Tags
[    0.813987] pci 0000:08:00.0: supports D1 D2
[    0.814040] pci 0000:08:00.0: reg 0x174: [mem 0xfb6c0000-0xfb6c3fff 64bit]
[    0.814041] pci 0000:08:00.0: VF(n) BAR0 space: [mem 0xfb6c0000-0xfb6fffff 64bit] (contains BAR0 for 16 VFs)
[    0.814060] pci 0000:08:00.0: reg 0x17c: [mem 0xfb280000-0xfb2bffff 64bit]
[    0.814061] pci 0000:08:00.0: VF(n) BAR2 space: [mem 0xfb280000-0xfb67ffff 64bit] (contains BAR2 for 16 VFs)
[    0.814207] pci 0000:08:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:02:05.0 (capable of 32.000 Gb/s with 5.0 GT/s PCIe x8 link)
[    0.814311] pci 0000:02:05.0: PCI bridge to [bus 08]
[    0.814317] pci 0000:02:05.0:   bridge window [io  0xc000-0xcfff]
[    0.814321] pci 0000:02:05.0:   bridge window [mem 0xfb200000-0xfb7fffff]
[    0.814463] pci 0000:09:00.0: [10ec:3000] type 00 class 0x020000
[    0.814489] pci 0000:09:00.0: reg 0x10: [io  0xb000-0xb0ff]
[    0.814524] pci 0000:09:00.0: reg 0x18: [mem 0xfc000000-0xfc00ffff 64bit]
[    0.814546] pci 0000:09:00.0: reg 0x20: [mem 0xfc010000-0xfc013fff 64bit]
[    0.814702] pci 0000:09:00.0: supports D1 D2
[    0.814703] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.814984] pci 0000:02:07.0: PCI bridge to [bus 09]
[    0.814990] pci 0000:02:07.0:   bridge window [io  0xb000-0xbfff]
[    0.814994] pci 0000:02:07.0:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.815116] pci 0000:0a:00.0: [1022:1485] type 00 class 0x130000
[    0.815183] pci 0000:0a:00.0: enabling Extended Tags
[    0.815338] pci 0000:0a:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.815562] pci 0000:0a:00.1: [1022:149c] type 00 class 0x0c0330
[    0.815857] pci 0000:0a:00.1: reg 0x10: [mem 0xfbd00000-0xfbdfffff 64bit]
[    0.816618] pci 0000:0a:00.1: enabling Extended Tags
[    0.817134] pci 0000:0a:00.1: PME# supported from D0 D3hot D3cold
[    0.817647] pci 0000:0a:00.3: [1022:149c] type 00 class 0x0c0330
[    0.817673] pci 0000:0a:00.3: reg 0x10: [mem 0xfbc00000-0xfbcfffff 64bit]
[    0.817733] pci 0000:0a:00.3: enabling Extended Tags
[    0.817808] pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
[    0.817967] pci 0000:02:08.0: PCI bridge to [bus 0a]
[    0.817976] pci 0000:02:08.0:   bridge window [mem 0xfbc00000-0xfbdfffff]
[    0.818079] pci 0000:0b:00.0: [1022:7901] type 00 class 0x010601
[    0.818150] pci 0000:0b:00.0: reg 0x24: [mem 0xfbf00000-0xfbf007ff]
[    0.818169] pci 0000:0b:00.0: enabling Extended Tags
[    0.818268] pci 0000:0b:00.0: PME# supported from D3hot D3cold
[    0.818342] pci 0000:0b:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.818444] pci 0000:02:09.0: PCI bridge to [bus 0b]
[    0.818452] pci 0000:02:09.0:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.818555] pci 0000:0c:00.0: [1022:7901] type 00 class 0x010601
[    0.818626] pci 0000:0c:00.0: reg 0x24: [mem 0xfbe00000-0xfbe007ff]
[    0.818648] pci 0000:0c:00.0: enabling Extended Tags
[    0.818746] pci 0000:0c:00.0: PME# supported from D3hot D3cold
[    0.818819] pci 0000:0c:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.818919] pci 0000:02:0a.0: PCI bridge to [bus 0c]
[    0.818928] pci 0000:02:0a.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.819037] pci 0000:0d:00.0: [1dbe:5236] type 00 class 0x010802
[    0.819051] pci 0000:0d:00.0: reg 0x10: [mem 0xfc7b0000-0xfc7b3fff 64bit]
[    0.819072] pci 0000:0d:00.0: reg 0x20: [mem 0xfc720000-0xfc72ffff 64bit]
[    0.819078] pci 0000:0d:00.0: reg 0x30: [mem 0xfc700000-0xfc71ffff pref]
[    0.819167] pci 0000:0d:00.0: reg 0x1d8: [mem 0xfc730000-0xfc733fff 64bit]
[    0.819168] pci 0000:0d:00.0: VF(n) BAR0 space: [mem 0xfc730000-0xfc7affff 64bit] (contains BAR0 for 32 VFs)
[    0.819376] pci 0000:00:01.3: PCI bridge to [bus 0d-2d]
[    0.819381] pci 0000:00:01.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.819424] pci 0000:2e:00.0: [1022:148a] type 00 class 0x130000
[    0.819452] pci 0000:2e:00.0: enabling Extended Tags
[    0.819592] pci 0000:00:07.1: PCI bridge to [bus 2e]
[    0.819647] pci 0000:2f:00.0: [1022:1485] type 00 class 0x130000
[    0.819681] pci 0000:2f:00.0: enabling Extended Tags
[    0.819822] pci 0000:2f:00.1: [1022:1486] type 00 class 0x108000
[    0.819838] pci 0000:2f:00.1: reg 0x18: [mem 0xfc500000-0xfc5fffff]
[    0.819850] pci 0000:2f:00.1: reg 0x24: [mem 0xfc600000-0xfc601fff]
[    0.819859] pci 0000:2f:00.1: enabling Extended Tags
[    0.819978] pci 0000:2f:00.3: [1022:149c] type 00 class 0x0c0330
[    0.819992] pci 0000:2f:00.3: reg 0x10: [mem 0xfc400000-0xfc4fffff 64bit]
[    0.820022] pci 0000:2f:00.3: enabling Extended Tags
[    0.820068] pci 0000:2f:00.3: PME# supported from D0 D3hot D3cold
[    0.820175] pci 0000:00:08.1: PCI bridge to [bus 2f]
[    0.820180] pci 0000:00:08.1:   bridge window [mem 0xfc400000-0xfc6fffff]
[    0.820479] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.820523] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.820561] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.820606] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.820650] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.820684] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.820719] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.820753] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.821357] iommu: Default domain type: Translated
[    0.821359] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.821379] ACPI: bus type USB registered
[    0.821391] usbcore: registered new interface driver usbfs
[    0.821397] usbcore: registered new interface driver hub
[    0.821408] usbcore: registered new device driver usb
[    0.821454] efivars: Registered efivars operations
[    0.821703] NetLabel: Initializing
[    0.821704] NetLabel:  domain hash size = 128
[    0.821705] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.821721] NetLabel:  unlabeled traffic allowed by default
[    0.821722] PCI: Using ACPI for IRQ routing
[    0.825173] PCI: pci_cache_line_size set to 64 bytes
[    0.825303] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[    0.825305] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.825306] e820: reserve RAM buffer [mem 0xaff94018-0xafffffff]
[    0.825307] e820: reserve RAM buffer [mem 0xaffc3018-0xafffffff]
[    0.825308] e820: reserve RAM buffer [mem 0xaffea018-0xafffffff]
[    0.825309] e820: reserve RAM buffer [mem 0xb002b018-0xb3ffffff]
[    0.825310] e820: reserve RAM buffer [mem 0xb9eee000-0xbbffffff]
[    0.825310] e820: reserve RAM buffer [mem 0xbb8a3000-0xbbffffff]
[    0.825311] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[    0.825312] e820: reserve RAM buffer [mem 0x203f300000-0x203fffffff]
[    0.825372] pci 0000:07:00.0: vgaarb: setting as boot VGA device
[    0.825372] pci 0000:07:00.0: vgaarb: bridge control possible
[    0.825372] pci 0000:07:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.825372] vgaarb: loaded
[    0.825372] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.825372] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.826698] clocksource: Switched to clocksource tsc-early
[    0.826770] VFS: Disk quotas dquot_6.6.0
[    0.826770] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.826814] pnp: PnP ACPI init
[    0.826887] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.826970] system 00:01: [mem 0xfd100000-0xfd1fffff] has been reserved
[    0.827163] system 00:03: [io  0x0280-0x028f] has been reserved
[    0.827165] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.827166] system 00:03: [io  0x02a0-0x02af] has been reserved
[    0.827168] system 00:03: [io  0x02b0-0x02bf] has been reserved
[    0.827375] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.827377] system 00:04: [io  0x040b] has been reserved
[    0.827378] system 00:04: [io  0x04d6] has been reserved
[    0.827380] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.827381] system 00:04: [io  0x0c14] has been reserved
[    0.827382] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.827383] system 00:04: [io  0x0c52] has been reserved
[    0.827385] system 00:04: [io  0x0c6c] has been reserved
[    0.827386] system 00:04: [io  0x0c6f] has been reserved
[    0.827387] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.827388] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.827390] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.827391] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.827392] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.827394] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.827395] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.827397] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.827399] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.827400] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.827402] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.827404] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.827405] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.827836] pnp: PnP ACPI: found 5 devices
[    0.833825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.833890] NET: Registered PF_INET protocol family
[    0.834001] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.835799] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.835851] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.836057] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.836379] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.836454] TCP: Hash tables configured (established 524288 bind 65536)
[    0.836644] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.836794] UDP hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.836995] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.837154] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.837159] NET: Registered PF_XDP protocol family
[    0.837169] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.837175] pci 0000:02:00.0:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.837185] pci 0000:02:01.0: PCI bridge to [bus 04-05]
[    0.837187] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.837192] pci 0000:02:01.0:   bridge window [mem 0xfb800000-0xfbbfffff]
[    0.837196] pci 0000:02:01.0:   bridge window [mem 0x7c02100000-0x7c024fffff 64bit pref]
[    0.837203] pci 0000:02:02.0: PCI bridge to [bus 06]
[    0.837205] pci 0000:02:02.0:   bridge window [io  0xe000-0xefff]
[    0.837211] pci 0000:02:02.0:   bridge window [mem 0xfc100000-0xfc1fffff]
[    0.837220] pci 0000:02:03.0: PCI bridge to [bus 07]
[    0.837222] pci 0000:02:03.0:   bridge window [io  0xd000-0xdfff]
[    0.837227] pci 0000:02:03.0:   bridge window [mem 0xfa000000-0xfb0fffff]
[    0.837231] pci 0000:02:03.0:   bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.837238] pci 0000:02:05.0: PCI bridge to [bus 08]
[    0.837240] pci 0000:02:05.0:   bridge window [io  0xc000-0xcfff]
[    0.837245] pci 0000:02:05.0:   bridge window [mem 0xfb200000-0xfb7fffff]
[    0.837255] pci 0000:02:07.0: PCI bridge to [bus 09]
[    0.837257] pci 0000:02:07.0:   bridge window [io  0xb000-0xbfff]
[    0.837262] pci 0000:02:07.0:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.837271] pci 0000:02:08.0: PCI bridge to [bus 0a]
[    0.837276] pci 0000:02:08.0:   bridge window [mem 0xfbc00000-0xfbdfffff]
[    0.837286] pci 0000:02:09.0: PCI bridge to [bus 0b]
[    0.837291] pci 0000:02:09.0:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.837300] pci 0000:02:0a.0: PCI bridge to [bus 0c]
[    0.837305] pci 0000:02:0a.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.837314] pci 0000:01:00.0: PCI bridge to [bus 02-0c]
[    0.837316] pci 0000:01:00.0:   bridge window [io  0xb000-0xffff]
[    0.837322] pci 0000:01:00.0:   bridge window [mem 0xfa000000-0xfc2fffff]
[    0.837325] pci 0000:01:00.0:   bridge window [mem 0x7800000000-0x7c024fffff 64bit pref]
[    0.837332] pci 0000:00:01.2: PCI bridge to [bus 01-0c]
[    0.837333] pci 0000:00:01.2:   bridge window [io  0xb000-0xffff]
[    0.837336] pci 0000:00:01.2:   bridge window [mem 0xfa000000-0xfc2fffff]
[    0.837338] pci 0000:00:01.2:   bridge window [mem 0x7800000000-0x7c024fffff 64bit pref]
[    0.837342] pci 0000:00:01.3: PCI bridge to [bus 0d-2d]
[    0.837345] pci 0000:00:01.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.837349] pci 0000:00:07.1: PCI bridge to [bus 2e]
[    0.837356] pci 0000:00:08.1: PCI bridge to [bus 2f]
[    0.837359] pci 0000:00:08.1:   bridge window [mem 0xfc400000-0xfc6fffff]
[    0.837364] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.837365] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.837366] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.837367] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.837369] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.837370] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    0.837372] pci_bus 0000:00: resource 10 [mem 0x2040000000-0x7fffffffff window]
[    0.837373] pci_bus 0000:01: resource 0 [io  0xb000-0xffff]
[    0.837375] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfc2fffff]
[    0.837376] pci_bus 0000:01: resource 2 [mem 0x7800000000-0x7c024fffff 64bit pref]
[    0.837377] pci_bus 0000:02: resource 0 [io  0xb000-0xffff]
[    0.837378] pci_bus 0000:02: resource 1 [mem 0xfa000000-0xfc2fffff]
[    0.837379] pci_bus 0000:02: resource 2 [mem 0x7800000000-0x7c024fffff 64bit pref]
[    0.837380] pci_bus 0000:03: resource 1 [mem 0xfc200000-0xfc2fffff]
[    0.837382] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.837383] pci_bus 0000:04: resource 1 [mem 0xfb800000-0xfbbfffff]
[    0.837384] pci_bus 0000:04: resource 2 [mem 0x7c02100000-0x7c024fffff 64bit pref]
[    0.837385] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.837386] pci_bus 0000:06: resource 1 [mem 0xfc100000-0xfc1fffff]
[    0.837387] pci_bus 0000:07: resource 0 [io  0xd000-0xdfff]
[    0.837388] pci_bus 0000:07: resource 1 [mem 0xfa000000-0xfb0fffff]
[    0.837389] pci_bus 0000:07: resource 2 [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.837391] pci_bus 0000:08: resource 0 [io  0xc000-0xcfff]
[    0.837392] pci_bus 0000:08: resource 1 [mem 0xfb200000-0xfb7fffff]
[    0.837393] pci_bus 0000:09: resource 0 [io  0xb000-0xbfff]
[    0.837394] pci_bus 0000:09: resource 1 [mem 0xfc000000-0xfc0fffff]
[    0.837395] pci_bus 0000:0a: resource 1 [mem 0xfbc00000-0xfbdfffff]
[    0.837396] pci_bus 0000:0b: resource 1 [mem 0xfbf00000-0xfbffffff]
[    0.837397] pci_bus 0000:0c: resource 1 [mem 0xfbe00000-0xfbefffff]
[    0.837399] pci_bus 0000:0d: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.837400] pci_bus 0000:2f: resource 1 [mem 0xfc400000-0xfc6fffff]
[    0.837508] pci 0000:07:00.1: extending delay after power-on from D3hot to 20 msec
[    0.837534] pci 0000:07:00.1: D0 power state depends on 0000:07:00.0
[    0.838013] PCI: CLS 64 bytes, default 64
[    0.838030] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.838071] Trying to unpack rootfs image as initramfs...
[    0.838085] pci 0000:00:01.0: Adding to iommu group 0
[    0.838097] pci 0000:00:01.2: Adding to iommu group 0
[    0.838109] pci 0000:00:01.3: Adding to iommu group 0
[    0.838129] pci 0000:00:02.0: Adding to iommu group 1
[    0.838149] pci 0000:00:03.0: Adding to iommu group 2
[    0.838170] pci 0000:00:04.0: Adding to iommu group 3
[    0.838190] pci 0000:00:05.0: Adding to iommu group 4
[    0.838212] pci 0000:00:07.0: Adding to iommu group 5
[    0.838227] pci 0000:00:07.1: Adding to iommu group 6
[    0.838248] pci 0000:00:08.0: Adding to iommu group 7
[    0.838263] pci 0000:00:08.1: Adding to iommu group 8
[    0.838290] pci 0000:00:14.0: Adding to iommu group 9
[    0.838303] pci 0000:00:14.3: Adding to iommu group 9
[    0.838373] pci 0000:00:18.0: Adding to iommu group 10
[    0.838386] pci 0000:00:18.1: Adding to iommu group 10
[    0.838400] pci 0000:00:18.2: Adding to iommu group 10
[    0.838413] pci 0000:00:18.3: Adding to iommu group 10
[    0.838426] pci 0000:00:18.4: Adding to iommu group 10
[    0.838440] pci 0000:00:18.5: Adding to iommu group 10
[    0.838453] pci 0000:00:18.6: Adding to iommu group 10
[    0.838466] pci 0000:00:18.7: Adding to iommu group 10
[    0.838471] pci 0000:01:00.0: Adding to iommu group 0
[    0.838475] pci 0000:02:00.0: Adding to iommu group 0
[    0.838479] pci 0000:02:01.0: Adding to iommu group 0
[    0.838483] pci 0000:02:02.0: Adding to iommu group 0
[    0.838487] pci 0000:02:03.0: Adding to iommu group 0
[    0.838491] pci 0000:02:05.0: Adding to iommu group 0
[    0.838495] pci 0000:02:07.0: Adding to iommu group 0
[    0.838499] pci 0000:02:08.0: Adding to iommu group 0
[    0.838504] pci 0000:02:09.0: Adding to iommu group 0
[    0.838508] pci 0000:02:0a.0: Adding to iommu group 0
[    0.838513] pci 0000:03:00.0: Adding to iommu group 0
[    0.838518] pci 0000:04:00.0: Adding to iommu group 0
[    0.838522] pci 0000:04:00.1: Adding to iommu group 0
[    0.838526] pci 0000:06:00.0: Adding to iommu group 0
[    0.838530] pci 0000:06:00.1: Adding to iommu group 0
[    0.838534] pci 0000:07:00.0: Adding to iommu group 0
[    0.838538] pci 0000:07:00.1: Adding to iommu group 0
[    0.838542] pci 0000:08:00.0: Adding to iommu group 0
[    0.838548] pci 0000:09:00.0: Adding to iommu group 0
[    0.838552] pci 0000:0a:00.0: Adding to iommu group 0
[    0.838557] pci 0000:0a:00.1: Adding to iommu group 0
[    0.838560] pci 0000:0a:00.3: Adding to iommu group 0
[    0.838564] pci 0000:0b:00.0: Adding to iommu group 0
[    0.838568] pci 0000:0c:00.0: Adding to iommu group 0
[    0.838572] pci 0000:0d:00.0: Adding to iommu group 0
[    0.838588] pci 0000:2e:00.0: Adding to iommu group 11
[    0.838604] pci 0000:2f:00.0: Adding to iommu group 12
[    0.838621] pci 0000:2f:00.1: Adding to iommu group 13
[    0.838637] pci 0000:2f:00.3: Adding to iommu group 14
[    0.840927] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.840929] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.840934] AMD-Vi: Interrupt remapping enabled
[    0.841021] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.841024] software IO TLB: mapped [mem 0x00000000abf94000-0x00000000aff94000] (64MB)
[    0.841075] LVT offset 0 assigned for vector 0x400
[    0.841471] perf: AMD IBS detected (0x000003ff)
[    0.841477] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.842078] Initialise system trusted keyrings
[    0.842105] workingset: timestamp_bits=40 max_order=25 bucket_order=0
[    0.842112] zbud: loaded
[    0.848117] Key type asymmetric registered
[    0.848118] Asymmetric key parser 'x509' registered
[    0.848132] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.848172] io scheduler mq-deadline registered
[    0.848173] io scheduler kyber registered
[    0.849437] pcieport 0000:00:01.2: PME: Signaling with IRQ 28
[    0.849608] pcieport 0000:00:01.3: PME: Signaling with IRQ 29
[    0.849826] pcieport 0000:00:07.1: PME: Signaling with IRQ 31
[    0.849967] pcieport 0000:00:08.1: PME: Signaling with IRQ 32
[    0.853738] Estimated ratio of average max frequency by base frequency (times 1024): 1197
[    0.853748] Monitor-Mwait will be used to enter C-1 state
[    0.853751] ACPI: \_PR_.C000: Found 2 idle states
[    0.853877] ACPI: \_PR_.C002: Found 2 idle states
[    0.853981] ACPI: \_PR_.C004: Found 2 idle states
[    0.854125] ACPI: \_PR_.C006: Found 2 idle states
[    0.854254] ACPI: \_PR_.C008: Found 2 idle states
[    0.854380] ACPI: \_PR_.C00A: Found 2 idle states
[    0.854511] ACPI: \_PR_.C00C: Found 2 idle states
[    0.854650] ACPI: \_PR_.C00E: Found 2 idle states
[    0.854792] ACPI: \_PR_.C010: Found 2 idle states
[    0.854920] ACPI: \_PR_.C012: Found 2 idle states
[    0.855038] ACPI: \_PR_.C014: Found 2 idle states
[    0.855157] ACPI: \_PR_.C016: Found 2 idle states
[    0.855243] ACPI: \_PR_.C001: Found 2 idle states
[    0.855354] ACPI: \_PR_.C003: Found 2 idle states
[    0.855470] ACPI: \_PR_.C005: Found 2 idle states
[    0.855579] ACPI: \_PR_.C007: Found 2 idle states
[    0.855690] ACPI: \_PR_.C009: Found 2 idle states
[    0.855799] ACPI: \_PR_.C00B: Found 2 idle states
[    0.855908] ACPI: \_PR_.C00D: Found 2 idle states
[    0.856022] ACPI: \_PR_.C00F: Found 2 idle states
[    0.856137] ACPI: \_PR_.C011: Found 2 idle states
[    0.856223] ACPI: \_PR_.C013: Found 2 idle states
[    0.856336] ACPI: \_PR_.C015: Found 2 idle states
[    0.856451] ACPI: \_PR_.C017: Found 2 idle states
[    0.856630] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.857071] Linux agpgart interface v0.103
[    0.857088] ACPI: bus type drm_connector registered
[    0.859262] usbcore: registered new interface driver usbserial_generic
[    0.859268] usbserial: USB Serial support registered for generic
[    0.859270] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    0.859347] drop_monitor: Initializing network drop monitor service
[    0.866643] NET: Registered PF_INET6 protocol family
[    0.940878] Freeing initrd memory: 51468K
[    0.943904] Segment Routing with IPv6
[    0.943917] In-situ OAM (IOAM) with IPv6
[    0.945988] microcode: microcode updated early to new patch_level=0x0a201210
[    0.946023] microcode: CPU1: patch_level=0x0a201210
[    0.946023] microcode: CPU2: patch_level=0x0a201210
[    0.946023] microcode: CPU3: patch_level=0x0a201210
[    0.946023] microcode: CPU5: patch_level=0x0a201210
[    0.946023] microcode: CPU4: patch_level=0x0a201210
[    0.946026] microcode: CPU6: patch_level=0x0a201210
[    0.946026] microcode: CPU7: patch_level=0x0a201210
[    0.946026] microcode: CPU8: patch_level=0x0a201210
[    0.946028] microcode: CPU9: patch_level=0x0a201210
[    0.946028] microcode: CPU10: patch_level=0x0a201210
[    0.946029] microcode: CPU11: patch_level=0x0a201210
[    0.946030] microcode: CPU12: patch_level=0x0a201210
[    0.946243] microcode: CPU2: new patch_level=0x0a201210
[    0.946244] microcode: CPU3: new patch_level=0x0a201210
[    0.946245] microcode: CPU5: new patch_level=0x0a201210
[    0.946246] microcode: CPU4: new patch_level=0x0a201210
[    0.946247] microcode: CPU7: new patch_level=0x0a201210
[    0.946248] microcode: CPU8: new patch_level=0x0a201210
[    0.946248] microcode: CPU14: patch_level=0x0a201210
[    0.946249] microcode: CPU15: patch_level=0x0a201210
[    0.946249] microcode: CPU6: new patch_level=0x0a201210
[    0.946249] microcode: CPU17: patch_level=0x0a201210
[    0.946250] microcode: CPU16: patch_level=0x0a201210
[    0.946253] microcode: CPU10: new patch_level=0x0a201210
[    0.946253] microcode: CPU20: patch_level=0x0a201210
[    0.946253] microcode: CPU11: new patch_level=0x0a201210
[    0.946253] microcode: CPU19: patch_level=0x0a201210
[    0.946255] microcode: CPU18: patch_level=0x0a201210
[    0.946255] microcode: CPU9: new patch_level=0x0a201210
[    0.946257] microcode: CPU1: new patch_level=0x0a201210
[    0.946259] microcode: CPU13: patch_level=0x0a201210
[    0.946263] microcode: CPU12: new patch_level=0x0a201210
[    0.946267] microcode: CPU0: patch_level=0x0a201210
[    0.946267] microcode: CPU21: patch_level=0x0a201210
[    0.946269] microcode: CPU22: patch_level=0x0a201210
[    0.946270] microcode: CPU23: patch_level=0x0a201210
[    0.946475] microcode: CPU15: new patch_level=0x0a201210
[    0.946476] microcode: CPU17: new patch_level=0x0a201210
[    0.946477] microcode: CPU16: new patch_level=0x0a201210
[    0.946478] microcode: CPU14: new patch_level=0x0a201210
[    0.946481] microcode: CPU19: new patch_level=0x0a201210
[    0.946482] microcode: CPU18: new patch_level=0x0a201210
[    0.946483] microcode: CPU20: new patch_level=0x0a201210
[    0.946484] microcode: CPU13: new patch_level=0x0a201210
[    0.946491] microcode: CPU0: new patch_level=0x0a201210
[    0.946495] microcode: CPU23: new patch_level=0x0a201210
[    0.946495] microcode: CPU21: new patch_level=0x0a201210
[    0.946495] microcode: CPU22: new patch_level=0x0a201210
[    0.946522] microcode: Microcode Update Driver: v2.2.
[    0.946728] resctrl: L3 allocation detected
[    0.946730] resctrl: MB allocation detected
[    0.946731] resctrl: L3 monitoring detected
[    0.946734] IPI shorthand broadcast: enabled
[    0.948524] sched_clock: Marking stable (630478774, 317246969)->(973427840, -25702097)
[    0.948653] registered taskstats version 1
[    0.948849] Loading compiled-in X.509 certificates
[    0.952880] Key type .fscrypt registered
[    0.952881] Key type fscrypt-provisioning registered
[    0.952978] PM:   Magic number: 13:231:433
[    0.953003] pci 0000:04:00.1: hash matches
[    0.956014] RAS: Correctable Errors collector initialized.
[    0.956137] clk: Disabling unused clocks
[    0.956920] Freeing unused decrypted memory: 2028K
[    0.957282] Freeing unused kernel image (initmem) memory: 3124K
[    0.957283] Write protecting the kernel read-only data: 28672k
[    0.957583] Freeing unused kernel image (rodata/data gap) memory: 1416K
[    0.993411] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.993423] Run /init as init process
[    0.993424]   with arguments:
[    0.993425]     /init
[    0.993426]   with environment:
[    0.993427]     HOME=/
[    0.993428]     TERM=linux
[    0.993429]     BOOT_IMAGE=(hd5,gpt1)//kernels/xyjqhijd2pghxpdl58gris7h5y0jk7dq-linux-6.6.78-bzImage
[    0.998165] systemd[1]: Inserted module 'autofs4'
[    1.006461] systemd[1]: Failed to make /usr/ a mount point, ignoring: No such file or directory
[    1.006582] systemd[1]: systemd 256.10 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    1.006586] systemd[1]: Detected architecture x86-64.
[    1.006588] systemd[1]: Running in initrd.
[    1.006748] systemd[1]: Hostname set to <blank-oob>.
[    1.006783] systemd[1]: Initializing machine ID from random generator.
[    1.019392] (sd-e[225]: '/nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/system-generators/systemd-cryptsetup-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    1.019609] (sd-e[225]: '/nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/system-generators/systemd-debug-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    1.019774] (sd-e[225]: '/nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/system-generators/systemd-fstab-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    1.019947] (sd-e[225]: '/nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/system-generators/systemd-gpt-auto-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    1.020129] (sd-e[225]: '/nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/system-generators/systemd-hibernate-resume-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    1.020310] (sd-e[225]: '/nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/system-generators/systemd-run-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    1.020497] (sd-e[225]: '/nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/system-generators/systemd-tpm2-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    1.042037] systemd[1]: Queued start job for default target Initrd Default Target.
[    1.052347] systemd[1]: Created slice Slice /system/modprobe.
[    1.052628] systemd[1]: Created slice Slice /system/systemd-cryptsetup.
[    1.052698] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.052734] systemd[1]: Expecting device /dev/disk/by-partlabel/disk-nvme1-crypt...
[    1.052762] systemd[1]: Expecting device /dev/disk/by-partlabel/disk-nvme2-crypt...
[    1.052786] systemd[1]: Expecting device /dev/tpmrm0...
[    1.052814] systemd[1]: Reached target Initrd Root Device.
[    1.052842] systemd[1]: Reached target Path Units.
[    1.052867] systemd[1]: Reached target Slice Units.
[    1.052893] systemd[1]: Reached target Swaps.
[    1.052917] systemd[1]: Reached target Timer Units.
[    1.053002] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.053086] systemd[1]: Listening on Journal Sockets.
[    1.053179] systemd[1]: Listening on Network Service Netlink Socket.
[    1.053263] systemd[1]: Listening on udev Control Socket.
[    1.053327] systemd[1]: Listening on udev Kernel Socket.
[    1.053825] systemd[1]: Starting Copy secrets into place...
[    1.054344] systemd[1]: Starting Create List of Static Device Nodes...
[    1.054847] systemd[1]: Starting Load Kernel Module configfs...
[    1.055773] systemd[1]: Starting Journal Service...
[    1.056340] systemd[1]: Starting Load Kernel Modules...
[    1.056815] systemd[1]: Starting Generate network units from Kernel command line...
[    1.057305] systemd[1]: Starting Coldplug All udev Devices...
[    1.058078] systemd[1]: Finished Create List of Static Device Nodes.
[    1.058633] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    1.058835] systemd[1]: [email protected]: Deactivated successfully.
[    1.058959] systemd[1]: Finished Load Kernel Module configfs.
[    1.059107] systemd[1]: Kernel Configuration File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/config).
[    1.061182] systemd[1]: Finished Copy secrets into place.
[    1.062685] systemd[1]: Finished Generate network units from Kernel command line.
[    1.062707] 8021q: 802.1Q VLAN Support v1.8
[    1.062778] systemd[1]: Reached target Preparation for Network.
[    1.064563] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[    1.065186] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.065823] systemd-journald[240]: Collecting audit messages is disabled.
[    1.071273] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.071372] systemd[1]: Reached target Preparation for Local File Systems.
[    1.071410] systemd[1]: Reached target Local File Systems.
[    1.072175] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.082719] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.088978] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    1.098320] r8169 0000:09:00.0 eth0: RTL8125B, 9c:6b:00:13:95:52, XID 641, IRQ 45
[    1.098324] r8169 0000:09:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.098842] dca service started, version 1.12.1
[    1.099440] pps_core: LinuxPPS API ver. 1 registered
[    1.099441] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    1.099628] r8169 0000:09:00.0 oob0: renamed from eth0
[    1.100409] PTP clock support registered
[    1.109749] systemd[1]: Started Journal Service.
[    1.112983] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[    1.112984] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[    1.165322] rtc_cmos 00:02: RTC can wake from S4
[    1.166377] rtc_cmos 00:02: registered as rtc0
[    1.166416] rtc_cmos 00:02: setting system clock to 2025-02-20T13:26:56 UTC (1740058016)
[    1.166451] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    1.179025] cryptd: max_cpu_qlen set to 1000
[    1.185223] AVX2 version of gcm_enc/dec engaged.
[    1.185270] AES CTR mode by8 optimization enabled
[    1.186205] xhci_hcd 0000:0a:00.1: xHCI Host Controller
[    1.186214] xhci_hcd 0000:0a:00.1: new USB bus registered, assigned bus number 1
[    1.186395] xhci_hcd 0000:0a:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    1.187046] xhci_hcd 0000:0a:00.1: xHCI Host Controller
[    1.187050] xhci_hcd 0000:0a:00.1: new USB bus registered, assigned bus number 2
[    1.187053] xhci_hcd 0000:0a:00.1: Host supports USB 3.1 Enhanced SuperSpeed
[    1.187137] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    1.187140] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.187142] usb usb1: Product: xHCI Host Controller
[    1.187144] usb usb1: Manufacturer: Linux 6.6.78 xhci-hcd
[    1.187146] usb usb1: SerialNumber: 0000:0a:00.1
[    1.187333] hub 1-0:1.0: USB hub found
[    1.187361] hub 1-0:1.0: 6 ports detected
[    1.187797] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.187848] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    1.187851] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.187853] usb usb2: Product: xHCI Host Controller
[    1.187855] usb usb2: Manufacturer: Linux 6.6.78 xhci-hcd
[    1.187856] usb usb2: SerialNumber: 0000:0a:00.1
[    1.188013] hub 2-0:1.0: USB hub found
[    1.188037] hub 2-0:1.0: 4 ports detected
[    1.188564] xhci_hcd 0000:0a:00.3: xHCI Host Controller
[    1.188569] xhci_hcd 0000:0a:00.3: new USB bus registered, assigned bus number 3
[    1.188737] xhci_hcd 0000:0a:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    1.189287] xhci_hcd 0000:0a:00.3: xHCI Host Controller
[    1.189291] xhci_hcd 0000:0a:00.3: new USB bus registered, assigned bus number 4
[    1.189295] xhci_hcd 0000:0a:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.189390] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    1.189393] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.189395] usb usb3: Product: xHCI Host Controller
[    1.189396] usb usb3: Manufacturer: Linux 6.6.78 xhci-hcd
[    1.189398] usb usb3: SerialNumber: 0000:0a:00.3
[    1.189952] hub 3-0:1.0: USB hub found
[    1.189975] hub 3-0:1.0: 6 ports detected
[    1.191017] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.191068] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    1.191071] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.191073] usb usb4: Product: xHCI Host Controller
[    1.191075] usb usb4: Manufacturer: Linux 6.6.78 xhci-hcd
[    1.191076] usb usb4: SerialNumber: 0000:0a:00.3
[    1.191085] SCSI subsystem initialized
[    1.192324] hub 4-0:1.0: USB hub found
[    1.192358] hub 4-0:1.0: 4 ports detected
[    1.192458] usb: port power management may be unreliable
[    1.192732] xhci_hcd 0000:2f:00.3: xHCI Host Controller
[    1.192739] xhci_hcd 0000:2f:00.3: new USB bus registered, assigned bus number 5
[    1.192873] xhci_hcd 0000:2f:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    1.193304] xhci_hcd 0000:2f:00.3: xHCI Host Controller
[    1.193306] xhci_hcd 0000:2f:00.3: new USB bus registered, assigned bus number 6
[    1.193309] xhci_hcd 0000:2f:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.193353] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    1.193355] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.193356] usb usb5: Product: xHCI Host Controller
[    1.193358] usb usb5: Manufacturer: Linux 6.6.78 xhci-hcd
[    1.193359] usb usb5: SerialNumber: 0000:2f:00.3
[    1.193465] hub 5-0:1.0: USB hub found
[    1.193474] hub 5-0:1.0: 4 ports detected
[    1.193615] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.193637] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    1.193639] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.193640] usb usb6: Product: xHCI Host Controller
[    1.193641] usb usb6: Manufacturer: Linux 6.6.78 xhci-hcd
[    1.193642] usb usb6: SerialNumber: 0000:2f:00.3
[    1.193735] hub 6-0:1.0: USB hub found
[    1.193743] hub 6-0:1.0: 4 ports detected
[    1.197482] tpm_crb MSFT0101:00: Disabling hwrng
[    1.203155] nvme nvme0: pci function 0000:03:00.0
[    1.203173] nvme nvme1: pci function 0000:0d:00.0
[    1.203199] libata version 3.00 loaded.
[    1.208911] nvme nvme0: Shutdown timeout set to 10 seconds
[    1.211990] nvme nvme0: 16/0/0 default/read/poll queues
[    1.213813] nvme nvme1: 32/0/0 default/read/poll queues
[    1.214647]  nvme0n1: p1 p2
[    1.215466] nvme nvme1: Ignoring bogus Namespace Identifiers
[    1.217252]  nvme1n1: p1 p2
[    1.220445] ahci 0000:0b:00.0: version 3.0
[    1.220625] ahci 0000:0b:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.220628] ahci 0000:0b:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.220845] scsi host0: ahci
[    1.220937] ata1: SATA max UDMA/133 abar m2048@0xfbf00000 port 0xfbf00100 irq 115
[    1.221331] ahci 0000:0c:00.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x13 impl SATA mode
[    1.221334] ahci 0000:0c:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.221946] scsi host1: ahci
[    1.222059] scsi host2: ahci
[    1.222156] scsi host3: ahci
[    1.222273] scsi host4: ahci
[    1.222397] scsi host5: ahci
[    1.222442] ata2: SATA max UDMA/133 abar m2048@0xfbe00000 port 0xfbe00100 irq 116
[    1.222445] ata3: SATA max UDMA/133 abar m2048@0xfbe00000 port 0xfbe00180 irq 117
[    1.222446] ata4: DUMMY
[    1.222446] ata5: DUMMY
[    1.222449] ata6: SATA max UDMA/133 abar m2048@0xfbe00000 port 0xfbe00300 irq 120
[    1.284968] ixgbe 0000:04:00.0: Multiqueue Enabled: Rx Queue count = 24, Tx Queue count = 24 XDP Queue count = 0
[    1.285263] ixgbe 0000:04:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:02:01.0 (capable of 32.000 Gb/s with 5.0 GT/s PCIe x8 link)
[    1.285581] ixgbe 0000:04:00.0: MAC: 2, PHY: 14, SFP+: 4, PBA No: G43260-017
[    1.285583] ixgbe 0000:04:00.0: 48:df:37:10:15:dc
[    1.287108] ixgbe 0000:04:00.0: Intel(R) 10 Gigabit Network Connection
[    1.429772] usb 5-2: new full-speed USB device number 2 using xhci_hcd
[    1.430580] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.431582] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.453947] ixgbe 0000:04:00.1: Multiqueue Enabled: Rx Queue count = 24, Tx Queue count = 24 XDP Queue count = 0
[    1.454241] ixgbe 0000:04:00.1: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:02:01.0 (capable of 32.000 Gb/s with 5.0 GT/s PCIe x8 link)
[    1.454558] ixgbe 0000:04:00.1: MAC: 2, PHY: 14, SFP+: 3, PBA No: G43260-017
[    1.454560] ixgbe 0000:04:00.1: 48:df:37:10:15:dd
[    1.456024] ixgbe 0000:04:00.1: Intel(R) 10 Gigabit Network Connection
[    1.530078] ata1: SATA link down (SStatus 0 SControl 300)
[    1.562825] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
[    1.562828] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.562830] usb 1-2: Product: USB2.0 Hub
[    1.579329] usb 3-3: New USB device found, idVendor=26ce, idProduct=01a2, bcdDevice= 0.00
[    1.579332] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.579334] usb 3-3: Product: LED Controller
[    1.579335] usb 3-3: Manufacturer: ASRock
[    1.579337] usb 3-3: SerialNumber: A02019100900
[    1.582343] usb 5-2: New USB device found, idVendor=051d, idProduct=0003, bcdDevice= 1.06
[    1.582347] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.582349] usb 5-2: Product: Smart-UPS X 1500 FW:UPS 10.2 / ID=20
[    1.582351] usb 5-2: Manufacturer: American Power Conversion 
[    1.582352] usb 5-2: SerialNumber: AS1550134574  
[    1.603490] hub 1-2:1.0: USB hub found
[    1.604075] hub 1-2:1.0: 4 ports detected
[    1.691284] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.691317] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.691755] ata3.00: supports DRM functions and may not be fully accessible
[    1.691757] ata3.00: ATA-9: WDC WD140EDGZ-11B1PA0, 85.00A85, max UDMA/133
[    1.692284] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.692807] ata2.00: ATA-9: WDC  WUH721414ALE6L4, LDGAW2Q0, max UDMA/133
[    1.694151] ata6.00: ATAPI: HL-DT-ST BD-RE  WH14NS40, 1.00, max UDMA/100
[    1.694974] ata6.00: configured for UDMA/100
[    1.698350] ata3.00: 27344764928 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.699718] ata3.00: Features: Trust NCQ-sndrcv NCQ-prio
[    1.700254] usb 3-5: new full-speed USB device number 3 using xhci_hcd
[    1.700520] ata2.00: 27344764928 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.700524] ata2.00: Features: NCQ-sndrcv NCQ-prio
[    1.703173] ata3.00: supports DRM functions and may not be fully accessible
[    1.711419] ata3.00: configured for UDMA/133
[    1.712208] ata2.00: configured for UDMA/133
[    1.715705] scsi 1:0:0:0: Direct-Access     ATA      WDC  WUH721414AL W2Q0 PQ: 0 ANSI: 5
[    1.716085] scsi 2:0:0:0: Direct-Access     ATA      WDC WD140EDGZ-11 0A85 PQ: 0 ANSI: 5
[    1.719061] scsi 5:0:0:0: CD-ROM            HL-DT-ST BD-RE  WH14NS40  1.00 PQ: 0 ANSI: 5
[    1.740257] usb 5-3: new high-speed USB device number 3 using xhci_hcd
[    1.745215] ixgbe 0000:04:00.1 fast1: renamed from eth1
[    1.746045] spl: loading out-of-tree module taints kernel.
[    1.750659] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: [email protected]
[    1.750668] sd 1:0:0:0: [sda] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB)
[    1.750671] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    1.750680] sd 2:0:0:0: [sdb] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB)
[    1.750681] sd 1:0:0:0: [sda] Write Protect is off
[    1.750683] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    1.750683] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.750692] sd 2:0:0:0: [sdb] Write Protect is off
[    1.750694] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.750698] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.750709] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.750716] sd 1:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    1.750741] sd 2:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    1.761468] ixgbe 0000:04:00.0 fast0: renamed from eth0
[    1.795390]  sda: sda1 sda9
[    1.795502] sd 1:0:0:0: [sda] Attached SCSI disk
[    1.798523]  sdb: sdb1 sdb9
[    1.801214] sd 2:0:0:0: [sdb] Attached SCSI disk
[    1.809989] zfs: module license 'CDDL' taints kernel.
[    1.809991] Disabling lock debugging due to kernel taint
[    1.810003] zfs: module license taints kernel.
[    1.839110] sr 5:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.839113] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.851257] tsc: Refined TSC clocksource calibration: 3693.061 MHz
[    1.851265] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a7777116fa, max_idle_ns: 881590883556 ns
[    2.295973] clocksource: Switched to clocksource tsc
[    2.297324] usb 3-5: New USB device found, idVendor=10c4, idProduct=8a2a, bcdDevice= 1.00
[    2.297328] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[    2.297329] usb 3-5: Product: HubZ Smart Home Controller
[    2.297330] usb 3-5: Manufacturer: Silicon Labs
[    2.297332] usb 3-5: SerialNumber: 6130206D
[    2.309687] hid: raw HID events driver (C) Jiri Kosina
[    2.310707] usb 5-3: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.23
[    2.310710] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.310712] usb 5-3: Product: USB2.0 Hub             
[    2.310713] usb 5-3: Manufacturer: VIA Labs, Inc.         
[    2.323061] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    2.345503] hub 5-3:1.0: USB hub found
[    2.345958] hub 5-3:1.0: 4 ports detected
[    2.347488] usbcore: registered new interface driver usbhid
[    2.347490] usbhid: USB HID core driver
[    2.349044] input: ASRock LED Controller as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.3/usb3/3-3/3-3:1.0/0003:26CE:01A2.0001/input/input0
[    2.400305] hid-generic 0003:26CE:01A2.0001: input,hidraw0: USB HID v1.10 Device [ASRock LED Controller] on usb-0000:0a:00.3-3/input0
[    2.400527] hid-generic 0003:051D:0003.0002: hiddev96,hidraw1: USB HID v1.00 Device [American Power Conversion  Smart-UPS X 1500 FW:UPS 10.2 / ID=20] on usb-0000:2f:00.3-2/input0
[    3.037621] ZFS: Loaded module v2.3.0-1, ZFS pool version 5000, ZFS filesystem version 5
[    3.040374] NET: Registered PF_PACKET protocol family
[    3.114264] usb 5-3.4: new full-speed USB device number 4 using xhci_hcd
[    3.274864] usb 5-3.4: New USB device found, idVendor=0b95, idProduct=6802, bcdDevice= 0.12
[    3.274870] usb 5-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.274872] usb 5-3.4: Product: AX68002
[    3.274874] usb 5-3.4: Manufacturer:  MTK Electronics
[    3.274875] usb 5-3.4: SerialNumber: 00000004
[    3.338408] hub 5-3.4:1.0: USB hub found
[    3.341366] hub 5-3.4:1.0: 7 ports detected
[    3.667261] usb 5-3.4.1: new full-speed USB device number 5 using xhci_hcd
[    3.757365] usb 5-3.4.1: not running at top speed; connect to a high speed hub
[    3.775367] usb 5-3.4.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
[    3.775371] usb 5-3.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.775373] usb 5-3.4.1: Product: kvmd_nerves USB device
[    3.775375] usb 5-3.4.1: Manufacturer: junco
[    3.775376] usb 5-3.4.1: SerialNumber: fedcba9876543214
[    3.881512] input: junco kvmd_nerves USB device as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb5/5-3/5-3.4/5-3.4.1/5-3.4.1:1.0/0003:1D6B:0104.0003/input/input1
[    3.933312] hid-generic 0003:1D6B:0104.0003: input,hidraw2: USB HID v1.01 Keyboard [junco kvmd_nerves USB device] on usb-0000:2f:00.3-3.4.1/input0
[    4.005261] usb 5-3.4.6: new full-speed USB device number 6 using xhci_hcd
[    4.109368] usb 5-3.4.6: New USB device found, idVendor=0b95, idProduct=6801, bcdDevice= 0.02
[    4.109372] usb 5-3.4.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.109374] usb 5-3.4.6: Product: AX68002
[    4.109375] usb 5-3.4.6: Manufacturer: ASIX Electronics
[    4.109376] usb 5-3.4.6: SerialNumber: 00000004
[    4.242518] input: ASIX Electronics AX68002 as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb5/5-3/5-3.4/5-3.4.6/5-3.4.6:1.0/0003:0B95:6801.0004/input/input2
[    4.282303] [drm] amdgpu kernel modesetting enabled.
[    4.282413] amdgpu: Virtual CRAT table created for CPU
[    4.282427] amdgpu: Topology: Add CPU node
[    4.294298] hid-generic 0003:0B95:6801.0004: input,hidraw3: USB HID v1.10 Keyboard [ASIX Electronics AX68002] on usb-0000:2f:00.3-3.4.6/input0
[    4.302515] input: ASIX Electronics AX68002 as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb5/5-3/5-3.4/5-3.4.6/5-3.4.6:1.1/0003:0B95:6801.0005/input/input3
[    4.302547] input: ASIX Electronics AX68002 System Control as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb5/5-3/5-3.4/5-3.4.6/5-3.4.6:1.1/0003:0B95:6801.0005/input/input4
[    4.354315] input: ASIX Electronics AX68002 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb5/5-3/5-3.4/5-3.4.6/5-3.4.6:1.1/0003:0B95:6801.0005/input/input5
[    4.354365] hid-generic 0003:0B95:6801.0005: input,hidraw4: USB HID v1.10 Mouse [ASIX Electronics AX68002] on usb-0000:2f:00.3-3.4.6/input1
[    4.355259] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-900:00: attached PHY driver (mii_bus:phy_addr=r8169-0-900:00, irq=MAC)
[    4.362468] input: ASIX Electronics AX68002 as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb5/5-3/5-3.4/5-3.4.6/5-3.4.6:1.2/0003:0B95:6801.0006/input/input6
[    4.362504] hid-generic 0003:0B95:6801.0006: input,hidraw5: USB HID v1.10 Mouse [ASIX Electronics AX68002] on usb-0000:2f:00.3-3.4.6/input2
[    4.520421] r8169 0000:09:00.0 oob0: Link is Down
[    4.637526] ixgbe 0000:04:00.0: registered PHC device on fast0
[    4.741387] 8021q: adding VLAN 0 to HW filter on device fast0
[    4.741455] bond0: (slave fast0): Enslaving as a backup interface with a down link
[    4.804201] ixgbe 0000:04:00.0 fast0: detected SFP+: 4
[    4.848667] ixgbe 0000:04:00.1: registered PHC device on fast1
[    4.947382] ixgbe 0000:04:00.0 fast0: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[    4.957334] 8021q: adding VLAN 0 to HW filter on device fast1
[    4.957393] bond0: (slave fast1): Enslaving as a backup interface with a down link
[    4.957634] bridge0: port 1(bond0) entered blocking state
[    4.957637] bridge0: port 1(bond0) entered disabled state
[    4.957643] bond0: entered allmulticast mode
[    4.957645] ixgbe 0000:04:00.0 fast0: entered allmulticast mode
[    4.958518] ixgbe 0000:04:00.1 fast1: entered allmulticast mode
[    4.978218] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
[    4.987034] 8021q: adding VLAN 0 to HW filter on device bond0
[    4.987069] bridge0: port 1(bond0) entered blocking state
[    4.987072] bridge0: port 1(bond0) entered forwarding state
[    4.987281] bond0: (slave fast0): link status definitely up, 10000 Mbps full duplex
[    4.987286] bond0: active interface up!
[    5.027283] ixgbe 0000:04:00.1 fast1: detected SFP+: 3
[    5.267395] ixgbe 0000:04:00.1 fast1: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[    5.299574] bond0: (slave fast1): link status definitely up, 10000 Mbps full duplex
[    7.386493] r8169 0000:09:00.0 oob0: Link is Up - 1Gbps/Full - flow control rx/tx
[  230.090572] Key type trusted registered
[  230.093946] Key type encrypted registered
[  235.281545]  zd48: p1 p2
[  238.018652] systemd-journald[240]: Received SIGTERM from PID 1 (systemd).
[  238.181928] systemd[1]: systemd 256.10 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[  238.181939] systemd[1]: Detected architecture x86-64.
[  238.182787] systemd[1]: Hostname set to <blank>.
[  238.213293] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[  238.511437] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[  238.834874] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[  238.844730] systemd[1]: Stopped initrd-switch-root.service.
[  238.854058] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[  238.855325] systemd[1]: Created slice Slice /system/getty.
[  238.855775] systemd[1]: Created slice Slice /system/systemd-fsck.
[  238.856191] systemd[1]: Created slice User and Session Slice.
[  238.856261] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  238.856329] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  238.856508] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  238.856543] systemd[1]: Expecting device /dev/disk/by-partlabel/ESP-1...
[  238.856564] systemd[1]: Expecting device /dev/disk/by-partlabel/ESP-2...
[  238.856588] systemd[1]: Reached target Local Encrypted Volumes.
[  238.856613] systemd[1]: Stopped target initrd-fs.target.
[  238.856635] systemd[1]: Stopped target initrd-root-fs.target.
[  238.856657] systemd[1]: Stopped target initrd-switch-root.target.
[  238.856683] systemd[1]: Reached target Containers.
[  238.856711] systemd[1]: Reached target Path Units.
[  238.856739] systemd[1]: Reached target Slice Units.
[  238.856764] systemd[1]: Reached target Swaps.
[  238.873068] systemd[1]: Listening on RPCbind Server Activation Socket.
[  238.873117] systemd[1]: Reached target RPC Port Mapper.
[  238.873899] systemd[1]: Listening on Process Core Dump Socket.
[  238.874454] systemd[1]: Listening on Credential Encryption/Decryption.
[  238.874650] systemd[1]: Listening on Journal Audit Socket.
[  238.874776] systemd[1]: Listening on Network Service Netlink Socket.
[  238.874902] systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket.
[  238.874969] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[  238.875034] systemd[1]: Listening on udev Control Socket.
[  238.875111] systemd[1]: Listening on udev Kernel Socket.
[  238.877174] systemd[1]: Mounting Huge Pages File System...
[  238.877896] systemd[1]: Mounting POSIX Message Queue File System...
[  238.878583] systemd[1]: Mounting NFSD configuration filesystem...
[  238.879296] systemd[1]: Mounting Kernel Debug File System...
[  238.879349] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[  238.880046] systemd[1]: Starting domainname.service...
[  238.880902] systemd[1]: Starting Create List of Static Device Nodes...
[  238.881874] systemd[1]: Starting Load Kernel Module configfs...
[  238.882537] systemd[1]: Starting Load Kernel Module drm...
[  238.883207] systemd[1]: Starting Load Kernel Module efi_pstore...
[  238.883883] systemd[1]: Starting Load Kernel Module fuse...
[  238.884579] systemd[1]: Starting mount-pstore.service...
[  238.884635] systemd[1]: [email protected]: Deactivated successfully.
[  238.884667] systemd[1]: Stopped [email protected].
[  238.884744] systemd[1]: [email protected]: Deactivated successfully.
[  238.884775] systemd[1]: Stopped [email protected].
[  238.884847] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[  238.885931] systemd[1]: Starting Journal Service...
[  238.886759] systemd[1]: Starting Load Kernel Modules...
[  238.887146] pstore: Using crash dump compression: deflate
[  238.887500] systemd[1]: Starting Remount Root and Kernel File Systems...
[  238.887547] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[  238.887932] pstore: Registered efi_pstore as persistent store backend
[  238.888234] systemd[1]: Starting Coldplug All udev Devices...
[  238.888278] systemd[1]: zfs-import-prime.service: Deactivated successfully.
[  238.888311] systemd[1]: Stopped zfs-import-prime.service.
[  238.890668] systemd[1]: Mounted Huge Pages File System.
[  238.890781] systemd[1]: Mounted POSIX Message Queue File System.
[  238.890872] systemd[1]: Mounted Kernel Debug File System.
[  238.891067] systemd[1]: domainname.service: Deactivated successfully.
[  238.893460] fuse: init (API version 7.39)
[  238.900216] systemd-journald[12149]: Collecting audit messages is enabled.
[  238.907500] systemd[1]: Finished domainname.service.
[  238.922442] systemd[1]: Finished Create List of Static Device Nodes.
[  238.922566] systemd[1]: Started Journal Service.
[  238.923965] RPC: Registered named UNIX socket transport module.
[  238.923968] RPC: Registered udp transport module.
[  238.923968] RPC: Registered tcp transport module.
[  238.923969] RPC: Registered tcp-with-tls transport module.
[  238.923970] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  239.025668] systemd-journald[12149]: Received client request to flush runtime journal.
[  239.169437] nvidia-nvlink: Nvlink Core is being initialized, major device number 236

[  239.170299] nvidia 0000:07:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[  239.217337] NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  565.77  Release Build  (nixbld@)  Wed Feb 19 11:29:01 UTC 2025
[  239.226359] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
[  239.226404] ACPI: button: Power Button [PWRB]
[  239.226481] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[  239.226537] ACPI: button: Power Button [PWRF]
[  239.244085] serial 0000:06:00.0: enabling device (0001 -> 0003)
[  239.247199] 0000:06:00.0: ttyS0 at I/O 0xe010 (irq = 182, base_baud = 115200) is a 16550A
[  239.252485] usbcore: registered new interface driver cp210x
[  239.252506] usbserial: USB Serial support registered for cp210x
[  239.252539] cp210x 3-5:1.0: cp210x converter detected
[  239.252550] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[  239.252553] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[  239.253323] serial 0000:06:00.1: enabling device (0001 -> 0003)
[  239.255512] ccp 0000:2f:00.1: enabling device (0000 -> 0002)
[  239.256597] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[  239.257102] ccp 0000:2f:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[  239.257127] ccp 0000:2f:00.1: psp enabled
[  239.258341] 0000:06:00.1: ttyS1 at I/O 0xe000 (irq = 183, base_baud = 115200) is a 16550A
[  239.261797] usb 3-5: cp210x converter now attached to ttyUSB0
[  239.261966] cp210x 3-5:1.1: cp210x converter detected
[  239.268375] cp210x 3-5:1.1: Failed to attach ACPI GPIO chip
[  239.268518] usb 3-5: cp210x converter now attached to ttyUSB1
[  239.273799] mpt3sas version 43.100.00.00 loaded
[  239.274101] mpt2sas_cm0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (131829152 kB)
[  239.275091] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[  239.275094] RAPL PMU: hw unit of domain package 2^-16 Joules
[  239.276619] mousedev: PS/2 mouse device common for all mice
[  239.277242] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[  239.277388] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[  239.279280] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[  239.306830] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  565.77  Release Build  (nixbld@)  Wed Feb 19 11:27:41 UTC 2025
[  239.330260] snd_hda_intel 0000:07:00.1: enabling device (0000 -> 0002)
[  239.330394] snd_hda_intel 0000:07:00.1: Disabling MSI
[  239.330411] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client
[  239.337789] mpt2sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[  239.337805] mpt2sas_cm0: MSI-X vectors supported: 1
[  239.337806] 	no of cores: 24, max_msix_vectors: -1
[  239.337808] mpt2sas_cm0:  0 1 1
[  239.337912] mpt2sas_cm0: High IOPs queues : disabled
[  239.337914] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 187
[  239.337915] mpt2sas_cm0: iomem(0x00000000fb700000), mapped(0x00000000502ff32b), size(16384)
[  239.337917] mpt2sas_cm0: ioport(0x000000000000c000), size(256)
[  239.364711] [drm] [nvidia-drm] [GPU ID 0x00000700] Loading driver
[  239.372233] kvm_amd: TSC scaling supported
[  239.372237] kvm_amd: Nested Virtualization enabled
[  239.372238] kvm_amd: Nested Paging enabled
[  239.372239] kvm_amd: LBR virtualization supported
[  239.372257] kvm_amd: Virtual VMLOAD VMSAVE supported
[  239.372258] kvm_amd: Virtual GIF supported
[  239.382411] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:03.0/0000:07:00.1/sound/card0/input9
[  239.382515] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:03.0/0000:07:00.1/sound/card0/input10
[  239.383544] intel_rapl_common: Found RAPL domain package
[  239.383547] intel_rapl_common: Found RAPL domain core
[  239.384039] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:03.0/0000:07:00.1/sound/card0/input11
[  239.384108] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:03.0/0000:07:00.1/sound/card0/input12
[  239.385535] EDAC MC: Ver: 3.0.0
[  239.387050] MCE: In-kernel MCE decoding enabled.
[  239.391554] EDAC MC0: Giving out device to module amd64_edac controller F19h_M20h: DEV 0000:00:18.3 (INTERRUPT)
[  239.391557] EDAC amd64: F19h_M20h detected (node 0).
[  239.391560] EDAC MC: UMC0 chip selects:
[  239.391561] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[  239.391563] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[  239.391566] EDAC MC: UMC1 chip selects:
[  239.391567] EDAC amd64: MC: 0: 16384MB 1: 16384MB
[  239.391569] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[  239.394282] mpt2sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[  239.421789] mpt2sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(9), sge_per_io(128), chains_per_io(15)
[  239.421843] mpt2sas_cm0: request pool(0x000000005e0dfa84) - dma(0x9de80000): depth(3776), frame_size(128), pool_size(472 kB)
[  239.427784] mpt2sas_cm0: sense pool(0x00000000a2d6f6e4) - dma(0x9d780000): depth(3643), element_size(96), pool_size (341 kB)
[  239.427845] mpt2sas_cm0: reply pool(0x00000000b9a80982) - dma(0x9d700000): depth(3840), frame_size(128), pool_size(480 kB)
[  239.427855] mpt2sas_cm0: config page(0x00000000204d5e98) - dma(0x9d6fb000): size(512)
[  239.427857] mpt2sas_cm0: Allocated physical memory: size(8199 kB)
[  239.427857] mpt2sas_cm0: Current Controller Queue Depth(3640),Max Controller Queue Depth(3712)
[  239.427858] mpt2sas_cm0: Scatter Gather Elements per IO(128)
[  239.472425] mpt2sas_cm0: LSISAS2008: FWVersion(11.00.00.00), ChipRevision(0x03)
[  239.472429] mpt2sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[  239.472517] scsi host6: Fusion MPT SAS Host
[  239.473298] mpt2sas_cm0: sending port enable !!
[  240.995630] mpt2sas_cm0: hba_port entry: 0000000018bbdbd8, port: 255 is added to hba_port list
[  240.997371] mpt2sas_cm0: host_add: handle(0x0001), sas_addr(0x500605b00561e190), phys(8)
[  240.997959] mpt2sas_cm0: handle(0x9) sas_address(0x4433221104000000) port_type(0x1)
[  241.109840] nvidia-uvm: Loaded the UVM driver, major device number 511.
[  241.125071] VFIO - User Level meta-driver version: 0.3
[  241.129702] vfio_pci: add [1002:73df[ffffffff:ffffffff]] class 0x000000/00000000
[  241.129709] vfio_pci: add [1002:1479[ffffffff:ffffffff]] class 0x000000/00000000
[  241.135118] tun: Universal TUN/TAP device driver, 1.6
[  241.160859] NET: Registered PF_VSOCK protocol family
[  241.172701] loop: module loaded
[  241.287544] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:07:00.0 on minor 0
[  241.287569] nvidia 0000:07:00.0: vgaarb: deactivate vga console
[  241.373047] fbcon: nvidia-drmdrmfb (fb0) is primary device
[  241.492461] Console: switching to colour frame buffer device 240x67
[  241.495793] scsi 6:0:0:0: Direct-Access     ATA      WDC WD140EDGZ-11 0A85 PQ: 0 ANSI: 6
[  241.495800] scsi 6:0:0:0: SATA: handle(0x0009), sas_addr(0x4433221104000000), phy(4), device_name(0x0000000000000000)
[  241.495803] scsi 6:0:0:0: enclosure logical id (0x500605b00561e190), slot(7) 
[  241.495955] scsi 6:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[  241.495959] scsi 6:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[  241.498424]  end_device-6:0: add: handle(0x0009), sas_addr(0x4433221104000000)
[  241.498537] sd 6:0:0:0: Power-on or device reset occurred
[  241.498891] sd 6:0:0:0: [sdc] physical block alignment offset: 4096
[  241.498896] sd 6:0:0:0: [sdc] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB)
[  241.498898] sd 6:0:0:0: [sdc] 4096-byte physical blocks
[  241.498946] mpt2sas_cm0: handle(0xa) sas_address(0x4433221105000000) port_type(0x1)
[  241.502243] sd 6:0:0:0: [sdc] Write Protect is off
[  241.502251] sd 6:0:0:0: [sdc] Mode Sense: 7f 00 00 08
[  241.502687] sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  241.511143] nvidia 0000:07:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
[  241.572136]  sdc: sdc1 sdc9
[  241.572323] sd 6:0:0:0: [sdc] Attached SCSI disk
[  241.745444] scsi 6:0:1:0: Direct-Access     ATA      WDC  WUH721414AL W2Q0 PQ: 0 ANSI: 6
[  241.745451] scsi 6:0:1:0: SATA: handle(0x000a), sas_addr(0x4433221105000000), phy(5), device_name(0x0000000000000000)
[  241.745454] scsi 6:0:1:0: enclosure logical id (0x500605b00561e190), slot(6) 
[  241.745611] scsi 6:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[  241.745616] scsi 6:0:1:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[  241.748501]  end_device-6:1: add: handle(0x000a), sas_addr(0x4433221105000000)
[  241.748622] sd 6:0:1:0: Power-on or device reset occurred
[  241.748914] sd 6:0:1:0: [sdd] physical block alignment offset: 4096
[  241.748921] sd 6:0:1:0: [sdd] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB)
[  241.748923] sd 6:0:1:0: [sdd] 4096-byte physical blocks
[  241.752245] sd 6:0:1:0: [sdd] Write Protect is off
[  241.752249] sd 6:0:1:0: [sdd] Mode Sense: 7f 00 00 08
[  241.752600] sd 6:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  241.802333]  sdd: sdd1 sdd9
[  241.802588] sd 6:0:1:0: [sdd] Attached SCSI disk
[  247.124628] mpt2sas_cm0: port enable: SUCCESS
[  266.740081] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  266.742266] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  266.742382] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[  266.782516] r8169 0000:09:00.0 oob0: Link is Down
[  269.056870] NFSD: Using nfsdcld client tracking operations.
[  269.056873] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000000)
[  273.408110] bridge0: port 2(veth046e8907) entered blocking state
[  273.408116] bridge0: port 2(veth046e8907) entered disabled state
[  273.408134] veth046e8907: entered allmulticast mode
[  273.408199] veth046e8907: entered promiscuous mode
[  273.408225] bond0: entered promiscuous mode
[  273.408228] ixgbe 0000:04:00.0 fast0: entered promiscuous mode
[  273.409147] ixgbe 0000:04:00.1 fast1: entered promiscuous mode
[  273.575377] physJSiOPa: renamed from veth5456591b
[  273.584570] eth0: renamed from physJSiOPa
[  273.591370] bridge0: port 2(veth046e8907) entered blocking state
[  273.591377] bridge0: port 2(veth046e8907) entered forwarding state
[  273.799879] bridge0: port 3(tap4a479053) entered blocking state
[  273.799884] bridge0: port 3(tap4a479053) entered disabled state
[  273.799897] tap4a479053: entered allmulticast mode
[  273.799968] tap4a479053: entered promiscuous mode
[  273.800007] bridge0: port 3(tap4a479053) entered blocking state
[  273.800010] bridge0: port 3(tap4a479053) entered forwarding state
[  274.151365] bridge0: port 4(veth946eced3) entered blocking state
[  274.151370] bridge0: port 4(veth946eced3) entered disabled state
[  274.151384] veth946eced3: entered allmulticast mode
[  274.151435] veth946eced3: entered promiscuous mode
[  274.151468] bridge0: port 4(veth946eced3) entered blocking state
[  274.151471] bridge0: port 4(veth946eced3) entered forwarding state
[  274.243848] physKGAPI4: renamed from vethdaa0c909
[  274.256339] eth0: renamed from physKGAPI4
[  274.419669] bridge0: port 5(tap8a2c138e) entered blocking state
[  274.419674] bridge0: port 5(tap8a2c138e) entered disabled state
[  274.419693] tap8a2c138e: entered allmulticast mode
[  274.419743] tap8a2c138e: entered promiscuous mode
[  274.435938] bridge0: port 6(tap1c16950a) entered blocking state
[  274.435942] bridge0: port 6(tap1c16950a) entered disabled state
[  274.435954] tap1c16950a: entered allmulticast mode
[  274.435997] tap1c16950a: entered promiscuous mode
[  274.436024] bridge0: port 6(tap1c16950a) entered blocking state
[  274.436026] bridge0: port 6(tap1c16950a) entered forwarding state
[  274.642693] bridge0: port 5(tap8a2c138e) entered blocking state
[  274.642700] bridge0: port 5(tap8a2c138e) entered forwarding state
[  274.809020] NOHZ tick-stop error: local softirq work is pending, handler #200!!!
[  274.819535] bridge0: port 7(veth62639f9d) entered blocking state
[  274.819540] bridge0: port 7(veth62639f9d) entered disabled state
[  274.819558] veth62639f9d: entered allmulticast mode
[  274.819638] veth62639f9d: entered promiscuous mode
[  274.819684] bridge0: port 7(veth62639f9d) entered blocking state
[  274.819687] bridge0: port 7(veth62639f9d) entered forwarding state
[  275.075293] physyVecoi: renamed from veth49f1dd3b
[  275.088835] eth0: renamed from physyVecoi
[  275.277269] bridge0: port 8(tap26b223ab) entered blocking state
[  275.277273] bridge0: port 8(tap26b223ab) entered disabled state
[  275.277287] tap26b223ab: entered allmulticast mode
[  275.277331] tap26b223ab: entered promiscuous mode
[  275.277361] bridge0: port 8(tap26b223ab) entered blocking state
[  275.277362] bridge0: port 8(tap26b223ab) entered forwarding state
[  275.294408] NOHZ tick-stop error: local softirq work is pending, handler #200!!!
[  275.406578] bridge0: port 8(tap26b223ab) entered disabled state
[  275.463489] bridge0: port 8(tap26b223ab) entered blocking state
[  275.463493] bridge0: port 8(tap26b223ab) entered forwarding state
[  275.530281] NOHZ tick-stop error: local softirq work is pending, handler #200!!!
[  275.530296] NOHZ tick-stop error: local softirq work is pending, handler #200!!!
[  275.571632] NOHZ tick-stop error: local softirq work is pending, handler #200!!!
[  275.571684] NOHZ tick-stop error: local softirq work is pending, handler #200!!!
[  275.574767] bridge0: port 9(veth0a205bd5) entered blocking state
[  275.574770] bridge0: port 9(veth0a205bd5) entered disabled state
[  275.574782] veth0a205bd5: entered allmulticast mode
[  275.574826] veth0a205bd5: entered promiscuous mode
[  275.574859] bridge0: port 9(veth0a205bd5) entered blocking state
[  275.574861] bridge0: port 9(veth0a205bd5) entered forwarding state
[  275.589569] NOHZ tick-stop error: local softirq work is pending, handler #200!!!
[  275.660134] NOHZ tick-stop error: local softirq work is pending, handler #200!!!
[  275.660160] NOHZ tick-stop error: local softirq work is pending, handler #200!!!
[  275.684856] physlMUuo3: renamed from vethca13dab6
[  275.706208] eth0: renamed from physlMUuo3
[  275.737818] NOHZ tick-stop error: local softirq work is pending, handler #200!!!
[  276.633693] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[  276.633695] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
[  278.133289] Initializing XFRM netlink socket
[  279.210127] br-130cd3c620df: port 1(veth742a28e) entered blocking state
[  279.210131] br-130cd3c620df: port 1(veth742a28e) entered disabled state
[  279.210143] veth742a28e: entered allmulticast mode
[  279.210213] veth742a28e: entered promiscuous mode
[  279.218943] br-130cd3c620df: port 1(veth742a28e) entered blocking state
[  279.218947] br-130cd3c620df: port 1(veth742a28e) entered forwarding state
[  279.218999] br-130cd3c620df: port 1(veth742a28e) entered disabled state
[  279.257217] br-130cd3c620df: port 2(veth141888d) entered blocking state
[  279.257221] br-130cd3c620df: port 2(veth141888d) entered disabled state
[  279.257234] veth141888d: entered allmulticast mode
[  279.257283] veth141888d: entered promiscuous mode
[  279.257360] br-130cd3c620df: port 2(veth141888d) entered blocking state
[  279.257362] br-130cd3c620df: port 2(veth141888d) entered forwarding state
[  279.259603] br-130cd3c620df: port 2(veth141888d) entered disabled state
[  279.308755] br-130cd3c620df: port 3(veth4fbe4e5) entered blocking state
[  279.308759] br-130cd3c620df: port 3(veth4fbe4e5) entered disabled state
[  279.308775] veth4fbe4e5: entered allmulticast mode
[  279.308831] veth4fbe4e5: entered promiscuous mode
[  279.308912] br-130cd3c620df: port 3(veth4fbe4e5) entered blocking state
[  279.308914] br-130cd3c620df: port 3(veth4fbe4e5) entered forwarding state
[  279.344936] br-130cd3c620df: port 4(veth7f9e833) entered blocking state
[  279.344939] br-130cd3c620df: port 4(veth7f9e833) entered disabled state
[  279.345005] veth7f9e833: entered allmulticast mode
[  279.345082] veth7f9e833: entered promiscuous mode
[  279.345264] br-130cd3c620df: port 4(veth7f9e833) entered blocking state
[  279.345266] br-130cd3c620df: port 4(veth7f9e833) entered forwarding state
[  279.388631] br-130cd3c620df: port 5(veth5e68fa5) entered blocking state
[  279.388636] br-130cd3c620df: port 5(veth5e68fa5) entered disabled state
[  279.389272] veth5e68fa5: entered allmulticast mode
[  279.389328] veth5e68fa5: entered promiscuous mode
[  279.390760] br-130cd3c620df: port 5(veth5e68fa5) entered blocking state
[  279.390764] br-130cd3c620df: port 5(veth5e68fa5) entered forwarding state
[  279.426441] br-130cd3c620df: port 6(vethf2ccb68) entered blocking state
[  279.426445] br-130cd3c620df: port 6(vethf2ccb68) entered disabled state
[  279.426457] vethf2ccb68: entered allmulticast mode
[  279.426590] vethf2ccb68: entered promiscuous mode
[  279.426690] br-130cd3c620df: port 6(vethf2ccb68) entered blocking state
[  279.426692] br-130cd3c620df: port 6(vethf2ccb68) entered forwarding state
[  279.806658] eth0: renamed from veth0ebce16
[  279.859293] eth0: renamed from veth49be382
[  279.903404] eth0: renamed from vethdf321c0
[  279.914837] br-130cd3c620df: port 4(veth7f9e833) entered disabled state
[  279.914935] br-130cd3c620df: port 5(veth5e68fa5) entered disabled state
[  279.914995] br-130cd3c620df: port 6(vethf2ccb68) entered disabled state
[  279.915217] br-130cd3c620df: port 6(vethf2ccb68) entered blocking state
[  279.915220] br-130cd3c620df: port 6(vethf2ccb68) entered forwarding state
[  279.937400] eth0: renamed from veth00e76bf
[  279.946537] eth0: renamed from vethe87ed65
[  279.974910] br-130cd3c620df: port 1(veth742a28e) entered blocking state
[  279.974916] br-130cd3c620df: port 1(veth742a28e) entered forwarding state
[  279.975350] br-130cd3c620df: port 4(veth7f9e833) entered blocking state
[  279.975355] br-130cd3c620df: port 4(veth7f9e833) entered forwarding state
[  279.975472] br-130cd3c620df: port 5(veth5e68fa5) entered blocking state
[  279.975476] br-130cd3c620df: port 5(veth5e68fa5) entered forwarding state
[  279.975520] eth0: renamed from vetha7a2c5e
[  279.998513] br-130cd3c620df: port 2(veth141888d) entered blocking state
[  279.998520] br-130cd3c620df: port 2(veth141888d) entered forwarding state
[  289.995934] podman0: port 1(veth0) entered blocking state
[  289.995942] podman0: port 1(veth0) entered disabled state
[  289.995994] veth0: entered allmulticast mode
[  289.996217] veth0: entered promiscuous mode
[  289.999084] podman0: port 1(veth0) entered blocking state
[  289.999088] podman0: port 1(veth0) entered forwarding state
[  291.055435] fetchers: port 1(veth1) entered blocking state
[  291.055439] fetchers: port 1(veth1) entered disabled state
[  291.055487] veth1: entered allmulticast mode
[  291.055930] veth1: entered promiscuous mode
[  291.057098] fetchers: port 1(veth1) entered blocking state
[  291.057101] fetchers: port 1(veth1) entered forwarding state
[  291.195332] fetchers: port 2(veth2) entered blocking state
[  291.195337] fetchers: port 2(veth2) entered disabled state
[  291.195355] veth2: entered allmulticast mode
[  291.195527] veth2: entered promiscuous mode
[  291.195956] fetchers: port 2(veth2) entered blocking state
[  291.195959] fetchers: port 2(veth2) entered forwarding state
[  291.263506] fetchers: port 3(veth3) entered blocking state
[  291.263512] fetchers: port 3(veth3) entered disabled state
[  291.263544] veth3: entered allmulticast mode
[  291.263624] veth3: entered promiscuous mode
[  291.264120] fetchers: port 3(veth3) entered blocking state
[  291.264124] fetchers: port 3(veth3) entered forwarding state
[  291.846520] fetchers: port 4(veth4) entered blocking state
[  291.846526] fetchers: port 4(veth4) entered disabled state
[  291.846551] veth4: entered allmulticast mode
[  291.846809] veth4: entered promiscuous mode
[  291.847700] fetchers: port 4(veth4) entered blocking state
[  291.847703] fetchers: port 4(veth4) entered forwarding state
[  292.793176] fetchers: port 5(veth5) entered blocking state
[  292.793181] fetchers: port 5(veth5) entered disabled state
[  292.793192] veth5: entered allmulticast mode
[  292.793255] veth5: entered promiscuous mode
[  292.793596] fetchers: port 5(veth5) entered blocking state
[  292.793600] fetchers: port 5(veth5) entered forwarding state
[47696.145574] bridge0: port 10(tap36e0d580) entered blocking state
[47696.145579] bridge0: port 10(tap36e0d580) entered disabled state
[47696.145592] tap36e0d580: entered allmulticast mode
[47696.145664] tap36e0d580: entered promiscuous mode
[47696.369583] bridge0: port 10(tap36e0d580) entered blocking state
[47696.369591] bridge0: port 10(tap36e0d580) entered forwarding state
[47895.501666] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=14851 DF PROTO=TCP SPT=53850 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[47896.562935] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=14852 DF PROTO=TCP SPT=53850 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[47897.587637] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=14853 DF PROTO=TCP SPT=53850 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[47898.610923] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=14854 DF PROTO=TCP SPT=53850 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[47900.529122] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16841 DF PROTO=TCP SPT=53866 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[47901.555251] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16842 DF PROTO=TCP SPT=53866 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[47902.579058] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16843 DF PROTO=TCP SPT=53866 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[47903.602928] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16844 DF PROTO=TCP SPT=53866 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[47904.627268] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16845 DF PROTO=TCP SPT=53866 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[47905.651378] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16846 DF PROTO=TCP SPT=53866 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[47907.698814] refused connection: IN=vlan2010 OUT= MAC=2a:fb:13:f5:62:73:6e:b8:a2:e8:50:14:08:00 SRC=10.20.10.177 DST=10.20.10.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16847 DF PROTO=TCP SPT=53866 DPT=8443 WINDOW=64240 RES=0x00 SYN URGP=0 
[48392.252019] bridge0: port 10(tap36e0d580) entered disabled state
[48392.466503] tap36e0d580: left allmulticast mode
[48392.466508] tap36e0d580: left promiscuous mode
[48392.466541] bridge0: port 10(tap36e0d580) entered disabled state
[48393.276343] bridge0: port 10(tapd55906bb) entered blocking state
[48393.276347] bridge0: port 10(tapd55906bb) entered disabled state
[48393.276374] tapd55906bb: entered allmulticast mode
[48393.276498] tapd55906bb: entered promiscuous mode
[48393.479320] bridge0: port 10(tapd55906bb) entered blocking state
[48393.479325] bridge0: port 10(tapd55906bb) entered forwarding state
[49735.231771] bridge0: port 10(tapd55906bb) entered disabled state
[49736.000683] tapd55906bb: left allmulticast mode
[49736.000688] tapd55906bb: left promiscuous mode
[49736.000724] bridge0: port 10(tapd55906bb) entered disabled state
[49736.903992] bridge0: port 10(tap2d2e84bb) entered blocking state
[49736.903998] bridge0: port 10(tap2d2e84bb) entered disabled state
[49736.904014] tap2d2e84bb: entered allmulticast mode
[49736.904083] tap2d2e84bb: entered promiscuous mode
[49737.687929] bridge0: port 10(tap2d2e84bb) entered blocking state
[49737.687935] bridge0: port 10(tap2d2e84bb) entered forwarding state
[50353.254029] bridge0: port 10(tap2d2e84bb) entered disabled state
[50353.611103] tap2d2e84bb: left allmulticast mode
[50353.611109] tap2d2e84bb: left promiscuous mode
[50353.611145] bridge0: port 10(tap2d2e84bb) entered disabled state
[50382.455477] bridge0: port 10(tapd862ab87) entered blocking state
[50382.455481] bridge0: port 10(tapd862ab87) entered disabled state
[50382.455498] tapd862ab87: entered allmulticast mode
[50382.455554] tapd862ab87: entered promiscuous mode
[50383.761671] bridge0: port 10(tapd862ab87) entered blocking state
[50383.761677] bridge0: port 10(tapd862ab87) entered forwarding state
[50706.610561] hrtimer: interrupt took 1593 ns
[51012.412031] bridge0: port 10(tapd862ab87) entered disabled state
[51013.082887] tapd862ab87: left allmulticast mode
[51013.082891] tapd862ab87: left promiscuous mode
[51013.082917] bridge0: port 10(tapd862ab87) entered disabled state
[51013.975319] bridge0: port 10(tapb39fa2f1) entered blocking state
[51013.975324] bridge0: port 10(tapb39fa2f1) entered disabled state
[51013.975341] tapb39fa2f1: entered allmulticast mode
[51013.975411] tapb39fa2f1: entered promiscuous mode
[51015.335228] bridge0: port 10(tapb39fa2f1) entered blocking state
[51015.335234] bridge0: port 10(tapb39fa2f1) entered forwarding state
[71353.722612] fetchers: port 5(veth5) entered disabled state
[71353.724613] veth5 (unregistering): left allmulticast mode
[71353.724616] veth5 (unregistering): left promiscuous mode
[71353.724621] fetchers: port 5(veth5) entered disabled state
[71353.816421] fetchers: port 1(veth1) entered disabled state
[71353.817524] veth1 (unregistering): left allmulticast mode
[71353.817526] veth1 (unregistering): left promiscuous mode
[71353.817530] fetchers: port 1(veth1) entered disabled state
[71354.061009] physKGAPI4: renamed from eth0
[71354.070916] bridge0: port 4(veth946eced3) entered disabled state
[71354.087979] physlMUuo3: renamed from eth0
[71354.094964] bridge0: port 9(veth0a205bd5) entered disabled state
[71354.095031] vethdaa0c909: renamed from physKGAPI4
[71354.108001] vethca13dab6: renamed from physlMUuo3
[71354.150308] veth0a205bd5: left allmulticast mode
[71354.150312] veth0a205bd5: left promiscuous mode
[71354.150335] bridge0: port 9(veth0a205bd5) entered disabled state
[71354.167031] veth946eced3: left allmulticast mode
[71354.167035] veth946eced3: left promiscuous mode
[71354.167058] bridge0: port 4(veth946eced3) entered disabled state
[71355.905647] bridge0: port 5(tap8a2c138e) entered disabled state
[71356.120503] tap1c16950a: left allmulticast mode
[71356.120508] tap1c16950a: left promiscuous mode
[71356.120532] bridge0: port 6(tap1c16950a) entered disabled state
[71356.213898] tap8a2c138e: left allmulticast mode
[71356.213904] tap8a2c138e: left promiscuous mode
[71356.213931] bridge0: port 5(tap8a2c138e) entered disabled state
[71356.824513] fetchers: port 2(veth2) entered disabled state
[71356.827905] veth2 (unregistering): left allmulticast mode
[71356.827908] veth2 (unregistering): left promiscuous mode
[71356.827912] fetchers: port 2(veth2) entered disabled state
[71357.219951] fetchers: port 3(veth3) entered disabled state
[71357.220478] veth3 (unregistering): left allmulticast mode
[71357.220481] veth3 (unregistering): left promiscuous mode
[71357.220484] fetchers: port 3(veth3) entered disabled state
[71357.283234] tap4a479053: left allmulticast mode
[71357.283239] tap4a479053: left promiscuous mode
[71357.283263] bridge0: port 3(tap4a479053) entered disabled state
[71357.368696] tap26b223ab: left allmulticast mode
[71357.368701] tap26b223ab: left promiscuous mode
[71357.368723] bridge0: port 8(tap26b223ab) entered disabled state
[71357.603994] fetchers: port 4(veth4) entered disabled state
[71357.604474] veth4 (unregistering): left allmulticast mode
[71357.604476] veth4 (unregistering): left promiscuous mode
[71357.604479] fetchers: port 4(veth4) entered disabled state
[71359.814234] br-130cd3c620df: port 6(vethf2ccb68) entered disabled state
[71359.814610] vethf2ccb68 (unregistering): left allmulticast mode
[71359.814612] vethf2ccb68 (unregistering): left promiscuous mode
[71359.814615] br-130cd3c620df: port 6(vethf2ccb68) entered disabled state
[71359.910313] br-130cd3c620df: port 1(veth742a28e) entered disabled state
[71359.910917] br-130cd3c620df: port 4(veth7f9e833) entered disabled state
[71359.911484] br-130cd3c620df: port 5(veth5e68fa5) entered disabled state
[71359.911920] veth742a28e (unregistering): left allmulticast mode
[71359.911923] veth742a28e (unregistering): left promiscuous mode
[71359.911924] br-130cd3c620df: port 1(veth742a28e) entered disabled state
[71359.930261] veth7f9e833 (unregistering): left allmulticast mode
[71359.930264] veth7f9e833 (unregistering): left promiscuous mode
[71359.930266] br-130cd3c620df: port 4(veth7f9e833) entered disabled state
[71359.945087] veth5e68fa5 (unregistering): left allmulticast mode
[71359.945089] veth5e68fa5 (unregistering): left promiscuous mode
[71359.945091] br-130cd3c620df: port 5(veth5e68fa5) entered disabled state
[71361.858204] br-130cd3c620df: port 3(veth4fbe4e5) entered disabled state
[71361.858669] veth4fbe4e5 (unregistering): left allmulticast mode
[71361.858672] veth4fbe4e5 (unregistering): left promiscuous mode
[71361.858674] br-130cd3c620df: port 3(veth4fbe4e5) entered disabled state
[71363.708254] podman0: port 1(veth0) entered disabled state
[71363.708456] veth0 (unregistering): left allmulticast mode
[71363.708459] veth0 (unregistering): left promiscuous mode
[71363.708461] podman0: port 1(veth0) entered disabled state
[71364.903167] physyVecoi: renamed from eth0
[71364.910752] bridge0: port 7(veth62639f9d) entered disabled state
[71364.914637] veth49f1dd3b: renamed from physyVecoi
[71364.965334] veth62639f9d: left allmulticast mode
[71364.965338] veth62639f9d: left promiscuous mode
[71364.965361] bridge0: port 7(veth62639f9d) entered disabled state
[71365.668268] br-130cd3c620df: port 2(veth141888d) entered disabled state
[71365.668664] veth141888d (unregistering): left allmulticast mode
[71365.668667] veth141888d (unregistering): left promiscuous mode
[71365.668669] br-130cd3c620df: port 2(veth141888d) entered disabled state
[71365.987962] physJSiOPa: renamed from eth0
[71366.003760] bridge0: port 2(veth046e8907) entered disabled state
[71366.006612] veth5456591b: renamed from physJSiOPa
[71366.055370] veth046e8907: left allmulticast mode
[71366.055374] veth046e8907: left promiscuous mode
[71366.055396] bridge0: port 2(veth046e8907) entered disabled state
[71384.156706] bridge0: port 10(tapb39fa2f1) entered disabled state
[71384.333530] tapb39fa2f1: left allmulticast mode
[71384.333534] tapb39fa2f1: left promiscuous mode
[71384.333550] bridge0: port 10(tapb39fa2f1) entered disabled state
[71384.432971] bond0: left promiscuous mode
[71384.432973] ixgbe 0000:04:00.0 fast0: left promiscuous mode
[71384.433865] ixgbe 0000:04:00.1 fast1: left promiscuous mode
[71385.976887] systemd[1]: systemd 256.10 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[71385.977153] systemd[1]: Detected architecture x86-64.
[71386.435373] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[71639.285098] INFO: task incusd:464130 blocked for more than 122 seconds.
[71639.285155]       Tainted: P           O       6.6.78 #1-NixOS
[71639.285197] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[71639.285245] task:incusd          state:D stack:0     pid:464130 ppid:1      flags:0x00004002
[71639.285252] Call Trace:
[71639.285254]  <TASK>
[71639.285262]  __schedule+0x3fc/0x1440
[71639.285270]  ? srso_alias_return_thunk+0x5/0xfbef5
[71639.285276]  ? dbuf_rele_and_unlock+0x131/0x500 [zfs]
[71639.285455]  ? down_write+0x12/0x70
[71639.285460]  ? srso_alias_return_thunk+0x5/0xfbef5
[71639.285463]  ? super_lock+0x40/0x150
[71639.285472]  schedule+0x5e/0xe0
[71639.285476]  grab_super_dead+0xd8/0x150
[71639.285481]  ? __pfx_var_wake_function+0x10/0x10
[71639.285487]  ? __pfx_zpl_test_super+0x10/0x10 [zfs]
[71639.285651]  sget+0x1e1/0x2b0
[71639.285655]  ? __pfx_set_anon_super+0x10/0x10
[71639.285661]  zpl_mount+0x149/0x360 [zfs]
[71639.285825]  legacy_get_tree+0x2b/0x50
[71639.285831]  vfs_get_tree+0x29/0x100
[71639.285835]  ? srso_alias_return_thunk+0x5/0xfbef5
[71639.285839]  path_mount+0x4bf/0xb00
[71639.285847]  __x64_sys_mount+0x125/0x160
[71639.285854]  do_syscall_64+0x39/0x90
[71639.285859]  entry_SYSCALL_64_after_hwframe+0x78/0xe2
[71639.285865] RIP: 0033:0x48cdee
[71639.285894] RSP: 002b:000000c00005b5b8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[71639.285898] RAX: ffffffffffffffda RBX: 000000c001606840 RCX: 000000000048cdee
[71639.285900] RDX: 000000c000fdd540 RSI: 000000c000730d80 RDI: 000000c001606840
[71639.285902] RBP: 000000c00005b5f8 R08: 0000000000000000 R09: 0000000000000000
[71639.285904] R10: 0000000000000000 R11: 0000000000000206 R12: 000000c000fdd540
[71639.285907] R13: 0000000000000000 R14: 000000c0000061c0 R15: 0000000000000154
[71639.285914]  </TASK>
[71762.163315] INFO: task incusd:464130 blocked for more than 245 seconds.
[71762.163374]       Tainted: P           O       6.6.78 #1-NixOS
[71762.163411] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[71762.163459] task:incusd          state:D stack:0     pid:464130 ppid:1      flags:0x00004002
[71762.163467] Call Trace:
[71762.163469]  <TASK>
[71762.163476]  __schedule+0x3fc/0x1440
[71762.163484]  ? srso_alias_return_thunk+0x5/0xfbef5
[71762.163491]  ? dbuf_rele_and_unlock+0x131/0x500 [zfs]
[71762.163669]  ? down_write+0x12/0x70
[71762.163674]  ? srso_alias_return_thunk+0x5/0xfbef5
[71762.163677]  ? super_lock+0x40/0x150
[71762.163686]  schedule+0x5e/0xe0
[71762.163691]  grab_super_dead+0xd8/0x150
[71762.163696]  ? __pfx_var_wake_function+0x10/0x10
[71762.163703]  ? __pfx_zpl_test_super+0x10/0x10 [zfs]
[71762.163868]  sget+0x1e1/0x2b0
[71762.163872]  ? __pfx_set_anon_super+0x10/0x10
[71762.163878]  zpl_mount+0x149/0x360 [zfs]
[71762.164045]  legacy_get_tree+0x2b/0x50
[71762.164051]  vfs_get_tree+0x29/0x100
[71762.164055]  ? srso_alias_return_thunk+0x5/0xfbef5
[71762.164059]  path_mount+0x4bf/0xb00
[71762.164067]  __x64_sys_mount+0x125/0x160
[71762.164074]  do_syscall_64+0x39/0x90
[71762.164079]  entry_SYSCALL_64_after_hwframe+0x78/0xe2
[71762.164084] RIP: 0033:0x48cdee
[71762.164114] RSP: 002b:000000c00005b5b8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[71762.164119] RAX: ffffffffffffffda RBX: 000000c001606840 RCX: 000000000048cdee
[71762.164121] RDX: 000000c000fdd540 RSI: 000000c000730d80 RDI: 000000c001606840
[71762.164123] RBP: 000000c00005b5f8 R08: 0000000000000000 R09: 0000000000000000
[71762.164125] R10: 0000000000000000 R11: 0000000000000206 R12: 000000c000fdd540
[71762.164127] R13: 0000000000000000 R14: 000000c0000061c0 R15: 0000000000000154
[71762.164135]  </TASK>
[71885.041710] INFO: task incusd:464130 blocked for more than 368 seconds.
[71885.041766]       Tainted: P           O       6.6.78 #1-NixOS
[71885.041803] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[71885.041851] task:incusd          state:D stack:0     pid:464130 ppid:1      flags:0x00004002
[71885.041858] Call Trace:
[71885.041860]  <TASK>
[71885.041867]  __schedule+0x3fc/0x1440
[71885.041875]  ? srso_alias_return_thunk+0x5/0xfbef5
[71885.041882]  ? dbuf_rele_and_unlock+0x131/0x500 [zfs]
[71885.042061]  ? down_write+0x12/0x70
[71885.042066]  ? srso_alias_return_thunk+0x5/0xfbef5
[71885.042069]  ? super_lock+0x40/0x150
[71885.042078]  schedule+0x5e/0xe0
[71885.042082]  grab_super_dead+0xd8/0x150
[71885.042087]  ? __pfx_var_wake_function+0x10/0x10
[71885.042094]  ? __pfx_zpl_test_super+0x10/0x10 [zfs]
[71885.042270]  sget+0x1e1/0x2b0
[71885.042274]  ? __pfx_set_anon_super+0x10/0x10
[71885.042280]  zpl_mount+0x149/0x360 [zfs]
[71885.042431]  legacy_get_tree+0x2b/0x50
[71885.042437]  vfs_get_tree+0x29/0x100
[71885.042441]  ? srso_alias_return_thunk+0x5/0xfbef5
[71885.042445]  path_mount+0x4bf/0xb00
[71885.042453]  __x64_sys_mount+0x125/0x160
[71885.042460]  do_syscall_64+0x39/0x90
[71885.042465]  entry_SYSCALL_64_after_hwframe+0x78/0xe2
[71885.042470] RIP: 0033:0x48cdee
[71885.042499] RSP: 002b:000000c00005b5b8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[71885.042504] RAX: ffffffffffffffda RBX: 000000c001606840 RCX: 000000000048cdee
[71885.042506] RDX: 000000c000fdd540 RSI: 000000c000730d80 RDI: 000000c001606840
[71885.042508] RBP: 000000c00005b5f8 R08: 0000000000000000 R09: 0000000000000000
[71885.042510] R10: 0000000000000000 R11: 0000000000000206 R12: 000000c000fdd540
[71885.042512] R13: 0000000000000000 R14: 000000c0000061c0 R15: 0000000000000154
[71885.042520]  </TASK>
[72007.919971] INFO: task incusd:464130 blocked for more than 491 seconds.
[72007.920027]       Tainted: P           O       6.6.78 #1-NixOS
[72007.920063] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[72007.920109] task:incusd          state:D stack:0     pid:464130 ppid:1      flags:0x00004002
[72007.920117] Call Trace:
[72007.920119]  <TASK>
[72007.920126]  __schedule+0x3fc/0x1440
[72007.920134]  ? srso_alias_return_thunk+0x5/0xfbef5
[72007.920141]  ? dbuf_rele_and_unlock+0x131/0x500 [zfs]
[72007.920319]  ? down_write+0x12/0x70
[72007.920324]  ? srso_alias_return_thunk+0x5/0xfbef5
[72007.920327]  ? super_lock+0x40/0x150
[72007.920336]  schedule+0x5e/0xe0
[72007.920340]  grab_super_dead+0xd8/0x150
[72007.920345]  ? __pfx_var_wake_function+0x10/0x10
[72007.920352]  ? __pfx_zpl_test_super+0x10/0x10 [zfs]
[72007.920516]  sget+0x1e1/0x2b0
[72007.920520]  ? __pfx_set_anon_super+0x10/0x10
[72007.920540]  zpl_mount+0x149/0x360 [zfs]
[72007.920694]  legacy_get_tree+0x2b/0x50
[72007.920700]  vfs_get_tree+0x29/0x100
[72007.920704]  ? srso_alias_return_thunk+0x5/0xfbef5
[72007.920708]  path_mount+0x4bf/0xb00
[72007.920716]  __x64_sys_mount+0x125/0x160
[72007.920723]  do_syscall_64+0x39/0x90
[72007.920728]  entry_SYSCALL_64_after_hwframe+0x78/0xe2
[72007.920733] RIP: 0033:0x48cdee
[72007.920762] RSP: 002b:000000c00005b5b8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[72007.920766] RAX: ffffffffffffffda RBX: 000000c001606840 RCX: 000000000048cdee
[72007.920768] RDX: 000000c000fdd540 RSI: 000000c000730d80 RDI: 000000c001606840
[72007.920771] RBP: 000000c00005b5f8 R08: 0000000000000000 R09: 0000000000000000
[72007.920773] R10: 0000000000000000 R11: 0000000000000206 R12: 000000c000fdd540
[72007.920775] R13: 0000000000000000 R14: 000000c0000061c0 R15: 0000000000000154
[72007.920783]  </TASK>
[72130.798029] INFO: task incusd:464130 blocked for more than 614 seconds.
[72130.798084]       Tainted: P           O       6.6.78 #1-NixOS
[72130.798121] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[72130.798166] task:incusd          state:D stack:0     pid:464130 ppid:1      flags:0x00004006
[72130.798173] Call Trace:
[72130.798176]  <TASK>
[72130.798183]  __schedule+0x3fc/0x1440
[72130.798191]  ? srso_alias_return_thunk+0x5/0xfbef5
[72130.798197]  ? dbuf_rele_and_unlock+0x131/0x500 [zfs]
[72130.798380]  ? down_write+0x12/0x70
[72130.798385]  ? srso_alias_return_thunk+0x5/0xfbef5
[72130.798388]  ? super_lock+0x40/0x150
[72130.798397]  schedule+0x5e/0xe0
[72130.798401]  grab_super_dead+0xd8/0x150
[72130.798406]  ? __pfx_var_wake_function+0x10/0x10
[72130.798413]  ? __pfx_zpl_test_super+0x10/0x10 [zfs]
[72130.798624]  sget+0x1e1/0x2b0
[72130.798628]  ? __pfx_set_anon_super+0x10/0x10
[72130.798634]  zpl_mount+0x149/0x360 [zfs]
[72130.798813]  legacy_get_tree+0x2b/0x50
[72130.798818]  vfs_get_tree+0x29/0x100
[72130.798823]  ? srso_alias_return_thunk+0x5/0xfbef5
[72130.798827]  path_mount+0x4bf/0xb00
[72130.798835]  __x64_sys_mount+0x125/0x160
[72130.798853]  do_syscall_64+0x39/0x90
[72130.798860]  entry_SYSCALL_64_after_hwframe+0x78/0xe2
[72130.798868] RIP: 0033:0x48cdee
[72130.798898] RSP: 002b:000000c00005b5b8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[72130.798902] RAX: ffffffffffffffda RBX: 000000c001606840 RCX: 000000000048cdee
[72130.798905] RDX: 000000c000fdd540 RSI: 000000c000730d80 RDI: 000000c001606840
[72130.798907] RBP: 000000c00005b5f8 R08: 0000000000000000 R09: 0000000000000000
[72130.798909] R10: 0000000000000000 R11: 0000000000000206 R12: 000000c000fdd540
[72130.798911] R13: 0000000000000000 R14: 000000c0000061c0 R15: 0000000000000154
[72130.798918]  </TASK>
[72253.676612] INFO: task incusd:464130 blocked for more than 737 seconds.
[72253.676667]       Tainted: P           O       6.6.78 #1-NixOS
[72253.676704] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[72253.676755] task:incusd          state:D stack:0     pid:464130 ppid:1      flags:0x00004006
[72253.676763] Call Trace:
[72253.676766]  <TASK>
[72253.676774]  __schedule+0x3fc/0x1440
[72253.676782]  ? srso_alias_return_thunk+0x5/0xfbef5
[72253.676788]  ? dbuf_rele_and_unlock+0x131/0x500 [zfs]
[72253.677086]  ? down_write+0x12/0x70
[72253.677099]  ? srso_alias_return_thunk+0x5/0xfbef5
[72253.677104]  ? super_lock+0x40/0x150
[72253.677121]  schedule+0x5e/0xe0
[72253.677127]  grab_super_dead+0xd8/0x150
[72253.677135]  ? __pfx_var_wake_function+0x10/0x10
[72253.677154]  ? __pfx_zpl_test_super+0x10/0x10 [zfs]
[72253.677480]  sget+0x1e1/0x2b0
[72253.677485]  ? __pfx_set_anon_super+0x10/0x10
[72253.677494]  zpl_mount+0x149/0x360 [zfs]
[72253.677779]  legacy_get_tree+0x2b/0x50
[72253.677785]  vfs_get_tree+0x29/0x100
[72253.677790]  ? srso_alias_return_thunk+0x5/0xfbef5
[72253.677795]  path_mount+0x4bf/0xb00
[72253.677803]  __x64_sys_mount+0x125/0x160
[72253.677810]  do_syscall_64+0x39/0x90
[72253.677817]  entry_SYSCALL_64_after_hwframe+0x78/0xe2
[72253.677824] RIP: 0033:0x48cdee
[72253.677889] RSP: 002b:000000c00005b5b8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[72253.677895] RAX: ffffffffffffffda RBX: 000000c001606840 RCX: 000000000048cdee
[72253.677898] RDX: 000000c000fdd540 RSI: 000000c000730d80 RDI: 000000c001606840
[72253.677901] RBP: 000000c00005b5f8 R08: 0000000000000000 R09: 0000000000000000
[72253.677904] R10: 0000000000000000 R11: 0000000000000206 R12: 000000c000fdd540
[72253.677907] R13: 0000000000000000 R14: 000000c0000061c0 R15: 0000000000000154
[72253.677918]  </TASK>
[72253.677935] INFO: task incusd:465102 blocked for more than 122 seconds.
[72253.678005]       Tainted: P           O       6.6.78 #1-NixOS
[72253.678058] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[72253.678134] task:incusd          state:D stack:0     pid:465102 ppid:1      flags:0x00004002
[72253.678143] Call Trace:
[72253.678146]  <TASK>
[72253.678151]  __schedule+0x3fc/0x1440
[72253.678158]  ? srso_alias_return_thunk+0x5/0xfbef5
[72253.678164]  ? dbuf_rele_and_unlock+0x131/0x500 [zfs]
[72253.678501]  ? down_write+0x12/0x70
[72253.678507]  ? srso_alias_return_thunk+0x5/0xfbef5
[72253.678512]  ? super_lock+0x40/0x150
[72253.678522]  schedule+0x5e/0xe0
[72253.678527]  grab_super_dead+0xd8/0x150
[72253.678534]  ? __pfx_var_wake_function+0x10/0x10
[72253.678541]  ? __pfx_zpl_test_super+0x10/0x10 [zfs]
[72253.678800]  sget+0x1e1/0x2b0
[72253.678805]  ? __pfx_set_anon_super+0x10/0x10
[72253.678811]  zpl_mount+0x149/0x360 [zfs]
[72253.679085]  legacy_get_tree+0x2b/0x50
[72253.679091]  vfs_get_tree+0x29/0x100
[72253.679097]  ? srso_alias_return_thunk+0x5/0xfbef5
[72253.679103]  path_mount+0x4bf/0xb00
[72253.679112]  __x64_sys_mount+0x125/0x160
[72253.679121]  do_syscall_64+0x39/0x90
[72253.679127]  entry_SYSCALL_64_after_hwframe+0x78/0xe2
[72253.679133] RIP: 0033:0x48cdee
[72253.679145] RSP: 002b:000000c0007175b8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[72253.679150] RAX: ffffffffffffffda RBX: 000000c0011251e0 RCX: 000000000048cdee
[72253.679154] RDX: 000000c001492cd0 RSI: 000000c000691680 RDI: 000000c0011251e0
[72253.679157] RBP: 000000c0007175f8 R08: 0000000000000000 R09: 0000000000000000
[72253.679160] R10: 0000000000000000 R11: 0000000000000206 R12: 000000c001492cd0
[72253.679162] R13: 0000000000000000 R14: 000000c0000061c0 R15: 00000000000000cd
[72253.679178]  </TASK>
[72376.554923] INFO: task incusd:464130 blocked for more than 860 seconds.
[72376.554978]       Tainted: P           O       6.6.78 #1-NixOS
[72376.555021] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[72376.555084] task:incusd          state:D stack:0     pid:464130 ppid:1      flags:0x00004006
[72376.555093] Call Trace:
[72376.555095]  <TASK>
[72376.555103]  __schedule+0x3fc/0x1440
[72376.555113]  ? srso_alias_return_thunk+0x5/0xfbef5
[72376.555122]  ? dbuf_rele_and_unlock+0x131/0x500 [zfs]
[72376.555358]  ? down_write+0x12/0x70
[72376.555364]  ? srso_alias_return_thunk+0x5/0xfbef5
[72376.555369]  ? super_lock+0x40/0x150
[72376.555381]  schedule+0x5e/0xe0
[72376.555387]  grab_super_dead+0xd8/0x150
[72376.555396]  ? __pfx_var_wake_function+0x10/0x10
[72376.555408]  ? __pfx_zpl_test_super+0x10/0x10 [zfs]
[72376.555760]  sget+0x1e1/0x2b0
[72376.555768]  ? __pfx_set_anon_super+0x10/0x10
[72376.555777]  zpl_mount+0x149/0x360 [zfs]
[72376.556081]  legacy_get_tree+0x2b/0x50
[72376.556087]  vfs_get_tree+0x29/0x100
[72376.556093]  ? srso_alias_return_thunk+0x5/0xfbef5
[72376.556099]  path_mount+0x4bf/0xb00
[72376.556109]  __x64_sys_mount+0x125/0x160
[72376.556117]  do_syscall_64+0x39/0x90
[72376.556123]  entry_SYSCALL_64_after_hwframe+0x78/0xe2
[72376.556130] RIP: 0033:0x48cdee
[72376.556162] RSP: 002b:000000c00005b5b8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[72376.556169] RAX: ffffffffffffffda RBX: 000000c001606840 RCX: 000000000048cdee
[72376.556172] RDX: 000000c000fdd540 RSI: 000000c000730d80 RDI: 000000c001606840
[72376.556175] RBP: 000000c00005b5f8 R08: 0000000000000000 R09: 0000000000000000
[72376.556177] R10: 0000000000000000 R11: 0000000000000206 R12: 000000c000fdd540
[72376.556180] R13: 0000000000000000 R14: 000000c0000061c0 R15: 0000000000000154
[72376.556190]  </TASK>
[72376.556201] INFO: task incusd:465102 blocked for more than 245 seconds.
[72376.556277]       Tainted: P           O       6.6.78 #1-NixOS
[72376.556340] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[72376.556422] task:incusd          state:D stack:0     pid:465102 ppid:1      flags:0x00004002
[72376.556429] Call Trace:
[72376.556431]  <TASK>
[72376.556436]  __schedule+0x3fc/0x1440
[72376.556442]  ? srso_alias_return_thunk+0x5/0xfbef5
[72376.556447]  ? dbuf_rele_and_unlock+0x131/0x500 [zfs]
[72376.556747]  ? down_write+0x12/0x70
[72376.556752]  ? srso_alias_return_thunk+0x5/0xfbef5
[72376.556755]  ? super_lock+0x40/0x150
[72376.556762]  schedule+0x5e/0xe0
[72376.556766]  grab_super_dead+0xd8/0x150
[72376.556771]  ? __pfx_var_wake_function+0x10/0x10
[72376.556776]  ? __pfx_zpl_test_super+0x10/0x10 [zfs]
[72376.556933]  sget+0x1e1/0x2b0
[72376.556937]  ? __pfx_set_anon_super+0x10/0x10
[72376.556943]  zpl_mount+0x149/0x360 [zfs]
[72376.557091]  legacy_get_tree+0x2b/0x50
[72376.557095]  vfs_get_tree+0x29/0x100
[72376.557100]  ? srso_alias_return_thunk+0x5/0xfbef5
[72376.557103]  path_mount+0x4bf/0xb00
[72376.557110]  __x64_sys_mount+0x125/0x160
[72376.557116]  do_syscall_64+0x39/0x90
[72376.557120]  entry_SYSCALL_64_after_hwframe+0x78/0xe2
[72376.557125] RIP: 0033:0x48cdee
[72376.557135] RSP: 002b:000000c0007175b8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[72376.557138] RAX: ffffffffffffffda RBX: 000000c0011251e0 RCX: 000000000048cdee
[72376.557141] RDX: 000000c001492cd0 RSI: 000000c000691680 RDI: 000000c0011251e0
[72376.557143] RBP: 000000c0007175f8 R08: 0000000000000000 R09: 0000000000000000
[72376.557145] R10: 0000000000000000 R11: 0000000000000206 R12: 000000c001492cd0
[72376.557147] R13: 0000000000000000 R14: 000000c0000061c0 R15: 00000000000000cd
[72376.557154]  </TASK>
[72499.434013] INFO: task incusd:464130 blocked for more than 983 seconds.
[72499.434096]       Tainted: P           O       6.6.78 #1-NixOS
[72499.434155] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[72499.434227] task:incusd          state:D stack:0     pid:464130 ppid:1      flags:0x00004006
[72499.434236] Call Trace:
[72499.434239]  <TASK>
[72499.434246]  __schedule+0x3fc/0x1440
[72499.434256]  ? srso_alias_return_thunk+0x5/0xfbef5
[72499.434263]  ? dbuf_rele_and_unlock+0x131/0x500 [zfs]
[72499.434541]  ? down_write+0x12/0x70
[72499.434546]  ? srso_alias_return_thunk+0x5/0xfbef5
[72499.434550]  ? super_lock+0x40/0x150
[72499.434559]  schedule+0x5e/0xe0
[72499.434563]  grab_super_dead+0xd8/0x150
[72499.434568]  ? __pfx_var_wake_function+0x10/0x10
[72499.434575]  ? __pfx_zpl_test_super+0x10/0x10 [zfs]
[72499.434836]  sget+0x1e1/0x2b0
[72499.434841]  ? __pfx_set_anon_super+0x10/0x10
[72499.434847]  zpl_mount+0x149/0x360 [zfs]
[72499.435082]  legacy_get_tree+0x2b/0x50
[72499.435088]  vfs_get_tree+0x29/0x100
[72499.435093]  ? srso_alias_return_thunk+0x5/0xfbef5
[72499.435097]  path_mount+0x4bf/0xb00
[72499.435105]  __x64_sys_mount+0x125/0x160
[72499.435112]  do_syscall_64+0x39/0x90
[72499.435118]  entry_SYSCALL_64_after_hwframe+0x78/0xe2
[72499.435124] RIP: 0033:0x48cdee
[72499.435156] RSP: 002b:000000c00005b5b8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[72499.435161] RAX: ffffffffffffffda RBX: 000000c001606840 RCX: 000000000048cdee
[72499.435163] RDX: 000000c000fdd540 RSI: 000000c000730d80 RDI: 000000c001606840
[72499.435165] RBP: 000000c00005b5f8 R08: 0000000000000000 R09: 0000000000000000
[72499.435168] R10: 0000000000000000 R11: 0000000000000206 R12: 000000c000fdd540
[72499.435170] R13: 0000000000000000 R14: 000000c0000061c0 R15: 0000000000000154
[72499.435178]  </TASK>
[72499.435180] Future hung task reports are suppressed, see sysctl kernel.hung_task_warnings
ps fauxww
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           2  0.0  0.0      0     0 ?        S    Feb20   0:04 [kthreadd]
root           3  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [pool_workqueue_release]
root           4  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-rcu_g]
root           5  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-rcu_p]
root           6  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-slub_]
root           7  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-netns]
root          10  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/0:0H-events_highpri]
root          13  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-mm_pe]
root          14  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [rcu_tasks_kthread]
root          15  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [rcu_tasks_rude_kthread]
root          16  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [rcu_tasks_trace_kthread]
root          17  0.0  0.0      0     0 ?        S    Feb20   0:02  \_ [ksoftirqd/0]
root          18  0.0  0.0      0     0 ?        I    Feb20   0:41  \_ [rcu_preempt]
root          19  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/0]
root          20  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/0]
root          21  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/0]
root          22  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/1]
root          23  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/1]
root          24  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/1]
root          25  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/1]
root          27  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/1:0H-events_highpri]
root          28  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/2]
root          29  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/2]
root          30  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/2]
root          31  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/2]
root          33  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/2:0H-events_highpri]
root          34  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/3]
root          35  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/3]
root          36  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/3]
root          37  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/3]
root          39  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/3:0H-events_highpri]
root          40  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/4]
root          41  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/4]
root          42  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/4]
root          43  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/4]
root          45  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/4:0H-kblockd]
root          46  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/5]
root          47  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/5]
root          48  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/5]
root          49  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/5]
root          51  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/5:0H-events_highpri]
root          52  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/6]
root          53  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/6]
root          54  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/6]
root          55  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/6]
root          57  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/6:0H-events_highpri]
root          58  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/7]
root          59  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/7]
root          60  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/7]
root          61  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/7]
root          63  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/7:0H-kblockd]
root          64  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/8]
root          65  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/8]
root          66  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/8]
root          67  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/8]
root          69  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/8:0H-events_highpri]
root          70  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/9]
root          71  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/9]
root          72  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/9]
root          73  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/9]
root          75  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/9:0H-events_highpri]
root          76  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/10]
root          77  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/10]
root          78  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/10]
root          79  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/10]
root          81  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/10:0H-events_highpri]
root          82  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/11]
root          83  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/11]
root          84  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/11]
root          85  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/11]
root          87  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/11:0H-events_highpri]
root          88  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/12]
root          89  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/12]
root          90  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/12]
root          91  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/12]
root          93  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/12:0H-events_highpri]
root          94  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/13]
root          95  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/13]
root          96  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/13]
root          97  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/13]
root          99  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/13:0H-events_highpri]
root         100  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/14]
root         101  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/14]
root         102  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/14]
root         103  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/14]
root         105  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/14:0H-events_highpri]
root         106  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/15]
root         107  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/15]
root         108  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/15]
root         109  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/15]
root         111  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/15:0H-events_highpri]
root         112  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/16]
root         113  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/16]
root         114  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/16]
root         115  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/16]
root         117  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/16:0H-events_highpri]
root         118  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/17]
root         119  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/17]
root         120  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/17]
root         121  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/17]
root         123  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/17:0H-events_highpri]
root         124  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/18]
root         125  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/18]
root         126  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/18]
root         127  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/18]
root         130  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/19]
root         131  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/19]
root         132  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/19]
root         133  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/19]
root         135  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/19:0H-events_highpri]
root         136  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/20]
root         137  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/20]
root         138  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/20]
root         139  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/20]
root         141  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/20:0H-events_highpri]
root         142  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/21]
root         143  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/21]
root         144  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/21]
root         145  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/21]
root         147  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/21:0H-events_highpri]
root         148  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/22]
root         149  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/22]
root         150  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/22]
root         151  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/22]
root         153  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/22:0H-events_highpri]
root         154  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [cpuhp/23]
root         155  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [idle_inject/23]
root         156  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [migration/23]
root         157  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [ksoftirqd/23]
root         159  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/23:0H-events_highpri]
root         162  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [kdevtmpfs]
root         163  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-inet_]
root         165  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [kauditd]
root         167  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [khungtaskd]
root         168  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [oom_reaper]
root         170  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-write]
root         171  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [kcompactd0]
root         172  0.1  0.0      0     0 ?        SN   Feb20   2:37  \_ [ksmd]
root         173  0.0  0.0      0     0 ?        SN   Feb20   0:01  \_ [khugepaged]
root         174  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-kinte]
root         175  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-kbloc]
root         176  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-blkcg]
root         180  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-devfr]
root         181  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/0:1H-kblockd]
root         182  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [irq/26-AMD-Vi]
root         183  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [kswapd0]
root         184  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-kthro]
root         205  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-mld]
root         206  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-ipv6_]
root         214  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-kstrp]
root         215  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/u67:0]
root         216  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/u68:0]
root         217  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/u69:0]
root         218  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [irq/27-ACPI:Event]
root         219  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/12:1H-kblockd]
root         220  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-tpm_d]
root         233  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/21:1H-kblockd]
root         242  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/22:1H-kblockd]
root         246  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/3:1H-kblockd]
root         249  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/16:1H-kblockd]
root         253  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/11:1H-kblockd]
root         256  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/17:1H-kblockd]
root         259  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/1:1H-kblockd]
root         260  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/19:1H-kblockd]
root         263  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-tls-s]
root         266  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/2:1H-kblockd]
root         275  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/13:1H-kblockd]
root         278  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/10:1H-kblockd]
root         279  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/20:1H-kblockd]
root         282  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/23:1H-kblockd]
root         284  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/6:1H-kblockd]
root         291  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/18:1H-kblockd]
root         302  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/9:1H-kblockd]
root         311  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-ixgbe]
root         315  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/8:1H-kblockd]
root         317  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/7:1H]
root         320  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/4:1H]
root         324  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/5:1H-kblockd]
root         325  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/14:1H-kblockd]
root         327  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/15:1H-kblockd]
root         365  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-crypt]
root         372  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-nvme-]
root         373  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-nvme-]
root         374  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-nvme-]
root         375  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-nvme-]
root         377  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-ata_s]
root         387  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [scsi_eh_0]
root         388  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-scsi_]
root         391  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [scsi_eh_1]
root         392  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-scsi_]
root         393  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [scsi_eh_2]
root         394  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-scsi_]
root         395  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [scsi_eh_3]
root         396  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-scsi_]
root         397  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [scsi_eh_4]
root         398  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-scsi_]
root         399  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [scsi_eh_5]
root         400  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-scsi_]
root         422  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [spl_system_task]
root         423  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [spl_delay_taskq]
root         424  0.0  0.0      0     0 ?        S<   Feb20   0:01  \_ [spl_dynamic_tas]
root         425  0.0  0.0      0     0 ?        S<   Feb20   0:02  \_ [spl_kmem_cache]
root         433  0.0  0.0      0     0 ?        S<   Feb20   0:04  \_ [zvol_tq-0]
root         434  0.0  0.0      0     0 ?        S<   Feb20   0:07  \_ [zvol_tq-1]
root         435  0.0  0.0      0     0 ?        S<   Feb20   0:05  \_ [zvol_tq-2]
root         436  0.0  0.0      0     0 ?        S<   Feb20   0:05  \_ [zvol_tq-3]
root         437  0.0  0.0      0     0 ?        S<   Feb20   0:04  \_ [zvol_tq-4]
root         438  2.5  0.0      0     0 ?        S    Feb20  37:43  \_ [arc_prune]
root         439  2.4  0.0      0     0 ?        S    Feb20  35:14  \_ [arc_evict]
root         440  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [arc_reap]
root         441  0.0  0.0      0     0 ?        S    Feb20   0:11  \_ [dbu_evict]
root         442  0.0  0.0      0     0 ?        SN   Feb20   0:20  \_ [dbuf_evict]
root         445  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [z_vdev_file]
root         458  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [l2arc_feed]
root         531  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-bond0]
root        1059  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/18:2H-kblockd]
root       11102  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-kdmfl]
root       11106  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-kcryp]
root       11107  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-kcryp]
root       11108  0.0  0.0      0     0 ?        S    Feb20   0:34  \_ [dmcrypt_write/254:0]
root       11404  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-kdmfl]
root       11405  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-kcryp]
root       11406  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-kcryp]
root       11407  0.0  0.0      0     0 ?        S    Feb20   0:31  \_ [dmcrypt_write/254:1]
root       11707  0.0  0.0      0     0 ?        S<   Feb20   0:01  \_ [z_null_iss]
root       11708  0.0  0.0      0     0 ?        S<   Feb20   0:05  \_ [z_null_int]
root       11709  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_rd_iss]
root       11710  0.0  0.0      0     0 ?        S<   Feb20   0:27  \_ [z_rd_int_0]
root       11711  0.0  0.0      0     0 ?        S<   Feb20   0:27  \_ [z_rd_int_1]
root       11712  0.0  0.0      0     0 ?        S<   Feb20   0:27  \_ [z_rd_int_2]
root       11713  0.0  0.0      0     0 ?        S<   Feb20   0:27  \_ [z_rd_int_3]
root       11714  0.0  0.0      0     0 ?        S<   Feb20   1:18  \_ [z_wr_iss]
root       11715  0.0  0.0      0     0 ?        S<   Feb20   0:29  \_ [z_wr_int_0]
root       11716  0.0  0.0      0     0 ?        S<   Feb20   0:29  \_ [z_wr_int_1]
root       11717  0.0  0.0      0     0 ?        S<   Feb20   0:29  \_ [z_wr_int_2]
root       11718  0.0  0.0      0     0 ?        S<   Feb20   0:29  \_ [z_wr_int_3]
root       11719  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_fr_iss_0]
root       11720  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_fr_iss_1]
root       11721  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_fr_iss_2]
root       11722  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_fr_iss_3]
root       11723  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_fr_int]
root       11724  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_cl_iss]
root       11725  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_cl_int]
root       11726  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_flush_iss]
root       11727  0.0  0.0      0     0 ?        S<   Feb20   0:04  \_ [z_flush_int]
root       11728  0.0  0.0      0     0 ?        S<   Feb20   0:01  \_ [z_trim_iss]
root       11729  0.0  0.0      0     0 ?        S<   Feb20   0:11  \_ [z_trim_int]
root       11730  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_zvol]
root       11731  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_metaslab]
root       11732  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_prefetch]
root       11733  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_upgrade]
root       11740  0.0  0.0      0     0 ?        SN   Feb20   0:32  \_ [dp_sync_taskq]
root       11741  0.0  0.0      0     0 ?        SN   Feb20   0:32  \_ [dp_sync_taskq]
root       11742  0.0  0.0      0     0 ?        SN   Feb20   0:32  \_ [dp_sync_taskq]
root       11743  0.0  0.0      0     0 ?        SN   Feb20   0:32  \_ [dp_sync_taskq]
root       11744  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11745  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11746  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11747  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11748  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11749  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11750  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11751  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11752  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11753  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11754  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11755  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11756  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11757  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11758  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11759  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11760  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11761  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11762  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11763  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11764  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11765  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11766  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11767  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       11768  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_zrele]
root       11769  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_unlinked_drai]
root       11814  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [txg_quiesce]
root       11815  0.0  0.0      0     0 ?        S    Feb20   1:24  \_ [txg_sync]
root       11816  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [mmp]
root       11852  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [raidz_expand]
root       11853  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [z_indirect_cond]
root       11854  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [z_livelist_dest]
root       11855  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [z_livelist_cond]
root       11856  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [z_checkpoint_di]
root       11857  0.0  0.0      0     0 ?        S<   Feb20   0:10  \_ [vdev_autotrim]
root       11880  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [spl_system_task]
root       12159  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-rpcio]
root       12160  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-xprti]
root       12193  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [nv_queue]
root       12194  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [nv_queue]
root       12195  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [nv_open_q]
root       12327  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [scsi_eh_6]
root       12328  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-scsi_]
root       12331  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [watchdogd]
root       12337  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [nvidia-modeset/kthread_q]
root       12338  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [nvidia-modeset/deferred_close_kthread_q]
root       12353  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [irq/188-nvidia]
root       12354  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [nvidia]
root       12355  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [nv_queue]
root       12362  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-edac-]
root       12368  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [UVM global queue]
root       12369  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [UVM deferred release queue]
root       12448  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [UVM Tools Event Queue]
root       12457  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-vfio-]
root       12482  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-poll_]
root       12871  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_null_iss]
root       12872  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_null_int]
root       12873  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_rd_iss]
root       12874  0.0  0.0      0     0 ?        S<   Feb20   0:02  \_ [z_rd_int_0]
root       12875  0.0  0.0      0     0 ?        S<   Feb20   0:02  \_ [z_rd_int_1]
root       12876  0.0  0.0      0     0 ?        S<   Feb20   0:02  \_ [z_rd_int_2]
root       12877  0.0  0.0      0     0 ?        S<   Feb20   0:02  \_ [z_rd_int_3]
root       12878  0.0  0.0      0     0 ?        S<   Feb20   0:04  \_ [z_wr_iss]
root       12879  0.0  0.0      0     0 ?        S<   Feb20   0:01  \_ [z_wr_int_0]
root       12880  0.0  0.0      0     0 ?        S<   Feb20   0:01  \_ [z_wr_int_1]
root       12881  0.0  0.0      0     0 ?        S<   Feb20   0:01  \_ [z_wr_int_2]
root       12882  0.0  0.0      0     0 ?        S<   Feb20   0:01  \_ [z_wr_int_3]
root       12883  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_fr_iss_0]
root       12884  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_fr_iss_1]
root       12885  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_fr_iss_2]
root       12886  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_fr_iss_3]
root       12887  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_fr_int]
root       12888  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_cl_iss]
root       12889  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_cl_int]
root       12890  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_flush_iss]
root       12891  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_flush_int]
root       12892  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_trim_iss]
root       12893  0.0  0.0      0     0 ?        S<   Feb20   0:00  \_ [z_trim_int]
root       12894  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_zvol]
root       12895  0.0  0.0      0     0 ?        S<   Feb20   0:01  \_ [z_metaslab]
root       12896  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_prefetch]
root       12897  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_upgrade]
root       12920  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_sync_taskq]
root       12921  0.0  0.0      0     0 ?        SN   Feb20   0:01  \_ [dp_sync_taskq]
root       12922  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_sync_taskq]
root       12923  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_sync_taskq]
root       12924  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12925  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12926  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12927  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12928  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12929  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12930  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12931  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12932  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12933  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12934  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12935  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12936  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12937  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12938  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12939  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12940  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12941  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12942  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12943  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12944  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12945  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12946  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12947  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [dp_zil_clean_ta]
root       12948  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_zrele]
root       12949  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_unlinked_drai]
root       13043  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [txg_quiesce]
root       13044  0.0  0.0      0     0 ?        S    Feb20   0:13  \_ [txg_sync]
root       13045  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [mmp]
root       13076  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [raidz_expand]
root       13077  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [z_indirect_cond]
root       13078  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [z_livelist_dest]
root       13079  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [z_livelist_cond]
root       13080  0.0  0.0      0     0 ?        SN   Feb20   0:00  \_ [z_checkpoint_di]
root       13157  0.0  0.0      0     0 ?        S    Feb20   0:00  \_ [z_upgrade]
root       13380  0.0  0.0      0     0 ?        I<   Feb20   0:00  \_ [kworker/R-cfg80]
root       13469  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [lockd]
root       13487  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [nfsd]
root       13488  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [nfsd]
root       13489  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [nfsd]
root       13490  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [nfsd]
root       13491  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [nfsd]
root       13492  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [nfsd]
root       13493  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [nfsd]
root       13494  0.0  0.0      0     0 ?        I    Feb20   0:00  \_ [nfsd]
root      449286  0.0  0.0      0     0 ?        I    03:33   0:00  \_ [kworker/7:1-events]
root      450152  0.0  0.0      0     0 ?        S<   03:36   0:00  \_ [z_fr_iss_2]
root      450196  0.0  0.0      0     0 ?        S<   03:37   0:00  \_ [z_fr_iss_3]
root      453188  0.0  0.0      0     0 ?        I    03:49   0:00  \_ [kworker/13:2-mm_percpu_wq]
root      453631  0.0  0.0      0     0 ?        I    03:50   0:00  \_ [kworker/18:0-rcu_par_gp]
root      456396  0.0  0.0      0     0 ?        S<   04:00   0:00  \_ [z_wr_iss]
root      456397  0.0  0.0      0     0 ?        S<   04:00   0:00  \_ [z_wr_iss]
root      458516  0.0  0.0      0     0 ?        I    04:05   0:00  \_ [kworker/9:0-mm_percpu_wq]
root      459201  0.0  0.0      0     0 ?        I    04:08   0:00  \_ [kworker/6:2-events]
root      461068  0.0  0.0      0     0 ?        S<   04:15   0:00  \_ [zvol_tq-2]
root      461074  0.0  0.0      0     0 ?        S<   04:15   0:00  \_ [zvol_tq-0]
root      461076  0.0  0.0      0     0 ?        S<   04:15   0:00  \_ [zvol_tq-4]
root      461078  0.0  0.0      0     0 ?        S<   04:15   0:00  \_ [zvol_tq-4]
root      461079  0.0  0.0      0     0 ?        S<   04:15   0:00  \_ [zvol_tq-4]
root      461081  0.0  0.0      0     0 ?        S<   04:15   0:00  \_ [zvol_tq-4]
root      461435  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-3]
root      461436  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-3]
root      461437  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-3]
root      461439  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-3]
root      461895  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-1]
root      461896  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-1]
root      461898  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-1]
root      461899  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-1]
root      461900  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-2]
root      461903  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-2]
root      462817  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-2]
root      462818  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-4]
root      462819  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-4]
root      462842  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-0]
root      462843  0.0  0.0      0     0 ?        S<   04:16   0:00  \_ [zvol_tq-0]
root      463586  0.0  0.0      0     0 ?        S    04:16   0:00  \_ [psimon]
root      463652  0.0  0.0      0     0 ?        S    04:16   0:00  \_ [psimon]
root      467535  0.0  0.0      0     0 ?        I    04:59   0:00  \_ [kworker/10:2-mm_percpu_wq]
root      467671  0.0  0.0      0     0 ?        I    05:00   0:00  \_ [kworker/22:2-events]
root      467701  0.0  0.0      0     0 ?        I    05:00   0:00  \_ [kworker/16:0-events]
root      468398  0.0  0.0      0     0 ?        I    05:01   0:00  \_ [kworker/20:1-rcu_par_gp]
root      468803  0.0  0.0      0     0 ?        I    05:02   0:00  \_ [kworker/11:0-rcu_par_gp]
root      470949  0.0  0.0      0     0 ?        I    05:28   0:00  \_ [kworker/8:1-events]
root      473584  0.0  0.0      0     0 ?        I    05:59   0:00  \_ [kworker/3:1-mm_percpu_wq]
root      473686  0.0  0.0      0     0 ?        I    06:00   0:00  \_ [kworker/2:0-mm_percpu_wq]
root      473708  0.0  0.0      0     0 ?        I    06:00   0:00  \_ [kworker/5:1-mm_percpu_wq]
root      474243  0.0  0.0      0     0 ?        S<   06:00   0:00  \_ [z_fr_iss_0]
root      479547  0.0  0.0      0     0 ?        I    06:59   0:00  \_ [kworker/17:0-mm_percpu_wq]
root      479548  0.0  0.0      0     0 ?        I    06:59   0:00  \_ [kworker/21:1-events]
root      479556  0.0  0.0      0     0 ?        I    06:59   0:00  \_ [kworker/23:1-events]
root      479576  0.0  0.0      0     0 ?        S<   06:59   0:00  \_ [z_wr_iss]
root      479607  0.0  0.0      0     0 ?        I    06:59   0:00  \_ [kworker/12:3-mm_percpu_wq]
root      479608  0.0  0.0      0     0 ?        I    06:59   0:00  \_ [kworker/1:2-rcu_par_gp]
root      479625  0.0  0.0      0     0 ?        I    06:59   0:00  \_ [kworker/11:2-mm_percpu_wq]
root      479645  0.0  0.0      0     0 ?        I    07:00   0:00  \_ [kworker/19:2-mm_percpu_wq]
root      479658  0.0  0.0      0     0 ?        I    07:00   0:00  \_ [kworker/15:2-rcu_par_gp]
root      479724  0.0  0.0      0     0 ?        I    07:00   0:00  \_ [kworker/0:1-events]
root      479729  0.0  0.0      0     0 ?        I    07:00   0:00  \_ [kworker/4:0-mm_percpu_wq]
root      479746  0.0  0.0      0     0 ?        I    07:00   0:00  \_ [kworker/14:1-events]
root      479981  0.0  0.0      0     0 ?        S<   07:00   0:00  \_ [z_wr_iss]
root      480175  0.0  0.0      0     0 ?        S<   07:00   0:00  \_ [z_wr_iss]
root      480176  0.0  0.0      0     0 ?        S<   07:00   0:00  \_ [z_wr_iss]
root      480325  0.0  0.0      0     0 ?        S<   07:01   0:00  \_ [z_metaslab]
root      480375  0.0  0.0      0     0 ?        S<   07:01   0:00  \_ [z_fr_iss_2]
root      480409  0.0  0.0      0     0 ?        S<   07:01   0:00  \_ [z_fr_iss_1]
root      480707  0.0  0.0      0     0 ?        S<   07:01   0:00  \_ [z_wr_iss]
root      480708  0.0  0.0      0     0 ?        S<   07:01   0:00  \_ [z_wr_iss]
root      480720  0.0  0.0      0     0 ?        S<   07:01   0:00  \_ [z_wr_iss]
root      480892  0.0  0.0      0     0 ?        S<   07:02   0:00  \_ [z_wr_iss]
root      480905  0.0  0.0      0     0 ?        S<   07:02   0:00  \_ [z_metaslab]
root      485554  0.0  0.0      0     0 ?        I    07:59   0:00  \_ [kworker/1:0-events]
root      485572  0.0  0.0      0     0 ?        S<   07:59   0:00  \_ [z_wr_iss]
root      485596  0.0  0.0      0     0 ?        I    07:59   0:00  \_ [kworker/15:1-mm_percpu_wq]
root      485601  0.0  0.0      0     0 ?        I    07:59   0:00  \_ [kworker/2:1-rcu_par_gp]
root      485639  0.0  0.0      0     0 ?        I    08:00   0:00  \_ [kworker/20:2-events]
root      485652  0.0  0.0      0     0 ?        I    08:00   0:00  \_ [kworker/0:2-rcu_par_gp]
root      485667  0.0  0.0      0     0 ?        I    08:00   0:00  \_ [kworker/14:0-inet_frag_wq]
root      485716  0.0  0.0      0     0 ?        I    08:00   0:00  \_ [kworker/22:0-rcu_par_gp]
root      485720  0.0  0.0      0     0 ?        I    08:00   0:00  \_ [kworker/19:1-rcu_par_gp]
root      485749  0.0  0.0      0     0 ?        I    08:00   0:00  \_ [kworker/7:0]
root      485752  0.0  0.0      0     0 ?        I    08:00   0:00  \_ [kworker/u65:4-kcryptd/254:0]
root      485782  0.0  0.0      0     0 ?        I    08:00   0:00  \_ [kworker/23:0-rcu_par_gp]
root      485795  0.0  0.0      0     0 ?        I    08:00   0:00  \_ [kworker/16:2-rcu_par_gp]
root      485798  0.0  0.0      0     0 ?        I    08:00   0:00  \_ [kworker/18:2-mm_percpu_wq]
root      485821  0.0  0.0      0     0 ?        S<   08:00   0:00  \_ [z_wr_iss]
root      485928  0.0  0.0      0     0 ?        S<   08:00   0:00  \_ [z_wr_iss]
root      486065  0.0  0.0      0     0 ?        S<   08:00   0:00  \_ [z_metaslab]
root      486089  0.0  0.0      0     0 ?        S<   08:00   0:00  \_ [z_wr_iss]
root      486090  0.0  0.0      0     0 ?        S<   08:00   0:00  \_ [z_wr_iss]
root      486402  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_metaslab]
root      486431  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_metaslab]
root      486490  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_metaslab]
root      486611  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_iss]
root      486613  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_int_2]
root      486614  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_metaslab]
root      486641  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_iss]
root      486642  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_int_0]
root      486643  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_int_0]
root      486644  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_int_1]
root      486645  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_int_1]
root      486646  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_int_3]
root      486653  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_iss]
root      486654  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_int_2]
root      486655  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_int_1]
root      486656  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_int_3]
root      486657  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_wr_int_3]
root      486663  0.0  0.0      0     0 ?        S<   08:01   0:00  \_ [z_metaslab]
root      486793  0.0  0.0      0     0 ?        I    08:02   0:00  \_ [kworker/8:2]
root      487970  0.0  0.0      0     0 ?        I    08:17   0:00  \_ [kworker/9:1]
root      487991  0.0  0.0      0     0 ?        I    08:17   0:00  \_ [kworker/17:2-inet_frag_wq]
root      488939  0.0  0.0      0     0 ?        I    08:29   0:00  \_ [kworker/3:2]
root      488949  0.0  0.0      0     0 ?        I    08:29   0:00  \_ [kworker/21:2]
root      488951  0.0  0.0      0     0 ?        I    08:29   0:00  \_ [kworker/13:1-inet_frag_wq]
root      488985  0.0  0.0      0     0 ?        I    08:29   0:00  \_ [kworker/u66:5-kcryptd/254:1]
root      489467  0.0  0.0      0     0 ?        I    08:34   0:00  \_ [kworker/u64:2-bond0]
root      489797  0.0  0.0      0     0 ?        I    08:39   0:00  \_ [kworker/u65:1-events_unbound]
root      489833  0.0  0.0      0     0 ?        I    08:40   0:00  \_ [kworker/u66:1-kcryptd/254:1]
root      489873  0.0  0.0      0     0 ?        I    08:41   0:00  \_ [kworker/4:1]
root      489882  0.0  0.0      0     0 ?        I    08:41   0:00  \_ [kworker/12:1-inet_frag_wq]
root      489885  0.0  0.0      0     0 ?        I    08:41   0:00  \_ [kworker/10:0]
root      489943  0.0  0.0      0     0 ?        I    08:41   0:00  \_ [kworker/u66:7-kcryptd/254:1]
root      489944  0.0  0.0      0     0 ?        I    08:41   0:00  \_ [kworker/u66:8-kcryptd/254:0]
root      489955  0.0  0.0      0     0 ?        I    08:41   0:00  \_ [kworker/u65:2-kcryptd/254:0]
root      489961  0.0  0.0      0     0 ?        I    08:41   0:00  \_ [kworker/u65:5-kcryptd/254:1]
root      490089  0.0  0.0      0     0 ?        I    08:41   0:00  \_ [kworker/6:1-rcu_par_gp]
root      490094  0.0  0.0      0     0 ?        I    08:41   0:00  \_ [kworker/5:0-cgroup_destroy]
root      490437  0.0  0.0      0     0 ?        S<   08:44   0:00  \_ [z_wr_iss]
root      490447  0.0  0.0      0     0 ?        S<   08:44   0:00  \_ [z_wr_iss]
root      490537  0.0  0.0      0     0 ?        I    08:45   0:00  \_ [kworker/u64:1-bond0]
root      490542  0.0  0.0      0     0 ?        S<   08:45   0:00  \_ [z_wr_iss]
root      490611  0.0  0.0      0     0 ?        I    08:46   0:00  \_ [kworker/u66:0-kcryptd/254:1]
root      490627  0.0  0.0      0     0 ?        S<   08:46   0:00  \_ [z_trim_iss]
root      490639  0.0  0.0      0     0 ?        S<   08:46   0:00  \_ [z_wr_iss]
root      490684  0.0  0.0      0     0 ?        S<   08:47   0:00  \_ [z_wr_iss]
root      490691  0.0  0.0      0     0 ?        S<   08:47   0:00  \_ [z_wr_iss]
root      490714  0.0  0.0      0     0 ?        S<   08:47   0:00  \_ [z_wr_iss]
root      490789  0.0  0.0      0     0 ?        S<   08:49   0:00  \_ [z_wr_iss]
root      490797  0.0  0.0      0     0 ?        I    08:49   0:00  \_ [kworker/u65:0]
root      490807  0.0  0.0      0     0 ?        S<   08:49   0:00  \_ [z_wr_iss]
root      490862  0.0  0.0      0     0 ?        S<   08:50   0:00  \_ [z_wr_iss]
root      490885  0.0  0.0      0     0 ?        S<   08:50   0:00  \_ [z_wr_int_1]
root      490903  0.0  0.0      0     0 ?        S<   08:50   0:00  \_ [z_metaslab]
root      490908  0.0  0.0      0     0 ?        S<   08:50   0:00  \_ [z_wr_iss]
root      490909  0.0  0.0      0     0 ?        S<   08:50   0:00  \_ [z_wr_iss]
root      490910  0.0  0.0      0     0 ?        S<   08:50   0:00  \_ [z_wr_iss]
root      490916  0.0  0.0      0     0 ?        I    08:51   0:00  \_ [kworker/u64:0-bond0]
root      490921  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_trim_iss]
root      490923  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_iss]
root      490929  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_iss]
root      490931  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_0]
root      490935  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_metaslab]
root      490942  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_iss]
root      490945  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_3]
root      490948  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_0]
root      490952  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_2]
root      490953  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_2]
root      490954  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_iss]
root      490987  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_iss]
root      490988  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_1]
root      490989  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_1]
root      490990  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_3]
root      490991  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_3]
root      490992  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_0]
root      490993  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_wr_int_2]
root      490994  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_metaslab]
root      490995  0.0  0.0      0     0 ?        S<   08:51   0:00  \_ [z_trim_iss]
root           1  0.0  0.0  23980 12580 ?        Ss   Feb20   0:08 /run/current-system/systemd/lib/systemd/systemd --system --deserialize=32
root       12149  0.0  0.2 480000 280940 ?       Ss   Feb20   0:29 /nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/systemd-journald
rpc        13192  0.0  0.0   5640  2112 ?        Ss   Feb20   0:00 /nix/store/yjr9qy9bcqc908bk2f8bqnpjy4xdz4x4-rpcbind-1.2.6/sbin/rpcbind -w -f
systemd+   13194  0.0  0.0  15576  5376 ?        Ss   Feb20   0:02 /nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/systemd-oomd
systemd+   13195  0.0  0.0  22960 10176 ?        Ss   Feb20   0:00 /nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/systemd-resolved
root       13202  0.0  0.0   5740  1536 ?        Ss   Feb20   0:00 /nix/store/kanybgz0bd1cghwi7bliz8147m3chjc1-nfs-utils-2.7.1/bin/nfsdcld
systemd+   13208  0.0  0.0  90552  5760 ?        Ssl  Feb20   0:00 /nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/systemd-timesyncd
root       13214  0.0  0.0   2624   960 ?        Ss   Feb20   0:00 /nix/store/5khmh9afmapqfixqzf5x7115pdgkq2h2-acpid-2.0.34/bin/acpid --foreground --netlink --confdir /nix/store/mhjqm374b3c8apx72kxd5yjsqixhwsl2-acpi-events
alloy      13217  0.8  0.1 4921496 227620 ?      Ssl  Feb20  12:14 /nix/store/frkc1hpizfzjd1q3zdmq6k3n0ysnclji-grafana-alloy-1.4.3/bin/alloy run /etc/alloy --disable-reporting
message+   13221  0.0  0.0  12616  3692 ?        Ss   Feb20   0:00 /nix/store/af9ngaf6xzm44506ycw8fdnxkwib2s7p-dbus-1.14.10/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root       13225  0.0  0.0  80032  2304 ?        Ssl  Feb20   0:13 /nix/store/klwxz3wg8qhhbysf5c054anry2z100qd-irqbalance-1.9.4/bin/irqbalance
root       13229  0.0  0.0 192852 10100 ?        Ssl  Feb20   0:00 /nix/store/cji0jwsbrk4wv82c39w4ph10z8vkf4ym-lact-0.5.6/bin/lact daemon
nscd       13234  0.0  0.0 687876  3648 ?        Ssl  Feb20   0:02 /nix/store/svsvpj0yzrylrf3zmjqb70gfgfprcxqq-nsncd-1.5.1/bin/nsncd
root       13235  0.0  0.0   5604  2304 ?        Ss   Feb20   0:00 /nix/store/24jyvb69km4x8d21ja484p4vsh3z3fk1-rasdaemon-0.8.0/bin/rasdaemon --foreground --record
root       13237  0.0  0.0   9136  3648 ?        Ss   Feb20   0:00 /nix/store/m9xg99vq2jqb04y5pz4acka3nmd573i0-smartmontools-7.4/sbin/smartd --no-fork --configfile=/nix/store/yn1d1l12wf6y3hrv4fyks2mi586wqd69-smartd.conf
tss        13238  0.0  0.0 533420  3456 ?        Ssl  Feb20   0:00 /nix/store/px92cbky0hfp4v0rakm59nxcar0m0091-tpm2-abrmd-3.0.0/bin/tpm2-abrmd
root       13242  0.0  0.0 158804  1152 ?        Ssl  Feb20   0:05 /nix/store/3z3lv8yiy0ii775lflgfxr3l5r79awdg-apcupsd-3.14.14/bin/apcupsd -b -f /nix/store/g906mfda0igi7n7dws22mrqrng0zb5ys-apcupsd.conf -d1
root       13299  0.3  0.0 751100  1344 ?        Ssl  Feb20   5:20 /nix/store/nvv9gmp7k2zqip79wcxyblgv4n5h30g7-lxcfs-6.0.3/bin/lxcfs /var/lib/lxcfs
root       13311  0.0  0.0  16476  6336 ?        Ss   Feb20   0:00 /nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/systemd-logind
systemd+   13368  0.0  0.0  20676  7296 ?        Ss   Feb20   0:00 /nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/systemd-networkd
apcupsd+   13387  0.0  0.0 2492560 11508 ?       Ssl  Feb20   0:07 /nix/store/aiqmh5kxkkfvcsvznhnw9a6n5g9by6m1-apcupsd-exporter-0.3.0/bin/apcupsd_exporter -telemetry.addr 127.0.0.1:9162 -apcupsd.addr :3551 -apcupsd.network tcp
smartct+   13388  0.0  0.0 3012060 12832 ?       Ssl  Feb20   0:22 /nix/store/ljgxnr2da6n5h0qr2f6wjlmx5yhhajmi-smartctl_exporter-0.13.0/bin/smartctl_exporter --web.listen-address=127.0.0.1:9633 --smartctl.interval=60s
root       13391  0.0  0.0  10976  4800 ?        Ss   Feb20   0:00 sshd: /nix/store/rinymfb4m2d6xp1kyb4d3535fh21y620-openssh-9.9p2/bin/sshd -D -f /etc/ssh/sshd_config [listener] 0 of 10-100 startups
root      490214  0.0  0.0  14084  6720 ?        Ss   08:43   0:00  \_ sshd-session: adam [priv]
adam      490217  0.0  0.0  14616  4288 ?        S    08:43   0:00      \_ sshd-session: adam@pts/0
adam      490218  0.0  0.0 218052  7296 pts/0    Ssl  08:43   0:00          \_ -fish
adam      491000  0.0  0.0   8600  2688 pts/0    R+   08:51   0:00              \_ ps fauxww
root       13440  0.0  0.0   3056  1152 ?        Ss   Feb20   0:00 /nix/store/kanybgz0bd1cghwi7bliz8147m3chjc1-nfs-utils-2.7.1/bin/rpc.idmapd
root       13452  0.0  0.0   4544   968 ?        Ss   Feb20   0:00 /nix/store/kanybgz0bd1cghwi7bliz8147m3chjc1-nfs-utils-2.7.1/bin/rpc.statd
root       13453  0.0  0.0   7424  1172 ?        Ss   Feb20   0:00 /nix/store/kanybgz0bd1cghwi7bliz8147m3chjc1-nfs-utils-2.7.1/bin/rpc.mountd
root       13499  0.0  0.0 451332 14976 ?        Ssl  Feb20   0:00 nix-daemon --daemon
root       13730  0.0  0.0   5632  1152 tty1     Ss+  Feb20   0:00 /nix/store/62camdd58i8lfsv26wagljp1nqvvs4la-util-linux-2.39.4-bin/bin/agetty --login-program /nix/store/yr6rn9iz2jvlp7sidl4sg3dbvyw2qjj3-shadow-4.16.0/bin/login --noclear --keep-baud tty1 115200,38400,9600 linux
adam      243893  0.0  0.0  22400 10560 ?        Ss   Feb20   0:00 /run/current-system/systemd/lib/systemd/systemd --user --deserialize=12
adam      243896  0.0  0.0  19160  2744 ?        S    Feb20   0:00  \_ (sd-pam)
adam      463588  0.0  0.0   5548  2496 ?        Ss   04:16   0:00  \_ /nix/store/af9ngaf6xzm44506ycw8fdnxkwib2s7p-dbus-1.14.10/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root      461102  0.0  0.0 1233272 7736 ?        Ssl  04:16   0:00 /nix/store/bwiiwcjbl3133p581byahxbh3j3b7zsl-sower-0.4.3/bin/sower seed upgrade
root      461446  0.0  0.0   7832  3840 ?        S    04:16   0:00  \_ /nix/store/4zbsicdcyifadiry6kd367d1qa46wqph-nixos-system-blank-24.11.20250219.36864ed/bin/switch-to-configuration switch
root      463617  0.0  0.0  33520  6720 ?        Ss   04:16   0:00 /nix/store/xv7q10lk4lxfax7naj3b63aj2pyjv9gb-systemd-256.10/lib/systemd/systemd-udevd
root      463741  0.0  0.0      0     0 ?        Zsl  04:16   0:04 [incusd] <defunct>
root      463744  0.0  0.0 174360  5952 ?        Ssl  04:16   0:01 /nix/store/hlqp3ys2mmwvks135i8sdw0hspndik4g-zfs-user-2.2.7/sbin/zed -F
root      464951  0.0  0.0      0     0 ?        Zsl  04:28   0:04 [incusd] <defunct>
root      465913  0.0  0.0      0     0 ?        Zsl  04:40   0:04 [incusd] <defunct>
root      466867  0.0  0.0      0     0 ?        Zsl  04:52   0:04 [incusd] <defunct>
root      469007  0.0  0.0      0     0 ?        Zsl  05:04   0:04 [incusd] <defunct>
root      469969  0.0  0.0      0     0 ?        Zsl  05:16   0:04 [incusd] <defunct>
root      470929  0.0  0.0      0     0 ?        Zsl  05:28   0:04 [incusd] <defunct>
root      471902  0.0  0.0      0     0 ?        Zsl  05:40   0:04 [incusd] <defunct>
root      472870  0.0  0.0      0     0 ?        Zsl  05:52   0:04 [incusd] <defunct>
root      474985  0.0  0.0      0     0 ?        Zsl  06:04   0:04 [incusd] <defunct>
root      475958  0.0  0.0      0     0 ?        Zsl  06:16   0:04 [incusd] <defunct>
root      476936  0.0  0.0      0     0 ?        Zsl  06:28   0:04 [incusd] <defunct>
root      477914  0.0  0.0      0     0 ?        Zsl  06:40   0:04 [incusd] <defunct>
root      478901  0.0  0.0      0     0 ?        Zsl  06:52   0:04 [incusd] <defunct>
root      481058  0.0  0.0      0     0 ?        Zsl  07:05   0:04 [incusd] <defunct>
root      482023  0.0  0.0      0     0 ?        Zsl  07:17   0:04 [incusd] <defunct>
root      482984  0.0  0.0      0     0 ?        Zsl  07:29   0:04 [incusd] <defunct>
root      483949  0.1  0.0      0     0 ?        Zsl  07:41   0:04 [incusd] <defunct>
root      484912  0.1  0.0      0     0 ?        Zsl  07:53   0:04 [incusd] <defunct>
root      486997  0.1  0.0      0     0 ?        Zsl  08:05   0:04 [incusd] <defunct>
root      487956  0.2  0.0      0     0 ?        Zsl  08:17   0:04 [incusd] <defunct>
root      488925  0.3  0.0      0     0 ?        Zsl  08:29   0:04 [incusd] <defunct>
root      489859  0.7  0.0      0     0 ?        Zsl  08:41   0:04 [incusd] <defunct>

@stgraber
Copy link
Member

Yep, your kernel is fucked up, nothing Incus can do about it sadly :(

@stgraber
Copy link
Member

The kernel traces show that Incus is asking for a ZFS mount to happen, then something hangs in ZFS and causes a complete (and likely permanent) CPU hang on that task. Things will then keep piling up as other mounts will keep getting stuck on it, until you run out of CPU threads and your entire system dies.

On the Incus front, it has threads that are now locked on the kernel so you can't kill the process in that situation, it just goes to defunct and will stay in that state forever.

Only way out of this is a full system reboot. But obviously the issue will occur again unless you figure out the root cause of it.

Usual recommendation is to do a full ZFS scrub to make sure there's nothing wrong there.
You can also go look at zpool events to see if anything weird shows up in the history.

@adamcstephens
Copy link
Contributor Author

I have a monthly scrub and one ran on the 1st, but this has been going on for much longer. I'll run another anyway, but doubt that'll help. Good tip on the zpool events, I'll check that and see if it can point to anything.

Unfortunately, I'm running out of ideas, which is why I ended up opening this.

Thanks for looking.

@stgraber
Copy link
Member

You might have some luck opening an issue against the ZFS repo with that kernel stack trace to see if they have some ideas of how to debug it.

@adamcstephens
Copy link
Contributor Author

Thanks, I actually just went there and found some potentially related issues. I'm downgrading ZFS to 2.2.5 to see if that helps.

@adamcstephens
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Incomplete Waiting on more information from reporter
Development

No branches or pull requests

2 participants