RIP: kernel/cgroup/rstat.c:231 cgroup_rstat_flush+0x4ea/0x7e0
From: Aithal, Srikanth
Date: Wed Apr 09 2025 - 00:26:21 EST
Hello,
While performing a kexec with
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=sched/core&id=3e816361e94a0e79b1aabf44abec552e9698b196,
warning was hit, followed by an oops and hard lockups.
Recreation steps where the issue was observed:
1. Built and booted
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=sched/core&id=3e816361e94a0e79b1aabf44abec552e9698b196
with attached kernel config.
2. Installed LKP [1] and ran autonuma benchmark via LKP. Below is the
job file:
#! jobs/autonuma-benchmark.yaml
suite: autonuma-benchmark
testcase: autonuma-benchmark
category: benchmark
autonuma-benchmark:
test: numa02SMT_numa01THREAD_ALLOC
iterations: 1x
job_origin: "jobs/autonuma-benchmark.yaml"
arch: x86_64
3. The autonuma job completed successfully. Afterward, the test kexec'd
into the same kernel (sched/core[3e816361e9]). During the kexec, the
below oops and hard lockups were observed. I have attached the full log.
[ OK ] Stopped Remount Root and Kernel File Systems.
[ OK ] Stopped Monitoring of LVM2… dmeventd or progress polling.
[ OK ] Reached target System Shutdown.
[ OK ] Reached target Late Shutdown Services.
Starting Reboot via kexec...
[30880.154233] ------------[ cut here ]------------
[30880.159530] WARNING: CPU: 60 PID: 1740 at kernel/cgroup/rstat.c:231
cgroup_rstat_flush+0x4ea/0x7e0
[30880.169808] Modules linked in: xt_CHECKSUM ipt_REJECT ipmi_ssif
nls_iso8859_1 intel_rapl_msr wmi_bmof amd_atl intel_rapl_common
amd64_edac edac_mce_amd kvm_amd rapl joydev input_leds ccp k10temp wmi
acpi_ipmi ipmi_si ipmi_msghandler mac_hid sch_fq_codel dm_multipath
scsi_dh_rdac scsi_dh_emc scsi_dh_alua msr efi_pstore drm autofs4 btrfs
blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq
async_xor async_tx xor raid6_pq raid1 raid0 hid_generic usbhid ahci
ghash_clmulni_intel libahci hid tg3 i2c_piix4 i2c_smbus aesni_intel
crypto_simd cryptd [last unloaded: ipmi_devintf]
[30880.227826] CPU: 60 UID: 0 PID: 1740 Comm: kworker/60:1 Not tainted
6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[30880.242015] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS
RVOT1003E 12/11/2024
[30880.250988] Workqueue: cgroup_destroy css_release_work_fn
[30880.257172] RIP: 0010:cgroup_rstat_flush+0x4ea/0x7e0
[30880.262848] Code: 0f 85 e1 fd ff ff 66 90 48 c7 c7 60 ad a7 aa e8 0c
0b f9 00 e8 f7 92 f8 00 85 c0 75 02 f3 90 8b 55 c8 83 c2 01 e9 46 fb ff
ff <0f> 0b e9 8e fc ff ff 65 8b 05 0c 40 48 02 48 0f a3 05 b0 d6 f5 01
[30880.284380] RSP: 0018:ff581bf4d4057da0 EFLAGS: 00010046
[30880.290362] RAX: ff8a1bf4b547ed20 RBX: ff8a1bf4b3443fe0 RCX:
ff3ea4ba8bea4000
[30880.298536] RDX: ff3ea4ba8bea4000 RSI: 0000000000000100 RDI:
ff3ea4f9460616b4
[30880.306703] RBP: ff581bf4d4057e18 R08: ff3ea4ba8ba71000 R09:
ff3ea4f9460616b4
[30880.314879] R10: 0000000000000282 R11: ff3ea4f99b6b1000 R12:
00000000000000d9
[30880.323054] R13: 00000000000000d9 R14: ff3ea4ba8ba713e0 R15:
ff3ea4ba8bea4000
[30880.331228] FS: 0000000000000000(0000) GS:ff3ea4d9a4771000(0000)
knlGS:0000000000000000
[30880.340491] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[30880.347071] CR2: 00007f4320220b80 CR3: 00000002eb2b6004 CR4:
0000000000771ef0
[30880.355246] DR0: 0000000000000000 DR1: 0000000000000000 DR2:
0000000000000000
[30880.363411] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7:
0000000000000400
[30880.371585] PKRU: 55555554
[30880.374677] Call Trace:
[30880.377469] <TASK>
[30880.379865] css_release_work_fn+0x6a/0x280
[30880.384654] process_one_work+0x19e/0x3e0
[30880.389244] worker_thread+0x2ad/0x3c0
[30880.393533] kthread+0x108/0x220
[30880.397225] ? __pfx_worker_thread+0x10/0x10
[30880.402113] ? __pfx_kthread+0x10/0x10
[30880.406402] ret_from_fork+0x3d/0x60
[30880.410495] ? __pfx_kthread+0x10/0x10
[30880.414783] ret_from_fork_asm+0x1a/0x30
[30880.419274] </TASK>
[30880.421767] ---[ end trace 0000000000000000 ]---
[30880.427054] BUG: kernel NULL pointer dereference, address:
00000000000003d8
[30880.435030] #PF: supervisor read access in kernel mode
[30880.440914] #PF: error_code(0x0000) - not-present page
[30880.446797] PGD 10c466067 P4D 0
[30880.450489] Oops: Oops: 0000 [#1] SMP NOPTI
[30880.455275] CPU: 60 UID: 0 PID: 1740 Comm: kworker/60:1 Tainted: G
W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[30880.469630] Tainted: [W]=WARN
[30880.473020] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS
RVOT1003E 12/11/2024
[30880.481993] Workqueue: cgroup_destroy css_release_work_fn
[30880.496263] RIP: 0010:cgroup_rstat_flush+0x15f/0x7e0
[30880.509926] Code: 00 00 0f 87 06 06 00 00 4e 8b 1c dd 80 0f d7 a9 4c
8b 45 d0 4d 01 dd 49 8b 95 a0 00 00 00 49 39 d0 0f 84 2b 05 00 00 4d 63
ec <48> 8b 82 d8 03 00 00 49 81 fd ff 1f 00 00 0f 87 68 05 00 00 4c 01
[30880.547238] RSP: 0018:ff581bf4d4057da0 EFLAGS: 00010086
[30880.560939] RAX: ff8a1bf4b547ed20 RBX: ff8a1bf4b3443fe0 RCX:
ff3ea4ba8bea4000
[30880.576665] RDX: 0000000000000000 RSI: 0000000000000100 RDI:
ff3ea4f9460616b4
[30880.592201] RBP: ff581bf4d4057e18 R08: ff3ea4ba8ba71000 R09:
ff3ea4f9460616b4
[30880.607522] R10: 0000000000000282 R11: ff3ea4f99b6b1000 R12:
00000000000000d9
[30880.622685] R13: 00000000000000d9 R14: ff3ea4ba8ba713e0 R15:
ff3ea4ba8bea4000
[30880.637740] FS: 0000000000000000(0000) GS:ff3ea4d9a4771000(0000)
knlGS:0000000000000000
[30880.653936] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[30880.667349] CR2: 00000000000003d8 CR3: 00000002eb2b6004 CR4:
0000000000771ef0
[30880.682262] DR0: 0000000000000000 DR1: 0000000000000000 DR2:
0000000000000000
[30880.697046] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7:
0000000000000400
[30880.711708] PKRU: 55555554
[30880.721341] Call Trace:
[30880.730617] <TASK>
[30880.739413] css_release_work_fn+0x6a/0x280
[30880.750598] process_one_work+0x19e/0x3e0
[30880.761488] worker_thread+0x2ad/0x3c0
[30880.771986] kthread+0x108/0x220
[30880.781791] ? __pfx_worker_thread+0x10/0x10
[30880.792795] ? __pfx_kthread+0x10/0x10
[30880.803225] ret_from_fork+0x3d/0x60
[30880.813347] ? __pfx_kthread+0x10/0x10
[30880.823693] ret_from_fork_asm+0x1a/0x30
[30880.834279] </TASK>
[30880.842867] Modules linked in: xt_CHECKSUM ipt_REJECT ipmi_ssif
nls_iso8859_1 intel_rapl_msr wmi_bmof amd_atl intel_rapl_common
amd64_edac edac_mce_amd kvm_amd rapl joydev input_leds ccp k10temp wmi
acpi_ipmi ipmi_si ipmi_msghandler mac_hid sch_fq_codel dm_multipath
scsi_dh_rdac scsi_dh_emc scsi_dh_alua msr efi_pstore drm autofs4 btrfs
blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq
async_xor async_tx xor raid6_pq raid1 raid0 hid_generic usbhid ahci
ghash_clmulni_intel libahci hid tg3 i2c_piix4 i2c_smbus aesni_intel
crypto_simd cryptd [last unloaded: ipmi_devintf]
[30880.936605] CR2: 00000000000003d8
[30880.947860] ---[ end trace 0000000000000000 ]---
[30881.217743] RIP: 0010:cgroup_rstat_flush+0x15f/0x7e0
[30881.230964] Code: 00 00 0f 87 06 06 00 00 4e 8b 1c dd 80 0f d7 a9 4c
8b 45 d0 4d 01 dd 49 8b 95 a0 00 00 00 49 39 d0 0f 84 2b 05 00 00 4d 63
ec <48> 8b 82 d8 03 00 00 49 81 fd ff 1f 00 00 0f 87 68 05 00 00 4c 01
[30881.268075] RSP: 0018:ff581bf4d4057da0 EFLAGS: 00010086
[30881.281948] RAX: ff8a1bf4b547ed20 RBX: ff8a1bf4b3443fe0 RCX:
ff3ea4ba8bea4000
[30881.298015] RDX: 0000000000000000 RSI: 0000000000000100 RDI:
ff3ea4f9460616b4
[30881.314116] RBP: ff581bf4d4057e18 R08: ff3ea4ba8ba71000 R09:
ff3ea4f9460616b4
[30881.330209] R10: 0000000000000282 R11: ff3ea4f99b6b1000 R12:
00000000000000d9
[30881.346333] R13: 00000000000000d9 R14: ff3ea4ba8ba713e0 R15:
ff3ea4ba8bea4000
[30881.362294] FS: 0000000000000000(0000) GS:ff3ea4d9a4771000(0000)
knlGS:0000000000000000
[30881.379255] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[30881.393613] CR2: 00000000000003d8 CR3: 00000002eb2b6004 CR4:
0000000000771ef0
[30881.409535] DR0: 0000000000000000 DR1: 0000000000000000 DR2:
0000000000000000
[30881.425335] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7:
0000000000000400
[30881.441045] PKRU: 55555554
[30881.451577] note: kworker/60:1[1740] exited with irqs disabled
[30881.465615] note: kworker/60:1[1740] exited with preempt_count 1
[30893.634139] watchdog: CPU156: Watchdog detected hard LOCKUP on cpu 156
[30893.634143] Modules linked in: xt_CHECKSUM ipt_REJECT ipmi_ssif
nls_iso8859_1 intel_rapl_msr wmi_bmof amd_atl intel_rapl_common
amd64_edac edac_mce_amd kvm_amd rapl joydev input_leds ccp k10temp wmi
acpi_ipmi ipmi_si ipmi_msghandler mac_hid sch_fq_codel dm_multipath
scsi_dh_rdac scsi_dh_emc scsi_dh_alua msr efi_pstore drm autofs4 btrfs
blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq
async_xor async_tx xor raid6_pq raid1 raid0 hid_generic usbhid ahci
ghash_clmulni_intel libahci hid tg3 i2c_piix4 i2c_smbus aesni_intel
crypto_simd cryptd [last unloaded: ipmi_devintf]
[30893.634169] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G
D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[30893.634173] Tainted: [D]=DIE, [W]=WARN
[30893.634174] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS
RVOT1003E 12/11/2024
[30893.634175] Workqueue: cgroup_destroy css_free_rwork_fn
[30893.634183] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[30893.634191] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30
e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3
90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[30893.634192] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[30893.634194] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX:
0000000000000000
[30893.634195] RDX: 0000000000000000 RSI: 0000000000000000 RDI:
ff3ea4f9460616b4
[30893.634196] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09:
ff3ea4f9460616b4
[30893.634197] R10: 0000000000000286 R11: 00000000000000d9 R12:
ff3ea4f9460616b4
[30893.634198] R13: 0000000000000286 R14: ff3ea4bad765f000 R15:
0000000000000000
[30893.634198] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000)
knlGS:0000000000000000
[30893.634199] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[30893.634200] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4:
0000000000771ef0
[30893.634201] DR0: 0000000000000000 DR1: 0000000000000000 DR2:
0000000000000000
[30893.634202] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7:
0000000000000400
[30893.634202] PKRU: 55555554
[30893.634203] Call Trace:
[30893.634205] <TASK>
[30893.634208] _raw_spin_lock_irqsave+0x46/0x60
[30893.634211] cgroup_rstat_flush+0xf4/0x7e0
[30893.634214] cgroup_rstat_exit+0x20/0xf0
[30893.634215] css_free_rwork_fn+0x12e/0x400
[30893.634216] process_one_work+0x19e/0x3e0
[30893.634221] worker_thread+0x2ad/0x3c0
[30893.634223] kthread+0x108/0x220
[30893.634225] ? __pfx_worker_thread+0x10/0x10
[30893.634227] ? __pfx_kthread+0x10/0x10
[30893.634228] ret_from_fork+0x3d/0x60
[30893.634233] ? __pfx_kthread+0x10/0x10
[30893.634234] ret_from_fork_asm+0x1a/0x30
[30893.634239] </TASK>
[30940.158820] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[30940.172867] rcu: 156-...0: (0 ticks this GP)
idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4630
[30940.191257] rcu: (detected by 12, t=15010 jiffies, g=639685,
q=26165 ncpus=256)
[30940.207160] Sending NMI from CPU 12 to CPUs 156:
[30940.207166] NMI backtrace for cpu 156
[30940.207169] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G
D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[30940.207172] Tainted: [D]=DIE, [W]=WARN
[30940.207173] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS
RVOT1003E 12/11/2024
[30940.207175] Workqueue: cgroup_destroy css_free_rwork_fn
[30940.207177] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[30940.207180] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30
e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3
90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[30940.207181] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[30940.207182] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX:
0000000000000000
[30940.207183] RDX: 0000000000000000 RSI: 0000000000000000 RDI:
ff3ea4f9460616b4
[30940.207184] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09:
ff3ea4f9460616b4
[30940.207185] R10: 0000000000000286 R11: 00000000000000d9 R12:
ff3ea4f9460616b4
[30940.207186] R13: 0000000000000286 R14: ff3ea4bad765f000 R15:
0000000000000000
[30940.207187] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000)
knlGS:0000000000000000
[30940.207188] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[30940.207188] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4:
0000000000771ef0
[30940.207189] DR0: 0000000000000000 DR1: 0000000000000000 DR2:
0000000000000000
[30940.207190] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7:
0000000000000400
[30940.207191] PKRU: 55555554
[30940.207191] Call Trace:
[30940.207192] <TASK>
[30940.207193] _raw_spin_lock_irqsave+0x46/0x60
[30940.207195] cgroup_rstat_flush+0xf4/0x7e0
[30940.207197] cgroup_rstat_exit+0x20/0xf0
[30940.207198] css_free_rwork_fn+0x12e/0x400
[30940.207199] process_one_work+0x19e/0x3e0
[30940.207202] worker_thread+0x2ad/0x3c0
[30940.207204] kthread+0x108/0x220
[30940.207205] ? __pfx_worker_thread+0x10/0x10
[30940.207207] ? __pfx_kthread+0x10/0x10
[30940.207208] ret_from_fork+0x3d/0x60
[30940.207209] ? __pfx_kthread+0x10/0x10
[30940.207210] ret_from_fork_asm+0x1a/0x30
[30940.207213] </TASK>
[30970.132112] shutdown[1]: Unmounting '/oldroot' timed out, issuing
SIGKILL to PID 147876.
[30970.147562] shutdown[1]: Not all file systems unmounted, 1 left.
[30970.160653] shutdown[1]: Deactivating swaps.
[30970.171832] shutdown[1]: All swaps deactivated.
[30970.183280] shutdown[1]: Detaching loop devices.
[30970.195215] shutdown[1]: All loop devices detached.
[30970.207077] shutdown[1]: Stopping MD devices.
[30970.218370] shutdown[1]: All MD devices stopped.
[30970.229857] shutdown[1]: Detaching DM devices.
[30970.240989] shutdown[1]: All DM devices detached.
[30970.252245] shutdown[1]: Unmounting file systems.
[30970.263405] shutdown[1]: All filesystems unmounted.
[30970.274714] shutdown[1]: All filesystems, swaps, loop devices, MD
devices and DM devices detached.
[30970.296039] shutdown[1]: Syncing filesystems and block devices.
[31000.308656] shutdown[1]: Syncing filesystems and block devices -
timed out, issuing SIGKILL to PID 147892.
[31000.325333] shutdown[1]: Rebooting with kexec.
[31086.440252] watchdog: CPU232: Watchdog detected hard LOCKUP on cpu 232
No luck in recreating the issue yet. In addition to the test scenario
mentioned above, I also tried running stress-ng with cgroup stress for
some time and performing kexec in a loop, but I could not recreate the
issue. I also see similar issues reported here: [2], [3].
If there are any pointers to help with recreation, I would be happy to
try them out and report back here.
[1] https://github.com/intel/lkp-tests.git
[2]
https://lore.kernel.org/all/6564c3d6-9372-4352-9847-1eb3aea07ca4@xxxxxxxxxxxxx/
[3]
https://lore.kernel.org/all/tencent_084EDA1878C098FFB951DC70F6FFCC896408@xxxxxx/
Thank you,
Srikanth Aithal
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.14.0 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=110400
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23800
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=23800
CONFIG_LLD_VERSION=0
CONFIG_RUSTC_VERSION=0
CONFIG_RUSTC_LLVM_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y
CONFIG_GCC_ASM_GOTO_OUTPUT_BROKEN=y
CONFIG_TOOLS_SUPPORT_RELR=y
CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
CONFIG_PAHOLE_VERSION=125
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_TABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y
#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_HAVE_KERNEL_ZSTD=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_KERNEL_ZSTD=y
CONFIG_DEFAULT_INIT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_WATCH_QUEUE=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_USELIB=y
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y
#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
# end of IRQ subsystem
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_INIT=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST_IDLE=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y
CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y
CONFIG_CONTEXT_TRACKING=y
CONFIG_CONTEXT_TRACKING_IDLE=y
#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=125
# end of Timers subsystem
CONFIG_BPF=y
CONFIG_HAVE_EBPF_JIT=y
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
#
# BPF subsystem
#
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_BPF_JIT_DEFAULT_ON=y
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
# CONFIG_BPF_PRELOAD is not set
CONFIG_BPF_LSM=y
# end of BPF subsystem
CONFIG_PREEMPT_BUILD=y
CONFIG_ARCH_HAS_PREEMPT_LAZY=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
# CONFIG_PREEMPT_LAZY is not set
# CONFIG_PREEMPT_RT is not set
CONFIG_PREEMPT_COUNT=y
CONFIG_PREEMPTION=y
CONFIG_PREEMPT_DYNAMIC=y
CONFIG_SCHED_CORE=y
#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_PSI=y
# CONFIG_PSI_DEFAULT_DISABLED is not set
# end of CPU/Task time and stats accounting
CONFIG_CPU_ISOLATION=y
#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
CONFIG_PREEMPT_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_TREE_SRCU=y
CONFIG_TASKS_RCU_GENERIC=y
CONFIG_NEED_TASKS_RCU=y
CONFIG_TASKS_RCU=y
CONFIG_TASKS_RUDE_RCU=y
CONFIG_TASKS_TRACE_RCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
# end of RCU Subsystem
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_IKHEADERS is not set
CONFIG_LOG_BUF_SHIFT=18
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
# CONFIG_PRINTK_INDEX is not set
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
#
# Scheduler features
#
CONFIG_UCLAMP_TASK=y
CONFIG_UCLAMP_BUCKETS_COUNT=5
# end of Scheduler features
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_CC_HAS_INT128=y
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
CONFIG_GCC10_NO_ARRAY_BOUNDS=y
CONFIG_CC_NO_ARRAY_BOUNDS=y
CONFIG_GCC_NO_STRINGOP_OVERFLOW=y
CONFIG_CC_NO_STRINGOP_OVERFLOW=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_NUMA_BALANCING=y
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
CONFIG_SLAB_OBJ_EXT=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
# CONFIG_CGROUP_FAVOR_DYNMODS is not set
CONFIG_MEMCG=y
# CONFIG_MEMCG_V1 is not set
CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_GROUP_SCHED_WEIGHT=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_SCHED_MM_CID=y
CONFIG_UCLAMP_TASK_GROUP=y
CONFIG_CGROUP_PIDS=y
CONFIG_CGROUP_RDMA=y
# CONFIG_CGROUP_DMEM is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
# CONFIG_CPUSETS_V1 is not set
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_BPF=y
CONFIG_CGROUP_MISC=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_TIME_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_CHECKPOINT_RESTORE=y
CONFIG_SCHED_AUTOGROUP=y
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
CONFIG_RD_ZSTD=y
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOT_CONFIG_FORCE is not set
# CONFIG_BOOT_CONFIG_EMBED is not set
CONFIG_INITRAMFS_PRESERVE_MTIME=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_LD_ORPHAN_WARN=y
CONFIG_LD_ORPHAN_WARN_LEVEL="warn"
CONFIG_SYSCTL=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
# CONFIG_BASE_SMALL is not set
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_IO_URING=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KCMP=y
CONFIG_RSEQ=y
# CONFIG_DEBUG_RSEQ is not set
CONFIG_CACHESTAT_SYSCALL=y
CONFIG_PC104=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_SELFTEST is not set
CONFIG_KALLSYMS_ALL=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_HAVE_PERF_EVENTS=y
CONFIG_GUEST_PERF_EVENTS=y
#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
# end of Kernel Performance Events And Counters
CONFIG_SYSTEM_DATA_VERIFICATION=y
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
#
# Kexec and crash features
#
CONFIG_CRASH_RESERVE=y
CONFIG_VMCORE_INFO=y
CONFIG_KEXEC_CORE=y
CONFIG_HAVE_IMA_KEXEC=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
CONFIG_KEXEC_SIG=y
# CONFIG_KEXEC_SIG_FORCE is not set
CONFIG_KEXEC_BZIMAGE_VERIFY_SIG=y
CONFIG_KEXEC_JUMP=y
CONFIG_CRASH_DUMP=y
CONFIG_CRASH_HOTPLUG=y
CONFIG_CRASH_MAX_MEMORY_RANGES=8192
# end of Kexec and crash features
# end of General setup
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=28
CONFIG_ARCH_MMAP_RND_BITS_MAX=32
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_AUDIT_ARCH=y
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_DYNAMIC_PHYSICAL_MASK=y
CONFIG_PGTABLE_LEVELS=5
#
# Processor type and features
#
CONFIG_SMP=y
CONFIG_X86_X2APIC=y
# CONFIG_X86_POSTED_MSI is not set
CONFIG_X86_MPPARSE=y
CONFIG_X86_CPU_RESCTRL=y
CONFIG_RESCTRL_FS_PSEUDO_LOCK=y
# CONFIG_X86_FRED is not set
CONFIG_X86_EXTENDED_PLATFORM=y
CONFIG_X86_NUMACHIP=y
# CONFIG_X86_VSMP is not set
CONFIG_X86_UV=y
# CONFIG_X86_INTEL_MID is not set
# CONFIG_X86_GOLDFISH is not set
CONFIG_X86_INTEL_LPSS=y
CONFIG_X86_AMD_PLATFORM_DEVICE=y
CONFIG_IOSF_MBI=y
CONFIG_IOSF_MBI_DEBUG=y
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_XXL=y
# CONFIG_PARAVIRT_DEBUG is not set
CONFIG_PARAVIRT_SPINLOCKS=y
CONFIG_X86_HV_CALLBACK_VECTOR=y
CONFIG_XEN=y
CONFIG_XEN_PV=y
CONFIG_XEN_512GB=y
CONFIG_XEN_PV_SMP=y
CONFIG_XEN_PV_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_PVHVM_SMP=y
CONFIG_XEN_PVHVM_GUEST=y
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_XEN_PVH=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PV_MSR_SAFE=y
CONFIG_KVM_GUEST=y
CONFIG_ARCH_CPUIDLE_HALTPOLL=y
CONFIG_PVH=y
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_PARAVIRT_CLOCK=y
CONFIG_JAILHOUSE_GUEST=y
CONFIG_ACRN_GUEST=y
# CONFIG_INTEL_TDX_GUEST is not set
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_HAVE_PAE=y
CONFIG_X86_CX8=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_IA32_FEAT_CTL=y
CONFIG_X86_VMX_FEATURE_NAMES=y
CONFIG_PROCESSOR_SELECT=y
CONFIG_BROADCAST_TLB_FLUSH=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_HYGON=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_CPU_SUP_ZHAOXIN=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
CONFIG_BOOT_VESA_SUPPORT=y
CONFIG_MAXSMP=y
CONFIG_NR_CPUS_RANGE_BEGIN=8192
CONFIG_NR_CPUS_RANGE_END=8192
CONFIG_NR_CPUS_DEFAULT=8192
CONFIG_NR_CPUS=8192
CONFIG_SCHED_CLUSTER=y
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_SCHED_MC_PRIO=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_ACPI_MADT_WAKEUP=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCELOG_LEGACY=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
#
# Performance monitoring
#
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_PERF_EVENTS_INTEL_RAPL=m
# CONFIG_PERF_EVENTS_INTEL_CSTATE is not set
# CONFIG_PERF_EVENTS_AMD_POWER is not set
# CONFIG_PERF_EVENTS_AMD_UNCORE is not set
# CONFIG_PERF_EVENTS_AMD_BRS is not set
# end of Performance monitoring
CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
CONFIG_X86_VSYSCALL_EMULATION=y
CONFIG_X86_IOPL_IOPERM=y
CONFIG_MICROCODE=y
# CONFIG_MICROCODE_LATE_LOADING is not set
CONFIG_X86_MSR=m
# CONFIG_X86_CPUID is not set
CONFIG_X86_5LEVEL=y
CONFIG_X86_DIRECT_GBPAGES=y
# CONFIG_X86_CPA_STATISTICS is not set
CONFIG_X86_MEM_ENCRYPT=y
CONFIG_AMD_MEM_ENCRYPT=y
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SHIFT=10
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_MEMORY_PROBE=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_X86_PMEM_LEGACY_DEVICE=y
CONFIG_X86_PMEM_LEGACY=y
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_X86_UMIP=y
CONFIG_CC_HAS_IBT=y
CONFIG_X86_CET=y
CONFIG_X86_KERNEL_IBT=y
CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
CONFIG_ARCH_PKEY_BITS=4
CONFIG_X86_INTEL_TSX_MODE_OFF=y
# CONFIG_X86_INTEL_TSX_MODE_ON is not set
# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set
CONFIG_X86_SGX=y
# CONFIG_X86_USER_SHADOW_STACK is not set
CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_EFI_HANDOVER_PROTOCOL=y
CONFIG_EFI_MIXED=y
CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_ARCH_SUPPORTS_KEXEC=y
CONFIG_ARCH_SUPPORTS_KEXEC_FILE=y
CONFIG_ARCH_SELECTS_KEXEC_FILE=y
CONFIG_ARCH_SUPPORTS_KEXEC_PURGATORY=y
CONFIG_ARCH_SUPPORTS_KEXEC_SIG=y
CONFIG_ARCH_SUPPORTS_KEXEC_SIG_FORCE=y
CONFIG_ARCH_SUPPORTS_KEXEC_BZIMAGE_VERIFY_SIG=y
CONFIG_ARCH_SUPPORTS_KEXEC_JUMP=y
CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y
CONFIG_ARCH_DEFAULT_CRASH_DUMP=y
CONFIG_ARCH_SUPPORTS_CRASH_HOTPLUG=y
CONFIG_ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_X86_NEED_RELOCS=y
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_DYNAMIC_MEMORY_LAYOUT=y
CONFIG_RANDOMIZE_MEMORY=y
CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_LEGACY_VSYSCALL_XONLY=y
# CONFIG_LEGACY_VSYSCALL_NONE is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_MODIFY_LDT_SYSCALL=y
# CONFIG_STRICT_SIGALTSTACK_SIZE is not set
CONFIG_HAVE_LIVEPATCH=y
CONFIG_LIVEPATCH=y
CONFIG_X86_BUS_LOCK_DETECT=y
# end of Processor type and features
CONFIG_CC_HAS_NAMED_AS=y
CONFIG_CC_HAS_NAMED_AS_FIXED_SANITIZERS=y
CONFIG_USE_X86_SEG_SUPPORT=y
CONFIG_CC_HAS_SLS=y
CONFIG_CC_HAS_RETURN_THUNK=y
CONFIG_CC_HAS_ENTRY_PADDING=y
CONFIG_FUNCTION_PADDING_CFI=11
CONFIG_FUNCTION_PADDING_BYTES=16
CONFIG_CALL_PADDING=y
CONFIG_HAVE_CALL_THUNKS=y
CONFIG_CALL_THUNKS=y
CONFIG_PREFIX_SYMBOLS=y
CONFIG_CPU_MITIGATIONS=y
CONFIG_MITIGATION_PAGE_TABLE_ISOLATION=y
CONFIG_MITIGATION_RETPOLINE=y
CONFIG_MITIGATION_RETHUNK=y
CONFIG_MITIGATION_UNRET_ENTRY=y
CONFIG_MITIGATION_CALL_DEPTH_TRACKING=y
# CONFIG_CALL_THUNKS_DEBUG is not set
CONFIG_MITIGATION_IBPB_ENTRY=y
CONFIG_MITIGATION_IBRS_ENTRY=y
CONFIG_MITIGATION_SRSO=y
# CONFIG_MITIGATION_SLS is not set
CONFIG_MITIGATION_GDS=y
CONFIG_MITIGATION_RFDS=y
CONFIG_MITIGATION_SPECTRE_BHI=y
CONFIG_MITIGATION_MDS=y
CONFIG_MITIGATION_TAA=y
CONFIG_MITIGATION_MMIO_STALE_DATA=y
CONFIG_MITIGATION_L1TF=y
CONFIG_MITIGATION_RETBLEED=y
CONFIG_MITIGATION_SPECTRE_V1=y
CONFIG_MITIGATION_SPECTRE_V2=y
CONFIG_MITIGATION_SRBDS=y
CONFIG_MITIGATION_SSB=y
CONFIG_ARCH_HAS_ADD_PAGES=y
#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_SUSPEND_SKIP_SYNC is not set
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_HIBERNATION_SNAPSHOT_DEV=y
CONFIG_HIBERNATION_COMP_LZO=y
CONFIG_HIBERNATION_DEF_COMP="lzo"
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_USERSPACE_AUTOSLEEP is not set
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=100
CONFIG_PM_WAKELOCKS_GC=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PM_SLEEP_DEBUG=y
# CONFIG_DPM_WATCHDOG is not set
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_CLK=y
CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
CONFIG_ENERGY_MODEL=y
CONFIG_ARCH_SUPPORTS_ACPI=y
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
CONFIG_ACPI_THERMAL_LIB=y
CONFIG_ACPI_DEBUGGER=y
CONFIG_ACPI_DEBUGGER_USER=y
CONFIG_ACPI_SPCR_TABLE=y
CONFIG_ACPI_FPDT=y
CONFIG_ACPI_LPIT=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
CONFIG_ACPI_EC=y
# CONFIG_ACPI_EC_DEBUGFS is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_VIDEO is not set
CONFIG_ACPI_FAN=y
# CONFIG_ACPI_TAD is not set
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_CPU_FREQ_PSS=y
CONFIG_ACPI_PROCESSOR_CSTATE=y
CONFIG_ACPI_PROCESSOR_IDLE=y
CONFIG_ACPI_CPPC_LIB=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_IPMI=m
CONFIG_ACPI_HOTPLUG_CPU=y
# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_PLATFORM_PROFILE=m
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_PCI_SLOT=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_MEMORY=y
CONFIG_ACPI_HOTPLUG_IOAPIC=y
# CONFIG_ACPI_SBS is not set
CONFIG_ACPI_HED=y
CONFIG_ACPI_BGRT=y
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
# CONFIG_ACPI_NFIT is not set
CONFIG_ACPI_NUMA=y
CONFIG_ACPI_HMAT=y
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
CONFIG_ACPI_APEI=y
CONFIG_ACPI_APEI_GHES=y
CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_ACPI_APEI_MEMORY_FAILURE=y
# CONFIG_ACPI_APEI_EINJ is not set
# CONFIG_ACPI_APEI_ERST_DEBUG is not set
CONFIG_ACPI_DPTF=y
# CONFIG_DPTF_POWER is not set
# CONFIG_DPTF_PCH_FIVR is not set
CONFIG_ACPI_WATCHDOG=y
# CONFIG_ACPI_EXTLOG is not set
# CONFIG_ACPI_CONFIGFS is not set
# CONFIG_ACPI_PFRUT is not set
CONFIG_ACPI_PCC=y
# CONFIG_ACPI_FFH is not set
CONFIG_PMIC_OPREGION=y
CONFIG_BYTCRC_PMIC_OPREGION=y
CONFIG_CHTCRC_PMIC_OPREGION=y
CONFIG_CHT_WC_PMIC_OPREGION=y
CONFIG_ACPI_VIOT=y
CONFIG_ACPI_PRMT=y
CONFIG_X86_PM_TIMER=y
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
#
# CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_PCC_CPUFREQ=y
CONFIG_X86_AMD_PSTATE=y
CONFIG_X86_AMD_PSTATE_DEFAULT_MODE=3
# CONFIG_X86_AMD_PSTATE_UT is not set
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_X86_ACPI_CPUFREQ_CPB=y
CONFIG_X86_POWERNOW_K8=y
# CONFIG_X86_AMD_FREQ_SENSITIVITY is not set
CONFIG_X86_SPEEDSTEP_CENTRINO=y
# CONFIG_X86_P4_CLOCKMOD is not set
#
# shared options
#
CONFIG_CPUFREQ_ARCH_CUR_FREQ=y
# end of CPU Frequency scaling
#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_CPU_IDLE_GOV_TEO=y
CONFIG_CPU_IDLE_GOV_HALTPOLL=y
# CONFIG_HALTPOLL_CPUIDLE is not set
# end of CPU Idle
CONFIG_INTEL_IDLE=y
# end of Power management and ACPI options
#
# Bus options (PCI etc.)
#
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_XEN=y
CONFIG_MMCONF_FAM10H=y
CONFIG_ISA_BUS=y
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
CONFIG_AMD_NODE=y
# end of Bus options (PCI etc.)
#
# Binary Emulations
#
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_EMULATION_DEFAULT_DISABLED is not set
# CONFIG_X86_X32_ABI is not set
CONFIG_COMPAT_32=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
# end of Binary Emulations
CONFIG_KVM_COMMON=y
CONFIG_HAVE_KVM_PFNCACHE=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQ_ROUTING=y
CONFIG_HAVE_KVM_DIRTY_RING=y
CONFIG_HAVE_KVM_DIRTY_RING_TSO=y
CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_HAVE_KVM_READONLY_MEM=y
CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
CONFIG_KVM_GENERIC_PRE_FAULT_MEMORY=y
CONFIG_KVM_COMPAT=y
CONFIG_HAVE_KVM_IRQ_BYPASS=y
CONFIG_HAVE_KVM_NO_POLL=y
CONFIG_KVM_XFER_TO_GUEST_WORK=y
CONFIG_HAVE_KVM_PM_NOTIFIER=y
CONFIG_KVM_GENERIC_HARDWARE_ENABLING=y
CONFIG_KVM_GENERIC_MMU_NOTIFIER=y
CONFIG_KVM_ELIDE_TLB_FLUSH_IF_YOUNG=y
CONFIG_KVM_MMU_LOCKLESS_AGING=y
CONFIG_KVM_GENERIC_MEMORY_ATTRIBUTES=y
CONFIG_KVM_PRIVATE_MEM=y
CONFIG_KVM_GENERIC_PRIVATE_MEM=y
CONFIG_HAVE_KVM_ARCH_GMEM_PREPARE=y
CONFIG_HAVE_KVM_ARCH_GMEM_INVALIDATE=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM_X86=y
CONFIG_KVM=y
CONFIG_KVM_WERROR=y
# CONFIG_KVM_SW_PROTECTED_VM is not set
# CONFIG_KVM_INTEL is not set
CONFIG_KVM_AMD=m
CONFIG_KVM_AMD_SEV=y
CONFIG_KVM_SMM=y
CONFIG_KVM_HYPERV=y
CONFIG_KVM_XEN=y
# CONFIG_KVM_PROVE_MMU is not set
CONFIG_KVM_MAX_NR_VCPUS=4096
CONFIG_X86_REQUIRED_FEATURE_ALWAYS=y
CONFIG_X86_REQUIRED_FEATURE_NOPL=y
CONFIG_X86_REQUIRED_FEATURE_CX8=y
CONFIG_X86_REQUIRED_FEATURE_CMOV=y
CONFIG_X86_REQUIRED_FEATURE_CPUID=y
CONFIG_X86_REQUIRED_FEATURE_FPU=y
CONFIG_X86_REQUIRED_FEATURE_PAE=y
CONFIG_X86_REQUIRED_FEATURE_MSR=y
CONFIG_X86_REQUIRED_FEATURE_FXSR=y
CONFIG_X86_REQUIRED_FEATURE_XMM=y
CONFIG_X86_REQUIRED_FEATURE_XMM2=y
CONFIG_X86_REQUIRED_FEATURE_LM=y
CONFIG_X86_DISABLED_FEATURE_VME=y
CONFIG_X86_DISABLED_FEATURE_K6_MTRR=y
CONFIG_X86_DISABLED_FEATURE_CYRIX_ARR=y
CONFIG_X86_DISABLED_FEATURE_CENTAUR_MCR=y
CONFIG_X86_DISABLED_FEATURE_LAM=y
CONFIG_X86_DISABLED_FEATURE_TDX_GUEST=y
CONFIG_X86_DISABLED_FEATURE_USER_SHSTK=y
CONFIG_X86_DISABLED_FEATURE_FRED=y
CONFIG_AS_AVX512=y
CONFIG_AS_SHA1_NI=y
CONFIG_AS_SHA256_NI=y
CONFIG_AS_TPAUSE=y
CONFIG_AS_GFNI=y
CONFIG_AS_VAES=y
CONFIG_AS_VPCLMULQDQ=y
CONFIG_AS_WRUSS=y
CONFIG_ARCH_CONFIGURES_CPU_MITIGATIONS=y
CONFIG_ARCH_HAS_DMA_OPS=y
#
# General architecture-dependent options
#
CONFIG_HOTPLUG_SMT=y
CONFIG_HOTPLUG_CORE_SYNC=y
CONFIG_HOTPLUG_CORE_SYNC_DEAD=y
CONFIG_HOTPLUG_CORE_SYNC_FULL=y
CONFIG_HOTPLUG_SPLIT_STARTUP=y
CONFIG_HOTPLUG_PARALLEL=y
CONFIG_GENERIC_ENTRY=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
# CONFIG_STATIC_CALL_SELFTEST is not set
CONFIG_OPTPROBES=y
CONFIG_KPROBES_ON_FTRACE=y
CONFIG_UPROBES=y
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_KRETPROBE_ON_RETHOOK=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y
CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
CONFIG_HAVE_NMI=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_SET_MEMORY=y
CONFIG_ARCH_HAS_SET_DIRECT_MAP=y
CONFIG_ARCH_HAS_CPU_FINALIZE_INIT=y
CONFIG_ARCH_HAS_CPU_PASID=y
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
CONFIG_ARCH_WANTS_NO_INSTR=y
CONFIG_HAVE_ASM_MODVERSIONS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_RSEQ=y
CONFIG_HAVE_RUST=y
CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
CONFIG_MMU_GATHER_TABLE_FREE=y
CONFIG_MMU_GATHER_RCU_TABLE_FREE=y
CONFIG_MMU_GATHER_MERGE_VMAS=y
CONFIG_MMU_LAZY_TLB_REFCOUNT=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_ARCH_HAVE_EXTRA_ELF_NOTES=y
CONFIG_ARCH_HAS_NMI_SAFE_THIS_CPU_OPS=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP=y
CONFIG_SECCOMP_FILTER=y
# CONFIG_SECCOMP_CACHE_DEBUG is not set
CONFIG_HAVE_ARCH_STACKLEAK=y
CONFIG_HAVE_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR_STRONG=y
CONFIG_ARCH_SUPPORTS_LTO_CLANG=y
CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y
CONFIG_LTO_NONE=y
CONFIG_ARCH_SUPPORTS_AUTOFDO_CLANG=y
CONFIG_ARCH_SUPPORTS_PROPELLER_CLANG=y
CONFIG_ARCH_SUPPORTS_CFI_CLANG=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING_USER=y
CONFIG_HAVE_CONTEXT_TRACKING_USER_OFFSTACK=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_MOVE_PUD=y
CONFIG_HAVE_MOVE_PMD=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_HUGE_VMALLOC=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_PMD_MKWRITE=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_ARCH_HAS_EXECMEM_ROX=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y
CONFIG_SOFTIRQ_ON_OWN_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_HAVE_EXIT_THREAD=y
CONFIG_ARCH_MMAP_RND_BITS=28
CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y
CONFIG_HAVE_PAGE_SIZE_4KB=y
CONFIG_PAGE_SIZE_4KB=y
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
CONFIG_PAGE_SHIFT=12
CONFIG_HAVE_OBJTOOL=y
CONFIG_HAVE_JUMP_LABEL_HACK=y
CONFIG_HAVE_NOINSTR_HACK=y
CONFIG_HAVE_NOINSTR_VALIDATION=y
CONFIG_HAVE_UACCESS_VALIDATION=y
CONFIG_HAVE_STACK_VALIDATION=y
CONFIG_HAVE_RELIABLE_STACKTRACE=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y
CONFIG_COMPAT_32BIT_TIME=y
CONFIG_ARCH_SUPPORTS_RT=y
CONFIG_HAVE_ARCH_VMAP_STACK=y
CONFIG_VMAP_STACK=y
CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
CONFIG_ARCH_USE_MEMREMAP_PROT=y
# CONFIG_LOCK_EVENT_COUNTS is not set
CONFIG_ARCH_HAS_MEM_ENCRYPT=y
CONFIG_ARCH_HAS_CC_PLATFORM=y
CONFIG_HAVE_STATIC_CALL=y
CONFIG_HAVE_STATIC_CALL_INLINE=y
CONFIG_HAVE_PREEMPT_DYNAMIC=y
CONFIG_HAVE_PREEMPT_DYNAMIC_CALL=y
CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=y
CONFIG_ARCH_HAS_ELFCORE_COMPAT=y
CONFIG_ARCH_HAS_PARANOID_L1D_FLUSH=y
CONFIG_DYNAMIC_SIGFRAME=y
CONFIG_HAVE_ARCH_NODE_DEV_GROUP=y
CONFIG_ARCH_HAS_HW_PTE_YOUNG=y
CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG=y
CONFIG_ARCH_HAS_KERNEL_FPU_SUPPORT=y
#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# end of GCOV-based kernel profiling
CONFIG_HAVE_GCC_PLUGINS=y
CONFIG_FUNCTION_ALIGNMENT_4B=y
CONFIG_FUNCTION_ALIGNMENT_16B=y
CONFIG_FUNCTION_ALIGNMENT=16
# end of General architecture-dependent options
CONFIG_RT_MUTEXES=y
CONFIG_MODULE_SIG_FORMAT=y
CONFIG_MODULES=y
# CONFIG_MODULE_DEBUG is not set
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set
CONFIG_MODVERSIONS=y
CONFIG_GENKSYMS=y
# CONFIG_GENDWARFKSYMS is not set
CONFIG_ASM_MODVERSIONS=y
# CONFIG_EXTENDED_MODVERSIONS is not set
CONFIG_BASIC_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_MODULE_SIG=y
# CONFIG_MODULE_SIG_FORCE is not set
CONFIG_MODULE_SIG_ALL=y
# CONFIG_MODULE_SIG_SHA1 is not set
# CONFIG_MODULE_SIG_SHA256 is not set
# CONFIG_MODULE_SIG_SHA384 is not set
CONFIG_MODULE_SIG_SHA512=y
# CONFIG_MODULE_SIG_SHA3_256 is not set
# CONFIG_MODULE_SIG_SHA3_384 is not set
# CONFIG_MODULE_SIG_SHA3_512 is not set
CONFIG_MODULE_SIG_HASH="sha512"
# CONFIG_MODULE_COMPRESS is not set
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
CONFIG_MODPROBE_PATH="/sbin/modprobe"
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLOCK_LEGACY_AUTOLOAD=y
CONFIG_BLK_RQ_ALLOC_TIME=y
CONFIG_BLK_CGROUP_RWSTAT=y
CONFIG_BLK_CGROUP_PUNT_BIO=y
CONFIG_BLK_DEV_BSG_COMMON=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_WRITE_MOUNTED=y
CONFIG_BLK_DEV_ZONED=y
CONFIG_BLK_DEV_THROTTLING=y
CONFIG_BLK_WBT=y
CONFIG_BLK_WBT_MQ=y
# CONFIG_BLK_CGROUP_IOLATENCY is not set
# CONFIG_BLK_CGROUP_FC_APPID is not set
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOPRIO=y
CONFIG_BLK_DEBUG_FS=y
CONFIG_BLK_SED_OPAL=y
CONFIG_BLK_INLINE_ENCRYPTION=y
CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK=y
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_AIX_PARTITION=y
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
CONFIG_SYSV68_PARTITION=y
CONFIG_CMDLINE_PARTITION=y
# end of Partition Types
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
CONFIG_BLK_PM=y
CONFIG_BLOCK_HOLDER_DEPRECATED=y
CONFIG_BLK_MQ_STACKING=y
#
# IO Schedulers
#
CONFIG_MQ_IOSCHED_DEADLINE=y
# CONFIG_MQ_IOSCHED_KYBER is not set
# CONFIG_IOSCHED_BFQ is not set
# end of IO Schedulers
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_PADATA=y
CONFIG_ASN1=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y
CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
CONFIG_FREEZER=y
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_BINFMT_MISC is not set
CONFIG_COREDUMP=y
# end of Executable file formats
#
# Memory Management options
#
CONFIG_ZPOOL=y
CONFIG_SWAP=y
CONFIG_ZSWAP=y
# CONFIG_ZSWAP_DEFAULT_ON is not set
# CONFIG_ZSWAP_SHRINKER_DEFAULT_ON is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD is not set
CONFIG_ZSWAP_COMPRESSOR_DEFAULT="lzo"
CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC=y
CONFIG_ZSWAP_ZPOOL_DEFAULT="zsmalloc"
CONFIG_ZSMALLOC=y
# CONFIG_ZSMALLOC_STAT is not set
CONFIG_ZSMALLOC_CHAIN_SIZE=8
#
# Slab allocator options
#
CONFIG_SLUB=y
CONFIG_KVFREE_RCU_BATCHED=y
# CONFIG_SLUB_TINY is not set
CONFIG_SLAB_MERGE_DEFAULT=y
CONFIG_SLAB_FREELIST_RANDOM=y
CONFIG_SLAB_FREELIST_HARDENED=y
CONFIG_SLAB_BUCKETS=y
# CONFIG_SLUB_STATS is not set
CONFIG_SLUB_CPU_PARTIAL=y
# CONFIG_RANDOM_KMALLOC_CACHES is not set
# end of Slab allocator options
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SPARSEMEM=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_SPARSEMEM_VMEMMAP_PREINIT=y
CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=y
CONFIG_ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP=y
CONFIG_ARCH_WANT_HUGETLB_VMEMMAP_PREINIT=y
CONFIG_HAVE_GUP_FAST=y
CONFIG_NUMA_KEEP_MEMINFO=y
CONFIG_MEMORY_ISOLATION=y
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
CONFIG_HAVE_BOOTMEM_INFO_NODE=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MHP_DEFAULT_ONLINE_TYPE_OFFLINE=y
# CONFIG_MHP_DEFAULT_ONLINE_TYPE_ONLINE_AUTO is not set
# CONFIG_MHP_DEFAULT_ONLINE_TYPE_ONLINE_KERNEL is not set
# CONFIG_MHP_DEFAULT_ONLINE_TYPE_ONLINE_MOVABLE is not set
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_MHP_MEMMAP_ON_MEMORY=y
CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y
CONFIG_SPLIT_PTE_PTLOCKS=y
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_SPLIT_PMD_PTLOCKS=y
CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
CONFIG_PAGE_REPORTING=y
CONFIG_MIGRATION=y
CONFIG_DEVICE_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_ARCH_ENABLE_THP_MIGRATION=y
CONFIG_CONTIG_ALLOC=y
CONFIG_PCP_BATCH_SCALE_MAX=5
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_MMU_NOTIFIER=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
# CONFIG_HWPOISON_INJECT is not set
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ARCH_WANTS_THP_SWAP=y
CONFIG_MM_ID=y
CONFIG_TRANSPARENT_HUGEPAGE=y
# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
# CONFIG_TRANSPARENT_HUGEPAGE_NEVER is not set
CONFIG_THP_SWAP=y
# CONFIG_READ_ONLY_THP_FOR_FS is not set
# CONFIG_NO_PAGE_MAPCOUNT is not set
CONFIG_PAGE_MAPCOUNT=y
CONFIG_PGTABLE_HAS_HUGE_LEAVES=y
CONFIG_ARCH_SUPPORTS_HUGE_PFNMAP=y
CONFIG_ARCH_SUPPORTS_PMD_PFNMAP=y
CONFIG_ARCH_SUPPORTS_PUD_PFNMAP=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
# CONFIG_CMA is not set
CONFIG_MEM_SOFT_DIRTY=y
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_PAGE_IDLE_FLAG=y
CONFIG_IDLE_PAGE_TRACKING=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y
CONFIG_ARCH_HAS_PTE_DEVMAP=y
CONFIG_ARCH_HAS_ZONE_DMA_SET=y
CONFIG_ZONE_DMA=y
CONFIG_ZONE_DMA32=y
CONFIG_ZONE_DEVICE=y
CONFIG_GET_FREE_REGION=y
CONFIG_DEVICE_PRIVATE=y
CONFIG_VMAP_PFN=y
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
CONFIG_ARCH_HAS_PKEYS=y
CONFIG_ARCH_USES_PG_ARCH_2=y
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_TEST is not set
# CONFIG_DMAPOOL_TEST is not set
CONFIG_ARCH_HAS_PTE_SPECIAL=y
CONFIG_MEMFD_CREATE=y
CONFIG_SECRETMEM=y
CONFIG_ANON_VMA_NAME=y
CONFIG_HAVE_ARCH_USERFAULTFD_WP=y
CONFIG_HAVE_ARCH_USERFAULTFD_MINOR=y
CONFIG_USERFAULTFD=y
CONFIG_PTE_MARKER_UFFD_WP=y
# CONFIG_LRU_GEN is not set
CONFIG_ARCH_SUPPORTS_PER_VMA_LOCK=y
CONFIG_PER_VMA_LOCK=y
CONFIG_LOCK_MM_AND_FIND_VMA=y
CONFIG_IOMMU_MM_DATA=y
CONFIG_EXECMEM=y
CONFIG_NUMA_MEMBLKS=y
# CONFIG_NUMA_EMU is not set
CONFIG_ARCH_SUPPORTS_PT_RECLAIM=y
CONFIG_PT_RECLAIM=y
#
# Data Access Monitoring
#
# CONFIG_DAMON is not set
# end of Data Access Monitoring
# end of Memory Management options
CONFIG_NET=y
CONFIG_NET_INGRESS=y
CONFIG_NET_EGRESS=y
CONFIG_NET_XGRESS=y
CONFIG_SKB_EXTENSIONS=y
CONFIG_NET_DEVMEM=y
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
CONFIG_AF_UNIX_OOB=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_TLS is not set
# CONFIG_XFRM_USER is not set
# CONFIG_NET_KEY is not set
CONFIG_XDP_SOCKETS=y
# CONFIG_XDP_SOCKETS_DIAG is not set
CONFIG_NET_HANDSHAKE=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_IP_MROUTE_COMMON=y
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
# CONFIG_NET_IPVTI is not set
# CONFIG_NET_FOU is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
CONFIG_INET_TABLE_PERTURB_ORDER=16
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_NV is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_TCP_CONG_DCTCP is not set
# CONFIG_TCP_CONG_CDG is not set
# CONFIG_TCP_CONG_BBR is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_SIGPOOL=y
# CONFIG_TCP_AO is not set
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_IPV6_ILA is not set
# CONFIG_IPV6_VTI is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_IPV6_SEG6_LWTUNNEL=y
CONFIG_IPV6_SEG6_HMAC=y
CONFIG_IPV6_SEG6_BPF=y
# CONFIG_IPV6_RPL_LWTUNNEL is not set
CONFIG_IPV6_IOAM6_LWTUNNEL=y
CONFIG_NETLABEL=y
CONFIG_MPTCP=y
CONFIG_MPTCP_IPV6=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
# CONFIG_BRIDGE_NETFILTER is not set
#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
CONFIG_NETFILTER_EGRESS=y
CONFIG_NETFILTER_SKIP_EGRESS=y
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_FAMILY_BRIDGE=y
CONFIG_NETFILTER_FAMILY_ARP=y
CONFIG_NETFILTER_BPF_LINK=y
CONFIG_NETFILTER_NETLINK_HOOK=y
CONFIG_NETFILTER_NETLINK_ACCT=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NETFILTER_NETLINK_OSF=y
CONFIG_NF_CONNTRACK=y
CONFIG_NF_LOG_SYSLOG=y
CONFIG_NETFILTER_CONNCOUNT=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_ZONES=y
# CONFIG_NF_CONNTRACK_PROCFS is not set
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CONNTRACK_LABELS=y
CONFIG_NF_CT_PROTO_DCCP=y
CONFIG_NF_CT_PROTO_GRE=y
CONFIG_NF_CT_PROTO_SCTP=y
CONFIG_NF_CT_PROTO_UDPLITE=y
CONFIG_NF_CONNTRACK_AMANDA=y
CONFIG_NF_CONNTRACK_FTP=y
CONFIG_NF_CONNTRACK_H323=y
CONFIG_NF_CONNTRACK_IRC=y
CONFIG_NF_CONNTRACK_BROADCAST=y
CONFIG_NF_CONNTRACK_NETBIOS_NS=y
CONFIG_NF_CONNTRACK_SNMP=y
CONFIG_NF_CONNTRACK_PPTP=y
CONFIG_NF_CONNTRACK_SANE=y
CONFIG_NF_CONNTRACK_SIP=y
CONFIG_NF_CONNTRACK_TFTP=y
CONFIG_NF_CT_NETLINK=y
CONFIG_NF_CT_NETLINK_TIMEOUT=y
CONFIG_NF_CT_NETLINK_HELPER=y
CONFIG_NETFILTER_NETLINK_GLUE_CT=y
CONFIG_NF_NAT=y
CONFIG_NF_NAT_AMANDA=y
CONFIG_NF_NAT_FTP=y
CONFIG_NF_NAT_IRC=y
CONFIG_NF_NAT_SIP=y
CONFIG_NF_NAT_TFTP=y
CONFIG_NF_NAT_REDIRECT=y
CONFIG_NF_NAT_MASQUERADE=y
CONFIG_NETFILTER_SYNPROXY=y
CONFIG_NF_TABLES=y
CONFIG_NF_TABLES_INET=y
CONFIG_NF_TABLES_NETDEV=y
CONFIG_NFT_NUMGEN=y
CONFIG_NFT_CT=y
CONFIG_NFT_FLOW_OFFLOAD=y
CONFIG_NFT_CONNLIMIT=y
CONFIG_NFT_LOG=y
CONFIG_NFT_LIMIT=y
CONFIG_NFT_MASQ=y
CONFIG_NFT_REDIR=y
CONFIG_NFT_NAT=y
CONFIG_NFT_TUNNEL=y
CONFIG_NFT_QUEUE=y
CONFIG_NFT_QUOTA=y
CONFIG_NFT_REJECT=y
CONFIG_NFT_REJECT_INET=y
CONFIG_NFT_COMPAT=y
CONFIG_NFT_HASH=y
CONFIG_NFT_FIB=y
CONFIG_NFT_FIB_INET=y
CONFIG_NFT_SOCKET=y
CONFIG_NFT_OSF=y
CONFIG_NFT_TPROXY=y
CONFIG_NFT_SYNPROXY=y
CONFIG_NF_DUP_NETDEV=y
CONFIG_NFT_DUP_NETDEV=y
CONFIG_NFT_FWD_NETDEV=y
CONFIG_NFT_FIB_NETDEV=y
CONFIG_NFT_REJECT_NETDEV=y
CONFIG_NF_FLOW_TABLE_INET=y
CONFIG_NF_FLOW_TABLE=y
# CONFIG_NF_FLOW_TABLE_PROCFS is not set
CONFIG_NETFILTER_XTABLES=y
CONFIG_NETFILTER_XTABLES_COMPAT=y
#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=y
CONFIG_NETFILTER_XT_CONNMARK=y
#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_AUDIT=y
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
CONFIG_NETFILTER_XT_TARGET_CT=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_NETFILTER_XT_TARGET_HMARK=y
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_LED=y
CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_NETFILTER_XT_TARGET_MARK=y
CONFIG_NETFILTER_XT_NAT=y
CONFIG_NETFILTER_XT_TARGET_NETMAP=y
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
CONFIG_NETFILTER_XT_TARGET_RATEEST=y
CONFIG_NETFILTER_XT_TARGET_REDIRECT=y
CONFIG_NETFILTER_XT_TARGET_MASQUERADE=y
CONFIG_NETFILTER_XT_TARGET_TEE=y
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_SECMARK=y
CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
CONFIG_NETFILTER_XT_MATCH_BPF=y
CONFIG_NETFILTER_XT_MATCH_CGROUP=y
CONFIG_NETFILTER_XT_MATCH_CLUSTER=y
CONFIG_NETFILTER_XT_MATCH_COMMENT=y
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=y
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y
CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
CONFIG_NETFILTER_XT_MATCH_CPU=y
CONFIG_NETFILTER_XT_MATCH_DCCP=y
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=y
CONFIG_NETFILTER_XT_MATCH_DSCP=y
CONFIG_NETFILTER_XT_MATCH_ECN=y
CONFIG_NETFILTER_XT_MATCH_ESP=y
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y
CONFIG_NETFILTER_XT_MATCH_HELPER=y
CONFIG_NETFILTER_XT_MATCH_HL=y
CONFIG_NETFILTER_XT_MATCH_IPCOMP=y
CONFIG_NETFILTER_XT_MATCH_IPRANGE=y
CONFIG_NETFILTER_XT_MATCH_L2TP=y
CONFIG_NETFILTER_XT_MATCH_LENGTH=y
CONFIG_NETFILTER_XT_MATCH_LIMIT=y
CONFIG_NETFILTER_XT_MATCH_MAC=y
CONFIG_NETFILTER_XT_MATCH_MARK=y
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
CONFIG_NETFILTER_XT_MATCH_NFACCT=y
CONFIG_NETFILTER_XT_MATCH_OSF=y
CONFIG_NETFILTER_XT_MATCH_OWNER=y
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
CONFIG_NETFILTER_XT_MATCH_QUOTA=y
CONFIG_NETFILTER_XT_MATCH_RATEEST=y
CONFIG_NETFILTER_XT_MATCH_REALM=y
CONFIG_NETFILTER_XT_MATCH_RECENT=y
CONFIG_NETFILTER_XT_MATCH_SCTP=y
CONFIG_NETFILTER_XT_MATCH_SOCKET=y
CONFIG_NETFILTER_XT_MATCH_STATE=y
CONFIG_NETFILTER_XT_MATCH_STATISTIC=y
CONFIG_NETFILTER_XT_MATCH_STRING=y
CONFIG_NETFILTER_XT_MATCH_TCPMSS=y
CONFIG_NETFILTER_XT_MATCH_TIME=y
CONFIG_NETFILTER_XT_MATCH_U32=y
# end of Core Netfilter Configuration
# CONFIG_IP_SET is not set
# CONFIG_IP_VS is not set
#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=y
CONFIG_IP_NF_IPTABLES_LEGACY=y
CONFIG_NF_SOCKET_IPV4=y
CONFIG_NF_TPROXY_IPV4=y
CONFIG_NF_TABLES_IPV4=y
CONFIG_NFT_REJECT_IPV4=y
CONFIG_NFT_DUP_IPV4=y
CONFIG_NFT_FIB_IPV4=y
CONFIG_NF_TABLES_ARP=y
CONFIG_NF_DUP_IPV4=y
CONFIG_NF_LOG_ARP=y
CONFIG_NF_LOG_IPV4=y
CONFIG_NF_REJECT_IPV4=y
CONFIG_NF_NAT_SNMP_BASIC=y
CONFIG_NF_NAT_PPTP=y
CONFIG_NF_NAT_H323=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_RPFILTER=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_SYNPROXY=m
CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_SECURITY=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_NFT_COMPAT_ARP=y
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
# end of IP: Netfilter Configuration
#
# IPv6: Netfilter Configuration
#
# CONFIG_IP6_NF_IPTABLES_LEGACY is not set
CONFIG_NF_SOCKET_IPV6=y
CONFIG_NF_TPROXY_IPV6=y
CONFIG_NF_TABLES_IPV6=y
CONFIG_NFT_REJECT_IPV6=y
CONFIG_NFT_DUP_IPV6=y
CONFIG_NFT_FIB_IPV6=y
CONFIG_NF_DUP_IPV6=y
CONFIG_NF_REJECT_IPV6=y
CONFIG_NF_LOG_IPV6=y
CONFIG_IP6_NF_IPTABLES=y
# CONFIG_IP6_NF_MATCH_AH is not set
# CONFIG_IP6_NF_MATCH_EUI64 is not set
# CONFIG_IP6_NF_MATCH_FRAG is not set
# CONFIG_IP6_NF_MATCH_OPTS is not set
# CONFIG_IP6_NF_MATCH_HL is not set
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
# CONFIG_IP6_NF_MATCH_MH is not set
# CONFIG_IP6_NF_MATCH_RPFILTER is not set
# CONFIG_IP6_NF_MATCH_RT is not set
# CONFIG_IP6_NF_MATCH_SRH is not set
# CONFIG_IP6_NF_FILTER is not set
# CONFIG_IP6_NF_TARGET_REJECT is not set
# CONFIG_IP6_NF_TARGET_SYNPROXY is not set
# CONFIG_IP6_NF_MANGLE is not set
# CONFIG_IP6_NF_RAW is not set
# CONFIG_IP6_NF_SECURITY is not set
# CONFIG_IP6_NF_NAT is not set
# CONFIG_IP6_NF_TARGET_NPT is not set
# end of IPv6: Netfilter Configuration
CONFIG_NF_DEFRAG_IPV6=y
CONFIG_NF_TABLES_BRIDGE=y
CONFIG_NFT_BRIDGE_META=y
CONFIG_NFT_BRIDGE_REJECT=y
CONFIG_NF_CONNTRACK_BRIDGE=y
CONFIG_BRIDGE_NF_EBTABLES_LEGACY=y
CONFIG_BRIDGE_NF_EBTABLES=y
# CONFIG_BRIDGE_EBT_BROUTE is not set
# CONFIG_BRIDGE_EBT_T_FILTER is not set
CONFIG_BRIDGE_EBT_T_NAT=y
# CONFIG_BRIDGE_EBT_802_3 is not set
# CONFIG_BRIDGE_EBT_AMONG is not set
# CONFIG_BRIDGE_EBT_ARP is not set
# CONFIG_BRIDGE_EBT_IP is not set
# CONFIG_BRIDGE_EBT_IP6 is not set
# CONFIG_BRIDGE_EBT_LIMIT is not set
# CONFIG_BRIDGE_EBT_MARK is not set
# CONFIG_BRIDGE_EBT_PKTTYPE is not set
# CONFIG_BRIDGE_EBT_STP is not set
# CONFIG_BRIDGE_EBT_VLAN is not set
# CONFIG_BRIDGE_EBT_ARPREPLY is not set
CONFIG_BRIDGE_EBT_DNAT=y
# CONFIG_BRIDGE_EBT_MARK_T is not set
# CONFIG_BRIDGE_EBT_REDIRECT is not set
CONFIG_BRIDGE_EBT_SNAT=y
# CONFIG_BRIDGE_EBT_LOG is not set
# CONFIG_BRIDGE_EBT_NFLOG is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=y
CONFIG_BRIDGE=y
CONFIG_BRIDGE_IGMP_SNOOPING=y
# CONFIG_BRIDGE_MRP is not set
# CONFIG_BRIDGE_CFM is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_CBS is not set
# CONFIG_NET_SCH_ETF is not set
# CONFIG_NET_SCH_TAPRIO is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_SKBPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_CODEL is not set
CONFIG_NET_SCH_FQ_CODEL=m
# CONFIG_NET_SCH_CAKE is not set
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
# CONFIG_NET_SCH_INGRESS is not set
# CONFIG_NET_SCH_PLUG is not set
# CONFIG_NET_SCH_ETS is not set
# CONFIG_NET_SCH_DEFAULT is not set
#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_CLS_CGROUP is not set
# CONFIG_NET_CLS_BPF is not set
# CONFIG_NET_CLS_FLOWER is not set
# CONFIG_NET_CLS_MATCHALL is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
# CONFIG_NET_EMATCH_CMP is not set
# CONFIG_NET_EMATCH_NBYTE is not set
# CONFIG_NET_EMATCH_U32 is not set
# CONFIG_NET_EMATCH_META is not set
# CONFIG_NET_EMATCH_TEXT is not set
# CONFIG_NET_EMATCH_IPT is not set
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
# CONFIG_NET_ACT_GACT is not set
# CONFIG_NET_ACT_MIRRED is not set
# CONFIG_NET_ACT_SAMPLE is not set
CONFIG_NET_ACT_NAT=y
# CONFIG_NET_ACT_PEDIT is not set
# CONFIG_NET_ACT_SIMP is not set
# CONFIG_NET_ACT_SKBEDIT is not set
# CONFIG_NET_ACT_CSUM is not set
# CONFIG_NET_ACT_MPLS is not set
# CONFIG_NET_ACT_VLAN is not set
# CONFIG_NET_ACT_BPF is not set
# CONFIG_NET_ACT_CONNMARK is not set
# CONFIG_NET_ACT_CTINFO is not set
# CONFIG_NET_ACT_SKBMOD is not set
# CONFIG_NET_ACT_IFE is not set
# CONFIG_NET_ACT_TUNNEL_KEY is not set
# CONFIG_NET_ACT_CT is not set
# CONFIG_NET_ACT_GATE is not set
CONFIG_NET_TC_SKB_EXT=y
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
CONFIG_DNS_RESOLVER=y
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
# CONFIG_NETLINK_DIAG is not set
CONFIG_MPLS=y
# CONFIG_NET_MPLS_GSO is not set
# CONFIG_MPLS_ROUTING is not set
# CONFIG_NET_NSH is not set
# CONFIG_HSR is not set
CONFIG_NET_SWITCHDEV=y
CONFIG_NET_L3_MASTER_DEV=y
# CONFIG_QRTR is not set
CONFIG_NET_NCSI=y
CONFIG_NCSI_OEM_CMD_GET_MAC=y
# CONFIG_NCSI_OEM_CMD_KEEP_PHY is not set
CONFIG_PCPU_DEV_REFCNT=y
CONFIG_MAX_SKB_FRAGS=17
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_SOCK_RX_QUEUE_MAPPING=y
CONFIG_XPS=y
CONFIG_CGROUP_NET_PRIO=y
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_STREAM_PARSER=y
CONFIG_NET_FLOW_LIMIT=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_NET_DROP_MONITOR=y
# end of Network testing
# end of Networking options
CONFIG_HAMRADIO=y
#
# Packet Radio protocols
#
# CONFIG_AX25 is not set
# CONFIG_CAN is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
CONFIG_STREAM_PARSER=y
CONFIG_MCTP=y
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
# CONFIG_CFG80211 is not set
#
# CFG80211 needs to be enabled for MAC80211
#
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
CONFIG_RFKILL=y
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_RFKILL_GPIO is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
# CONFIG_PSAMPLE is not set
# CONFIG_NET_IFE is not set
CONFIG_LWTUNNEL=y
CONFIG_LWTUNNEL_BPF=y
CONFIG_DST_CACHE=y
CONFIG_NET_SELFTESTS=y
CONFIG_NET_SOCK_MSG=y
CONFIG_PAGE_POOL=y
# CONFIG_PAGE_POOL_STATS is not set
CONFIG_FAILOVER=y
CONFIG_ETHTOOL_NETLINK=y
#
# Device Drivers
#
CONFIG_HAVE_PCI=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
# CONFIG_PCIEAER_INJECT is not set
# CONFIG_PCIE_ECRC is not set
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
CONFIG_PCIE_DPC=y
CONFIG_PCIE_PTM=y
# CONFIG_PCIE_EDR is not set
CONFIG_PCI_MSI=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_REALLOC_ENABLE_AUTO=y
# CONFIG_PCI_STUB is not set
# CONFIG_PCI_PF_STUB is not set
# CONFIG_XEN_PCIDEV_FRONTEND is not set
CONFIG_PCI_ATS=y
# CONFIG_PCI_DOE is not set
CONFIG_PCI_LOCKLESS_CONFIG=y
CONFIG_PCI_IOV=y
# CONFIG_PCI_NPEM is not set
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
# CONFIG_PCIE_TPH is not set
# CONFIG_PCI_P2PDMA is not set
CONFIG_PCI_LABEL=y
# CONFIG_PCIE_BUS_TUNE_OFF is not set
CONFIG_PCIE_BUS_DEFAULT=y
# CONFIG_PCIE_BUS_SAFE is not set
# CONFIG_PCIE_BUS_PERFORMANCE is not set
# CONFIG_PCIE_BUS_PEER2PEER is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_ACPI=y
# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
# CONFIG_HOTPLUG_PCI_CPCI_GENERIC is not set
# CONFIG_HOTPLUG_PCI_OCTEONEP is not set
CONFIG_HOTPLUG_PCI_SHPC=y
#
# PCI controller drivers
#
# CONFIG_VMD is not set
#
# Cadence-based PCIe controllers
#
# end of Cadence-based PCIe controllers
#
# DesignWare-based PCIe controllers
#
CONFIG_PCIE_DW=y
# CONFIG_PCIE_DW_DEBUGFS is not set
CONFIG_PCIE_DW_HOST=y
CONFIG_PCIE_DW_EP=y
# CONFIG_PCI_MESON is not set
CONFIG_PCIE_DW_PLAT=y
CONFIG_PCIE_DW_PLAT_HOST=y
CONFIG_PCIE_DW_PLAT_EP=y
# end of DesignWare-based PCIe controllers
#
# Mobiveil-based PCIe controllers
#
# end of Mobiveil-based PCIe controllers
#
# PLDA-based PCIe controllers
#
# end of PLDA-based PCIe controllers
# end of PCI controller drivers
#
# PCI Endpoint
#
CONFIG_PCI_ENDPOINT=y
CONFIG_PCI_ENDPOINT_CONFIGFS=y
# CONFIG_PCI_EPF_TEST is not set
# CONFIG_PCI_EPF_NTB is not set
# end of PCI Endpoint
#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
# end of PCI switch controller drivers
# CONFIG_PCI_PWRCTL_SLOT is not set
# CONFIG_CXL_BUS is not set
# CONFIG_PCCARD is not set
CONFIG_RAPIDIO=y
# CONFIG_RAPIDIO_TSI721 is not set
CONFIG_RAPIDIO_DISC_TIMEOUT=30
# CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set
CONFIG_RAPIDIO_DMA_ENGINE=y
# CONFIG_RAPIDIO_DEBUG is not set
# CONFIG_RAPIDIO_ENUM_BASIC is not set
# CONFIG_RAPIDIO_CHMAN is not set
# CONFIG_RAPIDIO_MPORT_CDEV is not set
#
# RapidIO Switch drivers
#
# CONFIG_RAPIDIO_CPS_XX is not set
# CONFIG_RAPIDIO_CPS_GEN2 is not set
# CONFIG_RAPIDIO_RXS_GEN3 is not set
# end of RapidIO Switch drivers
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_DEVTMPFS_SAFE is not set
# CONFIG_STANDALONE is not set
CONFIG_PREVENT_FIRMWARE_BUILD=y
#
# Firmware loader
#
CONFIG_FW_LOADER=y
CONFIG_FW_LOADER_DEBUG=y
CONFIG_FW_LOADER_PAGED_BUF=y
CONFIG_FW_LOADER_SYSFS=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_FW_LOADER_COMPRESS=y
CONFIG_FW_LOADER_COMPRESS_XZ=y
# CONFIG_FW_LOADER_COMPRESS_ZSTD is not set
CONFIG_FW_CACHE=y
# CONFIG_FW_UPLOAD is not set
# end of Firmware loader
CONFIG_WANT_DEV_COREDUMP=y
CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
CONFIG_HMEM_REPORTING=y
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_SYS_HYPERVISOR=y
CONFIG_GENERIC_CPU_DEVICES=y
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_SPI=y
CONFIG_REGMAP_MMIO=y
CONFIG_REGMAP_IRQ=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_DMA_FENCE_TRACE is not set
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
# end of Generic Driver Options
#
# Bus devices
#
# CONFIG_MHI_BUS is not set
# CONFIG_MHI_BUS_EP is not set
# end of Bus devices
#
# Cache Drivers
#
# end of Cache Drivers
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
#
# Firmware Drivers
#
#
# ARM System Control and Management Interface Protocol
#
# end of ARM System Control and Management Interface Protocol
CONFIG_EDD=y
CONFIG_EDD_OFF=y
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DMIID=y
# CONFIG_DMI_SYSFS is not set
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT is not set
# CONFIG_FW_CFG_SYSFS is not set
CONFIG_SYSFB=y
# CONFIG_SYSFB_SIMPLEFB is not set
# CONFIG_GOOGLE_FIRMWARE is not set
#
# EFI (Extensible Firmware Interface) Support
#
CONFIG_EFI_ESRT=y
CONFIG_EFI_VARS_PSTORE=m
# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
CONFIG_EFI_SOFT_RESERVE=y
CONFIG_EFI_DXE_MEM_ATTRIBUTES=y
CONFIG_EFI_RUNTIME_WRAPPERS=y
# CONFIG_EFI_BOOTLOADER_CONTROL is not set
# CONFIG_EFI_CAPSULE_LOADER is not set
# CONFIG_EFI_TEST is not set
CONFIG_EFI_DEV_PATH_PARSER=y
CONFIG_APPLE_PROPERTIES=y
CONFIG_RESET_ATTACK_MITIGATION=y
CONFIG_EFI_RCI2_TABLE=y
# CONFIG_EFI_DISABLE_PCI_DMA is not set
CONFIG_EFI_EARLYCON=y
CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y
# CONFIG_EFI_DISABLE_RUNTIME is not set
# CONFIG_EFI_COCO_SECRET is not set
CONFIG_UNACCEPTED_MEMORY=y
# end of EFI (Extensible Firmware Interface) Support
CONFIG_UEFI_CPER=y
CONFIG_UEFI_CPER_X86=y
#
# Qualcomm firmware drivers
#
# end of Qualcomm firmware drivers
#
# Tegra firmware driver
#
# end of Tegra firmware driver
# end of Firmware Drivers
# CONFIG_FWCTL is not set
# CONFIG_GNSS is not set
# CONFIG_MTD is not set
# CONFIG_OF is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set
#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_FD is not set
CONFIG_CDROM=y
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_ZRAM is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_XEN_BLKDEV_FRONTEND=y
# CONFIG_XEN_BLKDEV_BACKEND is not set
CONFIG_VIRTIO_BLK=y
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_UBLK is not set
#
# NVME Support
#
CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
CONFIG_NVME_MULTIPATH=y
# CONFIG_NVME_VERBOSE_ERRORS is not set
CONFIG_NVME_HWMON=y
CONFIG_NVME_FABRICS=y
CONFIG_NVME_FC=y
CONFIG_NVME_TCP=y
# CONFIG_NVME_TCP_TLS is not set
# CONFIG_NVME_HOST_AUTH is not set
CONFIG_NVME_TARGET=y
# CONFIG_NVME_TARGET_DEBUGFS is not set
CONFIG_NVME_TARGET_PASSTHRU=y
CONFIG_NVME_TARGET_LOOP=y
CONFIG_NVME_TARGET_FC=y
# CONFIG_NVME_TARGET_FCLOOP is not set
CONFIG_NVME_TARGET_TCP=y
# CONFIG_NVME_TARGET_TCP_TLS is not set
# CONFIG_NVME_TARGET_AUTH is not set
# CONFIG_NVME_TARGET_PCI_EPF is not set
# end of NVME Support
#
# Misc devices
#
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_RPMB is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_SGI_XP is not set
# CONFIG_HP_ILO is not set
# CONFIG_SGI_GRU is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_LATTICE_ECP3_CONFIG is not set
CONFIG_SRAM=y
# CONFIG_DW_XDATA_PCIE is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_XILINX_SDFEC is not set
# CONFIG_NTSYNC is not set
# CONFIG_NSM is not set
# CONFIG_C2PORT is not set
#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_AT25 is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_EEPROM_93XX46 is not set
# CONFIG_EEPROM_IDT_89HPESX is not set
# CONFIG_EEPROM_EE1004 is not set
# end of EEPROM support
# CONFIG_CB710_CORE is not set
# CONFIG_SENSORS_LIS3_I2C is not set
# CONFIG_ALTERA_STAPL is not set
# CONFIG_INTEL_MEI is not set
# CONFIG_VMWARE_VMCI is not set
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_BCM_VK is not set
# CONFIG_MISC_ALCOR_PCI is not set
# CONFIG_MISC_RTSX_PCI is not set
# CONFIG_MISC_RTSX_USB is not set
# CONFIG_UACCE is not set
CONFIG_PVPANIC=y
# CONFIG_PVPANIC_MMIO is not set
# CONFIG_PVPANIC_PCI is not set
# CONFIG_GP_PCI1XXXX is not set
# CONFIG_KEBA_CP500 is not set
# end of Misc devices
#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=m
CONFIG_SCSI_COMMON=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_CHR_DEV_SG=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_SAS_ATTRS=m
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# end of SCSI Transports
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
CONFIG_MEGARAID_NEWGEN=y
# CONFIG_MEGARAID_MM is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_MPT2SAS_MAX_SGE=128
CONFIG_SCSI_MPT3SAS_MAX_SGE=128
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_MPI3MR is not set
# CONFIG_SCSI_SMARTPQI is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_MYRB is not set
# CONFIG_SCSI_MYRS is not set
# CONFIG_VMWARE_PVSCSI is not set
# CONFIG_XEN_SCSI_FRONTEND is not set
# CONFIG_SCSI_SNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_FDOMAIN_PCI is not set
# CONFIG_SCSI_ISCI is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_WD719X is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
CONFIG_SCSI_VIRTIO=y
CONFIG_SCSI_DH=y
CONFIG_SCSI_DH_RDAC=m
# CONFIG_SCSI_DH_HP_SW is not set
CONFIG_SCSI_DH_EMC=m
CONFIG_SCSI_DH_ALUA=m
# end of SCSI device support
CONFIG_ATA=y
CONFIG_SATA_HOST=y
CONFIG_PATA_TIMINGS=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_FORCE=y
CONFIG_ATA_ACPI=y
CONFIG_SATA_ZPODD=y
CONFIG_SATA_PMP=y
#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=m
CONFIG_SATA_MOBILE_LPM_POLICY=0
CONFIG_SATA_AHCI_PLATFORM=m
# CONFIG_AHCI_DWC is not set
# CONFIG_SATA_INIC162X is not set
CONFIG_SATA_ACARD_AHCI=m
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y
#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=y
# CONFIG_SATA_DWC is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_SVW is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
#
# PATA SFF controllers with BMDMA
#
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
# CONFIG_PATA_SCH is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
CONFIG_PATA_SIS=y
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_RZ1000 is not set
#
# Generic fallback / legacy drivers
#
# CONFIG_PATA_ACPI is not set
CONFIG_ATA_GENERIC=y
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
CONFIG_MD_BITMAP_FILE=y
# CONFIG_MD_LINEAR is not set
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=m
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
# CONFIG_DM_UNSTRIPED is not set
# CONFIG_DM_CRYPT is not set
# CONFIG_DM_SNAPSHOT is not set
# CONFIG_DM_THIN_PROVISIONING is not set
# CONFIG_DM_CACHE is not set
# CONFIG_DM_WRITECACHE is not set
# CONFIG_DM_EBS is not set
# CONFIG_DM_ERA is not set
# CONFIG_DM_CLONE is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
CONFIG_DM_MULTIPATH=m
# CONFIG_DM_MULTIPATH_QL is not set
# CONFIG_DM_MULTIPATH_ST is not set
# CONFIG_DM_MULTIPATH_HST is not set
# CONFIG_DM_MULTIPATH_IOA is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_DUST is not set
CONFIG_DM_INIT=y
CONFIG_DM_UEVENT=y
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
# CONFIG_DM_INTEGRITY is not set
# CONFIG_DM_ZONED is not set
CONFIG_DM_AUDIT=y
# CONFIG_DM_VDO is not set
# CONFIG_TARGET_CORE is not set
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_SAS is not set
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_LOGGING=y
#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# end of IEEE 1394 (FireWire) support
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=m
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
# CONFIG_WIREGUARD is not set
# CONFIG_EQUALIZER is not set
CONFIG_NET_FC=y
# CONFIG_IFB is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_GENEVE is not set
# CONFIG_BAREUDP is not set
# CONFIG_GTP is not set
# CONFIG_PFCP is not set
# CONFIG_AMT is not set
# CONFIG_MACSEC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_RIONET is not set
CONFIG_TUN=y
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_VETH is not set
CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_NETKIT is not set
# CONFIG_NET_VRF is not set
# CONFIG_ARCNET is not set
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
CONFIG_NET_VENDOR_ADAPTEC=y
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_NET_VENDOR_AGERE=y
# CONFIG_ET131X is not set
CONFIG_NET_VENDOR_ALACRITECH=y
# CONFIG_SLICOSS is not set
CONFIG_NET_VENDOR_ALTEON=y
# CONFIG_ACENIC is not set
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_AMAZON=y
# CONFIG_ENA_ETHERNET is not set
CONFIG_NET_VENDOR_AMD=y
# CONFIG_AMD8111_ETH is not set
# CONFIG_PCNET32 is not set
# CONFIG_AMD_XGBE is not set
# CONFIG_PDS_CORE is not set
CONFIG_NET_VENDOR_AQUANTIA=y
# CONFIG_AQTION is not set
CONFIG_NET_VENDOR_ARC=y
CONFIG_NET_VENDOR_ASIX=y
# CONFIG_SPI_AX88796C is not set
CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL2 is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_ALX is not set
# CONFIG_CX_ECAT is not set
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
# CONFIG_BCMGENET is not set
# CONFIG_BNX2 is not set
# CONFIG_CNIC is not set
CONFIG_TIGON3=m
CONFIG_TIGON3_HWMON=y
# CONFIG_BNX2X is not set
# CONFIG_SYSTEMPORT is not set
# CONFIG_BNXT is not set
CONFIG_NET_VENDOR_CADENCE=y
# CONFIG_MACB is not set
CONFIG_NET_VENDOR_CAVIUM=y
# CONFIG_THUNDER_NIC_PF is not set
# CONFIG_THUNDER_NIC_VF is not set
# CONFIG_THUNDER_NIC_BGX is not set
# CONFIG_THUNDER_NIC_RGX is not set
# CONFIG_CAVIUM_PTP is not set
# CONFIG_LIQUIDIO is not set
# CONFIG_LIQUIDIO_VF is not set
CONFIG_NET_VENDOR_CHELSIO=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
# CONFIG_CHELSIO_T4 is not set
# CONFIG_CHELSIO_T4VF is not set
CONFIG_NET_VENDOR_CISCO=y
# CONFIG_ENIC is not set
CONFIG_NET_VENDOR_CORTINA=y
CONFIG_NET_VENDOR_DAVICOM=y
# CONFIG_DM9051 is not set
# CONFIG_DNET is not set
CONFIG_NET_VENDOR_DEC=y
CONFIG_NET_TULIP=y
# CONFIG_DE2104X is not set
# CONFIG_TULIP is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_ULI526X is not set
CONFIG_NET_VENDOR_DLINK=y
# CONFIG_DL2K is not set
CONFIG_NET_VENDOR_EMULEX=y
# CONFIG_BE2NET is not set
CONFIG_NET_VENDOR_ENGLEDER=y
# CONFIG_TSNEP is not set
CONFIG_NET_VENDOR_EZCHIP=y
CONFIG_NET_VENDOR_FUNGIBLE=y
# CONFIG_FUN_ETH is not set
CONFIG_NET_VENDOR_GOOGLE=y
# CONFIG_GVE is not set
CONFIG_NET_VENDOR_HISILICON=y
# CONFIG_HIBMCGE is not set
CONFIG_NET_VENDOR_HUAWEI=y
# CONFIG_HINIC is not set
CONFIG_NET_VENDOR_I825XX=y
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_E1000E_HWTS=y
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGBEVF is not set
# CONFIG_I40E is not set
# CONFIG_I40EVF is not set
# CONFIG_ICE is not set
# CONFIG_FM10K is not set
# CONFIG_IGC is not set
# CONFIG_IDPF is not set
# CONFIG_JME is not set
CONFIG_NET_VENDOR_ADI=y
# CONFIG_ADIN1110 is not set
CONFIG_NET_VENDOR_LITEX=y
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_OCTEON_EP is not set
# CONFIG_OCTEON_EP_VF is not set
CONFIG_NET_VENDOR_MELLANOX=y
# CONFIG_MLX4_EN is not set
# CONFIG_MLX5_CORE is not set
# CONFIG_MLXSW_CORE is not set
# CONFIG_MLXFW is not set
CONFIG_NET_VENDOR_META=y
# CONFIG_FBNIC is not set
CONFIG_NET_VENDOR_MICREL=y
# CONFIG_KS8842 is not set
# CONFIG_KS8851 is not set
# CONFIG_KS8851_MLL is not set
# CONFIG_KSZ884X_PCI is not set
CONFIG_NET_VENDOR_MICROCHIP=y
# CONFIG_ENC28J60 is not set
# CONFIG_ENCX24J600 is not set
# CONFIG_LAN743X is not set
# CONFIG_LAN865X is not set
# CONFIG_VCAP is not set
CONFIG_NET_VENDOR_MICROSEMI=y
CONFIG_NET_VENDOR_MICROSOFT=y
CONFIG_NET_VENDOR_MYRI=y
# CONFIG_MYRI10GE is not set
# CONFIG_FEALNX is not set
CONFIG_NET_VENDOR_NI=y
# CONFIG_NI_XGE_MANAGEMENT_ENET is not set
CONFIG_NET_VENDOR_NATSEMI=y
CONFIG_NATSEMI=y
# CONFIG_NS83820 is not set
CONFIG_NET_VENDOR_NETERION=y
# CONFIG_S2IO is not set
CONFIG_NET_VENDOR_NETRONOME=y
# CONFIG_NFP is not set
CONFIG_NET_VENDOR_8390=y
# CONFIG_NE2K_PCI is not set
CONFIG_NET_VENDOR_NVIDIA=y
# CONFIG_FORCEDETH is not set
CONFIG_NET_VENDOR_OKI=y
# CONFIG_ETHOC is not set
CONFIG_NET_VENDOR_PACKET_ENGINES=y
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_NET_VENDOR_PENSANDO=y
# CONFIG_IONIC is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_QED is not set
CONFIG_NET_VENDOR_BROCADE=y
# CONFIG_BNA is not set
CONFIG_NET_VENDOR_QUALCOMM=y
# CONFIG_QCOM_EMAC is not set
# CONFIG_RMNET is not set
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_R8169 is not set
# CONFIG_RTASE is not set
CONFIG_NET_VENDOR_RENESAS=y
CONFIG_NET_VENDOR_ROCKER=y
# CONFIG_ROCKER is not set
CONFIG_NET_VENDOR_SAMSUNG=y
# CONFIG_SXGBE_ETH is not set
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SILAN=y
# CONFIG_SC92031 is not set
CONFIG_NET_VENDOR_SIS=y
# CONFIG_SIS900 is not set
# CONFIG_SIS190 is not set
CONFIG_NET_VENDOR_SOLARFLARE=y
# CONFIG_SFC is not set
# CONFIG_SFC_FALCON is not set
# CONFIG_SFC_SIENA is not set
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_EPIC100 is not set
# CONFIG_SMSC911X is not set
# CONFIG_SMSC9420 is not set
CONFIG_NET_VENDOR_SOCIONEXT=y
CONFIG_NET_VENDOR_STMICRO=y
# CONFIG_STMMAC_ETH is not set
CONFIG_NET_VENDOR_SUN=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NIU is not set
CONFIG_NET_VENDOR_SYNOPSYS=y
# CONFIG_DWC_XLGMAC is not set
CONFIG_NET_VENDOR_TEHUTI=y
# CONFIG_TEHUTI is not set
# CONFIG_TEHUTI_TN40 is not set
CONFIG_NET_VENDOR_TI=y
# CONFIG_TI_CPSW_PHY_SEL is not set
# CONFIG_TLAN is not set
CONFIG_NET_VENDOR_VERTEXCOM=y
# CONFIG_MSE102X is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_NET_VENDOR_WANGXUN=y
# CONFIG_NGBE is not set
# CONFIG_TXGBE is not set
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
CONFIG_NET_VENDOR_XILINX=y
# CONFIG_XILINX_EMACLITE is not set
# CONFIG_XILINX_LL_TEMAC is not set
CONFIG_FDDI=y
# CONFIG_DEFXX is not set
# CONFIG_SKFP is not set
# CONFIG_HIPPI is not set
CONFIG_PHYLIB=y
CONFIG_SWPHY=y
CONFIG_LED_TRIGGER_PHY=y
CONFIG_FIXED_PHY=y
#
# MII PHY device drivers
#
# CONFIG_AIR_EN8811H_PHY is not set
# CONFIG_AMD_PHY is not set
# CONFIG_ADIN_PHY is not set
# CONFIG_ADIN1100_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_AX88796B_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_BCM54140_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
CONFIG_BCM84881_PHY=y
# CONFIG_BCM87XX_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_CORTINA_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_INTEL_XWAY_PHY is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_MARVELL_10G_PHY is not set
# CONFIG_MARVELL_88Q2XXX_PHY is not set
# CONFIG_MARVELL_88X2222_PHY is not set
# CONFIG_MAXLINEAR_GPHY is not set
# CONFIG_MEDIATEK_GE_PHY is not set
# CONFIG_MICREL_PHY is not set
# CONFIG_MICROCHIP_T1S_PHY is not set
# CONFIG_MICROCHIP_PHY is not set
# CONFIG_MICROCHIP_T1_PHY is not set
# CONFIG_MICROSEMI_PHY is not set
# CONFIG_MOTORCOMM_PHY is not set
CONFIG_NATIONAL_PHY=y
# CONFIG_NXP_CBTX_PHY is not set
# CONFIG_NXP_C45_TJA11XX_PHY is not set
# CONFIG_NXP_TJA11XX_PHY is not set
# CONFIG_NCN26000_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_QCA83XX_PHY is not set
# CONFIG_QCA808X_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_RENESAS_PHY is not set
# CONFIG_ROCKCHIP_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_TERANETICS_PHY is not set
# CONFIG_DP83822_PHY is not set
# CONFIG_DP83TC811_PHY is not set
# CONFIG_DP83848_PHY is not set
# CONFIG_DP83867_PHY is not set
# CONFIG_DP83869_PHY is not set
# CONFIG_DP83TD510_PHY is not set
# CONFIG_DP83TG720_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_XILINX_GMII2RGMII is not set
# CONFIG_MICREL_KS8995MA is not set
# CONFIG_PSE_CONTROLLER is not set
#
# MCTP Device Drivers
#
# CONFIG_MCTP_SERIAL is not set
# CONFIG_MCTP_TRANSPORT_USB is not set
# end of MCTP Device Drivers
CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
CONFIG_FWNODE_MDIO=y
CONFIG_ACPI_MDIO=y
CONFIG_MDIO_DEVRES=y
# CONFIG_MDIO_BITBANG is not set
# CONFIG_MDIO_BCM_UNIMAC is not set
# CONFIG_MDIO_MVUSB is not set
# CONFIG_MDIO_MSCC_MIIM is not set
# CONFIG_MDIO_THUNDER is not set
#
# MDIO Multiplexers
#
#
# PCS device drivers
#
# CONFIG_PCS_XPCS is not set
# end of PCS device drivers
CONFIG_PPP=y
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPP_DEFLATE is not set
CONFIG_PPP_FILTER=y
# CONFIG_PPP_MPPE is not set
CONFIG_PPP_MULTILINK=y
# CONFIG_PPPOE is not set
CONFIG_PPPOE_HASH_BITS=4
# CONFIG_PPP_ASYNC is not set
# CONFIG_PPP_SYNC_TTY is not set
# CONFIG_SLIP is not set
CONFIG_SLHC=y
# CONFIG_USB_NET_DRIVERS is not set
CONFIG_WLAN=y
CONFIG_WLAN_VENDOR_ADMTEK=y
CONFIG_WLAN_VENDOR_ATH=y
# CONFIG_ATH_DEBUG is not set
CONFIG_ATH5K_PCI=y
CONFIG_WLAN_VENDOR_ATMEL=y
CONFIG_WLAN_VENDOR_BROADCOM=y
CONFIG_WLAN_VENDOR_INTEL=y
CONFIG_WLAN_VENDOR_INTERSIL=y
CONFIG_WLAN_VENDOR_MARVELL=y
CONFIG_WLAN_VENDOR_MEDIATEK=y
CONFIG_WLAN_VENDOR_MICROCHIP=y
CONFIG_WLAN_VENDOR_PURELIFI=y
CONFIG_WLAN_VENDOR_RALINK=y
CONFIG_WLAN_VENDOR_REALTEK=y
CONFIG_WLAN_VENDOR_RSI=y
CONFIG_WLAN_VENDOR_SILABS=y
CONFIG_WLAN_VENDOR_ST=y
CONFIG_WLAN_VENDOR_TI=y
CONFIG_WLAN_VENDOR_ZYDAS=y
CONFIG_WLAN_VENDOR_QUANTENNA=y
CONFIG_WAN=y
# CONFIG_HDLC is not set
# CONFIG_FRAMER is not set
#
# Wireless WAN
#
CONFIG_WWAN=y
CONFIG_WWAN_DEBUGFS=y
# CONFIG_WWAN_HWSIM is not set
# CONFIG_IOSM is not set
# CONFIG_MTK_T7XX is not set
# end of Wireless WAN
CONFIG_XEN_NETDEV_FRONTEND=y
# CONFIG_XEN_NETDEV_BACKEND is not set
# CONFIG_VMXNET3 is not set
# CONFIG_FUJITSU_ES is not set
# CONFIG_NETDEVSIM is not set
CONFIG_NET_FAILOVER=y
CONFIG_ISDN=y
# CONFIG_MISDN is not set
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=m
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set
CONFIG_INPUT_VIVALDIFMAP=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=y
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5520 is not set
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
# CONFIG_KEYBOARD_APPLESPI is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1050 is not set
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_PINEPHONE is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
# CONFIG_KEYBOARD_TWL4030 is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_CYPRESS_SF is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_ELAN_I2C is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_GPIO is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_AS5011 is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
# CONFIG_JOYSTICK_XPAD is not set
# CONFIG_JOYSTICK_PSXPAD_SPI is not set
# CONFIG_JOYSTICK_PXRC is not set
# CONFIG_JOYSTICK_QWIIC is not set
# CONFIG_JOYSTICK_FSIA6B is not set
# CONFIG_JOYSTICK_SENSEHAT is not set
# CONFIG_JOYSTICK_SEESAW is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_HANWANG is not set
# CONFIG_TABLET_USB_KBTAB is not set
# CONFIG_TABLET_USB_PEGASUS is not set
# CONFIG_TABLET_SERIAL_WACOM4 is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_88PM860X is not set
# CONFIG_TOUCHSCREEN_ADS7846 is not set
# CONFIG_TOUCHSCREEN_AD7877 is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_BU21029 is not set
# CONFIG_TOUCHSCREEN_CHIPONE_ICN8505 is not set
# CONFIG_TOUCHSCREEN_CY8CTMA140 is not set
# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP5 is not set
# CONFIG_TOUCHSCREEN_DA9034 is not set
# CONFIG_TOUCHSCREEN_DA9052 is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_EETI is not set
# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set
# CONFIG_TOUCHSCREEN_EXC3000 is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_GOODIX is not set
# CONFIG_TOUCHSCREEN_GOODIX_BERLIN_I2C is not set
# CONFIG_TOUCHSCREEN_GOODIX_BERLIN_SPI is not set
# CONFIG_TOUCHSCREEN_HIDEEP is not set
# CONFIG_TOUCHSCREEN_HYCON_HY46XX is not set
# CONFIG_TOUCHSCREEN_HYNITRON_CSTXXX is not set
# CONFIG_TOUCHSCREEN_ILI210X is not set
# CONFIG_TOUCHSCREEN_ILITEK is not set
# CONFIG_TOUCHSCREEN_S6SY761 is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_EKTF2127 is not set
CONFIG_TOUCHSCREEN_ELAN=y
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_MMS114 is not set
# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set
# CONFIG_TOUCHSCREEN_MSG2638 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_NOVATEK_NVT_TS is not set
# CONFIG_TOUCHSCREEN_IMAGIS is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_PIXCIR is not set
# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set
# CONFIG_TOUCHSCREEN_WM831X is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
# CONFIG_TOUCHSCREEN_TSC2004 is not set
# CONFIG_TOUCHSCREEN_TSC2005 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_PCAP is not set
# CONFIG_TOUCHSCREEN_RM_TS is not set
# CONFIG_TOUCHSCREEN_SILEAD is not set
# CONFIG_TOUCHSCREEN_SIS_I2C is not set
# CONFIG_TOUCHSCREEN_ST1232 is not set
# CONFIG_TOUCHSCREEN_STMFTS is not set
# CONFIG_TOUCHSCREEN_SURFACE3_SPI is not set
# CONFIG_TOUCHSCREEN_SX8654 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
# CONFIG_TOUCHSCREEN_ZET6223 is not set
# CONFIG_TOUCHSCREEN_ZFORCE is not set
# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
# CONFIG_TOUCHSCREEN_IQS5XX is not set
# CONFIG_TOUCHSCREEN_IQS7211 is not set
# CONFIG_TOUCHSCREEN_ZINITIX is not set
# CONFIG_TOUCHSCREEN_HIMAX_HX83112B is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_88PM860X_ONKEY is not set
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
# CONFIG_INPUT_PCSPKR is not set
# CONFIG_INPUT_MAX77693_HAPTIC is not set
# CONFIG_INPUT_MAX8925_ONKEY is not set
# CONFIG_INPUT_MAX8997_HAPTIC is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_GPIO_BEEPER is not set
# CONFIG_INPUT_GPIO_DECODER is not set
# CONFIG_INPUT_GPIO_VIBRA is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_REGULATOR_HAPTIC is not set
# CONFIG_INPUT_RETU_PWRBUTTON is not set
# CONFIG_INPUT_TWL4030_PWRBUTTON is not set
# CONFIG_INPUT_TWL4030_VIBRA is not set
# CONFIG_INPUT_TWL6040_VIBRA is not set
CONFIG_INPUT_UINPUT=y
# CONFIG_INPUT_PALMAS_PWRBUTTON is not set
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_PWM_BEEPER is not set
# CONFIG_INPUT_PWM_VIBRA is not set
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
# CONFIG_INPUT_DA7280_HAPTICS is not set
# CONFIG_INPUT_DA9052_ONKEY is not set
# CONFIG_INPUT_DA9055_ONKEY is not set
# CONFIG_INPUT_DA9063_ONKEY is not set
# CONFIG_INPUT_WM831X_ON is not set
# CONFIG_INPUT_PCAP is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_IMS_PCU is not set
# CONFIG_INPUT_IQS269A is not set
# CONFIG_INPUT_IQS626A is not set
# CONFIG_INPUT_IQS7222 is not set
# CONFIG_INPUT_CMA3000 is not set
# CONFIG_INPUT_XEN_KBDDEV_FRONTEND is not set
# CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set
# CONFIG_INPUT_DRV260X_HAPTICS is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
# CONFIG_INPUT_RAVE_SP_PWRBUTTON is not set
# CONFIG_RMI4_CORE is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
# CONFIG_SERIO_GPIO_PS2 is not set
# CONFIG_USERIO is not set
# CONFIG_GAMEPORT is not set
# end of Hardware I/O ports
# end of Input device support
#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=0
CONFIG_LEGACY_TIOCSTI=y
CONFIG_LDISC_AUTOLOAD=y
#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_16550A_VARIANTS=y
CONFIG_SERIAL_8250_FINTEK=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCILIB=y
CONFIG_SERIAL_8250_PCI=y
# CONFIG_SERIAL_8250_EXAR is not set
# CONFIG_SERIAL_8250_MEN_MCB is not set
CONFIG_SERIAL_8250_NR_UARTS=48
CONFIG_SERIAL_8250_RUNTIME_UARTS=32
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
# CONFIG_SERIAL_8250_PCI1XXXX is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_DW is not set
CONFIG_SERIAL_8250_RT288X=y
# CONFIG_SERIAL_8250_LPSS is not set
# CONFIG_SERIAL_8250_MID is not set
# CONFIG_SERIAL_8250_PERICOM is not set
# CONFIG_SERIAL_8250_NI is not set
#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MAX3100 is not set
CONFIG_SERIAL_MAX310X=y
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_CONSOLE_POLL=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_LANTIQ is not set
CONFIG_SERIAL_SCCNXP=y
CONFIG_SERIAL_SCCNXP_CONSOLE=y
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_MEN_Z135 is not set
# CONFIG_SERIAL_SPRD is not set
# end of Serial drivers
CONFIG_SERIAL_MCTRL_GPIO=y
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_N_HDLC is not set
# CONFIG_N_GSM is not set
# CONFIG_NOZOMI is not set
# CONFIG_NULL_TTY is not set
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
CONFIG_SERIAL_DEV_BUS=y
CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
CONFIG_TTY_PRINTK=y
CONFIG_TTY_PRINTK_LEVEL=6
CONFIG_VIRTIO_CONSOLE=y
CONFIG_IPMI_HANDLER=m
CONFIG_IPMI_DMI_DECODE=y
CONFIG_IPMI_PLAT_DATA=y
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_SSIF=m
CONFIG_IPMI_WATCHDOG=m
# CONFIG_IPMI_POWEROFF is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_INTEL is not set
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_BA431 is not set
# CONFIG_HW_RANDOM_VIA is not set
# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_HW_RANDOM_XIPHERA is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
CONFIG_DEVMEM=y
# CONFIG_NVRAM is not set
CONFIG_DEVPORT=y
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HPET_MMAP_DEFAULT=y
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_UV_MMTIMER is not set
CONFIG_TCG_TPM=y
CONFIG_TCG_TPM2_HMAC=y
CONFIG_HW_RANDOM_TPM=y
CONFIG_TCG_TIS_CORE=y
CONFIG_TCG_TIS=y
# CONFIG_TCG_TIS_SPI is not set
# CONFIG_TCG_TIS_I2C is not set
# CONFIG_TCG_TIS_I2C_CR50 is not set
# CONFIG_TCG_TIS_I2C_ATMEL is not set
# CONFIG_TCG_TIS_I2C_INFINEON is not set
# CONFIG_TCG_TIS_I2C_NUVOTON is not set
# CONFIG_TCG_NSC is not set
# CONFIG_TCG_ATMEL is not set
# CONFIG_TCG_INFINEON is not set
# CONFIG_TCG_XEN is not set
CONFIG_TCG_CRB=y
# CONFIG_TCG_VTPM_PROXY is not set
# CONFIG_TCG_TIS_ST33ZP24_I2C is not set
# CONFIG_TCG_TIS_ST33ZP24_SPI is not set
# CONFIG_TELCLOCK is not set
# CONFIG_XILLYBUS is not set
# CONFIG_XILLYUSB is not set
# end of Character devices
#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=m
CONFIG_I2C_ALGOBIT=m
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_AMD_MP2 is not set
# CONFIG_I2C_AMD_ASF is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_ISMT is not set
CONFIG_I2C_PIIX4=m
# CONFIG_I2C_CHT_WC is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_NVIDIA_GPU is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_ZHAOXIN is not set
#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_CBUS_GPIO is not set
CONFIG_I2C_DESIGNWARE_CORE=y
# CONFIG_I2C_DESIGNWARE_SLAVE is not set
CONFIG_I2C_DESIGNWARE_PLATFORM=y
CONFIG_I2C_DESIGNWARE_BAYTRAIL=y
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_EMEV2 is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set
#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_CP2615 is not set
# CONFIG_I2C_PCI1XXXX is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_MLXCPLD is not set
# CONFIG_I2C_VIRTIO is not set
# end of I2C Hardware Bus support
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# end of I2C support
# CONFIG_I3C is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y
CONFIG_SPI_MEM=y
#
# SPI Master Controller Drivers
#
# CONFIG_SPI_ALTERA is not set
# CONFIG_SPI_AXI_SPI_ENGINE is not set
# CONFIG_SPI_BITBANG is not set
# CONFIG_SPI_CADENCE is not set
# CONFIG_SPI_CH341 is not set
# CONFIG_SPI_DESIGNWARE is not set
# CONFIG_SPI_GPIO is not set
# CONFIG_SPI_INTEL_PCI is not set
# CONFIG_SPI_INTEL_PLATFORM is not set
# CONFIG_SPI_MICROCHIP_CORE is not set
# CONFIG_SPI_MICROCHIP_CORE_QSPI is not set
# CONFIG_SPI_LANTIQ_SSC is not set
# CONFIG_SPI_OC_TINY is not set
# CONFIG_SPI_PCI1XXXX is not set
# CONFIG_SPI_PXA2XX is not set
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_SIFIVE is not set
# CONFIG_SPI_MXIC is not set
# CONFIG_SPI_XCOMM is not set
# CONFIG_SPI_XILINX is not set
# CONFIG_SPI_ZYNQMP_GQSPI is not set
# CONFIG_SPI_AMD is not set
#
# SPI Multiplexer support
#
# CONFIG_SPI_MUX is not set
#
# SPI Protocol Masters
#
# CONFIG_SPI_SPIDEV is not set
# CONFIG_SPI_LOOPBACK_TEST is not set
# CONFIG_SPI_TLE62X0 is not set
CONFIG_SPI_SLAVE=y
# CONFIG_SPI_SLAVE_TIME is not set
# CONFIG_SPI_SLAVE_SYSTEM_CONTROL is not set
CONFIG_SPI_DYNAMIC=y
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set
#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
# CONFIG_PPS_CLIENT_LDISC is not set
# CONFIG_PPS_CLIENT_GPIO is not set
# CONFIG_PPS_GENERATOR is not set
#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
# CONFIG_DP83640_PHY is not set
# CONFIG_PTP_1588_CLOCK_INES is not set
# CONFIG_PTP_1588_CLOCK_KVM is not set
# CONFIG_PTP_1588_CLOCK_VMCLOCK is not set
# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set
# CONFIG_PTP_1588_CLOCK_IDTCM is not set
# CONFIG_PTP_1588_CLOCK_FC3W is not set
# CONFIG_PTP_1588_CLOCK_MOCK is not set
# CONFIG_PTP_1588_CLOCK_VMW is not set
# end of PTP clock support
CONFIG_PINCTRL=y
CONFIG_PINMUX=y
CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=y
# CONFIG_PINCTRL_CY8C95X0 is not set
# CONFIG_PINCTRL_DA9062 is not set
# CONFIG_PINCTRL_MCP23S08 is not set
CONFIG_PINCTRL_SX150X=y
#
# Intel pinctrl drivers
#
CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=y
# CONFIG_PINCTRL_LYNXPOINT is not set
CONFIG_PINCTRL_INTEL=y
# CONFIG_PINCTRL_INTEL_PLATFORM is not set
# CONFIG_PINCTRL_ALDERLAKE is not set
# CONFIG_PINCTRL_BROXTON is not set
# CONFIG_PINCTRL_CANNONLAKE is not set
# CONFIG_PINCTRL_CEDARFORK is not set
# CONFIG_PINCTRL_DENVERTON is not set
# CONFIG_PINCTRL_ELKHARTLAKE is not set
# CONFIG_PINCTRL_EMMITSBURG is not set
# CONFIG_PINCTRL_GEMINILAKE is not set
# CONFIG_PINCTRL_ICELAKE is not set
# CONFIG_PINCTRL_JASPERLAKE is not set
# CONFIG_PINCTRL_LAKEFIELD is not set
# CONFIG_PINCTRL_LEWISBURG is not set
# CONFIG_PINCTRL_METEORLAKE is not set
# CONFIG_PINCTRL_METEORPOINT is not set
# CONFIG_PINCTRL_SUNRISEPOINT is not set
# CONFIG_PINCTRL_TIGERLAKE is not set
# end of Intel pinctrl drivers
#
# Renesas pinctrl drivers
#
# end of Renesas pinctrl drivers
CONFIG_GPIOLIB=y
CONFIG_GPIOLIB_FASTPATH_LIMIT=512
CONFIG_GPIO_ACPI=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_CDEV=y
# CONFIG_GPIO_CDEV_V1 is not set
CONFIG_GPIO_GENERIC=y
#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_ALTERA is not set
# CONFIG_GPIO_AMDPT is not set
# CONFIG_GPIO_DWAPB is not set
CONFIG_GPIO_GENERIC_PLATFORM=y
# CONFIG_GPIO_GRANITERAPIDS is not set
# CONFIG_GPIO_MB86S7X is not set
# CONFIG_GPIO_MENZ127 is not set
# CONFIG_GPIO_POLARFIRE_SOC is not set
# CONFIG_GPIO_XILINX is not set
# CONFIG_GPIO_AMD_FCH is not set
# end of Memory mapped GPIO drivers
#
# Port-mapped I/O GPIO drivers
#
# CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_104_DIO_48E is not set
# CONFIG_GPIO_104_IDIO_16 is not set
# CONFIG_GPIO_104_IDI_48 is not set
# CONFIG_GPIO_F7188X is not set
# CONFIG_GPIO_GPIO_MM is not set
# CONFIG_GPIO_IT87 is not set
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_WINBOND is not set
# CONFIG_GPIO_WS16C48 is not set
# end of Port-mapped I/O GPIO drivers
#
# I2C GPIO expanders
#
# CONFIG_GPIO_FXL6408 is not set
# CONFIG_GPIO_DS4520 is not set
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCA9570 is not set
# CONFIG_GPIO_PCF857X is not set
# CONFIG_GPIO_TPIC2810 is not set
# end of I2C GPIO expanders
#
# MFD GPIO expanders
#
# CONFIG_GPIO_ADP5520 is not set
CONFIG_GPIO_CRYSTAL_COVE=y
# CONFIG_GPIO_DA9052 is not set
# CONFIG_GPIO_DA9055 is not set
# CONFIG_GPIO_ELKHARTLAKE is not set
CONFIG_GPIO_PALMAS=y
CONFIG_GPIO_RC5T583=y
CONFIG_GPIO_TPS6586X=y
CONFIG_GPIO_TPS65910=y
# CONFIG_GPIO_TPS65912 is not set
# CONFIG_GPIO_TWL4030 is not set
# CONFIG_GPIO_TWL6040 is not set
# CONFIG_GPIO_WM831X is not set
# CONFIG_GPIO_WM8350 is not set
# end of MFD GPIO expanders
#
# PCI GPIO expanders
#
# CONFIG_GPIO_AMD8111 is not set
# CONFIG_GPIO_BT8XX is not set
# CONFIG_GPIO_ML_IOH is not set
# CONFIG_GPIO_PCI_IDIO_16 is not set
# CONFIG_GPIO_PCIE_IDIO_24 is not set
# CONFIG_GPIO_RDC321X is not set
# end of PCI GPIO expanders
#
# SPI GPIO expanders
#
# CONFIG_GPIO_74X164 is not set
# CONFIG_GPIO_MAX3191X is not set
# CONFIG_GPIO_MAX7301 is not set
# CONFIG_GPIO_MC33880 is not set
# CONFIG_GPIO_PISOSR is not set
# CONFIG_GPIO_XRA1403 is not set
# end of SPI GPIO expanders
#
# USB GPIO expanders
#
# CONFIG_GPIO_MPSSE is not set
# end of USB GPIO expanders
#
# Virtual GPIO drivers
#
# CONFIG_GPIO_AGGREGATOR is not set
# CONFIG_GPIO_LATCH is not set
# CONFIG_GPIO_MOCKUP is not set
# CONFIG_GPIO_VIRTIO is not set
# CONFIG_GPIO_SIM is not set
# end of Virtual GPIO drivers
#
# GPIO Debugging utilities
#
# CONFIG_GPIO_SLOPPY_LOGIC_ANALYZER is not set
# CONFIG_GPIO_VIRTUSER is not set
# end of GPIO Debugging utilities
# CONFIG_W1 is not set
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_RESTART=y
# CONFIG_POWER_SEQUENCING is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_POWER_SUPPLY_HWMON=y
# CONFIG_IP5XXX_POWER is not set
# CONFIG_MAX8925_POWER is not set
# CONFIG_WM831X_BACKUP is not set
# CONFIG_WM831X_POWER is not set
# CONFIG_WM8350_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_88PM860X is not set
# CONFIG_CHARGER_ADP5061 is not set
# CONFIG_BATTERY_CW2015 is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SAMSUNG_SDI is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_BATTERY_BQ27XXX is not set
# CONFIG_BATTERY_DA9030 is not set
# CONFIG_BATTERY_DA9052 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_BATTERY_MAX1720X is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_GPIO is not set
CONFIG_CHARGER_MANAGER=y
# CONFIG_CHARGER_LT3651 is not set
# CONFIG_CHARGER_LTC4162L is not set
# CONFIG_CHARGER_MAX14577 is not set
# CONFIG_CHARGER_MAX77693 is not set
# CONFIG_CHARGER_MAX77976 is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_BQ24190 is not set
# CONFIG_CHARGER_BQ24257 is not set
# CONFIG_CHARGER_BQ24735 is not set
# CONFIG_CHARGER_BQ2515X is not set
# CONFIG_CHARGER_BQ25890 is not set
# CONFIG_CHARGER_BQ25980 is not set
# CONFIG_CHARGER_BQ256XX is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_CHARGER_TPS65090 is not set
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
# CONFIG_BATTERY_GOLDFISH is not set
# CONFIG_BATTERY_RT5033 is not set
# CONFIG_CHARGER_RT9455 is not set
# CONFIG_CHARGER_RT9467 is not set
# CONFIG_CHARGER_RT9471 is not set
# CONFIG_CHARGER_BD99954 is not set
# CONFIG_BATTERY_UG3105 is not set
# CONFIG_FUEL_GAUGE_MM8013 is not set
CONFIG_HWMON=y
# CONFIG_HWMON_DEBUG_CHIP is not set
#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7314 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM1177 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7310 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_AHT10 is not set
# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set
# CONFIG_SENSORS_AS370 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_ASUS_ROG_RYUJIN is not set
# CONFIG_SENSORS_AXI_FAN_CONTROL is not set
# CONFIG_SENSORS_K8TEMP is not set
CONFIG_SENSORS_K10TEMP=m
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_CHIPCAP2 is not set
# CONFIG_SENSORS_CORSAIR_CPRO is not set
# CONFIG_SENSORS_CORSAIR_PSU is not set
# CONFIG_SENSORS_DRIVETEMP is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_DELL_SMM is not set
# CONFIG_SENSORS_DA9052_ADC is not set
# CONFIG_SENSORS_DA9055 is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_FTSTEUTATES is not set
# CONFIG_SENSORS_GIGABYTE_WATERFORCE is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_HS3001 is not set
# CONFIG_SENSORS_HTU31 is not set
# CONFIG_SENSORS_IBMAEM is not set
# CONFIG_SENSORS_IBMPEX is not set
# CONFIG_SENSORS_I5500 is not set
# CONFIG_SENSORS_CORETEMP is not set
# CONFIG_SENSORS_ISL28022 is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_POWERZ is not set
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LENOVO_EC is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC2947_I2C is not set
# CONFIG_SENSORS_LTC2947_SPI is not set
# CONFIG_SENSORS_LTC2990 is not set
# CONFIG_SENSORS_LTC2991 is not set
# CONFIG_SENSORS_LTC2992 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_LTC4282 is not set
# CONFIG_SENSORS_MAX1111 is not set
# CONFIG_SENSORS_MAX127 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX31722 is not set
# CONFIG_SENSORS_MAX31730 is not set
# CONFIG_SENSORS_MAX31760 is not set
# CONFIG_MAX31827 is not set
# CONFIG_SENSORS_MAX6620 is not set
# CONFIG_SENSORS_MAX6621 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_MAX31790 is not set
# CONFIG_SENSORS_MC34VR500 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_MLXREG_FAN is not set
# CONFIG_SENSORS_TC654 is not set
# CONFIG_SENSORS_TPS23861 is not set
# CONFIG_SENSORS_MENF21BMC_HWMON is not set
# CONFIG_SENSORS_MR75203 is not set
# CONFIG_SENSORS_ADCXX is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM70 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_NCT6683 is not set
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_NCT6775_I2C is not set
# CONFIG_SENSORS_NCT7363 is not set
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NCT7904 is not set
# CONFIG_SENSORS_NPCM7XX is not set
# CONFIG_SENSORS_NZXT_KRAKEN2 is not set
# CONFIG_SENSORS_NZXT_KRAKEN3 is not set
# CONFIG_SENSORS_NZXT_SMART2 is not set
# CONFIG_SENSORS_OCC_P8_I2C is not set
# CONFIG_SENSORS_OXP is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_PT5161L is not set
# CONFIG_SENSORS_PWM_FAN is not set
# CONFIG_SENSORS_SBTSI is not set
# CONFIG_SENSORS_SBRMI is not set
# CONFIG_SENSORS_SHT15 is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHT3x is not set
# CONFIG_SENSORS_SHT4x is not set
# CONFIG_SENSORS_SHTC1 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC2305 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_STTS751 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_ADS7871 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_INA238 is not set
# CONFIG_SENSORS_INA3221 is not set
# CONFIG_SENSORS_SPD5118 is not set
# CONFIG_SENSORS_TC74 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP108 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_TMP464 is not set
# CONFIG_SENSORS_TMP513 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83773G is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_WM831X is not set
# CONFIG_SENSORS_WM8350 is not set
# CONFIG_SENSORS_XGENE is not set
#
# ACPI drivers
#
CONFIG_SENSORS_ACPI_POWER=m
# CONFIG_SENSORS_ATK0110 is not set
# CONFIG_SENSORS_ASUS_WMI is not set
# CONFIG_SENSORS_ASUS_EC is not set
# CONFIG_SENSORS_HP_WMI is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_NETLINK=y
CONFIG_THERMAL_STATISTICS=y
# CONFIG_THERMAL_DEBUGFS is not set
# CONFIG_THERMAL_CORE_TESTING is not set
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_DEFAULT_GOV_BANG_BANG is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_BANG_BANG=y
CONFIG_THERMAL_GOV_USER_SPACE=y
CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
CONFIG_DEVFREQ_THERMAL=y
# CONFIG_PCIE_THERMAL is not set
CONFIG_THERMAL_EMULATION=y
#
# Intel thermal drivers
#
# CONFIG_INTEL_POWERCLAMP is not set
CONFIG_X86_THERMAL_VECTOR=y
# CONFIG_X86_PKG_TEMP_THERMAL is not set
# CONFIG_INTEL_SOC_DTS_THERMAL is not set
#
# ACPI INT340X thermal drivers
#
# CONFIG_INT340X_THERMAL is not set
# end of ACPI INT340X thermal drivers
# CONFIG_INTEL_PCH_THERMAL is not set
# CONFIG_INTEL_TCC_COOLING is not set
# CONFIG_INTEL_HFI_THERMAL is not set
# end of Intel thermal drivers
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
CONFIG_WATCHDOG_OPEN_TIMEOUT=0
CONFIG_WATCHDOG_SYSFS=y
# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set
#
# Watchdog Pretimeout Governors
#
CONFIG_WATCHDOG_PRETIMEOUT_GOV=y
CONFIG_WATCHDOG_PRETIMEOUT_GOV_SEL=m
CONFIG_WATCHDOG_PRETIMEOUT_GOV_NOOP=y
CONFIG_WATCHDOG_PRETIMEOUT_GOV_PANIC=y
CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP=y
# CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC is not set
#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=y
CONFIG_SOFT_WATCHDOG_PRETIMEOUT=y
CONFIG_DA9052_WATCHDOG=y
CONFIG_DA9055_WATCHDOG=y
CONFIG_DA9063_WATCHDOG=y
CONFIG_DA9062_WATCHDOG=y
# CONFIG_LENOVO_SE10_WDT is not set
# CONFIG_LENOVO_SE30_WDT is not set
CONFIG_MENF21BMC_WATCHDOG=y
CONFIG_MENZ069_WATCHDOG=y
CONFIG_WDAT_WDT=y
CONFIG_WM831X_WATCHDOG=y
CONFIG_WM8350_WATCHDOG=y
CONFIG_XILINX_WATCHDOG=y
CONFIG_ZIIRAVE_WATCHDOG=y
CONFIG_RAVE_SP_WATCHDOG=y
# CONFIG_MLX_WDT is not set
CONFIG_CADENCE_WATCHDOG=y
CONFIG_DW_WATCHDOG=y
CONFIG_TWL4030_WATCHDOG=y
CONFIG_MAX63XX_WATCHDOG=y
CONFIG_RETU_WATCHDOG=y
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ADVANTECH_EC_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_EBC_C384_WDT is not set
# CONFIG_EXAR_WDT is not set
# CONFIG_F71808E_WDT is not set
# CONFIG_SP5100_TCO is not set
CONFIG_SBC_FITPC2_WATCHDOG=y
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_IE6XX_WDT is not set
# CONFIG_ITCO_WDT is not set
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
CONFIG_HP_WATCHDOG=y
CONFIG_HPWDT_NMI_DECODING=y
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_NV_TCO is not set
# CONFIG_60XX_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_TQMX86_WDT is not set
# CONFIG_VIA_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
CONFIG_SBC_EPX_C3_WATCHDOG=y
# CONFIG_NI903X_WDT is not set
# CONFIG_NIC7018_WDT is not set
# CONFIG_MEN_A21_WDT is not set
# CONFIG_XEN_WDT is not set
#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=y
# CONFIG_WDTPCI is not set
#
# USB-based Watchdog Cards
#
CONFIG_USBPCWATCHDOG=y
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y
# CONFIG_BCMA is not set
#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
CONFIG_MFD_AS3711=y
# CONFIG_MFD_SMPRO is not set
CONFIG_PMIC_ADP5520=y
CONFIG_MFD_AAT2870_CORE=y
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_BD9571MWV is not set
# CONFIG_MFD_AXP20X_I2C is not set
# CONFIG_MFD_CGBC is not set
# CONFIG_MFD_CS42L43_I2C is not set
# CONFIG_MFD_MADERA is not set
CONFIG_PMIC_DA903X=y
CONFIG_PMIC_DA9052=y
CONFIG_MFD_DA9052_SPI=y
CONFIG_MFD_DA9052_I2C=y
CONFIG_MFD_DA9055=y
CONFIG_MFD_DA9062=y
CONFIG_MFD_DA9063=y
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_MC13XXX_SPI is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_MFD_MP2629 is not set
# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
# CONFIG_LPC_ICH is not set
# CONFIG_LPC_SCH is not set
CONFIG_INTEL_SOC_PMIC=y
CONFIG_INTEL_SOC_PMIC_CHTWC=y
# CONFIG_INTEL_SOC_PMIC_CHTDC_TI is not set
# CONFIG_INTEL_SOC_PMIC_MRFLD is not set
# CONFIG_MFD_INTEL_LPSS_ACPI is not set
# CONFIG_MFD_INTEL_LPSS_PCI is not set
# CONFIG_MFD_INTEL_PMC_BXT is not set
# CONFIG_MFD_IQS62X is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
CONFIG_MFD_88PM860X=y
CONFIG_MFD_MAX14577=y
# CONFIG_MFD_MAX77541 is not set
CONFIG_MFD_MAX77693=y
# CONFIG_MFD_MAX77705 is not set
CONFIG_MFD_MAX77843=y
# CONFIG_MFD_MAX8907 is not set
CONFIG_MFD_MAX8925=y
CONFIG_MFD_MAX8997=y
CONFIG_MFD_MAX8998=y
# CONFIG_MFD_MT6360 is not set
# CONFIG_MFD_MT6370 is not set
# CONFIG_MFD_MT6397 is not set
CONFIG_MFD_MENF21BMC=y
# CONFIG_MFD_OCELOT is not set
CONFIG_EZX_PCAP=y
# CONFIG_MFD_VIPERBOARD is not set
CONFIG_MFD_RETU=y
# CONFIG_MFD_SY7636A is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RT4831 is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_RT5120 is not set
CONFIG_MFD_RC5T583=y
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SKY81452 is not set
CONFIG_MFD_SYSCON=y
# CONFIG_MFD_LP3943 is not set
CONFIG_MFD_LP8788=y
# CONFIG_MFD_TI_LMU is not set
CONFIG_MFD_PALMAS=y
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65086 is not set
CONFIG_MFD_TPS65090=y
# CONFIG_MFD_TI_LP873X is not set
CONFIG_MFD_TPS6586X=y
CONFIG_MFD_TPS65910=y
CONFIG_MFD_TPS65912=y
CONFIG_MFD_TPS65912_I2C=y
CONFIG_MFD_TPS65912_SPI=y
# CONFIG_MFD_TPS6594_I2C is not set
# CONFIG_MFD_TPS6594_SPI is not set
CONFIG_TWL4030_CORE=y
CONFIG_MFD_TWL4030_AUDIO=y
CONFIG_TWL6040_CORE=y
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TQMX86 is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_ARIZONA_SPI is not set
CONFIG_MFD_WM8400=y
CONFIG_MFD_WM831X=y
CONFIG_MFD_WM831X_I2C=y
CONFIG_MFD_WM831X_SPI=y
CONFIG_MFD_WM8350=y
CONFIG_MFD_WM8350_I2C=y
# CONFIG_MFD_WM8994 is not set
# CONFIG_MFD_ATC260X_I2C is not set
# CONFIG_MFD_CS40L50_I2C is not set
# CONFIG_MFD_CS40L50_SPI is not set
CONFIG_RAVE_SP_CORE=y
# CONFIG_MFD_INTEL_M10_BMC_SPI is not set
# CONFIG_MFD_QNAP_MCU is not set
# CONFIG_MFD_UPBOARD_FPGA is not set
# end of Multifunction device drivers
CONFIG_REGULATOR=y
# CONFIG_REGULATOR_DEBUG is not set
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
# CONFIG_REGULATOR_NETLINK_EVENTS is not set
# CONFIG_REGULATOR_88PG86X is not set
# CONFIG_REGULATOR_88PM8607 is not set
# CONFIG_REGULATOR_ACT8865 is not set
# CONFIG_REGULATOR_AD5398 is not set
# CONFIG_REGULATOR_AAT2870 is not set
# CONFIG_REGULATOR_AS3711 is not set
# CONFIG_REGULATOR_AW37503 is not set
# CONFIG_REGULATOR_DA903X is not set
# CONFIG_REGULATOR_DA9052 is not set
# CONFIG_REGULATOR_DA9055 is not set
# CONFIG_REGULATOR_DA9062 is not set
# CONFIG_REGULATOR_DA9210 is not set
# CONFIG_REGULATOR_DA9211 is not set
# CONFIG_REGULATOR_FAN53555 is not set
# CONFIG_REGULATOR_GPIO is not set
# CONFIG_REGULATOR_ISL9305 is not set
# CONFIG_REGULATOR_ISL6271A is not set
# CONFIG_REGULATOR_LP3971 is not set
# CONFIG_REGULATOR_LP3972 is not set
# CONFIG_REGULATOR_LP872X is not set
# CONFIG_REGULATOR_LP8755 is not set
# CONFIG_REGULATOR_LP8788 is not set
# CONFIG_REGULATOR_LTC3589 is not set
# CONFIG_REGULATOR_LTC3676 is not set
# CONFIG_REGULATOR_MAX14577 is not set
# CONFIG_REGULATOR_MAX1586 is not set
# CONFIG_REGULATOR_MAX77503 is not set
# CONFIG_REGULATOR_MAX77857 is not set
# CONFIG_REGULATOR_MAX8649 is not set
# CONFIG_REGULATOR_MAX8660 is not set
# CONFIG_REGULATOR_MAX8893 is not set
# CONFIG_REGULATOR_MAX8925 is not set
# CONFIG_REGULATOR_MAX8952 is not set
# CONFIG_REGULATOR_MAX8997 is not set
# CONFIG_REGULATOR_MAX8998 is not set
# CONFIG_REGULATOR_MAX20086 is not set
# CONFIG_REGULATOR_MAX20411 is not set
# CONFIG_REGULATOR_MAX77693 is not set
# CONFIG_REGULATOR_MAX77826 is not set
# CONFIG_REGULATOR_MP8859 is not set
# CONFIG_REGULATOR_MT6311 is not set
# CONFIG_REGULATOR_PALMAS is not set
# CONFIG_REGULATOR_PCA9450 is not set
# CONFIG_REGULATOR_PF9453 is not set
# CONFIG_REGULATOR_PCAP is not set
# CONFIG_REGULATOR_PV88060 is not set
# CONFIG_REGULATOR_PV88080 is not set
# CONFIG_REGULATOR_PV88090 is not set
# CONFIG_REGULATOR_PWM is not set
# CONFIG_REGULATOR_RAA215300 is not set
# CONFIG_REGULATOR_RC5T583 is not set
# CONFIG_REGULATOR_RT4801 is not set
# CONFIG_REGULATOR_RT4803 is not set
# CONFIG_REGULATOR_RT5190A is not set
# CONFIG_REGULATOR_RT5739 is not set
# CONFIG_REGULATOR_RT5759 is not set
# CONFIG_REGULATOR_RT6160 is not set
# CONFIG_REGULATOR_RT6190 is not set
# CONFIG_REGULATOR_RT6245 is not set
# CONFIG_REGULATOR_RTQ2134 is not set
# CONFIG_REGULATOR_RTMV20 is not set
# CONFIG_REGULATOR_RTQ6752 is not set
# CONFIG_REGULATOR_RTQ2208 is not set
# CONFIG_REGULATOR_SLG51000 is not set
# CONFIG_REGULATOR_TPS51632 is not set
# CONFIG_REGULATOR_TPS62360 is not set
# CONFIG_REGULATOR_TPS65023 is not set
# CONFIG_REGULATOR_TPS6507X is not set
# CONFIG_REGULATOR_TPS65090 is not set
# CONFIG_REGULATOR_TPS65132 is not set
# CONFIG_REGULATOR_TPS6524X is not set
# CONFIG_REGULATOR_TPS6586X is not set
# CONFIG_REGULATOR_TPS65910 is not set
# CONFIG_REGULATOR_TPS65912 is not set
# CONFIG_REGULATOR_TWL4030 is not set
# CONFIG_REGULATOR_WM831X is not set
# CONFIG_REGULATOR_WM8350 is not set
# CONFIG_REGULATOR_WM8400 is not set
CONFIG_RC_CORE=m
CONFIG_LIRC=y
# CONFIG_RC_MAP is not set
CONFIG_RC_DECODERS=y
# CONFIG_IR_IMON_DECODER is not set
# CONFIG_IR_JVC_DECODER is not set
# CONFIG_IR_MCE_KBD_DECODER is not set
# CONFIG_IR_NEC_DECODER is not set
# CONFIG_IR_RC5_DECODER is not set
# CONFIG_IR_RC6_DECODER is not set
# CONFIG_IR_RCMM_DECODER is not set
# CONFIG_IR_SANYO_DECODER is not set
# CONFIG_IR_SHARP_DECODER is not set
# CONFIG_IR_SONY_DECODER is not set
# CONFIG_IR_XMP_DECODER is not set
CONFIG_RC_DEVICES=y
# CONFIG_IR_ENE is not set
# CONFIG_IR_FINTEK is not set
# CONFIG_IR_IGORPLUGUSB is not set
# CONFIG_IR_IGUANA is not set
# CONFIG_IR_IMON is not set
# CONFIG_IR_IMON_RAW is not set
# CONFIG_IR_ITE_CIR is not set
# CONFIG_IR_MCEUSB is not set
# CONFIG_IR_NUVOTON is not set
# CONFIG_IR_REDRAT3 is not set
# CONFIG_IR_SERIAL is not set
# CONFIG_IR_STREAMZAP is not set
# CONFIG_IR_TOY is not set
# CONFIG_IR_TTUSBIR is not set
# CONFIG_IR_WINBOND_CIR is not set
# CONFIG_RC_ATI_REMOTE is not set
# CONFIG_RC_LOOPBACK is not set
# CONFIG_RC_XBOX_DVD is not set
#
# CEC support
#
CONFIG_MEDIA_CEC_SUPPORT=y
# CONFIG_CEC_CH7322 is not set
# CONFIG_CEC_NXP_TDA9950 is not set
# CONFIG_CEC_GPIO is not set
# CONFIG_CEC_SECO is not set
# CONFIG_USB_PULSE8_CEC is not set
# CONFIG_USB_RAINSHADOW_CEC is not set
# end of CEC support
# CONFIG_MEDIA_SUPPORT is not set
#
# Graphics support
#
CONFIG_APERTURE_HELPERS=y
CONFIG_SCREEN_INFO=y
CONFIG_VIDEO=y
CONFIG_AUXDISPLAY=y
# CONFIG_HD44780 is not set
# CONFIG_LCD2S is not set
# CONFIG_CHARLCD_BL_OFF is not set
# CONFIG_CHARLCD_BL_ON is not set
CONFIG_CHARLCD_BL_FLASH=y
# CONFIG_IMG_ASCII_LCD is not set
# CONFIG_HT16K33 is not set
# CONFIG_MAX6959 is not set
# CONFIG_SEG_LED_GPIO is not set
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_SIS is not set
CONFIG_AGP_VIA=y
CONFIG_INTEL_GTT=y
CONFIG_VGA_SWITCHEROO=y
CONFIG_DRM=m
# CONFIG_DRM_DEBUG_MM is not set
CONFIG_DRM_KMS_HELPER=m
# CONFIG_DRM_PANIC is not set
# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set
# CONFIG_DRM_DEBUG_MODESET_LOCK is not set
CONFIG_DRM_CLIENT=y
CONFIG_DRM_CLIENT_LIB=m
CONFIG_DRM_CLIENT_SELECTION=m
CONFIG_DRM_CLIENT_SETUP=y
#
# Supported DRM clients
#
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
# CONFIG_DRM_CLIENT_LOG is not set
CONFIG_DRM_CLIENT_DEFAULT_FBDEV=y
CONFIG_DRM_CLIENT_DEFAULT="fbdev"
# end of Supported DRM clients
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
CONFIG_DRM_GEM_SHMEM_HELPER=m
#
# ARM devices
#
# end of ARM devices
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_AMDGPU is not set
# CONFIG_DRM_NOUVEAU is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_XE is not set
# CONFIG_DRM_VGEM is not set
# CONFIG_DRM_VKMS is not set
# CONFIG_DRM_VMWGFX is not set
# CONFIG_DRM_GMA500 is not set
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_AST is not set
CONFIG_DRM_MGAG200=m
# CONFIG_DRM_QXL is not set
# CONFIG_DRM_VIRTIO_GPU is not set
CONFIG_DRM_PANEL=y
#
# Display Panels
#
# CONFIG_DRM_PANEL_AUO_A030JTN01 is not set
# CONFIG_DRM_PANEL_ILITEK_ILI9341 is not set
# CONFIG_DRM_PANEL_ORISETECH_OTA5601A is not set
# CONFIG_DRM_PANEL_WIDECHIPS_WS2401 is not set
# end of Display Panels
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y
#
# Display Interface Bridges
#
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# end of Display Interface Bridges
# CONFIG_DRM_ETNAVIV is not set
# CONFIG_DRM_HISI_HIBMC is not set
# CONFIG_DRM_APPLETBDRM is not set
# CONFIG_DRM_BOCHS is not set
# CONFIG_DRM_CIRRUS_QEMU is not set
# CONFIG_DRM_GM12U320 is not set
# CONFIG_DRM_PANEL_MIPI_DBI is not set
# CONFIG_DRM_SIMPLEDRM is not set
# CONFIG_TINYDRM_HX8357D is not set
# CONFIG_TINYDRM_ILI9163 is not set
# CONFIG_TINYDRM_ILI9225 is not set
# CONFIG_TINYDRM_ILI9341 is not set
# CONFIG_TINYDRM_ILI9486 is not set
# CONFIG_TINYDRM_MI0283QT is not set
# CONFIG_TINYDRM_REPAPER is not set
# CONFIG_TINYDRM_SHARP_MEMORY is not set
# CONFIG_TINYDRM_ST7586 is not set
# CONFIG_TINYDRM_ST7735R is not set
# CONFIG_DRM_XEN_FRONTEND is not set
# CONFIG_DRM_VBOXVIDEO is not set
# CONFIG_DRM_GUD is not set
# CONFIG_DRM_SSD130X is not set
# CONFIG_DRM_WERROR is not set
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
#
# Frame buffer Devices
#
CONFIG_FB=y
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
CONFIG_FB_ASILIANT=y
CONFIG_FB_IMSTT=y
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
CONFIG_FB_VESA=y
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_XEN_FBDEV_FRONTEND is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_SIMPLE is not set
# CONFIG_FB_SSD1307 is not set
# CONFIG_FB_SM712 is not set
CONFIG_FB_CORE=y
CONFIG_FB_NOTIFY=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DEVICE=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYSMEM_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_IOMEM_FOPS=y
CONFIG_FB_IOMEM_HELPERS=y
CONFIG_FB_SYSMEM_HELPERS=y
CONFIG_FB_SYSMEM_HELPERS_DEFERRED=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
# end of Frame buffer Devices
#
# Backlight & LCD device support
#
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_KTD253 is not set
# CONFIG_BACKLIGHT_KTD2801 is not set
# CONFIG_BACKLIGHT_KTZ8866 is not set
# CONFIG_BACKLIGHT_PWM is not set
# CONFIG_BACKLIGHT_DA903X is not set
# CONFIG_BACKLIGHT_DA9052 is not set
# CONFIG_BACKLIGHT_MAX8925 is not set
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_QCOM_WLED is not set
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_WM831X is not set
# CONFIG_BACKLIGHT_ADP5520 is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_88PM860X is not set
# CONFIG_BACKLIGHT_AAT2870 is not set
# CONFIG_BACKLIGHT_LM3509 is not set
# CONFIG_BACKLIGHT_LM3630A is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_LP855X is not set
# CONFIG_BACKLIGHT_LP8788 is not set
# CONFIG_BACKLIGHT_MP3309C is not set
# CONFIG_BACKLIGHT_PANDORA is not set
# CONFIG_BACKLIGHT_AS3711 is not set
# CONFIG_BACKLIGHT_GPIO is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_BACKLIGHT_ARCXCNN is not set
# CONFIG_BACKLIGHT_RAVE_SP is not set
# end of Backlight & LCD device support
CONFIG_HDMI=y
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
# end of Console display driver support
# CONFIG_LOGO is not set
# end of Graphics support
# CONFIG_DRM_ACCEL is not set
# CONFIG_SOUND is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=m
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=m
#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
# CONFIG_HID_ACCUTOUCH is not set
# CONFIG_HID_ACRUX is not set
# CONFIG_HID_APPLE is not set
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_APPLETB_BL is not set
# CONFIG_HID_APPLETB_KBD is not set
# CONFIG_HID_ASUS is not set
# CONFIG_HID_AUREAL is not set
# CONFIG_HID_BELKIN is not set
# CONFIG_HID_BETOP_FF is not set
# CONFIG_HID_BIGBEN_FF is not set
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_CORSAIR is not set
# CONFIG_HID_COUGAR is not set
# CONFIG_HID_MACALLY is not set
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CP2112 is not set
# CONFIG_HID_CREATIVE_SB0540 is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELAN is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
# CONFIG_HID_EVISION is not set
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_FT260 is not set
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
# CONFIG_HID_GLORIOUS is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_GOODIX_SPI is not set
# CONFIG_HID_GOOGLE_STADIA_FF is not set
# CONFIG_HID_VIVALDI is not set
# CONFIG_HID_GT683R is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_KYSONA is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_VIEWSONIC is not set
# CONFIG_HID_VRC2 is not set
# CONFIG_HID_XIAOMI is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_ITE is not set
# CONFIG_HID_JABRA is not set
# CONFIG_HID_TWINHAN is not set
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LED is not set
# CONFIG_HID_LENOVO is not set
# CONFIG_HID_LETSKETCH is not set
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MALTRON is not set
# CONFIG_HID_MAYFLASH is not set
# CONFIG_HID_MEGAWORLD_FF is not set
# CONFIG_HID_REDRAGON is not set
# CONFIG_HID_MICROSOFT is not set
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NINTENDO is not set
# CONFIG_HID_NTI is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PENMOUNT is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PXRC is not set
# CONFIG_HID_RAZER is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_RETRODE is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SEMITEK is not set
# CONFIG_HID_SIGMAMICRO is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEAM is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_TOPRE is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_UDRAW_PS3 is not set
# CONFIG_HID_U2FZERO is not set
# CONFIG_HID_UNIVERSAL_PIDFF is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_WINWING is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
# CONFIG_HID_ALPS is not set
# CONFIG_HID_MCP2200 is not set
# CONFIG_HID_MCP2221 is not set
# end of Special HID drivers
#
# HID-BPF support
#
# CONFIG_HID_BPF is not set
# end of HID-BPF support
CONFIG_I2C_HID=m
# CONFIG_I2C_HID_ACPI is not set
# CONFIG_I2C_HID_OF is not set
#
# Intel ISH HID support
#
# CONFIG_INTEL_ISH_HID is not set
# end of Intel ISH HID support
#
# AMD SFH HID Support
#
# CONFIG_AMD_SFH_HID is not set
# end of AMD SFH HID Support
#
# Intel THC HID Support
#
# CONFIG_INTEL_THC_HID is not set
# end of Intel THC HID Support
#
# USB HID support
#
CONFIG_USB_HID=m
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# end of USB HID Boot Protocol drivers
# end of USB HID support
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_LED_TRIG=y
# CONFIG_USB_ULPI_BUS is not set
# CONFIG_USB_CONN_GPIO is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
CONFIG_USB_PCI_AMD=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_FEW_INIT_RETRIES is not set
CONFIG_USB_DYNAMIC_MINORS=y
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_PRODUCTLIST is not set
# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set
# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set
CONFIG_USB_AUTOSUSPEND_DELAY=2
CONFIG_USB_DEFAULT_AUTHORIZATION_MODE=1
# CONFIG_USB_MON is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DBGCAP=y
CONFIG_USB_XHCI_PCI=y
CONFIG_USB_XHCI_PCI_RENESAS=m
# CONFIG_USB_XHCI_PLATFORM is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_USB_EHCI_FSL is not set
CONFIG_USB_EHCI_HCD_PLATFORM=y
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_MAX3421_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PCI=y
CONFIG_USB_OHCI_HCD_PLATFORM=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_TEST_MODE is not set
# CONFIG_USB_XEN_HCD is not set
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
CONFIG_USB_UAS=y
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
#
# USB dual-mode controller drivers
#
# CONFIG_USB_CDNS_SUPPORT is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
CONFIG_USB_DWC2=y
CONFIG_USB_DWC2_HOST=y
#
# Gadget/Dual-role mode requires USB Gadget support to be enabled
#
# CONFIG_USB_DWC2_PCI is not set
# CONFIG_USB_DWC2_DEBUG is not set
# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set
#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
CONFIG_USB_SEVSEG=y
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_APPLE_MFI_FASTCHARGE is not set
# CONFIG_USB_LJCA is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HUB_USB251XB is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set
#
# USB Physical Layer drivers
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_TAHVO_USB is not set
# CONFIG_USB_ISP1301 is not set
# end of USB Physical Layer drivers
# CONFIG_USB_GADGET is not set
# CONFIG_TYPEC is not set
CONFIG_USB_ROLE_SWITCH=y
# CONFIG_USB_ROLES_INTEL_XHCI is not set
CONFIG_MMC=y
# CONFIG_MMC_BLOCK is not set
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set
CONFIG_MMC_CRYPTO=y
#
# MMC/SD/SDIO Host Controller Drivers
#
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_SDHCI is not set
# CONFIG_MMC_WBSD is not set
# CONFIG_MMC_TIFM_SD is not set
# CONFIG_MMC_SPI is not set
# CONFIG_MMC_CB710 is not set
# CONFIG_MMC_VIA_SDMMC is not set
# CONFIG_MMC_VUB300 is not set
# CONFIG_MMC_USHC is not set
# CONFIG_MMC_USDHI6ROL0 is not set
# CONFIG_MMC_CQHCI is not set
# CONFIG_MMC_HSQ is not set
# CONFIG_MMC_TOSHIBA_PCI is not set
# CONFIG_MMC_MTK is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
# CONFIG_LEDS_CLASS_FLASH is not set
# CONFIG_LEDS_CLASS_MULTICOLOR is not set
CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y
#
# LED drivers
#
# CONFIG_LEDS_88PM860X is not set
# CONFIG_LEDS_APU is not set
# CONFIG_LEDS_AW200XX is not set
# CONFIG_LEDS_CHT_WCOVE is not set
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3532 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_GPIO is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP3952 is not set
# CONFIG_LEDS_LP8788 is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_PCA995X is not set
# CONFIG_LEDS_WM831X_STATUS is not set
# CONFIG_LEDS_WM8350 is not set
# CONFIG_LEDS_DA903X is not set
# CONFIG_LEDS_DA9052 is not set
# CONFIG_LEDS_DAC124S085 is not set
# CONFIG_LEDS_PWM is not set
# CONFIG_LEDS_REGULATOR is not set
# CONFIG_LEDS_BD2606MVV is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
# CONFIG_LEDS_LT3593 is not set
# CONFIG_LEDS_ADP5520 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_MAX8997 is not set
# CONFIG_LEDS_LM355x is not set
# CONFIG_LEDS_MENF21BMC is not set
# CONFIG_LEDS_IS31FL319X is not set
#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set
# CONFIG_LEDS_MLXCPLD is not set
# CONFIG_LEDS_MLXREG is not set
# CONFIG_LEDS_USER is not set
# CONFIG_LEDS_NIC78BX is not set
# CONFIG_LEDS_SPI_BYTE is not set
#
# Flash and Torch LED drivers
#
#
# RGB LED drivers
#
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
CONFIG_LEDS_TRIGGER_DISK=y
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
CONFIG_LEDS_TRIGGER_CPU=y
# CONFIG_LEDS_TRIGGER_ACTIVITY is not set
# CONFIG_LEDS_TRIGGER_GPIO is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_LEDS_TRIGGER_CAMERA is not set
CONFIG_LEDS_TRIGGER_PANIC=y
# CONFIG_LEDS_TRIGGER_NETDEV is not set
# CONFIG_LEDS_TRIGGER_PATTERN is not set
# CONFIG_LEDS_TRIGGER_TTY is not set
# CONFIG_LEDS_TRIGGER_INPUT_EVENTS is not set
#
# Simatic LED drivers
#
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_EDAC=y
# CONFIG_EDAC_LEGACY_SYSFS is not set
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_DECODE_MCE=m
CONFIG_EDAC_GHES=y
# CONFIG_EDAC_SCRUB is not set
# CONFIG_EDAC_ECS is not set
# CONFIG_EDAC_MEM_REPAIR is not set
CONFIG_EDAC_AMD64=m
# CONFIG_EDAC_E752X is not set
# CONFIG_EDAC_I82975X is not set
# CONFIG_EDAC_I3000 is not set
# CONFIG_EDAC_I3200 is not set
# CONFIG_EDAC_IE31200 is not set
# CONFIG_EDAC_X38 is not set
# CONFIG_EDAC_I5400 is not set
# CONFIG_EDAC_I7CORE is not set
# CONFIG_EDAC_I5100 is not set
# CONFIG_EDAC_I7300 is not set
# CONFIG_EDAC_SBRIDGE is not set
# CONFIG_EDAC_SKX is not set
# CONFIG_EDAC_I10NM is not set
# CONFIG_EDAC_PND2 is not set
# CONFIG_EDAC_IGEN6 is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
CONFIG_RTC_NVMEM=y
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set
#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_88PM860X is not set
# CONFIG_RTC_DRV_ABB5ZES3 is not set
# CONFIG_RTC_DRV_ABEOZ9 is not set
# CONFIG_RTC_DRV_ABX80X is not set
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_LP8788 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_MAX8925 is not set
# CONFIG_RTC_DRV_MAX8998 is not set
# CONFIG_RTC_DRV_MAX8997 is not set
# CONFIG_RTC_DRV_MAX31335 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF85063 is not set
# CONFIG_RTC_DRV_PCF85363 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_PALMAS is not set
# CONFIG_RTC_DRV_TPS6586X is not set
# CONFIG_RTC_DRV_TPS65910 is not set
# CONFIG_RTC_DRV_RC5T583 is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8010 is not set
# CONFIG_RTC_DRV_RX8111 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3028 is not set
# CONFIG_RTC_DRV_RV3032 is not set
# CONFIG_RTC_DRV_RV8803 is not set
# CONFIG_RTC_DRV_SD2405AL is not set
# CONFIG_RTC_DRV_SD3078 is not set
#
# SPI RTC drivers
#
# CONFIG_RTC_DRV_M41T93 is not set
# CONFIG_RTC_DRV_M41T94 is not set
# CONFIG_RTC_DRV_DS1302 is not set
# CONFIG_RTC_DRV_DS1305 is not set
# CONFIG_RTC_DRV_DS1343 is not set
# CONFIG_RTC_DRV_DS1347 is not set
# CONFIG_RTC_DRV_DS1390 is not set
# CONFIG_RTC_DRV_MAX6916 is not set
# CONFIG_RTC_DRV_R9701 is not set
# CONFIG_RTC_DRV_RX4581 is not set
# CONFIG_RTC_DRV_RS5C348 is not set
# CONFIG_RTC_DRV_MAX6902 is not set
# CONFIG_RTC_DRV_PCF2123 is not set
# CONFIG_RTC_DRV_MCP795 is not set
CONFIG_RTC_I2C_AND_SPI=y
#
# SPI and I2C RTC drivers
#
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set
# CONFIG_RTC_DRV_RX6110 is not set
#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_DA9052 is not set
# CONFIG_RTC_DRV_DA9055 is not set
# CONFIG_RTC_DRV_DA9063 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_WM831X is not set
# CONFIG_RTC_DRV_WM8350 is not set
#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_FTRTC010 is not set
# CONFIG_RTC_DRV_PCAP is not set
#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_GOLDFISH is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set
#
# DMA Devices
#
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DMA_ACPI=y
# CONFIG_ALTERA_MSGDMA is not set
# CONFIG_INTEL_IDMA64 is not set
# CONFIG_INTEL_IDXD is not set
# CONFIG_INTEL_IDXD_COMPAT is not set
# CONFIG_INTEL_IOATDMA is not set
# CONFIG_PLX_DMA is not set
# CONFIG_XILINX_DMA is not set
# CONFIG_XILINX_XDMA is not set
# CONFIG_AMD_AE4DMA is not set
CONFIG_AMD_PTDMA=m
# CONFIG_AMD_QDMA is not set
# CONFIG_QCOM_HIDMA_MGMT is not set
# CONFIG_QCOM_HIDMA is not set
# CONFIG_DW_DMAC is not set
# CONFIG_DW_DMAC_PCI is not set
# CONFIG_DW_EDMA is not set
# CONFIG_SF_PDMA is not set
CONFIG_INTEL_LDMA=y
#
# DMA Clients
#
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
#
# DMABUF options
#
CONFIG_SYNC_FILE=y
CONFIG_SW_SYNC=y
CONFIG_UDMABUF=y
# CONFIG_DMABUF_MOVE_NOTIFY is not set
# CONFIG_DMABUF_DEBUG is not set
# CONFIG_DMABUF_SELFTESTS is not set
CONFIG_DMABUF_HEAPS=y
# CONFIG_DMABUF_SYSFS_STATS is not set
CONFIG_DMABUF_HEAPS_SYSTEM=y
# end of DMABUF options
# CONFIG_UIO is not set
CONFIG_VFIO=y
CONFIG_VFIO_GROUP=y
CONFIG_VFIO_CONTAINER=y
CONFIG_VFIO_IOMMU_TYPE1=y
CONFIG_VFIO_NOIOMMU=y
CONFIG_VFIO_VIRQFD=y
# CONFIG_VFIO_DEBUGFS is not set
#
# VFIO support for PCI devices
#
CONFIG_VFIO_PCI_CORE=y
CONFIG_VFIO_PCI_INTX=y
CONFIG_VFIO_PCI=y
CONFIG_VFIO_PCI_VGA=y
CONFIG_VFIO_PCI_IGD=y
# CONFIG_VIRTIO_VFIO_PCI is not set
# end of VFIO support for PCI devices
CONFIG_IRQ_BYPASS_MANAGER=y
CONFIG_VIRT_DRIVERS=y
CONFIG_VMGENID=y
# CONFIG_VBOXGUEST is not set
# CONFIG_NITRO_ENCLAVES is not set
# CONFIG_ACRN_HSM is not set
CONFIG_TSM_REPORTS=m
# CONFIG_EFI_SECRET is not set
CONFIG_SEV_GUEST=m
CONFIG_VIRTIO_ANCHOR=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_PCI_LIB=y
CONFIG_VIRTIO_PCI_LIB_LEGACY=y
CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_ADMIN_LEGACY=y
CONFIG_VIRTIO_PCI_LEGACY=y
# CONFIG_VIRTIO_PMEM is not set
CONFIG_VIRTIO_BALLOON=y
# CONFIG_VIRTIO_MEM is not set
# CONFIG_VIRTIO_INPUT is not set
CONFIG_VIRTIO_MMIO=y
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
# CONFIG_VIRTIO_DEBUG is not set
# CONFIG_VDPA is not set
CONFIG_VHOST_IOTLB=y
CONFIG_VHOST_TASK=y
CONFIG_VHOST=y
CONFIG_VHOST_MENU=y
CONFIG_VHOST_NET=y
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
#
# Microsoft Hyper-V guest support
#
# CONFIG_HYPERV is not set
# end of Microsoft Hyper-V guest support
#
# Xen driver support
#
CONFIG_XEN_BALLOON=y
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
CONFIG_XEN_MEMORY_HOTPLUG_LIMIT=512
CONFIG_XEN_SCRUB_PAGES_DEFAULT=y
# CONFIG_XEN_DEV_EVTCHN is not set
CONFIG_XEN_BACKEND=y
# CONFIG_XENFS is not set
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
# CONFIG_XEN_GNTDEV is not set
# CONFIG_XEN_GRANT_DEV_ALLOC is not set
CONFIG_XEN_GRANT_DMA_ALLOC=y
CONFIG_SWIOTLB_XEN=y
# CONFIG_XEN_PCIDEV_BACKEND is not set
# CONFIG_XEN_PVCALLS_FRONTEND is not set
# CONFIG_XEN_PVCALLS_BACKEND is not set
# CONFIG_XEN_PRIVCMD is not set
CONFIG_XEN_ACPI_PROCESSOR=y
CONFIG_XEN_MCE_LOG=y
CONFIG_XEN_HAVE_PVMMU=y
CONFIG_XEN_EFI=y
CONFIG_XEN_AUTO_XLATE=y
CONFIG_XEN_ACPI=y
CONFIG_XEN_HAVE_VPMU=y
CONFIG_XEN_UNPOPULATED_ALLOC=y
# CONFIG_XEN_VIRTIO is not set
# end of Xen driver support
# CONFIG_GREYBUS is not set
CONFIG_COMEDI=y
# CONFIG_COMEDI_DEBUG is not set
CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048
CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480
# CONFIG_COMEDI_MISC_DRIVERS is not set
# CONFIG_COMEDI_ISA_DRIVERS is not set
CONFIG_COMEDI_PCI_DRIVERS=y
# CONFIG_COMEDI_8255_PCI is not set
CONFIG_COMEDI_ADDI_WATCHDOG=y
# CONFIG_COMEDI_ADDI_APCI_1032 is not set
# CONFIG_COMEDI_ADDI_APCI_1500 is not set
CONFIG_COMEDI_ADDI_APCI_1516=y
CONFIG_COMEDI_ADDI_APCI_1564=y
# CONFIG_COMEDI_ADDI_APCI_16XX is not set
CONFIG_COMEDI_ADDI_APCI_2032=y
CONFIG_COMEDI_ADDI_APCI_2200=y
# CONFIG_COMEDI_ADDI_APCI_3120 is not set
# CONFIG_COMEDI_ADDI_APCI_3501 is not set
# CONFIG_COMEDI_ADDI_APCI_3XXX is not set
# CONFIG_COMEDI_ADL_PCI6208 is not set
# CONFIG_COMEDI_ADL_PCI7X3X is not set
# CONFIG_COMEDI_ADL_PCI8164 is not set
# CONFIG_COMEDI_ADL_PCI9111 is not set
# CONFIG_COMEDI_ADL_PCI9118 is not set
# CONFIG_COMEDI_ADV_PCI1710 is not set
# CONFIG_COMEDI_ADV_PCI1720 is not set
# CONFIG_COMEDI_ADV_PCI1723 is not set
# CONFIG_COMEDI_ADV_PCI1724 is not set
# CONFIG_COMEDI_ADV_PCI1760 is not set
# CONFIG_COMEDI_ADV_PCI_DIO is not set
# CONFIG_COMEDI_AMPLC_DIO200_PCI is not set
# CONFIG_COMEDI_AMPLC_PC236_PCI is not set
# CONFIG_COMEDI_AMPLC_PC263_PCI is not set
# CONFIG_COMEDI_AMPLC_PCI224 is not set
# CONFIG_COMEDI_AMPLC_PCI230 is not set
# CONFIG_COMEDI_CONTEC_PCI_DIO is not set
# CONFIG_COMEDI_DAS08_PCI is not set
# CONFIG_COMEDI_DT3000 is not set
# CONFIG_COMEDI_DYNA_PCI10XX is not set
# CONFIG_COMEDI_GSC_HPDI is not set
# CONFIG_COMEDI_MF6X4 is not set
# CONFIG_COMEDI_ICP_MULTI is not set
# CONFIG_COMEDI_DAQBOARD2000 is not set
# CONFIG_COMEDI_JR3_PCI is not set
# CONFIG_COMEDI_KE_COUNTER is not set
# CONFIG_COMEDI_CB_PCIDAS64 is not set
# CONFIG_COMEDI_CB_PCIDAS is not set
# CONFIG_COMEDI_CB_PCIDDA is not set
# CONFIG_COMEDI_CB_PCIMDAS is not set
# CONFIG_COMEDI_CB_PCIMDDA is not set
# CONFIG_COMEDI_ME4000 is not set
# CONFIG_COMEDI_ME_DAQ is not set
# CONFIG_COMEDI_NI_6527 is not set
# CONFIG_COMEDI_NI_65XX is not set
# CONFIG_COMEDI_NI_660X is not set
# CONFIG_COMEDI_NI_670X is not set
# CONFIG_COMEDI_NI_LABPC_PCI is not set
# CONFIG_COMEDI_NI_PCIDIO is not set
# CONFIG_COMEDI_NI_PCIMIO is not set
# CONFIG_COMEDI_RTD520 is not set
# CONFIG_COMEDI_S626 is not set
# CONFIG_COMEDI_USB_DRIVERS is not set
# CONFIG_COMEDI_8255_SA is not set
# CONFIG_COMEDI_KCOMEDILIB is not set
# CONFIG_COMEDI_TESTS is not set
CONFIG_STAGING=y
# CONFIG_FB_SM750 is not set
CONFIG_STAGING_MEDIA=y
# CONFIG_FB_TFT is not set
CONFIG_VME_BUS=y
#
# VME Bridge Drivers
#
# CONFIG_VME_TSI148 is not set
# CONFIG_VME_FAKE is not set
#
# VME Device Drivers
#
# CONFIG_VME_USER is not set
# CONFIG_GPIB is not set
# CONFIG_GOLDFISH is not set
CONFIG_CHROME_PLATFORMS=y
# CONFIG_CHROMEOS_ACPI is not set
# CONFIG_CHROMEOS_LAPTOP is not set
# CONFIG_CHROMEOS_PSTORE is not set
# CONFIG_CHROMEOS_TBMC is not set
# CONFIG_CROS_EC is not set
# CONFIG_CROS_KBD_LED_BACKLIGHT is not set
# CONFIG_CROS_HPS_I2C is not set
# CONFIG_CHROMEOS_PRIVACY_SCREEN is not set
CONFIG_MELLANOX_PLATFORM=y
# CONFIG_MLX_PLATFORM is not set
# CONFIG_MLXREG_HOTPLUG is not set
# CONFIG_MLXREG_IO is not set
# CONFIG_MLXREG_LC is not set
# CONFIG_NVSW_SN2201 is not set
CONFIG_SURFACE_PLATFORMS=y
# CONFIG_SURFACE3_WMI is not set
# CONFIG_SURFACE_3_POWER_OPREGION is not set
# CONFIG_SURFACE_GPE is not set
# CONFIG_SURFACE_HOTPLUG is not set
# CONFIG_SURFACE_PRO3_BUTTON is not set
# CONFIG_SURFACE_AGGREGATOR is not set
CONFIG_X86_PLATFORM_DEVICES=y
CONFIG_ACPI_WMI=m
CONFIG_WMI_BMOF=m
# CONFIG_HUAWEI_WMI is not set
# CONFIG_UV_SYSFS is not set
# CONFIG_MXM_WMI is not set
# CONFIG_XIAOMI_WMI is not set
# CONFIG_GIGABYTE_WMI is not set
# CONFIG_YOGABOOK is not set
# CONFIG_YT2_1380 is not set
# CONFIG_ACERHDF is not set
# CONFIG_ACER_WIRELESS is not set
# CONFIG_ACER_WMI is not set
#
# AMD HSMP Driver
#
# CONFIG_AMD_HSMP_ACPI is not set
# CONFIG_AMD_HSMP_PLAT is not set
# end of AMD HSMP Driver
# CONFIG_AMD_PMC is not set
# CONFIG_AMD_3D_VCACHE is not set
# CONFIG_AMD_WBRF is not set
# CONFIG_ADV_SWBUTTON is not set
# CONFIG_APPLE_GMUX is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_ASUS_WIRELESS is not set
# CONFIG_ASUS_WMI is not set
# CONFIG_ASUS_TF103C_DOCK is not set
# CONFIG_EEEPC_LAPTOP is not set
CONFIG_X86_PLATFORM_DRIVERS_DELL=y
# CONFIG_ALIENWARE_WMI is not set
CONFIG_DCDBAS=m
# CONFIG_DELL_LAPTOP is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DELL_RBTN is not set
CONFIG_DELL_PC=m
CONFIG_DELL_SMBIOS=m
CONFIG_DELL_SMBIOS_WMI=y
CONFIG_DELL_SMBIOS_SMM=y
# CONFIG_DELL_SMO8800 is not set
# CONFIG_DELL_WMI is not set
# CONFIG_DELL_WMI_AIO is not set
CONFIG_DELL_WMI_DESCRIPTOR=m
CONFIG_DELL_WMI_DDV=m
# CONFIG_DELL_WMI_LED is not set
# CONFIG_DELL_WMI_SYSMAN is not set
# CONFIG_AMILO_RFKILL is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_FUJITSU_TABLET is not set
# CONFIG_GPD_POCKET_FAN is not set
# CONFIG_X86_PLATFORM_DRIVERS_HP is not set
# CONFIG_WIRELESS_HOTKEY is not set
# CONFIG_IBM_RTL is not set
# CONFIG_IDEAPAD_LAPTOP is not set
# CONFIG_LENOVO_WMI_HOTKEY_UTILITIES is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_THINKPAD_LMI is not set
# CONFIG_INTEL_ATOMISP2_PM is not set
# CONFIG_INTEL_IFS is not set
# CONFIG_INTEL_SAR_INT1092 is not set
# CONFIG_INTEL_SKL_INT3472 is not set
#
# Intel Speed Select Technology interface support
#
# CONFIG_INTEL_SPEED_SELECT_INTERFACE is not set
# end of Intel Speed Select Technology interface support
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
# CONFIG_INTEL_WMI_THUNDERBOLT is not set
#
# Intel Uncore Frequency Control
#
# CONFIG_INTEL_UNCORE_FREQ_CONTROL is not set
# end of Intel Uncore Frequency Control
# CONFIG_INTEL_HID_EVENT is not set
# CONFIG_INTEL_VBTN is not set
# CONFIG_INTEL_INT0002_VGPIO is not set
# CONFIG_INTEL_OAKTRAIL is not set
# CONFIG_INTEL_BYTCRC_PWRSRC is not set
# CONFIG_INTEL_PUNIT_IPC is not set
# CONFIG_INTEL_RST is not set
# CONFIG_INTEL_SMARTCONNECT is not set
CONFIG_INTEL_TURBO_MAX_3=y
# CONFIG_INTEL_VSEC is not set
# CONFIG_ACPI_QUICKSTART is not set
# CONFIG_MEEGOPAD_ANX7428 is not set
# CONFIG_MSI_EC is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_MSI_WMI is not set
# CONFIG_MSI_WMI_PLATFORM is not set
# CONFIG_PCENGINES_APU2 is not set
# CONFIG_BARCO_P50_GPIO is not set
# CONFIG_SAMSUNG_GALAXYBOOK is not set
# CONFIG_SAMSUNG_LAPTOP is not set
# CONFIG_SAMSUNG_Q10 is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_TOSHIBA_HAPS is not set
# CONFIG_TOSHIBA_WMI is not set
# CONFIG_ACPI_CMPC is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_LG_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_SYSTEM76_ACPI is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_SERIAL_MULTI_INSTANTIATE is not set
# CONFIG_INSPUR_PLATFORM_PROFILE is not set
# CONFIG_LENOVO_WMI_CAMERA is not set
# CONFIG_X86_ANDROID_TABLETS is not set
# CONFIG_INTEL_IPS is not set
CONFIG_INTEL_SCU_IPC=y
CONFIG_INTEL_SCU=y
CONFIG_INTEL_SCU_PCI=y
# CONFIG_INTEL_SCU_PLATFORM is not set
# CONFIG_INTEL_SCU_IPC_UTIL is not set
# CONFIG_SIEMENS_SIMATIC_IPC is not set
# CONFIG_WINMATE_FM07_KEYS is not set
CONFIG_HAVE_CLK=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y
# CONFIG_COMMON_CLK_WM831X is not set
# CONFIG_LMK04832 is not set
# CONFIG_COMMON_CLK_MAX9485 is not set
# CONFIG_COMMON_CLK_SI5341 is not set
# CONFIG_COMMON_CLK_SI5351 is not set
# CONFIG_COMMON_CLK_SI544 is not set
# CONFIG_COMMON_CLK_CDCE706 is not set
# CONFIG_COMMON_CLK_CS2000_CP is not set
# CONFIG_CLK_TWL is not set
# CONFIG_CLK_TWL6040 is not set
# CONFIG_COMMON_CLK_PALMAS is not set
# CONFIG_COMMON_CLK_PWM is not set
# CONFIG_XILINX_VCU is not set
CONFIG_HWSPINLOCK=y
#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
# end of Clock Source drivers
CONFIG_MAILBOX=y
CONFIG_PCC=y
# CONFIG_ALTERA_MBOX is not set
CONFIG_IOMMU_IOVA=y
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y
#
# Generic IOMMU Pagetable Support
#
CONFIG_IOMMU_IO_PGTABLE=y
# end of Generic IOMMU Pagetable Support
# CONFIG_IOMMU_DEBUGFS is not set
# CONFIG_IOMMU_DEFAULT_DMA_STRICT is not set
CONFIG_IOMMU_DEFAULT_DMA_LAZY=y
# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
CONFIG_IOMMU_DMA=y
CONFIG_IOMMU_SVA=y
CONFIG_IOMMU_IOPF=y
CONFIG_AMD_IOMMU=y
CONFIG_DMAR_TABLE=y
CONFIG_INTEL_IOMMU=y
CONFIG_INTEL_IOMMU_SVM=y
CONFIG_INTEL_IOMMU_DEFAULT_ON=y
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON=y
CONFIG_INTEL_IOMMU_PERF_EVENTS=y
# CONFIG_IOMMUFD is not set
CONFIG_IRQ_REMAP=y
CONFIG_VIRTIO_IOMMU=y
#
# Remoteproc drivers
#
CONFIG_REMOTEPROC=y
CONFIG_REMOTEPROC_CDEV=y
# end of Remoteproc drivers
#
# Rpmsg drivers
#
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_VIRTIO is not set
# end of Rpmsg drivers
#
# SOC (System On Chip) specific Drivers
#
#
# Amlogic SoC drivers
#
# end of Amlogic SoC drivers
#
# Broadcom SoC drivers
#
# end of Broadcom SoC drivers
#
# NXP/Freescale QorIQ SoC drivers
#
# end of NXP/Freescale QorIQ SoC drivers
#
# fujitsu SoC drivers
#
# end of fujitsu SoC drivers
#
# i.MX SoC drivers
#
# end of i.MX SoC drivers
#
# Enable LiteX SoC Builder specific drivers
#
# end of Enable LiteX SoC Builder specific drivers
# CONFIG_WPCM450_SOC is not set
#
# Qualcomm SoC drivers
#
# end of Qualcomm SoC drivers
CONFIG_SOC_TI=y
#
# Xilinx SoC drivers
#
# end of Xilinx SoC drivers
# end of SOC (System On Chip) specific Drivers
#
# PM Domains
#
#
# Amlogic PM Domains
#
# end of Amlogic PM Domains
#
# Broadcom PM Domains
#
# end of Broadcom PM Domains
#
# i.MX PM Domains
#
# end of i.MX PM Domains
#
# Qualcomm PM Domains
#
# end of Qualcomm PM Domains
# end of PM Domains
CONFIG_PM_DEVFREQ=y
#
# DEVFREQ Governors
#
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
CONFIG_DEVFREQ_GOV_POWERSAVE=y
CONFIG_DEVFREQ_GOV_USERSPACE=y
CONFIG_DEVFREQ_GOV_PASSIVE=y
#
# DEVFREQ Drivers
#
CONFIG_PM_DEVFREQ_EVENT=y
CONFIG_EXTCON=y
#
# Extcon Device Drivers
#
# CONFIG_EXTCON_FSA9480 is not set
# CONFIG_EXTCON_GPIO is not set
# CONFIG_EXTCON_INTEL_INT3496 is not set
# CONFIG_EXTCON_INTEL_CHT_WC is not set
# CONFIG_EXTCON_LC824206XA is not set
# CONFIG_EXTCON_MAX14577 is not set
# CONFIG_EXTCON_MAX3355 is not set
# CONFIG_EXTCON_MAX77693 is not set
# CONFIG_EXTCON_MAX77843 is not set
# CONFIG_EXTCON_MAX8997 is not set
# CONFIG_EXTCON_PALMAS is not set
# CONFIG_EXTCON_PTN5150 is not set
# CONFIG_EXTCON_RT8973A is not set
# CONFIG_EXTCON_SM5502 is not set
# CONFIG_EXTCON_USB_GPIO is not set
CONFIG_MEMORY=y
# CONFIG_IIO is not set
# CONFIG_NTB is not set
CONFIG_PWM=y
# CONFIG_PWM_DEBUG is not set
# CONFIG_PWM_CLK is not set
CONFIG_PWM_CRC=y
# CONFIG_PWM_DWC is not set
# CONFIG_PWM_GPIO is not set
CONFIG_PWM_LPSS=y
CONFIG_PWM_LPSS_PCI=y
CONFIG_PWM_LPSS_PLATFORM=y
# CONFIG_PWM_PCA9685 is not set
# CONFIG_PWM_TWL is not set
# CONFIG_PWM_TWL_LED is not set
#
# IRQ chip support
#
# end of IRQ chip support
# CONFIG_IPACK_BUS is not set
CONFIG_RESET_CONTROLLER=y
# CONFIG_RESET_GPIO is not set
# CONFIG_RESET_SIMPLE is not set
# CONFIG_RESET_TI_SYSCON is not set
# CONFIG_RESET_TI_TPS380X is not set
#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_USB_LGM_PHY is not set
# CONFIG_PHY_CAN_TRANSCEIVER is not set
#
# PHY drivers for Broadcom platforms
#
# CONFIG_BCM_KONA_USB2_PHY is not set
# end of PHY drivers for Broadcom platforms
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# CONFIG_PHY_SAMSUNG_USB2 is not set
# CONFIG_PHY_INTEL_LGM_EMMC is not set
# end of PHY Subsystem
CONFIG_POWERCAP=y
CONFIG_INTEL_RAPL_CORE=m
CONFIG_INTEL_RAPL=m
CONFIG_IDLE_INJECT=y
CONFIG_MCB=y
# CONFIG_MCB_PCI is not set
# CONFIG_MCB_LPC is not set
#
# Performance monitor support
#
# CONFIG_DWC_PCIE_PMU is not set
# end of Performance monitor support
CONFIG_RAS=y
CONFIG_RAS_CEC=y
# CONFIG_RAS_CEC_DEBUG is not set
CONFIG_AMD_ATL=m
CONFIG_AMD_ATL_PRM=y
CONFIG_RAS_FMPM=m
# CONFIG_USB4 is not set
#
# Android
#
# CONFIG_ANDROID_BINDER_IPC is not set
# end of Android
CONFIG_LIBNVDIMM=y
# CONFIG_BLK_DEV_PMEM is not set
CONFIG_ND_CLAIM=y
CONFIG_BTT=y
CONFIG_NVDIMM_PFN=y
CONFIG_NVDIMM_DAX=y
CONFIG_NVDIMM_KEYS=y
# CONFIG_NVDIMM_SECURITY_TEST is not set
CONFIG_DAX=y
# CONFIG_DEV_DAX is not set
# CONFIG_DEV_DAX_HMEM is not set
CONFIG_NVMEM=y
CONFIG_NVMEM_SYSFS=y
# CONFIG_NVMEM_LAYOUTS is not set
# CONFIG_NVMEM_RAVE_SP_EEPROM is not set
CONFIG_NVMEM_RMEM=y
#
# HW tracing support
#
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# end of HW tracing support
# CONFIG_FPGA is not set
# CONFIG_TEE is not set
CONFIG_PM_OPP=y
# CONFIG_SIOX is not set
# CONFIG_SLIMBUS is not set
CONFIG_INTERCONNECT=y
# CONFIG_COUNTER is not set
# CONFIG_MOST is not set
# CONFIG_PECI is not set
# CONFIG_HTE is not set
# end of Device Drivers
#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_VALIDATE_FS_PARSER=y
CONFIG_FS_IOMAP=y
CONFIG_FS_STACK=y
CONFIG_BUFFER_HEAD=y
CONFIG_LEGACY_DIRECT_IO=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_JFS_FS=m
CONFIG_JFS_POSIX_ACL=y
CONFIG_JFS_SECURITY=y
# CONFIG_JFS_DEBUG is not set
CONFIG_JFS_STATISTICS=y
CONFIG_XFS_FS=m
CONFIG_XFS_SUPPORT_V4=y
CONFIG_XFS_SUPPORT_ASCII_CI=y
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_XFS_RT=y
# CONFIG_XFS_ONLINE_SCRUB is not set
# CONFIG_XFS_WARN is not set
# CONFIG_XFS_DEBUG is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
# CONFIG_BTRFS_EXPERIMENTAL is not set
# CONFIG_BTRFS_FS_REF_VERIFY is not set
# CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set
# CONFIG_BCACHEFS_FS is not set
# CONFIG_ZONEFS_FS is not set
CONFIG_FS_DAX=y
CONFIG_FS_DAX_PMD=y
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_EXPORTFS_BLOCK_OPS=y
CONFIG_FILE_LOCKING=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FS_ENCRYPTION_ALGS=y
CONFIG_FS_ENCRYPTION_INLINE_CRYPT=y
CONFIG_FS_VERITY=y
CONFIG_FS_VERITY_BUILTIN_SIGNATURES=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_QUOTA_DEBUG is not set
# CONFIG_QFMT_V1 is not set
# CONFIG_QFMT_V2 is not set
CONFIG_QUOTACTL=y
CONFIG_AUTOFS_FS=m
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set
# CONFIG_VIRTIO_FS is not set
CONFIG_FUSE_PASSTHROUGH=y
CONFIG_FUSE_IO_URING=y
# CONFIG_OVERLAY_FS is not set
#
# Caches
#
# end of Caches
#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set
# end of CD-ROM/DVD Filesystems
#
# DOS/FAT/EXFAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FAT_DEFAULT_UTF8 is not set
# CONFIG_EXFAT_FS is not set
# CONFIG_NTFS3_FS is not set
# CONFIG_NTFS_FS is not set
# end of DOS/FAT/EXFAT/NT Filesystems
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_VMCORE_DEVICE_DUMP=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_PROC_CHILDREN=y
CONFIG_PROC_PID_ARCH_STATUS=y
CONFIG_PROC_CPU_RESCTRL=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_TMPFS_INODE64=y
# CONFIG_TMPFS_QUOTA is not set
CONFIG_HUGETLBFS=y
# CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON is not set
CONFIG_HUGETLB_PAGE=y
CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
CONFIG_HUGETLB_PMD_PAGE_TABLE_SHARING=y
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
CONFIG_CONFIGFS_FS=y
CONFIG_EFIVAR_FS=y
# end of Pseudo filesystems
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
CONFIG_ECRYPT_FS=y
CONFIG_ECRYPT_FS_MESSAGING=y
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_SQUASHFS=y
# CONFIG_SQUASHFS_FILE_CACHE is not set
CONFIG_SQUASHFS_FILE_DIRECT=y
CONFIG_SQUASHFS_DECOMP_SINGLE=y
# CONFIG_SQUASHFS_CHOICE_DECOMP_BY_MOUNT is not set
CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE=y
# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI is not set
# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU is not set
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_ZLIB=y
CONFIG_SQUASHFS_LZ4=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
CONFIG_SQUASHFS_ZSTD=y
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
# CONFIG_VXFS_FS is not set
CONFIG_MINIX_FS=m
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
CONFIG_QNX4FS_FS=m
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_PSTORE=y
CONFIG_PSTORE_DEFAULT_KMSG_BYTES=10240
CONFIG_PSTORE_COMPRESS=y
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_PMSG is not set
# CONFIG_PSTORE_FTRACE is not set
# CONFIG_PSTORE_RAM is not set
# CONFIG_PSTORE_BLK is not set
CONFIG_UFS_FS=m
# CONFIG_UFS_FS_WRITE is not set
# CONFIG_UFS_DEBUG is not set
# CONFIG_EROFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_CEPH_FS is not set
# CONFIG_CIFS is not set
# CONFIG_SMB_SERVER is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=m
CONFIG_NLS_UCS2_UTILS=m
# CONFIG_DLM is not set
CONFIG_UNICODE=y
CONFIG_IO_WQ=y
# end of File systems
#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_REQUEST_CACHE=y
CONFIG_PERSISTENT_KEYRINGS=y
# CONFIG_BIG_KEYS is not set
CONFIG_TRUSTED_KEYS=y
CONFIG_HAVE_TRUSTED_KEYS=y
CONFIG_TRUSTED_KEYS_TPM=y
CONFIG_ENCRYPTED_KEYS=y
# CONFIG_USER_DECRYPTED_DATA is not set
CONFIG_KEY_DH_OPERATIONS=y
CONFIG_KEY_NOTIFICATIONS=y
CONFIG_SECURITY_DMESG_RESTRICT=y
CONFIG_PROC_MEM_ALWAYS_FORCE=y
# CONFIG_PROC_MEM_FORCE_PTRACE is not set
# CONFIG_PROC_MEM_NO_FORCE is not set
CONFIG_SECURITY=y
CONFIG_HAS_SECURITY_AUDIT=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_PATH=y
CONFIG_INTEL_TXT=y
CONFIG_LSM_MMAP_MIN_ADDR=0
# CONFIG_STATIC_USERMODEHELPER is not set
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9
CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256
# CONFIG_SECURITY_SELINUX_DEBUG is not set
CONFIG_SECURITY_SMACK=y
# CONFIG_SECURITY_SMACK_BRINGUP is not set
CONFIG_SECURITY_SMACK_NETFILTER=y
CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y
CONFIG_SECURITY_TOMOYO=y
CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048
CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024
# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set
CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init"
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init"
# CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING is not set
CONFIG_SECURITY_APPARMOR=y
# CONFIG_SECURITY_APPARMOR_DEBUG is not set
CONFIG_SECURITY_APPARMOR_INTROSPECT_POLICY=y
CONFIG_SECURITY_APPARMOR_HASH=y
CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
CONFIG_SECURITY_APPARMOR_EXPORT_BINARY=y
CONFIG_SECURITY_APPARMOR_PARANOID_LOAD=y
# CONFIG_SECURITY_LOADPIN is not set
CONFIG_SECURITY_YAMA=y
CONFIG_SECURITY_SAFESETID=y
CONFIG_SECURITY_LOCKDOWN_LSM=y
CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y
CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y
# CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set
# CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set
CONFIG_SECURITY_LANDLOCK=y
# CONFIG_SECURITY_IPE is not set
CONFIG_INTEGRITY=y
CONFIG_INTEGRITY_SIGNATURE=y
CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y
CONFIG_INTEGRITY_TRUSTED_KEYRING=y
CONFIG_INTEGRITY_PLATFORM_KEYRING=y
# CONFIG_INTEGRITY_MACHINE_KEYRING is not set
CONFIG_LOAD_UEFI_KEYS=y
CONFIG_INTEGRITY_AUDIT=y
CONFIG_IMA=y
# CONFIG_IMA_KEXEC is not set
CONFIG_IMA_MEASURE_PCR_IDX=10
CONFIG_IMA_LSM_RULES=y
CONFIG_IMA_NG_TEMPLATE=y
# CONFIG_IMA_SIG_TEMPLATE is not set
CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng"
CONFIG_IMA_DEFAULT_HASH_SHA1=y
# CONFIG_IMA_DEFAULT_HASH_SHA256 is not set
# CONFIG_IMA_DEFAULT_HASH_SHA512 is not set
CONFIG_IMA_DEFAULT_HASH="sha1"
# CONFIG_IMA_WRITE_POLICY is not set
# CONFIG_IMA_READ_POLICY is not set
CONFIG_IMA_APPRAISE=y
# CONFIG_IMA_ARCH_POLICY is not set
# CONFIG_IMA_APPRAISE_BUILD_POLICY is not set
CONFIG_IMA_APPRAISE_BOOTPARAM=y
CONFIG_IMA_APPRAISE_MODSIG=y
# CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY is not set
# CONFIG_IMA_BLACKLIST_KEYRING is not set
# CONFIG_IMA_LOAD_X509 is not set
CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS=y
CONFIG_IMA_QUEUE_EARLY_BOOT_KEYS=y
# CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set
# CONFIG_IMA_DISABLE_HTABLE is not set
CONFIG_EVM=y
CONFIG_EVM_ATTR_FSUUID=y
CONFIG_EVM_EXTRA_SMACK_XATTRS=y
CONFIG_EVM_ADD_XATTRS=y
# CONFIG_EVM_LOAD_X509 is not set
# CONFIG_DEFAULT_SECURITY_SELINUX is not set
# CONFIG_DEFAULT_SECURITY_SMACK is not set
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
CONFIG_DEFAULT_SECURITY_APPARMOR=y
# CONFIG_DEFAULT_SECURITY_DAC is not set
CONFIG_LSM="landlock,lockdown,yama,integrity,apparmor"
#
# Kernel hardening options
#
#
# Memory initialization
#
CONFIG_INIT_STACK_NONE=y
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y
# CONFIG_ZERO_CALL_USED_REGS is not set
# end of Memory initialization
#
# Bounds checking
#
CONFIG_FORTIFY_SOURCE=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_HARDENED_USERCOPY_DEFAULT_ON=y
# end of Bounds checking
#
# Hardening of kernel data structures
#
# CONFIG_LIST_HARDENED is not set
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
# end of Hardening of kernel data structures
CONFIG_RANDSTRUCT_NONE=y
# end of Kernel hardening options
# end of Security options
CONFIG_XOR_BLOCKS=m
CONFIG_ASYNC_CORE=m
CONFIG_ASYNC_MEMCPY=m
CONFIG_ASYNC_XOR=m
CONFIG_ASYNC_PQ=m
CONFIG_ASYNC_RAID6_RECOV=m
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_SIG=y
CONFIG_CRYPTO_SIG2=y
CONFIG_CRYPTO_SKCIPHER=y
CONFIG_CRYPTO_SKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=y
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_HKDF=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_KRB5ENC is not set
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_SIMD=m
# end of Crypto core or helper
#
# Public-key cryptography
#
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=y
# CONFIG_CRYPTO_DH_RFC7919_GROUPS is not set
CONFIG_CRYPTO_ECC=y
CONFIG_CRYPTO_ECDH=y
# CONFIG_CRYPTO_ECDSA is not set
# CONFIG_CRYPTO_ECRDSA is not set
# CONFIG_CRYPTO_CURVE25519 is not set
# end of Public-key cryptography
#
# Block ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_TI is not set
# CONFIG_CRYPTO_ARIA is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_DES is not set
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_SM4=m
CONFIG_CRYPTO_SM4_GENERIC=m
# CONFIG_CRYPTO_TWOFISH is not set
# end of Block ciphers
#
# Length-preserving ciphers and modes
#
# CONFIG_CRYPTO_ADIANTUM is not set
CONFIG_CRYPTO_CHACHA20=m
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
# CONFIG_CRYPTO_HCTR2 is not set
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=y
# end of Length-preserving ciphers and modes
#
# AEAD (authenticated encryption with associated data) ciphers
#
# CONFIG_CRYPTO_AEGIS128 is not set
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_GENIV=y
CONFIG_CRYPTO_SEQIV=y
# CONFIG_CRYPTO_ECHAINIV is not set
# CONFIG_CRYPTO_ESSIV is not set
# end of AEAD (authenticated encryption with associated data) ciphers
#
# Hashes, digests, and MACs
#
CONFIG_CRYPTO_BLAKE2B=m
CONFIG_CRYPTO_CMAC=m
CONFIG_CRYPTO_GHASH=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_POLY1305 is not set
# CONFIG_CRYPTO_RMD160 is not set
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_SHA3=y
# CONFIG_CRYPTO_SM3_GENERIC is not set
# CONFIG_CRYPTO_STREEBOG is not set
# CONFIG_CRYPTO_WP512 is not set
CONFIG_CRYPTO_XCBC=m
CONFIG_CRYPTO_XXHASH=m
# end of Hashes, digests, and MACs
#
# CRCs (cyclic redundancy checks)
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32 is not set
# end of CRCs (cyclic redundancy checks)
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_842 is not set
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set
# CONFIG_CRYPTO_ZSTD is not set
# end of Compression
#
# Random number generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
CONFIG_CRYPTO_DRBG_HASH=y
CONFIG_CRYPTO_DRBG_CTR=y
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKS=64
CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKSIZE=32
CONFIG_CRYPTO_JITTERENTROPY_OSR=1
CONFIG_CRYPTO_KDF800108_CTR=y
# end of Random number generation
#
# Userspace interface
#
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_USER_API_RNG is not set
# CONFIG_CRYPTO_USER_API_AEAD is not set
# end of Userspace interface
CONFIG_CRYPTO_HASH_INFO=y
#
# Accelerated Cryptographic Algorithms for CPU (x86)
#
CONFIG_CRYPTO_AES_NI_INTEL=m
# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set
# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set
# CONFIG_CRYPTO_SM4_AESNI_AVX_X86_64 is not set
# CONFIG_CRYPTO_SM4_AESNI_AVX2_X86_64 is not set
# CONFIG_CRYPTO_TWOFISH_X86_64 is not set
# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set
# CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 is not set
# CONFIG_CRYPTO_ARIA_AESNI_AVX2_X86_64 is not set
# CONFIG_CRYPTO_ARIA_GFNI_AVX512_X86_64 is not set
CONFIG_CRYPTO_CHACHA20_X86_64=m
# CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set
# CONFIG_CRYPTO_NHPOLY1305_SSE2 is not set
# CONFIG_CRYPTO_NHPOLY1305_AVX2 is not set
# CONFIG_CRYPTO_BLAKE2S_X86 is not set
# CONFIG_CRYPTO_POLYVAL_CLMUL_NI is not set
# CONFIG_CRYPTO_SHA1_SSSE3 is not set
# CONFIG_CRYPTO_SHA256_SSSE3 is not set
# CONFIG_CRYPTO_SHA512_SSSE3 is not set
# CONFIG_CRYPTO_SM3_AVX_X86_64 is not set
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m
# end of Accelerated Cryptographic Algorithms for CPU (x86)
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=y
# CONFIG_CRYPTO_DEV_PADLOCK_AES is not set
# CONFIG_CRYPTO_DEV_PADLOCK_SHA is not set
# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set
# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set
CONFIG_CRYPTO_DEV_CCP=y
CONFIG_CRYPTO_DEV_CCP_DD=m
CONFIG_CRYPTO_DEV_SP_CCP=y
# CONFIG_CRYPTO_DEV_CCP_CRYPTO is not set
CONFIG_CRYPTO_DEV_SP_PSP=y
# CONFIG_CRYPTO_DEV_CCP_DEBUGFS is not set
# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set
# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set
# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set
# CONFIG_CRYPTO_DEV_QAT_C62X is not set
# CONFIG_CRYPTO_DEV_QAT_4XXX is not set
# CONFIG_CRYPTO_DEV_QAT_420XX is not set
# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set
# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set
# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set
# CONFIG_CRYPTO_DEV_VIRTIO is not set
# CONFIG_CRYPTO_DEV_SAFEXCEL is not set
# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_X509_CERTIFICATE_PARSER=y
# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set
CONFIG_PKCS7_MESSAGE_PARSER=y
# CONFIG_PKCS7_TEST_KEY is not set
CONFIG_SIGNED_PE_FILE_VERIFICATION=y
# CONFIG_FIPS_SIGNATURE_SELFTEST is not set
#
# Certificates for signature checking
#
CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
CONFIG_MODULE_SIG_KEY_TYPE_RSA=y
# CONFIG_MODULE_SIG_KEY_TYPE_ECDSA is not set
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS=""
CONFIG_SYSTEM_EXTRA_CERTIFICATE=y
CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
CONFIG_SECONDARY_TRUSTED_KEYRING=y
# CONFIG_SECONDARY_TRUSTED_KEYRING_SIGNED_BY_BUILTIN is not set
CONFIG_SYSTEM_BLACKLIST_KEYRING=y
CONFIG_SYSTEM_BLACKLIST_HASH_LIST=""
# CONFIG_SYSTEM_REVOCATION_LIST is not set
# CONFIG_SYSTEM_BLACKLIST_AUTH_UPDATE is not set
# end of Certificates for signature checking
# CONFIG_CRYPTO_KRB5 is not set
CONFIG_BINARY_PRINTF=y
#
# Library routines
#
CONFIG_RAID6_PQ=m
CONFIG_RAID6_PQ_BENCHMARK=y
CONFIG_LINEAR_RANGES=y
CONFIG_PACKING=y
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
# CONFIG_CORDIC is not set
# CONFIG_PRIME_NUMBERS is not set
CONFIG_RATIONAL=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_ARCH_USE_SYM_ANNOTATIONS=y
#
# Crypto library routines
#
CONFIG_CRYPTO_LIB_UTILS=y
CONFIG_CRYPTO_LIB_AES=y
CONFIG_CRYPTO_LIB_AESCFB=y
CONFIG_CRYPTO_LIB_AESGCM=y
CONFIG_CRYPTO_LIB_GF128MUL=y
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA=y
CONFIG_CRYPTO_LIB_CHACHA_GENERIC=m
CONFIG_CRYPTO_LIB_CHACHA_INTERNAL=m
CONFIG_CRYPTO_LIB_POLY1305_RSIZE=11
CONFIG_CRYPTO_LIB_SHA1=y
CONFIG_CRYPTO_LIB_SHA256=y
# end of Crypto library routines
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_ARCH_HAS_CRC_T10DIF=y
CONFIG_CRC_T10DIF_ARCH=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
CONFIG_ARCH_HAS_CRC32=y
CONFIG_CRC32_ARCH=y
CONFIG_CRC64=y
CONFIG_ARCH_HAS_CRC64=y
CONFIG_CRC64_ARCH=y
CONFIG_LIBCRC32C=y
CONFIG_CRC_OPTIMIZATIONS=y
CONFIG_XXHASH=y
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_ZSTD_COMMON=y
CONFIG_ZSTD_COMPRESS=y
CONFIG_ZSTD_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_ARM64=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_RISCV=y
CONFIG_XZ_DEC_MICROLZMA=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_DECOMPRESS_ZSTD=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=y
CONFIG_TEXTSEARCH_BM=y
CONFIG_TEXTSEARCH_FSM=y
CONFIG_INTERVAL_TREE=y
CONFIG_XARRAY_MULTI=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_DMA_OPS_HELPERS=y
CONFIG_NEED_SG_DMA_FLAGS=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_ARCH_HAS_FORCE_DMA_UNENCRYPTED=y
CONFIG_SWIOTLB=y
# CONFIG_SWIOTLB_DYNAMIC is not set
CONFIG_DMA_NEED_SYNC=y
CONFIG_DMA_COHERENT_POOL=y
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_DMA_MAP_BENCHMARK is not set
CONFIG_SGL_ALLOC=y
CONFIG_IOMMU_HELPER=y
CONFIG_CPUMASK_OFFSTACK=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_CLZ_TAB=y
CONFIG_IRQ_POLL=y
CONFIG_MPILIB=y
CONFIG_SIGNATURE=y
CONFIG_DIMLIB=y
CONFIG_OID_REGISTRY=y
CONFIG_UCS2_STRING=y
CONFIG_HAVE_GENERIC_VDSO=y
CONFIG_GENERIC_GETTIMEOFDAY=y
CONFIG_GENERIC_VDSO_TIME_NS=y
CONFIG_GENERIC_VDSO_OVERFLOW_PROTECT=y
CONFIG_VDSO_GETRANDOM=y
CONFIG_GENERIC_VDSO_DATA_STORE=y
CONFIG_FONT_SUPPORT=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
CONFIG_FONT_ACORN_8x8=y
# CONFIG_FONT_MINI_4x6 is not set
CONFIG_FONT_6x10=y
# CONFIG_FONT_10x18 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
CONFIG_FONT_TER16x32=y
# CONFIG_FONT_6x8 is not set
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_MEMREGION=y
CONFIG_ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_ARCH_HAS_COPY_MC=y
CONFIG_ARCH_STACKWALK=y
CONFIG_STACKDEPOT=y
CONFIG_STACKDEPOT_MAX_FRAMES=64
CONFIG_SBITMAP=y
# CONFIG_LWQ_TEST is not set
# end of Library routines
CONFIG_ASN1_ENCODER=y
CONFIG_FIRMWARE_TABLE=y
CONFIG_UNION_FIND=y
#
# Kernel hacking
#
#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CALLER is not set
# CONFIG_STACKTRACE_BUILD_ID is not set
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DYNAMIC_DEBUG_CORE=y
CONFIG_SYMBOLIC_ERRNAME=y
CONFIG_DEBUG_BUGVERBOSE=y
# end of printk and dmesg options
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_MISC=y
#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
CONFIG_AS_HAS_NON_CONST_ULEB128=y
# CONFIG_DEBUG_INFO_NONE is not set
# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set
CONFIG_DEBUG_INFO_DWARF4=y
# CONFIG_DEBUG_INFO_DWARF5 is not set
# CONFIG_DEBUG_INFO_REDUCED is not set
CONFIG_DEBUG_INFO_COMPRESSED_NONE=y
# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_DEBUG_INFO_BTF is not set
CONFIG_PAHOLE_HAS_SPLIT_BTF=y
CONFIG_PAHOLE_HAS_LANG_EXCLUDE=y
CONFIG_GDB_SCRIPTS=y
CONFIG_FRAME_WARN=1024
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
# CONFIG_HEADERS_INSTALL is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
CONFIG_OBJTOOL=y
# CONFIG_OBJTOOL_WERROR is not set
CONFIG_STACK_VALIDATION=y
CONFIG_VMLINUX_MAP=y
# CONFIG_BUILTIN_MODULE_RANGES is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options
#
# Generic Kernel Debugging Instruments
#
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x01b6
CONFIG_MAGIC_SYSRQ_SERIAL=y
CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
CONFIG_DEBUG_FS=y
CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
# CONFIG_DEBUG_FS_ALLOW_NONE is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_KGDB=y
CONFIG_KGDB_HONOUR_BLOCKLIST=y
CONFIG_KGDB_SERIAL_CONSOLE=y
# CONFIG_KGDB_TESTS is not set
CONFIG_KGDB_LOW_LEVEL_TRAP=y
CONFIG_KGDB_KDB=y
CONFIG_KDB_DEFAULT_ENABLE=0x1
CONFIG_KDB_KEYBOARD=y
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
CONFIG_ARCH_HAS_EARLY_DEBUG=y
CONFIG_ARCH_HAS_UBSAN=y
CONFIG_UBSAN=y
# CONFIG_UBSAN_TRAP is not set
CONFIG_CC_HAS_UBSAN_BOUNDS_STRICT=y
CONFIG_UBSAN_BOUNDS=y
CONFIG_UBSAN_BOUNDS_STRICT=y
CONFIG_UBSAN_SHIFT=y
# CONFIG_UBSAN_DIV_ZERO is not set
CONFIG_UBSAN_BOOL=y
CONFIG_UBSAN_ENUM=y
# CONFIG_UBSAN_ALIGNMENT is not set
# CONFIG_TEST_UBSAN is not set
CONFIG_HAVE_ARCH_KCSAN=y
CONFIG_HAVE_KCSAN_COMPILER=y
# CONFIG_KCSAN is not set
# end of Generic Kernel Debugging Instruments
#
# Networking Debugging
#
# CONFIG_NET_DEV_REFCNT_TRACKER is not set
# CONFIG_NET_NS_REFCNT_TRACKER is not set
# CONFIG_DEBUG_NET is not set
# CONFIG_DEBUG_NET_SMALL_RTNL is not set
# end of Networking Debugging
#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_SLUB_DEBUG=y
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_PAGE_OWNER is not set
# CONFIG_PAGE_TABLE_CHECK is not set
CONFIG_PAGE_POISONING=y
# CONFIG_DEBUG_PAGE_REF is not set
# CONFIG_DEBUG_RODATA_TEST is not set
CONFIG_ARCH_HAS_DEBUG_WX=y
CONFIG_DEBUG_WX=y
CONFIG_ARCH_HAS_PTDUMP=y
CONFIG_PTDUMP=y
# CONFIG_PTDUMP_DEBUGFS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_PER_VMA_LOCK_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SHRINKER_DEBUG is not set
# CONFIG_DEBUG_STACK_USAGE is not set
CONFIG_SCHED_STACK_END_CHECK=y
CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y
# CONFIG_DEBUG_VFS is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VM_PGTABLE is not set
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_VIRTUAL is not set
# CONFIG_DEBUG_MEMORY_INIT is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_MEM_ALLOC_PROFILING is not set
CONFIG_HAVE_ARCH_KASAN=y
CONFIG_HAVE_ARCH_KASAN_VMALLOC=y
CONFIG_CC_HAS_KASAN_GENERIC=y
CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
# CONFIG_KASAN is not set
CONFIG_HAVE_ARCH_KFENCE=y
CONFIG_KFENCE=y
CONFIG_KFENCE_SAMPLE_INTERVAL=0
CONFIG_KFENCE_NUM_OBJECTS=255
# CONFIG_KFENCE_DEFERRABLE is not set
# CONFIG_KFENCE_STATIC_KEYS is not set
CONFIG_KFENCE_STRESS_TEST_FAULTS=0
CONFIG_HAVE_ARCH_KMSAN=y
# end of Memory Debugging
# CONFIG_DEBUG_SHIRQ is not set
#
# Debug Oops, Lockups and Hangs
#
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_LOCKUP_DETECTOR=y
CONFIG_SOFTLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y
CONFIG_HARDLOCKUP_DETECTOR=y
# CONFIG_HARDLOCKUP_DETECTOR_PREFER_BUDDY is not set
CONFIG_HARDLOCKUP_DETECTOR_PERF=y
# CONFIG_HARDLOCKUP_DETECTOR_BUDDY is not set
# CONFIG_HARDLOCKUP_DETECTOR_ARCH is not set
CONFIG_HARDLOCKUP_DETECTOR_COUNTS_HRTIMER=y
CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
# CONFIG_WQ_WATCHDOG is not set
# CONFIG_WQ_CPU_INTENSIVE_REPORT is not set
# CONFIG_TEST_LOCKUP is not set
# end of Debug Oops, Lockups and Hangs
#
# Scheduler Debugging
#
CONFIG_SCHED_INFO=y
CONFIG_SCHEDSTATS=y
# end of Scheduler Debugging
# CONFIG_DEBUG_PREEMPT is not set
#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_RWSEMS is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_WW_MUTEX_SELFTEST is not set
# CONFIG_SCF_TORTURE_TEST is not set
# CONFIG_CSD_LOCK_WAIT_DEBUG is not set
# end of Lock Debugging (spinlocks, mutexes, etc...)
# CONFIG_NMI_CHECK_CPU is not set
# CONFIG_DEBUG_IRQFLAGS is not set
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
#
# Debug kernel data structures
#
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_PLIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_MAPLE_TREE is not set
# end of Debug kernel data structures
#
# RCU Debugging
#
# CONFIG_RCU_SCALE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_REF_SCALE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=60
CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0
# CONFIG_RCU_CPU_STALL_CPUTIME is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# end of RCU Debugging
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
# CONFIG_LATENCYTOP is not set
# CONFIG_DEBUG_CGROUP_REF is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_RETHOOK=y
CONFIG_RETHOOK=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FREGS=y
CONFIG_HAVE_FTRACE_GRAPH_FUNC=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y
CONFIG_HAVE_FTRACE_REGS_HAVING_PT_REGS=y
CONFIG_HAVE_DYNAMIC_FTRACE_NO_PATCHABLE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_OBJTOOL_MCOUNT=y
CONFIG_HAVE_OBJTOOL_NOP_MCOUNT=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_HAVE_BUILDTIME_MCOUNT_SORT=y
CONFIG_BUILDTIME_MCOUNT_SORT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_BOOTTIME_TRACING=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
# CONFIG_FUNCTION_GRAPH_RETVAL is not set
# CONFIG_FUNCTION_GRAPH_RETADDR is not set
CONFIG_DYNAMIC_FTRACE=y
CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y
CONFIG_DYNAMIC_FTRACE_WITH_ARGS=y
# CONFIG_FPROBE is not set
CONFIG_FUNCTION_PROFILER=y
CONFIG_STACK_TRACER=y
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PREEMPT_TRACER is not set
CONFIG_SCHED_TRACER=y
CONFIG_HWLAT_TRACER=y
# CONFIG_OSNOISE_TRACER is not set
# CONFIG_TIMERLAT_TRACER is not set
CONFIG_MMIOTRACE=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_TRACER_SNAPSHOT=y
# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENTS=y
# CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set
CONFIG_UPROBE_EVENTS=y
CONFIG_BPF_EVENTS=y
CONFIG_DYNAMIC_EVENTS=y
CONFIG_PROBE_EVENTS=y
CONFIG_BPF_KPROBE_OVERRIDE=y
CONFIG_FTRACE_MCOUNT_RECORD=y
CONFIG_FTRACE_MCOUNT_USE_CC=y
CONFIG_TRACING_MAP=y
CONFIG_SYNTH_EVENTS=y
# CONFIG_USER_EVENTS is not set
CONFIG_HIST_TRIGGERS=y
CONFIG_TRACE_EVENT_INJECT=y
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_TRACE_EVAL_MAP_FILE is not set
# CONFIG_FTRACE_RECORD_RECURSION is not set
# CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING is not set
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_FTRACE_SORT_STARTUP_TEST is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set
# CONFIG_MMIOTRACE_TEST is not set
# CONFIG_PREEMPTIRQ_DELAY_TEST is not set
# CONFIG_SYNTH_EVENT_GEN_TEST is not set
# CONFIG_KPROBE_EVENT_GEN_TEST is not set
# CONFIG_HIST_TRIGGERS_DEBUG is not set
# CONFIG_RV is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
CONFIG_SAMPLES=y
# CONFIG_SAMPLE_AUXDISPLAY is not set
# CONFIG_SAMPLE_TRACE_EVENTS is not set
# CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS is not set
# CONFIG_SAMPLE_TRACE_PRINTK is not set
# CONFIG_SAMPLE_FTRACE_DIRECT is not set
# CONFIG_SAMPLE_FTRACE_DIRECT_MULTI is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_TRACE_ARRAY is not set
# CONFIG_SAMPLE_KOBJECT is not set
# CONFIG_SAMPLE_KPROBES is not set
# CONFIG_SAMPLE_HW_BREAKPOINT is not set
# CONFIG_SAMPLE_KFIFO is not set
# CONFIG_SAMPLE_KDB is not set
# CONFIG_SAMPLE_LIVEPATCH is not set
# CONFIG_SAMPLE_CONFIGFS is not set
# CONFIG_SAMPLE_VFIO_MDEV_MTTY is not set
# CONFIG_SAMPLE_VFIO_MDEV_MDPY is not set
# CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB is not set
# CONFIG_SAMPLE_VFIO_MDEV_MBOCHS is not set
# CONFIG_SAMPLE_WATCHDOG is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
#
# DAMON Samples
#
# end of DAMON Samples
CONFIG_HAVE_SAMPLE_FTRACE_DIRECT=y
CONFIG_HAVE_SAMPLE_FTRACE_DIRECT_MULTI=y
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
CONFIG_STRICT_DEVMEM=y
# CONFIG_IO_STRICT_DEVMEM is not set
#
# x86 Debugging
#
CONFIG_EARLY_PRINTK_USB=y
# CONFIG_X86_VERBOSE_BOOTUP is not set
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_EARLY_PRINTK_USB_XDBC=y
# CONFIG_EFI_PGT_DUMP is not set
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_DEBUG is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
# CONFIG_X86_DECODER_SELFTEST is not set
# CONFIG_IO_DELAY_0X80 is not set
CONFIG_IO_DELAY_0XED=y
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_DEBUG_ENTRY is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
CONFIG_X86_DEBUG_FPU=y
# CONFIG_PUNIT_ATOM_DEBUG is not set
# CONFIG_UNWINDER_ORC is not set
CONFIG_UNWINDER_FRAME_POINTER=y
# end of x86 Debugging
#
# Kernel Testing and Coverage
#
# CONFIG_KUNIT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
CONFIG_FUNCTION_ERROR_INJECTION=y
# CONFIG_FAULT_INJECTION is not set
CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_KCOV is not set
CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_TEST_DHRY is not set
# CONFIG_LKDTM is not set
# CONFIG_TEST_MIN_HEAP is not set
# CONFIG_TEST_DIV64 is not set
# CONFIG_TEST_MULDIV64 is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_TEST_REF_TRACKER is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_REED_SOLOMON_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_ASYNC_RAID6_TEST is not set
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_UUID is not set
# CONFIG_TEST_XARRAY is not set
# CONFIG_TEST_MAPLE_TREE is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_TEST_IDA is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_VMALLOC is not set
# CONFIG_TEST_BPF is not set
# CONFIG_FIND_BIT_BENCHMARK is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_SYSCTL is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_TEST_STATIC_KEYS is not set
# CONFIG_TEST_DYNAMIC_DEBUG is not set
# CONFIG_TEST_KMOD is not set
# CONFIG_TEST_KALLSYMS is not set
# CONFIG_TEST_MEMCAT_P is not set
# CONFIG_TEST_MEMINIT is not set
# CONFIG_TEST_HMM is not set
# CONFIG_TEST_FREE_PAGES is not set
# CONFIG_TEST_FPU is not set
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
# CONFIG_TEST_OBJPOOL is not set
CONFIG_ARCH_USE_MEMTEST=y
CONFIG_MEMTEST=y
# end of Kernel Testing and Coverage
#
# Rust hacking
#
# end of Rust hacking
# end of Kernel hacking
CONFIG_IO_URING_ZCRX=y
[ 1.872371] Kernel command line: BOOT_IMAGE=/vmlinuz-6.14.0-38fec10eb6-35ff3b0f45 root=UUID=6c07d1f8-f936-4d1c-956e-62d8d0134454 ro ras=cec_disable console=tty0 console=ttyS1,115200n8 earlyprintk=serial,ttyS1,115200n8 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M crashkernel=512M-:192M kexec_jump_back_entry=0x0ef2fa5530f02b59 kexec_jump_back_entry=0x8867bd740faebf51
[ 1.911372] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.14.0-38fec10eb6-35ff3b0f45 kexec_jump_back_entry=0x8867bd740faebf51", will be passed to user space.
[ 1.928533] random: crng init done
[ 1.932295] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 1.940052] printk: log_buf_len total cpu_extra contributions: 1044480 bytes
[ 1.947904] printk: log_buf_len min size: 262144 bytes
[ 1.954420] printk: log buffer data + meta data: 2097152 + 7340032 = 9437184 bytes
[ 1.962668] printk: early log buf free: 230336(87%)
[ 1.971283] Fallback order for Node 0: 0 1
[ 1.971287] Fallback order for Node 1: 1 0
[ 1.971306] Built 2 zonelists, mobility grouping on. Total pages: 66995581
[ 1.988181] Policy zone: Normal
[ 1.991683] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 1.998594] software IO TLB: area num 256.
[ 2.285020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=256, Nodes=2
Poking KASLR using RDRAND RDTSC...
[ 2.295798] ftrace: allocating 58991 entries in 231 pages
[ 2.340391] ftrace: allocated 231 pages with 6 groups
[ 2.347149] Dynamic Preempt: voluntary
[ 2.351646] rcu: Preemptible hierarchical RCU implementation.
[ 2.357856] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=256.
[ 2.365613] Trampoline variant of Tasks RCU enabled.
[ 2.371236] Rude variant of Tasks RCU enabled.
[ 2.376277] Tracing variant of Tasks RCU enabled.
[ 2.381610] rcu: RCU calculated value of scheduler-enlistment delay is 26 jiffies.
[ 2.390044] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=256
[ 2.397756] RCU Tasks: Setting shift to 8 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=256.
[ 2.407598] RCU Tasks Rude: Setting shift to 8 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=256.
[ 2.417973] RCU Tasks Trace: Setting shift to 8 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=256.
[ 2.430896] NR_IRQS: 524544, nr_irqs: 11176, preallocated irqs: 16
[ 2.437866] rcu: srcu_init: Setting srcu_struct sizes to big.
[ 2.444240] Spurious LAPIC timer interrupt on cpu 0
[ 2.449537] Console: colour dummy device 80x25
[ 2.454453] printk: legacy console [tty0] enabled
[ 2.460094] printk: legacy console [ttyS1] enabled
[ 2.460094] printk: legacy console [ttyS1] enabled
[ 2.470577] printk: legacy bootconsole [earlyser0] disabled
[ 2.470577] printk: legacy bootconsole [earlyser0] disabled
[ 2.483099] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 2.495696] ACPI: Core revision 20240827
[ 2.500330] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 2.510538] APIC: Switch to symmetric I/O mode setup
[ 2.516233] AMD-Vi: ivrs, add hid:AMDI0096, uid:ID01, rdevid:0x7000
[ 2.523276] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
[ 2.530077] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
[ 2.536876] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
[ 2.543677] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0xa0
[ 2.550475] AMD-Vi: ivrs, add hid:AMDI0095, uid:ID00, rdevid:0x0
[ 2.557225] AMD-Vi: ivrs, add hid:AMDI0096, uid:ID03, rdevid:0xf000
[ 2.564263] AMD-Vi: ivrs, add hid:AMDI0096, uid:ID02, rdevid:0x8000
[ 2.571277] AMD-Vi: Using global IVHD EFR:0x25bf732fa2295afe, EFR2:0x53f
[ 2.582847] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 2.606537] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3992ab8b4c6, max_idle_ns: 881590603954 ns
[ 2.618283] Calibrating delay loop (skipped), value calculated using timer frequency.. 3994.12 BogoMIPS (lpj=7988244)
[ 2.622304] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 2.626510] LVT offset 2 assigned for vector 0xf4
[ 2.630348] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
[ 2.634282] Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
[ 2.638284] process: using mwait in idle threads
[ 2.642284] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 2.646284] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 2.650282] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 2.654284] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 2.658282] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 2.662283] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 2.666283] Speculative Return Stack Overflow: Mitigation: IBPB on VMEXIT only
[ 2.670289] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 2.674282] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 2.678282] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 2.682282] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 2.686282] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 2.690282] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 2.694282] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 2.698282] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 2.702283] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 2.706282] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 2.710282] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 2.714282] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 2.718282] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 2.722282] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 2.726282] x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
[ 2.761288] Freeing SMP alternatives memory: 48K
[ 2.762283] pid_max: default: 262144 minimum: 2048
[ 2.766409] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,ima,evm
[ 2.770361] landlock: Up and running.
[ 2.774281] Yama: becoming mindful.
[ 2.778371] AppArmor: AppArmor initialized
[ 2.791618] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[ 2.800960] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[ 2.802388] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 2.806409] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 2.919221] smpboot: CPU0: AMD Eng Sample: 100-000001537-03 (family: 0x1a, model: 0x2, stepping: 0x0)
[ 2.922480] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 2.926283] ... version: 2
[ 2.930281] ... bit width: 48
[ 2.934282] ... generic registers: 6
[ 2.938281] ... value mask: 0000ffffffffffff
[ 2.942281] ... max period: 00007fffffffffff
[ 2.946281] ... fixed-purpose events: 0
[ 2.950281] ... event mask: 000000000000003f
[ 2.954440] signal: max sigframe size: 3376
[ 2.958313] rcu: Hierarchical SRCU implementation.
[ 2.962282] rcu: Max phase no-delay instances is 1000.
[ 2.966306] Timer migration: 4 hierarchy levels; 8 children per group; 3 crossnode level
[ 2.974308] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 2.983006] smp: Bringing up secondary CPUs ...
[ 2.986365] smpboot: x86: Booting SMP configuration:
[ 2.990282] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 #32 #33 #34 #35 #36 #37 #38 #39 #40 #41 #42 #43 #44 #45 #46 #47 #48 #49 #50 #51 #52 #53 #54 #55 #56 #57 #58 #59 #60 #61 #62 #63
[ 3.002288] .... node #1, CPUs: #64 #65 #66 #67 #68 #69 #70 #71 #72 #73 #74 #75 #76 #77 #78 #79 #80 #81 #82 #83 #84 #85 #86 #87 #88 #89 #90 #91 #92 #93 #94 #95 #96 #97 #98 #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[ 3.062285] .... node #0, CPUs: #128 #129 #130 #131 #132 #133 #134 #135 #136 #137 #138 #139 #140 #141 #142 #143 #144 #145 #146 #147 #148 #149 #150 #151 #152 #153 #154 #155 #156 #157 #158 #159 #160 #161 #162 #163 #164 #165 #166 #167 #168 #169 #170 #171 #172 #173 #174 #175 #176 #177 #178 #179 #180 #181 #182 #183 #184 #185 #186 #187 #188 #189 #190 #191
[ 3.074290] .... node #1, CPUs: #192 #193 #194 #195 #196 #197 #198 #199 #200 #201 #202 #203 #204 #205 #206 #207 #208 #209 #210 #211 #212 #213 #214 #215 #216 #217 #218 #219 #220 #221 #222 #223 #224 #225 #226 #227 #228 #229 #230 #231 #232 #233 #234 #235 #236 #237 #238 #239 #240 #241 #242 #243 #244 #245 #246 #247 #248 #249 #250 #251 #252 #253 #254 #255
[ 3.083614] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 3.114663] smp: Brought up 2 nodes, 256 CPUs
[ 3.118287] smpboot: Total of 256 processors activated (1022495.23 BogoMIPS)
[ 3.138683] Memory: 262959852K/267982324K available (21090K kernel code, 4669K rwdata, 8612K rodata, 5236K init, 6288K bss, 4610244K reserved, 0K cma-reserved)
[ 3.144017] devtmpfs: initialized
[ 3.146355] x86/mm: Memory block size: 2048MB
[ 3.158365] ACPI: PM: Registering ACPI NVS region [mem 0x75b60000-0x75c20fff] (790528 bytes)
[ 3.162289] ACPI: PM: Registering ACPI NVS region [mem 0x9a103000-0x9a583fff] (4722688 bytes)
[ 3.166358] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 3.170487] futex hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 3.174524] pinctrl core: initialized pinctrl subsystem
[ 3.178379] PM: RTC time: 08:07:24, date: 2025-04-02
[ 3.182832] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 3.186755] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 3.190440] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 3.194440] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 3.198288] audit: initializing netlink subsys (disabled)
[ 3.202305] audit: type=2000 audit(1743581243.648:1): state=initialized audit_enabled=0 res=1
[ 3.202408] thermal_sys: Registered thermal governor 'fair_share'
[ 3.206284] thermal_sys: Registered thermal governor 'bang_bang'
[ 3.210282] thermal_sys: Registered thermal governor 'step_wise'
[ 3.214282] thermal_sys: Registered thermal governor 'user_space'
[ 3.218282] thermal_sys: Registered thermal governor 'power_allocator'
[ 3.222285] EISA bus registered
[ 3.230323] cpuidle: using governor ladder
[ 3.234295] cpuidle: using governor menu
[ 3.242420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 3.246348] PCI: ECAM [mem 0x3ffb00000000-0x3ffb0fffffff] (base 0x3ffb00000000) for domain 0000 [bus 00-ff]
[ 3.250295] PCI: Using configuration type 1 for base access
[ 3.254355] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 3.262376] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 3.266283] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 3.270284] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 3.274282] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 3.278678] fbcon: Taking over console
[ 3.282313] Failed to find VA for GUID: 7626C6AE-F973-429C-A91C-107D7BE298B0, PA: 0x0
[ 3.282316] Failed to find VA for GUID: 0639BD1C-3E33-4055-BAE7-36CCEBA8376E, PA: 0x0
[ 3.286282] Failed to find VA for GUID: E7180659-A65D-451D-92CD-2B56F12BEBA6, PA: 0x0
[ 3.290282] Failed to find VA for GUID: 00C77891-7FCB-4D01-94E1-72F8E4EE1AF7, PA: 0x0
[ 3.294282] Failed to find VA for GUID: D1C6B8F2-F9AC-4BF0-855E-DBD582CE4B20, PA: 0x0
[ 3.298282] Failed to find VA for GUID: 69AA0A9C-E3FC-4B0D-929E-AA1BDE5D9A9B, PA: 0x0
[ 3.302283] Failed to find VA for GUID: EE41B397-25D4-452C-AD54-48C6E3480B94, PA: 0x0
[ 3.306284] PRM: found 1 modules
[ 3.314339] ACPI: Added _OSI(Module Device)
[ 3.318282] ACPI: Added _OSI(Processor Device)
[ 3.322282] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 3.326282] ACPI: Added _OSI(Processor Aggregator Device)
[ 3.353553] ACPI: 10 ACPI AML tables successfully acquired and loaded
[ 3.360102] ACPI: Interpreter enabled
[ 3.362293] ACPI: PM: (supports S0 S5)
[ 3.366282] ACPI: Using IOAPIC for interrupt routing
[ 3.370681] HEST: Table parsing has been initialized.
[ 3.374334] GHES: APEI firmware first mode is enabled by APEI bit.
[ 3.378284] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 3.382282] PCI: Ignoring E820 reservations for host bridge windows
[ 3.390968] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 3.394937] ACPI: \_SB_.S0D0.C000.SATA.P0SA: New power resource
[ 3.398294] ACPI: \_SB_.S0D0.C000.SATA.P3SA: New power resource
[ 3.406360] ACPI: \_SB_.S0D0.C000.SAT2.P0SA: New power resource
[ 3.410291] ACPI: \_SB_.S0D0.C000.SAT2.P3SA: New power resource
[ 3.414974] ACPI: \_SB_.S0D1.C011.SA11.P0SA: New power resource
[ 3.418292] ACPI: \_SB_.S0D1.C011.SA11.P3SA: New power resource
[ 3.422457] ACPI: \_SB_.S0D1.C011.SA12.P0SA: New power resource
[ 3.426291] ACPI: \_SB_.S0D1.C011.SA12.P3SA: New power resource
[ 3.430967] ACPI: \_SB_.PCI0.C021.SATA.P0SA: New power resource
[ 3.434293] ACPI: \_SB_.PCI0.C021.SATA.P3SA: New power resource
[ 3.438442] ACPI: \_SB_.PCI0.C021.SAT2.P0SA: New power resource
[ 3.442291] ACPI: \_SB_.PCI0.C021.SAT2.P3SA: New power resource
[ 3.457220] ACPI: \_SB_.S1D1.C110.SA91.P0SA: New power resource
[ 3.458292] ACPI: \_SB_.S1D1.C110.SA91.P3SA: New power resource
[ 3.462464] ACPI: \_SB_.S1D1.C110.SA92.P0SA: New power resource
[ 3.466292] ACPI: \_SB_.S1D1.C110.SA92.P3SA: New power resource
[ 3.471147] ACPI: \_SB_.S1D3.C130.SAB1.P0SA: New power resource
[ 3.474292] ACPI: \_SB_.S1D3.C130.SAB1.P3SA: New power resource
[ 3.478457] ACPI: \_SB_.S1D3.C130.SAB2.P0SA: New power resource
[ 3.482292] ACPI: \_SB_.S1D3.C130.SAB2.P3SA: New power resource
[ 3.495081] ACPI: PCI Root Bridge [S0D0] (domain 0000 [bus 70-7f])
[ 3.498287] acpi ACPI0016:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.502283] acpi ACPI0016:00: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 3.507135] acpi ACPI0016:00: _OSC: platform does not support [AER LTR]
[ 3.514632] acpi ACPI0016:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 3.518282] acpi ACPI0016:00: _OSC: OS now controls [CXLMemErrorReporting]
[ 3.522442] PCI host bridge to bus 0000:70
[ 3.526308] pci_bus 0000:70: root bus resource [io 0x8000-0x9fff window]
[ 3.530282] pci_bus 0000:70: root bus resource [mem 0xf1000000-0xf30fffff window]
[ 3.534282] pci_bus 0000:70: root bus resource [mem 0x10021000000-0x20020ffffff window]
[ 3.538283] pci_bus 0000:70: root bus resource [bus 70-7f]
[ 3.542296] pci 0000:70:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 3.550538] pci 0000:70:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 3.554360] pci 0000:70:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 3.562281] pci 0000:70:00.3: enabling Extended Tags
[ 3.567520] pci 0000:70:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.570331] pci 0000:70:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.574330] pci 0000:70:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.578333] pci 0000:70:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.582330] pci 0000:70:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.586330] pci 0000:70:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.590346] pci 0000:70:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 3.594296] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 3.598286] pci 0000:70:07.1: bridge window [mem 0xf3000000-0xf30fffff]
[ 3.602372] pci 0000:70:07.1: PME# supported from D0 D3hot D3cold
[ 3.606434] pci 0000:71:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 3.610700] pci 0000:71:00.4: [1022:1557] type 00 class 0x0c0330 PCIe Endpoint
[ 3.614304] pci 0000:71:00.4: BAR 0 [mem 0xf3000000-0xf30fffff 64bit]
[ 3.618344] pci 0000:71:00.4: PME# supported from D0 D3hot D3cold
[ 3.622352] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 3.630412] ACPI: PCI Root Bridge [S0D1] (domain 0000 [bus 50-5f])
[ 3.634283] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.638384] acpi PNP0A08:00: _OSC: platform does not support [AER LTR]
[ 3.642468] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 3.646456] PCI host bridge to bus 0000:50
[ 3.650308] pci_bus 0000:50: root bus resource [io 0x03b0-0x03df window]
[ 3.654282] pci_bus 0000:50: root bus resource [io 0x6000-0x6fff window]
[ 3.658282] pci_bus 0000:50: root bus resource [mem 0x000a0000-0x000bffff window]
[ 3.662283] pci_bus 0000:50: root bus resource [mem 0xe7000000-0xeaefffff window]
[ 3.666282] pci_bus 0000:50: root bus resource [mem 0x30081000000-0x40080ffffff window]
[ 3.670282] pci_bus 0000:50: root bus resource [bus 50-5f]
[ 3.674288] pci 0000:50:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 3.682361] pci 0000:50:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 3.686353] pci 0000:50:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.690331] pci 0000:50:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.695107] pci 0000:50:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.698354] pci 0000:50:03.1: [1022:1554] type 01 class 0x060400 PCIe Root Port
[ 3.702296] pci 0000:50:03.1: PCI bridge to [bus 51]
[ 3.706286] pci 0000:50:03.1: bridge window [mem 0xea500000-0xea5fffff]
[ 3.718407] pci 0000:50:03.1: PME# supported from D0 D3hot D3cold
[ 3.726451] pci 0000:50:03.3: [1022:1554] type 01 class 0x060400 PCIe Root Port
[ 3.730296] pci 0000:50:03.3: PCI bridge to [bus 52]
[ 3.734291] pci 0000:50:03.3: bridge window [mem 0x40080f00000-0x40080ffffff 64bit pref]
[ 3.746399] pci 0000:50:03.3: PME# supported from D0 D3hot D3cold
[ 3.750655] pci 0000:50:03.4: [1022:1554] type 01 class 0x060400 PCIe Root Port
[ 3.754296] pci 0000:50:03.4: PCI bridge to [bus 53-54]
[ 3.758285] pci 0000:50:03.4: bridge window [io 0x6000-0x6fff]
[ 3.762283] pci 0000:50:03.4: bridge window [mem 0xe9000000-0xea1fffff]
[ 3.774396] pci 0000:50:03.4: PME# supported from D0 D3hot D3cold
[ 3.778630] pci 0000:50:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.783474] pci 0000:50:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.786333] pci 0000:50:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.790353] pci 0000:50:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 3.794295] pci 0000:50:07.1: PCI bridge to [bus 55]
[ 3.798285] pci 0000:50:07.1: bridge window [mem 0xea300000-0xea4fffff]
[ 3.802372] pci 0000:50:07.1: PME# supported from D0 D3hot D3cold
[ 3.806428] pci 0000:51:00.0: [144d:a80a] type 00 class 0x010802 PCIe Endpoint
[ 3.810320] pci 0000:51:00.0: BAR 0 [mem 0xea500000-0xea503fff 64bit]
[ 3.815510] pci 0000:51:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:50:03.1 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[ 3.818390] pci 0000:50:03.1: PCI bridge to [bus 51]
[ 3.826346] pci 0000:52:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[ 3.830325] pci 0000:52:00.0: BAR 0 [mem 0x40080f20000-0x40080f2ffff 64bit pref]
[ 3.834284] pci 0000:52:00.0: BAR 2 [mem 0x40080f10000-0x40080f1ffff 64bit pref]
[ 3.838284] pci 0000:52:00.0: BAR 4 [mem 0x40080f00000-0x40080f0ffff 64bit pref]
[ 3.843671] pci 0000:52:00.0: PME# supported from D0 D3hot D3cold
[ 3.846328] pci 0000:52:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:50:03.3 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[ 3.850367] pci 0000:50:03.3: PCI bridge to [bus 52]
[ 3.858352] pci 0000:53:00.0: [1a03:1150] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[ 3.862316] pci 0000:53:00.0: PCI bridge to [bus 54]
[ 3.866289] pci 0000:53:00.0: bridge window [io 0x6000-0x6fff]
[ 3.870284] pci 0000:53:00.0: bridge window [mem 0xe9000000-0xea1fffff]
[ 3.875898] pci 0000:53:00.0: supports D1 D2
[ 3.878282] pci 0000:53:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.882438] pci 0000:50:03.4: PCI bridge to [bus 53-54]
[ 3.886327] pci_bus 0000:54: extended config space not accessible
[ 3.890296] pci 0000:54:00.0: [1a03:2000] type 00 class 0x030000 conventional PCI endpoint
[ 3.894337] pci 0000:54:00.0: BAR 0 [mem 0xe9000000-0xe9ffffff]
[ 3.898283] pci 0000:54:00.0: BAR 1 [mem 0xea140000-0xea17ffff]
[ 3.902284] pci 0000:54:00.0: BAR 2 [io 0x6000-0x607f]
[ 3.906325] pci 0000:54:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 3.910319] pci 0000:54:00.0: supports D1 D2
[ 3.914282] pci 0000:54:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.918348] pci 0000:54:01.0: [1a03:2402] type 00 class 0xff0000 conventional PCI endpoint
[ 3.922334] pci 0000:54:01.0: BAR 0 [mem 0xea000000-0xea0fffff]
[ 3.926283] pci 0000:54:01.0: BAR 1 [mem 0xea100000-0xea13ffff]
[ 3.930353] pci 0000:54:01.0: supports D1 D2
[ 3.934282] pci 0000:54:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.938377] pci 0000:53:00.0: PCI bridge to [bus 54]
[ 3.942696] pci 0000:55:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 3.947111] pci 0000:55:00.5: [1022:156e] type 00 class 0x108000 PCIe Endpoint
[ 3.950305] pci 0000:55:00.5: BAR 2 [mem 0xea300000-0xea3fffff]
[ 3.954283] pci 0000:55:00.5: BAR 5 [mem 0xea400000-0xea401fff]
[ 3.958988] pci 0000:50:07.1: PCI bridge to [bus 55]
[ 3.966693] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-0f])
[ 3.970283] acpi ACPI0016:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.974282] acpi ACPI0016:01: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 3.978764] acpi ACPI0016:01: _OSC: platform does not support [AER LTR]
[ 3.986618] acpi ACPI0016:01: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 3.990282] acpi ACPI0016:01: _OSC: OS now controls [CXLMemErrorReporting]
[ 3.994493] PCI host bridge to bus 0000:00
[ 3.998308] pci_bus 0000:00: root bus resource [io 0x0000-0x02e7 window]
[ 4.002282] pci_bus 0000:00: root bus resource [io 0x0300-0x03af window]
[ 4.006282] pci_bus 0000:00: root bus resource [io 0x0400-0x0cf7 window]
[ 4.010282] pci_bus 0000:00: root bus resource [io 0x1000-0x1fff window]
[ 4.014282] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 4.018282] pci_bus 0000:00: root bus resource [mem 0xf7000000-0xf8ffffff window]
[ 4.022283] pci_bus 0000:00: root bus resource [mem 0x500e1000000-0x600e0ffffff window]
[ 4.026282] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 4.030289] pci 0000:00:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.035190] pci 0000:00:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 4.042345] pci 0000:00:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 4.046583] pci 0000:00:00.3: enabling Extended Tags
[ 4.054412] pci 0000:00:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.058356] pci 0000:00:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.062298] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 4.066286] pci 0000:00:01.1: bridge window [mem 0xf7000000-0xf71fffff]
[ 4.070288] pci 0000:00:01.1: bridge window [mem 0x500e1000000-0x500e11fffff 64bit pref]
[ 4.079653] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 4.082732] pci 0000:00:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.086298] pci 0000:00:01.3: PCI bridge to [bus 02]
[ 4.090285] pci 0000:00:01.3: bridge window [io 0x1000-0x1fff]
[ 4.094283] pci 0000:00:01.3: bridge window [mem 0xf7200000-0xf73fffff]
[ 4.098288] pci 0000:00:01.3: bridge window [mem 0x500e1200000-0x500e13fffff 64bit pref]
[ 4.107651] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 4.110707] pci 0000:00:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.114338] pci 0000:00:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.118335] pci 0000:00:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.122335] pci 0000:00:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.126336] pci 0000:00:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.130347] pci 0000:00:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 4.134295] pci 0000:00:07.1: PCI bridge to [bus 03]
[ 4.139143] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 4.142385] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 4.146361] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 4.150376] pci 0000:00:18.0: [1022:12c0] type 00 class 0x060000 conventional PCI endpoint
[ 4.154311] pci 0000:00:18.1: [1022:12c1] type 00 class 0x060000 conventional PCI endpoint
[ 4.158310] pci 0000:00:18.2: [1022:12c2] type 00 class 0x060000 conventional PCI endpoint
[ 4.162314] pci 0000:00:18.3: [1022:12c3] type 00 class 0x060000 conventional PCI endpoint
[ 4.166309] pci 0000:00:18.4: [1022:12c4] type 00 class 0x060000 conventional PCI endpoint
[ 4.170309] pci 0000:00:18.5: [1022:12c5] type 00 class 0x060000 conventional PCI endpoint
[ 4.174310] pci 0000:00:18.6: [1022:12c6] type 00 class 0x060000 conventional PCI endpoint
[ 4.178309] pci 0000:00:18.7: [1022:12c7] type 00 class 0x060000 conventional PCI endpoint
[ 4.182310] pci 0000:00:19.0: [1022:12c0] type 00 class 0x060000 conventional PCI endpoint
[ 4.186318] pci 0000:00:19.1: [1022:12c1] type 00 class 0x060000 conventional PCI endpoint
[ 4.190315] pci 0000:00:19.2: [1022:12c2] type 00 class 0x060000 conventional PCI endpoint
[ 4.194316] pci 0000:00:19.3: [1022:12c3] type 00 class 0x060000 conventional PCI endpoint
[ 4.198315] pci 0000:00:19.4: [1022:12c4] type 00 class 0x060000 conventional PCI endpoint
[ 4.202317] pci 0000:00:19.5: [1022:12c5] type 00 class 0x060000 conventional PCI endpoint
[ 4.206316] pci 0000:00:19.6: [1022:12c6] type 00 class 0x060000 conventional PCI endpoint
[ 4.210315] pci 0000:00:19.7: [1022:12c7] type 00 class 0x060000 conventional PCI endpoint
[ 4.214690] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 4.219377] pci 0000:00:01.3: PCI bridge to [bus 02]
[ 4.223379] pci 0000:03:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 4.227110] pci 0000:00:07.1: PCI bridge to [bus 03]
[ 4.232691] ACPI: PCI Root Bridge [S0D3] (domain 0000 [bus 20-2f])
[ 4.234284] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.238381] acpi PNP0A08:01: _OSC: platform does not support [AER LTR]
[ 4.242467] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.246415] PCI host bridge to bus 0000:20
[ 4.250308] pci_bus 0000:20: root bus resource [io 0x3000-0x3fff window]
[ 4.254282] pci_bus 0000:20: root bus resource [mem 0xda000000-0xdc0fffff window]
[ 4.258282] pci_bus 0000:20: root bus resource [mem 0x70141000000-0x80140ffffff window]
[ 4.262283] pci_bus 0000:20: root bus resource [bus 20-2f]
[ 4.266287] pci 0000:20:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.271409] pci 0000:20:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 4.274351] pci 0000:20:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.278331] pci 0000:20:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.282904] pci 0000:20:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.286331] pci 0000:20:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.290358] pci 0000:20:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.294331] pci 0000:20:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.298617] pci 0000:20:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 4.302295] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 4.306285] pci 0000:20:07.1: bridge window [mem 0xdc000000-0xdc0fffff]
[ 4.311094] pci 0000:20:07.1: PME# supported from D0 D3hot D3cold
[ 4.314423] pci 0000:21:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 4.318770] pci 0000:21:00.4: [1022:1557] type 00 class 0x0c0330 PCIe Endpoint
[ 4.322305] pci 0000:21:00.4: BAR 0 [mem 0xdc000000-0xdc0fffff 64bit]
[ 4.326350] pci 0000:21:00.4: PME# supported from D0 D3hot D3cold
[ 4.330348] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 4.335167] ACPI: PCI Root Bridge [S0D4] (domain 0000 [bus 40-4f])
[ 4.338282] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.342380] acpi PNP0A08:02: _OSC: platform does not support [AER LTR]
[ 4.346466] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.350402] PCI host bridge to bus 0000:40
[ 4.354309] pci_bus 0000:40: root bus resource [io 0x5000-0x5fff window]
[ 4.358282] pci_bus 0000:40: root bus resource [mem 0xe3000000-0xe4ffffff window]
[ 4.362282] pci_bus 0000:40: root bus resource [mem 0x40081000000-0x50080ffffff window]
[ 4.366282] pci_bus 0000:40: root bus resource [bus 40-4f]
[ 4.370287] pci 0000:40:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.374563] pci 0000:40:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.378392] pci 0000:40:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.386426] ACPI: PCI Root Bridge [S0D5] (domain 0000 [bus 60-6f])
[ 4.394283] acpi ACPI0016:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.402283] acpi ACPI0016:02: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 4.414654] acpi ACPI0016:02: _OSC: platform does not support [AER LTR]
[ 4.423161] acpi ACPI0016:02: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.434282] acpi ACPI0016:02: _OSC: OS now controls [CXLMemErrorReporting]
[ 4.442402] PCI host bridge to bus 0000:60
[ 4.446308] pci_bus 0000:60: root bus resource [io 0x7000-0x7fff window]
[ 4.454282] pci_bus 0000:60: root bus resource [mem 0xed000000-0xeeffffff window]
[ 4.462283] pci_bus 0000:60: root bus resource [mem 0x20021000000-0x30020ffffff window]
[ 4.470283] pci_bus 0000:60: root bus resource [bus 60-6f]
[ 4.478287] pci 0000:60:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.487528] pci 0000:60:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 4.499074] pci 0000:60:00.3: enabling Extended Tags
[ 4.506301] pci 0000:60:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.514355] pci 0000:60:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.522298] pci 0000:60:01.1: PCI bridge to [bus 61]
[ 4.530286] pci 0000:60:01.1: bridge window [mem 0xed000000-0xed1fffff]
[ 4.534288] pci 0000:60:01.1: bridge window [mem 0x20021000000-0x200211fffff 64bit pref]
[ 4.550430] pci 0000:60:01.1: PME# supported from D0 D3hot D3cold
[ 4.558286] pci 0000:60:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.566297] pci 0000:60:01.2: PCI bridge to [bus 62]
[ 4.570286] pci 0000:60:01.2: bridge window [mem 0xed200000-0xed3fffff]
[ 4.578288] pci 0000:60:01.2: bridge window [mem 0x20021200000-0x200213fffff 64bit pref]
[ 4.591649] pci 0000:60:01.2: PME# supported from D0 D3hot D3cold
[ 4.598724] pci 0000:60:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.606297] pci 0000:60:01.3: PCI bridge to [bus 63]
[ 4.614286] pci 0000:60:01.3: bridge window [mem 0xed400000-0xed5fffff]
[ 4.622287] pci 0000:60:01.3: bridge window [mem 0x20021400000-0x200215fffff 64bit pref]
[ 4.635648] pci 0000:60:01.3: PME# supported from D0 D3hot D3cold
[ 4.642724] pci 0000:60:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.650298] pci 0000:60:01.4: PCI bridge to [bus 64]
[ 4.658285] pci 0000:60:01.4: bridge window [io 0x7000-0x7fff]
[ 4.662283] pci 0000:60:01.4: bridge window [mem 0xed600000-0xed7fffff]
[ 4.670288] pci 0000:60:01.4: bridge window [mem 0x20021600000-0x200217fffff 64bit pref]
[ 4.683650] pci 0000:60:01.4: PME# supported from D0 D3hot D3cold
[ 4.690701] pci 0000:60:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.702304] pci 0000:60:01.1: PCI bridge to [bus 61]
[ 4.707380] pci 0000:60:01.2: PCI bridge to [bus 62]
[ 4.715371] pci 0000:60:01.3: PCI bridge to [bus 63]
[ 4.722323] pci 0000:60:01.4: PCI bridge to [bus 64]
[ 4.727538] ACPI: PCI Root Bridge [S0D6] (domain 0000 [bus 30-3f])
[ 4.734283] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.746380] acpi PNP0A08:03: _OSC: platform does not support [AER LTR]
[ 4.754466] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.762399] PCI host bridge to bus 0000:30
[ 4.766307] pci_bus 0000:30: root bus resource [io 0x4000-0x4fff window]
[ 4.774283] pci_bus 0000:30: root bus resource [mem 0xd5000000-0xd6ffffff window]
[ 4.782282] pci_bus 0000:30: root bus resource [mem 0x80141000000-0x90140ffffff window]
[ 4.794284] pci_bus 0000:30: root bus resource [bus 30-3f]
[ 4.798288] pci 0000:30:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.806564] pci 0000:30:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.818331] pci 0000:30:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.826408] ACPI: PCI Root Bridge [S0D7] (domain 0000 [bus 10-1f])
[ 4.834283] acpi ACPI0016:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.842282] acpi ACPI0016:03: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 4.858650] acpi ACPI0016:03: _OSC: platform does not support [AER LTR]
[ 4.867189] acpi ACPI0016:03: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.874282] acpi ACPI0016:03: _OSC: OS now controls [CXLMemErrorReporting]
[ 4.882401] PCI host bridge to bus 0000:10
[ 4.886308] pci_bus 0000:10: root bus resource [io 0x2000-0x2fff window]
[ 4.894283] pci_bus 0000:10: root bus resource [mem 0xde000000-0xdfffffff window]
[ 4.902282] pci_bus 0000:10: root bus resource [mem 0x600e1000000-0x700e0ffffff window]
[ 4.914282] pci_bus 0000:10: root bus resource [bus 10-1f]
[ 4.918287] pci 0000:10:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.927536] pci 0000:10:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 4.939071] pci 0000:10:00.3: enabling Extended Tags
[ 4.946412] pci 0000:10:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.954356] pci 0000:10:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.962298] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 4.970286] pci 0000:10:01.1: bridge window [mem 0xde000000-0xde1fffff]
[ 4.978288] pci 0000:10:01.1: bridge window [mem 0x600e1000000-0x600e11fffff 64bit pref]
[ 4.991650] pci 0000:10:01.1: PME# supported from D0 D3hot D3cold
[ 4.998731] pci 0000:10:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.006297] pci 0000:10:01.2: PCI bridge to [bus 12]
[ 5.010286] pci 0000:10:01.2: bridge window [mem 0xde200000-0xde3fffff]
[ 5.018289] pci 0000:10:01.2: bridge window [mem 0x600e1200000-0x600e13fffff 64bit pref]
[ 5.034292] pci 0000:10:01.2: PME# supported from D0 D3hot D3cold
[ 5.042726] pci 0000:10:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.050298] pci 0000:10:01.3: PCI bridge to [bus 13]
[ 5.054287] pci 0000:10:01.3: bridge window [mem 0xde400000-0xde5fffff]
[ 5.062288] pci 0000:10:01.3: bridge window [mem 0x600e1400000-0x600e15fffff 64bit pref]
[ 5.075652] pci 0000:10:01.3: PME# supported from D0 D3hot D3cold
[ 5.082727] pci 0000:10:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.090297] pci 0000:10:01.4: PCI bridge to [bus 14]
[ 5.098285] pci 0000:10:01.4: bridge window [io 0x2000-0x2fff]
[ 5.102283] pci 0000:10:01.4: bridge window [mem 0xde600000-0xde7fffff]
[ 5.110288] pci 0000:10:01.4: bridge window [mem 0x600e1600000-0x600e17fffff 64bit pref]
[ 5.123651] pci 0000:10:01.4: PME# supported from D0 D3hot D3cold
[ 5.130705] pci 0000:10:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.143312] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 5.147383] pci 0000:10:01.2: PCI bridge to [bus 12]
[ 5.155363] pci 0000:10:01.3: PCI bridge to [bus 13]
[ 5.162322] pci 0000:10:01.4: PCI bridge to [bus 14]
[ 5.167540] ACPI: PCI Root Bridge [S1D0] (domain 0000 [bus f0-ff])
[ 5.174283] acpi ACPI0016:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.186283] acpi ACPI0016:04: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 5.198953] acpi ACPI0016:04: _OSC: platform does not support [AER LTR]
[ 5.208058] acpi ACPI0016:04: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.218282] acpi ACPI0016:04: _OSC: OS now controls [CXLMemErrorReporting]
[ 5.226417] PCI host bridge to bus 0000:f0
[ 5.230308] pci_bus 0000:f0: root bus resource [io 0xd000-0xffff window]
[ 5.238282] pci_bus 0000:f0: root bus resource [mem 0xd1000000-0xd30fffff window]
[ 5.246282] pci_bus 0000:f0: root bus resource [mem 0x901a1000000-0xa01a0ffffff window]
[ 5.258282] pci_bus 0000:f0: root bus resource [bus f0-ff]
[ 5.262288] pci 0000:f0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.270558] pci 0000:f0:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 5.282359] pci 0000:f0:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 5.290367] pci 0000:f0:00.3: enabling Extended Tags
[ 5.298446] pci 0000:f0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.306341] pci 0000:f0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.318337] pci 0000:f0:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.326336] pci 0000:f0:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.334338] pci 0000:f0:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.346337] pci 0000:f0:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.354345] pci 0000:f0:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 5.362297] pci 0000:f0:07.1: PCI bridge to [bus f1]
[ 5.367250] pci 0000:f0:07.1: PME# supported from D0 D3hot D3cold
[ 5.374396] pci 0000:f0:07.2: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 5.382297] pci 0000:f0:07.2: PCI bridge to [bus f2]
[ 5.390286] pci 0000:f0:07.2: bridge window [mem 0xd3000000-0xd30fffff]
[ 5.398722] pci 0000:f0:07.2: PME# supported from D0 D3hot D3cold
[ 5.402428] pci 0000:f1:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 5.410792] pci 0000:f0:07.1: PCI bridge to [bus f1]
[ 5.419266] pci 0000:f2:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[ 5.426310] pci 0000:f2:00.0: BAR 5 [mem 0xd3001000-0xd30017ff]
[ 5.435028] pci 0000:f2:00.0: PME# supported from D3hot D3cold
[ 5.442370] pci 0000:f2:00.1: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[ 5.450310] pci 0000:f2:00.1: BAR 5 [mem 0xd3000000-0xd30007ff]
[ 5.455020] pci 0000:f2:00.1: PME# supported from D3hot D3cold
[ 5.462344] pci 0000:f0:07.2: PCI bridge to [bus f2]
[ 5.470431] ACPI: PCI Root Bridge [S1D1] (domain 0000 [bus d0-df])
[ 5.478283] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.486383] acpi PNP0A08:04: _OSC: platform does not support [AER LTR]
[ 5.494468] acpi PNP0A08:04: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.502450] PCI host bridge to bus 0000:d0
[ 5.510307] pci_bus 0000:d0: root bus resource [io 0xb000-0xbfff window]
[ 5.518282] pci_bus 0000:d0: root bus resource [mem 0xc7000000-0xc91fffff window]
[ 5.526282] pci_bus 0000:d0: root bus resource [mem 0xb0201000000-0xc0200ffffff window]
[ 5.534283] pci_bus 0000:d0: root bus resource [bus d0-df]
[ 5.538289] pci 0000:d0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.550593] pci 0000:d0:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 5.558360] pci 0000:d0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.566338] pci 0000:d0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.578766] pci 0000:d0:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.586339] pci 0000:d0:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.594367] pci 0000:d0:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.606339] pci 0000:d0:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.614590] pci 0000:d0:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 5.622298] pci 0000:d0:07.1: PCI bridge to [bus d1]
[ 5.630286] pci 0000:d0:07.1: bridge window [mem 0xc9000000-0xc91fffff]
[ 5.639106] pci 0000:d0:07.1: PME# supported from D0 D3hot D3cold
[ 5.642441] pci 0000:d1:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 5.650761] pci 0000:d1:00.5: [1022:156e] type 00 class 0x108000 PCIe Endpoint
[ 5.662309] pci 0000:d1:00.5: BAR 2 [mem 0xc9000000-0xc90fffff]
[ 5.666284] pci 0000:d1:00.5: BAR 5 [mem 0xc9100000-0xc9101fff]
[ 5.674982] pci 0000:d0:07.1: PCI bridge to [bus d1]
[ 5.679543] ACPI: PCI Root Bridge [S1D2] (domain 0000 [bus 80-8f])
[ 5.686283] acpi ACPI0016:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.698283] acpi ACPI0016:05: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 5.711826] acpi ACPI0016:05: _OSC: platform does not support [AER LTR]
[ 5.722633] acpi ACPI0016:05: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.730283] acpi ACPI0016:05: _OSC: OS now controls [CXLMemErrorReporting]
[ 5.738420] PCI host bridge to bus 0000:80
[ 5.746307] pci_bus 0000:80: root bus resource [mem 0xbe000000-0xbfffffff window]
[ 5.754282] pci_bus 0000:80: root bus resource [mem 0xd0261000000-0xe0260ffffff window]
[ 5.762283] pci_bus 0000:80: root bus resource [bus 80-8f]
[ 5.766288] pci 0000:80:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.778527] pci 0000:80:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 5.786359] pci 0000:80:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 5.798281] pci 0000:80:00.3: enabling Extended Tags
[ 5.803533] pci 0000:80:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.814341] pci 0000:80:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.822342] pci 0000:80:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.834341] pci 0000:80:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.842338] pci 0000:80:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.850353] pci 0000:80:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.858354] pci 0000:80:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 5.870297] pci 0000:80:07.1: PCI bridge to [bus 81]
[ 5.875206] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[ 5.882453] pci 0000:81:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 5.890756] pci 0000:80:07.1: PCI bridge to [bus 81]
[ 5.895342] ACPI: PCI Root Bridge [S1D3] (domain 0000 [bus a0-af])
[ 5.902283] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.914382] acpi PNP0A08:05: _OSC: platform does not support [AER LTR]
[ 5.922471] acpi PNP0A08:05: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.930420] PCI host bridge to bus 0000:a0
[ 5.934308] pci_bus 0000:a0: root bus resource [mem 0xb5000000-0xb6ffffff window]
[ 5.946282] pci_bus 0000:a0: root bus resource [mem 0xf02c1000000-0x1002c0ffffff window]
[ 5.954283] pci_bus 0000:a0: root bus resource [bus a0-af]
[ 5.958288] pci 0000:a0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.970460] pci 0000:a0:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 5.978361] pci 0000:a0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.990338] pci 0000:a0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.998341] pci 0000:a0:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.006337] pci 0000:a0:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.018365] pci 0000:a0:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.026338] pci 0000:a0:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.034587] pci 0000:a0:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 6.042298] pci 0000:a0:07.1: PCI bridge to [bus a1]
[ 6.050384] pci 0000:a0:07.1: PME# supported from D0 D3hot D3cold
[ 6.054437] pci 0000:a1:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 6.066467] pci 0000:a0:07.1: PCI bridge to [bus a1]
[ 6.071253] ACPI: PCI Root Bridge [S1D4] (domain 0000 [bus c0-cf])
[ 6.078283] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.086379] acpi PNP0A08:06: _OSC: platform does not support [AER LTR]
[ 6.094467] acpi PNP0A08:06: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.106399] PCI host bridge to bus 0000:c0
[ 6.110309] pci_bus 0000:c0: root bus resource [io 0xa000-0xafff window]
[ 6.118282] pci_bus 0000:c0: root bus resource [mem 0xc1000000-0xc2ffffff window]
[ 6.126282] pci_bus 0000:c0: root bus resource [mem 0xc0201000000-0xd0200ffffff window]
[ 6.134282] pci_bus 0000:c0: root bus resource [bus c0-cf]
[ 6.142289] pci 0000:c0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.150568] pci 0000:c0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.158339] pci 0000:c0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.170417] ACPI: PCI Root Bridge [S1D5] (domain 0000 [bus e0-ef])
[ 6.174283] acpi ACPI0016:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.186282] acpi ACPI0016:06: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 6.198647] acpi ACPI0016:06: _OSC: platform does not support [AER LTR]
[ 6.207986] acpi ACPI0016:06: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.218283] acpi ACPI0016:06: _OSC: OS now controls [CXLMemErrorReporting]
[ 6.226401] PCI host bridge to bus 0000:e0
[ 6.230308] pci_bus 0000:e0: root bus resource [io 0xc000-0xcfff window]
[ 6.238282] pci_bus 0000:e0: root bus resource [mem 0xcb000000-0xccffffff window]
[ 6.246282] pci_bus 0000:e0: root bus resource [mem 0xa01a1000000-0xb01a0ffffff window]
[ 6.254282] pci_bus 0000:e0: root bus resource [bus e0-ef]
[ 6.262288] pci 0000:e0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.270625] pci 0000:e0:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 6.282281] pci 0000:e0:00.3: enabling Extended Tags
[ 6.287506] pci 0000:e0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.298363] pci 0000:e0:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.306300] pci 0000:e0:01.1: PCI bridge to [bus e1]
[ 6.310287] pci 0000:e0:01.1: bridge window [mem 0xcb000000-0xcb1fffff]
[ 6.318288] pci 0000:e0:01.1: bridge window [mem 0xa01a1000000-0xa01a11fffff 64bit pref]
[ 6.334340] pci 0000:e0:01.1: PME# supported from D0 D3hot D3cold
[ 6.342744] pci 0000:e0:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.350299] pci 0000:e0:01.2: PCI bridge to [bus e2]
[ 6.354287] pci 0000:e0:01.2: bridge window [mem 0xcb200000-0xcb3fffff]
[ 6.362289] pci 0000:e0:01.2: bridge window [mem 0xa01a1200000-0xa01a13fffff 64bit pref]
[ 6.375660] pci 0000:e0:01.2: PME# supported from D0 D3hot D3cold
[ 6.382740] pci 0000:e0:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.390300] pci 0000:e0:01.3: PCI bridge to [bus e3]
[ 6.398287] pci 0000:e0:01.3: bridge window [mem 0xcb400000-0xcb5fffff]
[ 6.406289] pci 0000:e0:01.3: bridge window [mem 0xa01a1400000-0xa01a15fffff 64bit pref]
[ 6.418441] pci 0000:e0:01.3: PME# supported from D0 D3hot D3cold
[ 6.426740] pci 0000:e0:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.434300] pci 0000:e0:01.4: PCI bridge to [bus e4]
[ 6.438285] pci 0000:e0:01.4: bridge window [io 0xc000-0xcfff]
[ 6.446283] pci 0000:e0:01.4: bridge window [mem 0xcb600000-0xcb7fffff]
[ 6.454289] pci 0000:e0:01.4: bridge window [mem 0xa01a1600000-0xa01a17fffff 64bit pref]
[ 6.467661] pci 0000:e0:01.4: PME# supported from D0 D3hot D3cold
[ 6.474718] pci 0000:e0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.486307] pci 0000:e0:01.1: PCI bridge to [bus e1]
[ 6.491380] pci 0000:e0:01.2: PCI bridge to [bus e2]
[ 6.499369] pci 0000:e0:01.3: PCI bridge to [bus e3]
[ 6.507365] pci 0000:e0:01.4: PCI bridge to [bus e4]
[ 6.511533] ACPI: PCI Root Bridge [S1D6] (domain 0000 [bus b0-bf])
[ 6.518283] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.530382] acpi PNP0A08:07: _OSC: platform does not support [AER LTR]
[ 6.538468] acpi PNP0A08:07: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.546399] PCI host bridge to bus 0000:b0
[ 6.550308] pci_bus 0000:b0: root bus resource [mem 0xb0000000-0xb1ffffff window]
[ 6.558282] pci_bus 0000:b0: root bus resource [mem 0x1002c1000000-0x1102c0ffffff window]
[ 6.570282] pci_bus 0000:b0: root bus resource [bus b0-bf]
[ 6.574288] pci 0000:b0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.583201] pci 0000:b0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.594340] pci 0000:b0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.602418] ACPI: PCI Root Bridge [S1D7] (domain 0000 [bus 90-9f])
[ 6.610283] acpi ACPI0016:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.622283] acpi ACPI0016:07: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 6.634634] acpi ACPI0016:07: _OSC: platform does not support [AER LTR]
[ 6.642651] acpi ACPI0016:07: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.650283] acpi ACPI0016:07: _OSC: OS now controls [CXLMemErrorReporting]
[ 6.658402] PCI host bridge to bus 0000:90
[ 6.666308] pci_bus 0000:90: root bus resource [mem 0xb9000000-0xbb0fffff window]
[ 6.674282] pci_bus 0000:90: root bus resource [mem 0xe0261000000-0xf0260ffffff window]
[ 6.682283] pci_bus 0000:90: root bus resource [bus 90-9f]
[ 6.686288] pci 0000:90:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.698564] pci 0000:90:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 6.706881] pci 0000:90:00.3: enabling Extended Tags
[ 6.714421] pci 0000:90:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.722362] pci 0000:90:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.734297] pci 0000:90:01.1: PCI bridge to [bus 91]
[ 6.738286] pci 0000:90:01.1: bridge window [mem 0xb9000000-0xb91fffff]
[ 6.746288] pci 0000:90:01.1: bridge window [mem 0xe0261000000-0xe02611fffff 64bit pref]
[ 6.759642] pci 0000:90:01.1: PME# supported from D0 D3hot D3cold
[ 6.766716] pci 0000:90:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.774297] pci 0000:90:01.2: PCI bridge to [bus 92]
[ 6.782287] pci 0000:90:01.2: bridge window [mem 0xb9200000-0xb93fffff]
[ 6.786287] pci 0000:90:01.2: bridge window [mem 0xe0261200000-0xe02613fffff 64bit pref]
[ 6.802424] pci 0000:90:01.2: PME# supported from D0 D3hot D3cold
[ 6.810713] pci 0000:90:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.818297] pci 0000:90:01.3: PCI bridge to [bus 93]
[ 6.822286] pci 0000:90:01.3: bridge window [mem 0xb9400000-0xb95fffff]
[ 6.830287] pci 0000:90:01.3: bridge window [mem 0xe0261400000-0xe02615fffff 64bit pref]
[ 6.846281] pci 0000:90:01.3: PME# supported from D0 D3hot D3cold
[ 6.850720] pci 0000:90:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.858297] pci 0000:90:01.4: PCI bridge to [bus 94]
[ 6.866286] pci 0000:90:01.4: bridge window [mem 0xbb000000-0xbb0fffff]
[ 6.874288] pci 0000:90:01.4: bridge window [mem 0xe0261600000-0xe02617fffff 64bit pref]
[ 6.887643] pci 0000:90:01.4: PME# supported from D0 D3hot D3cold
[ 6.894694] pci 0000:90:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.903360] pci 0000:90:01.1: PCI bridge to [bus 91]
[ 6.911381] pci 0000:90:01.2: PCI bridge to [bus 92]
[ 6.918321] pci 0000:90:01.3: PCI bridge to [bus 93]
[ 6.923542] pci 0000:94:00.0: [1344:5191] type 00 class 0x010802 PCIe Endpoint
[ 6.934565] pci 0000:94:00.0: BAR 0 [mem 0xbb020000-0xbb023fff 64bit]
[ 6.942411] pci 0000:94:00.0: ROM [mem 0xbb000000-0xbb01ffff pref]
[ 6.958475] pci 0000:90:01.4: PCI bridge to [bus 94]
[ 6.962882] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 6.970315] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 6.978310] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 6.982318] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 6.990314] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 6.998308] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 7.002308] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 7.010308] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 7.020037] acpi/hmat: Memory Flags:0001 Processor Domain:0 Memory Domain:0
[ 7.026283] acpi/hmat: Memory Flags:0001 Processor Domain:1 Memory Domain:1
[ 7.034354] iommu: Default domain type: Translated
[ 7.042284] iommu: DMA domain TLB invalidation policy: lazy mode
[ 7.046400] SCSI subsystem initialized
[ 7.050304] ACPI: bus type USB registered
[ 7.054301] usbcore: registered new interface driver usbfs
[ 7.062286] usbcore: registered new interface driver hub
[ 7.066303] usbcore: registered new device driver usb
[ 7.077831] i2c_designware AMDI0010:00: Unknown Synopsys component type: 0xffffffff
[ 7.089849] i2c_designware AMDI0010:01: Unknown Synopsys component type: 0xffffffff
[ 7.114373] pps_core: LinuxPPS API ver. 1 registered
[ 7.118283] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 7.130285] PTP clock support registered
[ 7.134345] EDAC MC: Ver: 3.0.0
[ 7.138521] efivars: Registered efivars operations
[ 7.142629] NetLabel: Initializing
[ 7.146284] NetLabel: domain hash size = 128
[ 7.154282] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 7.158292] NetLabel: unlabeled traffic allowed by default
[ 7.166336] mctp: management component transport protocol core
[ 7.170285] NET: Registered PF_MCTP protocol family
[ 7.178301] PCI: Using ACPI for IRQ routing
[ 7.186292] pci 0000:54:00.0: vgaarb: setting as boot VGA device
[ 7.190280] pci 0000:54:00.0: vgaarb: bridge control possible
[ 7.190280] pci 0000:54:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 7.206300] vgaarb: loaded
[ 7.210345] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 7.218282] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 7.226340] clocksource: Switched to clocksource tsc-early
[ 7.232646] VFS: Disk quotas dquot_6.6.0
[ 7.237034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 7.244863] AppArmor: AppArmor Filesystem Enabled
[ 7.250135] pnp: PnP ACPI init
[ 7.253984] system 00:00: [mem 0x3ffb00000000-0x3ffb0fffffff] has been reserved
[ 7.262597] system 00:02: [io 0x0a00-0x0a3f] has been reserved
[ 7.269204] system 00:02: [io 0x0a40-0x0a5f] has been reserved
[ 7.275809] system 00:02: [io 0x0a60-0x0a6f] has been reserved
[ 7.282411] system 00:02: [io 0x0a70-0x0a7f] has been reserved
[ 7.289012] system 00:02: [io 0x0a80-0x0a8f] has been reserved
[ 7.295985] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 7.302580] system 00:03: [io 0x040b] has been reserved
[ 7.308505] system 00:03: [io 0x04d6] has been reserved
[ 7.314429] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 7.321030] system 00:03: [io 0x0c14] has been reserved
[ 7.326954] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 7.333556] system 00:03: [io 0x0c52] has been reserved
[ 7.339479] system 00:03: [io 0x0c6c] has been reserved
[ 7.345403] system 00:03: [io 0x0c6f] has been reserved
[ 7.351326] system 00:03: [io 0x0cd0-0x0cd1] has been reserved
[ 7.357931] system 00:03: [io 0x0cd2-0x0cd3] has been reserved
[ 7.364536] system 00:03: [io 0x0cd4-0x0cd5] has been reserved
[ 7.371138] system 00:03: [io 0x0cd6-0x0cd7] has been reserved
[ 7.377739] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 7.384343] system 00:03: [io 0x0800-0x089f] has been reserved
[ 7.390947] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[ 7.397548] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 7.404151] system 00:03: [io 0x0900-0x090f] has been reserved
[ 7.410753] system 00:03: [io 0x0910-0x091f] has been reserved
[ 7.417355] system 00:03: [io 0xfe00-0xfefe] has been reserved
[ 7.423958] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 7.431335] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 7.438712] system 00:03: [mem 0xfed80000-0xfed811ff] has been reserved
[ 7.446091] system 00:03: [mem 0xfed81300-0xfed814ff] has been reserved
[ 7.453470] system 00:03: [mem 0xfed81900-0xfed8ffff] has been reserved
[ 7.460848] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 7.468226] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 7.476876] pnp: PnP ACPI: found 6 devices
[ 7.487027] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 7.497015] NET: Registered PF_INET protocol family
[ 7.502561] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 7.513611] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 7.523553] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[ 7.532497] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 7.542867] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 7.552138] TCP: Hash tables configured (established 524288 bind 65536)
[ 7.559806] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
[ 7.568709] UDP hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 7.577883] UDP-Lite hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 7.587472] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 7.593788] NET: Registered PF_XDP protocol family
[ 7.599142] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 7.604682] pci 0000:70:07.1: bridge window [mem 0xf3000000-0xf30fffff]
[ 7.612273] pci_bus 0000:70: resource 4 [io 0x8000-0x9fff window]
[ 7.619169] pci_bus 0000:70: resource 5 [mem 0xf1000000-0xf30fffff window]
[ 7.626836] pci_bus 0000:70: resource 6 [mem 0x10021000000-0x20020ffffff window]
[ 7.635087] pci_bus 0000:71: resource 1 [mem 0xf3000000-0xf30fffff]
[ 7.642099] pci 0000:50:03.1: PCI bridge to [bus 51]
[ 7.647636] pci 0000:50:03.1: bridge window [mem 0xea500000-0xea5fffff]
[ 7.655407] pci 0000:50:03.3: PCI bridge to [bus 52]
[ 7.660945] pci 0000:50:03.3: bridge window [mem 0x40080f00000-0x40080ffffff 64bit pref]
[ 7.670833] pci 0000:53:00.0: PCI bridge to [bus 54]
[ 7.676371] pci 0000:53:00.0: bridge window [io 0x6000-0x6fff]
[ 7.683172] pci 0000:53:00.0: bridge window [mem 0xe9000000-0xea1fffff]
[ 7.690752] pci 0000:50:03.4: PCI bridge to [bus 53-54]
[ 7.696578] pci 0000:50:03.4: bridge window [io 0x6000-0x6fff]
[ 7.703374] pci 0000:50:03.4: bridge window [mem 0xe9000000-0xea1fffff]
[ 7.710968] pci 0000:50:07.1: PCI bridge to [bus 55]
[ 7.716505] pci 0000:50:07.1: bridge window [mem 0xea300000-0xea4fffff]
[ 7.724095] pci_bus 0000:50: resource 4 [io 0x03b0-0x03df window]
[ 7.730987] pci_bus 0000:50: resource 5 [io 0x6000-0x6fff window]
[ 7.737879] pci_bus 0000:50: resource 6 [mem 0x000a0000-0x000bffff window]
[ 7.745547] pci_bus 0000:50: resource 7 [mem 0xe7000000-0xeaefffff window]
[ 7.753215] pci_bus 0000:50: resource 8 [mem 0x30081000000-0x40080ffffff window]
[ 7.761465] pci_bus 0000:51: resource 1 [mem 0xea500000-0xea5fffff]
[ 7.768454] pci_bus 0000:52: resource 2 [mem 0x40080f00000-0x40080ffffff 64bit pref]
[ 7.777093] pci_bus 0000:53: resource 0 [io 0x6000-0x6fff]
[ 7.783307] pci_bus 0000:53: resource 1 [mem 0xe9000000-0xea1fffff]
[ 7.790297] pci_bus 0000:54: resource 0 [io 0x6000-0x6fff]
[ 7.796513] pci_bus 0000:54: resource 1 [mem 0xe9000000-0xea1fffff]
[ 7.803502] pci_bus 0000:55: resource 1 [mem 0xea300000-0xea4fffff]
[ 7.810502] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 7.819631] pci 0000:00:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 7.828369] pci 0000:00:01.1: bridge window [io size 0x1000]: failed to assign
[ 7.836524] pci 0000:00:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 7.845258] pci 0000:00:01.1: bridge window [io size 0x1000]: failed to assign
[ 7.853411] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 7.858948] pci 0000:00:01.1: bridge window [mem 0xf7000000-0xf71fffff]
[ 7.866523] pci 0000:00:01.1: bridge window [mem 0x500e1000000-0x500e11fffff 64bit pref]
[ 7.875766] pci 0000:00:01.3: PCI bridge to [bus 02]
[ 7.881305] pci 0000:00:01.3: bridge window [io 0x1000-0x1fff]
[ 7.888105] pci 0000:00:01.3: bridge window [mem 0xf7200000-0xf73fffff]
[ 7.895680] pci 0000:00:01.3: bridge window [mem 0x500e1200000-0x500e13fffff 64bit pref]
[ 7.904923] pci 0000:00:07.1: PCI bridge to [bus 03]
[ 7.910806] pci_bus 0000:00: resource 4 [io 0x0000-0x02e7 window]
[ 7.917701] pci_bus 0000:00: resource 5 [io 0x0300-0x03af window]
[ 7.924595] pci_bus 0000:00: resource 6 [io 0x0400-0x0cf7 window]
[ 7.931492] pci_bus 0000:00: resource 7 [io 0x1000-0x1fff window]
[ 7.938386] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff window]
[ 7.946055] pci_bus 0000:00: resource 9 [mem 0xf7000000-0xf8ffffff window]
[ 7.953728] pci_bus 0000:00: resource 10 [mem 0x500e1000000-0x600e0ffffff window]
[ 7.962080] pci_bus 0000:01: resource 1 [mem 0xf7000000-0xf71fffff]
[ 7.969071] pci_bus 0000:01: resource 2 [mem 0x500e1000000-0x500e11fffff 64bit pref]
[ 7.977711] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
[ 7.983926] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf73fffff]
[ 7.990918] pci_bus 0000:02: resource 2 [mem 0x500e1200000-0x500e13fffff 64bit pref]
[ 7.999613] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 8.005161] pci 0000:20:07.1: bridge window [mem 0xdc000000-0xdc0fffff]
[ 8.012743] pci_bus 0000:20: resource 4 [io 0x3000-0x3fff window]
[ 8.019637] pci_bus 0000:20: resource 5 [mem 0xda000000-0xdc0fffff window]
[ 8.027305] pci_bus 0000:20: resource 6 [mem 0x70141000000-0x80140ffffff window]
[ 8.035555] pci_bus 0000:21: resource 1 [mem 0xdc000000-0xdc0fffff]
[ 8.042552] pci_bus 0000:40: resource 4 [io 0x5000-0x5fff window]
[ 8.049436] pci_bus 0000:40: resource 5 [mem 0xe3000000-0xe4ffffff window]
[ 8.057104] pci_bus 0000:40: resource 6 [mem 0x40081000000-0x50080ffffff window]
[ 8.065358] pci 0000:60:01.1: bridge window [io 0x1000-0x0fff] to [bus 61] add_size 1000
[ 8.074481] pci 0000:60:01.2: bridge window [io 0x1000-0x0fff] to [bus 62] add_size 1000
[ 8.083605] pci 0000:60:01.3: bridge window [io 0x1000-0x0fff] to [bus 63] add_size 1000
[ 8.092731] pci 0000:60:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.101465] pci 0000:60:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.109619] pci 0000:60:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.118354] pci 0000:60:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.126508] pci 0000:60:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.135242] pci 0000:60:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.143396] pci 0000:60:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.152132] pci 0000:60:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.160285] pci 0000:60:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.169019] pci 0000:60:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.177172] pci 0000:60:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.185907] pci 0000:60:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.194060] pci 0000:60:01.1: PCI bridge to [bus 61]
[ 8.199596] pci 0000:60:01.1: bridge window [mem 0xed000000-0xed1fffff]
[ 8.207170] pci 0000:60:01.1: bridge window [mem 0x20021000000-0x200211fffff 64bit pref]
[ 8.216827] pci 0000:60:01.2: PCI bridge to [bus 62]
[ 8.222363] pci 0000:60:01.2: bridge window [mem 0xed200000-0xed3fffff]
[ 8.229934] pci 0000:60:01.2: bridge window [mem 0x20021200000-0x200213fffff 64bit pref]
[ 8.239174] pci 0000:60:01.3: PCI bridge to [bus 63]
[ 8.244711] pci 0000:60:01.3: bridge window [mem 0xed400000-0xed5fffff]
[ 8.252283] pci 0000:60:01.3: bridge window [mem 0x20021400000-0x200215fffff 64bit pref]
[ 8.261522] pci 0000:60:01.4: PCI bridge to [bus 64]
[ 8.267058] pci 0000:60:01.4: bridge window [io 0x7000-0x7fff]
[ 8.273854] pci 0000:60:01.4: bridge window [mem 0xed600000-0xed7fffff]
[ 8.281426] pci 0000:60:01.4: bridge window [mem 0x20021600000-0x200217fffff 64bit pref]
[ 8.291688] pci_bus 0000:60: resource 4 [io 0x7000-0x7fff window]
[ 8.298580] pci_bus 0000:60: resource 5 [mem 0xed000000-0xeeffffff window]
[ 8.306247] pci_bus 0000:60: resource 6 [mem 0x20021000000-0x30020ffffff window]
[ 8.314498] pci_bus 0000:61: resource 1 [mem 0xed000000-0xed1fffff]
[ 8.321487] pci_bus 0000:61: resource 2 [mem 0x20021000000-0x200211fffff 64bit pref]
[ 8.330127] pci_bus 0000:62: resource 1 [mem 0xed200000-0xed3fffff]
[ 8.337116] pci_bus 0000:62: resource 2 [mem 0x20021200000-0x200213fffff 64bit pref]
[ 8.345755] pci_bus 0000:63: resource 1 [mem 0xed400000-0xed5fffff]
[ 8.352745] pci_bus 0000:63: resource 2 [mem 0x20021400000-0x200215fffff 64bit pref]
[ 8.361383] pci_bus 0000:64: resource 0 [io 0x7000-0x7fff]
[ 8.367597] pci_bus 0000:64: resource 1 [mem 0xed600000-0xed7fffff]
[ 8.374588] pci_bus 0000:64: resource 2 [mem 0x20021600000-0x200217fffff 64bit pref]
[ 8.383230] pci_bus 0000:30: resource 4 [io 0x4000-0x4fff window]
[ 8.390124] pci_bus 0000:30: resource 5 [mem 0xd5000000-0xd6ffffff window]
[ 8.397791] pci_bus 0000:30: resource 6 [mem 0x80141000000-0x90140ffffff window]
[ 8.406044] pci 0000:10:01.1: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
[ 8.415176] pci 0000:10:01.2: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
[ 8.424299] pci 0000:10:01.3: bridge window [io 0x1000-0x0fff] to [bus 13] add_size 1000
[ 8.433424] pci 0000:10:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.442160] pci 0000:10:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.450313] pci 0000:10:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.459047] pci 0000:10:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.467200] pci 0000:10:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.475939] pci 0000:10:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.484095] pci 0000:10:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.492829] pci 0000:10:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.500982] pci 0000:10:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.509717] pci 0000:10:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.517870] pci 0000:10:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.526604] pci 0000:10:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.534757] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 8.540294] pci 0000:10:01.1: bridge window [mem 0xde000000-0xde1fffff]
[ 8.547868] pci 0000:10:01.1: bridge window [mem 0x600e1000000-0x600e11fffff 64bit pref]
[ 8.558087] pci 0000:10:01.2: PCI bridge to [bus 12]
[ 8.563625] pci 0000:10:01.2: bridge window [mem 0xde200000-0xde3fffff]
[ 8.571197] pci 0000:10:01.2: bridge window [mem 0x600e1200000-0x600e13fffff 64bit pref]
[ 8.580439] pci 0000:10:01.3: PCI bridge to [bus 13]
[ 8.585976] pci 0000:10:01.3: bridge window [mem 0xde400000-0xde5fffff]
[ 8.593549] pci 0000:10:01.3: bridge window [mem 0x600e1400000-0x600e15fffff 64bit pref]
[ 8.602789] pci 0000:10:01.4: PCI bridge to [bus 14]
[ 8.608325] pci 0000:10:01.4: bridge window [io 0x2000-0x2fff]
[ 8.615123] pci 0000:10:01.4: bridge window [mem 0xde600000-0xde7fffff]
[ 8.622694] pci 0000:10:01.4: bridge window [mem 0x600e1600000-0x600e17fffff 64bit pref]
[ 8.632950] pci_bus 0000:10: resource 4 [io 0x2000-0x2fff window]
[ 8.639844] pci_bus 0000:10: resource 5 [mem 0xde000000-0xdfffffff window]
[ 8.647513] pci_bus 0000:10: resource 6 [mem 0x600e1000000-0x700e0ffffff window]
[ 8.655763] pci_bus 0000:11: resource 1 [mem 0xde000000-0xde1fffff]
[ 8.662752] pci_bus 0000:11: resource 2 [mem 0x600e1000000-0x600e11fffff 64bit pref]
[ 8.671390] pci_bus 0000:12: resource 1 [mem 0xde200000-0xde3fffff]
[ 8.678378] pci_bus 0000:12: resource 2 [mem 0x600e1200000-0x600e13fffff 64bit pref]
[ 8.687017] pci_bus 0000:13: resource 1 [mem 0xde400000-0xde5fffff]
[ 8.694006] pci_bus 0000:13: resource 2 [mem 0x600e1400000-0x600e15fffff 64bit pref]
[ 8.702643] pci_bus 0000:14: resource 0 [io 0x2000-0x2fff]
[ 8.708857] pci_bus 0000:14: resource 1 [mem 0xde600000-0xde7fffff]
[ 8.715846] pci_bus 0000:14: resource 2 [mem 0x600e1600000-0x600e17fffff 64bit pref]
[ 8.724489] pci 0000:f0:07.1: PCI bridge to [bus f1]
[ 8.730050] pci 0000:f0:07.2: PCI bridge to [bus f2]
[ 8.735588] pci 0000:f0:07.2: bridge window [mem 0xd3000000-0xd30fffff]
[ 8.743257] pci_bus 0000:f0: resource 4 [io 0xd000-0xffff window]
[ 8.750151] pci_bus 0000:f0: resource 5 [mem 0xd1000000-0xd30fffff window]
[ 8.757819] pci_bus 0000:f0: resource 6 [mem 0x901a1000000-0xa01a0ffffff window]
[ 8.766071] pci_bus 0000:f2: resource 1 [mem 0xd3000000-0xd30fffff]
[ 8.773069] pci 0000:d0:07.1: PCI bridge to [bus d1]
[ 8.778606] pci 0000:d0:07.1: bridge window [mem 0xc9000000-0xc91fffff]
[ 8.787297] pci_bus 0000:d0: resource 4 [io 0xb000-0xbfff window]
[ 8.794189] pci_bus 0000:d0: resource 5 [mem 0xc7000000-0xc91fffff window]
[ 8.801857] pci_bus 0000:d0: resource 6 [mem 0xb0201000000-0xc0200ffffff window]
[ 8.810108] pci_bus 0000:d1: resource 1 [mem 0xc9000000-0xc91fffff]
[ 8.817109] pci 0000:80:07.1: PCI bridge to [bus 81]
[ 8.822665] pci_bus 0000:80: resource 4 [mem 0xbe000000-0xbfffffff window]
[ 8.830333] pci_bus 0000:80: resource 5 [mem 0xd0261000000-0xe0260ffffff window]
[ 8.838588] pci 0000:a0:07.1: PCI bridge to [bus a1]
[ 8.844548] pci_bus 0000:a0: resource 4 [mem 0xb5000000-0xb6ffffff window]
[ 8.852215] pci_bus 0000:a0: resource 5 [mem 0xf02c1000000-0x1002c0ffffff window]
[ 8.860570] pci_bus 0000:c0: resource 4 [io 0xa000-0xafff window]
[ 8.867463] pci_bus 0000:c0: resource 5 [mem 0xc1000000-0xc2ffffff window]
[ 8.875130] pci_bus 0000:c0: resource 6 [mem 0xc0201000000-0xd0200ffffff window]
[ 8.883384] pci 0000:e0:01.1: bridge window [io 0x1000-0x0fff] to [bus e1] add_size 1000
[ 8.892506] pci 0000:e0:01.2: bridge window [io 0x1000-0x0fff] to [bus e2] add_size 1000
[ 8.901630] pci 0000:e0:01.3: bridge window [io 0x1000-0x0fff] to [bus e3] add_size 1000
[ 8.910754] pci 0000:e0:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.919490] pci 0000:e0:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.927644] pci 0000:e0:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.936377] pci 0000:e0:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.944530] pci 0000:e0:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.953264] pci 0000:e0:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.961418] pci 0000:e0:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.970151] pci 0000:e0:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.978304] pci 0000:e0:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.987042] pci 0000:e0:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.995198] pci 0000:e0:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.003933] pci 0000:e0:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.012084] pci 0000:e0:01.1: PCI bridge to [bus e1]
[ 9.017621] pci 0000:e0:01.1: bridge window [mem 0xcb000000-0xcb1fffff]
[ 9.025193] pci 0000:e0:01.1: bridge window [mem 0xa01a1000000-0xa01a11fffff 64bit pref]
[ 9.034435] pci 0000:e0:01.2: PCI bridge to [bus e2]
[ 9.039972] pci 0000:e0:01.2: bridge window [mem 0xcb200000-0xcb3fffff]
[ 9.047545] pci 0000:e0:01.2: bridge window [mem 0xa01a1200000-0xa01a13fffff 64bit pref]
[ 9.056788] pci 0000:e0:01.3: PCI bridge to [bus e3]
[ 9.062325] pci 0000:e0:01.3: bridge window [mem 0xcb400000-0xcb5fffff]
[ 9.069900] pci 0000:e0:01.3: bridge window [mem 0xa01a1400000-0xa01a15fffff 64bit pref]
[ 9.080125] pci 0000:e0:01.4: PCI bridge to [bus e4]
[ 9.085661] pci 0000:e0:01.4: bridge window [io 0xc000-0xcfff]
[ 9.092459] pci 0000:e0:01.4: bridge window [mem 0xcb600000-0xcb7fffff]
[ 9.100033] pci 0000:e0:01.4: bridge window [mem 0xa01a1600000-0xa01a17fffff 64bit pref]
[ 9.109275] pci_bus 0000:e0: resource 4 [io 0xc000-0xcfff window]
[ 9.116169] pci_bus 0000:e0: resource 5 [mem 0xcb000000-0xccffffff window]
[ 9.123837] pci_bus 0000:e0: resource 6 [mem 0xa01a1000000-0xb01a0ffffff window]
[ 9.132087] pci_bus 0000:e1: resource 1 [mem 0xcb000000-0xcb1fffff]
[ 9.139077] pci_bus 0000:e1: resource 2 [mem 0xa01a1000000-0xa01a11fffff 64bit pref]
[ 9.147717] pci_bus 0000:e2: resource 1 [mem 0xcb200000-0xcb3fffff]
[ 9.154706] pci_bus 0000:e2: resource 2 [mem 0xa01a1200000-0xa01a13fffff 64bit pref]
[ 9.163345] pci_bus 0000:e3: resource 1 [mem 0xcb400000-0xcb5fffff]
[ 9.170335] pci_bus 0000:e3: resource 2 [mem 0xa01a1400000-0xa01a15fffff 64bit pref]
[ 9.178974] pci_bus 0000:e4: resource 0 [io 0xc000-0xcfff]
[ 9.185188] pci_bus 0000:e4: resource 1 [mem 0xcb600000-0xcb7fffff]
[ 9.192177] pci_bus 0000:e4: resource 2 [mem 0xa01a1600000-0xa01a17fffff 64bit pref]
[ 9.200839] pci_bus 0000:b0: resource 4 [mem 0xb0000000-0xb1ffffff window]
[ 9.208518] pci_bus 0000:b0: resource 5 [mem 0x1002c1000000-0x1102c0ffffff window]
[ 9.216970] pci 0000:90:01.1: bridge window [io 0x1000-0x0fff] to [bus 91] add_size 1000
[ 9.226094] pci 0000:90:01.2: bridge window [io 0x1000-0x0fff] to [bus 92] add_size 1000
[ 9.235218] pci 0000:90:01.3: bridge window [io 0x1000-0x0fff] to [bus 93] add_size 1000
[ 9.244341] pci 0000:90:01.4: bridge window [io 0x1000-0x0fff] to [bus 94] add_size 1000
[ 9.253465] pci 0000:90:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.262202] pci 0000:90:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.270354] pci 0000:90:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 9.279089] pci 0000:90:01.2: bridge window [io size 0x1000]: failed to assign
[ 9.287242] pci 0000:90:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 9.295975] pci 0000:90:01.3: bridge window [io size 0x1000]: failed to assign
[ 9.304129] pci 0000:90:01.4: bridge window [io size 0x1000]: can't assign; no space
[ 9.312862] pci 0000:90:01.4: bridge window [io size 0x1000]: failed to assign
[ 9.321017] pci 0000:90:01.4: bridge window [io size 0x1000]: can't assign; no space
[ 9.329752] pci 0000:90:01.4: bridge window [io size 0x1000]: failed to assign
[ 9.337903] pci 0000:90:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 9.346639] pci 0000:90:01.3: bridge window [io size 0x1000]: failed to assign
[ 9.354793] pci 0000:90:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 9.363527] pci 0000:90:01.2: bridge window [io size 0x1000]: failed to assign
[ 9.371679] pci 0000:90:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.380414] pci 0000:90:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.388569] pci 0000:90:01.1: PCI bridge to [bus 91]
[ 9.394106] pci 0000:90:01.1: bridge window [mem 0xb9000000-0xb91fffff]
[ 9.401679] pci 0000:90:01.1: bridge window [mem 0xe0261000000-0xe02611fffff 64bit pref]
[ 9.410922] pci 0000:90:01.2: PCI bridge to [bus 92]
[ 9.416460] pci 0000:90:01.2: bridge window [mem 0xb9200000-0xb93fffff]
[ 9.424033] pci 0000:90:01.2: bridge window [mem 0xe0261200000-0xe02613fffff 64bit pref]
[ 9.433273] pci 0000:90:01.3: PCI bridge to [bus 93]
[ 9.438809] pci 0000:90:01.3: bridge window [mem 0xb9400000-0xb95fffff]
[ 9.446383] pci 0000:90:01.3: bridge window [mem 0xe0261400000-0xe02615fffff 64bit pref]
[ 9.456590] pci 0000:90:01.4: PCI bridge to [bus 94]
[ 9.462127] pci 0000:90:01.4: bridge window [mem 0xbb000000-0xbb0fffff]
[ 9.469699] pci 0000:90:01.4: bridge window [mem 0xe0261600000-0xe02617fffff 64bit pref]
[ 9.478940] pci_bus 0000:90: resource 4 [mem 0xb9000000-0xbb0fffff window]
[ 9.486609] pci_bus 0000:90: resource 5 [mem 0xe0261000000-0xf0260ffffff window]
[ 9.494861] pci_bus 0000:91: resource 1 [mem 0xb9000000-0xb91fffff]
[ 9.501853] pci_bus 0000:91: resource 2 [mem 0xe0261000000-0xe02611fffff 64bit pref]
[ 9.510492] pci_bus 0000:92: resource 1 [mem 0xb9200000-0xb93fffff]
[ 9.517483] pci_bus 0000:92: resource 2 [mem 0xe0261200000-0xe02613fffff 64bit pref]
[ 9.526121] pci_bus 0000:93: resource 1 [mem 0xb9400000-0xb95fffff]
[ 9.533111] pci_bus 0000:93: resource 2 [mem 0xe0261400000-0xe02615fffff 64bit pref]
[ 9.541750] pci_bus 0000:94: resource 1 [mem 0xbb000000-0xbb0fffff]
[ 9.548739] pci_bus 0000:94: resource 2 [mem 0xe0261600000-0xe02617fffff 64bit pref]
[ 9.558434] PCI: CLS 64 bytes, default 64
[ 9.562944] pci 0000:70:00.2: AMD-Vi: IOMMU performance counters supported
[ 9.563075] Unpacking initramfs...
[ 9.570729] platform AMDI0096:00: Adding to iommu group 0
[ 9.581217] pci 0000:70:00.3: Adding to iommu group 1
[ 9.586887] pci 0000:70:01.0: Adding to iommu group 2
[ 9.592560] pci 0000:70:02.0: Adding to iommu group 3
[ 9.598296] pci 0000:70:03.0: Adding to iommu group 4
[ 9.604051] pci 0000:70:04.0: Adding to iommu group 5
[ 9.609715] pci 0000:70:05.0: Adding to iommu group 6
[ 9.615381] pci 0000:70:07.0: Adding to iommu group 7
[ 9.621021] pci 0000:70:07.1: Adding to iommu group 8
[ 9.626699] pci 0000:71:00.0: Adding to iommu group 9
[ 9.629092] Freeing initrd memory: 26700K
[ 9.632348] pci 0000:71:00.4: Adding to iommu group 9
[ 9.642497] pci 0000:40:01.0: Adding to iommu group 10
[ 9.648257] pci 0000:40:02.0: Adding to iommu group 11
[ 9.660054] pci 0000:50:00.2: AMD-Vi: IOMMU performance counters supported
[ 9.667947] pci 0000:50:01.0: Adding to iommu group 12
[ 9.673707] pci 0000:50:02.0: Adding to iommu group 13
[ 9.679471] pci 0000:50:03.0: Adding to iommu group 14
[ 9.685220] pci 0000:50:03.1: Adding to iommu group 15
[ 9.690971] pci 0000:50:03.3: Adding to iommu group 16
[ 9.696719] pci 0000:50:03.4: Adding to iommu group 17
[ 9.702478] pci 0000:50:04.0: Adding to iommu group 18
[ 9.708238] pci 0000:50:05.0: Adding to iommu group 19
[ 9.713997] pci 0000:50:07.0: Adding to iommu group 20
[ 9.719745] pci 0000:50:07.1: Adding to iommu group 21
[ 9.725493] pci 0000:51:00.0: Adding to iommu group 22
[ 9.731244] pci 0000:52:00.0: Adding to iommu group 23
[ 9.736991] pci 0000:53:00.0: Adding to iommu group 24
[ 9.742728] pci 0000:54:00.0: Adding to iommu group 24
[ 9.748464] pci 0000:54:01.0: Adding to iommu group 24
[ 9.754239] pci 0000:55:00.0: Adding to iommu group 25
[ 9.759987] pci 0000:55:00.5: Adding to iommu group 25
[ 9.765774] pci 0000:60:00.3: Adding to iommu group 26
[ 9.771539] pci 0000:60:01.0: Adding to iommu group 27
[ 9.777286] pci 0000:60:01.1: Adding to iommu group 28
[ 9.783034] pci 0000:60:01.2: Adding to iommu group 29
[ 9.788783] pci 0000:60:01.3: Adding to iommu group 30
[ 9.794532] pci 0000:60:01.4: Adding to iommu group 31
[ 9.800293] pci 0000:60:02.0: Adding to iommu group 32
[ 9.816430] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 9.824251] platform AMDI0095:00: Adding to iommu group 33
[ 9.831189] pci 0000:00:00.3: Adding to iommu group 34
[ 9.836948] pci 0000:00:01.0: Adding to iommu group 35
[ 9.842699] pci 0000:00:01.1: Adding to iommu group 36
[ 9.848449] pci 0000:00:01.3: Adding to iommu group 37
[ 9.854212] pci 0000:00:02.0: Adding to iommu group 38
[ 9.859972] pci 0000:00:03.0: Adding to iommu group 39
[ 9.865731] pci 0000:00:04.0: Adding to iommu group 40
[ 9.871495] pci 0000:00:05.0: Adding to iommu group 41
[ 9.877259] pci 0000:00:07.0: Adding to iommu group 42
[ 9.883006] pci 0000:00:07.1: Adding to iommu group 43
[ 9.888778] pci 0000:00:14.0: Adding to iommu group 44
[ 9.894528] pci 0000:00:14.3: Adding to iommu group 44
[ 9.900379] pci 0000:00:18.0: Adding to iommu group 45
[ 9.906130] pci 0000:00:18.1: Adding to iommu group 45
[ 9.911879] pci 0000:00:18.2: Adding to iommu group 45
[ 9.917631] pci 0000:00:18.3: Adding to iommu group 45
[ 9.923382] pci 0000:00:18.4: Adding to iommu group 45
[ 9.929131] pci 0000:00:18.5: Adding to iommu group 45
[ 9.934881] pci 0000:00:18.6: Adding to iommu group 45
[ 9.940630] pci 0000:00:18.7: Adding to iommu group 45
[ 9.946482] pci 0000:00:19.0: Adding to iommu group 46
[ 9.952234] pci 0000:00:19.1: Adding to iommu group 46
[ 9.957984] pci 0000:00:19.2: Adding to iommu group 46
[ 9.963734] pci 0000:00:19.3: Adding to iommu group 46
[ 9.969485] pci 0000:00:19.4: Adding to iommu group 46
[ 9.975235] pci 0000:00:19.5: Adding to iommu group 46
[ 9.980985] pci 0000:00:19.6: Adding to iommu group 46
[ 9.986736] pci 0000:00:19.7: Adding to iommu group 46
[ 9.992485] pci 0000:03:00.0: Adding to iommu group 47
[ 9.998251] pci 0000:30:01.0: Adding to iommu group 48
[ 10.004011] pci 0000:30:02.0: Adding to iommu group 49
[ 10.017575] pci 0000:20:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.025455] pci 0000:20:01.0: Adding to iommu group 50
[ 10.031219] pci 0000:20:02.0: Adding to iommu group 51
[ 10.036977] pci 0000:20:03.0: Adding to iommu group 52
[ 10.042741] pci 0000:20:04.0: Adding to iommu group 53
[ 10.048501] pci 0000:20:05.0: Adding to iommu group 54
[ 10.054266] pci 0000:20:07.0: Adding to iommu group 55
[ 10.060016] pci 0000:20:07.1: Adding to iommu group 56
[ 10.065793] pci 0000:21:00.0: Adding to iommu group 57
[ 10.071546] pci 0000:21:00.4: Adding to iommu group 57
[ 10.077315] pci 0000:10:00.3: Adding to iommu group 58
[ 10.083080] pci 0000:10:01.0: Adding to iommu group 59
[ 10.088829] pci 0000:10:01.1: Adding to iommu group 60
[ 10.094578] pci 0000:10:01.2: Adding to iommu group 61
[ 10.100331] pci 0000:10:01.3: Adding to iommu group 62
[ 10.106082] pci 0000:10:01.4: Adding to iommu group 63
[ 10.111843] pci 0000:10:02.0: Adding to iommu group 64
[ 10.124637] pci 0000:f0:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.132668] platform AMDI0096:01: Adding to iommu group 65
[ 10.139260] pci 0000:f0:00.3: Adding to iommu group 66
[ 10.145118] pci 0000:f0:01.0: Adding to iommu group 67
[ 10.150892] pci 0000:f0:02.0: Adding to iommu group 68
[ 10.156655] pci 0000:f0:03.0: Adding to iommu group 69
[ 10.162415] pci 0000:f0:04.0: Adding to iommu group 70
[ 10.168175] pci 0000:f0:05.0: Adding to iommu group 71
[ 10.173952] pci 0000:f0:07.0: Adding to iommu group 72
[ 10.179700] pci 0000:f0:07.1: Adding to iommu group 73
[ 10.185457] pci 0000:f0:07.2: Adding to iommu group 72
[ 10.191208] pci 0000:f1:00.0: Adding to iommu group 74
[ 10.196942] pci 0000:f2:00.0: Adding to iommu group 72
[ 10.202678] pci 0000:f2:00.1: Adding to iommu group 72
[ 10.208447] pci 0000:c0:01.0: Adding to iommu group 75
[ 10.214208] pci 0000:c0:02.0: Adding to iommu group 76
[ 10.225329] pci 0000:d0:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.233243] pci 0000:d0:01.0: Adding to iommu group 77
[ 10.239001] pci 0000:d0:02.0: Adding to iommu group 78
[ 10.244760] pci 0000:d0:03.0: Adding to iommu group 79
[ 10.250522] pci 0000:d0:04.0: Adding to iommu group 80
[ 10.256283] pci 0000:d0:05.0: Adding to iommu group 81
[ 10.262046] pci 0000:d0:07.0: Adding to iommu group 82
[ 10.267795] pci 0000:d0:07.1: Adding to iommu group 83
[ 10.273573] pci 0000:d1:00.0: Adding to iommu group 84
[ 10.279329] pci 0000:d1:00.5: Adding to iommu group 84
[ 10.285106] pci 0000:e0:00.3: Adding to iommu group 85
[ 10.290870] pci 0000:e0:01.0: Adding to iommu group 86
[ 10.296620] pci 0000:e0:01.1: Adding to iommu group 87
[ 10.302370] pci 0000:e0:01.2: Adding to iommu group 88
[ 10.308118] pci 0000:e0:01.3: Adding to iommu group 89
[ 10.313865] pci 0000:e0:01.4: Adding to iommu group 90
[ 10.319622] pci 0000:e0:02.0: Adding to iommu group 91
[ 10.332618] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.340433] platform AMDI0096:02: Adding to iommu group 92
[ 10.347076] pci 0000:80:00.3: Adding to iommu group 93
[ 10.352870] pci 0000:80:01.0: Adding to iommu group 94
[ 10.358640] pci 0000:80:02.0: Adding to iommu group 95
[ 10.364401] pci 0000:80:03.0: Adding to iommu group 96
[ 10.370162] pci 0000:80:04.0: Adding to iommu group 97
[ 10.375921] pci 0000:80:05.0: Adding to iommu group 98
[ 10.381684] pci 0000:80:07.0: Adding to iommu group 99
[ 10.387431] pci 0000:80:07.1: Adding to iommu group 100
[ 10.393278] pci 0000:81:00.0: Adding to iommu group 101
[ 10.399140] pci 0000:b0:01.0: Adding to iommu group 102
[ 10.404996] pci 0000:b0:02.0: Adding to iommu group 103
[ 10.416181] pci 0000:a0:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.424218] pci 0000:00:00.0: Adding to iommu group 34
[ 10.430031] pci 0000:a0:01.0: Adding to iommu group 104
[ 10.435888] pci 0000:a0:02.0: Adding to iommu group 105
[ 10.441743] pci 0000:a0:03.0: Adding to iommu group 106
[ 10.447599] pci 0000:a0:04.0: Adding to iommu group 107
[ 10.453457] pci 0000:a0:05.0: Adding to iommu group 108
[ 10.459316] pci 0000:a0:07.0: Adding to iommu group 109
[ 10.465163] pci 0000:a0:07.1: Adding to iommu group 110
[ 10.471009] pci 0000:a1:00.0: Adding to iommu group 111
[ 10.476882] pci 0000:90:00.3: Adding to iommu group 112
[ 10.482743] pci 0000:90:01.0: Adding to iommu group 113
[ 10.488586] pci 0000:90:01.1: Adding to iommu group 114
[ 10.494431] pci 0000:90:01.2: Adding to iommu group 115
[ 10.500278] pci 0000:90:01.3: Adding to iommu group 116
[ 10.506122] pci 0000:90:01.4: Adding to iommu group 117
[ 10.511978] pci 0000:90:02.0: Adding to iommu group 118
[ 10.517821] pci 0000:94:00.0: Adding to iommu group 119
[ 10.531239] AMD-Vi: Extended features (0x25bf732fa2295afe, 0x53f): PPR X2APIC NX GT [5] IA GA PC GA_vAPIC
[ 10.541931] AMD-Vi: Interrupt remapping enabled
[ 10.546984] AMD-Vi: X2APIC enabled
[ 10.552197] AMD-Vi: Virtual APIC enabled
[ 10.556600] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 10.563789] software IO TLB: mapped [mem 0x0000000081000000-0x0000000085000000] (64MB)
[ 10.572694] LVT offset 0 assigned for vector 0x400
[ 10.580629] perf: AMD IBS detected (0x00081bff)
[ 10.585698] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 10.593674] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[ 10.601644] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[ 10.609613] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[ 10.617584] perf/amd_iommu: Detected AMD IOMMU #4 (2 banks, 4 counters/bank).
[ 10.625553] perf/amd_iommu: Detected AMD IOMMU #5 (2 banks, 4 counters/bank).
[ 10.633525] perf/amd_iommu: Detected AMD IOMMU #6 (2 banks, 4 counters/bank).
[ 10.641497] perf/amd_iommu: Detected AMD IOMMU #7 (2 banks, 4 counters/bank).
[ 10.651156] Initialise system trusted keyrings
[ 10.656122] Key type blacklist registered
[ 10.660667] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[ 10.667859] zbud: loaded
[ 10.671031] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 10.677628] fuse: init (API version 7.42)
[ 10.682301] integrity: Platform Keyring initialized
[ 10.693808] Key type asymmetric registered
[ 10.698376] Asymmetric key parser 'x509' registered
[ 10.703841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 10.712173] io scheduler mq-deadline registered
[ 10.722033] ledtrig-cpu: registered to indicate activity on CPUs
[ 10.728977] pcieport 0000:70:00.3: PME: Signaling with IRQ 52
[ 10.735591] pcieport 0000:70:07.1: PME: Signaling with IRQ 53
[ 10.742191] pcieport 0000:50:03.1: PME: Signaling with IRQ 54
[ 10.753398] pcieport 0000:50:03.3: PME: Signaling with IRQ 55
[ 10.764504] pcieport 0000:50:03.4: PME: Signaling with IRQ 56
[ 10.775626] pcieport 0000:50:07.1: PME: Signaling with IRQ 58
[ 10.782283] pcieport 0000:00:00.3: PME: Signaling with IRQ 60
[ 10.788855] pcieport 0000:00:01.1: PME: Signaling with IRQ 61
[ 10.795319] pcieport 0000:00:01.1: pciehp: Slot #14 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 10.815780] pcieport 0000:00:01.3: PME: Signaling with IRQ 62
[ 10.822227] pcieport 0000:00:01.3: pciehp: Slot #15 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 10.842807] pcieport 0000:00:07.1: PME: Signaling with IRQ 64
[ 10.849394] pcieport 0000:20:07.1: PME: Signaling with IRQ 65
[ 10.856043] pcieport 0000:60:00.3: PME: Signaling with IRQ 67
[ 10.874005] pcieport 0000:60:01.1: PME: Signaling with IRQ 68
[ 10.880446] pcieport 0000:60:01.1: pciehp: Slot #44 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 10.924333] pcieport 0000:60:01.2: PME: Signaling with IRQ 69
[ 10.930770] pcieport 0000:60:01.2: pciehp: Slot #46 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 10.974921] pcieport 0000:60:01.3: PME: Signaling with IRQ 70
[ 10.981359] pcieport 0000:60:01.3: pciehp: Slot #40 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.025454] pcieport 0000:60:01.4: PME: Signaling with IRQ 71
[ 11.031883] pcieport 0000:60:01.4: pciehp: Slot #42 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.064357] pcieport 0000:10:00.3: PME: Signaling with IRQ 73
[ 11.082327] pcieport 0000:10:01.1: PME: Signaling with IRQ 74
[ 11.088766] pcieport 0000:10:01.1: pciehp: Slot #34 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.132653] pcieport 0000:10:01.2: PME: Signaling with IRQ 75
[ 11.139095] pcieport 0000:10:01.2: pciehp: Slot #32 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.166923] pcieport 0000:10:01.2: pciehp: Slot(32): Card present
[ 11.183330] pcieport 0000:10:01.3: PME: Signaling with IRQ 76
[ 11.189773] pcieport 0000:10:01.3: pciehp: Slot #38 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.233676] pcieport 0000:10:01.4: PME: Signaling with IRQ 77
[ 11.240117] pcieport 0000:10:01.4: pciehp: Slot #36 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.273044] pcieport 0000:f0:00.3: PME: Signaling with IRQ 79
[ 11.279734] pcieport 0000:f0:07.1: PME: Signaling with IRQ 81
[ 11.286370] pcieport 0000:f0:07.2: PME: Signaling with IRQ 82
[ 11.293013] pcieport 0000:d0:07.1: PME: Signaling with IRQ 84
[ 11.299686] pcieport 0000:80:00.3: PME: Signaling with IRQ 86
[ 11.306299] pcieport 0000:80:07.1: PME: Signaling with IRQ 88
[ 11.312944] pcieport 0000:a0:07.1: PME: Signaling with IRQ 90
[ 11.319594] pcieport 0000:e0:00.3: PME: Signaling with IRQ 92
[ 11.326176] pcieport 0000:e0:01.1: PME: Signaling with IRQ 93
[ 11.332625] pcieport 0000:e0:01.1: pciehp: Slot #52 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.353103] pcieport 0000:e0:01.2: PME: Signaling with IRQ 94
[ 11.359552] pcieport 0000:e0:01.2: pciehp: Slot #54 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.380100] pcieport 0000:e0:01.3: PME: Signaling with IRQ 95
[ 11.386553] pcieport 0000:e0:01.3: pciehp: Slot #48 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.407114] pcieport 0000:e0:01.4: PME: Signaling with IRQ 96
[ 11.413555] pcieport 0000:e0:01.4: pciehp: Slot #50 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.434184] pcieport 0000:90:00.3: PME: Signaling with IRQ 98
[ 11.440753] pcieport 0000:90:01.1: PME: Signaling with IRQ 99
[ 11.447222] pcieport 0000:90:01.1: pciehp: Slot #46 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.467468] pcieport 0000:90:01.2: PME: Signaling with IRQ 100
[ 11.474003] pcieport 0000:90:01.2: pciehp: Slot #44 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.494175] pcieport 0000:90:01.3: PME: Signaling with IRQ 101
[ 11.500711] pcieport 0000:90:01.3: pciehp: Slot #42 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.521293] pcieport 0000:90:01.4: PME: Signaling with IRQ 102
[ 11.527835] pcieport 0000:90:01.4: pciehp: Slot #40 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.548431] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 11.556382] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 11.565727] ACPI: button: Power Button [PWRB]
[ 11.570623] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 11.578916] ACPI: button: Power Button [PWRF]
[ 11.621268] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[ 11.630918] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
zêÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ[ 11.658628] 00:04: ttyS1 at I/O 0x2f8 (irq = 14, base_baud = 115200) is a 16550A
[ 11.694435] tsc: Refined TSC clocksource calibration: 1996.999 MHz
[ 11.701413] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39923704707, max_idle_ns: 881590731414 ns
[ 11.701416] 00:05: ttyS0 at I/O 0x3f8 (irq = 3, base_baud = 115200) is a 16550A
[ 11.720798] clocksource: Switched to clocksource tsc
[ 11.723770] Linux agpgart interface v0.103
[ 11.754663] loop: module loaded
[ 11.758895] nvme nvme1: pci function 0000:51:00.0
[ 11.758897] nvme nvme0: pci function 0000:94:00.0
[ 11.759232] tun: Universal TUN/TAP device driver, 1.6
[ 11.759290] PPP generic driver version 2.4.2
[ 11.759398] VFIO - User Level meta-driver version: 0.3
[ 11.764509] xhci_hcd 0000:71:00.4: xHCI Host Controller
[ 11.776125] nvme nvme0: D3 entry latency set to 10 seconds
[ 11.779825] xhci_hcd 0000:71:00.4: new USB bus registered, assigned bus number 1
[ 11.803375] nvme nvme0: 128/0/0 default/read/poll queues
[ 11.806226] xhci_hcd 0000:71:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 11.821883] nvme nvme1: D3 entry latency set to 10 seconds
[ 11.822845] nvme0n1: p1
[ 11.828303] xhci_hcd 0000:71:00.4: xHCI Host Controller
[ 11.836675] xhci_hcd 0000:71:00.4: new USB bus registered, assigned bus number 2
[ 11.844965] xhci_hcd 0000:71:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 11.855643] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 11.864871] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.872931] usb usb1: Product: xHCI Host Controller
[ 11.878372] usb usb1: Manufacturer: Linux 6.14.0-38fec10eb6-35ff3b0f45 xhci-hcd
[ 11.886532] usb usb1: SerialNumber: 0000:71:00.4
[ 11.891777] hub 1-0:1.0: USB hub found
[ 11.895981] hub 1-0:1.0: 2 ports detected
[ 11.900511] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 11.909569] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 11.918795] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.926857] usb usb2: Product: xHCI Host Controller
[ 11.932300] usb usb2: Manufacturer: Linux 6.14.0-38fec10eb6-35ff3b0f45 xhci-hcd
[ 11.940460] usb usb2: SerialNumber: 0000:71:00.4
[ 11.945673] hub 2-0:1.0: USB hub found
[ 11.949858] hub 2-0:1.0: 2 ports detected
[ 11.954498] xhci_hcd 0000:21:00.4: xHCI Host Controller
[ 11.960347] xhci_hcd 0000:21:00.4: new USB bus registered, assigned bus number 3
[ 11.968962] xhci_hcd 0000:21:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 11.979401] xhci_hcd 0000:21:00.4: xHCI Host Controller
[ 11.985234] xhci_hcd 0000:21:00.4: new USB bus registered, assigned bus number 4
[ 11.993712] xhci_hcd 0000:21:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 12.001595] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 12.010819] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.018879] usb usb3: Product: xHCI Host Controller
[ 12.024318] usb usb3: Manufacturer: Linux 6.14.0-38fec10eb6-35ff3b0f45 xhci-hcd
[ 12.032477] usb usb3: SerialNumber: 0000:21:00.4
[ 12.037687] hub 3-0:1.0: USB hub found
[ 12.041872] hub 3-0:1.0: 2 ports detected
[ 12.046398] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 12.055441] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 12.064664] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.072726] usb usb4: Product: xHCI Host Controller
[ 12.078166] usb usb4: Manufacturer: Linux 6.14.0-38fec10eb6-35ff3b0f45 xhci-hcd
[ 12.086324] usb usb4: SerialNumber: 0000:21:00.4
[ 12.091750] hub 4-0:1.0: USB hub found
[ 12.095935] hub 4-0:1.0: 2 ports detected
[ 12.100620] usbcore: registered new interface driver uas
[ 12.106566] usbcore: registered new interface driver usb-storage
[ 12.113271] usbcore: registered new interface driver usbsevseg
[ 12.119799] i8042: PNP: No PS/2 controller found.
[ 12.121139] nvme nvme1: 129/0/0 default/read/poll queues
[ 12.125093] mousedev: PS/2 mouse device common for all mice
[ 12.137457] rtc_cmos 00:01: registered as rtc0
[ 12.142488] rtc_cmos 00:01: setting system clock to 2025-04-02T08:07:34 UTC (1743581254)
[ 12.148609] nvme1n1: p1 p2 p3 p4
[ 12.151545] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
[ 12.155217] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 12.162695] i2c_dev: i2c /dev entries driver
[ 12.174828] usbcore: registered new interface driver pcwd_usb
[ 12.181286] sbc_epx_c3: Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1
[ 12.189393] watchdog: Software Watchdog: cannot register miscdev on minor=130 (err=-16).
[ 12.198413] watchdog: Software Watchdog: a legacy watchdog module is probably present.
[ 12.207270] pcieport 0000:10:01.2: pciehp: Slot(32): No link
[ 12.207292] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[ 12.223004] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
[ 12.231365] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 12.244969] device-mapper: uevent: version 1.0.3
[ 12.250194] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@xxxxxxxxxxxxxxx
[ 12.260106] platform eisa.0: Probing EISA bus 0
[ 12.265157] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 12.272731] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 12.279916] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 12.287101] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 12.294285] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 12.298214] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 12.301471] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 12.315941] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 12.318783] usb 1-1: New USB device found, idVendor=0424, idProduct=2044, bcdDevice= 2.22
[ 12.323132] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 12.332243] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.332245] usb 1-1: Product: USX2044
[ 12.332245] usb 1-1: Manufacturer: Microchip Tech
[ 12.356757] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 12.363942] platform eisa.0: EISA: Detected 0 cards
[ 12.364955] hub 1-1:1.0: USB hub found
[ 12.373794] hub 1-1:1.0: 5 ports detected
[ 12.390581] efifb: probing for efifb
[ 12.394594] efifb: framebuffer at 0xe9000000, using 3072k, total 3072k
[ 12.401878] efifb: mode is 1024x768x32, linelength=4096, pages=768
[ 12.408775] efifb: scrolling: redraw
[ 12.412763] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 12.419054] Console: switching to colour frame buffer device 128x48
[ 12.434423] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 12.445548] usb 3-1: New USB device found, idVendor=0424, idProduct=2044, bcdDevice= 2.22
[ 12.450220] fb0: EFI VGA frame buffer device
[ 12.450572] usb 2-1: New USB device found, idVendor=0424, idProduct=5044, bcdDevice= 2.22
[ 12.450576] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 12.450577] usb 2-1: Product: USX5044
[ 12.450579] usb 2-1: Manufacturer: Microchip Tech
[ 12.459343] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.459344] usb 3-1: Product: USX2044
[ 12.459345] usb 3-1: Manufacturer: Microchip Tech
[ 12.476859] hub 2-1:1.0: USB hub found
[ 12.481708] comedi: version 0.7.76 - http://www.comedi.org
[ 12.485771] hub 2-1:1.0: 4 ports detected
[ 12.491128] drop_monitor: Initializing network drop monitor service
[ 12.513726] hub 3-1:1.0: USB hub found
[ 12.530925] xt_time: kernel timezone is -0000
[ 12.535313] hub 3-1:1.0: 5 ports detected
[ 12.540040] NET: Registered PF_INET6 protocol family
[ 12.557890] Segment Routing with IPv6
[ 12.562076] In-situ OAM (IOAM) with IPv6
[ 12.566583] NET: Registered PF_PACKET protocol family
[ 12.572491] Key type dns_resolver registered
[ 12.574211] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[ 12.577697] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 12.616837] microcode: Current revision: 0x0b002032
[ 12.618520] usb 4-1: New USB device found, idVendor=0424, idProduct=5044, bcdDevice= 2.22
[ 12.644523] usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 12.659296] usb 4-1: Product: USX5044
[ 12.670213] usb 4-1: Manufacturer: Microchip Tech
[ 12.695225] resctrl: L3 allocation detected
[ 12.706599] hub 4-1:1.0: USB hub found
[ 12.706610] resctrl: MB allocation detected
[ 12.710821] hub 4-1:1.0: 4 ports detected
[ 12.715450] resctrl: SMBA allocation detected
[ 12.727282] usb 1-2: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
[ 12.731564] resctrl: L3 monitoring detected
[ 12.740679] usb 1-2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.740681] usb 1-2: Product: USB Virtual Hub
[ 12.740682] usb 1-2: Manufacturer: Aspeed
[ 12.740682] usb 1-2: SerialNumber: 00000000
[ 12.780949] hub 1-2:1.0: USB hub found
[ 12.782643] IPI shorthand broadcast: enabled
[ 12.787418] hub 1-2:1.0: 7 ports detected
[ 12.792321] sched_clock: Marking stable (12681161863, 110179487)->(14137876986, -1346535636)
[ 12.800790] usb 1-1.5: new high-speed USB device number 4 using xhci_hcd
[ 12.851115] registered taskstats version 1
[ 12.909387] Loading compiled-in X.509 certificates
[ 12.910198] usb 3-1.5: new high-speed USB device number 3 using xhci_hcd
[ 12.915057] Loaded X.509 cert 'Build time autogenerated kernel key: 389f4e613c11c0c1b8002f6ca49e8c8ed27ae356'
[ 12.955108] Demotion targets for Node 0: null
[ 12.966933] Demotion targets for Node 1: null
[ 12.969407] usb 1-1.5: New USB device found, idVendor=0424, idProduct=2740, bcdDevice= 2.00
[ 12.972510] Key type .fscrypt registered
[ 12.981108] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.985483] Key type fscrypt-provisioning registered
[ 12.993636] usb 1-1.5: Product: Hub Controller
[ 12.993636] usb 1-1.5: Manufacturer: Microchip Tech
[ 13.018798] usb 3-1.5: New USB device found, idVendor=0424, idProduct=2740, bcdDevice= 2.00
[ 13.060907] cryptd: max_cpu_qlen set to 1000
[ 13.067784] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 13.067786] usb 3-1.5: Product: Hub Controller
[ 13.067788] usb 3-1.5: Manufacturer: Microchip Tech
[ 13.080745] usb 1-2.6: new high-speed USB device number 5 using xhci_hcd
[ 13.142202] AES CTR mode by8 optimization enabled
[ 13.162924] Key type encrypted registered
[ 13.174643] AppArmor: AppArmor sha256 policy hashing enabled
[ 13.188365] ima: No TPM chip found, activating TPM-bypass!
[ 13.201851] Loading compiled-in module X.509 certificates
[ 13.215510] Loaded X.509 cert 'Build time autogenerated kernel key: 389f4e613c11c0c1b8002f6ca49e8c8ed27ae356'
[ 13.232657] usb 1-2.6: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
[ 13.234232] ima: Allocated hash algorithm: sha1
[ 13.234241] ima: No architecture policies found
[ 13.243553] usb 1-2.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 13.248611] evm: Initialising EVM extended attributes:
[ 13.253653] usb 1-2.6: Product: virtual_input
[ 13.261806] evm: security.selinux
[ 13.261807] evm: security.SMACK64
[ 13.261809] evm: security.SMACK64EXEC
[ 13.267538] usb 1-2.6: Manufacturer: OpenBMC
[ 13.272395] evm: security.SMACK64TRANSMUTE
[ 13.272397] evm: security.SMACK64MMAP
[ 13.272398] evm: security.apparmor
[ 13.276092] usb 1-2.6: SerialNumber: OBMC0001
[ 13.279787] evm: security.ima
[ 13.279788] evm: security.capability
[ 13.433613] evm: HMAC attrs: 0x1
[ 13.444537] PM: Magic number: 5:49:118
[ 13.456776] clk: Disabling unused clocks
[ 13.469124] Freeing unused decrypted memory: 2036K
[ 13.482239] Freeing unused kernel image (initmem) memory: 5236K
[ 13.495975] Write protecting the kernel read-only data: 32768k
[ 13.510007] Freeing unused kernel image (text/rodata gap) memory: 1436K
[ 13.524681] Freeing unused kernel image (rodata/data gap) memory: 1628K
[ 13.572961] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 13.587061] Run /init as init process
Loading, please wait...
Starting version 249.11-0ubuntu3.12
[ 13.700127] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 13.715246] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 13.731914] hid: raw HID events driver (C) Jiri Kosina
[ 13.735277] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 13.759918] i2c i2c-5: Successfully instantiated SPD at 0x50
[ 13.760126] ahci 0000:f2:00.0: SSS flag set, parallel bus scan disabled
[ 13.766601] i2c i2c-5: Successfully instantiated SPD at 0x51
[ 13.773626] ahci 0000:f2:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 13.780263] i2c i2c-5: Successfully instantiated SPD at 0x52
[ 13.788854] ahci 0000:f2:00.0: 1/1 ports implemented (port mask 0x1)
[ 13.795506] i2c i2c-5: Successfully instantiated SPD at 0x53
[ 13.802256] ahci 0000:f2:00.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part
[ 13.812420] tg3 0000:52:00.0 eth0: Tigon3 [partno(BCM5720A0KFBG) rev 5720000] (PCI Express) MAC address e8:80:88:09:e6:11
[ 13.819237] scsi host0: ahci
[ 13.831115] tg3 0000:52:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 13.834393] ata1: SATA max UDMA/133 abar m2048@0xd3001000 port 0xd3001100 irq 383 lpm-pol 0
[ 13.836345] usbcore: registered new interface driver usbhid
[ 13.836351] usbhid: USB HID core driver
[ 13.845270] tg3 0000:52:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 13.854939] ahci 0000:f2:00.1: SSS flag set, parallel bus scan disabled
[ 13.860806] tg3 0000:52:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[ 13.865132] ahci 0000:f2:00.1: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 13.881297] input: OpenBMC virtual_input as /devices/pci0000:70/0000:70:07.1/0000:71:00.4/usb1/1-2/1-2.6/1-2.6:1.0/0003:1D6B:0104.0001/input/input2
[ 13.887983] ahci 0000:f2:00.1: 8/8 ports implemented (port mask 0xff)
[ 13.887986] ahci 0000:f2:00.1: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part sxs
[ 13.958247] hid-generic 0003:1D6B:0104.0001: input,hidraw0: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0000:71:00.4-2.6/input0
[ 13.964961] scsi host1: ahci
[ 13.978187] input: OpenBMC virtual_input as /devices/pci0000:70/0000:70:07.1/0000:71:00.4/usb1/1-2/1-2.6/1-2.6:1.1/0003:1D6B:0104.0002/input/input3
[ 13.981577] scsi host2: ahci
[ 13.996159] hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0000:71:00.4-2.6/input1
[ 13.999493] scsi host3: ahci
[ 14.164630] ata1: SATA link down (SStatus 0 SControl 300)
[ 14.167468] scsi host4: ahci
[ 14.174225] tg3 0000:52:00.0 enp82s0: renamed from eth0
[ 14.176696] scsi host5: ahci
[ 14.277444] scsi host6: ahci
[ 14.290251] scsi host7: ahci
[ 14.302977] scsi host8: ahci
[ 14.315432] ata2: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000100 irq 385 lpm-pol 0
[ 14.334209] ata3: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000180 irq 386 lpm-pol 0
[ 14.352838] ata4: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000200 irq 387 lpm-pol 0
[ 14.371453] ata5: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000280 irq 388 lpm-pol 0
[ 14.389926] ata6: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000300 irq 389 lpm-pol 0
[ 14.408272] ata7: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000380 irq 390 lpm-pol 0
[ 14.426457] ata8: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000400 irq 391 lpm-pol 0
[ 14.444539] ata9: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000480 irq 392 lpm-pol 0
[ 14.772686] ata2: SATA link down (SStatus 0 SControl 300)
[ 15.096682] ata3: SATA link down (SStatus 0 SControl 300)
[ 15.420683] ata4: SATA link down (SStatus 0 SControl 300)
[ 15.744725] ata5: SATA link down (SStatus 0 SControl 300)
[ 16.068687] ata6: SATA link down (SStatus 0 SControl 300)
[ 16.392687] ata7: SATA link down (SStatus 0 SControl 300)
[ 16.716686] ata8: SATA link down (SStatus 0 SControl 300)
[ 17.040686] ata9: SATA link down (SStatus 0 SControl 300)
Begin: Loading essential drivers ... [ 18.226193] raid6: avx512x4 gen() 74622 MB/s
[ 18.306193] raid6: avx512x2 gen() 81853 MB/s
[ 18.382193] raid6: avx512x1 gen() 71567 MB/s
[ 18.458195] raid6: avx2x4 gen() 60667 MB/s
[ 18.534197] raid6: avx2x2 gen() 63961 MB/s
[ 18.610197] raid6: avx2x1 gen() 58372 MB/s
[ 18.621049] raid6: using algorithm avx512x2 gen() 81853 MB/s
[ 18.698193] raid6: .... xor() 46972 MB/s, rmw enabled
[ 18.709863] raid6: using avx512x2 recovery algorithm
[ 18.722048] xor: automatically using best checksumming function avx
[ 18.736705] async_tx: api initialized (async)
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [ 18.828983] Btrfs loaded, zoned=yes, fsverity=yes
Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.37.2
[/usr/sbin/fsck.ext4 (1) -- /dev/nvme1n1p2] fsck.ext4 -a -C0 /dev/nvme1n1p2
/dev/nvme1n1p2: recovering journal
/dev/nvme1n1p2: Clearing orphaned inode 786443 (uid=0, gid=0, mode=0100644, size=134447)
/dev/nvme1n1p2: clean, 291485/13107200 files, 17778275/52428800 blocks
done.
[ 18.950621] EXT4-fs (nvme1n1p2): mounted filesystem 6c07d1f8-f936-4d1c-956e-62d8d0134454 ro with ordered data mode. Quota mode: none.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 19.042317] systemd[1]: Inserted module 'autofs4'
[ 19.058623] systemd[1]: systemd 249.11-0ubuntu3.12 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 19.111377] systemd[1]: Detected architecture x86-64.
Welcome to [1mUbuntu 22.04.5 LTS[0m!
[ 19.138308] systemd[1]: Hostname set to <volcano-ed21host>.
[ 19.230922] block nvme1n1: the capability attribute has been deprecated.
[ 19.278759] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 19.318580] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[ 19.367311] systemd[1]: Queued start job for default target Graphical Interface.
[ 19.436035] systemd[1]: Created slice Virtual Machine and Container Slice.
[[0;32m OK [0m] Created slice [0;1;39mVirtual Machine and Container Slice[0m.
[ 19.462976] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 19.486601] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 19.510557] systemd[1]: Created slice Slice /system/systemd-fsck.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 19.534663] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 19.558226] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password R…uests to Wall Directory Watch[0m.
[ 19.586225] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 19.612370] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 19.634198] systemd[1]: Reached target Mounting snaps.
[[0;32m OK [0m] Reached target [0;1;39mMounting snaps[0m.
[ 19.658205] systemd[1]: Reached target Local Verity Protected Volumes.
[[0;32m OK [0m] Reached target [0;1;39mLocal Verity Protected Volumes[0m.
[ 19.686193] systemd[1]: Reached target Libvirt guests shutdown.
[[0;32m OK [0m] Reached target [0;1;39mLibvirt guests shutdown[0m.
[ 19.710225] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[[0;32m OK [0m] Listening on [0;1;39mDevice-mapper event daemon FIFOs[0m.
[ 19.738253] systemd[1]: Listening on LVM2 poll daemon socket.
[[0;32m OK [0m] Listening on [0;1;39mLVM2 poll daemon socket[0m.
[ 19.762237] systemd[1]: Listening on multipathd control socket.
[[0;32m OK [0m] Listening on [0;1;39mmultipathd control socket[0m.
[ 19.786232] systemd[1]: Listening on Syslog Socket.
[[0;32m OK [0m] Listening on [0;1;39mSyslog Socket[0m.
[ 19.810224] systemd[1]: Listening on fsck to fsckd communication Socket.
[[0;32m OK [0m] Listening on [0;1;39mfsck to fsckd communication Socket[0m.
[ 19.838214] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 19.866267] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 19.890222] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 19.918225] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 19.942236] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 19.970233] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 19.994215] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 20.050461] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 20.074889] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 20.102848] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 20.126795] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 20.151587] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 20.175176] systemd[1]: Starting Set the console keyboard layout...
Starting [0;1;39mSet the console keyboard layout[0m...
[ 20.203017] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 20.230939] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Starting [0;1;39mMonitoring of LVM…meventd or progress polling[0m...
[ 20.262207] systemd[1]: Condition check resulted in LXD - agent being skipped.
[ 20.278733] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 20.302975] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 20.323490] ACPI: bus type drm_connector registered
[ 20.329494] systemd[1]: Starting Load Kernel Module efi_pstore...
Startin[ 20.350878] pstore: Using crash dump compression: deflate
g [0;1;39mLoad Kernel Module efi_pstore[0m...
[ 20.366703] pstore: Registered efi_pstore as persistent store backend
[ 20.374537] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 20.406788] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[ 20.424524] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 20.442753] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 20.467037] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 20.495193] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 20.518837] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[ 20.539383] EXT4-fs (nvme1n1p2): re-mounted 6c07d1f8-f936-4d1c-956e-62d8d0134454 r/w. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Finished [0;1;39mSet the console keyboard layout[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mMonitoring of LVM… dmeventd or progress polling[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module efi_pstore[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Activating swap [0;1;39m/swap.img[0m...
[ 20.787368] Adding 8388604k swap on /swap.img. Priority:-2 extents:9 across:8953852k SS
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mDevic[ 20.837867] alua: device handler registered
e-Mapper Multipath Device Controller[0m...
[ 20.850126] emc: device handler registered
[ 20.861224] systemd-journald[2387]: Received client request to flush runtime journal.
[ 20.876780] systemd-journald[2387]: File /var/log/journal/1ed44c73053e4ae988c80d58da5156ca/system.journal corrupted or uncleanly shut down, renaming and replacing.
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
[ 20.907244] rdac: device handler registered
Starting [0;1;39mLoad/Save Random Seed[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Activated swap [0;1;39m/swap.img[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mDevice-Mapper Multipath Device Controller[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39mPrepare /run/qemu…ack-load modules from there[0m...
Mounting [0;1;39mMount unit for core20, revision 2434[0m...
Mounting [0;1;39mMount unit for core20, revision 2496[0m...
Mounting [0;1;39mMount unit for lxd, revision 29351[0m...
Mounting [0;1;39mMount unit for lxd, revision 31333[0m...
Mounting [0;1;39mMount unit for snapd, revision 23545[0m...
Mounting [0;1;39mMount unit for snapd, revision 23771[0m...
[[0;32m OK [0m] Reached target [0;1;39mContainers[0m.
Starting [0;1;39mRule-based Manage…for Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39mPrepare /run/qemu …lback-load modules from there[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for core20, revision 2434[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for core20, revision 2496[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for lxd, revision 29351[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for lxd, revision 31333[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for snapd, revision 23545[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for snapd, revision 23771[0m.
[[0;32m OK [0m] Found device [0;1;39mSAMSUNG MZVL2512HCJQ-00BL7 4[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS1[0m.
[[0;32m OK [0m] Found device [0;1;39mSAMSUNG MZVL2512HCJQ-00BL7 3[0m.
[[0;32m OK [0m] Found device [0;1;39mSAMSUNG MZVL2512HCJQ-00BL7 1[0m.
[[0;32m OK [0m] Reached target [0;1;39mMounted snaps[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Started [0;1;39mDispatch Password …ts to Console Directory Watch[0m.
[[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m.
Starting [0;1;39mFile System Check…/dev/disk/by-uuid/385B-B7FF[0m...
Starting [0;1;39mFile System Check…7a6c-4e12-b946-ea6aa6e73175[0m...
Starting [0;1;39mFile System Check…49b1-4974-9d6c-dd008c17761e[0m...
[[0;32m OK [0m] Started [0;1;39mFile System Check Daemon to report status[0m.
Checking in progress on 2 disks (0.0% complete)
[[0;32m OK [0m] Finished [0;1;39mFile System Check…n /dev/disk/by-uuid/385B-B7FF[0m.
Checking in progress on 1 disk (0.0% complete)
[[0;32m OK [0m] Finished [0;1;39mFile System Check…e-7a6c-4e12-b946-ea6aa6e73175[0m.
Mounting [0;1;39m/boot[0m...
Checking in progress on 0 disks (100.0% complete)
[[0;32m OK [0m] Finished [0;1;39mFile System Check…5-49b1-4974-9d6c-dd008c17761e[0m.
[[0;32m OK [0m] Mounted [0;1;39m/boot[0m.
Mounting [0;1;39m/boot/efi[0m...
Mounting [0;1;39m/home[0m...
[[0;32m OK [0m] Mounted [0;1;39m/boot/efi[0m.
[[0;32m OK [0m] Mounted [0;1;39m/home[0m.
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mLoad AppArmor profiles[0m...
Starting [0;1;39mEnable support fo…l executable binary formats[0m...
Starting [0;1;39mSet console font and keymap[0m...
Starting [0;1;39mCreate final runt…dir for shutdown pivot root[0m...
Starting [0;1;39mTell Plymouth To Write Out Runtime Data[0m...
Starting [0;1;39mQEMU KVM preparation - module, ksm, hugepages[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
Starting [0;1;39mUncomplicated firewall[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad AppArmor profiles[0m.
[[0;32m OK [0m] Finished [0;1;39mEnable support fo…nal executable binary formats[0m.
[[0;32m OK [0m] Finished [0;1;39mSet console font and keymap[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate final runt…e dir for shutdown pivot root[0m.
[[0;32m OK [0m] Finished [0;1;39mTell Plymouth To Write Out Runtime Data[0m.
[[0;32m OK [0m] Finished [0;1;39mQEMU KVM preparation - module, ksm, hugepages[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
[[0;32m OK [0m] Finished [0;1;39mUncomplicated firewall[0m.
Starting [0;1;39mLoad AppArmor pro…managed internally by snapd[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
Starting [0;1;39mCloud-init: Local Stage (pre-network)[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad AppArmor pro…s managed internally by snapd[0m.
[ 22.301537] cloud-init[3063]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'init-local' at Wed, 02 Apr 2025 08:07:44 +0000. Up 22.28 seconds.
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Local Stage (pre-network)[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mWait for Network to be Configured[0m...
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
[[0;32m OK [0m] Finished [0;1;39mWait for Network to be Configured[0m.
Starting [0;1;39mCloud-init: Network Stage[0m...
[ 30.983059] cloud-init[3107]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'init' at Wed, 02 Apr 2025 08:07:53 +0000. Up 30.97 seconds.
[ 31.000542] cloud-init[3107]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++
[ 31.024124] cloud-init[3107]: ci-info: +---------+------+------------------------------+---------------+--------+-------------------+
[ 31.048048] cloud-init[3107]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 31.068028] cloud-init[3107]: ci-info: +---------+------+------------------------------+---------------+--------+-------------------+
[ 31.092268] cloud-init[3107]: ci-info: | enp82s0 | True | 10.86.19.52 | 255.255.248.0 | global | e8:80:88:09:e6:11 |
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Network Stage[0m.
[ 31.092313] cloud-init[3107]: ci-info: | enp82s0 | True | fe80::ea80:88ff:fe09:e611/64 | . | link | e8:80:88:09:e6:11 |
[ 31.140259] cloud-init[3107]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |
[[0;32m OK [0m] Reached target [0;1;39mCloud-config availability[0m.
[ 31.140297] cloud-init[3107]: ci-info: | lo | True | ::1/128 | . | host | . |
[[0;32m OK [0m] Reached target [0;1;39mNetwork is Online[0m.
[ 31.168303] cloud-init[3107]: ci-info: +---------+------+------------------------------+---------------+--------+-------------------+
[ 31.216252] cloud-init[3107]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[ 31.216284] cloud-init[3107]: ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
[ 31.260269] cloud-init[3107]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
[[0;32m OK [0m] Started [0;1;39mDaily apt download activities[0m.
[ 31.260302] cloud-init[3107]: ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
[ 31.304254] cloud-init[3107]: ci-info: | 0 | 0.0.0.0 | 10.86.23.254 | 0.0.0.0 | enp82s0 | UG |
[[0;32m OK [0m] Started [0;1;39mDaily apt upgrade and clean activities[0m.
[ 31.304283] cloud-init[3107]: ci-info: | 1 | 10.10.10.10 | 10.86.23.254 | 255.255.255.255 | enp82s0 | UGH |
[ 31.348254] cloud-init[3107]: ci-info: | 2 | 10.10.10.11 | 10.86.23.254 | 255.255.255.255 | enp82s0 | UGH |
[[0;32m OK [0m] Started [0;1;39mDaily dpkg database backup timer[0m.
[ 31.348278] cloud-init[3107]: ci-info: | 3 | 10.86.16.0 | 0.0.0.0 | 255.255.248.0 | enp82s0 | U |
[ 31.388257] cloud-init[3107]: ci-info: | 4 | 10.86.23.254 | 0.0.0.0 | 255.255.255.255 | enp82s0 | UH |
[[0;32m OK [0m] Started [0;1;39mPeriodic ext4 Onli…ata Check for All Filesystems[0m.
[ 31.388305] cloud-init[3107]: ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
[ 31.432248] cloud-init[3107]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
[[0;32m OK [0m] Started [0;1;39mDiscard unused blocks once a week[0m.
[ 31.432273] cloud-init[3107]: ci-info: +-------+-------------+---------+-----------+-------+
[ 31.472247] cloud-init[3107]: ci-info: | Route | Destination | Gateway | Interface | Flags |
[[0;32m OK [0m] Started [0;1;39mRefresh fwupd metadata regularly[0m.
[ 31.472314] cloud-init[3107]: ci-info: +-------+-------------+---------+-----------+-------+
[ 31.512249] cloud-init[3107]: ci-info: | 1 | fe80::/64 | :: | enp82s0 | U |
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[ 31.512277] cloud-init[3107]: ci-info: | 3 | local | :: | enp82s0 | U |
[ 31.552277] cloud-init[3107]: ci-info: | 4 | multicast | :: | enp82s0 | U |
[[0;32m OK [0m] Started [0;1;39mDaily man-db regeneration[0m.
[ 31.552301] cloud-init[3107]: ci-info: +-------+-------------+---------+-----------+-------+
[[0;32m OK [0m] Started [0;1;39mMessage of the Day[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[ 31.576294] cloud-init[3107]: 2025-04-02 08:07:53,511 - schema.py[WARNING]: cloud-config failed schema validation! You may run 'sudo cloud-init schema --system' to check the details.
[[0;32m OK [0m] Started [0;1;39mDownload data for …ailed at package install time[0m.
[[0;32m OK [0m] Started [0;1;39mCheck to see wheth…w version of Ubuntu available[0m.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mcloud-init hotplug hook socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mOpen-iSCSI iscsid Socket[0m.
Starting [0;1;39mLibvirt local socket[0m...
[[0;32m OK [0m] Listening on [0;1;39mSocket unix for snap application lxd.daemon[0m.
[[0;32m OK [0m] Listening on [0;1;39mSocket unix f…p application lxd.user-daemon[0m.
Starting [0;1;39mSocket activation for snappy daemon[0m...
[[0;32m OK [0m] Listening on [0;1;39mUUID daemon activation socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine lock manager socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine lock manager admin socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Remote File Systems[0m.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[[0;32m OK [0m] Finished [0;1;39mAvailability of block devices[0m.
[[0;32m OK [0m] Listening on [0;1;39mLibvirt local socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mSocket activation for snappy daemon[0m.
[[0;32m OK [0m] Listening on [0;1;39mLibvirt admin socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mLibvirt local read-only socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
Starting [0;1;39mLSB: automatic crash report generation[0m...
[[0;32m OK [0m] Started [0;1;39mRegular background program processing daemon[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Started [0;1;39mSave initial kernel messages after boot[0m.
Starting [0;1;39mRemove Stale Onli…t4 Metadata Check Snapshots[0m...
Starting [0;1;39mRecord successful boot for GRUB[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLSB: Execute the …-e command to reboot system[0m...
Starting [0;1;39mDispatcher daemon for systemd-networkd[0m...
Starting [0;1;39mHTTP/2 proxy[0m...
Starting [0;1;39mLSB: OpenIPMI Driver init script[0m...
Starting [0;1;39mAuthorization Manager[0m...
[[0;32m OK [0m] Started [0;1;39mStart entropy gathering daemon (rngd)[0m.
Starting [0;1;39mSystem Logging Service[0m...
Starting [0;1;39mService for snap application lxd.activate[0m...
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Logins[0m.
Starting [0;1;39mWait until snapd is fully seeded[0m...
Starting [0;1;39mSnap Daemon[0m...
Starting [0;1;39mOpenBSD Secure Shell server[0m...
Starting [0;1;39mUser Login Management[0m...
Starting [0;1;39mVirtual Machine a…tainer Registration Service[0m...
Starting [0;1;39mPermit User Sessions[0m...
Starting [0;1;39mThermal Daemon Service[0m...
Starting [0;1;39mDisk Manager[0m...
[[0;32m OK [0m] Started [0;1;39mHTTP/2 proxy[0m.
[[0;32m OK [0m] Started [0;1;39mDispatcher daemon for systemd-networkd[0m.
[[0;32m OK [0m] Finished [0;1;39mRemove Stale Onli…ext4 Metadata Check Snapshots[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mOpenBSD Secure Shell server[0m.
[[0;32m OK [0m] Started [0;1;39mThermal Daemon Service[0m.
[[0;32m OK [0m] Started [0;1;39mSystem Logging Service[0m.
[[0;32m OK [0m] Finished [0;1;39mRecord successful boot for GRUB[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: automatic crash report generation[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: Execute the k…c -e command to reboot system[0m.
[[0;32m OK [0m] Started [0;1;39mDisk Manager[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: OpenIPMI Driver init script[0m.
[[0;32m OK [0m] Started [0;1;39mVirtual Machine an…ontainer Registration Service[0m.
[[0;32m OK [0m] Started [0;1;39mAuthorization Manager[0m.
Starting [0;1;39mModem Manager[0m...
Starting [0;1;39mGRUB failed boot detection[0m...
Starting [0;1;39mLSB: Load kernel image with kexec[0m...
Starting [0;1;39mVirtualization daemon[0m...
Starting [0;1;39mHold until boot process finishes up[0m...
Starting [0;1;39mTerminate Plymouth Boot Screen[0m...
Starting [0;1;39mHostname Service[0m...
[[0;32m OK [0m] Started [0;1;39mVirtualization daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mHold until boot process finishes up[0m.
[[0;32m OK [0m] Finished [0;1;39mTerminate Plymouth Boot Screen[0m.
[[0;32m OK [0m] Finished [0;1;39mGRUB failed boot detection[0m.
[[0;32m OK [0m] Started [0;1;39mModem Manager[0m.
[[0;32m OK [0m] Started [0;1;39mHostname Service[0m.
Starting [0;1;39mSuspend/Resume Running libvirt Guests[0m...
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS1[0m.
Starting [0;1;39mSet console scheme[0m...
[[0;32m OK [0m] Started [0;1;39mLSB: Load kernel image with kexec[0m.
[[0;32m OK [0m] Finished [0;1;39mSet console scheme[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
[[0;32m OK [0m] Finished [0;1;39mSuspend/Resume Running libvirt Guests[0m.
[[0;32m OK [0m] Started [0;1;39mSnap Daemon[0m.
Starting [0;1;39mTime & Date Service[0m...
[[0;32m OK [0m] Started [0;1;39mTime & Date Service[0m.
[[0;32m OK [0m] Finished [0;1;39mWait until snapd is fully seeded[0m.
[[0;32m OK [0m] Finished [0;1;39mService for snap application lxd.activate[0m.
Starting [0;1;39mCloud-init: Config Stage[0m...
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
[ 33.656302] cloud-init[3575]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'modules:config' at Wed, 02 Apr 2025 08:07:56 +0000. Up 33.63 seconds.
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Config Stage[0m.
Starting [0;1;39mCloud-init: Final Stage[0m...
[ 33.934592] cloud-init[3599]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'modules:final' at Wed, 02 Apr 2025 08:07:56 +0000. Up 33.91 seconds.
[ 33.956145] cloud-init[3599]: Cloud-init v. 24.4-0ubuntu1~22.04.1 finished at Wed, 02 Apr 2025 08:07:56 +0000. Datasource DataSourceNone. Up 33.94 seconds
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Final Stage[0m.
[[0;32m OK [0m] Reached target [0;1;39mCloud-init target[0m.
Ubuntu 22.04.5 LTS volcano-ed21host ttyS1
volcano-ed21host login:
[[0;32m OK [0m] Stopped [0;1;39mSession 111 of User root[0m.
Stopping [0;1;39mSession 1 of User root[0m...
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/modprobe[0m.
[[0;32m OK [0m] Stopped target [0;1;39mCloud-init target[0m.
[[0;32m OK [0m] Stopped target [0;1;39mGraphical Interface[0m.
[[0;32m OK [0m] Stopped target [0;1;39mHost and Network Name Lookups[0m.
[[0;32m OK [0m] Stopped target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Stopped [0;1;39mDaily apt upgrade and clean activities[0m.
[[0;32m OK [0m] Stopped [0;1;39mDaily apt download activities[0m.
[[0;32m OK [0m] Stopped [0;1;39mDaily dpkg database backup timer[0m.
[[0;32m OK [0m] Stopped[[0;32m OK [0m] Stopped [0;1;39mWait until snapd is fully seeded[0m.
Stopping [0;1;39mSnap Daemon[0m...
Stopping [0;1;39mOpenBSD Secure Shell server[0m...
Stopping [0;1;39mLoad/Save Random Seed[0m...
Stopping [0;1;39mDisk Manager[0m...
Stopping [0;1;39mDaemon for power management[0m...
[[0;32m OK [0m] Stopped [0;1;39mRegular background program processing daemon[0m.
[[0;32m OK [0m] Stopped [0;1;39mirqbalance daemon[0m.
[[0;32m OK [0m] Stopped [0;1;39mDispatcher daemon for systemd-networkd[0m.
[[0;32m OK [0m] Stopped [0;1;39mHTTP/2 proxy[0m.
[[0;32m OK [0m] Stopped [0;1;39mStart entropy gathering daemon (rngd)[0m.
[[0;32m OK [0m] Stopped [0;1;39mSystem Logging Service[0m.
[[0;32m OK [0m] Stopped [0;1;39mDisk Manager[0m.
[[0;32m OK [0m] Stopped [0;1;39mOpenBSD Secure Shell server[0m.
[[0;32m OK [0m] Stopped [0;1;39mModem Manager[0m.
[[0;32m OK [0m] Stopped [0;1;39mSerial Getty on ttyS1[0m.
[[0;32m OK [0m] Stopped [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Stopped [0;1;39mDaemon for power management[0m.
[[0;32m OK [0m] Stopped [0;1;39mFirmware update daemon[0m.
[[0;32m OK [0m] Stopped [0;1;39mPackageKit Daemon[0m.
[[0;32m OK [0m] Stopped [0;1;39mAvailability of block devices[0m.
[[0;32m OK [0m] Stopped [0;1;39mCreate final runtime dir for shutdown pivot root[0m.
[[0;32m OK [0m] Stopped [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Stopped [0;1;39mSession 1 of User root[0m.
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/getty[0m.
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/serial-getty[0m.
[214165.873132] libvirt-guests.sh[3621453]: Running guests on default URI:
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Logins[0m.
[214165.888131] libvirt-guests.sh[3621462]: no running guests.
[[0;32m OK [0m] Stopped [0;1;39mHold until boot process finishes up[0m.
Starting [0;1;39mTell Plymouth To Jump To initramfs[0m...
Stopping [0;1;39mAuthorization Manager[0m...
Stopping [0;1;39mUser Manager for UID 0[0m...
[[0;32m OK [0m] Stopped [0;1;39mAuthorization Manager[0m.
[[0;32m OK [0m] Stopped [0;1;39mUser Manager for UID 0[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: automatic crash report generation[0m.
[[0;32m OK [0m] Stopped [0;1;39mSuspend/Resume Running libvirt Guests[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: OpenIPMI Driver init script[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLibvirt guests shutdown[0m.
Stopping [0;1;39mVirtualization daemon[0m...
Stopping [0;1;39mUser Runtime Directory /run/user/0[0m...
[[0;32m OK [0m] Unmounted [0;1;39m/run/user/0[0m.
[[0;32m OK [0m] Stopped [0;1;39mVirtualization daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTell Plymouth To Jump To initramfs[0m.
[[0;32m OK [0m] Stopped [0;1;39mUser Runtime Directory /run/user/0[0m.
[[0;32m OK [0m] Removed slice [0;1;39mUser Slice of UID 0[0m.
[[0;32m OK [0m] Stopped [0;1;39mQEMU KVM preparation - module, ksm, hugepages[0m.
Stopping [0;1;39mUser Login Management[0m...
Stopping [0;1;39mVirtual Machine a…tainer Registration Service[0m...
Stopping [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Stopped [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Stopped [0;1;39mVirtual Machine an…ontainer Registration Service[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: Load kernel image with kexec[0m.
[[0;32m OK [0m] Stopped [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Stopped target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Stopped target [0;1;39mRemote File Systems[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Remote File Systems[0m.
Stopping [0;1;39mLSB: Execute the …-e command to reboot system[0m...
Stopping [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Stopped [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: Execute the k…c -e command to reboot system[0m.
[[0;32m OK [0m] Stopped [0;1;39mSnap Daemon[0m.
[[0;32m OK [0m] Stopped target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPath Units[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSlice Units[0m.
[[0;32m OK [0m] Removed slice [0;1;39mVirtual Machine and Container Slice[0m.
[[0;32m OK [0m] Removed slice [0;1;39mUser and Session Slice[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Closed [0;1;39mOpen-iSCSI iscsid Socket[0m.
[[0;32m OK [0m] Closed [0;1;39mLibvirt admin socket[0m.
[[0;32m OK [0m] Closed [0;1;39mLibvirt local read-only socket[0m.
[[0;32m OK [0m] Closed [0;1;39mLibvirt local socket[0m.
[[0;32m OK [0m] Closed [0;1;39mSocket unix for snap application lxd.daemon[0m.
[[0;32m OK [0m] Closed [0;1;39mSocket unix for snap application lxd.user-daemon[0m.
[[0;32m OK [0m] Closed [0;1;39mSocket activation for snappy daemon[0m.
[[0;32m OK [0m] Closed [0;1;39mSyslog Socket[0m.
[[0;32m OK [0m] Closed [0;1;39mUUID daemon activation socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine lock manager admin socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine lock manager socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLocal Encrypted Volumes[0m.
[[0;32m OK [0m] Stopped [0;1;39mDispatch Password …ts to Console Directory Watch[0m.
[[0;32m OK [0m] Stopped [0;1;39mForward Password R…uests to Wall Directory Watch[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLocal Verity Protected Volumes[0m.
[[0;32m OK [0m] Stopped [0;1;39mCloud-init: Network Stage[0m.
[[0;32m OK [0m] Stopped [0;1;39mWait for Network to be Configured[0m.
Stopping [0;1;39mNetwork Configuration[0m...
Stopping [0;1;39mNetwork Time Synchronization[0m...
Stopping [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Stopped [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Configuration[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Network[0m.
[[0;32m OK [0m] Closed [0;1;39mNetwork Service Netlink Socket[0m.
[[0;32m OK [0m] Stopped [0;1;39mCloud-init: Local Stage (pre-network)[0m.
[[0;32m OK [0m] Stopped [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Stopped [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Stopped [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Stopped [0;1;39mCreate Volatile Files and Directories[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLocal File Systems[0m.
[[0;32m OK [0m] Stopped target [0;1;39mMounted snaps[0m.
Unmounting [0;1;39m/boot/efi[0m...
Unmounting [0;1;39m/home[0m...
Unmounting [0;1;39m/run/credentials/systemd-sysusers.service[0m...
Unmounting [0;1;39mPrepare /run/qe…ack-load modules from there[0m...
Unmounting [0;1;39m/run/snapd/ns/lxd.mnt[0m...
Unmounting [0;1;39mMount unit for core20, revision 2434[0m...
Unmounting [0;1;39mMount unit for core20, revision 2496[0m...
Unmounting [0;1;39mMount unit for lxd, revision 29351[0m...
Unmounting [0;1;39mMount unit for lxd, revision 31333[0m...
Unmounting [0;1;39mMount unit for snapd, revision 23545[0m...
Unmounting [0;1;39mMount unit for snapd, revision 23771[0m...
[[0;32m OK [0m] Unmounted [0;1;39m/boot/efi[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/home[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/run/credentials/systemd-sysusers.service[0m.
[[0;32m OK [0m] Unmounted [0;1;39mPrepare /run/qem…lback-load modules from there[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for core20, revision 2434[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for core20, revision 2496[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for lxd, revision 29351[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for lxd, revision 31333[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for snapd, revision 23545[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for snapd, revision 23771[0m.
[[0;32m OK [0m] Stopped target [0;1;39mMounting snaps[0m.
Unmounting [0;1;39m/boot[0m...
[[0;32m OK [0m] Stopped [0;1;39mFile System Check on /dev/disk/by-uuid/385B-B7FF[0m.
[[0;32m OK [0m] Stopped [0;1;39mFile System Check …5-49b1-4974-9d6c-dd008c17761e[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/boot[0m.
[[0;32m OK [0m] Stopped [0;1;39mFile System Check …e-7a6c-4e12-b946-ea6aa6e73175[0m.
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/run/snapd/ns/lxd.mnt[0m.
Unmounting [0;1;39m/run/snapd/ns[0m...
[[0;32m OK [0m] Unmounted [0;1;39m/run/snapd/ns[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Local File Systems[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSwaps[0m.
Deactivating swap [0;1;39m/swap.img[0m...
Stopping [0;1;39mMonitoring of LVM…meventd or progress polling[0m...
Stopping [0;1;39mDevice-Mapper Multipath Device Controller[0m...
[[0;32m OK [0m] Stopped [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Stopped [0;1;39mCreate System Users[0m.
[[0;32m OK [0m] Stopped [0;1;39mDevice-Mapper Multipath Device Controller[0m.
[[0;32m OK [0m] Deactivated swap [0;1;39m/swap.img[0m.
[[0;32m OK [0m] Reached target [0;1;39mUnmount All Filesystems[0m.
[[0;32m OK [0m] Stopped [0;1;39mRemount Root and Kernel File Systems[0m.
[[0;32m OK [0m] Stopped [0;1;39mMonitoring of LVM2… dmeventd or progress polling[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Shutdown[0m.
[[0;32m OK [0m] Reached target [0;1;39mLate Shutdown Services[0m.
Starting [0;1;39mReboot via kexec[0m...
Invalid physical address chosen!
Physical KASLR disabled: no suitable memory region!
[ 0.000000] Linux version 6.14.0-3e816361e94a-3e816361e9 (root@volcano-ed21host) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT_DYNAMIC Fri Apr 4 19:35:55 UTC 2025
[ 0.000000] Command line: root=UUID=6c07d1f8-f936-4d1c-956e-62d8d0134454 ro ras=cec_disable console=tty0 console=ttyS1,115200n8 earlyprintk=serial,ttyS1,115200n8 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M crashkernel=512M-:192M kexec_jump_back_entry=0x0ef2fa5530f02b59 kexec_jump_back_entry=0x8867bd740faebf51
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/split lock detection: #DB: warning on user-space bus_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000400-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000075b5ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000075b60000-0x0000000075c20fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000075c21000-0x0000000075c5ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000075c60000-0x0000000075ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000076000000-0x0000000095992fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000095993000-0x000000009a017fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009a018000-0x000000009a102fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009a103000-0x000000009a583fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009a584000-0x000000009d3fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009d3ff000-0x000000009fff9fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009fffa000-0x000000009fffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009ffff000-0x000000009fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000afffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b2100000-0x00000000b2100fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b3180000-0x00000000b3180fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb500000-0x00000000bb500fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bc680000-0x00000000bc680fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5000fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c6080000-0x00000000c6080fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cf100000-0x00000000cf100fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d0180000-0x00000000d0180fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d7100000-0x00000000d7100fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d8180000-0x00000000d8180fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0500000-0x00000000e0500fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e1400000-0x00000000e1400fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000eb080000-0x00000000eb080fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ec100000-0x00000000ec100fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f5200000-0x00000000f52fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f5400000-0x00000000f5400fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f6180000-0x00000000f6180fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x000000010000ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100010000-0x000000404bffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000404c000000-0x000000404c7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000404c800000-0x000000404ccbffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000404ccc0000-0x000000404fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000fd03ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00003ffb00000000-0x00003ffb1fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00003ffc00000000-0x00003ffc03ffffff] reserved
[ 0.000000] printk: legacy bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.9 by American Megatrends
[ 0.000000] efi: ACPI=0x9a102000 ACPI 2.0=0x9a102014 SMBIOS=0x9cef2000 SMBIOS 3.0=0x9cef1000 MEMATTR=0xffffffffffffffff ESRT=0x91913418 MOKvar=0x9d010000
[ 0.000000] efi: Remove mem00: MMIO range=[0x3ffc00000000-0x3ffc03ffffff] (64MB) from e820 map
[ 0.000000] efi: Remove mem01: MMIO range=[0x3ffb00000000-0x3ffb1fffffff] (512MB) from e820 map
[ 0.000000] efi: Remove mem02: MMIO range=[0xfee00000-0xfeefffff] (1MB) from e820 map
[ 0.000000] efi: Not removing mem03: MMIO range=[0xbb500000-0xbb500fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem04: MMIO range=[0xe0500000-0xe0500fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem05: MMIO range=[0xfedc7000-0xfedc7fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem06: MMIO range=[0xfedc2000-0xfedc5fff] (16KB) from e820 map
[ 0.000000] efi: Not removing mem07: MMIO range=[0xc6080000-0xc6080fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem08: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem09: MMIO range=[0xfedc0000-0xfedc0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem10: MMIO range=[0xf6180000-0xf6180fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem11: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem12: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem13: MMIO range=[0xfea00000-0xfeafffff] (1MB) from e820 map
[ 0.000000] efi: Not removing mem14: MMIO range=[0xf5400000-0xf5400fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem16: MMIO range=[0xb3180000-0xb3180fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem17: MMIO range=[0xec100000-0xec100fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem18: MMIO range=[0xe1400000-0xe1400fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem20: MMIO range=[0xd7100000-0xd7100fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem21: MMIO range=[0xd8180000-0xd8180fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem23: MMIO range=[0xfedc9000-0xfedcafff] (8KB) from e820 map
[ 0.000000] efi: Not removing mem24: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Not removing mem25: MMIO range=[0xb2100000-0xb2100fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem26: MMIO range=[0xf5200000-0xf52fffff] (1MB) from e820 map
[ 0.000000] efi: Not removing mem27: MMIO range=[0xbc680000-0xbc680fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem28: MMIO range=[0xeb080000-0xeb080fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem29: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem30: MMIO range=[0xc5000000-0xc5000fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem31: MMIO range=[0xd0180000-0xd0180fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem34: MMIO range=[0xcf100000-0xcf100fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem36: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] SMBIOS 3.7.0 present.
[ 0.000000] DMI: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[ 0.000000] DMI: Memory slots populated: 4/24
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1997.091 MHz processor
[ 0.001174] last_pfn = 0x404ccc0 max_arch_pfn = 0x10000000000
[ 0.007389] MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
[ 0.016691] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Memory KASLR using RDRAND RDTSC...
[ 0.028514] x2apic: enabled by BIOS, switching to x2apic ops
[ 0.034819] last_pfn = 0xa0000 max_arch_pfn = 0x10000000000
[ 0.050437] esrt: Reserving ESRT space from 0x0000000091913418 to 0x0000000091913450.
[ 0.059003] Using GB pages for direct mapping
[ 0.064534] Secure boot could not be determined
[ 0.069386] RAMDISK: [mem 0x4046bdf000-0x40485fffff]
[ 0.074920] ACPI: Early table checksum verification disabled
[ 0.081219] ACPI: RSDP 0x000000009A102014 000024 (v02 AMD )
[ 0.087615] ACPI: XSDT 0x000000009A101728 000104 (v01 AMD AmdTable 03042021 AMI 01000013)
[ 0.097120] ACPI: FACP 0x000000009A0F6000 000114 (v06 AMD AmdTable 03042021 AMI 00000005)
[ 0.106620] ACPI: DSDT 0x000000009A0B3000 042E09 (v02 AMD AmdTable 03042021 INTL 20220331)
[ 0.116119] ACPI: FACS 0x000000009A55C000 000040
[ 0.121258] ACPI: SSDT 0x000000009A0FF000 001351 (v02 AMD CPMI3CSA 00000001 INTL 20220331)
[ 0.130759] ACPI: SPMI 0x000000009A0FE000 000041 (v05 AMD AmdTable 00000000 AMI. 00000005)
[ 0.140260] ACPI: SSDT 0x000000009A0FD000 00015D (v02 AMD MPDMA 00000001 INTL 20220331)
[ 0.149761] ACPI: SSDT 0x000000009A0FC000 0001BA (v02 AMD SMU-HSMP 00000001 INTL 20220331)
[ 0.159263] ACPI: SSDT 0x000000009A0F8000 003CF8 (v02 AMD AMD AFC 00000001 INTL 20220331)
[ 0.168764] ACPI: SSDT 0x000000009A0F7000 000067 (v02 AMD CPMDSM 00000001 INTL 20220331)
[ 0.178266] ACPI: FIDT 0x000000009A0B2000 00009C (v01 AMD AmdTable 03042021 AMI 00000005)
[ 0.187768] ACPI: MCFG 0x000000009A0B1000 00003C (v01 AMD AmdTable 03042021 AMI 00000005)
[ 0.197269] ACPI: SSDT 0x000000009A0AF000 001E2D (v02 AMD CPUSSDT 03042021 AMI 03042021)
[ 0.206771] ACPI: HPET 0x000000009A0AE000 000038 (v01 AMD AmdTable 03042021 AMI 00000005)
[ 0.216272] ACPI: SSDT 0x000000009A0AB000 0024F9 (v02 AMD CPMRAS 00000001 INTL 20220331)
[ 0.225774] ACPI: BERT 0x000000009A0AA000 000030 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.235275] ACPI: HEST 0x000000009A0A9000 000A14 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.244776] ACPI: PHAT 0x000000009A0A8000 00010B (v01 AMD AMD PHAT 00000000 AMD 00000001)
[ 0.254278] ACPI: IVRS 0x000000009A0A7000 000794 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.263780] ACPI: FPDT 0x000000009A0A6000 000034 (v01 AMD AmdTable 01072009 AMI 01000013)
[ 0.273280] ACPI: BGRT 0x000000009A0A5000 000038 (v01 AMD AmdTable 03042021 AMI 00010013)
[ 0.282783] ACPI: ASPT 0x000000009A0A4000 000070 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.292284] ACPI: SSDT 0x000000009A066000 03D22E (v02 AMD AMD CPU 00000001 AMD 00000001)
[ 0.301786] ACPI: SRAT 0x000000009A064000 0018D0 (v03 AMD AMD SRAT 00000001 AMD 00000001)
[ 0.311286] ACPI: MSCT 0x000000009A063000 00004E (v01 AMD AmdTable 00000000 AMD 00000001)
[ 0.320788] ACPI: SLIT 0x000000009A062000 000030 (v01 AMD AMD SLIT 00000001 AMD 00000001)
[ 0.330290] ACPI: HMAT 0x000000009A061000 0000E8 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.339791] ACPI: SSDT 0x000000009A05F000 001828 (v02 AMD CPMCMN 00000001 INTL 20220331)
[ 0.349293] ACPI: PRMT 0x000000009A05E000 000196 (v01 AMD AmdTable 01072009 AMI 01000013)
[ 0.358794] ACPI: WSMT 0x000000009A05D000 000028 (v01 AMD AmdTable 03042021 AMI 00000005)
[ 0.368296] ACPI: APIC 0x000000009A059000 003118 (v06 AMD AmdTable 03042021 AMI 00000005)
[ 0.377797] ACPI: Reserving FACP table memory at [mem 0x9a0f6000-0x9a0f6113]
[ 0.385650] ACPI: Reserving DSDT table memory at [mem 0x9a0b3000-0x9a0f5e08]
[ 0.393503] ACPI: Reserving FACS table memory at [mem 0x9a55c000-0x9a55c03f]
[ 0.401356] ACPI: Reserving SSDT table memory at [mem 0x9a0ff000-0x9a100350]
[ 0.409210] ACPI: Reserving SPMI table memory at [mem 0x9a0fe000-0x9a0fe040]
[ 0.417063] ACPI: Reserving SSDT table memory at [mem 0x9a0fd000-0x9a0fd15c]
[ 0.424916] ACPI: Reserving SSDT table memory at [mem 0x9a0fc000-0x9a0fc1b9]
[ 0.432769] ACPI: Reserving SSDT table memory at [mem 0x9a0f8000-0x9a0fbcf7]
[ 0.440622] ACPI: Reserving SSDT table memory at [mem 0x9a0f7000-0x9a0f7066]
[ 0.448476] ACPI: Reserving FIDT table memory at [mem 0x9a0b2000-0x9a0b209b]
[ 0.456329] ACPI: Reserving MCFG table memory at [mem 0x9a0b1000-0x9a0b103b]
[ 0.464183] ACPI: Reserving SSDT table memory at [mem 0x9a0af000-0x9a0b0e2c]
[ 0.472036] ACPI: Reserving HPET table memory at [mem 0x9a0ae000-0x9a0ae037]
[ 0.479889] ACPI: Reserving SSDT table memory at [mem 0x9a0ab000-0x9a0ad4f8]
[ 0.487742] ACPI: Reserving BERT table memory at [mem 0x9a0aa000-0x9a0aa02f]
[ 0.495596] ACPI: Reserving HEST table memory at [mem 0x9a0a9000-0x9a0a9a13]
[ 0.503449] ACPI: Reserving PHAT table memory at [mem 0x9a0a8000-0x9a0a810a]
[ 0.511302] ACPI: Reserving IVRS table memory at [mem 0x9a0a7000-0x9a0a7793]
[ 0.519155] ACPI: Reserving FPDT table memory at [mem 0x9a0a6000-0x9a0a6033]
[ 0.527009] ACPI: Reserving BGRT table memory at [mem 0x9a0a5000-0x9a0a5037]
[ 0.534862] ACPI: Reserving ASPT table memory at [mem 0x9a0a4000-0x9a0a406f]
[ 0.542715] ACPI: Reserving SSDT table memory at [mem 0x9a066000-0x9a0a322d]
[ 0.550569] ACPI: Reserving SRAT table memory at [mem 0x9a064000-0x9a0658cf]
[ 0.558421] ACPI: Reserving MSCT table memory at [mem 0x9a063000-0x9a06304d]
[ 0.566275] ACPI: Reserving SLIT table memory at [mem 0x9a062000-0x9a06202f]
[ 0.574128] ACPI: Reserving HMAT table memory at [mem 0x9a061000-0x9a0610e7]
[ 0.581981] ACPI: Reserving SSDT table memory at [mem 0x9a05f000-0x9a060827]
[ 0.589835] ACPI: Reserving PRMT table memory at [mem 0x9a05e000-0x9a05e195]
[ 0.597688] ACPI: Reserving WSMT table memory at [mem 0x9a05d000-0x9a05d027]
[ 0.605541] ACPI: Reserving APIC table memory at [mem 0x9a059000-0x9a05c117]
[ 0.613492] APIC: Switched APIC routing to: cluster x2apic
[ 0.619532] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[ 0.626192] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0xafffffff]
[ 0.632882] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x204fffffff]
[ 0.639862] ACPI: SRAT: Node 1 PXM 1 [mem 0x2050000000-0x404fffffff]
[ 0.646947] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0xafffffff] -> [mem 0x00001000-0xafffffff]
[ 0.658381] NUMA: Node 0 [mem 0x00001000-0xafffffff] + [mem 0x100000000-0x204fffffff] -> [mem 0x00001000-0x204fffffff]
[ 0.670311] NODE_DATA(0) allocated [mem 0x204ffd5d80-0x204fffffff]
[ 0.677195] NODE_DATA(1) allocated [mem 0x404cc94d80-0x404ccbefff]
[ 0.684140] crashkernel reserved: 0x0000000085000000 - 0x0000000091000000 (192 MB)
[ 0.692746] Zone ranges:
[ 0.695368] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.702252] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.709136] Normal [mem 0x0000000100000000-0x000000404ccbffff]
[ 0.716020] Device empty
[ 0.719219] Movable zone start for each node
[ 0.723970] Early memory node ranges
[ 0.727945] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.734926] node 0: [mem 0x0000000000100000-0x0000000075b5ffff]
[ 0.741906] node 0: [mem 0x0000000075c21000-0x0000000075c5ffff]
[ 0.748887] node 0: [mem 0x0000000076000000-0x0000000095992fff]
[ 0.755868] node 0: [mem 0x000000009d3ff000-0x000000009fff9fff]
[ 0.762848] node 0: [mem 0x000000009ffff000-0x000000009fffffff]
[ 0.769829] node 0: [mem 0x0000000100010000-0x000000204fffffff]
[ 0.776815] node 1: [mem 0x0000002050000000-0x000000404bffffff]
[ 0.783796] node 1: [mem 0x000000404c800000-0x000000404ccbffff]
[ 0.790771] Initmem setup node 0 [mem 0x0000000000001000-0x000000204fffffff]
[ 0.798628] Initmem setup node 1 [mem 0x0000002050000000-0x000000404ccbffff]
[ 0.806479] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.812981] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.820292] On node 0, zone DMA32: 193 pages in unavailable ranges
[ 0.827264] On node 0, zone DMA32: 928 pages in unavailable ranges
[ 0.834099] On node 0, zone DMA32: 31340 pages in unavailable ranges
[ 0.841036] On node 0, zone DMA32: 5 pages in unavailable ranges
[ 0.920622] On node 0, zone Normal: 16 pages in unavailable ranges
[ 1.040553] On node 1, zone Normal: 2048 pages in unavailable ranges
[ 1.047501] On node 1, zone Normal: 13120 pages in unavailable ranges
[ 1.054758] ACPI: PM-Timer IO Port: 0x808
[ 1.059142] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[ 1.065983] IOAPIC[0]: apic_id 128, version 33, address 0xfec00000, GSI 0-23
[ 1.073823] IOAPIC[1]: apic_id 240, version 33, address 0xf5400000, GSI 24-55
[ 1.081773] IOAPIC[2]: apic_id 241, version 33, address 0xeb080000, GSI 56-87
[ 1.089723] IOAPIC[3]: apic_id 242, version 33, address 0xf6180000, GSI 88-119
[ 1.097770] IOAPIC[4]: apic_id 243, version 33, address 0xd8180000, GSI 120-151
[ 1.105915] IOAPIC[5]: apic_id 244, version 33, address 0xe1400000, GSI 152-183
[ 1.114059] IOAPIC[6]: apic_id 245, version 33, address 0xec100000, GSI 184-215
[ 1.122203] IOAPIC[7]: apic_id 246, version 33, address 0xd7100000, GSI 216-247
[ 1.130347] IOAPIC[8]: apic_id 247, version 33, address 0xe0500000, GSI 248-279
[ 1.138493] IOAPIC[9]: apic_id 248, version 33, address 0xd0180000, GSI 280-311
[ 1.146636] IOAPIC[10]: apic_id 249, version 33, address 0xc6080000, GSI 312-343
[ 1.154877] IOAPIC[11]: apic_id 250, version 33, address 0xbc680000, GSI 344-375
[ 1.163118] IOAPIC[12]: apic_id 251, version 33, address 0xb3180000, GSI 376-407
[ 1.171360] IOAPIC[13]: apic_id 252, version 33, address 0xc5000000, GSI 408-439
[ 1.179601] IOAPIC[14]: apic_id 253, version 33, address 0xcf100000, GSI 440-471
[ 1.187842] IOAPIC[15]: apic_id 254, version 33, address 0xb2100000, GSI 472-503
[ 1.196083] IOAPIC[16]: apic_id 255, version 33, address 0xbb500000, GSI 504-535
[ 1.204322] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 1.211398] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 1.218675] ACPI: Using ACPI (MADT) for SMP configuration information
[ 1.225844] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 1.231601] CPU topo: Max. logical packages: 2
[ 1.236702] CPU topo: Max. logical dies: 16
[ 1.241841] CPU topo: Max. dies per package: 8
[ 1.246982] CPU topo: Max. threads per core: 2
[ 1.252120] CPU topo: Num. cores per package: 64
[ 1.257549] CPU topo: Num. threads per package: 128
[ 1.262977] CPU topo: Allowing 256 present CPUs plus 0 hotplug CPUs
[ 1.269999] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 1.278393] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 1.286828] PM: hibernation: Registered nosave memory: [mem 0x75b60000-0x75c20fff]
[ 1.295264] PM: hibernation: Registered nosave memory: [mem 0x75c60000-0x75ffffff]
[ 1.303699] PM: hibernation: Registered nosave memory: [mem 0x91913000-0x91913fff]
[ 1.312134] PM: hibernation: Registered nosave memory: [mem 0x91fa6000-0x91ff8fff]
[ 1.320568] PM: hibernation: Registered nosave memory: [mem 0x95993000-0x9a017fff]
[ 1.329002] PM: hibernation: Registered nosave memory: [mem 0x9a018000-0x9a102fff]
[ 1.337437] PM: hibernation: Registered nosave memory: [mem 0x9a103000-0x9a583fff]
[ 1.345872] PM: hibernation: Registered nosave memory: [mem 0x9a584000-0x9d3fefff]
[ 1.354309] PM: hibernation: Registered nosave memory: [mem 0x9fffa000-0x9fffefff]
[ 1.362744] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xafffffff]
[ 1.371178] PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xb20fffff]
[ 1.379613] PM: hibernation: Registered nosave memory: [mem 0xb2100000-0xb2100fff]
[ 1.388047] PM: hibernation: Registered nosave memory: [mem 0xb2101000-0xb317ffff]
[ 1.396483] PM: hibernation: Registered nosave memory: [mem 0xb3180000-0xb3180fff]
[ 1.404918] PM: hibernation: Registered nosave memory: [mem 0xb3181000-0xbb4fffff]
[ 1.413353] PM: hibernation: Registered nosave memory: [mem 0xbb500000-0xbb500fff]
[ 1.421788] PM: hibernation: Registered nosave memory: [mem 0xbb501000-0xbc67ffff]
[ 1.430222] PM: hibernation: Registered nosave memory: [mem 0xbc680000-0xbc680fff]
[ 1.438658] PM: hibernation: Registered nosave memory: [mem 0xbc681000-0xc4ffffff]
[ 1.447093] PM: hibernation: Registered nosave memory: [mem 0xc5000000-0xc5000fff]
[ 1.455527] PM: hibernation: Registered nosave memory: [mem 0xc5001000-0xc607ffff]
[ 1.463963] PM: hibernation: Registered nosave memory: [mem 0xc6080000-0xc6080fff]
[ 1.472398] PM: hibernation: Registered nosave memory: [mem 0xc6081000-0xcf0fffff]
[ 1.480833] PM: hibernation: Registered nosave memory: [mem 0xcf100000-0xcf100fff]
[ 1.489267] PM: hibernation: Registered nosave memory: [mem 0xcf101000-0xd017ffff]
[ 1.497702] PM: hibernation: Registered nosave memory: [mem 0xd0180000-0xd0180fff]
[ 1.506138] PM: hibernation: Registered nosave memory: [mem 0xd0181000-0xd70fffff]
[ 1.514572] PM: hibernation: Registered nosave memory: [mem 0xd7100000-0xd7100fff]
[ 1.523007] PM: hibernation: Registered nosave memory: [mem 0xd7101000-0xd817ffff]
[ 1.531443] PM: hibernation: Registered nosave memory: [mem 0xd8180000-0xd8180fff]
[ 1.539877] PM: hibernation: Registered nosave memory: [mem 0xd8181000-0xe04fffff]
[ 1.548312] PM: hibernation: Registered nosave memory: [mem 0xe0500000-0xe0500fff]
[ 1.556747] PM: hibernation: Registered nosave memory: [mem 0xe0501000-0xe13fffff]
[ 1.565183] PM: hibernation: Registered nosave memory: [mem 0xe1400000-0xe1400fff]
[ 1.573617] PM: hibernation: Registered nosave memory: [mem 0xe1401000-0xeb07ffff]
[ 1.582052] PM: hibernation: Registered nosave memory: [mem 0xeb080000-0xeb080fff]
[ 1.590487] PM: hibernation: Registered nosave memory: [mem 0xeb081000-0xec0fffff]
[ 1.598922] PM: hibernation: Registered nosave memory: [mem 0xec100000-0xec100fff]
[ 1.607358] PM: hibernation: Registered nosave memory: [mem 0xec101000-0xf53fffff]
[ 1.615792] PM: hibernation: Registered nosave memory: [mem 0xf5400000-0xf5400fff]
[ 1.624227] PM: hibernation: Registered nosave memory: [mem 0xf5401000-0xf617ffff]
[ 1.632663] PM: hibernation: Registered nosave memory: [mem 0xf6180000-0xf6180fff]
[ 1.641097] PM: hibernation: Registered nosave memory: [mem 0xf6181000-0xfebfffff]
[ 1.649532] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 1.657967] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[ 1.666402] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 1.674837] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[ 1.683272] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 1.691707] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 1.700142] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 1.708577] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 1.717012] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 1.725448] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
[ 1.733882] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
[ 1.742317] PM: hibernation: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
[ 1.750752] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedc5fff]
[ 1.759187] PM: hibernation: Registered nosave memory: [mem 0xfedc6000-0xfedc6fff]
[ 1.767622] PM: hibernation: Registered nosave memory: [mem 0xfedc7000-0xfedc7fff]
[ 1.776057] PM: hibernation: Registered nosave memory: [mem 0xfedc8000-0xfedc8fff]
[ 1.784492] PM: hibernation: Registered nosave memory: [mem 0xfedc9000-0xfedcafff]
[ 1.792927] PM: hibernation: Registered nosave memory: [mem 0xfedcb000-0xffffffff]
[ 1.801362] PM: hibernation: Registered nosave memory: [mem 0x100000000-0x10000ffff]
[ 1.809992] PM: hibernation: Registered nosave memory: [mem 0x404c000000-0x404c7fffff]
[ 1.818815] [mem 0xe1401000-0xeb07ffff] available for PCI devices
[ 1.825601] Booting paravirtualized kernel on bare hardware
[ 1.831808] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 1.843459] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:256 nr_cpu_ids:256 nr_node_ids:2
[ 1.857568] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[ 1.864828] Kernel command line: root=UUID=6c07d1f8-f936-4d1c-956e-62d8d0134454 ro ras=cec_disable console=tty0 console=ttyS1,115200n8 earlyprintk=serial,ttyS1,115200n8 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M crashkernel=512M-:192M kexec_jump_back_entry=0x0ef2fa5530f02b59 kexec_jump_back_entry=0x8867bd740faebf51
[ 1.899081] Unknown kernel command line parameters "kexec_jump_back_entry=0x8867bd740faebf51", will be passed to user space.
[ 1.911499] random: crng init done
[ 1.915263] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 1.923018] printk: log_buf_len total cpu_extra contributions: 1044480 bytes
[ 1.930872] printk: log_buf_len min size: 262144 bytes
[ 1.937340] printk: log buffer data + meta data: 2097152 + 7340032 = 9437184 bytes
[ 1.945586] printk: early log buf free: 235104(89%)
[ 1.954216] software IO TLB: area num 256.
[ 1.963297] Fallback order for Node 0: 0 1
[ 1.963301] Fallback order for Node 1: 1 0
[ 1.963317] Built 2 zonelists, mobility grouping on. Total pages: 66995581
[ 1.980192] Policy zone: Normal
[ 1.983694] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 2.279142] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=256, Nodes=2
Poking KASLR using RDRAND RDTSC...
[ 2.306089] ftrace: allocating 58571 entries in 232 pages
[ 2.311914] ftrace: allocated 232 pages with 4 groups
[ 2.318882] Dynamic Preempt: voluntary
[ 2.323386] rcu: Preemptible hierarchical RCU implementation.
[ 2.329596] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=256.
[ 2.337352] Trampoline variant of Tasks RCU enabled.
[ 2.342976] Rude variant of Tasks RCU enabled.
[ 2.348017] Tracing variant of Tasks RCU enabled.
[ 2.353350] rcu: RCU calculated value of scheduler-enlistment delay is 26 jiffies.
[ 2.361784] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=256
[ 2.369497] RCU Tasks: Setting shift to 8 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=256.
[ 2.379338] RCU Tasks Rude: Setting shift to 8 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=256.
[ 2.389713] RCU Tasks Trace: Setting shift to 8 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=256.
[ 2.402652] NR_IRQS: 524544, nr_irqs: 11176, preallocated irqs: 16
[ 2.409632] rcu: srcu_init: Setting srcu_struct sizes to big.
[ 2.416017] Spurious LAPIC timer interrupt on cpu 0
[ 2.421303] Console: colour dummy device 80x25
[ 2.426217] printk: legacy console [tty0] enabled
[ 2.431802] printk: legacy console [ttyS1] enabled
[ 2.431802] printk: legacy console [ttyS1] enabled
[ 2.442278] printk: legacy bootconsole [earlyser0] disabled
[ 2.442278] printk: legacy bootconsole [earlyser0] disabled
[ 2.454795] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 2.467396] ACPI: Core revision 20240827
[ 2.472029] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 2.482236] APIC: Switch to symmetric I/O mode setup
[ 2.487930] AMD-Vi: ivrs, add hid:AMDI0096, uid:ID01, rdevid:0x7000
[ 2.494971] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
[ 2.501772] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
[ 2.508571] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
[ 2.515371] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0xa0
[ 2.522171] AMD-Vi: ivrs, add hid:AMDI0095, uid:ID00, rdevid:0x0
[ 2.528918] AMD-Vi: ivrs, add hid:AMDI0096, uid:ID03, rdevid:0xf000
[ 2.535953] AMD-Vi: ivrs, add hid:AMDI0096, uid:ID02, rdevid:0x8000
[ 2.542966] AMD-Vi: Using global IVHD EFR:0x25bf732fa2295afe, EFR2:0x53f
[ 2.554547] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 2.578233] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3992e431138, max_idle_ns: 881590633701 ns
[ 2.589977] Calibrating delay loop (skipped), value calculated using timer frequency.. 3994.18 BogoMIPS (lpj=7988364)
[ 2.594000] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 2.598230] LVT offset 2 assigned for vector 0xf4
[ 2.602039] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
[ 2.605976] Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
[ 2.609978] process: using mwait in idle threads
[ 2.613978] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 2.617978] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 2.621976] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 2.625978] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 2.629976] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 2.633977] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 2.637977] Speculative Return Stack Overflow: Mitigation: IBPB on VMEXIT only
[ 2.641984] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 2.645976] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 2.649976] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 2.653976] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 2.657976] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 2.661976] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 2.665976] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 2.669976] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 2.673977] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 2.677976] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 2.681976] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 2.685976] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 2.689976] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 2.693976] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 2.697976] x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
[ 2.733710] Freeing SMP alternatives memory: 52K
[ 2.733977] pid_max: default: 262144 minimum: 2048
[ 2.738105] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,ima,evm
[ 2.742059] landlock: Up and running.
[ 2.745975] Yama: becoming mindful.
[ 2.750069] AppArmor: AppArmor initialized
[ 2.764073] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[ 2.769140] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[ 2.770083] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 2.774104] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 2.887721] smpboot: CPU0: AMD Eng Sample: 100-000001537-03 (family: 0x1a, model: 0x2, stepping: 0x0)
[ 2.890155] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 2.893977] ... version: 2
[ 2.897975] ... bit width: 48
[ 2.901976] ... generic registers: 6
[ 2.905975] ... value mask: 0000ffffffffffff
[ 2.909975] ... max period: 00007fffffffffff
[ 2.913975] ... fixed-purpose events: 0
[ 2.917975] ... event mask: 000000000000003f
[ 2.922174] signal: max sigframe size: 3376
[ 2.926005] rcu: Hierarchical SRCU implementation.
[ 2.929976] rcu: Max phase no-delay instances is 1000.
[ 2.934003] Timer migration: 4 hierarchy levels; 8 children per group; 3 crossnode level
[ 2.942012] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 2.950739] smp: Bringing up secondary CPUs ...
[ 2.954061] smpboot: x86: Booting SMP configuration:
[ 2.957976] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 #32 #33 #34 #35 #36 #37 #38 #39 #40 #41 #42 #43 #44 #45 #46 #47 #48 #49 #50 #51 #52 #53 #54 #55 #56 #57 #58 #59 #60 #61 #62 #63
[ 2.969983] .... node #1, CPUs: #64 #65 #66 #67 #68 #69 #70 #71 #72 #73 #74 #75 #76 #77 #78 #79 #80 #81 #82 #83 #84 #85 #86 #87 #88 #89 #90 #91 #92 #93 #94 #95 #96 #97 #98 #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[ 3.045979] .... node #0, CPUs: #128 #129 #130 #131 #132 #133 #134 #135 #136 #137 #138 #139 #140 #141 #142 #143 #144 #145 #146 #147 #148 #149 #150 #151 #152 #153 #154 #155 #156 #157 #158 #159 #160 #161 #162 #163 #164 #165 #166 #167 #168 #169 #170 #171 #172 #173 #174 #175 #176 #177 #178 #179 #180 #181 #182 #183 #184 #185 #186 #187 #188 #189 #190 #191
[ 3.057984] .... node #1, CPUs: #192 #193 #194 #195 #196 #197 #198 #199 #200 #201 #202 #203 #204 #205 #206 #207 #208 #209 #210 #211 #212 #213 #214 #215 #216 #217 #218 #219 #220 #221 #222 #223 #224 #225 #226 #227 #228 #229 #230 #231 #232 #233 #234 #235 #236 #237 #238 #239 #240 #241 #242 #243 #244 #245 #246 #247 #248 #249 #250 #251 #252 #253 #254 #255
[ 3.206316] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 3.254491] smp: Brought up 2 nodes, 256 CPUs
[ 3.257981] smpboot: Total of 256 processors activated (1022510.59 BogoMIPS)
[ 3.276057] Memory: 262961340K/267982324K available (21247K kernel code, 4693K rwdata, 8652K rodata, 5164K init, 4280K bss, 4603120K reserved, 0K cma-reserved)
[ 3.282618] devtmpfs: initialized
[ 3.286049] x86/mm: Memory block size: 2048MB
[ 3.296545] ACPI: PM: Registering ACPI NVS region [mem 0x75b60000-0x75c20fff] (790528 bytes)
[ 3.297984] ACPI: PM: Registering ACPI NVS region [mem 0x9a103000-0x9a583fff] (4722688 bytes)
[ 3.302054] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 3.306104] posixtimers hash table entries: 131072 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 3.310239] futex hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 3.314211] pinctrl core: initialized pinctrl subsystem
[ 3.318071] PM: RTC time: 19:36:59, date: 2025-04-04
[ 3.322466] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 3.326351] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 3.330132] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 3.334131] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 3.337984] audit: initializing netlink subsys (disabled)
[ 3.341998] audit: type=2000 audit(1743795418.816:1): state=initialized audit_enabled=0 res=1
[ 3.342102] thermal_sys: Registered thermal governor 'fair_share'
[ 3.345978] thermal_sys: Registered thermal governor 'bang_bang'
[ 3.349976] thermal_sys: Registered thermal governor 'step_wise'
[ 3.353976] thermal_sys: Registered thermal governor 'user_space'
[ 3.357976] thermal_sys: Registered thermal governor 'power_allocator'
[ 3.362006] cpuidle: using governor ladder
[ 3.369996] cpuidle: using governor menu
[ 3.378511] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 3.382046] PCI: ECAM [mem 0x3ffb00000000-0x3ffb0fffffff] (base 0x3ffb00000000) for domain 0000 [bus 00-ff]
[ 3.385989] PCI: Using configuration type 1 for base access
[ 3.390041] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 3.394097] HugeTLB: allocation took 0ms with hugepage_allocation_threads=64
[ 3.398011] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 3.401976] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 3.405976] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 3.409975] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 3.414169] fbcon: Taking over console
[ 3.421986] Failed to find VA for GUID: 7626C6AE-F973-429C-A91C-107D7BE298B0, PA: 0x0
[ 3.421988] Failed to find VA for GUID: 0639BD1C-3E33-4055-BAE7-36CCEBA8376E, PA: 0x0
[ 3.425976] Failed to find VA for GUID: E7180659-A65D-451D-92CD-2B56F12BEBA6, PA: 0x0
[ 3.429976] Failed to find VA for GUID: 00C77891-7FCB-4D01-94E1-72F8E4EE1AF7, PA: 0x0
[ 3.433976] Failed to find VA for GUID: D1C6B8F2-F9AC-4BF0-855E-DBD582CE4B20, PA: 0x0
[ 3.437976] Failed to find VA for GUID: 69AA0A9C-E3FC-4B0D-929E-AA1BDE5D9A9B, PA: 0x0
[ 3.441976] Failed to find VA for GUID: EE41B397-25D4-452C-AD54-48C6E3480B94, PA: 0x0
[ 3.445978] PRM: found 1 modules
[ 3.454033] ACPI: Added _OSI(Module Device)
[ 3.457975] ACPI: Added _OSI(Processor Device)
[ 3.461976] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 3.465975] ACPI: Added _OSI(Processor Aggregator Device)
[ 3.494514] ACPI: 10 ACPI AML tables successfully acquired and loaded
[ 3.507271] ACPI: Interpreter enabled
[ 3.509986] ACPI: PM: (supports S0 S5)
[ 3.513976] ACPI: Using IOAPIC for interrupt routing
[ 3.518386] HEST: Table parsing has been initialized.
[ 3.522033] GHES: APEI firmware first mode is enabled by APEI bit.
[ 3.525979] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 3.529976] PCI: Ignoring E820 reservations for host bridge windows
[ 3.534692] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 3.541975] ACPI: \_SB_.S0D0.C000.SATA.P0SA: New power resource
[ 3.545987] ACPI: \_SB_.S0D0.C000.SATA.P3SA: New power resource
[ 3.550153] ACPI: \_SB_.S0D0.C000.SAT2.P0SA: New power resource
[ 3.557975] ACPI: \_SB_.S0D0.C000.SAT2.P3SA: New power resource
[ 3.562664] ACPI: \_SB_.S0D1.C011.SA11.P0SA: New power resource
[ 3.565985] ACPI: \_SB_.S0D1.C011.SA11.P3SA: New power resource
[ 3.570148] ACPI: \_SB_.S0D1.C011.SA12.P0SA: New power resource
[ 3.573985] ACPI: \_SB_.S0D1.C011.SA12.P3SA: New power resource
[ 3.578667] ACPI: \_SB_.PCI0.C021.SATA.P0SA: New power resource
[ 3.581985] ACPI: \_SB_.PCI0.C021.SATA.P3SA: New power resource
[ 3.586136] ACPI: \_SB_.PCI0.C021.SAT2.P0SA: New power resource
[ 3.589985] ACPI: \_SB_.PCI0.C021.SAT2.P3SA: New power resource
[ 3.602257] ACPI: \_SB_.S1D1.C110.SA91.P0SA: New power resource
[ 3.605986] ACPI: \_SB_.S1D1.C110.SA91.P3SA: New power resource
[ 3.610152] ACPI: \_SB_.S1D1.C110.SA92.P0SA: New power resource
[ 3.613986] ACPI: \_SB_.S1D1.C110.SA92.P3SA: New power resource
[ 3.618837] ACPI: \_SB_.S1D3.C130.SAB1.P0SA: New power resource
[ 3.621985] ACPI: \_SB_.S1D3.C130.SAB1.P3SA: New power resource
[ 3.626149] ACPI: \_SB_.S1D3.C130.SAB2.P0SA: New power resource
[ 3.629985] ACPI: \_SB_.S1D3.C130.SAB2.P3SA: New power resource
[ 3.644210] ACPI: PCI Root Bridge [S0D0] (domain 0000 [bus 70-7f])
[ 3.645980] acpi ACPI0016:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.649977] acpi ACPI0016:00: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 3.655222] acpi ACPI0016:00: _OSC: platform does not support [AER LTR]
[ 3.659768] acpi ACPI0016:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 3.661976] acpi ACPI0016:00: _OSC: OS now controls [CXLMemErrorReporting]
[ 3.666139] PCI host bridge to bus 0000:70
[ 3.670002] pci_bus 0000:70: root bus resource [io 0x8000-0x9fff window]
[ 3.673976] pci_bus 0000:70: root bus resource [mem 0xf1000000-0xf30fffff window]
[ 3.677976] pci_bus 0000:70: root bus resource [mem 0x10021000000-0x20020ffffff window]
[ 3.681976] pci_bus 0000:70: root bus resource [bus 70-7f]
[ 3.685990] pci 0000:70:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 3.691076] pci 0000:70:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 3.694055] pci 0000:70:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 3.698338] pci 0000:70:00.3: enabling Extended Tags
[ 3.706128] pci 0000:70:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.710024] pci 0000:70:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.714024] pci 0000:70:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.718023] pci 0000:70:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.722023] pci 0000:70:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.726022] pci 0000:70:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.730041] pci 0000:70:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 3.733989] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 3.737980] pci 0000:70:07.1: bridge window [mem 0xf3000000-0xf30fffff]
[ 3.742064] pci 0000:70:07.1: PME# supported from D0 D3hot D3cold
[ 3.746115] pci 0000:71:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 3.750379] pci 0000:71:00.4: [1022:1557] type 00 class 0x0c0330 PCIe Endpoint
[ 3.753998] pci 0000:71:00.4: BAR 0 [mem 0xf3000000-0xf30fffff 64bit]
[ 3.758053] pci 0000:71:00.4: PME# supported from D0 D3hot D3cold
[ 3.762039] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 3.767068] ACPI: PCI Root Bridge [S0D1] (domain 0000 [bus 50-5f])
[ 3.769976] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.774080] acpi PNP0A08:00: _OSC: platform does not support [AER LTR]
[ 3.778165] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 3.782150] PCI host bridge to bus 0000:50
[ 3.786001] pci_bus 0000:50: root bus resource [io 0x03b0-0x03df window]
[ 3.789975] pci_bus 0000:50: root bus resource [io 0x6000-0x6fff window]
[ 3.793975] pci_bus 0000:50: root bus resource [mem 0x000a0000-0x000bffff window]
[ 3.797976] pci_bus 0000:50: root bus resource [mem 0xe7000000-0xeaefffff window]
[ 3.801976] pci_bus 0000:50: root bus resource [mem 0x30081000000-0x40080ffffff window]
[ 3.805976] pci_bus 0000:50: root bus resource [bus 50-5f]
[ 3.809981] pci 0000:50:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 3.815430] pci 0000:50:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 3.818046] pci 0000:50:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.822024] pci 0000:50:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.826843] pci 0000:50:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.830049] pci 0000:50:03.1: [1022:1554] type 01 class 0x060400 PCIe Root Port
[ 3.833990] pci 0000:50:03.1: PCI bridge to [bus 51]
[ 3.837979] pci 0000:50:03.1: bridge window [mem 0xea500000-0xea5fffff]
[ 3.847318] pci 0000:50:03.1: PME# supported from D0 D3hot D3cold
[ 3.850302] pci 0000:50:03.3: [1022:1554] type 01 class 0x060400 PCIe Root Port
[ 3.853990] pci 0000:50:03.3: PCI bridge to [bus 52]
[ 3.857985] pci 0000:50:03.3: bridge window [mem 0x40080f00000-0x40080ffffff 64bit pref]
[ 3.867306] pci 0000:50:03.3: PME# supported from D0 D3hot D3cold
[ 3.870272] pci 0000:50:03.4: [1022:1554] type 01 class 0x060400 PCIe Root Port
[ 3.873990] pci 0000:50:03.4: PCI bridge to [bus 53-54]
[ 3.877978] pci 0000:50:03.4: bridge window [io 0x6000-0x6fff]
[ 3.881977] pci 0000:50:03.4: bridge window [mem 0xe9000000-0xea1fffff]
[ 3.891306] pci 0000:50:03.4: PME# supported from D0 D3hot D3cold
[ 3.894248] pci 0000:50:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.899246] pci 0000:50:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.902027] pci 0000:50:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.906050] pci 0000:50:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 3.909989] pci 0000:50:07.1: PCI bridge to [bus 55]
[ 3.913979] pci 0000:50:07.1: bridge window [mem 0xea300000-0xea4fffff]
[ 3.918065] pci 0000:50:07.1: PME# supported from D0 D3hot D3cold
[ 3.922111] pci 0000:51:00.0: [144d:a80a] type 00 class 0x010802 PCIe Endpoint
[ 3.926014] pci 0000:51:00.0: BAR 0 [mem 0xea500000-0xea503fff 64bit]
[ 3.931209] pci 0000:51:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:50:03.1 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[ 3.938038] pci 0000:50:03.1: PCI bridge to [bus 51]
[ 3.942593] pci 0000:52:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[ 3.946018] pci 0000:52:00.0: BAR 0 [mem 0x40080f20000-0x40080f2ffff 64bit pref]
[ 3.949978] pci 0000:52:00.0: BAR 2 [mem 0x40080f10000-0x40080f1ffff 64bit pref]
[ 3.953978] pci 0000:52:00.0: BAR 4 [mem 0x40080f00000-0x40080f0ffff 64bit pref]
[ 3.962098] pci 0000:52:00.0: PME# supported from D0 D3hot D3cold
[ 3.966025] pci 0000:52:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:50:03.3 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[ 3.970040] pci 0000:50:03.3: PCI bridge to [bus 52]
[ 3.974724] pci 0000:53:00.0: [1a03:1150] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[ 3.978010] pci 0000:53:00.0: PCI bridge to [bus 54]
[ 3.981982] pci 0000:53:00.0: bridge window [io 0x6000-0x6fff]
[ 3.985978] pci 0000:53:00.0: bridge window [mem 0xe9000000-0xea1fffff]
[ 3.994117] pci 0000:53:00.0: supports D1 D2
[ 3.997975] pci 0000:53:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 4.002108] pci 0000:50:03.4: PCI bridge to [bus 53-54]
[ 4.006022] pci_bus 0000:54: extended config space not accessible
[ 4.009990] pci 0000:54:00.0: [1a03:2000] type 00 class 0x030000 conventional PCI endpoint
[ 4.014031] pci 0000:54:00.0: BAR 0 [mem 0xe9000000-0xe9ffffff]
[ 4.017977] pci 0000:54:00.0: BAR 1 [mem 0xea140000-0xea17ffff]
[ 4.021977] pci 0000:54:00.0: BAR 2 [io 0x6000-0x607f]
[ 4.026020] pci 0000:54:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 4.030012] pci 0000:54:00.0: supports D1 D2
[ 4.033975] pci 0000:54:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 4.038040] pci 0000:54:01.0: [1a03:2402] type 00 class 0xff0000 conventional PCI endpoint
[ 4.042028] pci 0000:54:01.0: BAR 0 [mem 0xea000000-0xea0fffff]
[ 4.045977] pci 0000:54:01.0: BAR 1 [mem 0xea100000-0xea13ffff]
[ 4.050047] pci 0000:54:01.0: supports D1 D2
[ 4.053975] pci 0000:54:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 4.058071] pci 0000:53:00.0: PCI bridge to [bus 54]
[ 4.062416] pci 0000:55:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 4.066803] pci 0000:55:00.5: [1022:156e] type 00 class 0x108000 PCIe Endpoint
[ 4.069998] pci 0000:55:00.5: BAR 2 [mem 0xea300000-0xea3fffff]
[ 4.073978] pci 0000:55:00.5: BAR 5 [mem 0xea400000-0xea401fff]
[ 4.078687] pci 0000:50:07.1: PCI bridge to [bus 55]
[ 4.083383] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-0f])
[ 4.085976] acpi ACPI0016:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.089976] acpi ACPI0016:01: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 4.098337] acpi ACPI0016:01: _OSC: platform does not support [AER LTR]
[ 4.106369] acpi ACPI0016:01: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.109976] acpi ACPI0016:01: _OSC: OS now controls [CXLMemErrorReporting]
[ 4.114187] PCI host bridge to bus 0000:00
[ 4.118001] pci_bus 0000:00: root bus resource [io 0x0000-0x02e7 window]
[ 4.121975] pci_bus 0000:00: root bus resource [io 0x0300-0x03af window]
[ 4.125975] pci_bus 0000:00: root bus resource [io 0x0400-0x0cf7 window]
[ 4.129975] pci_bus 0000:00: root bus resource [io 0x1000-0x1fff window]
[ 4.133976] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 4.137976] pci_bus 0000:00: root bus resource [mem 0xf7000000-0xf8ffffff window]
[ 4.141976] pci_bus 0000:00: root bus resource [mem 0x500e1000000-0x600e0ffffff window]
[ 4.145976] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 4.149982] pci 0000:00:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.154771] pci 0000:00:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 4.158046] pci 0000:00:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 4.162343] pci 0000:00:00.3: enabling Extended Tags
[ 4.167181] pci 0000:00:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.170050] pci 0000:00:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.173992] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 4.177980] pci 0000:00:01.1: bridge window [mem 0xf7000000-0xf71fffff]
[ 4.181982] pci 0000:00:01.1: bridge window [mem 0x500e1000000-0x500e11fffff 64bit pref]
[ 4.191345] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 4.194346] pci 0000:00:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.197991] pci 0000:00:01.3: PCI bridge to [bus 02]
[ 4.201979] pci 0000:00:01.3: bridge window [io 0x1000-0x1fff]
[ 4.205977] pci 0000:00:01.3: bridge window [mem 0xf7200000-0xf73fffff]
[ 4.209981] pci 0000:00:01.3: bridge window [mem 0x500e1200000-0x500e13fffff 64bit pref]
[ 4.222126] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 4.226291] pci 0000:00:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.230030] pci 0000:00:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.234029] pci 0000:00:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.238028] pci 0000:00:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.242028] pci 0000:00:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.246041] pci 0000:00:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 4.249989] pci 0000:00:07.1: PCI bridge to [bus 03]
[ 4.258040] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 4.262062] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 4.266055] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 4.270078] pci 0000:00:18.0: [1022:12c0] type 00 class 0x060000 conventional PCI endpoint
[ 4.274005] pci 0000:00:18.1: [1022:12c1] type 00 class 0x060000 conventional PCI endpoint
[ 4.278003] pci 0000:00:18.2: [1022:12c2] type 00 class 0x060000 conventional PCI endpoint
[ 4.282006] pci 0000:00:18.3: [1022:12c3] type 00 class 0x060000 conventional PCI endpoint
[ 4.286003] pci 0000:00:18.4: [1022:12c4] type 00 class 0x060000 conventional PCI endpoint
[ 4.290003] pci 0000:00:18.5: [1022:12c5] type 00 class 0x060000 conventional PCI endpoint
[ 4.294003] pci 0000:00:18.6: [1022:12c6] type 00 class 0x060000 conventional PCI endpoint
[ 4.298003] pci 0000:00:18.7: [1022:12c7] type 00 class 0x060000 conventional PCI endpoint
[ 4.302004] pci 0000:00:19.0: [1022:12c0] type 00 class 0x060000 conventional PCI endpoint
[ 4.306011] pci 0000:00:19.1: [1022:12c1] type 00 class 0x060000 conventional PCI endpoint
[ 4.310009] pci 0000:00:19.2: [1022:12c2] type 00 class 0x060000 conventional PCI endpoint
[ 4.314010] pci 0000:00:19.3: [1022:12c3] type 00 class 0x060000 conventional PCI endpoint
[ 4.318009] pci 0000:00:19.4: [1022:12c4] type 00 class 0x060000 conventional PCI endpoint
[ 4.322010] pci 0000:00:19.5: [1022:12c5] type 00 class 0x060000 conventional PCI endpoint
[ 4.326010] pci 0000:00:19.6: [1022:12c6] type 00 class 0x060000 conventional PCI endpoint
[ 4.330009] pci 0000:00:19.7: [1022:12c7] type 00 class 0x060000 conventional PCI endpoint
[ 4.334363] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 4.342019] pci 0000:00:01.3: PCI bridge to [bus 02]
[ 4.347067] pci 0000:03:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 4.354105] pci 0000:00:07.1: PCI bridge to [bus 03]
[ 4.362055] ACPI: PCI Root Bridge [S0D3] (domain 0000 [bus 20-2f])
[ 4.365977] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.378076] acpi PNP0A08:01: _OSC: platform does not support [AER LTR]
[ 4.386166] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.394109] PCI host bridge to bus 0000:20
[ 4.398001] pci_bus 0000:20: root bus resource [io 0x3000-0x3fff window]
[ 4.405976] pci_bus 0000:20: root bus resource [mem 0xda000000-0xdc0fffff window]
[ 4.413978] pci_bus 0000:20: root bus resource [mem 0x70141000000-0x80140ffffff window]
[ 4.425976] pci_bus 0000:20: root bus resource [bus 20-2f]
[ 4.429983] pci 0000:20:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.442200] pci 0000:20:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 4.450048] pci 0000:20:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.458023] pci 0000:20:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.470651] pci 0000:20:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.478024] pci 0000:20:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.486051] pci 0000:20:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.498025] pci 0000:20:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.506311] pci 0000:20:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 4.513991] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 4.521979] pci 0000:20:07.1: bridge window [mem 0xdc000000-0xdc0fffff]
[ 4.530042] pci 0000:20:07.1: PME# supported from D0 D3hot D3cold
[ 4.534105] pci 0000:21:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 4.542470] pci 0000:21:00.4: [1022:1557] type 00 class 0x0c0330 PCIe Endpoint
[ 4.553998] pci 0000:21:00.4: BAR 0 [mem 0xdc000000-0xdc0fffff 64bit]
[ 4.558053] pci 0000:21:00.4: PME# supported from D0 D3hot D3cold
[ 4.566038] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 4.574080] ACPI: PCI Root Bridge [S0D4] (domain 0000 [bus 40-4f])
[ 4.577976] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.590075] acpi PNP0A08:02: _OSC: platform does not support [AER LTR]
[ 4.598164] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.606092] PCI host bridge to bus 0000:40
[ 4.610001] pci_bus 0000:40: root bus resource [io 0x5000-0x5fff window]
[ 4.617976] pci_bus 0000:40: root bus resource [mem 0xe3000000-0xe4ffffff window]
[ 4.625976] pci_bus 0000:40: root bus resource [mem 0x40081000000-0x50080ffffff window]
[ 4.637977] pci_bus 0000:40: root bus resource [bus 40-4f]
[ 4.641981] pci 0000:40:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.650192] pci 0000:40:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.662025] pci 0000:40:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.670098] ACPI: PCI Root Bridge [S0D5] (domain 0000 [bus 60-6f])
[ 4.677976] acpi ACPI0016:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.685976] acpi ACPI0016:02: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 4.702381] acpi ACPI0016:02: _OSC: platform does not support [AER LTR]
[ 4.711087] acpi ACPI0016:02: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.717976] acpi ACPI0016:02: _OSC: OS now controls [CXLMemErrorReporting]
[ 4.726091] PCI host bridge to bus 0000:60
[ 4.730001] pci_bus 0000:60: root bus resource [io 0x7000-0x7fff window]
[ 4.737975] pci_bus 0000:60: root bus resource [mem 0xed000000-0xeeffffff window]
[ 4.745976] pci_bus 0000:60: root bus resource [mem 0x20021000000-0x30020ffffff window]
[ 4.757976] pci_bus 0000:60: root bus resource [bus 60-6f]
[ 4.761982] pci 0000:60:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.774155] pci 0000:60:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 4.782828] pci 0000:60:00.3: enabling Extended Tags
[ 4.791186] pci 0000:60:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.798050] pci 0000:60:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.809991] pci 0000:60:01.1: PCI bridge to [bus 61]
[ 4.813980] pci 0000:60:01.1: bridge window [mem 0xed000000-0xed1fffff]
[ 4.821983] pci 0000:60:01.1: bridge window [mem 0x20021000000-0x200211fffff 64bit pref]
[ 4.835343] pci 0000:60:01.1: PME# supported from D0 D3hot D3cold
[ 4.842313] pci 0000:60:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.849991] pci 0000:60:01.2: PCI bridge to [bus 62]
[ 4.857980] pci 0000:60:01.2: bridge window [mem 0xed200000-0xed3fffff]
[ 4.861981] pci 0000:60:01.2: bridge window [mem 0x20021200000-0x200213fffff 64bit pref]
[ 4.878123] pci 0000:60:01.2: PME# supported from D0 D3hot D3cold
[ 4.886311] pci 0000:60:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.893991] pci 0000:60:01.3: PCI bridge to [bus 63]
[ 4.897980] pci 0000:60:01.3: bridge window [mem 0xed400000-0xed5fffff]
[ 4.905981] pci 0000:60:01.3: bridge window [mem 0x20021400000-0x200215fffff 64bit pref]
[ 4.919342] pci 0000:60:01.3: PME# supported from D0 D3hot D3cold
[ 4.926311] pci 0000:60:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.933991] pci 0000:60:01.4: PCI bridge to [bus 64]
[ 4.941979] pci 0000:60:01.4: bridge window [io 0x7000-0x7fff]
[ 4.945978] pci 0000:60:01.4: bridge window [mem 0xed600000-0xed7fffff]
[ 4.953982] pci 0000:60:01.4: bridge window [mem 0x20021600000-0x200217fffff 64bit pref]
[ 4.970124] pci 0000:60:01.4: PME# supported from D0 D3hot D3cold
[ 4.974289] pci 0000:60:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.987143] pci 0000:60:01.1: PCI bridge to [bus 61]
[ 4.994017] pci 0000:60:01.2: PCI bridge to [bus 62]
[ 4.999053] pci 0000:60:01.3: PCI bridge to [bus 63]
[ 5.007056] pci 0000:60:01.4: PCI bridge to [bus 64]
[ 5.014173] ACPI: PCI Root Bridge [S0D6] (domain 0000 [bus 30-3f])
[ 5.017976] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.030075] acpi PNP0A08:03: _OSC: platform does not support [AER LTR]
[ 5.038164] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.046092] PCI host bridge to bus 0000:30
[ 5.050001] pci_bus 0000:30: root bus resource [io 0x4000-0x4fff window]
[ 5.057976] pci_bus 0000:30: root bus resource [mem 0xd5000000-0xd6ffffff window]
[ 5.065977] pci_bus 0000:30: root bus resource [mem 0x80141000000-0x90140ffffff window]
[ 5.077976] pci_bus 0000:30: root bus resource [bus 30-3f]
[ 5.081981] pci 0000:30:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.090194] pci 0000:30:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.102025] pci 0000:30:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.110099] ACPI: PCI Root Bridge [S0D7] (domain 0000 [bus 10-1f])
[ 5.117986] acpi ACPI0016:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.125977] acpi ACPI0016:03: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 5.142369] acpi ACPI0016:03: _OSC: platform does not support [AER LTR]
[ 5.150955] acpi ACPI0016:03: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.157976] acpi ACPI0016:03: _OSC: OS now controls [CXLMemErrorReporting]
[ 5.166093] PCI host bridge to bus 0000:10
[ 5.170001] pci_bus 0000:10: root bus resource [io 0x2000-0x2fff window]
[ 5.177976] pci_bus 0000:10: root bus resource [mem 0xde000000-0xdfffffff window]
[ 5.185977] pci_bus 0000:10: root bus resource [mem 0x600e1000000-0x700e0ffffff window]
[ 5.197976] pci_bus 0000:10: root bus resource [bus 10-1f]
[ 5.201981] pci 0000:10:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.210156] pci 0000:10:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 5.222827] pci 0000:10:00.3: enabling Extended Tags
[ 5.231182] pci 0000:10:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.238050] pci 0000:10:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.249992] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 5.253980] pci 0000:10:01.1: bridge window [mem 0xde000000-0xde1fffff]
[ 5.261981] pci 0000:10:01.1: bridge window [mem 0x600e1000000-0x600e11fffff 64bit pref]
[ 5.275344] pci 0000:10:01.1: PME# supported from D0 D3hot D3cold
[ 5.282315] pci 0000:10:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.289991] pci 0000:10:01.2: PCI bridge to [bus 12]
[ 5.297980] pci 0000:10:01.2: bridge window [mem 0xde200000-0xde3fffff]
[ 5.301982] pci 0000:10:01.2: bridge window [mem 0x600e1200000-0x600e13fffff 64bit pref]
[ 5.318126] pci 0000:10:01.2: PME# supported from D0 D3hot D3cold
[ 5.322314] pci 0000:10:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.333991] pci 0000:10:01.3: PCI bridge to [bus 13]
[ 5.337981] pci 0000:10:01.3: bridge window [mem 0xde400000-0xde5fffff]
[ 5.345982] pci 0000:10:01.3: bridge window [mem 0x600e1400000-0x600e15fffff 64bit pref]
[ 5.359344] pci 0000:10:01.3: PME# supported from D0 D3hot D3cold
[ 5.366312] pci 0000:10:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.373993] pci 0000:10:01.4: PCI bridge to [bus 14]
[ 5.381979] pci 0000:10:01.4: bridge window [io 0x2000-0x2fff]
[ 5.385977] pci 0000:10:01.4: bridge window [mem 0xde600000-0xde7fffff]
[ 5.393981] pci 0000:10:01.4: bridge window [mem 0x600e1600000-0x600e17fffff 64bit pref]
[ 5.409584] pci 0000:10:01.4: PME# supported from D0 D3hot D3cold
[ 5.414292] pci 0000:10:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.427133] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 5.431074] pci 0000:10:01.2: PCI bridge to [bus 12]
[ 5.439055] pci 0000:10:01.3: PCI bridge to [bus 13]
[ 5.447059] pci 0000:10:01.4: PCI bridge to [bus 14]
[ 5.453984] ACPI: PCI Root Bridge [S1D0] (domain 0000 [bus f0-ff])
[ 5.457976] acpi ACPI0016:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.469977] acpi ACPI0016:04: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 5.482662] acpi ACPI0016:04: _OSC: platform does not support [AER LTR]
[ 5.491813] acpi ACPI0016:04: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.501977] acpi ACPI0016:04: _OSC: OS now controls [CXLMemErrorReporting]
[ 5.510111] PCI host bridge to bus 0000:f0
[ 5.514001] pci_bus 0000:f0: root bus resource [io 0xd000-0xffff window]
[ 5.521975] pci_bus 0000:f0: root bus resource [mem 0xd1000000-0xd30fffff window]
[ 5.529976] pci_bus 0000:f0: root bus resource [mem 0x901a1000000-0xa01a0ffffff window]
[ 5.537976] pci_bus 0000:f0: root bus resource [bus f0-ff]
[ 5.545982] pci 0000:f0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.554192] pci 0000:f0:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 5.566055] pci 0000:f0:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 5.574054] pci 0000:f0:00.3: enabling Extended Tags
[ 5.582134] pci 0000:f0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.590029] pci 0000:f0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.598028] pci 0000:f0:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.610028] pci 0000:f0:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.618031] pci 0000:f0:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.626030] pci 0000:f0:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.638042] pci 0000:f0:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 5.645991] pci 0000:f0:07.1: PCI bridge to [bus f1]
[ 5.650945] pci 0000:f0:07.1: PME# supported from D0 D3hot D3cold
[ 5.658070] pci 0000:f0:07.2: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 5.665991] pci 0000:f0:07.2: PCI bridge to [bus f2]
[ 5.669980] pci 0000:f0:07.2: bridge window [mem 0xd3000000-0xd30fffff]
[ 5.678437] pci 0000:f0:07.2: PME# supported from D0 D3hot D3cold
[ 5.686106] pci 0000:f1:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 5.694473] pci 0000:f0:07.1: PCI bridge to [bus f1]
[ 5.702978] pci 0000:f2:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[ 5.710004] pci 0000:f2:00.0: BAR 5 [mem 0xd3001000-0xd30017ff]
[ 5.718721] pci 0000:f2:00.0: PME# supported from D3hot D3cold
[ 5.722048] pci 0000:f2:00.1: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[ 5.730003] pci 0000:f2:00.1: BAR 5 [mem 0xd3000000-0xd30007ff]
[ 5.738727] pci 0000:f2:00.1: PME# supported from D3hot D3cold
[ 5.746033] pci 0000:f0:07.2: PCI bridge to [bus f2]
[ 5.754119] ACPI: PCI Root Bridge [S1D1] (domain 0000 [bus d0-df])
[ 5.757976] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.770075] acpi PNP0A08:04: _OSC: platform does not support [AER LTR]
[ 5.778165] acpi PNP0A08:04: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.786141] PCI host bridge to bus 0000:d0
[ 5.790001] pci_bus 0000:d0: root bus resource [io 0xb000-0xbfff window]
[ 5.797975] pci_bus 0000:d0: root bus resource [mem 0xc7000000-0xc91fffff window]
[ 5.805977] pci_bus 0000:d0: root bus resource [mem 0xb0201000000-0xc0200ffffff window]
[ 5.817976] pci_bus 0000:d0: root bus resource [bus d0-df]
[ 5.821988] pci 0000:d0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.830224] pci 0000:d0:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 5.842055] pci 0000:d0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.850032] pci 0000:d0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.858512] pci 0000:d0:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.870030] pci 0000:d0:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.878057] pci 0000:d0:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.890033] pci 0000:d0:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.898281] pci 0000:d0:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 5.905991] pci 0000:d0:07.1: PCI bridge to [bus d1]
[ 5.909980] pci 0000:d0:07.1: bridge window [mem 0xc9000000-0xc91fffff]
[ 5.918803] pci 0000:d0:07.1: PME# supported from D0 D3hot D3cold
[ 5.926120] pci 0000:d1:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 5.934463] pci 0000:d1:00.5: [1022:156e] type 00 class 0x108000 PCIe Endpoint
[ 5.942002] pci 0000:d1:00.5: BAR 2 [mem 0xc9000000-0xc90fffff]
[ 5.949978] pci 0000:d1:00.5: BAR 5 [mem 0xc9100000-0xc9101fff]
[ 5.958683] pci 0000:d0:07.1: PCI bridge to [bus d1]
[ 5.963230] ACPI: PCI Root Bridge [S1D2] (domain 0000 [bus 80-8f])
[ 5.969976] acpi ACPI0016:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.981977] acpi ACPI0016:05: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 5.994389] acpi ACPI0016:05: _OSC: platform does not support [AER LTR]
[ 6.003122] acpi ACPI0016:05: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.013976] acpi ACPI0016:05: _OSC: OS now controls [CXLMemErrorReporting]
[ 6.022113] PCI host bridge to bus 0000:80
[ 6.026001] pci_bus 0000:80: root bus resource [mem 0xbe000000-0xbfffffff window]
[ 6.033976] pci_bus 0000:80: root bus resource [mem 0xd0261000000-0xe0260ffffff window]
[ 6.041976] pci_bus 0000:80: root bus resource [bus 80-8f]
[ 6.049982] pci 0000:80:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.058736] pci 0000:80:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 6.066053] pci 0000:80:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 6.078366] pci 0000:80:00.3: enabling Extended Tags
[ 6.086137] pci 0000:80:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.094034] pci 0000:80:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.102034] pci 0000:80:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.114034] pci 0000:80:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.122034] pci 0000:80:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.130034] pci 0000:80:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.142047] pci 0000:80:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 6.149991] pci 0000:80:07.1: PCI bridge to [bus 81]
[ 6.154935] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[ 6.162128] pci 0000:81:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 6.170448] pci 0000:80:07.1: PCI bridge to [bus 81]
[ 6.179043] ACPI: PCI Root Bridge [S1D3] (domain 0000 [bus a0-af])
[ 6.185977] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.194074] acpi PNP0A08:05: _OSC: platform does not support [AER LTR]
[ 6.202165] acpi PNP0A08:05: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.210109] PCI host bridge to bus 0000:a0
[ 6.218001] pci_bus 0000:a0: root bus resource [mem 0xb5000000-0xb6ffffff window]
[ 6.225976] pci_bus 0000:a0: root bus resource [mem 0xf02c1000000-0x1002c0ffffff window]
[ 6.233976] pci_bus 0000:a0: root bus resource [bus a0-af]
[ 6.237982] pci 0000:a0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.251059] pci 0000:a0:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 6.258055] pci 0000:a0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.270033] pci 0000:a0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.278639] pci 0000:a0:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.286030] pci 0000:a0:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.298057] pci 0000:a0:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.306030] pci 0000:a0:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.314289] pci 0000:a0:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 6.325991] pci 0000:a0:07.1: PCI bridge to [bus a1]
[ 6.330078] pci 0000:a0:07.1: PME# supported from D0 D3hot D3cold
[ 6.338113] pci 0000:a1:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 6.346146] pci 0000:a0:07.1: PCI bridge to [bus a1]
[ 6.350984] ACPI: PCI Root Bridge [S1D4] (domain 0000 [bus c0-cf])
[ 6.357977] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.370077] acpi PNP0A08:06: _OSC: platform does not support [AER LTR]
[ 6.374167] acpi PNP0A08:06: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.386094] PCI host bridge to bus 0000:c0
[ 6.390002] pci_bus 0000:c0: root bus resource [io 0xa000-0xafff window]
[ 6.397976] pci_bus 0000:c0: root bus resource [mem 0xc1000000-0xc2ffffff window]
[ 6.405976] pci_bus 0000:c0: root bus resource [mem 0xc0201000000-0xd0200ffffff window]
[ 6.413976] pci_bus 0000:c0: root bus resource [bus c0-cf]
[ 6.421982] pci 0000:c0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.430200] pci 0000:c0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.442032] pci 0000:c0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.450107] ACPI: PCI Root Bridge [S1D5] (domain 0000 [bus e0-ef])
[ 6.457976] acpi ACPI0016:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.465976] acpi ACPI0016:06: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 6.481988] acpi ACPI0016:06: _OSC: platform does not support [AER LTR]
[ 6.490391] acpi ACPI0016:06: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.497976] acpi ACPI0016:06: _OSC: OS now controls [CXLMemErrorReporting]
[ 6.506095] PCI host bridge to bus 0000:e0
[ 6.510001] pci_bus 0000:e0: root bus resource [io 0xc000-0xcfff window]
[ 6.517975] pci_bus 0000:e0: root bus resource [mem 0xcb000000-0xccffffff window]
[ 6.525976] pci_bus 0000:e0: root bus resource [mem 0xa01a1000000-0xb01a0ffffff window]
[ 6.537976] pci_bus 0000:e0: root bus resource [bus e0-ef]
[ 6.541982] pci 0000:e0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.550193] pci 0000:e0:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 6.562487] pci 0000:e0:00.3: enabling Extended Tags
[ 6.570109] pci 0000:e0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.578057] pci 0000:e0:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.585994] pci 0000:e0:01.1: PCI bridge to [bus e1]
[ 6.593981] pci 0000:e0:01.1: bridge window [mem 0xcb000000-0xcb1fffff]
[ 6.597983] pci 0000:e0:01.1: bridge window [mem 0xa01a1000000-0xa01a11fffff 64bit pref]
[ 6.611354] pci 0000:e0:01.1: PME# supported from D0 D3hot D3cold
[ 6.622326] pci 0000:e0:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.629994] pci 0000:e0:01.2: PCI bridge to [bus e2]
[ 6.633980] pci 0000:e0:01.2: bridge window [mem 0xcb200000-0xcb3fffff]
[ 6.641982] pci 0000:e0:01.2: bridge window [mem 0xa01a1200000-0xa01a13fffff 64bit pref]
[ 6.655354] pci 0000:e0:01.2: PME# supported from D0 D3hot D3cold
[ 6.662322] pci 0000:e0:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.669993] pci 0000:e0:01.3: PCI bridge to [bus e3]
[ 6.677981] pci 0000:e0:01.3: bridge window [mem 0xcb400000-0xcb5fffff]
[ 6.685982] pci 0000:e0:01.3: bridge window [mem 0xa01a1400000-0xa01a15fffff 64bit pref]
[ 6.699353] pci 0000:e0:01.3: PME# supported from D0 D3hot D3cold
[ 6.706324] pci 0000:e0:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.713993] pci 0000:e0:01.4: PCI bridge to [bus e4]
[ 6.717979] pci 0000:e0:01.4: bridge window [io 0xc000-0xcfff]
[ 6.725977] pci 0000:e0:01.4: bridge window [mem 0xcb600000-0xcb7fffff]
[ 6.733982] pci 0000:e0:01.4: bridge window [mem 0xa01a1600000-0xa01a17fffff 64bit pref]
[ 6.747354] pci 0000:e0:01.4: PME# supported from D0 D3hot D3cold
[ 6.754298] pci 0000:e0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.765999] pci 0000:e0:01.1: PCI bridge to [bus e1]
[ 6.771077] pci 0000:e0:01.2: PCI bridge to [bus e2]
[ 6.779056] pci 0000:e0:01.3: PCI bridge to [bus e3]
[ 6.786017] pci 0000:e0:01.4: PCI bridge to [bus e4]
[ 6.791215] ACPI: PCI Root Bridge [S1D6] (domain 0000 [bus b0-bf])
[ 6.797976] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.810075] acpi PNP0A08:07: _OSC: platform does not support [AER LTR]
[ 6.818141] acpi PNP0A08:07: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.826091] PCI host bridge to bus 0000:b0
[ 6.830001] pci_bus 0000:b0: root bus resource [mem 0xb0000000-0xb1ffffff window]
[ 6.837976] pci_bus 0000:b0: root bus resource [mem 0x1002c1000000-0x1102c0ffffff window]
[ 6.849976] pci_bus 0000:b0: root bus resource [bus b0-bf]
[ 6.853982] pci 0000:b0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.866160] pci 0000:b0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.874031] pci 0000:b0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.882109] ACPI: PCI Root Bridge [S1D7] (domain 0000 [bus 90-9f])
[ 6.889976] acpi ACPI0016:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.901976] acpi ACPI0016:07: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 6.914715] acpi ACPI0016:07: _OSC: platform does not support [AER LTR]
[ 6.923786] acpi ACPI0016:07: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.933976] acpi ACPI0016:07: _OSC: OS now controls [CXLMemErrorReporting]
[ 6.942096] PCI host bridge to bus 0000:90
[ 6.946001] pci_bus 0000:90: root bus resource [mem 0xb9000000-0xbb0fffff window]
[ 6.953976] pci_bus 0000:90: root bus resource [mem 0xe0261000000-0xf0260ffffff window]
[ 6.961976] pci_bus 0000:90: root bus resource [bus 90-9f]
[ 6.969982] pci 0000:90:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.979026] pci 0000:90:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 6.990825] pci 0000:90:00.3: enabling Extended Tags
[ 6.998108] pci 0000:90:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 7.006057] pci 0000:90:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 7.013990] pci 0000:90:01.1: PCI bridge to [bus 91]
[ 7.017980] pci 0000:90:01.1: bridge window [mem 0xb9000000-0xb91fffff]
[ 7.025981] pci 0000:90:01.1: bridge window [mem 0xe0261000000-0xe02611fffff 64bit pref]
[ 7.038118] pci 0000:90:01.1: PME# supported from D0 D3hot D3cold
[ 7.050034] pci 0000:90:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 7.057990] pci 0000:90:01.2: PCI bridge to [bus 92]
[ 7.061980] pci 0000:90:01.2: bridge window [mem 0xb9200000-0xb93fffff]
[ 7.069983] pci 0000:90:01.2: bridge window [mem 0xe0261200000-0xe02613fffff 64bit pref]
[ 7.083336] pci 0000:90:01.2: PME# supported from D0 D3hot D3cold
[ 7.090304] pci 0000:90:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 7.097991] pci 0000:90:01.3: PCI bridge to [bus 93]
[ 7.105980] pci 0000:90:01.3: bridge window [mem 0xb9400000-0xb95fffff]
[ 7.109981] pci 0000:90:01.3: bridge window [mem 0xe0261400000-0xe02615fffff 64bit pref]
[ 7.123338] pci 0000:90:01.3: PME# supported from D0 D3hot D3cold
[ 7.134307] pci 0000:90:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 7.141990] pci 0000:90:01.4: PCI bridge to [bus 94]
[ 7.145980] pci 0000:90:01.4: bridge window [mem 0xbb000000-0xbb0fffff]
[ 7.153981] pci 0000:90:01.4: bridge window [mem 0xe0261600000-0xe02617fffff 64bit pref]
[ 7.169628] pci 0000:90:01.4: PME# supported from D0 D3hot D3cold
[ 7.174281] pci 0000:90:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 7.187159] pci 0000:90:01.1: PCI bridge to [bus 91]
[ 7.191077] pci 0000:90:01.2: PCI bridge to [bus 92]
[ 7.199057] pci 0000:90:01.3: PCI bridge to [bus 93]
[ 7.207235] pci 0000:94:00.0: [1344:5191] type 00 class 0x010802 PCIe Endpoint
[ 7.214258] pci 0000:94:00.0: BAR 0 [mem 0xbb020000-0xbb023fff 64bit]
[ 7.222107] pci 0000:94:00.0: ROM [mem 0xbb000000-0xbb01ffff pref]
[ 7.239054] pci 0000:90:01.4: PCI bridge to [bus 94]
[ 7.243163] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 7.250007] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 7.258003] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 7.262009] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 7.270005] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 7.278000] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 7.281999] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 7.290000] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 7.300369] acpi/hmat: Memory Flags:0001 Processor Domain:0 Memory Domain:0
[ 7.305976] acpi/hmat: Memory Flags:0001 Processor Domain:1 Memory Domain:1
[ 7.314098] iommu: Default domain type: Translated
[ 7.321978] iommu: DMA domain TLB invalidation policy: lazy mode
[ 7.326100] SCSI subsystem initialized
[ 7.329997] ACPI: bus type USB registered
[ 7.337983] usbcore: registered new interface driver usbfs
[ 7.341978] usbcore: registered new interface driver hub
[ 7.349999] usbcore: registered new device driver usb
[ 7.359005] i2c_designware AMDI0010:00: Unknown Synopsys component type: 0xffffffff
[ 7.371092] i2c_designware AMDI0010:01: Unknown Synopsys component type: 0xffffffff
[ 7.395352] pps_core: LinuxPPS API ver. 1 registered
[ 7.397977] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 7.409977] PTP clock support registered
[ 7.414033] EDAC MC: Ver: 3.0.0
[ 7.418354] efivars: Registered efivars operations
[ 7.422326] NetLabel: Initializing
[ 7.425976] NetLabel: domain hash size = 128
[ 7.433975] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 7.437989] NetLabel: unlabeled traffic allowed by default
[ 7.446023] mctp: management component transport protocol core
[ 7.449977] NET: Registered PF_MCTP protocol family
[ 7.457995] PCI: Using ACPI for IRQ routing
[ 7.467030] pci 0000:54:00.0: vgaarb: setting as boot VGA device
[ 7.469974] pci 0000:54:00.0: vgaarb: bridge control possible
[ 7.469974] pci 0000:54:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 7.485990] vgaarb: loaded
[ 7.490019] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 7.497976] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 7.506362] clocksource: Switched to clocksource tsc-early
[ 7.512762] VFS: Disk quotas dquot_6.6.0
[ 7.517150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 7.524968] AppArmor: AppArmor Filesystem Enabled
[ 7.530241] pnp: PnP ACPI init
[ 7.534062] system 00:00: [mem 0x3ffb00000000-0x3ffb0fffffff] has been reserved
[ 7.542594] system 00:02: [io 0x0a00-0x0a3f] has been reserved
[ 7.549197] system 00:02: [io 0x0a40-0x0a5f] has been reserved
[ 7.555799] system 00:02: [io 0x0a60-0x0a6f] has been reserved
[ 7.562400] system 00:02: [io 0x0a70-0x0a7f] has been reserved
[ 7.569001] system 00:02: [io 0x0a80-0x0a8f] has been reserved
[ 7.575969] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 7.582572] system 00:03: [io 0x040b] has been reserved
[ 7.588495] system 00:03: [io 0x04d6] has been reserved
[ 7.594418] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 7.601020] system 00:03: [io 0x0c14] has been reserved
[ 7.606943] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 7.613545] system 00:03: [io 0x0c52] has been reserved
[ 7.619469] system 00:03: [io 0x0c6c] has been reserved
[ 7.625392] system 00:03: [io 0x0c6f] has been reserved
[ 7.631316] system 00:03: [io 0x0cd0-0x0cd1] has been reserved
[ 7.637917] system 00:03: [io 0x0cd2-0x0cd3] has been reserved
[ 7.644520] system 00:03: [io 0x0cd4-0x0cd5] has been reserved
[ 7.651121] system 00:03: [io 0x0cd6-0x0cd7] has been reserved
[ 7.657725] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 7.664330] system 00:03: [io 0x0800-0x089f] has been reserved
[ 7.670933] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[ 7.677534] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 7.684137] system 00:03: [io 0x0900-0x090f] has been reserved
[ 7.690739] system 00:03: [io 0x0910-0x091f] has been reserved
[ 7.697341] system 00:03: [io 0xfe00-0xfefe] has been reserved
[ 7.703945] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 7.711323] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 7.718701] system 00:03: [mem 0xfed80000-0xfed811ff] has been reserved
[ 7.726079] system 00:03: [mem 0xfed81300-0xfed814ff] has been reserved
[ 7.733458] system 00:03: [mem 0xfed81900-0xfed8ffff] has been reserved
[ 7.740838] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 7.748216] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 7.756871] pnp: PnP ACPI: found 6 devices
[ 7.767064] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 7.777339] NET: Registered PF_INET protocol family
[ 7.782886] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 7.793914] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 7.803868] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[ 7.812811] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 7.823189] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 7.832460] TCP: Hash tables configured (established 524288 bind 65536)
[ 7.840129] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
[ 7.849041] UDP hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 7.858223] UDP-Lite hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 7.867812] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 7.874131] NET: Registered PF_XDP protocol family
[ 7.879484] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 7.885023] pci 0000:70:07.1: bridge window [mem 0xf3000000-0xf30fffff]
[ 7.892614] pci_bus 0000:70: resource 4 [io 0x8000-0x9fff window]
[ 7.899511] pci_bus 0000:70: resource 5 [mem 0xf1000000-0xf30fffff window]
[ 7.907179] pci_bus 0000:70: resource 6 [mem 0x10021000000-0x20020ffffff window]
[ 7.915429] pci_bus 0000:71: resource 1 [mem 0xf3000000-0xf30fffff]
[ 7.922438] pci 0000:50:03.1: PCI bridge to [bus 51]
[ 7.927978] pci 0000:50:03.1: bridge window [mem 0xea500000-0xea5fffff]
[ 7.935901] pci 0000:50:03.3: PCI bridge to [bus 52]
[ 7.941440] pci 0000:50:03.3: bridge window [mem 0x40080f00000-0x40080ffffff 64bit pref]
[ 7.951323] pci 0000:53:00.0: PCI bridge to [bus 54]
[ 7.956859] pci 0000:53:00.0: bridge window [io 0x6000-0x6fff]
[ 7.963660] pci 0000:53:00.0: bridge window [mem 0xe9000000-0xea1fffff]
[ 7.971240] pci 0000:50:03.4: PCI bridge to [bus 53-54]
[ 7.977066] pci 0000:50:03.4: bridge window [io 0x6000-0x6fff]
[ 7.983864] pci 0000:50:03.4: bridge window [mem 0xe9000000-0xea1fffff]
[ 7.991458] pci 0000:50:07.1: PCI bridge to [bus 55]
[ 7.996998] pci 0000:50:07.1: bridge window [mem 0xea300000-0xea4fffff]
[ 8.004591] pci_bus 0000:50: resource 4 [io 0x03b0-0x03df window]
[ 8.011483] pci_bus 0000:50: resource 5 [io 0x6000-0x6fff window]
[ 8.018377] pci_bus 0000:50: resource 6 [mem 0x000a0000-0x000bffff window]
[ 8.026045] pci_bus 0000:50: resource 7 [mem 0xe7000000-0xeaefffff window]
[ 8.033714] pci_bus 0000:50: resource 8 [mem 0x30081000000-0x40080ffffff window]
[ 8.041965] pci_bus 0000:51: resource 1 [mem 0xea500000-0xea5fffff]
[ 8.048954] pci_bus 0000:52: resource 2 [mem 0x40080f00000-0x40080ffffff 64bit pref]
[ 8.057591] pci_bus 0000:53: resource 0 [io 0x6000-0x6fff]
[ 8.063803] pci_bus 0000:53: resource 1 [mem 0xe9000000-0xea1fffff]
[ 8.070795] pci_bus 0000:54: resource 0 [io 0x6000-0x6fff]
[ 8.077009] pci_bus 0000:54: resource 1 [mem 0xe9000000-0xea1fffff]
[ 8.083998] pci_bus 0000:55: resource 1 [mem 0xea300000-0xea4fffff]
[ 8.090998] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 8.100126] pci 0000:00:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.108863] pci 0000:00:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.117018] pci 0000:00:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.125752] pci 0000:00:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.133906] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 8.139444] pci 0000:00:01.1: bridge window [mem 0xf7000000-0xf71fffff]
[ 8.147017] pci 0000:00:01.1: bridge window [mem 0x500e1000000-0x500e11fffff 64bit pref]
[ 8.156259] pci 0000:00:01.3: PCI bridge to [bus 02]
[ 8.161794] pci 0000:00:01.3: bridge window [io 0x1000-0x1fff]
[ 8.168590] pci 0000:00:01.3: bridge window [mem 0xf7200000-0xf73fffff]
[ 8.176160] pci 0000:00:01.3: bridge window [mem 0x500e1200000-0x500e13fffff 64bit pref]
[ 8.185401] pci 0000:00:07.1: PCI bridge to [bus 03]
[ 8.191280] pci_bus 0000:00: resource 4 [io 0x0000-0x02e7 window]
[ 8.198171] pci_bus 0000:00: resource 5 [io 0x0300-0x03af window]
[ 8.205064] pci_bus 0000:00: resource 6 [io 0x0400-0x0cf7 window]
[ 8.211958] pci_bus 0000:00: resource 7 [io 0x1000-0x1fff window]
[ 8.218852] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff window]
[ 8.226521] pci_bus 0000:00: resource 9 [mem 0xf7000000-0xf8ffffff window]
[ 8.234188] pci_bus 0000:00: resource 10 [mem 0x500e1000000-0x600e0ffffff window]
[ 8.242536] pci_bus 0000:01: resource 1 [mem 0xf7000000-0xf71fffff]
[ 8.249527] pci_bus 0000:01: resource 2 [mem 0x500e1000000-0x500e11fffff 64bit pref]
[ 8.258165] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
[ 8.264381] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf73fffff]
[ 8.271371] pci_bus 0000:02: resource 2 [mem 0x500e1200000-0x500e13fffff 64bit pref]
[ 8.280026] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 8.285564] pci 0000:20:07.1: bridge window [mem 0xdc000000-0xdc0fffff]
[ 8.293153] pci_bus 0000:20: resource 4 [io 0x3000-0x3fff window]
[ 8.300045] pci_bus 0000:20: resource 5 [mem 0xda000000-0xdc0fffff window]
[ 8.307715] pci_bus 0000:20: resource 6 [mem 0x70141000000-0x80140ffffff window]
[ 8.315967] pci_bus 0000:21: resource 1 [mem 0xdc000000-0xdc0fffff]
[ 8.322962] pci_bus 0000:40: resource 4 [io 0x5000-0x5fff window]
[ 8.329853] pci_bus 0000:40: resource 5 [mem 0xe3000000-0xe4ffffff window]
[ 8.337512] pci_bus 0000:40: resource 6 [mem 0x40081000000-0x50080ffffff window]
[ 8.345767] pci 0000:60:01.1: bridge window [io 0x1000-0x0fff] to [bus 61] add_size 1000
[ 8.354891] pci 0000:60:01.2: bridge window [io 0x1000-0x0fff] to [bus 62] add_size 1000
[ 8.364013] pci 0000:60:01.3: bridge window [io 0x1000-0x0fff] to [bus 63] add_size 1000
[ 8.373139] pci 0000:60:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.381875] pci 0000:60:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.390029] pci 0000:60:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.398764] pci 0000:60:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.406917] pci 0000:60:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.415653] pci 0000:60:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.423806] pci 0000:60:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.432540] pci 0000:60:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.440692] pci 0000:60:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.449427] pci 0000:60:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.457582] pci 0000:60:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.466317] pci 0000:60:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.474469] pci 0000:60:01.1: PCI bridge to [bus 61]
[ 8.480006] pci 0000:60:01.1: bridge window [mem 0xed000000-0xed1fffff]
[ 8.487578] pci 0000:60:01.1: bridge window [mem 0x20021000000-0x200211fffff 64bit pref]
[ 8.497279] pci 0000:60:01.2: PCI bridge to [bus 62]
[ 8.502815] pci 0000:60:01.2: bridge window [mem 0xed200000-0xed3fffff]
[ 8.510389] pci 0000:60:01.2: bridge window [mem 0x20021200000-0x200213fffff 64bit pref]
[ 8.519630] pci 0000:60:01.3: PCI bridge to [bus 63]
[ 8.525166] pci 0000:60:01.3: bridge window [mem 0xed400000-0xed5fffff]
[ 8.532742] pci 0000:60:01.3: bridge window [mem 0x20021400000-0x200215fffff 64bit pref]
[ 8.541982] pci 0000:60:01.4: PCI bridge to [bus 64]
[ 8.547516] pci 0000:60:01.4: bridge window [io 0x7000-0x7fff]
[ 8.554313] pci 0000:60:01.4: bridge window [mem 0xed600000-0xed7fffff]
[ 8.561887] pci 0000:60:01.4: bridge window [mem 0x20021600000-0x200217fffff 64bit pref]
[ 8.572144] pci_bus 0000:60: resource 4 [io 0x7000-0x7fff window]
[ 8.579036] pci_bus 0000:60: resource 5 [mem 0xed000000-0xeeffffff window]
[ 8.586703] pci_bus 0000:60: resource 6 [mem 0x20021000000-0x30020ffffff window]
[ 8.594952] pci_bus 0000:61: resource 1 [mem 0xed000000-0xed1fffff]
[ 8.601943] pci_bus 0000:61: resource 2 [mem 0x20021000000-0x200211fffff 64bit pref]
[ 8.610579] pci_bus 0000:62: resource 1 [mem 0xed200000-0xed3fffff]
[ 8.617568] pci_bus 0000:62: resource 2 [mem 0x20021200000-0x200213fffff 64bit pref]
[ 8.626205] pci_bus 0000:63: resource 1 [mem 0xed400000-0xed5fffff]
[ 8.633195] pci_bus 0000:63: resource 2 [mem 0x20021400000-0x200215fffff 64bit pref]
[ 8.641836] pci_bus 0000:64: resource 0 [io 0x7000-0x7fff]
[ 8.648050] pci_bus 0000:64: resource 1 [mem 0xed600000-0xed7fffff]
[ 8.655039] pci_bus 0000:64: resource 2 [mem 0x20021600000-0x200217fffff 64bit pref]
[ 8.663680] pci_bus 0000:30: resource 4 [io 0x4000-0x4fff window]
[ 8.670572] pci_bus 0000:30: resource 5 [mem 0xd5000000-0xd6ffffff window]
[ 8.678241] pci_bus 0000:30: resource 6 [mem 0x80141000000-0x90140ffffff window]
[ 8.686494] pci 0000:10:01.1: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
[ 8.695618] pci 0000:10:01.2: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
[ 8.704741] pci 0000:10:01.3: bridge window [io 0x1000-0x0fff] to [bus 13] add_size 1000
[ 8.713866] pci 0000:10:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.722603] pci 0000:10:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.730756] pci 0000:10:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.739489] pci 0000:10:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.747648] pci 0000:10:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.756376] pci 0000:10:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.764529] pci 0000:10:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.773264] pci 0000:10:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.781417] pci 0000:10:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.790153] pci 0000:10:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.798309] pci 0000:10:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.807043] pci 0000:10:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.815197] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 8.820733] pci 0000:10:01.1: bridge window [mem 0xde000000-0xde1fffff]
[ 8.828308] pci 0000:10:01.1: bridge window [mem 0x600e1000000-0x600e11fffff 64bit pref]
[ 8.838523] pci 0000:10:01.2: PCI bridge to [bus 12]
[ 8.844061] pci 0000:10:01.2: bridge window [mem 0xde200000-0xde3fffff]
[ 8.851641] pci 0000:10:01.2: bridge window [mem 0x600e1200000-0x600e13fffff 64bit pref]
[ 8.860883] pci 0000:10:01.3: PCI bridge to [bus 13]
[ 8.866421] pci 0000:10:01.3: bridge window [mem 0xde400000-0xde5fffff]
[ 8.873997] pci 0000:10:01.3: bridge window [mem 0x600e1400000-0x600e15fffff 64bit pref]
[ 8.883240] pci 0000:10:01.4: PCI bridge to [bus 14]
[ 8.888776] pci 0000:10:01.4: bridge window [io 0x2000-0x2fff]
[ 8.895577] pci 0000:10:01.4: bridge window [mem 0xde600000-0xde7fffff]
[ 8.903151] pci 0000:10:01.4: bridge window [mem 0x600e1600000-0x600e17fffff 64bit pref]
[ 8.913381] pci_bus 0000:10: resource 4 [io 0x2000-0x2fff window]
[ 8.920276] pci_bus 0000:10: resource 5 [mem 0xde000000-0xdfffffff window]
[ 8.927947] pci_bus 0000:10: resource 6 [mem 0x600e1000000-0x700e0ffffff window]
[ 8.936200] pci_bus 0000:11: resource 1 [mem 0xde000000-0xde1fffff]
[ 8.943191] pci_bus 0000:11: resource 2 [mem 0x600e1000000-0x600e11fffff 64bit pref]
[ 8.951832] pci_bus 0000:12: resource 1 [mem 0xde200000-0xde3fffff]
[ 8.958827] pci_bus 0000:12: resource 2 [mem 0x600e1200000-0x600e13fffff 64bit pref]
[ 8.967468] pci_bus 0000:13: resource 1 [mem 0xde400000-0xde5fffff]
[ 8.974462] pci_bus 0000:13: resource 2 [mem 0x600e1400000-0x600e15fffff 64bit pref]
[ 8.983101] pci_bus 0000:14: resource 0 [io 0x2000-0x2fff]
[ 8.989318] pci_bus 0000:14: resource 1 [mem 0xde600000-0xde7fffff]
[ 8.996310] pci_bus 0000:14: resource 2 [mem 0x600e1600000-0x600e17fffff 64bit pref]
[ 9.004982] pci 0000:f0:07.1: PCI bridge to [bus f1]
[ 9.010552] pci 0000:f0:07.2: PCI bridge to [bus f2]
[ 9.016090] pci 0000:f0:07.2: bridge window [mem 0xd3000000-0xd30fffff]
[ 9.023684] pci_bus 0000:f0: resource 4 [io 0xd000-0xffff window]
[ 9.030577] pci_bus 0000:f0: resource 5 [mem 0xd1000000-0xd30fffff window]
[ 9.038248] pci_bus 0000:f0: resource 6 [mem 0x901a1000000-0xa01a0ffffff window]
[ 9.046500] pci_bus 0000:f2: resource 1 [mem 0xd3000000-0xd30fffff]
[ 9.053523] pci 0000:d0:07.1: PCI bridge to [bus d1]
[ 9.059070] pci 0000:d0:07.1: bridge window [mem 0xc9000000-0xc91fffff]
[ 9.067178] pci_bus 0000:d0: resource 4 [io 0xb000-0xbfff window]
[ 9.074071] pci_bus 0000:d0: resource 5 [mem 0xc7000000-0xc91fffff window]
[ 9.081738] pci_bus 0000:d0: resource 6 [mem 0xb0201000000-0xc0200ffffff window]
[ 9.089990] pci_bus 0000:d1: resource 1 [mem 0xc9000000-0xc91fffff]
[ 9.096994] pci 0000:80:07.1: PCI bridge to [bus 81]
[ 9.102550] pci_bus 0000:80: resource 4 [mem 0xbe000000-0xbfffffff window]
[ 9.110219] pci_bus 0000:80: resource 5 [mem 0xd0261000000-0xe0260ffffff window]
[ 9.118486] pci 0000:a0:07.1: PCI bridge to [bus a1]
[ 9.124429] pci_bus 0000:a0: resource 4 [mem 0xb5000000-0xb6ffffff window]
[ 9.132100] pci_bus 0000:a0: resource 5 [mem 0xf02c1000000-0x1002c0ffffff window]
[ 9.140483] pci_bus 0000:c0: resource 4 [io 0xa000-0xafff window]
[ 9.147386] pci_bus 0000:c0: resource 5 [mem 0xc1000000-0xc2ffffff window]
[ 9.155056] pci_bus 0000:c0: resource 6 [mem 0xc0201000000-0xd0200ffffff window]
[ 9.163311] pci 0000:e0:01.1: bridge window [io 0x1000-0x0fff] to [bus e1] add_size 1000
[ 9.172436] pci 0000:e0:01.2: bridge window [io 0x1000-0x0fff] to [bus e2] add_size 1000
[ 9.181558] pci 0000:e0:01.3: bridge window [io 0x1000-0x0fff] to [bus e3] add_size 1000
[ 9.190684] pci 0000:e0:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.199421] pci 0000:e0:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.207575] pci 0000:e0:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 9.216309] pci 0000:e0:01.2: bridge window [io size 0x1000]: failed to assign
[ 9.224463] pci 0000:e0:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 9.233198] pci 0000:e0:01.3: bridge window [io size 0x1000]: failed to assign
[ 9.241352] pci 0000:e0:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 9.250088] pci 0000:e0:01.3: bridge window [io size 0x1000]: failed to assign
[ 9.258241] pci 0000:e0:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 9.266976] pci 0000:e0:01.2: bridge window [io size 0x1000]: failed to assign
[ 9.275129] pci 0000:e0:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.283864] pci 0000:e0:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.292017] pci 0000:e0:01.1: PCI bridge to [bus e1]
[ 9.297555] pci 0000:e0:01.1: bridge window [mem 0xcb000000-0xcb1fffff]
[ 9.305128] pci 0000:e0:01.1: bridge window [mem 0xa01a1000000-0xa01a11fffff 64bit pref]
[ 9.314368] pci 0000:e0:01.2: PCI bridge to [bus e2]
[ 9.319905] pci 0000:e0:01.2: bridge window [mem 0xcb200000-0xcb3fffff]
[ 9.327477] pci 0000:e0:01.2: bridge window [mem 0xa01a1200000-0xa01a13fffff 64bit pref]
[ 9.336716] pci 0000:e0:01.3: PCI bridge to [bus e3]
[ 9.342253] pci 0000:e0:01.3: bridge window [mem 0xcb400000-0xcb5fffff]
[ 9.349824] pci 0000:e0:01.3: bridge window [mem 0xa01a1400000-0xa01a15fffff 64bit pref]
[ 9.359997] pci 0000:e0:01.4: PCI bridge to [bus e4]
[ 9.365533] pci 0000:e0:01.4: bridge window [io 0xc000-0xcfff]
[ 9.372331] pci 0000:e0:01.4: bridge window [mem 0xcb600000-0xcb7fffff]
[ 9.379905] pci 0000:e0:01.4: bridge window [mem 0xa01a1600000-0xa01a17fffff 64bit pref]
[ 9.389146] pci_bus 0000:e0: resource 4 [io 0xc000-0xcfff window]
[ 9.396039] pci_bus 0000:e0: resource 5 [mem 0xcb000000-0xccffffff window]
[ 9.403717] pci_bus 0000:e0: resource 6 [mem 0xa01a1000000-0xb01a0ffffff window]
[ 9.411966] pci_bus 0000:e1: resource 1 [mem 0xcb000000-0xcb1fffff]
[ 9.418957] pci_bus 0000:e1: resource 2 [mem 0xa01a1000000-0xa01a11fffff 64bit pref]
[ 9.427594] pci_bus 0000:e2: resource 1 [mem 0xcb200000-0xcb3fffff]
[ 9.434583] pci_bus 0000:e2: resource 2 [mem 0xa01a1200000-0xa01a13fffff 64bit pref]
[ 9.443222] pci_bus 0000:e3: resource 1 [mem 0xcb400000-0xcb5fffff]
[ 9.450211] pci_bus 0000:e3: resource 2 [mem 0xa01a1400000-0xa01a15fffff 64bit pref]
[ 9.458850] pci_bus 0000:e4: resource 0 [io 0xc000-0xcfff]
[ 9.465064] pci_bus 0000:e4: resource 1 [mem 0xcb600000-0xcb7fffff]
[ 9.472053] pci_bus 0000:e4: resource 2 [mem 0xa01a1600000-0xa01a17fffff 64bit pref]
[ 9.480696] pci_bus 0000:b0: resource 4 [mem 0xb0000000-0xb1ffffff window]
[ 9.488364] pci_bus 0000:b0: resource 5 [mem 0x1002c1000000-0x1102c0ffffff window]
[ 9.496811] pci 0000:90:01.1: bridge window [io 0x1000-0x0fff] to [bus 91] add_size 1000
[ 9.505935] pci 0000:90:01.2: bridge window [io 0x1000-0x0fff] to [bus 92] add_size 1000
[ 9.515058] pci 0000:90:01.3: bridge window [io 0x1000-0x0fff] to [bus 93] add_size 1000
[ 9.524181] pci 0000:90:01.4: bridge window [io 0x1000-0x0fff] to [bus 94] add_size 1000
[ 9.533311] pci 0000:90:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.542048] pci 0000:90:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.550201] pci 0000:90:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 9.558936] pci 0000:90:01.2: bridge window [io size 0x1000]: failed to assign
[ 9.567090] pci 0000:90:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 9.575824] pci 0000:90:01.3: bridge window [io size 0x1000]: failed to assign
[ 9.583977] pci 0000:90:01.4: bridge window [io size 0x1000]: can't assign; no space
[ 9.592713] pci 0000:90:01.4: bridge window [io size 0x1000]: failed to assign
[ 9.600866] pci 0000:90:01.4: bridge window [io size 0x1000]: can't assign; no space
[ 9.609603] pci 0000:90:01.4: bridge window [io size 0x1000]: failed to assign
[ 9.617756] pci 0000:90:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 9.626491] pci 0000:90:01.3: bridge window [io size 0x1000]: failed to assign
[ 9.634643] pci 0000:90:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 9.643378] pci 0000:90:01.2: bridge window [io size 0x1000]: failed to assign
[ 9.651530] pci 0000:90:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.660267] pci 0000:90:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.668421] pci 0000:90:01.1: PCI bridge to [bus 91]
[ 9.673958] pci 0000:90:01.1: bridge window [mem 0xb9000000-0xb91fffff]
[ 9.681532] pci 0000:90:01.1: bridge window [mem 0xe0261000000-0xe02611fffff 64bit pref]
[ 9.690772] pci 0000:90:01.2: PCI bridge to [bus 92]
[ 9.696308] pci 0000:90:01.2: bridge window [mem 0xb9200000-0xb93fffff]
[ 9.703881] pci 0000:90:01.2: bridge window [mem 0xe0261200000-0xe02613fffff 64bit pref]
[ 9.713121] pci 0000:90:01.3: PCI bridge to [bus 93]
[ 9.718659] pci 0000:90:01.3: bridge window [mem 0xb9400000-0xb95fffff]
[ 9.726230] pci 0000:90:01.3: bridge window [mem 0xe0261400000-0xe02615fffff 64bit pref]
[ 9.736428] pci 0000:90:01.4: PCI bridge to [bus 94]
[ 9.741965] pci 0000:90:01.4: bridge window [mem 0xbb000000-0xbb0fffff]
[ 9.749539] pci 0000:90:01.4: bridge window [mem 0xe0261600000-0xe02617fffff 64bit pref]
[ 9.758780] pci_bus 0000:90: resource 4 [mem 0xb9000000-0xbb0fffff window]
[ 9.766448] pci_bus 0000:90: resource 5 [mem 0xe0261000000-0xf0260ffffff window]
[ 9.774697] pci_bus 0000:91: resource 1 [mem 0xb9000000-0xb91fffff]
[ 9.781686] pci_bus 0000:91: resource 2 [mem 0xe0261000000-0xe02611fffff 64bit pref]
[ 9.790323] pci_bus 0000:92: resource 1 [mem 0xb9200000-0xb93fffff]
[ 9.797314] pci_bus 0000:92: resource 2 [mem 0xe0261200000-0xe02613fffff 64bit pref]
[ 9.805953] pci_bus 0000:93: resource 1 [mem 0xb9400000-0xb95fffff]
[ 9.812942] pci_bus 0000:93: resource 2 [mem 0xe0261400000-0xe02615fffff 64bit pref]
[ 9.821580] pci_bus 0000:94: resource 1 [mem 0xbb000000-0xbb0fffff]
[ 9.828568] pci_bus 0000:94: resource 2 [mem 0xe0261600000-0xe02617fffff 64bit pref]
[ 9.837739] PCI: CLS 64 bytes, default 64
[ 9.842221] pci 0000:70:00.2: AMD-Vi: IOMMU performance counters supported
[ 9.842286] Unpacking initramfs...
[ 9.849966] platform AMDI0096:00: Adding to iommu group 0
[ 9.860488] pci 0000:70:00.3: Adding to iommu group 1
[ 9.866152] pci 0000:70:01.0: Adding to iommu group 2
[ 9.871821] pci 0000:70:02.0: Adding to iommu group 3
[ 9.877483] pci 0000:70:03.0: Adding to iommu group 4
[ 9.883146] pci 0000:70:04.0: Adding to iommu group 5
[ 9.888808] pci 0000:70:05.0: Adding to iommu group 6
[ 9.894472] pci 0000:70:07.0: Adding to iommu group 7
[ 9.900122] pci 0000:70:07.1: Adding to iommu group 8
[ 9.904791] Freeing initrd memory: 26756K
[ 9.905798] pci 0000:71:00.0: Adding to iommu group 9
[ 9.915880] pci 0000:71:00.4: Adding to iommu group 9
[ 9.921561] pci 0000:40:01.0: Adding to iommu group 10
[ 9.927322] pci 0000:40:02.0: Adding to iommu group 11
[ 9.938825] pci 0000:50:00.2: AMD-Vi: IOMMU performance counters supported
[ 9.946709] pci 0000:50:01.0: Adding to iommu group 12
[ 9.952471] pci 0000:50:02.0: Adding to iommu group 13
[ 9.958235] pci 0000:50:03.0: Adding to iommu group 14
[ 9.963984] pci 0000:50:03.1: Adding to iommu group 15
[ 9.969732] pci 0000:50:03.3: Adding to iommu group 16
[ 9.975480] pci 0000:50:03.4: Adding to iommu group 17
[ 9.981241] pci 0000:50:04.0: Adding to iommu group 18
[ 9.987000] pci 0000:50:05.0: Adding to iommu group 19
[ 9.992762] pci 0000:50:07.0: Adding to iommu group 20
[ 9.998503] pci 0000:50:07.1: Adding to iommu group 21
[ 10.004254] pci 0000:51:00.0: Adding to iommu group 22
[ 10.010004] pci 0000:52:00.0: Adding to iommu group 23
[ 10.015753] pci 0000:53:00.0: Adding to iommu group 24
[ 10.021490] pci 0000:54:00.0: Adding to iommu group 24
[ 10.027227] pci 0000:54:01.0: Adding to iommu group 24
[ 10.032992] pci 0000:55:00.0: Adding to iommu group 25
[ 10.038741] pci 0000:55:00.5: Adding to iommu group 25
[ 10.044533] pci 0000:60:00.3: Adding to iommu group 26
[ 10.050299] pci 0000:60:01.0: Adding to iommu group 27
[ 10.056048] pci 0000:60:01.1: Adding to iommu group 28
[ 10.061797] pci 0000:60:01.2: Adding to iommu group 29
[ 10.067546] pci 0000:60:01.3: Adding to iommu group 30
[ 10.073297] pci 0000:60:01.4: Adding to iommu group 31
[ 10.079057] pci 0000:60:02.0: Adding to iommu group 32
[ 10.095616] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.103432] platform AMDI0095:00: Adding to iommu group 33
[ 10.110306] pci 0000:00:00.3: Adding to iommu group 34
[ 10.116078] pci 0000:00:01.0: Adding to iommu group 35
[ 10.121828] pci 0000:00:01.1: Adding to iommu group 36
[ 10.127576] pci 0000:00:01.3: Adding to iommu group 37
[ 10.133335] pci 0000:00:02.0: Adding to iommu group 38
[ 10.139095] pci 0000:00:03.0: Adding to iommu group 39
[ 10.144853] pci 0000:00:04.0: Adding to iommu group 40
[ 10.150612] pci 0000:00:05.0: Adding to iommu group 41
[ 10.156374] pci 0000:00:07.0: Adding to iommu group 42
[ 10.162121] pci 0000:00:07.1: Adding to iommu group 43
[ 10.167892] pci 0000:00:14.0: Adding to iommu group 44
[ 10.173640] pci 0000:00:14.3: Adding to iommu group 44
[ 10.179487] pci 0000:00:18.0: Adding to iommu group 45
[ 10.185235] pci 0000:00:18.1: Adding to iommu group 45
[ 10.190984] pci 0000:00:18.2: Adding to iommu group 45
[ 10.196734] pci 0000:00:18.3: Adding to iommu group 45
[ 10.202483] pci 0000:00:18.4: Adding to iommu group 45
[ 10.208232] pci 0000:00:18.5: Adding to iommu group 45
[ 10.213979] pci 0000:00:18.6: Adding to iommu group 45
[ 10.219727] pci 0000:00:18.7: Adding to iommu group 45
[ 10.225574] pci 0000:00:19.0: Adding to iommu group 46
[ 10.231323] pci 0000:00:19.1: Adding to iommu group 46
[ 10.237073] pci 0000:00:19.2: Adding to iommu group 46
[ 10.242820] pci 0000:00:19.3: Adding to iommu group 46
[ 10.248567] pci 0000:00:19.4: Adding to iommu group 46
[ 10.254315] pci 0000:00:19.5: Adding to iommu group 46
[ 10.260062] pci 0000:00:19.6: Adding to iommu group 46
[ 10.265811] pci 0000:00:19.7: Adding to iommu group 46
[ 10.271556] pci 0000:03:00.0: Adding to iommu group 47
[ 10.277326] pci 0000:30:01.0: Adding to iommu group 48
[ 10.283086] pci 0000:30:02.0: Adding to iommu group 49
[ 10.296544] pci 0000:20:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.304644] pci 0000:20:01.0: Adding to iommu group 50
[ 10.310412] pci 0000:20:02.0: Adding to iommu group 51
[ 10.316174] pci 0000:20:03.0: Adding to iommu group 52
[ 10.321933] pci 0000:20:04.0: Adding to iommu group 53
[ 10.327692] pci 0000:20:05.0: Adding to iommu group 54
[ 10.333456] pci 0000:20:07.0: Adding to iommu group 55
[ 10.339205] pci 0000:20:07.1: Adding to iommu group 56
[ 10.344981] pci 0000:21:00.0: Adding to iommu group 57
[ 10.350732] pci 0000:21:00.4: Adding to iommu group 57
[ 10.356511] pci 0000:10:00.3: Adding to iommu group 58
[ 10.362277] pci 0000:10:01.0: Adding to iommu group 59
[ 10.368026] pci 0000:10:01.1: Adding to iommu group 60
[ 10.373773] pci 0000:10:01.2: Adding to iommu group 61
[ 10.379523] pci 0000:10:01.3: Adding to iommu group 62
[ 10.385275] pci 0000:10:01.4: Adding to iommu group 63
[ 10.391034] pci 0000:10:02.0: Adding to iommu group 64
[ 10.403903] pci 0000:f0:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.411978] platform AMDI0096:01: Adding to iommu group 65
[ 10.418598] pci 0000:f0:00.3: Adding to iommu group 66
[ 10.424451] pci 0000:f0:01.0: Adding to iommu group 67
[ 10.430225] pci 0000:f0:02.0: Adding to iommu group 68
[ 10.435987] pci 0000:f0:03.0: Adding to iommu group 69
[ 10.441746] pci 0000:f0:04.0: Adding to iommu group 70
[ 10.447506] pci 0000:f0:05.0: Adding to iommu group 71
[ 10.453281] pci 0000:f0:07.0: Adding to iommu group 72
[ 10.459028] pci 0000:f0:07.1: Adding to iommu group 73
[ 10.464784] pci 0000:f0:07.2: Adding to iommu group 72
[ 10.470534] pci 0000:f1:00.0: Adding to iommu group 74
[ 10.476268] pci 0000:f2:00.0: Adding to iommu group 72
[ 10.482001] pci 0000:f2:00.1: Adding to iommu group 72
[ 10.487777] pci 0000:c0:01.0: Adding to iommu group 75
[ 10.493536] pci 0000:c0:02.0: Adding to iommu group 76
[ 10.504682] pci 0000:d0:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.512582] pci 0000:d0:01.0: Adding to iommu group 77
[ 10.518345] pci 0000:d0:02.0: Adding to iommu group 78
[ 10.524106] pci 0000:d0:03.0: Adding to iommu group 79
[ 10.529866] pci 0000:d0:04.0: Adding to iommu group 80
[ 10.535628] pci 0000:d0:05.0: Adding to iommu group 81
[ 10.541392] pci 0000:d0:07.0: Adding to iommu group 82
[ 10.547143] pci 0000:d0:07.1: Adding to iommu group 83
[ 10.552918] pci 0000:d1:00.0: Adding to iommu group 84
[ 10.558680] pci 0000:d1:00.5: Adding to iommu group 84
[ 10.564468] pci 0000:e0:00.3: Adding to iommu group 85
[ 10.570227] pci 0000:e0:01.0: Adding to iommu group 86
[ 10.575978] pci 0000:e0:01.1: Adding to iommu group 87
[ 10.581727] pci 0000:e0:01.2: Adding to iommu group 88
[ 10.587476] pci 0000:e0:01.3: Adding to iommu group 89
[ 10.593225] pci 0000:e0:01.4: Adding to iommu group 90
[ 10.598985] pci 0000:e0:02.0: Adding to iommu group 91
[ 10.612354] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.620173] platform AMDI0096:02: Adding to iommu group 92
[ 10.626927] pci 0000:80:00.3: Adding to iommu group 93
[ 10.632692] pci 0000:80:01.0: Adding to iommu group 94
[ 10.638456] pci 0000:80:02.0: Adding to iommu group 95
[ 10.644215] pci 0000:80:03.0: Adding to iommu group 96
[ 10.649976] pci 0000:80:04.0: Adding to iommu group 97
[ 10.655735] pci 0000:80:05.0: Adding to iommu group 98
[ 10.661498] pci 0000:80:07.0: Adding to iommu group 99
[ 10.667249] pci 0000:80:07.1: Adding to iommu group 100
[ 10.673097] pci 0000:81:00.0: Adding to iommu group 101
[ 10.678963] pci 0000:b0:01.0: Adding to iommu group 102
[ 10.684819] pci 0000:b0:02.0: Adding to iommu group 103
[ 10.695665] pci 0000:a0:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.703678] pci 0000:00:00.0: Adding to iommu group 34
[ 10.709477] pci 0000:a0:01.0: Adding to iommu group 104
[ 10.715337] pci 0000:a0:02.0: Adding to iommu group 105
[ 10.721196] pci 0000:a0:03.0: Adding to iommu group 106
[ 10.727045] pci 0000:a0:04.0: Adding to iommu group 107
[ 10.732902] pci 0000:a0:05.0: Adding to iommu group 108
[ 10.738764] pci 0000:a0:07.0: Adding to iommu group 109
[ 10.744612] pci 0000:a0:07.1: Adding to iommu group 110
[ 10.750460] pci 0000:a1:00.0: Adding to iommu group 111
[ 10.756335] pci 0000:90:00.3: Adding to iommu group 112
[ 10.762195] pci 0000:90:01.0: Adding to iommu group 113
[ 10.768040] pci 0000:90:01.1: Adding to iommu group 114
[ 10.773884] pci 0000:90:01.2: Adding to iommu group 115
[ 10.779729] pci 0000:90:01.3: Adding to iommu group 116
[ 10.785575] pci 0000:90:01.4: Adding to iommu group 117
[ 10.791429] pci 0000:90:02.0: Adding to iommu group 118
[ 10.797273] pci 0000:94:00.0: Adding to iommu group 119
[ 10.811223] AMD-Vi: Extended features (0x25bf732fa2295afe, 0x53f): PPR X2APIC NX GT [5] IA GA PC GA_vAPIC
[ 10.821918] AMD-Vi: Interrupt remapping enabled
[ 10.826970] AMD-Vi: X2APIC enabled
[ 10.832280] AMD-Vi: Virtual APIC enabled
[ 10.836692] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 10.843879] software IO TLB: mapped [mem 0x0000000081000000-0x0000000085000000] (64MB)
[ 10.852761] LVT offset 0 assigned for vector 0x400
[ 10.861260] perf: AMD IBS detected (0x00081bff)
[ 10.866331] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 10.874305] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[ 10.882275] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[ 10.890246] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[ 10.898216] perf/amd_iommu: Detected AMD IOMMU #4 (2 banks, 4 counters/bank).
[ 10.906188] perf/amd_iommu: Detected AMD IOMMU #5 (2 banks, 4 counters/bank).
[ 10.914160] perf/amd_iommu: Detected AMD IOMMU #6 (2 banks, 4 counters/bank).
[ 10.922134] perf/amd_iommu: Detected AMD IOMMU #7 (2 banks, 4 counters/bank).
[ 10.931868] Initialise system trusted keyrings
[ 10.936825] Key type blacklist registered
[ 10.941391] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[ 10.948859] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 10.955455] fuse: init (API version 7.43)
[ 10.960141] integrity: Platform Keyring initialized
[ 10.971653] Key type asymmetric registered
[ 10.976212] Asymmetric key parser 'x509' registered
[ 10.981674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 10.990014] io scheduler mq-deadline registered
[ 11.000514] ledtrig-cpu: registered to indicate activity on CPUs
[ 11.007518] pcieport 0000:70:00.3: PME: Signaling with IRQ 52
[ 11.014075] pcieport 0000:70:07.1: PME: Signaling with IRQ 53
[ 11.020656] pcieport 0000:50:03.1: PME: Signaling with IRQ 54
[ 11.031757] pcieport 0000:50:03.3: PME: Signaling with IRQ 55
[ 11.042859] pcieport 0000:50:03.4: PME: Signaling with IRQ 56
[ 11.053967] pcieport 0000:50:07.1: PME: Signaling with IRQ 58
[ 11.060616] pcieport 0000:00:00.3: PME: Signaling with IRQ 60
[ 11.067152] pcieport 0000:00:01.1: PME: Signaling with IRQ 61
[ 11.073671] pcieport 0000:00:01.1: pciehp: Slot #14 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.094007] pcieport 0000:00:01.3: PME: Signaling with IRQ 62
[ 11.100496] pcieport 0000:00:01.3: pciehp: Slot #15 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.120676] pcieport 0000:00:07.1: PME: Signaling with IRQ 64
[ 11.127273] pcieport 0000:20:07.1: PME: Signaling with IRQ 65
[ 11.133935] pcieport 0000:60:00.3: PME: Signaling with IRQ 67
[ 11.140469] pcieport 0000:60:01.1: PME: Signaling with IRQ 68
[ 11.146996] pcieport 0000:60:01.1: pciehp: Slot #44 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.180014] pcieport 0000:60:01.2: PME: Signaling with IRQ 69
[ 11.186509] pcieport 0000:60:01.2: pciehp: Slot #46 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.219211] pcieport 0000:60:01.3: PME: Signaling with IRQ 70
[ 11.225702] pcieport 0000:60:01.3: pciehp: Slot #40 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.258880] pcieport 0000:60:01.4: PME: Signaling with IRQ 71
[ 11.265378] pcieport 0000:60:01.4: pciehp: Slot #42 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.298191] pcieport 0000:10:00.3: PME: Signaling with IRQ 73
[ 11.304741] pcieport 0000:10:01.1: PME: Signaling with IRQ 74
[ 11.311273] pcieport 0000:10:01.1: pciehp: Slot #34 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.344252] pcieport 0000:10:01.2: PME: Signaling with IRQ 75
[ 11.350741] pcieport 0000:10:01.2: pciehp: Slot #32 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.378801] pcieport 0000:10:01.2: pciehp: Slot(32): Card present
[ 11.383450] pcieport 0000:10:01.3: PME: Signaling with IRQ 76
[ 11.392139] pcieport 0000:10:01.3: pciehp: Slot #38 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.425088] pcieport 0000:10:01.4: PME: Signaling with IRQ 77
[ 11.431582] pcieport 0000:10:01.4: pciehp: Slot #36 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.464960] pcieport 0000:f0:00.3: PME: Signaling with IRQ 79
[ 11.471746] pcieport 0000:f0:07.1: PME: Signaling with IRQ 81
[ 11.478464] pcieport 0000:f0:07.2: PME: Signaling with IRQ 82
[ 11.485203] pcieport 0000:d0:07.1: PME: Signaling with IRQ 84
[ 11.493126] pcieport 0000:80:00.3: PME: Signaling with IRQ 86
[ 11.499965] pcieport 0000:80:07.1: PME: Signaling with IRQ 88
[ 11.506699] pcieport 0000:a0:07.1: PME: Signaling with IRQ 90
[ 11.513440] pcieport 0000:e0:00.3: PME: Signaling with IRQ 92
[ 11.520073] pcieport 0000:e0:01.1: PME: Signaling with IRQ 93
[ 11.526537] pcieport 0000:e0:01.1: pciehp: Slot #52 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.546580] pcieport 0000:e0:01.2: PME: Signaling with IRQ 94
[ 11.553041] pcieport 0000:e0:01.2: pciehp: Slot #54 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.573260] pcieport 0000:e0:01.3: PME: Signaling with IRQ 95
[ 11.579726] pcieport 0000:e0:01.3: pciehp: Slot #48 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.600323] pcieport 0000:e0:01.4: PME: Signaling with IRQ 96
[ 11.606782] pcieport 0000:e0:01.4: pciehp: Slot #50 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.627475] pcieport 0000:90:00.3: PME: Signaling with IRQ 98
[ 11.634092] pcieport 0000:90:01.1: PME: Signaling with IRQ 99
[ 11.640553] pcieport 0000:90:01.1: pciehp: Slot #46 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.660604] pcieport 0000:90:01.2: PME: Signaling with IRQ 100
[ 11.667160] pcieport 0000:90:01.2: pciehp: Slot #44 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.687424] pcieport 0000:90:01.3: PME: Signaling with IRQ 101
[ 11.693979] pcieport 0000:90:01.3: pciehp: Slot #42 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.714144] pcieport 0000:90:01.4: PME: Signaling with IRQ 102
[ 11.720712] pcieport 0000:90:01.4: pciehp: Slot #40 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.741300] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 11.750656] ACPI: button: Power Button [PWRB]
[ 11.755557] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 11.763848] ACPI: button: Power Button [PWRF]
[ 11.814799] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[ 11.824440] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
ÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ[ 11.852153] 00:04: ttyS1 at I/O 0x2f8 (irq = 14, base_baud = 115200) is a 16550A
[ 11.887793] 00:05: ttyS0 at I/O 0x3f8 (irq = 3, base_baud = 115200) is a 16550A
[ 11.898995] Linux agpgart interface v0.103
[ 11.934248] loop: module loaded
[ 11.938349] nvme nvme0: pci function 0000:51:00.0
[ 11.938616] nvme nvme1: pci function 0000:94:00.0
[ 11.944338] tun: Universal TUN/TAP device driver, 1.6
[ 11.954391] nvme nvme0: D3 entry latency set to 10 seconds
[ 11.954551] PPP generic driver version 2.4.2
[ 11.957091] nvme nvme1: D3 entry latency set to 10 seconds
[ 11.966696] tsc: Refined TSC clocksource calibration: 1997.001 MHz
[ 11.971695] VFIO - User Level meta-driver version: 0.3
[ 11.978475] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39923a410ca, max_idle_ns: 881590544465 ns
[ 11.979834] nvme nvme1: 128/0/0 default/read/poll queues
[ 11.996967] nvme1n1: p1
[ 12.004356] xhci_hcd 0000:71:00.4: xHCI Host Controller
[ 12.010202] xhci_hcd 0000:71:00.4: new USB bus registered, assigned bus number 1
[ 12.018484] clocksource: Switched to clocksource tsc
[ 12.024400] xhci_hcd 0000:71:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 12.034927] xhci_hcd 0000:71:00.4: xHCI Host Controller
[ 12.040750] xhci_hcd 0000:71:00.4: new USB bus registered, assigned bus number 2
[ 12.049021] xhci_hcd 0000:71:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 12.056925] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 12.066153] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.074212] usb usb1: Product: xHCI Host Controller
[ 12.079653] usb usb1: Manufacturer: Linux 6.14.0-3e816361e94a-3e816361e9 xhci-hcd
[ 12.088001] usb usb1: SerialNumber: 0000:71:00.4
[ 12.093259] hub 1-0:1.0: USB hub found
[ 12.097447] hub 1-0:1.0: 2 ports detected
[ 12.101985] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 12.111027] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 12.120250] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.128311] usb usb2: Product: xHCI Host Controller
[ 12.133752] usb usb2: Manufacturer: Linux 6.14.0-3e816361e94a-3e816361e9 xhci-hcd
[ 12.142101] usb usb2: SerialNumber: 0000:71:00.4
[ 12.147316] hub 2-0:1.0: USB hub found
[ 12.151495] hub 2-0:1.0: 2 ports detected
[ 12.156093] xhci_hcd 0000:21:00.4: xHCI Host Controller
[ 12.161929] xhci_hcd 0000:21:00.4: new USB bus registered, assigned bus number 3
[ 12.170556] xhci_hcd 0000:21:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 12.180977] xhci_hcd 0000:21:00.4: xHCI Host Controller
[ 12.186812] xhci_hcd 0000:21:00.4: new USB bus registered, assigned bus number 4
[ 12.195082] xhci_hcd 0000:21:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 12.202969] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 12.212191] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.220248] usb usb3: Product: xHCI Host Controller
[ 12.225687] usb usb3: Manufacturer: Linux 6.14.0-3e816361e94a-3e816361e9 xhci-hcd
[ 12.234039] usb usb3: SerialNumber: 0000:21:00.4
[ 12.239266] hub 3-0:1.0: USB hub found
[ 12.243453] hub 3-0:1.0: 2 ports detected
[ 12.247976] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 12.257018] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 12.266233] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.274293] usb usb4: Product: xHCI Host Controller
[ 12.279734] usb usb4: Manufacturer: Linux 6.14.0-3e816361e94a-3e816361e9 xhci-hcd
[ 12.288083] usb usb4: SerialNumber: 0000:21:00.4
[ 12.293298] hub 4-0:1.0: USB hub found
[ 12.297485] hub 4-0:1.0: 2 ports detected
[ 12.302129] usbcore: registered new interface driver uas
[ 12.308064] usbcore: registered new interface driver usb-storage
[ 12.314767] usbcore: registered new interface driver usbsevseg
[ 12.321292] i8042: PNP: No PS/2 controller found.
[ 12.323353] nvme nvme0: 129/0/0 default/read/poll queues
[ 12.326600] mousedev: PS/2 mouse device common for all mice
[ 12.339058] rtc_cmos 00:01: registered as rtc0
[ 12.344125] rtc_cmos 00:01: setting system clock to 2025-04-04T19:37:09 UTC (1743795429)
[ 12.353188] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 12.353208] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
[ 12.367973] i2c_dev: i2c /dev entries driver
[ 12.368420] nvme0n1: p1 p2 p3 p4
[ 12.372909] usbcore: registered new interface driver pcwd_usb
[ 12.382908] sbc_epx_c3: Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1
[ 12.391019] watchdog: Software Watchdog: cannot register miscdev on minor=130 (err=-16).
[ 12.400046] watchdog: Software Watchdog: a legacy watchdog module is probably present.
[ 12.406138] pcieport 0000:10:01.2: pciehp: Slot(32): No link
[ 12.408943] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[ 12.424608] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
[ 12.432979] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 12.446598] device-mapper: uevent: version 1.0.3
[ 12.451848] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@xxxxxxxxxxxxxxx
[ 12.480709] efifb: probing for efifb
[ 12.484730] efifb: framebuffer at 0xe9000000, using 3072k, total 3072k
[ 12.492012] efifb: mode is 1024x768x32, linelength=4096, pages=768
[ 12.498909] efifb: scrolling: redraw
[ 12.498926] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 12.501715] usb 1-1: New USB device found, idVendor=0424, idProduct=2044, bcdDevice= 2.22
[ 12.501719] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.501720] usb 1-1: Product: USX2044
[ 12.501721] usb 1-1: Manufacturer: Microchip Tech
[ 12.502894] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 12.537023] hub 1-1:1.0: USB hub found
[ 12.547057] Console: switching to colour frame buffer device 128x48
[ 12.547478] hub 1-1:1.0: 5 ports detected
[ 12.575525] fb0: EFI VGA frame buffer device
[ 12.580477] comedi: version 0.7.76 - http://www.comedi.org
[ 12.586945] drop_monitor: Initializing network drop monitor service
[ 12.594780] xt_time: kernel timezone is -0000
[ 12.599867] NET: Registered PF_INET6 protocol family
[ 12.611008] Segment Routing with IPv6
[ 12.615198] In-situ OAM (IOAM) with IPv6
[ 12.619711] NET: Registered PF_PACKET protocol family
[ 12.622237] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 12.625696] Key type dns_resolver registered
[ 12.646447] usb 2-1: New USB device found, idVendor=0424, idProduct=5044, bcdDevice= 2.22
[ 12.651286] microcode: Current revision: 0x0b002032
[ 12.655572] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 12.661010] usb 3-1: New USB device found, idVendor=0424, idProduct=2044, bcdDevice= 2.22
[ 12.668971] usb 2-1: Product: USX5044
[ 12.678091] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.682172] usb 2-1: Manufacturer: Microchip Tech
[ 12.690131] usb 3-1: Product: USX2044
[ 12.700934] usb 3-1: Manufacturer: Microchip Tech
[ 12.712885] hub 2-1:1.0: USB hub found
[ 12.717190] hub 2-1:1.0: 4 ports detected
[ 12.720432] resctrl: L3 allocation detected
[ 12.733993] resctrl: MB allocation detected
[ 12.746018] resctrl: SMBA allocation detected
[ 12.747033] hub 3-1:1.0: USB hub found
[ 12.750877] resctrl: L3 monitoring detected
[ 12.755271] hub 3-1:1.0: 5 ports detected
[ 12.759870] IPI shorthand broadcast: enabled
[ 12.770717] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[ 12.777329] sched_clock: Marking stable (12666118553, 110108221)->(14015586125, -1239359351)
[ 12.814701] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 12.849635] registered taskstats version 1
[ 12.862460] usb 4-1: New USB device found, idVendor=0424, idProduct=5044, bcdDevice= 2.22
[ 12.878711] usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 12.893816] usb 4-1: Product: USX5044
[ 12.904962] usb 4-1: Manufacturer: Microchip Tech
[ 12.920875] Loading compiled-in X.509 certificates
[ 12.929717] usb 1-2: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
[ 12.933622] Loaded X.509 cert 'Build time autogenerated kernel key: ef33fa6b7ef8fff1ea40dfa324e546977b572e74'
[ 12.938948] hub 4-1:1.0: USB hub found
[ 12.938969] hub 4-1:1.0: 4 ports detected
[ 12.942366] usb 1-2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.942367] usb 1-2: Product: USB Virtual Hub
[ 12.942368] usb 1-2: Manufacturer: Aspeed
[ 12.942368] usb 1-2: SerialNumber: 00000000
[ 12.985000] hub 1-2:1.0: USB hub found
[ 13.003398] usb 1-1.5: new high-speed USB device number 4 using xhci_hcd
[ 13.003820] Demotion targets for Node 0: null
[ 13.004109] hub 1-2:1.0: 7 ports detected
[ 13.090520] Demotion targets for Node 1: null
[ 13.102336] usb 3-1.5: new high-speed USB device number 3 using xhci_hcd
[ 13.102971] Key type .fscrypt registered
[ 13.117770] usb 1-1.5: New USB device found, idVendor=0424, idProduct=2740, bcdDevice= 2.00
[ 13.121257] Key type fscrypt-provisioning registered
[ 13.130545] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 13.141484] cryptd: max_cpu_qlen set to 1000
[ 13.144226] usb 1-1.5: Product: Hub Controller
[ 13.144228] usb 1-1.5: Manufacturer: Microchip Tech
[ 13.205010] usb 3-1.5: New USB device found, idVendor=0424, idProduct=2740, bcdDevice= 2.00
[ 13.218830] Key type encrypted registered
[ 13.219372] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 13.223848] AppArmor: AppArmor sha256 policy hashing enabled
[ 13.231987] usb 3-1.5: Product: Hub Controller
[ 13.238361] ima: No TPM chip found, activating TPM-bypass!
[ 13.243252] usb 3-1.5: Manufacturer: Microchip Tech
[ 13.249370] Loading compiled-in module X.509 certificates
[ 13.303349] usb 1-2.6: new high-speed USB device number 5 using xhci_hcd
[ 13.304250] Loaded X.509 cert 'Build time autogenerated kernel key: ef33fa6b7ef8fff1ea40dfa324e546977b572e74'
[ 13.352013] ima: Allocated hash algorithm: sha1
[ 13.364755] ima: No architecture policies found
[ 13.377585] evm: Initialising EVM extended attributes:
[ 13.391128] evm: security.selinux
[ 13.402600] evm: security.SMACK64
[ 13.414013] evm: security.SMACK64EXEC
[ 13.414216] usb 1-2.6: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
[ 13.418093] evm: security.SMACK64TRANSMUTE
[ 13.427410] usb 1-2.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 13.427411] usb 1-2.6: Product: virtual_input
[ 13.427412] usb 1-2.6: Manufacturer: OpenBMC
[ 13.427413] usb 1-2.6: SerialNumber: OBMC0001
[ 13.508849] evm: security.SMACK64MMAP
[ 13.520343] evm: security.apparmor
[ 13.531423] evm: security.ima
[ 13.541947] evm: security.capability
[ 13.553091] evm: HMAC attrs: 0x1
[ 13.564043] PM: Magic number: 5:883:646
[ 13.576166] clk: Disabling unused clocks
[ 13.588188] Freeing unused decrypted memory: 2036K
[ 13.600926] Freeing unused kernel image (initmem) memory: 5164K
[ 13.614266] Write protecting the kernel read-only data: 32768k
[ 13.627887] Freeing unused kernel image (text/rodata gap) memory: 1280K
[ 13.642369] Freeing unused kernel image (rodata/data gap) memory: 1588K
[ 13.690146] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 13.704244] Run /init as init process
Loading, please wait...
Starting version 249.11-0ubuntu3.12
[ 13.824058] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 13.839284] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 13.855083] hid: raw HID events driver (C) Jiri Kosina
[ 13.859262] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 13.859835] i2c i2c-5: Successfully instantiated SPD at 0x50
[ 13.860364] i2c i2c-5: Successfully instantiated SPD at 0x51
[ 13.860889] i2c i2c-5: Successfully instantiated SPD at 0x52
[ 13.868147] ahci 0000:f2:00.0: SSS flag set, parallel bus scan disabled
[ 13.876349] i2c i2c-5: Successfully instantiated SPD at 0x53
[ 13.882240] ahci 0000:f2:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 13.884115] usbcore: registered new interface driver usbhid
[ 13.884117] usbhid: USB HID core driver
[ 13.885229] input: OpenBMC virtual_input as /devices/pci0000:70/0000:70:07.1/0000:71:00.4/usb1/1-2/1-2.6/1-2.6:1.0/0003:1D6B:0104.0001/input/input2
[ 13.893535] tg3 0000:52:00.0 eth0: Tigon3 [partno(BCM5720A0KFBG) rev 5720000] (PCI Express) MAC address e8:80:88:09:e6:11
[ 13.894849] ahci 0000:f2:00.0: 1/1 ports implemented (port mask 0x1)
[ 13.902228] tg3 0000:52:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 13.908544] ahci 0000:f2:00.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part
[ 13.908905] scsi host0: ahci
[ 13.917486] tg3 0000:52:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 13.917488] tg3 0000:52:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[ 13.918518] tg3 0000:52:00.0 enp82s0: renamed from eth0
[ 13.923805] ata1: SATA max UDMA/133 abar m2048@0xd3001000 port 0xd3001100 irq 383 lpm-pol 0
[ 13.942175] hid-generic 0003:1D6B:0104.0001: input,hidraw0: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0000:71:00.4-2.6/input0
[ 13.943280] ahci 0000:f2:00.1: SSS flag set, parallel bus scan disabled
[ 13.955037] input: OpenBMC virtual_input as /devices/pci0000:70/0000:70:07.1/0000:71:00.4/usb1/1-2/1-2.6/1-2.6:1.1/0003:1D6B:0104.0002/input/input3
[ 13.962115] ahci 0000:f2:00.1: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 13.973078] hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0000:71:00.4-2.6/input1
[ 13.983320] ahci 0000:f2:00.1: 8/8 ports implemented (port mask 0xff)
[ 14.252512] ata1: SATA link down (SStatus 0 SControl 300)
[ 14.266662] ahci 0000:f2:00.1: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part sxs
[ 14.337176] scsi host1: ahci
[ 14.349862] scsi host2: ahci
[ 14.362499] scsi host3: ahci
[ 14.375090] scsi host4: ahci
[ 14.387623] scsi host5: ahci
[ 14.400105] scsi host6: ahci
[ 14.412488] scsi host7: ahci
[ 14.424782] scsi host8: ahci
[ 14.436817] ata2: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000100 irq 385 lpm-pol 0
[ 14.455171] ata3: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000180 irq 386 lpm-pol 0
[ 14.473383] ata4: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000200 irq 387 lpm-pol 0
[ 14.491582] ata5: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000280 irq 388 lpm-pol 0
[ 14.509634] ata6: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000300 irq 389 lpm-pol 0
[ 14.527546] ata7: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000380 irq 390 lpm-pol 0
[ 14.545298] ata8: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000400 irq 391 lpm-pol 0
[ 14.562958] ata9: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000480 irq 392 lpm-pol 0
[ 14.888623] ata2: SATA link down (SStatus 0 SControl 300)
[ 15.212619] ata3: SATA link down (SStatus 0 SControl 300)
[ 15.536625] ata4: SATA link down (SStatus 0 SControl 300)
[ 15.860614] ata5: SATA link down (SStatus 0 SControl 300)
[ 16.184620] ata6: SATA link down (SStatus 0 SControl 300)
[ 16.508546] ata7: SATA link down (SStatus 0 SControl 300)
[ 16.832545] ata8: SATA link down (SStatus 0 SControl 300)
[ 17.156548] ata9: SATA link down (SStatus 0 SControl 300)
Begin: Loading essential drivers ... [ 18.346110] raid6: avx512x4 gen() 73493 MB/s
[ 18.426110] raid6: avx512x2 gen() 82177 MB/s
[ 18.502110] raid6: avx512x1 gen() 66731 MB/s
[ 18.578110] raid6: avx2x4 gen() 58995 MB/s
[ 18.654109] raid6: avx2x2 gen() 58539 MB/s
[ 18.730109] raid6: avx2x1 gen() 58476 MB/s
[ 18.740744] raid6: using algorithm avx512x2 gen() 82177 MB/s
[ 18.818109] raid6: .... xor() 46420 MB/s, rmw enabled
[ 18.829420] raid6: using avx512x2 recovery algorithm
[ 18.841446] xor: automatically using best checksumming function avx
[ 18.855917] async_tx: api initialized (async)
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [ 18.949883] Btrfs loaded, zoned=yes, fsverity=yes
Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.37.2
[/usr/sbin/fsck.ext4 (1) -- /dev/nvme0n1p2] fsck.ext4 -a -C0 /dev/nvme0n1p2
/dev/nvme0n1p2: clean, 292826/1310[ 19.013679] EXT4-fs (nvme0n1p2): mounted filesystem 6c07d1f8-f936-4d1c-956e-62d8d0134454 ro with ordered data mode. Quota mode: none.
7200 files, 17767508/52428800 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 19.119514] systemd[1]: Inserted module 'autofs4'
[ 19.135440] systemd[1]: systemd 249.11-0ubuntu3.12 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 19.187092] systemd[1]: Detected architecture x86-64.
Welcome to [1mUbuntu 22.04.5 LTS[0m!
[ 19.210223] systemd[1]: Hostname set to <volcano-ed21host>.
[ 19.321035] block nvme0n1: the capability attribute has been deprecated.
[ 19.368061] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 19.407137] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[ 19.455247] systemd[1]: Queued start job for default target Graphical Interface.
[ 19.519323] systemd[1]: Created slice Virtual Machine and Container Slice.
[[0;32m OK [0m] Created slice [0;1;39mVirtual Machine and Container Slice[0m.
[ 19.546852] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 19.574624] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 19.602562] systemd[1]: Created slice Slice /system/systemd-fsck.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 19.626433] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 19.650158] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password R…uests to Wall Directory Watch[0m.
[ 19.678148] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 19.704317] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 19.726127] systemd[1]: Reached target Mounting snaps.
[[0;32m OK [0m] Reached target [0;1;39mMounting snaps[0m.
[ 19.750127] systemd[1]: Reached target Local Verity Protected Volumes.
[[0;32m OK [0m] Reached target [0;1;39mLocal Verity Protected Volumes[0m.
[ 19.778125] systemd[1]: Reached target Libvirt guests shutdown.
[[0;32m OK [0m] Reached target [0;1;39mLibvirt guests shutdown[0m.
[ 19.802152] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[[0;32m OK [0m] Listening on [0;1;39mDevice-mapper event daemon FIFOs[0m.
[ 19.830179] systemd[1]: Listening on LVM2 poll daemon socket.
[[0;32m OK [0m] Listening on [0;1;39mLVM2 poll daemon socket[0m.
[ 19.854164] systemd[1]: Listening on multipathd control socket.
[[0;32m OK [0m] Listening on [0;1;39mmultipathd control socket[0m.
[ 19.878161] systemd[1]: Listening on Syslog Socket.
[[0;32m OK [0m] Listening on [0;1;39mSyslog Socket[0m.
[ 19.902150] systemd[1]: Listening on fsck to fsckd communication Socket.
[[0;32m OK [0m] Listening on [0;1;39mfsck to fsckd communication Socket[0m.
[ 19.930139] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 19.958192] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 19.982152] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 20.010154] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 20.034164] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 20.062158] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 20.086147] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 20.142400] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 20.167025] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 20.194790] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 20.218771] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 20.243314] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 20.267301] systemd[1]: Starting Set the console keyboard layout...
Starting [0;1;39mSet the console keyboard layout[0m...
[ 20.294956] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 20.322876] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Starting [0;1;39mMonitoring of LVM…meventd or progress polling[0m...
[ 20.354136] systemd[1]: Condition check resulted in LXD - agent being skipped.
[ 20.370667] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 20.394664] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad [ 20.410894] ACPI: bus type drm_connector registered
Kernel Module drm[0m...
[ 20.426921] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 20.429215] pstore: Using crash dump compression: deflate
Startin[ 20.455675] pstore: Registered efi_pstore as persistent store backend
g [0;1;39mLoad Kernel Module efi_pstore[0m...
[ 20.478713] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 20.502251] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[ 20.519949] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 20.538149] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 20.562953] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 20.591134] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 20.614776] systemd[1]: Started Journal Service.
[ 20.622574] EXT4-fs (nvme0n1p2): re-mounted 6c07d1f8-f936-4d1c-956e-62d8d0134454 r/w.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Finished [0;1;39mSet the console keyboard layout[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mMonitoring of LVM… dmeventd or progress polling[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module efi_pstore[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Activating swap [0;1;39m/swap.img[0m...
[ 20.883142] Adding 8388604k swap on /swap.img. Priority:-2 extents:9 across:8953852k SS
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mDevice-Mapper Multipa[ 20.931173] alua: device handler registered
th Device Controller[0m...
[ 20.944118] emc: device handler registered
[ 20.954737] systemd-journald[2375]: Received client request to flush runtime journal.
[ 20.956127] rdac: device handler registered
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mLoad/Save Random Seed[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Activated swap [0;1;39m/swap.img[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mDevice-Mapper Multipath Device Controller[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39mPrepare /run/qemu…ack-load modules from there[0m...
Mounting [0;1;39mMount unit for core20, revision 2434[0m...
Mounting [0;1;39mMount unit for core20, revision 2496[0m...
Mounting [0;1;39mMount unit for lxd, revision 29351[0m...
Mounting [0;1;39mMount unit for lxd, revision 31333[0m...
Mounting [0;1;39mMount unit for snapd, revision 23545[0m...
Mounting [0;1;39mMount unit for snapd, revision 23771[0m...
[[0;32m OK [0m] Reached target [0;1;39mContainers[0m.
Starting [0;1;39mRule-based Manage…for Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39mPrepare /run/qemu …lback-load modules from there[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for core20, revision 2434[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for core20, revision 2496[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for lxd, revision 29351[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for lxd, revision 31333[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for snapd, revision 23545[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for snapd, revision 23771[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS1[0m.
[[0;32m OK [0m] Found device [0;1;39mSAMSUNG MZVL2512HCJQ-00BL7 4[0m.
[[0;32m OK [0m] Found device [0;1;39mSAMSUNG MZVL2512HCJQ-00BL7 1[0m.
[[0;32m OK [0m] Found device [0;1;39mSAMSUNG MZVL2512HCJQ-00BL7 3[0m.
[[0;32m OK [0m] Reached target [0;1;39mMounted snaps[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Started [0;1;39mDispatch Password …ts to Console Directory Watch[0m.
[[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m.
Starting [0;1;39mFile System Check…/dev/disk/by-uuid/385B-B7FF[0m...
Starting [0;1;39mFile System Check…7a6c-4e12-b946-ea6aa6e73175[0m...
Starting [0;1;39mFile System Check…49b1-4974-9d6c-dd008c17761e[0m...
[[0;32m OK [0m] Started [0;1;39mFile System Check Daemon to report status[0m.
Checking in progress on 2 disks (0.0% complete)
[[0;32m OK [0m] Finished [0;1;39mFile System Check…n /dev/disk/by-uuid/385B-B7FF[0m.
Checking in progress on 1 disk (0.0% complete)
[[0;32m OK [0m] Finished [0;1;39mFile System Check…e-7a6c-4e12-b946-ea6aa6e73175[0m.
Checking in progress on 0 disks (100.0% complete)
Mounting [0;1;39m/boot[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check…5-49b1-4974-9d6c-dd008c17761e[0m.
[[0;32m OK [0m] Mounted [0;1;39m/boot[0m.
Mounting [0;1;39m/boot/efi[0m...
Mounting [0;1;39m/home[0m...
[[0;32m OK [0m] Mounted [0;1;39m/boot/efi[0m.
[[0;32m OK [0m] Mounted [0;1;39m/home[0m.
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mLoad AppArmor profiles[0m...
Starting [0;1;39mEnable support fo…l executable binary formats[0m...
Starting [0;1;39mSet console font and keymap[0m...
Starting [0;1;39mCreate final runt…dir for shutdown pivot root[0m...
Starting [0;1;39mTell Plymouth To Write Out Runtime Data[0m...
Starting [0;1;39mQEMU KVM preparation - module, ksm, hugepages[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
Starting [0;1;39mUncomplicated firewall[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad AppArmor profiles[0m.
[[0;32m OK [0m] Finished [0;1;39mEnable support fo…nal executable binary formats[0m.
[[0;32m OK [0m] Finished [0;1;39mSet console font and keymap[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate final runt…e dir for shutdown pivot root[0m.
[[0;32m OK [0m] Finished [0;1;39mTell Plymouth To Write Out Runtime Data[0m.
[[0;32m OK [0m] Finished [0;1;39mQEMU KVM preparation - module, ksm, hugepages[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
[[0;32m OK [0m] Finished [0;1;39mUncomplicated firewall[0m.
Starting [0;1;39mLoad AppArmor pro…managed internally by snapd[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
Starting [0;1;39mCloud-init: Local Stage (pre-network)[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad AppArmor pro…s managed internally by snapd[0m.
[ 22.377083] cloud-init[3038]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'init-local' at Fri, 04 Apr 2025 19:37:19 +0000. Up 22.36 seconds.
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Local Stage (pre-network)[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mWait for Network to be Configured[0m...
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
[[0;32m OK [0m] Finished [0;1;39mWait for Network to be Configured[0m.
Starting [0;1;39mCloud-init: Network Stage[0m...
[ 31.594224] cloud-init[3102]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'init' at Fri, 04 Apr 2025 19:37:28 +0000. Up 31.58 seconds.
[ 31.616151] cloud-init[3102]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++
[ 31.640059] cloud-init[3102]: ci-info: +---------+------+------------------------------+---------------+--------+-------------------+
[ 31.660066] cloud-init[3102]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 31.680064] cloud-init[3102]: ci-info: +---------+------+------------------------------+---------------+--------+-------------------+
[ 31.704261] cloud-init[3102]: ci-info: | enp82s0 | True | 10.86.19.52 | 255.255.248.0 | global | e8:80:88:09:e6:11 |
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Network Stage[0m.
[ 31.704310] cloud-init[3102]: ci-info: | enp82s0 | True | fe80::ea80:88ff:fe09:e611/64 | . | link | e8:80:88:09:e6:11 |
[ 31.756250] cloud-init[3102]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |
[[0;32m OK [0m] Reached target [0;1;39mCloud-config availability[0m.
[ 31.756276] cloud-init[3102]: ci-info: | lo | True | ::1/128 | . | host | . |
[[0;32m OK [0m] Reached target [0;1;39mNetwork is Online[0m.
[ 31.784289] cloud-init[3102]: ci-info: +---------+------+------------------------------+---------------+--------+-------------------+
[ 31.832253] cloud-init[3102]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[ 31.832279] cloud-init[3102]: ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
[ 31.876256] cloud-init[3102]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
[[0;32m OK [0m] Started [0;1;39mDaily apt download activities[0m.
[ 31.876278] cloud-init[3102]: ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
[ 31.920250] cloud-init[3102]: ci-info: | 0 | 0.0.0.0 | 10.86.23.254 | 0.0.0.0 | enp82s0 | UG |
[[0;32m OK [0m] Started [0;1;39mDaily apt upgrade and clean activities[0m.
[ 31.920277] cloud-init[3102]: ci-info: | 1 | 10.10.10.10 | 10.86.23.254 | 255.255.255.255 | enp82s0 | UGH |
[[0;32m OK [0m] Started [0;1;39mDaily dpkg database backup timer[0m.
[ 31.944065] cloud-init[3102]: ci-info: | 2 | 10.10.10.11 | 10.86.23.254 | 255.255.255.255 | enp82s0 | UGH |
[ 31.988257] cloud-init[3102]: ci-info: | 3 | 10.86.16.0 | 0.0.0.0 | 255.255.248.0 | enp82s0 | U |
[[0;32m OK [0m] Started [0;1;39mPeriodic ext4 Onli…ata Check for All Filesystems[0m.
[ 31.988293] cloud-init[3102]: ci-info: | 4 | 10.86.23.254 | 0.0.0.0 | 255.255.255.255 | enp82s0 | UH |
[ 32.036253] cloud-init[3102]: ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
[[0;32m OK [0m] Started [0;1;39mDiscard unused blocks once a week[0m.
[ 32.036286] cloud-init[3102]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
[ 32.084250] cloud-init[3102]: ci-info: +-------+-------------+---------+-----------+-------+
[[0;32m OK [0m] Started [0;1;39mRefresh fwupd metadata regularly[0m.
[ 32.084279] cloud-init[3102]: ci-info: | Route | Destination | Gateway | Interface | Flags |
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[ 32.128277] cloud-init[3102]: ci-info: +-------+-------------+---------+-----------+-------+
[ 32.156254] cloud-init[3102]: ci-info: | 1 | fe80::/64 | :: | enp82s0 | U |
[[0;32m OK [0m] Started [0;1;39mDaily man-db regeneration[0m.
[ 32.156279] cloud-init[3102]: ci-info: | 3 | local | :: | enp82s0 | U |
[ 32.196253] cloud-init[3102]: ci-info: | 4 | multicast | :: | enp82s0 | U |
[[0;32m OK [0m] Started [0;1;39mMessage of the Day[0m.
[ 32.196279] cloud-init[3102]: ci-info: +-------+-------------+---------+-----------+-------+
[ 32.232251] cloud-init[3102]: 2025-04-04 19:37:28,918 - schema.py[WARNING]: cloud-config failed schema validation! You may run 'sudo cloud-init schema --system' to check the details.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Started [0;1;39mDownload data for …ailed at package install time[0m.
[[0;32m OK [0m] Started [0;1;39mCheck to see wheth…w version of Ubuntu available[0m.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mcloud-init hotplug hook socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mOpen-iSCSI iscsid Socket[0m.
Starting [0;1;39mLibvirt local socket[0m...
[[0;32m OK [0m] Listening on [0;1;39mSocket unix for snap application lxd.daemon[0m.
[[0;32m OK [0m] Listening on [0;1;39mSocket unix f…p application lxd.user-daemon[0m.
Starting [0;1;39mSocket activation for snappy daemon[0m...
[[0;32m OK [0m] Listening on [0;1;39mUUID daemon activation socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine lock manager socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine lock manager admin socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Remote File Systems[0m.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[[0;32m OK [0m] Finished [0;1;39mAvailability of block devices[0m.
[[0;32m OK [0m] Listening on [0;1;39mLibvirt local socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mSocket activation for snappy daemon[0m.
[[0;32m OK [0m] Listening on [0;1;39mLibvirt admin socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mLibvirt local read-only socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
Starting [0;1;39mLSB: automatic crash report generation[0m...
[[0;32m OK [0m] Started [0;1;39mRegular background program processing daemon[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Started [0;1;39mSave initial kernel messages after boot[0m.
Starting [0;1;39mRemove Stale Onli…t4 Metadata Check Snapshots[0m...
Starting [0;1;39mRecord successful boot for GRUB[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLSB: Execute the …-e command to reboot system[0m...
Starting [0;1;39mDispatcher daemon for systemd-networkd[0m...
Starting [0;1;39mHTTP/2 proxy[0m...
Starting [0;1;39mLSB: OpenIPMI Driver init script[0m...
Starting [0;1;39mAuthorization Manager[0m...
[[0;32m OK [0m] Started [0;1;39mStart entropy gathering daemon (rngd)[0m.
Starting [0;1;39mSystem Logging Service[0m...
Starting [0;1;39mService for snap application lxd.activate[0m...
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Logins[0m.
Starting [0;1;39mWait until snapd is fully seeded[0m...
Starting [0;1;39mSnap Daemon[0m...
Starting [0;1;39mOpenBSD Secure Shell server[0m...
Starting [0;1;39mUser Login Management[0m...
Starting [0;1;39mVirtual Machine a…tainer Registration Service[0m...
Starting [0;1;39mPermit User Sessions[0m...
Starting [0;1;39mThermal Daemon Service[0m...
Starting [0;1;39mDisk Manager[0m...
[[0;32m OK [0m] Started [0;1;39mHTTP/2 proxy[0m.
[[0;32m OK [0m] Started [0;1;39mDispatcher daemon for systemd-networkd[0m.
[[0;32m OK [0m] Finished [0;1;39mRemove Stale Onli…ext4 Metadata Check Snapshots[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mOpenBSD Secure Shell server[0m.
[[0;32m OK [0m] Started [0;1;39mThermal Daemon Service[0m.
[[0;32m OK [0m] Started [0;1;39mSystem Logging Service[0m.
[[0;32m OK [0m] Finished [0;1;39mRecord successful boot for GRUB[0m.
[[0;32m OK [0m] Started [0;1;39mAuthorization Manager[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: automatic crash report generation[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: Execute the k…c -e command to reboot system[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mDisk Manager[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: OpenIPMI Driver init script[0m.
[[0;32m OK [0m] Started [0;1;39mVirtual Machine an…ontainer Registration Service[0m.
Starting [0;1;39mModem Manager[0m...
Starting [0;1;39mGRUB failed boot detection[0m...
Starting [0;1;39mLSB: Load kernel image with kexec[0m...
Starting [0;1;39mVirtualization daemon[0m...
Starting [0;1;39mHold until boot process finishes up[0m...
Starting [0;1;39mTerminate Plymouth Boot Screen[0m...
Starting [0;1;39mHostname Service[0m...
[[0;32m OK [0m] Started [0;1;39mVirtualization daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mHold until boot process finishes up[0m.
[[0;32m OK [0m] Finished [0;1;39mTerminate Plymouth Boot Screen[0m.
[[0;32m OK [0m] Finished [0;1;39mGRUB failed boot detection[0m.
[[0;32m OK [0m] Started [0;1;39mModem Manager[0m.
[[0;32m OK [0m] Started [0;1;39mHostname Service[0m.
Starting [0;1;39mSuspend/Resume Running libvirt Guests[0m...
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS1[0m.
Starting [0;1;39mSet console scheme[0m...
[[0;32m OK [0m] Started [0;1;39mLSB: Load kernel image with kexec[0m.
[[0;32m OK [0m] Finished [0;1;39mSet console scheme[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
[[0;32m OK [0m] Finished [0;1;39mSuspend/Resume Running libvirt Guests[0m.
[[0;32m OK [0m] Started [0;1;39mSnap Daemon[0m.
Starting [0;1;39mTime & Date Service[0m...
[[0;32m OK [0m] Started [0;1;39mTime & Date Service[0m.
[[0;32m OK [0m] Finished [0;1;39mWait until snapd is fully seeded[0m.
Starting [0;1;39mCloud-init: Config Stage[0m...
[[0;32m OK [0m] Finished [0;1;39mService for snap application lxd.activate[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
[ 34.192911] cloud-init[3571]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'modules:config' at Fri, 04 Apr 2025 19:37:30 +0000. Up 34.16 seconds.
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Config Stage[0m.
Starting [0;1;39mCloud-init: Final Stage[0m...
[ 34.456558] cloud-init[3577]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'modules:final' at Fri, 04 Apr 2025 19:37:31 +0000. Up 34.43 seconds.
[ 34.476118] cloud-init[3577]: Cloud-init v. 24.4-0ubuntu1~22.04.1 finished at Fri, 04 Apr 2025 19:37:31 +0000. Datasource DataSourceNone. Up 34.46 seconds
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Final Stage[0m.
[[0;32m OK [0m] Reached target [0;1;39mCloud-init target[0m.
Ubuntu 22.04.5 LTS volcano-ed21host ttyS1
volcano-ed21host login:
[[0;32m OK [0m] Stopped [0;1;39mSession 7 of User root[0m.
Stopping [0;1;39mSession 1 of User root[0m...
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/modprobe[0m.
[[0;32m OK [0m] Stopped target [0;1;39mCloud-init target[0m.
[[0;32m OK [0m] Stopped target [0;1;39mGraphical Interface[0m.
[[0;32m OK [0m] Stopped target [0;1;39mHost and Network Name Lookups[0m.
[[0;32m OK [0m] Stopped target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Stopped [0;1;39mDaily apt upgrade and clean activities[0m.
[[0;32m OK [0m] Stopped [0;1;39mDaily apt download activities[0m.
[[0;32m OK [0m] Stopped [0;1;39mDaily dpkg database backup timer[0m.
[[0;32m OK [0m] Stopped [0;1;39mPeriodic ext4 Onli…ata Check for All F Stopping [0;1;39mSnap Daemon[0m...
Stopping [0;1;39mOpenBSD Secure Shell server[0m...
Stopping [0;1;39mLoad/Save Random Seed[0m...
Stopping [0;1;39mDisk Manager[0m...
[[0;32m OK [0m] Stopped [0;1;39mRegular background program processing daemon[0m.
[[0;32m OK [0m] Stopped [0;1;39mirqbalance daemon[0m.
[[0;32m OK [0m] Stopped [0;1;39mDispatcher daemon for systemd-networkd[0m.
[[0;32m OK [0m] Stopped [0;1;39mHTTP/2 proxy[0m.
[[0;32m OK [0m] Stopped [0;1;39mStart entropy gathering daemon (rngd)[0m.
[[0;32m OK [0m] Stopped [0;1;39mSystem Logging Service[0m.
[[0;32m OK [0m] Stopped [0;1;39mDisk Manager[0m.
[[0;32m OK [0m] Stopped [0;1;39mOpenBSD Secure Shell server[0m.
[[0;32m OK [0m] Stopped [0;1;39mModem Manager[0m.
[[0;32m OK [0m] Stopped [0;1;39mSerial Getty on ttyS1[0m.
[[0;32m OK [0m] Stopped [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Stopped [0;1;39mPackageKit Daemon[0m.
[[0;32m OK [0m] Stopped [0;1;39mAvailability of block devices[0m.
[[0;32m OK [0m] Stopped [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Stopped [0;1;39mCreate final runtime dir for shutdown pivot root[0m.
[[0;32m OK [0m] Stopped [0;1;39mSession 1 of User root[0m.
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/getty[0m.
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/serial-getty[0m.
[ 181.752517] libvirt-guests.sh[31536]: Running guests on default URI:
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Logins[0m.
[ 181.776138] libvirt-guests.sh[31545]: no running guests.
[[0;32m OK [0m] Stopped [0;1;39mHold until boot process finishes up[0m.
Starting [0;1;39mTell Plymouth To Jump To initramfs[0m...
Stopping [0;1;39mAuthorization Manager[0m...
Stopping [0;1;39mUser Manager for UID 0[0m...
[[0;32m OK [0m] Stopped [0;1;39mAuthorization Manager[0m.
[[0;32m OK [0m] Stopped [0;1;39mUser Manager for UID 0[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: automatic crash report generation[0m.
[[0;32m OK [0m] Stopped [0;1;39mSuspend/Resume Running libvirt Guests[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: OpenIPMI Driver init script[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLibvirt guests shutdown[0m.
Stopping [0;1;39mVirtualization daemon[0m...
Stopping [0;1;39mUser Runtime Directory /run/user/0[0m...
[[0;32m OK [0m] Unmounted [0;1;39m/run/user/0[0m.
[[0;32m OK [0m] Stopped [0;1;39mVirtualization daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTell Plymouth To Jump To initramfs[0m.
[[0;32m OK [0m] Stopped [0;1;39mUser Runtime Directory /run/user/0[0m.
[[0;32m OK [0m] Removed slice [0;1;39mUser Slice of UID 0[0m.
[[0;32m OK [0m] Stopped [0;1;39mQEMU KVM preparation - module, ksm, hugepages[0m.
Stopping [0;1;39mUser Login Management[0m...
Stopping [0;1;39mVirtual Machine a…tainer Registration Service[0m...
Stopping [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Stopped [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Stopped [0;1;39mVirtual Machine an…ontainer Registration Service[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: Load kernel image with kexec[0m.
[[0;32m OK [0m] Stopped [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Stopped target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Stopped target [0;1;39mRemote File Systems[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Remote File Systems[0m.
Stopping [0;1;39mLSB: Execute the …-e command to reboot system[0m...
Stopping [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Stopped [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: Execute the k…c -e command to reboot system[0m.
[[0;32m OK [0m] Stopped [0;1;39mSnap Daemon[0m.
[[0;32m OK [0m] Stopped target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPath Units[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSlice Units[0m.
[[0;32m OK [0m] Removed slice [0;1;39mVirtual Machine and Container Slice[0m.
[[0;32m OK [0m] Removed slice [0;1;39mUser and Session Slice[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Closed [0;1;39mOpen-iSCSI iscsid Socket[0m.
[[0;32m OK [0m] Closed [0;1;39mLibvirt admin socket[0m.
[[0;32m OK [0m] Closed [0;1;39mLibvirt local read-only socket[0m.
[[0;32m OK [0m] Closed [0;1;39mLibvirt local socket[0m.
[[0;32m OK [0m] Closed [0;1;39mSocket unix for snap application lxd.daemon[0m.
[[0;32m OK [0m] Closed [0;1;39mSocket unix for snap application lxd.user-daemon[0m.
[[0;32m OK [0m] Closed [0;1;39mSocket activation for snappy daemon[0m.
[[0;32m OK [0m] Closed [0;1;39mSyslog Socket[0m.
[[0;32m OK [0m] Closed [0;1;39mUUID daemon activation socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine lock manager admin socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine lock manager socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLocal Encrypted Volumes[0m.
[[0;32m OK [0m] Stopped [0;1;39mDispatch Password …ts to Console Directory Watch[0m.
[[0;32m OK [0m] Stopped [0;1;39mForward Password R…uests to Wall Directory Watch[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLocal Verity Protected Volumes[0m.
[[0;32m OK [0m] Stopped [0;1;39mCloud-init: Network Stage[0m.
[[0;32m OK [0m] Stopped [0;1;39mWait for Network to be Configured[0m.
Stopping [0;1;39mNetwork Configuration[0m...
Stopping [0;1;39mNetwork Time Synchronization[0m...
Stopping [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Stopped [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Configuration[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Network[0m.
[[0;32m OK [0m] Closed [0;1;39mNetwork Service Netlink Socket[0m.
[[0;32m OK [0m] Stopped [0;1;39mCloud-init: Local Stage (pre-network)[0m.
[[0;32m OK [0m] Stopped [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Stopped [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Stopped [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Stopped [0;1;39mCreate Volatile Files and Directories[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLocal File Systems[0m.
[[0;32m OK [0m] Stopped target [0;1;39mMounted snaps[0m.
Unmounting [0;1;39m/boot/efi[0m...
Unmounting [0;1;39m/home[0m...
Unmounting [0;1;39m/run/credentials/systemd-sysusers.service[0m...
Unmounting [0;1;39mPrepare /run/qe…ack-load modules from there[0m...
Unmounting [0;1;39m/run/snapd/ns/lxd.mnt[0m...
Unmounting [0;1;39mMount unit for core20, revision 2434[0m...
Unmounting [0;1;39mMount unit for core20, revision 2496[0m...
Unmounting [0;1;39mMount unit for lxd, revision 29351[0m...
Unmounting [0;1;39mMount unit for lxd, revision 31333[0m...
Unmounting [0;1;39mMount unit for snapd, revision 23545[0m...
Unmounting [0;1;39mMount unit for snapd, revision 23771[0m...
[[0;32m OK [0m] Unmounted [0;1;39m/boot/efi[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/home[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/run/credentials/systemd-sysusers.service[0m.
[[0;32m OK [0m] Unmounted [0;1;39mPrepare /run/qem…lback-load modules from there[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/run/snapd/ns/lxd.mnt[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for core20, revision 2434[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for core20, revision 2496[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for lxd, revision 29351[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for lxd, revision 31333[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for snapd, revision 23545[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for snapd, revision 23771[0m.
[[0;32m OK [0m] Stopped target [0;1;39mMounting snaps[0m.
Unmounting [0;1;39m/boot[0m...
Unmounting [0;1;39m/run/snapd/ns[0m...
[[0;32m OK [0m] Stopped [0;1;39mFile System Check on /dev/disk/by-uuid/385B-B7FF[0m.
[[0;32m OK [0m] Stopped [0;1;39mFile System Check …5-49b1-4974-9d6c-dd008c17761e[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/boot[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/run/snapd/ns[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSwaps[0m.
Deactivating swap [0;1;39m/swap.img[0m...
[[0;32m OK [0m] Stopped [0;1;39mFile System Check …e-7a6c-4e12-b946-ea6aa6e73175[0m.
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Local File Systems[0m.
Stopping [0;1;39mMonitoring of LVM…meventd or progress polling[0m...
Stopping [0;1;39mDevice-Mapper Multipath Device Controller[0m...
[[0;32m OK [0m] Stopped [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Stopped [0;1;39mCreate System Users[0m.
[[0;32m OK [0m] Stopped [0;1;39mDevice-Mapper Multipath Device Controller[0m.
[[0;32m OK [0m] Deactivated swap [0;1;39m/swap.img[0m.
[[0;32m OK [0m] Reached target [0;1;39mUnmount All Filesystems[0m.
[[0;32m OK [0m] Stopped [0;1;39mRemount Root and Kernel File Systems[0m.
[[0;32m OK [0m] Stopped [0;1;39mMonitoring of LVM2… dmeventd or progress polling[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Shutdown[0m.
[[0;32m OK [0m] Reached target [0;1;39mLate Shutdown Services[0m.
Starting [0;1;39mReboot via kexec[0m...
Invalid physical address chosen!
Physical KASLR disabled: no suitable memory region!
[ 0.000000] Linux version 6.14.0-3e816361e94a-3e816361e9 (root@volcano-ed21host) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT_DYNAMIC Fri Apr 4 19:35:55 UTC 2025
[ 0.000000] Command line: root=UUID=6c07d1f8-f936-4d1c-956e-62d8d0134454 ro ras=cec_disable console=tty0 console=ttyS1,115200n8 earlyprintk=serial,ttyS1,115200n8 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M crashkernel=512M-:192M kexec_jump_back_entry=0x0ef2fa5530f02b59 kexec_jump_back_entry=0x8867bd740faebf51
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/split lock detection: #DB: warning on user-space bus_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000400-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000075b5ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000075b60000-0x0000000075c20fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000075c21000-0x0000000075c5ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000075c60000-0x0000000075ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000076000000-0x0000000095992fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000095993000-0x000000009a017fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009a018000-0x000000009a102fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009a103000-0x000000009a583fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009a584000-0x000000009d3fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009d3ff000-0x000000009fff9fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009fffa000-0x000000009fffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009ffff000-0x000000009fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000afffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b2100000-0x00000000b2100fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b3180000-0x00000000b3180fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb500000-0x00000000bb500fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bc680000-0x00000000bc680fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5000fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c6080000-0x00000000c6080fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cf100000-0x00000000cf100fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d0180000-0x00000000d0180fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d7100000-0x00000000d7100fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d8180000-0x00000000d8180fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0500000-0x00000000e0500fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e1400000-0x00000000e1400fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000eb080000-0x00000000eb080fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ec100000-0x00000000ec100fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f5200000-0x00000000f52fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f5400000-0x00000000f5400fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f6180000-0x00000000f6180fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x000000010000ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100010000-0x000000404bffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000404c000000-0x000000404c7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000404c800000-0x000000404ccbffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000404ccc0000-0x000000404fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000fd03ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00003ffb00000000-0x00003ffb1fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00003ffc00000000-0x00003ffc03ffffff] reserved
[ 0.000000] printk: legacy bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.9 by American Megatrends
[ 0.000000] efi: ACPI=0x9a102000 ACPI 2.0=0x9a102014 SMBIOS=0x9cef2000 SMBIOS 3.0=0x9cef1000 MEMATTR=0xffffffffffffffff ESRT=0x91913418 MOKvar=0x9d010000
[ 0.000000] efi: Not removing mem00: MMIO range=[0xec100000-0xec100fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem02: MMIO range=[0xc6080000-0xc6080fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem03: MMIO range=[0xb2100000-0xb2100fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem06: MMIO range=[0xfedc7000-0xfedc7fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem07: MMIO range=[0xfedc9000-0xfedcafff] (8KB) from e820 map
[ 0.000000] efi: Remove mem08: MMIO range=[0xfea00000-0xfeafffff] (1MB) from e820 map
[ 0.000000] efi: Not removing mem09: MMIO range=[0xd0180000-0xd0180fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem10: MMIO range=[0xbb500000-0xbb500fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem11: MMIO range=[0xd8180000-0xd8180fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem12: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem13: MMIO range=[0x3ffb00000000-0x3ffb1fffffff] (512MB) from e820 map
[ 0.000000] efi: Not removing mem14: MMIO range=[0xeb080000-0xeb080fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem15: MMIO range=[0xe1400000-0xe1400fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem16: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] efi: Not removing mem17: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Remove mem18: MMIO range=[0xf5200000-0xf52fffff] (1MB) from e820 map
[ 0.000000] efi: Not removing mem19: MMIO range=[0xb3180000-0xb3180fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem20: MMIO range=[0xcf100000-0xcf100fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem21: MMIO range=[0xfedc2000-0xfedc5fff] (16KB) from e820 map
[ 0.000000] efi: Not removing mem22: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Not removing mem23: MMIO range=[0xf5400000-0xf5400fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem25: MMIO range=[0xe0500000-0xe0500fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem27: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem28: MMIO range=[0xc5000000-0xc5000fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem29: MMIO range=[0xfee00000-0xfeefffff] (1MB) from e820 map
[ 0.000000] efi: Not removing mem30: MMIO range=[0xd7100000-0xd7100fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem31: MMIO range=[0xf6180000-0xf6180fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem32: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem33: MMIO range=[0x3ffc00000000-0x3ffc03ffffff] (64MB) from e820 map
[ 0.000000] efi: Not removing mem36: MMIO range=[0xfedc0000-0xfedc0fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem37: MMIO range=[0xbc680000-0xbc680fff] (4KB) from e820 map
[ 0.000000] SMBIOS 3.7.0 present.
[ 0.000000] DMI: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[ 0.000000] DMI: Memory slots populated: 4/24
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1996.894 MHz processor
[ 0.001176] last_pfn = 0x404ccc0 max_arch_pfn = 0x10000000000
[ 0.007391] MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
[ 0.016696] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Memory KASLR using RDRAND RDTSC...
[ 0.028517] x2apic: enabled by BIOS, switching to x2apic ops
[ 0.034822] last_pfn = 0xa0000 max_arch_pfn = 0x10000000000
[ 0.045942] esrt: Reserving ESRT space from 0x0000000091913418 to 0x0000000091913450.
[ 0.054508] Using GB pages for direct mapping
[ 0.059807] Secure boot could not be determined
[ 0.064659] RAMDISK: [mem 0x4046bdf000-0x40485fffff]
[ 0.070193] ACPI: Early table checksum verification disabled
[ 0.076494] ACPI: RSDP 0x000000009A102014 000024 (v02 AMD )
[ 0.082889] ACPI: XSDT 0x000000009A101728 000104 (v01 AMD AmdTable 03042021 AMI 01000013)
[ 0.092395] ACPI: FACP 0x000000009A0F6000 000114 (v06 AMD AmdTable 03042021 AMI 00000005)
[ 0.101897] ACPI: DSDT 0x000000009A0B3000 042E09 (v02 AMD AmdTable 03042021 INTL 20220331)
[ 0.111397] ACPI: FACS 0x000000009A55C000 000040
[ 0.116536] ACPI: SSDT 0x000000009A0FF000 001351 (v02 AMD CPMI3CSA 00000001 INTL 20220331)
[ 0.126038] ACPI: SPMI 0x000000009A0FE000 000041 (v05 AMD AmdTable 00000000 AMI. 00000005)
[ 0.135540] ACPI: SSDT 0x000000009A0FD000 00015D (v02 AMD MPDMA 00000001 INTL 20220331)
[ 0.145043] ACPI: SSDT 0x000000009A0FC000 0001BA (v02 AMD SMU-HSMP 00000001 INTL 20220331)
[ 0.154545] ACPI: SSDT 0x000000009A0F8000 003CF8 (v02 AMD AMD AFC 00000001 INTL 20220331)
[ 0.164047] ACPI: SSDT 0x000000009A0F7000 000067 (v02 AMD CPMDSM 00000001 INTL 20220331)
[ 0.173550] ACPI: FIDT 0x000000009A0B2000 00009C (v01 AMD AmdTable 03042021 AMI 00000005)
[ 0.183052] ACPI: MCFG 0x000000009A0B1000 00003C (v01 AMD AmdTable 03042021 AMI 00000005)
[ 0.192554] ACPI: SSDT 0x000000009A0AF000 001E2D (v02 AMD CPUSSDT 03042021 AMI 03042021)
[ 0.202057] ACPI: HPET 0x000000009A0AE000 000038 (v01 AMD AmdTable 03042021 AMI 00000005)
[ 0.211560] ACPI: SSDT 0x000000009A0AB000 0024F9 (v02 AMD CPMRAS 00000001 INTL 20220331)
[ 0.221062] ACPI: BERT 0x000000009A0AA000 000030 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.230565] ACPI: HEST 0x000000009A0A9000 000A14 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.240067] ACPI: PHAT 0x000000009A0A8000 00010B (v01 AMD AMD PHAT 00000000 AMD 00000001)
[ 0.249570] ACPI: IVRS 0x000000009A0A7000 000794 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.259071] ACPI: FPDT 0x000000009A0A6000 000034 (v01 AMD AmdTable 01072009 AMI 01000013)
[ 0.268574] ACPI: BGRT 0x000000009A0A5000 000038 (v01 AMD AmdTable 03042021 AMI 00010013)
[ 0.278076] ACPI: ASPT 0x000000009A0A4000 000070 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.287579] ACPI: SSDT 0x000000009A066000 03D22E (v02 AMD AMD CPU 00000001 AMD 00000001)
[ 0.297081] ACPI: SRAT 0x000000009A064000 0018D0 (v03 AMD AMD SRAT 00000001 AMD 00000001)
[ 0.306584] ACPI: MSCT 0x000000009A063000 00004E (v01 AMD AmdTable 00000000 AMD 00000001)
[ 0.316086] ACPI: SLIT 0x000000009A062000 000030 (v01 AMD AMD SLIT 00000001 AMD 00000001)
[ 0.325589] ACPI: HMAT 0x000000009A061000 0000E8 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.335091] ACPI: SSDT 0x000000009A05F000 001828 (v02 AMD CPMCMN 00000001 INTL 20220331)
[ 0.344593] ACPI: PRMT 0x000000009A05E000 000196 (v01 AMD AmdTable 01072009 AMI 01000013)
[ 0.354096] ACPI: WSMT 0x000000009A05D000 000028 (v01 AMD AmdTable 03042021 AMI 00000005)
[ 0.363598] ACPI: APIC 0x000000009A059000 003118 (v06 AMD AmdTable 03042021 AMI 00000005)
[ 0.373100] ACPI: Reserving FACP table memory at [mem 0x9a0f6000-0x9a0f6113]
[ 0.380954] ACPI: Reserving DSDT table memory at [mem 0x9a0b3000-0x9a0f5e08]
[ 0.388808] ACPI: Reserving FACS table memory at [mem 0x9a55c000-0x9a55c03f]
[ 0.396662] ACPI: Reserving SSDT table memory at [mem 0x9a0ff000-0x9a100350]
[ 0.404516] ACPI: Reserving SPMI table memory at [mem 0x9a0fe000-0x9a0fe040]
[ 0.412370] ACPI: Reserving SSDT table memory at [mem 0x9a0fd000-0x9a0fd15c]
[ 0.420225] ACPI: Reserving SSDT table memory at [mem 0x9a0fc000-0x9a0fc1b9]
[ 0.428078] ACPI: Reserving SSDT table memory at [mem 0x9a0f8000-0x9a0fbcf7]
[ 0.435932] ACPI: Reserving SSDT table memory at [mem 0x9a0f7000-0x9a0f7066]
[ 0.443787] ACPI: Reserving FIDT table memory at [mem 0x9a0b2000-0x9a0b209b]
[ 0.451640] ACPI: Reserving MCFG table memory at [mem 0x9a0b1000-0x9a0b103b]
[ 0.459494] ACPI: Reserving SSDT table memory at [mem 0x9a0af000-0x9a0b0e2c]
[ 0.467349] ACPI: Reserving HPET table memory at [mem 0x9a0ae000-0x9a0ae037]
[ 0.475203] ACPI: Reserving SSDT table memory at [mem 0x9a0ab000-0x9a0ad4f8]
[ 0.483056] ACPI: Reserving BERT table memory at [mem 0x9a0aa000-0x9a0aa02f]
[ 0.490911] ACPI: Reserving HEST table memory at [mem 0x9a0a9000-0x9a0a9a13]
[ 0.498764] ACPI: Reserving PHAT table memory at [mem 0x9a0a8000-0x9a0a810a]
[ 0.506619] ACPI: Reserving IVRS table memory at [mem 0x9a0a7000-0x9a0a7793]
[ 0.514472] ACPI: Reserving FPDT table memory at [mem 0x9a0a6000-0x9a0a6033]
[ 0.522327] ACPI: Reserving BGRT table memory at [mem 0x9a0a5000-0x9a0a5037]
[ 0.530180] ACPI: Reserving ASPT table memory at [mem 0x9a0a4000-0x9a0a406f]
[ 0.538035] ACPI: Reserving SSDT table memory at [mem 0x9a066000-0x9a0a322d]
[ 0.545889] ACPI: Reserving SRAT table memory at [mem 0x9a064000-0x9a0658cf]
[ 0.553743] ACPI: Reserving MSCT table memory at [mem 0x9a063000-0x9a06304d]
[ 0.561597] ACPI: Reserving SLIT table memory at [mem 0x9a062000-0x9a06202f]
[ 0.569451] ACPI: Reserving HMAT table memory at [mem 0x9a061000-0x9a0610e7]
[ 0.577305] ACPI: Reserving SSDT table memory at [mem 0x9a05f000-0x9a060827]
[ 0.585159] ACPI: Reserving PRMT table memory at [mem 0x9a05e000-0x9a05e195]
[ 0.593014] ACPI: Reserving WSMT table memory at [mem 0x9a05d000-0x9a05d027]
[ 0.600867] ACPI: Reserving APIC table memory at [mem 0x9a059000-0x9a05c117]
[ 0.608818] APIC: Switched APIC routing to: cluster x2apic
[ 0.614862] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[ 0.621520] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0xafffffff]
[ 0.628212] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x204fffffff]
[ 0.635192] ACPI: SRAT: Node 1 PXM 1 [mem 0x2050000000-0x404fffffff]
[ 0.642277] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0xafffffff] -> [mem 0x00001000-0xafffffff]
[ 0.653713] NUMA: Node 0 [mem 0x00001000-0xafffffff] + [mem 0x100000000-0x204fffffff] -> [mem 0x00001000-0x204fffffff]
[ 0.665644] NODE_DATA(0) allocated [mem 0x204ffd5d80-0x204fffffff]
[ 0.672528] NODE_DATA(1) allocated [mem 0x404cc94d80-0x404ccbefff]
[ 0.679474] crashkernel reserved: 0x0000000085000000 - 0x0000000091000000 (192 MB)
[ 0.688081] Zone ranges:
[ 0.690703] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.697588] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.704472] Normal [mem 0x0000000100000000-0x000000404ccbffff]
[ 0.711357] Device empty
[ 0.714556] Movable zone start for each node
[ 0.719308] Early memory node ranges
[ 0.723284] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.730265] node 0: [mem 0x0000000000100000-0x0000000075b5ffff]
[ 0.737246] node 0: [mem 0x0000000075c21000-0x0000000075c5ffff]
[ 0.744227] node 0: [mem 0x0000000076000000-0x0000000095992fff]
[ 0.751209] node 0: [mem 0x000000009d3ff000-0x000000009fff9fff]
[ 0.758190] node 0: [mem 0x000000009ffff000-0x000000009fffffff]
[ 0.765171] node 0: [mem 0x0000000100010000-0x000000204fffffff]
[ 0.772158] node 1: [mem 0x0000002050000000-0x000000404bffffff]
[ 0.779139] node 1: [mem 0x000000404c800000-0x000000404ccbffff]
[ 0.786116] Initmem setup node 0 [mem 0x0000000000001000-0x000000204fffffff]
[ 0.793973] Initmem setup node 1 [mem 0x0000002050000000-0x000000404ccbffff]
[ 0.801826] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.808327] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.815638] On node 0, zone DMA32: 193 pages in unavailable ranges
[ 0.822614] On node 0, zone DMA32: 928 pages in unavailable ranges
[ 0.829448] On node 0, zone DMA32: 31340 pages in unavailable ranges
[ 0.836388] On node 0, zone DMA32: 5 pages in unavailable ranges
[ 0.915985] On node 0, zone Normal: 16 pages in unavailable ranges
[ 1.036404] On node 1, zone Normal: 2048 pages in unavailable ranges
[ 1.043352] On node 1, zone Normal: 13120 pages in unavailable ranges
[ 1.050610] ACPI: PM-Timer IO Port: 0x808
[ 1.054997] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[ 1.061839] IOAPIC[0]: apic_id 128, version 33, address 0xfec00000, GSI 0-23
[ 1.069678] IOAPIC[1]: apic_id 240, version 33, address 0xf5400000, GSI 24-55
[ 1.077629] IOAPIC[2]: apic_id 241, version 33, address 0xeb080000, GSI 56-87
[ 1.085580] IOAPIC[3]: apic_id 242, version 33, address 0xf6180000, GSI 88-119
[ 1.093628] IOAPIC[4]: apic_id 243, version 33, address 0xd8180000, GSI 120-151
[ 1.101773] IOAPIC[5]: apic_id 244, version 33, address 0xe1400000, GSI 152-183
[ 1.109918] IOAPIC[6]: apic_id 245, version 33, address 0xec100000, GSI 184-215
[ 1.118063] IOAPIC[7]: apic_id 246, version 33, address 0xd7100000, GSI 216-247
[ 1.126208] IOAPIC[8]: apic_id 247, version 33, address 0xe0500000, GSI 248-279
[ 1.134354] IOAPIC[9]: apic_id 248, version 33, address 0xd0180000, GSI 280-311
[ 1.142499] IOAPIC[10]: apic_id 249, version 33, address 0xc6080000, GSI 312-343
[ 1.150741] IOAPIC[11]: apic_id 250, version 33, address 0xbc680000, GSI 344-375
[ 1.158983] IOAPIC[12]: apic_id 251, version 33, address 0xb3180000, GSI 376-407
[ 1.167224] IOAPIC[13]: apic_id 252, version 33, address 0xc5000000, GSI 408-439
[ 1.175467] IOAPIC[14]: apic_id 253, version 33, address 0xcf100000, GSI 440-471
[ 1.183709] IOAPIC[15]: apic_id 254, version 33, address 0xb2100000, GSI 472-503
[ 1.191951] IOAPIC[16]: apic_id 255, version 33, address 0xbb500000, GSI 504-535
[ 1.200191] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 1.207267] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 1.214545] ACPI: Using ACPI (MADT) for SMP configuration information
[ 1.221715] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 1.227471] CPU topo: Max. logical packages: 2
[ 1.232574] CPU topo: Max. logical dies: 16
[ 1.237713] CPU topo: Max. dies per package: 8
[ 1.242855] CPU topo: Max. threads per core: 2
[ 1.247992] CPU topo: Num. cores per package: 64
[ 1.253422] CPU topo: Num. threads per package: 128
[ 1.258851] CPU topo: Allowing 256 present CPUs plus 0 hotplug CPUs
[ 1.265872] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 1.274269] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 1.282704] PM: hibernation: Registered nosave memory: [mem 0x75b60000-0x75c20fff]
[ 1.291140] PM: hibernation: Registered nosave memory: [mem 0x75c60000-0x75ffffff]
[ 1.299576] PM: hibernation: Registered nosave memory: [mem 0x91913000-0x91913fff]
[ 1.308012] PM: hibernation: Registered nosave memory: [mem 0x91fa6000-0x91ff8fff]
[ 1.316448] PM: hibernation: Registered nosave memory: [mem 0x95993000-0x9a017fff]
[ 1.324883] PM: hibernation: Registered nosave memory: [mem 0x9a018000-0x9a102fff]
[ 1.333319] PM: hibernation: Registered nosave memory: [mem 0x9a103000-0x9a583fff]
[ 1.341754] PM: hibernation: Registered nosave memory: [mem 0x9a584000-0x9d3fefff]
[ 1.350191] PM: hibernation: Registered nosave memory: [mem 0x9fffa000-0x9fffefff]
[ 1.358627] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xafffffff]
[ 1.367062] PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xb20fffff]
[ 1.375498] PM: hibernation: Registered nosave memory: [mem 0xb2100000-0xb2100fff]
[ 1.383934] PM: hibernation: Registered nosave memory: [mem 0xb2101000-0xb317ffff]
[ 1.392370] PM: hibernation: Registered nosave memory: [mem 0xb3180000-0xb3180fff]
[ 1.400806] PM: hibernation: Registered nosave memory: [mem 0xb3181000-0xbb4fffff]
[ 1.409241] PM: hibernation: Registered nosave memory: [mem 0xbb500000-0xbb500fff]
[ 1.417677] PM: hibernation: Registered nosave memory: [mem 0xbb501000-0xbc67ffff]
[ 1.426113] PM: hibernation: Registered nosave memory: [mem 0xbc680000-0xbc680fff]
[ 1.434548] PM: hibernation: Registered nosave memory: [mem 0xbc681000-0xc4ffffff]
[ 1.442984] PM: hibernation: Registered nosave memory: [mem 0xc5000000-0xc5000fff]
[ 1.451421] PM: hibernation: Registered nosave memory: [mem 0xc5001000-0xc607ffff]
[ 1.459856] PM: hibernation: Registered nosave memory: [mem 0xc6080000-0xc6080fff]
[ 1.468292] PM: hibernation: Registered nosave memory: [mem 0xc6081000-0xcf0fffff]
[ 1.476728] PM: hibernation: Registered nosave memory: [mem 0xcf100000-0xcf100fff]
[ 1.485164] PM: hibernation: Registered nosave memory: [mem 0xcf101000-0xd017ffff]
[ 1.493599] PM: hibernation: Registered nosave memory: [mem 0xd0180000-0xd0180fff]
[ 1.502035] PM: hibernation: Registered nosave memory: [mem 0xd0181000-0xd70fffff]
[ 1.510471] PM: hibernation: Registered nosave memory: [mem 0xd7100000-0xd7100fff]
[ 1.518907] PM: hibernation: Registered nosave memory: [mem 0xd7101000-0xd817ffff]
[ 1.527343] PM: hibernation: Registered nosave memory: [mem 0xd8180000-0xd8180fff]
[ 1.535779] PM: hibernation: Registered nosave memory: [mem 0xd8181000-0xe04fffff]
[ 1.544214] PM: hibernation: Registered nosave memory: [mem 0xe0500000-0xe0500fff]
[ 1.552651] PM: hibernation: Registered nosave memory: [mem 0xe0501000-0xe13fffff]
[ 1.561086] PM: hibernation: Registered nosave memory: [mem 0xe1400000-0xe1400fff]
[ 1.569522] PM: hibernation: Registered nosave memory: [mem 0xe1401000-0xeb07ffff]
[ 1.577958] PM: hibernation: Registered nosave memory: [mem 0xeb080000-0xeb080fff]
[ 1.586394] PM: hibernation: Registered nosave memory: [mem 0xeb081000-0xec0fffff]
[ 1.594829] PM: hibernation: Registered nosave memory: [mem 0xec100000-0xec100fff]
[ 1.603265] PM: hibernation: Registered nosave memory: [mem 0xec101000-0xf53fffff]
[ 1.611701] PM: hibernation: Registered nosave memory: [mem 0xf5400000-0xf5400fff]
[ 1.620137] PM: hibernation: Registered nosave memory: [mem 0xf5401000-0xf617ffff]
[ 1.628572] PM: hibernation: Registered nosave memory: [mem 0xf6180000-0xf6180fff]
[ 1.637009] PM: hibernation: Registered nosave memory: [mem 0xf6181000-0xfebfffff]
[ 1.645444] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 1.653880] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[ 1.662316] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 1.670751] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[ 1.679188] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 1.687623] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 1.696059] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 1.704495] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 1.712931] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 1.721367] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
[ 1.729803] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
[ 1.738239] PM: hibernation: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
[ 1.746674] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedc5fff]
[ 1.755110] PM: hibernation: Registered nosave memory: [mem 0xfedc6000-0xfedc6fff]
[ 1.763546] PM: hibernation: Registered nosave memory: [mem 0xfedc7000-0xfedc7fff]
[ 1.771982] PM: hibernation: Registered nosave memory: [mem 0xfedc8000-0xfedc8fff]
[ 1.780417] PM: hibernation: Registered nosave memory: [mem 0xfedc9000-0xfedcafff]
[ 1.788854] PM: hibernation: Registered nosave memory: [mem 0xfedcb000-0xffffffff]
[ 1.797289] PM: hibernation: Registered nosave memory: [mem 0x100000000-0x10000ffff]
[ 1.805920] PM: hibernation: Registered nosave memory: [mem 0x404c000000-0x404c7fffff]
[ 1.814745] [mem 0xe1401000-0xeb07ffff] available for PCI devices
[ 1.821531] Booting paravirtualized kernel on bare hardware
[ 1.827738] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 1.839391] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:256 nr_cpu_ids:256 nr_node_ids:2
[ 1.853694] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[ 1.860965] Kernel command line: root=UUID=6c07d1f8-f936-4d1c-956e-62d8d0134454 ro ras=cec_disable console=tty0 console=ttyS1,115200n8 earlyprintk=serial,ttyS1,115200n8 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M crashkernel=512M-:192M kexec_jump_back_entry=0x0ef2fa5530f02b59 kexec_jump_back_entry=0x8867bd740faebf51
[ 1.895218] Unknown kernel command line parameters "kexec_jump_back_entry=0x8867bd740faebf51", will be passed to user space.
[ 1.907636] random: crng init done
[ 1.911399] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 1.919156] printk: log_buf_len total cpu_extra contributions: 1044480 bytes
[ 1.927010] printk: log_buf_len min size: 262144 bytes
[ 1.933519] printk: log buffer data + meta data: 2097152 + 7340032 = 9437184 bytes
[ 1.941768] printk: early log buf free: 235104(89%)
[ 1.950406] software IO TLB: area num 256.
[ 1.959483] Fallback order for Node 0: 0 1
[ 1.959488] Fallback order for Node 1: 1 0
[ 1.959505] Built 2 zonelists, mobility grouping on. Total pages: 66995581
[ 1.976383] Policy zone: Normal
[ 1.979886] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 2.275613] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=256, Nodes=2
Poking KASLR using RDRAND RDTSC...
[ 2.302408] ftrace: allocating 58571 entries in 232 pages
[ 2.308233] ftrace: allocated 232 pages with 4 groups
[ 2.315196] Dynamic Preempt: voluntary
[ 2.319693] rcu: Preemptible hierarchical RCU implementation.
[ 2.325895] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=256.
[ 2.333652] Trampoline variant of Tasks RCU enabled.
[ 2.339275] Rude variant of Tasks RCU enabled.
[ 2.344318] Tracing variant of Tasks RCU enabled.
[ 2.349651] rcu: RCU calculated value of scheduler-enlistment delay is 26 jiffies.
[ 2.358087] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=256
[ 2.365801] RCU Tasks: Setting shift to 8 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=256.
[ 2.375642] RCU Tasks Rude: Setting shift to 8 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=256.
[ 2.386018] RCU Tasks Trace: Setting shift to 8 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=256.
[ 2.398926] NR_IRQS: 524544, nr_irqs: 11176, preallocated irqs: 16
[ 2.405905] rcu: srcu_init: Setting srcu_struct sizes to big.
[ 2.412287] Spurious LAPIC timer interrupt on cpu 0
[ 2.417576] Console: colour dummy device 80x25
[ 2.422492] printk: legacy console [tty0] enabled
[ 2.428076] printk: legacy console [ttyS1] enabled
[ 2.428076] printk: legacy console [ttyS1] enabled
[ 2.438562] printk: legacy bootconsole [earlyser0] disabled
[ 2.438562] printk: legacy bootconsole [earlyser0] disabled
[ 2.451084] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 2.463684] ACPI: Core revision 20240827
[ 2.468315] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 2.478523] APIC: Switch to symmetric I/O mode setup
[ 2.484217] AMD-Vi: ivrs, add hid:AMDI0096, uid:ID01, rdevid:0x7000
[ 2.491257] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
[ 2.498059] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
[ 2.504858] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
[ 2.511657] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0xa0
[ 2.518457] AMD-Vi: ivrs, add hid:AMDI0095, uid:ID00, rdevid:0x0
[ 2.525204] AMD-Vi: ivrs, add hid:AMDI0096, uid:ID03, rdevid:0xf000
[ 2.532239] AMD-Vi: ivrs, add hid:AMDI0096, uid:ID02, rdevid:0x8000
[ 2.539254] AMD-Vi: Using global IVHD EFR:0x25bf732fa2295afe, EFR2:0x53f
[ 2.550834] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 2.574530] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39916ff7a68, max_idle_ns: 881590438241 ns
[ 2.586276] Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.78 BogoMIPS (lpj=7987576)
[ 2.590299] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 2.594500] LVT offset 2 assigned for vector 0xf4
[ 2.598340] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
[ 2.602275] Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
[ 2.606277] process: using mwait in idle threads
[ 2.610277] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 2.614277] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 2.618275] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 2.622278] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 2.626276] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 2.630277] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 2.634277] Speculative Return Stack Overflow: Mitigation: IBPB on VMEXIT only
[ 2.638283] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 2.642276] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 2.646275] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 2.650276] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 2.654275] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 2.658275] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 2.662275] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 2.666276] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 2.670276] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 2.674275] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 2.678275] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 2.682275] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 2.686275] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 2.690275] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 2.694275] x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
[ 2.729715] Freeing SMP alternatives memory: 52K
[ 2.730277] pid_max: default: 262144 minimum: 2048
[ 2.734404] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,ima,evm
[ 2.738358] landlock: Up and running.
[ 2.742275] Yama: becoming mindful.
[ 2.746365] AppArmor: AppArmor initialized
[ 2.760064] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[ 2.769413] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[ 2.770380] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 2.774404] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 2.887682] smpboot: CPU0: AMD Eng Sample: 100-000001537-03 (family: 0x1a, model: 0x2, stepping: 0x0)
[ 2.890454] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 2.894277] ... version: 2
[ 2.898275] ... bit width: 48
[ 2.902275] ... generic registers: 6
[ 2.906275] ... value mask: 0000ffffffffffff
[ 2.910275] ... max period: 00007fffffffffff
[ 2.914275] ... fixed-purpose events: 0
[ 2.918275] ... event mask: 000000000000003f
[ 2.922476] signal: max sigframe size: 3376
[ 2.926303] rcu: Hierarchical SRCU implementation.
[ 2.930275] rcu: Max phase no-delay instances is 1000.
[ 2.934303] Timer migration: 4 hierarchy levels; 8 children per group; 3 crossnode level
[ 2.942326] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 2.951066] smp: Bringing up secondary CPUs ...
[ 2.954361] smpboot: x86: Booting SMP configuration:
[ 2.958276] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 #32 #33 #34 #35 #36 #37 #38 #39 #40 #41 #42 #43 #44 #45 #46 #47 #48 #49 #50 #51 #52 #53 #54 #55 #56 #57 #58 #59 #60 #61 #62 #63
[ 2.970283] .... node #1, CPUs: #64 #65 #66 #67 #68 #69 #70 #71 #72 #73 #74 #75 #76 #77 #78 #79 #80 #81 #82 #83 #84 #85 #86 #87 #88 #89 #90 #91 #92 #93 #94 #95 #96 #97 #98 #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[ 3.026278] .... node #0, CPUs: #128 #129 #130 #131 #132 #133 #134 #135 #136 #137 #138 #139 #140 #141 #142 #143 #144 #145 #146 #147 #148 #149 #150 #151 #152 #153 #154 #155 #156 #157 #158 #159 #160 #161 #162 #163 #164 #165 #166 #167 #168 #169 #170 #171 #172 #173 #174 #175 #176 #177 #178 #179 #180 #181 #182 #183 #184 #185 #186 #187 #188 #189 #190 #191
[ 3.038284] .... node #1, CPUs: #192 #193 #194 #195 #196 #197 #198 #199 #200 #201 #202 #203 #204 #205 #206 #207 #208 #209 #210 #211 #212 #213 #214 #215 #216 #217 #218 #219 #220 #221 #222 #223 #224 #225 #226 #227 #228 #229 #230 #231 #232 #233 #234 #235 #236 #237 #238 #239 #240 #241 #242 #243 #244 #245 #246 #247 #248 #249 #250 #251 #252 #253 #254 #255
[ 3.298609] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 3.334401] smp: Brought up 2 nodes, 256 CPUs
[ 3.338280] smpboot: Total of 256 processors activated (1022409.72 BogoMIPS)
[ 3.359948] Memory: 262962036K/267982324K available (21247K kernel code, 4693K rwdata, 8652K rodata, 5164K init, 4280K bss, 4603116K reserved, 0K cma-reserved)
[ 3.366435] devtmpfs: initialized
[ 3.370335] x86/mm: Memory block size: 2048MB
[ 3.380371] ACPI: PM: Registering ACPI NVS region [mem 0x75b60000-0x75c20fff] (790528 bytes)
[ 3.382285] ACPI: PM: Registering ACPI NVS region [mem 0x9a103000-0x9a583fff] (4722688 bytes)
[ 3.386351] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 3.390360] posixtimers hash table entries: 131072 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 3.394541] futex hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 3.398522] pinctrl core: initialized pinctrl subsystem
[ 3.402370] PM: RTC time: 19:40:09, date: 2025-04-04
[ 3.406763] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 3.410747] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 3.414432] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 3.418429] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 3.422283] audit: initializing netlink subsys (disabled)
[ 3.426300] audit: type=2000 audit(1743795607.904:1): state=initialized audit_enabled=0 res=1
[ 3.426404] thermal_sys: Registered thermal governor 'fair_share'
[ 3.430278] thermal_sys: Registered thermal governor 'bang_bang'
[ 3.434275] thermal_sys: Registered thermal governor 'step_wise'
[ 3.438276] thermal_sys: Registered thermal governor 'user_space'
[ 3.442275] thermal_sys: Registered thermal governor 'power_allocator'
[ 3.446305] cpuidle: using governor ladder
[ 3.454292] cpuidle: using governor menu
[ 3.462746] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 3.466346] PCI: ECAM [mem 0x3ffb00000000-0x3ffb0fffffff] (base 0x3ffb00000000) for domain 0000 [bus 00-ff]
[ 3.470289] PCI: Using configuration type 1 for base access
[ 3.474339] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 3.478400] HugeTLB: allocation took 0ms with hugepage_allocation_threads=64
[ 3.482297] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 3.486276] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 3.490277] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 3.494275] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 3.498468] fbcon: Taking over console
[ 3.502311] Failed to find VA for GUID: 7626C6AE-F973-429C-A91C-107D7BE298B0, PA: 0x0
[ 3.502314] Failed to find VA for GUID: 0639BD1C-3E33-4055-BAE7-36CCEBA8376E, PA: 0x0
[ 3.506276] Failed to find VA for GUID: E7180659-A65D-451D-92CD-2B56F12BEBA6, PA: 0x0
[ 3.510275] Failed to find VA for GUID: 00C77891-7FCB-4D01-94E1-72F8E4EE1AF7, PA: 0x0
[ 3.514276] Failed to find VA for GUID: D1C6B8F2-F9AC-4BF0-855E-DBD582CE4B20, PA: 0x0
[ 3.518275] Failed to find VA for GUID: 69AA0A9C-E3FC-4B0D-929E-AA1BDE5D9A9B, PA: 0x0
[ 3.522276] Failed to find VA for GUID: EE41B397-25D4-452C-AD54-48C6E3480B94, PA: 0x0
[ 3.526278] PRM: found 1 modules
[ 3.533928] ACPI: Added _OSI(Module Device)
[ 3.534276] ACPI: Added _OSI(Processor Device)
[ 3.538275] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 3.542275] ACPI: Added _OSI(Processor Aggregator Device)
[ 3.569877] ACPI: 10 ACPI AML tables successfully acquired and loaded
[ 3.578624] ACPI: Interpreter enabled
[ 3.582285] ACPI: PM: (supports S0 S5)
[ 3.586275] ACPI: Using IOAPIC for interrupt routing
[ 3.590698] HEST: Table parsing has been initialized.
[ 3.594330] GHES: APEI firmware first mode is enabled by APEI bit.
[ 3.598277] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 3.602276] PCI: Ignoring E820 reservations for host bridge windows
[ 3.606986] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 3.610934] ACPI: \_SB_.S0D0.C000.SATA.P0SA: New power resource
[ 3.614287] ACPI: \_SB_.S0D0.C000.SATA.P3SA: New power resource
[ 3.618454] ACPI: \_SB_.S0D0.C000.SAT2.P0SA: New power resource
[ 3.622285] ACPI: \_SB_.S0D0.C000.SAT2.P3SA: New power resource
[ 3.626967] ACPI: \_SB_.S0D1.C011.SA11.P0SA: New power resource
[ 3.630285] ACPI: \_SB_.S0D1.C011.SA11.P3SA: New power resource
[ 3.634449] ACPI: \_SB_.S0D1.C011.SA12.P0SA: New power resource
[ 3.638285] ACPI: \_SB_.S0D1.C011.SA12.P3SA: New power resource
[ 3.642972] ACPI: \_SB_.PCI0.C021.SATA.P0SA: New power resource
[ 3.646285] ACPI: \_SB_.PCI0.C021.SATA.P3SA: New power resource
[ 3.650437] ACPI: \_SB_.PCI0.C021.SAT2.P0SA: New power resource
[ 3.654285] ACPI: \_SB_.PCI0.C021.SAT2.P3SA: New power resource
[ 3.665628] ACPI: \_SB_.S1D1.C110.SA91.P0SA: New power resource
[ 3.666286] ACPI: \_SB_.S1D1.C110.SA91.P3SA: New power resource
[ 3.670455] ACPI: \_SB_.S1D1.C110.SA92.P0SA: New power resource
[ 3.674285] ACPI: \_SB_.S1D1.C110.SA92.P3SA: New power resource
[ 3.679143] ACPI: \_SB_.S1D3.C130.SAB1.P0SA: New power resource
[ 3.682285] ACPI: \_SB_.S1D3.C130.SAB1.P3SA: New power resource
[ 3.686453] ACPI: \_SB_.S1D3.C130.SAB2.P0SA: New power resource
[ 3.690285] ACPI: \_SB_.S1D3.C130.SAB2.P3SA: New power resource
[ 3.703609] ACPI: PCI Root Bridge [S0D0] (domain 0000 [bus 70-7f])
[ 3.706280] acpi ACPI0016:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.710276] acpi ACPI0016:00: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 3.718288] acpi ACPI0016:00: _OSC: platform does not support [AER LTR]
[ 3.724008] acpi ACPI0016:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 3.726276] acpi ACPI0016:00: _OSC: OS now controls [CXLMemErrorReporting]
[ 3.730440] PCI host bridge to bus 0000:70
[ 3.734302] pci_bus 0000:70: root bus resource [io 0x8000-0x9fff window]
[ 3.738276] pci_bus 0000:70: root bus resource [mem 0xf1000000-0xf30fffff window]
[ 3.742275] pci_bus 0000:70: root bus resource [mem 0x10021000000-0x20020ffffff window]
[ 3.746276] pci_bus 0000:70: root bus resource [bus 70-7f]
[ 3.750290] pci 0000:70:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 3.755455] pci 0000:70:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 3.758355] pci 0000:70:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 3.762634] pci 0000:70:00.3: enabling Extended Tags
[ 3.767509] pci 0000:70:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.770324] pci 0000:70:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.774323] pci 0000:70:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.778323] pci 0000:70:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.782322] pci 0000:70:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.786323] pci 0000:70:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.790340] pci 0000:70:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 3.794289] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 3.798280] pci 0000:70:07.1: bridge window [mem 0xf3000000-0xf30fffff]
[ 3.802364] pci 0000:70:07.1: PME# supported from D0 D3hot D3cold
[ 3.806415] pci 0000:71:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 3.814388] pci 0000:71:00.4: [1022:1557] type 00 class 0x0c0330 PCIe Endpoint
[ 3.818298] pci 0000:71:00.4: BAR 0 [mem 0xf3000000-0xf30fffff 64bit]
[ 3.822358] pci 0000:71:00.4: PME# supported from D0 D3hot D3cold
[ 3.826339] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 3.831362] ACPI: PCI Root Bridge [S0D1] (domain 0000 [bus 50-5f])
[ 3.834276] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.838380] acpi PNP0A08:00: _OSC: platform does not support [AER LTR]
[ 3.842468] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 3.846449] PCI host bridge to bus 0000:50
[ 3.850301] pci_bus 0000:50: root bus resource [io 0x03b0-0x03df window]
[ 3.854275] pci_bus 0000:50: root bus resource [io 0x6000-0x6fff window]
[ 3.858276] pci_bus 0000:50: root bus resource [mem 0x000a0000-0x000bffff window]
[ 3.862275] pci_bus 0000:50: root bus resource [mem 0xe7000000-0xeaefffff window]
[ 3.866276] pci_bus 0000:50: root bus resource [mem 0x30081000000-0x40080ffffff window]
[ 3.870276] pci_bus 0000:50: root bus resource [bus 50-5f]
[ 3.874281] pci 0000:50:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 3.879729] pci 0000:50:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 3.882348] pci 0000:50:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.886324] pci 0000:50:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.891142] pci 0000:50:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.894348] pci 0000:50:03.1: [1022:1554] type 01 class 0x060400 PCIe Root Port
[ 3.898289] pci 0000:50:03.1: PCI bridge to [bus 51]
[ 3.902279] pci 0000:50:03.1: bridge window [mem 0xea500000-0xea5fffff]
[ 3.911618] pci 0000:50:03.1: PME# supported from D0 D3hot D3cold
[ 3.914601] pci 0000:50:03.3: [1022:1554] type 01 class 0x060400 PCIe Root Port
[ 3.918290] pci 0000:50:03.3: PCI bridge to [bus 52]
[ 3.922284] pci 0000:50:03.3: bridge window [mem 0x40080f00000-0x40080ffffff 64bit pref]
[ 3.934393] pci 0000:50:03.3: PME# supported from D0 D3hot D3cold
[ 3.938572] pci 0000:50:03.4: [1022:1554] type 01 class 0x060400 PCIe Root Port
[ 3.942289] pci 0000:50:03.4: PCI bridge to [bus 53-54]
[ 3.946278] pci 0000:50:03.4: bridge window [io 0x6000-0x6fff]
[ 3.950276] pci 0000:50:03.4: bridge window [mem 0xe9000000-0xea1fffff]
[ 3.958393] pci 0000:50:03.4: PME# supported from D0 D3hot D3cold
[ 3.962547] pci 0000:50:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.967549] pci 0000:50:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.970326] pci 0000:50:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 3.974347] pci 0000:50:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 3.978289] pci 0000:50:07.1: PCI bridge to [bus 55]
[ 3.982279] pci 0000:50:07.1: bridge window [mem 0xea300000-0xea4fffff]
[ 3.986365] pci 0000:50:07.1: PME# supported from D0 D3hot D3cold
[ 3.990408] pci 0000:51:00.0: [144d:a80a] type 00 class 0x010802 PCIe Endpoint
[ 3.994314] pci 0000:51:00.0: BAR 0 [mem 0xea500000-0xea503fff 64bit]
[ 3.999509] pci 0000:51:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:50:03.1 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[ 4.002343] pci 0000:50:03.1: PCI bridge to [bus 51]
[ 4.006890] pci 0000:52:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[ 4.010318] pci 0000:52:00.0: BAR 0 [mem 0x40080f20000-0x40080f2ffff 64bit pref]
[ 4.014278] pci 0000:52:00.0: BAR 2 [mem 0x40080f10000-0x40080f1ffff 64bit pref]
[ 4.018277] pci 0000:52:00.0: BAR 4 [mem 0x40080f00000-0x40080f0ffff 64bit pref]
[ 4.023521] pci 0000:52:00.0: PME# supported from D0 D3hot D3cold
[ 4.026325] pci 0000:52:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:50:03.3 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[ 4.030339] pci 0000:50:03.3: PCI bridge to [bus 52]
[ 4.035031] pci 0000:53:00.0: [1a03:1150] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[ 4.038310] pci 0000:53:00.0: PCI bridge to [bus 54]
[ 4.042282] pci 0000:53:00.0: bridge window [io 0x6000-0x6fff]
[ 4.046278] pci 0000:53:00.0: bridge window [mem 0xe9000000-0xea1fffff]
[ 4.051470] pci 0000:53:00.0: supports D1 D2
[ 4.054275] pci 0000:53:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 4.058407] pci 0000:50:03.4: PCI bridge to [bus 53-54]
[ 4.062322] pci_bus 0000:54: extended config space not accessible
[ 4.066290] pci 0000:54:00.0: [1a03:2000] type 00 class 0x030000 conventional PCI endpoint
[ 4.070330] pci 0000:54:00.0: BAR 0 [mem 0xe9000000-0xe9ffffff]
[ 4.074277] pci 0000:54:00.0: BAR 1 [mem 0xea140000-0xea17ffff]
[ 4.078277] pci 0000:54:00.0: BAR 2 [io 0x6000-0x607f]
[ 4.082319] pci 0000:54:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 4.086312] pci 0000:54:00.0: supports D1 D2
[ 4.090275] pci 0000:54:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 4.094340] pci 0000:54:01.0: [1a03:2402] type 00 class 0xff0000 conventional PCI endpoint
[ 4.098328] pci 0000:54:01.0: BAR 0 [mem 0xea000000-0xea0fffff]
[ 4.102277] pci 0000:54:01.0: BAR 1 [mem 0xea100000-0xea13ffff]
[ 4.106347] pci 0000:54:01.0: supports D1 D2
[ 4.110275] pci 0000:54:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 4.114371] pci 0000:53:00.0: PCI bridge to [bus 54]
[ 4.118714] pci 0000:55:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 4.126283] pci 0000:55:00.5: [1022:156e] type 00 class 0x108000 PCIe Endpoint
[ 4.130298] pci 0000:55:00.5: BAR 2 [mem 0xea300000-0xea3fffff]
[ 4.134277] pci 0000:55:00.5: BAR 5 [mem 0xea400000-0xea401fff]
[ 4.138979] pci 0000:50:07.1: PCI bridge to [bus 55]
[ 4.146687] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-0f])
[ 4.150276] acpi ACPI0016:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.154276] acpi ACPI0016:01: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 4.158750] acpi ACPI0016:01: _OSC: platform does not support [AER LTR]
[ 4.166626] acpi ACPI0016:01: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.170276] acpi ACPI0016:01: _OSC: OS now controls [CXLMemErrorReporting]
[ 4.174488] PCI host bridge to bus 0000:00
[ 4.178301] pci_bus 0000:00: root bus resource [io 0x0000-0x02e7 window]
[ 4.182275] pci_bus 0000:00: root bus resource [io 0x0300-0x03af window]
[ 4.186275] pci_bus 0000:00: root bus resource [io 0x0400-0x0cf7 window]
[ 4.190275] pci_bus 0000:00: root bus resource [io 0x1000-0x1fff window]
[ 4.194275] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 4.198275] pci_bus 0000:00: root bus resource [mem 0xf7000000-0xf8ffffff window]
[ 4.202275] pci_bus 0000:00: root bus resource [mem 0x500e1000000-0x600e0ffffff window]
[ 4.206275] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 4.210283] pci 0000:00:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.215141] pci 0000:00:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 4.218347] pci 0000:00:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 4.222637] pci 0000:00:00.3: enabling Extended Tags
[ 4.227484] pci 0000:00:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.230350] pci 0000:00:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.234291] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 4.238280] pci 0000:00:01.1: bridge window [mem 0xf7000000-0xf71fffff]
[ 4.242281] pci 0000:00:01.1: bridge window [mem 0x500e1000000-0x500e11fffff 64bit pref]
[ 4.251646] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 4.254616] pci 0000:00:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.258291] pci 0000:00:01.3: PCI bridge to [bus 02]
[ 4.262279] pci 0000:00:01.3: bridge window [io 0x1000-0x1fff]
[ 4.266277] pci 0000:00:01.3: bridge window [mem 0xf7200000-0xf73fffff]
[ 4.270281] pci 0000:00:01.3: bridge window [mem 0x500e1200000-0x500e13fffff 64bit pref]
[ 4.279645] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 4.282590] pci 0000:00:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.286330] pci 0000:00:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.290327] pci 0000:00:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.294327] pci 0000:00:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.298327] pci 0000:00:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.302341] pci 0000:00:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 4.306288] pci 0000:00:07.1: PCI bridge to [bus 03]
[ 4.311258] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 4.314363] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 4.318355] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 4.322372] pci 0000:00:18.0: [1022:12c0] type 00 class 0x060000 conventional PCI endpoint
[ 4.326304] pci 0000:00:18.1: [1022:12c1] type 00 class 0x060000 conventional PCI endpoint
[ 4.330302] pci 0000:00:18.2: [1022:12c2] type 00 class 0x060000 conventional PCI endpoint
[ 4.334305] pci 0000:00:18.3: [1022:12c3] type 00 class 0x060000 conventional PCI endpoint
[ 4.338303] pci 0000:00:18.4: [1022:12c4] type 00 class 0x060000 conventional PCI endpoint
[ 4.342303] pci 0000:00:18.5: [1022:12c5] type 00 class 0x060000 conventional PCI endpoint
[ 4.346378] pci 0000:00:18.6: [1022:12c6] type 00 class 0x060000 conventional PCI endpoint
[ 4.358305] pci 0000:00:18.7: [1022:12c7] type 00 class 0x060000 conventional PCI endpoint
[ 4.366303] pci 0000:00:19.0: [1022:12c0] type 00 class 0x060000 conventional PCI endpoint
[ 4.374311] pci 0000:00:19.1: [1022:12c1] type 00 class 0x060000 conventional PCI endpoint
[ 4.386309] pci 0000:00:19.2: [1022:12c2] type 00 class 0x060000 conventional PCI endpoint
[ 4.394309] pci 0000:00:19.3: [1022:12c3] type 00 class 0x060000 conventional PCI endpoint
[ 4.402309] pci 0000:00:19.4: [1022:12c4] type 00 class 0x060000 conventional PCI endpoint
[ 4.414309] pci 0000:00:19.5: [1022:12c5] type 00 class 0x060000 conventional PCI endpoint
[ 4.422310] pci 0000:00:19.6: [1022:12c6] type 00 class 0x060000 conventional PCI endpoint
[ 4.430309] pci 0000:00:19.7: [1022:12c7] type 00 class 0x060000 conventional PCI endpoint
[ 4.442595] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 4.447366] pci 0000:00:01.3: PCI bridge to [bus 02]
[ 4.455382] pci 0000:03:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 4.463094] pci 0000:00:07.1: PCI bridge to [bus 03]
[ 4.472699] ACPI: PCI Root Bridge [S0D3] (domain 0000 [bus 20-2f])
[ 4.478279] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.486377] acpi PNP0A08:01: _OSC: platform does not support [AER LTR]
[ 4.494466] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.506411] PCI host bridge to bus 0000:20
[ 4.510301] pci_bus 0000:20: root bus resource [io 0x3000-0x3fff window]
[ 4.518275] pci_bus 0000:20: root bus resource [mem 0xda000000-0xdc0fffff window]
[ 4.526276] pci_bus 0000:20: root bus resource [mem 0x70141000000-0x80140ffffff window]
[ 4.534276] pci_bus 0000:20: root bus resource [bus 20-2f]
[ 4.542282] pci 0000:20:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.551332] pci 0000:20:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 4.562349] pci 0000:20:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.570324] pci 0000:20:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.578947] pci 0000:20:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.590327] pci 0000:20:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.598350] pci 0000:20:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.606324] pci 0000:20:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.618610] pci 0000:20:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 4.626290] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 4.630280] pci 0000:20:07.1: bridge window [mem 0xdc000000-0xdc0fffff]
[ 4.639090] pci 0000:20:07.1: PME# supported from D0 D3hot D3cold
[ 4.646403] pci 0000:21:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 4.654769] pci 0000:21:00.4: [1022:1557] type 00 class 0x0c0330 PCIe Endpoint
[ 4.662298] pci 0000:21:00.4: BAR 0 [mem 0xdc000000-0xdc0fffff 64bit]
[ 4.670355] pci 0000:21:00.4: PME# supported from D0 D3hot D3cold
[ 4.678338] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 4.683170] ACPI: PCI Root Bridge [S0D4] (domain 0000 [bus 40-4f])
[ 4.690277] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.702299] acpi PNP0A08:02: _OSC: platform does not support [AER LTR]
[ 4.706465] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.718391] PCI host bridge to bus 0000:40
[ 4.722300] pci_bus 0000:40: root bus resource [io 0x5000-0x5fff window]
[ 4.730275] pci_bus 0000:40: root bus resource [mem 0xe3000000-0xe4ffffff window]
[ 4.738275] pci_bus 0000:40: root bus resource [mem 0x40081000000-0x50080ffffff window]
[ 4.746276] pci_bus 0000:40: root bus resource [bus 40-4f]
[ 4.754281] pci 0000:40:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.762491] pci 0000:40:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.770326] pci 0000:40:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.782398] ACPI: PCI Root Bridge [S0D5] (domain 0000 [bus 60-6f])
[ 4.786276] acpi ACPI0016:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 4.798276] acpi ACPI0016:02: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 4.810648] acpi ACPI0016:02: _OSC: platform does not support [AER LTR]
[ 4.819334] acpi ACPI0016:02: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 4.830276] acpi ACPI0016:02: _OSC: OS now controls [CXLMemErrorReporting]
[ 4.838393] PCI host bridge to bus 0000:60
[ 4.842301] pci_bus 0000:60: root bus resource [io 0x7000-0x7fff window]
[ 4.850275] pci_bus 0000:60: root bus resource [mem 0xed000000-0xeeffffff window]
[ 4.858275] pci_bus 0000:60: root bus resource [mem 0x20021000000-0x30020ffffff window]
[ 4.866276] pci_bus 0000:60: root bus resource [bus 60-6f]
[ 4.874281] pci 0000:60:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 4.883477] pci 0000:60:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 4.895127] pci 0000:60:00.3: enabling Extended Tags
[ 4.902399] pci 0000:60:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 4.910350] pci 0000:60:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.918291] pci 0000:60:01.1: PCI bridge to [bus 61]
[ 4.926280] pci 0000:60:01.1: bridge window [mem 0xed000000-0xed1fffff]
[ 4.930281] pci 0000:60:01.1: bridge window [mem 0x20021000000-0x200211fffff 64bit pref]
[ 4.947642] pci 0000:60:01.1: PME# supported from D0 D3hot D3cold
[ 4.954613] pci 0000:60:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 4.962290] pci 0000:60:01.2: PCI bridge to [bus 62]
[ 4.966279] pci 0000:60:01.2: bridge window [mem 0xed200000-0xed3fffff]
[ 4.974281] pci 0000:60:01.2: bridge window [mem 0x20021200000-0x200213fffff 64bit pref]
[ 4.990351] pci 0000:60:01.2: PME# supported from D0 D3hot D3cold
[ 4.994611] pci 0000:60:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.002292] pci 0000:60:01.3: PCI bridge to [bus 63]
[ 5.010280] pci 0000:60:01.3: bridge window [mem 0xed400000-0xed5fffff]
[ 5.018281] pci 0000:60:01.3: bridge window [mem 0x20021400000-0x200215fffff 64bit pref]
[ 5.031641] pci 0000:60:01.3: PME# supported from D0 D3hot D3cold
[ 5.038614] pci 0000:60:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.046290] pci 0000:60:01.4: PCI bridge to [bus 64]
[ 5.050278] pci 0000:60:01.4: bridge window [io 0x7000-0x7fff]
[ 5.058277] pci 0000:60:01.4: bridge window [mem 0xed600000-0xed7fffff]
[ 5.066283] pci 0000:60:01.4: bridge window [mem 0x20021600000-0x200217fffff 64bit pref]
[ 5.079642] pci 0000:60:01.4: PME# supported from D0 D3hot D3cold
[ 5.086591] pci 0000:60:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.098297] pci 0000:60:01.1: PCI bridge to [bus 61]
[ 5.103372] pci 0000:60:01.2: PCI bridge to [bus 62]
[ 5.111357] pci 0000:60:01.3: PCI bridge to [bus 63]
[ 5.118318] pci 0000:60:01.4: PCI bridge to [bus 64]
[ 5.123507] ACPI: PCI Root Bridge [S0D6] (domain 0000 [bus 30-3f])
[ 5.130277] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.142378] acpi PNP0A08:03: _OSC: platform does not support [AER LTR]
[ 5.150407] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.158393] PCI host bridge to bus 0000:30
[ 5.162302] pci_bus 0000:30: root bus resource [io 0x4000-0x4fff window]
[ 5.170275] pci_bus 0000:30: root bus resource [mem 0xd5000000-0xd6ffffff window]
[ 5.178275] pci_bus 0000:30: root bus resource [mem 0x80141000000-0x90140ffffff window]
[ 5.186276] pci_bus 0000:30: root bus resource [bus 30-3f]
[ 5.194282] pci 0000:30:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.202493] pci 0000:30:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.214323] pci 0000:30:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.222400] ACPI: PCI Root Bridge [S0D7] (domain 0000 [bus 10-1f])
[ 5.230276] acpi ACPI0016:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.238276] acpi ACPI0016:03: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 5.254289] acpi ACPI0016:03: _OSC: platform does not support [AER LTR]
[ 5.262635] acpi ACPI0016:03: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.270276] acpi ACPI0016:03: _OSC: OS now controls [CXLMemErrorReporting]
[ 5.278393] PCI host bridge to bus 0000:10
[ 5.282301] pci_bus 0000:10: root bus resource [io 0x2000-0x2fff window]
[ 5.290276] pci_bus 0000:10: root bus resource [mem 0xde000000-0xdfffffff window]
[ 5.298275] pci_bus 0000:10: root bus resource [mem 0x600e1000000-0x700e0ffffff window]
[ 5.306275] pci_bus 0000:10: root bus resource [bus 10-1f]
[ 5.314282] pci 0000:10:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.323477] pci 0000:10:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 5.335122] pci 0000:10:00.3: enabling Extended Tags
[ 5.343486] pci 0000:10:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.350349] pci 0000:10:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.358291] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 5.366280] pci 0000:10:01.1: bridge window [mem 0xde000000-0xde1fffff]
[ 5.374282] pci 0000:10:01.1: bridge window [mem 0x600e1000000-0x600e11fffff 64bit pref]
[ 5.387646] pci 0000:10:01.1: PME# supported from D0 D3hot D3cold
[ 5.394617] pci 0000:10:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.402291] pci 0000:10:01.2: PCI bridge to [bus 12]
[ 5.406280] pci 0000:10:01.2: bridge window [mem 0xde200000-0xde3fffff]
[ 5.414281] pci 0000:10:01.2: bridge window [mem 0x600e1200000-0x600e13fffff 64bit pref]
[ 5.430425] pci 0000:10:01.2: PME# supported from D0 D3hot D3cold
[ 5.434613] pci 0000:10:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.442291] pci 0000:10:01.3: PCI bridge to [bus 13]
[ 5.450280] pci 0000:10:01.3: bridge window [mem 0xde400000-0xde5fffff]
[ 5.458281] pci 0000:10:01.3: bridge window [mem 0x600e1400000-0x600e15fffff 64bit pref]
[ 5.471643] pci 0000:10:01.3: PME# supported from D0 D3hot D3cold
[ 5.478614] pci 0000:10:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 5.486291] pci 0000:10:01.4: PCI bridge to [bus 14]
[ 5.494279] pci 0000:10:01.4: bridge window [io 0x2000-0x2fff]
[ 5.498277] pci 0000:10:01.4: bridge window [mem 0xde600000-0xde7fffff]
[ 5.506281] pci 0000:10:01.4: bridge window [mem 0x600e1600000-0x600e17fffff 64bit pref]
[ 5.522418] pci 0000:10:01.4: PME# supported from D0 D3hot D3cold
[ 5.526587] pci 0000:10:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.539447] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 5.546319] pci 0000:10:01.2: PCI bridge to [bus 12]
[ 5.551354] pci 0000:10:01.3: PCI bridge to [bus 13]
[ 5.559359] pci 0000:10:01.4: PCI bridge to [bus 14]
[ 5.566477] ACPI: PCI Root Bridge [S1D0] (domain 0000 [bus f0-ff])
[ 5.570276] acpi ACPI0016:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.582276] acpi ACPI0016:04: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 5.594960] acpi ACPI0016:04: _OSC: platform does not support [AER LTR]
[ 5.606478] acpi ACPI0016:04: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.614276] acpi ACPI0016:04: _OSC: OS now controls [CXLMemErrorReporting]
[ 5.622410] PCI host bridge to bus 0000:f0
[ 5.626300] pci_bus 0000:f0: root bus resource [io 0xd000-0xffff window]
[ 5.634275] pci_bus 0000:f0: root bus resource [mem 0xd1000000-0xd30fffff window]
[ 5.642276] pci_bus 0000:f0: root bus resource [mem 0x901a1000000-0xa01a0ffffff window]
[ 5.650276] pci_bus 0000:f0: root bus resource [bus f0-ff]
[ 5.658283] pci 0000:f0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.666489] pci 0000:f0:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 5.678354] pci 0000:f0:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 5.686354] pci 0000:f0:00.3: enabling Extended Tags
[ 5.694433] pci 0000:f0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.702331] pci 0000:f0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.710329] pci 0000:f0:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.722327] pci 0000:f0:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.730328] pci 0000:f0:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.738329] pci 0000:f0:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.750347] pci 0000:f0:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 5.758290] pci 0000:f0:07.1: PCI bridge to [bus f1]
[ 5.763255] pci 0000:f0:07.1: PME# supported from D0 D3hot D3cold
[ 5.770370] pci 0000:f0:07.2: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 5.778290] pci 0000:f0:07.2: PCI bridge to [bus f2]
[ 5.782279] pci 0000:f0:07.2: bridge window [mem 0xd3000000-0xd30fffff]
[ 5.790746] pci 0000:f0:07.2: PME# supported from D0 D3hot D3cold
[ 5.798406] pci 0000:f1:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 5.806778] pci 0000:f0:07.1: PCI bridge to [bus f1]
[ 5.815275] pci 0000:f2:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[ 5.822305] pci 0000:f2:00.0: BAR 5 [mem 0xd3001000-0xd30017ff]
[ 5.831024] pci 0000:f2:00.0: PME# supported from D3hot D3cold
[ 5.834347] pci 0000:f2:00.1: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[ 5.842304] pci 0000:f2:00.1: BAR 5 [mem 0xd3000000-0xd30007ff]
[ 5.851021] pci 0000:f2:00.1: PME# supported from D3hot D3cold
[ 5.858332] pci 0000:f0:07.2: PCI bridge to [bus f2]
[ 5.866419] ACPI: PCI Root Bridge [S1D1] (domain 0000 [bus d0-df])
[ 5.870276] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 5.882379] acpi PNP0A08:04: _OSC: platform does not support [AER LTR]
[ 5.890468] acpi PNP0A08:04: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 5.898440] PCI host bridge to bus 0000:d0
[ 5.902301] pci_bus 0000:d0: root bus resource [io 0xb000-0xbfff window]
[ 5.910276] pci_bus 0000:d0: root bus resource [mem 0xc7000000-0xc91fffff window]
[ 5.918276] pci_bus 0000:d0: root bus resource [mem 0xb0201000000-0xc0200ffffff window]
[ 5.930276] pci_bus 0000:d0: root bus resource [bus d0-df]
[ 5.934282] pci 0000:d0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 5.946277] pci 0000:d0:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 5.954355] pci 0000:d0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.962331] pci 0000:d0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.974334] pci 0000:d0:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.982329] pci 0000:d0:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 5.990359] pci 0000:d0:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.002332] pci 0000:d0:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.010584] pci 0000:d0:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 6.018291] pci 0000:d0:07.1: PCI bridge to [bus d1]
[ 6.022280] pci 0000:d0:07.1: bridge window [mem 0xc9000000-0xc91fffff]
[ 6.031095] pci 0000:d0:07.1: PME# supported from D0 D3hot D3cold
[ 6.038418] pci 0000:d1:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 6.046766] pci 0000:d1:00.5: [1022:156e] type 00 class 0x108000 PCIe Endpoint
[ 6.054302] pci 0000:d1:00.5: BAR 2 [mem 0xc9000000-0xc90fffff]
[ 6.062279] pci 0000:d1:00.5: BAR 5 [mem 0xc9100000-0xc9101fff]
[ 6.070977] pci 0000:d0:07.1: PCI bridge to [bus d1]
[ 6.078377] ACPI: PCI Root Bridge [S1D2] (domain 0000 [bus 80-8f])
[ 6.082276] acpi ACPI0016:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.094276] acpi ACPI0016:05: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 6.106657] acpi ACPI0016:05: _OSC: platform does not support [AER LTR]
[ 6.115313] acpi ACPI0016:05: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.126277] acpi ACPI0016:05: _OSC: OS now controls [CXLMemErrorReporting]
[ 6.134414] PCI host bridge to bus 0000:80
[ 6.138301] pci_bus 0000:80: root bus resource [mem 0xbe000000-0xbfffffff window]
[ 6.146275] pci_bus 0000:80: root bus resource [mem 0xd0261000000-0xe0260ffffff window]
[ 6.154276] pci_bus 0000:80: root bus resource [bus 80-8f]
[ 6.162282] pci 0000:80:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.171185] pci 0000:80:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 6.182354] pci 0000:80:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 6.190661] pci 0000:80:00.3: enabling Extended Tags
[ 6.198442] pci 0000:80:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.206333] pci 0000:80:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.214333] pci 0000:80:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.226334] pci 0000:80:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.234332] pci 0000:80:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.242334] pci 0000:80:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.254348] pci 0000:80:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 6.262290] pci 0000:80:07.1: PCI bridge to [bus 81]
[ 6.267217] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[ 6.274426] pci 0000:81:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 6.282749] pci 0000:80:07.1: PCI bridge to [bus 81]
[ 6.291342] ACPI: PCI Root Bridge [S1D3] (domain 0000 [bus a0-af])
[ 6.298276] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.306377] acpi PNP0A08:05: _OSC: platform does not support [AER LTR]
[ 6.314469] acpi PNP0A08:05: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.322413] PCI host bridge to bus 0000:a0
[ 6.330301] pci_bus 0000:a0: root bus resource [mem 0xb5000000-0xb6ffffff window]
[ 6.338275] pci_bus 0000:a0: root bus resource [mem 0xf02c1000000-0x1002c0ffffff window]
[ 6.346276] pci_bus 0000:a0: root bus resource [bus a0-af]
[ 6.354282] pci 0000:a0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.363345] pci 0000:a0:00.2: [1022:153b] type 00 class 0x080600 conventional PCI endpoint
[ 6.370355] pci 0000:a0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.382331] pci 0000:a0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.390944] pci 0000:a0:03.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.402329] pci 0000:a0:04.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.410357] pci 0000:a0:05.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.418330] pci 0000:a0:07.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.430280] pci 0000:a0:07.1: [1022:1555] type 01 class 0x060400 PCIe Root Port
[ 6.438291] pci 0000:a0:07.1: PCI bridge to [bus a1]
[ 6.442378] pci 0000:a0:07.1: PME# supported from D0 D3hot D3cold
[ 6.450413] pci 0000:a1:00.0: [1022:1556] type 00 class 0x130000 PCIe Endpoint
[ 6.458447] pci 0000:a0:07.1: PCI bridge to [bus a1]
[ 6.463290] ACPI: PCI Root Bridge [S1D4] (domain 0000 [bus c0-cf])
[ 6.470276] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.482376] acpi PNP0A08:06: _OSC: platform does not support [AER LTR]
[ 6.490466] acpi PNP0A08:06: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.498392] PCI host bridge to bus 0000:c0
[ 6.502302] pci_bus 0000:c0: root bus resource [io 0xa000-0xafff window]
[ 6.510276] pci_bus 0000:c0: root bus resource [mem 0xc1000000-0xc2ffffff window]
[ 6.518275] pci_bus 0000:c0: root bus resource [mem 0xc0201000000-0xd0200ffffff window]
[ 6.526276] pci_bus 0000:c0: root bus resource [bus c0-cf]
[ 6.534282] pci 0000:c0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.542498] pci 0000:c0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.554330] pci 0000:c0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.562408] ACPI: PCI Root Bridge [S1D5] (domain 0000 [bus e0-ef])
[ 6.570276] acpi ACPI0016:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.578276] acpi ACPI0016:06: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 6.594288] acpi ACPI0016:06: _OSC: platform does not support [AER LTR]
[ 6.602620] acpi ACPI0016:06: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.610276] acpi ACPI0016:06: _OSC: OS now controls [CXLMemErrorReporting]
[ 6.618394] PCI host bridge to bus 0000:e0
[ 6.622301] pci_bus 0000:e0: root bus resource [io 0xc000-0xcfff window]
[ 6.630275] pci_bus 0000:e0: root bus resource [mem 0xcb000000-0xccffffff window]
[ 6.638276] pci_bus 0000:e0: root bus resource [mem 0xa01a1000000-0xb01a0ffffff window]
[ 6.650276] pci_bus 0000:e0: root bus resource [bus e0-ef]
[ 6.654281] pci 0000:e0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.666385] pci 0000:e0:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 6.674954] pci 0000:e0:00.3: enabling Extended Tags
[ 6.683495] pci 0000:e0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.690358] pci 0000:e0:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.698293] pci 0000:e0:01.1: PCI bridge to [bus e1]
[ 6.706281] pci 0000:e0:01.1: bridge window [mem 0xcb000000-0xcb1fffff]
[ 6.714282] pci 0000:e0:01.1: bridge window [mem 0xa01a1000000-0xa01a11fffff 64bit pref]
[ 6.727654] pci 0000:e0:01.1: PME# supported from D0 D3hot D3cold
[ 6.734625] pci 0000:e0:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.742293] pci 0000:e0:01.2: PCI bridge to [bus e2]
[ 6.746280] pci 0000:e0:01.2: bridge window [mem 0xcb200000-0xcb3fffff]
[ 6.754282] pci 0000:e0:01.2: bridge window [mem 0xa01a1200000-0xa01a13fffff 64bit pref]
[ 6.770435] pci 0000:e0:01.2: PME# supported from D0 D3hot D3cold
[ 6.774622] pci 0000:e0:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.786293] pci 0000:e0:01.3: PCI bridge to [bus e3]
[ 6.790280] pci 0000:e0:01.3: bridge window [mem 0xcb400000-0xcb5fffff]
[ 6.798282] pci 0000:e0:01.3: bridge window [mem 0xa01a1400000-0xa01a15fffff 64bit pref]
[ 6.811656] pci 0000:e0:01.3: PME# supported from D0 D3hot D3cold
[ 6.818623] pci 0000:e0:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 6.826293] pci 0000:e0:01.4: PCI bridge to [bus e4]
[ 6.834279] pci 0000:e0:01.4: bridge window [io 0xc000-0xcfff]
[ 6.838277] pci 0000:e0:01.4: bridge window [mem 0xcb600000-0xcb7fffff]
[ 6.846282] pci 0000:e0:01.4: bridge window [mem 0xa01a1600000-0xa01a17fffff 64bit pref]
[ 6.862435] pci 0000:e0:01.4: PME# supported from D0 D3hot D3cold
[ 6.866596] pci 0000:e0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.879430] pci 0000:e0:01.1: PCI bridge to [bus e1]
[ 6.886321] pci 0000:e0:01.2: PCI bridge to [bus e2]
[ 6.891354] pci 0000:e0:01.3: PCI bridge to [bus e3]
[ 6.899360] pci 0000:e0:01.4: PCI bridge to [bus e4]
[ 6.906477] ACPI: PCI Root Bridge [S1D6] (domain 0000 [bus b0-bf])
[ 6.910276] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.922382] acpi PNP0A08:07: _OSC: platform does not support [AER LTR]
[ 6.930469] acpi PNP0A08:07: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 6.938393] PCI host bridge to bus 0000:b0
[ 6.942301] pci_bus 0000:b0: root bus resource [mem 0xb0000000-0xb1ffffff window]
[ 6.950276] pci_bus 0000:b0: root bus resource [mem 0x1002c1000000-0x1102c0ffffff window]
[ 6.962276] pci_bus 0000:b0: root bus resource [bus b0-bf]
[ 6.966281] pci 0000:b0:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 6.979131] pci 0000:b0:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.986331] pci 0000:b0:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 6.994412] ACPI: PCI Root Bridge [S1D7] (domain 0000 [bus 90-9f])
[ 7.002276] acpi ACPI0016:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 7.014276] acpi ACPI0016:07: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
[ 7.026715] acpi ACPI0016:07: _OSC: platform does not support [AER LTR]
[ 7.036029] acpi ACPI0016:07: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 7.046276] acpi ACPI0016:07: _OSC: OS now controls [CXLMemErrorReporting]
[ 7.054395] PCI host bridge to bus 0000:90
[ 7.058301] pci_bus 0000:90: root bus resource [mem 0xb9000000-0xbb0fffff window]
[ 7.066275] pci_bus 0000:90: root bus resource [mem 0xe0261000000-0xf0260ffffff window]
[ 7.074276] pci_bus 0000:90: root bus resource [bus 90-9f]
[ 7.082282] pci 0000:90:00.0: [1022:153a] type 00 class 0x060000 conventional PCI endpoint
[ 7.091669] pci 0000:90:00.3: [1022:153c] type 00 class 0x080700 PCIe Root Complex Event Collector
[ 7.103132] pci 0000:90:00.3: enabling Extended Tags
[ 7.110407] pci 0000:90:01.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 7.118356] pci 0000:90:01.1: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 7.126290] pci 0000:90:01.1: PCI bridge to [bus 91]
[ 7.134279] pci 0000:90:01.1: bridge window [mem 0xb9000000-0xb91fffff]
[ 7.138281] pci 0000:90:01.1: bridge window [mem 0xe0261000000-0xe02611fffff 64bit pref]
[ 7.155636] pci 0000:90:01.1: PME# supported from D0 D3hot D3cold
[ 7.162607] pci 0000:90:01.2: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 7.170290] pci 0000:90:01.2: PCI bridge to [bus 92]
[ 7.174279] pci 0000:90:01.2: bridge window [mem 0xb9200000-0xb93fffff]
[ 7.182282] pci 0000:90:01.2: bridge window [mem 0xe0261200000-0xe02613fffff 64bit pref]
[ 7.198025] pci 0000:90:01.2: PME# supported from D0 D3hot D3cold
[ 7.202606] pci 0000:90:01.3: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 7.210291] pci 0000:90:01.3: PCI bridge to [bus 93]
[ 7.218279] pci 0000:90:01.3: bridge window [mem 0xb9400000-0xb95fffff]
[ 7.226281] pci 0000:90:01.3: bridge window [mem 0xe0261400000-0xe02615fffff 64bit pref]
[ 7.239637] pci 0000:90:01.3: PME# supported from D0 D3hot D3cold
[ 7.246608] pci 0000:90:01.4: [1022:153e] type 01 class 0x060400 PCIe Root Port
[ 7.254290] pci 0000:90:01.4: PCI bridge to [bus 94]
[ 7.258280] pci 0000:90:01.4: bridge window [mem 0xbb000000-0xbb0fffff]
[ 7.266281] pci 0000:90:01.4: bridge window [mem 0xe0261600000-0xe02617fffff 64bit pref]
[ 7.282418] pci 0000:90:01.4: PME# supported from D0 D3hot D3cold
[ 7.286584] pci 0000:90:02.0: [1022:153d] type 00 class 0x060000 conventional PCI endpoint
[ 7.299449] pci 0000:90:01.1: PCI bridge to [bus 91]
[ 7.306313] pci 0000:90:01.2: PCI bridge to [bus 92]
[ 7.311366] pci 0000:90:01.3: PCI bridge to [bus 93]
[ 7.319532] pci 0000:94:00.0: [1344:5191] type 00 class 0x010802 PCIe Endpoint
[ 7.326563] pci 0000:94:00.0: BAR 0 [mem 0xbb020000-0xbb023fff 64bit]
[ 7.334406] pci 0000:94:00.0: ROM [mem 0xbb000000-0xbb01ffff pref]
[ 7.350469] pci 0000:90:01.4: PCI bridge to [bus 94]
[ 7.355209] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 7.362308] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 7.370303] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 7.374309] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 7.382305] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 7.386300] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 7.394300] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 7.402300] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 7.412268] acpi/hmat: Memory Flags:0001 Processor Domain:0 Memory Domain:0
[ 7.418276] acpi/hmat: Memory Flags:0001 Processor Domain:1 Memory Domain:1
[ 7.426390] iommu: Default domain type: Translated
[ 7.430277] iommu: DMA domain TLB invalidation policy: lazy mode
[ 7.438396] SCSI subsystem initialized
[ 7.442297] ACPI: bus type USB registered
[ 7.446284] usbcore: registered new interface driver usbfs
[ 7.454280] usbcore: registered new interface driver hub
[ 7.458296] usbcore: registered new device driver usb
[ 7.469835] i2c_designware AMDI0010:00: Unknown Synopsys component type: 0xffffffff
[ 7.481850] i2c_designware AMDI0010:01: Unknown Synopsys component type: 0xffffffff
[ 7.506588] pps_core: LinuxPPS API ver. 1 registered
[ 7.510276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 7.522278] PTP clock support registered
[ 7.526337] EDAC MC: Ver: 3.0.0
[ 7.530662] efivars: Registered efivars operations
[ 7.534616] NetLabel: Initializing
[ 7.538277] NetLabel: domain hash size = 128
[ 7.542276] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 7.550285] NetLabel: unlabeled traffic allowed by default
[ 7.554325] mctp: management component transport protocol core
[ 7.562277] NET: Registered PF_MCTP protocol family
[ 7.566295] PCI: Using ACPI for IRQ routing
[ 7.578285] pci 0000:54:00.0: vgaarb: setting as boot VGA device
[ 7.582274] pci 0000:54:00.0: vgaarb: bridge control possible
[ 7.582274] pci 0000:54:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 7.598288] vgaarb: loaded
[ 7.602321] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 7.606276] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 7.618618] clocksource: Switched to clocksource tsc-early
[ 7.624629] VFS: Disk quotas dquot_6.6.0
[ 7.629017] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 7.636835] AppArmor: AppArmor Filesystem Enabled
[ 7.642105] pnp: PnP ACPI init
[ 7.645940] system 00:00: [mem 0x3ffb00000000-0x3ffb0fffffff] has been reserved
[ 7.654543] system 00:02: [io 0x0a00-0x0a3f] has been reserved
[ 7.661149] system 00:02: [io 0x0a40-0x0a5f] has been reserved
[ 7.667754] system 00:02: [io 0x0a60-0x0a6f] has been reserved
[ 7.674355] system 00:02: [io 0x0a70-0x0a7f] has been reserved
[ 7.680961] system 00:02: [io 0x0a80-0x0a8f] has been reserved
[ 7.687937] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 7.694541] system 00:03: [io 0x040b] has been reserved
[ 7.700466] system 00:03: [io 0x04d6] has been reserved
[ 7.706389] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 7.712993] system 00:03: [io 0x0c14] has been reserved
[ 7.718917] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 7.725519] system 00:03: [io 0x0c52] has been reserved
[ 7.731443] system 00:03: [io 0x0c6c] has been reserved
[ 7.737368] system 00:03: [io 0x0c6f] has been reserved
[ 7.743292] system 00:03: [io 0x0cd0-0x0cd1] has been reserved
[ 7.749893] system 00:03: [io 0x0cd2-0x0cd3] has been reserved
[ 7.756497] system 00:03: [io 0x0cd4-0x0cd5] has been reserved
[ 7.763098] system 00:03: [io 0x0cd6-0x0cd7] has been reserved
[ 7.769702] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 7.776304] system 00:03: [io 0x0800-0x089f] has been reserved
[ 7.782908] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[ 7.789510] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 7.796113] system 00:03: [io 0x0900-0x090f] has been reserved
[ 7.802716] system 00:03: [io 0x0910-0x091f] has been reserved
[ 7.809318] system 00:03: [io 0xfe00-0xfefe] has been reserved
[ 7.815921] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 7.823300] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 7.830679] system 00:03: [mem 0xfed80000-0xfed811ff] has been reserved
[ 7.838063] system 00:03: [mem 0xfed81300-0xfed814ff] has been reserved
[ 7.845434] system 00:03: [mem 0xfed81900-0xfed8ffff] has been reserved
[ 7.852816] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 7.860195] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 7.868852] pnp: PnP ACPI: found 6 devices
[ 7.879129] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 7.889330] NET: Registered PF_INET protocol family
[ 7.894866] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 7.905906] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[ 7.915856] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[ 7.924802] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 7.935173] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc hugepage)
[ 7.944466] TCP: Hash tables configured (established 524288 bind 65536)
[ 7.952129] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
[ 7.961027] UDP hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 7.970202] UDP-Lite hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage)
[ 7.979816] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 7.986132] NET: Registered PF_XDP protocol family
[ 7.991484] pci 0000:70:07.1: PCI bridge to [bus 71]
[ 7.997023] pci 0000:70:07.1: bridge window [mem 0xf3000000-0xf30fffff]
[ 8.004746] pci_bus 0000:70: resource 4 [io 0x8000-0x9fff window]
[ 8.011643] pci_bus 0000:70: resource 5 [mem 0xf1000000-0xf30fffff window]
[ 8.019312] pci_bus 0000:70: resource 6 [mem 0x10021000000-0x20020ffffff window]
[ 8.027565] pci_bus 0000:71: resource 1 [mem 0xf3000000-0xf30fffff]
[ 8.034572] pci 0000:50:03.1: PCI bridge to [bus 51]
[ 8.040110] pci 0000:50:03.1: bridge window [mem 0xea500000-0xea5fffff]
[ 8.048794] pci 0000:50:03.3: PCI bridge to [bus 52]
[ 8.054333] pci 0000:50:03.3: bridge window [mem 0x40080f00000-0x40080ffffff 64bit pref]
[ 8.064218] pci 0000:53:00.0: PCI bridge to [bus 54]
[ 8.069754] pci 0000:53:00.0: bridge window [io 0x6000-0x6fff]
[ 8.076555] pci 0000:53:00.0: bridge window [mem 0xe9000000-0xea1fffff]
[ 8.084136] pci 0000:50:03.4: PCI bridge to [bus 53-54]
[ 8.089963] pci 0000:50:03.4: bridge window [io 0x6000-0x6fff]
[ 8.096764] pci 0000:50:03.4: bridge window [mem 0xe9000000-0xea1fffff]
[ 8.104360] pci 0000:50:07.1: PCI bridge to [bus 55]
[ 8.109888] pci 0000:50:07.1: bridge window [mem 0xea300000-0xea4fffff]
[ 8.117480] pci_bus 0000:50: resource 4 [io 0x03b0-0x03df window]
[ 8.124374] pci_bus 0000:50: resource 5 [io 0x6000-0x6fff window]
[ 8.131268] pci_bus 0000:50: resource 6 [mem 0x000a0000-0x000bffff window]
[ 8.138938] pci_bus 0000:50: resource 7 [mem 0xe7000000-0xeaefffff window]
[ 8.146607] pci_bus 0000:50: resource 8 [mem 0x30081000000-0x40080ffffff window]
[ 8.154858] pci_bus 0000:51: resource 1 [mem 0xea500000-0xea5fffff]
[ 8.161848] pci_bus 0000:52: resource 2 [mem 0x40080f00000-0x40080ffffff 64bit pref]
[ 8.170489] pci_bus 0000:53: resource 0 [io 0x6000-0x6fff]
[ 8.176705] pci_bus 0000:53: resource 1 [mem 0xe9000000-0xea1fffff]
[ 8.183694] pci_bus 0000:54: resource 0 [io 0x6000-0x6fff]
[ 8.189908] pci_bus 0000:54: resource 1 [mem 0xe9000000-0xea1fffff]
[ 8.196897] pci_bus 0000:55: resource 1 [mem 0xea300000-0xea4fffff]
[ 8.203890] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 8.213021] pci 0000:00:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.221760] pci 0000:00:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.229914] pci 0000:00:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.238650] pci 0000:00:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.246805] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 8.252344] pci 0000:00:01.1: bridge window [mem 0xf7000000-0xf71fffff]
[ 8.259917] pci 0000:00:01.1: bridge window [mem 0x500e1000000-0x500e11fffff 64bit pref]
[ 8.269158] pci 0000:00:01.3: PCI bridge to [bus 02]
[ 8.274693] pci 0000:00:01.3: bridge window [io 0x1000-0x1fff]
[ 8.281490] pci 0000:00:01.3: bridge window [mem 0xf7200000-0xf73fffff]
[ 8.289064] pci 0000:00:01.3: bridge window [mem 0x500e1200000-0x500e13fffff 64bit pref]
[ 8.298305] pci 0000:00:07.1: PCI bridge to [bus 03]
[ 8.304194] pci_bus 0000:00: resource 4 [io 0x0000-0x02e7 window]
[ 8.311088] pci_bus 0000:00: resource 5 [io 0x0300-0x03af window]
[ 8.317980] pci_bus 0000:00: resource 6 [io 0x0400-0x0cf7 window]
[ 8.324875] pci_bus 0000:00: resource 7 [io 0x1000-0x1fff window]
[ 8.331769] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff window]
[ 8.339437] pci_bus 0000:00: resource 9 [mem 0xf7000000-0xf8ffffff window]
[ 8.347105] pci_bus 0000:00: resource 10 [mem 0x500e1000000-0x600e0ffffff window]
[ 8.355452] pci_bus 0000:01: resource 1 [mem 0xf7000000-0xf71fffff]
[ 8.362443] pci_bus 0000:01: resource 2 [mem 0x500e1000000-0x500e11fffff 64bit pref]
[ 8.371083] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
[ 8.377299] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf73fffff]
[ 8.384289] pci_bus 0000:02: resource 2 [mem 0x500e1200000-0x500e13fffff 64bit pref]
[ 8.392945] pci 0000:20:07.1: PCI bridge to [bus 21]
[ 8.398483] pci 0000:20:07.1: bridge window [mem 0xdc000000-0xdc0fffff]
[ 8.406074] pci_bus 0000:20: resource 4 [io 0x3000-0x3fff window]
[ 8.412966] pci_bus 0000:20: resource 5 [mem 0xda000000-0xdc0fffff window]
[ 8.420634] pci_bus 0000:20: resource 6 [mem 0x70141000000-0x80140ffffff window]
[ 8.428885] pci_bus 0000:21: resource 1 [mem 0xdc000000-0xdc0fffff]
[ 8.435883] pci_bus 0000:40: resource 4 [io 0x5000-0x5fff window]
[ 8.442776] pci_bus 0000:40: resource 5 [mem 0xe3000000-0xe4ffffff window]
[ 8.450443] pci_bus 0000:40: resource 6 [mem 0x40081000000-0x50080ffffff window]
[ 8.458697] pci 0000:60:01.1: bridge window [io 0x1000-0x0fff] to [bus 61] add_size 1000
[ 8.467821] pci 0000:60:01.2: bridge window [io 0x1000-0x0fff] to [bus 62] add_size 1000
[ 8.476945] pci 0000:60:01.3: bridge window [io 0x1000-0x0fff] to [bus 63] add_size 1000
[ 8.486071] pci 0000:60:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.494805] pci 0000:60:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.502958] pci 0000:60:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.511695] pci 0000:60:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.519850] pci 0000:60:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.528587] pci 0000:60:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.536743] pci 0000:60:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.545478] pci 0000:60:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.553633] pci 0000:60:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.562371] pci 0000:60:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.570524] pci 0000:60:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.579259] pci 0000:60:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.587413] pci 0000:60:01.1: PCI bridge to [bus 61]
[ 8.592950] pci 0000:60:01.1: bridge window [mem 0xed000000-0xed1fffff]
[ 8.600523] pci 0000:60:01.1: bridge window [mem 0x20021000000-0x200211fffff 64bit pref]
[ 8.610221] pci 0000:60:01.2: PCI bridge to [bus 62]
[ 8.615760] pci 0000:60:01.2: bridge window [mem 0xed200000-0xed3fffff]
[ 8.623333] pci 0000:60:01.2: bridge window [mem 0x20021200000-0x200213fffff 64bit pref]
[ 8.632574] pci 0000:60:01.3: PCI bridge to [bus 63]
[ 8.638110] pci 0000:60:01.3: bridge window [mem 0xed400000-0xed5fffff]
[ 8.645684] pci 0000:60:01.3: bridge window [mem 0x20021400000-0x200215fffff 64bit pref]
[ 8.654925] pci 0000:60:01.4: PCI bridge to [bus 64]
[ 8.660462] pci 0000:60:01.4: bridge window [io 0x7000-0x7fff]
[ 8.667261] pci 0000:60:01.4: bridge window [mem 0xed600000-0xed7fffff]
[ 8.674833] pci 0000:60:01.4: bridge window [mem 0x20021600000-0x200217fffff 64bit pref]
[ 8.685089] pci_bus 0000:60: resource 4 [io 0x7000-0x7fff window]
[ 8.691982] pci_bus 0000:60: resource 5 [mem 0xed000000-0xeeffffff window]
[ 8.699651] pci_bus 0000:60: resource 6 [mem 0x20021000000-0x30020ffffff window]
[ 8.707904] pci_bus 0000:61: resource 1 [mem 0xed000000-0xed1fffff]
[ 8.714895] pci_bus 0000:61: resource 2 [mem 0x20021000000-0x200211fffff 64bit pref]
[ 8.723535] pci_bus 0000:62: resource 1 [mem 0xed200000-0xed3fffff]
[ 8.730525] pci_bus 0000:62: resource 2 [mem 0x20021200000-0x200213fffff 64bit pref]
[ 8.739164] pci_bus 0000:63: resource 1 [mem 0xed400000-0xed5fffff]
[ 8.746157] pci_bus 0000:63: resource 2 [mem 0x20021400000-0x200215fffff 64bit pref]
[ 8.754795] pci_bus 0000:64: resource 0 [io 0x7000-0x7fff]
[ 8.761010] pci_bus 0000:64: resource 1 [mem 0xed600000-0xed7fffff]
[ 8.767999] pci_bus 0000:64: resource 2 [mem 0x20021600000-0x200217fffff 64bit pref]
[ 8.776645] pci_bus 0000:30: resource 4 [io 0x4000-0x4fff window]
[ 8.783531] pci_bus 0000:30: resource 5 [mem 0xd5000000-0xd6ffffff window]
[ 8.791201] pci_bus 0000:30: resource 6 [mem 0x80141000000-0x90140ffffff window]
[ 8.799456] pci 0000:10:01.1: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
[ 8.808579] pci 0000:10:01.2: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
[ 8.817703] pci 0000:10:01.3: bridge window [io 0x1000-0x0fff] to [bus 13] add_size 1000
[ 8.826835] pci 0000:10:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.835572] pci 0000:10:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.843727] pci 0000:10:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.852464] pci 0000:10:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.860619] pci 0000:10:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.869354] pci 0000:10:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.877507] pci 0000:10:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 8.886243] pci 0000:10:01.3: bridge window [io size 0x1000]: failed to assign
[ 8.894400] pci 0000:10:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 8.903134] pci 0000:10:01.2: bridge window [io size 0x1000]: failed to assign
[ 8.911289] pci 0000:10:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 8.920023] pci 0000:10:01.1: bridge window [io size 0x1000]: failed to assign
[ 8.928178] pci 0000:10:01.1: PCI bridge to [bus 11]
[ 8.933716] pci 0000:10:01.1: bridge window [mem 0xde000000-0xde1fffff]
[ 8.941289] pci 0000:10:01.1: bridge window [mem 0x600e1000000-0x600e11fffff 64bit pref]
[ 8.951501] pci 0000:10:01.2: PCI bridge to [bus 12]
[ 8.957041] pci 0000:10:01.2: bridge window [mem 0xde200000-0xde3fffff]
[ 8.964613] pci 0000:10:01.2: bridge window [mem 0x600e1200000-0x600e13fffff 64bit pref]
[ 8.973855] pci 0000:10:01.3: PCI bridge to [bus 13]
[ 8.979392] pci 0000:10:01.3: bridge window [mem 0xde400000-0xde5fffff]
[ 8.986965] pci 0000:10:01.3: bridge window [mem 0x600e1400000-0x600e15fffff 64bit pref]
[ 8.996204] pci 0000:10:01.4: PCI bridge to [bus 14]
[ 9.001741] pci 0000:10:01.4: bridge window [io 0x2000-0x2fff]
[ 9.008541] pci 0000:10:01.4: bridge window [mem 0xde600000-0xde7fffff]
[ 9.016115] pci 0000:10:01.4: bridge window [mem 0x600e1600000-0x600e17fffff 64bit pref]
[ 9.026369] pci_bus 0000:10: resource 4 [io 0x2000-0x2fff window]
[ 9.033262] pci_bus 0000:10: resource 5 [mem 0xde000000-0xdfffffff window]
[ 9.040932] pci_bus 0000:10: resource 6 [mem 0x600e1000000-0x700e0ffffff window]
[ 9.049183] pci_bus 0000:11: resource 1 [mem 0xde000000-0xde1fffff]
[ 9.056172] pci_bus 0000:11: resource 2 [mem 0x600e1000000-0x600e11fffff 64bit pref]
[ 9.064811] pci_bus 0000:12: resource 1 [mem 0xde200000-0xde3fffff]
[ 9.071800] pci_bus 0000:12: resource 2 [mem 0x600e1200000-0x600e13fffff 64bit pref]
[ 9.080440] pci_bus 0000:13: resource 1 [mem 0xde400000-0xde5fffff]
[ 9.087432] pci_bus 0000:13: resource 2 [mem 0x600e1400000-0x600e15fffff 64bit pref]
[ 9.096070] pci_bus 0000:14: resource 0 [io 0x2000-0x2fff]
[ 9.102283] pci_bus 0000:14: resource 1 [mem 0xde600000-0xde7fffff]
[ 9.109263] pci_bus 0000:14: resource 2 [mem 0x600e1600000-0x600e17fffff 64bit pref]
[ 9.117911] pci 0000:f0:07.1: PCI bridge to [bus f1]
[ 9.123547] pci 0000:f0:07.2: PCI bridge to [bus f2]
[ 9.129084] pci 0000:f0:07.2: bridge window [mem 0xd3000000-0xd30fffff]
[ 9.136769] pci_bus 0000:f0: resource 4 [io 0xd000-0xffff window]
[ 9.143663] pci_bus 0000:f0: resource 5 [mem 0xd1000000-0xd30fffff window]
[ 9.151336] pci_bus 0000:f0: resource 6 [mem 0x901a1000000-0xa01a0ffffff window]
[ 9.159590] pci_bus 0000:f2: resource 1 [mem 0xd3000000-0xd30fffff]
[ 9.166648] pci 0000:d0:07.1: PCI bridge to [bus d1]
[ 9.172188] pci 0000:d0:07.1: bridge window [mem 0xc9000000-0xc91fffff]
[ 9.180811] pci_bus 0000:d0: resource 4 [io 0xb000-0xbfff window]
[ 9.187705] pci_bus 0000:d0: resource 5 [mem 0xc7000000-0xc91fffff window]
[ 9.195373] pci_bus 0000:d0: resource 6 [mem 0xb0201000000-0xc0200ffffff window]
[ 9.203625] pci_bus 0000:d1: resource 1 [mem 0xc9000000-0xc91fffff]
[ 9.210629] pci 0000:80:07.1: PCI bridge to [bus 81]
[ 9.216185] pci_bus 0000:80: resource 4 [mem 0xbe000000-0xbfffffff window]
[ 9.223854] pci_bus 0000:80: resource 5 [mem 0xd0261000000-0xe0260ffffff window]
[ 9.232112] pci 0000:a0:07.1: PCI bridge to [bus a1]
[ 9.238065] pci_bus 0000:a0: resource 4 [mem 0xb5000000-0xb6ffffff window]
[ 9.245735] pci_bus 0000:a0: resource 5 [mem 0xf02c1000000-0x1002c0ffffff window]
[ 9.254093] pci_bus 0000:c0: resource 4 [io 0xa000-0xafff window]
[ 9.260986] pci_bus 0000:c0: resource 5 [mem 0xc1000000-0xc2ffffff window]
[ 9.268655] pci_bus 0000:c0: resource 6 [mem 0xc0201000000-0xd0200ffffff window]
[ 9.276911] pci 0000:e0:01.1: bridge window [io 0x1000-0x0fff] to [bus e1] add_size 1000
[ 9.286036] pci 0000:e0:01.2: bridge window [io 0x1000-0x0fff] to [bus e2] add_size 1000
[ 9.295162] pci 0000:e0:01.3: bridge window [io 0x1000-0x0fff] to [bus e3] add_size 1000
[ 9.304286] pci 0000:e0:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.313022] pci 0000:e0:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.321175] pci 0000:e0:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 9.329911] pci 0000:e0:01.2: bridge window [io size 0x1000]: failed to assign
[ 9.338064] pci 0000:e0:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 9.346800] pci 0000:e0:01.3: bridge window [io size 0x1000]: failed to assign
[ 9.354956] pci 0000:e0:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 9.363693] pci 0000:e0:01.3: bridge window [io size 0x1000]: failed to assign
[ 9.371846] pci 0000:e0:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 9.380585] pci 0000:e0:01.2: bridge window [io size 0x1000]: failed to assign
[ 9.388739] pci 0000:e0:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.397476] pci 0000:e0:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.405631] pci 0000:e0:01.1: PCI bridge to [bus e1]
[ 9.411169] pci 0000:e0:01.1: bridge window [mem 0xcb000000-0xcb1fffff]
[ 9.418742] pci 0000:e0:01.1: bridge window [mem 0xa01a1000000-0xa01a11fffff 64bit pref]
[ 9.427982] pci 0000:e0:01.2: PCI bridge to [bus e2]
[ 9.433521] pci 0000:e0:01.2: bridge window [mem 0xcb200000-0xcb3fffff]
[ 9.441097] pci 0000:e0:01.2: bridge window [mem 0xa01a1200000-0xa01a13fffff 64bit pref]
[ 9.450338] pci 0000:e0:01.3: PCI bridge to [bus e3]
[ 9.455875] pci 0000:e0:01.3: bridge window [mem 0xcb400000-0xcb5fffff]
[ 9.463448] pci 0000:e0:01.3: bridge window [mem 0xa01a1400000-0xa01a15fffff 64bit pref]
[ 9.473655] pci 0000:e0:01.4: PCI bridge to [bus e4]
[ 9.479183] pci 0000:e0:01.4: bridge window [io 0xc000-0xcfff]
[ 9.485982] pci 0000:e0:01.4: bridge window [mem 0xcb600000-0xcb7fffff]
[ 9.493556] pci 0000:e0:01.4: bridge window [mem 0xa01a1600000-0xa01a17fffff 64bit pref]
[ 9.502795] pci_bus 0000:e0: resource 4 [io 0xc000-0xcfff window]
[ 9.509687] pci_bus 0000:e0: resource 5 [mem 0xcb000000-0xccffffff window]
[ 9.517357] pci_bus 0000:e0: resource 6 [mem 0xa01a1000000-0xb01a0ffffff window]
[ 9.525609] pci_bus 0000:e1: resource 1 [mem 0xcb000000-0xcb1fffff]
[ 9.532598] pci_bus 0000:e1: resource 2 [mem 0xa01a1000000-0xa01a11fffff 64bit pref]
[ 9.541236] pci_bus 0000:e2: resource 1 [mem 0xcb200000-0xcb3fffff]
[ 9.548226] pci_bus 0000:e2: resource 2 [mem 0xa01a1200000-0xa01a13fffff 64bit pref]
[ 9.556867] pci_bus 0000:e3: resource 1 [mem 0xcb400000-0xcb5fffff]
[ 9.563857] pci_bus 0000:e3: resource 2 [mem 0xa01a1400000-0xa01a15fffff 64bit pref]
[ 9.572495] pci_bus 0000:e4: resource 0 [io 0xc000-0xcfff]
[ 9.578708] pci_bus 0000:e4: resource 1 [mem 0xcb600000-0xcb7fffff]
[ 9.585699] pci_bus 0000:e4: resource 2 [mem 0xa01a1600000-0xa01a17fffff 64bit pref]
[ 9.594343] pci_bus 0000:b0: resource 4 [mem 0xb0000000-0xb1ffffff window]
[ 9.602012] pci_bus 0000:b0: resource 5 [mem 0x1002c1000000-0x1102c0ffffff window]
[ 9.610459] pci 0000:90:01.1: bridge window [io 0x1000-0x0fff] to [bus 91] add_size 1000
[ 9.619583] pci 0000:90:01.2: bridge window [io 0x1000-0x0fff] to [bus 92] add_size 1000
[ 9.628713] pci 0000:90:01.3: bridge window [io 0x1000-0x0fff] to [bus 93] add_size 1000
[ 9.637838] pci 0000:90:01.4: bridge window [io 0x1000-0x0fff] to [bus 94] add_size 1000
[ 9.646962] pci 0000:90:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.655699] pci 0000:90:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.663854] pci 0000:90:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 9.672589] pci 0000:90:01.2: bridge window [io size 0x1000]: failed to assign
[ 9.680742] pci 0000:90:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 9.689477] pci 0000:90:01.3: bridge window [io size 0x1000]: failed to assign
[ 9.697633] pci 0000:90:01.4: bridge window [io size 0x1000]: can't assign; no space
[ 9.706371] pci 0000:90:01.4: bridge window [io size 0x1000]: failed to assign
[ 9.714525] pci 0000:90:01.4: bridge window [io size 0x1000]: can't assign; no space
[ 9.723261] pci 0000:90:01.4: bridge window [io size 0x1000]: failed to assign
[ 9.731414] pci 0000:90:01.3: bridge window [io size 0x1000]: can't assign; no space
[ 9.740150] pci 0000:90:01.3: bridge window [io size 0x1000]: failed to assign
[ 9.748303] pci 0000:90:01.2: bridge window [io size 0x1000]: can't assign; no space
[ 9.757039] pci 0000:90:01.2: bridge window [io size 0x1000]: failed to assign
[ 9.765193] pci 0000:90:01.1: bridge window [io size 0x1000]: can't assign; no space
[ 9.773929] pci 0000:90:01.1: bridge window [io size 0x1000]: failed to assign
[ 9.782085] pci 0000:90:01.1: PCI bridge to [bus 91]
[ 9.787621] pci 0000:90:01.1: bridge window [mem 0xb9000000-0xb91fffff]
[ 9.795195] pci 0000:90:01.1: bridge window [mem 0xe0261000000-0xe02611fffff 64bit pref]
[ 9.804435] pci 0000:90:01.2: PCI bridge to [bus 92]
[ 9.809973] pci 0000:90:01.2: bridge window [mem 0xb9200000-0xb93fffff]
[ 9.817550] pci 0000:90:01.2: bridge window [mem 0xe0261200000-0xe02613fffff 64bit pref]
[ 9.826791] pci 0000:90:01.3: PCI bridge to [bus 93]
[ 9.832330] pci 0000:90:01.3: bridge window [mem 0xb9400000-0xb95fffff]
[ 9.839905] pci 0000:90:01.3: bridge window [mem 0xe0261400000-0xe02615fffff 64bit pref]
[ 9.850134] pci 0000:90:01.4: PCI bridge to [bus 94]
[ 9.855674] pci 0000:90:01.4: bridge window [mem 0xbb000000-0xbb0fffff]
[ 9.863251] pci 0000:90:01.4: bridge window [mem 0xe0261600000-0xe02617fffff 64bit pref]
[ 9.872493] pci_bus 0000:90: resource 4 [mem 0xb9000000-0xbb0fffff window]
[ 9.880165] pci_bus 0000:90: resource 5 [mem 0xe0261000000-0xf0260ffffff window]
[ 9.888417] pci_bus 0000:91: resource 1 [mem 0xb9000000-0xb91fffff]
[ 9.895411] pci_bus 0000:91: resource 2 [mem 0xe0261000000-0xe02611fffff 64bit pref]
[ 9.904052] pci_bus 0000:92: resource 1 [mem 0xb9200000-0xb93fffff]
[ 9.911045] pci_bus 0000:92: resource 2 [mem 0xe0261200000-0xe02613fffff 64bit pref]
[ 9.919687] pci_bus 0000:93: resource 1 [mem 0xb9400000-0xb95fffff]
[ 9.926680] pci_bus 0000:93: resource 2 [mem 0xe0261400000-0xe02615fffff 64bit pref]
[ 9.935322] pci_bus 0000:94: resource 1 [mem 0xbb000000-0xbb0fffff]
[ 9.942314] pci_bus 0000:94: resource 2 [mem 0xe0261600000-0xe02617fffff 64bit pref]
[ 9.951468] PCI: CLS 64 bytes, default 64
[ 9.955949] pci 0000:70:00.2: AMD-Vi: IOMMU performance counters supported
[ 9.956008] Unpacking initramfs...
[ 9.963775] platform AMDI0096:00: Adding to iommu group 0
[ 9.974177] pci 0000:70:00.3: Adding to iommu group 1
[ 9.979845] pci 0000:70:01.0: Adding to iommu group 2
[ 9.985507] pci 0000:70:02.0: Adding to iommu group 3
[ 9.991170] pci 0000:70:03.0: Adding to iommu group 4
[ 9.996833] pci 0000:70:04.0: Adding to iommu group 5
[ 10.002495] pci 0000:70:05.0: Adding to iommu group 6
[ 10.008160] pci 0000:70:07.0: Adding to iommu group 7
[ 10.013813] pci 0000:70:07.1: Adding to iommu group 8
[ 10.018564] Freeing initrd memory: 26756K
[ 10.019492] pci 0000:71:00.0: Adding to iommu group 9
[ 10.029565] pci 0000:71:00.4: Adding to iommu group 9
[ 10.035252] pci 0000:40:01.0: Adding to iommu group 10
[ 10.041012] pci 0000:40:02.0: Adding to iommu group 11
[ 10.052178] pci 0000:50:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.060064] pci 0000:50:01.0: Adding to iommu group 12
[ 10.065827] pci 0000:50:02.0: Adding to iommu group 13
[ 10.071584] pci 0000:50:03.0: Adding to iommu group 14
[ 10.077331] pci 0000:50:03.1: Adding to iommu group 15
[ 10.083081] pci 0000:50:03.3: Adding to iommu group 16
[ 10.088831] pci 0000:50:03.4: Adding to iommu group 17
[ 10.094590] pci 0000:50:04.0: Adding to iommu group 18
[ 10.100350] pci 0000:50:05.0: Adding to iommu group 19
[ 10.106111] pci 0000:50:07.0: Adding to iommu group 20
[ 10.111858] pci 0000:50:07.1: Adding to iommu group 21
[ 10.117606] pci 0000:51:00.0: Adding to iommu group 22
[ 10.123354] pci 0000:52:00.0: Adding to iommu group 23
[ 10.129103] pci 0000:53:00.0: Adding to iommu group 24
[ 10.134840] pci 0000:54:00.0: Adding to iommu group 24
[ 10.140567] pci 0000:54:01.0: Adding to iommu group 24
[ 10.146333] pci 0000:55:00.0: Adding to iommu group 25
[ 10.152082] pci 0000:55:00.5: Adding to iommu group 25
[ 10.157871] pci 0000:60:00.3: Adding to iommu group 26
[ 10.163638] pci 0000:60:01.0: Adding to iommu group 27
[ 10.169388] pci 0000:60:01.1: Adding to iommu group 28
[ 10.175138] pci 0000:60:01.2: Adding to iommu group 29
[ 10.180888] pci 0000:60:01.3: Adding to iommu group 30
[ 10.186636] pci 0000:60:01.4: Adding to iommu group 31
[ 10.192396] pci 0000:60:02.0: Adding to iommu group 32
[ 10.208478] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.216263] platform AMDI0095:00: Adding to iommu group 33
[ 10.223145] pci 0000:00:00.3: Adding to iommu group 34
[ 10.228914] pci 0000:00:01.0: Adding to iommu group 35
[ 10.234663] pci 0000:00:01.1: Adding to iommu group 36
[ 10.240410] pci 0000:00:01.3: Adding to iommu group 37
[ 10.246169] pci 0000:00:02.0: Adding to iommu group 38
[ 10.251928] pci 0000:00:03.0: Adding to iommu group 39
[ 10.257688] pci 0000:00:04.0: Adding to iommu group 40
[ 10.263449] pci 0000:00:05.0: Adding to iommu group 41
[ 10.269209] pci 0000:00:07.0: Adding to iommu group 42
[ 10.274957] pci 0000:00:07.1: Adding to iommu group 43
[ 10.280728] pci 0000:00:14.0: Adding to iommu group 44
[ 10.286478] pci 0000:00:14.3: Adding to iommu group 44
[ 10.292326] pci 0000:00:18.0: Adding to iommu group 45
[ 10.298075] pci 0000:00:18.1: Adding to iommu group 45
[ 10.303824] pci 0000:00:18.2: Adding to iommu group 45
[ 10.309574] pci 0000:00:18.3: Adding to iommu group 45
[ 10.315321] pci 0000:00:18.4: Adding to iommu group 45
[ 10.321069] pci 0000:00:18.5: Adding to iommu group 45
[ 10.326817] pci 0000:00:18.6: Adding to iommu group 45
[ 10.332565] pci 0000:00:18.7: Adding to iommu group 45
[ 10.338415] pci 0000:00:19.0: Adding to iommu group 46
[ 10.344165] pci 0000:00:19.1: Adding to iommu group 46
[ 10.349914] pci 0000:00:19.2: Adding to iommu group 46
[ 10.355662] pci 0000:00:19.3: Adding to iommu group 46
[ 10.361410] pci 0000:00:19.4: Adding to iommu group 46
[ 10.367159] pci 0000:00:19.5: Adding to iommu group 46
[ 10.372907] pci 0000:00:19.6: Adding to iommu group 46
[ 10.378656] pci 0000:00:19.7: Adding to iommu group 46
[ 10.384405] pci 0000:03:00.0: Adding to iommu group 47
[ 10.390175] pci 0000:30:01.0: Adding to iommu group 48
[ 10.395935] pci 0000:30:02.0: Adding to iommu group 49
[ 10.409107] pci 0000:20:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.417206] pci 0000:20:01.0: Adding to iommu group 50
[ 10.422967] pci 0000:20:02.0: Adding to iommu group 51
[ 10.428726] pci 0000:20:03.0: Adding to iommu group 52
[ 10.434486] pci 0000:20:04.0: Adding to iommu group 53
[ 10.440247] pci 0000:20:05.0: Adding to iommu group 54
[ 10.446011] pci 0000:20:07.0: Adding to iommu group 55
[ 10.451761] pci 0000:20:07.1: Adding to iommu group 56
[ 10.457539] pci 0000:21:00.0: Adding to iommu group 57
[ 10.463292] pci 0000:21:00.4: Adding to iommu group 57
[ 10.469071] pci 0000:10:00.3: Adding to iommu group 58
[ 10.474836] pci 0000:10:01.0: Adding to iommu group 59
[ 10.480584] pci 0000:10:01.1: Adding to iommu group 60
[ 10.486335] pci 0000:10:01.2: Adding to iommu group 61
[ 10.492085] pci 0000:10:01.3: Adding to iommu group 62
[ 10.497835] pci 0000:10:01.4: Adding to iommu group 63
[ 10.503595] pci 0000:10:02.0: Adding to iommu group 64
[ 10.516635] pci 0000:f0:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.524431] platform AMDI0096:01: Adding to iommu group 65
[ 10.531175] pci 0000:f0:00.3: Adding to iommu group 66
[ 10.536940] pci 0000:f0:01.0: Adding to iommu group 67
[ 10.542701] pci 0000:f0:02.0: Adding to iommu group 68
[ 10.548462] pci 0000:f0:03.0: Adding to iommu group 69
[ 10.554221] pci 0000:f0:04.0: Adding to iommu group 70
[ 10.559983] pci 0000:f0:05.0: Adding to iommu group 71
[ 10.565761] pci 0000:f0:07.0: Adding to iommu group 72
[ 10.571511] pci 0000:f0:07.1: Adding to iommu group 73
[ 10.577264] pci 0000:f0:07.2: Adding to iommu group 72
[ 10.583015] pci 0000:f1:00.0: Adding to iommu group 74
[ 10.588749] pci 0000:f2:00.0: Adding to iommu group 72
[ 10.594482] pci 0000:f2:00.1: Adding to iommu group 72
[ 10.600260] pci 0000:c0:01.0: Adding to iommu group 75
[ 10.606021] pci 0000:c0:02.0: Adding to iommu group 76
[ 10.617436] pci 0000:d0:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.625332] pci 0000:d0:01.0: Adding to iommu group 77
[ 10.631096] pci 0000:d0:02.0: Adding to iommu group 78
[ 10.636856] pci 0000:d0:03.0: Adding to iommu group 79
[ 10.642616] pci 0000:d0:04.0: Adding to iommu group 80
[ 10.648377] pci 0000:d0:05.0: Adding to iommu group 81
[ 10.654153] pci 0000:d0:07.0: Adding to iommu group 82
[ 10.659910] pci 0000:d0:07.1: Adding to iommu group 83
[ 10.665686] pci 0000:d1:00.0: Adding to iommu group 84
[ 10.671443] pci 0000:d1:00.5: Adding to iommu group 84
[ 10.677229] pci 0000:e0:00.3: Adding to iommu group 85
[ 10.682995] pci 0000:e0:01.0: Adding to iommu group 86
[ 10.688744] pci 0000:e0:01.1: Adding to iommu group 87
[ 10.694492] pci 0000:e0:01.2: Adding to iommu group 88
[ 10.700241] pci 0000:e0:01.3: Adding to iommu group 89
[ 10.705988] pci 0000:e0:01.4: Adding to iommu group 90
[ 10.711747] pci 0000:e0:02.0: Adding to iommu group 91
[ 10.724958] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.732772] platform AMDI0096:02: Adding to iommu group 92
[ 10.739335] pci 0000:80:00.3: Adding to iommu group 93
[ 10.745173] pci 0000:80:01.0: Adding to iommu group 94
[ 10.750946] pci 0000:80:02.0: Adding to iommu group 95
[ 10.756708] pci 0000:80:03.0: Adding to iommu group 96
[ 10.762469] pci 0000:80:04.0: Adding to iommu group 97
[ 10.768230] pci 0000:80:05.0: Adding to iommu group 98
[ 10.773993] pci 0000:80:07.0: Adding to iommu group 99
[ 10.779742] pci 0000:80:07.1: Adding to iommu group 100
[ 10.785591] pci 0000:81:00.0: Adding to iommu group 101
[ 10.791458] pci 0000:b0:01.0: Adding to iommu group 102
[ 10.797313] pci 0000:b0:02.0: Adding to iommu group 103
[ 10.808644] pci 0000:a0:00.2: AMD-Vi: IOMMU performance counters supported
[ 10.816519] pci 0000:00:00.0: Adding to iommu group 34
[ 10.822314] pci 0000:a0:01.0: Adding to iommu group 104
[ 10.828173] pci 0000:a0:02.0: Adding to iommu group 105
[ 10.834034] pci 0000:a0:03.0: Adding to iommu group 106
[ 10.839891] pci 0000:a0:04.0: Adding to iommu group 107
[ 10.845749] pci 0000:a0:05.0: Adding to iommu group 108
[ 10.851610] pci 0000:a0:07.0: Adding to iommu group 109
[ 10.857458] pci 0000:a0:07.1: Adding to iommu group 110
[ 10.863307] pci 0000:a1:00.0: Adding to iommu group 111
[ 10.869182] pci 0000:90:00.3: Adding to iommu group 112
[ 10.875045] pci 0000:90:01.0: Adding to iommu group 113
[ 10.880889] pci 0000:90:01.1: Adding to iommu group 114
[ 10.886733] pci 0000:90:01.2: Adding to iommu group 115
[ 10.892578] pci 0000:90:01.3: Adding to iommu group 116
[ 10.898422] pci 0000:90:01.4: Adding to iommu group 117
[ 10.904279] pci 0000:90:02.0: Adding to iommu group 118
[ 10.910123] pci 0000:94:00.0: Adding to iommu group 119
[ 10.924734] AMD-Vi: Extended features (0x25bf732fa2295afe, 0x53f): PPR X2APIC NX GT [5] IA GA PC GA_vAPIC
[ 10.935436] AMD-Vi: Interrupt remapping enabled
[ 10.940488] AMD-Vi: X2APIC enabled
[ 10.945464] AMD-Vi: Virtual APIC enabled
[ 10.949876] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 10.957065] software IO TLB: mapped [mem 0x0000000081000000-0x0000000085000000] (64MB)
[ 10.965954] LVT offset 0 assigned for vector 0x400
[ 10.973956] perf: AMD IBS detected (0x00081bff)
[ 10.979035] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 10.987010] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[ 10.994984] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[ 11.002958] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[ 11.010932] perf/amd_iommu: Detected AMD IOMMU #4 (2 banks, 4 counters/bank).
[ 11.018910] perf/amd_iommu: Detected AMD IOMMU #5 (2 banks, 4 counters/bank).
[ 11.026884] perf/amd_iommu: Detected AMD IOMMU #6 (2 banks, 4 counters/bank).
[ 11.034857] perf/amd_iommu: Detected AMD IOMMU #7 (2 banks, 4 counters/bank).
[ 11.044509] Initialise system trusted keyrings
[ 11.049477] Key type blacklist registered
[ 11.054044] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[ 11.061509] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 11.068108] fuse: init (API version 7.43)
[ 11.072767] integrity: Platform Keyring initialized
[ 11.084320] Key type asymmetric registered
[ 11.088885] Asymmetric key parser 'x509' registered
[ 11.094346] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 11.102680] io scheduler mq-deadline registered
[ 11.112986] ledtrig-cpu: registered to indicate activity on CPUs
[ 11.120112] pcieport 0000:70:00.3: PME: Signaling with IRQ 52
[ 11.126825] pcieport 0000:70:07.1: PME: Signaling with IRQ 53
[ 11.133474] pcieport 0000:50:03.1: PME: Signaling with IRQ 54
[ 11.144924] pcieport 0000:50:03.3: PME: Signaling with IRQ 55
[ 11.156073] pcieport 0000:50:03.4: PME: Signaling with IRQ 56
[ 11.167224] pcieport 0000:50:07.1: PME: Signaling with IRQ 58
[ 11.173873] pcieport 0000:00:00.3: PME: Signaling with IRQ 60
[ 11.180408] pcieport 0000:00:01.1: PME: Signaling with IRQ 61
[ 11.186886] pcieport 0000:00:01.1: pciehp: Slot #14 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.207215] pcieport 0000:00:01.3: PME: Signaling with IRQ 62
[ 11.213677] pcieport 0000:00:01.3: pciehp: Slot #15 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.234250] pcieport 0000:00:07.1: PME: Signaling with IRQ 64
[ 11.240838] pcieport 0000:20:07.1: PME: Signaling with IRQ 65
[ 11.247501] pcieport 0000:60:00.3: PME: Signaling with IRQ 67
[ 11.254047] pcieport 0000:60:01.1: PME: Signaling with IRQ 68
[ 11.260535] pcieport 0000:60:01.1: pciehp: Slot #44 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.293469] pcieport 0000:60:01.2: PME: Signaling with IRQ 69
[ 11.299934] pcieport 0000:60:01.2: pciehp: Slot #46 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.332810] pcieport 0000:60:01.3: PME: Signaling with IRQ 70
[ 11.339284] pcieport 0000:60:01.3: pciehp: Slot #40 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.372163] pcieport 0000:60:01.4: PME: Signaling with IRQ 71
[ 11.378637] pcieport 0000:60:01.4: pciehp: Slot #42 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.411511] pcieport 0000:10:00.3: PME: Signaling with IRQ 73
[ 11.418066] pcieport 0000:10:01.1: PME: Signaling with IRQ 74
[ 11.424550] pcieport 0000:10:01.1: pciehp: Slot #34 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.457379] pcieport 0000:10:01.2: PME: Signaling with IRQ 75
[ 11.463861] pcieport 0000:10:01.2: pciehp: Slot #32 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.491916] pcieport 0000:10:01.2: pciehp: Slot(32): Card present
[ 11.496746] pcieport 0000:10:01.3: PME: Signaling with IRQ 76
[ 11.505428] pcieport 0000:10:01.3: pciehp: Slot #38 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.538596] pcieport 0000:10:01.4: PME: Signaling with IRQ 77
[ 11.545071] pcieport 0000:10:01.4: pciehp: Slot #36 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.578408] pcieport 0000:f0:00.3: PME: Signaling with IRQ 79
[ 11.585168] pcieport 0000:f0:07.1: PME: Signaling with IRQ 81
[ 11.591781] pcieport 0000:f0:07.2: PME: Signaling with IRQ 82
[ 11.598400] pcieport 0000:d0:07.1: PME: Signaling with IRQ 84
[ 11.605035] pcieport 0000:80:00.3: PME: Signaling with IRQ 86
[ 11.611619] pcieport 0000:80:07.1: PME: Signaling with IRQ 88
[ 11.618233] pcieport 0000:a0:07.1: PME: Signaling with IRQ 90
[ 11.624854] pcieport 0000:e0:00.3: PME: Signaling with IRQ 92
[ 11.631410] pcieport 0000:e0:01.1: PME: Signaling with IRQ 93
[ 11.637863] pcieport 0000:e0:01.1: pciehp: Slot #52 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.658004] pcieport 0000:e0:01.2: PME: Signaling with IRQ 94
[ 11.664463] pcieport 0000:e0:01.2: pciehp: Slot #54 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.684899] pcieport 0000:e0:01.3: PME: Signaling with IRQ 95
[ 11.691371] pcieport 0000:e0:01.3: pciehp: Slot #48 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.711901] pcieport 0000:e0:01.4: PME: Signaling with IRQ 96
[ 11.718376] pcieport 0000:e0:01.4: pciehp: Slot #50 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.739000] pcieport 0000:90:00.3: PME: Signaling with IRQ 98
[ 11.745549] pcieport 0000:90:01.1: PME: Signaling with IRQ 99
[ 11.752039] pcieport 0000:90:01.1: pciehp: Slot #46 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.772154] pcieport 0000:90:01.2: PME: Signaling with IRQ 100
[ 11.778689] pcieport 0000:90:01.2: pciehp: Slot #44 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.798927] pcieport 0000:90:01.3: PME: Signaling with IRQ 101
[ 11.805463] pcieport 0000:90:01.3: pciehp: Slot #42 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.825723] pcieport 0000:90:01.4: PME: Signaling with IRQ 102
[ 11.832269] pcieport 0000:90:01.4: pciehp: Slot #40 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 11.852910] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 11.862255] ACPI: button: Power Button [PWRB]
[ 11.867144] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 11.875437] ACPI: button: Power Button [PWRF]
[ 11.918033] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[ 11.927558] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
ÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ[ 11.955273] 00:04: ttyS1 at I/O 0x2f8 (irq = 14, base_baud = 115200) is a 16550A
[ 11.991178] 00:05: ttyS0 at I/O 0x3f8 (irq = 3, base_baud = 115200) is a 16550A
[ 12.002348] Linux agpgart interface v0.103
[ 12.032448] loop: module loaded
[ 12.036638] nvme nvme0: pci function 0000:51:00.0
[ 12.036649] nvme nvme1: pci function 0000:94:00.0
[ 12.037011] tun: Universal TUN/TAP device driver, 1.6
[ 12.037075] PPP generic driver version 2.4.2
[ 12.037193] VFIO - User Level meta-driver version: 0.3
[ 12.042292] xhci_hcd 0000:71:00.4: xHCI Host Controller
[ 12.054845] nvme nvme1: D3 entry latency set to 10 seconds
[ 12.057571] xhci_hcd 0000:71:00.4: new USB bus registered, assigned bus number 1
[ 12.058146] tsc: Refined TSC clocksource calibration: 1997.000 MHz
[ 12.058224] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x399238a2be8, max_idle_ns: 881590637939 ns
[ 12.101578] clocksource: Switched to clocksource tsc
[ 12.102111] xhci_hcd 0000:71:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 12.117336] nvme nvme0: D3 entry latency set to 10 seconds
[ 12.118601] nvme nvme1: 128/0/0 default/read/poll queues
[ 12.123790] xhci_hcd 0000:71:00.4: xHCI Host Controller
[ 12.135225] xhci_hcd 0000:71:00.4: new USB bus registered, assigned bus number 2
[ 12.138471] nvme1n1: p1
[ 12.143485] xhci_hcd 0000:71:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 12.154199] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 12.163422] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.171491] usb usb1: Product: xHCI Host Controller
[ 12.176931] usb usb1: Manufacturer: Linux 6.14.0-3e816361e94a-3e816361e9 xhci-hcd
[ 12.185282] usb usb1: SerialNumber: 0000:71:00.4
[ 12.193327] hub 1-0:1.0: USB hub found
[ 12.197518] hub 1-0:1.0: 2 ports detected
[ 12.202064] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 12.211118] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 12.220342] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.228403] usb usb2: Product: xHCI Host Controller
[ 12.233844] usb usb2: Manufacturer: Linux 6.14.0-3e816361e94a-3e816361e9 xhci-hcd
[ 12.242198] usb usb2: SerialNumber: 0000:71:00.4
[ 12.247422] hub 2-0:1.0: USB hub found
[ 12.251599] hub 2-0:1.0: 2 ports detected
[ 12.256239] xhci_hcd 0000:21:00.4: xHCI Host Controller
[ 12.262078] xhci_hcd 0000:21:00.4: new USB bus registered, assigned bus number 3
[ 12.270703] xhci_hcd 0000:21:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 12.281137] xhci_hcd 0000:21:00.4: xHCI Host Controller
[ 12.286971] xhci_hcd 0000:21:00.4: new USB bus registered, assigned bus number 4
[ 12.295240] xhci_hcd 0000:21:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 12.303126] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 12.312350] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.320410] usb usb3: Product: xHCI Host Controller
[ 12.325850] usb usb3: Manufacturer: Linux 6.14.0-3e816361e94a-3e816361e9 xhci-hcd
[ 12.334202] usb usb3: SerialNumber: 0000:21:00.4
[ 12.339427] hub 3-0:1.0: USB hub found
[ 12.343613] hub 3-0:1.0: 2 ports detected
[ 12.348528] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 12.357573] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 12.366796] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.374856] usb usb4: Product: xHCI Host Controller
[ 12.380295] usb usb4: Manufacturer: Linux 6.14.0-3e816361e94a-3e816361e9 xhci-hcd
[ 12.388644] usb usb4: SerialNumber: 0000:21:00.4
[ 12.393858] hub 4-0:1.0: USB hub found
[ 12.398045] hub 4-0:1.0: 2 ports detected
[ 12.402741] usbcore: registered new interface driver uas
[ 12.408679] usbcore: registered new interface driver usb-storage
[ 12.415382] usbcore: registered new interface driver usbsevseg
[ 12.421903] i8042: PNP: No PS/2 controller found.
[ 12.422927] nvme nvme0: 129/0/0 default/read/poll queues
[ 12.427202] mousedev: PS/2 mouse device common for all mice
[ 12.439646] rtc_cmos 00:01: registered as rtc0
[ 12.444690] rtc_cmos 00:01: setting system clock to 2025-04-04T19:40:19 UTC (1743795619)
[ 12.445079] nvme0n1: p1 p2 p3 p4
[ 12.453748] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
[ 12.458163] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 12.464899] i2c_dev: i2c /dev entries driver
[ 12.477047] usbcore: registered new interface driver pcwd_usb
[ 12.483513] sbc_epx_c3: Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1
[ 12.491604] watchdog: Software Watchdog: cannot register miscdev on minor=130 (err=-16).
[ 12.500631] watchdog: Software Watchdog: a legacy watchdog module is probably present.
[ 12.509503] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[ 12.518920] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
[ 12.522164] pcieport 0000:10:01.2: pciehp: Slot(32): No link
[ 12.527277] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 12.547201] device-mapper: uevent: version 1.0.3
[ 12.552436] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@xxxxxxxxxxxxxxx
[ 12.580788] efifb: probing for efifb
[ 12.584800] efifb: framebuffer at 0xe9000000, using 3072k, total 3072k
[ 12.592086] efifb: mode is 1024x768x32, linelength=4096, pages=768
[ 12.599000] efifb: scrolling: redraw
[ 12.599002] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 12.602984] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 12.609038] usb 1-1: New USB device found, idVendor=0424, idProduct=2044, bcdDevice= 2.22
[ 12.625626] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.625628] usb 1-1: Product: USX2044
[ 12.625629] usb 1-1: Manufacturer: Microchip Tech
[ 12.625687] Console: switching to colour frame buffer device 128x48
[ 12.666344] hub 1-1:1.0: USB hub found
[ 12.667114] fb0: EFI VGA frame buffer device
[ 12.671549] hub 1-1:1.0: 5 ports detected
[ 12.676115] comedi: version 0.7.76 - http://www.comedi.org
[ 12.687554] drop_monitor: Initializing network drop monitor service
[ 12.695341] xt_time: kernel timezone is -0000
[ 12.700423] NET: Registered PF_INET6 protocol family
[ 12.711446] Segment Routing with IPv6
[ 12.715645] In-situ OAM (IOAM) with IPv6
[ 12.720156] NET: Registered PF_PACKET protocol family
[ 12.726291] Key type dns_resolver registered
[ 12.734296] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 12.747371] microcode: Current revision: 0x0b002032
[ 12.754530] usb 2-1: New USB device found, idVendor=0424, idProduct=5044, bcdDevice= 2.22
[ 12.763909] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 12.772087] usb 2-1: Product: USX5044
[ 12.776276] usb 2-1: Manufacturer: Microchip Tech
[ 12.783784] usb 3-1: New USB device found, idVendor=0424, idProduct=2044, bcdDevice= 2.22
[ 12.793159] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.801338] usb 3-1: Product: USX2044
[ 12.813284] usb 3-1: Manufacturer: Microchip Tech
[ 12.829723] resctrl: L3 allocation detected
[ 12.842080] resctrl: MB allocation detected
[ 12.842215] hub 2-1:1.0: USB hub found
[ 12.846746] resctrl: SMBA allocation detected
[ 12.850969] hub 2-1:1.0: 4 ports detected
[ 12.855790] resctrl: L3 monitoring detected
[ 12.879195] hub 3-1:1.0: USB hub found
[ 12.879848] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[ 12.879983] IPI shorthand broadcast: enabled
[ 12.881046] sched_clock: Marking stable (12769693073, 110134721)->(14070815077, -1190987283)
[ 12.884171] hub 3-1:1.0: 5 ports detected
[ 12.896450] registered taskstats version 1
[ 12.911190] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 12.999668] Loading compiled-in X.509 certificates
[ 13.012314] usb 4-1: New USB device found, idVendor=0424, idProduct=5044, bcdDevice= 2.22
[ 13.012366] Loaded X.509 cert 'Build time autogenerated kernel key: ef33fa6b7ef8fff1ea40dfa324e546977b572e74'
[ 13.021444] usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 13.021446] usb 4-1: Product: USX5044
[ 13.035038] usb 1-2: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
[ 13.040472] usb 4-1: Manufacturer: Microchip Tech
[ 13.040495] Demotion targets for Node 0: null
[ 13.044553] usb 1-2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 13.044555] usb 1-2: Product: USB Virtual Hub
[ 13.044556] usb 1-2: Manufacturer: Aspeed
[ 13.044557] usb 1-2: SerialNumber: 00000000
[ 13.053696] Demotion targets for Node 1: null
[ 13.071107] hub 4-1:1.0: USB hub found
[ 13.079750] Key type .fscrypt registered
[ 13.083849] hub 4-1:1.0: 4 ports detected
[ 13.088282] Key type fscrypt-provisioning registered
[ 13.114348] hub 1-2:1.0: USB hub found
[ 13.116794] usb 1-1.5: new high-speed USB device number 4 using xhci_hcd
[ 13.121427] hub 1-2:1.0: 7 ports detected
[ 13.122050] cryptd: max_cpu_qlen set to 1000
[ 13.133603] Key type encrypted registered
[ 13.225039] usb 1-1.5: New USB device found, idVendor=0424, idProduct=2740, bcdDevice= 2.00
[ 13.229247] AppArmor: AppArmor sha256 policy hashing enabled
[ 13.238562] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 13.238564] usb 1-1.5: Product: Hub Controller
[ 13.238565] usb 1-1.5: Manufacturer: Microchip Tech
[ 13.247077] usb 3-1.5: new high-speed USB device number 3 using xhci_hcd
[ 13.252012] ima: No TPM chip found, activating TPM-bypass!
[ 13.365533] usb 3-1.5: New USB device found, idVendor=0424, idProduct=2740, bcdDevice= 2.00
[ 13.369245] Loading compiled-in module X.509 certificates
[ 13.378561] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 13.378563] usb 3-1.5: Product: Hub Controller
[ 13.378564] usb 3-1.5: Manufacturer: Microchip Tech
[ 13.439462] usb 1-2.6: new high-speed USB device number 5 using xhci_hcd
[ 13.446850] Loaded X.509 cert 'Build time autogenerated kernel key: ef33fa6b7ef8fff1ea40dfa324e546977b572e74'
[ 13.487453] ima: Allocated hash algorithm: sha1
[ 13.500229] ima: No architecture policies found
[ 13.513012] evm: Initialising EVM extended attributes:
[ 13.526501] evm: security.selinux
[ 13.537912] evm: security.SMACK64
[ 13.549261] evm: security.SMACK64EXEC
[ 13.551789] usb 1-2.6: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
[ 13.553341] evm: security.SMACK64TRANSMUTE
[ 13.562656] usb 1-2.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 13.562657] usb 1-2.6: Product: virtual_input
[ 13.562658] usb 1-2.6: Manufacturer: OpenBMC
[ 13.562659] usb 1-2.6: SerialNumber: OBMC0001
[ 13.643129] evm: security.SMACK64MMAP
[ 13.654508] evm: security.apparmor
[ 13.665365] evm: security.ima
[ 13.675491] evm: security.capability
[ 13.686210] evm: HMAC attrs: 0x1
[ 13.696738] PM: Magic number: 5:436:697
[ 13.707952] pci 0000:00:00.2: hash matches
[ 13.719652] clk: Disabling unused clocks
[ 13.731453] Freeing unused decrypted memory: 2036K
[ 13.743863] Freeing unused kernel image (initmem) memory: 5164K
[ 13.756941] Write protecting the kernel read-only data: 32768k
[ 13.770399] Freeing unused kernel image (text/rodata gap) memory: 1280K
[ 13.784690] Freeing unused kernel image (rodata/data gap) memory: 1588K
[ 13.832234] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 13.846092] Run /init as init process
Loading, please wait...
Starting version 249.11-0ubuntu3.12
[ 13.965324] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 13.980433] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 13.990154] hid: raw HID events driver (C) Jiri Kosina
[ 13.992428] ahci 0000:f2:00.0: SSS flag set, parallel bus scan disabled
[ 13.992444] ahci 0000:f2:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 13.992446] ahci 0000:f2:00.0: 1/1 ports implemented (port mask 0x1)
[ 13.992447] ahci 0000:f2:00.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part
[ 13.992859] scsi host0: ahci
[ 13.992987] ata1: SATA max UDMA/133 abar m2048@0xd3001000 port 0xd3001100 irq 382 lpm-pol 0
[ 13.993478] ahci 0000:f2:00.1: SSS flag set, parallel bus scan disabled
[ 13.993528] ahci 0000:f2:00.1: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 13.993529] ahci 0000:f2:00.1: 8/8 ports implemented (port mask 0xff)
[ 13.993530] ahci 0000:f2:00.1: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part sxs
[ 13.994331] scsi host1: ahci
[ 13.994483] scsi host2: ahci
[ 13.994651] scsi host3: ahci
[ 13.994805] scsi host4: ahci
[ 13.994949] scsi host5: ahci
[ 13.995099] scsi host6: ahci
[ 13.995240] scsi host7: ahci
[ 13.995402] scsi host8: ahci
[ 13.995501] ata2: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000100 irq 384 lpm-pol 0
[ 13.995502] ata3: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000180 irq 385 lpm-pol 0
[ 13.995504] ata4: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000200 irq 386 lpm-pol 0
[ 13.995505] ata5: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000280 irq 387 lpm-pol 0
[ 13.995506] ata6: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000300 irq 388 lpm-pol 0
[ 13.995506] ata7: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000380 irq 389 lpm-pol 0
[ 13.995507] ata8: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000400 irq 390 lpm-pol 0
[ 13.995508] ata9: SATA max UDMA/133 abar m2048@0xd3000000 port 0xd3000480 irq 391 lpm-pol 0
[ 14.000750] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 14.304514] ata1: SATA link down (SStatus 0 SControl 300)
[ 14.304663] ata2: SATA link down (SStatus 0 SControl 300)
[ 14.306295] i2c i2c-5: Successfully instantiated SPD at 0x50
[ 14.403596] i2c i2c-5: Successfully instantiated SPD at 0x51
[ 14.415558] i2c i2c-5: Successfully instantiated SPD at 0x52
[ 14.427494] i2c i2c-5: Successfully instantiated SPD at 0x53
[ 14.442987] tg3 0000:52:00.0 eth0: Tigon3 [partno(BCM5720A0KFBG) rev 5720000] (PCI Express) MAC address e8:80:88:09:e6:11
[ 14.460872] tg3 0000:52:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 14.477604] tg3 0000:52:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 14.492148] tg3 0000:52:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[ 14.628582] ata3: SATA link down (SStatus 0 SControl 300)
[ 14.948564] ata4: SATA link down (SStatus 0 SControl 300)
[ 15.268565] ata5: SATA link down (SStatus 0 SControl 300)
[ 15.588566] ata6: SATA link down (SStatus 0 SControl 300)
[ 15.908566] ata7: SATA link down (SStatus 0 SControl 300)
[ 16.228565] ata8: SATA link down (SStatus 0 SControl 300)
[ 16.548567] ata9: SATA link down (SStatus 0 SControl 300)
[ 16.562392] tg3 0000:52:00.0 enp82s0: renamed from eth0
[ 16.575320] usbcore: registered new interface driver usbhid
[ 16.586653] usbhid: USB HID core driver
[ 16.597700] input: OpenBMC virtual_input as /devices/pci0000:70/0000:70:07.1/0000:71:00.4/usb1/1-2/1-2.6/1-2.6:1.0/0003:1D6B:0104.0001/input/input2
[ 16.678265] hid-generic 0003:1D6B:0104.0001: input,hidraw0: USB HID v1.01 Keyboard [OpenBMC virtual_input] on usb-0000:71:00.4-2.6/input0
[ 16.703423] input: OpenBMC virtual_input as /devices/pci0000:70/0000:70:07.1/0000:71:00.4/usb1/1-2/1-2.6/1-2.6:1.1/0003:1D6B:0104.0002/input/input3
[ 16.730142] hid-generic 0003:1D6B:0104.0002: input,hidraw1: USB HID v1.01 Mouse [OpenBMC virtual_input] on usb-0000:71:00.4-2.6/input1
Begin: Loading essential drivers ... [ 17.926138] raid6: avx512x4 gen() 73149 MB/s
[ 18.002138] raid6: avx512x2 gen() 78195 MB/s
[ 18.078138] raid6: avx512x1 gen() 76188 MB/s
[ 18.154139] raid6: avx2x4 gen() 59589 MB/s
[ 18.230138] raid6: avx2x2 gen() 59247 MB/s
[ 18.306138] raid6: avx2x1 gen() 58389 MB/s
[ 18.316790] raid6: using algorithm avx512x2 gen() 78195 MB/s
[ 18.394139] raid6: .... xor() 46476 MB/s, rmw enabled
[ 18.405902] raid6: using avx512x2 recovery algorithm
[ 18.418561] xor: automatically using best checksumming function avx
[ 18.433743] async_tx: api initialized (async)
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [ 18.526744] Btrfs loaded, zoned=yes, fsverity=yes
Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.37.2
[/usr/sbin/fsck.ext4 (1) -- /dev/nvme0n1p2] fsck.ext4 -a[ 18.580305] EXT4-fs (nvme0n1p2): mounted filesystem 6c07d1f8-f936-4d1c-956e-62d8d0134454 ro with ordered data mode. Quota mode: none.
-C0 /dev/nvme0n1p2
/dev/nvme0n1p2: clean, 292829/13107200 files, 17764115/52428800 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 18.687389] systemd[1]: Inserted module 'autofs4'
[ 18.704959] systemd[1]: systemd 249.11-0ubuntu3.12 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 18.763541] systemd[1]: Detected architecture x86-64.
Welcome to [1mUbuntu 22.04.5 LTS[0m!
[ 18.790255] systemd[1]: Hostname set to <volcano-ed21host>.
[ 18.875802] block nvme0n1: the capability attribute has been deprecated.
[ 18.926189] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 18.971328] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[ 19.022580] systemd[1]: Queued start job for default target Graphical Interface.
[ 19.091549] systemd[1]: Created slice Virtual Machine and Container Slice.
[[0;32m OK [0m] Created slice [0;1;39mVirtual Machine and Container Slice[0m.
[ 19.122879] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 19.150603] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 19.178534] systemd[1]: Created slice Slice /system/systemd-fsck.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[ 19.206495] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 19.234194] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password R…uests to Wall Directory Watch[0m.
[ 19.270178] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 19.301467] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 19.326174] systemd[1]: Reached target Mounting snaps.
[[0;32m OK [0m] Reached target [0;1;39mMounting snaps[0m.
[ 19.354164] systemd[1]: Reached target Local Verity Protected Volumes.
[[0;32m OK [0m] Reached target [0;1;39mLocal Verity Protected Volumes[0m.
[ 19.386151] systemd[1]: Reached target Libvirt guests shutdown.
[[0;32m OK [0m] Reached target [0;1;39mLibvirt guests shutdown[0m.
[ 19.414182] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[[0;32m OK [0m] Listening on [0;1;39mDevice-mapper event daemon FIFOs[0m.
[ 19.446205] systemd[1]: Listening on LVM2 poll daemon socket.
[[0;32m OK [0m] Listening on [0;1;39mLVM2 poll daemon socket[0m.
[ 19.474193] systemd[1]: Listening on multipathd control socket.
[[0;32m OK [0m] Listening on [0;1;39mmultipathd control socket[0m.
[ 19.502186] systemd[1]: Listening on Syslog Socket.
[[0;32m OK [0m] Listening on [0;1;39mSyslog Socket[0m.
[ 19.526176] systemd[1]: Listening on fsck to fsckd communication Socket.
[[0;32m OK [0m] Listening on [0;1;39mfsck to fsckd communication Socket[0m.
[ 19.558164] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 19.586220] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 19.614178] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 19.642182] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 19.666188] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 19.694185] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 19.718174] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 19.774419] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 19.799092] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 19.826887] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 19.850832] systemd[1]: Mounting Kernel Trace File System...
Mounting [0;1;39mKernel Trace File System[0m...
[ 19.875423] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 19.899353] systemd[1]: Starting Set the console keyboard layout...
Starting [0;1;39mSet the console keyboard layout[0m...
[ 19.926990] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 19.954919] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Starting [0;1;39mMonitoring of LVM…meventd or progress polling[0m...
[ 19.986163] systemd[1]: Condition check resulted in LXD - agent being skipped.
[ 20.002696] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 20.026681] systemd[1]: Starting Load Kernel Module drm...
Startin[ 20.041929] ACPI: bus type drm_connector registered
g [0;1;39mLoad Kernel Module drm[0m...
[ 20.058928] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 20.061883] pstore: Using crash dump compression: deflate
Startin[ 20.087586] pstore: Registered efi_pstore as persistent store backend
g [0;1;39mLoad Kernel Module efi_pstore[0m...
[ 20.106751] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 20.130242] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[ 20.147971] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 20.166163] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 20.191024] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 20.219213] systemd[1]: Starting Coldplug All udev Devices...
[ 20.222591] EXT4-fs (nvme0n1p2): re-mounted 6c07d1f8-f936-4d1c-956e-62d8d0134454 r/w.
Starting [0;1;39mColdplug All udev Devices[0m...
[ 20.258997] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m.
[[0;32m OK [0m] Finished [0;1;39mSet the console keyboard layout[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mMonitoring of LVM… dmeventd or progress polling[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module efi_pstore[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Activating swap [0;1;39m/swap.img[0m...
Mountin[ 20.520072] Adding 8388604k swap on /swap.img. Priority:-2 extents:9 across:8953852k SS
g [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mDevice-Mapper Multipa[ 20.554465] alua: device handler registered
th Device Controller[0m...
Startin[ 20.567789] emc: device handler registered
[ 20.568959] systemd-journald[2377]: Received client request to flush runtime journal.
[ 20.574105] rdac: device handler registered
g [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mLoad/Save Random Seed[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate System Users[0m...
[[0;32m OK [0m] Activated swap [0;1;39m/swap.img[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mDevice-Mapper Multipath Device Controller[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39mPrepare /run/qemu…ack-load modules from there[0m...
Mounting [0;1;39mMount unit for core20, revision 2434[0m...
Mounting [0;1;39mMount unit for core20, revision 2496[0m...
Mounting [0;1;39mMount unit for lxd, revision 29351[0m...
Mounting [0;1;39mMount unit for lxd, revision 31333[0m...
Mounting [0;1;39mMount unit for snapd, revision 23545[0m...
Mounting [0;1;39mMount unit for snapd, revision 23771[0m...
[[0;32m OK [0m] Reached target [0;1;39mContainers[0m.
Starting [0;1;39mRule-based Manage…for Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39mPrepare /run/qemu …lback-load modules from there[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for core20, revision 2434[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for core20, revision 2496[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for lxd, revision 29351[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for lxd, revision 31333[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for snapd, revision 23545[0m.
[[0;32m OK [0m] Mounted [0;1;39mMount unit for snapd, revision 23771[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS1[0m.
[[0;32m OK [0m] Found device [0;1;39mSAMSUNG MZVL2512HCJQ-00BL7 4[0m.
[[0;32m OK [0m] Found device [0;1;39mSAMSUNG MZVL2512HCJQ-00BL7 3[0m.
[[0;32m OK [0m] Found device [0;1;39mSAMSUNG MZVL2512HCJQ-00BL7 1[0m.
[[0;32m OK [0m] Reached target [0;1;39mMounted snaps[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Started [0;1;39mDispatch Password …ts to Console Directory Watch[0m.
[[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m.
Starting [0;1;39mFile System Check…/dev/disk/by-uuid/385B-B7FF[0m...
Starting [0;1;39mFile System Check…7a6c-4e12-b946-ea6aa6e73175[0m...
Starting [0;1;39mFile System Check…49b1-4974-9d6c-dd008c17761e[0m...
[[0;32m OK [0m] Started [0;1;39mFile System Check Daemon to report status[0m.
Checking in progress on 2 disks (0.0% complete)
[[0;32m OK [0m] Finished [0;1;39mFile System Check…n /dev/disk/by-uuid/385B-B7FF[0m.
Checking in progress on 1 disk (0.0% complete)
[[0;32m OK [0m] Finished [0;1;39mFile System Check…e-7a6c-4e12-b946-ea6aa6e73175[0m.
Checking in progress on 0 disks (100.0% complete)
Mounting [0;1;39m/boot[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check…5-49b1-4974-9d6c-dd008c17761e[0m.
[[0;32m OK [0m] Mounted [0;1;39m/boot[0m.
Mounting [0;1;39m/boot/efi[0m...
Mounting [0;1;39m/home[0m...
[[0;32m OK [0m] Mounted [0;1;39m/boot/efi[0m.
[[0;32m OK [0m] Mounted [0;1;39m/home[0m.
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mLoad AppArmor profiles[0m...
Starting [0;1;39mEnable support fo…l executable binary formats[0m...
Starting [0;1;39mSet console font and keymap[0m...
Starting [0;1;39mCreate final runt…dir for shutdown pivot root[0m...
Starting [0;1;39mTell Plymouth To Write Out Runtime Data[0m...
Starting [0;1;39mQEMU KVM preparation - module, ksm, hugepages[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
Starting [0;1;39mUncomplicated firewall[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad AppArmor profiles[0m.
[[0;32m OK [0m] Finished [0;1;39mEnable support fo…nal executable binary formats[0m.
[[0;32m OK [0m] Finished [0;1;39mSet console font and keymap[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate final runt…e dir for shutdown pivot root[0m.
[[0;32m OK [0m] Finished [0;1;39mTell Plymouth To Write Out Runtime Data[0m.
[[0;32m OK [0m] Finished [0;1;39mQEMU KVM preparation - module, ksm, hugepages[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
[[0;32m OK [0m] Finished [0;1;39mUncomplicated firewall[0m.
Starting [0;1;39mLoad AppArmor pro…managed internally by snapd[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
Starting [0;1;39mCloud-init: Local Stage (pre-network)[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad AppArmor pro…s managed internally by snapd[0m.
[ 22.027751] cloud-init[3071]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'init-local' at Fri, 04 Apr 2025 19:40:29 +0000. Up 22.01 seconds.
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Local Stage (pre-network)[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mWait for Network to be Configured[0m...
Starting [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
[[0;32m OK [0m] Finished [0;1;39mWait for Network to be Configured[0m.
Starting [0;1;39mCloud-init: Network Stage[0m...
[ 31.379899] cloud-init[3114]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'init' at Fri, 04 Apr 2025 19:40:38 +0000. Up 31.36 seconds.
[ 31.400148] cloud-init[3114]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++
[ 31.420066] cloud-init[3114]: ci-info: +---------+------+------------------------------+---------------+--------+-------------------+
[ 31.440058] cloud-init[3114]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 31.460061] cloud-init[3114]: ci-info: +---------+------+------------------------------+---------------+--------+-------------------+
[ 31.480065] cloud-init[3114]: ci-info: | enp82s0 | True | 10.86.19.52 | 255.255.248.0 | global | e8:80:88:09:e6:11 |
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Network Stage[0m.
[ 31.480096] cloud-init[3114]: ci-info: | enp82s0 | True | fe80::ea80:88ff:fe09:e611/64 | . | link | e8:80:88:09:e6:11 |
[ 31.528258] cloud-init[3114]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |
[[0;32m OK [0m] Reached target [0;1;39mCloud-config availability[0m.
[ 31.528285] cloud-init[3114]: ci-info: | lo | True | ::1/128 | . | host | . |
[[0;32m OK [0m] Reached target [0;1;39mNetwork is Online[0m.
[ 31.556299] cloud-init[3114]: ci-info: +---------+------+------------------------------+---------------+--------+-------------------+
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[ 31.600276] cloud-init[3114]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++
[ 31.632254] cloud-init[3114]: ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
[[0;32m OK [0m] Started [0;1;39mDaily apt download activities[0m.
[ 31.632290] cloud-init[3114]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
[ 31.676258] cloud-init[3114]: ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
[[0;32m OK [0m] Started [0;1;39mDaily apt upgrade and clean activities[0m.
[ 31.676284] cloud-init[3114]: ci-info: | 0 | 0.0.0.0 | 10.86.23.254 | 0.0.0.0 | enp82s0 | UG |
[[0;32m OK [0m] Started [0;1;39mDaily dpkg database backup timer[0m.
[ 31.700074] cloud-init[3114]: ci-info: | 1 | 10.10.10.10 | 10.86.23.254 | 255.255.255.255 | enp82s0 | UGH |
[ 31.740254] cloud-init[3114]: ci-info: | 2 | 10.10.10.11 | 10.86.23.254 | 255.255.255.255 | enp82s0 | UGH |
[[0;32m OK [0m] Started [0;1;39mPeriodic ext4 Onli…ata Check for All Filesystems[0m.
[ 31.740288] cloud-init[3114]: ci-info: | 3 | 10.86.16.0 | 0.0.0.0 | 255.255.248.0 | enp82s0 | U |
[ 31.788253] cloud-init[3114]: ci-info: | 4 | 10.86.23.254 | 0.0.0.0 | 255.255.255.255 | enp82s0 | UH |
[[0;32m OK [0m] Started [0;1;39mDiscard unused blocks once a week[0m.
[ 31.788287] cloud-init[3114]: ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
[[0;32m OK [0m] Started [0;1;39mRefresh fwupd metadata regularly[0m.
[ 31.828253] cloud-init[3114]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
[ 31.852255] cloud-init[3114]: ci-info: +-------+-------------+---------+-----------+-------+
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[ 31.852287] cloud-init[3114]: ci-info: | Route | Destination | Gateway | Interface | Flags |
[[0;32m OK [0m] Started [0;1;39mDaily man-db regeneration[0m.
[ 31.880316] cloud-init[3114]: ci-info: +-------+-------------+---------+-----------+-------+
[ 31.924249] cloud-init[3114]: ci-info: | 1 | fe80::/64 | :: | enp82s0 | U |
[[0;32m OK [0m] Started [0;1;39mMessage of the Day[0m.
[ 31.924276] cloud-init[3114]: ci-info: | 3 | local | :: | enp82s0 | U |
[ 31.964253] cloud-init[3114]: ci-info: | 4 | multicast | :: | enp82s0 | U |
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[ 31.964302] cloud-init[3114]: ci-info: +-------+-------------+---------+-----------+-------+
[ 32.004250] cloud-init[3114]: 2025-04-04 19:40:38,605 - schema.py[WARNING]: cloud-config failed schema validation! You may run 'sudo cloud-init schema --system' to check the details.
[[0;32m OK [0m] Started [0;1;39mDownload data for …ailed at package install time[0m.
[[0;32m OK [0m] Started [0;1;39mCheck to see wheth…w version of Ubuntu available[0m.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mcloud-init hotplug hook socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mOpen-iSCSI iscsid Socket[0m.
Starting [0;1;39mLibvirt local socket[0m...
[[0;32m OK [0m] Listening on [0;1;39mSocket unix for snap application lxd.daemon[0m.
[[0;32m OK [0m] Listening on [0;1;39mSocket unix f…p application lxd.user-daemon[0m.
Starting [0;1;39mSocket activation for snappy daemon[0m...
[[0;32m OK [0m] Listening on [0;1;39mUUID daemon activation socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine lock manager socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine lock manager admin socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Remote File Systems[0m.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[[0;32m OK [0m] Finished [0;1;39mAvailability of block devices[0m.
[[0;32m OK [0m] Listening on [0;1;39mLibvirt local socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mSocket activation for snappy daemon[0m.
[[0;32m OK [0m] Listening on [0;1;39mLibvirt admin socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mLibvirt local read-only socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
Starting [0;1;39mLSB: automatic crash report generation[0m...
[[0;32m OK [0m] Started [0;1;39mRegular background program processing daemon[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Started [0;1;39mSave initial kernel messages after boot[0m.
Starting [0;1;39mRemove Stale Onli…t4 Metadata Check Snapshots[0m...
Starting [0;1;39mRecord successful boot for GRUB[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLSB: Execute the …-e command to reboot system[0m...
Starting [0;1;39mDispatcher daemon for systemd-networkd[0m...
Starting [0;1;39mHTTP/2 proxy[0m...
Starting [0;1;39mLSB: OpenIPMI Driver init script[0m...
Starting [0;1;39mAuthorization Manager[0m...
[[0;32m OK [0m] Started [0;1;39mStart entropy gathering daemon (rngd)[0m.
Starting [0;1;39mSystem Logging Service[0m...
Starting [0;1;39mService for snap application lxd.activate[0m...
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Logins[0m.
Starting [0;1;39mWait until snapd is fully seeded[0m...
Starting [0;1;39mSnap Daemon[0m...
Starting [0;1;39mOpenBSD Secure Shell server[0m...
Starting [0;1;39mUser Login Management[0m...
Starting [0;1;39mVirtual Machine a…tainer Registration Service[0m...
Starting [0;1;39mPermit User Sessions[0m...
Starting [0;1;39mThermal Daemon Service[0m...
Starting [0;1;39mDisk Manager[0m...
[[0;32m OK [0m] Started [0;1;39mHTTP/2 proxy[0m.
[[0;32m OK [0m] Started [0;1;39mDispatcher daemon for systemd-networkd[0m.
[[0;32m OK [0m] Finished [0;1;39mRemove Stale Onli…ext4 Metadata Check Snapshots[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mOpenBSD Secure Shell server[0m.
[[0;32m OK [0m] Started [0;1;39mThermal Daemon Service[0m.
[[0;32m OK [0m] Started [0;1;39mSystem Logging Service[0m.
[[0;32m OK [0m] Finished [0;1;39mRecord successful boot for GRUB[0m.
[[0;32m OK [0m] Started [0;1;39mDisk Manager[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: automatic crash report generation[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: Execute the k…c -e command to reboot system[0m.
[[0;32m OK [0m] Started [0;1;39mVirtual Machine an…ontainer Registration Service[0m.
[[0;32m OK [0m] Started [0;1;39mLSB: OpenIPMI Driver init script[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mAuthorization Manager[0m.
Starting [0;1;39mModem Manager[0m...
Starting [0;1;39mGRUB failed boot detection[0m...
Starting [0;1;39mLSB: Load kernel image with kexec[0m...
Starting [0;1;39mVirtualization daemon[0m...
Starting [0;1;39mHold until boot process finishes up[0m...
Starting [0;1;39mTerminate Plymouth Boot Screen[0m...
Starting [0;1;39mHostname Service[0m...
[[0;32m OK [0m] Started [0;1;39mVirtualization daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mHold until boot process finishes up[0m.
[[0;32m OK [0m] Finished [0;1;39mTerminate Plymouth Boot Screen[0m.
[[0;32m OK [0m] Finished [0;1;39mGRUB failed boot detection[0m.
[[0;32m OK [0m] Started [0;1;39mModem Manager[0m.
[[0;32m OK [0m] Started [0;1;39mHostname Service[0m.
Starting [0;1;39mSuspend/Resume Running libvirt Guests[0m...
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS1[0m.
Starting [0;1;39mSet console scheme[0m...
[[0;32m OK [0m] Started [0;1;39mLSB: Load kernel image with kexec[0m.
[[0;32m OK [0m] Finished [0;1;39mSet console scheme[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
[[0;32m OK [0m] Finished [0;1;39mSuspend/Resume Running libvirt Guests[0m.
[[0;32m OK [0m] Started [0;1;39mSnap Daemon[0m.
Starting [0;1;39mTime & Date Service[0m...
[[0;32m OK [0m] Started [0;1;39mTime & Date Service[0m.
[[0;32m OK [0m] Finished [0;1;39mWait until snapd is fully seeded[0m.
Starting [0;1;39mCloud-init: Config Stage[0m...
[[0;32m OK [0m] Finished [0;1;39mService for snap application lxd.activate[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
[ 33.995006] cloud-init[3593]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'modules:config' at Fri, 04 Apr 2025 19:40:40 +0000. Up 33.97 seconds.
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Config Stage[0m.
Starting [0;1;39mCloud-init: Final Stage[0m...
[ 34.234711] cloud-init[3619]: Cloud-init v. 24.4-0ubuntu1~22.04.1 running 'modules:final' at Fri, 04 Apr 2025 19:40:40 +0000. Up 34.21 seconds.
[ 34.256108] cloud-init[3619]: Cloud-init v. 24.4-0ubuntu1~22.04.1 finished at Fri, 04 Apr 2025 19:40:40 +0000. Datasource DataSourceNone. Up 34.24 seconds
[[0;32m OK [0m] Finished [0;1;39mCloud-init: Final Stage[0m.
[[0;32m OK [0m] Reached target [0;1;39mCloud-init target[0m.
Ubuntu 22.04.5 LTS volcano-ed21host ttyS1
volcano-ed21host login:
[[0;32m OK [0m] Stopped [0;1;39mSession 22 of User root[0m.
Stopping [0;1;39mSession 17 of User root[0m...
Stopping [0;1;39mSession 6 of User root[0m...
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/modprobe[0m.
[[0;32m OK [0m] Stopped target [0;1;39mCloud-init target[0m.
[[0;32m OK [0m] Stopped target [0;1;39mGraphical Interface[0m.
[[0;32m OK [0m] Stopped target [0;1;39mHost and Network Name Lookups[0m.
[[0;32m OK [0m] Stopped target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Stopped [0;1;39mDaily apt upgrade and clean activities[0m.
[[0;32m OK [0m] Stopped [0;1;39mDaily apt download activities[0m.
[[0;32m OK [0m] Stopped [0;1;39mDaily dpkg database backup timer[0m.
[[0;32m OK [0m] Stopped [0;1;39mPeriodic ext Stopping [0;1;39mSnap Daemon[0m...
Stopping [0;1;39mOpenBSD Secure Shell server[0m...
Stopping [0;1;39mLoad/Save Random Seed[0m...
Stopping [0;1;39mDisk Manager[0m...
[[0;32m OK [0m] Stopped [0;1;39mRegular background program processing daemon[0m.
[[0;32m OK [0m] Stopped [0;1;39mirqbalance daemon[0m.
[[0;32m OK [0m] Stopped [0;1;39mDispatcher daemon for systemd-networkd[0m.
[[0;32m OK [0m] Stopped [0;1;39mHTTP/2 proxy[0m.
[[0;32m OK [0m] Stopped [0;1;39mStart entropy gathering daemon (rngd)[0m.
[[0;32m OK [0m] Stopped [0;1;39mSystem Logging Service[0m.
[[0;32m OK [0m] Stopped [0;1;39mDisk Manager[0m.
[[0;32m OK [0m] Stopped [0;1;39mOpenBSD Secure Shell server[0m.
[[0;32m OK [0m] Stopped [0;1;39mModem Manager[0m.
[[0;32m OK [0m] Stopped [0;1;39mSerial Getty on ttyS1[0m.
[[0;32m OK [0m] Stopped [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Stopped [0;1;39mPackageKit Daemon[0m.
[[0;32m OK [0m] Stopped [0;1;39mAvailability of block devices[0m.
[[0;32m OK [0m] Stopped [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Stopped [0;1;39mSession 6 of User root[0m.
[[0;32m OK [0m] Stopped [0;1;39mCreate final runtime dir for shutdown pivot root[0m.
[[0;32m OK [0m] Stopped [0;1;39mSession 17 of User root[0m.
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/getty[0m.
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/serial-getty[0m.
[30876.070008] libvirt-guests.sh[147736]: Running guests on default URI:
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Logins[0m.
[30876.076195] libvirt-guests.sh[147745]: no running guests.
[[0;32m OK [0m] Stopped [0;1;39mHold until boot process finishes up[0m.
Starting [0;1;39mTell Plymouth To Jump To initramfs[0m...
Stopping [0;1;39mAuthorization Manager[0m...
Stopping [0;1;39mUser Manager for UID 0[0m...
[[0;32m OK [0m] Stopped [0;1;39mAuthorization Manager[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: automatic crash report generation[0m.
[[0;32m OK [0m] Stopped [0;1;39mUser Manager for UID 0[0m.
[[0;32m OK [0m] Stopped [0;1;39mSuspend/Resume Running libvirt Guests[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: OpenIPMI Driver init script[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLibvirt guests shutdown[0m.
Stopping [0;1;39mVirtualization daemon[0m...
Stopping [0;1;39mUser Runtime Directory /run/user/0[0m...
[[0;32m OK [0m] Unmounted [0;1;39m/run/user/0[0m.
[[0;32m OK [0m] Stopped [0;1;39mVirtualization daemon[0m.
[[0;32m OK [0m] Finished [0;1;39mTell Plymouth To Jump To initramfs[0m.
[[0;32m OK [0m] Stopped [0;1;39mUser Runtime Directory /run/user/0[0m.
[[0;32m OK [0m] Removed slice [0;1;39mUser Slice of UID 0[0m.
[[0;32m OK [0m] Stopped [0;1;39mQEMU KVM preparation - module, ksm, hugepages[0m.
Stopping [0;1;39mUser Login Management[0m...
Stopping [0;1;39mVirtual Machine a…tainer Registration Service[0m...
Stopping [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Stopped [0;1;39mVirtual Machine an…ontainer Registration Service[0m.
[[0;32m OK [0m] Stopped [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: Load kernel image with kexec[0m.
[[0;32m OK [0m] Stopped [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Stopped target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Stopped target [0;1;39mRemote File Systems[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Remote File Systems[0m.
Stopping [0;1;39mLSB: Execute the …-e command to reboot system[0m...
Stopping [0;1;39mNetwork Name Resolution[0m...
[[0;32m OK [0m] Stopped [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Stopped [0;1;39mLSB: Execute the k…c -e command to reboot system[0m.
[[0;32m OK [0m] Stopped [0;1;39mSnap Daemon[0m.
[[0;32m OK [0m] Stopped target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPath Units[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSlice Units[0m.
[[0;32m OK [0m] Removed slice [0;1;39mVirtual Machine and Container Slice[0m.
[[0;32m OK [0m] Removed slice [0;1;39mUser and Session Slice[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Closed [0;1;39mOpen-iSCSI iscsid Socket[0m.
[[0;32m OK [0m] Closed [0;1;39mLibvirt admin socket[0m.
[[0;32m OK [0m] Closed [0;1;39mLibvirt local read-only socket[0m.
[[0;32m OK [0m] Closed [0;1;39mLibvirt local socket[0m.
[[0;32m OK [0m] Closed [0;1;39mSocket unix for snap application lxd.daemon[0m.
[[0;32m OK [0m] Closed [0;1;39mSocket unix for snap application lxd.user-daemon[0m.
[[0;32m OK [0m] Closed [0;1;39mSocket activation for snappy daemon[0m.
[[0;32m OK [0m] Closed [0;1;39mSyslog Socket[0m.
[[0;32m OK [0m] Closed [0;1;39mUUID daemon activation socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine lock manager admin socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine lock manager socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Closed [0;1;39mVirtual machine log manager socket[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLocal Encrypted Volumes[0m.
[[0;32m OK [0m] Stopped [0;1;39mDispatch Password …ts to Console Directory Watch[0m.
[[0;32m OK [0m] Stopped [0;1;39mForward Password R…uests to Wall Directory Watch[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLocal Verity Protected Volumes[0m.
[[0;32m OK [0m] Stopped [0;1;39mCloud-init: Network Stage[0m.
[[0;32m OK [0m] Stopped [0;1;39mWait for Network to be Configured[0m.
Stopping [0;1;39mNetwork Configuration[0m...
Stopping [0;1;39mNetwork Time Synchronization[0m...
Stopping [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Stopped [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Stopped [0;1;39mNetwork Configuration[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Network[0m.
[[0;32m OK [0m] Closed [0;1;39mNetwork Service Netlink Socket[0m.
[[0;32m OK [0m] Stopped [0;1;39mCloud-init: Local Stage (pre-network)[0m.
[[0;32m OK [0m] Stopped [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Stopped [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Stopped [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Stopped [0;1;39mCreate Volatile Files and Directories[0m.
[[0;32m OK [0m] Stopped target [0;1;39mLocal File Systems[0m.
[[0;32m OK [0m] Stopped target [0;1;39mMounted snaps[0m.
Unmounting [0;1;39m/boot/efi[0m...
Unmounting [0;1;39m/home[0m...
Unmounting [0;1;39m/run/credentials/systemd-sysusers.service[0m...
Unmounting [0;1;39mPrepare /run/qe…ack-load modules from there[0m...
Unmounting [0;1;39m/run/snapd/ns/lxd.mnt[0m...
Unmounting [0;1;39mMount unit for core20, revision 2434[0m...
Unmounting [0;1;39mMount unit for core20, revision 2496[0m...
Unmounting [0;1;39mMount unit for lxd, revision 29351[0m...
Unmounting [0;1;39mMount unit for lxd, revision 31333[0m...
Unmounting [0;1;39mMount unit for snapd, revision 23545[0m...
Unmounting [0;1;39mMount unit for snapd, revision 23771[0m...
[[0;32m OK [0m] Unmounted [0;1;39m/boot/efi[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/home[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/run/credentials/systemd-sysusers.service[0m.
[[0;32m OK [0m] Unmounted [0;1;39mPrepare /run/qem…lback-load modules from there[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/run/snapd/ns/lxd.mnt[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for core20, revision 2434[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for core20, revision 2496[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for lxd, revision 29351[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for lxd, revision 31333[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for snapd, revision 23545[0m.
[[0;32m OK [0m] Unmounted [0;1;39mMount unit for snapd, revision 23771[0m.
[[0;32m OK [0m] Stopped target [0;1;39mMounting snaps[0m.
Unmounting [0;1;39m/boot[0m...
Unmounting [0;1;39m/run/snapd/ns[0m...
[[0;32m OK [0m] Stopped [0;1;39mFile System Check on /dev/disk/by-uuid/385B-B7FF[0m.
[[0;32m OK [0m] Stopped [0;1;39mFile System Check …5-49b1-4974-9d6c-dd008c17761e[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/boot[0m.
[[0;32m OK [0m] Unmounted [0;1;39m/run/snapd/ns[0m.
[[0;32m OK [0m] Stopped target [0;1;39mSwaps[0m.
Deactivating swap [0;1;39m/swap.img[0m...
[[0;32m OK [0m] Stopped [0;1;39mFile System Check …e-7a6c-4e12-b946-ea6aa6e73175[0m.
[[0;32m OK [0m] Removed slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Stopped target [0;1;39mPreparation for Local File Systems[0m.
Stopping [0;1;39mMonitoring of LVM…meventd or progress polling[0m...
Stopping [0;1;39mDevice-Mapper Multipath Device Controller[0m...
[[0;32m OK [0m] Stopped [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Stopped [0;1;39mCreate System Users[0m.
[[0;32m OK [0m] Stopped [0;1;39mDevice-Mapper Multipath Device Controller[0m.
[[0;32m OK [0m] Deactivated swap [0;1;39m/swap.img[0m.
[[0;32m OK [0m] Reached target [0;1;39mUnmount All Filesystems[0m.
[[0;32m OK [0m] Stopped [0;1;39mRemount Root and Kernel File Systems[0m.
[[0;32m OK [0m] Stopped [0;1;39mMonitoring of LVM2… dmeventd or progress polling[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Shutdown[0m.
[[0;32m OK [0m] Reached target [0;1;39mLate Shutdown Services[0m.
Starting [0;1;39mReboot via kexec[0m...
[30880.154233] ------------[ cut here ]------------
[30880.159530] WARNING: CPU: 60 PID: 1740 at kernel/cgroup/rstat.c:231 cgroup_rstat_flush+0x4ea/0x7e0
[30880.169808] Modules linked in: xt_CHECKSUM ipt_REJECT ipmi_ssif nls_iso8859_1 intel_rapl_msr wmi_bmof amd_atl intel_rapl_common amd64_edac edac_mce_amd kvm_amd rapl joydev input_leds ccp k10temp wmi acpi_ipmi ipmi_si ipmi_msghandler mac_hid sch_fq_codel dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua msr efi_pstore drm autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 raid0 hid_generic usbhid ahci ghash_clmulni_intel libahci hid tg3 i2c_piix4 i2c_smbus aesni_intel crypto_simd cryptd [last unloaded: ipmi_devintf]
[30880.227826] CPU: 60 UID: 0 PID: 1740 Comm: kworker/60:1 Not tainted 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[30880.242015] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[30880.250988] Workqueue: cgroup_destroy css_release_work_fn
[30880.257172] RIP: 0010:cgroup_rstat_flush+0x4ea/0x7e0
[30880.262848] Code: 0f 85 e1 fd ff ff 66 90 48 c7 c7 60 ad a7 aa e8 0c 0b f9 00 e8 f7 92 f8 00 85 c0 75 02 f3 90 8b 55 c8 83 c2 01 e9 46 fb ff ff <0f> 0b e9 8e fc ff ff 65 8b 05 0c 40 48 02 48 0f a3 05 b0 d6 f5 01
[30880.284380] RSP: 0018:ff581bf4d4057da0 EFLAGS: 00010046
[30880.290362] RAX: ff8a1bf4b547ed20 RBX: ff8a1bf4b3443fe0 RCX: ff3ea4ba8bea4000
[30880.298536] RDX: ff3ea4ba8bea4000 RSI: 0000000000000100 RDI: ff3ea4f9460616b4
[30880.306703] RBP: ff581bf4d4057e18 R08: ff3ea4ba8ba71000 R09: ff3ea4f9460616b4
[30880.314879] R10: 0000000000000282 R11: ff3ea4f99b6b1000 R12: 00000000000000d9
[30880.323054] R13: 00000000000000d9 R14: ff3ea4ba8ba713e0 R15: ff3ea4ba8bea4000
[30880.331228] FS: 0000000000000000(0000) GS:ff3ea4d9a4771000(0000) knlGS:0000000000000000
[30880.340491] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[30880.347071] CR2: 00007f4320220b80 CR3: 00000002eb2b6004 CR4: 0000000000771ef0
[30880.355246] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[30880.363411] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[30880.371585] PKRU: 55555554
[30880.374677] Call Trace:
[30880.377469] <TASK>
[30880.379865] css_release_work_fn+0x6a/0x280
[30880.384654] process_one_work+0x19e/0x3e0
[30880.389244] worker_thread+0x2ad/0x3c0
[30880.393533] kthread+0x108/0x220
[30880.397225] ? __pfx_worker_thread+0x10/0x10
[30880.402113] ? __pfx_kthread+0x10/0x10
[30880.406402] ret_from_fork+0x3d/0x60
[30880.410495] ? __pfx_kthread+0x10/0x10
[30880.414783] ret_from_fork_asm+0x1a/0x30
[30880.419274] </TASK>
[30880.421767] ---[ end trace 0000000000000000 ]---
[30880.427054] BUG: kernel NULL pointer dereference, address: 00000000000003d8
[30880.435030] #PF: supervisor read access in kernel mode
[30880.440914] #PF: error_code(0x0000) - not-present page
[30880.446797] PGD 10c466067 P4D 0
[30880.450489] Oops: Oops: 0000 [#1] SMP NOPTI
[30880.455275] CPU: 60 UID: 0 PID: 1740 Comm: kworker/60:1 Tainted: G W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[30880.469630] Tainted: [W]=WARN
[30880.473020] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[30880.481993] Workqueue: cgroup_destroy css_release_work_fn
[30880.496263] RIP: 0010:cgroup_rstat_flush+0x15f/0x7e0
[30880.509926] Code: 00 00 0f 87 06 06 00 00 4e 8b 1c dd 80 0f d7 a9 4c 8b 45 d0 4d 01 dd 49 8b 95 a0 00 00 00 49 39 d0 0f 84 2b 05 00 00 4d 63 ec <48> 8b 82 d8 03 00 00 49 81 fd ff 1f 00 00 0f 87 68 05 00 00 4c 01
[30880.547238] RSP: 0018:ff581bf4d4057da0 EFLAGS: 00010086
[30880.560939] RAX: ff8a1bf4b547ed20 RBX: ff8a1bf4b3443fe0 RCX: ff3ea4ba8bea4000
[30880.576665] RDX: 0000000000000000 RSI: 0000000000000100 RDI: ff3ea4f9460616b4
[30880.592201] RBP: ff581bf4d4057e18 R08: ff3ea4ba8ba71000 R09: ff3ea4f9460616b4
[30880.607522] R10: 0000000000000282 R11: ff3ea4f99b6b1000 R12: 00000000000000d9
[30880.622685] R13: 00000000000000d9 R14: ff3ea4ba8ba713e0 R15: ff3ea4ba8bea4000
[30880.637740] FS: 0000000000000000(0000) GS:ff3ea4d9a4771000(0000) knlGS:0000000000000000
[30880.653936] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[30880.667349] CR2: 00000000000003d8 CR3: 00000002eb2b6004 CR4: 0000000000771ef0
[30880.682262] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[30880.697046] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[30880.711708] PKRU: 55555554
[30880.721341] Call Trace:
[30880.730617] <TASK>
[30880.739413] css_release_work_fn+0x6a/0x280
[30880.750598] process_one_work+0x19e/0x3e0
[30880.761488] worker_thread+0x2ad/0x3c0
[30880.771986] kthread+0x108/0x220
[30880.781791] ? __pfx_worker_thread+0x10/0x10
[30880.792795] ? __pfx_kthread+0x10/0x10
[30880.803225] ret_from_fork+0x3d/0x60
[30880.813347] ? __pfx_kthread+0x10/0x10
[30880.823693] ret_from_fork_asm+0x1a/0x30
[30880.834279] </TASK>
[30880.842867] Modules linked in: xt_CHECKSUM ipt_REJECT ipmi_ssif nls_iso8859_1 intel_rapl_msr wmi_bmof amd_atl intel_rapl_common amd64_edac edac_mce_amd kvm_amd rapl joydev input_leds ccp k10temp wmi acpi_ipmi ipmi_si ipmi_msghandler mac_hid sch_fq_codel dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua msr efi_pstore drm autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 raid0 hid_generic usbhid ahci ghash_clmulni_intel libahci hid tg3 i2c_piix4 i2c_smbus aesni_intel crypto_simd cryptd [last unloaded: ipmi_devintf]
[30880.936605] CR2: 00000000000003d8
[30880.947860] ---[ end trace 0000000000000000 ]---
[30881.217743] RIP: 0010:cgroup_rstat_flush+0x15f/0x7e0
[30881.230964] Code: 00 00 0f 87 06 06 00 00 4e 8b 1c dd 80 0f d7 a9 4c 8b 45 d0 4d 01 dd 49 8b 95 a0 00 00 00 49 39 d0 0f 84 2b 05 00 00 4d 63 ec <48> 8b 82 d8 03 00 00 49 81 fd ff 1f 00 00 0f 87 68 05 00 00 4c 01
[30881.268075] RSP: 0018:ff581bf4d4057da0 EFLAGS: 00010086
[30881.281948] RAX: ff8a1bf4b547ed20 RBX: ff8a1bf4b3443fe0 RCX: ff3ea4ba8bea4000
[30881.298015] RDX: 0000000000000000 RSI: 0000000000000100 RDI: ff3ea4f9460616b4
[30881.314116] RBP: ff581bf4d4057e18 R08: ff3ea4ba8ba71000 R09: ff3ea4f9460616b4
[30881.330209] R10: 0000000000000282 R11: ff3ea4f99b6b1000 R12: 00000000000000d9
[30881.346333] R13: 00000000000000d9 R14: ff3ea4ba8ba713e0 R15: ff3ea4ba8bea4000
[30881.362294] FS: 0000000000000000(0000) GS:ff3ea4d9a4771000(0000) knlGS:0000000000000000
[30881.379255] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[30881.393613] CR2: 00000000000003d8 CR3: 00000002eb2b6004 CR4: 0000000000771ef0
[30881.409535] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[30881.425335] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[30881.441045] PKRU: 55555554
[30881.451577] note: kworker/60:1[1740] exited with irqs disabled
[30881.465615] note: kworker/60:1[1740] exited with preempt_count 1
[30893.634139] watchdog: CPU156: Watchdog detected hard LOCKUP on cpu 156
[30893.634143] Modules linked in: xt_CHECKSUM ipt_REJECT ipmi_ssif nls_iso8859_1 intel_rapl_msr wmi_bmof amd_atl intel_rapl_common amd64_edac edac_mce_amd kvm_amd rapl joydev input_leds ccp k10temp wmi acpi_ipmi ipmi_si ipmi_msghandler mac_hid sch_fq_codel dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua msr efi_pstore drm autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 raid0 hid_generic usbhid ahci ghash_clmulni_intel libahci hid tg3 i2c_piix4 i2c_smbus aesni_intel crypto_simd cryptd [last unloaded: ipmi_devintf]
[30893.634169] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[30893.634173] Tainted: [D]=DIE, [W]=WARN
[30893.634174] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[30893.634175] Workqueue: cgroup_destroy css_free_rwork_fn
[30893.634183] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[30893.634191] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[30893.634192] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[30893.634194] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[30893.634195] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[30893.634196] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[30893.634197] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[30893.634198] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[30893.634198] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[30893.634199] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[30893.634200] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[30893.634201] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[30893.634202] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[30893.634202] PKRU: 55555554
[30893.634203] Call Trace:
[30893.634205] <TASK>
[30893.634208] _raw_spin_lock_irqsave+0x46/0x60
[30893.634211] cgroup_rstat_flush+0xf4/0x7e0
[30893.634214] cgroup_rstat_exit+0x20/0xf0
[30893.634215] css_free_rwork_fn+0x12e/0x400
[30893.634216] process_one_work+0x19e/0x3e0
[30893.634221] worker_thread+0x2ad/0x3c0
[30893.634223] kthread+0x108/0x220
[30893.634225] ? __pfx_worker_thread+0x10/0x10
[30893.634227] ? __pfx_kthread+0x10/0x10
[30893.634228] ret_from_fork+0x3d/0x60
[30893.634233] ? __pfx_kthread+0x10/0x10
[30893.634234] ret_from_fork_asm+0x1a/0x30
[30893.634239] </TASK>
[30940.158820] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[30940.172867] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4630
[30940.191257] rcu: (detected by 12, t=15010 jiffies, g=639685, q=26165 ncpus=256)
[30940.207160] Sending NMI from CPU 12 to CPUs 156:
[30940.207166] NMI backtrace for cpu 156
[30940.207169] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[30940.207172] Tainted: [D]=DIE, [W]=WARN
[30940.207173] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[30940.207175] Workqueue: cgroup_destroy css_free_rwork_fn
[30940.207177] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[30940.207180] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[30940.207181] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[30940.207182] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[30940.207183] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[30940.207184] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[30940.207185] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[30940.207186] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[30940.207187] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[30940.207188] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[30940.207188] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[30940.207189] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[30940.207190] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[30940.207191] PKRU: 55555554
[30940.207191] Call Trace:
[30940.207192] <TASK>
[30940.207193] _raw_spin_lock_irqsave+0x46/0x60
[30940.207195] cgroup_rstat_flush+0xf4/0x7e0
[30940.207197] cgroup_rstat_exit+0x20/0xf0
[30940.207198] css_free_rwork_fn+0x12e/0x400
[30940.207199] process_one_work+0x19e/0x3e0
[30940.207202] worker_thread+0x2ad/0x3c0
[30940.207204] kthread+0x108/0x220
[30940.207205] ? __pfx_worker_thread+0x10/0x10
[30940.207207] ? __pfx_kthread+0x10/0x10
[30940.207208] ret_from_fork+0x3d/0x60
[30940.207209] ? __pfx_kthread+0x10/0x10
[30940.207210] ret_from_fork_asm+0x1a/0x30
[30940.207213] </TASK>
[30970.132112] shutdown[1]: Unmounting '/oldroot' timed out, issuing SIGKILL to PID 147876.
[30970.147562] shutdown[1]: Not all file systems unmounted, 1 left.
[30970.160653] shutdown[1]: Deactivating swaps.
[30970.171832] shutdown[1]: All swaps deactivated.
[30970.183280] shutdown[1]: Detaching loop devices.
[30970.195215] shutdown[1]: All loop devices detached.
[30970.207077] shutdown[1]: Stopping MD devices.
[30970.218370] shutdown[1]: All MD devices stopped.
[30970.229857] shutdown[1]: Detaching DM devices.
[30970.240989] shutdown[1]: All DM devices detached.
[30970.252245] shutdown[1]: Unmounting file systems.
[30970.263405] shutdown[1]: All filesystems unmounted.
[30970.274714] shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[30970.296039] shutdown[1]: Syncing filesystems and block devices.
[31000.308656] shutdown[1]: Syncing filesystems and block devices - timed out, issuing SIGKILL to PID 147892.
[31000.325333] shutdown[1]: Rebooting with kexec.
[31086.440252] watchdog: CPU232: Watchdog detected hard LOCKUP on cpu 232
[31086.440257] Modules linked in: xt_CHECKSUM ipt_REJECT ipmi_ssif nls_iso8859_1 intel_rapl_msr wmi_bmof amd_atl intel_rapl_common amd64_edac edac_mce_amd kvm_amd rapl joydev input_leds ccp k10temp wmi acpi_ipmi ipmi_si ipmi_msghandler mac_hid sch_fq_codel dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua msr efi_pstore drm autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 raid0 hid_generic usbhid ahci ghash_clmulni_intel libahci hid tg3 i2c_piix4 i2c_smbus aesni_intel crypto_simd cryptd [last unloaded: ipmi_devintf]
[31086.440286] CPU: 232 UID: 0 PID: 102183 Comm: kworker/u1038:3 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[31086.440290] Tainted: [D]=DIE, [W]=WARN
[31086.440291] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[31086.440292] Workqueue: events_unbound flush_memcg_stats_dwork
[31086.440298] RIP: 0010:native_queued_spin_lock_slowpath+0x222/0x300
[31086.440304] Code: ff ff 41 83 c6 01 41 c1 e5 10 41 c1 e6 12 45 09 ee 44 89 f0 c1 e8 10 66 41 87 44 24 02 89 c2 c1 e2 10 75 5f 31 d2 eb 02 f3 90 <41> 8b 04 24 66 85 c0 75 f5 89 c1 66 31 c9 44 39 f1 0f 84 93 00 00
[31086.440305] RSP: 0018:ff581bf4fb3efd40 EFLAGS: 00000002
[31086.440307] RAX: 0000000003a40101 RBX: ff3ea4f946432580 RCX: 0000000000000000
[31086.440308] RDX: 0000000000000000 RSI: 0000000000000100 RDI: ff3ea4f9460616b4
[31086.440308] RBP: ff581bf4fb3efd68 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[31086.440309] R10: 0000000000000287 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[31086.440310] R13: 0000000000000000 R14: 0000000003a40000 R15: 0000000000000000
[31086.440310] FS: 0000000000000000(0000) GS:ff3ea4f99ba71000(0000) knlGS:0000000000000000
[31086.440311] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[31086.440312] CR2: 00005652175a5c88 CR3: 000000404a660003 CR4: 0000000000771ef0
[31086.440313] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[31086.440313] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[31086.440313] PKRU: 55555554
[31086.440314] Call Trace:
[31086.440315] <TASK>
[31086.440318] _raw_spin_lock_irqsave+0x46/0x60
[31086.440320] cgroup_rstat_flush+0xf4/0x7e0
[31086.440324] __mem_cgroup_flush_stats+0xd8/0xe0
[31086.440325] flush_memcg_stats_dwork+0x1e/0x50
[31086.440326] process_one_work+0x19e/0x3e0
[31086.440330] worker_thread+0x2ad/0x3c0
[31086.440332] kthread+0x108/0x220
[31086.440333] ? __pfx_worker_thread+0x10/0x10
[31086.440335] ? __pfx_kthread+0x10/0x10
[31086.440336] ret_from_fork+0x3d/0x60
[31086.440339] ? __pfx_kthread+0x10/0x10
[31086.440340] ret_from_fork_asm+0x1a/0x30
[31086.440344] </TASK>
[31120.225580] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[31120.239988] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16425
[31120.258838] rcu: (detected by 175, t=60027 jiffies, g=639685, q=26671 ncpus=256)
[31120.275079] Sending NMI from CPU 175 to CPUs 156:
[31120.275088] NMI backtrace for cpu 156
[31120.275093] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[31120.275096] Tainted: [D]=DIE, [W]=WARN
[31120.275097] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[31120.275099] Workqueue: cgroup_destroy css_free_rwork_fn
[31120.275106] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[31120.275113] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[31120.275114] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[31120.275115] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[31120.275116] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[31120.275116] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[31120.275116] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[31120.275117] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[31120.275118] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[31120.275119] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[31120.275119] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[31120.275120] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[31120.275120] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[31120.275120] PKRU: 55555554
[31120.275121] Call Trace:
[31120.275122] <TASK>
[31120.275124] _raw_spin_lock_irqsave+0x46/0x60
[31120.275126] cgroup_rstat_flush+0xf4/0x7e0
[31120.275128] cgroup_rstat_exit+0x20/0xf0
[31120.275129] css_free_rwork_fn+0x12e/0x400
[31120.275130] process_one_work+0x19e/0x3e0
[31120.275135] worker_thread+0x2ad/0x3c0
[31120.275136] kthread+0x108/0x220
[31120.275139] ? __pfx_worker_thread+0x10/0x10
[31120.275140] ? __pfx_kthread+0x10/0x10
[31120.275141] ret_from_fork+0x3d/0x60
[31120.275146] ? __pfx_kthread+0x10/0x10
[31120.275146] ret_from_fork_asm+0x1a/0x30
[31120.275152] </TASK>
[31300.291888] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[31300.304950] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=28895
[31300.322463] rcu: (detected by 175, t=105043 jiffies, g=639685, q=27057 ncpus=256)
[31300.337565] Sending NMI from CPU 175 to CPUs 156:
[31300.337570] NMI backtrace for cpu 156
[31300.337577] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[31300.337580] Tainted: [D]=DIE, [W]=WARN
[31300.337581] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[31300.337582] Workqueue: cgroup_destroy css_free_rwork_fn
[31300.337589] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[31300.337592] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[31300.337593] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[31300.337594] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[31300.337594] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[31300.337595] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[31300.337595] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[31300.337596] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[31300.337597] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[31300.337598] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[31300.337598] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[31300.337599] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[31300.337599] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[31300.337599] PKRU: 55555554
[31300.337600] Call Trace:
[31300.337601] <TASK>
[31300.337603] _raw_spin_lock_irqsave+0x46/0x60
[31300.337604] cgroup_rstat_flush+0xf4/0x7e0
[31300.337606] cgroup_rstat_exit+0x20/0xf0
[31300.337607] css_free_rwork_fn+0x12e/0x400
[31300.337608] process_one_work+0x19e/0x3e0
[31300.337612] worker_thread+0x2ad/0x3c0
[31300.337614] kthread+0x108/0x220
[31300.337616] ? __pfx_worker_thread+0x10/0x10
[31300.337617] ? __pfx_kthread+0x10/0x10
[31300.337618] ret_from_fork+0x3d/0x60
[31300.337622] ? __pfx_kthread+0x10/0x10
[31300.337623] ret_from_fork_asm+0x1a/0x30
[31300.337627] </TASK>
[31480.353880] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[31480.366938] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=40725
[31480.384439] rcu: (detected by 175, t=150059 jiffies, g=639685, q=27275 ncpus=256)
[31480.399529] Sending NMI from CPU 175 to CPUs 156:
[31480.399534] NMI backtrace for cpu 156
[31480.399540] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[31480.399543] Tainted: [D]=DIE, [W]=WARN
[31480.399544] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[31480.399545] Workqueue: cgroup_destroy css_free_rwork_fn
[31480.399548] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[31480.399550] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[31480.399550] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[31480.399551] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[31480.399552] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[31480.399552] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[31480.399552] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[31480.399553] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[31480.399554] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[31480.399554] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[31480.399555] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[31480.399555] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[31480.399556] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[31480.399556] PKRU: 55555554
[31480.399556] Call Trace:
[31480.399557] <TASK>
[31480.399558] _raw_spin_lock_irqsave+0x46/0x60
[31480.399559] cgroup_rstat_flush+0xf4/0x7e0
[31480.399561] cgroup_rstat_exit+0x20/0xf0
[31480.399562] css_free_rwork_fn+0x12e/0x400
[31480.399563] process_one_work+0x19e/0x3e0
[31480.399564] worker_thread+0x2ad/0x3c0
[31480.399566] kthread+0x108/0x220
[31480.399567] ? __pfx_worker_thread+0x10/0x10
[31480.399568] ? __pfx_kthread+0x10/0x10
[31480.399569] ret_from_fork+0x3d/0x60
[31480.399570] ? __pfx_kthread+0x10/0x10
[31480.399571] ret_from_fork_asm+0x1a/0x30
[31480.399573] </TASK>
[31660.415651] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[31660.428708] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=52009
[31660.446207] rcu: (detected by 219, t=195075 jiffies, g=639685, q=27307 ncpus=256)
[31660.461291] Sending NMI from CPU 219 to CPUs 156:
[31660.461298] NMI backtrace for cpu 156
[31660.461303] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[31660.461306] Tainted: [D]=DIE, [W]=WARN
[31660.461307] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[31660.461308] Workqueue: cgroup_destroy css_free_rwork_fn
[31660.461311] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[31660.461313] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[31660.461314] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[31660.461315] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[31660.461316] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[31660.461316] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[31660.461316] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[31660.461317] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[31660.461318] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[31660.461318] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[31660.461319] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[31660.461319] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[31660.461320] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[31660.461320] PKRU: 55555554
[31660.461320] Call Trace:
[31660.461321] <TASK>
[31660.461322] _raw_spin_lock_irqsave+0x46/0x60
[31660.461323] cgroup_rstat_flush+0xf4/0x7e0
[31660.461325] cgroup_rstat_exit+0x20/0xf0
[31660.461326] css_free_rwork_fn+0x12e/0x400
[31660.461327] process_one_work+0x19e/0x3e0
[31660.461328] worker_thread+0x2ad/0x3c0
[31660.461330] kthread+0x108/0x220
[31660.461331] ? __pfx_worker_thread+0x10/0x10
[31660.461332] ? __pfx_kthread+0x10/0x10
[31660.461333] ret_from_fork+0x3d/0x60
[31660.461334] ? __pfx_kthread+0x10/0x10
[31660.461335] ret_from_fork_asm+0x1a/0x30
[31660.461337] </TASK>
[31840.477263] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[31840.490324] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=63275
[31840.507819] rcu: (detected by 42, t=240091 jiffies, g=639685, q=27346 ncpus=256)
[31840.522808] Sending NMI from CPU 42 to CPUs 156:
[31840.522815] NMI backtrace for cpu 156
[31840.522820] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[31840.522823] Tainted: [D]=DIE, [W]=WARN
[31840.522824] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[31840.522824] Workqueue: cgroup_destroy css_free_rwork_fn
[31840.522827] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[31840.522829] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[31840.522830] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[31840.522831] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[31840.522831] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[31840.522832] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[31840.522832] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[31840.522833] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[31840.522833] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[31840.522834] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[31840.522834] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[31840.522835] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[31840.522835] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[31840.522836] PKRU: 55555554
[31840.522836] Call Trace:
[31840.522837] <TASK>
[31840.522838] _raw_spin_lock_irqsave+0x46/0x60
[31840.522839] cgroup_rstat_flush+0xf4/0x7e0
[31840.522841] cgroup_rstat_exit+0x20/0xf0
[31840.522842] css_free_rwork_fn+0x12e/0x400
[31840.522843] process_one_work+0x19e/0x3e0
[31840.522844] worker_thread+0x2ad/0x3c0
[31840.522846] kthread+0x108/0x220
[31840.522847] ? __pfx_worker_thread+0x10/0x10
[31840.522848] ? __pfx_kthread+0x10/0x10
[31840.522849] ret_from_fork+0x3d/0x60
[31840.522850] ? __pfx_kthread+0x10/0x10
[31840.522851] ret_from_fork_asm+0x1a/0x30
[31840.522853] </TASK>
[32020.538767] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[32020.551821] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=74542
[32020.569301] rcu: (detected by 159, t=285107 jiffies, g=639685, q=27379 ncpus=256)
[32020.584378] Sending NMI from CPU 159 to CPUs 156:
[32020.584386] NMI backtrace for cpu 156
[32020.584388] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[32020.584390] Tainted: [D]=DIE, [W]=WARN
[32020.584391] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[32020.584392] Workqueue: cgroup_destroy css_free_rwork_fn
[32020.584394] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[32020.584395] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[32020.584396] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[32020.584397] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[32020.584398] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[32020.584398] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[32020.584398] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[32020.584399] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[32020.584400] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[32020.584400] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[32020.584401] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[32020.584401] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[32020.584402] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[32020.584402] PKRU: 55555554
[32020.584402] Call Trace:
[32020.584403] <TASK>
[32020.584404] _raw_spin_lock_irqsave+0x46/0x60
[32020.584405] cgroup_rstat_flush+0xf4/0x7e0
[32020.584406] cgroup_rstat_exit+0x20/0xf0
[32020.584408] css_free_rwork_fn+0x12e/0x400
[32020.584408] process_one_work+0x19e/0x3e0
[32020.584410] worker_thread+0x2ad/0x3c0
[32020.584412] kthread+0x108/0x220
[32020.584412] ? __pfx_worker_thread+0x10/0x10
[32020.584414] ? __pfx_kthread+0x10/0x10
[32020.584415] ret_from_fork+0x3d/0x60
[32020.584416] ? __pfx_kthread+0x10/0x10
[32020.584417] ret_from_fork_asm+0x1a/0x30
[32020.584419] </TASK>
[32200.600192] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[32200.613243] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=85803
[32200.630732] rcu: (detected by 47, t=330121 jiffies, g=639685, q=27392 ncpus=256)
[32200.645714] Sending NMI from CPU 47 to CPUs 156:
[32200.645720] NMI backtrace for cpu 156
[32200.645726] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[32200.645728] Tainted: [D]=DIE, [W]=WARN
[32200.645728] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[32200.645729] Workqueue: cgroup_destroy css_free_rwork_fn
[32200.645732] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[32200.645733] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[32200.645735] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[32200.645735] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[32200.645736] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[32200.645736] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[32200.645737] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[32200.645737] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[32200.645738] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[32200.645739] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[32200.645739] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[32200.645740] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[32200.645740] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[32200.645740] PKRU: 55555554
[32200.645741] Call Trace:
[32200.645741] <TASK>
[32200.645742] _raw_spin_lock_irqsave+0x46/0x60
[32200.645744] cgroup_rstat_flush+0xf4/0x7e0
[32200.645745] cgroup_rstat_exit+0x20/0xf0
[32200.645746] css_free_rwork_fn+0x12e/0x400
[32200.645747] process_one_work+0x19e/0x3e0
[32200.645749] worker_thread+0x2ad/0x3c0
[32200.645750] kthread+0x108/0x220
[32200.645751] ? __pfx_worker_thread+0x10/0x10
[32200.645753] ? __pfx_kthread+0x10/0x10
[32200.645754] ret_from_fork+0x3d/0x60
[32200.645755] ? __pfx_kthread+0x10/0x10
[32200.645756] ret_from_fork_asm+0x1a/0x30
[32200.645757] </TASK>
[32380.657559] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[32380.670585] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=97070
[32380.688060] rcu: (detected by 175, t=375138 jiffies, g=639685, q=27407 ncpus=256)
[32380.703124] Sending NMI from CPU 175 to CPUs 156:
[32380.703129] NMI backtrace for cpu 156
[32380.703135] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[32380.703138] Tainted: [D]=DIE, [W]=WARN
[32380.703138] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[32380.703139] Workqueue: cgroup_destroy css_free_rwork_fn
[32380.703142] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[32380.703144] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[32380.703146] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[32380.703146] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[32380.703147] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[32380.703147] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[32380.703148] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[32380.703148] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[32380.703149] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[32380.703150] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[32380.703150] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[32380.703151] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[32380.703151] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[32380.703151] PKRU: 55555554
[32380.703152] Call Trace:
[32380.703152] <TASK>
[32380.703153] _raw_spin_lock_irqsave+0x46/0x60
[32380.703155] cgroup_rstat_flush+0xf4/0x7e0
[32380.703156] cgroup_rstat_exit+0x20/0xf0
[32380.703157] css_free_rwork_fn+0x12e/0x400
[32380.703158] process_one_work+0x19e/0x3e0
[32380.703160] worker_thread+0x2ad/0x3c0
[32380.703161] kthread+0x108/0x220
[32380.703162] ? __pfx_worker_thread+0x10/0x10
[32380.703164] ? __pfx_kthread+0x10/0x10
[32380.703165] ret_from_fork+0x3d/0x60
[32380.703166] ? __pfx_kthread+0x10/0x10
[32380.703167] ret_from_fork_asm+0x1a/0x30
[32380.703169] </TASK>
[32560.718893] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[32560.731932] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=108348
[32560.749513] rcu: (detected by 71, t=420154 jiffies, g=639685, q=27428 ncpus=256)
[32560.764487] Sending NMI from CPU 71 to CPUs 156:
[32560.764494] NMI backtrace for cpu 156
[32560.764499] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[32560.764502] Tainted: [D]=DIE, [W]=WARN
[32560.764503] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[32560.764503] Workqueue: cgroup_destroy css_free_rwork_fn
[32560.764507] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[32560.764509] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[32560.764510] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[32560.764511] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[32560.764511] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[32560.764512] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[32560.764512] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[32560.764513] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[32560.764513] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[32560.764514] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[32560.764514] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[32560.764515] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[32560.764515] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[32560.764516] PKRU: 55555554
[32560.764516] Call Trace:
[32560.764517] <TASK>
[32560.764518] _raw_spin_lock_irqsave+0x46/0x60
[32560.764519] cgroup_rstat_flush+0xf4/0x7e0
[32560.764521] cgroup_rstat_exit+0x20/0xf0
[32560.764522] css_free_rwork_fn+0x12e/0x400
[32560.764522] process_one_work+0x19e/0x3e0
[32560.764524] worker_thread+0x2ad/0x3c0
[32560.764526] kthread+0x108/0x220
[32560.764527] ? __pfx_worker_thread+0x10/0x10
[32560.764528] ? __pfx_kthread+0x10/0x10
[32560.764529] ret_from_fork+0x3d/0x60
[32560.764530] ? __pfx_kthread+0x10/0x10
[32560.764531] ret_from_fork_asm+0x1a/0x30
[32560.764533] </TASK>
[32740.780198] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[32740.793237] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=119621
[32740.810812] rcu: (detected by 159, t=465170 jiffies, g=639685, q=27441 ncpus=256)
[32740.825887] Sending NMI from CPU 159 to CPUs 156:
[32740.825892] NMI backtrace for cpu 156
[32740.825894] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[32740.825897] Tainted: [D]=DIE, [W]=WARN
[32740.825898] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[32740.825898] Workqueue: cgroup_destroy css_free_rwork_fn
[32740.825901] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[32740.825903] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[32740.825904] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[32740.825904] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[32740.825905] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[32740.825905] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[32740.825906] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[32740.825906] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[32740.825907] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[32740.825908] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[32740.825908] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[32740.825908] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[32740.825909] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[32740.825909] PKRU: 55555554
[32740.825909] Call Trace:
[32740.825910] <TASK>
[32740.825911] _raw_spin_lock_irqsave+0x46/0x60
[32740.825912] cgroup_rstat_flush+0xf4/0x7e0
[32740.825914] cgroup_rstat_exit+0x20/0xf0
[32740.825915] css_free_rwork_fn+0x12e/0x400
[32740.825916] process_one_work+0x19e/0x3e0
[32740.825917] worker_thread+0x2ad/0x3c0
[32740.825919] kthread+0x108/0x220
[32740.825920] ? __pfx_worker_thread+0x10/0x10
[32740.825921] ? __pfx_kthread+0x10/0x10
[32740.825922] ret_from_fork+0x3d/0x60
[32740.825923] ? __pfx_kthread+0x10/0x10
[32740.825924] ret_from_fork_asm+0x1a/0x30
[32740.825926] </TASK>
[32920.841484] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[32920.854543] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=130882
[32920.872140] rcu: (detected by 71, t=510186 jiffies, g=639685, q=27454 ncpus=256)
[32920.887131] Sending NMI from CPU 71 to CPUs 156:
[32920.887136] NMI backtrace for cpu 156
[32920.887142] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[32920.887143] Tainted: [D]=DIE, [W]=WARN
[32920.887143] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[32920.887144] Workqueue: cgroup_destroy css_free_rwork_fn
[32920.887147] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[32920.887148] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[32920.887149] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[32920.887150] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[32920.887150] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[32920.887151] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[32920.887151] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[32920.887152] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[32920.887152] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[32920.887153] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[32920.887153] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[32920.887154] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[32920.887154] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[32920.887155] PKRU: 55555554
[32920.887155] Call Trace:
[32920.887155] <TASK>
[32920.887157] _raw_spin_lock_irqsave+0x46/0x60
[32920.887158] cgroup_rstat_flush+0xf4/0x7e0
[32920.887159] cgroup_rstat_exit+0x20/0xf0
[32920.887160] css_free_rwork_fn+0x12e/0x400
[32920.887161] process_one_work+0x19e/0x3e0
[32920.887163] worker_thread+0x2ad/0x3c0
[32920.887164] kthread+0x108/0x220
[32920.887165] ? __pfx_worker_thread+0x10/0x10
[32920.887167] ? __pfx_kthread+0x10/0x10
[32920.887168] ret_from_fork+0x3d/0x60
[32920.887169] ? __pfx_kthread+0x10/0x10
[32920.887170] ret_from_fork_asm+0x1a/0x30
[32920.887172] </TASK>
[33100.902757] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[33100.915802] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=142144
[33100.933388] rcu: (detected by 91, t=555202 jiffies, g=639685, q=27469 ncpus=256)
[33100.948367] Sending NMI from CPU 91 to CPUs 156:
[33100.948372] NMI backtrace for cpu 156
[33100.948378] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[33100.948381] Tainted: [D]=DIE, [W]=WARN
[33100.948381] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[33100.948382] Workqueue: cgroup_destroy css_free_rwork_fn
[33100.948385] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[33100.948387] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[33100.948388] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[33100.948389] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[33100.948389] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[33100.948390] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[33100.948390] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[33100.948391] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[33100.948391] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[33100.948392] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[33100.948392] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[33100.948393] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[33100.948393] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[33100.948394] PKRU: 55555554
[33100.948394] Call Trace:
[33100.948394] <TASK>
[33100.948396] _raw_spin_lock_irqsave+0x46/0x60
[33100.948397] cgroup_rstat_flush+0xf4/0x7e0
[33100.948398] cgroup_rstat_exit+0x20/0xf0
[33100.948399] css_free_rwork_fn+0x12e/0x400
[33100.948400] process_one_work+0x19e/0x3e0
[33100.948402] worker_thread+0x2ad/0x3c0
[33100.948403] kthread+0x108/0x220
[33100.948404] ? __pfx_worker_thread+0x10/0x10
[33100.948406] ? __pfx_kthread+0x10/0x10
[33100.948407] ret_from_fork+0x3d/0x60
[33100.948408] ? __pfx_kthread+0x10/0x10
[33100.948409] ret_from_fork_asm+0x1a/0x30
[33100.948411] </TASK>
[33280.964020] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[33280.977066] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=153408
[33280.994652] rcu: (detected by 71, t=600218 jiffies, g=639685, q=27484 ncpus=256)
[33281.009633] Sending NMI from CPU 71 to CPUs 156:
[33281.009639] NMI backtrace for cpu 156
[33281.009644] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[33281.009646] Tainted: [D]=DIE, [W]=WARN
[33281.009647] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[33281.009648] Workqueue: cgroup_destroy css_free_rwork_fn
[33281.009651] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[33281.009653] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[33281.009654] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[33281.009654] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[33281.009655] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[33281.009655] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[33281.009655] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[33281.009656] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[33281.009657] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[33281.009657] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[33281.009658] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[33281.009658] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[33281.009658] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[33281.009659] PKRU: 55555554
[33281.009659] Call Trace:
[33281.009660] <TASK>
[33281.009661] _raw_spin_lock_irqsave+0x46/0x60
[33281.009663] cgroup_rstat_flush+0xf4/0x7e0
[33281.009664] cgroup_rstat_exit+0x20/0xf0
[33281.009665] css_free_rwork_fn+0x12e/0x400
[33281.009666] process_one_work+0x19e/0x3e0
[33281.009667] worker_thread+0x2ad/0x3c0
[33281.009669] kthread+0x108/0x220
[33281.009670] ? __pfx_worker_thread+0x10/0x10
[33281.009671] ? __pfx_kthread+0x10/0x10
[33281.009672] ret_from_fork+0x3d/0x60
[33281.009673] ? __pfx_kthread+0x10/0x10
[33281.009674] ret_from_fork_asm+0x1a/0x30
[33281.009676] </TASK>
[33461.025276] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[33461.038324] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=164669
[33461.055917] rcu: (detected by 219, t=645234 jiffies, g=639685, q=27501 ncpus=256)
[33461.071003] Sending NMI from CPU 219 to CPUs 156:
[33461.071008] NMI backtrace for cpu 156
[33461.071014] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[33461.071016] Tainted: [D]=DIE, [W]=WARN
[33461.071017] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[33461.071018] Workqueue: cgroup_destroy css_free_rwork_fn
[33461.071021] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[33461.071023] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[33461.071025] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[33461.071025] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[33461.071026] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[33461.071026] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[33461.071026] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[33461.071027] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[33461.071028] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[33461.071028] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[33461.071029] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[33461.071029] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[33461.071030] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[33461.071030] PKRU: 55555554
[33461.071030] Call Trace:
[33461.071031] <TASK>
[33461.071032] _raw_spin_lock_irqsave+0x46/0x60
[33461.071033] cgroup_rstat_flush+0xf4/0x7e0
[33461.071035] cgroup_rstat_exit+0x20/0xf0
[33461.071036] css_free_rwork_fn+0x12e/0x400
[33461.071037] process_one_work+0x19e/0x3e0
[33461.071038] worker_thread+0x2ad/0x3c0
[33461.071040] kthread+0x108/0x220
[33461.071041] ? __pfx_worker_thread+0x10/0x10
[33461.071042] ? __pfx_kthread+0x10/0x10
[33461.071043] ret_from_fork+0x3d/0x60
[33461.071044] ? __pfx_kthread+0x10/0x10
[33461.071045] ret_from_fork_asm+0x1a/0x30
[33461.071047] </TASK>
[33641.086530] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[33641.099574] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=175937
[33641.117157] rcu: (detected by 71, t=690250 jiffies, g=639685, q=27514 ncpus=256)
[33641.132140] Sending NMI from CPU 71 to CPUs 156:
[33641.132144] NMI backtrace for cpu 156
[33641.132150] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[33641.132152] Tainted: [D]=DIE, [W]=WARN
[33641.132153] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[33641.132154] Workqueue: cgroup_destroy css_free_rwork_fn
[33641.132157] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[33641.132159] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[33641.132160] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[33641.132161] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[33641.132162] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[33641.132162] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[33641.132162] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[33641.132163] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[33641.132164] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[33641.132164] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[33641.132165] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[33641.132165] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[33641.132166] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[33641.132166] PKRU: 55555554
[33641.132166] Call Trace:
[33641.132167] <TASK>
[33641.132168] _raw_spin_lock_irqsave+0x46/0x60
[33641.132169] cgroup_rstat_flush+0xf4/0x7e0
[33641.132171] cgroup_rstat_exit+0x20/0xf0
[33641.132172] css_free_rwork_fn+0x12e/0x400
[33641.132173] process_one_work+0x19e/0x3e0
[33641.132174] worker_thread+0x2ad/0x3c0
[33641.132176] kthread+0x108/0x220
[33641.132177] ? __pfx_worker_thread+0x10/0x10
[33641.132178] ? __pfx_kthread+0x10/0x10
[33641.132179] ret_from_fork+0x3d/0x60
[33641.132180] ? __pfx_kthread+0x10/0x10
[33641.132181] ret_from_fork_asm+0x1a/0x30
[33641.132183] </TASK>
[33821.147778] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[33821.160823] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=187200
[33821.178413] rcu: (detected by 66, t=735266 jiffies, g=639685, q=27529 ncpus=256)
[33821.193395] Sending NMI from CPU 66 to CPUs 156:
[33821.193402] NMI backtrace for cpu 156
[33821.193407] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[33821.193410] Tainted: [D]=DIE, [W]=WARN
[33821.193411] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[33821.193412] Workqueue: cgroup_destroy css_free_rwork_fn
[33821.193415] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[33821.193417] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[33821.193418] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[33821.193419] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[33821.193419] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[33821.193419] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[33821.193420] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[33821.193420] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[33821.193421] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[33821.193422] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[33821.193422] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[33821.193423] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[33821.193423] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[33821.193424] PKRU: 55555554
[33821.193424] Call Trace:
[33821.193425] <TASK>
[33821.193426] _raw_spin_lock_irqsave+0x46/0x60
[33821.193427] cgroup_rstat_flush+0xf4/0x7e0
[33821.193429] cgroup_rstat_exit+0x20/0xf0
[33821.193430] css_free_rwork_fn+0x12e/0x400
[33821.193430] process_one_work+0x19e/0x3e0
[33821.193432] worker_thread+0x2ad/0x3c0
[33821.193434] kthread+0x108/0x220
[33821.193435] ? __pfx_worker_thread+0x10/0x10
[33821.193436] ? __pfx_kthread+0x10/0x10
[33821.193437] ret_from_fork+0x3d/0x60
[33821.193438] ? __pfx_kthread+0x10/0x10
[33821.193439] ret_from_fork_asm+0x1a/0x30
[33821.193441] </TASK>
[34001.209023] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[34001.222075] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=198462
[34001.239675] rcu: (detected by 66, t=780282 jiffies, g=639685, q=27541 ncpus=256)
[34001.254664] Sending NMI from CPU 66 to CPUs 156:
[34001.254668] NMI backtrace for cpu 156
[34001.254674] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[34001.254678] Tainted: [D]=DIE, [W]=WARN
[34001.254678] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[34001.254679] Workqueue: cgroup_destroy css_free_rwork_fn
[34001.254682] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[34001.254684] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[34001.254685] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[34001.254686] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[34001.254686] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[34001.254687] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[34001.254687] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[34001.254688] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[34001.254689] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[34001.254690] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[34001.254690] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[34001.254691] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[34001.254692] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[34001.254692] PKRU: 55555554
[34001.254692] Call Trace:
[34001.254693] <TASK>
[34001.254694] _raw_spin_lock_irqsave+0x46/0x60
[34001.254696] cgroup_rstat_flush+0xf4/0x7e0
[34001.254697] cgroup_rstat_exit+0x20/0xf0
[34001.254698] css_free_rwork_fn+0x12e/0x400
[34001.254699] process_one_work+0x19e/0x3e0
[34001.254701] worker_thread+0x2ad/0x3c0
[34001.254703] kthread+0x108/0x220
[34001.254704] ? __pfx_worker_thread+0x10/0x10
[34001.254706] ? __pfx_kthread+0x10/0x10
[34001.254707] ret_from_fork+0x3d/0x60
[34001.254708] ? __pfx_kthread+0x10/0x10
[34001.254709] ret_from_fork_asm+0x1a/0x30
[34001.254711] </TASK>
[34181.270268] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[34181.283327] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=209721
[34181.300925] rcu: (detected by 175, t=825298 jiffies, g=639685, q=27554 ncpus=256)
[34181.316020] Sending NMI from CPU 175 to CPUs 156:
[34181.316026] NMI backtrace for cpu 156
[34181.316032] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[34181.316035] Tainted: [D]=DIE, [W]=WARN
[34181.316035] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[34181.316036] Workqueue: cgroup_destroy css_free_rwork_fn
[34181.316039] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[34181.316041] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[34181.316042] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[34181.316043] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[34181.316043] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[34181.316044] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[34181.316044] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[34181.316045] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[34181.316045] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[34181.316046] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[34181.316046] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[34181.316047] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[34181.316047] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[34181.316048] PKRU: 55555554
[34181.316048] Call Trace:
[34181.316049] <TASK>
[34181.316050] _raw_spin_lock_irqsave+0x46/0x60
[34181.316051] cgroup_rstat_flush+0xf4/0x7e0
[34181.316052] cgroup_rstat_exit+0x20/0xf0
[34181.316054] css_free_rwork_fn+0x12e/0x400
[34181.316054] process_one_work+0x19e/0x3e0
[34181.316056] worker_thread+0x2ad/0x3c0
[34181.316058] kthread+0x108/0x220
[34181.316058] ? __pfx_worker_thread+0x10/0x10
[34181.316060] ? __pfx_kthread+0x10/0x10
[34181.316061] ret_from_fork+0x3d/0x60
[34181.316062] ? __pfx_kthread+0x10/0x10
[34181.316063] ret_from_fork_asm+0x1a/0x30
[34181.316065] </TASK>
[34361.331513] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[34361.344562] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=221004
[34361.362144] rcu: (detected by 3, t=870314 jiffies, g=639685, q=27570 ncpus=256)
[34361.377024] Sending NMI from CPU 3 to CPUs 156:
[34361.377032] NMI backtrace for cpu 156
[34361.377037] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[34361.377039] Tainted: [D]=DIE, [W]=WARN
[34361.377040] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[34361.377041] Workqueue: cgroup_destroy css_free_rwork_fn
[34361.377044] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[34361.377046] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[34361.377047] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[34361.377048] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[34361.377048] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[34361.377048] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[34361.377049] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[34361.377049] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[34361.377050] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[34361.377051] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[34361.377051] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[34361.377052] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[34361.377052] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[34361.377052] PKRU: 55555554
[34361.377053] Call Trace:
[34361.377054] <TASK>
[34361.377055] _raw_spin_lock_irqsave+0x46/0x60
[34361.377056] cgroup_rstat_flush+0xf4/0x7e0
[34361.377057] cgroup_rstat_exit+0x20/0xf0
[34361.377059] css_free_rwork_fn+0x12e/0x400
[34361.377059] process_one_work+0x19e/0x3e0
[34361.377061] worker_thread+0x2ad/0x3c0
[34361.377063] kthread+0x108/0x220
[34361.377063] ? __pfx_worker_thread+0x10/0x10
[34361.377065] ? __pfx_kthread+0x10/0x10
[34361.377066] ret_from_fork+0x3d/0x60
[34361.377067] ? __pfx_kthread+0x10/0x10
[34361.377068] ret_from_fork_asm+0x1a/0x30
[34361.377070] </TASK>
[34541.392758] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[34541.405795] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=232267
[34541.423375] rcu: (detected by 182, t=915330 jiffies, g=639685, q=27592 ncpus=256)
[34541.438444] Sending NMI from CPU 182 to CPUs 156:
[34541.438451] NMI backtrace for cpu 156
[34541.438456] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[34541.438459] Tainted: [D]=DIE, [W]=WARN
[34541.438459] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[34541.438460] Workqueue: cgroup_destroy css_free_rwork_fn
[34541.438463] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[34541.438465] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[34541.438467] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[34541.438467] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[34541.438468] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[34541.438468] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[34541.438468] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[34541.438469] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[34541.438470] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[34541.438471] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[34541.438471] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[34541.438472] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[34541.438472] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[34541.438472] PKRU: 55555554
[34541.438473] Call Trace:
[34541.438473] <TASK>
[34541.438474] _raw_spin_lock_irqsave+0x46/0x60
[34541.438476] cgroup_rstat_flush+0xf4/0x7e0
[34541.438477] cgroup_rstat_exit+0x20/0xf0
[34541.438478] css_free_rwork_fn+0x12e/0x400
[34541.438479] process_one_work+0x19e/0x3e0
[34541.438481] worker_thread+0x2ad/0x3c0
[34541.438482] kthread+0x108/0x220
[34541.438483] ? __pfx_worker_thread+0x10/0x10
[34541.438485] ? __pfx_kthread+0x10/0x10
[34541.438486] ret_from_fork+0x3d/0x60
[34541.438487] ? __pfx_kthread+0x10/0x10
[34541.438488] ret_from_fork_asm+0x1a/0x30
[34541.438490] </TASK>
[34721.454000] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[34721.467053] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=243528
[34721.484635] rcu: (detected by 158, t=960346 jiffies, g=639685, q=27606 ncpus=256)
[34721.499719] Sending NMI from CPU 158 to CPUs 156:
[34721.499724] NMI backtrace for cpu 156
[34721.499727] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[34721.499729] Tainted: [D]=DIE, [W]=WARN
[34721.499729] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[34721.499730] Workqueue: cgroup_destroy css_free_rwork_fn
[34721.499733] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[34721.499734] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[34721.499735] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[34721.499736] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[34721.499736] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[34721.499737] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[34721.499737] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[34721.499738] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[34721.499738] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[34721.499739] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[34721.499739] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[34721.499740] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[34721.499740] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[34721.499741] PKRU: 55555554
[34721.499741] Call Trace:
[34721.499742] <TASK>
[34721.499743] _raw_spin_lock_irqsave+0x46/0x60
[34721.499744] cgroup_rstat_flush+0xf4/0x7e0
[34721.499745] cgroup_rstat_exit+0x20/0xf0
[34721.499746] css_free_rwork_fn+0x12e/0x400
[34721.499747] process_one_work+0x19e/0x3e0
[34721.499749] worker_thread+0x2ad/0x3c0
[34721.499750] kthread+0x108/0x220
[34721.499751] ? __pfx_worker_thread+0x10/0x10
[34721.499752] ? __pfx_kthread+0x10/0x10
[34721.499753] ret_from_fork+0x3d/0x60
[34721.499754] ? __pfx_kthread+0x10/0x10
[34721.499755] ret_from_fork_asm+0x1a/0x30
[34721.499757] </TASK>
[34901.515242] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[34901.528287] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=254791
[34901.545879] rcu: (detected by 71, t=1005362 jiffies, g=639685, q=27621 ncpus=256)
[34901.560967] Sending NMI from CPU 71 to CPUs 156:
[34901.560973] NMI backtrace for cpu 156
[34901.560978] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[34901.560980] Tainted: [D]=DIE, [W]=WARN
[34901.560980] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[34901.560981] Workqueue: cgroup_destroy css_free_rwork_fn
[34901.560984] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[34901.560986] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[34901.560987] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[34901.560988] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[34901.560988] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[34901.560989] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[34901.560989] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[34901.560989] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[34901.560990] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[34901.560991] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[34901.560991] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[34901.560992] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[34901.560992] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[34901.560993] PKRU: 55555554
[34901.560993] Call Trace:
[34901.560993] <TASK>
[34901.560995] _raw_spin_lock_irqsave+0x46/0x60
[34901.560996] cgroup_rstat_flush+0xf4/0x7e0
[34901.560997] cgroup_rstat_exit+0x20/0xf0
[34901.560998] css_free_rwork_fn+0x12e/0x400
[34901.560999] process_one_work+0x19e/0x3e0
[34901.561001] worker_thread+0x2ad/0x3c0
[34901.561002] kthread+0x108/0x220
[34901.561003] ? __pfx_worker_thread+0x10/0x10
[34901.561005] ? __pfx_kthread+0x10/0x10
[34901.561006] ret_from_fork+0x3d/0x60
[34901.561007] ? __pfx_kthread+0x10/0x10
[34901.561008] ret_from_fork_asm+0x1a/0x30
[34901.561010] </TASK>
[35081.576482] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[35081.589542] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=266057
[35081.607138] rcu: (detected by 128, t=1050378 jiffies, g=639685, q=27636 ncpus=256)
[35081.622329] Sending NMI from CPU 128 to CPUs 156:
[35081.622336] NMI backtrace for cpu 156
[35081.622341] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[35081.622345] Tainted: [D]=DIE, [W]=WARN
[35081.622345] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[35081.622346] Workqueue: cgroup_destroy css_free_rwork_fn
[35081.622349] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[35081.622351] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[35081.622353] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[35081.622354] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[35081.622354] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[35081.622354] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[35081.622355] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[35081.622355] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[35081.622356] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[35081.622356] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[35081.622357] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[35081.622357] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[35081.622358] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[35081.622358] PKRU: 55555554
[35081.622358] Call Trace:
[35081.622359] <TASK>
[35081.622360] _raw_spin_lock_irqsave+0x46/0x60
[35081.622361] cgroup_rstat_flush+0xf4/0x7e0
[35081.622363] cgroup_rstat_exit+0x20/0xf0
[35081.622364] css_free_rwork_fn+0x12e/0x400
[35081.622365] process_one_work+0x19e/0x3e0
[35081.622366] worker_thread+0x2ad/0x3c0
[35081.622368] kthread+0x108/0x220
[35081.622369] ? __pfx_worker_thread+0x10/0x10
[35081.622370] ? __pfx_kthread+0x10/0x10
[35081.622371] ret_from_fork+0x3d/0x60
[35081.622372] ? __pfx_kthread+0x10/0x10
[35081.622373] ret_from_fork_asm+0x1a/0x30
[35081.622375] </TASK>
[35261.637724] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[35261.650786] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=277315
[35261.668387] rcu: (detected by 194, t=1095394 jiffies, g=639685, q=27653 ncpus=256)
[35261.683577] Sending NMI from CPU 194 to CPUs 156:
[35261.683582] NMI backtrace for cpu 156
[35261.683588] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[35261.683590] Tainted: [D]=DIE, [W]=WARN
[35261.683591] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[35261.683592] Workqueue: cgroup_destroy css_free_rwork_fn
[35261.683595] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[35261.683597] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[35261.683598] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[35261.683599] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[35261.683599] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[35261.683600] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[35261.683600] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[35261.683601] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[35261.683601] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[35261.683602] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[35261.683602] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[35261.683603] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[35261.683603] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[35261.683604] PKRU: 55555554
[35261.683604] Call Trace:
[35261.683605] <TASK>
[35261.683606] _raw_spin_lock_irqsave+0x46/0x60
[35261.683607] cgroup_rstat_flush+0xf4/0x7e0
[35261.683609] cgroup_rstat_exit+0x20/0xf0
[35261.683610] css_free_rwork_fn+0x12e/0x400
[35261.683610] process_one_work+0x19e/0x3e0
[35261.683612] worker_thread+0x2ad/0x3c0
[35261.683614] kthread+0x108/0x220
[35261.683614] ? __pfx_worker_thread+0x10/0x10
[35261.683616] ? __pfx_kthread+0x10/0x10
[35261.683617] ret_from_fork+0x3d/0x60
[35261.683618] ? __pfx_kthread+0x10/0x10
[35261.683619] ret_from_fork_asm+0x1a/0x30
[35261.683621] </TASK>
[35441.698967] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[35441.712024] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=288579
[35441.729622] rcu: (detected by 159, t=1140410 jiffies, g=639685, q=27672 ncpus=256)
[35441.744803] Sending NMI from CPU 159 to CPUs 156:
[35441.744807] NMI backtrace for cpu 156
[35441.744809] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[35441.744811] Tainted: [D]=DIE, [W]=WARN
[35441.744812] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[35441.744813] Workqueue: cgroup_destroy css_free_rwork_fn
[35441.744815] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[35441.744817] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[35441.744817] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[35441.744818] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[35441.744819] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[35441.744819] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[35441.744819] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[35441.744820] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[35441.744821] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[35441.744821] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[35441.744822] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[35441.744822] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[35441.744823] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[35441.744823] PKRU: 55555554
[35441.744823] Call Trace:
[35441.744824] <TASK>
[35441.744825] _raw_spin_lock_irqsave+0x46/0x60
[35441.744826] cgroup_rstat_flush+0xf4/0x7e0
[35441.744828] cgroup_rstat_exit+0x20/0xf0
[35441.744829] css_free_rwork_fn+0x12e/0x400
[35441.744829] process_one_work+0x19e/0x3e0
[35441.744831] worker_thread+0x2ad/0x3c0
[35441.744833] kthread+0x108/0x220
[35441.744834] ? __pfx_worker_thread+0x10/0x10
[35441.744835] ? __pfx_kthread+0x10/0x10
[35441.744836] ret_from_fork+0x3d/0x60
[35441.744837] ? __pfx_kthread+0x10/0x10
[35441.744838] ret_from_fork_asm+0x1a/0x30
[35441.744840] </TASK>
[35621.760208] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[35621.773262] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=299841
[35621.790852] rcu: (detected by 52, t=1185426 jiffies, g=639685, q=27685 ncpus=256)
[35621.805936] Sending NMI from CPU 52 to CPUs 156:
[35621.805943] NMI backtrace for cpu 156
[35621.805949] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[35621.805951] Tainted: [D]=DIE, [W]=WARN
[35621.805951] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[35621.805952] Workqueue: cgroup_destroy css_free_rwork_fn
[35621.805955] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[35621.805957] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[35621.805958] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[35621.805959] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[35621.805960] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[35621.805960] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[35621.805961] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[35621.805962] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[35621.805963] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[35621.805964] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[35621.805964] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[35621.805965] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[35621.805965] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[35621.805966] PKRU: 55555554
[35621.805966] Call Trace:
[35621.805967] <TASK>
[35621.805968] _raw_spin_lock_irqsave+0x46/0x60
[35621.805970] cgroup_rstat_flush+0xf4/0x7e0
[35621.805971] cgroup_rstat_exit+0x20/0xf0
[35621.805972] css_free_rwork_fn+0x12e/0x400
[35621.805973] process_one_work+0x19e/0x3e0
[35621.805975] worker_thread+0x2ad/0x3c0
[35621.805977] kthread+0x108/0x220
[35621.805978] ? __pfx_worker_thread+0x10/0x10
[35621.805979] ? __pfx_kthread+0x10/0x10
[35621.805980] ret_from_fork+0x3d/0x60
[35621.805981] ? __pfx_kthread+0x10/0x10
[35621.805982] ret_from_fork_asm+0x1a/0x30
[35621.805984] </TASK>
[35801.821450] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[35801.834516] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=311103
[35801.852122] rcu: (detected by 199, t=1230442 jiffies, g=639685, q=27702 ncpus=256)
[35801.867320] Sending NMI from CPU 199 to CPUs 156:
[35801.867326] NMI backtrace for cpu 156
[35801.867332] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[35801.867335] Tainted: [D]=DIE, [W]=WARN
[35801.867335] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[35801.867336] Workqueue: cgroup_destroy css_free_rwork_fn
[35801.867339] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[35801.867341] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[35801.867343] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[35801.867343] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[35801.867344] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[35801.867344] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[35801.867344] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[35801.867345] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[35801.867346] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[35801.867346] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[35801.867347] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[35801.867347] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[35801.867348] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[35801.867348] PKRU: 55555554
[35801.867348] Call Trace:
[35801.867349] <TASK>
[35801.867350] _raw_spin_lock_irqsave+0x46/0x60
[35801.867352] cgroup_rstat_flush+0xf4/0x7e0
[35801.867353] cgroup_rstat_exit+0x20/0xf0
[35801.867354] css_free_rwork_fn+0x12e/0x400
[35801.867355] process_one_work+0x19e/0x3e0
[35801.867356] worker_thread+0x2ad/0x3c0
[35801.867358] kthread+0x108/0x220
[35801.867359] ? __pfx_worker_thread+0x10/0x10
[35801.867360] ? __pfx_kthread+0x10/0x10
[35801.867361] ret_from_fork+0x3d/0x60
[35801.867362] ? __pfx_kthread+0x10/0x10
[35801.867363] ret_from_fork_asm+0x1a/0x30
[35801.867365] </TASK>
[35981.882690] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[35981.895744] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=322371
[35981.913339] rcu: (detected by 91, t=1275458 jiffies, g=639685, q=27716 ncpus=256)
[35981.928434] Sending NMI from CPU 91 to CPUs 156:
[35981.928440] NMI backtrace for cpu 156
[35981.928445] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[35981.928448] Tainted: [D]=DIE, [W]=WARN
[35981.928449] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[35981.928450] Workqueue: cgroup_destroy css_free_rwork_fn
[35981.928453] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[35981.928455] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[35981.928456] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[35981.928456] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[35981.928457] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[35981.928457] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[35981.928458] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[35981.928458] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[35981.928459] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[35981.928460] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[35981.928460] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[35981.928461] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[35981.928461] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[35981.928461] PKRU: 55555554
[35981.928462] Call Trace:
[35981.928462] <TASK>
[35981.928463] _raw_spin_lock_irqsave+0x46/0x60
[35981.928465] cgroup_rstat_flush+0xf4/0x7e0
[35981.928466] cgroup_rstat_exit+0x20/0xf0
[35981.928467] css_free_rwork_fn+0x12e/0x400
[35981.928468] process_one_work+0x19e/0x3e0
[35981.928469] worker_thread+0x2ad/0x3c0
[35981.928471] kthread+0x108/0x220
[35981.928472] ? __pfx_worker_thread+0x10/0x10
[35981.928473] ? __pfx_kthread+0x10/0x10
[35981.928474] ret_from_fork+0x3d/0x60
[35981.928475] ? __pfx_kthread+0x10/0x10
[35981.928476] ret_from_fork_asm+0x1a/0x30
[35981.928478] </TASK>
[36161.943931] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[36161.956996] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=333638
[36161.974599] rcu: (detected by 131, t=1320474 jiffies, g=639685, q=27729 ncpus=256)
[36161.989786] Sending NMI from CPU 131 to CPUs 156:
[36161.989791] NMI backtrace for cpu 156
[36161.989796] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[36161.989799] Tainted: [D]=DIE, [W]=WARN
[36161.989799] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[36161.989800] Workqueue: cgroup_destroy css_free_rwork_fn
[36161.989803] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[36161.989805] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[36161.989806] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[36161.989807] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[36161.989808] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[36161.989808] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[36161.989808] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[36161.989809] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[36161.989810] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[36161.989810] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[36161.989811] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[36161.989811] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[36161.989812] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[36161.989812] PKRU: 55555554
[36161.989812] Call Trace:
[36161.989813] <TASK>
[36161.989814] _raw_spin_lock_irqsave+0x46/0x60
[36161.989816] cgroup_rstat_flush+0xf4/0x7e0
[36161.989817] cgroup_rstat_exit+0x20/0xf0
[36161.989818] css_free_rwork_fn+0x12e/0x400
[36161.989819] process_one_work+0x19e/0x3e0
[36161.989821] worker_thread+0x2ad/0x3c0
[36161.989822] kthread+0x108/0x220
[36161.989823] ? __pfx_worker_thread+0x10/0x10
[36161.989825] ? __pfx_kthread+0x10/0x10
[36161.989825] ret_from_fork+0x3d/0x60
[36161.989827] ? __pfx_kthread+0x10/0x10
[36161.989827] ret_from_fork_asm+0x1a/0x30
[36161.989829] </TASK>
[36342.005174] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[36342.018232] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=344905
[36342.035829] rcu: (detected by 159, t=1365490 jiffies, g=639685, q=27746 ncpus=256)
[36342.051013] Sending NMI from CPU 159 to CPUs 156:
[36342.051018] NMI backtrace for cpu 156
[36342.051020] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[36342.051023] Tainted: [D]=DIE, [W]=WARN
[36342.051023] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[36342.051024] Workqueue: cgroup_destroy css_free_rwork_fn
[36342.051027] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[36342.051028] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[36342.051029] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[36342.051030] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[36342.051030] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[36342.051031] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[36342.051031] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[36342.051031] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[36342.051032] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[36342.051033] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[36342.051033] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[36342.051034] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[36342.051034] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[36342.051034] PKRU: 55555554
[36342.051035] Call Trace:
[36342.051035] <TASK>
[36342.051037] _raw_spin_lock_irqsave+0x46/0x60
[36342.051038] cgroup_rstat_flush+0xf4/0x7e0
[36342.051039] cgroup_rstat_exit+0x20/0xf0
[36342.051040] css_free_rwork_fn+0x12e/0x400
[36342.051041] process_one_work+0x19e/0x3e0
[36342.051043] worker_thread+0x2ad/0x3c0
[36342.051044] kthread+0x108/0x220
[36342.051045] ? __pfx_worker_thread+0x10/0x10
[36342.051047] ? __pfx_kthread+0x10/0x10
[36342.051048] ret_from_fork+0x3d/0x60
[36342.051049] ? __pfx_kthread+0x10/0x10
[36342.051050] ret_from_fork_asm+0x1a/0x30
[36342.051051] </TASK>
[36522.066415] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[36522.079464] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=356169
[36522.097053] rcu: (detected by 208, t=1410506 jiffies, g=639685, q=27766 ncpus=256)
[36522.112224] Sending NMI from CPU 208 to CPUs 156:
[36522.112230] NMI backtrace for cpu 156
[36522.112236] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[36522.112238] Tainted: [D]=DIE, [W]=WARN
[36522.112238] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[36522.112239] Workqueue: cgroup_destroy css_free_rwork_fn
[36522.112242] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[36522.112243] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[36522.112244] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[36522.112245] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[36522.112246] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[36522.112246] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[36522.112247] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[36522.112247] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[36522.112248] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[36522.112249] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[36522.112249] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[36522.112250] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[36522.112250] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[36522.112250] PKRU: 55555554
[36522.112251] Call Trace:
[36522.112251] <TASK>
[36522.112252] _raw_spin_lock_irqsave+0x46/0x60
[36522.112254] cgroup_rstat_flush+0xf4/0x7e0
[36522.112256] cgroup_rstat_exit+0x20/0xf0
[36522.112257] css_free_rwork_fn+0x12e/0x400
[36522.112258] process_one_work+0x19e/0x3e0
[36522.112259] worker_thread+0x2ad/0x3c0
[36522.112261] kthread+0x108/0x220
[36522.112262] ? __pfx_worker_thread+0x10/0x10
[36522.112263] ? __pfx_kthread+0x10/0x10
[36522.112264] ret_from_fork+0x3d/0x60
[36522.112265] ? __pfx_kthread+0x10/0x10
[36522.112266] ret_from_fork_asm+0x1a/0x30
[36522.112268] </TASK>
[36702.127657] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[36702.140723] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=367457
[36702.158337] rcu: (detected by 175, t=1455522 jiffies, g=639685, q=27781 ncpus=256)
[36702.173521] Sending NMI from CPU 175 to CPUs 156:
[36702.173527] NMI backtrace for cpu 156
[36702.173532] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[36702.173534] Tainted: [D]=DIE, [W]=WARN
[36702.173535] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[36702.173536] Workqueue: cgroup_destroy css_free_rwork_fn
[36702.173539] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[36702.173541] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[36702.173542] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[36702.173543] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[36702.173544] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[36702.173544] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[36702.173544] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[36702.173545] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[36702.173546] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[36702.173546] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[36702.173546] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[36702.173547] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[36702.173547] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[36702.173548] PKRU: 55555554
[36702.173548] Call Trace:
[36702.173549] <TASK>
[36702.173550] _raw_spin_lock_irqsave+0x46/0x60
[36702.173551] cgroup_rstat_flush+0xf4/0x7e0
[36702.173553] cgroup_rstat_exit+0x20/0xf0
[36702.173554] css_free_rwork_fn+0x12e/0x400
[36702.173555] process_one_work+0x19e/0x3e0
[36702.173556] worker_thread+0x2ad/0x3c0
[36702.173558] kthread+0x108/0x220
[36702.173559] ? __pfx_worker_thread+0x10/0x10
[36702.173560] ? __pfx_kthread+0x10/0x10
[36702.173561] ret_from_fork+0x3d/0x60
[36702.173562] ? __pfx_kthread+0x10/0x10
[36702.173563] ret_from_fork_asm+0x1a/0x30
[36702.173565] </TASK>
[36882.188897] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[36882.201960] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=378734
[36882.219564] rcu: (detected by 158, t=1500538 jiffies, g=639685, q=27795 ncpus=256)
[36882.234754] Sending NMI from CPU 158 to CPUs 156:
[36882.234759] NMI backtrace for cpu 156
[36882.234761] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[36882.234764] Tainted: [D]=DIE, [W]=WARN
[36882.234764] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[36882.234765] Workqueue: cgroup_destroy css_free_rwork_fn
[36882.234767] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[36882.234769] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[36882.234770] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[36882.234771] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[36882.234771] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[36882.234771] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[36882.234772] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[36882.234772] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[36882.234773] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[36882.234774] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[36882.234774] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[36882.234775] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[36882.234775] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[36882.234775] PKRU: 55555554
[36882.234776] Call Trace:
[36882.234776] <TASK>
[36882.234777] _raw_spin_lock_irqsave+0x46/0x60
[36882.234778] cgroup_rstat_flush+0xf4/0x7e0
[36882.234780] cgroup_rstat_exit+0x20/0xf0
[36882.234781] css_free_rwork_fn+0x12e/0x400
[36882.234782] process_one_work+0x19e/0x3e0
[36882.234783] worker_thread+0x2ad/0x3c0
[36882.234785] kthread+0x108/0x220
[36882.234786] ? __pfx_worker_thread+0x10/0x10
[36882.234787] ? __pfx_kthread+0x10/0x10
[36882.234788] ret_from_fork+0x3d/0x60
[36882.234789] ? __pfx_kthread+0x10/0x10
[36882.234790] ret_from_fork_asm+0x1a/0x30
[36882.234792] </TASK>
[37062.250139] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[37062.263188] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=389998
[37062.280782] rcu: (detected by 175, t=1545554 jiffies, g=639685, q=27812 ncpus=256)
[37062.295960] Sending NMI from CPU 175 to CPUs 156:
[37062.295965] NMI backtrace for cpu 156
[37062.295971] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[37062.295973] Tainted: [D]=DIE, [W]=WARN
[37062.295973] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[37062.295974] Workqueue: cgroup_destroy css_free_rwork_fn
[37062.295977] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[37062.295978] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[37062.295979] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[37062.295980] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[37062.295980] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[37062.295981] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[37062.295982] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[37062.295982] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[37062.295984] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[37062.295984] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[37062.295985] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[37062.295985] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[37062.295986] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[37062.295986] PKRU: 55555554
[37062.295986] Call Trace:
[37062.295987] <TASK>
[37062.295988] _raw_spin_lock_irqsave+0x46/0x60
[37062.295989] cgroup_rstat_flush+0xf4/0x7e0
[37062.295991] cgroup_rstat_exit+0x20/0xf0
[37062.295992] css_free_rwork_fn+0x12e/0x400
[37062.295993] process_one_work+0x19e/0x3e0
[37062.295994] worker_thread+0x2ad/0x3c0
[37062.295996] kthread+0x108/0x220
[37062.295997] ? __pfx_worker_thread+0x10/0x10
[37062.295998] ? __pfx_kthread+0x10/0x10
[37062.295999] ret_from_fork+0x3d/0x60
[37062.296000] ? __pfx_kthread+0x10/0x10
[37062.296001] ret_from_fork_asm+0x1a/0x30
[37062.296003] </TASK>
[37242.311381] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[37242.324437] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=401285
[37242.342044] rcu: (detected by 175, t=1590570 jiffies, g=639685, q=27827 ncpus=256)
[37242.357241] Sending NMI from CPU 175 to CPUs 156:
[37242.357246] NMI backtrace for cpu 156
[37242.357251] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[37242.357254] Tainted: [D]=DIE, [W]=WARN
[37242.357254] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[37242.357256] Workqueue: cgroup_destroy css_free_rwork_fn
[37242.357259] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[37242.357261] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[37242.357262] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[37242.357263] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[37242.357263] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[37242.357264] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[37242.357264] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[37242.357264] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[37242.357265] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[37242.357266] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[37242.357266] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[37242.357267] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[37242.357267] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[37242.357267] PKRU: 55555554
[37242.357268] Call Trace:
[37242.357268] <TASK>
[37242.357270] _raw_spin_lock_irqsave+0x46/0x60
[37242.357271] cgroup_rstat_flush+0xf4/0x7e0
[37242.357272] cgroup_rstat_exit+0x20/0xf0
[37242.357273] css_free_rwork_fn+0x12e/0x400
[37242.357274] process_one_work+0x19e/0x3e0
[37242.357276] worker_thread+0x2ad/0x3c0
[37242.357277] kthread+0x108/0x220
[37242.357278] ? __pfx_worker_thread+0x10/0x10
[37242.357280] ? __pfx_kthread+0x10/0x10
[37242.357281] ret_from_fork+0x3d/0x60
[37242.357282] ? __pfx_kthread+0x10/0x10
[37242.357283] ret_from_fork_asm+0x1a/0x30
[37242.357285] </TASK>
[37422.372623] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[37422.385688] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=412566
[37422.403290] rcu: (detected by 194, t=1635586 jiffies, g=639685, q=27843 ncpus=256)
[37422.418485] Sending NMI from CPU 194 to CPUs 156:
[37422.418490] NMI backtrace for cpu 156
[37422.418496] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[37422.418499] Tainted: [D]=DIE, [W]=WARN
[37422.418499] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[37422.418500] Workqueue: cgroup_destroy css_free_rwork_fn
[37422.418503] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[37422.418505] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[37422.418506] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[37422.418507] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[37422.418507] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[37422.418508] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[37422.418508] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[37422.418509] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[37422.418510] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[37422.418510] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[37422.418511] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[37422.418512] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[37422.418512] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[37422.418512] PKRU: 55555554
[37422.418513] Call Trace:
[37422.418513] <TASK>
[37422.418515] _raw_spin_lock_irqsave+0x46/0x60
[37422.418516] cgroup_rstat_flush+0xf4/0x7e0
[37422.418517] cgroup_rstat_exit+0x20/0xf0
[37422.418518] css_free_rwork_fn+0x12e/0x400
[37422.418519] process_one_work+0x19e/0x3e0
[37422.418521] worker_thread+0x2ad/0x3c0
[37422.418522] kthread+0x108/0x220
[37422.418523] ? __pfx_worker_thread+0x10/0x10
[37422.418525] ? __pfx_kthread+0x10/0x10
[37422.418526] ret_from_fork+0x3d/0x60
[37422.418527] ? __pfx_kthread+0x10/0x10
[37422.418528] ret_from_fork_asm+0x1a/0x30
[37422.418530] </TASK>
[37602.433868] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[37602.446930] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=423829
[37602.464539] rcu: (detected by 175, t=1680602 jiffies, g=639685, q=27857 ncpus=256)
[37602.479733] Sending NMI from CPU 175 to CPUs 156:
[37602.479739] NMI backtrace for cpu 156
[37602.479744] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[37602.479746] Tainted: [D]=DIE, [W]=WARN
[37602.479747] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[37602.479748] Workqueue: cgroup_destroy css_free_rwork_fn
[37602.479751] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[37602.479753] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[37602.479754] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[37602.479755] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[37602.479755] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[37602.479755] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[37602.479756] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[37602.479756] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[37602.479757] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[37602.479758] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[37602.479758] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[37602.479759] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[37602.479759] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[37602.479759] PKRU: 55555554
[37602.479760] Call Trace:
[37602.479760] <TASK>
[37602.479761] _raw_spin_lock_irqsave+0x46/0x60
[37602.479763] cgroup_rstat_flush+0xf4/0x7e0
[37602.479764] cgroup_rstat_exit+0x20/0xf0
[37602.479765] css_free_rwork_fn+0x12e/0x400
[37602.479766] process_one_work+0x19e/0x3e0
[37602.479768] worker_thread+0x2ad/0x3c0
[37602.479769] kthread+0x108/0x220
[37602.479770] ? __pfx_worker_thread+0x10/0x10
[37602.479771] ? __pfx_kthread+0x10/0x10
[37602.479772] ret_from_fork+0x3d/0x60
[37602.479773] ? __pfx_kthread+0x10/0x10
[37602.479774] ret_from_fork_asm+0x1a/0x30
[37602.479776] </TASK>
[37782.495104] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[37782.508159] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=435106
[37782.525757] rcu: (detected by 208, t=1725618 jiffies, g=639685, q=27873 ncpus=256)
[37782.540941] Sending NMI from CPU 208 to CPUs 156:
[37782.540946] NMI backtrace for cpu 156
[37782.540951] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[37782.540954] Tainted: [D]=DIE, [W]=WARN
[37782.540954] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[37782.540955] Workqueue: cgroup_destroy css_free_rwork_fn
[37782.540959] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[37782.540961] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[37782.540962] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[37782.540963] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[37782.540964] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[37782.540964] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[37782.540964] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[37782.540965] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[37782.540966] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[37782.540966] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[37782.540967] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[37782.540967] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[37782.540967] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[37782.540968] PKRU: 55555554
[37782.540968] Call Trace:
[37782.540969] <TASK>
[37782.540970] _raw_spin_lock_irqsave+0x46/0x60
[37782.540971] cgroup_rstat_flush+0xf4/0x7e0
[37782.540973] cgroup_rstat_exit+0x20/0xf0
[37782.540974] css_free_rwork_fn+0x12e/0x400
[37782.540974] process_one_work+0x19e/0x3e0
[37782.540976] worker_thread+0x2ad/0x3c0
[37782.540978] kthread+0x108/0x220
[37782.540979] ? __pfx_worker_thread+0x10/0x10
[37782.540980] ? __pfx_kthread+0x10/0x10
[37782.540981] ret_from_fork+0x3d/0x60
[37782.540982] ? __pfx_kthread+0x10/0x10
[37782.540983] ret_from_fork_asm+0x1a/0x30
[37782.540985] </TASK>
[37962.556345] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[37962.569394] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=446379
[37962.586980] rcu: (detected by 98, t=1770634 jiffies, g=639685, q=27889 ncpus=256)
[37962.602061] Sending NMI from CPU 98 to CPUs 156:
[37962.602067] NMI backtrace for cpu 156
[37962.602072] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[37962.602075] Tainted: [D]=DIE, [W]=WARN
[37962.602075] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[37962.602076] Workqueue: cgroup_destroy css_free_rwork_fn
[37962.602079] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[37962.602082] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[37962.602083] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[37962.602084] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[37962.602084] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[37962.602084] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[37962.602085] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[37962.602085] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[37962.602086] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[37962.602087] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[37962.602087] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[37962.602088] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[37962.602088] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[37962.602088] PKRU: 55555554
[37962.602089] Call Trace:
[37962.602089] <TASK>
[37962.602090] _raw_spin_lock_irqsave+0x46/0x60
[37962.602092] cgroup_rstat_flush+0xf4/0x7e0
[37962.602093] cgroup_rstat_exit+0x20/0xf0
[37962.602094] css_free_rwork_fn+0x12e/0x400
[37962.602095] process_one_work+0x19e/0x3e0
[37962.602097] worker_thread+0x2ad/0x3c0
[37962.602098] kthread+0x108/0x220
[37962.602099] ? __pfx_worker_thread+0x10/0x10
[37962.602100] ? __pfx_kthread+0x10/0x10
[37962.602101] ret_from_fork+0x3d/0x60
[37962.602102] ? __pfx_kthread+0x10/0x10
[37962.602103] ret_from_fork_asm+0x1a/0x30
[37962.602105] </TASK>
[38142.617585] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[38142.630635] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=457644
[38142.648216] rcu: (detected by 66, t=1815650 jiffies, g=639685, q=27902 ncpus=256)
[38142.663297] Sending NMI from CPU 66 to CPUs 156:
[38142.663302] NMI backtrace for cpu 156
[38142.663308] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[38142.663311] Tainted: [D]=DIE, [W]=WARN
[38142.663311] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[38142.663312] Workqueue: cgroup_destroy css_free_rwork_fn
[38142.663315] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[38142.663317] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[38142.663318] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[38142.663319] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[38142.663319] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[38142.663320] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[38142.663320] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[38142.663320] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[38142.663321] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[38142.663322] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[38142.663322] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[38142.663323] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[38142.663323] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[38142.663323] PKRU: 55555554
[38142.663324] Call Trace:
[38142.663324] <TASK>
[38142.663325] _raw_spin_lock_irqsave+0x46/0x60
[38142.663327] cgroup_rstat_flush+0xf4/0x7e0
[38142.663328] cgroup_rstat_exit+0x20/0xf0
[38142.663329] css_free_rwork_fn+0x12e/0x400
[38142.663330] process_one_work+0x19e/0x3e0
[38142.663332] worker_thread+0x2ad/0x3c0
[38142.663334] kthread+0x108/0x220
[38142.663335] ? __pfx_worker_thread+0x10/0x10
[38142.663336] ? __pfx_kthread+0x10/0x10
[38142.663337] ret_from_fork+0x3d/0x60
[38142.663338] ? __pfx_kthread+0x10/0x10
[38142.663339] ret_from_fork_asm+0x1a/0x30
[38142.663341] </TASK>
[38322.678826] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[38322.691884] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=468908
[38322.709478] rcu: (detected by 175, t=1860666 jiffies, g=639685, q=27920 ncpus=256)
[38322.724656] Sending NMI from CPU 175 to CPUs 156:
[38322.724661] NMI backtrace for cpu 156
[38322.724667] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[38322.724670] Tainted: [D]=DIE, [W]=WARN
[38322.724670] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[38322.724671] Workqueue: cgroup_destroy css_free_rwork_fn
[38322.724674] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[38322.724676] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[38322.724678] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[38322.724679] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[38322.724679] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[38322.724679] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[38322.724680] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[38322.724680] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[38322.724681] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[38322.724682] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[38322.724682] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[38322.724683] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[38322.724683] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[38322.724683] PKRU: 55555554
[38322.724684] Call Trace:
[38322.724684] <TASK>
[38322.724685] _raw_spin_lock_irqsave+0x46/0x60
[38322.724687] cgroup_rstat_flush+0xf4/0x7e0
[38322.724688] cgroup_rstat_exit+0x20/0xf0
[38322.724689] css_free_rwork_fn+0x12e/0x400
[38322.724690] process_one_work+0x19e/0x3e0
[38322.724692] worker_thread+0x2ad/0x3c0
[38322.724693] kthread+0x108/0x220
[38322.724694] ? __pfx_worker_thread+0x10/0x10
[38322.724695] ? __pfx_kthread+0x10/0x10
[38322.724696] ret_from_fork+0x3d/0x60
[38322.724697] ? __pfx_kthread+0x10/0x10
[38322.724698] ret_from_fork_asm+0x1a/0x30
[38322.724700] </TASK>
[38502.740068] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[38502.753116] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=480186
[38502.770711] rcu: (detected by 47, t=1905680 jiffies, g=639685, q=27936 ncpus=256)
[38502.785799] Sending NMI from CPU 47 to CPUs 156:
[38502.785804] NMI backtrace for cpu 156
[38502.785810] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[38502.785813] Tainted: [D]=DIE, [W]=WARN
[38502.785813] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[38502.785814] Workqueue: cgroup_destroy css_free_rwork_fn
[38502.785818] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[38502.785820] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[38502.785822] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[38502.785823] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[38502.785823] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[38502.785824] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[38502.785824] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[38502.785825] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[38502.785825] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[38502.785826] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[38502.785826] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[38502.785827] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[38502.785827] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[38502.785827] PKRU: 55555554
[38502.785828] Call Trace:
[38502.785829] <TASK>
[38502.785830] _raw_spin_lock_irqsave+0x46/0x60
[38502.785831] cgroup_rstat_flush+0xf4/0x7e0
[38502.785832] cgroup_rstat_exit+0x20/0xf0
[38502.785833] css_free_rwork_fn+0x12e/0x400
[38502.785834] process_one_work+0x19e/0x3e0
[38502.785836] worker_thread+0x2ad/0x3c0
[38502.785837] kthread+0x108/0x220
[38502.785838] ? __pfx_worker_thread+0x10/0x10
[38502.785840] ? __pfx_kthread+0x10/0x10
[38502.785841] ret_from_fork+0x3d/0x60
[38502.785842] ? __pfx_kthread+0x10/0x10
[38502.785843] ret_from_fork_asm+0x1a/0x30
[38502.785845] </TASK>
[38682.797311] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[38682.810373] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=491455
[38682.827975] rcu: (detected by 227, t=1950697 jiffies, g=639685, q=27951 ncpus=256)
[38682.843166] Sending NMI from CPU 227 to CPUs 156:
[38682.843173] NMI backtrace for cpu 156
[38682.843178] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[38682.843181] Tainted: [D]=DIE, [W]=WARN
[38682.843181] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[38682.843182] Workqueue: cgroup_destroy css_free_rwork_fn
[38682.843185] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[38682.843187] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[38682.843188] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[38682.843189] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[38682.843189] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[38682.843190] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[38682.843190] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[38682.843191] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[38682.843191] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[38682.843192] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[38682.843192] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[38682.843193] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[38682.843193] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[38682.843194] PKRU: 55555554
[38682.843194] Call Trace:
[38682.843195] <TASK>
[38682.843196] _raw_spin_lock_irqsave+0x46/0x60
[38682.843197] cgroup_rstat_flush+0xf4/0x7e0
[38682.843198] cgroup_rstat_exit+0x20/0xf0
[38682.843199] css_free_rwork_fn+0x12e/0x400
[38682.843200] process_one_work+0x19e/0x3e0
[38682.843202] worker_thread+0x2ad/0x3c0
[38682.843203] kthread+0x108/0x220
[38682.843204] ? __pfx_worker_thread+0x10/0x10
[38682.843206] ? __pfx_kthread+0x10/0x10
[38682.843207] ret_from_fork+0x3d/0x60
[38682.843208] ? __pfx_kthread+0x10/0x10
[38682.843209] ret_from_fork_asm+0x1a/0x30
[38682.843211] </TASK>
[38862.858549] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[38862.871610] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=502719
[38862.889209] rcu: (detected by 12, t=1995713 jiffies, g=639685, q=27967 ncpus=256)
[38862.904301] Sending NMI from CPU 12 to CPUs 156:
[38862.904307] NMI backtrace for cpu 156
[38862.904313] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[38862.904315] Tainted: [D]=DIE, [W]=WARN
[38862.904316] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[38862.904317] Workqueue: cgroup_destroy css_free_rwork_fn
[38862.904320] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[38862.904322] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[38862.904323] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[38862.904324] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[38862.904324] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[38862.904325] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[38862.904326] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[38862.904326] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[38862.904327] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[38862.904328] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[38862.904329] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[38862.904330] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[38862.904330] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[38862.904331] PKRU: 55555554
[38862.904331] Call Trace:
[38862.904332] <TASK>
[38862.904333] _raw_spin_lock_irqsave+0x46/0x60
[38862.904334] cgroup_rstat_flush+0xf4/0x7e0
[38862.904336] cgroup_rstat_exit+0x20/0xf0
[38862.904337] css_free_rwork_fn+0x12e/0x400
[38862.904338] process_one_work+0x19e/0x3e0
[38862.904339] worker_thread+0x2ad/0x3c0
[38862.904341] kthread+0x108/0x220
[38862.904342] ? __pfx_worker_thread+0x10/0x10
[38862.904343] ? __pfx_kthread+0x10/0x10
[38862.904344] ret_from_fork+0x3d/0x60
[38862.904345] ? __pfx_kthread+0x10/0x10
[38862.904346] ret_from_fork_asm+0x1a/0x30
[38862.904348] </TASK>
[39042.919793] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[39042.932866] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=513983
[39042.950480] rcu: (detected by 208, t=2040729 jiffies, g=639685, q=27982 ncpus=256)
[39042.965687] Sending NMI from CPU 208 to CPUs 156:
[39042.965692] NMI backtrace for cpu 156
[39042.965697] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[39042.965700] Tainted: [D]=DIE, [W]=WARN
[39042.965700] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[39042.965701] Workqueue: cgroup_destroy css_free_rwork_fn
[39042.965704] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[39042.965706] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[39042.965707] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[39042.965708] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[39042.965708] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[39042.965708] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[39042.965709] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[39042.965709] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[39042.965710] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[39042.965711] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39042.965711] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[39042.965712] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39042.965712] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[39042.965712] PKRU: 55555554
[39042.965713] Call Trace:
[39042.965713] <TASK>
[39042.965715] _raw_spin_lock_irqsave+0x46/0x60
[39042.965716] cgroup_rstat_flush+0xf4/0x7e0
[39042.965717] cgroup_rstat_exit+0x20/0xf0
[39042.965718] css_free_rwork_fn+0x12e/0x400
[39042.965719] process_one_work+0x19e/0x3e0
[39042.965721] worker_thread+0x2ad/0x3c0
[39042.965722] kthread+0x108/0x220
[39042.965723] ? __pfx_worker_thread+0x10/0x10
[39042.965725] ? __pfx_kthread+0x10/0x10
[39042.965725] ret_from_fork+0x3d/0x60
[39042.965727] ? __pfx_kthread+0x10/0x10
[39042.965727] ret_from_fork_asm+0x1a/0x30
[39042.965729] </TASK>
[39222.981032] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[39222.994079] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=525255
[39223.011665] rcu: (detected by 138, t=2085745 jiffies, g=639685, q=27997 ncpus=256)
[39223.026845] Sending NMI from CPU 138 to CPUs 156:
[39223.026852] NMI backtrace for cpu 156
[39223.026857] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[39223.026860] Tainted: [D]=DIE, [W]=WARN
[39223.026861] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[39223.026862] Workqueue: cgroup_destroy css_free_rwork_fn
[39223.026865] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[39223.026867] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[39223.026868] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[39223.026869] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[39223.026870] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[39223.026870] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[39223.026870] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[39223.026871] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[39223.026872] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[39223.026873] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39223.026873] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[39223.026874] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39223.026874] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[39223.026874] PKRU: 55555554
[39223.026875] Call Trace:
[39223.026875] <TASK>
[39223.026876] _raw_spin_lock_irqsave+0x46/0x60
[39223.026878] cgroup_rstat_flush+0xf4/0x7e0
[39223.026879] cgroup_rstat_exit+0x20/0xf0
[39223.026880] css_free_rwork_fn+0x12e/0x400
[39223.026881] process_one_work+0x19e/0x3e0
[39223.026883] worker_thread+0x2ad/0x3c0
[39223.026884] kthread+0x108/0x220
[39223.026885] ? __pfx_worker_thread+0x10/0x10
[39223.026887] ? __pfx_kthread+0x10/0x10
[39223.026887] ret_from_fork+0x3d/0x60
[39223.026889] ? __pfx_kthread+0x10/0x10
[39223.026889] ret_from_fork_asm+0x1a/0x30
[39223.026891] </TASK>
[39403.042275] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[39403.055325] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=536527
[39403.072911] rcu: (detected by 158, t=2130761 jiffies, g=639685, q=28012 ncpus=256)
[39403.088086] Sending NMI from CPU 158 to CPUs 156:
[39403.088091] NMI backtrace for cpu 156
[39403.088093] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[39403.088095] Tainted: [D]=DIE, [W]=WARN
[39403.088096] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[39403.088097] Workqueue: cgroup_destroy css_free_rwork_fn
[39403.088099] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[39403.088101] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[39403.088101] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[39403.088102] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[39403.088103] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[39403.088103] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[39403.088103] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[39403.088104] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[39403.088105] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[39403.088105] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39403.088105] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[39403.088106] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39403.088106] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[39403.088107] PKRU: 55555554
[39403.088107] Call Trace:
[39403.088108] <TASK>
[39403.088109] _raw_spin_lock_irqsave+0x46/0x60
[39403.088110] cgroup_rstat_flush+0xf4/0x7e0
[39403.088111] cgroup_rstat_exit+0x20/0xf0
[39403.088112] css_free_rwork_fn+0x12e/0x400
[39403.088113] process_one_work+0x19e/0x3e0
[39403.088115] worker_thread+0x2ad/0x3c0
[39403.088116] kthread+0x108/0x220
[39403.088117] ? __pfx_worker_thread+0x10/0x10
[39403.088119] ? __pfx_kthread+0x10/0x10
[39403.088120] ret_from_fork+0x3d/0x60
[39403.088121] ? __pfx_kthread+0x10/0x10
[39403.088122] ret_from_fork_asm+0x1a/0x30
[39403.088124] </TASK>
[39583.103515] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[39583.116578] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=547790
[39583.134176] rcu: (detected by 172, t=2175777 jiffies, g=639685, q=28027 ncpus=256)
[39583.149359] Sending NMI from CPU 172 to CPUs 156:
[39583.149368] NMI backtrace for cpu 156
[39583.149374] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[39583.149375] Tainted: [D]=DIE, [W]=WARN
[39583.149375] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[39583.149376] Workqueue: cgroup_destroy css_free_rwork_fn
[39583.149379] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[39583.149381] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[39583.149382] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[39583.149382] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[39583.149383] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[39583.149383] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[39583.149384] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[39583.149385] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[39583.149386] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[39583.149386] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39583.149387] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[39583.149387] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39583.149388] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[39583.149388] PKRU: 55555554
[39583.149388] Call Trace:
[39583.149389] <TASK>
[39583.149390] _raw_spin_lock_irqsave+0x46/0x60
[39583.149392] cgroup_rstat_flush+0xf4/0x7e0
[39583.149393] cgroup_rstat_exit+0x20/0xf0
[39583.149394] css_free_rwork_fn+0x12e/0x400
[39583.149395] process_one_work+0x19e/0x3e0
[39583.149397] worker_thread+0x2ad/0x3c0
[39583.149398] kthread+0x108/0x220
[39583.149399] ? __pfx_worker_thread+0x10/0x10
[39583.149401] ? __pfx_kthread+0x10/0x10
[39583.149402] ret_from_fork+0x3d/0x60
[39583.149403] ? __pfx_kthread+0x10/0x10
[39583.149403] ret_from_fork_asm+0x1a/0x30
[39583.149405] </TASK>
[39763.164756] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[39763.177812] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=559056
[39763.195410] rcu: (detected by 199, t=2220793 jiffies, g=639685, q=28039 ncpus=256)
[39763.210594] Sending NMI from CPU 199 to CPUs 156:
[39763.210599] NMI backtrace for cpu 156
[39763.210605] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[39763.210607] Tainted: [D]=DIE, [W]=WARN
[39763.210607] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[39763.210608] Workqueue: cgroup_destroy css_free_rwork_fn
[39763.210611] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[39763.210613] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[39763.210614] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[39763.210615] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[39763.210615] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[39763.210616] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[39763.210616] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[39763.210617] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[39763.210617] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[39763.210618] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39763.210618] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[39763.210619] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39763.210619] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[39763.210620] PKRU: 55555554
[39763.210620] Call Trace:
[39763.210621] <TASK>
[39763.210622] _raw_spin_lock_irqsave+0x46/0x60
[39763.210623] cgroup_rstat_flush+0xf4/0x7e0
[39763.210624] cgroup_rstat_exit+0x20/0xf0
[39763.210626] css_free_rwork_fn+0x12e/0x400
[39763.210626] process_one_work+0x19e/0x3e0
[39763.210628] worker_thread+0x2ad/0x3c0
[39763.210630] kthread+0x108/0x220
[39763.210630] ? __pfx_worker_thread+0x10/0x10
[39763.210632] ? __pfx_kthread+0x10/0x10
[39763.210633] ret_from_fork+0x3d/0x60
[39763.210634] ? __pfx_kthread+0x10/0x10
[39763.210635] ret_from_fork_asm+0x1a/0x30
[39763.210637] </TASK>
[39943.225998] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[39943.239048] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=570318
[39943.256640] rcu: (detected by 175, t=2265809 jiffies, g=639685, q=28056 ncpus=256)
[39943.271814] Sending NMI from CPU 175 to CPUs 156:
[39943.271818] NMI backtrace for cpu 156
[39943.271824] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[39943.271826] Tainted: [D]=DIE, [W]=WARN
[39943.271827] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[39943.271828] Workqueue: cgroup_destroy css_free_rwork_fn
[39943.271831] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[39943.271833] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[39943.271834] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[39943.271835] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[39943.271835] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[39943.271835] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[39943.271836] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[39943.271836] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[39943.271837] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[39943.271838] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39943.271838] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[39943.271839] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39943.271839] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[39943.271839] PKRU: 55555554
[39943.271840] Call Trace:
[39943.271840] <TASK>
[39943.271842] _raw_spin_lock_irqsave+0x46/0x60
[39943.271843] cgroup_rstat_flush+0xf4/0x7e0
[39943.271844] cgroup_rstat_exit+0x20/0xf0
[39943.271845] css_free_rwork_fn+0x12e/0x400
[39943.271846] process_one_work+0x19e/0x3e0
[39943.271848] worker_thread+0x2ad/0x3c0
[39943.271849] kthread+0x108/0x220
[39943.271850] ? __pfx_worker_thread+0x10/0x10
[39943.271852] ? __pfx_kthread+0x10/0x10
[39943.271853] ret_from_fork+0x3d/0x60
[39943.271854] ? __pfx_kthread+0x10/0x10
[39943.271855] ret_from_fork_asm+0x1a/0x30
[39943.271856] </TASK>
[40123.287239] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[40123.300293] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=581592
[40123.317889] rcu: (detected by 144, t=2310825 jiffies, g=639685, q=28073 ncpus=256)
[40123.333073] Sending NMI from CPU 144 to CPUs 156:
[40123.333081] NMI backtrace for cpu 156
[40123.333087] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[40123.333090] Tainted: [D]=DIE, [W]=WARN
[40123.333091] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[40123.333092] Workqueue: cgroup_destroy css_free_rwork_fn
[40123.333095] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[40123.333097] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[40123.333098] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[40123.333098] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[40123.333099] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[40123.333099] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[40123.333100] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[40123.333100] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[40123.333101] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[40123.333101] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[40123.333102] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[40123.333102] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[40123.333103] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[40123.333103] PKRU: 55555554
[40123.333103] Call Trace:
[40123.333104] <TASK>
[40123.333105] _raw_spin_lock_irqsave+0x46/0x60
[40123.333106] cgroup_rstat_flush+0xf4/0x7e0
[40123.333108] cgroup_rstat_exit+0x20/0xf0
[40123.333109] css_free_rwork_fn+0x12e/0x400
[40123.333110] process_one_work+0x19e/0x3e0
[40123.333111] worker_thread+0x2ad/0x3c0
[40123.333113] kthread+0x108/0x220
[40123.333114] ? __pfx_worker_thread+0x10/0x10
[40123.333115] ? __pfx_kthread+0x10/0x10
[40123.333116] ret_from_fork+0x3d/0x60
[40123.333117] ? __pfx_kthread+0x10/0x10
[40123.333118] ret_from_fork_asm+0x1a/0x30
[40123.333120] </TASK>
[40303.348479] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[40303.361546] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=592852
[40303.379147] rcu: (detected by 175, t=2355841 jiffies, g=639685, q=28090 ncpus=256)
[40303.394333] Sending NMI from CPU 175 to CPUs 156:
[40303.394338] NMI backtrace for cpu 156
[40303.394343] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[40303.394346] Tainted: [D]=DIE, [W]=WARN
[40303.394347] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[40303.394348] Workqueue: cgroup_destroy css_free_rwork_fn
[40303.394351] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[40303.394353] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[40303.394354] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[40303.394355] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[40303.394355] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[40303.394356] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[40303.394356] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[40303.394357] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[40303.394358] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[40303.394359] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[40303.394359] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[40303.394360] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[40303.394360] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[40303.394361] PKRU: 55555554
[40303.394361] Call Trace:
[40303.394362] <TASK>
[40303.394363] _raw_spin_lock_irqsave+0x46/0x60
[40303.394364] cgroup_rstat_flush+0xf4/0x7e0
[40303.394366] cgroup_rstat_exit+0x20/0xf0
[40303.394367] css_free_rwork_fn+0x12e/0x400
[40303.394368] process_one_work+0x19e/0x3e0
[40303.394369] worker_thread+0x2ad/0x3c0
[40303.394371] kthread+0x108/0x220
[40303.394372] ? __pfx_worker_thread+0x10/0x10
[40303.394373] ? __pfx_kthread+0x10/0x10
[40303.394374] ret_from_fork+0x3d/0x60
[40303.394375] ? __pfx_kthread+0x10/0x10
[40303.394376] ret_from_fork_asm+0x1a/0x30
[40303.394378] </TASK>
[40483.409721] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[40483.422786] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=604128
[40483.440389] rcu: (detected by 3, t=2400857 jiffies, g=639685, q=28109 ncpus=256)
[40483.455383] Sending NMI from CPU 3 to CPUs 156:
[40483.455388] NMI backtrace for cpu 156
[40483.455394] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[40483.455396] Tainted: [D]=DIE, [W]=WARN
[40483.455396] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[40483.455397] Workqueue: cgroup_destroy css_free_rwork_fn
[40483.455400] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[40483.455402] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[40483.455404] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[40483.455404] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[40483.455405] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[40483.455405] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[40483.455405] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[40483.455406] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[40483.455407] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[40483.455407] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[40483.455408] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[40483.455408] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[40483.455408] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[40483.455409] PKRU: 55555554
[40483.455409] Call Trace:
[40483.455410] <TASK>
[40483.455411] _raw_spin_lock_irqsave+0x46/0x60
[40483.455412] cgroup_rstat_flush+0xf4/0x7e0
[40483.455414] cgroup_rstat_exit+0x20/0xf0
[40483.455415] css_free_rwork_fn+0x12e/0x400
[40483.455416] process_one_work+0x19e/0x3e0
[40483.455417] worker_thread+0x2ad/0x3c0
[40483.455419] kthread+0x108/0x220
[40483.455420] ? __pfx_worker_thread+0x10/0x10
[40483.455421] ? __pfx_kthread+0x10/0x10
[40483.455422] ret_from_fork+0x3d/0x60
[40483.455423] ? __pfx_kthread+0x10/0x10
[40483.455424] ret_from_fork_asm+0x1a/0x30
[40483.455426] </TASK>
[40663.470962] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[40663.484000] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=615387
[40663.501585] rcu: (detected by 53, t=2445873 jiffies, g=639685, q=28123 ncpus=256)
[40663.516667] Sending NMI from CPU 53 to CPUs 156:
[40663.516673] NMI backtrace for cpu 156
[40663.516679] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[40663.516682] Tainted: [D]=DIE, [W]=WARN
[40663.516682] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[40663.516683] Workqueue: cgroup_destroy css_free_rwork_fn
[40663.516686] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[40663.516688] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[40663.516690] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[40663.516690] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[40663.516691] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[40663.516691] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[40663.516692] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[40663.516692] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[40663.516693] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[40663.516693] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[40663.516694] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[40663.516694] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[40663.516695] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[40663.516695] PKRU: 55555554
[40663.516695] Call Trace:
[40663.516696] <TASK>
[40663.516697] _raw_spin_lock_irqsave+0x46/0x60
[40663.516699] cgroup_rstat_flush+0xf4/0x7e0
[40663.516700] cgroup_rstat_exit+0x20/0xf0
[40663.516701] css_free_rwork_fn+0x12e/0x400
[40663.516702] process_one_work+0x19e/0x3e0
[40663.516703] worker_thread+0x2ad/0x3c0
[40663.516705] kthread+0x108/0x220
[40663.516706] ? __pfx_worker_thread+0x10/0x10
[40663.516707] ? __pfx_kthread+0x10/0x10
[40663.516708] ret_from_fork+0x3d/0x60
[40663.516709] ? __pfx_kthread+0x10/0x10
[40663.516710] ret_from_fork_asm+0x1a/0x30
[40663.516712] </TASK>
[40843.532206] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[40843.545266] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=626650
[40843.562857] rcu: (detected by 91, t=2490889 jiffies, g=639685, q=28137 ncpus=256)
[40843.577944] Sending NMI from CPU 91 to CPUs 156:
[40843.577950] NMI backtrace for cpu 156
[40843.577955] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[40843.577958] Tainted: [D]=DIE, [W]=WARN
[40843.577959] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[40843.577960] Workqueue: cgroup_destroy css_free_rwork_fn
[40843.577963] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[40843.577965] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[40843.577966] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[40843.577966] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[40843.577967] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[40843.577967] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[40843.577967] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[40843.577968] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[40843.577969] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[40843.577969] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[40843.577970] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[40843.577970] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[40843.577971] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[40843.577971] PKRU: 55555554
[40843.577971] Call Trace:
[40843.577972] <TASK>
[40843.577973] _raw_spin_lock_irqsave+0x46/0x60
[40843.577974] cgroup_rstat_flush+0xf4/0x7e0
[40843.577976] cgroup_rstat_exit+0x20/0xf0
[40843.577977] css_free_rwork_fn+0x12e/0x400
[40843.577977] process_one_work+0x19e/0x3e0
[40843.577979] worker_thread+0x2ad/0x3c0
[40843.577981] kthread+0x108/0x220
[40843.577982] ? __pfx_worker_thread+0x10/0x10
[40843.577983] ? __pfx_kthread+0x10/0x10
[40843.577984] ret_from_fork+0x3d/0x60
[40843.577985] ? __pfx_kthread+0x10/0x10
[40843.577986] ret_from_fork_asm+0x1a/0x30
[40843.577988] </TASK>
[41023.593445] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[41023.606503] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=637909
[41023.624103] rcu: (detected by 161, t=2535905 jiffies, g=639685, q=28152 ncpus=256)
[41023.639286] Sending NMI from CPU 161 to CPUs 156:
[41023.639294] NMI backtrace for cpu 156
[41023.639300] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[41023.639302] Tainted: [D]=DIE, [W]=WARN
[41023.639303] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[41023.639303] Workqueue: cgroup_destroy css_free_rwork_fn
[41023.639307] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[41023.639309] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[41023.639310] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[41023.639310] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[41023.639311] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[41023.639311] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[41023.639312] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[41023.639312] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[41023.639313] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[41023.639314] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[41023.639314] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[41023.639315] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[41023.639315] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[41023.639315] PKRU: 55555554
[41023.639316] Call Trace:
[41023.639316] <TASK>
[41023.639317] _raw_spin_lock_irqsave+0x46/0x60
[41023.639319] cgroup_rstat_flush+0xf4/0x7e0
[41023.639320] cgroup_rstat_exit+0x20/0xf0
[41023.639321] css_free_rwork_fn+0x12e/0x400
[41023.639322] process_one_work+0x19e/0x3e0
[41023.639324] worker_thread+0x2ad/0x3c0
[41023.639325] kthread+0x108/0x220
[41023.639326] ? __pfx_worker_thread+0x10/0x10
[41023.639328] ? __pfx_kthread+0x10/0x10
[41023.639328] ret_from_fork+0x3d/0x60
[41023.639330] ? __pfx_kthread+0x10/0x10
[41023.639330] ret_from_fork_asm+0x1a/0x30
[41023.639332] </TASK>
[41203.654687] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[41203.667738] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=649167
[41203.685329] rcu: (detected by 47, t=2580919 jiffies, g=639685, q=28167 ncpus=256)
[41203.700412] Sending NMI from CPU 47 to CPUs 156:
[41203.700418] NMI backtrace for cpu 156
[41203.700423] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[41203.700426] Tainted: [D]=DIE, [W]=WARN
[41203.700427] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[41203.700428] Workqueue: cgroup_destroy css_free_rwork_fn
[41203.700431] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[41203.700433] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[41203.700434] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[41203.700435] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[41203.700435] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[41203.700436] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[41203.700436] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[41203.700437] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[41203.700437] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[41203.700438] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[41203.700438] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[41203.700439] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[41203.700439] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[41203.700440] PKRU: 55555554
[41203.700440] Call Trace:
[41203.700441] <TASK>
[41203.700442] _raw_spin_lock_irqsave+0x46/0x60
[41203.700443] cgroup_rstat_flush+0xf4/0x7e0
[41203.700444] cgroup_rstat_exit+0x20/0xf0
[41203.700446] css_free_rwork_fn+0x12e/0x400
[41203.700446] process_one_work+0x19e/0x3e0
[41203.700448] worker_thread+0x2ad/0x3c0
[41203.700449] kthread+0x108/0x220
[41203.700450] ? __pfx_worker_thread+0x10/0x10
[41203.700452] ? __pfx_kthread+0x10/0x10
[41203.700453] ret_from_fork+0x3d/0x60
[41203.700454] ? __pfx_kthread+0x10/0x10
[41203.700455] ret_from_fork_asm+0x1a/0x30
[41203.700457] </TASK>
[41383.711926] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[41383.724976] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=660426
[41383.742566] rcu: (detected by 175, t=2625936 jiffies, g=639685, q=28186 ncpus=256)
[41383.757744] Sending NMI from CPU 175 to CPUs 156:
[41383.757749] NMI backtrace for cpu 156
[41383.757755] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[41383.757758] Tainted: [D]=DIE, [W]=WARN
[41383.757758] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[41383.757759] Workqueue: cgroup_destroy css_free_rwork_fn
[41383.757762] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[41383.757765] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[41383.757766] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[41383.757767] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[41383.757767] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[41383.757768] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[41383.757768] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[41383.757769] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[41383.757770] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[41383.757770] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[41383.757770] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[41383.757771] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[41383.757771] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[41383.757772] PKRU: 55555554
[41383.757772] Call Trace:
[41383.757773] <TASK>
[41383.757774] _raw_spin_lock_irqsave+0x46/0x60
[41383.757775] cgroup_rstat_flush+0xf4/0x7e0
[41383.757776] cgroup_rstat_exit+0x20/0xf0
[41383.757778] css_free_rwork_fn+0x12e/0x400
[41383.757778] process_one_work+0x19e/0x3e0
[41383.757780] worker_thread+0x2ad/0x3c0
[41383.757782] kthread+0x108/0x220
[41383.757782] ? __pfx_worker_thread+0x10/0x10
[41383.757784] ? __pfx_kthread+0x10/0x10
[41383.757785] ret_from_fork+0x3d/0x60
[41383.757786] ? __pfx_kthread+0x10/0x10
[41383.757787] ret_from_fork_asm+0x1a/0x30
[41383.757789] </TASK>
[41563.773168] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[41563.786203] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=671703
[41563.803779] rcu: (detected by 175, t=2670952 jiffies, g=639685, q=28200 ncpus=256)
[41563.818945] Sending NMI from CPU 175 to CPUs 156:
[41563.818950] NMI backtrace for cpu 156
[41563.818956] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[41563.818959] Tainted: [D]=DIE, [W]=WARN
[41563.818959] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[41563.818960] Workqueue: cgroup_destroy css_free_rwork_fn
[41563.818963] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[41563.818965] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[41563.818967] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[41563.818967] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[41563.818968] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[41563.818968] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[41563.818968] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[41563.818969] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[41563.818970] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[41563.818970] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[41563.818971] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[41563.818971] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[41563.818972] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[41563.818972] PKRU: 55555554
[41563.818972] Call Trace:
[41563.818973] <TASK>
[41563.818974] _raw_spin_lock_irqsave+0x46/0x60
[41563.818975] cgroup_rstat_flush+0xf4/0x7e0
[41563.818977] cgroup_rstat_exit+0x20/0xf0
[41563.818978] css_free_rwork_fn+0x12e/0x400
[41563.818978] process_one_work+0x19e/0x3e0
[41563.818980] worker_thread+0x2ad/0x3c0
[41563.818982] kthread+0x108/0x220
[41563.818983] ? __pfx_worker_thread+0x10/0x10
[41563.818984] ? __pfx_kthread+0x10/0x10
[41563.818985] ret_from_fork+0x3d/0x60
[41563.818986] ? __pfx_kthread+0x10/0x10
[41563.818987] ret_from_fork_asm+0x1a/0x30
[41563.818989] </TASK>
[41743.834411] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[41743.847449] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=682980
[41743.865037] rcu: (detected by 158, t=2715968 jiffies, g=639685, q=28215 ncpus=256)
[41743.880214] Sending NMI from CPU 158 to CPUs 156:
[41743.880218] NMI backtrace for cpu 156
[41743.880221] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[41743.880222] Tainted: [D]=DIE, [W]=WARN
[41743.880223] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[41743.880224] Workqueue: cgroup_destroy css_free_rwork_fn
[41743.880226] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[41743.880228] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[41743.880229] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[41743.880230] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[41743.880230] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[41743.880230] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[41743.880231] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[41743.880231] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[41743.880232] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[41743.880233] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[41743.880233] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[41743.880234] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[41743.880234] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[41743.880234] PKRU: 55555554
[41743.880235] Call Trace:
[41743.880235] <TASK>
[41743.880236] _raw_spin_lock_irqsave+0x46/0x60
[41743.880238] cgroup_rstat_flush+0xf4/0x7e0
[41743.880239] cgroup_rstat_exit+0x20/0xf0
[41743.880240] css_free_rwork_fn+0x12e/0x400
[41743.880241] process_one_work+0x19e/0x3e0
[41743.880242] worker_thread+0x2ad/0x3c0
[41743.880244] kthread+0x108/0x220
[41743.880245] ? __pfx_worker_thread+0x10/0x10
[41743.880246] ? __pfx_kthread+0x10/0x10
[41743.880247] ret_from_fork+0x3d/0x60
[41743.880248] ? __pfx_kthread+0x10/0x10
[41743.880249] ret_from_fork_asm+0x1a/0x30
[41743.880251] </TASK>
[41923.895651] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[41923.908705] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=694237
[41923.926300] rcu: (detected by 163, t=2760984 jiffies, g=639685, q=28228 ncpus=256)
[41923.941484] Sending NMI from CPU 163 to CPUs 156:
[41923.941491] NMI backtrace for cpu 156
[41923.941497] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[41923.941499] Tainted: [D]=DIE, [W]=WARN
[41923.941500] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[41923.941500] Workqueue: cgroup_destroy css_free_rwork_fn
[41923.941503] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[41923.941505] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[41923.941505] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[41923.941506] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[41923.941507] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[41923.941507] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[41923.941507] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[41923.941508] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[41923.941509] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[41923.941509] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[41923.941510] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[41923.941510] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[41923.941511] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[41923.941511] PKRU: 55555554
[41923.941511] Call Trace:
[41923.941512] <TASK>
[41923.941513] _raw_spin_lock_irqsave+0x46/0x60
[41923.941514] cgroup_rstat_flush+0xf4/0x7e0
[41923.941516] cgroup_rstat_exit+0x20/0xf0
[41923.941517] css_free_rwork_fn+0x12e/0x400
[41923.941518] process_one_work+0x19e/0x3e0
[41923.941519] worker_thread+0x2ad/0x3c0
[41923.941521] kthread+0x108/0x220
[41923.941522] ? __pfx_worker_thread+0x10/0x10
[41923.941523] ? __pfx_kthread+0x10/0x10
[41923.941524] ret_from_fork+0x3d/0x60
[41923.941525] ? __pfx_kthread+0x10/0x10
[41923.941526] ret_from_fork_asm+0x1a/0x30
[41923.941528] </TASK>
[42103.956892] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[42103.969953] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=705500
[42103.987552] rcu: (detected by 175, t=2806000 jiffies, g=639685, q=28243 ncpus=256)
[42104.002738] Sending NMI from CPU 175 to CPUs 156:
[42104.002743] NMI backtrace for cpu 156
[42104.002749] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[42104.002752] Tainted: [D]=DIE, [W]=WARN
[42104.002752] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[42104.002753] Workqueue: cgroup_destroy css_free_rwork_fn
[42104.002756] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[42104.002758] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[42104.002759] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[42104.002760] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[42104.002761] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[42104.002761] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[42104.002761] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[42104.002762] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[42104.002763] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[42104.002763] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[42104.002764] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[42104.002764] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[42104.002765] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[42104.002765] PKRU: 55555554
[42104.002765] Call Trace:
[42104.002766] <TASK>
[42104.002767] _raw_spin_lock_irqsave+0x46/0x60
[42104.002768] cgroup_rstat_flush+0xf4/0x7e0
[42104.002770] cgroup_rstat_exit+0x20/0xf0
[42104.002771] css_free_rwork_fn+0x12e/0x400
[42104.002772] process_one_work+0x19e/0x3e0
[42104.002773] worker_thread+0x2ad/0x3c0
[42104.002775] kthread+0x108/0x220
[42104.002776] ? __pfx_worker_thread+0x10/0x10
[42104.002777] ? __pfx_kthread+0x10/0x10
[42104.002778] ret_from_fork+0x3d/0x60
[42104.002779] ? __pfx_kthread+0x10/0x10
[42104.002780] ret_from_fork_asm+0x1a/0x30
[42104.002782] </TASK>
[42284.018134] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[42284.031194] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=716776
[42284.048791] rcu: (detected by 91, t=2851016 jiffies, g=639685, q=28256 ncpus=256)
[42284.063883] Sending NMI from CPU 91 to CPUs 156:
[42284.063888] NMI backtrace for cpu 156
[42284.063894] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[42284.063896] Tainted: [D]=DIE, [W]=WARN
[42284.063897] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[42284.063898] Workqueue: cgroup_destroy css_free_rwork_fn
[42284.063901] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[42284.063903] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[42284.063904] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[42284.063904] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[42284.063905] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[42284.063905] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[42284.063906] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[42284.063906] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[42284.063907] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[42284.063907] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[42284.063908] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[42284.063908] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[42284.063909] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[42284.063909] PKRU: 55555554
[42284.063909] Call Trace:
[42284.063910] <TASK>
[42284.063911] _raw_spin_lock_irqsave+0x46/0x60
[42284.063913] cgroup_rstat_flush+0xf4/0x7e0
[42284.063914] cgroup_rstat_exit+0x20/0xf0
[42284.063915] css_free_rwork_fn+0x12e/0x400
[42284.063916] process_one_work+0x19e/0x3e0
[42284.063917] worker_thread+0x2ad/0x3c0
[42284.063919] kthread+0x108/0x220
[42284.063920] ? __pfx_worker_thread+0x10/0x10
[42284.063921] ? __pfx_kthread+0x10/0x10
[42284.063922] ret_from_fork+0x3d/0x60
[42284.063923] ? __pfx_kthread+0x10/0x10
[42284.063924] ret_from_fork_asm+0x1a/0x30
[42284.063926] </TASK>
[42464.079375] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[42464.092426] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=728044
[42464.110022] rcu: (detected by 66, t=2896032 jiffies, g=639685, q=28274 ncpus=256)
[42464.125114] Sending NMI from CPU 66 to CPUs 156:
[42464.125120] NMI backtrace for cpu 156
[42464.125125] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[42464.125128] Tainted: [D]=DIE, [W]=WARN
[42464.125128] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[42464.125129] Workqueue: cgroup_destroy css_free_rwork_fn
[42464.125132] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[42464.125134] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[42464.125135] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[42464.125136] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[42464.125136] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[42464.125136] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[42464.125137] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[42464.125137] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[42464.125138] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[42464.125139] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[42464.125139] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[42464.125140] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[42464.125140] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[42464.125140] PKRU: 55555554
[42464.125141] Call Trace:
[42464.125141] <TASK>
[42464.125142] _raw_spin_lock_irqsave+0x46/0x60
[42464.125144] cgroup_rstat_flush+0xf4/0x7e0
[42464.125145] cgroup_rstat_exit+0x20/0xf0
[42464.125146] css_free_rwork_fn+0x12e/0x400
[42464.125147] process_one_work+0x19e/0x3e0
[42464.125148] worker_thread+0x2ad/0x3c0
[42464.125150] kthread+0x108/0x220
[42464.125151] ? __pfx_worker_thread+0x10/0x10
[42464.125152] ? __pfx_kthread+0x10/0x10
[42464.125153] ret_from_fork+0x3d/0x60
[42464.125154] ? __pfx_kthread+0x10/0x10
[42464.125155] ret_from_fork_asm+0x1a/0x30
[42464.125157] </TASK>
[42644.140617] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[42644.153671] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=739307
[42644.171263] rcu: (detected by 227, t=2941048 jiffies, g=639685, q=28289 ncpus=256)
[42644.186444] Sending NMI from CPU 227 to CPUs 156:
[42644.186450] NMI backtrace for cpu 156
[42644.186455] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[42644.186458] Tainted: [D]=DIE, [W]=WARN
[42644.186458] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[42644.186459] Workqueue: cgroup_destroy css_free_rwork_fn
[42644.186462] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[42644.186464] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[42644.186465] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[42644.186465] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[42644.186466] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[42644.186466] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[42644.186467] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[42644.186467] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[42644.186468] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[42644.186469] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[42644.186469] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[42644.186470] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[42644.186470] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[42644.186470] PKRU: 55555554
[42644.186471] Call Trace:
[42644.186471] <TASK>
[42644.186472] _raw_spin_lock_irqsave+0x46/0x60
[42644.186474] cgroup_rstat_flush+0xf4/0x7e0
[42644.186475] cgroup_rstat_exit+0x20/0xf0
[42644.186476] css_free_rwork_fn+0x12e/0x400
[42644.186477] process_one_work+0x19e/0x3e0
[42644.186478] worker_thread+0x2ad/0x3c0
[42644.186480] kthread+0x108/0x220
[42644.186481] ? __pfx_worker_thread+0x10/0x10
[42644.186482] ? __pfx_kthread+0x10/0x10
[42644.186483] ret_from_fork+0x3d/0x60
[42644.186484] ? __pfx_kthread+0x10/0x10
[42644.186485] ret_from_fork_asm+0x1a/0x30
[42644.186487] </TASK>
[42824.201859] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[42824.214909] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=750573
[42824.232492] rcu: (detected by 91, t=2986064 jiffies, g=639685, q=28304 ncpus=256)
[42824.247576] Sending NMI from CPU 91 to CPUs 156:
[42824.247581] NMI backtrace for cpu 156
[42824.247586] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[42824.247589] Tainted: [D]=DIE, [W]=WARN
[42824.247590] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[42824.247591] Workqueue: cgroup_destroy css_free_rwork_fn
[42824.247594] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[42824.247596] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[42824.247597] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[42824.247597] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[42824.247598] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[42824.247598] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[42824.247599] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[42824.247599] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[42824.247600] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[42824.247601] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[42824.247601] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[42824.247601] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[42824.247602] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[42824.247602] PKRU: 55555554
[42824.247602] Call Trace:
[42824.247603] <TASK>
[42824.247604] _raw_spin_lock_irqsave+0x46/0x60
[42824.247605] cgroup_rstat_flush+0xf4/0x7e0
[42824.247607] cgroup_rstat_exit+0x20/0xf0
[42824.247608] css_free_rwork_fn+0x12e/0x400
[42824.247609] process_one_work+0x19e/0x3e0
[42824.247610] worker_thread+0x2ad/0x3c0
[42824.247612] kthread+0x108/0x220
[42824.247613] ? __pfx_worker_thread+0x10/0x10
[42824.247614] ? __pfx_kthread+0x10/0x10
[42824.247615] ret_from_fork+0x3d/0x60
[42824.247616] ? __pfx_kthread+0x10/0x10
[42824.247617] ret_from_fork_asm+0x1a/0x30
[42824.247619] </TASK>
[43004.263098] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[43004.276152] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=761837
[43004.293747] rcu: (detected by 71, t=3031080 jiffies, g=639685, q=28318 ncpus=256)
[43004.308837] Sending NMI from CPU 71 to CPUs 156:
[43004.308842] NMI backtrace for cpu 156
[43004.308847] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[43004.308850] Tainted: [D]=DIE, [W]=WARN
[43004.308851] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[43004.308852] Workqueue: cgroup_destroy css_free_rwork_fn
[43004.308855] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[43004.308857] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[43004.308858] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[43004.308859] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[43004.308860] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[43004.308860] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[43004.308861] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[43004.308861] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[43004.308862] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[43004.308862] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[43004.308863] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[43004.308864] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[43004.308864] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[43004.308864] PKRU: 55555554
[43004.308865] Call Trace:
[43004.308865] <TASK>
[43004.308867] _raw_spin_lock_irqsave+0x46/0x60
[43004.308868] cgroup_rstat_flush+0xf4/0x7e0
[43004.308869] cgroup_rstat_exit+0x20/0xf0
[43004.308870] css_free_rwork_fn+0x12e/0x400
[43004.308871] process_one_work+0x19e/0x3e0
[43004.308873] worker_thread+0x2ad/0x3c0
[43004.308874] kthread+0x108/0x220
[43004.308875] ? __pfx_worker_thread+0x10/0x10
[43004.308877] ? __pfx_kthread+0x10/0x10
[43004.308878] ret_from_fork+0x3d/0x60
[43004.308879] ? __pfx_kthread+0x10/0x10
[43004.308879] ret_from_fork_asm+0x1a/0x30
[43004.308882] </TASK>
[43184.324339] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[43184.337392] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=773104
[43184.354988] rcu: (detected by 227, t=3076096 jiffies, g=639685, q=28331 ncpus=256)
[43184.370166] Sending NMI from CPU 227 to CPUs 156:
[43184.370171] NMI backtrace for cpu 156
[43184.370177] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[43184.370179] Tainted: [D]=DIE, [W]=WARN
[43184.370180] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[43184.370180] Workqueue: cgroup_destroy css_free_rwork_fn
[43184.370183] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[43184.370186] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[43184.370187] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[43184.370188] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[43184.370189] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[43184.370189] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[43184.370190] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[43184.370190] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[43184.370191] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[43184.370192] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[43184.370192] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[43184.370193] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[43184.370193] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[43184.370193] PKRU: 55555554
[43184.370194] Call Trace:
[43184.370194] <TASK>
[43184.370195] _raw_spin_lock_irqsave+0x46/0x60
[43184.370197] cgroup_rstat_flush+0xf4/0x7e0
[43184.370198] cgroup_rstat_exit+0x20/0xf0
[43184.370199] css_free_rwork_fn+0x12e/0x400
[43184.370200] process_one_work+0x19e/0x3e0
[43184.370202] worker_thread+0x2ad/0x3c0
[43184.370204] kthread+0x108/0x220
[43184.370205] ? __pfx_worker_thread+0x10/0x10
[43184.370206] ? __pfx_kthread+0x10/0x10
[43184.370207] ret_from_fork+0x3d/0x60
[43184.370208] ? __pfx_kthread+0x10/0x10
[43184.370209] ret_from_fork_asm+0x1a/0x30
[43184.370211] </TASK>
[43364.385581] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[43364.398644] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=784367
[43364.416244] rcu: (detected by 178, t=3121112 jiffies, g=639685, q=28347 ncpus=256)
[43364.431435] Sending NMI from CPU 178 to CPUs 156:
[43364.431443] NMI backtrace for cpu 156
[43364.431448] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[43364.431451] Tainted: [D]=DIE, [W]=WARN
[43364.431452] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[43364.431453] Workqueue: cgroup_destroy css_free_rwork_fn
[43364.431456] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[43364.431458] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[43364.431459] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[43364.431459] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[43364.431460] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[43364.431460] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[43364.431460] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[43364.431461] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[43364.431462] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[43364.431462] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[43364.431463] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[43364.431463] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[43364.431464] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[43364.431464] PKRU: 55555554
[43364.431464] Call Trace:
[43364.431465] <TASK>
[43364.431466] _raw_spin_lock_irqsave+0x46/0x60
[43364.431467] cgroup_rstat_flush+0xf4/0x7e0
[43364.431469] cgroup_rstat_exit+0x20/0xf0
[43364.431470] css_free_rwork_fn+0x12e/0x400
[43364.431471] process_one_work+0x19e/0x3e0
[43364.431472] worker_thread+0x2ad/0x3c0
[43364.431474] kthread+0x108/0x220
[43364.431475] ? __pfx_worker_thread+0x10/0x10
[43364.431476] ? __pfx_kthread+0x10/0x10
[43364.431477] ret_from_fork+0x3d/0x60
[43364.431478] ? __pfx_kthread+0x10/0x10
[43364.431479] ret_from_fork_asm+0x1a/0x30
[43364.431481] </TASK>
[43544.446822] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[43544.459877] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=795627
[43544.477471] rcu: (detected by 194, t=3166128 jiffies, g=639685, q=28359 ncpus=256)
[43544.492654] Sending NMI from CPU 194 to CPUs 156:
[43544.492660] NMI backtrace for cpu 156
[43544.492665] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[43544.492668] Tainted: [D]=DIE, [W]=WARN
[43544.492668] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[43544.492669] Workqueue: cgroup_destroy css_free_rwork_fn
[43544.492673] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[43544.492675] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[43544.492676] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[43544.492677] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[43544.492678] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[43544.492678] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[43544.492678] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[43544.492679] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[43544.492680] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[43544.492680] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[43544.492681] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[43544.492681] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[43544.492682] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[43544.492682] PKRU: 55555554
[43544.492682] Call Trace:
[43544.492683] <TASK>
[43544.492684] _raw_spin_lock_irqsave+0x46/0x60
[43544.492685] cgroup_rstat_flush+0xf4/0x7e0
[43544.492687] cgroup_rstat_exit+0x20/0xf0
[43544.492688] css_free_rwork_fn+0x12e/0x400
[43544.492688] process_one_work+0x19e/0x3e0
[43544.492690] worker_thread+0x2ad/0x3c0
[43544.492692] kthread+0x108/0x220
[43544.492693] ? __pfx_worker_thread+0x10/0x10
[43544.492694] ? __pfx_kthread+0x10/0x10
[43544.492695] ret_from_fork+0x3d/0x60
[43544.492696] ? __pfx_kthread+0x10/0x10
[43544.492697] ret_from_fork_asm+0x1a/0x30
[43544.492699] </TASK>
[43724.508064] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[43724.521124] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=806888
[43724.538721] rcu: (detected by 175, t=3211144 jiffies, g=639685, q=28374 ncpus=256)
[43724.553905] Sending NMI from CPU 175 to CPUs 156:
[43724.553910] NMI backtrace for cpu 156
[43724.553916] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[43724.553919] Tainted: [D]=DIE, [W]=WARN
[43724.553919] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[43724.553920] Workqueue: cgroup_destroy css_free_rwork_fn
[43724.553923] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[43724.553925] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[43724.553926] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[43724.553927] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[43724.553927] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[43724.553928] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[43724.553928] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[43724.553928] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[43724.553929] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[43724.553930] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[43724.553930] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[43724.553931] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[43724.553931] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[43724.553931] PKRU: 55555554
[43724.553932] Call Trace:
[43724.553932] <TASK>
[43724.553934] _raw_spin_lock_irqsave+0x46/0x60
[43724.553935] cgroup_rstat_flush+0xf4/0x7e0
[43724.553936] cgroup_rstat_exit+0x20/0xf0
[43724.553937] css_free_rwork_fn+0x12e/0x400
[43724.553938] process_one_work+0x19e/0x3e0
[43724.553940] worker_thread+0x2ad/0x3c0
[43724.553941] kthread+0x108/0x220
[43724.553942] ? __pfx_worker_thread+0x10/0x10
[43724.553943] ? __pfx_kthread+0x10/0x10
[43724.553944] ret_from_fork+0x3d/0x60
[43724.553945] ? __pfx_kthread+0x10/0x10
[43724.553946] ret_from_fork_asm+0x1a/0x30
[43724.553948] </TASK>
[43904.569304] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[43904.582351] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=818172
[43904.599938] rcu: (detected by 175, t=3256160 jiffies, g=639685, q=28389 ncpus=256)
[43904.615109] Sending NMI from CPU 175 to CPUs 156:
[43904.615116] NMI backtrace for cpu 156
[43904.615122] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[43904.615125] Tainted: [D]=DIE, [W]=WARN
[43904.615125] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[43904.615126] Workqueue: cgroup_destroy css_free_rwork_fn
[43904.615129] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[43904.615131] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[43904.615132] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[43904.615133] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[43904.615133] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[43904.615134] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[43904.615134] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[43904.615135] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[43904.615135] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[43904.615136] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[43904.615136] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[43904.615137] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[43904.615137] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[43904.615138] PKRU: 55555554
[43904.615138] Call Trace:
[43904.615139] <TASK>
[43904.615140] _raw_spin_lock_irqsave+0x46/0x60
[43904.615141] cgroup_rstat_flush+0xf4/0x7e0
[43904.615142] cgroup_rstat_exit+0x20/0xf0
[43904.615143] css_free_rwork_fn+0x12e/0x400
[43904.615144] process_one_work+0x19e/0x3e0
[43904.615146] worker_thread+0x2ad/0x3c0
[43904.615147] kthread+0x108/0x220
[43904.615148] ? __pfx_worker_thread+0x10/0x10
[43904.615150] ? __pfx_kthread+0x10/0x10
[43904.615151] ret_from_fork+0x3d/0x60
[43904.615152] ? __pfx_kthread+0x10/0x10
[43904.615153] ret_from_fork_asm+0x1a/0x30
[43904.615155] </TASK>
[44084.630546] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[44084.643614] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=829451
[44084.661217] rcu: (detected by 182, t=3301176 jiffies, g=639685, q=28402 ncpus=256)
[44084.676407] Sending NMI from CPU 182 to CPUs 156:
[44084.676413] NMI backtrace for cpu 156
[44084.676418] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[44084.676420] Tainted: [D]=DIE, [W]=WARN
[44084.676421] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[44084.676422] Workqueue: cgroup_destroy css_free_rwork_fn
[44084.676425] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[44084.676427] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[44084.676429] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[44084.676429] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[44084.676430] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[44084.676430] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[44084.676430] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[44084.676431] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[44084.676431] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[44084.676432] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[44084.676432] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[44084.676433] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[44084.676433] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[44084.676433] PKRU: 55555554
[44084.676434] Call Trace:
[44084.676434] <TASK>
[44084.676436] _raw_spin_lock_irqsave+0x46/0x60
[44084.676437] cgroup_rstat_flush+0xf4/0x7e0
[44084.676438] cgroup_rstat_exit+0x20/0xf0
[44084.676439] css_free_rwork_fn+0x12e/0x400
[44084.676440] process_one_work+0x19e/0x3e0
[44084.676442] worker_thread+0x2ad/0x3c0
[44084.676443] kthread+0x108/0x220
[44084.676444] ? __pfx_worker_thread+0x10/0x10
[44084.676446] ? __pfx_kthread+0x10/0x10
[44084.676447] ret_from_fork+0x3d/0x60
[44084.676448] ? __pfx_kthread+0x10/0x10
[44084.676449] ret_from_fork_asm+0x1a/0x30
[44084.676451] </TASK>
[44264.691787] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[44264.704848] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=840709
[44264.722452] rcu: (detected by 219, t=3346192 jiffies, g=639685, q=28415 ncpus=256)
[44264.737645] Sending NMI from CPU 219 to CPUs 156:
[44264.737650] NMI backtrace for cpu 156
[44264.737656] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[44264.737659] Tainted: [D]=DIE, [W]=WARN
[44264.737659] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[44264.737660] Workqueue: cgroup_destroy css_free_rwork_fn
[44264.737663] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[44264.737665] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[44264.737667] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[44264.737667] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[44264.737668] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[44264.737668] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[44264.737668] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[44264.737669] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[44264.737670] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[44264.737670] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[44264.737671] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[44264.737671] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[44264.737672] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[44264.737672] PKRU: 55555554
[44264.737672] Call Trace:
[44264.737673] <TASK>
[44264.737674] _raw_spin_lock_irqsave+0x46/0x60
[44264.737675] cgroup_rstat_flush+0xf4/0x7e0
[44264.737677] cgroup_rstat_exit+0x20/0xf0
[44264.737678] css_free_rwork_fn+0x12e/0x400
[44264.737679] process_one_work+0x19e/0x3e0
[44264.737680] worker_thread+0x2ad/0x3c0
[44264.737682] kthread+0x108/0x220
[44264.737683] ? __pfx_worker_thread+0x10/0x10
[44264.737684] ? __pfx_kthread+0x10/0x10
[44264.737685] ret_from_fork+0x3d/0x60
[44264.737686] ? __pfx_kthread+0x10/0x10
[44264.737687] ret_from_fork_asm+0x1a/0x30
[44264.737689] </TASK>
[44444.753029] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[44444.766082] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=851967
[44444.783668] rcu: (detected by 47, t=3391206 jiffies, g=639685, q=28433 ncpus=256)
[44444.798750] Sending NMI from CPU 47 to CPUs 156:
[44444.798756] NMI backtrace for cpu 156
[44444.798761] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[44444.798764] Tainted: [D]=DIE, [W]=WARN
[44444.798764] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[44444.798765] Workqueue: cgroup_destroy css_free_rwork_fn
[44444.798768] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[44444.798770] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[44444.798771] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[44444.798772] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[44444.798773] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[44444.798773] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[44444.798773] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[44444.798774] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[44444.798775] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[44444.798775] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[44444.798776] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[44444.798776] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[44444.798777] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[44444.798777] PKRU: 55555554
[44444.798777] Call Trace:
[44444.798778] <TASK>
[44444.798779] _raw_spin_lock_irqsave+0x46/0x60
[44444.798780] cgroup_rstat_flush+0xf4/0x7e0
[44444.798782] cgroup_rstat_exit+0x20/0xf0
[44444.798783] css_free_rwork_fn+0x12e/0x400
[44444.798784] process_one_work+0x19e/0x3e0
[44444.798785] worker_thread+0x2ad/0x3c0
[44444.798787] kthread+0x108/0x220
[44444.798788] ? __pfx_worker_thread+0x10/0x10
[44444.798789] ? __pfx_kthread+0x10/0x10
[44444.798790] ret_from_fork+0x3d/0x60
[44444.798791] ? __pfx_kthread+0x10/0x10
[44444.798792] ret_from_fork_asm+0x1a/0x30
[44444.798794] </TASK>
[44624.810269] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[44624.823321] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=863276
[44624.840909] rcu: (detected by 3, t=3436223 jiffies, g=639685, q=28450 ncpus=256)
[44624.855881] Sending NMI from CPU 3 to CPUs 156:
[44624.855887] NMI backtrace for cpu 156
[44624.855892] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[44624.855895] Tainted: [D]=DIE, [W]=WARN
[44624.855895] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[44624.855896] Workqueue: cgroup_destroy css_free_rwork_fn
[44624.855899] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[44624.855901] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[44624.855902] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[44624.855903] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[44624.855903] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[44624.855904] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[44624.855904] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[44624.855905] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[44624.855905] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[44624.855906] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[44624.855906] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[44624.855907] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[44624.855907] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[44624.855908] PKRU: 55555554
[44624.855908] Call Trace:
[44624.855909] <TASK>
[44624.855910] _raw_spin_lock_irqsave+0x46/0x60
[44624.855911] cgroup_rstat_flush+0xf4/0x7e0
[44624.855913] cgroup_rstat_exit+0x20/0xf0
[44624.855914] css_free_rwork_fn+0x12e/0x400
[44624.855914] process_one_work+0x19e/0x3e0
[44624.855916] worker_thread+0x2ad/0x3c0
[44624.855918] kthread+0x108/0x220
[44624.855918] ? __pfx_worker_thread+0x10/0x10
[44624.855920] ? __pfx_kthread+0x10/0x10
[44624.855921] ret_from_fork+0x3d/0x60
[44624.855922] ? __pfx_kthread+0x10/0x10
[44624.855923] ret_from_fork_asm+0x1a/0x30
[44624.855925] </TASK>
[44804.871511] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[44804.884563] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=875094
[44804.902150] rcu: (detected by 175, t=3481239 jiffies, g=639685, q=28467 ncpus=256)
[44804.917331] Sending NMI from CPU 175 to CPUs 156:
[44804.917338] NMI backtrace for cpu 156
[44804.917343] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[44804.917346] Tainted: [D]=DIE, [W]=WARN
[44804.917347] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[44804.917347] Workqueue: cgroup_destroy css_free_rwork_fn
[44804.917350] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[44804.917353] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[44804.917354] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[44804.917355] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[44804.917355] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[44804.917355] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[44804.917356] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[44804.917356] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[44804.917357] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[44804.917358] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[44804.917358] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[44804.917359] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[44804.917359] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[44804.917360] PKRU: 55555554
[44804.917360] Call Trace:
[44804.917360] <TASK>
[44804.917362] _raw_spin_lock_irqsave+0x46/0x60
[44804.917363] cgroup_rstat_flush+0xf4/0x7e0
[44804.917364] cgroup_rstat_exit+0x20/0xf0
[44804.917365] css_free_rwork_fn+0x12e/0x400
[44804.917366] process_one_work+0x19e/0x3e0
[44804.917368] worker_thread+0x2ad/0x3c0
[44804.917369] kthread+0x108/0x220
[44804.917370] ? __pfx_worker_thread+0x10/0x10
[44804.917372] ? __pfx_kthread+0x10/0x10
[44804.917373] ret_from_fork+0x3d/0x60
[44804.917374] ? __pfx_kthread+0x10/0x10
[44804.917375] ret_from_fork_asm+0x1a/0x30
[44804.917376] </TASK>
[44984.932760] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[44984.945805] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=886867
[44984.963399] rcu: (detected by 175, t=3526255 jiffies, g=639685, q=28480 ncpus=256)
[44984.978579] Sending NMI from CPU 175 to CPUs 156:
[44984.978584] NMI backtrace for cpu 156
[44984.978590] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[44984.978593] Tainted: [D]=DIE, [W]=WARN
[44984.978594] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[44984.978594] Workqueue: cgroup_destroy css_free_rwork_fn
[44984.978598] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[44984.978600] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[44984.978601] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[44984.978602] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[44984.978602] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[44984.978602] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[44984.978603] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[44984.978603] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[44984.978604] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[44984.978605] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[44984.978605] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[44984.978606] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[44984.978606] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[44984.978607] PKRU: 55555554
[44984.978607] Call Trace:
[44984.978608] <TASK>
[44984.978609] _raw_spin_lock_irqsave+0x46/0x60
[44984.978610] cgroup_rstat_flush+0xf4/0x7e0
[44984.978611] cgroup_rstat_exit+0x20/0xf0
[44984.978613] css_free_rwork_fn+0x12e/0x400
[44984.978613] process_one_work+0x19e/0x3e0
[44984.978615] worker_thread+0x2ad/0x3c0
[44984.978617] kthread+0x108/0x220
[44984.978617] ? __pfx_worker_thread+0x10/0x10
[44984.978619] ? __pfx_kthread+0x10/0x10
[44984.978620] ret_from_fork+0x3d/0x60
[44984.978621] ? __pfx_kthread+0x10/0x10
[44984.978622] ret_from_fork_asm+0x1a/0x30
[44984.978624] </TASK>
[45164.993994] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[45165.007035] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=898656
[45165.024627] rcu: (detected by 44, t=3571271 jiffies, g=639685, q=28492 ncpus=256)
[45165.039715] Sending NMI from CPU 44 to CPUs 156:
[45165.039720] NMI backtrace for cpu 156
[45165.039725] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[45165.039728] Tainted: [D]=DIE, [W]=WARN
[45165.039728] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[45165.039729] Workqueue: cgroup_destroy css_free_rwork_fn
[45165.039732] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[45165.039734] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[45165.039735] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[45165.039736] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[45165.039737] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[45165.039737] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[45165.039737] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[45165.039738] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[45165.039739] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[45165.039739] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[45165.039739] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[45165.039740] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[45165.039740] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[45165.039741] PKRU: 55555554
[45165.039741] Call Trace:
[45165.039742] <TASK>
[45165.039743] _raw_spin_lock_irqsave+0x46/0x60
[45165.039744] cgroup_rstat_flush+0xf4/0x7e0
[45165.039746] cgroup_rstat_exit+0x20/0xf0
[45165.039747] css_free_rwork_fn+0x12e/0x400
[45165.039747] process_one_work+0x19e/0x3e0
[45165.039749] worker_thread+0x2ad/0x3c0
[45165.039751] kthread+0x108/0x220
[45165.039752] ? __pfx_worker_thread+0x10/0x10
[45165.039753] ? __pfx_kthread+0x10/0x10
[45165.039754] ret_from_fork+0x3d/0x60
[45165.039755] ? __pfx_kthread+0x10/0x10
[45165.039756] ret_from_fork_asm+0x1a/0x30
[45165.039758] </TASK>
[45345.055235] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[45345.068291] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=910425
[45345.085893] rcu: (detected by 47, t=3616285 jiffies, g=639685, q=28514 ncpus=256)
[45345.100987] Sending NMI from CPU 47 to CPUs 156:
[45345.100993] NMI backtrace for cpu 156
[45345.100998] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[45345.101001] Tainted: [D]=DIE, [W]=WARN
[45345.101002] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[45345.101002] Workqueue: cgroup_destroy css_free_rwork_fn
[45345.101005] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[45345.101007] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[45345.101008] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[45345.101009] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[45345.101009] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[45345.101010] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[45345.101010] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[45345.101011] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[45345.101012] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[45345.101012] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[45345.101012] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[45345.101013] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[45345.101013] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[45345.101014] PKRU: 55555554
[45345.101014] Call Trace:
[45345.101015] <TASK>
[45345.101016] _raw_spin_lock_irqsave+0x46/0x60
[45345.101017] cgroup_rstat_flush+0xf4/0x7e0
[45345.101018] cgroup_rstat_exit+0x20/0xf0
[45345.101020] css_free_rwork_fn+0x12e/0x400
[45345.101020] process_one_work+0x19e/0x3e0
[45345.101022] worker_thread+0x2ad/0x3c0
[45345.101024] kthread+0x108/0x220
[45345.101024] ? __pfx_worker_thread+0x10/0x10
[45345.101026] ? __pfx_kthread+0x10/0x10
[45345.101027] ret_from_fork+0x3d/0x60
[45345.101028] ? __pfx_kthread+0x10/0x10
[45345.101029] ret_from_fork_asm+0x1a/0x30
[45345.101031] </TASK>
[45525.112475] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[45525.125513] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=922210
[45525.143099] rcu: (detected by 194, t=3661302 jiffies, g=639685, q=28528 ncpus=256)
[45525.158276] Sending NMI from CPU 194 to CPUs 156:
[45525.158281] NMI backtrace for cpu 156
[45525.158286] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[45525.158289] Tainted: [D]=DIE, [W]=WARN
[45525.158290] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[45525.158291] Workqueue: cgroup_destroy css_free_rwork_fn
[45525.158294] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[45525.158296] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[45525.158298] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[45525.158298] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[45525.158299] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[45525.158300] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[45525.158300] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[45525.158300] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[45525.158301] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[45525.158302] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[45525.158303] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[45525.158304] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[45525.158304] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[45525.158304] PKRU: 55555554
[45525.158305] Call Trace:
[45525.158305] <TASK>
[45525.158306] _raw_spin_lock_irqsave+0x46/0x60
[45525.158308] cgroup_rstat_flush+0xf4/0x7e0
[45525.158309] cgroup_rstat_exit+0x20/0xf0
[45525.158310] css_free_rwork_fn+0x12e/0x400
[45525.158311] process_one_work+0x19e/0x3e0
[45525.158312] worker_thread+0x2ad/0x3c0
[45525.158314] kthread+0x108/0x220
[45525.158315] ? __pfx_worker_thread+0x10/0x10
[45525.158316] ? __pfx_kthread+0x10/0x10
[45525.158317] ret_from_fork+0x3d/0x60
[45525.158318] ? __pfx_kthread+0x10/0x10
[45525.158319] ret_from_fork_asm+0x1a/0x30
[45525.158321] </TASK>
[45705.173717] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[45705.186777] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=934015
[45705.204384] rcu: (detected by 71, t=3706318 jiffies, g=639685, q=28541 ncpus=256)
[45705.219487] Sending NMI from CPU 71 to CPUs 156:
[45705.219492] NMI backtrace for cpu 156
[45705.219498] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[45705.219501] Tainted: [D]=DIE, [W]=WARN
[45705.219501] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[45705.219502] Workqueue: cgroup_destroy css_free_rwork_fn
[45705.219505] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[45705.219507] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[45705.219508] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[45705.219509] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[45705.219510] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[45705.219510] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[45705.219510] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[45705.219511] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[45705.219512] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[45705.219512] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[45705.219512] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[45705.219513] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[45705.219513] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[45705.219514] PKRU: 55555554
[45705.219514] Call Trace:
[45705.219515] <TASK>
[45705.219516] _raw_spin_lock_irqsave+0x46/0x60
[45705.219517] cgroup_rstat_flush+0xf4/0x7e0
[45705.219519] cgroup_rstat_exit+0x20/0xf0
[45705.219520] css_free_rwork_fn+0x12e/0x400
[45705.219521] process_one_work+0x19e/0x3e0
[45705.219522] worker_thread+0x2ad/0x3c0
[45705.219524] kthread+0x108/0x220
[45705.219525] ? __pfx_worker_thread+0x10/0x10
[45705.219526] ? __pfx_kthread+0x10/0x10
[45705.219527] ret_from_fork+0x3d/0x60
[45705.219528] ? __pfx_kthread+0x10/0x10
[45705.219529] ret_from_fork_asm+0x1a/0x30
[45705.219531] </TASK>
[45885.234958] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[45885.248019] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=945815
[45885.265615] rcu: (detected by 144, t=3751334 jiffies, g=639685, q=28556 ncpus=256)
[45885.280800] Sending NMI from CPU 144 to CPUs 156:
[45885.280806] NMI backtrace for cpu 156
[45885.280811] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[45885.280814] Tainted: [D]=DIE, [W]=WARN
[45885.280815] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[45885.280816] Workqueue: cgroup_destroy css_free_rwork_fn
[45885.280819] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[45885.280821] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[45885.280822] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[45885.280822] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[45885.280823] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[45885.280823] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[45885.280823] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[45885.280824] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[45885.280825] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[45885.280825] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[45885.280826] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[45885.280826] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[45885.280827] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[45885.280827] PKRU: 55555554
[45885.280827] Call Trace:
[45885.280828] <TASK>
[45885.280829] _raw_spin_lock_irqsave+0x46/0x60
[45885.280831] cgroup_rstat_flush+0xf4/0x7e0
[45885.280832] cgroup_rstat_exit+0x20/0xf0
[45885.280833] css_free_rwork_fn+0x12e/0x400
[45885.280834] process_one_work+0x19e/0x3e0
[45885.280835] worker_thread+0x2ad/0x3c0
[45885.280837] kthread+0x108/0x220
[45885.280838] ? __pfx_worker_thread+0x10/0x10
[45885.280839] ? __pfx_kthread+0x10/0x10
[45885.280840] ret_from_fork+0x3d/0x60
[45885.280841] ? __pfx_kthread+0x10/0x10
[45885.280842] ret_from_fork_asm+0x1a/0x30
[45885.280844] </TASK>
[46065.296200] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[46065.309259] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=957643
[46065.326862] rcu: (detected by 227, t=3796350 jiffies, g=639685, q=28569 ncpus=256)
[46065.342055] Sending NMI from CPU 227 to CPUs 156:
[46065.342059] NMI backtrace for cpu 156
[46065.342065] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[46065.342067] Tainted: [D]=DIE, [W]=WARN
[46065.342068] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[46065.342069] Workqueue: cgroup_destroy css_free_rwork_fn
[46065.342072] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[46065.342074] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[46065.342075] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[46065.342076] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[46065.342076] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[46065.342077] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[46065.342077] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[46065.342078] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[46065.342078] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[46065.342079] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[46065.342079] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[46065.342080] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[46065.342080] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[46065.342081] PKRU: 55555554
[46065.342081] Call Trace:
[46065.342082] <TASK>
[46065.342083] _raw_spin_lock_irqsave+0x46/0x60
[46065.342084] cgroup_rstat_flush+0xf4/0x7e0
[46065.342085] cgroup_rstat_exit+0x20/0xf0
[46065.342087] css_free_rwork_fn+0x12e/0x400
[46065.342088] process_one_work+0x19e/0x3e0
[46065.342090] worker_thread+0x2ad/0x3c0
[46065.342091] kthread+0x108/0x220
[46065.342092] ? __pfx_worker_thread+0x10/0x10
[46065.342094] ? __pfx_kthread+0x10/0x10
[46065.342095] ret_from_fork+0x3d/0x60
[46065.342096] ? __pfx_kthread+0x10/0x10
[46065.342097] ret_from_fork_asm+0x1a/0x30
[46065.342098] </TASK>
[46245.357442] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[46245.370499] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=969455
[46245.388099] rcu: (detected by 194, t=3841366 jiffies, g=639685, q=28584 ncpus=256)
[46245.403282] Sending NMI from CPU 194 to CPUs 156:
[46245.403288] NMI backtrace for cpu 156
[46245.403293] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[46245.403295] Tainted: [D]=DIE, [W]=WARN
[46245.403296] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[46245.403297] Workqueue: cgroup_destroy css_free_rwork_fn
[46245.403300] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[46245.403302] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[46245.403303] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[46245.403304] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[46245.403305] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[46245.403305] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[46245.403306] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[46245.403306] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[46245.403307] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[46245.403308] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[46245.403308] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[46245.403309] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[46245.403309] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[46245.403309] PKRU: 55555554
[46245.403310] Call Trace:
[46245.403310] <TASK>
[46245.403311] _raw_spin_lock_irqsave+0x46/0x60
[46245.403313] cgroup_rstat_flush+0xf4/0x7e0
[46245.403314] cgroup_rstat_exit+0x20/0xf0
[46245.403315] css_free_rwork_fn+0x12e/0x400
[46245.403316] process_one_work+0x19e/0x3e0
[46245.403317] worker_thread+0x2ad/0x3c0
[46245.403319] kthread+0x108/0x220
[46245.403320] ? __pfx_worker_thread+0x10/0x10
[46245.403321] ? __pfx_kthread+0x10/0x10
[46245.403322] ret_from_fork+0x3d/0x60
[46245.403323] ? __pfx_kthread+0x10/0x10
[46245.403324] ret_from_fork_asm+0x1a/0x30
[46245.403326] </TASK>
[46425.418682] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[46425.431737] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=981258
[46425.449336] rcu: (detected by 227, t=3886382 jiffies, g=639685, q=28606 ncpus=256)
[46425.464521] Sending NMI from CPU 227 to CPUs 156:
[46425.464526] NMI backtrace for cpu 156
[46425.464531] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[46425.464534] Tainted: [D]=DIE, [W]=WARN
[46425.464534] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[46425.464535] Workqueue: cgroup_destroy css_free_rwork_fn
[46425.464539] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[46425.464541] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[46425.464542] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[46425.464544] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[46425.464544] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[46425.464545] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[46425.464545] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[46425.464545] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[46425.464547] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[46425.464547] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[46425.464547] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[46425.464548] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[46425.464549] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[46425.464549] PKRU: 55555554
[46425.464550] Call Trace:
[46425.464550] <TASK>
[46425.464552] _raw_spin_lock_irqsave+0x46/0x60
[46425.464553] cgroup_rstat_flush+0xf4/0x7e0
[46425.464554] cgroup_rstat_exit+0x20/0xf0
[46425.464555] css_free_rwork_fn+0x12e/0x400
[46425.464556] process_one_work+0x19e/0x3e0
[46425.464558] worker_thread+0x2ad/0x3c0
[46425.464559] kthread+0x108/0x220
[46425.464560] ? __pfx_worker_thread+0x10/0x10
[46425.464562] ? __pfx_kthread+0x10/0x10
[46425.464563] ret_from_fork+0x3d/0x60
[46425.464564] ? __pfx_kthread+0x10/0x10
[46425.464565] ret_from_fork_asm+0x1a/0x30
[46425.464567] </TASK>
[46605.479923] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[46605.492981] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=993057
[46605.510571] rcu: (detected by 175, t=3931398 jiffies, g=639685, q=28621 ncpus=256)
[46605.525751] Sending NMI from CPU 175 to CPUs 156:
[46605.525757] NMI backtrace for cpu 156
[46605.525762] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[46605.525765] Tainted: [D]=DIE, [W]=WARN
[46605.525765] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[46605.525767] Workqueue: cgroup_destroy css_free_rwork_fn
[46605.525770] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[46605.525772] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[46605.525773] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[46605.525773] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[46605.525774] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[46605.525774] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[46605.525775] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[46605.525775] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[46605.525776] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[46605.525777] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[46605.525777] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[46605.525778] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[46605.525778] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[46605.525778] PKRU: 55555554
[46605.525779] Call Trace:
[46605.525779] <TASK>
[46605.525781] _raw_spin_lock_irqsave+0x46/0x60
[46605.525782] cgroup_rstat_flush+0xf4/0x7e0
[46605.525783] cgroup_rstat_exit+0x20/0xf0
[46605.525784] css_free_rwork_fn+0x12e/0x400
[46605.525785] process_one_work+0x19e/0x3e0
[46605.525787] worker_thread+0x2ad/0x3c0
[46605.525788] kthread+0x108/0x220
[46605.525789] ? __pfx_worker_thread+0x10/0x10
[46605.525791] ? __pfx_kthread+0x10/0x10
[46605.525792] ret_from_fork+0x3d/0x60
[46605.525793] ? __pfx_kthread+0x10/0x10
[46605.525794] ret_from_fork_asm+0x1a/0x30
[46605.525795] </TASK>
[46785.541164] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[46785.554211] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1004847
[46785.571902] rcu: (detected by 175, t=3976414 jiffies, g=639685, q=28636 ncpus=256)
[46785.587088] Sending NMI from CPU 175 to CPUs 156:
[46785.587093] NMI backtrace for cpu 156
[46785.587100] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[46785.587103] Tainted: [D]=DIE, [W]=WARN
[46785.587103] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[46785.587104] Workqueue: cgroup_destroy css_free_rwork_fn
[46785.587107] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[46785.587109] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[46785.587110] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[46785.587111] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[46785.587111] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[46785.587112] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[46785.587112] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[46785.587113] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[46785.587113] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[46785.587114] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[46785.587114] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[46785.587115] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[46785.587115] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[46785.587116] PKRU: 55555554
[46785.587116] Call Trace:
[46785.587117] <TASK>
[46785.587118] _raw_spin_lock_irqsave+0x46/0x60
[46785.587119] cgroup_rstat_flush+0xf4/0x7e0
[46785.587120] cgroup_rstat_exit+0x20/0xf0
[46785.587122] css_free_rwork_fn+0x12e/0x400
[46785.587122] process_one_work+0x19e/0x3e0
[46785.587124] worker_thread+0x2ad/0x3c0
[46785.587126] kthread+0x108/0x220
[46785.587126] ? __pfx_worker_thread+0x10/0x10
[46785.587128] ? __pfx_kthread+0x10/0x10
[46785.587129] ret_from_fork+0x3d/0x60
[46785.587130] ? __pfx_kthread+0x10/0x10
[46785.587131] ret_from_fork_asm+0x1a/0x30
[46785.587133] </TASK>
[46965.602405] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[46965.615470] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1016656
[46965.633176] rcu: (detected by 91, t=4021430 jiffies, g=639685, q=28651 ncpus=256)
[46965.648277] Sending NMI from CPU 91 to CPUs 156:
[46965.648282] NMI backtrace for cpu 156
[46965.648287] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[46965.648290] Tainted: [D]=DIE, [W]=WARN
[46965.648290] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[46965.648291] Workqueue: cgroup_destroy css_free_rwork_fn
[46965.648294] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[46965.648296] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[46965.648298] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[46965.648298] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[46965.648299] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[46965.648299] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[46965.648299] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[46965.648300] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[46965.648301] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[46965.648301] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[46965.648302] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[46965.648302] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[46965.648303] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[46965.648303] PKRU: 55555554
[46965.648303] Call Trace:
[46965.648304] <TASK>
[46965.648305] _raw_spin_lock_irqsave+0x46/0x60
[46965.648307] cgroup_rstat_flush+0xf4/0x7e0
[46965.648308] cgroup_rstat_exit+0x20/0xf0
[46965.648309] css_free_rwork_fn+0x12e/0x400
[46965.648310] process_one_work+0x19e/0x3e0
[46965.648312] worker_thread+0x2ad/0x3c0
[46965.648313] kthread+0x108/0x220
[46965.648314] ? __pfx_worker_thread+0x10/0x10
[46965.648316] ? __pfx_kthread+0x10/0x10
[46965.648317] ret_from_fork+0x3d/0x60
[46965.648318] ? __pfx_kthread+0x10/0x10
[46965.648319] ret_from_fork_asm+0x1a/0x30
[46965.648321] </TASK>
[47145.663647] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[47145.676708] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1028461
[47145.694413] rcu: (detected by 158, t=4066446 jiffies, g=639685, q=28665 ncpus=256)
[47145.709611] Sending NMI from CPU 158 to CPUs 156:
[47145.709616] NMI backtrace for cpu 156
[47145.709618] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[47145.709620] Tainted: [D]=DIE, [W]=WARN
[47145.709621] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[47145.709622] Workqueue: cgroup_destroy css_free_rwork_fn
[47145.709625] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[47145.709626] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[47145.709627] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[47145.709628] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[47145.709628] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[47145.709629] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[47145.709629] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[47145.709630] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[47145.709630] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[47145.709631] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[47145.709631] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[47145.709632] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[47145.709632] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[47145.709633] PKRU: 55555554
[47145.709633] Call Trace:
[47145.709634] <TASK>
[47145.709634] _raw_spin_lock_irqsave+0x46/0x60
[47145.709636] cgroup_rstat_flush+0xf4/0x7e0
[47145.709637] cgroup_rstat_exit+0x20/0xf0
[47145.709638] css_free_rwork_fn+0x12e/0x400
[47145.709639] process_one_work+0x19e/0x3e0
[47145.709641] worker_thread+0x2ad/0x3c0
[47145.709643] kthread+0x108/0x220
[47145.709644] ? __pfx_worker_thread+0x10/0x10
[47145.709645] ? __pfx_kthread+0x10/0x10
[47145.709646] ret_from_fork+0x3d/0x60
[47145.709647] ? __pfx_kthread+0x10/0x10
[47145.709648] ret_from_fork_asm+0x1a/0x30
[47145.709650] </TASK>
[47325.724887] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[47325.737955] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1040288
[47325.755663] rcu: (detected by 175, t=4111462 jiffies, g=639685, q=28683 ncpus=256)
[47325.770865] Sending NMI from CPU 175 to CPUs 156:
[47325.770870] NMI backtrace for cpu 156
[47325.770875] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[47325.770877] Tainted: [D]=DIE, [W]=WARN
[47325.770878] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[47325.770879] Workqueue: cgroup_destroy css_free_rwork_fn
[47325.770881] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[47325.770883] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[47325.770884] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[47325.770884] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[47325.770885] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[47325.770885] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[47325.770885] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[47325.770886] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[47325.770887] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[47325.770887] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[47325.770888] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[47325.770888] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[47325.770889] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[47325.770889] PKRU: 55555554
[47325.770889] Call Trace:
[47325.770890] <TASK>
[47325.770891] _raw_spin_lock_irqsave+0x46/0x60
[47325.770892] cgroup_rstat_flush+0xf4/0x7e0
[47325.770894] cgroup_rstat_exit+0x20/0xf0
[47325.770895] css_free_rwork_fn+0x12e/0x400
[47325.770896] process_one_work+0x19e/0x3e0
[47325.770897] worker_thread+0x2ad/0x3c0
[47325.770899] kthread+0x108/0x220
[47325.770900] ? __pfx_worker_thread+0x10/0x10
[47325.770901] ? __pfx_kthread+0x10/0x10
[47325.770902] ret_from_fork+0x3d/0x60
[47325.770903] ? __pfx_kthread+0x10/0x10
[47325.770904] ret_from_fork_asm+0x1a/0x30
[47325.770906] </TASK>
[47505.786129] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[47505.799188] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1052193
[47505.816893] rcu: (detected by 66, t=4156478 jiffies, g=639685, q=28697 ncpus=256)
[47505.831998] Sending NMI from CPU 66 to CPUs 156:
[47505.832002] NMI backtrace for cpu 156
[47505.832008] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[47505.832010] Tainted: [D]=DIE, [W]=WARN
[47505.832011] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[47505.832012] Workqueue: cgroup_destroy css_free_rwork_fn
[47505.832015] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[47505.832017] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[47505.832018] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[47505.832019] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[47505.832019] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[47505.832020] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[47505.832021] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[47505.832021] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[47505.832022] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[47505.832023] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[47505.832023] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[47505.832024] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[47505.832024] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[47505.832024] PKRU: 55555554
[47505.832025] Call Trace:
[47505.832025] <TASK>
[47505.832027] _raw_spin_lock_irqsave+0x46/0x60
[47505.832028] cgroup_rstat_flush+0xf4/0x7e0
[47505.832030] cgroup_rstat_exit+0x20/0xf0
[47505.832031] css_free_rwork_fn+0x12e/0x400
[47505.832032] process_one_work+0x19e/0x3e0
[47505.832034] worker_thread+0x2ad/0x3c0
[47505.832036] kthread+0x108/0x220
[47505.832037] ? __pfx_worker_thread+0x10/0x10
[47505.832038] ? __pfx_kthread+0x10/0x10
[47505.832039] ret_from_fork+0x3d/0x60
[47505.832040] ? __pfx_kthread+0x10/0x10
[47505.832041] ret_from_fork_asm+0x1a/0x30
[47505.832043] </TASK>
[47685.847371] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[47685.860450] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1064003
[47685.878164] rcu: (detected by 182, t=4201494 jiffies, g=639685, q=28712 ncpus=256)
[47685.893371] Sending NMI from CPU 182 to CPUs 156:
[47685.893378] NMI backtrace for cpu 156
[47685.893383] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[47685.893386] Tainted: [D]=DIE, [W]=WARN
[47685.893386] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[47685.893387] Workqueue: cgroup_destroy css_free_rwork_fn
[47685.893390] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[47685.893392] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[47685.893393] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[47685.893394] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[47685.893394] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[47685.893394] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[47685.893395] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[47685.893395] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[47685.893396] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[47685.893397] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[47685.893397] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[47685.893398] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[47685.893398] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[47685.893398] PKRU: 55555554
[47685.893399] Call Trace:
[47685.893399] <TASK>
[47685.893401] _raw_spin_lock_irqsave+0x46/0x60
[47685.893402] cgroup_rstat_flush+0xf4/0x7e0
[47685.893403] cgroup_rstat_exit+0x20/0xf0
[47685.893405] css_free_rwork_fn+0x12e/0x400
[47685.893405] process_one_work+0x19e/0x3e0
[47685.893407] worker_thread+0x2ad/0x3c0
[47685.893409] kthread+0x108/0x220
[47685.893409] ? __pfx_worker_thread+0x10/0x10
[47685.893411] ? __pfx_kthread+0x10/0x10
[47685.893412] ret_from_fork+0x3d/0x60
[47685.893413] ? __pfx_kthread+0x10/0x10
[47685.893414] ret_from_fork_asm+0x1a/0x30
[47685.893416] </TASK>
[47865.908612] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[47865.921678] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1075832
[47865.939383] rcu: (detected by 159, t=4246510 jiffies, g=639685, q=28727 ncpus=256)
[47865.954578] Sending NMI from CPU 159 to CPUs 156:
[47865.954583] NMI backtrace for cpu 156
[47865.954585] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[47865.954587] Tainted: [D]=DIE, [W]=WARN
[47865.954588] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[47865.954589] Workqueue: cgroup_destroy css_free_rwork_fn
[47865.954591] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[47865.954593] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[47865.954594] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[47865.954595] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[47865.954596] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[47865.954596] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[47865.954596] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[47865.954597] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[47865.954598] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[47865.954598] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[47865.954599] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[47865.954599] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[47865.954600] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[47865.954600] PKRU: 55555554
[47865.954600] Call Trace:
[47865.954601] <TASK>
[47865.954602] _raw_spin_lock_irqsave+0x46/0x60
[47865.954603] cgroup_rstat_flush+0xf4/0x7e0
[47865.954604] cgroup_rstat_exit+0x20/0xf0
[47865.954606] css_free_rwork_fn+0x12e/0x400
[47865.954606] process_one_work+0x19e/0x3e0
[47865.954608] worker_thread+0x2ad/0x3c0
[47865.954610] kthread+0x108/0x220
[47865.954610] ? __pfx_worker_thread+0x10/0x10
[47865.954612] ? __pfx_kthread+0x10/0x10
[47865.954613] ret_from_fork+0x3d/0x60
[47865.954614] ? __pfx_kthread+0x10/0x10
[47865.954615] ret_from_fork_asm+0x1a/0x30
[47865.954617] </TASK>
[48045.969852] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[48045.982915] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1087632
[48046.000626] rcu: (detected by 158, t=4291526 jiffies, g=639685, q=28739 ncpus=256)
[48046.015834] Sending NMI from CPU 158 to CPUs 156:
[48046.015837] NMI backtrace for cpu 156
[48046.015840] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[48046.015841] Tainted: [D]=DIE, [W]=WARN
[48046.015842] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[48046.015842] Workqueue: cgroup_destroy css_free_rwork_fn
[48046.015844] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[48046.015846] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[48046.015846] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[48046.015847] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[48046.015847] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[48046.015848] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[48046.015848] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[48046.015848] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[48046.015849] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[48046.015850] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[48046.015850] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[48046.015851] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[48046.015851] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[48046.015852] PKRU: 55555554
[48046.015852] Call Trace:
[48046.015852] <TASK>
[48046.015853] _raw_spin_lock_irqsave+0x46/0x60
[48046.015855] cgroup_rstat_flush+0xf4/0x7e0
[48046.015856] cgroup_rstat_exit+0x20/0xf0
[48046.015857] css_free_rwork_fn+0x12e/0x400
[48046.015858] process_one_work+0x19e/0x3e0
[48046.015859] worker_thread+0x2ad/0x3c0
[48046.015861] kthread+0x108/0x220
[48046.015862] ? __pfx_worker_thread+0x10/0x10
[48046.015863] ? __pfx_kthread+0x10/0x10
[48046.015864] ret_from_fork+0x3d/0x60
[48046.015865] ? __pfx_kthread+0x10/0x10
[48046.015866] ret_from_fork_asm+0x1a/0x30
[48046.015868] </TASK>
[48226.031094] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[48226.044162] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1099437
[48226.061875] rcu: (detected by 175, t=4336542 jiffies, g=639685, q=28751 ncpus=256)
[48226.077079] Sending NMI from CPU 175 to CPUs 156:
[48226.077084] NMI backtrace for cpu 156
[48226.077090] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[48226.077092] Tainted: [D]=DIE, [W]=WARN
[48226.077093] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[48226.077094] Workqueue: cgroup_destroy css_free_rwork_fn
[48226.077096] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[48226.077098] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[48226.077098] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[48226.077099] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[48226.077099] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[48226.077100] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[48226.077100] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[48226.077100] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[48226.077101] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[48226.077102] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[48226.077102] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[48226.077103] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[48226.077103] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[48226.077103] PKRU: 55555554
[48226.077104] Call Trace:
[48226.077104] <TASK>
[48226.077106] _raw_spin_lock_irqsave+0x46/0x60
[48226.077107] cgroup_rstat_flush+0xf4/0x7e0
[48226.077108] cgroup_rstat_exit+0x20/0xf0
[48226.077109] css_free_rwork_fn+0x12e/0x400
[48226.077110] process_one_work+0x19e/0x3e0
[48226.077112] worker_thread+0x2ad/0x3c0
[48226.077113] kthread+0x108/0x220
[48226.077114] ? __pfx_worker_thread+0x10/0x10
[48226.077116] ? __pfx_kthread+0x10/0x10
[48226.077117] ret_from_fork+0x3d/0x60
[48226.077118] ? __pfx_kthread+0x10/0x10
[48226.077118] ret_from_fork_asm+0x1a/0x30
[48226.077120] </TASK>
[48406.092337] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[48406.105395] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1111315
[48406.123098] rcu: (detected by 219, t=4381558 jiffies, g=639685, q=28771 ncpus=256)
[48406.138294] Sending NMI from CPU 219 to CPUs 156:
[48406.138299] NMI backtrace for cpu 156
[48406.138304] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[48406.138306] Tainted: [D]=DIE, [W]=WARN
[48406.138307] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[48406.138308] Workqueue: cgroup_destroy css_free_rwork_fn
[48406.138311] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[48406.138313] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[48406.138314] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[48406.138315] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[48406.138315] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[48406.138316] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[48406.138316] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[48406.138317] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[48406.138318] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[48406.138318] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[48406.138318] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[48406.138319] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[48406.138319] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[48406.138320] PKRU: 55555554
[48406.138320] Call Trace:
[48406.138321] <TASK>
[48406.138322] _raw_spin_lock_irqsave+0x46/0x60
[48406.138323] cgroup_rstat_flush+0xf4/0x7e0
[48406.138325] cgroup_rstat_exit+0x20/0xf0
[48406.138326] css_free_rwork_fn+0x12e/0x400
[48406.138327] process_one_work+0x19e/0x3e0
[48406.138328] worker_thread+0x2ad/0x3c0
[48406.138330] kthread+0x108/0x220
[48406.138331] ? __pfx_worker_thread+0x10/0x10
[48406.138332] ? __pfx_kthread+0x10/0x10
[48406.138333] ret_from_fork+0x3d/0x60
[48406.138334] ? __pfx_kthread+0x10/0x10
[48406.138335] ret_from_fork_asm+0x1a/0x30
[48406.138337] </TASK>
[48586.153575] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[48586.166632] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1123103
[48586.184334] rcu: (detected by 91, t=4426574 jiffies, g=639685, q=28789 ncpus=256)
[48586.199431] Sending NMI from CPU 91 to CPUs 156:
[48586.199437] NMI backtrace for cpu 156
[48586.199443] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[48586.199446] Tainted: [D]=DIE, [W]=WARN
[48586.199446] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[48586.199447] Workqueue: cgroup_destroy css_free_rwork_fn
[48586.199450] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[48586.199452] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[48586.199453] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[48586.199454] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[48586.199454] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[48586.199455] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[48586.199455] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[48586.199455] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[48586.199456] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[48586.199457] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[48586.199457] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[48586.199458] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[48586.199458] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[48586.199458] PKRU: 55555554
[48586.199459] Call Trace:
[48586.199459] <TASK>
[48586.199460] _raw_spin_lock_irqsave+0x46/0x60
[48586.199462] cgroup_rstat_flush+0xf4/0x7e0
[48586.199463] cgroup_rstat_exit+0x20/0xf0
[48586.199464] css_free_rwork_fn+0x12e/0x400
[48586.199465] process_one_work+0x19e/0x3e0
[48586.199467] worker_thread+0x2ad/0x3c0
[48586.199468] kthread+0x108/0x220
[48586.199469] ? __pfx_worker_thread+0x10/0x10
[48586.199471] ? __pfx_kthread+0x10/0x10
[48586.199471] ret_from_fork+0x3d/0x60
[48586.199473] ? __pfx_kthread+0x10/0x10
[48586.199473] ret_from_fork_asm+0x1a/0x30
[48586.199475] </TASK>
[48766.214817] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[48766.227866] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1134894
[48766.245561] rcu: (detected by 227, t=4471590 jiffies, g=639685, q=28807 ncpus=256)
[48766.260745] Sending NMI from CPU 227 to CPUs 156:
[48766.260750] NMI backtrace for cpu 156
[48766.260756] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[48766.260758] Tainted: [D]=DIE, [W]=WARN
[48766.260759] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[48766.260760] Workqueue: cgroup_destroy css_free_rwork_fn
[48766.260763] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[48766.260765] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[48766.260766] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[48766.260766] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[48766.260767] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[48766.260767] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[48766.260768] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[48766.260768] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[48766.260769] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[48766.260770] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[48766.260770] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[48766.260771] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[48766.260771] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[48766.260771] PKRU: 55555554
[48766.260772] Call Trace:
[48766.260772] <TASK>
[48766.260774] _raw_spin_lock_irqsave+0x46/0x60
[48766.260775] cgroup_rstat_flush+0xf4/0x7e0
[48766.260776] cgroup_rstat_exit+0x20/0xf0
[48766.260777] css_free_rwork_fn+0x12e/0x400
[48766.260778] process_one_work+0x19e/0x3e0
[48766.260780] worker_thread+0x2ad/0x3c0
[48766.260781] kthread+0x108/0x220
[48766.260782] ? __pfx_worker_thread+0x10/0x10
[48766.260784] ? __pfx_kthread+0x10/0x10
[48766.260785] ret_from_fork+0x3d/0x60
[48766.260786] ? __pfx_kthread+0x10/0x10
[48766.260787] ret_from_fork_asm+0x1a/0x30
[48766.260789] </TASK>
[48946.276058] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[48946.289114] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1146679
[48946.306817] rcu: (detected by 194, t=4516606 jiffies, g=639685, q=28821 ncpus=256)
[48946.322012] Sending NMI from CPU 194 to CPUs 156:
[48946.322016] NMI backtrace for cpu 156
[48946.322022] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[48946.322025] Tainted: [D]=DIE, [W]=WARN
[48946.322025] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[48946.322026] Workqueue: cgroup_destroy css_free_rwork_fn
[48946.322029] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[48946.322031] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[48946.322032] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[48946.322032] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[48946.322033] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[48946.322033] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[48946.322033] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[48946.322034] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[48946.322035] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[48946.322035] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[48946.322036] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[48946.322036] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[48946.322037] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[48946.322037] PKRU: 55555554
[48946.322037] Call Trace:
[48946.322038] <TASK>
[48946.322039] _raw_spin_lock_irqsave+0x46/0x60
[48946.322040] cgroup_rstat_flush+0xf4/0x7e0
[48946.322042] cgroup_rstat_exit+0x20/0xf0
[48946.322043] css_free_rwork_fn+0x12e/0x400
[48946.322044] process_one_work+0x19e/0x3e0
[48946.322046] worker_thread+0x2ad/0x3c0
[48946.322048] kthread+0x108/0x220
[48946.322049] ? __pfx_worker_thread+0x10/0x10
[48946.322050] ? __pfx_kthread+0x10/0x10
[48946.322051] ret_from_fork+0x3d/0x60
[48946.322052] ? __pfx_kthread+0x10/0x10
[48946.322053] ret_from_fork_asm+0x1a/0x30
[48946.322055] </TASK>
[49126.337300] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[49126.350349] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1158446
[49126.368050] rcu: (detected by 194, t=4561622 jiffies, g=639685, q=28836 ncpus=256)
[49126.383243] Sending NMI from CPU 194 to CPUs 156:
[49126.383248] NMI backtrace for cpu 156
[49126.383253] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[49126.383256] Tainted: [D]=DIE, [W]=WARN
[49126.383256] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[49126.383257] Workqueue: cgroup_destroy css_free_rwork_fn
[49126.383260] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[49126.383262] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[49126.383263] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[49126.383263] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[49126.383264] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[49126.383264] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[49126.383265] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[49126.383265] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[49126.383266] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[49126.383266] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[49126.383267] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[49126.383267] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[49126.383268] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[49126.383268] PKRU: 55555554
[49126.383269] Call Trace:
[49126.383269] <TASK>
[49126.383270] _raw_spin_lock_irqsave+0x46/0x60
[49126.383272] cgroup_rstat_flush+0xf4/0x7e0
[49126.383273] cgroup_rstat_exit+0x20/0xf0
[49126.383274] css_free_rwork_fn+0x12e/0x400
[49126.383275] process_one_work+0x19e/0x3e0
[49126.383276] worker_thread+0x2ad/0x3c0
[49126.383278] kthread+0x108/0x220
[49126.383279] ? __pfx_worker_thread+0x10/0x10
[49126.383280] ? __pfx_kthread+0x10/0x10
[49126.383282] ret_from_fork+0x3d/0x60
[49126.383283] ? __pfx_kthread+0x10/0x10
[49126.383284] ret_from_fork_asm+0x1a/0x30
[49126.383286] </TASK>
[49306.398541] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[49306.411598] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1170219
[49306.429309] rcu: (detected by 71, t=4606638 jiffies, g=639685, q=28853 ncpus=256)
[49306.444405] Sending NMI from CPU 71 to CPUs 156:
[49306.444410] NMI backtrace for cpu 156
[49306.444416] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[49306.444419] Tainted: [D]=DIE, [W]=WARN
[49306.444419] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[49306.444420] Workqueue: cgroup_destroy css_free_rwork_fn
[49306.444424] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[49306.444425] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[49306.444426] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[49306.444427] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[49306.444427] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[49306.444428] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[49306.444428] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[49306.444428] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[49306.444429] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[49306.444430] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[49306.444430] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[49306.444431] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[49306.444431] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[49306.444432] PKRU: 55555554
[49306.444432] Call Trace:
[49306.444433] <TASK>
[49306.444434] _raw_spin_lock_irqsave+0x46/0x60
[49306.444435] cgroup_rstat_flush+0xf4/0x7e0
[49306.444436] cgroup_rstat_exit+0x20/0xf0
[49306.444437] css_free_rwork_fn+0x12e/0x400
[49306.444438] process_one_work+0x19e/0x3e0
[49306.444440] worker_thread+0x2ad/0x3c0
[49306.444441] kthread+0x108/0x220
[49306.444442] ? __pfx_worker_thread+0x10/0x10
[49306.444444] ? __pfx_kthread+0x10/0x10
[49306.444445] ret_from_fork+0x3d/0x60
[49306.444446] ? __pfx_kthread+0x10/0x10
[49306.444447] ret_from_fork_asm+0x1a/0x30
[49306.444449] </TASK>
[49486.459783] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[49486.472849] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1182017
[49486.490554] rcu: (detected by 131, t=4651654 jiffies, g=639685, q=28868 ncpus=256)
[49486.505750] Sending NMI from CPU 131 to CPUs 156:
[49486.505756] NMI backtrace for cpu 156
[49486.505761] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[49486.505764] Tainted: [D]=DIE, [W]=WARN
[49486.505765] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[49486.505766] Workqueue: cgroup_destroy css_free_rwork_fn
[49486.505769] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[49486.505771] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[49486.505772] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[49486.505772] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[49486.505773] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[49486.505773] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[49486.505773] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[49486.505774] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[49486.505775] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[49486.505776] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[49486.505776] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[49486.505777] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[49486.505777] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[49486.505777] PKRU: 55555554
[49486.505778] Call Trace:
[49486.505778] <TASK>
[49486.505779] _raw_spin_lock_irqsave+0x46/0x60
[49486.505781] cgroup_rstat_flush+0xf4/0x7e0
[49486.505782] cgroup_rstat_exit+0x20/0xf0
[49486.505783] css_free_rwork_fn+0x12e/0x400
[49486.505784] process_one_work+0x19e/0x3e0
[49486.505785] worker_thread+0x2ad/0x3c0
[49486.505787] kthread+0x108/0x220
[49486.505788] ? __pfx_worker_thread+0x10/0x10
[49486.505789] ? __pfx_kthread+0x10/0x10
[49486.505790] ret_from_fork+0x3d/0x60
[49486.505791] ? __pfx_kthread+0x10/0x10
[49486.505792] ret_from_fork_asm+0x1a/0x30
[49486.505794] </TASK>
[49666.521030] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[49666.534097] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1193807
[49666.551804] rcu: (detected by 42, t=4696670 jiffies, g=639685, q=28883 ncpus=256)
[49666.566909] Sending NMI from CPU 42 to CPUs 156:
[49666.566915] NMI backtrace for cpu 156
[49666.566921] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[49666.566923] Tainted: [D]=DIE, [W]=WARN
[49666.566924] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[49666.566925] Workqueue: cgroup_destroy css_free_rwork_fn
[49666.566927] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[49666.566930] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[49666.566931] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[49666.566931] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[49666.566932] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[49666.566932] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[49666.566933] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[49666.566933] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[49666.566934] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[49666.566935] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[49666.566936] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[49666.566936] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[49666.566937] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[49666.566937] PKRU: 55555554
[49666.566937] Call Trace:
[49666.566938] <TASK>
[49666.566939] _raw_spin_lock_irqsave+0x46/0x60
[49666.566940] cgroup_rstat_flush+0xf4/0x7e0
[49666.566942] cgroup_rstat_exit+0x20/0xf0
[49666.566943] css_free_rwork_fn+0x12e/0x400
[49666.566944] process_one_work+0x19e/0x3e0
[49666.566945] worker_thread+0x2ad/0x3c0
[49666.566947] kthread+0x108/0x220
[49666.566948] ? __pfx_worker_thread+0x10/0x10
[49666.566949] ? __pfx_kthread+0x10/0x10
[49666.566950] ret_from_fork+0x3d/0x60
[49666.566951] ? __pfx_kthread+0x10/0x10
[49666.566952] ret_from_fork_asm+0x1a/0x30
[49666.566954] </TASK>
[49846.582264] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[49846.595321] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1205689
[49846.613034] rcu: (detected by 91, t=4741686 jiffies, g=639685, q=28898 ncpus=256)
[49846.628147] Sending NMI from CPU 91 to CPUs 156:
[49846.628152] NMI backtrace for cpu 156
[49846.628158] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[49846.628160] Tainted: [D]=DIE, [W]=WARN
[49846.628161] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[49846.628162] Workqueue: cgroup_destroy css_free_rwork_fn
[49846.628165] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[49846.628167] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[49846.628168] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[49846.628169] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[49846.628169] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[49846.628170] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[49846.628170] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[49846.628171] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[49846.628172] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[49846.628172] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[49846.628173] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[49846.628173] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[49846.628174] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[49846.628174] PKRU: 55555554
[49846.628174] Call Trace:
[49846.628175] <TASK>
[49846.628176] _raw_spin_lock_irqsave+0x46/0x60
[49846.628177] cgroup_rstat_flush+0xf4/0x7e0
[49846.628178] cgroup_rstat_exit+0x20/0xf0
[49846.628179] css_free_rwork_fn+0x12e/0x400
[49846.628180] process_one_work+0x19e/0x3e0
[49846.628182] worker_thread+0x2ad/0x3c0
[49846.628183] kthread+0x108/0x220
[49846.628184] ? __pfx_worker_thread+0x10/0x10
[49846.628186] ? __pfx_kthread+0x10/0x10
[49846.628187] ret_from_fork+0x3d/0x60
[49846.628188] ? __pfx_kthread+0x10/0x10
[49846.628188] ret_from_fork_asm+0x1a/0x30
[49846.628190] </TASK>
[50026.643506] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[50026.656572] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1217478
[50026.674287] rcu: (detected by 175, t=4786702 jiffies, g=639685, q=28912 ncpus=256)
[50026.689494] Sending NMI from CPU 175 to CPUs 156:
[50026.689501] NMI backtrace for cpu 156
[50026.689506] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[50026.689509] Tainted: [D]=DIE, [W]=WARN
[50026.689510] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[50026.689511] Workqueue: cgroup_destroy css_free_rwork_fn
[50026.689514] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[50026.689516] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[50026.689517] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[50026.689518] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[50026.689519] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[50026.689519] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[50026.689519] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[50026.689520] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[50026.689521] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[50026.689521] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[50026.689522] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[50026.689522] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[50026.689523] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[50026.689523] PKRU: 55555554
[50026.689523] Call Trace:
[50026.689524] <TASK>
[50026.689525] _raw_spin_lock_irqsave+0x46/0x60
[50026.689526] cgroup_rstat_flush+0xf4/0x7e0
[50026.689528] cgroup_rstat_exit+0x20/0xf0
[50026.689529] css_free_rwork_fn+0x12e/0x400
[50026.689529] process_one_work+0x19e/0x3e0
[50026.689531] worker_thread+0x2ad/0x3c0
[50026.689533] kthread+0x108/0x220
[50026.689534] ? __pfx_worker_thread+0x10/0x10
[50026.689536] ? __pfx_kthread+0x10/0x10
[50026.689537] ret_from_fork+0x3d/0x60
[50026.689538] ? __pfx_kthread+0x10/0x10
[50026.689539] ret_from_fork_asm+0x1a/0x30
[50026.689541] </TASK>
[50206.704749] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[50206.717822] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1229354
[50206.735540] rcu: (detected by 219, t=4831718 jiffies, g=639685, q=28926 ncpus=256)
[50206.750752] Sending NMI from CPU 219 to CPUs 156:
[50206.750757] NMI backtrace for cpu 156
[50206.750763] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[50206.750766] Tainted: [D]=DIE, [W]=WARN
[50206.750766] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[50206.750767] Workqueue: cgroup_destroy css_free_rwork_fn
[50206.750771] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[50206.750773] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[50206.750774] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[50206.750774] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[50206.750775] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[50206.750775] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[50206.750775] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[50206.750776] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[50206.750777] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[50206.750778] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[50206.750778] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[50206.750778] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[50206.750779] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[50206.750779] PKRU: 55555554
[50206.750779] Call Trace:
[50206.750780] <TASK>
[50206.750781] _raw_spin_lock_irqsave+0x46/0x60
[50206.750783] cgroup_rstat_flush+0xf4/0x7e0
[50206.750784] cgroup_rstat_exit+0x20/0xf0
[50206.750785] css_free_rwork_fn+0x12e/0x400
[50206.750786] process_one_work+0x19e/0x3e0
[50206.750787] worker_thread+0x2ad/0x3c0
[50206.750789] kthread+0x108/0x220
[50206.750790] ? __pfx_worker_thread+0x10/0x10
[50206.750791] ? __pfx_kthread+0x10/0x10
[50206.750792] ret_from_fork+0x3d/0x60
[50206.750793] ? __pfx_kthread+0x10/0x10
[50206.750794] ret_from_fork_asm+0x1a/0x30
[50206.750796] </TASK>
[50386.765988] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[50386.779050] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1241128
[50386.796754] rcu: (detected by 44, t=4876734 jiffies, g=639685, q=28942 ncpus=256)
[50386.811855] Sending NMI from CPU 44 to CPUs 156:
[50386.811861] NMI backtrace for cpu 156
[50386.811866] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[50386.811869] Tainted: [D]=DIE, [W]=WARN
[50386.811870] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[50386.811871] Workqueue: cgroup_destroy css_free_rwork_fn
[50386.811874] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[50386.811876] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[50386.811877] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[50386.811878] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[50386.811878] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[50386.811879] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[50386.811879] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[50386.811880] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[50386.811880] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[50386.811881] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[50386.811881] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[50386.811882] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[50386.811882] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[50386.811883] PKRU: 55555554
[50386.811883] Call Trace:
[50386.811884] <TASK>
[50386.811885] _raw_spin_lock_irqsave+0x46/0x60
[50386.811886] cgroup_rstat_flush+0xf4/0x7e0
[50386.811887] cgroup_rstat_exit+0x20/0xf0
[50386.811889] css_free_rwork_fn+0x12e/0x400
[50386.811889] process_one_work+0x19e/0x3e0
[50386.811891] worker_thread+0x2ad/0x3c0
[50386.811893] kthread+0x108/0x220
[50386.811893] ? __pfx_worker_thread+0x10/0x10
[50386.811895] ? __pfx_kthread+0x10/0x10
[50386.811896] ret_from_fork+0x3d/0x60
[50386.811897] ? __pfx_kthread+0x10/0x10
[50386.811898] ret_from_fork_asm+0x1a/0x30
[50386.811900] </TASK>
[50566.827230] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[50566.840290] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1253047
[50566.857992] rcu: (detected by 175, t=4921750 jiffies, g=639685, q=28956 ncpus=256)
[50566.873186] Sending NMI from CPU 175 to CPUs 156:
[50566.873191] NMI backtrace for cpu 156
[50566.873197] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[50566.873199] Tainted: [D]=DIE, [W]=WARN
[50566.873200] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[50566.873201] Workqueue: cgroup_destroy css_free_rwork_fn
[50566.873204] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[50566.873206] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[50566.873207] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[50566.873208] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[50566.873208] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[50566.873209] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[50566.873209] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[50566.873209] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[50566.873210] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[50566.873211] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[50566.873211] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[50566.873212] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[50566.873212] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[50566.873212] PKRU: 55555554
[50566.873213] Call Trace:
[50566.873213] <TASK>
[50566.873215] _raw_spin_lock_irqsave+0x46/0x60
[50566.873216] cgroup_rstat_flush+0xf4/0x7e0
[50566.873217] cgroup_rstat_exit+0x20/0xf0
[50566.873218] css_free_rwork_fn+0x12e/0x400
[50566.873219] process_one_work+0x19e/0x3e0
[50566.873221] worker_thread+0x2ad/0x3c0
[50566.873222] kthread+0x108/0x220
[50566.873223] ? __pfx_worker_thread+0x10/0x10
[50566.873225] ? __pfx_kthread+0x10/0x10
[50566.873226] ret_from_fork+0x3d/0x60
[50566.873227] ? __pfx_kthread+0x10/0x10
[50566.873228] ret_from_fork_asm+0x1a/0x30
[50566.873230] </TASK>
[50746.888470] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[50746.901521] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1264955
[50746.919227] rcu: (detected by 175, t=4966766 jiffies, g=639685, q=28972 ncpus=256)
[50746.934424] Sending NMI from CPU 175 to CPUs 156:
[50746.934429] NMI backtrace for cpu 156
[50746.934435] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[50746.934438] Tainted: [D]=DIE, [W]=WARN
[50746.934438] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[50746.934439] Workqueue: cgroup_destroy css_free_rwork_fn
[50746.934442] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[50746.934445] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[50746.934446] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[50746.934447] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[50746.934447] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[50746.934447] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[50746.934448] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[50746.934448] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[50746.934449] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[50746.934450] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[50746.934450] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[50746.934451] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[50746.934451] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[50746.934451] PKRU: 55555554
[50746.934452] Call Trace:
[50746.934452] <TASK>
[50746.934453] _raw_spin_lock_irqsave+0x46/0x60
[50746.934455] cgroup_rstat_flush+0xf4/0x7e0
[50746.934456] cgroup_rstat_exit+0x20/0xf0
[50746.934457] css_free_rwork_fn+0x12e/0x400
[50746.934458] process_one_work+0x19e/0x3e0
[50746.934459] worker_thread+0x2ad/0x3c0
[50746.934461] kthread+0x108/0x220
[50746.934462] ? __pfx_worker_thread+0x10/0x10
[50746.934464] ? __pfx_kthread+0x10/0x10
[50746.934464] ret_from_fork+0x3d/0x60
[50746.934466] ? __pfx_kthread+0x10/0x10
[50746.934466] ret_from_fork_asm+0x1a/0x30
[50746.934468] </TASK>
[50926.949713] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[50926.962771] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1276873
[50926.980464] rcu: (detected by 159, t=5011782 jiffies, g=639685, q=28986 ncpus=256)
[50926.995653] Sending NMI from CPU 159 to CPUs 156:
[50926.995657] NMI backtrace for cpu 156
[50926.995660] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[50926.995662] Tainted: [D]=DIE, [W]=WARN
[50926.995662] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[50926.995663] Workqueue: cgroup_destroy css_free_rwork_fn
[50926.995665] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[50926.995667] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[50926.995668] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[50926.995669] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[50926.995669] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[50926.995670] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[50926.995670] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[50926.995670] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[50926.995671] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[50926.995672] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[50926.995672] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[50926.995673] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[50926.995673] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[50926.995673] PKRU: 55555554
[50926.995674] Call Trace:
[50926.995674] <TASK>
[50926.995675] _raw_spin_lock_irqsave+0x46/0x60
[50926.995677] cgroup_rstat_flush+0xf4/0x7e0
[50926.995678] cgroup_rstat_exit+0x20/0xf0
[50926.995679] css_free_rwork_fn+0x12e/0x400
[50926.995680] process_one_work+0x19e/0x3e0
[50926.995681] worker_thread+0x2ad/0x3c0
[50926.995683] kthread+0x108/0x220
[50926.995684] ? __pfx_worker_thread+0x10/0x10
[50926.995685] ? __pfx_kthread+0x10/0x10
[50926.995686] ret_from_fork+0x3d/0x60
[50926.995687] ? __pfx_kthread+0x10/0x10
[50926.995688] ret_from_fork_asm+0x1a/0x30
[50926.995690] </TASK>
[51107.010954] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[51107.024013] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1288734
[51107.041717] rcu: (detected by 219, t=5056798 jiffies, g=639685, q=28998 ncpus=256)
[51107.056912] Sending NMI from CPU 219 to CPUs 156:
[51107.056918] NMI backtrace for cpu 156
[51107.056924] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[51107.056926] Tainted: [D]=DIE, [W]=WARN
[51107.056927] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[51107.056928] Workqueue: cgroup_destroy css_free_rwork_fn
[51107.056930] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[51107.056932] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[51107.056933] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[51107.056934] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[51107.056934] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[51107.056935] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[51107.056935] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[51107.056936] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[51107.056937] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[51107.056937] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[51107.056938] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[51107.056938] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[51107.056939] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[51107.056939] PKRU: 55555554
[51107.056939] Call Trace:
[51107.056940] <TASK>
[51107.056941] _raw_spin_lock_irqsave+0x46/0x60
[51107.056943] cgroup_rstat_flush+0xf4/0x7e0
[51107.056944] cgroup_rstat_exit+0x20/0xf0
[51107.056945] css_free_rwork_fn+0x12e/0x400
[51107.056946] process_one_work+0x19e/0x3e0
[51107.056948] worker_thread+0x2ad/0x3c0
[51107.056949] kthread+0x108/0x220
[51107.056950] ? __pfx_worker_thread+0x10/0x10
[51107.056951] ? __pfx_kthread+0x10/0x10
[51107.056952] ret_from_fork+0x3d/0x60
[51107.056954] ? __pfx_kthread+0x10/0x10
[51107.056954] ret_from_fork_asm+0x1a/0x30
[51107.056956] </TASK>
[51287.072195] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[51287.085256] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1300562
[51287.102969] rcu: (detected by 91, t=5101814 jiffies, g=639685, q=29016 ncpus=256)
[51287.118081] Sending NMI from CPU 91 to CPUs 156:
[51287.118086] NMI backtrace for cpu 156
[51287.118091] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[51287.118094] Tainted: [D]=DIE, [W]=WARN
[51287.118094] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[51287.118095] Workqueue: cgroup_destroy css_free_rwork_fn
[51287.118098] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[51287.118100] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[51287.118101] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[51287.118102] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[51287.118102] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[51287.118103] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[51287.118103] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[51287.118104] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[51287.118104] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[51287.118105] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[51287.118105] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[51287.118106] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[51287.118106] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[51287.118107] PKRU: 55555554
[51287.118107] Call Trace:
[51287.118108] <TASK>
[51287.118109] _raw_spin_lock_irqsave+0x46/0x60
[51287.118110] cgroup_rstat_flush+0xf4/0x7e0
[51287.118112] cgroup_rstat_exit+0x20/0xf0
[51287.118113] css_free_rwork_fn+0x12e/0x400
[51287.118113] process_one_work+0x19e/0x3e0
[51287.118115] worker_thread+0x2ad/0x3c0
[51287.118117] kthread+0x108/0x220
[51287.118117] ? __pfx_worker_thread+0x10/0x10
[51287.118119] ? __pfx_kthread+0x10/0x10
[51287.118120] ret_from_fork+0x3d/0x60
[51287.118121] ? __pfx_kthread+0x10/0x10
[51287.118122] ret_from_fork_asm+0x1a/0x30
[51287.118124] </TASK>
[51467.133436] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[51467.146494] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1312377
[51467.164193] rcu: (detected by 194, t=5146830 jiffies, g=639685, q=29031 ncpus=256)
[51467.179381] Sending NMI from CPU 194 to CPUs 156:
[51467.179386] NMI backtrace for cpu 156
[51467.179392] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[51467.179394] Tainted: [D]=DIE, [W]=WARN
[51467.179395] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[51467.179396] Workqueue: cgroup_destroy css_free_rwork_fn
[51467.179399] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[51467.179401] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[51467.179402] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[51467.179403] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[51467.179403] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[51467.179404] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[51467.179404] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[51467.179404] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[51467.179405] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[51467.179406] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[51467.179406] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[51467.179407] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[51467.179407] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[51467.179408] PKRU: 55555554
[51467.179408] Call Trace:
[51467.179409] <TASK>
[51467.179410] _raw_spin_lock_irqsave+0x46/0x60
[51467.179411] cgroup_rstat_flush+0xf4/0x7e0
[51467.179413] cgroup_rstat_exit+0x20/0xf0
[51467.179414] css_free_rwork_fn+0x12e/0x400
[51467.179414] process_one_work+0x19e/0x3e0
[51467.179416] worker_thread+0x2ad/0x3c0
[51467.179418] kthread+0x108/0x220
[51467.179419] ? __pfx_worker_thread+0x10/0x10
[51467.179420] ? __pfx_kthread+0x10/0x10
[51467.179421] ret_from_fork+0x3d/0x60
[51467.179422] ? __pfx_kthread+0x10/0x10
[51467.179423] ret_from_fork_asm+0x1a/0x30
[51467.179425] </TASK>
[51647.194676] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[51647.207729] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1324206
[51647.225441] rcu: (detected by 194, t=5191846 jiffies, g=639685, q=29046 ncpus=256)
[51647.240644] Sending NMI from CPU 194 to CPUs 156:
[51647.240648] NMI backtrace for cpu 156
[51647.240654] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[51647.240657] Tainted: [D]=DIE, [W]=WARN
[51647.240657] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[51647.240659] Workqueue: cgroup_destroy css_free_rwork_fn
[51647.240662] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[51647.240664] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[51647.240665] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[51647.240666] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[51647.240666] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[51647.240667] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[51647.240667] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[51647.240667] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[51647.240668] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[51647.240669] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[51647.240669] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[51647.240670] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[51647.240670] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[51647.240671] PKRU: 55555554
[51647.240671] Call Trace:
[51647.240672] <TASK>
[51647.240673] _raw_spin_lock_irqsave+0x46/0x60
[51647.240674] cgroup_rstat_flush+0xf4/0x7e0
[51647.240675] cgroup_rstat_exit+0x20/0xf0
[51647.240676] css_free_rwork_fn+0x12e/0x400
[51647.240677] process_one_work+0x19e/0x3e0
[51647.240679] worker_thread+0x2ad/0x3c0
[51647.240680] kthread+0x108/0x220
[51647.240681] ? __pfx_worker_thread+0x10/0x10
[51647.240683] ? __pfx_kthread+0x10/0x10
[51647.240684] ret_from_fork+0x3d/0x60
[51647.240685] ? __pfx_kthread+0x10/0x10
[51647.240685] ret_from_fork_asm+0x1a/0x30
[51647.240688] </TASK>
[51827.255917] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[51827.268982] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1336026
[51827.286686] rcu: (detected by 175, t=5236862 jiffies, g=639685, q=29061 ncpus=256)
[51827.301874] Sending NMI from CPU 175 to CPUs 156:
[51827.301879] NMI backtrace for cpu 156
[51827.301885] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[51827.301888] Tainted: [D]=DIE, [W]=WARN
[51827.301888] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[51827.301889] Workqueue: cgroup_destroy css_free_rwork_fn
[51827.301892] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[51827.301894] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[51827.301895] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[51827.301895] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[51827.301896] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[51827.301896] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[51827.301897] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[51827.301897] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[51827.301898] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[51827.301899] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[51827.301899] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[51827.301900] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[51827.301900] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[51827.301900] PKRU: 55555554
[51827.301901] Call Trace:
[51827.301901] <TASK>
[51827.301902] _raw_spin_lock_irqsave+0x46/0x60
[51827.301903] cgroup_rstat_flush+0xf4/0x7e0
[51827.301905] cgroup_rstat_exit+0x20/0xf0
[51827.301906] css_free_rwork_fn+0x12e/0x400
[51827.301907] process_one_work+0x19e/0x3e0
[51827.301909] worker_thread+0x2ad/0x3c0
[51827.301910] kthread+0x108/0x220
[51827.301911] ? __pfx_worker_thread+0x10/0x10
[51827.301912] ? __pfx_kthread+0x10/0x10
[51827.301913] ret_from_fork+0x3d/0x60
[51827.301914] ? __pfx_kthread+0x10/0x10
[51827.301915] ret_from_fork_asm+0x1a/0x30
[51827.301917] </TASK>
[52007.317160] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[52007.330217] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1347943
[52007.347919] rcu: (detected by 194, t=5281878 jiffies, g=639685, q=29074 ncpus=256)
[52007.363107] Sending NMI from CPU 194 to CPUs 156:
[52007.363112] NMI backtrace for cpu 156
[52007.363117] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[52007.363120] Tainted: [D]=DIE, [W]=WARN
[52007.363120] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[52007.363121] Workqueue: cgroup_destroy css_free_rwork_fn
[52007.363124] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[52007.363126] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[52007.363127] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[52007.363128] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[52007.363129] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[52007.363129] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[52007.363130] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[52007.363130] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[52007.363131] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[52007.363132] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[52007.363132] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[52007.363133] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[52007.363133] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[52007.363133] PKRU: 55555554
[52007.363134] Call Trace:
[52007.363134] <TASK>
[52007.363135] _raw_spin_lock_irqsave+0x46/0x60
[52007.363137] cgroup_rstat_flush+0xf4/0x7e0
[52007.363138] cgroup_rstat_exit+0x20/0xf0
[52007.363139] css_free_rwork_fn+0x12e/0x400
[52007.363140] process_one_work+0x19e/0x3e0
[52007.363142] worker_thread+0x2ad/0x3c0
[52007.363143] kthread+0x108/0x220
[52007.363144] ? __pfx_worker_thread+0x10/0x10
[52007.363146] ? __pfx_kthread+0x10/0x10
[52007.363147] ret_from_fork+0x3d/0x60
[52007.363148] ? __pfx_kthread+0x10/0x10
[52007.363149] ret_from_fork_asm+0x1a/0x30
[52007.363150] </TASK>
[52187.378400] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[52187.391461] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1359765
[52187.409155] rcu: (detected by 151, t=5326894 jiffies, g=639685, q=29086 ncpus=256)
[52187.424350] Sending NMI from CPU 151 to CPUs 156:
[52187.424357] NMI backtrace for cpu 156
[52187.424363] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[52187.424365] Tainted: [D]=DIE, [W]=WARN
[52187.424366] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[52187.424367] Workqueue: cgroup_destroy css_free_rwork_fn
[52187.424370] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[52187.424372] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[52187.424373] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[52187.424374] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[52187.424375] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[52187.424375] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[52187.424375] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[52187.424376] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[52187.424377] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[52187.424377] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[52187.424378] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[52187.424378] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[52187.424379] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[52187.424379] PKRU: 55555554
[52187.424379] Call Trace:
[52187.424380] <TASK>
[52187.424381] _raw_spin_lock_irqsave+0x46/0x60
[52187.424382] cgroup_rstat_flush+0xf4/0x7e0
[52187.424384] cgroup_rstat_exit+0x20/0xf0
[52187.424385] css_free_rwork_fn+0x12e/0x400
[52187.424386] process_one_work+0x19e/0x3e0
[52187.424388] worker_thread+0x2ad/0x3c0
[52187.424389] kthread+0x108/0x220
[52187.424390] ? __pfx_worker_thread+0x10/0x10
[52187.424391] ? __pfx_kthread+0x10/0x10
[52187.424392] ret_from_fork+0x3d/0x60
[52187.424393] ? __pfx_kthread+0x10/0x10
[52187.424394] ret_from_fork_asm+0x1a/0x30
[52187.424396] </TASK>
[52367.439642] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[52367.452708] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1371582
[52367.470416] rcu: (detected by 158, t=5371910 jiffies, g=639685, q=29103 ncpus=256)
[52367.485613] Sending NMI from CPU 158 to CPUs 156:
[52367.485618] NMI backtrace for cpu 156
[52367.485620] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[52367.485622] Tainted: [D]=DIE, [W]=WARN
[52367.485623] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[52367.485624] Workqueue: cgroup_destroy css_free_rwork_fn
[52367.485626] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[52367.485628] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[52367.485629] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[52367.485629] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[52367.485630] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[52367.485630] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[52367.485631] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[52367.485631] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[52367.485632] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[52367.485633] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[52367.485633] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[52367.485634] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[52367.485634] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[52367.485634] PKRU: 55555554
[52367.485635] Call Trace:
[52367.485635] <TASK>
[52367.485636] _raw_spin_lock_irqsave+0x46/0x60
[52367.485637] cgroup_rstat_flush+0xf4/0x7e0
[52367.485639] cgroup_rstat_exit+0x20/0xf0
[52367.485640] css_free_rwork_fn+0x12e/0x400
[52367.485641] process_one_work+0x19e/0x3e0
[52367.485642] worker_thread+0x2ad/0x3c0
[52367.485644] kthread+0x108/0x220
[52367.485645] ? __pfx_worker_thread+0x10/0x10
[52367.485646] ? __pfx_kthread+0x10/0x10
[52367.485647] ret_from_fork+0x3d/0x60
[52367.485648] ? __pfx_kthread+0x10/0x10
[52367.485649] ret_from_fork_asm+0x1a/0x30
[52367.485651] </TASK>
[52547.500882] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[52547.513953] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1383425
[52547.531654] rcu: (detected by 175, t=5416926 jiffies, g=639685, q=29118 ncpus=256)
[52547.546854] Sending NMI from CPU 175 to CPUs 156:
[52547.546859] NMI backtrace for cpu 156
[52547.546864] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[52547.546866] Tainted: [D]=DIE, [W]=WARN
[52547.546866] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[52547.546867] Workqueue: cgroup_destroy css_free_rwork_fn
[52547.546870] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[52547.546872] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[52547.546873] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[52547.546873] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[52547.546874] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[52547.546874] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[52547.546875] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[52547.546875] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[52547.546876] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[52547.546877] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[52547.546877] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[52547.546878] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[52547.546878] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[52547.546878] PKRU: 55555554
[52547.546879] Call Trace:
[52547.546879] <TASK>
[52547.546880] _raw_spin_lock_irqsave+0x46/0x60
[52547.546882] cgroup_rstat_flush+0xf4/0x7e0
[52547.546883] cgroup_rstat_exit+0x20/0xf0
[52547.546884] css_free_rwork_fn+0x12e/0x400
[52547.546885] process_one_work+0x19e/0x3e0
[52547.546887] worker_thread+0x2ad/0x3c0
[52547.546888] kthread+0x108/0x220
[52547.546889] ? __pfx_worker_thread+0x10/0x10
[52547.546891] ? __pfx_kthread+0x10/0x10
[52547.546891] ret_from_fork+0x3d/0x60
[52547.546893] ? __pfx_kthread+0x10/0x10
[52547.546893] ret_from_fork_asm+0x1a/0x30
[52547.546896] </TASK>
[52727.562125] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[52727.575161] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1395351
[52727.592851] rcu: (detected by 194, t=5461942 jiffies, g=639685, q=29133 ncpus=256)
[52727.608033] Sending NMI from CPU 194 to CPUs 156:
[52727.608038] NMI backtrace for cpu 156
[52727.608043] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[52727.608046] Tainted: [D]=DIE, [W]=WARN
[52727.608046] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[52727.608047] Workqueue: cgroup_destroy css_free_rwork_fn
[52727.608051] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[52727.608053] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[52727.608054] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[52727.608055] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[52727.608056] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[52727.608056] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[52727.608056] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[52727.608057] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[52727.608058] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[52727.608058] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[52727.608059] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[52727.608059] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[52727.608060] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[52727.608060] PKRU: 55555554
[52727.608060] Call Trace:
[52727.608061] <TASK>
[52727.608062] _raw_spin_lock_irqsave+0x46/0x60
[52727.608063] cgroup_rstat_flush+0xf4/0x7e0
[52727.608065] cgroup_rstat_exit+0x20/0xf0
[52727.608066] css_free_rwork_fn+0x12e/0x400
[52727.608067] process_one_work+0x19e/0x3e0
[52727.608068] worker_thread+0x2ad/0x3c0
[52727.608070] kthread+0x108/0x220
[52727.608071] ? __pfx_worker_thread+0x10/0x10
[52727.608072] ? __pfx_kthread+0x10/0x10
[52727.608073] ret_from_fork+0x3d/0x60
[52727.608074] ? __pfx_kthread+0x10/0x10
[52727.608075] ret_from_fork_asm+0x1a/0x30
[52727.608077] </TASK>
[52907.623368] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[52907.636428] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1407168
[52907.654125] rcu: (detected by 159, t=5506958 jiffies, g=639685, q=29146 ncpus=256)
[52907.669310] Sending NMI from CPU 159 to CPUs 156:
[52907.669315] NMI backtrace for cpu 156
[52907.669317] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[52907.669319] Tainted: [D]=DIE, [W]=WARN
[52907.669320] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[52907.669321] Workqueue: cgroup_destroy css_free_rwork_fn
[52907.669323] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[52907.669325] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[52907.669325] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[52907.669326] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[52907.669327] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[52907.669327] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[52907.669327] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[52907.669328] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[52907.669329] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[52907.669329] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[52907.669330] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[52907.669330] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[52907.669331] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[52907.669331] PKRU: 55555554
[52907.669331] Call Trace:
[52907.669332] <TASK>
[52907.669333] _raw_spin_lock_irqsave+0x46/0x60
[52907.669334] cgroup_rstat_flush+0xf4/0x7e0
[52907.669336] cgroup_rstat_exit+0x20/0xf0
[52907.669337] css_free_rwork_fn+0x12e/0x400
[52907.669338] process_one_work+0x19e/0x3e0
[52907.669339] worker_thread+0x2ad/0x3c0
[52907.669341] kthread+0x108/0x220
[52907.669342] ? __pfx_worker_thread+0x10/0x10
[52907.669343] ? __pfx_kthread+0x10/0x10
[52907.669344] ret_from_fork+0x3d/0x60
[52907.669345] ? __pfx_kthread+0x10/0x10
[52907.669346] ret_from_fork_asm+0x1a/0x30
[52907.669348] </TASK>
[53087.684607] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[53087.697669] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1419022
[53087.715373] rcu: (detected by 199, t=5551974 jiffies, g=639685, q=29160 ncpus=256)
[53087.730571] Sending NMI from CPU 199 to CPUs 156:
[53087.730576] NMI backtrace for cpu 156
[53087.730582] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[53087.730584] Tainted: [D]=DIE, [W]=WARN
[53087.730584] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[53087.730585] Workqueue: cgroup_destroy css_free_rwork_fn
[53087.730588] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[53087.730589] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[53087.730590] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[53087.730591] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[53087.730591] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[53087.730592] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[53087.730593] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[53087.730593] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[53087.730594] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[53087.730595] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[53087.730595] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[53087.730596] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[53087.730596] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[53087.730597] PKRU: 55555554
[53087.730597] Call Trace:
[53087.730598] <TASK>
[53087.730599] _raw_spin_lock_irqsave+0x46/0x60
[53087.730600] cgroup_rstat_flush+0xf4/0x7e0
[53087.730601] cgroup_rstat_exit+0x20/0xf0
[53087.730602] css_free_rwork_fn+0x12e/0x400
[53087.730603] process_one_work+0x19e/0x3e0
[53087.730605] worker_thread+0x2ad/0x3c0
[53087.730606] kthread+0x108/0x220
[53087.730607] ? __pfx_worker_thread+0x10/0x10
[53087.730609] ? __pfx_kthread+0x10/0x10
[53087.730610] ret_from_fork+0x3d/0x60
[53087.730611] ? __pfx_kthread+0x10/0x10
[53087.730612] ret_from_fork_asm+0x1a/0x30
[53087.730614] </TASK>
[53267.745849] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[53267.758911] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1430850
[53267.776616] rcu: (detected by 159, t=5596990 jiffies, g=639685, q=29178 ncpus=256)
[53267.791814] Sending NMI from CPU 159 to CPUs 156:
[53267.791818] NMI backtrace for cpu 156
[53267.791821] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[53267.791823] Tainted: [D]=DIE, [W]=WARN
[53267.791824] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[53267.791824] Workqueue: cgroup_destroy css_free_rwork_fn
[53267.791827] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[53267.791829] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[53267.791829] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[53267.791830] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[53267.791830] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[53267.791831] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[53267.791831] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[53267.791832] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[53267.791833] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[53267.791833] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[53267.791833] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[53267.791834] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[53267.791834] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[53267.791835] PKRU: 55555554
[53267.791835] Call Trace:
[53267.791836] <TASK>
[53267.791837] _raw_spin_lock_irqsave+0x46/0x60
[53267.791838] cgroup_rstat_flush+0xf4/0x7e0
[53267.791839] cgroup_rstat_exit+0x20/0xf0
[53267.791841] css_free_rwork_fn+0x12e/0x400
[53267.791841] process_one_work+0x19e/0x3e0
[53267.791843] worker_thread+0x2ad/0x3c0
[53267.791844] kthread+0x108/0x220
[53267.791845] ? __pfx_worker_thread+0x10/0x10
[53267.791847] ? __pfx_kthread+0x10/0x10
[53267.791848] ret_from_fork+0x3d/0x60
[53267.791849] ? __pfx_kthread+0x10/0x10
[53267.791850] ret_from_fork_asm+0x1a/0x30
[53267.791852] </TASK>
[53447.807088] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[53447.820159] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1442702
[53447.837875] rcu: (detected by 91, t=5642006 jiffies, g=639685, q=29193 ncpus=256)
[53447.852989] Sending NMI from CPU 91 to CPUs 156:
[53447.852995] NMI backtrace for cpu 156
[53447.853001] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[53447.853003] Tainted: [D]=DIE, [W]=WARN
[53447.853003] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[53447.853004] Workqueue: cgroup_destroy css_free_rwork_fn
[53447.853007] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[53447.853008] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[53447.853009] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[53447.853010] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[53447.853010] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[53447.853011] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[53447.853011] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[53447.853012] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[53447.853013] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[53447.853014] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[53447.853014] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[53447.853015] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[53447.853015] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[53447.853015] PKRU: 55555554
[53447.853016] Call Trace:
[53447.853016] <TASK>
[53447.853018] _raw_spin_lock_irqsave+0x46/0x60
[53447.853019] cgroup_rstat_flush+0xf4/0x7e0
[53447.853020] cgroup_rstat_exit+0x20/0xf0
[53447.853021] css_free_rwork_fn+0x12e/0x400
[53447.853022] process_one_work+0x19e/0x3e0
[53447.853024] worker_thread+0x2ad/0x3c0
[53447.853025] kthread+0x108/0x220
[53447.853026] ? __pfx_worker_thread+0x10/0x10
[53447.853028] ? __pfx_kthread+0x10/0x10
[53447.853029] ret_from_fork+0x3d/0x60
[53447.853030] ? __pfx_kthread+0x10/0x10
[53447.853031] ret_from_fork_asm+0x1a/0x30
[53447.853033] </TASK>
[53627.868330] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[53627.881407] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1454516
[53627.899124] rcu: (detected by 175, t=5687022 jiffies, g=639685, q=29206 ncpus=256)
[53627.914332] Sending NMI from CPU 175 to CPUs 156:
[53627.914338] NMI backtrace for cpu 156
[53627.914343] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[53627.914346] Tainted: [D]=DIE, [W]=WARN
[53627.914347] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[53627.914347] Workqueue: cgroup_destroy css_free_rwork_fn
[53627.914351] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[53627.914353] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[53627.914354] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[53627.914355] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[53627.914356] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[53627.914356] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[53627.914356] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[53627.914357] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[53627.914358] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[53627.914358] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[53627.914358] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[53627.914359] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[53627.914359] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[53627.914360] PKRU: 55555554
[53627.914360] Call Trace:
[53627.914361] <TASK>
[53627.914362] _raw_spin_lock_irqsave+0x46/0x60
[53627.914363] cgroup_rstat_flush+0xf4/0x7e0
[53627.914365] cgroup_rstat_exit+0x20/0xf0
[53627.914366] css_free_rwork_fn+0x12e/0x400
[53627.914366] process_one_work+0x19e/0x3e0
[53627.914368] worker_thread+0x2ad/0x3c0
[53627.914370] kthread+0x108/0x220
[53627.914371] ? __pfx_worker_thread+0x10/0x10
[53627.914372] ? __pfx_kthread+0x10/0x10
[53627.914373] ret_from_fork+0x3d/0x60
[53627.914374] ? __pfx_kthread+0x10/0x10
[53627.914375] ret_from_fork_asm+0x1a/0x30
[53627.914377] </TASK>
[53807.929572] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[53807.942639] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1466408
[53807.960344] rcu: (detected by 185, t=5732038 jiffies, g=639685, q=29221 ncpus=256)
[53807.975542] Sending NMI from CPU 185 to CPUs 156:
[53807.975550] NMI backtrace for cpu 156
[53807.975556] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[53807.975558] Tainted: [D]=DIE, [W]=WARN
[53807.975559] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[53807.975560] Workqueue: cgroup_destroy css_free_rwork_fn
[53807.975563] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[53807.975565] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[53807.975566] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[53807.975567] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[53807.975567] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[53807.975568] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[53807.975568] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[53807.975569] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[53807.975570] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[53807.975570] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[53807.975570] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[53807.975571] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[53807.975571] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[53807.975572] PKRU: 55555554
[53807.975572] Call Trace:
[53807.975573] <TASK>
[53807.975574] _raw_spin_lock_irqsave+0x46/0x60
[53807.975575] cgroup_rstat_flush+0xf4/0x7e0
[53807.975577] cgroup_rstat_exit+0x20/0xf0
[53807.975578] css_free_rwork_fn+0x12e/0x400
[53807.975579] process_one_work+0x19e/0x3e0
[53807.975580] worker_thread+0x2ad/0x3c0
[53807.975582] kthread+0x108/0x220
[53807.975583] ? __pfx_worker_thread+0x10/0x10
[53807.975584] ? __pfx_kthread+0x10/0x10
[53807.975585] ret_from_fork+0x3d/0x60
[53807.975586] ? __pfx_kthread+0x10/0x10
[53807.975587] ret_from_fork_asm+0x1a/0x30
[53807.975589] </TASK>
[53987.990812] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[53988.003877] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1478210
[53988.021589] rcu: (detected by 131, t=5777054 jiffies, g=639685, q=29233 ncpus=256)
[53988.036785] Sending NMI from CPU 131 to CPUs 156:
[53988.036791] NMI backtrace for cpu 156
[53988.036796] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[53988.036799] Tainted: [D]=DIE, [W]=WARN
[53988.036799] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[53988.036800] Workqueue: cgroup_destroy css_free_rwork_fn
[53988.036803] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[53988.036805] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[53988.036806] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[53988.036807] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[53988.036807] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[53988.036808] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[53988.036809] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[53988.036809] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[53988.036810] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[53988.036811] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[53988.036811] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[53988.036812] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[53988.036812] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[53988.036812] PKRU: 55555554
[53988.036813] Call Trace:
[53988.036813] <TASK>
[53988.036815] _raw_spin_lock_irqsave+0x46/0x60
[53988.036816] cgroup_rstat_flush+0xf4/0x7e0
[53988.036817] cgroup_rstat_exit+0x20/0xf0
[53988.036818] css_free_rwork_fn+0x12e/0x400
[53988.036819] process_one_work+0x19e/0x3e0
[53988.036821] worker_thread+0x2ad/0x3c0
[53988.036822] kthread+0x108/0x220
[53988.036823] ? __pfx_worker_thread+0x10/0x10
[53988.036825] ? __pfx_kthread+0x10/0x10
[53988.036826] ret_from_fork+0x3d/0x60
[53988.036827] ? __pfx_kthread+0x10/0x10
[53988.036828] ret_from_fork_asm+0x1a/0x30
[53988.036830] </TASK>
[54168.052054] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[54168.065125] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1490048
[54168.082842] rcu: (detected by 227, t=5822070 jiffies, g=639685, q=29245 ncpus=256)
[54168.098052] Sending NMI from CPU 227 to CPUs 156:
[54168.098058] NMI backtrace for cpu 156
[54168.098063] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[54168.098066] Tainted: [D]=DIE, [W]=WARN
[54168.098066] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[54168.098067] Workqueue: cgroup_destroy css_free_rwork_fn
[54168.098070] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[54168.098072] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[54168.098073] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[54168.098074] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[54168.098074] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[54168.098075] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[54168.098075] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[54168.098076] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[54168.098076] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[54168.098077] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[54168.098077] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[54168.098078] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[54168.098078] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[54168.098079] PKRU: 55555554
[54168.098079] Call Trace:
[54168.098080] <TASK>
[54168.098081] _raw_spin_lock_irqsave+0x46/0x60
[54168.098082] cgroup_rstat_flush+0xf4/0x7e0
[54168.098083] cgroup_rstat_exit+0x20/0xf0
[54168.098085] css_free_rwork_fn+0x12e/0x400
[54168.098085] process_one_work+0x19e/0x3e0
[54168.098087] worker_thread+0x2ad/0x3c0
[54168.098089] kthread+0x108/0x220
[54168.098089] ? __pfx_worker_thread+0x10/0x10
[54168.098091] ? __pfx_kthread+0x10/0x10
[54168.098092] ret_from_fork+0x3d/0x60
[54168.098093] ? __pfx_kthread+0x10/0x10
[54168.098094] ret_from_fork_asm+0x1a/0x30
[54168.098096] </TASK>
[54348.113295] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[54348.126347] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1501864
[54348.144046] rcu: (detected by 83, t=5867086 jiffies, g=639685, q=29264 ncpus=256)
[54348.159141] Sending NMI from CPU 83 to CPUs 156:
[54348.159147] NMI backtrace for cpu 156
[54348.159152] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[54348.159155] Tainted: [D]=DIE, [W]=WARN
[54348.159155] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[54348.159156] Workqueue: cgroup_destroy css_free_rwork_fn
[54348.159160] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[54348.159162] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[54348.159163] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[54348.159164] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[54348.159164] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[54348.159165] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[54348.159165] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[54348.159165] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[54348.159166] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[54348.159167] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[54348.159167] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[54348.159168] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[54348.159168] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[54348.159168] PKRU: 55555554
[54348.159169] Call Trace:
[54348.159169] <TASK>
[54348.159171] _raw_spin_lock_irqsave+0x46/0x60
[54348.159172] cgroup_rstat_flush+0xf4/0x7e0
[54348.159173] cgroup_rstat_exit+0x20/0xf0
[54348.159174] css_free_rwork_fn+0x12e/0x400
[54348.159175] process_one_work+0x19e/0x3e0
[54348.159177] worker_thread+0x2ad/0x3c0
[54348.159178] kthread+0x108/0x220
[54348.159179] ? __pfx_worker_thread+0x10/0x10
[54348.159181] ? __pfx_kthread+0x10/0x10
[54348.159182] ret_from_fork+0x3d/0x60
[54348.159183] ? __pfx_kthread+0x10/0x10
[54348.159184] ret_from_fork_asm+0x1a/0x30
[54348.159186] </TASK>
[54528.174536] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[54528.187586] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1513468
[54528.205282] rcu: (detected by 71, t=5912102 jiffies, g=639685, q=29277 ncpus=256)
[54528.220371] Sending NMI from CPU 71 to CPUs 156:
[54528.220375] NMI backtrace for cpu 156
[54528.220381] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[54528.220384] Tainted: [D]=DIE, [W]=WARN
[54528.220384] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[54528.220386] Workqueue: cgroup_destroy css_free_rwork_fn
[54528.220389] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[54528.220391] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[54528.220392] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[54528.220392] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[54528.220393] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[54528.220393] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[54528.220393] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[54528.220394] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[54528.220395] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[54528.220395] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[54528.220396] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[54528.220397] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[54528.220397] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[54528.220397] PKRU: 55555554
[54528.220397] Call Trace:
[54528.220398] <TASK>
[54528.220399] _raw_spin_lock_irqsave+0x46/0x60
[54528.220401] cgroup_rstat_flush+0xf4/0x7e0
[54528.220402] cgroup_rstat_exit+0x20/0xf0
[54528.220403] css_free_rwork_fn+0x12e/0x400
[54528.220404] process_one_work+0x19e/0x3e0
[54528.220406] worker_thread+0x2ad/0x3c0
[54528.220407] kthread+0x108/0x220
[54528.220408] ? __pfx_worker_thread+0x10/0x10
[54528.220410] ? __pfx_kthread+0x10/0x10
[54528.220411] ret_from_fork+0x3d/0x60
[54528.220412] ? __pfx_kthread+0x10/0x10
[54528.220412] ret_from_fork_asm+0x1a/0x30
[54528.220415] </TASK>
[54708.235778] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[54708.248821] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1525271
[54708.266513] rcu: (detected by 194, t=5957118 jiffies, g=639685, q=29289 ncpus=256)
[54708.281697] Sending NMI from CPU 194 to CPUs 156:
[54708.281702] NMI backtrace for cpu 156
[54708.281707] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[54708.281710] Tainted: [D]=DIE, [W]=WARN
[54708.281710] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[54708.281711] Workqueue: cgroup_destroy css_free_rwork_fn
[54708.281714] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[54708.281716] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[54708.281717] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[54708.281718] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[54708.281718] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[54708.281718] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[54708.281719] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[54708.281719] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[54708.281720] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[54708.281721] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[54708.281721] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[54708.281722] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[54708.281722] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[54708.281722] PKRU: 55555554
[54708.281723] Call Trace:
[54708.281723] <TASK>
[54708.281725] _raw_spin_lock_irqsave+0x46/0x60
[54708.281726] cgroup_rstat_flush+0xf4/0x7e0
[54708.281727] cgroup_rstat_exit+0x20/0xf0
[54708.281728] css_free_rwork_fn+0x12e/0x400
[54708.281729] process_one_work+0x19e/0x3e0
[54708.281731] worker_thread+0x2ad/0x3c0
[54708.281732] kthread+0x108/0x220
[54708.281733] ? __pfx_worker_thread+0x10/0x10
[54708.281735] ? __pfx_kthread+0x10/0x10
[54708.281736] ret_from_fork+0x3d/0x60
[54708.281737] ? __pfx_kthread+0x10/0x10
[54708.281738] ret_from_fork_asm+0x1a/0x30
[54708.281740] </TASK>
[54888.297018] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[54888.310076] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1537080
[54888.327782] rcu: (detected by 91, t=6002134 jiffies, g=639685, q=29305 ncpus=256)
[54888.342880] Sending NMI from CPU 91 to CPUs 156:
[54888.342885] NMI backtrace for cpu 156
[54888.342890] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[54888.342893] Tainted: [D]=DIE, [W]=WARN
[54888.342893] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[54888.342894] Workqueue: cgroup_destroy css_free_rwork_fn
[54888.342897] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[54888.342900] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[54888.342901] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[54888.342901] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[54888.342902] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[54888.342902] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[54888.342903] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[54888.342903] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[54888.342905] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[54888.342905] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[54888.342905] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[54888.342906] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[54888.342906] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[54888.342907] PKRU: 55555554
[54888.342907] Call Trace:
[54888.342908] <TASK>
[54888.342909] _raw_spin_lock_irqsave+0x46/0x60
[54888.342910] cgroup_rstat_flush+0xf4/0x7e0
[54888.342912] cgroup_rstat_exit+0x20/0xf0
[54888.342913] css_free_rwork_fn+0x12e/0x400
[54888.342914] process_one_work+0x19e/0x3e0
[54888.342915] worker_thread+0x2ad/0x3c0
[54888.342917] kthread+0x108/0x220
[54888.342918] ? __pfx_worker_thread+0x10/0x10
[54888.342919] ? __pfx_kthread+0x10/0x10
[54888.342920] ret_from_fork+0x3d/0x60
[54888.342921] ? __pfx_kthread+0x10/0x10
[54888.342922] ret_from_fork_asm+0x1a/0x30
[54888.342924] </TASK>
[55068.358261] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[55068.371312] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1548844
[55068.389011] rcu: (detected by 66, t=6047150 jiffies, g=639685, q=29316 ncpus=256)
[55068.404108] Sending NMI from CPU 66 to CPUs 156:
[55068.404112] NMI backtrace for cpu 156
[55068.404118] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[55068.404121] Tainted: [D]=DIE, [W]=WARN
[55068.404121] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[55068.404122] Workqueue: cgroup_destroy css_free_rwork_fn
[55068.404125] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[55068.404127] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[55068.404129] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[55068.404130] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[55068.404130] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[55068.404131] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[55068.404131] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[55068.404132] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[55068.404133] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[55068.404133] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[55068.404134] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[55068.404134] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[55068.404135] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[55068.404135] PKRU: 55555554
[55068.404135] Call Trace:
[55068.404136] <TASK>
[55068.404137] _raw_spin_lock_irqsave+0x46/0x60
[55068.404138] cgroup_rstat_flush+0xf4/0x7e0
[55068.404140] cgroup_rstat_exit+0x20/0xf0
[55068.404141] css_free_rwork_fn+0x12e/0x400
[55068.404142] process_one_work+0x19e/0x3e0
[55068.404143] worker_thread+0x2ad/0x3c0
[55068.404145] kthread+0x108/0x220
[55068.404146] ? __pfx_worker_thread+0x10/0x10
[55068.404147] ? __pfx_kthread+0x10/0x10
[55068.404148] ret_from_fork+0x3d/0x60
[55068.404149] ? __pfx_kthread+0x10/0x10
[55068.404150] ret_from_fork_asm+0x1a/0x30
[55068.404152] </TASK>
[55248.419502] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[55248.432559] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1560657
[55248.450269] rcu: (detected by 194, t=6092166 jiffies, g=639685, q=29335 ncpus=256)
[55248.465468] Sending NMI from CPU 194 to CPUs 156:
[55248.465472] NMI backtrace for cpu 156
[55248.465478] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[55248.465481] Tainted: [D]=DIE, [W]=WARN
[55248.465481] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[55248.465482] Workqueue: cgroup_destroy css_free_rwork_fn
[55248.465485] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[55248.465487] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[55248.465489] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[55248.465490] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[55248.465490] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[55248.465491] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[55248.465491] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[55248.465492] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[55248.465492] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[55248.465493] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[55248.465493] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[55248.465494] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[55248.465494] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[55248.465495] PKRU: 55555554
[55248.465495] Call Trace:
[55248.465495] <TASK>
[55248.465497] _raw_spin_lock_irqsave+0x46/0x60
[55248.465498] cgroup_rstat_flush+0xf4/0x7e0
[55248.465499] cgroup_rstat_exit+0x20/0xf0
[55248.465500] css_free_rwork_fn+0x12e/0x400
[55248.465501] process_one_work+0x19e/0x3e0
[55248.465503] worker_thread+0x2ad/0x3c0
[55248.465504] kthread+0x108/0x220
[55248.465505] ? __pfx_worker_thread+0x10/0x10
[55248.465507] ? __pfx_kthread+0x10/0x10
[55248.465508] ret_from_fork+0x3d/0x60
[55248.465509] ? __pfx_kthread+0x10/0x10
[55248.465510] ret_from_fork_asm+0x1a/0x30
[55248.465511] </TASK>
[55428.480743] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[55428.493807] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1572452
[55428.511507] rcu: (detected by 179, t=6137182 jiffies, g=639685, q=29348 ncpus=256)
[55428.526700] Sending NMI from CPU 179 to CPUs 156:
[55428.526706] NMI backtrace for cpu 156
[55428.526712] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[55428.526714] Tainted: [D]=DIE, [W]=WARN
[55428.526714] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[55428.526715] Workqueue: cgroup_destroy css_free_rwork_fn
[55428.526718] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[55428.526720] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[55428.526721] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[55428.526721] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[55428.526722] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[55428.526722] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[55428.526723] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[55428.526723] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[55428.526724] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[55428.526724] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[55428.526725] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[55428.526725] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[55428.526726] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[55428.526726] PKRU: 55555554
[55428.526726] Call Trace:
[55428.526727] <TASK>
[55428.526728] _raw_spin_lock_irqsave+0x46/0x60
[55428.526730] cgroup_rstat_flush+0xf4/0x7e0
[55428.526731] cgroup_rstat_exit+0x20/0xf0
[55428.526732] css_free_rwork_fn+0x12e/0x400
[55428.526733] process_one_work+0x19e/0x3e0
[55428.526734] worker_thread+0x2ad/0x3c0
[55428.526736] kthread+0x108/0x220
[55428.526737] ? __pfx_worker_thread+0x10/0x10
[55428.526738] ? __pfx_kthread+0x10/0x10
[55428.526739] ret_from_fork+0x3d/0x60
[55428.526740] ? __pfx_kthread+0x10/0x10
[55428.526741] ret_from_fork_asm+0x1a/0x30
[55428.526743] </TASK>
[55608.541983] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[55608.555039] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1584260
[55608.572740] rcu: (detected by 199, t=6182198 jiffies, g=639685, q=29362 ncpus=256)
[55608.587935] Sending NMI from CPU 199 to CPUs 156:
[55608.587940] NMI backtrace for cpu 156
[55608.587945] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[55608.587948] Tainted: [D]=DIE, [W]=WARN
[55608.587949] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[55608.587950] Workqueue: cgroup_destroy css_free_rwork_fn
[55608.587953] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[55608.587955] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[55608.587956] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[55608.587957] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[55608.587958] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[55608.587958] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[55608.587958] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[55608.587959] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[55608.587960] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[55608.587960] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[55608.587961] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[55608.587961] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[55608.587962] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[55608.587962] PKRU: 55555554
[55608.587962] Call Trace:
[55608.587963] <TASK>
[55608.587964] _raw_spin_lock_irqsave+0x46/0x60
[55608.587965] cgroup_rstat_flush+0xf4/0x7e0
[55608.587967] cgroup_rstat_exit+0x20/0xf0
[55608.587968] css_free_rwork_fn+0x12e/0x400
[55608.587969] process_one_work+0x19e/0x3e0
[55608.587970] worker_thread+0x2ad/0x3c0
[55608.587972] kthread+0x108/0x220
[55608.587973] ? __pfx_worker_thread+0x10/0x10
[55608.587974] ? __pfx_kthread+0x10/0x10
[55608.587975] ret_from_fork+0x3d/0x60
[55608.587976] ? __pfx_kthread+0x10/0x10
[55608.587977] ret_from_fork_asm+0x1a/0x30
[55608.587979] </TASK>
[55788.603228] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[55788.616296] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1596042
[55788.634010] rcu: (detected by 219, t=6227214 jiffies, g=639685, q=29376 ncpus=256)
[55788.649218] Sending NMI from CPU 219 to CPUs 156:
[55788.649223] NMI backtrace for cpu 156
[55788.649227] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[55788.649230] Tainted: [D]=DIE, [W]=WARN
[55788.649230] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[55788.649231] Workqueue: cgroup_destroy css_free_rwork_fn
[55788.649234] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[55788.649237] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[55788.649238] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[55788.649239] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[55788.649239] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[55788.649239] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[55788.649240] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[55788.649241] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[55788.649242] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[55788.649242] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[55788.649243] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[55788.649243] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[55788.649244] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[55788.649244] PKRU: 55555554
[55788.649244] Call Trace:
[55788.649245] <TASK>
[55788.649246] _raw_spin_lock_irqsave+0x46/0x60
[55788.649247] cgroup_rstat_flush+0xf4/0x7e0
[55788.649249] cgroup_rstat_exit+0x20/0xf0
[55788.649250] css_free_rwork_fn+0x12e/0x400
[55788.649251] process_one_work+0x19e/0x3e0
[55788.649252] worker_thread+0x2ad/0x3c0
[55788.649254] kthread+0x108/0x220
[55788.649255] ? __pfx_worker_thread+0x10/0x10
[55788.649256] ? __pfx_kthread+0x10/0x10
[55788.649257] ret_from_fork+0x3d/0x60
[55788.649258] ? __pfx_kthread+0x10/0x10
[55788.649259] ret_from_fork_asm+0x1a/0x30
[55788.649261] </TASK>
[55968.664466] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[55968.677522] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1607839
[55968.695222] rcu: (detected by 179, t=6272230 jiffies, g=639685, q=29390 ncpus=256)
[55968.710408] Sending NMI from CPU 179 to CPUs 156:
[55968.710413] NMI backtrace for cpu 156
[55968.710419] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[55968.710421] Tainted: [D]=DIE, [W]=WARN
[55968.710422] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[55968.710423] Workqueue: cgroup_destroy css_free_rwork_fn
[55968.710426] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[55968.710428] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[55968.710430] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[55968.710430] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[55968.710431] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[55968.710431] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[55968.710431] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[55968.710432] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[55968.710433] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[55968.710433] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[55968.710433] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[55968.710434] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[55968.710434] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[55968.710435] PKRU: 55555554
[55968.710435] Call Trace:
[55968.710436] <TASK>
[55968.710437] _raw_spin_lock_irqsave+0x46/0x60
[55968.710438] cgroup_rstat_flush+0xf4/0x7e0
[55968.710440] cgroup_rstat_exit+0x20/0xf0
[55968.710441] css_free_rwork_fn+0x12e/0x400
[55968.710441] process_one_work+0x19e/0x3e0
[55968.710443] worker_thread+0x2ad/0x3c0
[55968.710445] kthread+0x108/0x220
[55968.710446] ? __pfx_worker_thread+0x10/0x10
[55968.710447] ? __pfx_kthread+0x10/0x10
[55968.710448] ret_from_fork+0x3d/0x60
[55968.710449] ? __pfx_kthread+0x10/0x10
[55968.710450] ret_from_fork_asm+0x1a/0x30
[55968.710452] </TASK>
[56148.725707] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[56148.738757] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1619651
[56148.756449] rcu: (detected by 66, t=6317246 jiffies, g=639685, q=29404 ncpus=256)
[56148.771537] Sending NMI from CPU 66 to CPUs 156:
[56148.771542] NMI backtrace for cpu 156
[56148.771547] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[56148.771550] Tainted: [D]=DIE, [W]=WARN
[56148.771551] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[56148.771552] Workqueue: cgroup_destroy css_free_rwork_fn
[56148.771555] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[56148.771556] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[56148.771558] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[56148.771558] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[56148.771559] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[56148.771559] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[56148.771559] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[56148.771560] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[56148.771561] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[56148.771561] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[56148.771562] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[56148.771562] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[56148.771563] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[56148.771563] PKRU: 55555554
[56148.771563] Call Trace:
[56148.771564] <TASK>
[56148.771565] _raw_spin_lock_irqsave+0x46/0x60
[56148.771566] cgroup_rstat_flush+0xf4/0x7e0
[56148.771568] cgroup_rstat_exit+0x20/0xf0
[56148.771569] css_free_rwork_fn+0x12e/0x400
[56148.771570] process_one_work+0x19e/0x3e0
[56148.771571] worker_thread+0x2ad/0x3c0
[56148.771573] kthread+0x108/0x220
[56148.771574] ? __pfx_worker_thread+0x10/0x10
[56148.771575] ? __pfx_kthread+0x10/0x10
[56148.771576] ret_from_fork+0x3d/0x60
[56148.771577] ? __pfx_kthread+0x10/0x10
[56148.771578] ret_from_fork_asm+0x1a/0x30
[56148.771580] </TASK>
[56328.786948] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[56328.800013] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1631435
[56328.817720] rcu: (detected by 185, t=6362262 jiffies, g=639685, q=29425 ncpus=256)
[56328.832919] Sending NMI from CPU 185 to CPUs 156:
[56328.832926] NMI backtrace for cpu 156
[56328.832931] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[56328.832933] Tainted: [D]=DIE, [W]=WARN
[56328.832934] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[56328.832935] Workqueue: cgroup_destroy css_free_rwork_fn
[56328.832938] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[56328.832940] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[56328.832941] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[56328.832942] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[56328.832942] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[56328.832943] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[56328.832943] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[56328.832943] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[56328.832944] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[56328.832945] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[56328.832945] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[56328.832946] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[56328.832947] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[56328.832947] PKRU: 55555554
[56328.832947] Call Trace:
[56328.832948] <TASK>
[56328.832949] _raw_spin_lock_irqsave+0x46/0x60
[56328.832950] cgroup_rstat_flush+0xf4/0x7e0
[56328.832952] cgroup_rstat_exit+0x20/0xf0
[56328.832953] css_free_rwork_fn+0x12e/0x400
[56328.832954] process_one_work+0x19e/0x3e0
[56328.832955] worker_thread+0x2ad/0x3c0
[56328.832957] kthread+0x108/0x220
[56328.832958] ? __pfx_worker_thread+0x10/0x10
[56328.832959] ? __pfx_kthread+0x10/0x10
[56328.832960] ret_from_fork+0x3d/0x60
[56328.832961] ? __pfx_kthread+0x10/0x10
[56328.832962] ret_from_fork_asm+0x1a/0x30
[56328.832964] </TASK>
[56508.848191] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[56508.861271] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1643252
[56508.878989] rcu: (detected by 158, t=6407278 jiffies, g=639685, q=29439 ncpus=256)
[56508.894200] Sending NMI from CPU 158 to CPUs 156:
[56508.894203] NMI backtrace for cpu 156
[56508.894206] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[56508.894208] Tainted: [D]=DIE, [W]=WARN
[56508.894208] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[56508.894209] Workqueue: cgroup_destroy css_free_rwork_fn
[56508.894212] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[56508.894213] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[56508.894214] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[56508.894215] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[56508.894215] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[56508.894216] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[56508.894216] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[56508.894216] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[56508.894217] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[56508.894218] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[56508.894218] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[56508.894219] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[56508.894219] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[56508.894220] PKRU: 55555554
[56508.894220] Call Trace:
[56508.894221] <TASK>
[56508.894222] _raw_spin_lock_irqsave+0x46/0x60
[56508.894223] cgroup_rstat_flush+0xf4/0x7e0
[56508.894224] cgroup_rstat_exit+0x20/0xf0
[56508.894225] css_free_rwork_fn+0x12e/0x400
[56508.894226] process_one_work+0x19e/0x3e0
[56508.894228] worker_thread+0x2ad/0x3c0
[56508.894229] kthread+0x108/0x220
[56508.894230] ? __pfx_worker_thread+0x10/0x10
[56508.894232] ? __pfx_kthread+0x10/0x10
[56508.894233] ret_from_fork+0x3d/0x60
[56508.894234] ? __pfx_kthread+0x10/0x10
[56508.894235] ret_from_fork_asm+0x1a/0x30
[56508.894236] </TASK>
[56688.909432] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[56688.922492] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1655077
[56688.940183] rcu: (detected by 3, t=6452294 jiffies, g=639685, q=29453 ncpus=256)
[56688.955183] Sending NMI from CPU 3 to CPUs 156:
[56688.955188] NMI backtrace for cpu 156
[56688.955193] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[56688.955196] Tainted: [D]=DIE, [W]=WARN
[56688.955196] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[56688.955197] Workqueue: cgroup_destroy css_free_rwork_fn
[56688.955200] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[56688.955202] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[56688.955202] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[56688.955203] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[56688.955204] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[56688.955204] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[56688.955205] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[56688.955206] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[56688.955207] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[56688.955208] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[56688.955208] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[56688.955209] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[56688.955209] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[56688.955210] PKRU: 55555554
[56688.955210] Call Trace:
[56688.955211] <TASK>
[56688.955212] _raw_spin_lock_irqsave+0x46/0x60
[56688.955213] cgroup_rstat_flush+0xf4/0x7e0
[56688.955214] cgroup_rstat_exit+0x20/0xf0
[56688.955216] css_free_rwork_fn+0x12e/0x400
[56688.955216] process_one_work+0x19e/0x3e0
[56688.955218] worker_thread+0x2ad/0x3c0
[56688.955220] kthread+0x108/0x220
[56688.955220] ? __pfx_worker_thread+0x10/0x10
[56688.955222] ? __pfx_kthread+0x10/0x10
[56688.955223] ret_from_fork+0x3d/0x60
[56688.955224] ? __pfx_kthread+0x10/0x10
[56688.955225] ret_from_fork_asm+0x1a/0x30
[56688.955227] </TASK>
[56868.970672] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[56868.983714] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1666914
[56869.001397] rcu: (detected by 91, t=6497310 jiffies, g=639685, q=29468 ncpus=256)
[56869.016493] Sending NMI from CPU 91 to CPUs 156:
[56869.016498] NMI backtrace for cpu 156
[56869.016503] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[56869.016505] Tainted: [D]=DIE, [W]=WARN
[56869.016506] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[56869.016507] Workqueue: cgroup_destroy css_free_rwork_fn
[56869.016510] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[56869.016512] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[56869.016513] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[56869.016514] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[56869.016514] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[56869.016515] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[56869.016515] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[56869.016515] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[56869.016516] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[56869.016517] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[56869.016517] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[56869.016518] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[56869.016518] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[56869.016518] PKRU: 55555554
[56869.016519] Call Trace:
[56869.016520] <TASK>
[56869.016521] _raw_spin_lock_irqsave+0x46/0x60
[56869.016522] cgroup_rstat_flush+0xf4/0x7e0
[56869.016524] cgroup_rstat_exit+0x20/0xf0
[56869.016525] css_free_rwork_fn+0x12e/0x400
[56869.016526] process_one_work+0x19e/0x3e0
[56869.016527] worker_thread+0x2ad/0x3c0
[56869.016529] kthread+0x108/0x220
[56869.016530] ? __pfx_worker_thread+0x10/0x10
[56869.016531] ? __pfx_kthread+0x10/0x10
[56869.016532] ret_from_fork+0x3d/0x60
[56869.016533] ? __pfx_kthread+0x10/0x10
[56869.016534] ret_from_fork_asm+0x1a/0x30
[56869.016536] </TASK>
[57049.031914] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[57049.044989] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1678700
[57049.062708] rcu: (detected by 159, t=6542326 jiffies, g=639685, q=29485 ncpus=256)
[57049.077917] Sending NMI from CPU 159 to CPUs 156:
[57049.077922] NMI backtrace for cpu 156
[57049.077924] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[57049.077926] Tainted: [D]=DIE, [W]=WARN
[57049.077927] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[57049.077928] Workqueue: cgroup_destroy css_free_rwork_fn
[57049.077930] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[57049.077932] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[57049.077932] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[57049.077933] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[57049.077934] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[57049.077934] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[57049.077934] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[57049.077935] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[57049.077936] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[57049.077936] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[57049.077936] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[57049.077937] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[57049.077937] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[57049.077938] PKRU: 55555554
[57049.077938] Call Trace:
[57049.077939] <TASK>
[57049.077940] _raw_spin_lock_irqsave+0x46/0x60
[57049.077941] cgroup_rstat_flush+0xf4/0x7e0
[57049.077942] cgroup_rstat_exit+0x20/0xf0
[57049.077943] css_free_rwork_fn+0x12e/0x400
[57049.077944] process_one_work+0x19e/0x3e0
[57049.077946] worker_thread+0x2ad/0x3c0
[57049.077947] kthread+0x108/0x220
[57049.077948] ? __pfx_worker_thread+0x10/0x10
[57049.077950] ? __pfx_kthread+0x10/0x10
[57049.077951] ret_from_fork+0x3d/0x60
[57049.077952] ? __pfx_kthread+0x10/0x10
[57049.077953] ret_from_fork_asm+0x1a/0x30
[57049.077954] </TASK>
[57229.093155] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[57229.106228] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1690530
[57229.123943] rcu: (detected by 175, t=6587342 jiffies, g=639685, q=29503 ncpus=256)
[57229.139148] Sending NMI from CPU 175 to CPUs 156:
[57229.139155] NMI backtrace for cpu 156
[57229.139161] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[57229.139164] Tainted: [D]=DIE, [W]=WARN
[57229.139164] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[57229.139165] Workqueue: cgroup_destroy css_free_rwork_fn
[57229.139168] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[57229.139170] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[57229.139170] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[57229.139171] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[57229.139172] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[57229.139172] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[57229.139173] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[57229.139173] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[57229.139174] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[57229.139175] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[57229.139176] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[57229.139176] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[57229.139177] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[57229.139177] PKRU: 55555554
[57229.139177] Call Trace:
[57229.139178] <TASK>
[57229.139179] _raw_spin_lock_irqsave+0x46/0x60
[57229.139181] cgroup_rstat_flush+0xf4/0x7e0
[57229.139182] cgroup_rstat_exit+0x20/0xf0
[57229.139184] css_free_rwork_fn+0x12e/0x400
[57229.139185] process_one_work+0x19e/0x3e0
[57229.139187] worker_thread+0x2ad/0x3c0
[57229.139188] kthread+0x108/0x220
[57229.139189] ? __pfx_worker_thread+0x10/0x10
[57229.139191] ? __pfx_kthread+0x10/0x10
[57229.139192] ret_from_fork+0x3d/0x60
[57229.139193] ? __pfx_kthread+0x10/0x10
[57229.139193] ret_from_fork_asm+0x1a/0x30
[57229.139195] </TASK>
[57409.154397] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[57409.167458] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1702396
[57409.185166] rcu: (detected by 71, t=6632358 jiffies, g=639685, q=29516 ncpus=256)
[57409.200269] Sending NMI from CPU 71 to CPUs 156:
[57409.200274] NMI backtrace for cpu 156
[57409.200279] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[57409.200282] Tainted: [D]=DIE, [W]=WARN
[57409.200282] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[57409.200284] Workqueue: cgroup_destroy css_free_rwork_fn
[57409.200287] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[57409.200289] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[57409.200290] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[57409.200291] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[57409.200291] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[57409.200292] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[57409.200292] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[57409.200292] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[57409.200293] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[57409.200294] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[57409.200294] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[57409.200295] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[57409.200295] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[57409.200295] PKRU: 55555554
[57409.200296] Call Trace:
[57409.200296] <TASK>
[57409.200298] _raw_spin_lock_irqsave+0x46/0x60
[57409.200299] cgroup_rstat_flush+0xf4/0x7e0
[57409.200300] cgroup_rstat_exit+0x20/0xf0
[57409.200301] css_free_rwork_fn+0x12e/0x400
[57409.200302] process_one_work+0x19e/0x3e0
[57409.200304] worker_thread+0x2ad/0x3c0
[57409.200305] kthread+0x108/0x220
[57409.200306] ? __pfx_worker_thread+0x10/0x10
[57409.200308] ? __pfx_kthread+0x10/0x10
[57409.200309] ret_from_fork+0x3d/0x60
[57409.200310] ? __pfx_kthread+0x10/0x10
[57409.200311] ret_from_fork_asm+0x1a/0x30
[57409.200313] </TASK>
[57589.215637] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[57589.228697] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1714205
[57589.246397] rcu: (detected by 175, t=6677374 jiffies, g=639685, q=29531 ncpus=256)
[57589.261577] Sending NMI from CPU 175 to CPUs 156:
[57589.261583] NMI backtrace for cpu 156
[57589.261589] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[57589.261591] Tainted: [D]=DIE, [W]=WARN
[57589.261592] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[57589.261593] Workqueue: cgroup_destroy css_free_rwork_fn
[57589.261595] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[57589.261598] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[57589.261598] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[57589.261599] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[57589.261599] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[57589.261600] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[57589.261600] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[57589.261601] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[57589.261602] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[57589.261602] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[57589.261602] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[57589.261603] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[57589.261603] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[57589.261604] PKRU: 55555554
[57589.261604] Call Trace:
[57589.261605] <TASK>
[57589.261606] _raw_spin_lock_irqsave+0x46/0x60
[57589.261607] cgroup_rstat_flush+0xf4/0x7e0
[57589.261609] cgroup_rstat_exit+0x20/0xf0
[57589.261610] css_free_rwork_fn+0x12e/0x400
[57589.261611] process_one_work+0x19e/0x3e0
[57589.261612] worker_thread+0x2ad/0x3c0
[57589.261614] kthread+0x108/0x220
[57589.261615] ? __pfx_worker_thread+0x10/0x10
[57589.261616] ? __pfx_kthread+0x10/0x10
[57589.261617] ret_from_fork+0x3d/0x60
[57589.261618] ? __pfx_kthread+0x10/0x10
[57589.261619] ret_from_fork_asm+0x1a/0x30
[57589.261621] </TASK>
[57769.276878] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[57769.289924] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1726098
[57769.307626] rcu: (detected by 71, t=6722390 jiffies, g=639685, q=29546 ncpus=256)
[57769.322720] Sending NMI from CPU 71 to CPUs 156:
[57769.322725] NMI backtrace for cpu 156
[57769.322730] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[57769.322733] Tainted: [D]=DIE, [W]=WARN
[57769.322734] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[57769.322734] Workqueue: cgroup_destroy css_free_rwork_fn
[57769.322738] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[57769.322739] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[57769.322740] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[57769.322741] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[57769.322742] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[57769.322742] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[57769.322742] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[57769.322743] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[57769.322744] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[57769.322744] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[57769.322744] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[57769.322745] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[57769.322746] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[57769.322746] PKRU: 55555554
[57769.322746] Call Trace:
[57769.322747] <TASK>
[57769.322748] _raw_spin_lock_irqsave+0x46/0x60
[57769.322749] cgroup_rstat_flush+0xf4/0x7e0
[57769.322751] cgroup_rstat_exit+0x20/0xf0
[57769.322752] css_free_rwork_fn+0x12e/0x400
[57769.322752] process_one_work+0x19e/0x3e0
[57769.322754] worker_thread+0x2ad/0x3c0
[57769.322756] kthread+0x108/0x220
[57769.322757] ? __pfx_worker_thread+0x10/0x10
[57769.322758] ? __pfx_kthread+0x10/0x10
[57769.322759] ret_from_fork+0x3d/0x60
[57769.322760] ? __pfx_kthread+0x10/0x10
[57769.322761] ret_from_fork_asm+0x1a/0x30
[57769.322763] </TASK>
[57949.338119] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[57949.351173] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1737892
[57949.368873] rcu: (detected by 175, t=6767406 jiffies, g=639685, q=29559 ncpus=256)
[57949.384063] Sending NMI from CPU 175 to CPUs 156:
[57949.384069] NMI backtrace for cpu 156
[57949.384074] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[57949.384077] Tainted: [D]=DIE, [W]=WARN
[57949.384077] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[57949.384078] Workqueue: cgroup_destroy css_free_rwork_fn
[57949.384082] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[57949.384084] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[57949.384085] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[57949.384086] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[57949.384087] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[57949.384087] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[57949.384087] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[57949.384088] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[57949.384089] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[57949.384089] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[57949.384090] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[57949.384090] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[57949.384091] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[57949.384091] PKRU: 55555554
[57949.384091] Call Trace:
[57949.384092] <TASK>
[57949.384093] _raw_spin_lock_irqsave+0x46/0x60
[57949.384094] cgroup_rstat_flush+0xf4/0x7e0
[57949.384096] cgroup_rstat_exit+0x20/0xf0
[57949.384097] css_free_rwork_fn+0x12e/0x400
[57949.384097] process_one_work+0x19e/0x3e0
[57949.384099] worker_thread+0x2ad/0x3c0
[57949.384101] kthread+0x108/0x220
[57949.384102] ? __pfx_worker_thread+0x10/0x10
[57949.384103] ? __pfx_kthread+0x10/0x10
[57949.384104] ret_from_fork+0x3d/0x60
[57949.384105] ? __pfx_kthread+0x10/0x10
[57949.384106] ret_from_fork_asm+0x1a/0x30
[57949.384108] </TASK>
[58129.399361] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[58129.412413] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1749771
[58129.430112] rcu: (detected by 208, t=6812422 jiffies, g=639685, q=29577 ncpus=256)
[58129.445303] Sending NMI from CPU 208 to CPUs 156:
[58129.445309] NMI backtrace for cpu 156
[58129.445315] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[58129.445318] Tainted: [D]=DIE, [W]=WARN
[58129.445318] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[58129.445319] Workqueue: cgroup_destroy css_free_rwork_fn
[58129.445322] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[58129.445324] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[58129.445326] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[58129.445326] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[58129.445327] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[58129.445327] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[58129.445328] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[58129.445328] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[58129.445329] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[58129.445330] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[58129.445330] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[58129.445331] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[58129.445331] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[58129.445331] PKRU: 55555554
[58129.445332] Call Trace:
[58129.445332] <TASK>
[58129.445333] _raw_spin_lock_irqsave+0x46/0x60
[58129.445334] cgroup_rstat_flush+0xf4/0x7e0
[58129.445336] cgroup_rstat_exit+0x20/0xf0
[58129.445337] css_free_rwork_fn+0x12e/0x400
[58129.445338] process_one_work+0x19e/0x3e0
[58129.445339] worker_thread+0x2ad/0x3c0
[58129.445341] kthread+0x108/0x220
[58129.445342] ? __pfx_worker_thread+0x10/0x10
[58129.445343] ? __pfx_kthread+0x10/0x10
[58129.445344] ret_from_fork+0x3d/0x60
[58129.445345] ? __pfx_kthread+0x10/0x10
[58129.445346] ret_from_fork_asm+0x1a/0x30
[58129.445348] </TASK>
[58309.460601] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[58309.473662] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1761436
[58309.491365] rcu: (detected by 219, t=6857438 jiffies, g=639685, q=29598 ncpus=256)
[58309.506561] Sending NMI from CPU 219 to CPUs 156:
[58309.506566] NMI backtrace for cpu 156
[58309.506572] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[58309.506575] Tainted: [D]=DIE, [W]=WARN
[58309.506575] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[58309.506576] Workqueue: cgroup_destroy css_free_rwork_fn
[58309.506579] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[58309.506581] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[58309.506582] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[58309.506583] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[58309.506583] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[58309.506584] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[58309.506584] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[58309.506584] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[58309.506585] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[58309.506586] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[58309.506586] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[58309.506587] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[58309.506587] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[58309.506588] PKRU: 55555554
[58309.506588] Call Trace:
[58309.506588] <TASK>
[58309.506590] _raw_spin_lock_irqsave+0x46/0x60
[58309.506591] cgroup_rstat_flush+0xf4/0x7e0
[58309.506593] cgroup_rstat_exit+0x20/0xf0
[58309.506594] css_free_rwork_fn+0x12e/0x400
[58309.506594] process_one_work+0x19e/0x3e0
[58309.506596] worker_thread+0x2ad/0x3c0
[58309.506598] kthread+0x108/0x220
[58309.506598] ? __pfx_worker_thread+0x10/0x10
[58309.506600] ? __pfx_kthread+0x10/0x10
[58309.506601] ret_from_fork+0x3d/0x60
[58309.506602] ? __pfx_kthread+0x10/0x10
[58309.506603] ret_from_fork_asm+0x1a/0x30
[58309.506605] </TASK>
[58489.521843] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[58489.534899] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1773223
[58489.552595] rcu: (detected by 175, t=6902454 jiffies, g=639685, q=29613 ncpus=256)
[58489.567782] Sending NMI from CPU 175 to CPUs 156:
[58489.567787] NMI backtrace for cpu 156
[58489.567793] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[58489.567795] Tainted: [D]=DIE, [W]=WARN
[58489.567796] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[58489.567796] Workqueue: cgroup_destroy css_free_rwork_fn
[58489.567799] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[58489.567801] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[58489.567802] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[58489.567803] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[58489.567804] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[58489.567804] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[58489.567804] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[58489.567805] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[58489.567806] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[58489.567806] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[58489.567807] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[58489.567807] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[58489.567808] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[58489.567808] PKRU: 55555554
[58489.567808] Call Trace:
[58489.567809] <TASK>
[58489.567810] _raw_spin_lock_irqsave+0x46/0x60
[58489.567811] cgroup_rstat_flush+0xf4/0x7e0
[58489.567813] cgroup_rstat_exit+0x20/0xf0
[58489.567814] css_free_rwork_fn+0x12e/0x400
[58489.567815] process_one_work+0x19e/0x3e0
[58489.567816] worker_thread+0x2ad/0x3c0
[58489.567818] kthread+0x108/0x220
[58489.567819] ? __pfx_worker_thread+0x10/0x10
[58489.567820] ? __pfx_kthread+0x10/0x10
[58489.567821] ret_from_fork+0x3d/0x60
[58489.567822] ? __pfx_kthread+0x10/0x10
[58489.567823] ret_from_fork_asm+0x1a/0x30
[58489.567825] </TASK>
[58669.583085] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[58669.596142] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1785065
[58669.613849] rcu: (detected by 175, t=6947470 jiffies, g=639685, q=29626 ncpus=256)
[58669.629046] Sending NMI from CPU 175 to CPUs 156:
[58669.629053] NMI backtrace for cpu 156
[58669.629058] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[58669.629061] Tainted: [D]=DIE, [W]=WARN
[58669.629062] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[58669.629062] Workqueue: cgroup_destroy css_free_rwork_fn
[58669.629066] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[58669.629068] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[58669.629069] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[58669.629070] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[58669.629071] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[58669.629071] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[58669.629071] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[58669.629072] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[58669.629073] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[58669.629073] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[58669.629073] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[58669.629074] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[58669.629074] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[58669.629075] PKRU: 55555554
[58669.629075] Call Trace:
[58669.629076] <TASK>
[58669.629077] _raw_spin_lock_irqsave+0x46/0x60
[58669.629078] cgroup_rstat_flush+0xf4/0x7e0
[58669.629080] cgroup_rstat_exit+0x20/0xf0
[58669.629081] css_free_rwork_fn+0x12e/0x400
[58669.629081] process_one_work+0x19e/0x3e0
[58669.629083] worker_thread+0x2ad/0x3c0
[58669.629085] kthread+0x108/0x220
[58669.629086] ? __pfx_worker_thread+0x10/0x10
[58669.629087] ? __pfx_kthread+0x10/0x10
[58669.629088] ret_from_fork+0x3d/0x60
[58669.629089] ? __pfx_kthread+0x10/0x10
[58669.629090] ret_from_fork_asm+0x1a/0x30
[58669.629092] </TASK>
[58849.644324] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[58849.657372] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1796859
[58849.675068] rcu: (detected by 175, t=6992486 jiffies, g=639685, q=29638 ncpus=256)
[58849.690254] Sending NMI from CPU 175 to CPUs 156:
[58849.690258] NMI backtrace for cpu 156
[58849.690263] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[58849.690266] Tainted: [D]=DIE, [W]=WARN
[58849.690266] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[58849.690267] Workqueue: cgroup_destroy css_free_rwork_fn
[58849.690270] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[58849.690272] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[58849.690273] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[58849.690274] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[58849.690275] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[58849.690275] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[58849.690275] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[58849.690276] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[58849.690277] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[58849.690277] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[58849.690277] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[58849.690278] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[58849.690278] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[58849.690279] PKRU: 55555554
[58849.690279] Call Trace:
[58849.690280] <TASK>
[58849.690281] _raw_spin_lock_irqsave+0x46/0x60
[58849.690282] cgroup_rstat_flush+0xf4/0x7e0
[58849.690284] cgroup_rstat_exit+0x20/0xf0
[58849.690285] css_free_rwork_fn+0x12e/0x400
[58849.690285] process_one_work+0x19e/0x3e0
[58849.690287] worker_thread+0x2ad/0x3c0
[58849.690289] kthread+0x108/0x220
[58849.690289] ? __pfx_worker_thread+0x10/0x10
[58849.690291] ? __pfx_kthread+0x10/0x10
[58849.690292] ret_from_fork+0x3d/0x60
[58849.690293] ? __pfx_kthread+0x10/0x10
[58849.690294] ret_from_fork_asm+0x1a/0x30
[58849.690296] </TASK>
[59029.705568] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[59029.718630] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1808624
[59029.736339] rcu: (detected by 71, t=7037502 jiffies, g=639685, q=29652 ncpus=256)
[59029.751443] Sending NMI from CPU 71 to CPUs 156:
[59029.751448] NMI backtrace for cpu 156
[59029.751454] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[59029.751457] Tainted: [D]=DIE, [W]=WARN
[59029.751457] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[59029.751458] Workqueue: cgroup_destroy css_free_rwork_fn
[59029.751461] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[59029.751463] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[59029.751464] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[59029.751465] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[59029.751466] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[59029.751466] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[59029.751466] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[59029.751467] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[59029.751468] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[59029.751468] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[59029.751468] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[59029.751469] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[59029.751470] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[59029.751470] PKRU: 55555554
[59029.751470] Call Trace:
[59029.751471] <TASK>
[59029.751472] _raw_spin_lock_irqsave+0x46/0x60
[59029.751473] cgroup_rstat_flush+0xf4/0x7e0
[59029.751475] cgroup_rstat_exit+0x20/0xf0
[59029.751476] css_free_rwork_fn+0x12e/0x400
[59029.751477] process_one_work+0x19e/0x3e0
[59029.751478] worker_thread+0x2ad/0x3c0
[59029.751480] kthread+0x108/0x220
[59029.751481] ? __pfx_worker_thread+0x10/0x10
[59029.751482] ? __pfx_kthread+0x10/0x10
[59029.751483] ret_from_fork+0x3d/0x60
[59029.751484] ? __pfx_kthread+0x10/0x10
[59029.751485] ret_from_fork_asm+0x1a/0x30
[59029.751487] </TASK>
[59209.766809] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[59209.779870] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1820418
[59209.797578] rcu: (detected by 91, t=7082518 jiffies, g=639685, q=29675 ncpus=256)
[59209.812678] Sending NMI from CPU 91 to CPUs 156:
[59209.812683] NMI backtrace for cpu 156
[59209.812688] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[59209.812691] Tainted: [D]=DIE, [W]=WARN
[59209.812692] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[59209.812693] Workqueue: cgroup_destroy css_free_rwork_fn
[59209.812696] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[59209.812697] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[59209.812698] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[59209.812699] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[59209.812700] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[59209.812700] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[59209.812700] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[59209.812701] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[59209.812702] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[59209.812702] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[59209.812702] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[59209.812703] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[59209.812703] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[59209.812704] PKRU: 55555554
[59209.812704] Call Trace:
[59209.812705] <TASK>
[59209.812706] _raw_spin_lock_irqsave+0x46/0x60
[59209.812707] cgroup_rstat_flush+0xf4/0x7e0
[59209.812709] cgroup_rstat_exit+0x20/0xf0
[59209.812710] css_free_rwork_fn+0x12e/0x400
[59209.812710] process_one_work+0x19e/0x3e0
[59209.812712] worker_thread+0x2ad/0x3c0
[59209.812714] kthread+0x108/0x220
[59209.812715] ? __pfx_worker_thread+0x10/0x10
[59209.812716] ? __pfx_kthread+0x10/0x10
[59209.812717] ret_from_fork+0x3d/0x60
[59209.812718] ? __pfx_kthread+0x10/0x10
[59209.812719] ret_from_fork_asm+0x1a/0x30
[59209.812721] </TASK>
[59389.828049] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[59389.841104] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1832218
[59389.858807] rcu: (detected by 66, t=7127534 jiffies, g=639685, q=29690 ncpus=256)
[59389.873903] Sending NMI from CPU 66 to CPUs 156:
[59389.873908] NMI backtrace for cpu 156
[59389.873914] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[59389.873917] Tainted: [D]=DIE, [W]=WARN
[59389.873917] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[59389.873918] Workqueue: cgroup_destroy css_free_rwork_fn
[59389.873922] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[59389.873924] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[59389.873925] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[59389.873925] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[59389.873926] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[59389.873926] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[59389.873927] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[59389.873927] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[59389.873928] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[59389.873929] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[59389.873929] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[59389.873930] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[59389.873930] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[59389.873930] PKRU: 55555554
[59389.873931] Call Trace:
[59389.873932] <TASK>
[59389.873933] _raw_spin_lock_irqsave+0x46/0x60
[59389.873934] cgroup_rstat_flush+0xf4/0x7e0
[59389.873936] cgroup_rstat_exit+0x20/0xf0
[59389.873937] css_free_rwork_fn+0x12e/0x400
[59389.873937] process_one_work+0x19e/0x3e0
[59389.873939] worker_thread+0x2ad/0x3c0
[59389.873941] kthread+0x108/0x220
[59389.873942] ? __pfx_worker_thread+0x10/0x10
[59389.873943] ? __pfx_kthread+0x10/0x10
[59389.873944] ret_from_fork+0x3d/0x60
[59389.873945] ? __pfx_kthread+0x10/0x10
[59389.873946] ret_from_fork_asm+0x1a/0x30
[59389.873948] </TASK>
[59569.889291] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[59569.902347] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1843998
[59569.920054] rcu: (detected by 219, t=7172550 jiffies, g=639685, q=29705 ncpus=256)
[59569.935252] Sending NMI from CPU 219 to CPUs 156:
[59569.935259] NMI backtrace for cpu 156
[59569.935265] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[59569.935268] Tainted: [D]=DIE, [W]=WARN
[59569.935268] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[59569.935269] Workqueue: cgroup_destroy css_free_rwork_fn
[59569.935272] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[59569.935274] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[59569.935275] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[59569.935276] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[59569.935276] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[59569.935277] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[59569.935277] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[59569.935277] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[59569.935278] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[59569.935279] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[59569.935279] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[59569.935280] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[59569.935280] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[59569.935280] PKRU: 55555554
[59569.935281] Call Trace:
[59569.935281] <TASK>
[59569.935283] _raw_spin_lock_irqsave+0x46/0x60
[59569.935284] cgroup_rstat_flush+0xf4/0x7e0
[59569.935285] cgroup_rstat_exit+0x20/0xf0
[59569.935286] css_free_rwork_fn+0x12e/0x400
[59569.935287] process_one_work+0x19e/0x3e0
[59569.935289] worker_thread+0x2ad/0x3c0
[59569.935290] kthread+0x108/0x220
[59569.935291] ? __pfx_worker_thread+0x10/0x10
[59569.935293] ? __pfx_kthread+0x10/0x10
[59569.935293] ret_from_fork+0x3d/0x60
[59569.935295] ? __pfx_kthread+0x10/0x10
[59569.935295] ret_from_fork_asm+0x1a/0x30
[59569.935297] </TASK>
[59749.950532] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[59749.963588] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1855810
[59749.981283] rcu: (detected by 175, t=7217566 jiffies, g=639685, q=29718 ncpus=256)
[59749.996470] Sending NMI from CPU 175 to CPUs 156:
[59749.996475] NMI backtrace for cpu 156
[59749.996480] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[59749.996483] Tainted: [D]=DIE, [W]=WARN
[59749.996483] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[59749.996484] Workqueue: cgroup_destroy css_free_rwork_fn
[59749.996487] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[59749.996489] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[59749.996490] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[59749.996491] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[59749.996491] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[59749.996492] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[59749.996492] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[59749.996492] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[59749.996493] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[59749.996494] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[59749.996494] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[59749.996495] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[59749.996495] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[59749.996496] PKRU: 55555554
[59749.996496] Call Trace:
[59749.996496] <TASK>
[59749.996498] _raw_spin_lock_irqsave+0x46/0x60
[59749.996499] cgroup_rstat_flush+0xf4/0x7e0
[59749.996500] cgroup_rstat_exit+0x20/0xf0
[59749.996502] css_free_rwork_fn+0x12e/0x400
[59749.996502] process_one_work+0x19e/0x3e0
[59749.996504] worker_thread+0x2ad/0x3c0
[59749.996506] kthread+0x108/0x220
[59749.996506] ? __pfx_worker_thread+0x10/0x10
[59749.996508] ? __pfx_kthread+0x10/0x10
[59749.996509] ret_from_fork+0x3d/0x60
[59749.996510] ? __pfx_kthread+0x10/0x10
[59749.996511] ret_from_fork_asm+0x1a/0x30
[59749.996513] </TASK>
[59930.011772] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[59930.024816] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1867639
[59930.042507] rcu: (detected by 175, t=7262582 jiffies, g=639685, q=29735 ncpus=256)
[59930.057691] Sending NMI from CPU 175 to CPUs 156:
[59930.057696] NMI backtrace for cpu 156
[59930.057702] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[59930.057705] Tainted: [D]=DIE, [W]=WARN
[59930.057705] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[59930.057706] Workqueue: cgroup_destroy css_free_rwork_fn
[59930.057709] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[59930.057711] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[59930.057712] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[59930.057713] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[59930.057713] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[59930.057714] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[59930.057714] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[59930.057715] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[59930.057716] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[59930.057716] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[59930.057716] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[59930.057717] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[59930.057717] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[59930.057718] PKRU: 55555554
[59930.057718] Call Trace:
[59930.057719] <TASK>
[59930.057720] _raw_spin_lock_irqsave+0x46/0x60
[59930.057721] cgroup_rstat_flush+0xf4/0x7e0
[59930.057723] cgroup_rstat_exit+0x20/0xf0
[59930.057724] css_free_rwork_fn+0x12e/0x400
[59930.057724] process_one_work+0x19e/0x3e0
[59930.057726] worker_thread+0x2ad/0x3c0
[59930.057728] kthread+0x108/0x220
[59930.057728] ? __pfx_worker_thread+0x10/0x10
[59930.057730] ? __pfx_kthread+0x10/0x10
[59930.057731] ret_from_fork+0x3d/0x60
[59930.057732] ? __pfx_kthread+0x10/0x10
[59930.057733] ret_from_fork_asm+0x1a/0x30
[59930.057735] </TASK>
[60110.073014] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[60110.086077] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1879564
[60110.103787] rcu: (detected by 91, t=7307598 jiffies, g=639685, q=29747 ncpus=256)
[60110.118897] Sending NMI from CPU 91 to CPUs 156:
[60110.118902] NMI backtrace for cpu 156
[60110.118907] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[60110.118911] Tainted: [D]=DIE, [W]=WARN
[60110.118911] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[60110.118912] Workqueue: cgroup_destroy css_free_rwork_fn
[60110.118915] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[60110.118917] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[60110.118918] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[60110.118919] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[60110.118919] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[60110.118920] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[60110.118920] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[60110.118921] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[60110.118922] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[60110.118923] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[60110.118923] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[60110.118924] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[60110.118924] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[60110.118925] PKRU: 55555554
[60110.118925] Call Trace:
[60110.118925] <TASK>
[60110.118927] _raw_spin_lock_irqsave+0x46/0x60
[60110.118928] cgroup_rstat_flush+0xf4/0x7e0
[60110.118929] cgroup_rstat_exit+0x20/0xf0
[60110.118930] css_free_rwork_fn+0x12e/0x400
[60110.118931] process_one_work+0x19e/0x3e0
[60110.118933] worker_thread+0x2ad/0x3c0
[60110.118934] kthread+0x108/0x220
[60110.118935] ? __pfx_worker_thread+0x10/0x10
[60110.118937] ? __pfx_kthread+0x10/0x10
[60110.118938] ret_from_fork+0x3d/0x60
[60110.118939] ? __pfx_kthread+0x10/0x10
[60110.118940] ret_from_fork_asm+0x1a/0x30
[60110.118942] </TASK>
[60290.134255] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[60290.147318] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1891369
[60290.165027] rcu: (detected by 175, t=7352614 jiffies, g=639685, q=29769 ncpus=256)
[60290.180224] Sending NMI from CPU 175 to CPUs 156:
[60290.180230] NMI backtrace for cpu 156
[60290.180235] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[60290.180238] Tainted: [D]=DIE, [W]=WARN
[60290.180239] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[60290.180240] Workqueue: cgroup_destroy css_free_rwork_fn
[60290.180243] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[60290.180245] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[60290.180246] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[60290.180247] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[60290.180247] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[60290.180248] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[60290.180248] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[60290.180248] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[60290.180249] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[60290.180250] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[60290.180250] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[60290.180251] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[60290.180251] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[60290.180252] PKRU: 55555554
[60290.180252] Call Trace:
[60290.180252] <TASK>
[60290.180254] _raw_spin_lock_irqsave+0x46/0x60
[60290.180255] cgroup_rstat_flush+0xf4/0x7e0
[60290.180256] cgroup_rstat_exit+0x20/0xf0
[60290.180257] css_free_rwork_fn+0x12e/0x400
[60290.180258] process_one_work+0x19e/0x3e0
[60290.180260] worker_thread+0x2ad/0x3c0
[60290.180261] kthread+0x108/0x220
[60290.180262] ? __pfx_worker_thread+0x10/0x10
[60290.180264] ? __pfx_kthread+0x10/0x10
[60290.180265] ret_from_fork+0x3d/0x60
[60290.180266] ? __pfx_kthread+0x10/0x10
[60290.180267] ret_from_fork_asm+0x1a/0x30
[60290.180269] </TASK>
[60470.195499] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[60470.208551] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1903218
[60470.226254] rcu: (detected by 44, t=7397630 jiffies, g=639685, q=29784 ncpus=256)
[60470.241356] Sending NMI from CPU 44 to CPUs 156:
[60470.241361] NMI backtrace for cpu 156
[60470.241368] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[60470.241370] Tainted: [D]=DIE, [W]=WARN
[60470.241370] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[60470.241371] Workqueue: cgroup_destroy css_free_rwork_fn
[60470.241374] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[60470.241376] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[60470.241377] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[60470.241378] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[60470.241378] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[60470.241379] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[60470.241379] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[60470.241380] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[60470.241380] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[60470.241381] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[60470.241381] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[60470.241382] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[60470.241382] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[60470.241383] PKRU: 55555554
[60470.241383] Call Trace:
[60470.241384] <TASK>
[60470.241385] _raw_spin_lock_irqsave+0x46/0x60
[60470.241386] cgroup_rstat_flush+0xf4/0x7e0
[60470.241387] cgroup_rstat_exit+0x20/0xf0
[60470.241389] css_free_rwork_fn+0x12e/0x400
[60470.241389] process_one_work+0x19e/0x3e0
[60470.241391] worker_thread+0x2ad/0x3c0
[60470.241393] kthread+0x108/0x220
[60470.241393] ? __pfx_worker_thread+0x10/0x10
[60470.241395] ? __pfx_kthread+0x10/0x10
[60470.241396] ret_from_fork+0x3d/0x60
[60470.241397] ? __pfx_kthread+0x10/0x10
[60470.241398] ret_from_fork_asm+0x1a/0x30
[60470.241400] </TASK>
[60650.256738] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[60650.269784] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1915045
[60650.287475] rcu: (detected by 66, t=7442646 jiffies, g=639685, q=29801 ncpus=256)
[60650.302561] Sending NMI from CPU 66 to CPUs 156:
[60650.302566] NMI backtrace for cpu 156
[60650.302571] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[60650.302574] Tainted: [D]=DIE, [W]=WARN
[60650.302575] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[60650.302575] Workqueue: cgroup_destroy css_free_rwork_fn
[60650.302578] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[60650.302581] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[60650.302582] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[60650.302582] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[60650.302583] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[60650.302583] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[60650.302584] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[60650.302584] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[60650.302585] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[60650.302586] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[60650.302586] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[60650.302587] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[60650.302587] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[60650.302587] PKRU: 55555554
[60650.302588] Call Trace:
[60650.302588] <TASK>
[60650.302589] _raw_spin_lock_irqsave+0x46/0x60
[60650.302591] cgroup_rstat_flush+0xf4/0x7e0
[60650.302592] cgroup_rstat_exit+0x20/0xf0
[60650.302593] css_free_rwork_fn+0x12e/0x400
[60650.302594] process_one_work+0x19e/0x3e0
[60650.302595] worker_thread+0x2ad/0x3c0
[60650.302597] kthread+0x108/0x220
[60650.302598] ? __pfx_worker_thread+0x10/0x10
[60650.302599] ? __pfx_kthread+0x10/0x10
[60650.302600] ret_from_fork+0x3d/0x60
[60650.302601] ? __pfx_kthread+0x10/0x10
[60650.302602] ret_from_fork_asm+0x1a/0x30
[60650.302604] </TASK>
[60830.317980] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[60830.331024] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1926848
[60830.348734] rcu: (detected by 194, t=7487662 jiffies, g=639685, q=29816 ncpus=256)
[60830.363931] Sending NMI from CPU 194 to CPUs 156:
[60830.363936] NMI backtrace for cpu 156
[60830.363942] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[60830.363945] Tainted: [D]=DIE, [W]=WARN
[60830.363945] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[60830.363946] Workqueue: cgroup_destroy css_free_rwork_fn
[60830.363949] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[60830.363951] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[60830.363953] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[60830.363953] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[60830.363954] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[60830.363954] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[60830.363955] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[60830.363955] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[60830.363956] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[60830.363957] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[60830.363957] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[60830.363958] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[60830.363958] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[60830.363958] PKRU: 55555554
[60830.363959] Call Trace:
[60830.363959] <TASK>
[60830.363960] _raw_spin_lock_irqsave+0x46/0x60
[60830.363962] cgroup_rstat_flush+0xf4/0x7e0
[60830.363963] cgroup_rstat_exit+0x20/0xf0
[60830.363964] css_free_rwork_fn+0x12e/0x400
[60830.363965] process_one_work+0x19e/0x3e0
[60830.363967] worker_thread+0x2ad/0x3c0
[60830.363968] kthread+0x108/0x220
[60830.363969] ? __pfx_worker_thread+0x10/0x10
[60830.363970] ? __pfx_kthread+0x10/0x10
[60830.363971] ret_from_fork+0x3d/0x60
[60830.363972] ? __pfx_kthread+0x10/0x10
[60830.363973] ret_from_fork_asm+0x1a/0x30
[60830.363975] </TASK>
[61010.379220] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[61010.392284] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1938655
[61010.409987] rcu: (detected by 175, t=7532678 jiffies, g=639685, q=29831 ncpus=256)
[61010.425182] Sending NMI from CPU 175 to CPUs 156:
[61010.425188] NMI backtrace for cpu 156
[61010.425194] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[61010.425197] Tainted: [D]=DIE, [W]=WARN
[61010.425197] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[61010.425198] Workqueue: cgroup_destroy css_free_rwork_fn
[61010.425201] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[61010.425204] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[61010.425205] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[61010.425206] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[61010.425206] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[61010.425207] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[61010.425207] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[61010.425207] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[61010.425209] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[61010.425209] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[61010.425210] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[61010.425211] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[61010.425211] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[61010.425211] PKRU: 55555554
[61010.425212] Call Trace:
[61010.425212] <TASK>
[61010.425213] _raw_spin_lock_irqsave+0x46/0x60
[61010.425214] cgroup_rstat_flush+0xf4/0x7e0
[61010.425216] cgroup_rstat_exit+0x20/0xf0
[61010.425217] css_free_rwork_fn+0x12e/0x400
[61010.425218] process_one_work+0x19e/0x3e0
[61010.425219] worker_thread+0x2ad/0x3c0
[61010.425221] kthread+0x108/0x220
[61010.425222] ? __pfx_worker_thread+0x10/0x10
[61010.425223] ? __pfx_kthread+0x10/0x10
[61010.425224] ret_from_fork+0x3d/0x60
[61010.425225] ? __pfx_kthread+0x10/0x10
[61010.425226] ret_from_fork_asm+0x1a/0x30
[61010.425228] </TASK>
[61190.440462] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[61190.453519] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1950498
[61190.471223] rcu: (detected by 194, t=7577694 jiffies, g=639685, q=29854 ncpus=256)
[61190.486416] Sending NMI from CPU 194 to CPUs 156:
[61190.486421] NMI backtrace for cpu 156
[61190.486426] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[61190.486429] Tainted: [D]=DIE, [W]=WARN
[61190.486429] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[61190.486430] Workqueue: cgroup_destroy css_free_rwork_fn
[61190.486433] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[61190.486435] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[61190.486436] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[61190.486437] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[61190.486437] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[61190.486438] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[61190.486438] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[61190.486439] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[61190.486440] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[61190.486441] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[61190.486441] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[61190.486442] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[61190.486442] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[61190.486442] PKRU: 55555554
[61190.486443] Call Trace:
[61190.486443] <TASK>
[61190.486444] _raw_spin_lock_irqsave+0x46/0x60
[61190.486446] cgroup_rstat_flush+0xf4/0x7e0
[61190.486447] cgroup_rstat_exit+0x20/0xf0
[61190.486449] css_free_rwork_fn+0x12e/0x400
[61190.486450] process_one_work+0x19e/0x3e0
[61190.486451] worker_thread+0x2ad/0x3c0
[61190.486453] kthread+0x108/0x220
[61190.486454] ? __pfx_worker_thread+0x10/0x10
[61190.486455] ? __pfx_kthread+0x10/0x10
[61190.486456] ret_from_fork+0x3d/0x60
[61190.486457] ? __pfx_kthread+0x10/0x10
[61190.486458] ret_from_fork_asm+0x1a/0x30
[61190.486460] </TASK>
[61370.501703] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[61370.514760] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1962274
[61370.532469] rcu: (detected by 71, t=7622710 jiffies, g=639685, q=29870 ncpus=256)
[61370.547574] Sending NMI from CPU 71 to CPUs 156:
[61370.547578] NMI backtrace for cpu 156
[61370.547584] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[61370.547586] Tainted: [D]=DIE, [W]=WARN
[61370.547587] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[61370.547587] Workqueue: cgroup_destroy css_free_rwork_fn
[61370.547590] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[61370.547592] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[61370.547593] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[61370.547594] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[61370.547595] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[61370.547595] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[61370.547595] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[61370.547596] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[61370.547597] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[61370.547597] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[61370.547597] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[61370.547598] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[61370.547598] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[61370.547599] PKRU: 55555554
[61370.547599] Call Trace:
[61370.547600] <TASK>
[61370.547601] _raw_spin_lock_irqsave+0x46/0x60
[61370.547602] cgroup_rstat_flush+0xf4/0x7e0
[61370.547603] cgroup_rstat_exit+0x20/0xf0
[61370.547605] css_free_rwork_fn+0x12e/0x400
[61370.547605] process_one_work+0x19e/0x3e0
[61370.547607] worker_thread+0x2ad/0x3c0
[61370.547609] kthread+0x108/0x220
[61370.547609] ? __pfx_worker_thread+0x10/0x10
[61370.547611] ? __pfx_kthread+0x10/0x10
[61370.547612] ret_from_fork+0x3d/0x60
[61370.547613] ? __pfx_kthread+0x10/0x10
[61370.547614] ret_from_fork_asm+0x1a/0x30
[61370.547616] </TASK>
[61550.562947] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[61550.576000] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1974091
[61550.593687] rcu: (detected by 175, t=7667726 jiffies, g=639685, q=29884 ncpus=256)
[61550.608875] Sending NMI from CPU 175 to CPUs 156:
[61550.608880] NMI backtrace for cpu 156
[61550.608886] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[61550.608889] Tainted: [D]=DIE, [W]=WARN
[61550.608889] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[61550.608890] Workqueue: cgroup_destroy css_free_rwork_fn
[61550.608893] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[61550.608895] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[61550.608897] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[61550.608898] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[61550.608898] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[61550.608899] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[61550.608899] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[61550.608900] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[61550.608900] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[61550.608901] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[61550.608901] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[61550.608902] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[61550.608902] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[61550.608903] PKRU: 55555554
[61550.608903] Call Trace:
[61550.608904] <TASK>
[61550.608905] _raw_spin_lock_irqsave+0x46/0x60
[61550.608906] cgroup_rstat_flush+0xf4/0x7e0
[61550.608907] cgroup_rstat_exit+0x20/0xf0
[61550.608909] css_free_rwork_fn+0x12e/0x400
[61550.608909] process_one_work+0x19e/0x3e0
[61550.608911] worker_thread+0x2ad/0x3c0
[61550.608913] kthread+0x108/0x220
[61550.608913] ? __pfx_worker_thread+0x10/0x10
[61550.608915] ? __pfx_kthread+0x10/0x10
[61550.608916] ret_from_fork+0x3d/0x60
[61550.608917] ? __pfx_kthread+0x10/0x10
[61550.608918] ret_from_fork_asm+0x1a/0x30
[61550.608920] </TASK>
[61730.624185] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[61730.637244] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1985948
[61730.654942] rcu: (detected by 83, t=7712742 jiffies, g=639685, q=29899 ncpus=256)
[61730.670044] Sending NMI from CPU 83 to CPUs 156:
[61730.670049] NMI backtrace for cpu 156
[61730.670054] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[61730.670057] Tainted: [D]=DIE, [W]=WARN
[61730.670057] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[61730.670058] Workqueue: cgroup_destroy css_free_rwork_fn
[61730.670061] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[61730.670063] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[61730.670064] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[61730.670065] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[61730.670066] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[61730.670066] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[61730.670066] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[61730.670067] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[61730.670068] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[61730.670068] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[61730.670068] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[61730.670069] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[61730.670069] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[61730.670070] PKRU: 55555554
[61730.670070] Call Trace:
[61730.670071] <TASK>
[61730.670072] _raw_spin_lock_irqsave+0x46/0x60
[61730.670073] cgroup_rstat_flush+0xf4/0x7e0
[61730.670075] cgroup_rstat_exit+0x20/0xf0
[61730.670076] css_free_rwork_fn+0x12e/0x400
[61730.670077] process_one_work+0x19e/0x3e0
[61730.670078] worker_thread+0x2ad/0x3c0
[61730.670080] kthread+0x108/0x220
[61730.670081] ? __pfx_worker_thread+0x10/0x10
[61730.670082] ? __pfx_kthread+0x10/0x10
[61730.670083] ret_from_fork+0x3d/0x60
[61730.670084] ? __pfx_kthread+0x10/0x10
[61730.670085] ret_from_fork_asm+0x1a/0x30
[61730.670087] </TASK>
[61910.685426] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[61910.698477] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=1997621
[61910.716177] rcu: (detected by 219, t=7757758 jiffies, g=639685, q=29912 ncpus=256)
[61910.731366] Sending NMI from CPU 219 to CPUs 156:
[61910.731372] NMI backtrace for cpu 156
[61910.731378] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[61910.731380] Tainted: [D]=DIE, [W]=WARN
[61910.731380] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[61910.731381] Workqueue: cgroup_destroy css_free_rwork_fn
[61910.731384] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[61910.731387] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[61910.731388] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[61910.731388] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[61910.731389] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[61910.731389] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[61910.731389] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[61910.731390] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[61910.731391] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[61910.731391] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[61910.731392] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[61910.731392] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[61910.731393] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[61910.731393] PKRU: 55555554
[61910.731393] Call Trace:
[61910.731394] <TASK>
[61910.731395] _raw_spin_lock_irqsave+0x46/0x60
[61910.731397] cgroup_rstat_flush+0xf4/0x7e0
[61910.731398] cgroup_rstat_exit+0x20/0xf0
[61910.731399] css_free_rwork_fn+0x12e/0x400
[61910.731400] process_one_work+0x19e/0x3e0
[61910.731402] worker_thread+0x2ad/0x3c0
[61910.731403] kthread+0x108/0x220
[61910.731404] ? __pfx_worker_thread+0x10/0x10
[61910.731406] ? __pfx_kthread+0x10/0x10
[61910.731406] ret_from_fork+0x3d/0x60
[61910.731408] ? __pfx_kthread+0x10/0x10
[61910.731408] ret_from_fork_asm+0x1a/0x30
[61910.731410] </TASK>
[62090.746669] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[62090.759717] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2009479
[62090.777406] rcu: (detected by 158, t=7802774 jiffies, g=639685, q=29932 ncpus=256)
[62090.792587] Sending NMI from CPU 158 to CPUs 156:
[62090.792591] NMI backtrace for cpu 156
[62090.792593] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[62090.792595] Tainted: [D]=DIE, [W]=WARN
[62090.792596] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[62090.792597] Workqueue: cgroup_destroy css_free_rwork_fn
[62090.792599] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[62090.792601] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[62090.792602] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[62090.792602] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[62090.792603] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[62090.792603] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[62090.792603] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[62090.792604] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[62090.792605] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[62090.792605] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[62090.792606] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[62090.792606] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[62090.792607] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[62090.792607] PKRU: 55555554
[62090.792607] Call Trace:
[62090.792608] <TASK>
[62090.792609] _raw_spin_lock_irqsave+0x46/0x60
[62090.792610] cgroup_rstat_flush+0xf4/0x7e0
[62090.792611] cgroup_rstat_exit+0x20/0xf0
[62090.792613] css_free_rwork_fn+0x12e/0x400
[62090.792613] process_one_work+0x19e/0x3e0
[62090.792615] worker_thread+0x2ad/0x3c0
[62090.792617] kthread+0x108/0x220
[62090.792617] ? __pfx_worker_thread+0x10/0x10
[62090.792619] ? __pfx_kthread+0x10/0x10
[62090.792620] ret_from_fork+0x3d/0x60
[62090.792621] ? __pfx_kthread+0x10/0x10
[62090.792622] ret_from_fork_asm+0x1a/0x30
[62090.792624] </TASK>
[62270.807910] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[62270.820966] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2021344
[62270.838661] rcu: (detected by 47, t=7847788 jiffies, g=639685, q=29949 ncpus=256)
[62270.853755] Sending NMI from CPU 47 to CPUs 156:
[62270.853760] NMI backtrace for cpu 156
[62270.853765] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[62270.853768] Tainted: [D]=DIE, [W]=WARN
[62270.853768] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[62270.853769] Workqueue: cgroup_destroy css_free_rwork_fn
[62270.853771] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[62270.853773] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[62270.853774] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[62270.853775] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[62270.853775] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[62270.853776] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[62270.853777] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[62270.853777] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[62270.853779] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[62270.853779] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[62270.853780] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[62270.853781] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[62270.853781] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[62270.853782] PKRU: 55555554
[62270.853782] Call Trace:
[62270.853782] <TASK>
[62270.853784] _raw_spin_lock_irqsave+0x46/0x60
[62270.853785] cgroup_rstat_flush+0xf4/0x7e0
[62270.853787] cgroup_rstat_exit+0x20/0xf0
[62270.853788] css_free_rwork_fn+0x12e/0x400
[62270.853789] process_one_work+0x19e/0x3e0
[62270.853791] worker_thread+0x2ad/0x3c0
[62270.853792] kthread+0x108/0x220
[62270.853793] ? __pfx_worker_thread+0x10/0x10
[62270.853795] ? __pfx_kthread+0x10/0x10
[62270.853796] ret_from_fork+0x3d/0x60
[62270.853797] ? __pfx_kthread+0x10/0x10
[62270.853798] ret_from_fork_asm+0x1a/0x30
[62270.853800] </TASK>
[62450.865150] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[62450.878217] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2033207
[62450.895926] rcu: (detected by 182, t=7892805 jiffies, g=639685, q=29965 ncpus=256)
[62450.911129] Sending NMI from CPU 182 to CPUs 156:
[62450.911135] NMI backtrace for cpu 156
[62450.911141] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[62450.911143] Tainted: [D]=DIE, [W]=WARN
[62450.911144] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[62450.911145] Workqueue: cgroup_destroy css_free_rwork_fn
[62450.911148] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[62450.911150] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[62450.911151] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[62450.911151] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[62450.911152] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[62450.911152] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[62450.911153] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[62450.911153] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[62450.911154] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[62450.911154] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[62450.911155] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[62450.911155] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[62450.911156] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[62450.911156] PKRU: 55555554
[62450.911156] Call Trace:
[62450.911157] <TASK>
[62450.911158] _raw_spin_lock_irqsave+0x46/0x60
[62450.911160] cgroup_rstat_flush+0xf4/0x7e0
[62450.911161] cgroup_rstat_exit+0x20/0xf0
[62450.911162] css_free_rwork_fn+0x12e/0x400
[62450.911163] process_one_work+0x19e/0x3e0
[62450.911164] worker_thread+0x2ad/0x3c0
[62450.911166] kthread+0x108/0x220
[62450.911167] ? __pfx_worker_thread+0x10/0x10
[62450.911168] ? __pfx_kthread+0x10/0x10
[62450.911169] ret_from_fork+0x3d/0x60
[62450.911170] ? __pfx_kthread+0x10/0x10
[62450.911171] ret_from_fork_asm+0x1a/0x30
[62450.911173] </TASK>
[62630.926391] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[62630.939476] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2045077
[62630.957201] rcu: (detected by 11, t=7937821 jiffies, g=639685, q=29978 ncpus=256)
[62630.972325] Sending NMI from CPU 11 to CPUs 156:
[62630.972331] NMI backtrace for cpu 156
[62630.972337] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[62630.972339] Tainted: [D]=DIE, [W]=WARN
[62630.972340] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[62630.972341] Workqueue: cgroup_destroy css_free_rwork_fn
[62630.972344] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[62630.972346] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[62630.972347] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[62630.972348] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[62630.972348] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[62630.972349] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[62630.972349] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[62630.972350] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[62630.972351] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[62630.972351] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[62630.972351] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[62630.972352] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[62630.972352] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[62630.972353] PKRU: 55555554
[62630.972353] Call Trace:
[62630.972354] <TASK>
[62630.972355] _raw_spin_lock_irqsave+0x46/0x60
[62630.972356] cgroup_rstat_flush+0xf4/0x7e0
[62630.972357] cgroup_rstat_exit+0x20/0xf0
[62630.972359] css_free_rwork_fn+0x12e/0x400
[62630.972360] process_one_work+0x19e/0x3e0
[62630.972361] worker_thread+0x2ad/0x3c0
[62630.972363] kthread+0x108/0x220
[62630.972364] ? __pfx_worker_thread+0x10/0x10
[62630.972366] ? __pfx_kthread+0x10/0x10
[62630.972367] ret_from_fork+0x3d/0x60
[62630.972368] ? __pfx_kthread+0x10/0x10
[62630.972368] ret_from_fork_asm+0x1a/0x30
[62630.972370] </TASK>
[62810.987632] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[62811.000696] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2056951
[62811.018411] rcu: (detected by 199, t=7982837 jiffies, g=639685, q=29995 ncpus=256)
[62811.033618] Sending NMI from CPU 199 to CPUs 156:
[62811.033623] NMI backtrace for cpu 156
[62811.033629] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[62811.033631] Tainted: [D]=DIE, [W]=WARN
[62811.033632] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[62811.033633] Workqueue: cgroup_destroy css_free_rwork_fn
[62811.033636] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[62811.033638] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[62811.033639] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[62811.033640] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[62811.033640] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[62811.033641] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[62811.033641] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[62811.033642] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[62811.033643] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[62811.033643] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[62811.033644] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[62811.033645] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[62811.033645] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[62811.033645] PKRU: 55555554
[62811.033646] Call Trace:
[62811.033646] <TASK>
[62811.033647] _raw_spin_lock_irqsave+0x46/0x60
[62811.033649] cgroup_rstat_flush+0xf4/0x7e0
[62811.033650] cgroup_rstat_exit+0x20/0xf0
[62811.033651] css_free_rwork_fn+0x12e/0x400
[62811.033652] process_one_work+0x19e/0x3e0
[62811.033654] worker_thread+0x2ad/0x3c0
[62811.033655] kthread+0x108/0x220
[62811.033656] ? __pfx_worker_thread+0x10/0x10
[62811.033657] ? __pfx_kthread+0x10/0x10
[62811.033658] ret_from_fork+0x3d/0x60
[62811.033659] ? __pfx_kthread+0x10/0x10
[62811.033660] ret_from_fork_asm+0x1a/0x30
[62811.033662] </TASK>
[62991.048874] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[62991.061947] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2068813
[62991.079666] rcu: (detected by 47, t=8027851 jiffies, g=639685, q=30007 ncpus=256)
[62991.094771] Sending NMI from CPU 47 to CPUs 156:
[62991.094776] NMI backtrace for cpu 156
[62991.094782] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[62991.094785] Tainted: [D]=DIE, [W]=WARN
[62991.094785] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[62991.094786] Workqueue: cgroup_destroy css_free_rwork_fn
[62991.094790] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[62991.094792] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[62991.094793] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[62991.094794] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[62991.094795] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[62991.094795] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[62991.094795] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[62991.094796] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[62991.094797] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[62991.094797] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[62991.094798] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[62991.094798] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[62991.094799] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[62991.094799] PKRU: 55555554
[62991.094799] Call Trace:
[62991.094800] <TASK>
[62991.094801] _raw_spin_lock_irqsave+0x46/0x60
[62991.094802] cgroup_rstat_flush+0xf4/0x7e0
[62991.094804] cgroup_rstat_exit+0x20/0xf0
[62991.094805] css_free_rwork_fn+0x12e/0x400
[62991.094806] process_one_work+0x19e/0x3e0
[62991.094807] worker_thread+0x2ad/0x3c0
[62991.094809] kthread+0x108/0x220
[62991.094810] ? __pfx_worker_thread+0x10/0x10
[62991.094811] ? __pfx_kthread+0x10/0x10
[62991.094812] ret_from_fork+0x3d/0x60
[62991.094813] ? __pfx_kthread+0x10/0x10
[62991.094814] ret_from_fork_asm+0x1a/0x30
[62991.094816] </TASK>
[63171.106116] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[63171.119174] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2080660
[63171.136880] rcu: (detected by 47, t=8072866 jiffies, g=639685, q=30024 ncpus=256)
[63171.151980] Sending NMI from CPU 47 to CPUs 156:
[63171.151984] NMI backtrace for cpu 156
[63171.151990] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[63171.151992] Tainted: [D]=DIE, [W]=WARN
[63171.151993] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[63171.151994] Workqueue: cgroup_destroy css_free_rwork_fn
[63171.151997] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[63171.151999] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[63171.152001] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[63171.152001] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[63171.152002] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[63171.152002] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[63171.152002] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[63171.152003] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[63171.152004] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[63171.152005] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[63171.152005] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[63171.152006] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[63171.152007] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[63171.152007] PKRU: 55555554
[63171.152007] Call Trace:
[63171.152008] <TASK>
[63171.152009] _raw_spin_lock_irqsave+0x46/0x60
[63171.152010] cgroup_rstat_flush+0xf4/0x7e0
[63171.152012] cgroup_rstat_exit+0x20/0xf0
[63171.152013] css_free_rwork_fn+0x12e/0x400
[63171.152014] process_one_work+0x19e/0x3e0
[63171.152015] worker_thread+0x2ad/0x3c0
[63171.152017] kthread+0x108/0x220
[63171.152018] ? __pfx_worker_thread+0x10/0x10
[63171.152019] ? __pfx_kthread+0x10/0x10
[63171.152020] ret_from_fork+0x3d/0x60
[63171.152021] ? __pfx_kthread+0x10/0x10
[63171.152022] ret_from_fork_asm+0x1a/0x30
[63171.152024] </TASK>
[63351.163357] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[63351.176408] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2092531
[63351.194104] rcu: (detected by 194, t=8117883 jiffies, g=639685, q=30039 ncpus=256)
[63351.209284] Sending NMI from CPU 194 to CPUs 156:
[63351.209290] NMI backtrace for cpu 156
[63351.209296] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[63351.209299] Tainted: [D]=DIE, [W]=WARN
[63351.209299] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[63351.209300] Workqueue: cgroup_destroy css_free_rwork_fn
[63351.209303] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[63351.209305] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[63351.209306] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[63351.209307] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[63351.209307] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[63351.209307] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[63351.209308] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[63351.209308] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[63351.209309] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[63351.209310] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[63351.209310] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[63351.209311] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[63351.209311] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[63351.209311] PKRU: 55555554
[63351.209312] Call Trace:
[63351.209312] <TASK>
[63351.209314] _raw_spin_lock_irqsave+0x46/0x60
[63351.209315] cgroup_rstat_flush+0xf4/0x7e0
[63351.209316] cgroup_rstat_exit+0x20/0xf0
[63351.209317] css_free_rwork_fn+0x12e/0x400
[63351.209318] process_one_work+0x19e/0x3e0
[63351.209320] worker_thread+0x2ad/0x3c0
[63351.209321] kthread+0x108/0x220
[63351.209322] ? __pfx_worker_thread+0x10/0x10
[63351.209324] ? __pfx_kthread+0x10/0x10
[63351.209325] ret_from_fork+0x3d/0x60
[63351.209326] ? __pfx_kthread+0x10/0x10
[63351.209327] ret_from_fork_asm+0x1a/0x30
[63351.209328] </TASK>
[63531.224597] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[63531.237663] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2104386
[63531.255370] rcu: (detected by 149, t=8162899 jiffies, g=639685, q=30053 ncpus=256)
[63531.270565] Sending NMI from CPU 149 to CPUs 156:
[63531.270571] NMI backtrace for cpu 156
[63531.270577] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[63531.270579] Tainted: [D]=DIE, [W]=WARN
[63531.270580] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[63531.270580] Workqueue: cgroup_destroy css_free_rwork_fn
[63531.270583] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[63531.270585] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[63531.270586] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[63531.270587] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[63531.270587] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[63531.270588] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[63531.270588] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[63531.270589] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[63531.270589] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[63531.270590] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[63531.270590] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[63531.270591] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[63531.270591] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[63531.270592] PKRU: 55555554
[63531.270592] Call Trace:
[63531.270593] <TASK>
[63531.270594] _raw_spin_lock_irqsave+0x46/0x60
[63531.270595] cgroup_rstat_flush+0xf4/0x7e0
[63531.270597] cgroup_rstat_exit+0x20/0xf0
[63531.270598] css_free_rwork_fn+0x12e/0x400
[63531.270598] process_one_work+0x19e/0x3e0
[63531.270600] worker_thread+0x2ad/0x3c0
[63531.270602] kthread+0x108/0x220
[63531.270603] ? __pfx_worker_thread+0x10/0x10
[63531.270604] ? __pfx_kthread+0x10/0x10
[63531.270605] ret_from_fork+0x3d/0x60
[63531.270606] ? __pfx_kthread+0x10/0x10
[63531.270607] ret_from_fork_asm+0x1a/0x30
[63531.270609] </TASK>
[63711.285840] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[63711.298902] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2116232
[63711.316605] rcu: (detected by 179, t=8207915 jiffies, g=639685, q=30068 ncpus=256)
[63711.331799] Sending NMI from CPU 179 to CPUs 156:
[63711.331804] NMI backtrace for cpu 156
[63711.331810] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[63711.331812] Tainted: [D]=DIE, [W]=WARN
[63711.331813] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[63711.331814] Workqueue: cgroup_destroy css_free_rwork_fn
[63711.331817] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[63711.331820] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[63711.331821] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[63711.331822] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[63711.331822] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[63711.331823] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[63711.331823] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[63711.331824] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[63711.331824] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[63711.331825] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[63711.331825] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[63711.331826] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[63711.331826] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[63711.331827] PKRU: 55555554
[63711.331827] Call Trace:
[63711.331827] <TASK>
[63711.331829] _raw_spin_lock_irqsave+0x46/0x60
[63711.331830] cgroup_rstat_flush+0xf4/0x7e0
[63711.331831] cgroup_rstat_exit+0x20/0xf0
[63711.331832] css_free_rwork_fn+0x12e/0x400
[63711.331833] process_one_work+0x19e/0x3e0
[63711.331835] worker_thread+0x2ad/0x3c0
[63711.331836] kthread+0x108/0x220
[63711.331837] ? __pfx_worker_thread+0x10/0x10
[63711.331839] ? __pfx_kthread+0x10/0x10
[63711.331840] ret_from_fork+0x3d/0x60
[63711.331841] ? __pfx_kthread+0x10/0x10
[63711.331842] ret_from_fork_asm+0x1a/0x30
[63711.331843] </TASK>
[63891.347080] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[63891.360151] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2128077
[63891.377864] rcu: (detected by 159, t=8252931 jiffies, g=639685, q=30083 ncpus=256)
[63891.393064] Sending NMI from CPU 159 to CPUs 156:
[63891.393069] NMI backtrace for cpu 156
[63891.393071] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[63891.393074] Tainted: [D]=DIE, [W]=WARN
[63891.393074] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[63891.393075] Workqueue: cgroup_destroy css_free_rwork_fn
[63891.393078] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[63891.393079] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[63891.393080] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[63891.393081] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[63891.393081] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[63891.393082] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[63891.393082] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[63891.393082] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[63891.393083] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[63891.393084] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[63891.393084] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[63891.393085] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[63891.393085] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[63891.393085] PKRU: 55555554
[63891.393086] Call Trace:
[63891.393086] <TASK>
[63891.393087] _raw_spin_lock_irqsave+0x46/0x60
[63891.393088] cgroup_rstat_flush+0xf4/0x7e0
[63891.393090] cgroup_rstat_exit+0x20/0xf0
[63891.393091] css_free_rwork_fn+0x12e/0x400
[63891.393092] process_one_work+0x19e/0x3e0
[63891.393093] worker_thread+0x2ad/0x3c0
[63891.393095] kthread+0x108/0x220
[63891.393096] ? __pfx_worker_thread+0x10/0x10
[63891.393097] ? __pfx_kthread+0x10/0x10
[63891.393098] ret_from_fork+0x3d/0x60
[63891.393099] ? __pfx_kthread+0x10/0x10
[63891.393100] ret_from_fork_asm+0x1a/0x30
[63891.393102] </TASK>
[64071.408323] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[64071.421380] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2139960
[64071.439080] rcu: (detected by 175, t=8297947 jiffies, g=639685, q=30096 ncpus=256)
[64071.454260] Sending NMI from CPU 175 to CPUs 156:
[64071.454266] NMI backtrace for cpu 156
[64071.454272] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[64071.454274] Tainted: [D]=DIE, [W]=WARN
[64071.454274] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[64071.454275] Workqueue: cgroup_destroy css_free_rwork_fn
[64071.454277] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[64071.454279] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[64071.454280] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[64071.454280] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[64071.454281] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[64071.454281] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[64071.454282] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[64071.454283] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[64071.454284] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[64071.454285] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[64071.454285] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[64071.454286] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[64071.454286] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[64071.454286] PKRU: 55555554
[64071.454287] Call Trace:
[64071.454287] <TASK>
[64071.454288] _raw_spin_lock_irqsave+0x46/0x60
[64071.454290] cgroup_rstat_flush+0xf4/0x7e0
[64071.454291] cgroup_rstat_exit+0x20/0xf0
[64071.454293] css_free_rwork_fn+0x12e/0x400
[64071.454294] process_one_work+0x19e/0x3e0
[64071.454295] worker_thread+0x2ad/0x3c0
[64071.454297] kthread+0x108/0x220
[64071.454298] ? __pfx_worker_thread+0x10/0x10
[64071.454299] ? __pfx_kthread+0x10/0x10
[64071.454300] ret_from_fork+0x3d/0x60
[64071.454302] ? __pfx_kthread+0x10/0x10
[64071.454303] ret_from_fork_asm+0x1a/0x30
[64071.454305] </TASK>
[64251.469562] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[64251.482612] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2151844
[64251.500297] rcu: (detected by 194, t=8342963 jiffies, g=639685, q=30120 ncpus=256)
[64251.515484] Sending NMI from CPU 194 to CPUs 156:
[64251.515490] NMI backtrace for cpu 156
[64251.515495] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[64251.515498] Tainted: [D]=DIE, [W]=WARN
[64251.515499] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[64251.515500] Workqueue: cgroup_destroy css_free_rwork_fn
[64251.515503] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[64251.515505] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[64251.515506] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[64251.515506] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[64251.515507] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[64251.515507] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[64251.515507] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[64251.515508] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[64251.515509] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[64251.515509] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[64251.515510] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[64251.515510] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[64251.515511] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[64251.515511] PKRU: 55555554
[64251.515511] Call Trace:
[64251.515512] <TASK>
[64251.515513] _raw_spin_lock_irqsave+0x46/0x60
[64251.515514] cgroup_rstat_flush+0xf4/0x7e0
[64251.515516] cgroup_rstat_exit+0x20/0xf0
[64251.515517] css_free_rwork_fn+0x12e/0x400
[64251.515518] process_one_work+0x19e/0x3e0
[64251.515519] worker_thread+0x2ad/0x3c0
[64251.515521] kthread+0x108/0x220
[64251.515522] ? __pfx_worker_thread+0x10/0x10
[64251.515523] ? __pfx_kthread+0x10/0x10
[64251.515524] ret_from_fork+0x3d/0x60
[64251.515525] ? __pfx_kthread+0x10/0x10
[64251.515526] ret_from_fork_asm+0x1a/0x30
[64251.515528] </TASK>
[64431.530804] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[64431.543863] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2163693
[64431.561569] rcu: (detected by 182, t=8387979 jiffies, g=639685, q=30135 ncpus=256)
[64431.576764] Sending NMI from CPU 182 to CPUs 156:
[64431.576768] NMI backtrace for cpu 156
[64431.576774] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[64431.576777] Tainted: [D]=DIE, [W]=WARN
[64431.576777] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[64431.576778] Workqueue: cgroup_destroy css_free_rwork_fn
[64431.576781] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[64431.576784] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[64431.576785] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[64431.576786] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[64431.576786] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[64431.576787] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[64431.576787] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[64431.576787] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[64431.576788] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[64431.576789] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[64431.576789] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[64431.576790] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[64431.576790] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[64431.576790] PKRU: 55555554
[64431.576791] Call Trace:
[64431.576791] <TASK>
[64431.576793] _raw_spin_lock_irqsave+0x46/0x60
[64431.576794] cgroup_rstat_flush+0xf4/0x7e0
[64431.576795] cgroup_rstat_exit+0x20/0xf0
[64431.576796] css_free_rwork_fn+0x12e/0x400
[64431.576797] process_one_work+0x19e/0x3e0
[64431.576799] worker_thread+0x2ad/0x3c0
[64431.576800] kthread+0x108/0x220
[64431.576801] ? __pfx_worker_thread+0x10/0x10
[64431.576803] ? __pfx_kthread+0x10/0x10
[64431.576804] ret_from_fork+0x3d/0x60
[64431.576805] ? __pfx_kthread+0x10/0x10
[64431.576806] ret_from_fork_asm+0x1a/0x30
[64431.576808] </TASK>
[64611.592046] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[64611.605099] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2175559
[64611.622797] rcu: (detected by 158, t=8432995 jiffies, g=639685, q=30150 ncpus=256)
[64611.637980] Sending NMI from CPU 158 to CPUs 156:
[64611.637984] NMI backtrace for cpu 156
[64611.637986] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[64611.637988] Tainted: [D]=DIE, [W]=WARN
[64611.637989] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[64611.637990] Workqueue: cgroup_destroy css_free_rwork_fn
[64611.637992] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[64611.637994] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[64611.637995] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[64611.637996] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[64611.637996] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[64611.637997] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[64611.637997] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[64611.637998] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[64611.637999] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[64611.638000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[64611.638001] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[64611.638002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[64611.638002] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[64611.638002] PKRU: 55555554
[64611.638002] Call Trace:
[64611.638003] <TASK>
[64611.638004] _raw_spin_lock_irqsave+0x46/0x60
[64611.638005] cgroup_rstat_flush+0xf4/0x7e0
[64611.638007] cgroup_rstat_exit+0x20/0xf0
[64611.638008] css_free_rwork_fn+0x12e/0x400
[64611.638009] process_one_work+0x19e/0x3e0
[64611.638010] worker_thread+0x2ad/0x3c0
[64611.638012] kthread+0x108/0x220
[64611.638013] ? __pfx_worker_thread+0x10/0x10
[64611.638014] ? __pfx_kthread+0x10/0x10
[64611.638015] ret_from_fork+0x3d/0x60
[64611.638016] ? __pfx_kthread+0x10/0x10
[64611.638017] ret_from_fork_asm+0x1a/0x30
[64611.638019] </TASK>
[64791.653286] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[64791.666355] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2187420
[64791.684065] rcu: (detected by 47, t=8478009 jiffies, g=639685, q=30165 ncpus=256)
[64791.699168] Sending NMI from CPU 47 to CPUs 156:
[64791.699174] NMI backtrace for cpu 156
[64791.699179] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[64791.699181] Tainted: [D]=DIE, [W]=WARN
[64791.699182] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[64791.699182] Workqueue: cgroup_destroy css_free_rwork_fn
[64791.699185] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[64791.699187] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[64791.699188] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[64791.699189] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[64791.699189] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[64791.699189] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[64791.699190] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[64791.699190] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[64791.699191] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[64791.699192] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[64791.699192] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[64791.699193] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[64791.699193] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[64791.699193] PKRU: 55555554
[64791.699194] Call Trace:
[64791.699194] <TASK>
[64791.699195] _raw_spin_lock_irqsave+0x46/0x60
[64791.699197] cgroup_rstat_flush+0xf4/0x7e0
[64791.699198] cgroup_rstat_exit+0x20/0xf0
[64791.699199] css_free_rwork_fn+0x12e/0x400
[64791.699200] process_one_work+0x19e/0x3e0
[64791.699202] worker_thread+0x2ad/0x3c0
[64791.699203] kthread+0x108/0x220
[64791.699204] ? __pfx_worker_thread+0x10/0x10
[64791.699205] ? __pfx_kthread+0x10/0x10
[64791.699206] ret_from_fork+0x3d/0x60
[64791.699207] ? __pfx_kthread+0x10/0x10
[64791.699208] ret_from_fork_asm+0x1a/0x30
[64791.699210] </TASK>
[64971.710527] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[64971.723582] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2199290
[64971.741280] rcu: (detected by 91, t=8523026 jiffies, g=639685, q=30177 ncpus=256)
[64971.756372] Sending NMI from CPU 91 to CPUs 156:
[64971.756377] NMI backtrace for cpu 156
[64971.756382] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[64971.756385] Tainted: [D]=DIE, [W]=WARN
[64971.756386] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[64971.756387] Workqueue: cgroup_destroy css_free_rwork_fn
[64971.756390] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[64971.756392] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[64971.756393] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[64971.756394] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[64971.756395] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[64971.756396] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[64971.756396] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[64971.756396] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[64971.756397] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[64971.756398] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[64971.756399] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[64971.756400] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[64971.756400] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[64971.756400] PKRU: 55555554
[64971.756401] Call Trace:
[64971.756401] <TASK>
[64971.756403] _raw_spin_lock_irqsave+0x46/0x60
[64971.756404] cgroup_rstat_flush+0xf4/0x7e0
[64971.756405] cgroup_rstat_exit+0x20/0xf0
[64971.756406] css_free_rwork_fn+0x12e/0x400
[64971.756407] process_one_work+0x19e/0x3e0
[64971.756409] worker_thread+0x2ad/0x3c0
[64971.756410] kthread+0x108/0x220
[64971.756411] ? __pfx_worker_thread+0x10/0x10
[64971.756413] ? __pfx_kthread+0x10/0x10
[64971.756414] ret_from_fork+0x3d/0x60
[64971.756415] ? __pfx_kthread+0x10/0x10
[64971.756416] ret_from_fork_asm+0x1a/0x30
[64971.756418] </TASK>
[65151.771768] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[65151.784827] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2211142
[65151.802534] rcu: (detected by 194, t=8568042 jiffies, g=639685, q=30196 ncpus=256)
[65151.817735] Sending NMI from CPU 194 to CPUs 156:
[65151.817739] NMI backtrace for cpu 156
[65151.817745] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[65151.817748] Tainted: [D]=DIE, [W]=WARN
[65151.817748] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[65151.817749] Workqueue: cgroup_destroy css_free_rwork_fn
[65151.817753] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[65151.817755] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[65151.817756] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[65151.817756] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[65151.817757] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[65151.817757] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[65151.817758] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[65151.817758] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[65151.817759] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[65151.817759] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[65151.817760] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[65151.817760] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[65151.817761] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[65151.817761] PKRU: 55555554
[65151.817761] Call Trace:
[65151.817762] <TASK>
[65151.817763] _raw_spin_lock_irqsave+0x46/0x60
[65151.817764] cgroup_rstat_flush+0xf4/0x7e0
[65151.817766] cgroup_rstat_exit+0x20/0xf0
[65151.817767] css_free_rwork_fn+0x12e/0x400
[65151.817768] process_one_work+0x19e/0x3e0
[65151.817769] worker_thread+0x2ad/0x3c0
[65151.817771] kthread+0x108/0x220
[65151.817772] ? __pfx_worker_thread+0x10/0x10
[65151.817773] ? __pfx_kthread+0x10/0x10
[65151.817774] ret_from_fork+0x3d/0x60
[65151.817775] ? __pfx_kthread+0x10/0x10
[65151.817776] ret_from_fork_asm+0x1a/0x30
[65151.817778] </TASK>
[65331.833009] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[65331.846066] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2222984
[65331.863769] rcu: (detected by 91, t=8613058 jiffies, g=639685, q=30208 ncpus=256)
[65331.878864] Sending NMI from CPU 91 to CPUs 156:
[65331.878869] NMI backtrace for cpu 156
[65331.878874] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[65331.878877] Tainted: [D]=DIE, [W]=WARN
[65331.878878] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[65331.878879] Workqueue: cgroup_destroy css_free_rwork_fn
[65331.878882] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[65331.878884] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[65331.878885] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[65331.878885] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[65331.878886] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[65331.878886] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[65331.878887] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[65331.878888] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[65331.878889] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[65331.878889] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[65331.878890] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[65331.878890] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[65331.878891] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[65331.878891] PKRU: 55555554
[65331.878891] Call Trace:
[65331.878892] <TASK>
[65331.878893] _raw_spin_lock_irqsave+0x46/0x60
[65331.878894] cgroup_rstat_flush+0xf4/0x7e0
[65331.878896] cgroup_rstat_exit+0x20/0xf0
[65331.878897] css_free_rwork_fn+0x12e/0x400
[65331.878898] process_one_work+0x19e/0x3e0
[65331.878900] worker_thread+0x2ad/0x3c0
[65331.878901] kthread+0x108/0x220
[65331.878902] ? __pfx_worker_thread+0x10/0x10
[65331.878904] ? __pfx_kthread+0x10/0x10
[65331.878905] ret_from_fork+0x3d/0x60
[65331.878906] ? __pfx_kthread+0x10/0x10
[65331.878907] ret_from_fork_asm+0x1a/0x30
[65331.878909] </TASK>
[65511.894251] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[65511.907312] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2234828
[65511.925010] rcu: (detected by 53, t=8658074 jiffies, g=639685, q=30225 ncpus=256)
[65511.940111] Sending NMI from CPU 53 to CPUs 156:
[65511.940117] NMI backtrace for cpu 156
[65511.940122] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[65511.940125] Tainted: [D]=DIE, [W]=WARN
[65511.940126] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[65511.940126] Workqueue: cgroup_destroy css_free_rwork_fn
[65511.940129] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[65511.940132] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[65511.940133] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[65511.940133] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[65511.940134] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[65511.940134] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[65511.940134] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[65511.940135] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[65511.940136] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[65511.940137] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[65511.940137] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[65511.940138] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[65511.940138] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[65511.940138] PKRU: 55555554
[65511.940139] Call Trace:
[65511.940139] <TASK>
[65511.940140] _raw_spin_lock_irqsave+0x46/0x60
[65511.940141] cgroup_rstat_flush+0xf4/0x7e0
[65511.940143] cgroup_rstat_exit+0x20/0xf0
[65511.940144] css_free_rwork_fn+0x12e/0x400
[65511.940145] process_one_work+0x19e/0x3e0
[65511.940146] worker_thread+0x2ad/0x3c0
[65511.940148] kthread+0x108/0x220
[65511.940149] ? __pfx_worker_thread+0x10/0x10
[65511.940150] ? __pfx_kthread+0x10/0x10
[65511.940151] ret_from_fork+0x3d/0x60
[65511.940152] ? __pfx_kthread+0x10/0x10
[65511.940153] ret_from_fork_asm+0x1a/0x30
[65511.940155] </TASK>
[65691.955492] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[65691.968549] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2246700
[65691.986249] rcu: (detected by 175, t=8703090 jiffies, g=639685, q=30240 ncpus=256)
[65692.001432] Sending NMI from CPU 175 to CPUs 156:
[65692.001438] NMI backtrace for cpu 156
[65692.001443] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[65692.001445] Tainted: [D]=DIE, [W]=WARN
[65692.001446] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[65692.001447] Workqueue: cgroup_destroy css_free_rwork_fn
[65692.001450] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[65692.001452] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[65692.001453] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[65692.001454] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[65692.001454] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[65692.001454] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[65692.001455] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[65692.001455] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[65692.001456] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[65692.001457] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[65692.001457] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[65692.001458] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[65692.001458] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[65692.001458] PKRU: 55555554
[65692.001459] Call Trace:
[65692.001459] <TASK>
[65692.001460] _raw_spin_lock_irqsave+0x46/0x60
[65692.001462] cgroup_rstat_flush+0xf4/0x7e0
[65692.001463] cgroup_rstat_exit+0x20/0xf0
[65692.001464] css_free_rwork_fn+0x12e/0x400
[65692.001465] process_one_work+0x19e/0x3e0
[65692.001467] worker_thread+0x2ad/0x3c0
[65692.001468] kthread+0x108/0x220
[65692.001469] ? __pfx_worker_thread+0x10/0x10
[65692.001471] ? __pfx_kthread+0x10/0x10
[65692.001471] ret_from_fork+0x3d/0x60
[65692.001473] ? __pfx_kthread+0x10/0x10
[65692.001473] ret_from_fork_asm+0x1a/0x30
[65692.001475] </TASK>
[65872.016733] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[65872.029794] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2258583
[65872.047494] rcu: (detected by 131, t=8748106 jiffies, g=639685, q=30257 ncpus=256)
[65872.062676] Sending NMI from CPU 131 to CPUs 156:
[65872.062681] NMI backtrace for cpu 156
[65872.062686] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[65872.062688] Tainted: [D]=DIE, [W]=WARN
[65872.062689] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[65872.062690] Workqueue: cgroup_destroy css_free_rwork_fn
[65872.062693] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[65872.062695] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[65872.062696] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[65872.062697] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[65872.062697] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[65872.062698] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[65872.062698] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[65872.062698] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[65872.062699] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[65872.062700] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[65872.062700] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[65872.062701] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[65872.062701] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[65872.062702] PKRU: 55555554
[65872.062702] Call Trace:
[65872.062703] <TASK>
[65872.062704] _raw_spin_lock_irqsave+0x46/0x60
[65872.062705] cgroup_rstat_flush+0xf4/0x7e0
[65872.062707] cgroup_rstat_exit+0x20/0xf0
[65872.062708] css_free_rwork_fn+0x12e/0x400
[65872.062708] process_one_work+0x19e/0x3e0
[65872.062710] worker_thread+0x2ad/0x3c0
[65872.062712] kthread+0x108/0x220
[65872.062713] ? __pfx_worker_thread+0x10/0x10
[65872.062714] ? __pfx_kthread+0x10/0x10
[65872.062715] ret_from_fork+0x3d/0x60
[65872.062716] ? __pfx_kthread+0x10/0x10
[65872.062717] ret_from_fork_asm+0x1a/0x30
[65872.062719] </TASK>
[66052.077976] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[66052.091028] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2270440
[66052.108727] rcu: (detected by 71, t=8793122 jiffies, g=639685, q=30272 ncpus=256)
[66052.123821] Sending NMI from CPU 71 to CPUs 156:
[66052.123826] NMI backtrace for cpu 156
[66052.123831] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[66052.123834] Tainted: [D]=DIE, [W]=WARN
[66052.123835] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[66052.123836] Workqueue: cgroup_destroy css_free_rwork_fn
[66052.123839] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[66052.123841] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[66052.123842] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[66052.123843] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[66052.123843] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[66052.123844] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[66052.123844] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[66052.123845] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[66052.123845] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[66052.123846] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[66052.123846] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[66052.123847] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[66052.123847] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[66052.123848] PKRU: 55555554
[66052.123848] Call Trace:
[66052.123849] <TASK>
[66052.123850] _raw_spin_lock_irqsave+0x46/0x60
[66052.123851] cgroup_rstat_flush+0xf4/0x7e0
[66052.123853] cgroup_rstat_exit+0x20/0xf0
[66052.123854] css_free_rwork_fn+0x12e/0x400
[66052.123854] process_one_work+0x19e/0x3e0
[66052.123856] worker_thread+0x2ad/0x3c0
[66052.123858] kthread+0x108/0x220
[66052.123859] ? __pfx_worker_thread+0x10/0x10
[66052.123860] ? __pfx_kthread+0x10/0x10
[66052.123861] ret_from_fork+0x3d/0x60
[66052.123862] ? __pfx_kthread+0x10/0x10
[66052.123863] ret_from_fork_asm+0x1a/0x30
[66052.123865] </TASK>
[66232.139216] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[66232.152283] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2282287
[66232.169986] rcu: (detected by 175, t=8838138 jiffies, g=639685, q=30296 ncpus=256)
[66232.185181] Sending NMI from CPU 175 to CPUs 156:
[66232.185186] NMI backtrace for cpu 156
[66232.185191] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[66232.185194] Tainted: [D]=DIE, [W]=WARN
[66232.185195] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[66232.185195] Workqueue: cgroup_destroy css_free_rwork_fn
[66232.185198] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[66232.185200] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[66232.185201] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[66232.185202] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[66232.185203] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[66232.185203] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[66232.185203] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[66232.185204] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[66232.185205] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[66232.185205] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[66232.185206] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[66232.185206] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[66232.185207] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[66232.185207] PKRU: 55555554
[66232.185207] Call Trace:
[66232.185208] <TASK>
[66232.185209] _raw_spin_lock_irqsave+0x46/0x60
[66232.185210] cgroup_rstat_flush+0xf4/0x7e0
[66232.185212] cgroup_rstat_exit+0x20/0xf0
[66232.185213] css_free_rwork_fn+0x12e/0x400
[66232.185214] process_one_work+0x19e/0x3e0
[66232.185215] worker_thread+0x2ad/0x3c0
[66232.185217] kthread+0x108/0x220
[66232.185218] ? __pfx_worker_thread+0x10/0x10
[66232.185219] ? __pfx_kthread+0x10/0x10
[66232.185220] ret_from_fork+0x3d/0x60
[66232.185221] ? __pfx_kthread+0x10/0x10
[66232.185222] ret_from_fork_asm+0x1a/0x30
[66232.185224] </TASK>
[66412.200457] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[66412.213517] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2294184
[66412.231222] rcu: (detected by 194, t=8883154 jiffies, g=639685, q=30312 ncpus=256)
[66412.246414] Sending NMI from CPU 194 to CPUs 156:
[66412.246419] NMI backtrace for cpu 156
[66412.246425] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[66412.246428] Tainted: [D]=DIE, [W]=WARN
[66412.246428] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[66412.246429] Workqueue: cgroup_destroy css_free_rwork_fn
[66412.246432] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[66412.246434] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[66412.246435] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[66412.246436] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[66412.246437] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[66412.246437] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[66412.246437] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[66412.246438] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[66412.246439] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[66412.246439] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[66412.246439] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[66412.246440] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[66412.246440] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[66412.246441] PKRU: 55555554
[66412.246441] Call Trace:
[66412.246442] <TASK>
[66412.246443] _raw_spin_lock_irqsave+0x46/0x60
[66412.246444] cgroup_rstat_flush+0xf4/0x7e0
[66412.246445] cgroup_rstat_exit+0x20/0xf0
[66412.246447] css_free_rwork_fn+0x12e/0x400
[66412.246447] process_one_work+0x19e/0x3e0
[66412.246449] worker_thread+0x2ad/0x3c0
[66412.246451] kthread+0x108/0x220
[66412.246451] ? __pfx_worker_thread+0x10/0x10
[66412.246453] ? __pfx_kthread+0x10/0x10
[66412.246454] ret_from_fork+0x3d/0x60
[66412.246455] ? __pfx_kthread+0x10/0x10
[66412.246456] ret_from_fork_asm+0x1a/0x30
[66412.246458] </TASK>
[66592.261698] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[66592.274748] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2306003
[66592.292441] rcu: (detected by 83, t=8928170 jiffies, g=639685, q=30340 ncpus=256)
[66592.307525] Sending NMI from CPU 83 to CPUs 156:
[66592.307530] NMI backtrace for cpu 156
[66592.307535] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[66592.307538] Tainted: [D]=DIE, [W]=WARN
[66592.307538] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[66592.307539] Workqueue: cgroup_destroy css_free_rwork_fn
[66592.307542] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[66592.307544] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[66592.307545] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[66592.307546] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[66592.307546] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[66592.307547] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[66592.307547] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[66592.307548] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[66592.307549] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[66592.307549] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[66592.307550] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[66592.307550] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[66592.307550] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[66592.307551] PKRU: 55555554
[66592.307551] Call Trace:
[66592.307552] <TASK>
[66592.307553] _raw_spin_lock_irqsave+0x46/0x60
[66592.307554] cgroup_rstat_flush+0xf4/0x7e0
[66592.307556] cgroup_rstat_exit+0x20/0xf0
[66592.307557] css_free_rwork_fn+0x12e/0x400
[66592.307558] process_one_work+0x19e/0x3e0
[66592.307559] worker_thread+0x2ad/0x3c0
[66592.307561] kthread+0x108/0x220
[66592.307562] ? __pfx_worker_thread+0x10/0x10
[66592.307563] ? __pfx_kthread+0x10/0x10
[66592.307564] ret_from_fork+0x3d/0x60
[66592.307565] ? __pfx_kthread+0x10/0x10
[66592.307566] ret_from_fork_asm+0x1a/0x30
[66592.307568] </TASK>
[66772.322941] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[66772.335986] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2317641
[66772.353684] rcu: (detected by 158, t=8973186 jiffies, g=639685, q=30357 ncpus=256)
[66772.368871] Sending NMI from CPU 158 to CPUs 156:
[66772.368876] NMI backtrace for cpu 156
[66772.368878] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[66772.368881] Tainted: [D]=DIE, [W]=WARN
[66772.368881] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[66772.368882] Workqueue: cgroup_destroy css_free_rwork_fn
[66772.368885] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[66772.368886] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[66772.368887] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[66772.368888] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[66772.368888] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[66772.368889] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[66772.368889] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[66772.368890] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[66772.368890] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[66772.368891] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[66772.368891] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[66772.368892] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[66772.368892] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[66772.368893] PKRU: 55555554
[66772.368893] Call Trace:
[66772.368894] <TASK>
[66772.368895] _raw_spin_lock_irqsave+0x46/0x60
[66772.368896] cgroup_rstat_flush+0xf4/0x7e0
[66772.368897] cgroup_rstat_exit+0x20/0xf0
[66772.368898] css_free_rwork_fn+0x12e/0x400
[66772.368899] process_one_work+0x19e/0x3e0
[66772.368901] worker_thread+0x2ad/0x3c0
[66772.368902] kthread+0x108/0x220
[66772.368903] ? __pfx_worker_thread+0x10/0x10
[66772.368905] ? __pfx_kthread+0x10/0x10
[66772.368906] ret_from_fork+0x3d/0x60
[66772.368907] ? __pfx_kthread+0x10/0x10
[66772.368908] ret_from_fork_asm+0x1a/0x30
[66772.368909] </TASK>
[66952.384181] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[66952.397232] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2329514
[66952.414931] rcu: (detected by 128, t=9018202 jiffies, g=639685, q=30372 ncpus=256)
[66952.430123] Sending NMI from CPU 128 to CPUs 156:
[66952.430129] NMI backtrace for cpu 156
[66952.430134] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[66952.430136] Tainted: [D]=DIE, [W]=WARN
[66952.430137] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[66952.430138] Workqueue: cgroup_destroy css_free_rwork_fn
[66952.430140] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[66952.430142] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[66952.430142] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[66952.430143] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[66952.430144] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[66952.430144] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[66952.430144] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[66952.430145] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[66952.430146] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[66952.430147] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[66952.430147] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[66952.430148] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[66952.430148] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[66952.430148] PKRU: 55555554
[66952.430149] Call Trace:
[66952.430149] <TASK>
[66952.430151] _raw_spin_lock_irqsave+0x46/0x60
[66952.430152] cgroup_rstat_flush+0xf4/0x7e0
[66952.430153] cgroup_rstat_exit+0x20/0xf0
[66952.430154] css_free_rwork_fn+0x12e/0x400
[66952.430155] process_one_work+0x19e/0x3e0
[66952.430157] worker_thread+0x2ad/0x3c0
[66952.430158] kthread+0x108/0x220
[66952.430159] ? __pfx_worker_thread+0x10/0x10
[66952.430161] ? __pfx_kthread+0x10/0x10
[66952.430162] ret_from_fork+0x3d/0x60
[66952.430163] ? __pfx_kthread+0x10/0x10
[66952.430164] ret_from_fork_asm+0x1a/0x30
[66952.430165] </TASK>
[67132.445423] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[67132.458483] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2341391
[67132.476192] rcu: (detected by 219, t=9063218 jiffies, g=639685, q=30391 ncpus=256)
[67132.491391] Sending NMI from CPU 219 to CPUs 156:
[67132.491397] NMI backtrace for cpu 156
[67132.491402] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[67132.491405] Tainted: [D]=DIE, [W]=WARN
[67132.491405] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[67132.491406] Workqueue: cgroup_destroy css_free_rwork_fn
[67132.491409] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[67132.491411] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[67132.491412] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[67132.491413] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[67132.491413] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[67132.491414] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[67132.491414] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[67132.491415] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[67132.491416] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[67132.491417] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[67132.491417] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[67132.491418] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[67132.491418] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[67132.491418] PKRU: 55555554
[67132.491419] Call Trace:
[67132.491419] <TASK>
[67132.491420] _raw_spin_lock_irqsave+0x46/0x60
[67132.491422] cgroup_rstat_flush+0xf4/0x7e0
[67132.491423] cgroup_rstat_exit+0x20/0xf0
[67132.491424] css_free_rwork_fn+0x12e/0x400
[67132.491425] process_one_work+0x19e/0x3e0
[67132.491426] worker_thread+0x2ad/0x3c0
[67132.491428] kthread+0x108/0x220
[67132.491429] ? __pfx_worker_thread+0x10/0x10
[67132.491430] ? __pfx_kthread+0x10/0x10
[67132.491431] ret_from_fork+0x3d/0x60
[67132.491432] ? __pfx_kthread+0x10/0x10
[67132.491434] ret_from_fork_asm+0x1a/0x30
[67132.491435] </TASK>
[67312.506664] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[67312.519724] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2353231
[67312.537428] rcu: (detected by 194, t=9108234 jiffies, g=639685, q=30412 ncpus=256)
[67312.552617] Sending NMI from CPU 194 to CPUs 156:
[67312.552622] NMI backtrace for cpu 156
[67312.552628] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[67312.552631] Tainted: [D]=DIE, [W]=WARN
[67312.552632] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[67312.552633] Workqueue: cgroup_destroy css_free_rwork_fn
[67312.552636] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[67312.552638] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[67312.552639] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[67312.552640] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[67312.552640] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[67312.552641] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[67312.552641] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[67312.552641] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[67312.552642] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[67312.552643] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[67312.552643] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[67312.552644] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[67312.552644] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[67312.552644] PKRU: 55555554
[67312.552645] Call Trace:
[67312.552645] <TASK>
[67312.552647] _raw_spin_lock_irqsave+0x46/0x60
[67312.552648] cgroup_rstat_flush+0xf4/0x7e0
[67312.552649] cgroup_rstat_exit+0x20/0xf0
[67312.552650] css_free_rwork_fn+0x12e/0x400
[67312.552651] process_one_work+0x19e/0x3e0
[67312.552653] worker_thread+0x2ad/0x3c0
[67312.552654] kthread+0x108/0x220
[67312.552655] ? __pfx_worker_thread+0x10/0x10
[67312.552657] ? __pfx_kthread+0x10/0x10
[67312.552658] ret_from_fork+0x3d/0x60
[67312.552659] ? __pfx_kthread+0x10/0x10
[67312.552660] ret_from_fork_asm+0x1a/0x30
[67312.552662] </TASK>
[67492.567905] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[67492.580969] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2365087
[67492.598683] rcu: (detected by 71, t=9153250 jiffies, g=639685, q=30433 ncpus=256)
[67492.613791] Sending NMI from CPU 71 to CPUs 156:
[67492.613796] NMI backtrace for cpu 156
[67492.613801] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[67492.613804] Tainted: [D]=DIE, [W]=WARN
[67492.613805] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[67492.613806] Workqueue: cgroup_destroy css_free_rwork_fn
[67492.613808] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[67492.613810] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[67492.613811] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[67492.613812] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[67492.613812] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[67492.613813] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[67492.613813] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[67492.613814] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[67492.613814] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[67492.613815] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[67492.613815] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[67492.613816] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[67492.613816] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[67492.613817] PKRU: 55555554
[67492.613817] Call Trace:
[67492.613818] <TASK>
[67492.613819] _raw_spin_lock_irqsave+0x46/0x60
[67492.613820] cgroup_rstat_flush+0xf4/0x7e0
[67492.613821] cgroup_rstat_exit+0x20/0xf0
[67492.613823] css_free_rwork_fn+0x12e/0x400
[67492.613823] process_one_work+0x19e/0x3e0
[67492.613825] worker_thread+0x2ad/0x3c0
[67492.613827] kthread+0x108/0x220
[67492.613828] ? __pfx_worker_thread+0x10/0x10
[67492.613829] ? __pfx_kthread+0x10/0x10
[67492.613830] ret_from_fork+0x3d/0x60
[67492.613831] ? __pfx_kthread+0x10/0x10
[67492.613832] ret_from_fork_asm+0x1a/0x30
[67492.613834] </TASK>
[67672.629145] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[67672.642217] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2376926
[67672.659927] rcu: (detected by 175, t=9198266 jiffies, g=639685, q=30446 ncpus=256)
[67672.675127] Sending NMI from CPU 175 to CPUs 156:
[67672.675134] NMI backtrace for cpu 156
[67672.675139] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[67672.675142] Tainted: [D]=DIE, [W]=WARN
[67672.675142] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[67672.675143] Workqueue: cgroup_destroy css_free_rwork_fn
[67672.675147] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[67672.675149] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[67672.675150] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[67672.675150] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[67672.675151] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[67672.675151] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[67672.675152] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[67672.675152] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[67672.675153] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[67672.675153] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[67672.675154] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[67672.675155] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[67672.675155] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[67672.675155] PKRU: 55555554
[67672.675156] Call Trace:
[67672.675156] <TASK>
[67672.675157] _raw_spin_lock_irqsave+0x46/0x60
[67672.675159] cgroup_rstat_flush+0xf4/0x7e0
[67672.675160] cgroup_rstat_exit+0x20/0xf0
[67672.675161] css_free_rwork_fn+0x12e/0x400
[67672.675162] process_one_work+0x19e/0x3e0
[67672.675164] worker_thread+0x2ad/0x3c0
[67672.675165] kthread+0x108/0x220
[67672.675166] ? __pfx_worker_thread+0x10/0x10
[67672.675167] ? __pfx_kthread+0x10/0x10
[67672.675168] ret_from_fork+0x3d/0x60
[67672.675170] ? __pfx_kthread+0x10/0x10
[67672.675170] ret_from_fork_asm+0x1a/0x30
[67672.675173] </TASK>
[67852.690387] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[67852.703431] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2388835
[67852.721124] rcu: (detected by 91, t=9243282 jiffies, g=639685, q=30475 ncpus=256)
[67852.736215] Sending NMI from CPU 91 to CPUs 156:
[67852.736220] NMI backtrace for cpu 156
[67852.736225] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[67852.736227] Tainted: [D]=DIE, [W]=WARN
[67852.736228] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[67852.736229] Workqueue: cgroup_destroy css_free_rwork_fn
[67852.736232] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[67852.736234] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[67852.736235] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[67852.736236] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[67852.736236] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[67852.736237] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[67852.736237] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[67852.736238] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[67852.736238] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[67852.736239] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[67852.736239] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[67852.736240] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[67852.736240] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[67852.736241] PKRU: 55555554
[67852.736241] Call Trace:
[67852.736242] <TASK>
[67852.736243] _raw_spin_lock_irqsave+0x46/0x60
[67852.736244] cgroup_rstat_flush+0xf4/0x7e0
[67852.736245] cgroup_rstat_exit+0x20/0xf0
[67852.736247] css_free_rwork_fn+0x12e/0x400
[67852.736247] process_one_work+0x19e/0x3e0
[67852.736249] worker_thread+0x2ad/0x3c0
[67852.736251] kthread+0x108/0x220
[67852.736251] ? __pfx_worker_thread+0x10/0x10
[67852.736253] ? __pfx_kthread+0x10/0x10
[67852.736254] ret_from_fork+0x3d/0x60
[67852.736255] ? __pfx_kthread+0x10/0x10
[67852.736256] ret_from_fork_asm+0x1a/0x30
[67852.736258] </TASK>
[68032.751628] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[68032.764686] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2400695
[68032.782383] rcu: (detected by 44, t=9288298 jiffies, g=639685, q=30494 ncpus=256)
[68032.797476] Sending NMI from CPU 44 to CPUs 156:
[68032.797482] NMI backtrace for cpu 156
[68032.797488] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[68032.797491] Tainted: [D]=DIE, [W]=WARN
[68032.797491] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[68032.797492] Workqueue: cgroup_destroy css_free_rwork_fn
[68032.797496] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[68032.797498] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[68032.797499] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[68032.797500] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[68032.797500] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[68032.797501] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[68032.797501] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[68032.797502] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[68032.797503] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[68032.797503] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[68032.797503] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[68032.797504] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[68032.797505] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[68032.797505] PKRU: 55555554
[68032.797505] Call Trace:
[68032.797506] <TASK>
[68032.797507] _raw_spin_lock_irqsave+0x46/0x60
[68032.797509] cgroup_rstat_flush+0xf4/0x7e0
[68032.797510] cgroup_rstat_exit+0x20/0xf0
[68032.797511] css_free_rwork_fn+0x12e/0x400
[68032.797512] process_one_work+0x19e/0x3e0
[68032.797513] worker_thread+0x2ad/0x3c0
[68032.797515] kthread+0x108/0x220
[68032.797516] ? __pfx_worker_thread+0x10/0x10
[68032.797517] ? __pfx_kthread+0x10/0x10
[68032.797518] ret_from_fork+0x3d/0x60
[68032.797519] ? __pfx_kthread+0x10/0x10
[68032.797520] ret_from_fork_asm+0x1a/0x30
[68032.797522] </TASK>
[68212.812868] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[68212.825910] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2412549
[68212.843613] rcu: (detected by 175, t=9333314 jiffies, g=639685, q=30517 ncpus=256)
[68212.858804] Sending NMI from CPU 175 to CPUs 156:
[68212.858809] NMI backtrace for cpu 156
[68212.858815] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[68212.858817] Tainted: [D]=DIE, [W]=WARN
[68212.858818] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[68212.858819] Workqueue: cgroup_destroy css_free_rwork_fn
[68212.858822] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[68212.858824] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[68212.858825] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[68212.858826] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[68212.858826] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[68212.858827] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[68212.858827] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[68212.858828] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[68212.858828] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[68212.858829] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[68212.858829] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[68212.858830] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[68212.858830] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[68212.858831] PKRU: 55555554
[68212.858831] Call Trace:
[68212.858832] <TASK>
[68212.858833] _raw_spin_lock_irqsave+0x46/0x60
[68212.858834] cgroup_rstat_flush+0xf4/0x7e0
[68212.858835] cgroup_rstat_exit+0x20/0xf0
[68212.858836] css_free_rwork_fn+0x12e/0x400
[68212.858837] process_one_work+0x19e/0x3e0
[68212.858839] worker_thread+0x2ad/0x3c0
[68212.858841] kthread+0x108/0x220
[68212.858841] ? __pfx_worker_thread+0x10/0x10
[68212.858843] ? __pfx_kthread+0x10/0x10
[68212.858844] ret_from_fork+0x3d/0x60
[68212.858845] ? __pfx_kthread+0x10/0x10
[68212.858846] ret_from_fork_asm+0x1a/0x30
[68212.858848] </TASK>
[68392.874110] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[68392.887178] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2424453
[68392.904885] rcu: (detected by 131, t=9378330 jiffies, g=639685, q=30531 ncpus=256)
[68392.920087] Sending NMI from CPU 131 to CPUs 156:
[68392.920092] NMI backtrace for cpu 156
[68392.920097] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[68392.920099] Tainted: [D]=DIE, [W]=WARN
[68392.920100] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[68392.920101] Workqueue: cgroup_destroy css_free_rwork_fn
[68392.920104] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[68392.920106] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[68392.920107] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[68392.920107] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[68392.920108] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[68392.920109] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[68392.920109] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[68392.920110] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[68392.920111] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[68392.920111] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[68392.920112] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[68392.920112] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[68392.920113] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[68392.920113] PKRU: 55555554
[68392.920113] Call Trace:
[68392.920114] <TASK>
[68392.920115] _raw_spin_lock_irqsave+0x46/0x60
[68392.920116] cgroup_rstat_flush+0xf4/0x7e0
[68392.920118] cgroup_rstat_exit+0x20/0xf0
[68392.920119] css_free_rwork_fn+0x12e/0x400
[68392.920120] process_one_work+0x19e/0x3e0
[68392.920121] worker_thread+0x2ad/0x3c0
[68392.920123] kthread+0x108/0x220
[68392.920124] ? __pfx_worker_thread+0x10/0x10
[68392.920126] ? __pfx_kthread+0x10/0x10
[68392.920127] ret_from_fork+0x3d/0x60
[68392.920128] ? __pfx_kthread+0x10/0x10
[68392.920129] ret_from_fork_asm+0x1a/0x30
[68392.920131] </TASK>
[68572.935352] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[68572.948415] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2436320
[68572.966128] rcu: (detected by 71, t=9423346 jiffies, g=639685, q=30547 ncpus=256)
[68572.981236] Sending NMI from CPU 71 to CPUs 156:
[68572.981242] NMI backtrace for cpu 156
[68572.981248] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[68572.981251] Tainted: [D]=DIE, [W]=WARN
[68572.981251] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[68572.981252] Workqueue: cgroup_destroy css_free_rwork_fn
[68572.981255] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[68572.981257] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[68572.981258] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[68572.981259] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[68572.981259] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[68572.981259] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[68572.981260] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[68572.981260] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[68572.981261] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[68572.981262] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[68572.981262] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[68572.981263] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[68572.981263] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[68572.981263] PKRU: 55555554
[68572.981264] Call Trace:
[68572.981264] <TASK>
[68572.981265] _raw_spin_lock_irqsave+0x46/0x60
[68572.981267] cgroup_rstat_flush+0xf4/0x7e0
[68572.981268] cgroup_rstat_exit+0x20/0xf0
[68572.981269] css_free_rwork_fn+0x12e/0x400
[68572.981270] process_one_work+0x19e/0x3e0
[68572.981271] worker_thread+0x2ad/0x3c0
[68572.981273] kthread+0x108/0x220
[68572.981274] ? __pfx_worker_thread+0x10/0x10
[68572.981275] ? __pfx_kthread+0x10/0x10
[68572.981276] ret_from_fork+0x3d/0x60
[68572.981277] ? __pfx_kthread+0x10/0x10
[68572.981278] ret_from_fork_asm+0x1a/0x30
[68572.981281] </TASK>
[68752.996593] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[68753.009643] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2448163
[68753.027353] rcu: (detected by 71, t=9468362 jiffies, g=639685, q=30560 ncpus=256)
[68753.042452] Sending NMI from CPU 71 to CPUs 156:
[68753.042456] NMI backtrace for cpu 156
[68753.042462] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[68753.042465] Tainted: [D]=DIE, [W]=WARN
[68753.042466] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[68753.042467] Workqueue: cgroup_destroy css_free_rwork_fn
[68753.042470] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[68753.042472] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[68753.042473] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[68753.042474] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[68753.042474] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[68753.042475] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[68753.042475] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[68753.042476] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[68753.042477] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[68753.042477] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[68753.042477] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[68753.042478] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[68753.042478] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[68753.042479] PKRU: 55555554
[68753.042479] Call Trace:
[68753.042480] <TASK>
[68753.042481] _raw_spin_lock_irqsave+0x46/0x60
[68753.042482] cgroup_rstat_flush+0xf4/0x7e0
[68753.042484] cgroup_rstat_exit+0x20/0xf0
[68753.042485] css_free_rwork_fn+0x12e/0x400
[68753.042485] process_one_work+0x19e/0x3e0
[68753.042487] worker_thread+0x2ad/0x3c0
[68753.042489] kthread+0x108/0x220
[68753.042490] ? __pfx_worker_thread+0x10/0x10
[68753.042491] ? __pfx_kthread+0x10/0x10
[68753.042492] ret_from_fork+0x3d/0x60
[68753.042493] ? __pfx_kthread+0x10/0x10
[68753.042494] ret_from_fork_asm+0x1a/0x30
[68753.042496] </TASK>
[68933.057835] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[68933.070892] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2460014
[68933.088592] rcu: (detected by 6, t=9513378 jiffies, g=639685, q=30575 ncpus=256)
[68933.103582] Sending NMI from CPU 6 to CPUs 156:
[68933.103587] NMI backtrace for cpu 156
[68933.103593] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[68933.103595] Tainted: [D]=DIE, [W]=WARN
[68933.103596] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[68933.103597] Workqueue: cgroup_destroy css_free_rwork_fn
[68933.103600] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[68933.103602] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[68933.103604] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[68933.103604] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[68933.103605] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[68933.103605] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[68933.103605] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[68933.103606] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[68933.103607] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[68933.103607] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[68933.103608] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[68933.103608] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[68933.103609] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[68933.103609] PKRU: 55555554
[68933.103609] Call Trace:
[68933.103610] <TASK>
[68933.103611] _raw_spin_lock_irqsave+0x46/0x60
[68933.103612] cgroup_rstat_flush+0xf4/0x7e0
[68933.103614] cgroup_rstat_exit+0x20/0xf0
[68933.103615] css_free_rwork_fn+0x12e/0x400
[68933.103615] process_one_work+0x19e/0x3e0
[68933.103617] worker_thread+0x2ad/0x3c0
[68933.103619] kthread+0x108/0x220
[68933.103620] ? __pfx_worker_thread+0x10/0x10
[68933.103621] ? __pfx_kthread+0x10/0x10
[68933.103622] ret_from_fork+0x3d/0x60
[68933.103623] ? __pfx_kthread+0x10/0x10
[68933.103624] ret_from_fork_asm+0x1a/0x30
[68933.103626] </TASK>
[69113.119075] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[69113.132123] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2471877
[69113.149816] rcu: (detected by 194, t=9558394 jiffies, g=639685, q=30594 ncpus=256)
[69113.165000] Sending NMI from CPU 194 to CPUs 156:
[69113.165006] NMI backtrace for cpu 156
[69113.165011] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[69113.165014] Tainted: [D]=DIE, [W]=WARN
[69113.165014] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[69113.165015] Workqueue: cgroup_destroy css_free_rwork_fn
[69113.165018] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[69113.165020] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[69113.165021] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[69113.165022] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[69113.165022] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[69113.165023] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[69113.165023] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[69113.165024] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[69113.165024] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[69113.165025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[69113.165025] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[69113.165026] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[69113.165026] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[69113.165027] PKRU: 55555554
[69113.165027] Call Trace:
[69113.165028] <TASK>
[69113.165029] _raw_spin_lock_irqsave+0x46/0x60
[69113.165030] cgroup_rstat_flush+0xf4/0x7e0
[69113.165031] cgroup_rstat_exit+0x20/0xf0
[69113.165033] css_free_rwork_fn+0x12e/0x400
[69113.165033] process_one_work+0x19e/0x3e0
[69113.165035] worker_thread+0x2ad/0x3c0
[69113.165037] kthread+0x108/0x220
[69113.165037] ? __pfx_worker_thread+0x10/0x10
[69113.165039] ? __pfx_kthread+0x10/0x10
[69113.165040] ret_from_fork+0x3d/0x60
[69113.165041] ? __pfx_kthread+0x10/0x10
[69113.165042] ret_from_fork_asm+0x1a/0x30
[69113.165044] </TASK>
[69293.180316] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[69293.193377] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2483732
[69293.211072] rcu: (detected by 151, t=9603410 jiffies, g=639685, q=30611 ncpus=256)
[69293.226260] Sending NMI from CPU 151 to CPUs 156:
[69293.226266] NMI backtrace for cpu 156
[69293.226271] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[69293.226274] Tainted: [D]=DIE, [W]=WARN
[69293.226274] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[69293.226275] Workqueue: cgroup_destroy css_free_rwork_fn
[69293.226278] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[69293.226280] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[69293.226281] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[69293.226282] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[69293.226283] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[69293.226283] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[69293.226283] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[69293.226284] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[69293.226285] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[69293.226285] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[69293.226286] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[69293.226286] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[69293.226287] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[69293.226287] PKRU: 55555554
[69293.226287] Call Trace:
[69293.226288] <TASK>
[69293.226289] _raw_spin_lock_irqsave+0x46/0x60
[69293.226290] cgroup_rstat_flush+0xf4/0x7e0
[69293.226292] cgroup_rstat_exit+0x20/0xf0
[69293.226293] css_free_rwork_fn+0x12e/0x400
[69293.226294] process_one_work+0x19e/0x3e0
[69293.226295] worker_thread+0x2ad/0x3c0
[69293.226297] kthread+0x108/0x220
[69293.226298] ? __pfx_worker_thread+0x10/0x10
[69293.226299] ? __pfx_kthread+0x10/0x10
[69293.226300] ret_from_fork+0x3d/0x60
[69293.226301] ? __pfx_kthread+0x10/0x10
[69293.226302] ret_from_fork_asm+0x1a/0x30
[69293.226304] </TASK>
[69473.241558] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[69473.254618] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2495591
[69473.272323] rcu: (detected by 219, t=9648426 jiffies, g=639685, q=30623 ncpus=256)
[69473.287520] Sending NMI from CPU 219 to CPUs 156:
[69473.287526] NMI backtrace for cpu 156
[69473.287531] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[69473.287534] Tainted: [D]=DIE, [W]=WARN
[69473.287535] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[69473.287536] Workqueue: cgroup_destroy css_free_rwork_fn
[69473.287539] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[69473.287541] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[69473.287542] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[69473.287543] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[69473.287544] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[69473.287544] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[69473.287544] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[69473.287545] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[69473.287546] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[69473.287546] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[69473.287547] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[69473.287547] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[69473.287548] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[69473.287548] PKRU: 55555554
[69473.287548] Call Trace:
[69473.287549] <TASK>
[69473.287550] _raw_spin_lock_irqsave+0x46/0x60
[69473.287551] cgroup_rstat_flush+0xf4/0x7e0
[69473.287553] cgroup_rstat_exit+0x20/0xf0
[69473.287554] css_free_rwork_fn+0x12e/0x400
[69473.287554] process_one_work+0x19e/0x3e0
[69473.287556] worker_thread+0x2ad/0x3c0
[69473.287558] kthread+0x108/0x220
[69473.287559] ? __pfx_worker_thread+0x10/0x10
[69473.287560] ? __pfx_kthread+0x10/0x10
[69473.287561] ret_from_fork+0x3d/0x60
[69473.287562] ? __pfx_kthread+0x10/0x10
[69473.287563] ret_from_fork_asm+0x1a/0x30
[69473.287565] </TASK>
[69653.302798] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[69653.315867] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2507437
[69653.333576] rcu: (detected by 175, t=9693442 jiffies, g=639685, q=30639 ncpus=256)
[69653.348776] Sending NMI from CPU 175 to CPUs 156:
[69653.348781] NMI backtrace for cpu 156
[69653.348787] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[69653.348790] Tainted: [D]=DIE, [W]=WARN
[69653.348791] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[69653.348792] Workqueue: cgroup_destroy css_free_rwork_fn
[69653.348795] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[69653.348797] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[69653.348798] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[69653.348799] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[69653.348800] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[69653.348800] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[69653.348800] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[69653.348801] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[69653.348802] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[69653.348802] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[69653.348802] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[69653.348803] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[69653.348803] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[69653.348804] PKRU: 55555554
[69653.348804] Call Trace:
[69653.348805] <TASK>
[69653.348806] _raw_spin_lock_irqsave+0x46/0x60
[69653.348807] cgroup_rstat_flush+0xf4/0x7e0
[69653.348809] cgroup_rstat_exit+0x20/0xf0
[69653.348810] css_free_rwork_fn+0x12e/0x400
[69653.348810] process_one_work+0x19e/0x3e0
[69653.348812] worker_thread+0x2ad/0x3c0
[69653.348814] kthread+0x108/0x220
[69653.348815] ? __pfx_worker_thread+0x10/0x10
[69653.348816] ? __pfx_kthread+0x10/0x10
[69653.348817] ret_from_fork+0x3d/0x60
[69653.348818] ? __pfx_kthread+0x10/0x10
[69653.348819] ret_from_fork_asm+0x1a/0x30
[69653.348821] </TASK>
[69833.364040] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[69833.377097] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2519335
[69833.394799] rcu: (detected by 199, t=9738458 jiffies, g=639685, q=30654 ncpus=256)
[69833.409986] Sending NMI from CPU 199 to CPUs 156:
[69833.409990] NMI backtrace for cpu 156
[69833.409995] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[69833.409998] Tainted: [D]=DIE, [W]=WARN
[69833.409999] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[69833.410000] Workqueue: cgroup_destroy css_free_rwork_fn
[69833.410003] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[69833.410005] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[69833.410006] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[69833.410006] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[69833.410007] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[69833.410007] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[69833.410008] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[69833.410008] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[69833.410009] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[69833.410009] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[69833.410010] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[69833.410010] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[69833.410011] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[69833.410011] PKRU: 55555554
[69833.410011] Call Trace:
[69833.410012] <TASK>
[69833.410013] _raw_spin_lock_irqsave+0x46/0x60
[69833.410015] cgroup_rstat_flush+0xf4/0x7e0
[69833.410016] cgroup_rstat_exit+0x20/0xf0
[69833.410017] css_free_rwork_fn+0x12e/0x400
[69833.410018] process_one_work+0x19e/0x3e0
[69833.410019] worker_thread+0x2ad/0x3c0
[69833.410021] kthread+0x108/0x220
[69833.410022] ? __pfx_worker_thread+0x10/0x10
[69833.410023] ? __pfx_kthread+0x10/0x10
[69833.410024] ret_from_fork+0x3d/0x60
[69833.410025] ? __pfx_kthread+0x10/0x10
[69833.410026] ret_from_fork_asm+0x1a/0x30
[69833.410028] </TASK>
[70013.425280] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[70013.438358] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2531181
[70013.456080] rcu: (detected by 175, t=9783474 jiffies, g=639685, q=30670 ncpus=256)
[70013.471289] Sending NMI from CPU 175 to CPUs 156:
[70013.471295] NMI backtrace for cpu 156
[70013.471301] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[70013.471303] Tainted: [D]=DIE, [W]=WARN
[70013.471304] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[70013.471305] Workqueue: cgroup_destroy css_free_rwork_fn
[70013.471308] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[70013.471310] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[70013.471311] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[70013.471311] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[70013.471312] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[70013.471312] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[70013.471313] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[70013.471313] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[70013.471314] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[70013.471314] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[70013.471315] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[70013.471315] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[70013.471316] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[70013.471316] PKRU: 55555554
[70013.471317] Call Trace:
[70013.471317] <TASK>
[70013.471318] _raw_spin_lock_irqsave+0x46/0x60
[70013.471320] cgroup_rstat_flush+0xf4/0x7e0
[70013.471321] cgroup_rstat_exit+0x20/0xf0
[70013.471322] css_free_rwork_fn+0x12e/0x400
[70013.471323] process_one_work+0x19e/0x3e0
[70013.471324] worker_thread+0x2ad/0x3c0
[70013.471326] kthread+0x108/0x220
[70013.471327] ? __pfx_worker_thread+0x10/0x10
[70013.471328] ? __pfx_kthread+0x10/0x10
[70013.471329] ret_from_fork+0x3d/0x60
[70013.471330] ? __pfx_kthread+0x10/0x10
[70013.471331] ret_from_fork_asm+0x1a/0x30
[70013.471333] </TASK>
[70193.486523] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[70193.499584] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2543069
[70193.517290] rcu: (detected by 175, t=9828490 jiffies, g=639685, q=30691 ncpus=256)
[70193.532490] Sending NMI from CPU 175 to CPUs 156:
[70193.532494] NMI backtrace for cpu 156
[70193.532500] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[70193.532503] Tainted: [D]=DIE, [W]=WARN
[70193.532503] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[70193.532504] Workqueue: cgroup_destroy css_free_rwork_fn
[70193.532507] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[70193.532509] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[70193.532511] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[70193.532511] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[70193.532512] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[70193.532512] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[70193.532512] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[70193.532513] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[70193.532514] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[70193.532515] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[70193.532515] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[70193.532516] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[70193.532516] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[70193.532517] PKRU: 55555554
[70193.532517] Call Trace:
[70193.532518] <TASK>
[70193.532519] _raw_spin_lock_irqsave+0x46/0x60
[70193.532520] cgroup_rstat_flush+0xf4/0x7e0
[70193.532522] cgroup_rstat_exit+0x20/0xf0
[70193.532523] css_free_rwork_fn+0x12e/0x400
[70193.532523] process_one_work+0x19e/0x3e0
[70193.532525] worker_thread+0x2ad/0x3c0
[70193.532527] kthread+0x108/0x220
[70193.532528] ? __pfx_worker_thread+0x10/0x10
[70193.532529] ? __pfx_kthread+0x10/0x10
[70193.532530] ret_from_fork+0x3d/0x60
[70193.532531] ? __pfx_kthread+0x10/0x10
[70193.532532] ret_from_fork_asm+0x1a/0x30
[70193.532534] </TASK>
[70373.547764] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[70373.560810] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2554961
[70373.578504] rcu: (detected by 227, t=9873506 jiffies, g=639685, q=30703 ncpus=256)
[70373.593677] Sending NMI from CPU 227 to CPUs 156:
[70373.593683] NMI backtrace for cpu 156
[70373.593688] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[70373.593691] Tainted: [D]=DIE, [W]=WARN
[70373.593691] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[70373.593692] Workqueue: cgroup_destroy css_free_rwork_fn
[70373.593695] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[70373.593697] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[70373.593698] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[70373.593699] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[70373.593700] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[70373.593700] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[70373.593700] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[70373.593701] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[70373.593702] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[70373.593702] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[70373.593702] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[70373.593703] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[70373.593703] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[70373.593704] PKRU: 55555554
[70373.593704] Call Trace:
[70373.593705] <TASK>
[70373.593706] _raw_spin_lock_irqsave+0x46/0x60
[70373.593707] cgroup_rstat_flush+0xf4/0x7e0
[70373.593709] cgroup_rstat_exit+0x20/0xf0
[70373.593710] css_free_rwork_fn+0x12e/0x400
[70373.593710] process_one_work+0x19e/0x3e0
[70373.593712] worker_thread+0x2ad/0x3c0
[70373.593714] kthread+0x108/0x220
[70373.593715] ? __pfx_worker_thread+0x10/0x10
[70373.593716] ? __pfx_kthread+0x10/0x10
[70373.593717] ret_from_fork+0x3d/0x60
[70373.593718] ? __pfx_kthread+0x10/0x10
[70373.593719] ret_from_fork_asm+0x1a/0x30
[70373.593721] </TASK>
[70553.609007] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[70553.622075] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2566819
[70553.639779] rcu: (detected by 159, t=9918522 jiffies, g=639685, q=30716 ncpus=256)
[70553.654974] Sending NMI from CPU 159 to CPUs 156:
[70553.654978] NMI backtrace for cpu 156
[70553.654981] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[70553.654983] Tainted: [D]=DIE, [W]=WARN
[70553.654984] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[70553.654985] Workqueue: cgroup_destroy css_free_rwork_fn
[70553.654987] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[70553.654989] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[70553.654990] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[70553.654990] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[70553.654991] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[70553.654991] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[70553.654992] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[70553.654992] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[70553.654993] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[70553.654994] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[70553.654994] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[70553.654995] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[70553.654995] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[70553.654996] PKRU: 55555554
[70553.654996] Call Trace:
[70553.654997] <TASK>
[70553.654998] _raw_spin_lock_irqsave+0x46/0x60
[70553.654999] cgroup_rstat_flush+0xf4/0x7e0
[70553.655000] cgroup_rstat_exit+0x20/0xf0
[70553.655001] css_free_rwork_fn+0x12e/0x400
[70553.655002] process_one_work+0x19e/0x3e0
[70553.655004] worker_thread+0x2ad/0x3c0
[70553.655005] kthread+0x108/0x220
[70553.655006] ? __pfx_worker_thread+0x10/0x10
[70553.655008] ? __pfx_kthread+0x10/0x10
[70553.655009] ret_from_fork+0x3d/0x60
[70553.655010] ? __pfx_kthread+0x10/0x10
[70553.655011] ret_from_fork_asm+0x1a/0x30
[70553.655013] </TASK>
[70733.670245] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[70733.683316] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2578694
[70733.701030] rcu: (detected by 175, t=9963538 jiffies, g=639685, q=30732 ncpus=256)
[70733.716239] Sending NMI from CPU 175 to CPUs 156:
[70733.716245] NMI backtrace for cpu 156
[70733.716250] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[70733.716252] Tainted: [D]=DIE, [W]=WARN
[70733.716252] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[70733.716253] Workqueue: cgroup_destroy css_free_rwork_fn
[70733.716256] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[70733.716258] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[70733.716258] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[70733.716259] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[70733.716260] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[70733.716260] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[70733.716261] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[70733.716261] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[70733.716262] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[70733.716263] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[70733.716263] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[70733.716264] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[70733.716264] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[70733.716264] PKRU: 55555554
[70733.716265] Call Trace:
[70733.716265] <TASK>
[70733.716266] _raw_spin_lock_irqsave+0x46/0x60
[70733.716268] cgroup_rstat_flush+0xf4/0x7e0
[70733.716269] cgroup_rstat_exit+0x20/0xf0
[70733.716270] css_free_rwork_fn+0x12e/0x400
[70733.716271] process_one_work+0x19e/0x3e0
[70733.716273] worker_thread+0x2ad/0x3c0
[70733.716274] kthread+0x108/0x220
[70733.716275] ? __pfx_worker_thread+0x10/0x10
[70733.716277] ? __pfx_kthread+0x10/0x10
[70733.716278] ret_from_fork+0x3d/0x60
[70733.716279] ? __pfx_kthread+0x10/0x10
[70733.716280] ret_from_fork_asm+0x1a/0x30
[70733.716282] </TASK>
[70913.731487] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[70913.744551] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2590579
[70913.762260] rcu: (detected by 131, t=10008554 jiffies, g=639685, q=30751 ncpus=256)
[70913.777565] Sending NMI from CPU 131 to CPUs 156:
[70913.777571] NMI backtrace for cpu 156
[70913.777576] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[70913.777578] Tainted: [D]=DIE, [W]=WARN
[70913.777579] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[70913.777580] Workqueue: cgroup_destroy css_free_rwork_fn
[70913.777583] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[70913.777585] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[70913.777586] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[70913.777587] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[70913.777587] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[70913.777588] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[70913.777588] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[70913.777588] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[70913.777589] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[70913.777590] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[70913.777590] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[70913.777591] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[70913.777591] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[70913.777591] PKRU: 55555554
[70913.777592] Call Trace:
[70913.777592] <TASK>
[70913.777594] _raw_spin_lock_irqsave+0x46/0x60
[70913.777595] cgroup_rstat_flush+0xf4/0x7e0
[70913.777596] cgroup_rstat_exit+0x20/0xf0
[70913.777597] css_free_rwork_fn+0x12e/0x400
[70913.777598] process_one_work+0x19e/0x3e0
[70913.777600] worker_thread+0x2ad/0x3c0
[70913.777601] kthread+0x108/0x220
[70913.777602] ? __pfx_worker_thread+0x10/0x10
[70913.777604] ? __pfx_kthread+0x10/0x10
[70913.777605] ret_from_fork+0x3d/0x60
[70913.777606] ? __pfx_kthread+0x10/0x10
[70913.777607] ret_from_fork_asm+0x1a/0x30
[70913.777609] </TASK>
[71093.792729] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[71093.805802] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2602480
[71093.823524] rcu: (detected by 194, t=10053570 jiffies, g=639685, q=30769 ncpus=256)
[71093.838844] Sending NMI from CPU 194 to CPUs 156:
[71093.838849] NMI backtrace for cpu 156
[71093.838854] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[71093.838857] Tainted: [D]=DIE, [W]=WARN
[71093.838857] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[71093.838858] Workqueue: cgroup_destroy css_free_rwork_fn
[71093.838861] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[71093.838863] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[71093.838864] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[71093.838865] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[71093.838865] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[71093.838866] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[71093.838866] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[71093.838867] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[71093.838868] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[71093.838869] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[71093.838869] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[71093.838870] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[71093.838870] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[71093.838870] PKRU: 55555554
[71093.838871] Call Trace:
[71093.838871] <TASK>
[71093.838872] _raw_spin_lock_irqsave+0x46/0x60
[71093.838874] cgroup_rstat_flush+0xf4/0x7e0
[71093.838875] cgroup_rstat_exit+0x20/0xf0
[71093.838876] css_free_rwork_fn+0x12e/0x400
[71093.838877] process_one_work+0x19e/0x3e0
[71093.838878] worker_thread+0x2ad/0x3c0
[71093.838880] kthread+0x108/0x220
[71093.838881] ? __pfx_worker_thread+0x10/0x10
[71093.838882] ? __pfx_kthread+0x10/0x10
[71093.838883] ret_from_fork+0x3d/0x60
[71093.838884] ? __pfx_kthread+0x10/0x10
[71093.838885] ret_from_fork_asm+0x1a/0x30
[71093.838887] </TASK>
[71273.853970] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[71273.867033] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2614355
[71273.884748] rcu: (detected by 194, t=10098586 jiffies, g=639685, q=30788 ncpus=256)
[71273.900061] Sending NMI from CPU 194 to CPUs 156:
[71273.900065] NMI backtrace for cpu 156
[71273.900071] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[71273.900074] Tainted: [D]=DIE, [W]=WARN
[71273.900074] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[71273.900075] Workqueue: cgroup_destroy css_free_rwork_fn
[71273.900078] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[71273.900080] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[71273.900081] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[71273.900082] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[71273.900082] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[71273.900083] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[71273.900083] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[71273.900084] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[71273.900084] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[71273.900085] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[71273.900085] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[71273.900086] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[71273.900086] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[71273.900087] PKRU: 55555554
[71273.900087] Call Trace:
[71273.900088] <TASK>
[71273.900089] _raw_spin_lock_irqsave+0x46/0x60
[71273.900090] cgroup_rstat_flush+0xf4/0x7e0
[71273.900092] cgroup_rstat_exit+0x20/0xf0
[71273.900093] css_free_rwork_fn+0x12e/0x400
[71273.900093] process_one_work+0x19e/0x3e0
[71273.900095] worker_thread+0x2ad/0x3c0
[71273.900097] kthread+0x108/0x220
[71273.900098] ? __pfx_worker_thread+0x10/0x10
[71273.900099] ? __pfx_kthread+0x10/0x10
[71273.900100] ret_from_fork+0x3d/0x60
[71273.900101] ? __pfx_kthread+0x10/0x10
[71273.900102] ret_from_fork_asm+0x1a/0x30
[71273.900104] </TASK>
[71453.915210] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[71453.928270] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2626227
[71453.945978] rcu: (detected by 66, t=10143602 jiffies, g=639685, q=30807 ncpus=256)
[71453.961175] Sending NMI from CPU 66 to CPUs 156:
[71453.961180] NMI backtrace for cpu 156
[71453.961186] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[71453.961188] Tainted: [D]=DIE, [W]=WARN
[71453.961189] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[71453.961189] Workqueue: cgroup_destroy css_free_rwork_fn
[71453.961193] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[71453.961195] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[71453.961196] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[71453.961196] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[71453.961197] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[71453.961197] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[71453.961198] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[71453.961198] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[71453.961199] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[71453.961200] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[71453.961200] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[71453.961201] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[71453.961201] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[71453.961201] PKRU: 55555554
[71453.961202] Call Trace:
[71453.961202] <TASK>
[71453.961204] _raw_spin_lock_irqsave+0x46/0x60
[71453.961205] cgroup_rstat_flush+0xf4/0x7e0
[71453.961206] cgroup_rstat_exit+0x20/0xf0
[71453.961207] css_free_rwork_fn+0x12e/0x400
[71453.961208] process_one_work+0x19e/0x3e0
[71453.961210] worker_thread+0x2ad/0x3c0
[71453.961211] kthread+0x108/0x220
[71453.961212] ? __pfx_worker_thread+0x10/0x10
[71453.961214] ? __pfx_kthread+0x10/0x10
[71453.961215] ret_from_fork+0x3d/0x60
[71453.961216] ? __pfx_kthread+0x10/0x10
[71453.961217] ret_from_fork_asm+0x1a/0x30
[71453.961218] </TASK>
[71633.976451] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[71633.989495] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2638108
[71634.007191] rcu: (detected by 194, t=10188618 jiffies, g=639685, q=30820 ncpus=256)
[71634.022487] Sending NMI from CPU 194 to CPUs 156:
[71634.022492] NMI backtrace for cpu 156
[71634.022498] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[71634.022501] Tainted: [D]=DIE, [W]=WARN
[71634.022501] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[71634.022502] Workqueue: cgroup_destroy css_free_rwork_fn
[71634.022505] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[71634.022507] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[71634.022508] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[71634.022509] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[71634.022509] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[71634.022510] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[71634.022510] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[71634.022511] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[71634.022511] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[71634.022512] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[71634.022512] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[71634.022513] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[71634.022513] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[71634.022514] PKRU: 55555554
[71634.022514] Call Trace:
[71634.022515] <TASK>
[71634.022516] _raw_spin_lock_irqsave+0x46/0x60
[71634.022517] cgroup_rstat_flush+0xf4/0x7e0
[71634.022519] cgroup_rstat_exit+0x20/0xf0
[71634.022520] css_free_rwork_fn+0x12e/0x400
[71634.022520] process_one_work+0x19e/0x3e0
[71634.022522] worker_thread+0x2ad/0x3c0
[71634.022524] kthread+0x108/0x220
[71634.022525] ? __pfx_worker_thread+0x10/0x10
[71634.022526] ? __pfx_kthread+0x10/0x10
[71634.022527] ret_from_fork+0x3d/0x60
[71634.022528] ? __pfx_kthread+0x10/0x10
[71634.022529] ret_from_fork_asm+0x1a/0x30
[71634.022531] </TASK>
[71814.037693] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[71814.050767] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2649966
[71814.068484] rcu: (detected by 91, t=10233634 jiffies, g=639685, q=30834 ncpus=256)
[71814.083691] Sending NMI from CPU 91 to CPUs 156:
[71814.083697] NMI backtrace for cpu 156
[71814.083702] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[71814.083704] Tainted: [D]=DIE, [W]=WARN
[71814.083705] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[71814.083706] Workqueue: cgroup_destroy css_free_rwork_fn
[71814.083709] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[71814.083711] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[71814.083712] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[71814.083712] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[71814.083713] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[71814.083713] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[71814.083714] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[71814.083714] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[71814.083715] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[71814.083716] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[71814.083716] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[71814.083717] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[71814.083717] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[71814.083717] PKRU: 55555554
[71814.083718] Call Trace:
[71814.083718] <TASK>
[71814.083719] _raw_spin_lock_irqsave+0x46/0x60
[71814.083721] cgroup_rstat_flush+0xf4/0x7e0
[71814.083722] cgroup_rstat_exit+0x20/0xf0
[71814.083723] css_free_rwork_fn+0x12e/0x400
[71814.083724] process_one_work+0x19e/0x3e0
[71814.083725] worker_thread+0x2ad/0x3c0
[71814.083727] kthread+0x108/0x220
[71814.083728] ? __pfx_worker_thread+0x10/0x10
[71814.083729] ? __pfx_kthread+0x10/0x10
[71814.083730] ret_from_fork+0x3d/0x60
[71814.083731] ? __pfx_kthread+0x10/0x10
[71814.083732] ret_from_fork_asm+0x1a/0x30
[71814.083734] </TASK>
[71994.098934] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[71994.111995] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2661825
[71994.129701] rcu: (detected by 3, t=10278650 jiffies, g=639685, q=30855 ncpus=256)
[71994.144802] Sending NMI from CPU 3 to CPUs 156:
[71994.144807] NMI backtrace for cpu 156
[71994.144812] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[71994.144815] Tainted: [D]=DIE, [W]=WARN
[71994.144816] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[71994.144816] Workqueue: cgroup_destroy css_free_rwork_fn
[71994.144819] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[71994.144822] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[71994.144823] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[71994.144823] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[71994.144824] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[71994.144824] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[71994.144824] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[71994.144825] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[71994.144826] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[71994.144826] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[71994.144827] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[71994.144827] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[71994.144827] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[71994.144828] PKRU: 55555554
[71994.144828] Call Trace:
[71994.144829] <TASK>
[71994.144830] _raw_spin_lock_irqsave+0x46/0x60
[71994.144831] cgroup_rstat_flush+0xf4/0x7e0
[71994.144832] cgroup_rstat_exit+0x20/0xf0
[71994.144833] css_free_rwork_fn+0x12e/0x400
[71994.144834] process_one_work+0x19e/0x3e0
[71994.144836] worker_thread+0x2ad/0x3c0
[71994.144837] kthread+0x108/0x220
[71994.144838] ? __pfx_worker_thread+0x10/0x10
[71994.144840] ? __pfx_kthread+0x10/0x10
[71994.144841] ret_from_fork+0x3d/0x60
[71994.144842] ? __pfx_kthread+0x10/0x10
[71994.144843] ret_from_fork_asm+0x1a/0x30
[71994.144845] </TASK>
[72174.160177] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[72174.173233] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2673720
[72174.190930] rcu: (detected by 175, t=10323666 jiffies, g=639685, q=30877 ncpus=256)
[72174.206220] Sending NMI from CPU 175 to CPUs 156:
[72174.206226] NMI backtrace for cpu 156
[72174.206231] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[72174.206233] Tainted: [D]=DIE, [W]=WARN
[72174.206234] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[72174.206235] Workqueue: cgroup_destroy css_free_rwork_fn
[72174.206238] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[72174.206240] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[72174.206241] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[72174.206242] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[72174.206242] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[72174.206243] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[72174.206243] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[72174.206243] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[72174.206244] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[72174.206245] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[72174.206245] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[72174.206246] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[72174.206246] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[72174.206247] PKRU: 55555554
[72174.206247] Call Trace:
[72174.206248] <TASK>
[72174.206249] _raw_spin_lock_irqsave+0x46/0x60
[72174.206250] cgroup_rstat_flush+0xf4/0x7e0
[72174.206251] cgroup_rstat_exit+0x20/0xf0
[72174.206253] css_free_rwork_fn+0x12e/0x400
[72174.206253] process_one_work+0x19e/0x3e0
[72174.206255] worker_thread+0x2ad/0x3c0
[72174.206256] kthread+0x108/0x220
[72174.206257] ? __pfx_worker_thread+0x10/0x10
[72174.206259] ? __pfx_kthread+0x10/0x10
[72174.206260] ret_from_fork+0x3d/0x60
[72174.206261] ? __pfx_kthread+0x10/0x10
[72174.206262] ret_from_fork_asm+0x1a/0x30
[72174.206264] </TASK>
[72354.221417] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[72354.234488] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2685636
[72354.252204] rcu: (detected by 71, t=10368682 jiffies, g=639685, q=30894 ncpus=256)
[72354.267408] Sending NMI from CPU 71 to CPUs 156:
[72354.267414] NMI backtrace for cpu 156
[72354.267420] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[72354.267423] Tainted: [D]=DIE, [W]=WARN
[72354.267423] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[72354.267424] Workqueue: cgroup_destroy css_free_rwork_fn
[72354.267428] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[72354.267430] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[72354.267431] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[72354.267432] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[72354.267432] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[72354.267433] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[72354.267433] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[72354.267434] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[72354.267435] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[72354.267436] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[72354.267436] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[72354.267437] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[72354.267437] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[72354.267437] PKRU: 55555554
[72354.267438] Call Trace:
[72354.267438] <TASK>
[72354.267440] _raw_spin_lock_irqsave+0x46/0x60
[72354.267441] cgroup_rstat_flush+0xf4/0x7e0
[72354.267442] cgroup_rstat_exit+0x20/0xf0
[72354.267443] css_free_rwork_fn+0x12e/0x400
[72354.267444] process_one_work+0x19e/0x3e0
[72354.267446] worker_thread+0x2ad/0x3c0
[72354.267447] kthread+0x108/0x220
[72354.267448] ? __pfx_worker_thread+0x10/0x10
[72354.267450] ? __pfx_kthread+0x10/0x10
[72354.267451] ret_from_fork+0x3d/0x60
[72354.267452] ? __pfx_kthread+0x10/0x10
[72354.267453] ret_from_fork_asm+0x1a/0x30
[72354.267454] </TASK>
[72534.282663] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[72534.295727] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2697510
[72534.313435] rcu: (detected by 138, t=10413698 jiffies, g=639685, q=30915 ncpus=256)
[72534.328742] Sending NMI from CPU 138 to CPUs 156:
[72534.328748] NMI backtrace for cpu 156
[72534.328754] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[72534.328757] Tainted: [D]=DIE, [W]=WARN
[72534.328757] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[72534.328759] Workqueue: cgroup_destroy css_free_rwork_fn
[72534.328762] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[72534.328764] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[72534.328765] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[72534.328766] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[72534.328767] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[72534.328768] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[72534.328768] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[72534.328769] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[72534.328769] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[72534.328770] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[72534.328770] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[72534.328771] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[72534.328772] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[72534.328772] PKRU: 55555554
[72534.328773] Call Trace:
[72534.328773] <TASK>
[72534.328774] _raw_spin_lock_irqsave+0x46/0x60
[72534.328776] cgroup_rstat_flush+0xf4/0x7e0
[72534.328777] cgroup_rstat_exit+0x20/0xf0
[72534.328778] css_free_rwork_fn+0x12e/0x400
[72534.328779] process_one_work+0x19e/0x3e0
[72534.328781] worker_thread+0x2ad/0x3c0
[72534.328782] kthread+0x108/0x220
[72534.328783] ? __pfx_worker_thread+0x10/0x10
[72534.328785] ? __pfx_kthread+0x10/0x10
[72534.328786] ret_from_fork+0x3d/0x60
[72534.328787] ? __pfx_kthread+0x10/0x10
[72534.328787] ret_from_fork_asm+0x1a/0x30
[72534.328789] </TASK>
[72714.343900] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[72714.356980] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2709395
[72714.374700] rcu: (detected by 175, t=10458714 jiffies, g=639685, q=30935 ncpus=256)
[72714.390001] Sending NMI from CPU 175 to CPUs 156:
[72714.390006] NMI backtrace for cpu 156
[72714.390012] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[72714.390014] Tainted: [D]=DIE, [W]=WARN
[72714.390014] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[72714.390015] Workqueue: cgroup_destroy css_free_rwork_fn
[72714.390018] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[72714.390020] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[72714.390021] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[72714.390022] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[72714.390023] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[72714.390023] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[72714.390023] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[72714.390024] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[72714.390025] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[72714.390025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[72714.390025] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[72714.390026] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[72714.390026] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[72714.390027] PKRU: 55555554
[72714.390027] Call Trace:
[72714.390028] <TASK>
[72714.390029] _raw_spin_lock_irqsave+0x46/0x60
[72714.390030] cgroup_rstat_flush+0xf4/0x7e0
[72714.390031] cgroup_rstat_exit+0x20/0xf0
[72714.390032] css_free_rwork_fn+0x12e/0x400
[72714.390033] process_one_work+0x19e/0x3e0
[72714.390035] worker_thread+0x2ad/0x3c0
[72714.390036] kthread+0x108/0x220
[72714.390037] ? __pfx_worker_thread+0x10/0x10
[72714.390039] ? __pfx_kthread+0x10/0x10
[72714.390040] ret_from_fork+0x3d/0x60
[72714.390041] ? __pfx_kthread+0x10/0x10
[72714.390042] ret_from_fork_asm+0x1a/0x30
[72714.390044] </TASK>
[72894.405142] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[72894.418183] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2721305
[72894.435871] rcu: (detected by 227, t=10503730 jiffies, g=639685, q=30953 ncpus=256)
[72894.451164] Sending NMI from CPU 227 to CPUs 156:
[72894.451169] NMI backtrace for cpu 156
[72894.451175] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[72894.451178] Tainted: [D]=DIE, [W]=WARN
[72894.451178] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[72894.451179] Workqueue: cgroup_destroy css_free_rwork_fn
[72894.451182] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[72894.451184] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[72894.451185] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[72894.451186] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[72894.451186] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[72894.451187] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[72894.451187] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[72894.451188] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[72894.451188] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[72894.451189] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[72894.451189] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[72894.451190] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[72894.451190] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[72894.451191] PKRU: 55555554
[72894.451191] Call Trace:
[72894.451192] <TASK>
[72894.451193] _raw_spin_lock_irqsave+0x46/0x60
[72894.451194] cgroup_rstat_flush+0xf4/0x7e0
[72894.451196] cgroup_rstat_exit+0x20/0xf0
[72894.451197] css_free_rwork_fn+0x12e/0x400
[72894.451197] process_one_work+0x19e/0x3e0
[72894.451199] worker_thread+0x2ad/0x3c0
[72894.451201] kthread+0x108/0x220
[72894.451201] ? __pfx_worker_thread+0x10/0x10
[72894.451203] ? __pfx_kthread+0x10/0x10
[72894.451204] ret_from_fork+0x3d/0x60
[72894.451205] ? __pfx_kthread+0x10/0x10
[72894.451206] ret_from_fork_asm+0x1a/0x30
[72894.451208] </TASK>
[73074.466381] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[73074.479454] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2733181
[73074.497172] rcu: (detected by 175, t=10548746 jiffies, g=639685, q=30979 ncpus=256)
[73074.512487] Sending NMI from CPU 175 to CPUs 156:
[73074.512492] NMI backtrace for cpu 156
[73074.512498] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[73074.512500] Tainted: [D]=DIE, [W]=WARN
[73074.512501] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[73074.512502] Workqueue: cgroup_destroy css_free_rwork_fn
[73074.512505] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[73074.512507] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[73074.512508] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[73074.512509] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[73074.512510] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[73074.512510] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[73074.512510] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[73074.512511] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[73074.512512] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[73074.512512] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[73074.512512] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[73074.512513] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[73074.512514] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[73074.512514] PKRU: 55555554
[73074.512514] Call Trace:
[73074.512515] <TASK>
[73074.512516] _raw_spin_lock_irqsave+0x46/0x60
[73074.512517] cgroup_rstat_flush+0xf4/0x7e0
[73074.512519] cgroup_rstat_exit+0x20/0xf0
[73074.512520] css_free_rwork_fn+0x12e/0x400
[73074.512520] process_one_work+0x19e/0x3e0
[73074.512522] worker_thread+0x2ad/0x3c0
[73074.512524] kthread+0x108/0x220
[73074.512524] ? __pfx_worker_thread+0x10/0x10
[73074.512526] ? __pfx_kthread+0x10/0x10
[73074.512527] ret_from_fork+0x3d/0x60
[73074.512528] ? __pfx_kthread+0x10/0x10
[73074.512529] ret_from_fork_asm+0x1a/0x30
[73074.512531] </TASK>
[73254.527625] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[73254.540700] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2745070
[73254.558418] rcu: (detected by 159, t=10593762 jiffies, g=639685, q=30996 ncpus=256)
[73254.573732] Sending NMI from CPU 159 to CPUs 156:
[73254.573737] NMI backtrace for cpu 156
[73254.573739] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[73254.573741] Tainted: [D]=DIE, [W]=WARN
[73254.573742] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[73254.573743] Workqueue: cgroup_destroy css_free_rwork_fn
[73254.573745] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[73254.573747] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[73254.573747] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[73254.573748] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[73254.573749] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[73254.573749] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[73254.573749] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[73254.573750] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[73254.573751] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[73254.573751] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[73254.573752] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[73254.573752] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[73254.573753] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[73254.573753] PKRU: 55555554
[73254.573753] Call Trace:
[73254.573754] <TASK>
[73254.573755] _raw_spin_lock_irqsave+0x46/0x60
[73254.573756] cgroup_rstat_flush+0xf4/0x7e0
[73254.573757] cgroup_rstat_exit+0x20/0xf0
[73254.573759] css_free_rwork_fn+0x12e/0x400
[73254.573759] process_one_work+0x19e/0x3e0
[73254.573761] worker_thread+0x2ad/0x3c0
[73254.573763] kthread+0x108/0x220
[73254.573763] ? __pfx_worker_thread+0x10/0x10
[73254.573765] ? __pfx_kthread+0x10/0x10
[73254.573766] ret_from_fork+0x3d/0x60
[73254.573767] ? __pfx_kthread+0x10/0x10
[73254.573768] ret_from_fork_asm+0x1a/0x30
[73254.573770] </TASK>
[73434.588866] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[73434.601935] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2756957
[73434.619652] rcu: (detected by 158, t=10638778 jiffies, g=639685, q=31011 ncpus=256)
[73434.634966] Sending NMI from CPU 158 to CPUs 156:
[73434.634969] NMI backtrace for cpu 156
[73434.634972] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[73434.634973] Tainted: [D]=DIE, [W]=WARN
[73434.634974] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[73434.634974] Workqueue: cgroup_destroy css_free_rwork_fn
[73434.634976] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[73434.634978] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[73434.634979] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[73434.634980] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[73434.634980] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[73434.634980] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[73434.634981] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[73434.634981] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[73434.634982] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[73434.634983] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[73434.634983] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[73434.634984] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[73434.634984] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[73434.634984] PKRU: 55555554
[73434.634985] Call Trace:
[73434.634985] <TASK>
[73434.634986] _raw_spin_lock_irqsave+0x46/0x60
[73434.634988] cgroup_rstat_flush+0xf4/0x7e0
[73434.634989] cgroup_rstat_exit+0x20/0xf0
[73434.634990] css_free_rwork_fn+0x12e/0x400
[73434.634991] process_one_work+0x19e/0x3e0
[73434.634993] worker_thread+0x2ad/0x3c0
[73434.634994] kthread+0x108/0x220
[73434.634995] ? __pfx_worker_thread+0x10/0x10
[73434.634996] ? __pfx_kthread+0x10/0x10
[73434.634997] ret_from_fork+0x3d/0x60
[73434.634999] ? __pfx_kthread+0x10/0x10
[73434.634999] ret_from_fork_asm+0x1a/0x30
[73434.635001] </TASK>
[73614.650105] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[73614.663181] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2768850
[73614.680901] rcu: (detected by 175, t=10683794 jiffies, g=639685, q=31026 ncpus=256)
[73614.696214] Sending NMI from CPU 175 to CPUs 156:
[73614.696219] NMI backtrace for cpu 156
[73614.696225] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[73614.696227] Tainted: [D]=DIE, [W]=WARN
[73614.696227] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[73614.696228] Workqueue: cgroup_destroy css_free_rwork_fn
[73614.696231] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[73614.696233] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[73614.696233] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[73614.696234] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[73614.696235] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[73614.696235] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[73614.696236] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[73614.696236] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[73614.696237] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[73614.696238] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[73614.696238] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[73614.696239] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[73614.696239] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[73614.696240] PKRU: 55555554
[73614.696240] Call Trace:
[73614.696241] <TASK>
[73614.696242] _raw_spin_lock_irqsave+0x46/0x60
[73614.696243] cgroup_rstat_flush+0xf4/0x7e0
[73614.696245] cgroup_rstat_exit+0x20/0xf0
[73614.696246] css_free_rwork_fn+0x12e/0x400
[73614.696246] process_one_work+0x19e/0x3e0
[73614.696248] worker_thread+0x2ad/0x3c0
[73614.696250] kthread+0x108/0x220
[73614.696250] ? __pfx_worker_thread+0x10/0x10
[73614.696252] ? __pfx_kthread+0x10/0x10
[73614.696253] ret_from_fork+0x3d/0x60
[73614.696254] ? __pfx_kthread+0x10/0x10
[73614.696255] ret_from_fork_asm+0x1a/0x30
[73614.696257] </TASK>
[73794.711348] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[73794.724407] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2780753
[73794.742120] rcu: (detected by 219, t=10728810 jiffies, g=639685, q=31042 ncpus=256)
[73794.757432] Sending NMI from CPU 219 to CPUs 156:
[73794.757437] NMI backtrace for cpu 156
[73794.757443] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[73794.757445] Tainted: [D]=DIE, [W]=WARN
[73794.757446] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[73794.757446] Workqueue: cgroup_destroy css_free_rwork_fn
[73794.757450] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[73794.757452] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[73794.757452] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[73794.757453] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[73794.757453] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[73794.757454] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[73794.757454] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[73794.757455] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[73794.757456] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[73794.757456] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[73794.757456] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[73794.757457] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[73794.757457] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[73794.757458] PKRU: 55555554
[73794.757458] Call Trace:
[73794.757459] <TASK>
[73794.757460] _raw_spin_lock_irqsave+0x46/0x60
[73794.757461] cgroup_rstat_flush+0xf4/0x7e0
[73794.757463] cgroup_rstat_exit+0x20/0xf0
[73794.757464] css_free_rwork_fn+0x12e/0x400
[73794.757464] process_one_work+0x19e/0x3e0
[73794.757466] worker_thread+0x2ad/0x3c0
[73794.757468] kthread+0x108/0x220
[73794.757468] ? __pfx_worker_thread+0x10/0x10
[73794.757470] ? __pfx_kthread+0x10/0x10
[73794.757471] ret_from_fork+0x3d/0x60
[73794.757472] ? __pfx_kthread+0x10/0x10
[73794.757473] ret_from_fork_asm+0x1a/0x30
[73794.757475] </TASK>
[73974.772589] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[73974.785641] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2792622
[73974.803347] rcu: (detected by 158, t=10773826 jiffies, g=639685, q=31061 ncpus=256)
[73974.818653] Sending NMI from CPU 158 to CPUs 156:
[73974.818657] NMI backtrace for cpu 156
[73974.818660] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[73974.818661] Tainted: [D]=DIE, [W]=WARN
[73974.818662] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[73974.818663] Workqueue: cgroup_destroy css_free_rwork_fn
[73974.818665] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[73974.818667] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[73974.818668] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[73974.818669] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[73974.818669] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[73974.818669] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[73974.818670] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[73974.818670] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[73974.818671] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[73974.818672] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[73974.818672] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[73974.818673] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[73974.818673] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[73974.818673] PKRU: 55555554
[73974.818674] Call Trace:
[73974.818674] <TASK>
[73974.818675] _raw_spin_lock_irqsave+0x46/0x60
[73974.818676] cgroup_rstat_flush+0xf4/0x7e0
[73974.818678] cgroup_rstat_exit+0x20/0xf0
[73974.818679] css_free_rwork_fn+0x12e/0x400
[73974.818680] process_one_work+0x19e/0x3e0
[73974.818681] worker_thread+0x2ad/0x3c0
[73974.818683] kthread+0x108/0x220
[73974.818684] ? __pfx_worker_thread+0x10/0x10
[73974.818685] ? __pfx_kthread+0x10/0x10
[73974.818686] ret_from_fork+0x3d/0x60
[73974.818687] ? __pfx_kthread+0x10/0x10
[73974.818688] ret_from_fork_asm+0x1a/0x30
[73974.818690] </TASK>
[74154.833831] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[74154.846910] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2804517
[74154.864635] rcu: (detected by 53, t=10818842 jiffies, g=639685, q=31080 ncpus=256)
[74154.879845] Sending NMI from CPU 53 to CPUs 156:
[74154.879851] NMI backtrace for cpu 156
[74154.879856] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[74154.879858] Tainted: [D]=DIE, [W]=WARN
[74154.879859] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[74154.879860] Workqueue: cgroup_destroy css_free_rwork_fn
[74154.879862] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[74154.879864] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[74154.879865] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[74154.879866] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[74154.879866] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[74154.879867] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[74154.879867] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[74154.879868] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[74154.879868] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[74154.879869] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[74154.879869] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[74154.879870] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[74154.879870] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[74154.879871] PKRU: 55555554
[74154.879871] Call Trace:
[74154.879872] <TASK>
[74154.879873] _raw_spin_lock_irqsave+0x46/0x60
[74154.879874] cgroup_rstat_flush+0xf4/0x7e0
[74154.879876] cgroup_rstat_exit+0x20/0xf0
[74154.879877] css_free_rwork_fn+0x12e/0x400
[74154.879878] process_one_work+0x19e/0x3e0
[74154.879879] worker_thread+0x2ad/0x3c0
[74154.879881] kthread+0x108/0x220
[74154.879882] ? __pfx_worker_thread+0x10/0x10
[74154.879883] ? __pfx_kthread+0x10/0x10
[74154.879884] ret_from_fork+0x3d/0x60
[74154.879885] ? __pfx_kthread+0x10/0x10
[74154.879886] ret_from_fork_asm+0x1a/0x30
[74154.879888] </TASK>
[74334.895070] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[74334.908134] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2816401
[74334.925841] rcu: (detected by 151, t=10863858 jiffies, g=639685, q=31095 ncpus=256)
[74334.941145] Sending NMI from CPU 151 to CPUs 156:
[74334.941151] NMI backtrace for cpu 156
[74334.941157] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[74334.941159] Tainted: [D]=DIE, [W]=WARN
[74334.941160] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[74334.941161] Workqueue: cgroup_destroy css_free_rwork_fn
[74334.941164] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[74334.941166] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[74334.941167] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[74334.941167] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[74334.941168] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[74334.941168] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[74334.941168] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[74334.941169] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[74334.941170] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[74334.941170] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[74334.941171] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[74334.941171] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[74334.941172] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[74334.941172] PKRU: 55555554
[74334.941172] Call Trace:
[74334.941173] <TASK>
[74334.941174] _raw_spin_lock_irqsave+0x46/0x60
[74334.941175] cgroup_rstat_flush+0xf4/0x7e0
[74334.941177] cgroup_rstat_exit+0x20/0xf0
[74334.941178] css_free_rwork_fn+0x12e/0x400
[74334.941179] process_one_work+0x19e/0x3e0
[74334.941180] worker_thread+0x2ad/0x3c0
[74334.941182] kthread+0x108/0x220
[74334.941183] ? __pfx_worker_thread+0x10/0x10
[74334.941184] ? __pfx_kthread+0x10/0x10
[74334.941185] ret_from_fork+0x3d/0x60
[74334.941186] ? __pfx_kthread+0x10/0x10
[74334.941187] ret_from_fork_asm+0x1a/0x30
[74334.941189] </TASK>
[74514.956312] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[74514.969373] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2828265
[74514.987079] rcu: (detected by 91, t=10908874 jiffies, g=639685, q=31110 ncpus=256)
[74515.002273] Sending NMI from CPU 91 to CPUs 156:
[74515.002277] NMI backtrace for cpu 156
[74515.002283] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[74515.002285] Tainted: [D]=DIE, [W]=WARN
[74515.002285] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[74515.002286] Workqueue: cgroup_destroy css_free_rwork_fn
[74515.002289] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[74515.002291] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[74515.002292] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[74515.002293] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[74515.002293] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[74515.002294] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[74515.002294] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[74515.002295] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[74515.002295] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[74515.002296] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[74515.002296] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[74515.002297] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[74515.002297] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[74515.002298] PKRU: 55555554
[74515.002298] Call Trace:
[74515.002299] <TASK>
[74515.002300] _raw_spin_lock_irqsave+0x46/0x60
[74515.002301] cgroup_rstat_flush+0xf4/0x7e0
[74515.002302] cgroup_rstat_exit+0x20/0xf0
[74515.002304] css_free_rwork_fn+0x12e/0x400
[74515.002304] process_one_work+0x19e/0x3e0
[74515.002306] worker_thread+0x2ad/0x3c0
[74515.002308] kthread+0x108/0x220
[74515.002308] ? __pfx_worker_thread+0x10/0x10
[74515.002310] ? __pfx_kthread+0x10/0x10
[74515.002311] ret_from_fork+0x3d/0x60
[74515.002312] ? __pfx_kthread+0x10/0x10
[74515.002313] ret_from_fork_asm+0x1a/0x30
[74515.002315] </TASK>
[74695.017553] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[74695.030609] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2840123
[74695.048306] rcu: (detected by 38, t=10953890 jiffies, g=639685, q=31127 ncpus=256)
[74695.063492] Sending NMI from CPU 38 to CPUs 156:
[74695.063498] NMI backtrace for cpu 156
[74695.063503] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[74695.063506] Tainted: [D]=DIE, [W]=WARN
[74695.063506] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[74695.063507] Workqueue: cgroup_destroy css_free_rwork_fn
[74695.063510] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[74695.063512] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[74695.063514] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[74695.063514] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[74695.063515] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[74695.063515] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[74695.063515] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[74695.063516] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[74695.063517] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[74695.063517] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[74695.063518] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[74695.063518] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[74695.063519] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[74695.063519] PKRU: 55555554
[74695.063519] Call Trace:
[74695.063520] <TASK>
[74695.063521] _raw_spin_lock_irqsave+0x46/0x60
[74695.063523] cgroup_rstat_flush+0xf4/0x7e0
[74695.063524] cgroup_rstat_exit+0x20/0xf0
[74695.063525] css_free_rwork_fn+0x12e/0x400
[74695.063526] process_one_work+0x19e/0x3e0
[74695.063527] worker_thread+0x2ad/0x3c0
[74695.063529] kthread+0x108/0x220
[74695.063530] ? __pfx_worker_thread+0x10/0x10
[74695.063531] ? __pfx_kthread+0x10/0x10
[74695.063532] ret_from_fork+0x3d/0x60
[74695.063533] ? __pfx_kthread+0x10/0x10
[74695.063534] ret_from_fork_asm+0x1a/0x30
[74695.063536] </TASK>
[74875.078802] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[74875.091859] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2851985
[74875.109561] rcu: (detected by 47, t=10998906 jiffies, g=639685, q=31139 ncpus=256)
[74875.124757] Sending NMI from CPU 47 to CPUs 156:
[74875.124762] NMI backtrace for cpu 156
[74875.124767] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[74875.124770] Tainted: [D]=DIE, [W]=WARN
[74875.124771] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[74875.124771] Workqueue: cgroup_destroy css_free_rwork_fn
[74875.124775] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[74875.124777] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[74875.124778] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[74875.124778] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[74875.124779] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[74875.124779] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[74875.124780] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[74875.124780] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[74875.124781] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[74875.124782] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[74875.124782] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[74875.124783] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[74875.124783] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[74875.124783] PKRU: 55555554
[74875.124784] Call Trace:
[74875.124784] <TASK>
[74875.124785] _raw_spin_lock_irqsave+0x46/0x60
[74875.124787] cgroup_rstat_flush+0xf4/0x7e0
[74875.124788] cgroup_rstat_exit+0x20/0xf0
[74875.124789] css_free_rwork_fn+0x12e/0x400
[74875.124790] process_one_work+0x19e/0x3e0
[74875.124791] worker_thread+0x2ad/0x3c0
[74875.124793] kthread+0x108/0x220
[74875.124794] ? __pfx_worker_thread+0x10/0x10
[74875.124795] ? __pfx_kthread+0x10/0x10
[74875.124796] ret_from_fork+0x3d/0x60
[74875.124797] ? __pfx_kthread+0x10/0x10
[74875.124798] ret_from_fork_asm+0x1a/0x30
[74875.124800] </TASK>
[75055.124037] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[75055.137096] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2863877
[75055.154796] rcu: (detected by 158, t=11043918 jiffies, g=639685, q=31161 ncpus=256)
[75055.170086] Sending NMI from CPU 158 to CPUs 156:
[75055.170089] NMI backtrace for cpu 156
[75055.170092] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[75055.170094] Tainted: [D]=DIE, [W]=WARN
[75055.170094] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[75055.170095] Workqueue: cgroup_destroy css_free_rwork_fn
[75055.170097] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[75055.170099] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[75055.170100] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[75055.170100] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[75055.170101] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[75055.170101] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[75055.170102] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[75055.170102] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[75055.170103] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[75055.170104] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[75055.170104] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[75055.170105] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[75055.170105] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[75055.170105] PKRU: 55555554
[75055.170105] Call Trace:
[75055.170106] <TASK>
[75055.170107] _raw_spin_lock_irqsave+0x46/0x60
[75055.170108] cgroup_rstat_flush+0xf4/0x7e0
[75055.170110] cgroup_rstat_exit+0x20/0xf0
[75055.170111] css_free_rwork_fn+0x12e/0x400
[75055.170112] process_one_work+0x19e/0x3e0
[75055.170113] worker_thread+0x2ad/0x3c0
[75055.170115] kthread+0x108/0x220
[75055.170116] ? __pfx_worker_thread+0x10/0x10
[75055.170117] ? __pfx_kthread+0x10/0x10
[75055.170118] ret_from_fork+0x3d/0x60
[75055.170119] ? __pfx_kthread+0x10/0x10
[75055.170120] ret_from_fork_asm+0x1a/0x30
[75055.170122] </TASK>
[75235.185278] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[75235.198335] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2875735
[75235.216036] rcu: (detected by 159, t=11088934 jiffies, g=639685, q=31175 ncpus=256)
[75235.231337] Sending NMI from CPU 159 to CPUs 156:
[75235.231341] NMI backtrace for cpu 156
[75235.231343] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[75235.231345] Tainted: [D]=DIE, [W]=WARN
[75235.231345] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[75235.231346] Workqueue: cgroup_destroy css_free_rwork_fn
[75235.231348] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[75235.231350] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[75235.231351] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[75235.231351] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[75235.231352] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[75235.231352] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[75235.231352] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[75235.231353] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[75235.231354] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[75235.231355] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[75235.231355] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[75235.231356] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[75235.231356] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[75235.231356] PKRU: 55555554
[75235.231356] Call Trace:
[75235.231357] <TASK>
[75235.231358] _raw_spin_lock_irqsave+0x46/0x60
[75235.231359] cgroup_rstat_flush+0xf4/0x7e0
[75235.231361] cgroup_rstat_exit+0x20/0xf0
[75235.231362] css_free_rwork_fn+0x12e/0x400
[75235.231363] process_one_work+0x19e/0x3e0
[75235.231364] worker_thread+0x2ad/0x3c0
[75235.231366] kthread+0x108/0x220
[75235.231367] ? __pfx_worker_thread+0x10/0x10
[75235.231368] ? __pfx_kthread+0x10/0x10
[75235.231369] ret_from_fork+0x3d/0x60
[75235.231370] ? __pfx_kthread+0x10/0x10
[75235.231371] ret_from_fork_asm+0x1a/0x30
[75235.231373] </TASK>
[75415.246518] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[75415.259588] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2887628
[75415.277301] rcu: (detected by 71, t=11133950 jiffies, g=639685, q=31191 ncpus=256)
[75415.292508] Sending NMI from CPU 71 to CPUs 156:
[75415.292513] NMI backtrace for cpu 156
[75415.292519] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[75415.292521] Tainted: [D]=DIE, [W]=WARN
[75415.292521] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[75415.292522] Workqueue: cgroup_destroy css_free_rwork_fn
[75415.292525] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[75415.292526] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[75415.292527] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[75415.292528] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[75415.292528] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[75415.292529] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[75415.292529] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[75415.292529] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[75415.292530] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[75415.292531] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[75415.292531] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[75415.292532] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[75415.292532] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[75415.292532] PKRU: 55555554
[75415.292533] Call Trace:
[75415.292533] <TASK>
[75415.292534] _raw_spin_lock_irqsave+0x46/0x60
[75415.292536] cgroup_rstat_flush+0xf4/0x7e0
[75415.292537] cgroup_rstat_exit+0x20/0xf0
[75415.292538] css_free_rwork_fn+0x12e/0x400
[75415.292539] process_one_work+0x19e/0x3e0
[75415.292541] worker_thread+0x2ad/0x3c0
[75415.292542] kthread+0x108/0x220
[75415.292543] ? __pfx_worker_thread+0x10/0x10
[75415.292544] ? __pfx_kthread+0x10/0x10
[75415.292545] ret_from_fork+0x3d/0x60
[75415.292546] ? __pfx_kthread+0x10/0x10
[75415.292547] ret_from_fork_asm+0x1a/0x30
[75415.292549] </TASK>
[75595.307759] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[75595.320802] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2899486
[75595.338497] rcu: (detected by 66, t=11178966 jiffies, g=639685, q=31203 ncpus=256)
[75595.353682] Sending NMI from CPU 66 to CPUs 156:
[75595.353687] NMI backtrace for cpu 156
[75595.353693] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[75595.353695] Tainted: [D]=DIE, [W]=WARN
[75595.353696] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[75595.353697] Workqueue: cgroup_destroy css_free_rwork_fn
[75595.353700] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[75595.353703] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[75595.353704] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[75595.353705] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[75595.353705] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[75595.353706] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[75595.353706] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[75595.353706] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[75595.353707] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[75595.353708] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[75595.353708] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[75595.353709] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[75595.353709] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[75595.353710] PKRU: 55555554
[75595.353710] Call Trace:
[75595.353710] <TASK>
[75595.353712] _raw_spin_lock_irqsave+0x46/0x60
[75595.353713] cgroup_rstat_flush+0xf4/0x7e0
[75595.353714] cgroup_rstat_exit+0x20/0xf0
[75595.353715] css_free_rwork_fn+0x12e/0x400
[75595.353716] process_one_work+0x19e/0x3e0
[75595.353718] worker_thread+0x2ad/0x3c0
[75595.353719] kthread+0x108/0x220
[75595.353720] ? __pfx_worker_thread+0x10/0x10
[75595.353722] ? __pfx_kthread+0x10/0x10
[75595.353723] ret_from_fork+0x3d/0x60
[75595.353724] ? __pfx_kthread+0x10/0x10
[75595.353725] ret_from_fork_asm+0x1a/0x30
[75595.353726] </TASK>
[75775.369003] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[75775.382055] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2911335
[75775.399760] rcu: (detected by 219, t=11223982 jiffies, g=639685, q=31215 ncpus=256)
[75775.415065] Sending NMI from CPU 219 to CPUs 156:
[75775.415070] NMI backtrace for cpu 156
[75775.415075] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[75775.415078] Tainted: [D]=DIE, [W]=WARN
[75775.415078] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[75775.415079] Workqueue: cgroup_destroy css_free_rwork_fn
[75775.415082] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[75775.415084] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[75775.415086] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[75775.415086] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[75775.415087] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[75775.415087] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[75775.415088] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[75775.415088] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[75775.415089] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[75775.415090] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[75775.415090] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[75775.415091] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[75775.415091] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[75775.415091] PKRU: 55555554
[75775.415092] Call Trace:
[75775.415093] <TASK>
[75775.415094] _raw_spin_lock_irqsave+0x46/0x60
[75775.415095] cgroup_rstat_flush+0xf4/0x7e0
[75775.415096] cgroup_rstat_exit+0x20/0xf0
[75775.415097] css_free_rwork_fn+0x12e/0x400
[75775.415098] process_one_work+0x19e/0x3e0
[75775.415100] worker_thread+0x2ad/0x3c0
[75775.415102] kthread+0x108/0x220
[75775.415102] ? __pfx_worker_thread+0x10/0x10
[75775.415104] ? __pfx_kthread+0x10/0x10
[75775.415105] ret_from_fork+0x3d/0x60
[75775.415106] ? __pfx_kthread+0x10/0x10
[75775.415107] ret_from_fork_asm+0x1a/0x30
[75775.415109] </TASK>
[75955.430241] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[75955.443315] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2923205
[75955.461025] rcu: (detected by 131, t=11268998 jiffies, g=639685, q=31231 ncpus=256)
[75955.476331] Sending NMI from CPU 131 to CPUs 156:
[75955.476336] NMI backtrace for cpu 156
[75955.476342] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[75955.476344] Tainted: [D]=DIE, [W]=WARN
[75955.476345] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[75955.476346] Workqueue: cgroup_destroy css_free_rwork_fn
[75955.476349] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[75955.476351] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[75955.476352] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[75955.476353] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[75955.476353] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[75955.476354] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[75955.476354] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[75955.476355] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[75955.476356] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[75955.476356] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[75955.476357] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[75955.476357] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[75955.476358] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[75955.476358] PKRU: 55555554
[75955.476358] Call Trace:
[75955.476359] <TASK>
[75955.476360] _raw_spin_lock_irqsave+0x46/0x60
[75955.476362] cgroup_rstat_flush+0xf4/0x7e0
[75955.476363] cgroup_rstat_exit+0x20/0xf0
[75955.476364] css_free_rwork_fn+0x12e/0x400
[75955.476365] process_one_work+0x19e/0x3e0
[75955.476366] worker_thread+0x2ad/0x3c0
[75955.476368] kthread+0x108/0x220
[75955.476369] ? __pfx_worker_thread+0x10/0x10
[75955.476370] ? __pfx_kthread+0x10/0x10
[75955.476371] ret_from_fork+0x3d/0x60
[75955.476372] ? __pfx_kthread+0x10/0x10
[75955.476373] ret_from_fork_asm+0x1a/0x30
[75955.476375] </TASK>
[76135.491482] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[76135.504559] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2935097
[76135.522281] rcu: (detected by 91, t=11314014 jiffies, g=639685, q=31249 ncpus=256)
[76135.537505] Sending NMI from CPU 91 to CPUs 156:
[76135.537510] NMI backtrace for cpu 156
[76135.537516] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[76135.537518] Tainted: [D]=DIE, [W]=WARN
[76135.537519] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[76135.537520] Workqueue: cgroup_destroy css_free_rwork_fn
[76135.537523] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[76135.537525] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[76135.537526] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[76135.537526] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[76135.537527] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[76135.537527] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[76135.537528] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[76135.537528] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[76135.537529] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[76135.537529] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[76135.537530] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[76135.537531] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[76135.537531] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[76135.537531] PKRU: 55555554
[76135.537532] Call Trace:
[76135.537532] <TASK>
[76135.537533] _raw_spin_lock_irqsave+0x46/0x60
[76135.537535] cgroup_rstat_flush+0xf4/0x7e0
[76135.537536] cgroup_rstat_exit+0x20/0xf0
[76135.537537] css_free_rwork_fn+0x12e/0x400
[76135.537538] process_one_work+0x19e/0x3e0
[76135.537540] worker_thread+0x2ad/0x3c0
[76135.537541] kthread+0x108/0x220
[76135.537542] ? __pfx_worker_thread+0x10/0x10
[76135.537543] ? __pfx_kthread+0x10/0x10
[76135.537544] ret_from_fork+0x3d/0x60
[76135.537545] ? __pfx_kthread+0x10/0x10
[76135.537546] ret_from_fork_asm+0x1a/0x30
[76135.537548] </TASK>
[76315.552725] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[76315.565801] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2946967
[76315.583516] rcu: (detected by 172, t=11359030 jiffies, g=639685, q=31264 ncpus=256)
[76315.598827] Sending NMI from CPU 172 to CPUs 156:
[76315.598833] NMI backtrace for cpu 156
[76315.598838] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[76315.598841] Tainted: [D]=DIE, [W]=WARN
[76315.598841] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[76315.598842] Workqueue: cgroup_destroy css_free_rwork_fn
[76315.598846] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[76315.598848] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[76315.598849] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[76315.598850] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[76315.598850] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[76315.598851] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[76315.598851] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[76315.598851] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[76315.598852] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[76315.598853] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[76315.598853] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[76315.598854] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[76315.598854] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[76315.598854] PKRU: 55555554
[76315.598855] Call Trace:
[76315.598855] <TASK>
[76315.598857] _raw_spin_lock_irqsave+0x46/0x60
[76315.598858] cgroup_rstat_flush+0xf4/0x7e0
[76315.598859] cgroup_rstat_exit+0x20/0xf0
[76315.598860] css_free_rwork_fn+0x12e/0x400
[76315.598861] process_one_work+0x19e/0x3e0
[76315.598863] worker_thread+0x2ad/0x3c0
[76315.598864] kthread+0x108/0x220
[76315.598865] ? __pfx_worker_thread+0x10/0x10
[76315.598867] ? __pfx_kthread+0x10/0x10
[76315.598868] ret_from_fork+0x3d/0x60
[76315.598869] ? __pfx_kthread+0x10/0x10
[76315.598870] ret_from_fork_asm+0x1a/0x30
[76315.598872] </TASK>
[76495.613966] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[76495.627034] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2958871
[76495.644752] rcu: (detected by 42, t=11404046 jiffies, g=639685, q=31281 ncpus=256)
[76495.659963] Sending NMI from CPU 42 to CPUs 156:
[76495.659968] NMI backtrace for cpu 156
[76495.659974] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[76495.659976] Tainted: [D]=DIE, [W]=WARN
[76495.659977] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[76495.659978] Workqueue: cgroup_destroy css_free_rwork_fn
[76495.659981] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[76495.659983] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[76495.659984] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[76495.659985] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[76495.659986] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[76495.659986] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[76495.659986] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[76495.659987] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[76495.659988] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[76495.659988] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[76495.659988] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[76495.659989] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[76495.659989] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[76495.659990] PKRU: 55555554
[76495.659990] Call Trace:
[76495.659991] <TASK>
[76495.659992] _raw_spin_lock_irqsave+0x46/0x60
[76495.659993] cgroup_rstat_flush+0xf4/0x7e0
[76495.659995] cgroup_rstat_exit+0x20/0xf0
[76495.659996] css_free_rwork_fn+0x12e/0x400
[76495.659996] process_one_work+0x19e/0x3e0
[76495.659998] worker_thread+0x2ad/0x3c0
[76495.660000] kthread+0x108/0x220
[76495.660000] ? __pfx_worker_thread+0x10/0x10
[76495.660002] ? __pfx_kthread+0x10/0x10
[76495.660003] ret_from_fork+0x3d/0x60
[76495.660004] ? __pfx_kthread+0x10/0x10
[76495.660005] ret_from_fork_asm+0x1a/0x30
[76495.660007] </TASK>
[76675.675208] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[76675.688283] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2970754
[76675.705996] rcu: (detected by 159, t=11449062 jiffies, g=639685, q=31296 ncpus=256)
[76675.721313] Sending NMI from CPU 159 to CPUs 156:
[76675.721318] NMI backtrace for cpu 156
[76675.721320] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[76675.721322] Tainted: [D]=DIE, [W]=WARN
[76675.721323] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[76675.721324] Workqueue: cgroup_destroy css_free_rwork_fn
[76675.721327] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[76675.721328] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[76675.721329] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[76675.721329] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[76675.721330] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[76675.721330] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[76675.721330] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[76675.721331] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[76675.721332] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[76675.721332] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[76675.721333] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[76675.721333] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[76675.721334] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[76675.721334] PKRU: 55555554
[76675.721334] Call Trace:
[76675.721335] <TASK>
[76675.721336] _raw_spin_lock_irqsave+0x46/0x60
[76675.721337] cgroup_rstat_flush+0xf4/0x7e0
[76675.721338] cgroup_rstat_exit+0x20/0xf0
[76675.721339] css_free_rwork_fn+0x12e/0x400
[76675.721340] process_one_work+0x19e/0x3e0
[76675.721342] worker_thread+0x2ad/0x3c0
[76675.721343] kthread+0x108/0x220
[76675.721344] ? __pfx_worker_thread+0x10/0x10
[76675.721346] ? __pfx_kthread+0x10/0x10
[76675.721347] ret_from_fork+0x3d/0x60
[76675.721348] ? __pfx_kthread+0x10/0x10
[76675.721349] ret_from_fork_asm+0x1a/0x30
[76675.721351] </TASK>
[76855.736448] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[76855.749515] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2982645
[76855.767228] rcu: (detected by 158, t=11494078 jiffies, g=639685, q=31308 ncpus=256)
[76855.782540] Sending NMI from CPU 158 to CPUs 156:
[76855.782544] NMI backtrace for cpu 156
[76855.782546] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[76855.782548] Tainted: [D]=DIE, [W]=WARN
[76855.782548] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[76855.782549] Workqueue: cgroup_destroy css_free_rwork_fn
[76855.782551] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[76855.782553] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[76855.782553] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[76855.782554] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[76855.782555] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[76855.782555] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[76855.782555] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[76855.782556] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[76855.782557] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[76855.782557] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[76855.782558] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[76855.782558] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[76855.782559] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[76855.782559] PKRU: 55555554
[76855.782559] Call Trace:
[76855.782560] <TASK>
[76855.782561] _raw_spin_lock_irqsave+0x46/0x60
[76855.782562] cgroup_rstat_flush+0xf4/0x7e0
[76855.782564] cgroup_rstat_exit+0x20/0xf0
[76855.782565] css_free_rwork_fn+0x12e/0x400
[76855.782565] process_one_work+0x19e/0x3e0
[76855.782567] worker_thread+0x2ad/0x3c0
[76855.782569] kthread+0x108/0x220
[76855.782570] ? __pfx_worker_thread+0x10/0x10
[76855.782571] ? __pfx_kthread+0x10/0x10
[76855.782572] ret_from_fork+0x3d/0x60
[76855.782573] ? __pfx_kthread+0x10/0x10
[76855.782574] ret_from_fork_asm+0x1a/0x30
[76855.782576] </TASK>
[77035.797689] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[77035.810745] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=2994537
[77035.828460] rcu: (detected by 71, t=11539094 jiffies, g=639685, q=31327 ncpus=256)
[77035.843668] Sending NMI from CPU 71 to CPUs 156:
[77035.843674] NMI backtrace for cpu 156
[77035.843679] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[77035.843681] Tainted: [D]=DIE, [W]=WARN
[77035.843682] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[77035.843683] Workqueue: cgroup_destroy css_free_rwork_fn
[77035.843686] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[77035.843688] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[77035.843689] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[77035.843689] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[77035.843690] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[77035.843691] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[77035.843691] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[77035.843692] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[77035.843693] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[77035.843694] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[77035.843695] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[77035.843695] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[77035.843696] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[77035.843696] PKRU: 55555554
[77035.843697] Call Trace:
[77035.843697] <TASK>
[77035.843699] _raw_spin_lock_irqsave+0x46/0x60
[77035.843700] cgroup_rstat_flush+0xf4/0x7e0
[77035.843701] cgroup_rstat_exit+0x20/0xf0
[77035.843702] css_free_rwork_fn+0x12e/0x400
[77035.843703] process_one_work+0x19e/0x3e0
[77035.843705] worker_thread+0x2ad/0x3c0
[77035.843707] kthread+0x108/0x220
[77035.843708] ? __pfx_worker_thread+0x10/0x10
[77035.843709] ? __pfx_kthread+0x10/0x10
[77035.843710] ret_from_fork+0x3d/0x60
[77035.843711] ? __pfx_kthread+0x10/0x10
[77035.843712] ret_from_fork_asm+0x1a/0x30
[77035.843714] </TASK>
[77215.858932] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[77215.872007] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3006404
[77215.889720] rcu: (detected by 47, t=11584108 jiffies, g=639685, q=31342 ncpus=256)
[77215.904927] Sending NMI from CPU 47 to CPUs 156:
[77215.904934] NMI backtrace for cpu 156
[77215.904940] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[77215.904942] Tainted: [D]=DIE, [W]=WARN
[77215.904943] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[77215.904944] Workqueue: cgroup_destroy css_free_rwork_fn
[77215.904947] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[77215.904949] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[77215.904950] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[77215.904950] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[77215.904951] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[77215.904951] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[77215.904951] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[77215.904952] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[77215.904953] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[77215.904953] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[77215.904954] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[77215.904954] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[77215.904955] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[77215.904955] PKRU: 55555554
[77215.904955] Call Trace:
[77215.904956] <TASK>
[77215.904957] _raw_spin_lock_irqsave+0x46/0x60
[77215.904958] cgroup_rstat_flush+0xf4/0x7e0
[77215.904960] cgroup_rstat_exit+0x20/0xf0
[77215.904961] css_free_rwork_fn+0x12e/0x400
[77215.904961] process_one_work+0x19e/0x3e0
[77215.904963] worker_thread+0x2ad/0x3c0
[77215.904965] kthread+0x108/0x220
[77215.904966] ? __pfx_worker_thread+0x10/0x10
[77215.904967] ? __pfx_kthread+0x10/0x10
[77215.904968] ret_from_fork+0x3d/0x60
[77215.904969] ? __pfx_kthread+0x10/0x10
[77215.904970] ret_from_fork_asm+0x1a/0x30
[77215.904972] </TASK>
[77395.916172] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[77395.929229] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3018286
[77395.946932] rcu: (detected by 199, t=11629125 jiffies, g=639685, q=31355 ncpus=256)
[77395.962236] Sending NMI from CPU 199 to CPUs 156:
[77395.962241] NMI backtrace for cpu 156
[77395.962246] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[77395.962249] Tainted: [D]=DIE, [W]=WARN
[77395.962249] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[77395.962250] Workqueue: cgroup_destroy css_free_rwork_fn
[77395.962253] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[77395.962255] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[77395.962256] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[77395.962257] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[77395.962257] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[77395.962257] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[77395.962258] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[77395.962258] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[77395.962259] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[77395.962260] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[77395.962260] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[77395.962261] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[77395.962261] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[77395.962261] PKRU: 55555554
[77395.962262] Call Trace:
[77395.962262] <TASK>
[77395.962263] _raw_spin_lock_irqsave+0x46/0x60
[77395.962265] cgroup_rstat_flush+0xf4/0x7e0
[77395.962266] cgroup_rstat_exit+0x20/0xf0
[77395.962267] css_free_rwork_fn+0x12e/0x400
[77395.962268] process_one_work+0x19e/0x3e0
[77395.962269] worker_thread+0x2ad/0x3c0
[77395.962271] kthread+0x108/0x220
[77395.962272] ? __pfx_worker_thread+0x10/0x10
[77395.962273] ? __pfx_kthread+0x10/0x10
[77395.962274] ret_from_fork+0x3d/0x60
[77395.962275] ? __pfx_kthread+0x10/0x10
[77395.962276] ret_from_fork_asm+0x1a/0x30
[77395.962278] </TASK>
[77575.977413] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[77575.990483] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3030170
[77576.008190] rcu: (detected by 44, t=11674141 jiffies, g=639685, q=31374 ncpus=256)
[77576.023395] Sending NMI from CPU 44 to CPUs 156:
[77576.023401] NMI backtrace for cpu 156
[77576.023406] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[77576.023409] Tainted: [D]=DIE, [W]=WARN
[77576.023409] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[77576.023410] Workqueue: cgroup_destroy css_free_rwork_fn
[77576.023413] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[77576.023415] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[77576.023416] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[77576.023417] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[77576.023418] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[77576.023418] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[77576.023418] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[77576.023419] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[77576.023420] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[77576.023421] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[77576.023421] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[77576.023422] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[77576.023422] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[77576.023423] PKRU: 55555554
[77576.023423] Call Trace:
[77576.023424] <TASK>
[77576.023425] _raw_spin_lock_irqsave+0x46/0x60
[77576.023426] cgroup_rstat_flush+0xf4/0x7e0
[77576.023427] cgroup_rstat_exit+0x20/0xf0
[77576.023428] css_free_rwork_fn+0x12e/0x400
[77576.023429] process_one_work+0x19e/0x3e0
[77576.023431] worker_thread+0x2ad/0x3c0
[77576.023432] kthread+0x108/0x220
[77576.023433] ? __pfx_worker_thread+0x10/0x10
[77576.023435] ? __pfx_kthread+0x10/0x10
[77576.023436] ret_from_fork+0x3d/0x60
[77576.023437] ? __pfx_kthread+0x10/0x10
[77576.023438] ret_from_fork_asm+0x1a/0x30
[77576.023440] </TASK>
[77756.038654] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[77756.051725] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3042048
[77756.069438] rcu: (detected by 159, t=11719157 jiffies, g=639685, q=31386 ncpus=256)
[77756.084751] Sending NMI from CPU 159 to CPUs 156:
[77756.084755] NMI backtrace for cpu 156
[77756.084758] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[77756.084759] Tainted: [D]=DIE, [W]=WARN
[77756.084760] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[77756.084761] Workqueue: cgroup_destroy css_free_rwork_fn
[77756.084763] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[77756.084765] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[77756.084766] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[77756.084767] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[77756.084767] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[77756.084767] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[77756.084768] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[77756.084768] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[77756.084769] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[77756.084770] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[77756.084770] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[77756.084771] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[77756.084771] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[77756.084772] PKRU: 55555554
[77756.084772] Call Trace:
[77756.084773] <TASK>
[77756.084774] _raw_spin_lock_irqsave+0x46/0x60
[77756.084775] cgroup_rstat_flush+0xf4/0x7e0
[77756.084776] cgroup_rstat_exit+0x20/0xf0
[77756.084777] css_free_rwork_fn+0x12e/0x400
[77756.084778] process_one_work+0x19e/0x3e0
[77756.084780] worker_thread+0x2ad/0x3c0
[77756.084781] kthread+0x108/0x220
[77756.084782] ? __pfx_worker_thread+0x10/0x10
[77756.084784] ? __pfx_kthread+0x10/0x10
[77756.084785] ret_from_fork+0x3d/0x60
[77756.084786] ? __pfx_kthread+0x10/0x10
[77756.084786] ret_from_fork_asm+0x1a/0x30
[77756.084789] </TASK>
[77936.099895] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[77936.112966] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3053920
[77936.130688] rcu: (detected by 194, t=11764173 jiffies, g=639685, q=31399 ncpus=256)
[77936.146010] Sending NMI from CPU 194 to CPUs 156:
[77936.146015] NMI backtrace for cpu 156
[77936.146021] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[77936.146024] Tainted: [D]=DIE, [W]=WARN
[77936.146024] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[77936.146025] Workqueue: cgroup_destroy css_free_rwork_fn
[77936.146028] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[77936.146030] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[77936.146030] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[77936.146031] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[77936.146032] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[77936.146032] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[77936.146033] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[77936.146034] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[77936.146035] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[77936.146035] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[77936.146036] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[77936.146036] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[77936.146037] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[77936.146037] PKRU: 55555554
[77936.146037] Call Trace:
[77936.146038] <TASK>
[77936.146039] _raw_spin_lock_irqsave+0x46/0x60
[77936.146041] cgroup_rstat_flush+0xf4/0x7e0
[77936.146042] cgroup_rstat_exit+0x20/0xf0
[77936.146044] css_free_rwork_fn+0x12e/0x400
[77936.146044] process_one_work+0x19e/0x3e0
[77936.146046] worker_thread+0x2ad/0x3c0
[77936.146048] kthread+0x108/0x220
[77936.146048] ? __pfx_worker_thread+0x10/0x10
[77936.146050] ? __pfx_kthread+0x10/0x10
[77936.146051] ret_from_fork+0x3d/0x60
[77936.146052] ? __pfx_kthread+0x10/0x10
[77936.146053] ret_from_fork_asm+0x1a/0x30
[77936.146055] </TASK>
[78116.161135] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[78116.174187] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3065775
[78116.191892] rcu: (detected by 71, t=11809189 jiffies, g=639685, q=31419 ncpus=256)
[78116.207090] Sending NMI from CPU 71 to CPUs 156:
[78116.207094] NMI backtrace for cpu 156
[78116.207100] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[78116.207103] Tainted: [D]=DIE, [W]=WARN
[78116.207103] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[78116.207104] Workqueue: cgroup_destroy css_free_rwork_fn
[78116.207107] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[78116.207109] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[78116.207111] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[78116.207111] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[78116.207112] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[78116.207112] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[78116.207112] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[78116.207113] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[78116.207114] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[78116.207115] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[78116.207115] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[78116.207116] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[78116.207116] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[78116.207116] PKRU: 55555554
[78116.207117] Call Trace:
[78116.207117] <TASK>
[78116.207118] _raw_spin_lock_irqsave+0x46/0x60
[78116.207120] cgroup_rstat_flush+0xf4/0x7e0
[78116.207121] cgroup_rstat_exit+0x20/0xf0
[78116.207122] css_free_rwork_fn+0x12e/0x400
[78116.207123] process_one_work+0x19e/0x3e0
[78116.207124] worker_thread+0x2ad/0x3c0
[78116.207126] kthread+0x108/0x220
[78116.207127] ? __pfx_worker_thread+0x10/0x10
[78116.207128] ? __pfx_kthread+0x10/0x10
[78116.207129] ret_from_fork+0x3d/0x60
[78116.207130] ? __pfx_kthread+0x10/0x10
[78116.207131] ret_from_fork_asm+0x1a/0x30
[78116.207133] </TASK>
[78296.222377] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[78296.235432] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3077648
[78296.253135] rcu: (detected by 219, t=11854205 jiffies, g=639685, q=31435 ncpus=256)
[78296.268431] Sending NMI from CPU 219 to CPUs 156:
[78296.268436] NMI backtrace for cpu 156
[78296.268442] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[78296.268445] Tainted: [D]=DIE, [W]=WARN
[78296.268445] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[78296.268446] Workqueue: cgroup_destroy css_free_rwork_fn
[78296.268449] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[78296.268452] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[78296.268453] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[78296.268454] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[78296.268454] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[78296.268455] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[78296.268455] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[78296.268455] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[78296.268456] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[78296.268457] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[78296.268457] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[78296.268458] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[78296.268458] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[78296.268458] PKRU: 55555554
[78296.268459] Call Trace:
[78296.268459] <TASK>
[78296.268460] _raw_spin_lock_irqsave+0x46/0x60
[78296.268462] cgroup_rstat_flush+0xf4/0x7e0
[78296.268463] cgroup_rstat_exit+0x20/0xf0
[78296.268464] css_free_rwork_fn+0x12e/0x400
[78296.268465] process_one_work+0x19e/0x3e0
[78296.268467] worker_thread+0x2ad/0x3c0
[78296.268468] kthread+0x108/0x220
[78296.268469] ? __pfx_worker_thread+0x10/0x10
[78296.268471] ? __pfx_kthread+0x10/0x10
[78296.268472] ret_from_fork+0x3d/0x60
[78296.268473] ? __pfx_kthread+0x10/0x10
[78296.268473] ret_from_fork_asm+0x1a/0x30
[78296.268475] </TASK>
[78476.283620] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[78476.296688] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3089510
[78476.314397] rcu: (detected by 175, t=11899221 jiffies, g=639685, q=31449 ncpus=256)
[78476.329709] Sending NMI from CPU 175 to CPUs 156:
[78476.329714] NMI backtrace for cpu 156
[78476.329720] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[78476.329722] Tainted: [D]=DIE, [W]=WARN
[78476.329722] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[78476.329723] Workqueue: cgroup_destroy css_free_rwork_fn
[78476.329726] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[78476.329728] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[78476.329729] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[78476.329730] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[78476.329730] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[78476.329731] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[78476.329731] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[78476.329732] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[78476.329732] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[78476.329733] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[78476.329733] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[78476.329734] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[78476.329734] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[78476.329735] PKRU: 55555554
[78476.329735] Call Trace:
[78476.329736] <TASK>
[78476.329737] _raw_spin_lock_irqsave+0x46/0x60
[78476.329738] cgroup_rstat_flush+0xf4/0x7e0
[78476.329739] cgroup_rstat_exit+0x20/0xf0
[78476.329741] css_free_rwork_fn+0x12e/0x400
[78476.329741] process_one_work+0x19e/0x3e0
[78476.329743] worker_thread+0x2ad/0x3c0
[78476.329745] kthread+0x108/0x220
[78476.329745] ? __pfx_worker_thread+0x10/0x10
[78476.329747] ? __pfx_kthread+0x10/0x10
[78476.329748] ret_from_fork+0x3d/0x60
[78476.329749] ? __pfx_kthread+0x10/0x10
[78476.329750] ret_from_fork_asm+0x1a/0x30
[78476.329752] </TASK>
[78656.344863] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[78656.357924] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3101399
[78656.375637] rcu: (detected by 175, t=11944237 jiffies, g=639685, q=31465 ncpus=256)
[78656.390944] Sending NMI from CPU 175 to CPUs 156:
[78656.390950] NMI backtrace for cpu 156
[78656.390956] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[78656.390958] Tainted: [D]=DIE, [W]=WARN
[78656.390959] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[78656.390959] Workqueue: cgroup_destroy css_free_rwork_fn
[78656.390962] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[78656.390965] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[78656.390966] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[78656.390967] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[78656.390967] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[78656.390968] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[78656.390968] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[78656.390969] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[78656.390969] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[78656.390970] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[78656.390970] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[78656.390971] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[78656.390971] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[78656.390972] PKRU: 55555554
[78656.390972] Call Trace:
[78656.390973] <TASK>
[78656.390974] _raw_spin_lock_irqsave+0x46/0x60
[78656.390975] cgroup_rstat_flush+0xf4/0x7e0
[78656.390977] cgroup_rstat_exit+0x20/0xf0
[78656.390978] css_free_rwork_fn+0x12e/0x400
[78656.390978] process_one_work+0x19e/0x3e0
[78656.390980] worker_thread+0x2ad/0x3c0
[78656.390982] kthread+0x108/0x220
[78656.390982] ? __pfx_worker_thread+0x10/0x10
[78656.390984] ? __pfx_kthread+0x10/0x10
[78656.390985] ret_from_fork+0x3d/0x60
[78656.390986] ? __pfx_kthread+0x10/0x10
[78656.390987] ret_from_fork_asm+0x1a/0x30
[78656.390989] </TASK>
[78836.406101] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[78836.419164] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3113289
[78836.436879] rcu: (detected by 175, t=11989253 jiffies, g=639685, q=31479 ncpus=256)
[78836.452194] Sending NMI from CPU 175 to CPUs 156:
[78836.452198] NMI backtrace for cpu 156
[78836.452204] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[78836.452207] Tainted: [D]=DIE, [W]=WARN
[78836.452207] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[78836.452208] Workqueue: cgroup_destroy css_free_rwork_fn
[78836.452211] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[78836.452214] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[78836.452215] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[78836.452216] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[78836.452216] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[78836.452217] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[78836.452217] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[78836.452218] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[78836.452219] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[78836.452219] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[78836.452219] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[78836.452220] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[78836.452220] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[78836.452221] PKRU: 55555554
[78836.452221] Call Trace:
[78836.452222] <TASK>
[78836.452223] _raw_spin_lock_irqsave+0x46/0x60
[78836.452224] cgroup_rstat_flush+0xf4/0x7e0
[78836.452225] cgroup_rstat_exit+0x20/0xf0
[78836.452227] css_free_rwork_fn+0x12e/0x400
[78836.452227] process_one_work+0x19e/0x3e0
[78836.452229] worker_thread+0x2ad/0x3c0
[78836.452231] kthread+0x108/0x220
[78836.452231] ? __pfx_worker_thread+0x10/0x10
[78836.452233] ? __pfx_kthread+0x10/0x10
[78836.452234] ret_from_fork+0x3d/0x60
[78836.452235] ? __pfx_kthread+0x10/0x10
[78836.452236] ret_from_fork_asm+0x1a/0x30
[78836.452238] </TASK>
[79016.467344] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[79016.480402] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3125207
[79016.498117] rcu: (detected by 227, t=12034269 jiffies, g=639685, q=31500 ncpus=256)
[79016.513426] Sending NMI from CPU 227 to CPUs 156:
[79016.513431] NMI backtrace for cpu 156
[79016.513436] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[79016.513439] Tainted: [D]=DIE, [W]=WARN
[79016.513440] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[79016.513440] Workqueue: cgroup_destroy css_free_rwork_fn
[79016.513443] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[79016.513445] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[79016.513447] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[79016.513447] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[79016.513448] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[79016.513448] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[79016.513448] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[79016.513449] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[79016.513450] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[79016.513450] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[79016.513451] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[79016.513451] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[79016.513452] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[79016.513452] PKRU: 55555554
[79016.513452] Call Trace:
[79016.513453] <TASK>
[79016.513454] _raw_spin_lock_irqsave+0x46/0x60
[79016.513455] cgroup_rstat_flush+0xf4/0x7e0
[79016.513457] cgroup_rstat_exit+0x20/0xf0
[79016.513458] css_free_rwork_fn+0x12e/0x400
[79016.513459] process_one_work+0x19e/0x3e0
[79016.513460] worker_thread+0x2ad/0x3c0
[79016.513462] kthread+0x108/0x220
[79016.513463] ? __pfx_worker_thread+0x10/0x10
[79016.513464] ? __pfx_kthread+0x10/0x10
[79016.513465] ret_from_fork+0x3d/0x60
[79016.513466] ? __pfx_kthread+0x10/0x10
[79016.513467] ret_from_fork_asm+0x1a/0x30
[79016.513469] </TASK>
[79196.528585] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[79196.541655] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3137102
[79196.559360] rcu: (detected by 158, t=12079285 jiffies, g=639685, q=31515 ncpus=256)
[79196.574672] Sending NMI from CPU 158 to CPUs 156:
[79196.574677] NMI backtrace for cpu 156
[79196.574679] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[79196.574681] Tainted: [D]=DIE, [W]=WARN
[79196.574682] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[79196.574683] Workqueue: cgroup_destroy css_free_rwork_fn
[79196.574685] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[79196.574687] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[79196.574688] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[79196.574689] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[79196.574689] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[79196.574690] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[79196.574690] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[79196.574691] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[79196.574692] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[79196.574692] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[79196.574692] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[79196.574693] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[79196.574694] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[79196.574694] PKRU: 55555554
[79196.574694] Call Trace:
[79196.574695] <TASK>
[79196.574696] _raw_spin_lock_irqsave+0x46/0x60
[79196.574697] cgroup_rstat_flush+0xf4/0x7e0
[79196.574698] cgroup_rstat_exit+0x20/0xf0
[79196.574699] css_free_rwork_fn+0x12e/0x400
[79196.574700] process_one_work+0x19e/0x3e0
[79196.574702] worker_thread+0x2ad/0x3c0
[79196.574703] kthread+0x108/0x220
[79196.574704] ? __pfx_worker_thread+0x10/0x10
[79196.574705] ? __pfx_kthread+0x10/0x10
[79196.574706] ret_from_fork+0x3d/0x60
[79196.574708] ? __pfx_kthread+0x10/0x10
[79196.574708] ret_from_fork_asm+0x1a/0x30
[79196.574710] </TASK>
[79376.589826] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[79376.602897] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3148975
[79376.620612] rcu: (detected by 91, t=12124301 jiffies, g=639685, q=31527 ncpus=256)
[79376.635822] Sending NMI from CPU 91 to CPUs 156:
[79376.635827] NMI backtrace for cpu 156
[79376.635832] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[79376.635834] Tainted: [D]=DIE, [W]=WARN
[79376.635835] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[79376.635836] Workqueue: cgroup_destroy css_free_rwork_fn
[79376.635838] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[79376.635840] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[79376.635840] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[79376.635841] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[79376.635842] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[79376.635842] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[79376.635842] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[79376.635843] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[79376.635844] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[79376.635844] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[79376.635845] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[79376.635845] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[79376.635846] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[79376.635846] PKRU: 55555554
[79376.635846] Call Trace:
[79376.635847] <TASK>
[79376.635848] _raw_spin_lock_irqsave+0x46/0x60
[79376.635850] cgroup_rstat_flush+0xf4/0x7e0
[79376.635851] cgroup_rstat_exit+0x20/0xf0
[79376.635852] css_free_rwork_fn+0x12e/0x400
[79376.635853] process_one_work+0x19e/0x3e0
[79376.635854] worker_thread+0x2ad/0x3c0
[79376.635856] kthread+0x108/0x220
[79376.635857] ? __pfx_worker_thread+0x10/0x10
[79376.635858] ? __pfx_kthread+0x10/0x10
[79376.635859] ret_from_fork+0x3d/0x60
[79376.635860] ? __pfx_kthread+0x10/0x10
[79376.635861] ret_from_fork_asm+0x1a/0x30
[79376.635863] </TASK>
[79556.651066] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[79556.664129] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3160835
[79556.681824] rcu: (detected by 11, t=12169317 jiffies, g=639685, q=31546 ncpus=256)
[79556.697008] Sending NMI from CPU 11 to CPUs 156:
[79556.697014] NMI backtrace for cpu 156
[79556.697020] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[79556.697023] Tainted: [D]=DIE, [W]=WARN
[79556.697023] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[79556.697024] Workqueue: cgroup_destroy css_free_rwork_fn
[79556.697027] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[79556.697029] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[79556.697031] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[79556.697031] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[79556.697032] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[79556.697032] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[79556.697032] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[79556.697033] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[79556.697034] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[79556.697034] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[79556.697035] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[79556.697035] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[79556.697036] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[79556.697036] PKRU: 55555554
[79556.697036] Call Trace:
[79556.697037] <TASK>
[79556.697038] _raw_spin_lock_irqsave+0x46/0x60
[79556.697039] cgroup_rstat_flush+0xf4/0x7e0
[79556.697041] cgroup_rstat_exit+0x20/0xf0
[79556.697042] css_free_rwork_fn+0x12e/0x400
[79556.697043] process_one_work+0x19e/0x3e0
[79556.697044] worker_thread+0x2ad/0x3c0
[79556.697046] kthread+0x108/0x220
[79556.697047] ? __pfx_worker_thread+0x10/0x10
[79556.697048] ? __pfx_kthread+0x10/0x10
[79556.697049] ret_from_fork+0x3d/0x60
[79556.697050] ? __pfx_kthread+0x10/0x10
[79556.697051] ret_from_fork_asm+0x1a/0x30
[79556.697053] </TASK>
[79736.712306] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[79736.725365] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3172695
[79736.743065] rcu: (detected by 175, t=12214333 jiffies, g=639685, q=31560 ncpus=256)
[79736.758355] Sending NMI from CPU 175 to CPUs 156:
[79736.758360] NMI backtrace for cpu 156
[79736.758366] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[79736.758369] Tainted: [D]=DIE, [W]=WARN
[79736.758370] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[79736.758371] Workqueue: cgroup_destroy css_free_rwork_fn
[79736.758374] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[79736.758376] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[79736.758378] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[79736.758378] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[79736.758379] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[79736.758379] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[79736.758379] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[79736.758380] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[79736.758381] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[79736.758381] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[79736.758382] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[79736.758383] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[79736.758383] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[79736.758383] PKRU: 55555554
[79736.758383] Call Trace:
[79736.758384] <TASK>
[79736.758385] _raw_spin_lock_irqsave+0x46/0x60
[79736.758387] cgroup_rstat_flush+0xf4/0x7e0
[79736.758388] cgroup_rstat_exit+0x20/0xf0
[79736.758389] css_free_rwork_fn+0x12e/0x400
[79736.758390] process_one_work+0x19e/0x3e0
[79736.758391] worker_thread+0x2ad/0x3c0
[79736.758393] kthread+0x108/0x220
[79736.758394] ? __pfx_worker_thread+0x10/0x10
[79736.758395] ? __pfx_kthread+0x10/0x10
[79736.758396] ret_from_fork+0x3d/0x60
[79736.758397] ? __pfx_kthread+0x10/0x10
[79736.758398] ret_from_fork_asm+0x1a/0x30
[79736.758400] </TASK>
[79916.773550] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[79916.786616] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3184583
[79916.804325] rcu: (detected by 159, t=12259349 jiffies, g=639685, q=31575 ncpus=256)
[79916.819637] Sending NMI from CPU 159 to CPUs 156:
[79916.819642] NMI backtrace for cpu 156
[79916.819645] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[79916.819647] Tainted: [D]=DIE, [W]=WARN
[79916.819647] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[79916.819648] Workqueue: cgroup_destroy css_free_rwork_fn
[79916.819650] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[79916.819652] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[79916.819653] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[79916.819654] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[79916.819654] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[79916.819655] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[79916.819655] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[79916.819655] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[79916.819656] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[79916.819657] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[79916.819657] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[79916.819658] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[79916.819658] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[79916.819658] PKRU: 55555554
[79916.819659] Call Trace:
[79916.819659] <TASK>
[79916.819660] _raw_spin_lock_irqsave+0x46/0x60
[79916.819662] cgroup_rstat_flush+0xf4/0x7e0
[79916.819663] cgroup_rstat_exit+0x20/0xf0
[79916.819664] css_free_rwork_fn+0x12e/0x400
[79916.819665] process_one_work+0x19e/0x3e0
[79916.819667] worker_thread+0x2ad/0x3c0
[79916.819668] kthread+0x108/0x220
[79916.819669] ? __pfx_worker_thread+0x10/0x10
[79916.819670] ? __pfx_kthread+0x10/0x10
[79916.819671] ret_from_fork+0x3d/0x60
[79916.819672] ? __pfx_kthread+0x10/0x10
[79916.819673] ret_from_fork_asm+0x1a/0x30
[79916.819675] </TASK>
[80096.834790] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[80096.847870] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3196441
[80096.865593] rcu: (detected by 219, t=12304365 jiffies, g=639685, q=31594 ncpus=256)
[80096.880917] Sending NMI from CPU 219 to CPUs 156:
[80096.880922] NMI backtrace for cpu 156
[80096.880928] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[80096.880930] Tainted: [D]=DIE, [W]=WARN
[80096.880930] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[80096.880931] Workqueue: cgroup_destroy css_free_rwork_fn
[80096.880934] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[80096.880935] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[80096.880936] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[80096.880937] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[80096.880938] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[80096.880938] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[80096.880938] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[80096.880939] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[80096.880940] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[80096.880941] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[80096.880941] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[80096.880942] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[80096.880942] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[80096.880943] PKRU: 55555554
[80096.880943] Call Trace:
[80096.880944] <TASK>
[80096.880945] _raw_spin_lock_irqsave+0x46/0x60
[80096.880946] cgroup_rstat_flush+0xf4/0x7e0
[80096.880947] cgroup_rstat_exit+0x20/0xf0
[80096.880948] css_free_rwork_fn+0x12e/0x400
[80096.880949] process_one_work+0x19e/0x3e0
[80096.880951] worker_thread+0x2ad/0x3c0
[80096.880952] kthread+0x108/0x220
[80096.880953] ? __pfx_worker_thread+0x10/0x10
[80096.880955] ? __pfx_kthread+0x10/0x10
[80096.880956] ret_from_fork+0x3d/0x60
[80096.880957] ? __pfx_kthread+0x10/0x10
[80096.880958] ret_from_fork_asm+0x1a/0x30
[80096.880960] </TASK>
[80276.896031] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[80276.909114] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3208295
[80276.926846] rcu: (detected by 194, t=12349381 jiffies, g=639685, q=31611 ncpus=256)
[80276.942174] Sending NMI from CPU 194 to CPUs 156:
[80276.942179] NMI backtrace for cpu 156
[80276.942184] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[80276.942187] Tainted: [D]=DIE, [W]=WARN
[80276.942188] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[80276.942188] Workqueue: cgroup_destroy css_free_rwork_fn
[80276.942192] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[80276.942194] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[80276.942195] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[80276.942196] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[80276.942196] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[80276.942196] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[80276.942197] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[80276.942197] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[80276.942198] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[80276.942199] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[80276.942199] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[80276.942200] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[80276.942200] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[80276.942200] PKRU: 55555554
[80276.942201] Call Trace:
[80276.942201] <TASK>
[80276.942202] _raw_spin_lock_irqsave+0x46/0x60
[80276.942204] cgroup_rstat_flush+0xf4/0x7e0
[80276.942205] cgroup_rstat_exit+0x20/0xf0
[80276.942206] css_free_rwork_fn+0x12e/0x400
[80276.942207] process_one_work+0x19e/0x3e0
[80276.942209] worker_thread+0x2ad/0x3c0
[80276.942210] kthread+0x108/0x220
[80276.942211] ? __pfx_worker_thread+0x10/0x10
[80276.942212] ? __pfx_kthread+0x10/0x10
[80276.942213] ret_from_fork+0x3d/0x60
[80276.942215] ? __pfx_kthread+0x10/0x10
[80276.942215] ret_from_fork_asm+0x1a/0x30
[80276.942217] </TASK>
[80456.957273] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[80456.970340] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3220169
[80456.988048] rcu: (detected by 179, t=12394397 jiffies, g=639685, q=31629 ncpus=256)
[80457.003355] Sending NMI from CPU 179 to CPUs 156:
[80457.003361] NMI backtrace for cpu 156
[80457.003367] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[80457.003369] Tainted: [D]=DIE, [W]=WARN
[80457.003369] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[80457.003370] Workqueue: cgroup_destroy css_free_rwork_fn
[80457.003373] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[80457.003375] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[80457.003376] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[80457.003377] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[80457.003378] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[80457.003378] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[80457.003378] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[80457.003379] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[80457.003380] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[80457.003380] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[80457.003380] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[80457.003381] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[80457.003381] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[80457.003382] PKRU: 55555554
[80457.003382] Call Trace:
[80457.003383] <TASK>
[80457.003384] _raw_spin_lock_irqsave+0x46/0x60
[80457.003385] cgroup_rstat_flush+0xf4/0x7e0
[80457.003386] cgroup_rstat_exit+0x20/0xf0
[80457.003387] css_free_rwork_fn+0x12e/0x400
[80457.003388] process_one_work+0x19e/0x3e0
[80457.003390] worker_thread+0x2ad/0x3c0
[80457.003392] kthread+0x108/0x220
[80457.003392] ? __pfx_worker_thread+0x10/0x10
[80457.003394] ? __pfx_kthread+0x10/0x10
[80457.003395] ret_from_fork+0x3d/0x60
[80457.003396] ? __pfx_kthread+0x10/0x10
[80457.003397] ret_from_fork_asm+0x1a/0x30
[80457.003399] </TASK>
[80637.018516] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[80637.031584] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3232084
[80637.049295] rcu: (detected by 175, t=12439413 jiffies, g=639685, q=31643 ncpus=256)
[80637.064604] Sending NMI from CPU 175 to CPUs 156:
[80637.064609] NMI backtrace for cpu 156
[80637.064615] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[80637.064618] Tainted: [D]=DIE, [W]=WARN
[80637.064618] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[80637.064619] Workqueue: cgroup_destroy css_free_rwork_fn
[80637.064622] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[80637.064624] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[80637.064625] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[80637.064626] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[80637.064626] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[80637.064627] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[80637.064627] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[80637.064627] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[80637.064628] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[80637.064629] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[80637.064629] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[80637.064630] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[80637.064631] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[80637.064631] PKRU: 55555554
[80637.064631] Call Trace:
[80637.064632] <TASK>
[80637.064633] _raw_spin_lock_irqsave+0x46/0x60
[80637.064635] cgroup_rstat_flush+0xf4/0x7e0
[80637.064636] cgroup_rstat_exit+0x20/0xf0
[80637.064637] css_free_rwork_fn+0x12e/0x400
[80637.064638] process_one_work+0x19e/0x3e0
[80637.064640] worker_thread+0x2ad/0x3c0
[80637.064641] kthread+0x108/0x220
[80637.064642] ? __pfx_worker_thread+0x10/0x10
[80637.064644] ? __pfx_kthread+0x10/0x10
[80637.064645] ret_from_fork+0x3d/0x60
[80637.064646] ? __pfx_kthread+0x10/0x10
[80637.064647] ret_from_fork_asm+0x1a/0x30
[80637.064648] </TASK>
[80817.079756] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[80817.092816] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3243978
[80817.110524] rcu: (detected by 219, t=12484429 jiffies, g=639685, q=31662 ncpus=256)
[80817.125835] Sending NMI from CPU 219 to CPUs 156:
[80817.125839] NMI backtrace for cpu 156
[80817.125845] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[80817.125848] Tainted: [D]=DIE, [W]=WARN
[80817.125848] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[80817.125849] Workqueue: cgroup_destroy css_free_rwork_fn
[80817.125852] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[80817.125854] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[80817.125855] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[80817.125856] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[80817.125856] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[80817.125857] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[80817.125857] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[80817.125858] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[80817.125859] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[80817.125859] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[80817.125859] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[80817.125860] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[80817.125860] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[80817.125861] PKRU: 55555554
[80817.125861] Call Trace:
[80817.125862] <TASK>
[80817.125863] _raw_spin_lock_irqsave+0x46/0x60
[80817.125864] cgroup_rstat_flush+0xf4/0x7e0
[80817.125866] cgroup_rstat_exit+0x20/0xf0
[80817.125867] css_free_rwork_fn+0x12e/0x400
[80817.125868] process_one_work+0x19e/0x3e0
[80817.125869] worker_thread+0x2ad/0x3c0
[80817.125871] kthread+0x108/0x220
[80817.125872] ? __pfx_worker_thread+0x10/0x10
[80817.125873] ? __pfx_kthread+0x10/0x10
[80817.125874] ret_from_fork+0x3d/0x60
[80817.125875] ? __pfx_kthread+0x10/0x10
[80817.125876] ret_from_fork_asm+0x1a/0x30
[80817.125878] </TASK>
[80997.140996] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[80997.154062] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3255830
[80997.171774] rcu: (detected by 194, t=12529445 jiffies, g=639685, q=31677 ncpus=256)
[80997.187087] Sending NMI from CPU 194 to CPUs 156:
[80997.187092] NMI backtrace for cpu 156
[80997.187097] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[80997.187100] Tainted: [D]=DIE, [W]=WARN
[80997.187101] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[80997.187102] Workqueue: cgroup_destroy css_free_rwork_fn
[80997.187105] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[80997.187107] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[80997.187108] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[80997.187108] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[80997.187109] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[80997.187109] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[80997.187110] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[80997.187110] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[80997.187111] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[80997.187111] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[80997.187112] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[80997.187112] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[80997.187113] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[80997.187113] PKRU: 55555554
[80997.187113] Call Trace:
[80997.187114] <TASK>
[80997.187115] _raw_spin_lock_irqsave+0x46/0x60
[80997.187116] cgroup_rstat_flush+0xf4/0x7e0
[80997.187118] cgroup_rstat_exit+0x20/0xf0
[80997.187119] css_free_rwork_fn+0x12e/0x400
[80997.187120] process_one_work+0x19e/0x3e0
[80997.187121] worker_thread+0x2ad/0x3c0
[80997.187123] kthread+0x108/0x220
[80997.187124] ? __pfx_worker_thread+0x10/0x10
[80997.187125] ? __pfx_kthread+0x10/0x10
[80997.187126] ret_from_fork+0x3d/0x60
[80997.187127] ? __pfx_kthread+0x10/0x10
[80997.187128] ret_from_fork_asm+0x1a/0x30
[80997.187130] </TASK>
[81177.202238] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[81177.215302] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3267693
[81177.233021] rcu: (detected by 219, t=12574461 jiffies, g=639685, q=31700 ncpus=256)
[81177.248332] Sending NMI from CPU 219 to CPUs 156:
[81177.248337] NMI backtrace for cpu 156
[81177.248342] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[81177.248345] Tainted: [D]=DIE, [W]=WARN
[81177.248345] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[81177.248346] Workqueue: cgroup_destroy css_free_rwork_fn
[81177.248349] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[81177.248351] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[81177.248353] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[81177.248354] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[81177.248354] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[81177.248354] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[81177.248355] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[81177.248355] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[81177.248356] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[81177.248357] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[81177.248357] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[81177.248358] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[81177.248358] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[81177.248358] PKRU: 55555554
[81177.248359] Call Trace:
[81177.248359] <TASK>
[81177.248361] _raw_spin_lock_irqsave+0x46/0x60
[81177.248362] cgroup_rstat_flush+0xf4/0x7e0
[81177.248363] cgroup_rstat_exit+0x20/0xf0
[81177.248364] css_free_rwork_fn+0x12e/0x400
[81177.248365] process_one_work+0x19e/0x3e0
[81177.248367] worker_thread+0x2ad/0x3c0
[81177.248368] kthread+0x108/0x220
[81177.248369] ? __pfx_worker_thread+0x10/0x10
[81177.248371] ? __pfx_kthread+0x10/0x10
[81177.248372] ret_from_fork+0x3d/0x60
[81177.248373] ? __pfx_kthread+0x10/0x10
[81177.248373] ret_from_fork_asm+0x1a/0x30
[81177.248375] </TASK>
[81357.263481] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[81357.276532] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3279567
[81357.294232] rcu: (detected by 47, t=12619476 jiffies, g=639685, q=31712 ncpus=256)
[81357.309422] Sending NMI from CPU 47 to CPUs 156:
[81357.309428] NMI backtrace for cpu 156
[81357.309433] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[81357.309435] Tainted: [D]=DIE, [W]=WARN
[81357.309436] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[81357.309437] Workqueue: cgroup_destroy css_free_rwork_fn
[81357.309440] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[81357.309442] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[81357.309443] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[81357.309443] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[81357.309444] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[81357.309444] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[81357.309445] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[81357.309445] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[81357.309446] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[81357.309447] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[81357.309447] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[81357.309448] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[81357.309448] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[81357.309448] PKRU: 55555554
[81357.309449] Call Trace:
[81357.309449] <TASK>
[81357.309450] _raw_spin_lock_irqsave+0x46/0x60
[81357.309452] cgroup_rstat_flush+0xf4/0x7e0
[81357.309453] cgroup_rstat_exit+0x20/0xf0
[81357.309454] css_free_rwork_fn+0x12e/0x400
[81357.309455] process_one_work+0x19e/0x3e0
[81357.309456] worker_thread+0x2ad/0x3c0
[81357.309458] kthread+0x108/0x220
[81357.309459] ? __pfx_worker_thread+0x10/0x10
[81357.309460] ? __pfx_kthread+0x10/0x10
[81357.309461] ret_from_fork+0x3d/0x60
[81357.309462] ? __pfx_kthread+0x10/0x10
[81357.309463] ret_from_fork_asm+0x1a/0x30
[81357.309465] </TASK>
[81537.304719] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[81537.317763] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3291459
[81537.335456] rcu: (detected by 175, t=12664488 jiffies, g=639685, q=31727 ncpus=256)
[81537.350746] Sending NMI from CPU 175 to CPUs 156:
[81537.350751] NMI backtrace for cpu 156
[81537.350757] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[81537.350760] Tainted: [D]=DIE, [W]=WARN
[81537.350760] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[81537.350761] Workqueue: cgroup_destroy css_free_rwork_fn
[81537.350764] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[81537.350766] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[81537.350768] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[81537.350768] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[81537.350769] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[81537.350769] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[81537.350770] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[81537.350770] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[81537.350771] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[81537.350772] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[81537.350772] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[81537.350773] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[81537.350773] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[81537.350773] PKRU: 55555554
[81537.350774] Call Trace:
[81537.350774] <TASK>
[81537.350775] _raw_spin_lock_irqsave+0x46/0x60
[81537.350777] cgroup_rstat_flush+0xf4/0x7e0
[81537.350778] cgroup_rstat_exit+0x20/0xf0
[81537.350779] css_free_rwork_fn+0x12e/0x400
[81537.350780] process_one_work+0x19e/0x3e0
[81537.350782] worker_thread+0x2ad/0x3c0
[81537.350783] kthread+0x108/0x220
[81537.350784] ? __pfx_worker_thread+0x10/0x10
[81537.350785] ? __pfx_kthread+0x10/0x10
[81537.350786] ret_from_fork+0x3d/0x60
[81537.350787] ? __pfx_kthread+0x10/0x10
[81537.350788] ret_from_fork_asm+0x1a/0x30
[81537.350790] </TASK>
[81717.365962] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[81717.379019] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3303361
[81717.396724] rcu: (detected by 194, t=12709504 jiffies, g=639685, q=31743 ncpus=256)
[81717.412027] Sending NMI from CPU 194 to CPUs 156:
[81717.412032] NMI backtrace for cpu 156
[81717.412038] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[81717.412041] Tainted: [D]=DIE, [W]=WARN
[81717.412041] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[81717.412042] Workqueue: cgroup_destroy css_free_rwork_fn
[81717.412045] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[81717.412048] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[81717.412049] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[81717.412050] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[81717.412050] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[81717.412051] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[81717.412051] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[81717.412052] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[81717.412052] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[81717.412053] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[81717.412053] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[81717.412054] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[81717.412054] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[81717.412055] PKRU: 55555554
[81717.412055] Call Trace:
[81717.412056] <TASK>
[81717.412057] _raw_spin_lock_irqsave+0x46/0x60
[81717.412058] cgroup_rstat_flush+0xf4/0x7e0
[81717.412059] cgroup_rstat_exit+0x20/0xf0
[81717.412060] css_free_rwork_fn+0x12e/0x400
[81717.412061] process_one_work+0x19e/0x3e0
[81717.412063] worker_thread+0x2ad/0x3c0
[81717.412064] kthread+0x108/0x220
[81717.412065] ? __pfx_worker_thread+0x10/0x10
[81717.412067] ? __pfx_kthread+0x10/0x10
[81717.412068] ret_from_fork+0x3d/0x60
[81717.412069] ? __pfx_kthread+0x10/0x10
[81717.412070] ret_from_fork_asm+0x1a/0x30
[81717.412072] </TASK>
[81897.427203] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[81897.440271] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3315224
[81897.457985] rcu: (detected by 227, t=12754520 jiffies, g=639685, q=31756 ncpus=256)
[81897.473298] Sending NMI from CPU 227 to CPUs 156:
[81897.473303] NMI backtrace for cpu 156
[81897.473309] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[81897.473311] Tainted: [D]=DIE, [W]=WARN
[81897.473311] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[81897.473312] Workqueue: cgroup_destroy css_free_rwork_fn
[81897.473315] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[81897.473317] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[81897.473318] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[81897.473319] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[81897.473319] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[81897.473320] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[81897.473320] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[81897.473321] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[81897.473321] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[81897.473322] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[81897.473322] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[81897.473323] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[81897.473323] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[81897.473323] PKRU: 55555554
[81897.473324] Call Trace:
[81897.473324] <TASK>
[81897.473326] _raw_spin_lock_irqsave+0x46/0x60
[81897.473327] cgroup_rstat_flush+0xf4/0x7e0
[81897.473328] cgroup_rstat_exit+0x20/0xf0
[81897.473329] css_free_rwork_fn+0x12e/0x400
[81897.473330] process_one_work+0x19e/0x3e0
[81897.473332] worker_thread+0x2ad/0x3c0
[81897.473333] kthread+0x108/0x220
[81897.473334] ? __pfx_worker_thread+0x10/0x10
[81897.473336] ? __pfx_kthread+0x10/0x10
[81897.473337] ret_from_fork+0x3d/0x60
[81897.473338] ? __pfx_kthread+0x10/0x10
[81897.473339] ret_from_fork_asm+0x1a/0x30
[81897.473340] </TASK>
[82077.488444] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[82077.501517] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3327051
[82077.519236] rcu: (detected by 6, t=12799536 jiffies, g=639685, q=31778 ncpus=256)
[82077.534354] Sending NMI from CPU 6 to CPUs 156:
[82077.534360] NMI backtrace for cpu 156
[82077.534365] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[82077.534367] Tainted: [D]=DIE, [W]=WARN
[82077.534368] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[82077.534369] Workqueue: cgroup_destroy css_free_rwork_fn
[82077.534372] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[82077.534374] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[82077.534375] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[82077.534376] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[82077.534376] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[82077.534376] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[82077.534377] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[82077.534377] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[82077.534378] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[82077.534379] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[82077.534379] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[82077.534380] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[82077.534380] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[82077.534380] PKRU: 55555554
[82077.534381] Call Trace:
[82077.534381] <TASK>
[82077.534383] _raw_spin_lock_irqsave+0x46/0x60
[82077.534384] cgroup_rstat_flush+0xf4/0x7e0
[82077.534385] cgroup_rstat_exit+0x20/0xf0
[82077.534386] css_free_rwork_fn+0x12e/0x400
[82077.534387] process_one_work+0x19e/0x3e0
[82077.534389] worker_thread+0x2ad/0x3c0
[82077.534390] kthread+0x108/0x220
[82077.534391] ? __pfx_worker_thread+0x10/0x10
[82077.534393] ? __pfx_kthread+0x10/0x10
[82077.534394] ret_from_fork+0x3d/0x60
[82077.534395] ? __pfx_kthread+0x10/0x10
[82077.534396] ret_from_fork_asm+0x1a/0x30
[82077.534397] </TASK>
[82257.549684] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[82257.562750] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3338943
[82257.580459] rcu: (detected by 11, t=12844552 jiffies, g=639685, q=31790 ncpus=256)
[82257.595657] Sending NMI from CPU 11 to CPUs 156:
[82257.595664] NMI backtrace for cpu 156
[82257.595670] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[82257.595672] Tainted: [D]=DIE, [W]=WARN
[82257.595673] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[82257.595674] Workqueue: cgroup_destroy css_free_rwork_fn
[82257.595677] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[82257.595679] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[82257.595680] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[82257.595680] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[82257.595681] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[82257.595681] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[82257.595681] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[82257.595682] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[82257.595683] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[82257.595683] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[82257.595684] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[82257.595684] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[82257.595685] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[82257.595685] PKRU: 55555554
[82257.595685] Call Trace:
[82257.595686] <TASK>
[82257.595687] _raw_spin_lock_irqsave+0x46/0x60
[82257.595688] cgroup_rstat_flush+0xf4/0x7e0
[82257.595690] cgroup_rstat_exit+0x20/0xf0
[82257.595691] css_free_rwork_fn+0x12e/0x400
[82257.595692] process_one_work+0x19e/0x3e0
[82257.595693] worker_thread+0x2ad/0x3c0
[82257.595695] kthread+0x108/0x220
[82257.595696] ? __pfx_worker_thread+0x10/0x10
[82257.595698] ? __pfx_kthread+0x10/0x10
[82257.595699] ret_from_fork+0x3d/0x60
[82257.595700] ? __pfx_kthread+0x10/0x10
[82257.595700] ret_from_fork_asm+0x1a/0x30
[82257.595702] </TASK>
[82437.610925] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[82437.623981] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3350820
[82437.641676] rcu: (detected by 175, t=12889568 jiffies, g=639685, q=31806 ncpus=256)
[82437.656968] Sending NMI from CPU 175 to CPUs 156:
[82437.656974] NMI backtrace for cpu 156
[82437.656979] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[82437.656982] Tainted: [D]=DIE, [W]=WARN
[82437.656982] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[82437.656983] Workqueue: cgroup_destroy css_free_rwork_fn
[82437.656986] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[82437.656988] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[82437.656989] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[82437.656990] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[82437.656991] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[82437.656991] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[82437.656991] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[82437.656992] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[82437.656993] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[82437.656993] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[82437.656994] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[82437.656994] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[82437.656995] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[82437.656995] PKRU: 55555554
[82437.656995] Call Trace:
[82437.656996] <TASK>
[82437.656997] _raw_spin_lock_irqsave+0x46/0x60
[82437.656998] cgroup_rstat_flush+0xf4/0x7e0
[82437.657000] cgroup_rstat_exit+0x20/0xf0
[82437.657001] css_free_rwork_fn+0x12e/0x400
[82437.657002] process_one_work+0x19e/0x3e0
[82437.657003] worker_thread+0x2ad/0x3c0
[82437.657005] kthread+0x108/0x220
[82437.657006] ? __pfx_worker_thread+0x10/0x10
[82437.657007] ? __pfx_kthread+0x10/0x10
[82437.657008] ret_from_fork+0x3d/0x60
[82437.657009] ? __pfx_kthread+0x10/0x10
[82437.657010] ret_from_fork_asm+0x1a/0x30
[82437.657012] </TASK>
[82617.672170] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[82617.685241] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3362703
[82617.702960] rcu: (detected by 175, t=12934584 jiffies, g=639685, q=31818 ncpus=256)
[82617.718282] Sending NMI from CPU 175 to CPUs 156:
[82617.718287] NMI backtrace for cpu 156
[82617.718293] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[82617.718296] Tainted: [D]=DIE, [W]=WARN
[82617.718296] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[82617.718297] Workqueue: cgroup_destroy css_free_rwork_fn
[82617.718300] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[82617.718302] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[82617.718303] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[82617.718304] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[82617.718304] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[82617.718305] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[82617.718305] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[82617.718306] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[82617.718307] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[82617.718307] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[82617.718307] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[82617.718308] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[82617.718308] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[82617.718309] PKRU: 55555554
[82617.718309] Call Trace:
[82617.718310] <TASK>
[82617.718311] _raw_spin_lock_irqsave+0x46/0x60
[82617.718312] cgroup_rstat_flush+0xf4/0x7e0
[82617.718314] cgroup_rstat_exit+0x20/0xf0
[82617.718315] css_free_rwork_fn+0x12e/0x400
[82617.718316] process_one_work+0x19e/0x3e0
[82617.718317] worker_thread+0x2ad/0x3c0
[82617.718319] kthread+0x108/0x220
[82617.718320] ? __pfx_worker_thread+0x10/0x10
[82617.718321] ? __pfx_kthread+0x10/0x10
[82617.718322] ret_from_fork+0x3d/0x60
[82617.718323] ? __pfx_kthread+0x10/0x10
[82617.718324] ret_from_fork_asm+0x1a/0x30
[82617.718326] </TASK>
[82797.733410] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[82797.746484] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3374583
[82797.764200] rcu: (detected by 158, t=12979600 jiffies, g=639685, q=31835 ncpus=256)
[82797.779514] Sending NMI from CPU 158 to CPUs 156:
[82797.779520] NMI backtrace for cpu 156
[82797.779523] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[82797.779524] Tainted: [D]=DIE, [W]=WARN
[82797.779524] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[82797.779525] Workqueue: cgroup_destroy css_free_rwork_fn
[82797.779528] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[82797.779529] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[82797.779530] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[82797.779531] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[82797.779531] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[82797.779532] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[82797.779532] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[82797.779532] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[82797.779533] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[82797.779534] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[82797.779534] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[82797.779535] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[82797.779535] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[82797.779535] PKRU: 55555554
[82797.779536] Call Trace:
[82797.779536] <TASK>
[82797.779537] _raw_spin_lock_irqsave+0x46/0x60
[82797.779539] cgroup_rstat_flush+0xf4/0x7e0
[82797.779540] cgroup_rstat_exit+0x20/0xf0
[82797.779541] css_free_rwork_fn+0x12e/0x400
[82797.779542] process_one_work+0x19e/0x3e0
[82797.779543] worker_thread+0x2ad/0x3c0
[82797.779545] kthread+0x108/0x220
[82797.779546] ? __pfx_worker_thread+0x10/0x10
[82797.779547] ? __pfx_kthread+0x10/0x10
[82797.779548] ret_from_fork+0x3d/0x60
[82797.779549] ? __pfx_kthread+0x10/0x10
[82797.779550] ret_from_fork_asm+0x1a/0x30
[82797.779552] </TASK>
[82977.794651] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[82977.807704] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3386466
[82977.825407] rcu: (detected by 227, t=13024616 jiffies, g=639685, q=31852 ncpus=256)
[82977.840708] Sending NMI from CPU 227 to CPUs 156:
[82977.840713] NMI backtrace for cpu 156
[82977.840718] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[82977.840720] Tainted: [D]=DIE, [W]=WARN
[82977.840721] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[82977.840721] Workqueue: cgroup_destroy css_free_rwork_fn
[82977.840724] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[82977.840726] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[82977.840727] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[82977.840727] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[82977.840728] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[82977.840728] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[82977.840729] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[82977.840729] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[82977.840730] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[82977.840730] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[82977.840731] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[82977.840731] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[82977.840732] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[82977.840732] PKRU: 55555554
[82977.840732] Call Trace:
[82977.840733] <TASK>
[82977.840734] _raw_spin_lock_irqsave+0x46/0x60
[82977.840736] cgroup_rstat_flush+0xf4/0x7e0
[82977.840737] cgroup_rstat_exit+0x20/0xf0
[82977.840738] css_free_rwork_fn+0x12e/0x400
[82977.840739] process_one_work+0x19e/0x3e0
[82977.840740] worker_thread+0x2ad/0x3c0
[82977.840742] kthread+0x108/0x220
[82977.840743] ? __pfx_worker_thread+0x10/0x10
[82977.840744] ? __pfx_kthread+0x10/0x10
[82977.840745] ret_from_fork+0x3d/0x60
[82977.840746] ? __pfx_kthread+0x10/0x10
[82977.840747] ret_from_fork_asm+0x1a/0x30
[82977.840749] </TASK>
[83157.855891] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[83157.868958] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3398311
[83157.886665] rcu: (detected by 163, t=13069632 jiffies, g=639685, q=31870 ncpus=256)
[83157.901970] Sending NMI from CPU 163 to CPUs 156:
[83157.901976] NMI backtrace for cpu 156
[83157.901982] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[83157.901984] Tainted: [D]=DIE, [W]=WARN
[83157.901985] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[83157.901986] Workqueue: cgroup_destroy css_free_rwork_fn
[83157.901989] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[83157.901991] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[83157.901992] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[83157.901993] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[83157.901993] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[83157.901994] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[83157.901994] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[83157.901995] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[83157.901995] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[83157.901996] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[83157.901996] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[83157.901997] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[83157.901997] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[83157.901998] PKRU: 55555554
[83157.901998] Call Trace:
[83157.901999] <TASK>
[83157.902000] _raw_spin_lock_irqsave+0x46/0x60
[83157.902001] cgroup_rstat_flush+0xf4/0x7e0
[83157.902002] cgroup_rstat_exit+0x20/0xf0
[83157.902003] css_free_rwork_fn+0x12e/0x400
[83157.902004] process_one_work+0x19e/0x3e0
[83157.902006] worker_thread+0x2ad/0x3c0
[83157.902007] kthread+0x108/0x220
[83157.902008] ? __pfx_worker_thread+0x10/0x10
[83157.902010] ? __pfx_kthread+0x10/0x10
[83157.902011] ret_from_fork+0x3d/0x60
[83157.902012] ? __pfx_kthread+0x10/0x10
[83157.902013] ret_from_fork_asm+0x1a/0x30
[83157.902015] </TASK>
[83337.917134] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[83337.930217] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3410193
[83337.947942] rcu: (detected by 158, t=13114648 jiffies, g=639685, q=31882 ncpus=256)
[83337.963271] Sending NMI from CPU 158 to CPUs 156:
[83337.963277] NMI backtrace for cpu 156
[83337.963279] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[83337.963281] Tainted: [D]=DIE, [W]=WARN
[83337.963282] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[83337.963283] Workqueue: cgroup_destroy css_free_rwork_fn
[83337.963285] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[83337.963287] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[83337.963288] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[83337.963288] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[83337.963289] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[83337.963289] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[83337.963289] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[83337.963290] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[83337.963291] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[83337.963291] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[83337.963292] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[83337.963292] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[83337.963293] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[83337.963293] PKRU: 55555554
[83337.963293] Call Trace:
[83337.963294] <TASK>
[83337.963295] _raw_spin_lock_irqsave+0x46/0x60
[83337.963296] cgroup_rstat_flush+0xf4/0x7e0
[83337.963298] cgroup_rstat_exit+0x20/0xf0
[83337.963299] css_free_rwork_fn+0x12e/0x400
[83337.963299] process_one_work+0x19e/0x3e0
[83337.963301] worker_thread+0x2ad/0x3c0
[83337.963303] kthread+0x108/0x220
[83337.963303] ? __pfx_worker_thread+0x10/0x10
[83337.963305] ? __pfx_kthread+0x10/0x10
[83337.963306] ret_from_fork+0x3d/0x60
[83337.963307] ? __pfx_kthread+0x10/0x10
[83337.963308] ret_from_fork_asm+0x1a/0x30
[83337.963310] </TASK>
[83517.978375] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[83517.991438] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3422075
[83518.009148] rcu: (detected by 219, t=13159664 jiffies, g=639685, q=31902 ncpus=256)
[83518.024453] Sending NMI from CPU 219 to CPUs 156:
[83518.024458] NMI backtrace for cpu 156
[83518.024464] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[83518.024466] Tainted: [D]=DIE, [W]=WARN
[83518.024466] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[83518.024467] Workqueue: cgroup_destroy css_free_rwork_fn
[83518.024469] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[83518.024471] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[83518.024472] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[83518.024472] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[83518.024473] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[83518.024474] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[83518.024474] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[83518.024475] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[83518.024476] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[83518.024477] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[83518.024477] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[83518.024478] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[83518.024478] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[83518.024478] PKRU: 55555554
[83518.024479] Call Trace:
[83518.024479] <TASK>
[83518.024481] _raw_spin_lock_irqsave+0x46/0x60
[83518.024482] cgroup_rstat_flush+0xf4/0x7e0
[83518.024484] cgroup_rstat_exit+0x20/0xf0
[83518.024485] css_free_rwork_fn+0x12e/0x400
[83518.024486] process_one_work+0x19e/0x3e0
[83518.024487] worker_thread+0x2ad/0x3c0
[83518.024489] kthread+0x108/0x220
[83518.024490] ? __pfx_worker_thread+0x10/0x10
[83518.024491] ? __pfx_kthread+0x10/0x10
[83518.024492] ret_from_fork+0x3d/0x60
[83518.024493] ? __pfx_kthread+0x10/0x10
[83518.024494] ret_from_fork_asm+0x1a/0x30
[83518.024496] </TASK>
[83698.039614] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[83698.052680] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3433927
[83698.070395] rcu: (detected by 214, t=13204680 jiffies, g=639685, q=31914 ncpus=256)
[83698.085707] Sending NMI from CPU 214 to CPUs 156:
[83698.085713] NMI backtrace for cpu 156
[83698.085719] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[83698.085721] Tainted: [D]=DIE, [W]=WARN
[83698.085722] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[83698.085722] Workqueue: cgroup_destroy css_free_rwork_fn
[83698.085726] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[83698.085727] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[83698.085729] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[83698.085729] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[83698.085730] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[83698.085730] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[83698.085730] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[83698.085731] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[83698.085732] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[83698.085732] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[83698.085733] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[83698.085733] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[83698.085734] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[83698.085734] PKRU: 55555554
[83698.085734] Call Trace:
[83698.085735] <TASK>
[83698.085736] _raw_spin_lock_irqsave+0x46/0x60
[83698.085737] cgroup_rstat_flush+0xf4/0x7e0
[83698.085739] cgroup_rstat_exit+0x20/0xf0
[83698.085740] css_free_rwork_fn+0x12e/0x400
[83698.085741] process_one_work+0x19e/0x3e0
[83698.085742] worker_thread+0x2ad/0x3c0
[83698.085744] kthread+0x108/0x220
[83698.085745] ? __pfx_worker_thread+0x10/0x10
[83698.085746] ? __pfx_kthread+0x10/0x10
[83698.085747] ret_from_fork+0x3d/0x60
[83698.085748] ? __pfx_kthread+0x10/0x10
[83698.085749] ret_from_fork_asm+0x1a/0x30
[83698.085751] </TASK>
[83878.100857] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[83878.113929] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3445642
[83878.131637] rcu: (detected by 47, t=13249695 jiffies, g=639685, q=31930 ncpus=256)
[83878.146837] Sending NMI from CPU 47 to CPUs 156:
[83878.146842] NMI backtrace for cpu 156
[83878.146847] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[83878.146850] Tainted: [D]=DIE, [W]=WARN
[83878.146851] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[83878.146852] Workqueue: cgroup_destroy css_free_rwork_fn
[83878.146855] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[83878.146857] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[83878.146858] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[83878.146859] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[83878.146859] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[83878.146860] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[83878.146860] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[83878.146860] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[83878.146861] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[83878.146862] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[83878.146862] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[83878.146863] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[83878.146863] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[83878.146864] PKRU: 55555554
[83878.146864] Call Trace:
[83878.146865] <TASK>
[83878.146866] _raw_spin_lock_irqsave+0x46/0x60
[83878.146867] cgroup_rstat_flush+0xf4/0x7e0
[83878.146868] cgroup_rstat_exit+0x20/0xf0
[83878.146869] css_free_rwork_fn+0x12e/0x400
[83878.146870] process_one_work+0x19e/0x3e0
[83878.146872] worker_thread+0x2ad/0x3c0
[83878.146873] kthread+0x108/0x220
[83878.146874] ? __pfx_worker_thread+0x10/0x10
[83878.146876] ? __pfx_kthread+0x10/0x10
[83878.146877] ret_from_fork+0x3d/0x60
[83878.146878] ? __pfx_kthread+0x10/0x10
[83878.146879] ret_from_fork_asm+0x1a/0x30
[83878.146881] </TASK>
[84058.142097] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[84058.155148] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3457528
[84058.172847] rcu: (detected by 175, t=13294707 jiffies, g=639685, q=31949 ncpus=256)
[84058.188145] Sending NMI from CPU 175 to CPUs 156:
[84058.188150] NMI backtrace for cpu 156
[84058.188155] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[84058.188158] Tainted: [D]=DIE, [W]=WARN
[84058.188158] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[84058.188160] Workqueue: cgroup_destroy css_free_rwork_fn
[84058.188163] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[84058.188165] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[84058.188166] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[84058.188167] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[84058.188168] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[84058.188168] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[84058.188168] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[84058.188169] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[84058.188170] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[84058.188170] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[84058.188170] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[84058.188171] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[84058.188171] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[84058.188172] PKRU: 55555554
[84058.188172] Call Trace:
[84058.188173] <TASK>
[84058.188174] _raw_spin_lock_irqsave+0x46/0x60
[84058.188175] cgroup_rstat_flush+0xf4/0x7e0
[84058.188177] cgroup_rstat_exit+0x20/0xf0
[84058.188178] css_free_rwork_fn+0x12e/0x400
[84058.188178] process_one_work+0x19e/0x3e0
[84058.188180] worker_thread+0x2ad/0x3c0
[84058.188182] kthread+0x108/0x220
[84058.188183] ? __pfx_worker_thread+0x10/0x10
[84058.188184] ? __pfx_kthread+0x10/0x10
[84058.188185] ret_from_fork+0x3d/0x60
[84058.188186] ? __pfx_kthread+0x10/0x10
[84058.188187] ret_from_fork_asm+0x1a/0x30
[84058.188189] </TASK>
[84238.203339] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[84238.216397] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3469439
[84238.234101] rcu: (detected by 194, t=13339723 jiffies, g=639685, q=31961 ncpus=256)
[84238.249402] Sending NMI from CPU 194 to CPUs 156:
[84238.249406] NMI backtrace for cpu 156
[84238.249412] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[84238.249415] Tainted: [D]=DIE, [W]=WARN
[84238.249415] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[84238.249416] Workqueue: cgroup_destroy css_free_rwork_fn
[84238.249419] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[84238.249421] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[84238.249422] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[84238.249423] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[84238.249423] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[84238.249424] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[84238.249424] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[84238.249424] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[84238.249425] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[84238.249426] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[84238.249426] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[84238.249427] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[84238.249427] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[84238.249428] PKRU: 55555554
[84238.249428] Call Trace:
[84238.249429] <TASK>
[84238.249430] _raw_spin_lock_irqsave+0x46/0x60
[84238.249431] cgroup_rstat_flush+0xf4/0x7e0
[84238.249432] cgroup_rstat_exit+0x20/0xf0
[84238.249433] css_free_rwork_fn+0x12e/0x400
[84238.249434] process_one_work+0x19e/0x3e0
[84238.249436] worker_thread+0x2ad/0x3c0
[84238.249437] kthread+0x108/0x220
[84238.249438] ? __pfx_worker_thread+0x10/0x10
[84238.249440] ? __pfx_kthread+0x10/0x10
[84238.249441] ret_from_fork+0x3d/0x60
[84238.249442] ? __pfx_kthread+0x10/0x10
[84238.249443] ret_from_fork_asm+0x1a/0x30
[84238.249444] </TASK>
[84418.264582] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[84418.277643] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3481330
[84418.295346] rcu: (detected by 159, t=13384739 jiffies, g=639685, q=31979 ncpus=256)
[84418.310638] Sending NMI from CPU 159 to CPUs 156:
[84418.310643] NMI backtrace for cpu 156
[84418.310645] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[84418.310647] Tainted: [D]=DIE, [W]=WARN
[84418.310648] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[84418.310649] Workqueue: cgroup_destroy css_free_rwork_fn
[84418.310651] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[84418.310653] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[84418.310654] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[84418.310654] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[84418.310655] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[84418.310655] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[84418.310656] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[84418.310656] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[84418.310657] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[84418.310657] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[84418.310658] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[84418.310658] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[84418.310659] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[84418.310659] PKRU: 55555554
[84418.310659] Call Trace:
[84418.310660] <TASK>
[84418.310661] _raw_spin_lock_irqsave+0x46/0x60
[84418.310662] cgroup_rstat_flush+0xf4/0x7e0
[84418.310664] cgroup_rstat_exit+0x20/0xf0
[84418.310665] css_free_rwork_fn+0x12e/0x400
[84418.310666] process_one_work+0x19e/0x3e0
[84418.310668] worker_thread+0x2ad/0x3c0
[84418.310669] kthread+0x108/0x220
[84418.310670] ? __pfx_worker_thread+0x10/0x10
[84418.310672] ? __pfx_kthread+0x10/0x10
[84418.310672] ret_from_fork+0x3d/0x60
[84418.310674] ? __pfx_kthread+0x10/0x10
[84418.310674] ret_from_fork_asm+0x1a/0x30
[84418.310676] </TASK>
[84598.325820] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[84598.338883] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3493226
[84598.356589] rcu: (detected by 71, t=13429755 jiffies, g=639685, q=31993 ncpus=256)
[84598.371785] Sending NMI from CPU 71 to CPUs 156:
[84598.371791] NMI backtrace for cpu 156
[84598.371797] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[84598.371800] Tainted: [D]=DIE, [W]=WARN
[84598.371800] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[84598.371801] Workqueue: cgroup_destroy css_free_rwork_fn
[84598.371804] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[84598.371805] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[84598.371806] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[84598.371807] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[84598.371807] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[84598.371808] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[84598.371808] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[84598.371809] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[84598.371810] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[84598.371811] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[84598.371812] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[84598.371812] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[84598.371813] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[84598.371813] PKRU: 55555554
[84598.371813] Call Trace:
[84598.371814] <TASK>
[84598.371815] _raw_spin_lock_irqsave+0x46/0x60
[84598.371816] cgroup_rstat_flush+0xf4/0x7e0
[84598.371818] cgroup_rstat_exit+0x20/0xf0
[84598.371819] css_free_rwork_fn+0x12e/0x400
[84598.371820] process_one_work+0x19e/0x3e0
[84598.371822] worker_thread+0x2ad/0x3c0
[84598.371824] kthread+0x108/0x220
[84598.371824] ? __pfx_worker_thread+0x10/0x10
[84598.371826] ? __pfx_kthread+0x10/0x10
[84598.371827] ret_from_fork+0x3d/0x60
[84598.371828] ? __pfx_kthread+0x10/0x10
[84598.371829] ret_from_fork_asm+0x1a/0x30
[84598.371831] </TASK>
[84778.387063] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[84778.400109] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3505110
[84778.417797] rcu: (detected by 175, t=13474771 jiffies, g=639685, q=32008 ncpus=256)
[84778.433081] Sending NMI from CPU 175 to CPUs 156:
[84778.433087] NMI backtrace for cpu 156
[84778.433092] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[84778.433095] Tainted: [D]=DIE, [W]=WARN
[84778.433096] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[84778.433097] Workqueue: cgroup_destroy css_free_rwork_fn
[84778.433100] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[84778.433102] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[84778.433103] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[84778.433104] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[84778.433104] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[84778.433105] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[84778.433105] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[84778.433106] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[84778.433106] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[84778.433107] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[84778.433107] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[84778.433108] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[84778.433108] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[84778.433109] PKRU: 55555554
[84778.433109] Call Trace:
[84778.433109] <TASK>
[84778.433111] _raw_spin_lock_irqsave+0x46/0x60
[84778.433112] cgroup_rstat_flush+0xf4/0x7e0
[84778.433113] cgroup_rstat_exit+0x20/0xf0
[84778.433114] css_free_rwork_fn+0x12e/0x400
[84778.433115] process_one_work+0x19e/0x3e0
[84778.433117] worker_thread+0x2ad/0x3c0
[84778.433118] kthread+0x108/0x220
[84778.433119] ? __pfx_worker_thread+0x10/0x10
[84778.433121] ? __pfx_kthread+0x10/0x10
[84778.433122] ret_from_fork+0x3d/0x60
[84778.433123] ? __pfx_kthread+0x10/0x10
[84778.433124] ret_from_fork_asm+0x1a/0x30
[84778.433126] </TASK>
[84958.448303] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[84958.461365] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3517027
[84958.479073] rcu: (detected by 199, t=13519787 jiffies, g=639685, q=32026 ncpus=256)
[84958.494381] Sending NMI from CPU 199 to CPUs 156:
[84958.494386] NMI backtrace for cpu 156
[84958.494392] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[84958.494394] Tainted: [D]=DIE, [W]=WARN
[84958.494394] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[84958.494395] Workqueue: cgroup_destroy css_free_rwork_fn
[84958.494398] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[84958.494400] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[84958.494402] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[84958.494402] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[84958.494403] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[84958.494403] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[84958.494404] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[84958.494404] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[84958.494405] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[84958.494406] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[84958.494406] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[84958.494407] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[84958.494407] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[84958.494408] PKRU: 55555554
[84958.494408] Call Trace:
[84958.494409] <TASK>
[84958.494410] _raw_spin_lock_irqsave+0x46/0x60
[84958.494411] cgroup_rstat_flush+0xf4/0x7e0
[84958.494412] cgroup_rstat_exit+0x20/0xf0
[84958.494414] css_free_rwork_fn+0x12e/0x400
[84958.494414] process_one_work+0x19e/0x3e0
[84958.494416] worker_thread+0x2ad/0x3c0
[84958.494418] kthread+0x108/0x220
[84958.494418] ? __pfx_worker_thread+0x10/0x10
[84958.494420] ? __pfx_kthread+0x10/0x10
[84958.494421] ret_from_fork+0x3d/0x60
[84958.494422] ? __pfx_kthread+0x10/0x10
[84958.494423] ret_from_fork_asm+0x1a/0x30
[84958.494425] </TASK>
[85138.509544] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[85138.522615] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3528892
[85138.540327] rcu: (detected by 45, t=13564803 jiffies, g=639685, q=32046 ncpus=256)
[85138.555526] Sending NMI from CPU 45 to CPUs 156:
[85138.555533] NMI backtrace for cpu 156
[85138.555538] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[85138.555541] Tainted: [D]=DIE, [W]=WARN
[85138.555542] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[85138.555542] Workqueue: cgroup_destroy css_free_rwork_fn
[85138.555546] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[85138.555548] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[85138.555549] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[85138.555549] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[85138.555550] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[85138.555550] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[85138.555551] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[85138.555551] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[85138.555552] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[85138.555552] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[85138.555553] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[85138.555554] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[85138.555554] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[85138.555554] PKRU: 55555554
[85138.555555] Call Trace:
[85138.555555] <TASK>
[85138.555556] _raw_spin_lock_irqsave+0x46/0x60
[85138.555558] cgroup_rstat_flush+0xf4/0x7e0
[85138.555559] cgroup_rstat_exit+0x20/0xf0
[85138.555560] css_free_rwork_fn+0x12e/0x400
[85138.555561] process_one_work+0x19e/0x3e0
[85138.555562] worker_thread+0x2ad/0x3c0
[85138.555564] kthread+0x108/0x220
[85138.555565] ? __pfx_worker_thread+0x10/0x10
[85138.555566] ? __pfx_kthread+0x10/0x10
[85138.555567] ret_from_fork+0x3d/0x60
[85138.555568] ? __pfx_kthread+0x10/0x10
[85138.555569] ret_from_fork_asm+0x1a/0x30
[85138.555571] </TASK>
[85318.570786] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[85318.583838] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3540778
[85318.601543] rcu: (detected by 175, t=13609819 jiffies, g=639685, q=32061 ncpus=256)
[85318.616844] Sending NMI from CPU 175 to CPUs 156:
[85318.616850] NMI backtrace for cpu 156
[85318.616856] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[85318.616859] Tainted: [D]=DIE, [W]=WARN
[85318.616859] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[85318.616861] Workqueue: cgroup_destroy css_free_rwork_fn
[85318.616864] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[85318.616866] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[85318.616867] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[85318.616868] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[85318.616868] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[85318.616869] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[85318.616869] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[85318.616870] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[85318.616870] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[85318.616871] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[85318.616871] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[85318.616872] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[85318.616872] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[85318.616873] PKRU: 55555554
[85318.616873] Call Trace:
[85318.616874] <TASK>
[85318.616875] _raw_spin_lock_irqsave+0x46/0x60
[85318.616876] cgroup_rstat_flush+0xf4/0x7e0
[85318.616877] cgroup_rstat_exit+0x20/0xf0
[85318.616878] css_free_rwork_fn+0x12e/0x400
[85318.616880] process_one_work+0x19e/0x3e0
[85318.616881] worker_thread+0x2ad/0x3c0
[85318.616883] kthread+0x108/0x220
[85318.616884] ? __pfx_worker_thread+0x10/0x10
[85318.616886] ? __pfx_kthread+0x10/0x10
[85318.616887] ret_from_fork+0x3d/0x60
[85318.616888] ? __pfx_kthread+0x10/0x10
[85318.616889] ret_from_fork_asm+0x1a/0x30
[85318.616891] </TASK>
[85498.632028] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[85498.645102] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3552693
[85498.662820] rcu: (detected by 66, t=13654835 jiffies, g=639685, q=32079 ncpus=256)
[85498.678031] Sending NMI from CPU 66 to CPUs 156:
[85498.678036] NMI backtrace for cpu 156
[85498.678041] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[85498.678044] Tainted: [D]=DIE, [W]=WARN
[85498.678045] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[85498.678046] Workqueue: cgroup_destroy css_free_rwork_fn
[85498.678049] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[85498.678051] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[85498.678052] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[85498.678052] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[85498.678053] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[85498.678053] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[85498.678054] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[85498.678054] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[85498.678055] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[85498.678055] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[85498.678056] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[85498.678056] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[85498.678057] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[85498.678057] PKRU: 55555554
[85498.678057] Call Trace:
[85498.678058] <TASK>
[85498.678059] _raw_spin_lock_irqsave+0x46/0x60
[85498.678060] cgroup_rstat_flush+0xf4/0x7e0
[85498.678062] cgroup_rstat_exit+0x20/0xf0
[85498.678063] css_free_rwork_fn+0x12e/0x400
[85498.678064] process_one_work+0x19e/0x3e0
[85498.678065] worker_thread+0x2ad/0x3c0
[85498.678067] kthread+0x108/0x220
[85498.678068] ? __pfx_worker_thread+0x10/0x10
[85498.678069] ? __pfx_kthread+0x10/0x10
[85498.678070] ret_from_fork+0x3d/0x60
[85498.678071] ? __pfx_kthread+0x10/0x10
[85498.678072] ret_from_fork_asm+0x1a/0x30
[85498.678074] </TASK>
[85678.693269] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[85678.706330] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3564565
[85678.724032] rcu: (detected by 185, t=13699851 jiffies, g=639685, q=32096 ncpus=256)
[85678.739331] Sending NMI from CPU 185 to CPUs 156:
[85678.739337] NMI backtrace for cpu 156
[85678.739342] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[85678.739345] Tainted: [D]=DIE, [W]=WARN
[85678.739346] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[85678.739347] Workqueue: cgroup_destroy css_free_rwork_fn
[85678.739350] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[85678.739352] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[85678.739353] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[85678.739354] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[85678.739354] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[85678.739355] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[85678.739355] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[85678.739355] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[85678.739356] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[85678.739357] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[85678.739357] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[85678.739358] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[85678.739358] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[85678.739359] PKRU: 55555554
[85678.739359] Call Trace:
[85678.739360] <TASK>
[85678.739361] _raw_spin_lock_irqsave+0x46/0x60
[85678.739362] cgroup_rstat_flush+0xf4/0x7e0
[85678.739363] cgroup_rstat_exit+0x20/0xf0
[85678.739364] css_free_rwork_fn+0x12e/0x400
[85678.739365] process_one_work+0x19e/0x3e0
[85678.739367] worker_thread+0x2ad/0x3c0
[85678.739368] kthread+0x108/0x220
[85678.739369] ? __pfx_worker_thread+0x10/0x10
[85678.739371] ? __pfx_kthread+0x10/0x10
[85678.739372] ret_from_fork+0x3d/0x60
[85678.739373] ? __pfx_kthread+0x10/0x10
[85678.739374] ret_from_fork_asm+0x1a/0x30
[85678.739376] </TASK>
[85858.754511] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[85858.767580] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3576458
[85858.785290] rcu: (detected by 175, t=13744867 jiffies, g=639685, q=32111 ncpus=256)
[85858.800595] Sending NMI from CPU 175 to CPUs 156:
[85858.800600] NMI backtrace for cpu 156
[85858.800606] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[85858.800609] Tainted: [D]=DIE, [W]=WARN
[85858.800610] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[85858.800610] Workqueue: cgroup_destroy css_free_rwork_fn
[85858.800614] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[85858.800616] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[85858.800617] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[85858.800617] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[85858.800618] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[85858.800619] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[85858.800619] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[85858.800620] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[85858.800621] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[85858.800622] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[85858.800623] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[85858.800624] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[85858.800624] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[85858.800624] PKRU: 55555554
[85858.800625] Call Trace:
[85858.800625] <TASK>
[85858.800626] _raw_spin_lock_irqsave+0x46/0x60
[85858.800628] cgroup_rstat_flush+0xf4/0x7e0
[85858.800629] cgroup_rstat_exit+0x20/0xf0
[85858.800630] css_free_rwork_fn+0x12e/0x400
[85858.800631] process_one_work+0x19e/0x3e0
[85858.800632] worker_thread+0x2ad/0x3c0
[85858.800634] kthread+0x108/0x220
[85858.800635] ? __pfx_worker_thread+0x10/0x10
[85858.800637] ? __pfx_kthread+0x10/0x10
[85858.800637] ret_from_fork+0x3d/0x60
[85858.800639] ? __pfx_kthread+0x10/0x10
[85858.800640] ret_from_fork_asm+0x1a/0x30
[85858.800642] </TASK>
[86038.815750] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[86038.828828] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3588368
[86038.846546] rcu: (detected by 185, t=13789883 jiffies, g=639685, q=32136 ncpus=256)
[86038.861860] Sending NMI from CPU 185 to CPUs 156:
[86038.861866] NMI backtrace for cpu 156
[86038.861872] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[86038.861875] Tainted: [D]=DIE, [W]=WARN
[86038.861875] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[86038.861876] Workqueue: cgroup_destroy css_free_rwork_fn
[86038.861879] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[86038.861881] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[86038.861882] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[86038.861882] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[86038.861883] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[86038.861883] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[86038.861883] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[86038.861884] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[86038.861885] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[86038.861885] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[86038.861886] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[86038.861886] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[86038.861887] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[86038.861887] PKRU: 55555554
[86038.861887] Call Trace:
[86038.861888] <TASK>
[86038.861889] _raw_spin_lock_irqsave+0x46/0x60
[86038.861890] cgroup_rstat_flush+0xf4/0x7e0
[86038.861892] cgroup_rstat_exit+0x20/0xf0
[86038.861893] css_free_rwork_fn+0x12e/0x400
[86038.861893] process_one_work+0x19e/0x3e0
[86038.861895] worker_thread+0x2ad/0x3c0
[86038.861897] kthread+0x108/0x220
[86038.861898] ? __pfx_worker_thread+0x10/0x10
[86038.861899] ? __pfx_kthread+0x10/0x10
[86038.861900] ret_from_fork+0x3d/0x60
[86038.861901] ? __pfx_kthread+0x10/0x10
[86038.861902] ret_from_fork_asm+0x1a/0x30
[86038.861904] </TASK>
[86218.876993] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[86218.890069] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3600242
[86218.907789] rcu: (detected by 47, t=13834897 jiffies, g=639685, q=32149 ncpus=256)
[86218.923001] Sending NMI from CPU 47 to CPUs 156:
[86218.923008] NMI backtrace for cpu 156
[86218.923014] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[86218.923016] Tainted: [D]=DIE, [W]=WARN
[86218.923017] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[86218.923018] Workqueue: cgroup_destroy css_free_rwork_fn
[86218.923021] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[86218.923023] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[86218.923024] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[86218.923025] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[86218.923025] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[86218.923026] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[86218.923026] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[86218.923026] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[86218.923027] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[86218.923028] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[86218.923028] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[86218.923029] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[86218.923029] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[86218.923029] PKRU: 55555554
[86218.923030] Call Trace:
[86218.923030] <TASK>
[86218.923032] _raw_spin_lock_irqsave+0x46/0x60
[86218.923033] cgroup_rstat_flush+0xf4/0x7e0
[86218.923034] cgroup_rstat_exit+0x20/0xf0
[86218.923035] css_free_rwork_fn+0x12e/0x400
[86218.923036] process_one_work+0x19e/0x3e0
[86218.923038] worker_thread+0x2ad/0x3c0
[86218.923039] kthread+0x108/0x220
[86218.923040] ? __pfx_worker_thread+0x10/0x10
[86218.923042] ? __pfx_kthread+0x10/0x10
[86218.923043] ret_from_fork+0x3d/0x60
[86218.923044] ? __pfx_kthread+0x10/0x10
[86218.923045] ret_from_fork_asm+0x1a/0x30
[86218.923047] </TASK>
[86398.934234] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[86398.947290] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3612150
[86398.964990] rcu: (detected by 172, t=13879914 jiffies, g=639685, q=32166 ncpus=256)
[86398.980287] Sending NMI from CPU 172 to CPUs 156:
[86398.980292] NMI backtrace for cpu 156
[86398.980298] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[86398.980301] Tainted: [D]=DIE, [W]=WARN
[86398.980301] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[86398.980302] Workqueue: cgroup_destroy css_free_rwork_fn
[86398.980305] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[86398.980307] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[86398.980308] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[86398.980308] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[86398.980309] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[86398.980309] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[86398.980310] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[86398.980310] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[86398.980311] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[86398.980312] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[86398.980312] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[86398.980313] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[86398.980313] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[86398.980313] PKRU: 55555554
[86398.980314] Call Trace:
[86398.980314] <TASK>
[86398.980315] _raw_spin_lock_irqsave+0x46/0x60
[86398.980316] cgroup_rstat_flush+0xf4/0x7e0
[86398.980318] cgroup_rstat_exit+0x20/0xf0
[86398.980319] css_free_rwork_fn+0x12e/0x400
[86398.980319] process_one_work+0x19e/0x3e0
[86398.980321] worker_thread+0x2ad/0x3c0
[86398.980323] kthread+0x108/0x220
[86398.980324] ? __pfx_worker_thread+0x10/0x10
[86398.980325] ? __pfx_kthread+0x10/0x10
[86398.980326] ret_from_fork+0x3d/0x60
[86398.980327] ? __pfx_kthread+0x10/0x10
[86398.980328] ret_from_fork_asm+0x1a/0x30
[86398.980330] </TASK>
[86578.995474] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[86579.008532] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3624032
[86579.026238] rcu: (detected by 71, t=13924930 jiffies, g=639685, q=32178 ncpus=256)
[86579.041437] Sending NMI from CPU 71 to CPUs 156:
[86579.041443] NMI backtrace for cpu 156
[86579.041449] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[86579.041451] Tainted: [D]=DIE, [W]=WARN
[86579.041452] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[86579.041453] Workqueue: cgroup_destroy css_free_rwork_fn
[86579.041456] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[86579.041458] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[86579.041459] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[86579.041460] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[86579.041460] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[86579.041460] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[86579.041461] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[86579.041461] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[86579.041462] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[86579.041463] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[86579.041463] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[86579.041464] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[86579.041464] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[86579.041464] PKRU: 55555554
[86579.041465] Call Trace:
[86579.041465] <TASK>
[86579.041466] _raw_spin_lock_irqsave+0x46/0x60
[86579.041468] cgroup_rstat_flush+0xf4/0x7e0
[86579.041469] cgroup_rstat_exit+0x20/0xf0
[86579.041470] css_free_rwork_fn+0x12e/0x400
[86579.041471] process_one_work+0x19e/0x3e0
[86579.041473] worker_thread+0x2ad/0x3c0
[86579.041474] kthread+0x108/0x220
[86579.041475] ? __pfx_worker_thread+0x10/0x10
[86579.041477] ? __pfx_kthread+0x10/0x10
[86579.041478] ret_from_fork+0x3d/0x60
[86579.041479] ? __pfx_kthread+0x10/0x10
[86579.041480] ret_from_fork_asm+0x1a/0x30
[86579.041481] </TASK>
[86759.056715] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[86759.069778] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3635915
[86759.087470] rcu: (detected by 175, t=13969946 jiffies, g=639685, q=32194 ncpus=256)
[86759.102770] Sending NMI from CPU 175 to CPUs 156:
[86759.102777] NMI backtrace for cpu 156
[86759.102783] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[86759.102786] Tainted: [D]=DIE, [W]=WARN
[86759.102787] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[86759.102787] Workqueue: cgroup_destroy css_free_rwork_fn
[86759.102791] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[86759.102793] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[86759.102794] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[86759.102795] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[86759.102795] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[86759.102795] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[86759.102796] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[86759.102796] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[86759.102797] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[86759.102798] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[86759.102798] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[86759.102799] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[86759.102799] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[86759.102799] PKRU: 55555554
[86759.102800] Call Trace:
[86759.102800] <TASK>
[86759.102802] _raw_spin_lock_irqsave+0x46/0x60
[86759.102803] cgroup_rstat_flush+0xf4/0x7e0
[86759.102804] cgroup_rstat_exit+0x20/0xf0
[86759.102805] css_free_rwork_fn+0x12e/0x400
[86759.102806] process_one_work+0x19e/0x3e0
[86759.102808] worker_thread+0x2ad/0x3c0
[86759.102809] kthread+0x108/0x220
[86759.102810] ? __pfx_worker_thread+0x10/0x10
[86759.102812] ? __pfx_kthread+0x10/0x10
[86759.102813] ret_from_fork+0x3d/0x60
[86759.102814] ? __pfx_kthread+0x10/0x10
[86759.102815] ret_from_fork_asm+0x1a/0x30
[86759.102816] </TASK>
[86939.117957] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[86939.131014] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3647818
[86939.148722] rcu: (detected by 175, t=14014962 jiffies, g=639685, q=32212 ncpus=256)
[86939.164031] Sending NMI from CPU 175 to CPUs 156:
[86939.164035] NMI backtrace for cpu 156
[86939.164041] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[86939.164044] Tainted: [D]=DIE, [W]=WARN
[86939.164044] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[86939.164046] Workqueue: cgroup_destroy css_free_rwork_fn
[86939.164048] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[86939.164050] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[86939.164051] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[86939.164052] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[86939.164052] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[86939.164053] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[86939.164053] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[86939.164054] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[86939.164054] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[86939.164055] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[86939.164055] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[86939.164056] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[86939.164056] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[86939.164057] PKRU: 55555554
[86939.164057] Call Trace:
[86939.164058] <TASK>
[86939.164059] _raw_spin_lock_irqsave+0x46/0x60
[86939.164060] cgroup_rstat_flush+0xf4/0x7e0
[86939.164062] cgroup_rstat_exit+0x20/0xf0
[86939.164063] css_free_rwork_fn+0x12e/0x400
[86939.164063] process_one_work+0x19e/0x3e0
[86939.164065] worker_thread+0x2ad/0x3c0
[86939.164067] kthread+0x108/0x220
[86939.164067] ? __pfx_worker_thread+0x10/0x10
[86939.164069] ? __pfx_kthread+0x10/0x10
[86939.164070] ret_from_fork+0x3d/0x60
[86939.164071] ? __pfx_kthread+0x10/0x10
[86939.164072] ret_from_fork_asm+0x1a/0x30
[86939.164074] </TASK>
[87119.179198] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[87119.192259] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3659737
[87119.209964] rcu: (detected by 219, t=14059978 jiffies, g=639685, q=32232 ncpus=256)
[87119.225272] Sending NMI from CPU 219 to CPUs 156:
[87119.225277] NMI backtrace for cpu 156
[87119.225283] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[87119.225286] Tainted: [D]=DIE, [W]=WARN
[87119.225286] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[87119.225287] Workqueue: cgroup_destroy css_free_rwork_fn
[87119.225290] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[87119.225292] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[87119.225293] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[87119.225294] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[87119.225295] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[87119.225295] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[87119.225295] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[87119.225296] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[87119.225297] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[87119.225297] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[87119.225298] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[87119.225298] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[87119.225299] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[87119.225299] PKRU: 55555554
[87119.225299] Call Trace:
[87119.225300] <TASK>
[87119.225301] _raw_spin_lock_irqsave+0x46/0x60
[87119.225302] cgroup_rstat_flush+0xf4/0x7e0
[87119.225304] cgroup_rstat_exit+0x20/0xf0
[87119.225305] css_free_rwork_fn+0x12e/0x400
[87119.225305] process_one_work+0x19e/0x3e0
[87119.225307] worker_thread+0x2ad/0x3c0
[87119.225309] kthread+0x108/0x220
[87119.225310] ? __pfx_worker_thread+0x10/0x10
[87119.225311] ? __pfx_kthread+0x10/0x10
[87119.225312] ret_from_fork+0x3d/0x60
[87119.225313] ? __pfx_kthread+0x10/0x10
[87119.225314] ret_from_fork_asm+0x1a/0x30
[87119.225316] </TASK>
[87299.240439] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[87299.253499] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3671610
[87299.271213] rcu: (detected by 71, t=14104994 jiffies, g=639685, q=32248 ncpus=256)
[87299.286420] Sending NMI from CPU 71 to CPUs 156:
[87299.286425] NMI backtrace for cpu 156
[87299.286430] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[87299.286433] Tainted: [D]=DIE, [W]=WARN
[87299.286434] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[87299.286435] Workqueue: cgroup_destroy css_free_rwork_fn
[87299.286438] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[87299.286440] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[87299.286441] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[87299.286442] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[87299.286442] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[87299.286443] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[87299.286443] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[87299.286444] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[87299.286445] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[87299.286446] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[87299.286446] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[87299.286447] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[87299.286447] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[87299.286447] PKRU: 55555554
[87299.286448] Call Trace:
[87299.286448] <TASK>
[87299.286449] _raw_spin_lock_irqsave+0x46/0x60
[87299.286451] cgroup_rstat_flush+0xf4/0x7e0
[87299.286452] cgroup_rstat_exit+0x20/0xf0
[87299.286453] css_free_rwork_fn+0x12e/0x400
[87299.286454] process_one_work+0x19e/0x3e0
[87299.286455] worker_thread+0x2ad/0x3c0
[87299.286457] kthread+0x108/0x220
[87299.286458] ? __pfx_worker_thread+0x10/0x10
[87299.286459] ? __pfx_kthread+0x10/0x10
[87299.286460] ret_from_fork+0x3d/0x60
[87299.286461] ? __pfx_kthread+0x10/0x10
[87299.286462] ret_from_fork_asm+0x1a/0x30
[87299.286464] </TASK>
[87479.301682] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[87479.314747] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3683490
[87479.332450] rcu: (detected by 158, t=14150010 jiffies, g=639685, q=32266 ncpus=256)
[87479.347752] Sending NMI from CPU 158 to CPUs 156:
[87479.347757] NMI backtrace for cpu 156
[87479.347760] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[87479.347762] Tainted: [D]=DIE, [W]=WARN
[87479.347762] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[87479.347763] Workqueue: cgroup_destroy css_free_rwork_fn
[87479.347765] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[87479.347767] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[87479.347768] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[87479.347769] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[87479.347769] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[87479.347770] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[87479.347770] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[87479.347771] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[87479.347771] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[87479.347772] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[87479.347772] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[87479.347773] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[87479.347773] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[87479.347774] PKRU: 55555554
[87479.347774] Call Trace:
[87479.347774] <TASK>
[87479.347775] _raw_spin_lock_irqsave+0x46/0x60
[87479.347777] cgroup_rstat_flush+0xf4/0x7e0
[87479.347778] cgroup_rstat_exit+0x20/0xf0
[87479.347779] css_free_rwork_fn+0x12e/0x400
[87479.347780] process_one_work+0x19e/0x3e0
[87479.347781] worker_thread+0x2ad/0x3c0
[87479.347783] kthread+0x108/0x220
[87479.347784] ? __pfx_worker_thread+0x10/0x10
[87479.347785] ? __pfx_kthread+0x10/0x10
[87479.347786] ret_from_fork+0x3d/0x60
[87479.347787] ? __pfx_kthread+0x10/0x10
[87479.347788] ret_from_fork_asm+0x1a/0x30
[87479.347790] </TASK>
[87659.362924] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[87659.375996] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3695386
[87659.393706] rcu: (detected by 172, t=14195026 jiffies, g=639685, q=32283 ncpus=256)
[87659.409013] Sending NMI from CPU 172 to CPUs 156:
[87659.409018] NMI backtrace for cpu 156
[87659.409024] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[87659.409026] Tainted: [D]=DIE, [W]=WARN
[87659.409026] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[87659.409027] Workqueue: cgroup_destroy css_free_rwork_fn
[87659.409029] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[87659.409031] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[87659.409031] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[87659.409032] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[87659.409033] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[87659.409033] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[87659.409034] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[87659.409034] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[87659.409035] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[87659.409036] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[87659.409036] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[87659.409037] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[87659.409037] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[87659.409038] PKRU: 55555554
[87659.409038] Call Trace:
[87659.409039] <TASK>
[87659.409040] _raw_spin_lock_irqsave+0x46/0x60
[87659.409041] cgroup_rstat_flush+0xf4/0x7e0
[87659.409042] cgroup_rstat_exit+0x20/0xf0
[87659.409043] css_free_rwork_fn+0x12e/0x400
[87659.409044] process_one_work+0x19e/0x3e0
[87659.409046] worker_thread+0x2ad/0x3c0
[87659.409047] kthread+0x108/0x220
[87659.409048] ? __pfx_worker_thread+0x10/0x10
[87659.409050] ? __pfx_kthread+0x10/0x10
[87659.409051] ret_from_fork+0x3d/0x60
[87659.409052] ? __pfx_kthread+0x10/0x10
[87659.409053] ret_from_fork_asm+0x1a/0x30
[87659.409055] </TASK>
[87839.424162] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[87839.437239] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3707260
[87839.454955] rcu: (detected by 19, t=14240042 jiffies, g=639685, q=32296 ncpus=256)
[87839.470162] Sending NMI from CPU 19 to CPUs 156:
[87839.470169] NMI backtrace for cpu 156
[87839.470174] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[87839.470177] Tainted: [D]=DIE, [W]=WARN
[87839.470178] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[87839.470179] Workqueue: cgroup_destroy css_free_rwork_fn
[87839.470182] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[87839.470184] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[87839.470185] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[87839.470186] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[87839.470186] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[87839.470187] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[87839.470187] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[87839.470187] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[87839.470188] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[87839.470189] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[87839.470189] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[87839.470190] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[87839.470190] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[87839.470190] PKRU: 55555554
[87839.470191] Call Trace:
[87839.470191] <TASK>
[87839.470193] _raw_spin_lock_irqsave+0x46/0x60
[87839.470194] cgroup_rstat_flush+0xf4/0x7e0
[87839.470195] cgroup_rstat_exit+0x20/0xf0
[87839.470196] css_free_rwork_fn+0x12e/0x400
[87839.470197] process_one_work+0x19e/0x3e0
[87839.470199] worker_thread+0x2ad/0x3c0
[87839.470200] kthread+0x108/0x220
[87839.470201] ? __pfx_worker_thread+0x10/0x10
[87839.470203] ? __pfx_kthread+0x10/0x10
[87839.470204] ret_from_fork+0x3d/0x60
[87839.470205] ? __pfx_kthread+0x10/0x10
[87839.470206] ret_from_fork_asm+0x1a/0x30
[87839.470208] </TASK>
[88019.485406] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[88019.498467] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3719130
[88019.516173] rcu: (detected by 194, t=14285058 jiffies, g=639685, q=32315 ncpus=256)
[88019.531480] Sending NMI from CPU 194 to CPUs 156:
[88019.531485] NMI backtrace for cpu 156
[88019.531491] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[88019.531493] Tainted: [D]=DIE, [W]=WARN
[88019.531494] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[88019.531494] Workqueue: cgroup_destroy css_free_rwork_fn
[88019.531497] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[88019.531499] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[88019.531500] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[88019.531501] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[88019.531502] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[88019.531502] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[88019.531502] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[88019.531503] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[88019.531504] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[88019.531504] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[88019.531504] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[88019.531505] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[88019.531505] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[88019.531506] PKRU: 55555554
[88019.531506] Call Trace:
[88019.531507] <TASK>
[88019.531508] _raw_spin_lock_irqsave+0x46/0x60
[88019.531509] cgroup_rstat_flush+0xf4/0x7e0
[88019.531511] cgroup_rstat_exit+0x20/0xf0
[88019.531512] css_free_rwork_fn+0x12e/0x400
[88019.531512] process_one_work+0x19e/0x3e0
[88019.531514] worker_thread+0x2ad/0x3c0
[88019.531516] kthread+0x108/0x220
[88019.531516] ? __pfx_worker_thread+0x10/0x10
[88019.531518] ? __pfx_kthread+0x10/0x10
[88019.531519] ret_from_fork+0x3d/0x60
[88019.531520] ? __pfx_kthread+0x10/0x10
[88019.531521] ret_from_fork_asm+0x1a/0x30
[88019.531523] </TASK>
[88199.546647] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[88199.559711] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3731000
[88199.577418] rcu: (detected by 134, t=14330074 jiffies, g=639685, q=32331 ncpus=256)
[88199.592723] Sending NMI from CPU 134 to CPUs 156:
[88199.592728] NMI backtrace for cpu 156
[88199.592733] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[88199.592736] Tainted: [D]=DIE, [W]=WARN
[88199.592737] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[88199.592738] Workqueue: cgroup_destroy css_free_rwork_fn
[88199.592741] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[88199.592743] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[88199.592744] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[88199.592744] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[88199.592745] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[88199.592745] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[88199.592745] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[88199.592746] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[88199.592747] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[88199.592747] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[88199.592748] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[88199.592748] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[88199.592749] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[88199.592749] PKRU: 55555554
[88199.592749] Call Trace:
[88199.592750] <TASK>
[88199.592751] _raw_spin_lock_irqsave+0x46/0x60
[88199.592753] cgroup_rstat_flush+0xf4/0x7e0
[88199.592754] cgroup_rstat_exit+0x20/0xf0
[88199.592755] css_free_rwork_fn+0x12e/0x400
[88199.592756] process_one_work+0x19e/0x3e0
[88199.592758] worker_thread+0x2ad/0x3c0
[88199.592759] kthread+0x108/0x220
[88199.592760] ? __pfx_worker_thread+0x10/0x10
[88199.592762] ? __pfx_kthread+0x10/0x10
[88199.592762] ret_from_fork+0x3d/0x60
[88199.592764] ? __pfx_kthread+0x10/0x10
[88199.592764] ret_from_fork_asm+0x1a/0x30
[88199.592766] </TASK>
[88379.607887] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[88379.620951] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3742905
[88379.638663] rcu: (detected by 194, t=14375090 jiffies, g=639685, q=32343 ncpus=256)
[88379.653975] Sending NMI from CPU 194 to CPUs 156:
[88379.653980] NMI backtrace for cpu 156
[88379.653986] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[88379.653989] Tainted: [D]=DIE, [W]=WARN
[88379.653989] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[88379.653990] Workqueue: cgroup_destroy css_free_rwork_fn
[88379.653993] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[88379.653995] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[88379.653997] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[88379.653997] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[88379.653998] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[88379.653998] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[88379.653998] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[88379.653999] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[88379.654000] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[88379.654000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[88379.654001] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[88379.654001] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[88379.654002] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[88379.654002] PKRU: 55555554
[88379.654002] Call Trace:
[88379.654003] <TASK>
[88379.654004] _raw_spin_lock_irqsave+0x46/0x60
[88379.654005] cgroup_rstat_flush+0xf4/0x7e0
[88379.654007] cgroup_rstat_exit+0x20/0xf0
[88379.654008] css_free_rwork_fn+0x12e/0x400
[88379.654009] process_one_work+0x19e/0x3e0
[88379.654010] worker_thread+0x2ad/0x3c0
[88379.654012] kthread+0x108/0x220
[88379.654013] ? __pfx_worker_thread+0x10/0x10
[88379.654014] ? __pfx_kthread+0x10/0x10
[88379.654015] ret_from_fork+0x3d/0x60
[88379.654016] ? __pfx_kthread+0x10/0x10
[88379.654017] ret_from_fork_asm+0x1a/0x30
[88379.654019] </TASK>
[88559.669130] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[88559.682193] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3754783
[88559.699903] rcu: (detected by 194, t=14420106 jiffies, g=639685, q=32360 ncpus=256)
[88559.715210] Sending NMI from CPU 194 to CPUs 156:
[88559.715215] NMI backtrace for cpu 156
[88559.715221] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[88559.715223] Tainted: [D]=DIE, [W]=WARN
[88559.715224] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[88559.715224] Workqueue: cgroup_destroy css_free_rwork_fn
[88559.715227] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[88559.715229] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[88559.715230] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[88559.715230] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[88559.715231] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[88559.715231] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[88559.715232] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[88559.715232] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[88559.715233] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[88559.715234] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[88559.715234] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[88559.715235] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[88559.715235] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[88559.715235] PKRU: 55555554
[88559.715236] Call Trace:
[88559.715236] <TASK>
[88559.715237] _raw_spin_lock_irqsave+0x46/0x60
[88559.715239] cgroup_rstat_flush+0xf4/0x7e0
[88559.715240] cgroup_rstat_exit+0x20/0xf0
[88559.715241] css_free_rwork_fn+0x12e/0x400
[88559.715242] process_one_work+0x19e/0x3e0
[88559.715244] worker_thread+0x2ad/0x3c0
[88559.715245] kthread+0x108/0x220
[88559.715246] ? __pfx_worker_thread+0x10/0x10
[88559.715247] ? __pfx_kthread+0x10/0x10
[88559.715248] ret_from_fork+0x3d/0x60
[88559.715250] ? __pfx_kthread+0x10/0x10
[88559.715250] ret_from_fork_asm+0x1a/0x30
[88559.715252] </TASK>
[88739.730374] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[88739.743433] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3766680
[88739.761131] rcu: (detected by 4, t=14465122 jiffies, g=639685, q=32375 ncpus=256)
[88739.776224] Sending NMI from CPU 4 to CPUs 156:
[88739.776230] NMI backtrace for cpu 156
[88739.776236] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[88739.776239] Tainted: [D]=DIE, [W]=WARN
[88739.776239] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[88739.776240] Workqueue: cgroup_destroy css_free_rwork_fn
[88739.776243] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[88739.776245] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[88739.776246] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[88739.776247] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[88739.776247] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[88739.776247] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[88739.776248] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[88739.776248] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[88739.776249] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[88739.776250] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[88739.776250] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[88739.776251] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[88739.776251] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[88739.776251] PKRU: 55555554
[88739.776252] Call Trace:
[88739.776252] <TASK>
[88739.776254] _raw_spin_lock_irqsave+0x46/0x60
[88739.776255] cgroup_rstat_flush+0xf4/0x7e0
[88739.776256] cgroup_rstat_exit+0x20/0xf0
[88739.776257] css_free_rwork_fn+0x12e/0x400
[88739.776258] process_one_work+0x19e/0x3e0
[88739.776260] worker_thread+0x2ad/0x3c0
[88739.776261] kthread+0x108/0x220
[88739.776262] ? __pfx_worker_thread+0x10/0x10
[88739.776264] ? __pfx_kthread+0x10/0x10
[88739.776265] ret_from_fork+0x3d/0x60
[88739.776266] ? __pfx_kthread+0x10/0x10
[88739.776267] ret_from_fork_asm+0x1a/0x30
[88739.776269] </TASK>
[88919.791611] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[88919.804660] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3778573
[88919.822353] rcu: (detected by 18, t=14510138 jiffies, g=639685, q=32392 ncpus=256)
[88919.837540] Sending NMI from CPU 18 to CPUs 156:
[88919.837547] NMI backtrace for cpu 156
[88919.837553] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[88919.837556] Tainted: [D]=DIE, [W]=WARN
[88919.837556] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[88919.837557] Workqueue: cgroup_destroy css_free_rwork_fn
[88919.837561] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[88919.837563] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[88919.837564] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[88919.837565] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[88919.837565] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[88919.837565] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[88919.837566] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[88919.837566] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[88919.837567] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[88919.837568] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[88919.837568] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[88919.837569] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[88919.837569] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[88919.837569] PKRU: 55555554
[88919.837570] Call Trace:
[88919.837570] <TASK>
[88919.837571] _raw_spin_lock_irqsave+0x46/0x60
[88919.837573] cgroup_rstat_flush+0xf4/0x7e0
[88919.837574] cgroup_rstat_exit+0x20/0xf0
[88919.837575] css_free_rwork_fn+0x12e/0x400
[88919.837576] process_one_work+0x19e/0x3e0
[88919.837578] worker_thread+0x2ad/0x3c0
[88919.837579] kthread+0x108/0x220
[88919.837580] ? __pfx_worker_thread+0x10/0x10
[88919.837581] ? __pfx_kthread+0x10/0x10
[88919.837582] ret_from_fork+0x3d/0x60
[88919.837584] ? __pfx_kthread+0x10/0x10
[88919.837584] ret_from_fork_asm+0x1a/0x30
[88919.837586] </TASK>
[89099.852852] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[89099.865912] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3790463
[89099.883610] rcu: (detected by 175, t=14555154 jiffies, g=639685, q=32411 ncpus=256)
[89099.898904] Sending NMI from CPU 175 to CPUs 156:
[89099.898910] NMI backtrace for cpu 156
[89099.898915] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[89099.898918] Tainted: [D]=DIE, [W]=WARN
[89099.898919] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[89099.898919] Workqueue: cgroup_destroy css_free_rwork_fn
[89099.898922] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[89099.898924] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[89099.898926] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[89099.898926] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[89099.898927] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[89099.898927] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[89099.898927] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[89099.898928] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[89099.898929] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[89099.898929] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[89099.898930] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[89099.898930] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[89099.898931] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[89099.898931] PKRU: 55555554
[89099.898931] Call Trace:
[89099.898932] <TASK>
[89099.898933] _raw_spin_lock_irqsave+0x46/0x60
[89099.898935] cgroup_rstat_flush+0xf4/0x7e0
[89099.898936] cgroup_rstat_exit+0x20/0xf0
[89099.898937] css_free_rwork_fn+0x12e/0x400
[89099.898938] process_one_work+0x19e/0x3e0
[89099.898939] worker_thread+0x2ad/0x3c0
[89099.898941] kthread+0x108/0x220
[89099.898942] ? __pfx_worker_thread+0x10/0x10
[89099.898943] ? __pfx_kthread+0x10/0x10
[89099.898944] ret_from_fork+0x3d/0x60
[89099.898945] ? __pfx_kthread+0x10/0x10
[89099.898946] ret_from_fork_asm+0x1a/0x30
[89099.898948] </TASK>
[89279.914095] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[89279.927162] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3802377
[89279.944866] rcu: (detected by 158, t=14600170 jiffies, g=639685, q=32426 ncpus=256)
[89279.960170] Sending NMI from CPU 158 to CPUs 156:
[89279.960174] NMI backtrace for cpu 156
[89279.960176] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[89279.960178] Tainted: [D]=DIE, [W]=WARN
[89279.960179] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[89279.960179] Workqueue: cgroup_destroy css_free_rwork_fn
[89279.960182] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[89279.960183] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[89279.960184] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[89279.960185] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[89279.960185] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[89279.960186] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[89279.960186] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[89279.960187] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[89279.960188] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[89279.960188] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[89279.960188] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[89279.960189] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[89279.960189] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[89279.960190] PKRU: 55555554
[89279.960190] Call Trace:
[89279.960191] <TASK>
[89279.960192] _raw_spin_lock_irqsave+0x46/0x60
[89279.960193] cgroup_rstat_flush+0xf4/0x7e0
[89279.960194] cgroup_rstat_exit+0x20/0xf0
[89279.960195] css_free_rwork_fn+0x12e/0x400
[89279.960196] process_one_work+0x19e/0x3e0
[89279.960198] worker_thread+0x2ad/0x3c0
[89279.960199] kthread+0x108/0x220
[89279.960200] ? __pfx_worker_thread+0x10/0x10
[89279.960202] ? __pfx_kthread+0x10/0x10
[89279.960203] ret_from_fork+0x3d/0x60
[89279.960204] ? __pfx_kthread+0x10/0x10
[89279.960205] ret_from_fork_asm+0x1a/0x30
[89279.960206] </TASK>
[89459.975333] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[89459.988397] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3814275
[89460.006110] rcu: (detected by 151, t=14645186 jiffies, g=639685, q=32443 ncpus=256)
[89460.021430] Sending NMI from CPU 151 to CPUs 156:
[89460.021437] NMI backtrace for cpu 156
[89460.021442] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[89460.021444] Tainted: [D]=DIE, [W]=WARN
[89460.021445] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[89460.021446] Workqueue: cgroup_destroy css_free_rwork_fn
[89460.021448] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[89460.021450] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[89460.021450] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[89460.021451] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[89460.021452] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[89460.021452] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[89460.021453] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[89460.021453] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[89460.021454] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[89460.021455] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[89460.021455] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[89460.021456] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[89460.021456] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[89460.021456] PKRU: 55555554
[89460.021457] Call Trace:
[89460.021458] <TASK>
[89460.021459] _raw_spin_lock_irqsave+0x46/0x60
[89460.021460] cgroup_rstat_flush+0xf4/0x7e0
[89460.021462] cgroup_rstat_exit+0x20/0xf0
[89460.021463] css_free_rwork_fn+0x12e/0x400
[89460.021464] process_one_work+0x19e/0x3e0
[89460.021465] worker_thread+0x2ad/0x3c0
[89460.021467] kthread+0x108/0x220
[89460.021468] ? __pfx_worker_thread+0x10/0x10
[89460.021469] ? __pfx_kthread+0x10/0x10
[89460.021470] ret_from_fork+0x3d/0x60
[89460.021471] ? __pfx_kthread+0x10/0x10
[89460.021472] ret_from_fork_asm+0x1a/0x30
[89460.021474] </TASK>
[89640.036577] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[89640.049656] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3826166
[89640.067374] rcu: (detected by 175, t=14690202 jiffies, g=639685, q=32456 ncpus=256)
[89640.082690] Sending NMI from CPU 175 to CPUs 156:
[89640.082695] NMI backtrace for cpu 156
[89640.082701] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[89640.082703] Tainted: [D]=DIE, [W]=WARN
[89640.082704] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[89640.082705] Workqueue: cgroup_destroy css_free_rwork_fn
[89640.082708] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[89640.082710] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[89640.082712] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[89640.082712] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[89640.082713] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[89640.082713] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[89640.082714] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[89640.082714] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[89640.082715] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[89640.082716] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[89640.082716] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[89640.082717] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[89640.082717] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[89640.082717] PKRU: 55555554
[89640.082718] Call Trace:
[89640.082718] <TASK>
[89640.082719] _raw_spin_lock_irqsave+0x46/0x60
[89640.082721] cgroup_rstat_flush+0xf4/0x7e0
[89640.082722] cgroup_rstat_exit+0x20/0xf0
[89640.082723] css_free_rwork_fn+0x12e/0x400
[89640.082724] process_one_work+0x19e/0x3e0
[89640.082726] worker_thread+0x2ad/0x3c0
[89640.082727] kthread+0x108/0x220
[89640.082728] ? __pfx_worker_thread+0x10/0x10
[89640.082729] ? __pfx_kthread+0x10/0x10
[89640.082730] ret_from_fork+0x3d/0x60
[89640.082731] ? __pfx_kthread+0x10/0x10
[89640.082732] ret_from_fork_asm+0x1a/0x30
[89640.082734] </TASK>
[89820.097817] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[89820.110880] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3838067
[89820.128594] rcu: (detected by 194, t=14735218 jiffies, g=639685, q=32476 ncpus=256)
[89820.143906] Sending NMI from CPU 194 to CPUs 156:
[89820.143911] NMI backtrace for cpu 156
[89820.143916] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[89820.143919] Tainted: [D]=DIE, [W]=WARN
[89820.143919] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[89820.143920] Workqueue: cgroup_destroy css_free_rwork_fn
[89820.143923] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[89820.143925] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[89820.143926] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[89820.143927] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[89820.143928] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[89820.143928] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[89820.143928] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[89820.143929] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[89820.143930] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[89820.143931] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[89820.143931] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[89820.143932] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[89820.143932] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[89820.143932] PKRU: 55555554
[89820.143933] Call Trace:
[89820.143933] <TASK>
[89820.143935] _raw_spin_lock_irqsave+0x46/0x60
[89820.143936] cgroup_rstat_flush+0xf4/0x7e0
[89820.143937] cgroup_rstat_exit+0x20/0xf0
[89820.143938] css_free_rwork_fn+0x12e/0x400
[89820.143939] process_one_work+0x19e/0x3e0
[89820.143941] worker_thread+0x2ad/0x3c0
[89820.143942] kthread+0x108/0x220
[89820.143943] ? __pfx_worker_thread+0x10/0x10
[89820.143945] ? __pfx_kthread+0x10/0x10
[89820.143946] ret_from_fork+0x3d/0x60
[89820.143947] ? __pfx_kthread+0x10/0x10
[89820.143948] ret_from_fork_asm+0x1a/0x30
[89820.143950] </TASK>
[90000.159058] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[90000.172124] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3849960
[90000.189841] rcu: (detected by 194, t=14780234 jiffies, g=639685, q=32496 ncpus=256)
[90000.205159] Sending NMI from CPU 194 to CPUs 156:
[90000.205165] NMI backtrace for cpu 156
[90000.205171] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[90000.205173] Tainted: [D]=DIE, [W]=WARN
[90000.205174] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[90000.205175] Workqueue: cgroup_destroy css_free_rwork_fn
[90000.205178] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[90000.205180] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[90000.205181] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[90000.205182] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[90000.205182] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[90000.205183] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[90000.205183] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[90000.205183] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[90000.205184] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[90000.205185] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[90000.205185] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[90000.205186] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[90000.205186] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[90000.205186] PKRU: 55555554
[90000.205187] Call Trace:
[90000.205187] <TASK>
[90000.205189] _raw_spin_lock_irqsave+0x46/0x60
[90000.205190] cgroup_rstat_flush+0xf4/0x7e0
[90000.205192] cgroup_rstat_exit+0x20/0xf0
[90000.205193] css_free_rwork_fn+0x12e/0x400
[90000.205193] process_one_work+0x19e/0x3e0
[90000.205195] worker_thread+0x2ad/0x3c0
[90000.205197] kthread+0x108/0x220
[90000.205197] ? __pfx_worker_thread+0x10/0x10
[90000.205199] ? __pfx_kthread+0x10/0x10
[90000.205200] ret_from_fork+0x3d/0x60
[90000.205201] ? __pfx_kthread+0x10/0x10
[90000.205202] ret_from_fork_asm+0x1a/0x30
[90000.205204] </TASK>
[90180.220299] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[90180.233366] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3861826
[90180.251088] rcu: (detected by 71, t=14825250 jiffies, g=639685, q=32513 ncpus=256)
[90180.266303] Sending NMI from CPU 71 to CPUs 156:
[90180.266308] NMI backtrace for cpu 156
[90180.266314] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[90180.266317] Tainted: [D]=DIE, [W]=WARN
[90180.266317] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[90180.266318] Workqueue: cgroup_destroy css_free_rwork_fn
[90180.266321] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[90180.266324] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[90180.266325] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[90180.266326] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[90180.266326] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[90180.266327] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[90180.266327] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[90180.266328] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[90180.266328] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[90180.266329] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[90180.266329] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[90180.266330] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[90180.266330] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[90180.266331] PKRU: 55555554
[90180.266331] Call Trace:
[90180.266332] <TASK>
[90180.266333] _raw_spin_lock_irqsave+0x46/0x60
[90180.266334] cgroup_rstat_flush+0xf4/0x7e0
[90180.266335] cgroup_rstat_exit+0x20/0xf0
[90180.266337] css_free_rwork_fn+0x12e/0x400
[90180.266337] process_one_work+0x19e/0x3e0
[90180.266339] worker_thread+0x2ad/0x3c0
[90180.266341] kthread+0x108/0x220
[90180.266342] ? __pfx_worker_thread+0x10/0x10
[90180.266343] ? __pfx_kthread+0x10/0x10
[90180.266344] ret_from_fork+0x3d/0x60
[90180.266345] ? __pfx_kthread+0x10/0x10
[90180.266346] ret_from_fork_asm+0x1a/0x30
[90180.266348] </TASK>
[90360.281540] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[90360.294589] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3873713
[90360.312286] rcu: (detected by 219, t=14870266 jiffies, g=639685, q=32526 ncpus=256)
[90360.327584] Sending NMI from CPU 219 to CPUs 156:
[90360.327589] NMI backtrace for cpu 156
[90360.327595] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[90360.327597] Tainted: [D]=DIE, [W]=WARN
[90360.327598] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[90360.327599] Workqueue: cgroup_destroy css_free_rwork_fn
[90360.327602] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[90360.327604] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[90360.327605] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[90360.327606] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[90360.327607] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[90360.327607] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[90360.327607] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[90360.327608] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[90360.327609] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[90360.327609] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[90360.327610] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[90360.327610] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[90360.327611] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[90360.327611] PKRU: 55555554
[90360.327611] Call Trace:
[90360.327612] <TASK>
[90360.327613] _raw_spin_lock_irqsave+0x46/0x60
[90360.327614] cgroup_rstat_flush+0xf4/0x7e0
[90360.327616] cgroup_rstat_exit+0x20/0xf0
[90360.327617] css_free_rwork_fn+0x12e/0x400
[90360.327618] process_one_work+0x19e/0x3e0
[90360.327619] worker_thread+0x2ad/0x3c0
[90360.327621] kthread+0x108/0x220
[90360.327622] ? __pfx_worker_thread+0x10/0x10
[90360.327623] ? __pfx_kthread+0x10/0x10
[90360.327624] ret_from_fork+0x3d/0x60
[90360.327625] ? __pfx_kthread+0x10/0x10
[90360.327626] ret_from_fork_asm+0x1a/0x30
[90360.327628] </TASK>
[90540.342782] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[90540.355855] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3885577
[90540.373569] rcu: (detected by 38, t=14915282 jiffies, g=639685, q=32544 ncpus=256)
[90540.388775] Sending NMI from CPU 38 to CPUs 156:
[90540.388781] NMI backtrace for cpu 156
[90540.388787] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[90540.388789] Tainted: [D]=DIE, [W]=WARN
[90540.388790] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[90540.388791] Workqueue: cgroup_destroy css_free_rwork_fn
[90540.388794] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[90540.388796] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[90540.388797] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[90540.388798] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[90540.388798] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[90540.388799] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[90540.388799] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[90540.388800] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[90540.388800] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[90540.388801] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[90540.388801] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[90540.388802] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[90540.388802] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[90540.388803] PKRU: 55555554
[90540.388803] Call Trace:
[90540.388804] <TASK>
[90540.388805] _raw_spin_lock_irqsave+0x46/0x60
[90540.388806] cgroup_rstat_flush+0xf4/0x7e0
[90540.388808] cgroup_rstat_exit+0x20/0xf0
[90540.388809] css_free_rwork_fn+0x12e/0x400
[90540.388809] process_one_work+0x19e/0x3e0
[90540.388811] worker_thread+0x2ad/0x3c0
[90540.388813] kthread+0x108/0x220
[90540.388814] ? __pfx_worker_thread+0x10/0x10
[90540.388815] ? __pfx_kthread+0x10/0x10
[90540.388816] ret_from_fork+0x3d/0x60
[90540.388817] ? __pfx_kthread+0x10/0x10
[90540.388818] ret_from_fork_asm+0x1a/0x30
[90540.388820] </TASK>
[90720.404023] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[90720.417087] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3897470
[90720.434796] rcu: (detected by 71, t=14960298 jiffies, g=639685, q=32564 ncpus=256)
[90720.449999] Sending NMI from CPU 71 to CPUs 156:
[90720.450003] NMI backtrace for cpu 156
[90720.450009] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[90720.450012] Tainted: [D]=DIE, [W]=WARN
[90720.450012] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[90720.450013] Workqueue: cgroup_destroy css_free_rwork_fn
[90720.450016] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[90720.450018] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[90720.450019] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[90720.450020] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[90720.450020] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[90720.450021] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[90720.450021] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[90720.450022] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[90720.450022] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[90720.450023] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[90720.450023] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[90720.450024] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[90720.450024] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[90720.450025] PKRU: 55555554
[90720.450025] Call Trace:
[90720.450026] <TASK>
[90720.450027] _raw_spin_lock_irqsave+0x46/0x60
[90720.450028] cgroup_rstat_flush+0xf4/0x7e0
[90720.450029] cgroup_rstat_exit+0x20/0xf0
[90720.450031] css_free_rwork_fn+0x12e/0x400
[90720.450031] process_one_work+0x19e/0x3e0
[90720.450033] worker_thread+0x2ad/0x3c0
[90720.450035] kthread+0x108/0x220
[90720.450035] ? __pfx_worker_thread+0x10/0x10
[90720.450037] ? __pfx_kthread+0x10/0x10
[90720.450038] ret_from_fork+0x3d/0x60
[90720.450039] ? __pfx_kthread+0x10/0x10
[90720.450040] ret_from_fork_asm+0x1a/0x30
[90720.450042] </TASK>
[90900.465265] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[90900.478322] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3909346
[90900.496021] rcu: (detected by 158, t=15005314 jiffies, g=639685, q=32576 ncpus=256)
[90900.511315] Sending NMI from CPU 158 to CPUs 156:
[90900.511320] NMI backtrace for cpu 156
[90900.511322] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[90900.511324] Tainted: [D]=DIE, [W]=WARN
[90900.511325] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[90900.511326] Workqueue: cgroup_destroy css_free_rwork_fn
[90900.511328] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[90900.511330] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[90900.511331] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[90900.511331] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[90900.511332] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[90900.511332] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[90900.511332] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[90900.511333] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[90900.511334] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[90900.511334] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[90900.511335] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[90900.511335] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[90900.511336] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[90900.511336] PKRU: 55555554
[90900.511336] Call Trace:
[90900.511337] <TASK>
[90900.511338] _raw_spin_lock_irqsave+0x46/0x60
[90900.511339] cgroup_rstat_flush+0xf4/0x7e0
[90900.511341] cgroup_rstat_exit+0x20/0xf0
[90900.511342] css_free_rwork_fn+0x12e/0x400
[90900.511342] process_one_work+0x19e/0x3e0
[90900.511344] worker_thread+0x2ad/0x3c0
[90900.511346] kthread+0x108/0x220
[90900.511346] ? __pfx_worker_thread+0x10/0x10
[90900.511348] ? __pfx_kthread+0x10/0x10
[90900.511349] ret_from_fork+0x3d/0x60
[90900.511350] ? __pfx_kthread+0x10/0x10
[90900.511351] ret_from_fork_asm+0x1a/0x30
[90900.511353] </TASK>
[91080.526504] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[91080.539569] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3921255
[91080.557282] rcu: (detected by 194, t=15050330 jiffies, g=639685, q=32600 ncpus=256)
[91080.572590] Sending NMI from CPU 194 to CPUs 156:
[91080.572596] NMI backtrace for cpu 156
[91080.572601] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[91080.572604] Tainted: [D]=DIE, [W]=WARN
[91080.572604] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[91080.572605] Workqueue: cgroup_destroy css_free_rwork_fn
[91080.572607] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[91080.572609] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[91080.572610] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[91080.572610] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[91080.572611] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[91080.572611] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[91080.572611] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[91080.572612] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[91080.572613] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[91080.572614] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[91080.572614] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[91080.572615] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[91080.572615] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[91080.572616] PKRU: 55555554
[91080.572616] Call Trace:
[91080.572617] <TASK>
[91080.572618] _raw_spin_lock_irqsave+0x46/0x60
[91080.572619] cgroup_rstat_flush+0xf4/0x7e0
[91080.572621] cgroup_rstat_exit+0x20/0xf0
[91080.572622] css_free_rwork_fn+0x12e/0x400
[91080.572622] process_one_work+0x19e/0x3e0
[91080.572624] worker_thread+0x2ad/0x3c0
[91080.572626] kthread+0x108/0x220
[91080.572626] ? __pfx_worker_thread+0x10/0x10
[91080.572628] ? __pfx_kthread+0x10/0x10
[91080.572629] ret_from_fork+0x3d/0x60
[91080.572630] ? __pfx_kthread+0x10/0x10
[91080.572631] ret_from_fork_asm+0x1a/0x30
[91080.572633] </TASK>
[91260.587746] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[91260.600805] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3933129
[91260.618511] rcu: (detected by 6, t=15095346 jiffies, g=639685, q=32612 ncpus=256)
[91260.633617] Sending NMI from CPU 6 to CPUs 156:
[91260.633622] NMI backtrace for cpu 156
[91260.633627] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[91260.633631] Tainted: [D]=DIE, [W]=WARN
[91260.633631] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[91260.633632] Workqueue: cgroup_destroy css_free_rwork_fn
[91260.633635] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[91260.633637] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[91260.633638] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[91260.633639] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[91260.633640] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[91260.633640] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[91260.633640] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[91260.633641] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[91260.633642] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[91260.633642] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[91260.633642] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[91260.633643] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[91260.633643] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[91260.633644] PKRU: 55555554
[91260.633644] Call Trace:
[91260.633645] <TASK>
[91260.633646] _raw_spin_lock_irqsave+0x46/0x60
[91260.633647] cgroup_rstat_flush+0xf4/0x7e0
[91260.633649] cgroup_rstat_exit+0x20/0xf0
[91260.633650] css_free_rwork_fn+0x12e/0x400
[91260.633650] process_one_work+0x19e/0x3e0
[91260.633652] worker_thread+0x2ad/0x3c0
[91260.633654] kthread+0x108/0x220
[91260.633654] ? __pfx_worker_thread+0x10/0x10
[91260.633656] ? __pfx_kthread+0x10/0x10
[91260.633657] ret_from_fork+0x3d/0x60
[91260.633658] ? __pfx_kthread+0x10/0x10
[91260.633659] ret_from_fork_asm+0x1a/0x30
[91260.633661] </TASK>
[91440.648987] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[91440.662043] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3945023
[91440.679743] rcu: (detected by 184, t=15140362 jiffies, g=639685, q=32630 ncpus=256)
[91440.695038] Sending NMI from CPU 184 to CPUs 156:
[91440.695045] NMI backtrace for cpu 156
[91440.695051] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[91440.695053] Tainted: [D]=DIE, [W]=WARN
[91440.695054] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[91440.695055] Workqueue: cgroup_destroy css_free_rwork_fn
[91440.695058] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[91440.695060] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[91440.695061] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[91440.695062] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[91440.695063] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[91440.695063] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[91440.695063] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[91440.695064] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[91440.695065] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[91440.695065] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[91440.695066] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[91440.695067] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[91440.695067] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[91440.695068] PKRU: 55555554
[91440.695068] Call Trace:
[91440.695069] <TASK>
[91440.695070] _raw_spin_lock_irqsave+0x46/0x60
[91440.695071] cgroup_rstat_flush+0xf4/0x7e0
[91440.695073] cgroup_rstat_exit+0x20/0xf0
[91440.695074] css_free_rwork_fn+0x12e/0x400
[91440.695075] process_one_work+0x19e/0x3e0
[91440.695076] worker_thread+0x2ad/0x3c0
[91440.695078] kthread+0x108/0x220
[91440.695079] ? __pfx_worker_thread+0x10/0x10
[91440.695080] ? __pfx_kthread+0x10/0x10
[91440.695081] ret_from_fork+0x3d/0x60
[91440.695082] ? __pfx_kthread+0x10/0x10
[91440.695083] ret_from_fork_asm+0x1a/0x30
[91440.695085] </TASK>
[91620.710228] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[91620.723289] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3956936
[91620.741008] rcu: (detected by 219, t=15185378 jiffies, g=639685, q=32642 ncpus=256)
[91620.756326] Sending NMI from CPU 219 to CPUs 156:
[91620.756331] NMI backtrace for cpu 156
[91620.756336] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[91620.756339] Tainted: [D]=DIE, [W]=WARN
[91620.756339] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[91620.756340] Workqueue: cgroup_destroy css_free_rwork_fn
[91620.756343] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[91620.756345] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[91620.756346] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[91620.756347] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[91620.756347] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[91620.756348] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[91620.756348] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[91620.756348] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[91620.756349] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[91620.756350] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[91620.756350] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[91620.756351] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[91620.756351] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[91620.756351] PKRU: 55555554
[91620.756352] Call Trace:
[91620.756352] <TASK>
[91620.756354] _raw_spin_lock_irqsave+0x46/0x60
[91620.756355] cgroup_rstat_flush+0xf4/0x7e0
[91620.756356] cgroup_rstat_exit+0x20/0xf0
[91620.756357] css_free_rwork_fn+0x12e/0x400
[91620.756358] process_one_work+0x19e/0x3e0
[91620.756360] worker_thread+0x2ad/0x3c0
[91620.756361] kthread+0x108/0x220
[91620.756362] ? __pfx_worker_thread+0x10/0x10
[91620.756364] ? __pfx_kthread+0x10/0x10
[91620.756365] ret_from_fork+0x3d/0x60
[91620.756366] ? __pfx_kthread+0x10/0x10
[91620.756367] ret_from_fork_asm+0x1a/0x30
[91620.756369] </TASK>
[91800.771470] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[91800.784528] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3968839
[91800.802237] rcu: (detected by 91, t=15230394 jiffies, g=639685, q=32659 ncpus=256)
[91800.817441] Sending NMI from CPU 91 to CPUs 156:
[91800.817445] NMI backtrace for cpu 156
[91800.817451] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[91800.817454] Tainted: [D]=DIE, [W]=WARN
[91800.817455] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[91800.817456] Workqueue: cgroup_destroy css_free_rwork_fn
[91800.817459] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[91800.817461] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[91800.817462] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[91800.817463] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[91800.817463] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[91800.817463] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[91800.817464] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[91800.817464] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[91800.817465] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[91800.817466] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[91800.817466] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[91800.817467] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[91800.817467] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[91800.817467] PKRU: 55555554
[91800.817468] Call Trace:
[91800.817468] <TASK>
[91800.817469] _raw_spin_lock_irqsave+0x46/0x60
[91800.817471] cgroup_rstat_flush+0xf4/0x7e0
[91800.817472] cgroup_rstat_exit+0x20/0xf0
[91800.817473] css_free_rwork_fn+0x12e/0x400
[91800.817474] process_one_work+0x19e/0x3e0
[91800.817476] worker_thread+0x2ad/0x3c0
[91800.817477] kthread+0x108/0x220
[91800.817478] ? __pfx_worker_thread+0x10/0x10
[91800.817480] ? __pfx_kthread+0x10/0x10
[91800.817481] ret_from_fork+0x3d/0x60
[91800.817482] ? __pfx_kthread+0x10/0x10
[91800.817482] ret_from_fork_asm+0x1a/0x30
[91800.817484] </TASK>
[91980.832712] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[91980.845774] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3980718
[91980.863475] rcu: (detected by 57, t=15275410 jiffies, g=639685, q=32680 ncpus=256)
[91980.878663] Sending NMI from CPU 57 to CPUs 156:
[91980.878669] NMI backtrace for cpu 156
[91980.878675] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[91980.878677] Tainted: [D]=DIE, [W]=WARN
[91980.878678] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[91980.878679] Workqueue: cgroup_destroy css_free_rwork_fn
[91980.878682] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[91980.878684] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[91980.878685] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[91980.878686] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[91980.878686] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[91980.878686] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[91980.878687] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[91980.878687] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[91980.878688] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[91980.878689] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[91980.878689] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[91980.878690] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[91980.878690] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[91980.878690] PKRU: 55555554
[91980.878691] Call Trace:
[91980.878691] <TASK>
[91980.878693] _raw_spin_lock_irqsave+0x46/0x60
[91980.878694] cgroup_rstat_flush+0xf4/0x7e0
[91980.878695] cgroup_rstat_exit+0x20/0xf0
[91980.878696] css_free_rwork_fn+0x12e/0x400
[91980.878697] process_one_work+0x19e/0x3e0
[91980.878699] worker_thread+0x2ad/0x3c0
[91980.878700] kthread+0x108/0x220
[91980.878701] ? __pfx_worker_thread+0x10/0x10
[91980.878703] ? __pfx_kthread+0x10/0x10
[91980.878704] ret_from_fork+0x3d/0x60
[91980.878705] ? __pfx_kthread+0x10/0x10
[91980.878706] ret_from_fork_asm+0x1a/0x30
[91980.878707] </TASK>
[92160.893952] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[92160.907002] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=3992611
[92160.924702] rcu: (detected by 175, t=15320426 jiffies, g=639685, q=32698 ncpus=256)
[92160.939995] Sending NMI from CPU 175 to CPUs 156:
[92160.940000] NMI backtrace for cpu 156
[92160.940005] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[92160.940008] Tainted: [D]=DIE, [W]=WARN
[92160.940009] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[92160.940009] Workqueue: cgroup_destroy css_free_rwork_fn
[92160.940012] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[92160.940015] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[92160.940016] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[92160.940016] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[92160.940017] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[92160.940017] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[92160.940017] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[92160.940018] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[92160.940019] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[92160.940019] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[92160.940020] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[92160.940020] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[92160.940021] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[92160.940021] PKRU: 55555554
[92160.940021] Call Trace:
[92160.940022] <TASK>
[92160.940023] _raw_spin_lock_irqsave+0x46/0x60
[92160.940024] cgroup_rstat_flush+0xf4/0x7e0
[92160.940026] cgroup_rstat_exit+0x20/0xf0
[92160.940027] css_free_rwork_fn+0x12e/0x400
[92160.940028] process_one_work+0x19e/0x3e0
[92160.940029] worker_thread+0x2ad/0x3c0
[92160.940031] kthread+0x108/0x220
[92160.940032] ? __pfx_worker_thread+0x10/0x10
[92160.940033] ? __pfx_kthread+0x10/0x10
[92160.940034] ret_from_fork+0x3d/0x60
[92160.940035] ? __pfx_kthread+0x10/0x10
[92160.940036] ret_from_fork_asm+0x1a/0x30
[92160.940038] </TASK>
[92340.955192] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[92340.968246] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4004518
[92340.985950] rcu: (detected by 175, t=15365442 jiffies, g=639685, q=32713 ncpus=256)
[92341.001254] Sending NMI from CPU 175 to CPUs 156:
[92341.001259] NMI backtrace for cpu 156
[92341.001265] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[92341.001268] Tainted: [D]=DIE, [W]=WARN
[92341.001268] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[92341.001269] Workqueue: cgroup_destroy css_free_rwork_fn
[92341.001272] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[92341.001275] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[92341.001275] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[92341.001276] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[92341.001276] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[92341.001277] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[92341.001277] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[92341.001278] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[92341.001278] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[92341.001279] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[92341.001279] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[92341.001280] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[92341.001280] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[92341.001281] PKRU: 55555554
[92341.001281] Call Trace:
[92341.001282] <TASK>
[92341.001283] _raw_spin_lock_irqsave+0x46/0x60
[92341.001284] cgroup_rstat_flush+0xf4/0x7e0
[92341.001285] cgroup_rstat_exit+0x20/0xf0
[92341.001286] css_free_rwork_fn+0x12e/0x400
[92341.001287] process_one_work+0x19e/0x3e0
[92341.001289] worker_thread+0x2ad/0x3c0
[92341.001290] kthread+0x108/0x220
[92341.001291] ? __pfx_worker_thread+0x10/0x10
[92341.001293] ? __pfx_kthread+0x10/0x10
[92341.001294] ret_from_fork+0x3d/0x60
[92341.001295] ? __pfx_kthread+0x10/0x10
[92341.001296] ret_from_fork_asm+0x1a/0x30
[92341.001298] </TASK>
[92521.016435] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[92521.029516] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4016435
[92521.047239] rcu: (detected by 149, t=15410458 jiffies, g=639685, q=32728 ncpus=256)
[92521.062559] Sending NMI from CPU 149 to CPUs 156:
[92521.062564] NMI backtrace for cpu 156
[92521.062570] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[92521.062573] Tainted: [D]=DIE, [W]=WARN
[92521.062574] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[92521.062574] Workqueue: cgroup_destroy css_free_rwork_fn
[92521.062578] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[92521.062580] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[92521.062581] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[92521.062582] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[92521.062583] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[92521.062583] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[92521.062583] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[92521.062584] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[92521.062585] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[92521.062585] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[92521.062586] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[92521.062586] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[92521.062587] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[92521.062587] PKRU: 55555554
[92521.062587] Call Trace:
[92521.062588] <TASK>
[92521.062589] _raw_spin_lock_irqsave+0x46/0x60
[92521.062590] cgroup_rstat_flush+0xf4/0x7e0
[92521.062592] cgroup_rstat_exit+0x20/0xf0
[92521.062593] css_free_rwork_fn+0x12e/0x400
[92521.062594] process_one_work+0x19e/0x3e0
[92521.062595] worker_thread+0x2ad/0x3c0
[92521.062597] kthread+0x108/0x220
[92521.062598] ? __pfx_worker_thread+0x10/0x10
[92521.062599] ? __pfx_kthread+0x10/0x10
[92521.062600] ret_from_fork+0x3d/0x60
[92521.062601] ? __pfx_kthread+0x10/0x10
[92521.062602] ret_from_fork_asm+0x1a/0x30
[92521.062604] </TASK>
[92701.077676] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[92701.090749] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4028329
[92701.108466] rcu: (detected by 71, t=15455474 jiffies, g=639685, q=32744 ncpus=256)
[92701.123682] Sending NMI from CPU 71 to CPUs 156:
[92701.123687] NMI backtrace for cpu 156
[92701.123693] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[92701.123696] Tainted: [D]=DIE, [W]=WARN
[92701.123696] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[92701.123697] Workqueue: cgroup_destroy css_free_rwork_fn
[92701.123700] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[92701.123702] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[92701.123704] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[92701.123704] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[92701.123705] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[92701.123705] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[92701.123705] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[92701.123706] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[92701.123707] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[92701.123708] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[92701.123708] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[92701.123709] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[92701.123709] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[92701.123709] PKRU: 55555554
[92701.123709] Call Trace:
[92701.123710] <TASK>
[92701.123711] _raw_spin_lock_irqsave+0x46/0x60
[92701.123713] cgroup_rstat_flush+0xf4/0x7e0
[92701.123714] cgroup_rstat_exit+0x20/0xf0
[92701.123715] css_free_rwork_fn+0x12e/0x400
[92701.123716] process_one_work+0x19e/0x3e0
[92701.123717] worker_thread+0x2ad/0x3c0
[92701.123719] kthread+0x108/0x220
[92701.123720] ? __pfx_worker_thread+0x10/0x10
[92701.123721] ? __pfx_kthread+0x10/0x10
[92701.123722] ret_from_fork+0x3d/0x60
[92701.123723] ? __pfx_kthread+0x10/0x10
[92701.123724] ret_from_fork_asm+0x1a/0x30
[92701.123726] </TASK>
[92881.138917] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[92881.151978] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4040218
[92881.169688] rcu: (detected by 175, t=15500490 jiffies, g=639685, q=32758 ncpus=256)
[92881.184994] Sending NMI from CPU 175 to CPUs 156:
[92881.185000] NMI backtrace for cpu 156
[92881.185005] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[92881.185008] Tainted: [D]=DIE, [W]=WARN
[92881.185008] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[92881.185009] Workqueue: cgroup_destroy css_free_rwork_fn
[92881.185012] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[92881.185014] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[92881.185015] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[92881.185016] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[92881.185016] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[92881.185017] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[92881.185017] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[92881.185017] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[92881.185018] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[92881.185019] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[92881.185019] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[92881.185020] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[92881.185020] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[92881.185021] PKRU: 55555554
[92881.185021] Call Trace:
[92881.185022] <TASK>
[92881.185023] _raw_spin_lock_irqsave+0x46/0x60
[92881.185024] cgroup_rstat_flush+0xf4/0x7e0
[92881.185025] cgroup_rstat_exit+0x20/0xf0
[92881.185026] css_free_rwork_fn+0x12e/0x400
[92881.185027] process_one_work+0x19e/0x3e0
[92881.185029] worker_thread+0x2ad/0x3c0
[92881.185031] kthread+0x108/0x220
[92881.185031] ? __pfx_worker_thread+0x10/0x10
[92881.185033] ? __pfx_kthread+0x10/0x10
[92881.185034] ret_from_fork+0x3d/0x60
[92881.185035] ? __pfx_kthread+0x10/0x10
[92881.185036] ret_from_fork_asm+0x1a/0x30
[92881.185038] </TASK>
[93061.200158] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[93061.213227] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4052118
[93061.230938] rcu: (detected by 194, t=15545506 jiffies, g=639685, q=32777 ncpus=256)
[93061.246249] Sending NMI from CPU 194 to CPUs 156:
[93061.246254] NMI backtrace for cpu 156
[93061.246260] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[93061.246262] Tainted: [D]=DIE, [W]=WARN
[93061.246263] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[93061.246264] Workqueue: cgroup_destroy css_free_rwork_fn
[93061.246267] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[93061.246269] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[93061.246270] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[93061.246271] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[93061.246271] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[93061.246272] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[93061.246272] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[93061.246272] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[93061.246273] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[93061.246274] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[93061.246274] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[93061.246275] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[93061.246275] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[93061.246275] PKRU: 55555554
[93061.246276] Call Trace:
[93061.246277] <TASK>
[93061.246278] _raw_spin_lock_irqsave+0x46/0x60
[93061.246279] cgroup_rstat_flush+0xf4/0x7e0
[93061.246280] cgroup_rstat_exit+0x20/0xf0
[93061.246281] css_free_rwork_fn+0x12e/0x400
[93061.246282] process_one_work+0x19e/0x3e0
[93061.246284] worker_thread+0x2ad/0x3c0
[93061.246285] kthread+0x108/0x220
[93061.246286] ? __pfx_worker_thread+0x10/0x10
[93061.246288] ? __pfx_kthread+0x10/0x10
[93061.246289] ret_from_fork+0x3d/0x60
[93061.246290] ? __pfx_kthread+0x10/0x10
[93061.246291] ret_from_fork_asm+0x1a/0x30
[93061.246293] </TASK>
[93241.261402] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[93241.274480] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4063985
[93241.292199] rcu: (detected by 47, t=15590522 jiffies, g=639685, q=32794 ncpus=256)
[93241.307412] Sending NMI from CPU 47 to CPUs 156:
[93241.307418] NMI backtrace for cpu 156
[93241.307423] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[93241.307426] Tainted: [D]=DIE, [W]=WARN
[93241.307426] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[93241.307428] Workqueue: cgroup_destroy css_free_rwork_fn
[93241.307431] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[93241.307433] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[93241.307434] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[93241.307436] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[93241.307436] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[93241.307436] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[93241.307437] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[93241.307437] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[93241.307438] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[93241.307439] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[93241.307439] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[93241.307440] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[93241.307440] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[93241.307440] PKRU: 55555554
[93241.307441] Call Trace:
[93241.307441] <TASK>
[93241.307442] _raw_spin_lock_irqsave+0x46/0x60
[93241.307444] cgroup_rstat_flush+0xf4/0x7e0
[93241.307445] cgroup_rstat_exit+0x20/0xf0
[93241.307446] css_free_rwork_fn+0x12e/0x400
[93241.307447] process_one_work+0x19e/0x3e0
[93241.307449] worker_thread+0x2ad/0x3c0
[93241.307450] kthread+0x108/0x220
[93241.307451] ? __pfx_worker_thread+0x10/0x10
[93241.307453] ? __pfx_kthread+0x10/0x10
[93241.307454] ret_from_fork+0x3d/0x60
[93241.307455] ? __pfx_kthread+0x10/0x10
[93241.307455] ret_from_fork_asm+0x1a/0x30
[93241.307457] </TASK>
[93421.306640] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[93421.319696] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4075858
[93421.337397] rcu: (detected by 175, t=15635534 jiffies, g=639685, q=32817 ncpus=256)
[93421.352696] Sending NMI from CPU 175 to CPUs 156:
[93421.352701] NMI backtrace for cpu 156
[93421.352706] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[93421.352709] Tainted: [D]=DIE, [W]=WARN
[93421.352710] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[93421.352711] Workqueue: cgroup_destroy css_free_rwork_fn
[93421.352714] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[93421.352716] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[93421.352717] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[93421.352717] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[93421.352718] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[93421.352718] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[93421.352719] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[93421.352719] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[93421.352720] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[93421.352721] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[93421.352721] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[93421.352722] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[93421.352722] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[93421.352722] PKRU: 55555554
[93421.352723] Call Trace:
[93421.352723] <TASK>
[93421.352724] _raw_spin_lock_irqsave+0x46/0x60
[93421.352726] cgroup_rstat_flush+0xf4/0x7e0
[93421.352727] cgroup_rstat_exit+0x20/0xf0
[93421.352728] css_free_rwork_fn+0x12e/0x400
[93421.352729] process_one_work+0x19e/0x3e0
[93421.352731] worker_thread+0x2ad/0x3c0
[93421.352732] kthread+0x108/0x220
[93421.352733] ? __pfx_worker_thread+0x10/0x10
[93421.352735] ? __pfx_kthread+0x10/0x10
[93421.352736] ret_from_fork+0x3d/0x60
[93421.352737] ? __pfx_kthread+0x10/0x10
[93421.352738] ret_from_fork_asm+0x1a/0x30
[93421.352740] </TASK>
[93601.367884] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[93601.380953] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4087718
[93601.398663] rcu: (detected by 159, t=15680550 jiffies, g=639685, q=32832 ncpus=256)
[93601.413969] Sending NMI from CPU 159 to CPUs 156:
[93601.413973] NMI backtrace for cpu 156
[93601.413976] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[93601.413977] Tainted: [D]=DIE, [W]=WARN
[93601.413977] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[93601.413978] Workqueue: cgroup_destroy css_free_rwork_fn
[93601.413980] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[93601.413982] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[93601.413983] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[93601.413984] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[93601.413984] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[93601.413985] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[93601.413985] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[93601.413986] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[93601.413987] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[93601.413987] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[93601.413987] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[93601.413988] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[93601.413988] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[93601.413989] PKRU: 55555554
[93601.413989] Call Trace:
[93601.413990] <TASK>
[93601.413991] _raw_spin_lock_irqsave+0x46/0x60
[93601.413992] cgroup_rstat_flush+0xf4/0x7e0
[93601.413993] cgroup_rstat_exit+0x20/0xf0
[93601.413994] css_free_rwork_fn+0x12e/0x400
[93601.413995] process_one_work+0x19e/0x3e0
[93601.413997] worker_thread+0x2ad/0x3c0
[93601.413998] kthread+0x108/0x220
[93601.413999] ? __pfx_worker_thread+0x10/0x10
[93601.414001] ? __pfx_kthread+0x10/0x10
[93601.414002] ret_from_fork+0x3d/0x60
[93601.414003] ? __pfx_kthread+0x10/0x10
[93601.414004] ret_from_fork_asm+0x1a/0x30
[93601.414006] </TASK>
[93781.429124] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[93781.442203] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4099621
[93781.459932] rcu: (detected by 219, t=15725566 jiffies, g=639685, q=32849 ncpus=256)
[93781.475259] Sending NMI from CPU 219 to CPUs 156:
[93781.475264] NMI backtrace for cpu 156
[93781.475270] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[93781.475271] Tainted: [D]=DIE, [W]=WARN
[93781.475272] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[93781.475273] Workqueue: cgroup_destroy css_free_rwork_fn
[93781.475275] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[93781.475277] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[93781.475278] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[93781.475278] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[93781.475279] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[93781.475279] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[93781.475279] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[93781.475280] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[93781.475281] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[93781.475281] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[93781.475282] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[93781.475282] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[93781.475283] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[93781.475283] PKRU: 55555554
[93781.475283] Call Trace:
[93781.475284] <TASK>
[93781.475285] _raw_spin_lock_irqsave+0x46/0x60
[93781.475286] cgroup_rstat_flush+0xf4/0x7e0
[93781.475288] cgroup_rstat_exit+0x20/0xf0
[93781.475289] css_free_rwork_fn+0x12e/0x400
[93781.475290] process_one_work+0x19e/0x3e0
[93781.475291] worker_thread+0x2ad/0x3c0
[93781.475293] kthread+0x108/0x220
[93781.475294] ? __pfx_worker_thread+0x10/0x10
[93781.475295] ? __pfx_kthread+0x10/0x10
[93781.475296] ret_from_fork+0x3d/0x60
[93781.475297] ? __pfx_kthread+0x10/0x10
[93781.475298] ret_from_fork_asm+0x1a/0x30
[93781.475300] </TASK>
[93961.490364] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[93961.503440] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4111494
[93961.521171] rcu: (detected by 91, t=15770582 jiffies, g=639685, q=32868 ncpus=256)
[93961.536387] Sending NMI from CPU 91 to CPUs 156:
[93961.536392] NMI backtrace for cpu 156
[93961.536398] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[93961.536400] Tainted: [D]=DIE, [W]=WARN
[93961.536401] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[93961.536402] Workqueue: cgroup_destroy css_free_rwork_fn
[93961.536405] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[93961.536407] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[93961.536408] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[93961.536409] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[93961.536410] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[93961.536410] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[93961.536410] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[93961.536411] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[93961.536412] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[93961.536413] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[93961.536413] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[93961.536414] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[93961.536414] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[93961.536414] PKRU: 55555554
[93961.536415] Call Trace:
[93961.536415] <TASK>
[93961.536416] _raw_spin_lock_irqsave+0x46/0x60
[93961.536418] cgroup_rstat_flush+0xf4/0x7e0
[93961.536419] cgroup_rstat_exit+0x20/0xf0
[93961.536420] css_free_rwork_fn+0x12e/0x400
[93961.536421] process_one_work+0x19e/0x3e0
[93961.536423] worker_thread+0x2ad/0x3c0
[93961.536424] kthread+0x108/0x220
[93961.536425] ? __pfx_worker_thread+0x10/0x10
[93961.536427] ? __pfx_kthread+0x10/0x10
[93961.536428] ret_from_fork+0x3d/0x60
[93961.536430] ? __pfx_kthread+0x10/0x10
[93961.536430] ret_from_fork_asm+0x1a/0x30
[93961.536433] </TASK>
[94141.551607] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[94141.564680] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4123346
[94141.582395] rcu: (detected by 176, t=15815598 jiffies, g=639685, q=32883 ncpus=256)
[94141.597708] Sending NMI from CPU 176 to CPUs 156:
[94141.597715] NMI backtrace for cpu 156
[94141.597720] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[94141.597722] Tainted: [D]=DIE, [W]=WARN
[94141.597723] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[94141.597724] Workqueue: cgroup_destroy css_free_rwork_fn
[94141.597727] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[94141.597729] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[94141.597730] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[94141.597731] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[94141.597731] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[94141.597731] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[94141.597732] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[94141.597732] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[94141.597733] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[94141.597734] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[94141.597734] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[94141.597735] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[94141.597735] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[94141.597735] PKRU: 55555554
[94141.597736] Call Trace:
[94141.597736] <TASK>
[94141.597738] _raw_spin_lock_irqsave+0x46/0x60
[94141.597739] cgroup_rstat_flush+0xf4/0x7e0
[94141.597740] cgroup_rstat_exit+0x20/0xf0
[94141.597741] css_free_rwork_fn+0x12e/0x400
[94141.597742] process_one_work+0x19e/0x3e0
[94141.597744] worker_thread+0x2ad/0x3c0
[94141.597745] kthread+0x108/0x220
[94141.597746] ? __pfx_worker_thread+0x10/0x10
[94141.597748] ? __pfx_kthread+0x10/0x10
[94141.597749] ret_from_fork+0x3d/0x60
[94141.597750] ? __pfx_kthread+0x10/0x10
[94141.597751] ret_from_fork_asm+0x1a/0x30
[94141.597753] </TASK>
[94321.612848] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[94321.625926] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4135235
[94321.643644] rcu: (detected by 47, t=15860614 jiffies, g=639685, q=32903 ncpus=256)
[94321.658855] Sending NMI from CPU 47 to CPUs 156:
[94321.658861] NMI backtrace for cpu 156
[94321.658866] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[94321.658869] Tainted: [D]=DIE, [W]=WARN
[94321.658870] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[94321.658870] Workqueue: cgroup_destroy css_free_rwork_fn
[94321.658874] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[94321.658876] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[94321.658877] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[94321.658877] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[94321.658878] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[94321.658878] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[94321.658878] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[94321.658879] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[94321.658880] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[94321.658880] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[94321.658881] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[94321.658881] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[94321.658882] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[94321.658882] PKRU: 55555554
[94321.658882] Call Trace:
[94321.658883] <TASK>
[94321.658884] _raw_spin_lock_irqsave+0x46/0x60
[94321.658885] cgroup_rstat_flush+0xf4/0x7e0
[94321.658887] cgroup_rstat_exit+0x20/0xf0
[94321.658888] css_free_rwork_fn+0x12e/0x400
[94321.658889] process_one_work+0x19e/0x3e0
[94321.658890] worker_thread+0x2ad/0x3c0
[94321.658892] kthread+0x108/0x220
[94321.658893] ? __pfx_worker_thread+0x10/0x10
[94321.658895] ? __pfx_kthread+0x10/0x10
[94321.658896] ret_from_fork+0x3d/0x60
[94321.658897] ? __pfx_kthread+0x10/0x10
[94321.658898] ret_from_fork_asm+0x1a/0x30
[94321.658900] </TASK>
[94501.658089] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[94501.671146] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4147058
[94501.688850] rcu: (detected by 66, t=15905626 jiffies, g=639685, q=32917 ncpus=256)
[94501.704046] Sending NMI from CPU 66 to CPUs 156:
[94501.704052] NMI backtrace for cpu 156
[94501.704057] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[94501.704059] Tainted: [D]=DIE, [W]=WARN
[94501.704060] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[94501.704061] Workqueue: cgroup_destroy css_free_rwork_fn
[94501.704064] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[94501.704066] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[94501.704067] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[94501.704068] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[94501.704068] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[94501.704068] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[94501.704069] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[94501.704069] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[94501.704070] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[94501.704071] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[94501.704071] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[94501.704072] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[94501.704072] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[94501.704072] PKRU: 55555554
[94501.704073] Call Trace:
[94501.704073] <TASK>
[94501.704075] _raw_spin_lock_irqsave+0x46/0x60
[94501.704076] cgroup_rstat_flush+0xf4/0x7e0
[94501.704077] cgroup_rstat_exit+0x20/0xf0
[94501.704078] css_free_rwork_fn+0x12e/0x400
[94501.704079] process_one_work+0x19e/0x3e0
[94501.704081] worker_thread+0x2ad/0x3c0
[94501.704082] kthread+0x108/0x220
[94501.704083] ? __pfx_worker_thread+0x10/0x10
[94501.704085] ? __pfx_kthread+0x10/0x10
[94501.704086] ret_from_fork+0x3d/0x60
[94501.704087] ? __pfx_kthread+0x10/0x10
[94501.704088] ret_from_fork_asm+0x1a/0x30
[94501.704090] </TASK>
[94681.719331] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[94681.732397] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4158917
[94681.750104] rcu: (detected by 175, t=15950642 jiffies, g=639685, q=32932 ncpus=256)
[94681.765411] Sending NMI from CPU 175 to CPUs 156:
[94681.765416] NMI backtrace for cpu 156
[94681.765421] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[94681.765424] Tainted: [D]=DIE, [W]=WARN
[94681.765424] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[94681.765425] Workqueue: cgroup_destroy css_free_rwork_fn
[94681.765429] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[94681.765430] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[94681.765431] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[94681.765432] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[94681.765432] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[94681.765433] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[94681.765433] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[94681.765434] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[94681.765435] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[94681.765435] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[94681.765435] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[94681.765436] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[94681.765436] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[94681.765437] PKRU: 55555554
[94681.765437] Call Trace:
[94681.765438] <TASK>
[94681.765439] _raw_spin_lock_irqsave+0x46/0x60
[94681.765440] cgroup_rstat_flush+0xf4/0x7e0
[94681.765442] cgroup_rstat_exit+0x20/0xf0
[94681.765443] css_free_rwork_fn+0x12e/0x400
[94681.765443] process_one_work+0x19e/0x3e0
[94681.765445] worker_thread+0x2ad/0x3c0
[94681.765447] kthread+0x108/0x220
[94681.765447] ? __pfx_worker_thread+0x10/0x10
[94681.765449] ? __pfx_kthread+0x10/0x10
[94681.765450] ret_from_fork+0x3d/0x60
[94681.765451] ? __pfx_kthread+0x10/0x10
[94681.765452] ret_from_fork_asm+0x1a/0x30
[94681.765454] </TASK>
[94861.780572] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[94861.793625] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4170763
[94861.811328] rcu: (detected by 47, t=15995657 jiffies, g=639685, q=32947 ncpus=256)
[94861.826515] Sending NMI from CPU 47 to CPUs 156:
[94861.826521] NMI backtrace for cpu 156
[94861.826526] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[94861.826528] Tainted: [D]=DIE, [W]=WARN
[94861.826529] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[94861.826530] Workqueue: cgroup_destroy css_free_rwork_fn
[94861.826533] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[94861.826535] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[94861.826536] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[94861.826536] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[94861.826537] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[94861.826537] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[94861.826538] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[94861.826538] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[94861.826539] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[94861.826540] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[94861.826540] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[94861.826541] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[94861.826541] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[94861.826541] PKRU: 55555554
[94861.826542] Call Trace:
[94861.826542] <TASK>
[94861.826543] _raw_spin_lock_irqsave+0x46/0x60
[94861.826545] cgroup_rstat_flush+0xf4/0x7e0
[94861.826546] cgroup_rstat_exit+0x20/0xf0
[94861.826547] css_free_rwork_fn+0x12e/0x400
[94861.826548] process_one_work+0x19e/0x3e0
[94861.826549] worker_thread+0x2ad/0x3c0
[94861.826551] kthread+0x108/0x220
[94861.826552] ? __pfx_worker_thread+0x10/0x10
[94861.826553] ? __pfx_kthread+0x10/0x10
[94861.826554] ret_from_fork+0x3d/0x60
[94861.826555] ? __pfx_kthread+0x10/0x10
[94861.826556] ret_from_fork_asm+0x1a/0x30
[94861.826558] </TASK>
[95041.841813] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[95041.854868] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4182600
[95041.872574] rcu: (detected by 175, t=16040674 jiffies, g=639685, q=32968 ncpus=256)
[95041.887883] Sending NMI from CPU 175 to CPUs 156:
[95041.887888] NMI backtrace for cpu 156
[95041.887894] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[95041.887897] Tainted: [D]=DIE, [W]=WARN
[95041.887897] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[95041.887898] Workqueue: cgroup_destroy css_free_rwork_fn
[95041.887901] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[95041.887904] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[95041.887905] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[95041.887905] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[95041.887906] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[95041.887906] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[95041.887906] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[95041.887907] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[95041.887908] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[95041.887908] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[95041.887908] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[95041.887909] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[95041.887909] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[95041.887910] PKRU: 55555554
[95041.887910] Call Trace:
[95041.887911] <TASK>
[95041.887912] _raw_spin_lock_irqsave+0x46/0x60
[95041.887913] cgroup_rstat_flush+0xf4/0x7e0
[95041.887914] cgroup_rstat_exit+0x20/0xf0
[95041.887916] css_free_rwork_fn+0x12e/0x400
[95041.887916] process_one_work+0x19e/0x3e0
[95041.887918] worker_thread+0x2ad/0x3c0
[95041.887920] kthread+0x108/0x220
[95041.887920] ? __pfx_worker_thread+0x10/0x10
[95041.887922] ? __pfx_kthread+0x10/0x10
[95041.887923] ret_from_fork+0x3d/0x60
[95041.887924] ? __pfx_kthread+0x10/0x10
[95041.887925] ret_from_fork_asm+0x1a/0x30
[95041.887927] </TASK>
[95221.903054] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[95221.916117] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4194448
[95221.933831] rcu: (detected by 172, t=16085690 jiffies, g=639685, q=32986 ncpus=256)
[95221.949142] Sending NMI from CPU 172 to CPUs 156:
[95221.949147] NMI backtrace for cpu 156
[95221.949153] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[95221.949156] Tainted: [D]=DIE, [W]=WARN
[95221.949157] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[95221.949157] Workqueue: cgroup_destroy css_free_rwork_fn
[95221.949161] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[95221.949163] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[95221.949164] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[95221.949165] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[95221.949165] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[95221.949166] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[95221.949166] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[95221.949167] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[95221.949168] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[95221.949168] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[95221.949168] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[95221.949169] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[95221.949169] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[95221.949170] PKRU: 55555554
[95221.949170] Call Trace:
[95221.949171] <TASK>
[95221.949172] _raw_spin_lock_irqsave+0x46/0x60
[95221.949173] cgroup_rstat_flush+0xf4/0x7e0
[95221.949174] cgroup_rstat_exit+0x20/0xf0
[95221.949176] css_free_rwork_fn+0x12e/0x400
[95221.949176] process_one_work+0x19e/0x3e0
[95221.949178] worker_thread+0x2ad/0x3c0
[95221.949180] kthread+0x108/0x220
[95221.949180] ? __pfx_worker_thread+0x10/0x10
[95221.949182] ? __pfx_kthread+0x10/0x10
[95221.949183] ret_from_fork+0x3d/0x60
[95221.949184] ? __pfx_kthread+0x10/0x10
[95221.949185] ret_from_fork_asm+0x1a/0x30
[95221.949187] </TASK>
[95401.964295] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[95401.977353] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4206268
[95401.995064] rcu: (detected by 175, t=16130706 jiffies, g=639685, q=32998 ncpus=256)
[95402.010375] Sending NMI from CPU 175 to CPUs 156:
[95402.010379] NMI backtrace for cpu 156
[95402.010385] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[95402.010388] Tainted: [D]=DIE, [W]=WARN
[95402.010389] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[95402.010390] Workqueue: cgroup_destroy css_free_rwork_fn
[95402.010393] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[95402.010395] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[95402.010397] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[95402.010397] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[95402.010398] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[95402.010398] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[95402.010398] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[95402.010399] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[95402.010400] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[95402.010400] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[95402.010401] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[95402.010401] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[95402.010402] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[95402.010402] PKRU: 55555554
[95402.010402] Call Trace:
[95402.010403] <TASK>
[95402.010404] _raw_spin_lock_irqsave+0x46/0x60
[95402.010405] cgroup_rstat_flush+0xf4/0x7e0
[95402.010407] cgroup_rstat_exit+0x20/0xf0
[95402.010408] css_free_rwork_fn+0x12e/0x400
[95402.010409] process_one_work+0x19e/0x3e0
[95402.010410] worker_thread+0x2ad/0x3c0
[95402.010412] kthread+0x108/0x220
[95402.010413] ? __pfx_worker_thread+0x10/0x10
[95402.010414] ? __pfx_kthread+0x10/0x10
[95402.010415] ret_from_fork+0x3d/0x60
[95402.010416] ? __pfx_kthread+0x10/0x10
[95402.010417] ret_from_fork_asm+0x1a/0x30
[95402.010419] </TASK>
[95582.025537] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[95582.038614] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4218113
[95582.056333] rcu: (detected by 91, t=16175722 jiffies, g=639685, q=33019 ncpus=256)
[95582.071551] Sending NMI from CPU 91 to CPUs 156:
[95582.071556] NMI backtrace for cpu 156
[95582.071562] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[95582.071564] Tainted: [D]=DIE, [W]=WARN
[95582.071565] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[95582.071566] Workqueue: cgroup_destroy css_free_rwork_fn
[95582.071569] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[95582.071571] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[95582.071572] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[95582.071573] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[95582.071574] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[95582.071574] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[95582.071574] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[95582.071575] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[95582.071576] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[95582.071577] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[95582.071577] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[95582.071578] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[95582.071578] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[95582.071578] PKRU: 55555554
[95582.071579] Call Trace:
[95582.071579] <TASK>
[95582.071581] _raw_spin_lock_irqsave+0x46/0x60
[95582.071582] cgroup_rstat_flush+0xf4/0x7e0
[95582.071584] cgroup_rstat_exit+0x20/0xf0
[95582.071585] css_free_rwork_fn+0x12e/0x400
[95582.071586] process_one_work+0x19e/0x3e0
[95582.071588] worker_thread+0x2ad/0x3c0
[95582.071589] kthread+0x108/0x220
[95582.071590] ? __pfx_worker_thread+0x10/0x10
[95582.071592] ? __pfx_kthread+0x10/0x10
[95582.071593] ret_from_fork+0x3d/0x60
[95582.071594] ? __pfx_kthread+0x10/0x10
[95582.071594] ret_from_fork_asm+0x1a/0x30
[95582.071597] </TASK>
[95762.086778] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[95762.099842] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4229979
[95762.117547] rcu: (detected by 175, t=16220738 jiffies, g=639685, q=33034 ncpus=256)
[95762.132848] Sending NMI from CPU 175 to CPUs 156:
[95762.132853] NMI backtrace for cpu 156
[95762.132858] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[95762.132860] Tainted: [D]=DIE, [W]=WARN
[95762.132861] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[95762.132862] Workqueue: cgroup_destroy css_free_rwork_fn
[95762.132865] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[95762.132867] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[95762.132868] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[95762.132869] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[95762.132869] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[95762.132870] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[95762.132870] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[95762.132871] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[95762.132871] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[95762.132872] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[95762.132872] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[95762.132873] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[95762.132873] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[95762.132874] PKRU: 55555554
[95762.132874] Call Trace:
[95762.132875] <TASK>
[95762.132876] _raw_spin_lock_irqsave+0x46/0x60
[95762.132877] cgroup_rstat_flush+0xf4/0x7e0
[95762.132878] cgroup_rstat_exit+0x20/0xf0
[95762.132880] css_free_rwork_fn+0x12e/0x400
[95762.132880] process_one_work+0x19e/0x3e0
[95762.132882] worker_thread+0x2ad/0x3c0
[95762.132883] kthread+0x108/0x220
[95762.132884] ? __pfx_worker_thread+0x10/0x10
[95762.132886] ? __pfx_kthread+0x10/0x10
[95762.132887] ret_from_fork+0x3d/0x60
[95762.132888] ? __pfx_kthread+0x10/0x10
[95762.132889] ret_from_fork_asm+0x1a/0x30
[95762.132891] </TASK>
[95942.148020] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[95942.161094] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4241815
[95942.178803] rcu: (detected by 158, t=16265754 jiffies, g=639685, q=33058 ncpus=256)
[95942.194109] Sending NMI from CPU 158 to CPUs 156:
[95942.194114] NMI backtrace for cpu 156
[95942.194117] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[95942.194118] Tainted: [D]=DIE, [W]=WARN
[95942.194118] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[95942.194119] Workqueue: cgroup_destroy css_free_rwork_fn
[95942.194122] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[95942.194123] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[95942.194124] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[95942.194125] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[95942.194125] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[95942.194125] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[95942.194126] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[95942.194126] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[95942.194127] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[95942.194128] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[95942.194128] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[95942.194129] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[95942.194129] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[95942.194129] PKRU: 55555554
[95942.194130] Call Trace:
[95942.194130] <TASK>
[95942.194131] _raw_spin_lock_irqsave+0x46/0x60
[95942.194133] cgroup_rstat_flush+0xf4/0x7e0
[95942.194134] cgroup_rstat_exit+0x20/0xf0
[95942.194135] css_free_rwork_fn+0x12e/0x400
[95942.194136] process_one_work+0x19e/0x3e0
[95942.194137] worker_thread+0x2ad/0x3c0
[95942.194139] kthread+0x108/0x220
[95942.194140] ? __pfx_worker_thread+0x10/0x10
[95942.194141] ? __pfx_kthread+0x10/0x10
[95942.194142] ret_from_fork+0x3d/0x60
[95942.194143] ? __pfx_kthread+0x10/0x10
[95942.194144] ret_from_fork_asm+0x1a/0x30
[95942.194146] </TASK>
[96122.209260] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[96122.222327] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4253714
[96122.240044] rcu: (detected by 158, t=16310770 jiffies, g=639685, q=33072 ncpus=256)
[96122.255359] Sending NMI from CPU 158 to CPUs 156:
[96122.255363] NMI backtrace for cpu 156
[96122.255366] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[96122.255367] Tainted: [D]=DIE, [W]=WARN
[96122.255367] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[96122.255368] Workqueue: cgroup_destroy css_free_rwork_fn
[96122.255370] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[96122.255372] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[96122.255373] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[96122.255373] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[96122.255374] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[96122.255374] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[96122.255374] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[96122.255375] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[96122.255376] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[96122.255376] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[96122.255377] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[96122.255377] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[96122.255378] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[96122.255378] PKRU: 55555554
[96122.255378] Call Trace:
[96122.255379] <TASK>
[96122.255380] _raw_spin_lock_irqsave+0x46/0x60
[96122.255381] cgroup_rstat_flush+0xf4/0x7e0
[96122.255383] cgroup_rstat_exit+0x20/0xf0
[96122.255384] css_free_rwork_fn+0x12e/0x400
[96122.255385] process_one_work+0x19e/0x3e0
[96122.255386] worker_thread+0x2ad/0x3c0
[96122.255388] kthread+0x108/0x220
[96122.255389] ? __pfx_worker_thread+0x10/0x10
[96122.255390] ? __pfx_kthread+0x10/0x10
[96122.255391] ret_from_fork+0x3d/0x60
[96122.255392] ? __pfx_kthread+0x10/0x10
[96122.255393] ret_from_fork_asm+0x1a/0x30
[96122.255395] </TASK>
[96302.270501] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[96302.283581] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4265597
[96302.301296] rcu: (detected by 175, t=16355786 jiffies, g=639685, q=33089 ncpus=256)
[96302.316611] Sending NMI from CPU 175 to CPUs 156:
[96302.316616] NMI backtrace for cpu 156
[96302.316621] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[96302.316623] Tainted: [D]=DIE, [W]=WARN
[96302.316624] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[96302.316625] Workqueue: cgroup_destroy css_free_rwork_fn
[96302.316627] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[96302.316629] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[96302.316630] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[96302.316630] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[96302.316631] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[96302.316631] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[96302.316632] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[96302.316632] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[96302.316633] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[96302.316634] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[96302.316635] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[96302.316636] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[96302.316636] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[96302.316636] PKRU: 55555554
[96302.316637] Call Trace:
[96302.316637] <TASK>
[96302.316638] _raw_spin_lock_irqsave+0x46/0x60
[96302.316640] cgroup_rstat_flush+0xf4/0x7e0
[96302.316641] cgroup_rstat_exit+0x20/0xf0
[96302.316642] css_free_rwork_fn+0x12e/0x400
[96302.316643] process_one_work+0x19e/0x3e0
[96302.316645] worker_thread+0x2ad/0x3c0
[96302.316646] kthread+0x108/0x220
[96302.316647] ? __pfx_worker_thread+0x10/0x10
[96302.316649] ? __pfx_kthread+0x10/0x10
[96302.316650] ret_from_fork+0x3d/0x60
[96302.316651] ? __pfx_kthread+0x10/0x10
[96302.316652] ret_from_fork_asm+0x1a/0x30
[96302.316654] </TASK>
[96482.331744] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[96482.344813] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4277463
[96482.362526] rcu: (detected by 158, t=16400802 jiffies, g=639685, q=33102 ncpus=256)
[96482.377832] Sending NMI from CPU 158 to CPUs 156:
[96482.377836] NMI backtrace for cpu 156
[96482.377839] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[96482.377840] Tainted: [D]=DIE, [W]=WARN
[96482.377841] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[96482.377842] Workqueue: cgroup_destroy css_free_rwork_fn
[96482.377844] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[96482.377846] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[96482.377847] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[96482.377847] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[96482.377848] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[96482.377848] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[96482.377848] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[96482.377849] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[96482.377850] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[96482.377850] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[96482.377851] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[96482.377851] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[96482.377852] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[96482.377852] PKRU: 55555554
[96482.377852] Call Trace:
[96482.377853] <TASK>
[96482.377854] _raw_spin_lock_irqsave+0x46/0x60
[96482.377855] cgroup_rstat_flush+0xf4/0x7e0
[96482.377856] cgroup_rstat_exit+0x20/0xf0
[96482.377857] css_free_rwork_fn+0x12e/0x400
[96482.377858] process_one_work+0x19e/0x3e0
[96482.377860] worker_thread+0x2ad/0x3c0
[96482.377861] kthread+0x108/0x220
[96482.377862] ? __pfx_worker_thread+0x10/0x10
[96482.377864] ? __pfx_kthread+0x10/0x10
[96482.377865] ret_from_fork+0x3d/0x60
[96482.377866] ? __pfx_kthread+0x10/0x10
[96482.377867] ret_from_fork_asm+0x1a/0x30
[96482.377869] </TASK>
[96662.392984] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[96662.406046] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4289334
[96662.423760] rcu: (detected by 208, t=16445818 jiffies, g=639685, q=33118 ncpus=256)
[96662.439072] Sending NMI from CPU 208 to CPUs 156:
[96662.439078] NMI backtrace for cpu 156
[96662.439084] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[96662.439085] Tainted: [D]=DIE, [W]=WARN
[96662.439086] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[96662.439087] Workqueue: cgroup_destroy css_free_rwork_fn
[96662.439089] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[96662.439091] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[96662.439091] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[96662.439092] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[96662.439093] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[96662.439093] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[96662.439094] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[96662.439094] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[96662.439095] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[96662.439096] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[96662.439096] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[96662.439097] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[96662.439097] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[96662.439097] PKRU: 55555554
[96662.439098] Call Trace:
[96662.439098] <TASK>
[96662.439099] _raw_spin_lock_irqsave+0x46/0x60
[96662.439101] cgroup_rstat_flush+0xf4/0x7e0
[96662.439102] cgroup_rstat_exit+0x20/0xf0
[96662.439103] css_free_rwork_fn+0x12e/0x400
[96662.439104] process_one_work+0x19e/0x3e0
[96662.439106] worker_thread+0x2ad/0x3c0
[96662.439107] kthread+0x108/0x220
[96662.439108] ? __pfx_worker_thread+0x10/0x10
[96662.439110] ? __pfx_kthread+0x10/0x10
[96662.439110] ret_from_fork+0x3d/0x60
[96662.439112] ? __pfx_kthread+0x10/0x10
[96662.439112] ret_from_fork_asm+0x1a/0x30
[96662.439115] </TASK>
[96842.454225] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[96842.467297] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4301030
[96842.485010] rcu: (detected by 47, t=16490834 jiffies, g=639685, q=33134 ncpus=256)
[96842.500216] Sending NMI from CPU 47 to CPUs 156:
[96842.500221] NMI backtrace for cpu 156
[96842.500226] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[96842.500229] Tainted: [D]=DIE, [W]=WARN
[96842.500229] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[96842.500230] Workqueue: cgroup_destroy css_free_rwork_fn
[96842.500234] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[96842.500236] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[96842.500237] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[96842.500238] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[96842.500238] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[96842.500239] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[96842.500239] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[96842.500240] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[96842.500241] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[96842.500241] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[96842.500242] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[96842.500242] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[96842.500243] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[96842.500243] PKRU: 55555554
[96842.500243] Call Trace:
[96842.500244] <TASK>
[96842.500245] _raw_spin_lock_irqsave+0x46/0x60
[96842.500246] cgroup_rstat_flush+0xf4/0x7e0
[96842.500248] cgroup_rstat_exit+0x20/0xf0
[96842.500249] css_free_rwork_fn+0x12e/0x400
[96842.500250] process_one_work+0x19e/0x3e0
[96842.500251] worker_thread+0x2ad/0x3c0
[96842.500253] kthread+0x108/0x220
[96842.500254] ? __pfx_worker_thread+0x10/0x10
[96842.500255] ? __pfx_kthread+0x10/0x10
[96842.500256] ret_from_fork+0x3d/0x60
[96842.500257] ? __pfx_kthread+0x10/0x10
[96842.500258] ret_from_fork_asm+0x1a/0x30
[96842.500260] </TASK>
[97022.499466] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[97022.512528] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4312880
[97022.530236] rcu: (detected by 66, t=16535846 jiffies, g=639685, q=33150 ncpus=256)
[97022.545434] Sending NMI from CPU 66 to CPUs 156:
[97022.545439] NMI backtrace for cpu 156
[97022.545445] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[97022.545447] Tainted: [D]=DIE, [W]=WARN
[97022.545447] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[97022.545449] Workqueue: cgroup_destroy css_free_rwork_fn
[97022.545452] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[97022.545454] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[97022.545455] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[97022.545456] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[97022.545456] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[97022.545456] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[97022.545457] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[97022.545457] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[97022.545458] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[97022.545459] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[97022.545459] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[97022.545460] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[97022.545460] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[97022.545461] PKRU: 55555554
[97022.545461] Call Trace:
[97022.545462] <TASK>
[97022.545463] _raw_spin_lock_irqsave+0x46/0x60
[97022.545464] cgroup_rstat_flush+0xf4/0x7e0
[97022.545466] cgroup_rstat_exit+0x20/0xf0
[97022.545467] css_free_rwork_fn+0x12e/0x400
[97022.545468] process_one_work+0x19e/0x3e0
[97022.545469] worker_thread+0x2ad/0x3c0
[97022.545471] kthread+0x108/0x220
[97022.545472] ? __pfx_worker_thread+0x10/0x10
[97022.545473] ? __pfx_kthread+0x10/0x10
[97022.545474] ret_from_fork+0x3d/0x60
[97022.545475] ? __pfx_kthread+0x10/0x10
[97022.545476] ret_from_fork_asm+0x1a/0x30
[97022.545478] </TASK>
[97202.560707] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[97202.573763] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4324738
[97202.591471] rcu: (detected by 199, t=16580862 jiffies, g=639685, q=33168 ncpus=256)
[97202.606777] Sending NMI from CPU 199 to CPUs 156:
[97202.606782] NMI backtrace for cpu 156
[97202.606788] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[97202.606790] Tainted: [D]=DIE, [W]=WARN
[97202.606791] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[97202.606792] Workqueue: cgroup_destroy css_free_rwork_fn
[97202.606794] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[97202.606796] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[97202.606797] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[97202.606798] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[97202.606798] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[97202.606799] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[97202.606799] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[97202.606800] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[97202.606801] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[97202.606801] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[97202.606801] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[97202.606802] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[97202.606802] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[97202.606803] PKRU: 55555554
[97202.606803] Call Trace:
[97202.606804] <TASK>
[97202.606805] _raw_spin_lock_irqsave+0x46/0x60
[97202.606806] cgroup_rstat_flush+0xf4/0x7e0
[97202.606807] cgroup_rstat_exit+0x20/0xf0
[97202.606809] css_free_rwork_fn+0x12e/0x400
[97202.606809] process_one_work+0x19e/0x3e0
[97202.606811] worker_thread+0x2ad/0x3c0
[97202.606813] kthread+0x108/0x220
[97202.606813] ? __pfx_worker_thread+0x10/0x10
[97202.606815] ? __pfx_kthread+0x10/0x10
[97202.606816] ret_from_fork+0x3d/0x60
[97202.606817] ? __pfx_kthread+0x10/0x10
[97202.606818] ret_from_fork_asm+0x1a/0x30
[97202.606820] </TASK>
[97382.621950] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[97382.635022] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4336575
[97382.652737] rcu: (detected by 47, t=16625878 jiffies, g=639685, q=33185 ncpus=256)
[97382.667945] Sending NMI from CPU 47 to CPUs 156:
[97382.667950] NMI backtrace for cpu 156
[97382.667955] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[97382.667958] Tainted: [D]=DIE, [W]=WARN
[97382.667958] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[97382.667959] Workqueue: cgroup_destroy css_free_rwork_fn
[97382.667962] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[97382.667964] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[97382.667965] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[97382.667966] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[97382.667966] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[97382.667967] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[97382.667967] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[97382.667968] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[97382.667969] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[97382.667969] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[97382.667970] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[97382.667970] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[97382.667971] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[97382.667971] PKRU: 55555554
[97382.667971] Call Trace:
[97382.667972] <TASK>
[97382.667973] _raw_spin_lock_irqsave+0x46/0x60
[97382.667974] cgroup_rstat_flush+0xf4/0x7e0
[97382.667976] cgroup_rstat_exit+0x20/0xf0
[97382.667977] css_free_rwork_fn+0x12e/0x400
[97382.667977] process_one_work+0x19e/0x3e0
[97382.667979] worker_thread+0x2ad/0x3c0
[97382.667981] kthread+0x108/0x220
[97382.667981] ? __pfx_worker_thread+0x10/0x10
[97382.667983] ? __pfx_kthread+0x10/0x10
[97382.667984] ret_from_fork+0x3d/0x60
[97382.667985] ? __pfx_kthread+0x10/0x10
[97382.667986] ret_from_fork_asm+0x1a/0x30
[97382.667988] </TASK>
[97562.667191] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[97562.680237] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4348406
[97562.697932] rcu: (detected by 44, t=16670890 jiffies, g=639685, q=33201 ncpus=256)
[97562.713116] Sending NMI from CPU 44 to CPUs 156:
[97562.713123] NMI backtrace for cpu 156
[97562.713128] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[97562.713131] Tainted: [D]=DIE, [W]=WARN
[97562.713131] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[97562.713132] Workqueue: cgroup_destroy css_free_rwork_fn
[97562.713135] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[97562.713137] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[97562.713138] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[97562.713139] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[97562.713139] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[97562.713140] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[97562.713140] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[97562.713141] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[97562.713142] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[97562.713142] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[97562.713142] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[97562.713143] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[97562.713143] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[97562.713144] PKRU: 55555554
[97562.713144] Call Trace:
[97562.713145] <TASK>
[97562.713146] _raw_spin_lock_irqsave+0x46/0x60
[97562.713147] cgroup_rstat_flush+0xf4/0x7e0
[97562.713148] cgroup_rstat_exit+0x20/0xf0
[97562.713150] css_free_rwork_fn+0x12e/0x400
[97562.713150] process_one_work+0x19e/0x3e0
[97562.713152] worker_thread+0x2ad/0x3c0
[97562.713154] kthread+0x108/0x220
[97562.713154] ? __pfx_worker_thread+0x10/0x10
[97562.713156] ? __pfx_kthread+0x10/0x10
[97562.713157] ret_from_fork+0x3d/0x60
[97562.713158] ? __pfx_kthread+0x10/0x10
[97562.713159] ret_from_fork_asm+0x1a/0x30
[97562.713161] </TASK>
[97742.728434] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[97742.741477] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4360254
[97742.759165] rcu: (detected by 158, t=16715906 jiffies, g=639685, q=33216 ncpus=256)
[97742.774453] Sending NMI from CPU 158 to CPUs 156:
[97742.774457] NMI backtrace for cpu 156
[97742.774459] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[97742.774461] Tainted: [D]=DIE, [W]=WARN
[97742.774462] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[97742.774463] Workqueue: cgroup_destroy css_free_rwork_fn
[97742.774465] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[97742.774467] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[97742.774468] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[97742.774468] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[97742.774469] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[97742.774469] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[97742.774470] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[97742.774470] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[97742.774471] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[97742.774472] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[97742.774472] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[97742.774472] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[97742.774473] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[97742.774473] PKRU: 55555554
[97742.774473] Call Trace:
[97742.774474] <TASK>
[97742.774475] _raw_spin_lock_irqsave+0x46/0x60
[97742.774476] cgroup_rstat_flush+0xf4/0x7e0
[97742.774478] cgroup_rstat_exit+0x20/0xf0
[97742.774479] css_free_rwork_fn+0x12e/0x400
[97742.774480] process_one_work+0x19e/0x3e0
[97742.774481] worker_thread+0x2ad/0x3c0
[97742.774483] kthread+0x108/0x220
[97742.774484] ? __pfx_worker_thread+0x10/0x10
[97742.774485] ? __pfx_kthread+0x10/0x10
[97742.774486] ret_from_fork+0x3d/0x60
[97742.774487] ? __pfx_kthread+0x10/0x10
[97742.774488] ret_from_fork_asm+0x1a/0x30
[97742.774490] </TASK>
[97922.789672] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[97922.802735] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4372155
[97922.820451] rcu: (detected by 219, t=16760922 jiffies, g=639685, q=33239 ncpus=256)
[97922.835767] Sending NMI from CPU 219 to CPUs 156:
[97922.835772] NMI backtrace for cpu 156
[97922.835778] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[97922.835780] Tainted: [D]=DIE, [W]=WARN
[97922.835780] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[97922.835781] Workqueue: cgroup_destroy css_free_rwork_fn
[97922.835783] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[97922.835785] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[97922.835786] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[97922.835786] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[97922.835787] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[97922.835788] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[97922.835788] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[97922.835789] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[97922.835790] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[97922.835791] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[97922.835791] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[97922.835792] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[97922.835792] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[97922.835792] PKRU: 55555554
[97922.835793] Call Trace:
[97922.835793] <TASK>
[97922.835795] _raw_spin_lock_irqsave+0x46/0x60
[97922.835796] cgroup_rstat_flush+0xf4/0x7e0
[97922.835797] cgroup_rstat_exit+0x20/0xf0
[97922.835798] css_free_rwork_fn+0x12e/0x400
[97922.835799] process_one_work+0x19e/0x3e0
[97922.835801] worker_thread+0x2ad/0x3c0
[97922.835802] kthread+0x108/0x220
[97922.835803] ? __pfx_worker_thread+0x10/0x10
[97922.835805] ? __pfx_kthread+0x10/0x10
[97922.835806] ret_from_fork+0x3d/0x60
[97922.835807] ? __pfx_kthread+0x10/0x10
[97922.835808] ret_from_fork_asm+0x1a/0x30
[97922.835810] </TASK>
[98102.850914] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[98102.863986] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4384035
[98102.881708] rcu: (detected by 219, t=16805938 jiffies, g=639685, q=33252 ncpus=256)
[98102.897030] Sending NMI from CPU 219 to CPUs 156:
[98102.897036] NMI backtrace for cpu 156
[98102.897042] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[98102.897044] Tainted: [D]=DIE, [W]=WARN
[98102.897045] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[98102.897045] Workqueue: cgroup_destroy css_free_rwork_fn
[98102.897048] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[98102.897050] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[98102.897051] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[98102.897052] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[98102.897052] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[98102.897053] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[98102.897054] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[98102.897054] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[98102.897055] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[98102.897056] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[98102.897056] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[98102.897057] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[98102.897057] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[98102.897057] PKRU: 55555554
[98102.897058] Call Trace:
[98102.897058] <TASK>
[98102.897060] _raw_spin_lock_irqsave+0x46/0x60
[98102.897061] cgroup_rstat_flush+0xf4/0x7e0
[98102.897062] cgroup_rstat_exit+0x20/0xf0
[98102.897063] css_free_rwork_fn+0x12e/0x400
[98102.897064] process_one_work+0x19e/0x3e0
[98102.897066] worker_thread+0x2ad/0x3c0
[98102.897067] kthread+0x108/0x220
[98102.897068] ? __pfx_worker_thread+0x10/0x10
[98102.897070] ? __pfx_kthread+0x10/0x10
[98102.897071] ret_from_fork+0x3d/0x60
[98102.897072] ? __pfx_kthread+0x10/0x10
[98102.897073] ret_from_fork_asm+0x1a/0x30
[98102.897075] </TASK>
[98282.912156] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[98282.925234] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4395901
[98282.942943] rcu: (detected by 129, t=16850954 jiffies, g=639685, q=33269 ncpus=256)
[98282.958261] Sending NMI from CPU 129 to CPUs 156:
[98282.958267] NMI backtrace for cpu 156
[98282.958273] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[98282.958275] Tainted: [D]=DIE, [W]=WARN
[98282.958276] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[98282.958277] Workqueue: cgroup_destroy css_free_rwork_fn
[98282.958280] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[98282.958282] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[98282.958283] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[98282.958285] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[98282.958285] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[98282.958286] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[98282.958286] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[98282.958286] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[98282.958287] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[98282.958288] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[98282.958288] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[98282.958289] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[98282.958289] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[98282.958289] PKRU: 55555554
[98282.958290] Call Trace:
[98282.958290] <TASK>
[98282.958292] _raw_spin_lock_irqsave+0x46/0x60
[98282.958293] cgroup_rstat_flush+0xf4/0x7e0
[98282.958294] cgroup_rstat_exit+0x20/0xf0
[98282.958295] css_free_rwork_fn+0x12e/0x400
[98282.958296] process_one_work+0x19e/0x3e0
[98282.958298] worker_thread+0x2ad/0x3c0
[98282.958299] kthread+0x108/0x220
[98282.958300] ? __pfx_worker_thread+0x10/0x10
[98282.958302] ? __pfx_kthread+0x10/0x10
[98282.958303] ret_from_fork+0x3d/0x60
[98282.958304] ? __pfx_kthread+0x10/0x10
[98282.958304] ret_from_fork_asm+0x1a/0x30
[98282.958306] </TASK>
[98462.973397] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[98462.986480] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4407816
[98463.004202] rcu: (detected by 161, t=16895970 jiffies, g=639685, q=33281 ncpus=256)
[98463.019528] Sending NMI from CPU 161 to CPUs 156:
[98463.019534] NMI backtrace for cpu 156
[98463.019539] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[98463.019542] Tainted: [D]=DIE, [W]=WARN
[98463.019542] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[98463.019544] Workqueue: cgroup_destroy css_free_rwork_fn
[98463.019547] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[98463.019549] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[98463.019550] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[98463.019551] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[98463.019551] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[98463.019552] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[98463.019552] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[98463.019552] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[98463.019553] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[98463.019554] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[98463.019554] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[98463.019555] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[98463.019555] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[98463.019555] PKRU: 55555554
[98463.019556] Call Trace:
[98463.019556] <TASK>
[98463.019558] _raw_spin_lock_irqsave+0x46/0x60
[98463.019559] cgroup_rstat_flush+0xf4/0x7e0
[98463.019560] cgroup_rstat_exit+0x20/0xf0
[98463.019561] css_free_rwork_fn+0x12e/0x400
[98463.019562] process_one_work+0x19e/0x3e0
[98463.019564] worker_thread+0x2ad/0x3c0
[98463.019565] kthread+0x108/0x220
[98463.019566] ? __pfx_worker_thread+0x10/0x10
[98463.019568] ? __pfx_kthread+0x10/0x10
[98463.019569] ret_from_fork+0x3d/0x60
[98463.019570] ? __pfx_kthread+0x10/0x10
[98463.019571] ret_from_fork_asm+0x1a/0x30
[98463.019573] </TASK>
[98643.034637] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[98643.047715] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4419722
[98643.065427] rcu: (detected by 57, t=16940986 jiffies, g=639685, q=33299 ncpus=256)
[98643.080633] Sending NMI from CPU 57 to CPUs 156:
[98643.080639] NMI backtrace for cpu 156
[98643.080645] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[98643.080647] Tainted: [D]=DIE, [W]=WARN
[98643.080648] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[98643.080648] Workqueue: cgroup_destroy css_free_rwork_fn
[98643.080651] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[98643.080653] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[98643.080654] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[98643.080655] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[98643.080656] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[98643.080656] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[98643.080656] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[98643.080657] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[98643.080658] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[98643.080658] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[98643.080659] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[98643.080659] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[98643.080660] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[98643.080660] PKRU: 55555554
[98643.080660] Call Trace:
[98643.080661] <TASK>
[98643.080662] _raw_spin_lock_irqsave+0x46/0x60
[98643.080663] cgroup_rstat_flush+0xf4/0x7e0
[98643.080665] cgroup_rstat_exit+0x20/0xf0
[98643.080666] css_free_rwork_fn+0x12e/0x400
[98643.080667] process_one_work+0x19e/0x3e0
[98643.080668] worker_thread+0x2ad/0x3c0
[98643.080670] kthread+0x108/0x220
[98643.080671] ? __pfx_worker_thread+0x10/0x10
[98643.080672] ? __pfx_kthread+0x10/0x10
[98643.080673] ret_from_fork+0x3d/0x60
[98643.080674] ? __pfx_kthread+0x10/0x10
[98643.080675] ret_from_fork_asm+0x1a/0x30
[98643.080677] </TASK>
[98823.095878] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[98823.108934] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4431617
[98823.126646] rcu: (detected by 151, t=16986002 jiffies, g=639685, q=33315 ncpus=256)
[98823.141958] Sending NMI from CPU 151 to CPUs 156:
[98823.141964] NMI backtrace for cpu 156
[98823.141969] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[98823.141971] Tainted: [D]=DIE, [W]=WARN
[98823.141971] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[98823.141972] Workqueue: cgroup_destroy css_free_rwork_fn
[98823.141975] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[98823.141977] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[98823.141978] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[98823.141979] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[98823.141980] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[98823.141980] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[98823.141980] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[98823.141981] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[98823.141982] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[98823.141982] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[98823.141982] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[98823.141983] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[98823.141983] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[98823.141984] PKRU: 55555554
[98823.141984] Call Trace:
[98823.141985] <TASK>
[98823.141986] _raw_spin_lock_irqsave+0x46/0x60
[98823.141987] cgroup_rstat_flush+0xf4/0x7e0
[98823.141989] cgroup_rstat_exit+0x20/0xf0
[98823.141990] css_free_rwork_fn+0x12e/0x400
[98823.141990] process_one_work+0x19e/0x3e0
[98823.141992] worker_thread+0x2ad/0x3c0
[98823.141994] kthread+0x108/0x220
[98823.141994] ? __pfx_worker_thread+0x10/0x10
[98823.141996] ? __pfx_kthread+0x10/0x10
[98823.141997] ret_from_fork+0x3d/0x60
[98823.141998] ? __pfx_kthread+0x10/0x10
[98823.141999] ret_from_fork_asm+0x1a/0x30
[98823.142001] </TASK>
[99003.157119] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[99003.170192] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4443521
[99003.187904] rcu: (detected by 158, t=17031018 jiffies, g=639685, q=33333 ncpus=256)
[99003.203215] Sending NMI from CPU 158 to CPUs 156:
[99003.203219] NMI backtrace for cpu 156
[99003.203222] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[99003.203223] Tainted: [D]=DIE, [W]=WARN
[99003.203224] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[99003.203225] Workqueue: cgroup_destroy css_free_rwork_fn
[99003.203227] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[99003.203229] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[99003.203230] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[99003.203231] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[99003.203231] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[99003.203231] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[99003.203232] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[99003.203232] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[99003.203233] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[99003.203234] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[99003.203234] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[99003.203235] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[99003.203235] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[99003.203235] PKRU: 55555554
[99003.203236] Call Trace:
[99003.203236] <TASK>
[99003.203238] _raw_spin_lock_irqsave+0x46/0x60
[99003.203239] cgroup_rstat_flush+0xf4/0x7e0
[99003.203240] cgroup_rstat_exit+0x20/0xf0
[99003.203241] css_free_rwork_fn+0x12e/0x400
[99003.203242] process_one_work+0x19e/0x3e0
[99003.203244] worker_thread+0x2ad/0x3c0
[99003.203246] kthread+0x108/0x220
[99003.203247] ? __pfx_worker_thread+0x10/0x10
[99003.203248] ? __pfx_kthread+0x10/0x10
[99003.203249] ret_from_fork+0x3d/0x60
[99003.203250] ? __pfx_kthread+0x10/0x10
[99003.203251] ret_from_fork_asm+0x1a/0x30
[99003.203253] </TASK>
[99183.218361] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[99183.231439] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4455417
[99183.249167] rcu: (detected by 71, t=17076034 jiffies, g=639685, q=33350 ncpus=256)
[99183.264384] Sending NMI from CPU 71 to CPUs 156:
[99183.264389] NMI backtrace for cpu 156
[99183.264395] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[99183.264397] Tainted: [D]=DIE, [W]=WARN
[99183.264397] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[99183.264398] Workqueue: cgroup_destroy css_free_rwork_fn
[99183.264400] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[99183.264402] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[99183.264403] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[99183.264403] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[99183.264404] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[99183.264404] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[99183.264404] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[99183.264405] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[99183.264406] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[99183.264406] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[99183.264407] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[99183.264407] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[99183.264408] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[99183.264408] PKRU: 55555554
[99183.264408] Call Trace:
[99183.264409] <TASK>
[99183.264410] _raw_spin_lock_irqsave+0x46/0x60
[99183.264412] cgroup_rstat_flush+0xf4/0x7e0
[99183.264413] cgroup_rstat_exit+0x20/0xf0
[99183.264414] css_free_rwork_fn+0x12e/0x400
[99183.264415] process_one_work+0x19e/0x3e0
[99183.264416] worker_thread+0x2ad/0x3c0
[99183.264418] kthread+0x108/0x220
[99183.264419] ? __pfx_worker_thread+0x10/0x10
[99183.264420] ? __pfx_kthread+0x10/0x10
[99183.264421] ret_from_fork+0x3d/0x60
[99183.264422] ? __pfx_kthread+0x10/0x10
[99183.264423] ret_from_fork_asm+0x1a/0x30
[99183.264425] </TASK>
[99363.279609] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[99363.292674] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4467321
[99363.310378] rcu: (detected by 45, t=17121050 jiffies, g=639685, q=33362 ncpus=256)
[99363.325574] Sending NMI from CPU 45 to CPUs 156:
[99363.325580] NMI backtrace for cpu 156
[99363.325585] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[99363.325588] Tainted: [D]=DIE, [W]=WARN
[99363.325588] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[99363.325589] Workqueue: cgroup_destroy css_free_rwork_fn
[99363.325592] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[99363.325595] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[99363.325596] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[99363.325596] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[99363.325597] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[99363.325597] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[99363.325597] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[99363.325598] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[99363.325599] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[99363.325599] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[99363.325600] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[99363.325600] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[99363.325601] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[99363.325601] PKRU: 55555554
[99363.325601] Call Trace:
[99363.325602] <TASK>
[99363.325603] _raw_spin_lock_irqsave+0x46/0x60
[99363.325604] cgroup_rstat_flush+0xf4/0x7e0
[99363.325606] cgroup_rstat_exit+0x20/0xf0
[99363.325607] css_free_rwork_fn+0x12e/0x400
[99363.325608] process_one_work+0x19e/0x3e0
[99363.325609] worker_thread+0x2ad/0x3c0
[99363.325611] kthread+0x108/0x220
[99363.325612] ? __pfx_worker_thread+0x10/0x10
[99363.325613] ? __pfx_kthread+0x10/0x10
[99363.325614] ret_from_fork+0x3d/0x60
[99363.325615] ? __pfx_kthread+0x10/0x10
[99363.325616] ret_from_fork_asm+0x1a/0x30
[99363.325618] </TASK>
[99543.340852] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[99543.353916] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4479166
[99543.371620] rcu: (detected by 1, t=17166066 jiffies, g=639685, q=33378 ncpus=256)
[99543.386723] Sending NMI from CPU 1 to CPUs 156:
[99543.386728] NMI backtrace for cpu 156
[99543.386734] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[99543.386735] Tainted: [D]=DIE, [W]=WARN
[99543.386736] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[99543.386737] Workqueue: cgroup_destroy css_free_rwork_fn
[99543.386740] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[99543.386742] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[99543.386743] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[99543.386744] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[99543.386745] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[99543.386745] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[99543.386745] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[99543.386746] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[99543.386747] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[99543.386747] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[99543.386747] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[99543.386748] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[99543.386749] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[99543.386749] PKRU: 55555554
[99543.386749] Call Trace:
[99543.386750] <TASK>
[99543.386751] _raw_spin_lock_irqsave+0x46/0x60
[99543.386752] cgroup_rstat_flush+0xf4/0x7e0
[99543.386754] cgroup_rstat_exit+0x20/0xf0
[99543.386755] css_free_rwork_fn+0x12e/0x400
[99543.386756] process_one_work+0x19e/0x3e0
[99543.386757] worker_thread+0x2ad/0x3c0
[99543.386759] kthread+0x108/0x220
[99543.386760] ? __pfx_worker_thread+0x10/0x10
[99543.386761] ? __pfx_kthread+0x10/0x10
[99543.386762] ret_from_fork+0x3d/0x60
[99543.386763] ? __pfx_kthread+0x10/0x10
[99543.386764] ret_from_fork_asm+0x1a/0x30
[99543.386766] </TASK>
[99723.402085] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[99723.415153] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4491074
[99723.432862] rcu: (detected by 158, t=17211082 jiffies, g=639685, q=33391 ncpus=256)
[99723.448171] Sending NMI from CPU 158 to CPUs 156:
[99723.448175] NMI backtrace for cpu 156
[99723.448178] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[99723.448180] Tainted: [D]=DIE, [W]=WARN
[99723.448181] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[99723.448182] Workqueue: cgroup_destroy css_free_rwork_fn
[99723.448184] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[99723.448186] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[99723.448187] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[99723.448188] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[99723.448188] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[99723.448189] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[99723.448189] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[99723.448190] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[99723.448190] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[99723.448191] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[99723.448191] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[99723.448192] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[99723.448192] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[99723.448193] PKRU: 55555554
[99723.448193] Call Trace:
[99723.448193] <TASK>
[99723.448194] _raw_spin_lock_irqsave+0x46/0x60
[99723.448196] cgroup_rstat_flush+0xf4/0x7e0
[99723.448197] cgroup_rstat_exit+0x20/0xf0
[99723.448198] css_free_rwork_fn+0x12e/0x400
[99723.448199] process_one_work+0x19e/0x3e0
[99723.448201] worker_thread+0x2ad/0x3c0
[99723.448202] kthread+0x108/0x220
[99723.448203] ? __pfx_worker_thread+0x10/0x10
[99723.448205] ? __pfx_kthread+0x10/0x10
[99723.448205] ret_from_fork+0x3d/0x60
[99723.448207] ? __pfx_kthread+0x10/0x10
[99723.448207] ret_from_fork_asm+0x1a/0x30
[99723.448209] </TASK>
[99903.463327] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[99903.476397] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4502989
[99903.494100] rcu: (detected by 175, t=17256098 jiffies, g=639685, q=33409 ncpus=256)
[99903.509391] Sending NMI from CPU 175 to CPUs 156:
[99903.509397] NMI backtrace for cpu 156
[99903.509402] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[99903.509404] Tainted: [D]=DIE, [W]=WARN
[99903.509404] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[99903.509405] Workqueue: cgroup_destroy css_free_rwork_fn
[99903.509407] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[99903.509409] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[99903.509410] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[99903.509410] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[99903.509411] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[99903.509411] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[99903.509412] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[99903.509412] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[99903.509413] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[99903.509414] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[99903.509414] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[99903.509415] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[99903.509415] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[99903.509415] PKRU: 55555554
[99903.509416] Call Trace:
[99903.509416] <TASK>
[99903.509417] _raw_spin_lock_irqsave+0x46/0x60
[99903.509419] cgroup_rstat_flush+0xf4/0x7e0
[99903.509420] cgroup_rstat_exit+0x20/0xf0
[99903.509421] css_free_rwork_fn+0x12e/0x400
[99903.509422] process_one_work+0x19e/0x3e0
[99903.509423] worker_thread+0x2ad/0x3c0
[99903.509425] kthread+0x108/0x220
[99903.509426] ? __pfx_worker_thread+0x10/0x10
[99903.509427] ? __pfx_kthread+0x10/0x10
[99903.509428] ret_from_fork+0x3d/0x60
[99903.509429] ? __pfx_kthread+0x10/0x10
[99903.509430] ret_from_fork_asm+0x1a/0x30
[99903.509432] </TASK>
[100083.524566] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[100083.537731] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4514862
[100083.555546] rcu: (detected by 175, t=17301114 jiffies, g=639685, q=33429 ncpus=256)
[100083.570957] Sending NMI from CPU 175 to CPUs 156:
[100083.570962] NMI backtrace for cpu 156
[100083.570968] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[100083.570970] Tainted: [D]=DIE, [W]=WARN
[100083.570971] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[100083.570972] Workqueue: cgroup_destroy css_free_rwork_fn
[100083.570975] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[100083.570977] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[100083.570978] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[100083.570979] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[100083.570979] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[100083.570979] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[100083.570980] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[100083.570980] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[100083.570981] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[100083.570982] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[100083.570982] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[100083.570983] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[100083.570983] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[100083.570983] PKRU: 55555554
[100083.570984] Call Trace:
[100083.570984] <TASK>
[100083.570986] _raw_spin_lock_irqsave+0x46/0x60
[100083.570987] cgroup_rstat_flush+0xf4/0x7e0
[100083.570988] cgroup_rstat_exit+0x20/0xf0
[100083.570989] css_free_rwork_fn+0x12e/0x400
[100083.570990] process_one_work+0x19e/0x3e0
[100083.570992] worker_thread+0x2ad/0x3c0
[100083.570993] kthread+0x108/0x220
[100083.570994] ? __pfx_worker_thread+0x10/0x10
[100083.570996] ? __pfx_kthread+0x10/0x10
[100083.570997] ret_from_fork+0x3d/0x60
[100083.570998] ? __pfx_kthread+0x10/0x10
[100083.570999] ret_from_fork_asm+0x1a/0x30
[100083.571000] </TASK>
[100263.585817] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[100263.599020] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4526747
[100263.616873] rcu: (detected by 175, t=17346130 jiffies, g=639685, q=33445 ncpus=256)
[100263.632326] Sending NMI from CPU 175 to CPUs 156:
[100263.632330] NMI backtrace for cpu 156
[100263.632336] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[100263.632338] Tainted: [D]=DIE, [W]=WARN
[100263.632338] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[100263.632339] Workqueue: cgroup_destroy css_free_rwork_fn
[100263.632342] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[100263.632344] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[100263.632345] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[100263.632346] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[100263.632347] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[100263.632347] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[100263.632347] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[100263.632348] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[100263.632349] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[100263.632349] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[100263.632349] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[100263.632350] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[100263.632350] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[100263.632351] PKRU: 55555554
[100263.632351] Call Trace:
[100263.632352] <TASK>
[100263.632353] _raw_spin_lock_irqsave+0x46/0x60
[100263.632354] cgroup_rstat_flush+0xf4/0x7e0
[100263.632356] cgroup_rstat_exit+0x20/0xf0
[100263.632357] css_free_rwork_fn+0x12e/0x400
[100263.632358] process_one_work+0x19e/0x3e0
[100263.632359] worker_thread+0x2ad/0x3c0
[100263.632361] kthread+0x108/0x220
[100263.632362] ? __pfx_worker_thread+0x10/0x10
[100263.632363] ? __pfx_kthread+0x10/0x10
[100263.632364] ret_from_fork+0x3d/0x60
[100263.632365] ? __pfx_kthread+0x10/0x10
[100263.632366] ret_from_fork_asm+0x1a/0x30
[100263.632368] </TASK>
[100443.647048] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[100443.660234] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4538610
[100443.678070] rcu: (detected by 175, t=17391146 jiffies, g=639685, q=33461 ncpus=256)
[100443.693503] Sending NMI from CPU 175 to CPUs 156:
[100443.693508] NMI backtrace for cpu 156
[100443.693514] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[100443.693517] Tainted: [D]=DIE, [W]=WARN
[100443.693517] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[100443.693518] Workqueue: cgroup_destroy css_free_rwork_fn
[100443.693522] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[100443.693524] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[100443.693524] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[100443.693525] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[100443.693526] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[100443.693526] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[100443.693526] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[100443.693527] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[100443.693528] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[100443.693528] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[100443.693528] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[100443.693529] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[100443.693529] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[100443.693530] PKRU: 55555554
[100443.693530] Call Trace:
[100443.693531] <TASK>
[100443.693532] _raw_spin_lock_irqsave+0x46/0x60
[100443.693533] cgroup_rstat_flush+0xf4/0x7e0
[100443.693534] cgroup_rstat_exit+0x20/0xf0
[100443.693536] css_free_rwork_fn+0x12e/0x400
[100443.693536] process_one_work+0x19e/0x3e0
[100443.693538] worker_thread+0x2ad/0x3c0
[100443.693540] kthread+0x108/0x220
[100443.693540] ? __pfx_worker_thread+0x10/0x10
[100443.693542] ? __pfx_kthread+0x10/0x10
[100443.693543] ret_from_fork+0x3d/0x60
[100443.693544] ? __pfx_kthread+0x10/0x10
[100443.693545] ret_from_fork_asm+0x1a/0x30
[100443.693547] </TASK>
[100623.708289] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[100623.721460] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4550472
[100623.739281] rcu: (detected by 175, t=17436162 jiffies, g=639685, q=33474 ncpus=256)
[100623.754699] Sending NMI from CPU 175 to CPUs 156:
[100623.754704] NMI backtrace for cpu 156
[100623.754710] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[100623.754713] Tainted: [D]=DIE, [W]=WARN
[100623.754713] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[100623.754714] Workqueue: cgroup_destroy css_free_rwork_fn
[100623.754717] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[100623.754719] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[100623.754720] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[100623.754721] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[100623.754721] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[100623.754722] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[100623.754722] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[100623.754723] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[100623.754724] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[100623.754724] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[100623.754724] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[100623.754725] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[100623.754726] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[100623.754726] PKRU: 55555554
[100623.754726] Call Trace:
[100623.754727] <TASK>
[100623.754728] _raw_spin_lock_irqsave+0x46/0x60
[100623.754729] cgroup_rstat_flush+0xf4/0x7e0
[100623.754731] cgroup_rstat_exit+0x20/0xf0
[100623.754732] css_free_rwork_fn+0x12e/0x400
[100623.754732] process_one_work+0x19e/0x3e0
[100623.754734] worker_thread+0x2ad/0x3c0
[100623.754736] kthread+0x108/0x220
[100623.754736] ? __pfx_worker_thread+0x10/0x10
[100623.754738] ? __pfx_kthread+0x10/0x10
[100623.754739] ret_from_fork+0x3d/0x60
[100623.754740] ? __pfx_kthread+0x10/0x10
[100623.754741] ret_from_fork_asm+0x1a/0x30
[100623.754743] </TASK>
[100803.769538] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[100803.782708] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4562332
[100803.800528] rcu: (detected by 175, t=17481178 jiffies, g=639685, q=33489 ncpus=256)
[100803.815945] Sending NMI from CPU 175 to CPUs 156:
[100803.815950] NMI backtrace for cpu 156
[100803.815955] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[100803.815958] Tainted: [D]=DIE, [W]=WARN
[100803.815959] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[100803.815960] Workqueue: cgroup_destroy css_free_rwork_fn
[100803.815963] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[100803.815965] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[100803.815966] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[100803.815967] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[100803.815967] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[100803.815967] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[100803.815968] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[100803.815968] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[100803.815969] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[100803.815970] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[100803.815970] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[100803.815971] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[100803.815971] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[100803.815971] PKRU: 55555554
[100803.815972] Call Trace:
[100803.815972] <TASK>
[100803.815973] _raw_spin_lock_irqsave+0x46/0x60
[100803.815975] cgroup_rstat_flush+0xf4/0x7e0
[100803.815976] cgroup_rstat_exit+0x20/0xf0
[100803.815977] css_free_rwork_fn+0x12e/0x400
[100803.815978] process_one_work+0x19e/0x3e0
[100803.815980] worker_thread+0x2ad/0x3c0
[100803.815981] kthread+0x108/0x220
[100803.815982] ? __pfx_worker_thread+0x10/0x10
[100803.815984] ? __pfx_kthread+0x10/0x10
[100803.815984] ret_from_fork+0x3d/0x60
[100803.815986] ? __pfx_kthread+0x10/0x10
[100803.815986] ret_from_fork_asm+0x1a/0x30
[100803.815988] </TASK>
[100983.830776] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[100983.843944] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4574195
[100983.861766] rcu: (detected by 175, t=17526194 jiffies, g=639685, q=33510 ncpus=256)
[100983.877182] Sending NMI from CPU 175 to CPUs 156:
[100983.877189] NMI backtrace for cpu 156
[100983.877194] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[100983.877197] Tainted: [D]=DIE, [W]=WARN
[100983.877198] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[100983.877198] Workqueue: cgroup_destroy css_free_rwork_fn
[100983.877201] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[100983.877203] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[100983.877204] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[100983.877205] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[100983.877205] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[100983.877206] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[100983.877206] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[100983.877207] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[100983.877207] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[100983.877208] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[100983.877208] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[100983.877209] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[100983.877209] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[100983.877210] PKRU: 55555554
[100983.877210] Call Trace:
[100983.877211] <TASK>
[100983.877212] _raw_spin_lock_irqsave+0x46/0x60
[100983.877213] cgroup_rstat_flush+0xf4/0x7e0
[100983.877215] cgroup_rstat_exit+0x20/0xf0
[100983.877216] css_free_rwork_fn+0x12e/0x400
[100983.877216] process_one_work+0x19e/0x3e0
[100983.877218] worker_thread+0x2ad/0x3c0
[100983.877220] kthread+0x108/0x220
[100983.877220] ? __pfx_worker_thread+0x10/0x10
[100983.877222] ? __pfx_kthread+0x10/0x10
[100983.877223] ret_from_fork+0x3d/0x60
[100983.877224] ? __pfx_kthread+0x10/0x10
[100983.877225] ret_from_fork_asm+0x1a/0x30
[100983.877227] </TASK>
[101163.892016] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[101163.905197] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4586063
[101163.923018] rcu: (detected by 38, t=17571210 jiffies, g=639685, q=33527 ncpus=256)
[101163.938332] Sending NMI from CPU 38 to CPUs 156:
[101163.938337] NMI backtrace for cpu 156
[101163.938343] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[101163.938345] Tainted: [D]=DIE, [W]=WARN
[101163.938346] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[101163.938347] Workqueue: cgroup_destroy css_free_rwork_fn
[101163.938350] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[101163.938352] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[101163.938353] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[101163.938355] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[101163.938355] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[101163.938355] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[101163.938356] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[101163.938356] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[101163.938357] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[101163.938358] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[101163.938358] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[101163.938359] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[101163.938359] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[101163.938359] PKRU: 55555554
[101163.938360] Call Trace:
[101163.938360] <TASK>
[101163.938361] _raw_spin_lock_irqsave+0x46/0x60
[101163.938363] cgroup_rstat_flush+0xf4/0x7e0
[101163.938364] cgroup_rstat_exit+0x20/0xf0
[101163.938365] css_free_rwork_fn+0x12e/0x400
[101163.938366] process_one_work+0x19e/0x3e0
[101163.938368] worker_thread+0x2ad/0x3c0
[101163.938369] kthread+0x108/0x220
[101163.938370] ? __pfx_worker_thread+0x10/0x10
[101163.938371] ? __pfx_kthread+0x10/0x10
[101163.938372] ret_from_fork+0x3d/0x60
[101163.938374] ? __pfx_kthread+0x10/0x10
[101163.938374] ret_from_fork_asm+0x1a/0x30
[101163.938376] </TASK>
[101343.953254] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[101343.966428] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4597968
[101343.984249] rcu: (detected by 45, t=17616226 jiffies, g=639685, q=33539 ncpus=256)
[101343.999563] Sending NMI from CPU 45 to CPUs 156:
[101343.999569] NMI backtrace for cpu 156
[101343.999575] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[101343.999578] Tainted: [D]=DIE, [W]=WARN
[101343.999578] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[101343.999579] Workqueue: cgroup_destroy css_free_rwork_fn
[101343.999582] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[101343.999584] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[101343.999585] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[101343.999586] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[101343.999587] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[101343.999587] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[101343.999587] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[101343.999588] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[101343.999589] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[101343.999589] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[101343.999590] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[101343.999591] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[101343.999591] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[101343.999592] PKRU: 55555554
[101343.999592] Call Trace:
[101343.999593] <TASK>
[101343.999594] _raw_spin_lock_irqsave+0x46/0x60
[101343.999595] cgroup_rstat_flush+0xf4/0x7e0
[101343.999597] cgroup_rstat_exit+0x20/0xf0
[101343.999598] css_free_rwork_fn+0x12e/0x400
[101343.999599] process_one_work+0x19e/0x3e0
[101343.999600] worker_thread+0x2ad/0x3c0
[101343.999602] kthread+0x108/0x220
[101343.999603] ? __pfx_worker_thread+0x10/0x10
[101343.999604] ? __pfx_kthread+0x10/0x10
[101343.999605] ret_from_fork+0x3d/0x60
[101343.999606] ? __pfx_kthread+0x10/0x10
[101343.999607] ret_from_fork_asm+0x1a/0x30
[101343.999609] </TASK>
[101524.014498] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[101524.027687] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4609830
[101524.045514] rcu: (detected by 159, t=17661242 jiffies, g=639685, q=33557 ncpus=256)
[101524.060938] Sending NMI from CPU 159 to CPUs 156:
[101524.060942] NMI backtrace for cpu 156
[101524.060945] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[101524.060947] Tainted: [D]=DIE, [W]=WARN
[101524.060948] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[101524.060948] Workqueue: cgroup_destroy css_free_rwork_fn
[101524.060951] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[101524.060953] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[101524.060954] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[101524.060954] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[101524.060955] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[101524.060955] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[101524.060955] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[101524.060956] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[101524.060956] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[101524.060957] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[101524.060957] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[101524.060958] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[101524.060958] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[101524.060958] PKRU: 55555554
[101524.060959] Call Trace:
[101524.060959] <TASK>
[101524.060961] _raw_spin_lock_irqsave+0x46/0x60
[101524.060962] cgroup_rstat_flush+0xf4/0x7e0
[101524.060963] cgroup_rstat_exit+0x20/0xf0
[101524.060964] css_free_rwork_fn+0x12e/0x400
[101524.060965] process_one_work+0x19e/0x3e0
[101524.060967] worker_thread+0x2ad/0x3c0
[101524.060968] kthread+0x108/0x220
[101524.060969] ? __pfx_worker_thread+0x10/0x10
[101524.060970] ? __pfx_kthread+0x10/0x10
[101524.060971] ret_from_fork+0x3d/0x60
[101524.060972] ? __pfx_kthread+0x10/0x10
[101524.060973] ret_from_fork_asm+0x1a/0x30
[101524.060975] </TASK>
[101704.075739] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[101704.088919] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4621726
[101704.106747] rcu: (detected by 42, t=17706258 jiffies, g=639685, q=33571 ncpus=256)
[101704.122069] Sending NMI from CPU 42 to CPUs 156:
[101704.122074] NMI backtrace for cpu 156
[101704.122080] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[101704.122082] Tainted: [D]=DIE, [W]=WARN
[101704.122083] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[101704.122084] Workqueue: cgroup_destroy css_free_rwork_fn
[101704.122086] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[101704.122088] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[101704.122088] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[101704.122089] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[101704.122089] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[101704.122090] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[101704.122090] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[101704.122091] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[101704.122091] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[101704.122092] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[101704.122092] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[101704.122093] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[101704.122094] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[101704.122094] PKRU: 55555554
[101704.122094] Call Trace:
[101704.122095] <TASK>
[101704.122096] _raw_spin_lock_irqsave+0x46/0x60
[101704.122097] cgroup_rstat_flush+0xf4/0x7e0
[101704.122099] cgroup_rstat_exit+0x20/0xf0
[101704.122100] css_free_rwork_fn+0x12e/0x400
[101704.122100] process_one_work+0x19e/0x3e0
[101704.122102] worker_thread+0x2ad/0x3c0
[101704.122104] kthread+0x108/0x220
[101704.122105] ? __pfx_worker_thread+0x10/0x10
[101704.122106] ? __pfx_kthread+0x10/0x10
[101704.122107] ret_from_fork+0x3d/0x60
[101704.122108] ? __pfx_kthread+0x10/0x10
[101704.122109] ret_from_fork_asm+0x1a/0x30
[101704.122111] </TASK>
[101884.136980] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[101884.150157] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4633582
[101884.167977] rcu: (detected by 194, t=17751274 jiffies, g=639685, q=33592 ncpus=256)
[101884.183392] Sending NMI from CPU 194 to CPUs 156:
[101884.183398] NMI backtrace for cpu 156
[101884.183403] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[101884.183406] Tainted: [D]=DIE, [W]=WARN
[101884.183406] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[101884.183407] Workqueue: cgroup_destroy css_free_rwork_fn
[101884.183411] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[101884.183413] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[101884.183414] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[101884.183415] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[101884.183416] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[101884.183417] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[101884.183417] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[101884.183418] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[101884.183418] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[101884.183419] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[101884.183419] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[101884.183420] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[101884.183420] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[101884.183421] PKRU: 55555554
[101884.183421] Call Trace:
[101884.183422] <TASK>
[101884.183423] _raw_spin_lock_irqsave+0x46/0x60
[101884.183425] cgroup_rstat_flush+0xf4/0x7e0
[101884.183426] cgroup_rstat_exit+0x20/0xf0
[101884.183427] css_free_rwork_fn+0x12e/0x400
[101884.183428] process_one_work+0x19e/0x3e0
[101884.183430] worker_thread+0x2ad/0x3c0
[101884.183432] kthread+0x108/0x220
[101884.183433] ? __pfx_worker_thread+0x10/0x10
[101884.183434] ? __pfx_kthread+0x10/0x10
[101884.183435] ret_from_fork+0x3d/0x60
[101884.183436] ? __pfx_kthread+0x10/0x10
[101884.183437] ret_from_fork_asm+0x1a/0x30
[101884.183440] </TASK>
[102064.198219] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[102064.211420] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4645475
[102064.229266] rcu: (detected by 175, t=17796290 jiffies, g=639685, q=33614 ncpus=256)
[102064.244708] Sending NMI from CPU 175 to CPUs 156:
[102064.244713] NMI backtrace for cpu 156
[102064.244719] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[102064.244721] Tainted: [D]=DIE, [W]=WARN
[102064.244721] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[102064.244722] Workqueue: cgroup_destroy css_free_rwork_fn
[102064.244725] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[102064.244727] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[102064.244728] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[102064.244729] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[102064.244729] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[102064.244730] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[102064.244730] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[102064.244730] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[102064.244731] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[102064.244732] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[102064.244732] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[102064.244733] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[102064.244733] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[102064.244734] PKRU: 55555554
[102064.244734] Call Trace:
[102064.244735] <TASK>
[102064.244736] _raw_spin_lock_irqsave+0x46/0x60
[102064.244737] cgroup_rstat_flush+0xf4/0x7e0
[102064.244738] cgroup_rstat_exit+0x20/0xf0
[102064.244740] css_free_rwork_fn+0x12e/0x400
[102064.244740] process_one_work+0x19e/0x3e0
[102064.244742] worker_thread+0x2ad/0x3c0
[102064.244744] kthread+0x108/0x220
[102064.244745] ? __pfx_worker_thread+0x10/0x10
[102064.244746] ? __pfx_kthread+0x10/0x10
[102064.244747] ret_from_fork+0x3d/0x60
[102064.244748] ? __pfx_kthread+0x10/0x10
[102064.244749] ret_from_fork_asm+0x1a/0x30
[102064.244751] </TASK>
[102244.259460] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[102244.272638] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4657325
[102244.290466] rcu: (detected by 175, t=17841306 jiffies, g=639685, q=33626 ncpus=256)
[102244.305892] Sending NMI from CPU 175 to CPUs 156:
[102244.305897] NMI backtrace for cpu 156
[102244.305903] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[102244.305905] Tainted: [D]=DIE, [W]=WARN
[102244.305905] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[102244.305906] Workqueue: cgroup_destroy css_free_rwork_fn
[102244.305909] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[102244.305911] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[102244.305912] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[102244.305913] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[102244.305913] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[102244.305913] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[102244.305914] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[102244.305914] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[102244.305915] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[102244.305916] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[102244.305916] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[102244.305917] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[102244.305917] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[102244.305917] PKRU: 55555554
[102244.305918] Call Trace:
[102244.305918] <TASK>
[102244.305920] _raw_spin_lock_irqsave+0x46/0x60
[102244.305921] cgroup_rstat_flush+0xf4/0x7e0
[102244.305922] cgroup_rstat_exit+0x20/0xf0
[102244.305923] css_free_rwork_fn+0x12e/0x400
[102244.305924] process_one_work+0x19e/0x3e0
[102244.305926] worker_thread+0x2ad/0x3c0
[102244.305927] kthread+0x108/0x220
[102244.305928] ? __pfx_worker_thread+0x10/0x10
[102244.305930] ? __pfx_kthread+0x10/0x10
[102244.305931] ret_from_fork+0x3d/0x60
[102244.305932] ? __pfx_kthread+0x10/0x10
[102244.305933] ret_from_fork_asm+0x1a/0x30
[102244.305935] </TASK>
[102424.320704] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[102424.333891] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4669191
[102424.351723] rcu: (detected by 194, t=17886322 jiffies, g=639685, q=33644 ncpus=256)
[102424.367152] Sending NMI from CPU 194 to CPUs 156:
[102424.367158] NMI backtrace for cpu 156
[102424.367163] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[102424.367165] Tainted: [D]=DIE, [W]=WARN
[102424.367166] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[102424.367167] Workqueue: cgroup_destroy css_free_rwork_fn
[102424.367170] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[102424.367172] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[102424.367173] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[102424.367173] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[102424.367174] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[102424.367174] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[102424.367174] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[102424.367175] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[102424.367176] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[102424.367176] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[102424.367177] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[102424.367177] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[102424.367178] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[102424.367178] PKRU: 55555554
[102424.367178] Call Trace:
[102424.367179] <TASK>
[102424.367180] _raw_spin_lock_irqsave+0x46/0x60
[102424.367182] cgroup_rstat_flush+0xf4/0x7e0
[102424.367183] cgroup_rstat_exit+0x20/0xf0
[102424.367184] css_free_rwork_fn+0x12e/0x400
[102424.367185] process_one_work+0x19e/0x3e0
[102424.367186] worker_thread+0x2ad/0x3c0
[102424.367188] kthread+0x108/0x220
[102424.367189] ? __pfx_worker_thread+0x10/0x10
[102424.367190] ? __pfx_kthread+0x10/0x10
[102424.367191] ret_from_fork+0x3d/0x60
[102424.367192] ? __pfx_kthread+0x10/0x10
[102424.367193] ret_from_fork_asm+0x1a/0x30
[102424.367195] </TASK>
[102604.381945] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[102604.395135] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4681089
[102604.412963] rcu: (detected by 47, t=17931336 jiffies, g=639685, q=33657 ncpus=256)
[102604.428283] Sending NMI from CPU 47 to CPUs 156:
[102604.428289] NMI backtrace for cpu 156
[102604.428294] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[102604.428297] Tainted: [D]=DIE, [W]=WARN
[102604.428297] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[102604.428298] Workqueue: cgroup_destroy css_free_rwork_fn
[102604.428301] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[102604.428303] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[102604.428304] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[102604.428305] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[102604.428305] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[102604.428306] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[102604.428306] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[102604.428307] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[102604.428308] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[102604.428308] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[102604.428309] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[102604.428310] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[102604.428310] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[102604.428310] PKRU: 55555554
[102604.428311] Call Trace:
[102604.428311] <TASK>
[102604.428312] _raw_spin_lock_irqsave+0x46/0x60
[102604.428314] cgroup_rstat_flush+0xf4/0x7e0
[102604.428315] cgroup_rstat_exit+0x20/0xf0
[102604.428316] css_free_rwork_fn+0x12e/0x400
[102604.428317] process_one_work+0x19e/0x3e0
[102604.428319] worker_thread+0x2ad/0x3c0
[102604.428320] kthread+0x108/0x220
[102604.428321] ? __pfx_worker_thread+0x10/0x10
[102604.428322] ? __pfx_kthread+0x10/0x10
[102604.428323] ret_from_fork+0x3d/0x60
[102604.428324] ? __pfx_kthread+0x10/0x10
[102604.428325] ret_from_fork_asm+0x1a/0x30
[102604.428327] </TASK>
[102784.439186] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[102784.452366] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4692967
[102784.470183] rcu: (detected by 17, t=17976353 jiffies, g=639685, q=33672 ncpus=256)
[102784.485493] Sending NMI from CPU 17 to CPUs 156:
[102784.485499] NMI backtrace for cpu 156
[102784.485505] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[102784.485508] Tainted: [D]=DIE, [W]=WARN
[102784.485509] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[102784.485510] Workqueue: cgroup_destroy css_free_rwork_fn
[102784.485512] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[102784.485514] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[102784.485516] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[102784.485516] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[102784.485517] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[102784.485517] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[102784.485517] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[102784.485518] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[102784.485519] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[102784.485519] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[102784.485520] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[102784.485520] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[102784.485521] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[102784.485521] PKRU: 55555554
[102784.485521] Call Trace:
[102784.485522] <TASK>
[102784.485523] _raw_spin_lock_irqsave+0x46/0x60
[102784.485524] cgroup_rstat_flush+0xf4/0x7e0
[102784.485526] cgroup_rstat_exit+0x20/0xf0
[102784.485527] css_free_rwork_fn+0x12e/0x400
[102784.485528] process_one_work+0x19e/0x3e0
[102784.485529] worker_thread+0x2ad/0x3c0
[102784.485531] kthread+0x108/0x220
[102784.485532] ? __pfx_worker_thread+0x10/0x10
[102784.485533] ? __pfx_kthread+0x10/0x10
[102784.485534] ret_from_fork+0x3d/0x60
[102784.485535] ? __pfx_kthread+0x10/0x10
[102784.485536] ret_from_fork_asm+0x1a/0x30
[102784.485538] </TASK>
[102964.500426] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[102964.513605] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4704902
[102964.531424] rcu: (detected by 175, t=18021369 jiffies, g=639685, q=33690 ncpus=256)
[102964.546839] Sending NMI from CPU 175 to CPUs 156:
[102964.546844] NMI backtrace for cpu 156
[102964.546850] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[102964.546853] Tainted: [D]=DIE, [W]=WARN
[102964.546853] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[102964.546855] Workqueue: cgroup_destroy css_free_rwork_fn
[102964.546858] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[102964.546860] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[102964.546861] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[102964.546862] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[102964.546862] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[102964.546863] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[102964.546863] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[102964.546863] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[102964.546864] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[102964.546865] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[102964.546865] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[102964.546866] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[102964.546866] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[102964.546866] PKRU: 55555554
[102964.546867] Call Trace:
[102964.546867] <TASK>
[102964.546869] _raw_spin_lock_irqsave+0x46/0x60
[102964.546870] cgroup_rstat_flush+0xf4/0x7e0
[102964.546871] cgroup_rstat_exit+0x20/0xf0
[102964.546872] css_free_rwork_fn+0x12e/0x400
[102964.546873] process_one_work+0x19e/0x3e0
[102964.546875] worker_thread+0x2ad/0x3c0
[102964.546877] kthread+0x108/0x220
[102964.546878] ? __pfx_worker_thread+0x10/0x10
[102964.546879] ? __pfx_kthread+0x10/0x10
[102964.546880] ret_from_fork+0x3d/0x60
[102964.546881] ? __pfx_kthread+0x10/0x10
[102964.546882] ret_from_fork_asm+0x1a/0x30
[102964.546884] </TASK>
[103144.561668] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[103144.574850] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4716767
[103144.592667] rcu: (detected by 71, t=18066385 jiffies, g=639685, q=33705 ncpus=256)
[103144.607983] Sending NMI from CPU 71 to CPUs 156:
[103144.607989] NMI backtrace for cpu 156
[103144.607994] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[103144.607996] Tainted: [D]=DIE, [W]=WARN
[103144.607997] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[103144.607998] Workqueue: cgroup_destroy css_free_rwork_fn
[103144.608001] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[103144.608003] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[103144.608004] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[103144.608005] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[103144.608005] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[103144.608006] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[103144.608006] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[103144.608007] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[103144.608007] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[103144.608008] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[103144.608008] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[103144.608009] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[103144.608009] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[103144.608010] PKRU: 55555554
[103144.608010] Call Trace:
[103144.608011] <TASK>
[103144.608012] _raw_spin_lock_irqsave+0x46/0x60
[103144.608013] cgroup_rstat_flush+0xf4/0x7e0
[103144.608014] cgroup_rstat_exit+0x20/0xf0
[103144.608015] css_free_rwork_fn+0x12e/0x400
[103144.608016] process_one_work+0x19e/0x3e0
[103144.608018] worker_thread+0x2ad/0x3c0
[103144.608019] kthread+0x108/0x220
[103144.608020] ? __pfx_worker_thread+0x10/0x10
[103144.608022] ? __pfx_kthread+0x10/0x10
[103144.608023] ret_from_fork+0x3d/0x60
[103144.608024] ? __pfx_kthread+0x10/0x10
[103144.608025] ret_from_fork_asm+0x1a/0x30
[103144.608027] </TASK>
[103324.622909] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[103324.636097] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4728645
[103324.653924] rcu: (detected by 158, t=18111401 jiffies, g=639685, q=33718 ncpus=256)
[103324.669350] Sending NMI from CPU 158 to CPUs 156:
[103324.669355] NMI backtrace for cpu 156
[103324.669357] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[103324.669359] Tainted: [D]=DIE, [W]=WARN
[103324.669359] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[103324.669360] Workqueue: cgroup_destroy css_free_rwork_fn
[103324.669363] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[103324.669364] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[103324.669365] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[103324.669366] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[103324.669366] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[103324.669367] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[103324.669367] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[103324.669367] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[103324.669368] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[103324.669369] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[103324.669369] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[103324.669370] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[103324.669370] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[103324.669371] PKRU: 55555554
[103324.669371] Call Trace:
[103324.669371] <TASK>
[103324.669372] _raw_spin_lock_irqsave+0x46/0x60
[103324.669374] cgroup_rstat_flush+0xf4/0x7e0
[103324.669375] cgroup_rstat_exit+0x20/0xf0
[103324.669376] css_free_rwork_fn+0x12e/0x400
[103324.669377] process_one_work+0x19e/0x3e0
[103324.669379] worker_thread+0x2ad/0x3c0
[103324.669380] kthread+0x108/0x220
[103324.669381] ? __pfx_worker_thread+0x10/0x10
[103324.669383] ? __pfx_kthread+0x10/0x10
[103324.669383] ret_from_fork+0x3d/0x60
[103324.669385] ? __pfx_kthread+0x10/0x10
[103324.669385] ret_from_fork_asm+0x1a/0x30
[103324.669387] </TASK>
[103504.684152] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[103504.697324] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4740575
[103504.715137] rcu: (detected by 159, t=18156417 jiffies, g=639685, q=33733 ncpus=256)
[103504.730553] Sending NMI from CPU 159 to CPUs 156:
[103504.730556] NMI backtrace for cpu 156
[103504.730559] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[103504.730560] Tainted: [D]=DIE, [W]=WARN
[103504.730560] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[103504.730561] Workqueue: cgroup_destroy css_free_rwork_fn
[103504.730563] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[103504.730565] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[103504.730565] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[103504.730566] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[103504.730566] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[103504.730567] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[103504.730567] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[103504.730567] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[103504.730568] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[103504.730569] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[103504.730569] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[103504.730570] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[103504.730570] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[103504.730571] PKRU: 55555554
[103504.730571] Call Trace:
[103504.730572] <TASK>
[103504.730573] _raw_spin_lock_irqsave+0x46/0x60
[103504.730574] cgroup_rstat_flush+0xf4/0x7e0
[103504.730575] cgroup_rstat_exit+0x20/0xf0
[103504.730576] css_free_rwork_fn+0x12e/0x400
[103504.730577] process_one_work+0x19e/0x3e0
[103504.730579] worker_thread+0x2ad/0x3c0
[103504.730580] kthread+0x108/0x220
[103504.730581] ? __pfx_worker_thread+0x10/0x10
[103504.730583] ? __pfx_kthread+0x10/0x10
[103504.730583] ret_from_fork+0x3d/0x60
[103504.730585] ? __pfx_kthread+0x10/0x10
[103504.730585] ret_from_fork_asm+0x1a/0x30
[103504.730587] </TASK>
[103684.745391] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[103684.758556] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4752468
[103684.776366] rcu: (detected by 66, t=18201433 jiffies, g=639685, q=33746 ncpus=256)
[103684.791666] Sending NMI from CPU 66 to CPUs 156:
[103684.791672] NMI backtrace for cpu 156
[103684.791678] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[103684.791680] Tainted: [D]=DIE, [W]=WARN
[103684.791680] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[103684.791681] Workqueue: cgroup_destroy css_free_rwork_fn
[103684.791684] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[103684.791686] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[103684.791686] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[103684.791687] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[103684.791688] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[103684.791688] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[103684.791688] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[103684.791689] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[103684.791690] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[103684.791691] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[103684.791691] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[103684.791692] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[103684.791692] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[103684.791693] PKRU: 55555554
[103684.791693] Call Trace:
[103684.791694] <TASK>
[103684.791695] _raw_spin_lock_irqsave+0x46/0x60
[103684.791696] cgroup_rstat_flush+0xf4/0x7e0
[103684.791697] cgroup_rstat_exit+0x20/0xf0
[103684.791699] css_free_rwork_fn+0x12e/0x400
[103684.791699] process_one_work+0x19e/0x3e0
[103684.791701] worker_thread+0x2ad/0x3c0
[103684.791702] kthread+0x108/0x220
[103684.791703] ? __pfx_worker_thread+0x10/0x10
[103684.791705] ? __pfx_kthread+0x10/0x10
[103684.791706] ret_from_fork+0x3d/0x60
[103684.791707] ? __pfx_kthread+0x10/0x10
[103684.791708] ret_from_fork_asm+0x1a/0x30
[103684.791710] </TASK>
[103864.806633] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[103864.819787] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4764347
[103864.837584] rcu: (detected by 199, t=18246449 jiffies, g=639685, q=33767 ncpus=256)
[103864.852985] Sending NMI from CPU 199 to CPUs 156:
[103864.852990] NMI backtrace for cpu 156
[103864.852995] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[103864.852997] Tainted: [D]=DIE, [W]=WARN
[103864.852998] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[103864.852999] Workqueue: cgroup_destroy css_free_rwork_fn
[103864.853002] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[103864.853004] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[103864.853005] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[103864.853005] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[103864.853006] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[103864.853006] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[103864.853007] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[103864.853007] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[103864.853008] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[103864.853009] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[103864.853009] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[103864.853010] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[103864.853010] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[103864.853010] PKRU: 55555554
[103864.853011] Call Trace:
[103864.853011] <TASK>
[103864.853012] _raw_spin_lock_irqsave+0x46/0x60
[103864.853014] cgroup_rstat_flush+0xf4/0x7e0
[103864.853015] cgroup_rstat_exit+0x20/0xf0
[103864.853016] css_free_rwork_fn+0x12e/0x400
[103864.853017] process_one_work+0x19e/0x3e0
[103864.853019] worker_thread+0x2ad/0x3c0
[103864.853020] kthread+0x108/0x220
[103864.853021] ? __pfx_worker_thread+0x10/0x10
[103864.853022] ? __pfx_kthread+0x10/0x10
[103864.853024] ret_from_fork+0x3d/0x60
[103864.853025] ? __pfx_kthread+0x10/0x10
[103864.853026] ret_from_fork_asm+0x1a/0x30
[103864.853028] </TASK>
[104044.867876] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[104044.881071] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4776261
[104044.898904] rcu: (detected by 172, t=18291465 jiffies, g=639685, q=33779 ncpus=256)
[104044.914335] Sending NMI from CPU 172 to CPUs 156:
[104044.914342] NMI backtrace for cpu 156
[104044.914347] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[104044.914349] Tainted: [D]=DIE, [W]=WARN
[104044.914350] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[104044.914351] Workqueue: cgroup_destroy css_free_rwork_fn
[104044.914354] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[104044.914356] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[104044.914357] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[104044.914359] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[104044.914359] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[104044.914359] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[104044.914360] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[104044.914360] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[104044.914361] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[104044.914362] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[104044.914362] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[104044.914363] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[104044.914363] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[104044.914363] PKRU: 55555554
[104044.914364] Call Trace:
[104044.914364] <TASK>
[104044.914365] _raw_spin_lock_irqsave+0x46/0x60
[104044.914367] cgroup_rstat_flush+0xf4/0x7e0
[104044.914368] cgroup_rstat_exit+0x20/0xf0
[104044.914369] css_free_rwork_fn+0x12e/0x400
[104044.914370] process_one_work+0x19e/0x3e0
[104044.914372] worker_thread+0x2ad/0x3c0
[104044.914373] kthread+0x108/0x220
[104044.914374] ? __pfx_worker_thread+0x10/0x10
[104044.914376] ? __pfx_kthread+0x10/0x10
[104044.914377] ret_from_fork+0x3d/0x60
[104044.914378] ? __pfx_kthread+0x10/0x10
[104044.914379] ret_from_fork_asm+0x1a/0x30
[104044.914380] </TASK>
[104224.929115] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[104224.942305] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4788121
[104224.960135] rcu: (detected by 3, t=18336481 jiffies, g=639685, q=33795 ncpus=256)
[104224.975360] Sending NMI from CPU 3 to CPUs 156:
[104224.975366] NMI backtrace for cpu 156
[104224.975371] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[104224.975373] Tainted: [D]=DIE, [W]=WARN
[104224.975374] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[104224.975375] Workqueue: cgroup_destroy css_free_rwork_fn
[104224.975378] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[104224.975380] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[104224.975381] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[104224.975382] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[104224.975382] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[104224.975383] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[104224.975383] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[104224.975384] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[104224.975385] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[104224.975385] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[104224.975385] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[104224.975386] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[104224.975386] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[104224.975387] PKRU: 55555554
[104224.975387] Call Trace:
[104224.975388] <TASK>
[104224.975389] _raw_spin_lock_irqsave+0x46/0x60
[104224.975390] cgroup_rstat_flush+0xf4/0x7e0
[104224.975391] cgroup_rstat_exit+0x20/0xf0
[104224.975392] css_free_rwork_fn+0x12e/0x400
[104224.975393] process_one_work+0x19e/0x3e0
[104224.975395] worker_thread+0x2ad/0x3c0
[104224.975396] kthread+0x108/0x220
[104224.975397] ? __pfx_worker_thread+0x10/0x10
[104224.975399] ? __pfx_kthread+0x10/0x10
[104224.975400] ret_from_fork+0x3d/0x60
[104224.975401] ? __pfx_kthread+0x10/0x10
[104224.975402] ret_from_fork_asm+0x1a/0x30
[104224.975404] </TASK>
[104404.990355] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[104405.003532] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4800020
[104405.021354] rcu: (detected by 175, t=18381497 jiffies, g=639685, q=33810 ncpus=256)
[104405.036772] Sending NMI from CPU 175 to CPUs 156:
[104405.036778] NMI backtrace for cpu 156
[104405.036783] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[104405.036786] Tainted: [D]=DIE, [W]=WARN
[104405.036786] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[104405.036787] Workqueue: cgroup_destroy css_free_rwork_fn
[104405.036790] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[104405.036792] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[104405.036793] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[104405.036794] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[104405.036794] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[104405.036795] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[104405.036795] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[104405.036796] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[104405.036796] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[104405.036797] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[104405.036797] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[104405.036798] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[104405.036798] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[104405.036799] PKRU: 55555554
[104405.036799] Call Trace:
[104405.036800] <TASK>
[104405.036801] _raw_spin_lock_irqsave+0x46/0x60
[104405.036802] cgroup_rstat_flush+0xf4/0x7e0
[104405.036804] cgroup_rstat_exit+0x20/0xf0
[104405.036805] css_free_rwork_fn+0x12e/0x400
[104405.036806] process_one_work+0x19e/0x3e0
[104405.036807] worker_thread+0x2ad/0x3c0
[104405.036809] kthread+0x108/0x220
[104405.036810] ? __pfx_worker_thread+0x10/0x10
[104405.036811] ? __pfx_kthread+0x10/0x10
[104405.036812] ret_from_fork+0x3d/0x60
[104405.036813] ? __pfx_kthread+0x10/0x10
[104405.036814] ret_from_fork_asm+0x1a/0x30
[104405.036816] </TASK>
[104585.051599] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[104585.064797] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4811900
[104585.082631] rcu: (detected by 158, t=18426513 jiffies, g=639685, q=33827 ncpus=256)
[104585.098062] Sending NMI from CPU 158 to CPUs 156:
[104585.098066] NMI backtrace for cpu 156
[104585.098068] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[104585.098070] Tainted: [D]=DIE, [W]=WARN
[104585.098070] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[104585.098071] Workqueue: cgroup_destroy css_free_rwork_fn
[104585.098074] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[104585.098075] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[104585.098076] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[104585.098077] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[104585.098077] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[104585.098078] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[104585.098078] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[104585.098078] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[104585.098079] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[104585.098080] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[104585.098080] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[104585.098081] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[104585.098081] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[104585.098082] PKRU: 55555554
[104585.098082] Call Trace:
[104585.098083] <TASK>
[104585.098083] _raw_spin_lock_irqsave+0x46/0x60
[104585.098085] cgroup_rstat_flush+0xf4/0x7e0
[104585.098086] cgroup_rstat_exit+0x20/0xf0
[104585.098087] css_free_rwork_fn+0x12e/0x400
[104585.098088] process_one_work+0x19e/0x3e0
[104585.098090] worker_thread+0x2ad/0x3c0
[104585.098091] kthread+0x108/0x220
[104585.098092] ? __pfx_worker_thread+0x10/0x10
[104585.098094] ? __pfx_kthread+0x10/0x10
[104585.098095] ret_from_fork+0x3d/0x60
[104585.098096] ? __pfx_kthread+0x10/0x10
[104585.098096] ret_from_fork_asm+0x1a/0x30
[104585.098098] </TASK>
[104765.112840] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[104765.126008] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4823829
[104765.143818] rcu: (detected by 71, t=18471529 jiffies, g=639685, q=33843 ncpus=256)
[104765.159121] Sending NMI from CPU 71 to CPUs 156:
[104765.159127] NMI backtrace for cpu 156
[104765.159132] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[104765.159134] Tainted: [D]=DIE, [W]=WARN
[104765.159135] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[104765.159135] Workqueue: cgroup_destroy css_free_rwork_fn
[104765.159138] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[104765.159140] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[104765.159141] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[104765.159142] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[104765.159142] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[104765.159143] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[104765.159143] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[104765.159144] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[104765.159145] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[104765.159146] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[104765.159146] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[104765.159147] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[104765.159147] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[104765.159147] PKRU: 55555554
[104765.159148] Call Trace:
[104765.159148] <TASK>
[104765.159149] _raw_spin_lock_irqsave+0x46/0x60
[104765.159151] cgroup_rstat_flush+0xf4/0x7e0
[104765.159152] cgroup_rstat_exit+0x20/0xf0
[104765.159153] css_free_rwork_fn+0x12e/0x400
[104765.159154] process_one_work+0x19e/0x3e0
[104765.159156] worker_thread+0x2ad/0x3c0
[104765.159157] kthread+0x108/0x220
[104765.159158] ? __pfx_worker_thread+0x10/0x10
[104765.159160] ? __pfx_kthread+0x10/0x10
[104765.159161] ret_from_fork+0x3d/0x60
[104765.159162] ? __pfx_kthread+0x10/0x10
[104765.159162] ret_from_fork_asm+0x1a/0x30
[104765.159164] </TASK>
[104945.174079] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[104945.187245] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4835728
[104945.205051] rcu: (detected by 175, t=18516545 jiffies, g=639685, q=33861 ncpus=256)
[104945.220458] Sending NMI from CPU 175 to CPUs 156:
[104945.220463] NMI backtrace for cpu 156
[104945.220469] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[104945.220471] Tainted: [D]=DIE, [W]=WARN
[104945.220472] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[104945.220473] Workqueue: cgroup_destroy css_free_rwork_fn
[104945.220476] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[104945.220478] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[104945.220479] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[104945.220480] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[104945.220480] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[104945.220481] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[104945.220481] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[104945.220481] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[104945.220482] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[104945.220483] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[104945.220483] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[104945.220484] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[104945.220484] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[104945.220484] PKRU: 55555554
[104945.220485] Call Trace:
[104945.220485] <TASK>
[104945.220486] _raw_spin_lock_irqsave+0x46/0x60
[104945.220488] cgroup_rstat_flush+0xf4/0x7e0
[104945.220489] cgroup_rstat_exit+0x20/0xf0
[104945.220490] css_free_rwork_fn+0x12e/0x400
[104945.220491] process_one_work+0x19e/0x3e0
[104945.220493] worker_thread+0x2ad/0x3c0
[104945.220494] kthread+0x108/0x220
[104945.220495] ? __pfx_worker_thread+0x10/0x10
[104945.220497] ? __pfx_kthread+0x10/0x10
[104945.220498] ret_from_fork+0x3d/0x60
[104945.220499] ? __pfx_kthread+0x10/0x10
[104945.220500] ret_from_fork_asm+0x1a/0x30
[104945.220502] </TASK>
[105125.235322] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[105125.248499] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4847591
[105125.266327] rcu: (detected by 47, t=18561559 jiffies, g=639685, q=33875 ncpus=256)
[105125.281643] Sending NMI from CPU 47 to CPUs 156:
[105125.281649] NMI backtrace for cpu 156
[105125.281656] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[105125.281658] Tainted: [D]=DIE, [W]=WARN
[105125.281659] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[105125.281660] Workqueue: cgroup_destroy css_free_rwork_fn
[105125.281663] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[105125.281665] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[105125.281666] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[105125.281667] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[105125.281667] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[105125.281667] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[105125.281668] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[105125.281668] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[105125.281669] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[105125.281670] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[105125.281671] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[105125.281671] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[105125.281672] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[105125.281672] PKRU: 55555554
[105125.281672] Call Trace:
[105125.281673] <TASK>
[105125.281674] _raw_spin_lock_irqsave+0x46/0x60
[105125.281675] cgroup_rstat_flush+0xf4/0x7e0
[105125.281677] cgroup_rstat_exit+0x20/0xf0
[105125.281678] css_free_rwork_fn+0x12e/0x400
[105125.281679] process_one_work+0x19e/0x3e0
[105125.281680] worker_thread+0x2ad/0x3c0
[105125.281682] kthread+0x108/0x220
[105125.281683] ? __pfx_worker_thread+0x10/0x10
[105125.281684] ? __pfx_kthread+0x10/0x10
[105125.281685] ret_from_fork+0x3d/0x60
[105125.281686] ? __pfx_kthread+0x10/0x10
[105125.281687] ret_from_fork_asm+0x1a/0x30
[105125.281690] </TASK>
[105305.292561] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[105305.305742] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4859451
[105305.323574] rcu: (detected by 175, t=18606576 jiffies, g=639685, q=33895 ncpus=256)
[105305.339004] Sending NMI from CPU 175 to CPUs 156:
[105305.339009] NMI backtrace for cpu 156
[105305.339015] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[105305.339017] Tainted: [D]=DIE, [W]=WARN
[105305.339018] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[105305.339019] Workqueue: cgroup_destroy css_free_rwork_fn
[105305.339022] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[105305.339024] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[105305.339025] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[105305.339025] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[105305.339026] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[105305.339026] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[105305.339027] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[105305.339027] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[105305.339028] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[105305.339029] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[105305.339029] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[105305.339030] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[105305.339030] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[105305.339030] PKRU: 55555554
[105305.339031] Call Trace:
[105305.339031] <TASK>
[105305.339032] _raw_spin_lock_irqsave+0x46/0x60
[105305.339034] cgroup_rstat_flush+0xf4/0x7e0
[105305.339035] cgroup_rstat_exit+0x20/0xf0
[105305.339036] css_free_rwork_fn+0x12e/0x400
[105305.339037] process_one_work+0x19e/0x3e0
[105305.339039] worker_thread+0x2ad/0x3c0
[105305.339040] kthread+0x108/0x220
[105305.339041] ? __pfx_worker_thread+0x10/0x10
[105305.339042] ? __pfx_kthread+0x10/0x10
[105305.339043] ret_from_fork+0x3d/0x60
[105305.339044] ? __pfx_kthread+0x10/0x10
[105305.339045] ret_from_fork_asm+0x1a/0x30
[105305.339047] </TASK>
[105485.353805] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[105485.366990] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4871316
[105485.384807] rcu: (detected by 159, t=18651592 jiffies, g=639685, q=33909 ncpus=256)
[105485.400221] Sending NMI from CPU 159 to CPUs 156:
[105485.400225] NMI backtrace for cpu 156
[105485.400228] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[105485.400229] Tainted: [D]=DIE, [W]=WARN
[105485.400229] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[105485.400230] Workqueue: cgroup_destroy css_free_rwork_fn
[105485.400233] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[105485.400234] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[105485.400235] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[105485.400236] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[105485.400236] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[105485.400236] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[105485.400237] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[105485.400237] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[105485.400238] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[105485.400239] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[105485.400239] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[105485.400240] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[105485.400240] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[105485.400240] PKRU: 55555554
[105485.400241] Call Trace:
[105485.400241] <TASK>
[105485.400242] _raw_spin_lock_irqsave+0x46/0x60
[105485.400243] cgroup_rstat_flush+0xf4/0x7e0
[105485.400245] cgroup_rstat_exit+0x20/0xf0
[105485.400246] css_free_rwork_fn+0x12e/0x400
[105485.400247] process_one_work+0x19e/0x3e0
[105485.400248] worker_thread+0x2ad/0x3c0
[105485.400250] kthread+0x108/0x220
[105485.400251] ? __pfx_worker_thread+0x10/0x10
[105485.400252] ? __pfx_kthread+0x10/0x10
[105485.400253] ret_from_fork+0x3d/0x60
[105485.400254] ? __pfx_kthread+0x10/0x10
[105485.400255] ret_from_fork_asm+0x1a/0x30
[105485.400257] </TASK>
[105665.415044] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[105665.428221] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4883225
[105665.446046] rcu: (detected by 11, t=18696608 jiffies, g=639685, q=33927 ncpus=256)
[105665.461365] Sending NMI from CPU 11 to CPUs 156:
[105665.461371] NMI backtrace for cpu 156
[105665.461377] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[105665.461379] Tainted: [D]=DIE, [W]=WARN
[105665.461379] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[105665.461381] Workqueue: cgroup_destroy css_free_rwork_fn
[105665.461383] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[105665.461385] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[105665.461386] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[105665.461386] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[105665.461387] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[105665.461387] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[105665.461387] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[105665.461388] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[105665.461389] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[105665.461389] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[105665.461390] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[105665.461390] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[105665.461391] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[105665.461391] PKRU: 55555554
[105665.461391] Call Trace:
[105665.461392] <TASK>
[105665.461393] _raw_spin_lock_irqsave+0x46/0x60
[105665.461394] cgroup_rstat_flush+0xf4/0x7e0
[105665.461396] cgroup_rstat_exit+0x20/0xf0
[105665.461397] css_free_rwork_fn+0x12e/0x400
[105665.461398] process_one_work+0x19e/0x3e0
[105665.461399] worker_thread+0x2ad/0x3c0
[105665.461401] kthread+0x108/0x220
[105665.461402] ? __pfx_worker_thread+0x10/0x10
[105665.461403] ? __pfx_kthread+0x10/0x10
[105665.461404] ret_from_fork+0x3d/0x60
[105665.461405] ? __pfx_kthread+0x10/0x10
[105665.461406] ret_from_fork_asm+0x1a/0x30
[105665.461408] </TASK>
[105845.476287] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[105845.489459] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4895127
[105845.507277] rcu: (detected by 194, t=18741624 jiffies, g=639685, q=33944 ncpus=256)
[105845.522692] Sending NMI from CPU 194 to CPUs 156:
[105845.522697] NMI backtrace for cpu 156
[105845.522703] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[105845.522705] Tainted: [D]=DIE, [W]=WARN
[105845.522706] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[105845.522706] Workqueue: cgroup_destroy css_free_rwork_fn
[105845.522710] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[105845.522712] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[105845.522713] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[105845.522713] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[105845.522714] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[105845.522714] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[105845.522714] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[105845.522715] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[105845.522716] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[105845.522716] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[105845.522717] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[105845.522717] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[105845.522718] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[105845.522718] PKRU: 55555554
[105845.522718] Call Trace:
[105845.522719] <TASK>
[105845.522720] _raw_spin_lock_irqsave+0x46/0x60
[105845.522722] cgroup_rstat_flush+0xf4/0x7e0
[105845.522723] cgroup_rstat_exit+0x20/0xf0
[105845.522724] css_free_rwork_fn+0x12e/0x400
[105845.522725] process_one_work+0x19e/0x3e0
[105845.522726] worker_thread+0x2ad/0x3c0
[105845.522728] kthread+0x108/0x220
[105845.522729] ? __pfx_worker_thread+0x10/0x10
[105845.522730] ? __pfx_kthread+0x10/0x10
[105845.522731] ret_from_fork+0x3d/0x60
[105845.522732] ? __pfx_kthread+0x10/0x10
[105845.522733] ret_from_fork_asm+0x1a/0x30
[105845.522735] </TASK>
[106025.537527] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[106025.550712] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4907026
[106025.568546] rcu: (detected by 66, t=18786640 jiffies, g=639685, q=33964 ncpus=256)
[106025.583873] Sending NMI from CPU 66 to CPUs 156:
[106025.583878] NMI backtrace for cpu 156
[106025.583883] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[106025.583886] Tainted: [D]=DIE, [W]=WARN
[106025.583886] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[106025.583887] Workqueue: cgroup_destroy css_free_rwork_fn
[106025.583890] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[106025.583892] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[106025.583892] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[106025.583893] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[106025.583893] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[106025.583894] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[106025.583894] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[106025.583895] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[106025.583895] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[106025.583896] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[106025.583896] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[106025.583897] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[106025.583897] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[106025.583898] PKRU: 55555554
[106025.583898] Call Trace:
[106025.583899] <TASK>
[106025.583900] _raw_spin_lock_irqsave+0x46/0x60
[106025.583901] cgroup_rstat_flush+0xf4/0x7e0
[106025.583902] cgroup_rstat_exit+0x20/0xf0
[106025.583904] css_free_rwork_fn+0x12e/0x400
[106025.583904] process_one_work+0x19e/0x3e0
[106025.583906] worker_thread+0x2ad/0x3c0
[106025.583908] kthread+0x108/0x220
[106025.583908] ? __pfx_worker_thread+0x10/0x10
[106025.583910] ? __pfx_kthread+0x10/0x10
[106025.583911] ret_from_fork+0x3d/0x60
[106025.583912] ? __pfx_kthread+0x10/0x10
[106025.583913] ret_from_fork_asm+0x1a/0x30
[106025.583915] </TASK>
[106205.598769] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[106205.611941] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4918932
[106205.629755] rcu: (detected by 227, t=18831656 jiffies, g=639685, q=33981 ncpus=256)
[106205.645172] Sending NMI from CPU 227 to CPUs 156:
[106205.645179] NMI backtrace for cpu 156
[106205.645185] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[106205.645187] Tainted: [D]=DIE, [W]=WARN
[106205.645188] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[106205.645189] Workqueue: cgroup_destroy css_free_rwork_fn
[106205.645192] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[106205.645194] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[106205.645195] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[106205.645196] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[106205.645196] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[106205.645197] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[106205.645197] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[106205.645198] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[106205.645199] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[106205.645199] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[106205.645199] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[106205.645200] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[106205.645200] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[106205.645201] PKRU: 55555554
[106205.645201] Call Trace:
[106205.645202] <TASK>
[106205.645203] _raw_spin_lock_irqsave+0x46/0x60
[106205.645204] cgroup_rstat_flush+0xf4/0x7e0
[106205.645206] cgroup_rstat_exit+0x20/0xf0
[106205.645207] css_free_rwork_fn+0x12e/0x400
[106205.645207] process_one_work+0x19e/0x3e0
[106205.645209] worker_thread+0x2ad/0x3c0
[106205.645211] kthread+0x108/0x220
[106205.645212] ? __pfx_worker_thread+0x10/0x10
[106205.645213] ? __pfx_kthread+0x10/0x10
[106205.645214] ret_from_fork+0x3d/0x60
[106205.645215] ? __pfx_kthread+0x10/0x10
[106205.645216] ret_from_fork_asm+0x1a/0x30
[106205.645218] </TASK>
[106385.660017] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[106385.673204] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4930835
[106385.691038] rcu: (detected by 179, t=18876672 jiffies, g=639685, q=33996 ncpus=256)
[106385.706465] Sending NMI from CPU 179 to CPUs 156:
[106385.706471] NMI backtrace for cpu 156
[106385.706476] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[106385.706479] Tainted: [D]=DIE, [W]=WARN
[106385.706479] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[106385.706481] Workqueue: cgroup_destroy css_free_rwork_fn
[106385.706484] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[106385.706486] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[106385.706487] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[106385.706488] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[106385.706488] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[106385.706489] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[106385.706489] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[106385.706489] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[106385.706490] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[106385.706491] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[106385.706491] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[106385.706492] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[106385.706492] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[106385.706492] PKRU: 55555554
[106385.706493] Call Trace:
[106385.706493] <TASK>
[106385.706494] _raw_spin_lock_irqsave+0x46/0x60
[106385.706496] cgroup_rstat_flush+0xf4/0x7e0
[106385.706497] cgroup_rstat_exit+0x20/0xf0
[106385.706498] css_free_rwork_fn+0x12e/0x400
[106385.706499] process_one_work+0x19e/0x3e0
[106385.706501] worker_thread+0x2ad/0x3c0
[106385.706502] kthread+0x108/0x220
[106385.706503] ? __pfx_worker_thread+0x10/0x10
[106385.706505] ? __pfx_kthread+0x10/0x10
[106385.706506] ret_from_fork+0x3d/0x60
[106385.706507] ? __pfx_kthread+0x10/0x10
[106385.706507] ret_from_fork_asm+0x1a/0x30
[106385.706509] </TASK>
[106565.721251] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[106565.734428] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4942738
[106565.752250] rcu: (detected by 66, t=18921688 jiffies, g=639685, q=34009 ncpus=256)
[106565.767562] Sending NMI from CPU 66 to CPUs 156:
[106565.767567] NMI backtrace for cpu 156
[106565.767573] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[106565.767575] Tainted: [D]=DIE, [W]=WARN
[106565.767576] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[106565.767576] Workqueue: cgroup_destroy css_free_rwork_fn
[106565.767579] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[106565.767581] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[106565.767582] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[106565.767583] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[106565.767583] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[106565.767584] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[106565.767584] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[106565.767585] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[106565.767586] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[106565.767586] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[106565.767587] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[106565.767587] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[106565.767588] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[106565.767588] PKRU: 55555554
[106565.767589] Call Trace:
[106565.767590] <TASK>
[106565.767591] _raw_spin_lock_irqsave+0x46/0x60
[106565.767592] cgroup_rstat_flush+0xf4/0x7e0
[106565.767593] cgroup_rstat_exit+0x20/0xf0
[106565.767594] css_free_rwork_fn+0x12e/0x400
[106565.767595] process_one_work+0x19e/0x3e0
[106565.767597] worker_thread+0x2ad/0x3c0
[106565.767598] kthread+0x108/0x220
[106565.767599] ? __pfx_worker_thread+0x10/0x10
[106565.767601] ? __pfx_kthread+0x10/0x10
[106565.767602] ret_from_fork+0x3d/0x60
[106565.767603] ? __pfx_kthread+0x10/0x10
[106565.767604] ret_from_fork_asm+0x1a/0x30
[106565.767606] </TASK>
[106745.782493] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[106745.795667] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4954652
[106745.813482] rcu: (detected by 159, t=18966704 jiffies, g=639685, q=34022 ncpus=256)
[106745.828893] Sending NMI from CPU 159 to CPUs 156:
[106745.828897] NMI backtrace for cpu 156
[106745.828900] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[106745.828902] Tainted: [D]=DIE, [W]=WARN
[106745.828902] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[106745.828903] Workqueue: cgroup_destroy css_free_rwork_fn
[106745.828906] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[106745.828907] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[106745.828908] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[106745.828909] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[106745.828909] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[106745.828910] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[106745.828910] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[106745.828910] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[106745.828911] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[106745.828912] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[106745.828912] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[106745.828913] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[106745.828913] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[106745.828913] PKRU: 55555554
[106745.828914] Call Trace:
[106745.828914] <TASK>
[106745.828916] _raw_spin_lock_irqsave+0x46/0x60
[106745.828917] cgroup_rstat_flush+0xf4/0x7e0
[106745.828918] cgroup_rstat_exit+0x20/0xf0
[106745.828919] css_free_rwork_fn+0x12e/0x400
[106745.828920] process_one_work+0x19e/0x3e0
[106745.828922] worker_thread+0x2ad/0x3c0
[106745.828923] kthread+0x108/0x220
[106745.828924] ? __pfx_worker_thread+0x10/0x10
[106745.828926] ? __pfx_kthread+0x10/0x10
[106745.828927] ret_from_fork+0x3d/0x60
[106745.828928] ? __pfx_kthread+0x10/0x10
[106745.828929] ret_from_fork_asm+0x1a/0x30
[106745.828931] </TASK>
[106925.843733] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[106925.856924] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4966570
[106925.874758] rcu: (detected by 175, t=19011720 jiffies, g=639685, q=34041 ncpus=256)
[106925.890183] Sending NMI from CPU 175 to CPUs 156:
[106925.890189] NMI backtrace for cpu 156
[106925.890194] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[106925.890196] Tainted: [D]=DIE, [W]=WARN
[106925.890197] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[106925.890197] Workqueue: cgroup_destroy css_free_rwork_fn
[106925.890200] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[106925.890202] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[106925.890203] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[106925.890204] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[106925.890205] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[106925.890205] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[106925.890205] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[106925.890206] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[106925.890207] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[106925.890207] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[106925.890208] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[106925.890208] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[106925.890209] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[106925.890209] PKRU: 55555554
[106925.890210] Call Trace:
[106925.890211] <TASK>
[106925.890212] _raw_spin_lock_irqsave+0x46/0x60
[106925.890213] cgroup_rstat_flush+0xf4/0x7e0
[106925.890215] cgroup_rstat_exit+0x20/0xf0
[106925.890216] css_free_rwork_fn+0x12e/0x400
[106925.890217] process_one_work+0x19e/0x3e0
[106925.890218] worker_thread+0x2ad/0x3c0
[106925.890220] kthread+0x108/0x220
[106925.890221] ? __pfx_worker_thread+0x10/0x10
[106925.890222] ? __pfx_kthread+0x10/0x10
[106925.890223] ret_from_fork+0x3d/0x60
[106925.890224] ? __pfx_kthread+0x10/0x10
[106925.890225] ret_from_fork_asm+0x1a/0x30
[106925.890227] </TASK>
[107105.904974] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[107105.918168] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4978441
[107105.936005] rcu: (detected by 98, t=19056736 jiffies, g=639685, q=34053 ncpus=256)
[107105.951333] Sending NMI from CPU 98 to CPUs 156:
[107105.951339] NMI backtrace for cpu 156
[107105.951344] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[107105.951347] Tainted: [D]=DIE, [W]=WARN
[107105.951347] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[107105.951348] Workqueue: cgroup_destroy css_free_rwork_fn
[107105.951351] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[107105.951353] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[107105.951354] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[107105.951355] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[107105.951356] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[107105.951356] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[107105.951356] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[107105.951357] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[107105.951358] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[107105.951358] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[107105.951359] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[107105.951359] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[107105.951360] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[107105.951360] PKRU: 55555554
[107105.951360] Call Trace:
[107105.951361] <TASK>
[107105.951362] _raw_spin_lock_irqsave+0x46/0x60
[107105.951364] cgroup_rstat_flush+0xf4/0x7e0
[107105.951365] cgroup_rstat_exit+0x20/0xf0
[107105.951366] css_free_rwork_fn+0x12e/0x400
[107105.951367] process_one_work+0x19e/0x3e0
[107105.951368] worker_thread+0x2ad/0x3c0
[107105.951370] kthread+0x108/0x220
[107105.951371] ? __pfx_worker_thread+0x10/0x10
[107105.951372] ? __pfx_kthread+0x10/0x10
[107105.951373] ret_from_fork+0x3d/0x60
[107105.951374] ? __pfx_kthread+0x10/0x10
[107105.951375] ret_from_fork_asm+0x1a/0x30
[107105.951377] </TASK>
[107285.966217] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[107285.979394] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=4990315
[107285.997214] rcu: (detected by 6, t=19101752 jiffies, g=639685, q=34069 ncpus=256)
[107286.012427] Sending NMI from CPU 6 to CPUs 156:
[107286.012432] NMI backtrace for cpu 156
[107286.012438] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[107286.012440] Tainted: [D]=DIE, [W]=WARN
[107286.012441] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[107286.012441] Workqueue: cgroup_destroy css_free_rwork_fn
[107286.012445] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[107286.012447] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[107286.012448] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[107286.012449] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[107286.012449] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[107286.012450] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[107286.012450] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[107286.012451] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[107286.012451] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[107286.012452] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[107286.012452] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[107286.012453] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[107286.012454] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[107286.012454] PKRU: 55555554
[107286.012454] Call Trace:
[107286.012455] <TASK>
[107286.012456] _raw_spin_lock_irqsave+0x46/0x60
[107286.012457] cgroup_rstat_flush+0xf4/0x7e0
[107286.012459] cgroup_rstat_exit+0x20/0xf0
[107286.012460] css_free_rwork_fn+0x12e/0x400
[107286.012461] process_one_work+0x19e/0x3e0
[107286.012462] worker_thread+0x2ad/0x3c0
[107286.012464] kthread+0x108/0x220
[107286.012465] ? __pfx_worker_thread+0x10/0x10
[107286.012467] ? __pfx_kthread+0x10/0x10
[107286.012468] ret_from_fork+0x3d/0x60
[107286.012469] ? __pfx_kthread+0x10/0x10
[107286.012470] ret_from_fork_asm+0x1a/0x30
[107286.012472] </TASK>
[107466.027458] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[107466.040633] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5002211
[107466.058447] rcu: (detected by 185, t=19146768 jiffies, g=639685, q=34082 ncpus=256)
[107466.073858] Sending NMI from CPU 185 to CPUs 156:
[107466.073865] NMI backtrace for cpu 156
[107466.073870] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[107466.073872] Tainted: [D]=DIE, [W]=WARN
[107466.073873] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[107466.073874] Workqueue: cgroup_destroy css_free_rwork_fn
[107466.073877] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[107466.073879] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[107466.073880] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[107466.073881] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[107466.073881] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[107466.073881] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[107466.073882] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[107466.073882] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[107466.073883] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[107466.073884] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[107466.073884] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[107466.073885] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[107466.073885] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[107466.073885] PKRU: 55555554
[107466.073886] Call Trace:
[107466.073886] <TASK>
[107466.073888] _raw_spin_lock_irqsave+0x46/0x60
[107466.073889] cgroup_rstat_flush+0xf4/0x7e0
[107466.073890] cgroup_rstat_exit+0x20/0xf0
[107466.073891] css_free_rwork_fn+0x12e/0x400
[107466.073892] process_one_work+0x19e/0x3e0
[107466.073894] worker_thread+0x2ad/0x3c0
[107466.073895] kthread+0x108/0x220
[107466.073896] ? __pfx_worker_thread+0x10/0x10
[107466.073898] ? __pfx_kthread+0x10/0x10
[107466.073899] ret_from_fork+0x3d/0x60
[107466.073900] ? __pfx_kthread+0x10/0x10
[107466.073901] ret_from_fork_asm+0x1a/0x30
[107466.073903] </TASK>
[107646.088698] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[107646.101883] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5014063
[107646.119715] rcu: (detected by 71, t=19191784 jiffies, g=639685, q=34098 ncpus=256)
[107646.135036] Sending NMI from CPU 71 to CPUs 156:
[107646.135041] NMI backtrace for cpu 156
[107646.135047] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[107646.135049] Tainted: [D]=DIE, [W]=WARN
[107646.135049] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[107646.135050] Workqueue: cgroup_destroy css_free_rwork_fn
[107646.135054] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[107646.135056] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[107646.135057] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[107646.135058] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[107646.135059] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[107646.135059] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[107646.135060] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[107646.135060] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[107646.135062] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[107646.135062] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[107646.135063] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[107646.135063] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[107646.135064] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[107646.135064] PKRU: 55555554
[107646.135064] Call Trace:
[107646.135065] <TASK>
[107646.135066] _raw_spin_lock_irqsave+0x46/0x60
[107646.135067] cgroup_rstat_flush+0xf4/0x7e0
[107646.135069] cgroup_rstat_exit+0x20/0xf0
[107646.135070] css_free_rwork_fn+0x12e/0x400
[107646.135071] process_one_work+0x19e/0x3e0
[107646.135072] worker_thread+0x2ad/0x3c0
[107646.135074] kthread+0x108/0x220
[107646.135075] ? __pfx_worker_thread+0x10/0x10
[107646.135076] ? __pfx_kthread+0x10/0x10
[107646.135077] ret_from_fork+0x3d/0x60
[107646.135078] ? __pfx_kthread+0x10/0x10
[107646.135079] ret_from_fork_asm+0x1a/0x30
[107646.135082] </TASK>
[107826.149938] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[107826.163117] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5025934
[107826.180937] rcu: (detected by 4, t=19236800 jiffies, g=639685, q=34117 ncpus=256)
[107826.196150] Sending NMI from CPU 4 to CPUs 156:
[107826.196156] NMI backtrace for cpu 156
[107826.196161] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[107826.196164] Tainted: [D]=DIE, [W]=WARN
[107826.196164] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[107826.196165] Workqueue: cgroup_destroy css_free_rwork_fn
[107826.196168] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[107826.196170] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[107826.196171] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[107826.196172] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[107826.196172] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[107826.196173] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[107826.196173] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[107826.196174] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[107826.196175] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[107826.196175] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[107826.196175] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[107826.196176] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[107826.196176] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[107826.196177] PKRU: 55555554
[107826.196177] Call Trace:
[107826.196178] <TASK>
[107826.196179] _raw_spin_lock_irqsave+0x46/0x60
[107826.196180] cgroup_rstat_flush+0xf4/0x7e0
[107826.196182] cgroup_rstat_exit+0x20/0xf0
[107826.196183] css_free_rwork_fn+0x12e/0x400
[107826.196184] process_one_work+0x19e/0x3e0
[107826.196185] worker_thread+0x2ad/0x3c0
[107826.196187] kthread+0x108/0x220
[107826.196188] ? __pfx_worker_thread+0x10/0x10
[107826.196189] ? __pfx_kthread+0x10/0x10
[107826.196190] ret_from_fork+0x3d/0x60
[107826.196191] ? __pfx_kthread+0x10/0x10
[107826.196192] ret_from_fork_asm+0x1a/0x30
[107826.196194] </TASK>
[108006.211180] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[108006.224361] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5037830
[108006.242183] rcu: (detected by 175, t=19281816 jiffies, g=639685, q=34131 ncpus=256)
[108006.257602] Sending NMI from CPU 175 to CPUs 156:
[108006.257607] NMI backtrace for cpu 156
[108006.257612] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[108006.257615] Tainted: [D]=DIE, [W]=WARN
[108006.257615] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[108006.257616] Workqueue: cgroup_destroy css_free_rwork_fn
[108006.257619] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[108006.257621] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[108006.257622] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[108006.257623] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[108006.257623] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[108006.257623] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[108006.257624] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[108006.257624] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[108006.257625] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[108006.257626] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[108006.257626] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[108006.257627] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[108006.257627] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[108006.257627] PKRU: 55555554
[108006.257628] Call Trace:
[108006.257628] <TASK>
[108006.257629] _raw_spin_lock_irqsave+0x46/0x60
[108006.257631] cgroup_rstat_flush+0xf4/0x7e0
[108006.257632] cgroup_rstat_exit+0x20/0xf0
[108006.257633] css_free_rwork_fn+0x12e/0x400
[108006.257634] process_one_work+0x19e/0x3e0
[108006.257635] worker_thread+0x2ad/0x3c0
[108006.257637] kthread+0x108/0x220
[108006.257638] ? __pfx_worker_thread+0x10/0x10
[108006.257639] ? __pfx_kthread+0x10/0x10
[108006.257640] ret_from_fork+0x3d/0x60
[108006.257641] ? __pfx_kthread+0x10/0x10
[108006.257642] ret_from_fork_asm+0x1a/0x30
[108006.257644] </TASK>
[108186.272422] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[108186.285600] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5049689
[108186.303430] rcu: (detected by 199, t=19326832 jiffies, g=639685, q=34146 ncpus=256)
[108186.318859] Sending NMI from CPU 199 to CPUs 156:
[108186.318864] NMI backtrace for cpu 156
[108186.318869] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[108186.318871] Tainted: [D]=DIE, [W]=WARN
[108186.318872] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[108186.318873] Workqueue: cgroup_destroy css_free_rwork_fn
[108186.318875] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[108186.318878] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[108186.318879] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[108186.318880] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[108186.318880] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[108186.318881] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[108186.318881] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[108186.318881] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[108186.318882] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[108186.318883] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[108186.318883] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[108186.318884] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[108186.318884] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[108186.318884] PKRU: 55555554
[108186.318885] Call Trace:
[108186.318885] <TASK>
[108186.318887] _raw_spin_lock_irqsave+0x46/0x60
[108186.318888] cgroup_rstat_flush+0xf4/0x7e0
[108186.318889] cgroup_rstat_exit+0x20/0xf0
[108186.318890] css_free_rwork_fn+0x12e/0x400
[108186.318891] process_one_work+0x19e/0x3e0
[108186.318893] worker_thread+0x2ad/0x3c0
[108186.318894] kthread+0x108/0x220
[108186.318895] ? __pfx_worker_thread+0x10/0x10
[108186.318897] ? __pfx_kthread+0x10/0x10
[108186.318898] ret_from_fork+0x3d/0x60
[108186.318899] ? __pfx_kthread+0x10/0x10
[108186.318900] ret_from_fork_asm+0x1a/0x30
[108186.318901] </TASK>
[108366.333663] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[108366.346847] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5061560
[108366.364681] rcu: (detected by 194, t=19371848 jiffies, g=639685, q=34159 ncpus=256)
[108366.380114] Sending NMI from CPU 194 to CPUs 156:
[108366.380119] NMI backtrace for cpu 156
[108366.380125] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[108366.380127] Tainted: [D]=DIE, [W]=WARN
[108366.380128] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[108366.380129] Workqueue: cgroup_destroy css_free_rwork_fn
[108366.380132] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[108366.380134] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[108366.380135] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[108366.380136] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[108366.380137] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[108366.380137] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[108366.380138] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[108366.380138] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[108366.380139] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[108366.380140] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[108366.380140] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[108366.380141] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[108366.380141] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[108366.380142] PKRU: 55555554
[108366.380142] Call Trace:
[108366.380143] <TASK>
[108366.380144] _raw_spin_lock_irqsave+0x46/0x60
[108366.380145] cgroup_rstat_flush+0xf4/0x7e0
[108366.380147] cgroup_rstat_exit+0x20/0xf0
[108366.380148] css_free_rwork_fn+0x12e/0x400
[108366.380149] process_one_work+0x19e/0x3e0
[108366.380151] worker_thread+0x2ad/0x3c0
[108366.380152] kthread+0x108/0x220
[108366.380153] ? __pfx_worker_thread+0x10/0x10
[108366.380155] ? __pfx_kthread+0x10/0x10
[108366.380156] ret_from_fork+0x3d/0x60
[108366.380157] ? __pfx_kthread+0x10/0x10
[108366.380158] ret_from_fork_asm+0x1a/0x30
[108366.380160] </TASK>
[108546.394906] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[108546.408110] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5073440
[108546.425956] rcu: (detected by 44, t=19416864 jiffies, g=639685, q=34172 ncpus=256)
[108546.441295] Sending NMI from CPU 44 to CPUs 156:
[108546.441301] NMI backtrace for cpu 156
[108546.441307] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[108546.441309] Tainted: [D]=DIE, [W]=WARN
[108546.441310] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[108546.441311] Workqueue: cgroup_destroy css_free_rwork_fn
[108546.441314] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[108546.441316] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[108546.441317] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[108546.441317] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[108546.441318] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[108546.441318] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[108546.441319] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[108546.441319] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[108546.441320] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[108546.441321] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[108546.441321] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[108546.441322] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[108546.441322] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[108546.441322] PKRU: 55555554
[108546.441323] Call Trace:
[108546.441323] <TASK>
[108546.441324] _raw_spin_lock_irqsave+0x46/0x60
[108546.441326] cgroup_rstat_flush+0xf4/0x7e0
[108546.441327] cgroup_rstat_exit+0x20/0xf0
[108546.441328] css_free_rwork_fn+0x12e/0x400
[108546.441329] process_one_work+0x19e/0x3e0
[108546.441331] worker_thread+0x2ad/0x3c0
[108546.441332] kthread+0x108/0x220
[108546.441333] ? __pfx_worker_thread+0x10/0x10
[108546.441335] ? __pfx_kthread+0x10/0x10
[108546.441336] ret_from_fork+0x3d/0x60
[108546.441337] ? __pfx_kthread+0x10/0x10
[108546.441338] ret_from_fork_asm+0x1a/0x30
[108546.441339] </TASK>
[108726.456145] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[108726.469319] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5085297
[108726.487141] rcu: (detected by 175, t=19461880 jiffies, g=639685, q=34190 ncpus=256)
[108726.502558] Sending NMI from CPU 175 to CPUs 156:
[108726.502562] NMI backtrace for cpu 156
[108726.502568] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[108726.502571] Tainted: [D]=DIE, [W]=WARN
[108726.502571] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[108726.502572] Workqueue: cgroup_destroy css_free_rwork_fn
[108726.502575] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[108726.502577] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[108726.502578] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[108726.502579] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[108726.502579] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[108726.502580] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[108726.502580] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[108726.502580] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[108726.502581] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[108726.502582] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[108726.502582] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[108726.502583] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[108726.502583] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[108726.502583] PKRU: 55555554
[108726.502584] Call Trace:
[108726.502584] <TASK>
[108726.502586] _raw_spin_lock_irqsave+0x46/0x60
[108726.502587] cgroup_rstat_flush+0xf4/0x7e0
[108726.502588] cgroup_rstat_exit+0x20/0xf0
[108726.502589] css_free_rwork_fn+0x12e/0x400
[108726.502590] process_one_work+0x19e/0x3e0
[108726.502592] worker_thread+0x2ad/0x3c0
[108726.502593] kthread+0x108/0x220
[108726.502594] ? __pfx_worker_thread+0x10/0x10
[108726.502596] ? __pfx_kthread+0x10/0x10
[108726.502597] ret_from_fork+0x3d/0x60
[108726.502598] ? __pfx_kthread+0x10/0x10
[108726.502599] ret_from_fork_asm+0x1a/0x30
[108726.502600] </TASK>
[108906.517387] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[108906.530576] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5097146
[108906.548404] rcu: (detected by 160, t=19506896 jiffies, g=639685, q=34210 ncpus=256)
[108906.563830] Sending NMI from CPU 160 to CPUs 156:
[108906.563838] NMI backtrace for cpu 156
[108906.563843] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[108906.563846] Tainted: [D]=DIE, [W]=WARN
[108906.563847] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[108906.563847] Workqueue: cgroup_destroy css_free_rwork_fn
[108906.563850] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[108906.563852] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[108906.563853] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[108906.563854] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[108906.563854] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[108906.563855] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[108906.563855] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[108906.563856] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[108906.563856] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[108906.563857] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[108906.563857] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[108906.563858] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[108906.563858] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[108906.563859] PKRU: 55555554
[108906.563859] Call Trace:
[108906.563860] <TASK>
[108906.563861] _raw_spin_lock_irqsave+0x46/0x60
[108906.563862] cgroup_rstat_flush+0xf4/0x7e0
[108906.563863] cgroup_rstat_exit+0x20/0xf0
[108906.563865] css_free_rwork_fn+0x12e/0x400
[108906.563865] process_one_work+0x19e/0x3e0
[108906.563867] worker_thread+0x2ad/0x3c0
[108906.563869] kthread+0x108/0x220
[108906.563869] ? __pfx_worker_thread+0x10/0x10
[108906.563871] ? __pfx_kthread+0x10/0x10
[108906.563872] ret_from_fork+0x3d/0x60
[108906.563873] ? __pfx_kthread+0x10/0x10
[108906.563874] ret_from_fork_asm+0x1a/0x30
[108906.563876] </TASK>
[109086.578628] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[109086.591817] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5109034
[109086.609646] rcu: (detected by 44, t=19551912 jiffies, g=639685, q=34228 ncpus=256)
[109086.624971] Sending NMI from CPU 44 to CPUs 156:
[109086.624977] NMI backtrace for cpu 156
[109086.624983] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[109086.624986] Tainted: [D]=DIE, [W]=WARN
[109086.624987] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[109086.624987] Workqueue: cgroup_destroy css_free_rwork_fn
[109086.624991] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[109086.624993] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[109086.624994] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[109086.624994] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[109086.624995] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[109086.624995] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[109086.624996] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[109086.624996] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[109086.624997] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[109086.624998] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[109086.624998] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[109086.624999] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[109086.624999] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[109086.624999] PKRU: 55555554
[109086.625000] Call Trace:
[109086.625000] <TASK>
[109086.625001] _raw_spin_lock_irqsave+0x46/0x60
[109086.625003] cgroup_rstat_flush+0xf4/0x7e0
[109086.625004] cgroup_rstat_exit+0x20/0xf0
[109086.625005] css_free_rwork_fn+0x12e/0x400
[109086.625006] process_one_work+0x19e/0x3e0
[109086.625007] worker_thread+0x2ad/0x3c0
[109086.625009] kthread+0x108/0x220
[109086.625010] ? __pfx_worker_thread+0x10/0x10
[109086.625011] ? __pfx_kthread+0x10/0x10
[109086.625012] ret_from_fork+0x3d/0x60
[109086.625013] ? __pfx_kthread+0x10/0x10
[109086.625014] ret_from_fork_asm+0x1a/0x30
[109086.625016] </TASK>
[109266.639868] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[109266.653037] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5120875
[109266.670864] rcu: (detected by 175, t=19596928 jiffies, g=639685, q=34246 ncpus=256)
[109266.686289] Sending NMI from CPU 175 to CPUs 156:
[109266.686293] NMI backtrace for cpu 156
[109266.686299] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[109266.686301] Tainted: [D]=DIE, [W]=WARN
[109266.686302] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[109266.686303] Workqueue: cgroup_destroy css_free_rwork_fn
[109266.686306] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[109266.686308] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[109266.686309] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[109266.686310] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[109266.686310] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[109266.686311] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[109266.686311] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[109266.686312] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[109266.686312] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[109266.686313] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[109266.686313] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[109266.686314] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[109266.686314] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[109266.686315] PKRU: 55555554
[109266.686315] Call Trace:
[109266.686316] <TASK>
[109266.686317] _raw_spin_lock_irqsave+0x46/0x60
[109266.686318] cgroup_rstat_flush+0xf4/0x7e0
[109266.686319] cgroup_rstat_exit+0x20/0xf0
[109266.686321] css_free_rwork_fn+0x12e/0x400
[109266.686321] process_one_work+0x19e/0x3e0
[109266.686323] worker_thread+0x2ad/0x3c0
[109266.686325] kthread+0x108/0x220
[109266.686325] ? __pfx_worker_thread+0x10/0x10
[109266.686327] ? __pfx_kthread+0x10/0x10
[109266.686328] ret_from_fork+0x3d/0x60
[109266.686329] ? __pfx_kthread+0x10/0x10
[109266.686330] ret_from_fork_asm+0x1a/0x30
[109266.686332] </TASK>
[109446.701111] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[109446.714294] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5132771
[109446.732119] rcu: (detected by 194, t=19641944 jiffies, g=639685, q=34263 ncpus=256)
[109446.747535] Sending NMI from CPU 194 to CPUs 156:
[109446.747540] NMI backtrace for cpu 156
[109446.747546] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[109446.747548] Tainted: [D]=DIE, [W]=WARN
[109446.747549] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[109446.747549] Workqueue: cgroup_destroy css_free_rwork_fn
[109446.747552] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[109446.747554] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[109446.747555] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[109446.747556] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[109446.747556] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[109446.747557] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[109446.747557] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[109446.747558] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[109446.747559] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[109446.747560] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[109446.747560] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[109446.747561] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[109446.747561] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[109446.747561] PKRU: 55555554
[109446.747562] Call Trace:
[109446.747562] <TASK>
[109446.747564] _raw_spin_lock_irqsave+0x46/0x60
[109446.747565] cgroup_rstat_flush+0xf4/0x7e0
[109446.747566] cgroup_rstat_exit+0x20/0xf0
[109446.747567] css_free_rwork_fn+0x12e/0x400
[109446.747568] process_one_work+0x19e/0x3e0
[109446.747570] worker_thread+0x2ad/0x3c0
[109446.747571] kthread+0x108/0x220
[109446.747572] ? __pfx_worker_thread+0x10/0x10
[109446.747574] ? __pfx_kthread+0x10/0x10
[109446.747575] ret_from_fork+0x3d/0x60
[109446.747576] ? __pfx_kthread+0x10/0x10
[109446.747577] ret_from_fork_asm+0x1a/0x30
[109446.747579] </TASK>
[109626.762352] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[109626.775520] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5144631
[109626.793343] rcu: (detected by 66, t=19686960 jiffies, g=639685, q=34278 ncpus=256)
[109626.808659] Sending NMI from CPU 66 to CPUs 156:
[109626.808663] NMI backtrace for cpu 156
[109626.808669] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[109626.808672] Tainted: [D]=DIE, [W]=WARN
[109626.808673] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[109626.808674] Workqueue: cgroup_destroy css_free_rwork_fn
[109626.808677] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[109626.808679] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[109626.808679] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[109626.808680] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[109626.808681] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[109626.808681] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[109626.808681] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[109626.808682] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[109626.808683] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[109626.808683] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[109626.808684] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[109626.808684] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[109626.808685] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[109626.808685] PKRU: 55555554
[109626.808685] Call Trace:
[109626.808686] <TASK>
[109626.808687] _raw_spin_lock_irqsave+0x46/0x60
[109626.808689] cgroup_rstat_flush+0xf4/0x7e0
[109626.808690] cgroup_rstat_exit+0x20/0xf0
[109626.808691] css_free_rwork_fn+0x12e/0x400
[109626.808692] process_one_work+0x19e/0x3e0
[109626.808694] worker_thread+0x2ad/0x3c0
[109626.808695] kthread+0x108/0x220
[109626.808696] ? __pfx_worker_thread+0x10/0x10
[109626.808698] ? __pfx_kthread+0x10/0x10
[109626.808699] ret_from_fork+0x3d/0x60
[109626.808700] ? __pfx_kthread+0x10/0x10
[109626.808701] ret_from_fork_asm+0x1a/0x30
[109626.808703] </TASK>
[109806.823592] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[109806.836779] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5156489
[109806.854605] rcu: (detected by 175, t=19731976 jiffies, g=639685, q=34296 ncpus=256)
[109806.870031] Sending NMI from CPU 175 to CPUs 156:
[109806.870036] NMI backtrace for cpu 156
[109806.870042] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[109806.870045] Tainted: [D]=DIE, [W]=WARN
[109806.870046] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[109806.870047] Workqueue: cgroup_destroy css_free_rwork_fn
[109806.870050] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[109806.870052] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[109806.870054] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[109806.870054] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[109806.870055] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[109806.870055] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[109806.870056] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[109806.870056] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[109806.870057] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[109806.870058] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[109806.870058] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[109806.870059] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[109806.870059] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[109806.870059] PKRU: 55555554
[109806.870060] Call Trace:
[109806.870060] <TASK>
[109806.870061] _raw_spin_lock_irqsave+0x46/0x60
[109806.870063] cgroup_rstat_flush+0xf4/0x7e0
[109806.870064] cgroup_rstat_exit+0x20/0xf0
[109806.870065] css_free_rwork_fn+0x12e/0x400
[109806.870066] process_one_work+0x19e/0x3e0
[109806.870067] worker_thread+0x2ad/0x3c0
[109806.870069] kthread+0x108/0x220
[109806.870070] ? __pfx_worker_thread+0x10/0x10
[109806.870071] ? __pfx_kthread+0x10/0x10
[109806.870072] ret_from_fork+0x3d/0x60
[109806.870073] ? __pfx_kthread+0x10/0x10
[109806.870074] ret_from_fork_asm+0x1a/0x30
[109806.870076] </TASK>
[109986.884834] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[109986.898019] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5168433
[109986.915849] rcu: (detected by 71, t=19776992 jiffies, g=639685, q=34311 ncpus=256)
[109986.931172] Sending NMI from CPU 71 to CPUs 156:
[109986.931177] NMI backtrace for cpu 156
[109986.931183] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[109986.931186] Tainted: [D]=DIE, [W]=WARN
[109986.931186] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[109986.931187] Workqueue: cgroup_destroy css_free_rwork_fn
[109986.931190] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[109986.931192] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[109986.931193] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[109986.931194] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[109986.931195] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[109986.931195] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[109986.931195] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[109986.931196] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[109986.931197] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[109986.931197] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[109986.931198] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[109986.931199] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[109986.931199] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[109986.931199] PKRU: 55555554
[109986.931200] Call Trace:
[109986.931200] <TASK>
[109986.931201] _raw_spin_lock_irqsave+0x46/0x60
[109986.931203] cgroup_rstat_flush+0xf4/0x7e0
[109986.931204] cgroup_rstat_exit+0x20/0xf0
[109986.931205] css_free_rwork_fn+0x12e/0x400
[109986.931206] process_one_work+0x19e/0x3e0
[109986.931207] worker_thread+0x2ad/0x3c0
[109986.931209] kthread+0x108/0x220
[109986.931210] ? __pfx_worker_thread+0x10/0x10
[109986.931211] ? __pfx_kthread+0x10/0x10
[109986.931212] ret_from_fork+0x3d/0x60
[109986.931213] ? __pfx_kthread+0x10/0x10
[109986.931214] ret_from_fork_asm+0x1a/0x30
[109986.931216] </TASK>
[110166.946075] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[110166.959257] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5180287
[110166.977083] rcu: (detected by 219, t=19822008 jiffies, g=639685, q=34325 ncpus=256)
[110166.992498] Sending NMI from CPU 219 to CPUs 156:
[110166.992503] NMI backtrace for cpu 156
[110166.992508] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[110166.992511] Tainted: [D]=DIE, [W]=WARN
[110166.992512] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[110166.992512] Workqueue: cgroup_destroy css_free_rwork_fn
[110166.992516] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[110166.992518] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[110166.992519] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[110166.992519] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[110166.992520] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[110166.992520] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[110166.992521] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[110166.992521] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[110166.992522] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[110166.992522] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[110166.992523] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[110166.992523] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[110166.992524] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[110166.992524] PKRU: 55555554
[110166.992524] Call Trace:
[110166.992525] <TASK>
[110166.992526] _raw_spin_lock_irqsave+0x46/0x60
[110166.992528] cgroup_rstat_flush+0xf4/0x7e0
[110166.992529] cgroup_rstat_exit+0x20/0xf0
[110166.992530] css_free_rwork_fn+0x12e/0x400
[110166.992531] process_one_work+0x19e/0x3e0
[110166.992532] worker_thread+0x2ad/0x3c0
[110166.992534] kthread+0x108/0x220
[110166.992535] ? __pfx_worker_thread+0x10/0x10
[110166.992536] ? __pfx_kthread+0x10/0x10
[110166.992537] ret_from_fork+0x3d/0x60
[110166.992538] ? __pfx_kthread+0x10/0x10
[110166.992539] ret_from_fork_asm+0x1a/0x30
[110166.992541] </TASK>
[110347.007317] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[110347.020525] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5192143
[110347.038364] rcu: (detected by 1, t=19867024 jiffies, g=639685, q=34341 ncpus=256)
[110347.053600] Sending NMI from CPU 1 to CPUs 156:
[110347.053606] NMI backtrace for cpu 156
[110347.053612] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[110347.053614] Tainted: [D]=DIE, [W]=WARN
[110347.053615] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[110347.053616] Workqueue: cgroup_destroy css_free_rwork_fn
[110347.053619] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[110347.053620] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[110347.053621] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[110347.053622] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[110347.053623] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[110347.053623] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[110347.053623] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[110347.053624] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[110347.053625] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[110347.053626] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[110347.053626] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[110347.053627] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[110347.053627] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[110347.053628] PKRU: 55555554
[110347.053628] Call Trace:
[110347.053628] <TASK>
[110347.053630] _raw_spin_lock_irqsave+0x46/0x60
[110347.053631] cgroup_rstat_flush+0xf4/0x7e0
[110347.053632] cgroup_rstat_exit+0x20/0xf0
[110347.053633] css_free_rwork_fn+0x12e/0x400
[110347.053634] process_one_work+0x19e/0x3e0
[110347.053636] worker_thread+0x2ad/0x3c0
[110347.053637] kthread+0x108/0x220
[110347.053638] ? __pfx_worker_thread+0x10/0x10
[110347.053640] ? __pfx_kthread+0x10/0x10
[110347.053641] ret_from_fork+0x3d/0x60
[110347.053642] ? __pfx_kthread+0x10/0x10
[110347.053643] ret_from_fork_asm+0x1a/0x30
[110347.053645] </TASK>
[110527.068558] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[110527.081745] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5204057
[110527.099572] rcu: (detected by 175, t=19912040 jiffies, g=639685, q=34354 ncpus=256)
[110527.114998] Sending NMI from CPU 175 to CPUs 156:
[110527.115004] NMI backtrace for cpu 156
[110527.115010] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[110527.115013] Tainted: [D]=DIE, [W]=WARN
[110527.115013] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[110527.115014] Workqueue: cgroup_destroy css_free_rwork_fn
[110527.115017] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[110527.115019] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[110527.115021] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[110527.115021] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[110527.115022] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[110527.115022] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[110527.115022] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[110527.115023] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[110527.115024] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[110527.115024] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[110527.115025] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[110527.115025] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[110527.115026] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[110527.115026] PKRU: 55555554
[110527.115026] Call Trace:
[110527.115027] <TASK>
[110527.115028] _raw_spin_lock_irqsave+0x46/0x60
[110527.115029] cgroup_rstat_flush+0xf4/0x7e0
[110527.115031] cgroup_rstat_exit+0x20/0xf0
[110527.115032] css_free_rwork_fn+0x12e/0x400
[110527.115033] process_one_work+0x19e/0x3e0
[110527.115034] worker_thread+0x2ad/0x3c0
[110527.115036] kthread+0x108/0x220
[110527.115037] ? __pfx_worker_thread+0x10/0x10
[110527.115038] ? __pfx_kthread+0x10/0x10
[110527.115039] ret_from_fork+0x3d/0x60
[110527.115040] ? __pfx_kthread+0x10/0x10
[110527.115041] ret_from_fork_asm+0x1a/0x30
[110527.115043] </TASK>
[110707.129799] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[110707.142984] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5216037
[110707.160814] rcu: (detected by 91, t=19957056 jiffies, g=639685, q=34368 ncpus=256)
[110707.176133] Sending NMI from CPU 91 to CPUs 156:
[110707.176138] NMI backtrace for cpu 156
[110707.176144] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[110707.176146] Tainted: [D]=DIE, [W]=WARN
[110707.176147] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[110707.176148] Workqueue: cgroup_destroy css_free_rwork_fn
[110707.176151] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[110707.176153] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[110707.176154] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[110707.176155] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[110707.176155] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[110707.176156] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[110707.176157] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[110707.176157] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[110707.176158] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[110707.176159] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[110707.176159] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[110707.176160] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[110707.176160] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[110707.176160] PKRU: 55555554
[110707.176161] Call Trace:
[110707.176161] <TASK>
[110707.176163] _raw_spin_lock_irqsave+0x46/0x60
[110707.176164] cgroup_rstat_flush+0xf4/0x7e0
[110707.176165] cgroup_rstat_exit+0x20/0xf0
[110707.176166] css_free_rwork_fn+0x12e/0x400
[110707.176167] process_one_work+0x19e/0x3e0
[110707.176169] worker_thread+0x2ad/0x3c0
[110707.176170] kthread+0x108/0x220
[110707.176171] ? __pfx_worker_thread+0x10/0x10
[110707.176173] ? __pfx_kthread+0x10/0x10
[110707.176174] ret_from_fork+0x3d/0x60
[110707.176175] ? __pfx_kthread+0x10/0x10
[110707.176176] ret_from_fork_asm+0x1a/0x30
[110707.176178] </TASK>
[110887.191041] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[110887.204221] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5227938
[110887.222041] rcu: (detected by 38, t=20002072 jiffies, g=639685, q=34391 ncpus=256)
[110887.237352] Sending NMI from CPU 38 to CPUs 156:
[110887.237357] NMI backtrace for cpu 156
[110887.237363] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[110887.237366] Tainted: [D]=DIE, [W]=WARN
[110887.237367] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[110887.237367] Workqueue: cgroup_destroy css_free_rwork_fn
[110887.237370] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[110887.237373] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[110887.237373] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[110887.237374] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[110887.237375] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[110887.237375] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[110887.237375] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[110887.237376] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[110887.237377] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[110887.237378] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[110887.237378] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[110887.237379] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[110887.237379] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[110887.237379] PKRU: 55555554
[110887.237380] Call Trace:
[110887.237380] <TASK>
[110887.237381] _raw_spin_lock_irqsave+0x46/0x60
[110887.237383] cgroup_rstat_flush+0xf4/0x7e0
[110887.237384] cgroup_rstat_exit+0x20/0xf0
[110887.237385] css_free_rwork_fn+0x12e/0x400
[110887.237386] process_one_work+0x19e/0x3e0
[110887.237388] worker_thread+0x2ad/0x3c0
[110887.237389] kthread+0x108/0x220
[110887.237390] ? __pfx_worker_thread+0x10/0x10
[110887.237392] ? __pfx_kthread+0x10/0x10
[110887.237393] ret_from_fork+0x3d/0x60
[110887.237394] ? __pfx_kthread+0x10/0x10
[110887.237394] ret_from_fork_asm+0x1a/0x30
[110887.237397] </TASK>
[111067.252282] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[111067.265458] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5239864
[111067.283275] rcu: (detected by 172, t=20047088 jiffies, g=639685, q=34405 ncpus=256)
[111067.298687] Sending NMI from CPU 172 to CPUs 156:
[111067.298693] NMI backtrace for cpu 156
[111067.298699] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[111067.298701] Tainted: [D]=DIE, [W]=WARN
[111067.298702] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[111067.298703] Workqueue: cgroup_destroy css_free_rwork_fn
[111067.298706] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[111067.298708] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[111067.298709] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[111067.298710] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[111067.298710] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[111067.298711] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[111067.298711] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[111067.298711] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[111067.298712] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[111067.298713] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[111067.298713] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[111067.298714] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[111067.298714] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[111067.298714] PKRU: 55555554
[111067.298715] Call Trace:
[111067.298715] <TASK>
[111067.298717] _raw_spin_lock_irqsave+0x46/0x60
[111067.298718] cgroup_rstat_flush+0xf4/0x7e0
[111067.298719] cgroup_rstat_exit+0x20/0xf0
[111067.298720] css_free_rwork_fn+0x12e/0x400
[111067.298721] process_one_work+0x19e/0x3e0
[111067.298723] worker_thread+0x2ad/0x3c0
[111067.298724] kthread+0x108/0x220
[111067.298725] ? __pfx_worker_thread+0x10/0x10
[111067.298727] ? __pfx_kthread+0x10/0x10
[111067.298728] ret_from_fork+0x3d/0x60
[111067.298729] ? __pfx_kthread+0x10/0x10
[111067.298730] ret_from_fork_asm+0x1a/0x30
[111067.298731] </TASK>
[111247.313528] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[111247.326711] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5251793
[111247.344540] rcu: (detected by 175, t=20092104 jiffies, g=639685, q=34421 ncpus=256)
[111247.359968] Sending NMI from CPU 175 to CPUs 156:
[111247.359972] NMI backtrace for cpu 156
[111247.359978] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[111247.359981] Tainted: [D]=DIE, [W]=WARN
[111247.359981] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[111247.359982] Workqueue: cgroup_destroy css_free_rwork_fn
[111247.359985] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[111247.359987] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[111247.359988] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[111247.359988] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[111247.359989] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[111247.359989] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[111247.359990] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[111247.359990] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[111247.359991] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[111247.359991] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[111247.359992] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[111247.359992] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[111247.359993] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[111247.359993] PKRU: 55555554
[111247.359993] Call Trace:
[111247.359994] <TASK>
[111247.359995] _raw_spin_lock_irqsave+0x46/0x60
[111247.359996] cgroup_rstat_flush+0xf4/0x7e0
[111247.359998] cgroup_rstat_exit+0x20/0xf0
[111247.359999] css_free_rwork_fn+0x12e/0x400
[111247.360000] process_one_work+0x19e/0x3e0
[111247.360001] worker_thread+0x2ad/0x3c0
[111247.360003] kthread+0x108/0x220
[111247.360004] ? __pfx_worker_thread+0x10/0x10
[111247.360005] ? __pfx_kthread+0x10/0x10
[111247.360006] ret_from_fork+0x3d/0x60
[111247.360007] ? __pfx_kthread+0x10/0x10
[111247.360008] ret_from_fork_asm+0x1a/0x30
[111247.360010] </TASK>
[111427.374764] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[111427.387947] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5263645
[111427.405785] rcu: (detected by 194, t=20137120 jiffies, g=639685, q=34436 ncpus=256)
[111427.421222] Sending NMI from CPU 194 to CPUs 156:
[111427.421228] NMI backtrace for cpu 156
[111427.421233] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[111427.421236] Tainted: [D]=DIE, [W]=WARN
[111427.421237] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[111427.421238] Workqueue: cgroup_destroy css_free_rwork_fn
[111427.421241] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[111427.421243] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[111427.421244] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[111427.421244] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[111427.421245] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[111427.421245] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[111427.421245] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[111427.421246] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[111427.421247] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[111427.421247] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[111427.421248] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[111427.421248] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[111427.421249] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[111427.421249] PKRU: 55555554
[111427.421249] Call Trace:
[111427.421250] <TASK>
[111427.421251] _raw_spin_lock_irqsave+0x46/0x60
[111427.421252] cgroup_rstat_flush+0xf4/0x7e0
[111427.421254] cgroup_rstat_exit+0x20/0xf0
[111427.421255] css_free_rwork_fn+0x12e/0x400
[111427.421256] process_one_work+0x19e/0x3e0
[111427.421257] worker_thread+0x2ad/0x3c0
[111427.421259] kthread+0x108/0x220
[111427.421260] ? __pfx_worker_thread+0x10/0x10
[111427.421261] ? __pfx_kthread+0x10/0x10
[111427.421262] ret_from_fork+0x3d/0x60
[111427.421263] ? __pfx_kthread+0x10/0x10
[111427.421264] ret_from_fork_asm+0x1a/0x30
[111427.421266] </TASK>
[111607.436005] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[111607.449198] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5275515
[111607.467031] rcu: (detected by 18, t=20182136 jiffies, g=639685, q=34453 ncpus=256)
[111607.482358] Sending NMI from CPU 18 to CPUs 156:
[111607.482364] NMI backtrace for cpu 156
[111607.482369] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[111607.482372] Tainted: [D]=DIE, [W]=WARN
[111607.482372] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[111607.482373] Workqueue: cgroup_destroy css_free_rwork_fn
[111607.482376] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[111607.482378] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[111607.482379] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[111607.482380] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[111607.482380] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[111607.482380] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[111607.482381] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[111607.482381] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[111607.482382] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[111607.482383] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[111607.482383] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[111607.482384] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[111607.482384] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[111607.482384] PKRU: 55555554
[111607.482385] Call Trace:
[111607.482385] <TASK>
[111607.482386] _raw_spin_lock_irqsave+0x46/0x60
[111607.482388] cgroup_rstat_flush+0xf4/0x7e0
[111607.482389] cgroup_rstat_exit+0x20/0xf0
[111607.482390] css_free_rwork_fn+0x12e/0x400
[111607.482391] process_one_work+0x19e/0x3e0
[111607.482393] worker_thread+0x2ad/0x3c0
[111607.482394] kthread+0x108/0x220
[111607.482395] ? __pfx_worker_thread+0x10/0x10
[111607.482396] ? __pfx_kthread+0x10/0x10
[111607.482397] ret_from_fork+0x3d/0x60
[111607.482398] ? __pfx_kthread+0x10/0x10
[111607.482399] ret_from_fork_asm+0x1a/0x30
[111607.482401] </TASK>
[111787.497246] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[111787.510427] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5287385
[111787.528248] rcu: (detected by 57, t=20227152 jiffies, g=639685, q=34473 ncpus=256)
[111787.543561] Sending NMI from CPU 57 to CPUs 156:
[111787.543566] NMI backtrace for cpu 156
[111787.543572] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[111787.543574] Tainted: [D]=DIE, [W]=WARN
[111787.543575] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[111787.543576] Workqueue: cgroup_destroy css_free_rwork_fn
[111787.543579] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[111787.543581] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[111787.543582] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[111787.543582] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[111787.543583] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[111787.543583] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[111787.543584] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[111787.543584] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[111787.543585] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[111787.543586] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[111787.543586] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[111787.543587] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[111787.543587] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[111787.543587] PKRU: 55555554
[111787.543588] Call Trace:
[111787.543588] <TASK>
[111787.543589] _raw_spin_lock_irqsave+0x46/0x60
[111787.543591] cgroup_rstat_flush+0xf4/0x7e0
[111787.543592] cgroup_rstat_exit+0x20/0xf0
[111787.543593] css_free_rwork_fn+0x12e/0x400
[111787.543594] process_one_work+0x19e/0x3e0
[111787.543596] worker_thread+0x2ad/0x3c0
[111787.543597] kthread+0x108/0x220
[111787.543598] ? __pfx_worker_thread+0x10/0x10
[111787.543599] ? __pfx_kthread+0x10/0x10
[111787.543600] ret_from_fork+0x3d/0x60
[111787.543601] ? __pfx_kthread+0x10/0x10
[111787.543602] ret_from_fork_asm+0x1a/0x30
[111787.543604] </TASK>
[111967.558488] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[111967.571668] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5299271
[111967.589489] rcu: (detected by 71, t=20272168 jiffies, g=639685, q=34486 ncpus=256)
[111967.604805] Sending NMI from CPU 71 to CPUs 156:
[111967.604811] NMI backtrace for cpu 156
[111967.604816] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[111967.604819] Tainted: [D]=DIE, [W]=WARN
[111967.604819] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[111967.604820] Workqueue: cgroup_destroy css_free_rwork_fn
[111967.604824] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[111967.604825] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[111967.604826] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[111967.604827] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[111967.604828] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[111967.604828] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[111967.604828] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[111967.604829] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[111967.604830] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[111967.604830] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[111967.604831] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[111967.604831] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[111967.604832] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[111967.604832] PKRU: 55555554
[111967.604832] Call Trace:
[111967.604833] <TASK>
[111967.604834] _raw_spin_lock_irqsave+0x46/0x60
[111967.604835] cgroup_rstat_flush+0xf4/0x7e0
[111967.604837] cgroup_rstat_exit+0x20/0xf0
[111967.604838] css_free_rwork_fn+0x12e/0x400
[111967.604839] process_one_work+0x19e/0x3e0
[111967.604840] worker_thread+0x2ad/0x3c0
[111967.604842] kthread+0x108/0x220
[111967.604843] ? __pfx_worker_thread+0x10/0x10
[111967.604844] ? __pfx_kthread+0x10/0x10
[111967.604845] ret_from_fork+0x3d/0x60
[111967.604846] ? __pfx_kthread+0x10/0x10
[111967.604847] ret_from_fork_asm+0x1a/0x30
[111967.604849] </TASK>
[112147.619729] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[112147.632907] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5311139
[112147.650731] rcu: (detected by 91, t=20317184 jiffies, g=639685, q=34503 ncpus=256)
[112147.666046] Sending NMI from CPU 91 to CPUs 156:
[112147.666051] NMI backtrace for cpu 156
[112147.666056] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[112147.666059] Tainted: [D]=DIE, [W]=WARN
[112147.666060] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[112147.666061] Workqueue: cgroup_destroy css_free_rwork_fn
[112147.666064] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[112147.666066] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[112147.666067] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[112147.666068] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[112147.666068] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[112147.666069] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[112147.666069] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[112147.666070] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[112147.666070] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[112147.666071] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[112147.666071] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[112147.666072] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[112147.666072] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[112147.666073] PKRU: 55555554
[112147.666073] Call Trace:
[112147.666074] <TASK>
[112147.666075] _raw_spin_lock_irqsave+0x46/0x60
[112147.666076] cgroup_rstat_flush+0xf4/0x7e0
[112147.666077] cgroup_rstat_exit+0x20/0xf0
[112147.666078] css_free_rwork_fn+0x12e/0x400
[112147.666079] process_one_work+0x19e/0x3e0
[112147.666081] worker_thread+0x2ad/0x3c0
[112147.666082] kthread+0x108/0x220
[112147.666083] ? __pfx_worker_thread+0x10/0x10
[112147.666085] ? __pfx_kthread+0x10/0x10
[112147.666086] ret_from_fork+0x3d/0x60
[112147.666087] ? __pfx_kthread+0x10/0x10
[112147.666088] ret_from_fork_asm+0x1a/0x30
[112147.666090] </TASK>
[112327.680972] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[112327.694149] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5323005
[112327.711957] rcu: (detected by 159, t=20362200 jiffies, g=639685, q=34518 ncpus=256)
[112327.727367] Sending NMI from CPU 159 to CPUs 156:
[112327.727372] NMI backtrace for cpu 156
[112327.727375] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[112327.727377] Tainted: [D]=DIE, [W]=WARN
[112327.727377] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[112327.727378] Workqueue: cgroup_destroy css_free_rwork_fn
[112327.727380] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[112327.727382] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[112327.727383] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[112327.727384] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[112327.727384] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[112327.727385] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[112327.727385] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[112327.727386] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[112327.727386] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[112327.727387] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[112327.727387] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[112327.727388] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[112327.727388] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[112327.727389] PKRU: 55555554
[112327.727389] Call Trace:
[112327.727390] <TASK>
[112327.727391] _raw_spin_lock_irqsave+0x46/0x60
[112327.727392] cgroup_rstat_flush+0xf4/0x7e0
[112327.727393] cgroup_rstat_exit+0x20/0xf0
[112327.727394] css_free_rwork_fn+0x12e/0x400
[112327.727395] process_one_work+0x19e/0x3e0
[112327.727397] worker_thread+0x2ad/0x3c0
[112327.727398] kthread+0x108/0x220
[112327.727399] ? __pfx_worker_thread+0x10/0x10
[112327.727401] ? __pfx_kthread+0x10/0x10
[112327.727402] ret_from_fork+0x3d/0x60
[112327.727403] ? __pfx_kthread+0x10/0x10
[112327.727404] ret_from_fork_asm+0x1a/0x30
[112327.727405] </TASK>
[112507.742211] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[112507.755397] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5334901
[112507.773229] rcu: (detected by 194, t=20407216 jiffies, g=639685, q=34534 ncpus=256)
[112507.788657] Sending NMI from CPU 194 to CPUs 156:
[112507.788662] NMI backtrace for cpu 156
[112507.788668] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[112507.788670] Tainted: [D]=DIE, [W]=WARN
[112507.788671] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[112507.788672] Workqueue: cgroup_destroy css_free_rwork_fn
[112507.788674] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[112507.788676] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[112507.788677] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[112507.788677] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[112507.788678] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[112507.788678] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[112507.788679] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[112507.788679] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[112507.788680] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[112507.788681] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[112507.788682] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[112507.788682] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[112507.788683] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[112507.788683] PKRU: 55555554
[112507.788683] Call Trace:
[112507.788684] <TASK>
[112507.788685] _raw_spin_lock_irqsave+0x46/0x60
[112507.788686] cgroup_rstat_flush+0xf4/0x7e0
[112507.788688] cgroup_rstat_exit+0x20/0xf0
[112507.788689] css_free_rwork_fn+0x12e/0x400
[112507.788690] process_one_work+0x19e/0x3e0
[112507.788691] worker_thread+0x2ad/0x3c0
[112507.788693] kthread+0x108/0x220
[112507.788694] ? __pfx_worker_thread+0x10/0x10
[112507.788695] ? __pfx_kthread+0x10/0x10
[112507.788696] ret_from_fork+0x3d/0x60
[112507.788697] ? __pfx_kthread+0x10/0x10
[112507.788698] ret_from_fork_asm+0x1a/0x30
[112507.788700] </TASK>
[112687.803453] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[112687.816654] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5346753
[112687.834493] rcu: (detected by 57, t=20452232 jiffies, g=639685, q=34545 ncpus=256)
[112687.849820] Sending NMI from CPU 57 to CPUs 156:
[112687.849825] NMI backtrace for cpu 156
[112687.849831] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[112687.849834] Tainted: [D]=DIE, [W]=WARN
[112687.849834] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[112687.849835] Workqueue: cgroup_destroy css_free_rwork_fn
[112687.849838] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[112687.849840] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[112687.849842] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[112687.849842] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[112687.849843] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[112687.849844] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[112687.849844] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[112687.849844] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[112687.849845] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[112687.849846] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[112687.849846] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[112687.849847] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[112687.849847] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[112687.849847] PKRU: 55555554
[112687.849848] Call Trace:
[112687.849849] <TASK>
[112687.849850] _raw_spin_lock_irqsave+0x46/0x60
[112687.849851] cgroup_rstat_flush+0xf4/0x7e0
[112687.849853] cgroup_rstat_exit+0x20/0xf0
[112687.849854] css_free_rwork_fn+0x12e/0x400
[112687.849854] process_one_work+0x19e/0x3e0
[112687.849856] worker_thread+0x2ad/0x3c0
[112687.849858] kthread+0x108/0x220
[112687.849858] ? __pfx_worker_thread+0x10/0x10
[112687.849860] ? __pfx_kthread+0x10/0x10
[112687.849861] ret_from_fork+0x3d/0x60
[112687.849862] ? __pfx_kthread+0x10/0x10
[112687.849863] ret_from_fork_asm+0x1a/0x30
[112687.849865] </TASK>
[112867.864694] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[112867.877856] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5358637
[112867.895670] rcu: (detected by 175, t=20497248 jiffies, g=639685, q=34564 ncpus=256)
[112867.911081] Sending NMI from CPU 175 to CPUs 156:
[112867.911086] NMI backtrace for cpu 156
[112867.911091] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[112867.911094] Tainted: [D]=DIE, [W]=WARN
[112867.911094] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[112867.911096] Workqueue: cgroup_destroy css_free_rwork_fn
[112867.911099] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[112867.911101] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[112867.911102] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[112867.911103] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[112867.911104] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[112867.911104] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[112867.911104] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[112867.911105] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[112867.911106] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[112867.911106] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[112867.911106] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[112867.911107] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[112867.911107] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[112867.911108] PKRU: 55555554
[112867.911108] Call Trace:
[112867.911109] <TASK>
[112867.911110] _raw_spin_lock_irqsave+0x46/0x60
[112867.911111] cgroup_rstat_flush+0xf4/0x7e0
[112867.911112] cgroup_rstat_exit+0x20/0xf0
[112867.911114] css_free_rwork_fn+0x12e/0x400
[112867.911114] process_one_work+0x19e/0x3e0
[112867.911116] worker_thread+0x2ad/0x3c0
[112867.911118] kthread+0x108/0x220
[112867.911118] ? __pfx_worker_thread+0x10/0x10
[112867.911120] ? __pfx_kthread+0x10/0x10
[112867.911121] ret_from_fork+0x3d/0x60
[112867.911122] ? __pfx_kthread+0x10/0x10
[112867.911123] ret_from_fork_asm+0x1a/0x30
[112867.911125] </TASK>
[113047.925935] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[113047.939115] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5370493
[113047.956944] rcu: (detected by 47, t=20542262 jiffies, g=639685, q=34581 ncpus=256)
[113047.972262] Sending NMI from CPU 47 to CPUs 156:
[113047.972268] NMI backtrace for cpu 156
[113047.972274] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[113047.972277] Tainted: [D]=DIE, [W]=WARN
[113047.972277] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[113047.972278] Workqueue: cgroup_destroy css_free_rwork_fn
[113047.972281] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[113047.972283] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[113047.972284] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[113047.972285] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[113047.972285] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[113047.972286] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[113047.972286] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[113047.972286] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[113047.972287] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[113047.972288] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[113047.972288] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[113047.972289] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[113047.972289] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[113047.972289] PKRU: 55555554
[113047.972290] Call Trace:
[113047.972290] <TASK>
[113047.972292] _raw_spin_lock_irqsave+0x46/0x60
[113047.972293] cgroup_rstat_flush+0xf4/0x7e0
[113047.972294] cgroup_rstat_exit+0x20/0xf0
[113047.972295] css_free_rwork_fn+0x12e/0x400
[113047.972296] process_one_work+0x19e/0x3e0
[113047.972298] worker_thread+0x2ad/0x3c0
[113047.972299] kthread+0x108/0x220
[113047.972300] ? __pfx_worker_thread+0x10/0x10
[113047.972302] ? __pfx_kthread+0x10/0x10
[113047.972303] ret_from_fork+0x3d/0x60
[113047.972304] ? __pfx_kthread+0x10/0x10
[113047.972305] ret_from_fork_asm+0x1a/0x30
[113047.972306] </TASK>
[113227.983175] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[113227.996348] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5382354
[113228.014168] rcu: (detected by 194, t=20587279 jiffies, g=639685, q=34594 ncpus=256)
[113228.029587] Sending NMI from CPU 194 to CPUs 156:
[113228.029592] NMI backtrace for cpu 156
[113228.029598] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[113228.029600] Tainted: [D]=DIE, [W]=WARN
[113228.029601] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[113228.029602] Workqueue: cgroup_destroy css_free_rwork_fn
[113228.029605] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[113228.029607] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[113228.029608] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[113228.029609] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[113228.029609] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[113228.029609] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[113228.029610] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[113228.029610] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[113228.029611] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[113228.029612] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[113228.029612] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[113228.029613] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[113228.029613] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[113228.029613] PKRU: 55555554
[113228.029614] Call Trace:
[113228.029614] <TASK>
[113228.029615] _raw_spin_lock_irqsave+0x46/0x60
[113228.029617] cgroup_rstat_flush+0xf4/0x7e0
[113228.029618] cgroup_rstat_exit+0x20/0xf0
[113228.029619] css_free_rwork_fn+0x12e/0x400
[113228.029620] process_one_work+0x19e/0x3e0
[113228.029621] worker_thread+0x2ad/0x3c0
[113228.029623] kthread+0x108/0x220
[113228.029624] ? __pfx_worker_thread+0x10/0x10
[113228.029625] ? __pfx_kthread+0x10/0x10
[113228.029626] ret_from_fork+0x3d/0x60
[113228.029627] ? __pfx_kthread+0x10/0x10
[113228.029628] ret_from_fork_asm+0x1a/0x30
[113228.029630] </TASK>
[113408.044418] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[113408.057615] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5394200
[113408.075446] rcu: (detected by 3, t=20632295 jiffies, g=639685, q=34609 ncpus=256)
[113408.090672] Sending NMI from CPU 3 to CPUs 156:
[113408.090677] NMI backtrace for cpu 156
[113408.090683] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[113408.090685] Tainted: [D]=DIE, [W]=WARN
[113408.090686] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[113408.090687] Workqueue: cgroup_destroy css_free_rwork_fn
[113408.090690] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[113408.090692] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[113408.090693] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[113408.090694] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[113408.090694] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[113408.090694] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[113408.090695] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[113408.090695] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[113408.090697] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[113408.090697] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[113408.090698] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[113408.090699] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[113408.090699] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[113408.090699] PKRU: 55555554
[113408.090700] Call Trace:
[113408.090700] <TASK>
[113408.090701] _raw_spin_lock_irqsave+0x46/0x60
[113408.090703] cgroup_rstat_flush+0xf4/0x7e0
[113408.090704] cgroup_rstat_exit+0x20/0xf0
[113408.090705] css_free_rwork_fn+0x12e/0x400
[113408.090706] process_one_work+0x19e/0x3e0
[113408.090708] worker_thread+0x2ad/0x3c0
[113408.090709] kthread+0x108/0x220
[113408.090710] ? __pfx_worker_thread+0x10/0x10
[113408.090712] ? __pfx_kthread+0x10/0x10
[113408.090712] ret_from_fork+0x3d/0x60
[113408.090714] ? __pfx_kthread+0x10/0x10
[113408.090714] ret_from_fork_asm+0x1a/0x30
[113408.090716] </TASK>
[113588.105658] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[113588.118826] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5406069
[113588.136640] rcu: (detected by 98, t=20677311 jiffies, g=639685, q=34627 ncpus=256)
[113588.151946] Sending NMI from CPU 98 to CPUs 156:
[113588.151951] NMI backtrace for cpu 156
[113588.151957] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[113588.151960] Tainted: [D]=DIE, [W]=WARN
[113588.151960] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[113588.151961] Workqueue: cgroup_destroy css_free_rwork_fn
[113588.151964] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[113588.151966] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[113588.151968] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[113588.151968] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[113588.151969] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[113588.151969] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[113588.151969] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[113588.151970] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[113588.151971] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[113588.151971] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[113588.151972] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[113588.151972] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[113588.151973] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[113588.151973] PKRU: 55555554
[113588.151973] Call Trace:
[113588.151974] <TASK>
[113588.151975] _raw_spin_lock_irqsave+0x46/0x60
[113588.151976] cgroup_rstat_flush+0xf4/0x7e0
[113588.151978] cgroup_rstat_exit+0x20/0xf0
[113588.151979] css_free_rwork_fn+0x12e/0x400
[113588.151980] process_one_work+0x19e/0x3e0
[113588.151981] worker_thread+0x2ad/0x3c0
[113588.151983] kthread+0x108/0x220
[113588.151984] ? __pfx_worker_thread+0x10/0x10
[113588.151985] ? __pfx_kthread+0x10/0x10
[113588.151986] ret_from_fork+0x3d/0x60
[113588.151987] ? __pfx_kthread+0x10/0x10
[113588.151988] ret_from_fork_asm+0x1a/0x30
[113588.151990] </TASK>
[113768.166899] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[113768.180058] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5417944
[113768.197863] rcu: (detected by 91, t=20722327 jiffies, g=639685, q=34644 ncpus=256)
[113768.213160] Sending NMI from CPU 91 to CPUs 156:
[113768.213166] NMI backtrace for cpu 156
[113768.213171] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[113768.213174] Tainted: [D]=DIE, [W]=WARN
[113768.213174] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[113768.213175] Workqueue: cgroup_destroy css_free_rwork_fn
[113768.213179] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[113768.213181] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[113768.213182] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[113768.213182] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[113768.213183] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[113768.213183] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[113768.213184] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[113768.213184] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[113768.213185] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[113768.213186] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[113768.213186] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[113768.213187] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[113768.213187] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[113768.213187] PKRU: 55555554
[113768.213188] Call Trace:
[113768.213188] <TASK>
[113768.213190] _raw_spin_lock_irqsave+0x46/0x60
[113768.213191] cgroup_rstat_flush+0xf4/0x7e0
[113768.213192] cgroup_rstat_exit+0x20/0xf0
[113768.213193] css_free_rwork_fn+0x12e/0x400
[113768.213194] process_one_work+0x19e/0x3e0
[113768.213196] worker_thread+0x2ad/0x3c0
[113768.213198] kthread+0x108/0x220
[113768.213199] ? __pfx_worker_thread+0x10/0x10
[113768.213201] ? __pfx_kthread+0x10/0x10
[113768.213202] ret_from_fork+0x3d/0x60
[113768.213203] ? __pfx_kthread+0x10/0x10
[113768.213204] ret_from_fork_asm+0x1a/0x30
[113768.213206] </TASK>
[113948.228140] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[113948.241317] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5429823
[113948.259125] rcu: (detected by 175, t=20767343 jiffies, g=639685, q=34664 ncpus=256)
[113948.274531] Sending NMI from CPU 175 to CPUs 156:
[113948.274536] NMI backtrace for cpu 156
[113948.274541] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[113948.274544] Tainted: [D]=DIE, [W]=WARN
[113948.274544] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[113948.274545] Workqueue: cgroup_destroy css_free_rwork_fn
[113948.274548] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[113948.274550] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[113948.274551] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[113948.274552] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[113948.274552] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[113948.274553] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[113948.274553] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[113948.274554] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[113948.274554] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[113948.274555] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[113948.274555] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[113948.274556] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[113948.274557] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[113948.274557] PKRU: 55555554
[113948.274558] Call Trace:
[113948.274558] <TASK>
[113948.274559] _raw_spin_lock_irqsave+0x46/0x60
[113948.274561] cgroup_rstat_flush+0xf4/0x7e0
[113948.274562] cgroup_rstat_exit+0x20/0xf0
[113948.274563] css_free_rwork_fn+0x12e/0x400
[113948.274564] process_one_work+0x19e/0x3e0
[113948.274566] worker_thread+0x2ad/0x3c0
[113948.274567] kthread+0x108/0x220
[113948.274568] ? __pfx_worker_thread+0x10/0x10
[113948.274570] ? __pfx_kthread+0x10/0x10
[113948.274571] ret_from_fork+0x3d/0x60
[113948.274572] ? __pfx_kthread+0x10/0x10
[113948.274573] ret_from_fork_asm+0x1a/0x30
[113948.274575] </TASK>
[114128.289382] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[114128.302573] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5441703
[114128.320411] rcu: (detected by 175, t=20812359 jiffies, g=639685, q=34677 ncpus=256)
[114128.335844] Sending NMI from CPU 175 to CPUs 156:
[114128.335849] NMI backtrace for cpu 156
[114128.335855] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[114128.335858] Tainted: [D]=DIE, [W]=WARN
[114128.335858] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[114128.335859] Workqueue: cgroup_destroy css_free_rwork_fn
[114128.335862] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[114128.335864] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[114128.335866] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[114128.335866] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[114128.335867] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[114128.335867] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[114128.335868] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[114128.335868] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[114128.335869] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[114128.335870] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[114128.335870] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[114128.335871] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[114128.335871] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[114128.335871] PKRU: 55555554
[114128.335872] Call Trace:
[114128.335872] <TASK>
[114128.335873] _raw_spin_lock_irqsave+0x46/0x60
[114128.335875] cgroup_rstat_flush+0xf4/0x7e0
[114128.335876] cgroup_rstat_exit+0x20/0xf0
[114128.335877] css_free_rwork_fn+0x12e/0x400
[114128.335878] process_one_work+0x19e/0x3e0
[114128.335880] worker_thread+0x2ad/0x3c0
[114128.335881] kthread+0x108/0x220
[114128.335882] ? __pfx_worker_thread+0x10/0x10
[114128.335884] ? __pfx_kthread+0x10/0x10
[114128.335885] ret_from_fork+0x3d/0x60
[114128.335886] ? __pfx_kthread+0x10/0x10
[114128.335886] ret_from_fork_asm+0x1a/0x30
[114128.335889] </TASK>
[114308.350622] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[114308.363799] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5453576
[114308.381622] rcu: (detected by 175, t=20857375 jiffies, g=639685, q=34695 ncpus=256)
[114308.397043] Sending NMI from CPU 175 to CPUs 156:
[114308.397048] NMI backtrace for cpu 156
[114308.397054] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[114308.397057] Tainted: [D]=DIE, [W]=WARN
[114308.397057] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[114308.397059] Workqueue: cgroup_destroy css_free_rwork_fn
[114308.397062] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[114308.397064] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[114308.397065] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[114308.397066] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[114308.397066] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[114308.397067] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[114308.397067] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[114308.397068] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[114308.397069] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[114308.397069] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[114308.397069] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[114308.397070] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[114308.397070] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[114308.397071] PKRU: 55555554
[114308.397071] Call Trace:
[114308.397072] <TASK>
[114308.397073] _raw_spin_lock_irqsave+0x46/0x60
[114308.397074] cgroup_rstat_flush+0xf4/0x7e0
[114308.397076] cgroup_rstat_exit+0x20/0xf0
[114308.397077] css_free_rwork_fn+0x12e/0x400
[114308.397078] process_one_work+0x19e/0x3e0
[114308.397079] worker_thread+0x2ad/0x3c0
[114308.397081] kthread+0x108/0x220
[114308.397082] ? __pfx_worker_thread+0x10/0x10
[114308.397083] ? __pfx_kthread+0x10/0x10
[114308.397084] ret_from_fork+0x3d/0x60
[114308.397085] ? __pfx_kthread+0x10/0x10
[114308.397086] ret_from_fork_asm+0x1a/0x30
[114308.397088] </TASK>
[114488.411864] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[114488.425034] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5465445
[114488.442850] rcu: (detected by 175, t=20902391 jiffies, g=639685, q=34712 ncpus=256)
[114488.458255] Sending NMI from CPU 175 to CPUs 156:
[114488.458260] NMI backtrace for cpu 156
[114488.458266] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[114488.458269] Tainted: [D]=DIE, [W]=WARN
[114488.458269] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[114488.458270] Workqueue: cgroup_destroy css_free_rwork_fn
[114488.458273] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[114488.458275] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[114488.458276] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[114488.458277] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[114488.458277] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[114488.458278] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[114488.458278] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[114488.458279] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[114488.458279] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[114488.458280] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[114488.458280] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[114488.458281] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[114488.458281] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[114488.458282] PKRU: 55555554
[114488.458282] Call Trace:
[114488.458282] <TASK>
[114488.458284] _raw_spin_lock_irqsave+0x46/0x60
[114488.458285] cgroup_rstat_flush+0xf4/0x7e0
[114488.458286] cgroup_rstat_exit+0x20/0xf0
[114488.458287] css_free_rwork_fn+0x12e/0x400
[114488.458288] process_one_work+0x19e/0x3e0
[114488.458290] worker_thread+0x2ad/0x3c0
[114488.458291] kthread+0x108/0x220
[114488.458292] ? __pfx_worker_thread+0x10/0x10
[114488.458294] ? __pfx_kthread+0x10/0x10
[114488.458295] ret_from_fork+0x3d/0x60
[114488.458296] ? __pfx_kthread+0x10/0x10
[114488.458297] ret_from_fork_asm+0x1a/0x30
[114488.458299] </TASK>
[114668.473105] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[114668.486273] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5477320
[114668.504088] rcu: (detected by 175, t=20947407 jiffies, g=639685, q=34727 ncpus=256)
[114668.519503] Sending NMI from CPU 175 to CPUs 156:
[114668.519508] NMI backtrace for cpu 156
[114668.519514] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[114668.519516] Tainted: [D]=DIE, [W]=WARN
[114668.519517] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[114668.519518] Workqueue: cgroup_destroy css_free_rwork_fn
[114668.519521] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[114668.519523] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[114668.519524] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[114668.519525] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[114668.519525] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[114668.519525] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[114668.519526] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[114668.519526] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[114668.519527] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[114668.519528] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[114668.519528] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[114668.519529] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[114668.519529] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[114668.519529] PKRU: 55555554
[114668.519530] Call Trace:
[114668.519530] <TASK>
[114668.519532] _raw_spin_lock_irqsave+0x46/0x60
[114668.519533] cgroup_rstat_flush+0xf4/0x7e0
[114668.519534] cgroup_rstat_exit+0x20/0xf0
[114668.519535] css_free_rwork_fn+0x12e/0x400
[114668.519536] process_one_work+0x19e/0x3e0
[114668.519538] worker_thread+0x2ad/0x3c0
[114668.519539] kthread+0x108/0x220
[114668.519540] ? __pfx_worker_thread+0x10/0x10
[114668.519542] ? __pfx_kthread+0x10/0x10
[114668.519543] ret_from_fork+0x3d/0x60
[114668.519544] ? __pfx_kthread+0x10/0x10
[114668.519545] ret_from_fork_asm+0x1a/0x30
[114668.519547] </TASK>
[114848.534348] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[114848.547527] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5489191
[114848.565350] rcu: (detected by 219, t=20992423 jiffies, g=639685, q=34744 ncpus=256)
[114848.580773] Sending NMI from CPU 219 to CPUs 156:
[114848.580778] NMI backtrace for cpu 156
[114848.580784] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[114848.580786] Tainted: [D]=DIE, [W]=WARN
[114848.580787] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[114848.580788] Workqueue: cgroup_destroy css_free_rwork_fn
[114848.580791] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[114848.580793] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[114848.580794] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[114848.580795] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[114848.580795] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[114848.580796] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[114848.580796] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[114848.580796] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[114848.580797] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[114848.580798] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[114848.580798] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[114848.580799] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[114848.580799] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[114848.580800] PKRU: 55555554
[114848.580800] Call Trace:
[114848.580801] <TASK>
[114848.580802] _raw_spin_lock_irqsave+0x46/0x60
[114848.580803] cgroup_rstat_flush+0xf4/0x7e0
[114848.580804] cgroup_rstat_exit+0x20/0xf0
[114848.580805] css_free_rwork_fn+0x12e/0x400
[114848.580806] process_one_work+0x19e/0x3e0
[114848.580808] worker_thread+0x2ad/0x3c0
[114848.580809] kthread+0x108/0x220
[114848.580810] ? __pfx_worker_thread+0x10/0x10
[114848.580812] ? __pfx_kthread+0x10/0x10
[114848.580813] ret_from_fork+0x3d/0x60
[114848.580814] ? __pfx_kthread+0x10/0x10
[114848.580815] ret_from_fork_asm+0x1a/0x30
[114848.580817] </TASK>
[115028.595589] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[115028.608782] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5501086
[115028.626614] rcu: (detected by 159, t=21037439 jiffies, g=639685, q=34759 ncpus=256)
[115028.642043] Sending NMI from CPU 159 to CPUs 156:
[115028.642047] NMI backtrace for cpu 156
[115028.642049] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[115028.642052] Tainted: [D]=DIE, [W]=WARN
[115028.642052] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[115028.642053] Workqueue: cgroup_destroy css_free_rwork_fn
[115028.642055] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[115028.642057] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[115028.642058] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[115028.642059] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[115028.642059] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[115028.642059] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[115028.642060] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[115028.642060] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[115028.642061] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[115028.642062] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[115028.642062] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[115028.642063] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[115028.642063] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[115028.642063] PKRU: 55555554
[115028.642064] Call Trace:
[115028.642064] <TASK>
[115028.642065] _raw_spin_lock_irqsave+0x46/0x60
[115028.642067] cgroup_rstat_flush+0xf4/0x7e0
[115028.642068] cgroup_rstat_exit+0x20/0xf0
[115028.642069] css_free_rwork_fn+0x12e/0x400
[115028.642070] process_one_work+0x19e/0x3e0
[115028.642071] worker_thread+0x2ad/0x3c0
[115028.642073] kthread+0x108/0x220
[115028.642074] ? __pfx_worker_thread+0x10/0x10
[115028.642075] ? __pfx_kthread+0x10/0x10
[115028.642076] ret_from_fork+0x3d/0x60
[115028.642077] ? __pfx_kthread+0x10/0x10
[115028.642078] ret_from_fork_asm+0x1a/0x30
[115028.642080] </TASK>
[115208.656831] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[115208.670006] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5513028
[115208.687825] rcu: (detected by 159, t=21082455 jiffies, g=639685, q=34777 ncpus=256)
[115208.703243] Sending NMI from CPU 159 to CPUs 156:
[115208.703247] NMI backtrace for cpu 156
[115208.703249] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[115208.703251] Tainted: [D]=DIE, [W]=WARN
[115208.703251] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[115208.703252] Workqueue: cgroup_destroy css_free_rwork_fn
[115208.703254] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[115208.703255] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[115208.703256] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[115208.703256] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[115208.703257] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[115208.703257] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[115208.703258] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[115208.703258] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[115208.703259] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[115208.703260] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[115208.703260] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[115208.703261] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[115208.703261] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[115208.703261] PKRU: 55555554
[115208.703262] Call Trace:
[115208.703262] <TASK>
[115208.703263] _raw_spin_lock_irqsave+0x46/0x60
[115208.703264] cgroup_rstat_flush+0xf4/0x7e0
[115208.703266] cgroup_rstat_exit+0x20/0xf0
[115208.703267] css_free_rwork_fn+0x12e/0x400
[115208.703268] process_one_work+0x19e/0x3e0
[115208.703269] worker_thread+0x2ad/0x3c0
[115208.703271] kthread+0x108/0x220
[115208.703272] ? __pfx_worker_thread+0x10/0x10
[115208.703273] ? __pfx_kthread+0x10/0x10
[115208.703274] ret_from_fork+0x3d/0x60
[115208.703275] ? __pfx_kthread+0x10/0x10
[115208.703276] ret_from_fork_asm+0x1a/0x30
[115208.703278] </TASK>
[115388.718070] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[115388.731249] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5524946
[115388.749069] rcu: (detected by 17, t=21127471 jiffies, g=639685, q=34792 ncpus=256)
[115388.764381] Sending NMI from CPU 17 to CPUs 156:
[115388.764387] NMI backtrace for cpu 156
[115388.764392] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[115388.764394] Tainted: [D]=DIE, [W]=WARN
[115388.764394] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[115388.764395] Workqueue: cgroup_destroy css_free_rwork_fn
[115388.764397] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[115388.764399] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[115388.764400] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[115388.764400] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[115388.764401] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[115388.764401] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[115388.764402] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[115388.764402] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[115388.764403] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[115388.764404] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[115388.764404] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[115388.764405] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[115388.764405] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[115388.764405] PKRU: 55555554
[115388.764406] Call Trace:
[115388.764406] <TASK>
[115388.764407] _raw_spin_lock_irqsave+0x46/0x60
[115388.764409] cgroup_rstat_flush+0xf4/0x7e0
[115388.764410] cgroup_rstat_exit+0x20/0xf0
[115388.764411] css_free_rwork_fn+0x12e/0x400
[115388.764412] process_one_work+0x19e/0x3e0
[115388.764414] worker_thread+0x2ad/0x3c0
[115388.764415] kthread+0x108/0x220
[115388.764416] ? __pfx_worker_thread+0x10/0x10
[115388.764418] ? __pfx_kthread+0x10/0x10
[115388.764418] ret_from_fork+0x3d/0x60
[115388.764420] ? __pfx_kthread+0x10/0x10
[115388.764420] ret_from_fork_asm+0x1a/0x30
[115388.764422] </TASK>
[115568.779313] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[115568.792468] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5536868
[115568.810264] rcu: (detected by 47, t=21172486 jiffies, g=639685, q=34807 ncpus=256)
[115568.825551] Sending NMI from CPU 47 to CPUs 156:
[115568.825555] NMI backtrace for cpu 156
[115568.825561] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[115568.825564] Tainted: [D]=DIE, [W]=WARN
[115568.825564] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[115568.825565] Workqueue: cgroup_destroy css_free_rwork_fn
[115568.825568] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[115568.825571] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[115568.825572] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[115568.825573] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[115568.825574] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[115568.825574] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[115568.825574] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[115568.825575] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[115568.825576] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[115568.825576] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[115568.825577] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[115568.825577] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[115568.825578] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[115568.825578] PKRU: 55555554
[115568.825579] Call Trace:
[115568.825579] <TASK>
[115568.825580] _raw_spin_lock_irqsave+0x46/0x60
[115568.825582] cgroup_rstat_flush+0xf4/0x7e0
[115568.825583] cgroup_rstat_exit+0x20/0xf0
[115568.825584] css_free_rwork_fn+0x12e/0x400
[115568.825585] process_one_work+0x19e/0x3e0
[115568.825587] worker_thread+0x2ad/0x3c0
[115568.825588] kthread+0x108/0x220
[115568.825589] ? __pfx_worker_thread+0x10/0x10
[115568.825590] ? __pfx_kthread+0x10/0x10
[115568.825591] ret_from_fork+0x3d/0x60
[115568.825593] ? __pfx_kthread+0x10/0x10
[115568.825593] ret_from_fork_asm+0x1a/0x30
[115568.825595] </TASK>
[115748.820553] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[115748.833712] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5548719
[115748.851515] rcu: (detected by 199, t=21217498 jiffies, g=639685, q=34825 ncpus=256)
[115748.866916] Sending NMI from CPU 199 to CPUs 156:
[115748.866921] NMI backtrace for cpu 156
[115748.866927] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[115748.866930] Tainted: [D]=DIE, [W]=WARN
[115748.866930] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[115748.866931] Workqueue: cgroup_destroy css_free_rwork_fn
[115748.866934] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[115748.866936] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[115748.866938] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[115748.866938] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[115748.866939] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[115748.866939] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[115748.866940] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[115748.866940] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[115748.866941] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[115748.866942] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[115748.866942] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[115748.866943] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[115748.866943] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[115748.866943] PKRU: 55555554
[115748.866944] Call Trace:
[115748.866944] <TASK>
[115748.866945] _raw_spin_lock_irqsave+0x46/0x60
[115748.866947] cgroup_rstat_flush+0xf4/0x7e0
[115748.866948] cgroup_rstat_exit+0x20/0xf0
[115748.866949] css_free_rwork_fn+0x12e/0x400
[115748.866950] process_one_work+0x19e/0x3e0
[115748.866952] worker_thread+0x2ad/0x3c0
[115748.866953] kthread+0x108/0x220
[115748.866954] ? __pfx_worker_thread+0x10/0x10
[115748.866955] ? __pfx_kthread+0x10/0x10
[115748.866956] ret_from_fork+0x3d/0x60
[115748.866957] ? __pfx_kthread+0x10/0x10
[115748.866958] ret_from_fork_asm+0x1a/0x30
[115748.866960] </TASK>
[115928.881795] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[115928.894961] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5560611
[115928.912777] rcu: (detected by 194, t=21262514 jiffies, g=639685, q=34839 ncpus=256)
[115928.928191] Sending NMI from CPU 194 to CPUs 156:
[115928.928196] NMI backtrace for cpu 156
[115928.928202] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[115928.928205] Tainted: [D]=DIE, [W]=WARN
[115928.928205] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[115928.928206] Workqueue: cgroup_destroy css_free_rwork_fn
[115928.928209] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[115928.928211] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[115928.928213] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[115928.928214] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[115928.928214] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[115928.928214] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[115928.928215] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[115928.928216] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[115928.928217] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[115928.928218] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[115928.928218] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[115928.928219] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[115928.928219] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[115928.928219] PKRU: 55555554
[115928.928220] Call Trace:
[115928.928220] <TASK>
[115928.928221] _raw_spin_lock_irqsave+0x46/0x60
[115928.928223] cgroup_rstat_flush+0xf4/0x7e0
[115928.928224] cgroup_rstat_exit+0x20/0xf0
[115928.928225] css_free_rwork_fn+0x12e/0x400
[115928.928226] process_one_work+0x19e/0x3e0
[115928.928228] worker_thread+0x2ad/0x3c0
[115928.928229] kthread+0x108/0x220
[115928.928230] ? __pfx_worker_thread+0x10/0x10
[115928.928231] ? __pfx_kthread+0x10/0x10
[115928.928232] ret_from_fork+0x3d/0x60
[115928.928233] ? __pfx_kthread+0x10/0x10
[115928.928234] ret_from_fork_asm+0x1a/0x30
[115928.928236] </TASK>
[116108.943036] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[116108.956233] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5572495
[116108.974067] rcu: (detected by 1, t=21307530 jiffies, g=639685, q=34855 ncpus=256)
[116108.989299] Sending NMI from CPU 1 to CPUs 156:
[116108.989304] NMI backtrace for cpu 156
[116108.989310] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[116108.989313] Tainted: [D]=DIE, [W]=WARN
[116108.989313] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[116108.989314] Workqueue: cgroup_destroy css_free_rwork_fn
[116108.989317] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[116108.989319] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[116108.989320] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[116108.989321] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[116108.989321] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[116108.989321] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[116108.989322] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[116108.989322] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[116108.989323] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[116108.989324] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[116108.989324] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[116108.989325] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[116108.989325] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[116108.989325] PKRU: 55555554
[116108.989326] Call Trace:
[116108.989326] <TASK>
[116108.989327] _raw_spin_lock_irqsave+0x46/0x60
[116108.989329] cgroup_rstat_flush+0xf4/0x7e0
[116108.989330] cgroup_rstat_exit+0x20/0xf0
[116108.989331] css_free_rwork_fn+0x12e/0x400
[116108.989332] process_one_work+0x19e/0x3e0
[116108.989334] worker_thread+0x2ad/0x3c0
[116108.989335] kthread+0x108/0x220
[116108.989336] ? __pfx_worker_thread+0x10/0x10
[116108.989337] ? __pfx_kthread+0x10/0x10
[116108.989338] ret_from_fork+0x3d/0x60
[116108.989339] ? __pfx_kthread+0x10/0x10
[116108.989340] ret_from_fork_asm+0x1a/0x30
[116108.989342] </TASK>
[116289.004277] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[116289.017452] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5584361
[116289.035270] rcu: (detected by 199, t=21352546 jiffies, g=639685, q=34870 ncpus=256)
[116289.050686] Sending NMI from CPU 199 to CPUs 156:
[116289.050691] NMI backtrace for cpu 156
[116289.050696] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[116289.050699] Tainted: [D]=DIE, [W]=WARN
[116289.050700] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[116289.050701] Workqueue: cgroup_destroy css_free_rwork_fn
[116289.050704] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[116289.050707] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[116289.050708] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[116289.050708] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[116289.050709] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[116289.050709] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[116289.050710] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[116289.050710] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[116289.050711] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[116289.050711] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[116289.050712] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[116289.050713] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[116289.050713] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[116289.050713] PKRU: 55555554
[116289.050714] Call Trace:
[116289.050714] <TASK>
[116289.050715] _raw_spin_lock_irqsave+0x46/0x60
[116289.050717] cgroup_rstat_flush+0xf4/0x7e0
[116289.050718] cgroup_rstat_exit+0x20/0xf0
[116289.050719] css_free_rwork_fn+0x12e/0x400
[116289.050720] process_one_work+0x19e/0x3e0
[116289.050721] worker_thread+0x2ad/0x3c0
[116289.050723] kthread+0x108/0x220
[116289.050724] ? __pfx_worker_thread+0x10/0x10
[116289.050725] ? __pfx_kthread+0x10/0x10
[116289.050726] ret_from_fork+0x3d/0x60
[116289.050727] ? __pfx_kthread+0x10/0x10
[116289.050728] ret_from_fork_asm+0x1a/0x30
[116289.050730] </TASK>
[116469.065517] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[116469.078718] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5596251
[116469.096558] rcu: (detected by 175, t=21397562 jiffies, g=639685, q=34885 ncpus=256)
[116469.111994] Sending NMI from CPU 175 to CPUs 156:
[116469.112000] NMI backtrace for cpu 156
[116469.112005] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[116469.112008] Tainted: [D]=DIE, [W]=WARN
[116469.112008] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[116469.112009] Workqueue: cgroup_destroy css_free_rwork_fn
[116469.112012] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[116469.112015] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[116469.112016] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[116469.112016] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[116469.112017] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[116469.112017] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[116469.112018] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[116469.112018] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[116469.112019] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[116469.112019] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[116469.112020] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[116469.112020] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[116469.112021] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[116469.112021] PKRU: 55555554
[116469.112021] Call Trace:
[116469.112022] <TASK>
[116469.112023] _raw_spin_lock_irqsave+0x46/0x60
[116469.112025] cgroup_rstat_flush+0xf4/0x7e0
[116469.112026] cgroup_rstat_exit+0x20/0xf0
[116469.112027] css_free_rwork_fn+0x12e/0x400
[116469.112028] process_one_work+0x19e/0x3e0
[116469.112029] worker_thread+0x2ad/0x3c0
[116469.112031] kthread+0x108/0x220
[116469.112032] ? __pfx_worker_thread+0x10/0x10
[116469.112033] ? __pfx_kthread+0x10/0x10
[116469.112034] ret_from_fork+0x3d/0x60
[116469.112035] ? __pfx_kthread+0x10/0x10
[116469.112036] ret_from_fork_asm+0x1a/0x30
[116469.112038] </TASK>
[116649.126760] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[116649.139939] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5608121
[116649.157764] rcu: (detected by 44, t=21442578 jiffies, g=639685, q=34897 ncpus=256)
[116649.173082] Sending NMI from CPU 44 to CPUs 156:
[116649.173089] NMI backtrace for cpu 156
[116649.173094] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[116649.173097] Tainted: [D]=DIE, [W]=WARN
[116649.173097] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[116649.173098] Workqueue: cgroup_destroy css_free_rwork_fn
[116649.173101] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[116649.173103] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[116649.173104] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[116649.173105] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[116649.173105] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[116649.173106] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[116649.173106] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[116649.173107] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[116649.173107] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[116649.173108] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[116649.173108] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[116649.173109] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[116649.173109] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[116649.173110] PKRU: 55555554
[116649.173110] Call Trace:
[116649.173111] <TASK>
[116649.173112] _raw_spin_lock_irqsave+0x46/0x60
[116649.173113] cgroup_rstat_flush+0xf4/0x7e0
[116649.173114] cgroup_rstat_exit+0x20/0xf0
[116649.173115] css_free_rwork_fn+0x12e/0x400
[116649.173116] process_one_work+0x19e/0x3e0
[116649.173118] worker_thread+0x2ad/0x3c0
[116649.173119] kthread+0x108/0x220
[116649.173120] ? __pfx_worker_thread+0x10/0x10
[116649.173122] ? __pfx_kthread+0x10/0x10
[116649.173123] ret_from_fork+0x3d/0x60
[116649.173124] ? __pfx_kthread+0x10/0x10
[116649.173125] ret_from_fork_asm+0x1a/0x30
[116649.173127] </TASK>
[116829.188001] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[116829.201173] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5620044
[116829.218996] rcu: (detected by 175, t=21487594 jiffies, g=639685, q=34917 ncpus=256)
[116829.234418] Sending NMI from CPU 175 to CPUs 156:
[116829.234423] NMI backtrace for cpu 156
[116829.234428] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[116829.234431] Tainted: [D]=DIE, [W]=WARN
[116829.234432] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[116829.234433] Workqueue: cgroup_destroy css_free_rwork_fn
[116829.234436] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[116829.234438] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[116829.234439] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[116829.234439] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[116829.234440] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[116829.234440] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[116829.234441] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[116829.234441] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[116829.234442] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[116829.234443] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[116829.234443] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[116829.234444] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[116829.234444] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[116829.234444] PKRU: 55555554
[116829.234445] Call Trace:
[116829.234445] <TASK>
[116829.234446] _raw_spin_lock_irqsave+0x46/0x60
[116829.234448] cgroup_rstat_flush+0xf4/0x7e0
[116829.234449] cgroup_rstat_exit+0x20/0xf0
[116829.234450] css_free_rwork_fn+0x12e/0x400
[116829.234451] process_one_work+0x19e/0x3e0
[116829.234452] worker_thread+0x2ad/0x3c0
[116829.234454] kthread+0x108/0x220
[116829.234455] ? __pfx_worker_thread+0x10/0x10
[116829.234456] ? __pfx_kthread+0x10/0x10
[116829.234457] ret_from_fork+0x3d/0x60
[116829.234458] ? __pfx_kthread+0x10/0x10
[116829.234459] ret_from_fork_asm+0x1a/0x30
[116829.234461] </TASK>
[117009.249241] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[117009.262426] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5631891
[117009.280257] rcu: (detected by 175, t=21532610 jiffies, g=639685, q=34935 ncpus=256)
[117009.295686] Sending NMI from CPU 175 to CPUs 156:
[117009.295690] NMI backtrace for cpu 156
[117009.295696] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[117009.295699] Tainted: [D]=DIE, [W]=WARN
[117009.295700] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[117009.295701] Workqueue: cgroup_destroy css_free_rwork_fn
[117009.295704] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[117009.295706] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[117009.295707] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[117009.295707] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[117009.295708] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[117009.295708] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[117009.295709] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[117009.295709] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[117009.295710] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[117009.295711] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[117009.295711] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[117009.295712] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[117009.295712] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[117009.295712] PKRU: 55555554
[117009.295712] Call Trace:
[117009.295713] <TASK>
[117009.295714] _raw_spin_lock_irqsave+0x46/0x60
[117009.295716] cgroup_rstat_flush+0xf4/0x7e0
[117009.295717] cgroup_rstat_exit+0x20/0xf0
[117009.295718] css_free_rwork_fn+0x12e/0x400
[117009.295719] process_one_work+0x19e/0x3e0
[117009.295720] worker_thread+0x2ad/0x3c0
[117009.295722] kthread+0x108/0x220
[117009.295723] ? __pfx_worker_thread+0x10/0x10
[117009.295724] ? __pfx_kthread+0x10/0x10
[117009.295725] ret_from_fork+0x3d/0x60
[117009.295726] ? __pfx_kthread+0x10/0x10
[117009.295727] ret_from_fork_asm+0x1a/0x30
[117009.295729] </TASK>
[117189.310485] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[117189.323675] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5643735
[117189.341508] rcu: (detected by 227, t=21577626 jiffies, g=639685, q=34950 ncpus=256)
[117189.356931] Sending NMI from CPU 227 to CPUs 156:
[117189.356937] NMI backtrace for cpu 156
[117189.356943] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[117189.356946] Tainted: [D]=DIE, [W]=WARN
[117189.356946] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[117189.356947] Workqueue: cgroup_destroy css_free_rwork_fn
[117189.356951] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[117189.356953] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[117189.356954] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[117189.356954] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[117189.356955] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[117189.356956] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[117189.356956] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[117189.356957] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[117189.356958] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[117189.356958] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[117189.356959] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[117189.356959] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[117189.356960] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[117189.356960] PKRU: 55555554
[117189.356960] Call Trace:
[117189.356961] <TASK>
[117189.356962] _raw_spin_lock_irqsave+0x46/0x60
[117189.356964] cgroup_rstat_flush+0xf4/0x7e0
[117189.356965] cgroup_rstat_exit+0x20/0xf0
[117189.356967] css_free_rwork_fn+0x12e/0x400
[117189.356967] process_one_work+0x19e/0x3e0
[117189.356969] worker_thread+0x2ad/0x3c0
[117189.356971] kthread+0x108/0x220
[117189.356971] ? __pfx_worker_thread+0x10/0x10
[117189.356973] ? __pfx_kthread+0x10/0x10
[117189.356974] ret_from_fork+0x3d/0x60
[117189.356975] ? __pfx_kthread+0x10/0x10
[117189.356976] ret_from_fork_asm+0x1a/0x30
[117189.356978] </TASK>
[117369.371725] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[117369.384906] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5655599
[117369.402726] rcu: (detected by 149, t=21622642 jiffies, g=639685, q=34963 ncpus=256)
[117369.418146] Sending NMI from CPU 149 to CPUs 156:
[117369.418152] NMI backtrace for cpu 156
[117369.418157] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[117369.418159] Tainted: [D]=DIE, [W]=WARN
[117369.418160] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[117369.418160] Workqueue: cgroup_destroy css_free_rwork_fn
[117369.418164] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[117369.418166] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[117369.418167] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[117369.418168] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[117369.418168] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[117369.418168] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[117369.418169] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[117369.418170] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[117369.418171] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[117369.418171] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[117369.418172] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[117369.418172] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[117369.418173] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[117369.418173] PKRU: 55555554
[117369.418173] Call Trace:
[117369.418174] <TASK>
[117369.418175] _raw_spin_lock_irqsave+0x46/0x60
[117369.418176] cgroup_rstat_flush+0xf4/0x7e0
[117369.418178] cgroup_rstat_exit+0x20/0xf0
[117369.418179] css_free_rwork_fn+0x12e/0x400
[117369.418179] process_one_work+0x19e/0x3e0
[117369.418181] worker_thread+0x2ad/0x3c0
[117369.418183] kthread+0x108/0x220
[117369.418184] ? __pfx_worker_thread+0x10/0x10
[117369.418185] ? __pfx_kthread+0x10/0x10
[117369.418186] ret_from_fork+0x3d/0x60
[117369.418187] ? __pfx_kthread+0x10/0x10
[117369.418188] ret_from_fork_asm+0x1a/0x30
[117369.418190] </TASK>
[117549.432966] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[117549.446150] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5667493
[117549.463976] rcu: (detected by 57, t=21667658 jiffies, g=639685, q=34977 ncpus=256)
[117549.479297] Sending NMI from CPU 57 to CPUs 156:
[117549.479302] NMI backtrace for cpu 156
[117549.479308] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[117549.479310] Tainted: [D]=DIE, [W]=WARN
[117549.479311] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[117549.479312] Workqueue: cgroup_destroy css_free_rwork_fn
[117549.479315] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[117549.479317] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[117549.479318] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[117549.479319] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[117549.479319] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[117549.479320] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[117549.479320] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[117549.479320] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[117549.479321] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[117549.479322] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[117549.479322] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[117549.479323] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[117549.479323] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[117549.479323] PKRU: 55555554
[117549.479324] Call Trace:
[117549.479325] <TASK>
[117549.479326] _raw_spin_lock_irqsave+0x46/0x60
[117549.479327] cgroup_rstat_flush+0xf4/0x7e0
[117549.479328] cgroup_rstat_exit+0x20/0xf0
[117549.479330] css_free_rwork_fn+0x12e/0x400
[117549.479331] process_one_work+0x19e/0x3e0
[117549.479333] worker_thread+0x2ad/0x3c0
[117549.479334] kthread+0x108/0x220
[117549.479335] ? __pfx_worker_thread+0x10/0x10
[117549.479337] ? __pfx_kthread+0x10/0x10
[117549.479338] ret_from_fork+0x3d/0x60
[117549.479339] ? __pfx_kthread+0x10/0x10
[117549.479340] ret_from_fork_asm+0x1a/0x30
[117549.479342] </TASK>
[117729.494207] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[117729.507388] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5679363
[117729.525217] rcu: (detected by 71, t=21712674 jiffies, g=639685, q=34993 ncpus=256)
[117729.540540] Sending NMI from CPU 71 to CPUs 156:
[117729.540544] NMI backtrace for cpu 156
[117729.540550] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[117729.540553] Tainted: [D]=DIE, [W]=WARN
[117729.540554] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[117729.540555] Workqueue: cgroup_destroy css_free_rwork_fn
[117729.540558] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[117729.540560] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[117729.540562] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[117729.540562] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[117729.540563] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[117729.540563] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[117729.540564] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[117729.540564] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[117729.540565] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[117729.540566] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[117729.540566] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[117729.540567] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[117729.540567] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[117729.540567] PKRU: 55555554
[117729.540568] Call Trace:
[117729.540568] <TASK>
[117729.540569] _raw_spin_lock_irqsave+0x46/0x60
[117729.540571] cgroup_rstat_flush+0xf4/0x7e0
[117729.540572] cgroup_rstat_exit+0x20/0xf0
[117729.540573] css_free_rwork_fn+0x12e/0x400
[117729.540574] process_one_work+0x19e/0x3e0
[117729.540576] worker_thread+0x2ad/0x3c0
[117729.540578] kthread+0x108/0x220
[117729.540579] ? __pfx_worker_thread+0x10/0x10
[117729.540580] ? __pfx_kthread+0x10/0x10
[117729.540581] ret_from_fork+0x3d/0x60
[117729.540582] ? __pfx_kthread+0x10/0x10
[117729.540583] ret_from_fork_asm+0x1a/0x30
[117729.540585] </TASK>
[117909.555450] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[117909.568626] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5691232
[117909.586433] rcu: (detected by 175, t=21757690 jiffies, g=639685, q=35008 ncpus=256)
[117909.601844] Sending NMI from CPU 175 to CPUs 156:
[117909.601850] NMI backtrace for cpu 156
[117909.601856] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[117909.601858] Tainted: [D]=DIE, [W]=WARN
[117909.601859] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[117909.601860] Workqueue: cgroup_destroy css_free_rwork_fn
[117909.601863] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[117909.601865] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[117909.601866] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[117909.601866] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[117909.601867] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[117909.601867] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[117909.601868] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[117909.601868] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[117909.601869] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[117909.601870] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[117909.601870] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[117909.601871] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[117909.601871] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[117909.601871] PKRU: 55555554
[117909.601871] Call Trace:
[117909.601872] <TASK>
[117909.601873] _raw_spin_lock_irqsave+0x46/0x60
[117909.601874] cgroup_rstat_flush+0xf4/0x7e0
[117909.601876] cgroup_rstat_exit+0x20/0xf0
[117909.601877] css_free_rwork_fn+0x12e/0x400
[117909.601878] process_one_work+0x19e/0x3e0
[117909.601879] worker_thread+0x2ad/0x3c0
[117909.601881] kthread+0x108/0x220
[117909.601882] ? __pfx_worker_thread+0x10/0x10
[117909.601883] ? __pfx_kthread+0x10/0x10
[117909.601884] ret_from_fork+0x3d/0x60
[117909.601885] ? __pfx_kthread+0x10/0x10
[117909.601886] ret_from_fork_asm+0x1a/0x30
[117909.601888] </TASK>
[118089.616689] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[118089.629869] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5703096
[118089.647695] rcu: (detected by 175, t=21802706 jiffies, g=639685, q=35024 ncpus=256)
[118089.663107] Sending NMI from CPU 175 to CPUs 156:
[118089.663111] NMI backtrace for cpu 156
[118089.663117] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[118089.663120] Tainted: [D]=DIE, [W]=WARN
[118089.663120] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[118089.663121] Workqueue: cgroup_destroy css_free_rwork_fn
[118089.663124] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[118089.663126] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[118089.663127] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[118089.663128] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[118089.663128] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[118089.663128] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[118089.663129] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[118089.663129] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[118089.663130] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[118089.663131] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[118089.663131] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[118089.663132] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[118089.663132] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[118089.663132] PKRU: 55555554
[118089.663133] Call Trace:
[118089.663133] <TASK>
[118089.663134] _raw_spin_lock_irqsave+0x46/0x60
[118089.663136] cgroup_rstat_flush+0xf4/0x7e0
[118089.663137] cgroup_rstat_exit+0x20/0xf0
[118089.663138] css_free_rwork_fn+0x12e/0x400
[118089.663139] process_one_work+0x19e/0x3e0
[118089.663141] worker_thread+0x2ad/0x3c0
[118089.663142] kthread+0x108/0x220
[118089.663143] ? __pfx_worker_thread+0x10/0x10
[118089.663145] ? __pfx_kthread+0x10/0x10
[118089.663146] ret_from_fork+0x3d/0x60
[118089.663147] ? __pfx_kthread+0x10/0x10
[118089.663147] ret_from_fork_asm+0x1a/0x30
[118089.663149] </TASK>
[118269.677937] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[118269.691104] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5714950
[118269.708920] rcu: (detected by 47, t=21847721 jiffies, g=639685, q=35039 ncpus=256)
[118269.724229] Sending NMI from CPU 47 to CPUs 156:
[118269.724233] NMI backtrace for cpu 156
[118269.724239] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[118269.724241] Tainted: [D]=DIE, [W]=WARN
[118269.724242] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[118269.724243] Workqueue: cgroup_destroy css_free_rwork_fn
[118269.724246] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[118269.724248] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[118269.724249] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[118269.724249] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[118269.724250] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[118269.724250] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[118269.724251] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[118269.724251] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[118269.724252] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[118269.724253] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[118269.724253] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[118269.724254] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[118269.724254] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[118269.724254] PKRU: 55555554
[118269.724255] Call Trace:
[118269.724255] <TASK>
[118269.724256] _raw_spin_lock_irqsave+0x46/0x60
[118269.724258] cgroup_rstat_flush+0xf4/0x7e0
[118269.724259] cgroup_rstat_exit+0x20/0xf0
[118269.724260] css_free_rwork_fn+0x12e/0x400
[118269.724261] process_one_work+0x19e/0x3e0
[118269.724262] worker_thread+0x2ad/0x3c0
[118269.724264] kthread+0x108/0x220
[118269.724265] ? __pfx_worker_thread+0x10/0x10
[118269.724266] ? __pfx_kthread+0x10/0x10
[118269.724267] ret_from_fork+0x3d/0x60
[118269.724268] ? __pfx_kthread+0x10/0x10
[118269.724269] ret_from_fork_asm+0x1a/0x30
[118269.724271] </TASK>
[118449.739171] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[118449.752323] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5726799
[118449.770123] rcu: (detected by 175, t=21892738 jiffies, g=639685, q=35051 ncpus=256)
[118449.785515] Sending NMI from CPU 175 to CPUs 156:
[118449.785519] NMI backtrace for cpu 156
[118449.785525] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[118449.785528] Tainted: [D]=DIE, [W]=WARN
[118449.785528] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[118449.785529] Workqueue: cgroup_destroy css_free_rwork_fn
[118449.785532] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[118449.785535] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[118449.785536] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[118449.785537] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[118449.785537] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[118449.785538] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[118449.785538] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[118449.785539] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[118449.785540] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[118449.785540] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[118449.785540] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[118449.785541] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[118449.785541] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[118449.785542] PKRU: 55555554
[118449.785542] Call Trace:
[118449.785543] <TASK>
[118449.785544] _raw_spin_lock_irqsave+0x46/0x60
[118449.785545] cgroup_rstat_flush+0xf4/0x7e0
[118449.785547] cgroup_rstat_exit+0x20/0xf0
[118449.785548] css_free_rwork_fn+0x12e/0x400
[118449.785548] process_one_work+0x19e/0x3e0
[118449.785550] worker_thread+0x2ad/0x3c0
[118449.785552] kthread+0x108/0x220
[118449.785553] ? __pfx_worker_thread+0x10/0x10
[118449.785554] ? __pfx_kthread+0x10/0x10
[118449.785555] ret_from_fork+0x3d/0x60
[118449.785556] ? __pfx_kthread+0x10/0x10
[118449.785557] ret_from_fork_asm+0x1a/0x30
[118449.785559] </TASK>
[118629.800412] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[118629.813574] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5738661
[118629.831385] rcu: (detected by 175, t=21937754 jiffies, g=639685, q=35065 ncpus=256)
[118629.846792] Sending NMI from CPU 175 to CPUs 156:
[118629.846797] NMI backtrace for cpu 156
[118629.846802] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[118629.846805] Tainted: [D]=DIE, [W]=WARN
[118629.846806] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[118629.846808] Workqueue: cgroup_destroy css_free_rwork_fn
[118629.846811] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[118629.846813] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[118629.846814] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[118629.846815] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[118629.846816] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[118629.846816] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[118629.846817] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[118629.846817] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[118629.846819] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[118629.846819] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[118629.846820] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[118629.846821] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[118629.846821] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[118629.846822] PKRU: 55555554
[118629.846822] Call Trace:
[118629.846823] <TASK>
[118629.846824] _raw_spin_lock_irqsave+0x46/0x60
[118629.846825] cgroup_rstat_flush+0xf4/0x7e0
[118629.846826] cgroup_rstat_exit+0x20/0xf0
[118629.846827] css_free_rwork_fn+0x12e/0x400
[118629.846828] process_one_work+0x19e/0x3e0
[118629.846830] worker_thread+0x2ad/0x3c0
[118629.846831] kthread+0x108/0x220
[118629.846832] ? __pfx_worker_thread+0x10/0x10
[118629.846834] ? __pfx_kthread+0x10/0x10
[118629.846835] ret_from_fork+0x3d/0x60
[118629.846836] ? __pfx_kthread+0x10/0x10
[118629.846837] ret_from_fork_asm+0x1a/0x30
[118629.846839] </TASK>
[118809.861656] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[118809.874849] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5750507
[118809.892684] rcu: (detected by 159, t=21982770 jiffies, g=639685, q=35082 ncpus=256)
[118809.908115] Sending NMI from CPU 159 to CPUs 156:
[118809.908119] NMI backtrace for cpu 156
[118809.908122] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[118809.908124] Tainted: [D]=DIE, [W]=WARN
[118809.908125] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[118809.908125] Workqueue: cgroup_destroy css_free_rwork_fn
[118809.908127] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[118809.908129] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[118809.908130] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[118809.908130] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[118809.908131] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[118809.908131] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[118809.908131] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[118809.908132] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[118809.908133] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[118809.908133] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[118809.908134] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[118809.908134] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[118809.908135] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[118809.908135] PKRU: 55555554
[118809.908135] Call Trace:
[118809.908136] <TASK>
[118809.908137] _raw_spin_lock_irqsave+0x46/0x60
[118809.908138] cgroup_rstat_flush+0xf4/0x7e0
[118809.908140] cgroup_rstat_exit+0x20/0xf0
[118809.908141] css_free_rwork_fn+0x12e/0x400
[118809.908141] process_one_work+0x19e/0x3e0
[118809.908143] worker_thread+0x2ad/0x3c0
[118809.908145] kthread+0x108/0x220
[118809.908146] ? __pfx_worker_thread+0x10/0x10
[118809.908147] ? __pfx_kthread+0x10/0x10
[118809.908148] ret_from_fork+0x3d/0x60
[118809.908149] ? __pfx_kthread+0x10/0x10
[118809.908150] ret_from_fork_asm+0x1a/0x30
[118809.908152] </TASK>
[118989.922895] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[118989.936072] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5762388
[118989.953894] rcu: (detected by 194, t=22027786 jiffies, g=639685, q=35098 ncpus=256)
[118989.969313] Sending NMI from CPU 194 to CPUs 156:
[118989.969318] NMI backtrace for cpu 156
[118989.969324] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[118989.969326] Tainted: [D]=DIE, [W]=WARN
[118989.969326] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[118989.969327] Workqueue: cgroup_destroy css_free_rwork_fn
[118989.969330] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[118989.969331] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[118989.969332] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[118989.969332] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[118989.969333] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[118989.969333] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[118989.969334] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[118989.969335] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[118989.969336] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[118989.969337] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[118989.969337] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[118989.969338] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[118989.969338] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[118989.969339] PKRU: 55555554
[118989.969339] Call Trace:
[118989.969340] <TASK>
[118989.969341] _raw_spin_lock_irqsave+0x46/0x60
[118989.969342] cgroup_rstat_flush+0xf4/0x7e0
[118989.969344] cgroup_rstat_exit+0x20/0xf0
[118989.969345] css_free_rwork_fn+0x12e/0x400
[118989.969345] process_one_work+0x19e/0x3e0
[118989.969347] worker_thread+0x2ad/0x3c0
[118989.969349] kthread+0x108/0x220
[118989.969349] ? __pfx_worker_thread+0x10/0x10
[118989.969351] ? __pfx_kthread+0x10/0x10
[118989.969352] ret_from_fork+0x3d/0x60
[118989.969353] ? __pfx_kthread+0x10/0x10
[118989.969354] ret_from_fork_asm+0x1a/0x30
[118989.969356] </TASK>
[119169.984140] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[119169.997315] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5774270
[119170.015146] rcu: (detected by 194, t=22072802 jiffies, g=639685, q=35111 ncpus=256)
[119170.030584] Sending NMI from CPU 194 to CPUs 156:
[119170.030588] NMI backtrace for cpu 156
[119170.030594] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[119170.030597] Tainted: [D]=DIE, [W]=WARN
[119170.030597] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[119170.030598] Workqueue: cgroup_destroy css_free_rwork_fn
[119170.030601] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[119170.030603] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[119170.030605] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[119170.030605] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[119170.030606] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[119170.030606] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[119170.030607] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[119170.030608] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[119170.030609] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[119170.030609] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[119170.030609] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[119170.030610] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[119170.030610] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[119170.030611] PKRU: 55555554
[119170.030611] Call Trace:
[119170.030612] <TASK>
[119170.030613] _raw_spin_lock_irqsave+0x46/0x60
[119170.030614] cgroup_rstat_flush+0xf4/0x7e0
[119170.030616] cgroup_rstat_exit+0x20/0xf0
[119170.030617] css_free_rwork_fn+0x12e/0x400
[119170.030618] process_one_work+0x19e/0x3e0
[119170.030620] worker_thread+0x2ad/0x3c0
[119170.030621] kthread+0x108/0x220
[119170.030622] ? __pfx_worker_thread+0x10/0x10
[119170.030623] ? __pfx_kthread+0x10/0x10
[119170.030624] ret_from_fork+0x3d/0x60
[119170.030625] ? __pfx_kthread+0x10/0x10
[119170.030626] ret_from_fork_asm+0x1a/0x30
[119170.030628] </TASK>
[119350.045378] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[119350.058577] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5786139
[119350.076417] rcu: (detected by 175, t=22117818 jiffies, g=639685, q=35126 ncpus=256)
[119350.091849] Sending NMI from CPU 175 to CPUs 156:
[119350.091855] NMI backtrace for cpu 156
[119350.091860] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[119350.091863] Tainted: [D]=DIE, [W]=WARN
[119350.091864] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[119350.091865] Workqueue: cgroup_destroy css_free_rwork_fn
[119350.091868] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[119350.091870] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[119350.091871] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[119350.091872] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[119350.091872] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[119350.091873] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[119350.091873] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[119350.091874] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[119350.091874] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[119350.091875] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[119350.091875] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[119350.091876] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[119350.091876] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[119350.091877] PKRU: 55555554
[119350.091877] Call Trace:
[119350.091878] <TASK>
[119350.091879] _raw_spin_lock_irqsave+0x46/0x60
[119350.091880] cgroup_rstat_flush+0xf4/0x7e0
[119350.091881] cgroup_rstat_exit+0x20/0xf0
[119350.091883] css_free_rwork_fn+0x12e/0x400
[119350.091883] process_one_work+0x19e/0x3e0
[119350.091885] worker_thread+0x2ad/0x3c0
[119350.091887] kthread+0x108/0x220
[119350.091888] ? __pfx_worker_thread+0x10/0x10
[119350.091889] ? __pfx_kthread+0x10/0x10
[119350.091890] ret_from_fork+0x3d/0x60
[119350.091891] ? __pfx_kthread+0x10/0x10
[119350.091892] ret_from_fork_asm+0x1a/0x30
[119350.091894] </TASK>
[119530.106619] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[119530.119793] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5797996
[119530.137614] rcu: (detected by 175, t=22162834 jiffies, g=639685, q=35141 ncpus=256)
[119530.153034] Sending NMI from CPU 175 to CPUs 156:
[119530.153038] NMI backtrace for cpu 156
[119530.153045] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[119530.153047] Tainted: [D]=DIE, [W]=WARN
[119530.153048] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[119530.153048] Workqueue: cgroup_destroy css_free_rwork_fn
[119530.153051] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[119530.153053] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[119530.153054] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[119530.153055] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[119530.153055] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[119530.153056] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[119530.153056] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[119530.153056] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[119530.153057] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[119530.153058] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[119530.153058] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[119530.153059] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[119530.153059] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[119530.153060] PKRU: 55555554
[119530.153060] Call Trace:
[119530.153061] <TASK>
[119530.153062] _raw_spin_lock_irqsave+0x46/0x60
[119530.153063] cgroup_rstat_flush+0xf4/0x7e0
[119530.153064] cgroup_rstat_exit+0x20/0xf0
[119530.153065] css_free_rwork_fn+0x12e/0x400
[119530.153066] process_one_work+0x19e/0x3e0
[119530.153068] worker_thread+0x2ad/0x3c0
[119530.153070] kthread+0x108/0x220
[119530.153070] ? __pfx_worker_thread+0x10/0x10
[119530.153072] ? __pfx_kthread+0x10/0x10
[119530.153073] ret_from_fork+0x3d/0x60
[119530.153074] ? __pfx_kthread+0x10/0x10
[119530.153075] ret_from_fork_asm+0x1a/0x30
[119530.153077] </TASK>
[119710.167861] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[119710.181027] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5809844
[119710.198845] rcu: (detected by 175, t=22207850 jiffies, g=639685, q=35156 ncpus=256)
[119710.214260] Sending NMI from CPU 175 to CPUs 156:
[119710.214265] NMI backtrace for cpu 156
[119710.214270] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[119710.214273] Tainted: [D]=DIE, [W]=WARN
[119710.214273] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[119710.214274] Workqueue: cgroup_destroy css_free_rwork_fn
[119710.214277] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[119710.214279] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[119710.214280] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[119710.214281] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[119710.214281] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[119710.214282] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[119710.214282] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[119710.214282] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[119710.214283] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[119710.214284] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[119710.214284] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[119710.214285] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[119710.214285] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[119710.214285] PKRU: 55555554
[119710.214286] Call Trace:
[119710.214286] <TASK>
[119710.214288] _raw_spin_lock_irqsave+0x46/0x60
[119710.214289] cgroup_rstat_flush+0xf4/0x7e0
[119710.214290] cgroup_rstat_exit+0x20/0xf0
[119710.214291] css_free_rwork_fn+0x12e/0x400
[119710.214292] process_one_work+0x19e/0x3e0
[119710.214294] worker_thread+0x2ad/0x3c0
[119710.214295] kthread+0x108/0x220
[119710.214296] ? __pfx_worker_thread+0x10/0x10
[119710.214298] ? __pfx_kthread+0x10/0x10
[119710.214299] ret_from_fork+0x3d/0x60
[119710.214300] ? __pfx_kthread+0x10/0x10
[119710.214301] ret_from_fork_asm+0x1a/0x30
[119710.214302] </TASK>
[119890.229101] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[119890.242269] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5821690
[119890.260091] rcu: (detected by 175, t=22252866 jiffies, g=639685, q=35172 ncpus=256)
[119890.275510] Sending NMI from CPU 175 to CPUs 156:
[119890.275514] NMI backtrace for cpu 156
[119890.275520] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[119890.275523] Tainted: [D]=DIE, [W]=WARN
[119890.275523] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[119890.275524] Workqueue: cgroup_destroy css_free_rwork_fn
[119890.275527] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[119890.275529] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[119890.275530] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[119890.275531] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[119890.275531] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[119890.275532] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[119890.275532] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[119890.275533] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[119890.275534] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[119890.275534] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[119890.275534] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[119890.275535] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[119890.275535] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[119890.275536] PKRU: 55555554
[119890.275536] Call Trace:
[119890.275537] <TASK>
[119890.275538] _raw_spin_lock_irqsave+0x46/0x60
[119890.275539] cgroup_rstat_flush+0xf4/0x7e0
[119890.275541] cgroup_rstat_exit+0x20/0xf0
[119890.275542] css_free_rwork_fn+0x12e/0x400
[119890.275542] process_one_work+0x19e/0x3e0
[119890.275544] worker_thread+0x2ad/0x3c0
[119890.275546] kthread+0x108/0x220
[119890.275547] ? __pfx_worker_thread+0x10/0x10
[119890.275548] ? __pfx_kthread+0x10/0x10
[119890.275549] ret_from_fork+0x3d/0x60
[119890.275550] ? __pfx_kthread+0x10/0x10
[119890.275551] ret_from_fork_asm+0x1a/0x30
[119890.275553] </TASK>
[120070.290342] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[120070.303515] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5833526
[120070.321345] rcu: (detected by 66, t=22297882 jiffies, g=639685, q=35190 ncpus=256)
[120070.336662] Sending NMI from CPU 66 to CPUs 156:
[120070.336668] NMI backtrace for cpu 156
[120070.336673] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[120070.336676] Tainted: [D]=DIE, [W]=WARN
[120070.336676] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[120070.336677] Workqueue: cgroup_destroy css_free_rwork_fn
[120070.336680] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[120070.336682] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[120070.336683] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[120070.336684] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[120070.336684] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[120070.336685] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[120070.336685] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[120070.336686] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[120070.336687] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[120070.336687] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[120070.336688] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[120070.336688] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[120070.336689] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[120070.336689] PKRU: 55555554
[120070.336689] Call Trace:
[120070.336690] <TASK>
[120070.336691] _raw_spin_lock_irqsave+0x46/0x60
[120070.336692] cgroup_rstat_flush+0xf4/0x7e0
[120070.336694] cgroup_rstat_exit+0x20/0xf0
[120070.336695] css_free_rwork_fn+0x12e/0x400
[120070.336696] process_one_work+0x19e/0x3e0
[120070.336697] worker_thread+0x2ad/0x3c0
[120070.336699] kthread+0x108/0x220
[120070.336700] ? __pfx_worker_thread+0x10/0x10
[120070.336701] ? __pfx_kthread+0x10/0x10
[120070.336702] ret_from_fork+0x3d/0x60
[120070.336703] ? __pfx_kthread+0x10/0x10
[120070.336704] ret_from_fork_asm+0x1a/0x30
[120070.336706] </TASK>
[120250.351584] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[120250.364764] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5845390
[120250.382586] rcu: (detected by 175, t=22342898 jiffies, g=639685, q=35205 ncpus=256)
[120250.398001] Sending NMI from CPU 175 to CPUs 156:
[120250.398007] NMI backtrace for cpu 156
[120250.398013] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[120250.398015] Tainted: [D]=DIE, [W]=WARN
[120250.398016] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[120250.398017] Workqueue: cgroup_destroy css_free_rwork_fn
[120250.398020] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[120250.398022] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[120250.398023] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[120250.398023] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[120250.398024] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[120250.398024] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[120250.398024] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[120250.398025] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[120250.398026] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[120250.398026] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[120250.398027] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[120250.398027] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[120250.398028] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[120250.398028] PKRU: 55555554
[120250.398028] Call Trace:
[120250.398029] <TASK>
[120250.398030] _raw_spin_lock_irqsave+0x46/0x60
[120250.398032] cgroup_rstat_flush+0xf4/0x7e0
[120250.398033] cgroup_rstat_exit+0x20/0xf0
[120250.398034] css_free_rwork_fn+0x12e/0x400
[120250.398035] process_one_work+0x19e/0x3e0
[120250.398037] worker_thread+0x2ad/0x3c0
[120250.398038] kthread+0x108/0x220
[120250.398039] ? __pfx_worker_thread+0x10/0x10
[120250.398040] ? __pfx_kthread+0x10/0x10
[120250.398041] ret_from_fork+0x3d/0x60
[120250.398042] ? __pfx_kthread+0x10/0x10
[120250.398043] ret_from_fork_asm+0x1a/0x30
[120250.398045] </TASK>
[120430.412827] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[120430.426000] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5857234
[120430.443818] rcu: (detected by 175, t=22387914 jiffies, g=639685, q=35220 ncpus=256)
[120430.459231] Sending NMI from CPU 175 to CPUs 156:
[120430.459236] NMI backtrace for cpu 156
[120430.459242] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[120430.459245] Tainted: [D]=DIE, [W]=WARN
[120430.459246] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[120430.459246] Workqueue: cgroup_destroy css_free_rwork_fn
[120430.459249] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[120430.459251] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[120430.459252] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[120430.459253] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[120430.459254] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[120430.459254] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[120430.459254] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[120430.459255] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[120430.459256] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[120430.459256] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[120430.459256] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[120430.459257] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[120430.459257] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[120430.459258] PKRU: 55555554
[120430.459258] Call Trace:
[120430.459259] <TASK>
[120430.459260] _raw_spin_lock_irqsave+0x46/0x60
[120430.459261] cgroup_rstat_flush+0xf4/0x7e0
[120430.459262] cgroup_rstat_exit+0x20/0xf0
[120430.459264] css_free_rwork_fn+0x12e/0x400
[120430.459264] process_one_work+0x19e/0x3e0
[120430.459266] worker_thread+0x2ad/0x3c0
[120430.459268] kthread+0x108/0x220
[120430.459268] ? __pfx_worker_thread+0x10/0x10
[120430.459270] ? __pfx_kthread+0x10/0x10
[120430.459271] ret_from_fork+0x3d/0x60
[120430.459272] ? __pfx_kthread+0x10/0x10
[120430.459273] ret_from_fork_asm+0x1a/0x30
[120430.459275] </TASK>
[120610.474067] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[120610.487236] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5869075
[120610.505055] rcu: (detected by 47, t=22432930 jiffies, g=639685, q=35233 ncpus=256)
[120610.520366] Sending NMI from CPU 47 to CPUs 156:
[120610.520371] NMI backtrace for cpu 156
[120610.520377] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[120610.520379] Tainted: [D]=DIE, [W]=WARN
[120610.520380] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[120610.520381] Workqueue: cgroup_destroy css_free_rwork_fn
[120610.520384] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[120610.520386] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[120610.520387] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[120610.520387] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[120610.520388] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[120610.520388] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[120610.520389] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[120610.520389] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[120610.520390] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[120610.520391] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[120610.520391] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[120610.520392] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[120610.520392] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[120610.520393] PKRU: 55555554
[120610.520393] Call Trace:
[120610.520394] <TASK>
[120610.520395] _raw_spin_lock_irqsave+0x46/0x60
[120610.520396] cgroup_rstat_flush+0xf4/0x7e0
[120610.520397] cgroup_rstat_exit+0x20/0xf0
[120610.520398] css_free_rwork_fn+0x12e/0x400
[120610.520399] process_one_work+0x19e/0x3e0
[120610.520401] worker_thread+0x2ad/0x3c0
[120610.520402] kthread+0x108/0x220
[120610.520403] ? __pfx_worker_thread+0x10/0x10
[120610.520405] ? __pfx_kthread+0x10/0x10
[120610.520406] ret_from_fork+0x3d/0x60
[120610.520407] ? __pfx_kthread+0x10/0x10
[120610.520408] ret_from_fork_asm+0x1a/0x30
[120610.520410] </TASK>
[120790.519308] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[120790.532486] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5880910
[120790.550314] rcu: (detected by 71, t=22477942 jiffies, g=639685, q=35259 ncpus=256)
[120790.565633] Sending NMI from CPU 71 to CPUs 156:
[120790.565638] NMI backtrace for cpu 156
[120790.565643] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[120790.565646] Tainted: [D]=DIE, [W]=WARN
[120790.565647] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[120790.565648] Workqueue: cgroup_destroy css_free_rwork_fn
[120790.565651] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[120790.565653] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[120790.565654] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[120790.565655] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[120790.565655] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[120790.565656] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[120790.565656] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[120790.565656] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[120790.565657] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[120790.565658] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[120790.565658] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[120790.565659] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[120790.565659] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[120790.565659] PKRU: 55555554
[120790.565660] Call Trace:
[120790.565660] <TASK>
[120790.565661] _raw_spin_lock_irqsave+0x46/0x60
[120790.565663] cgroup_rstat_flush+0xf4/0x7e0
[120790.565664] cgroup_rstat_exit+0x20/0xf0
[120790.565665] css_free_rwork_fn+0x12e/0x400
[120790.565666] process_one_work+0x19e/0x3e0
[120790.565668] worker_thread+0x2ad/0x3c0
[120790.565669] kthread+0x108/0x220
[120790.565670] ? __pfx_worker_thread+0x10/0x10
[120790.565672] ? __pfx_kthread+0x10/0x10
[120790.565673] ret_from_fork+0x3d/0x60
[120790.565674] ? __pfx_kthread+0x10/0x10
[120790.565674] ret_from_fork_asm+0x1a/0x30
[120790.565676] </TASK>
[120970.580551] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[120970.593716] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5892787
[120970.611517] rcu: (detected by 219, t=22522958 jiffies, g=639685, q=35276 ncpus=256)
[120970.626926] Sending NMI from CPU 219 to CPUs 156:
[120970.626931] NMI backtrace for cpu 156
[120970.626936] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[120970.626939] Tainted: [D]=DIE, [W]=WARN
[120970.626939] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[120970.626940] Workqueue: cgroup_destroy css_free_rwork_fn
[120970.626943] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[120970.626945] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[120970.626946] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[120970.626947] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[120970.626947] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[120970.626948] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[120970.626948] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[120970.626948] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[120970.626949] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[120970.626950] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[120970.626950] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[120970.626951] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[120970.626951] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[120970.626952] PKRU: 55555554
[120970.626953] Call Trace:
[120970.626953] <TASK>
[120970.626954] _raw_spin_lock_irqsave+0x46/0x60
[120970.626956] cgroup_rstat_flush+0xf4/0x7e0
[120970.626957] cgroup_rstat_exit+0x20/0xf0
[120970.626958] css_free_rwork_fn+0x12e/0x400
[120970.626959] process_one_work+0x19e/0x3e0
[120970.626961] worker_thread+0x2ad/0x3c0
[120970.626962] kthread+0x108/0x220
[120970.626963] ? __pfx_worker_thread+0x10/0x10
[120970.626965] ? __pfx_kthread+0x10/0x10
[120970.626966] ret_from_fork+0x3d/0x60
[120970.626967] ? __pfx_kthread+0x10/0x10
[120970.626968] ret_from_fork_asm+0x1a/0x30
[120970.626969] </TASK>
[121150.641791] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[121150.654969] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5904674
[121150.672793] rcu: (detected by 98, t=22567974 jiffies, g=639685, q=35289 ncpus=256)
[121150.688109] Sending NMI from CPU 98 to CPUs 156:
[121150.688114] NMI backtrace for cpu 156
[121150.688119] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[121150.688122] Tainted: [D]=DIE, [W]=WARN
[121150.688123] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[121150.688123] Workqueue: cgroup_destroy css_free_rwork_fn
[121150.688126] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[121150.688128] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[121150.688129] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[121150.688130] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[121150.688131] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[121150.688131] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[121150.688131] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[121150.688132] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[121150.688133] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[121150.688133] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[121150.688133] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[121150.688134] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[121150.688134] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[121150.688135] PKRU: 55555554
[121150.688135] Call Trace:
[121150.688136] <TASK>
[121150.688137] _raw_spin_lock_irqsave+0x46/0x60
[121150.688138] cgroup_rstat_flush+0xf4/0x7e0
[121150.688139] cgroup_rstat_exit+0x20/0xf0
[121150.688141] css_free_rwork_fn+0x12e/0x400
[121150.688141] process_one_work+0x19e/0x3e0
[121150.688143] worker_thread+0x2ad/0x3c0
[121150.688145] kthread+0x108/0x220
[121150.688145] ? __pfx_worker_thread+0x10/0x10
[121150.688147] ? __pfx_kthread+0x10/0x10
[121150.688148] ret_from_fork+0x3d/0x60
[121150.688149] ? __pfx_kthread+0x10/0x10
[121150.688150] ret_from_fork_asm+0x1a/0x30
[121150.688152] </TASK>
[121330.703032] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[121330.716202] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5916559
[121330.734010] rcu: (detected by 158, t=22612990 jiffies, g=639685, q=35302 ncpus=256)
[121330.749415] Sending NMI from CPU 158 to CPUs 156:
[121330.749418] NMI backtrace for cpu 156
[121330.749421] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[121330.749423] Tainted: [D]=DIE, [W]=WARN
[121330.749424] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[121330.749425] Workqueue: cgroup_destroy css_free_rwork_fn
[121330.749427] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[121330.749429] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[121330.749430] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[121330.749430] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[121330.749431] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[121330.749431] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[121330.749431] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[121330.749432] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[121330.749433] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[121330.749433] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[121330.749434] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[121330.749435] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[121330.749435] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[121330.749436] PKRU: 55555554
[121330.749436] Call Trace:
[121330.749437] <TASK>
[121330.749438] _raw_spin_lock_irqsave+0x46/0x60
[121330.749439] cgroup_rstat_flush+0xf4/0x7e0
[121330.749441] cgroup_rstat_exit+0x20/0xf0
[121330.749442] css_free_rwork_fn+0x12e/0x400
[121330.749443] process_one_work+0x19e/0x3e0
[121330.749444] worker_thread+0x2ad/0x3c0
[121330.749446] kthread+0x108/0x220
[121330.749447] ? __pfx_worker_thread+0x10/0x10
[121330.749448] ? __pfx_kthread+0x10/0x10
[121330.749449] ret_from_fork+0x3d/0x60
[121330.749450] ? __pfx_kthread+0x10/0x10
[121330.749451] ret_from_fork_asm+0x1a/0x30
[121330.749453] </TASK>
[121510.764274] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[121510.777436] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5928471
[121510.795249] rcu: (detected by 194, t=22658006 jiffies, g=639685, q=35317 ncpus=256)
[121510.810658] Sending NMI from CPU 194 to CPUs 156:
[121510.810664] NMI backtrace for cpu 156
[121510.810669] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[121510.810672] Tainted: [D]=DIE, [W]=WARN
[121510.810672] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[121510.810673] Workqueue: cgroup_destroy css_free_rwork_fn
[121510.810676] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[121510.810677] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[121510.810678] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[121510.810678] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[121510.810679] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[121510.810679] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[121510.810680] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[121510.810680] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[121510.810681] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[121510.810682] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[121510.810682] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[121510.810683] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[121510.810683] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[121510.810684] PKRU: 55555554
[121510.810684] Call Trace:
[121510.810685] <TASK>
[121510.810686] _raw_spin_lock_irqsave+0x46/0x60
[121510.810687] cgroup_rstat_flush+0xf4/0x7e0
[121510.810689] cgroup_rstat_exit+0x20/0xf0
[121510.810690] css_free_rwork_fn+0x12e/0x400
[121510.810691] process_one_work+0x19e/0x3e0
[121510.810692] worker_thread+0x2ad/0x3c0
[121510.810694] kthread+0x108/0x220
[121510.810695] ? __pfx_worker_thread+0x10/0x10
[121510.810696] ? __pfx_kthread+0x10/0x10
[121510.810697] ret_from_fork+0x3d/0x60
[121510.810698] ? __pfx_kthread+0x10/0x10
[121510.810699] ret_from_fork_asm+0x1a/0x30
[121510.810701] </TASK>
[121690.825516] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[121690.838707] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5940342
[121690.856540] rcu: (detected by 175, t=22703022 jiffies, g=639685, q=35333 ncpus=256)
[121690.871965] Sending NMI from CPU 175 to CPUs 156:
[121690.871970] NMI backtrace for cpu 156
[121690.871976] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[121690.871978] Tainted: [D]=DIE, [W]=WARN
[121690.871978] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[121690.871979] Workqueue: cgroup_destroy css_free_rwork_fn
[121690.871982] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[121690.871984] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[121690.871985] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[121690.871986] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[121690.871986] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[121690.871986] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[121690.871987] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[121690.871987] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[121690.871988] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[121690.871989] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[121690.871989] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[121690.871990] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[121690.871990] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[121690.871990] PKRU: 55555554
[121690.871991] Call Trace:
[121690.871991] <TASK>
[121690.871993] _raw_spin_lock_irqsave+0x46/0x60
[121690.871994] cgroup_rstat_flush+0xf4/0x7e0
[121690.871995] cgroup_rstat_exit+0x20/0xf0
[121690.871996] css_free_rwork_fn+0x12e/0x400
[121690.871997] process_one_work+0x19e/0x3e0
[121690.871999] worker_thread+0x2ad/0x3c0
[121690.872000] kthread+0x108/0x220
[121690.872001] ? __pfx_worker_thread+0x10/0x10
[121690.872003] ? __pfx_kthread+0x10/0x10
[121690.872004] ret_from_fork+0x3d/0x60
[121690.872005] ? __pfx_kthread+0x10/0x10
[121690.872006] ret_from_fork_asm+0x1a/0x30
[121690.872008] </TASK>
[121870.886760] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[121870.899951] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5952209
[121870.917783] rcu: (detected by 60, t=22748038 jiffies, g=639685, q=35346 ncpus=256)
[121870.933109] Sending NMI from CPU 60 to CPUs 156:
[121870.933116] NMI backtrace for cpu 156
[121870.933122] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[121870.933124] Tainted: [D]=DIE, [W]=WARN
[121870.933125] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[121870.933125] Workqueue: cgroup_destroy css_free_rwork_fn
[121870.933128] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[121870.933131] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[121870.933132] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[121870.933132] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[121870.933133] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[121870.933133] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[121870.933134] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[121870.933134] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[121870.933135] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[121870.933136] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[121870.933136] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[121870.933137] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[121870.933137] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[121870.933137] PKRU: 55555554
[121870.933138] Call Trace:
[121870.933138] <TASK>
[121870.933139] _raw_spin_lock_irqsave+0x46/0x60
[121870.933141] cgroup_rstat_flush+0xf4/0x7e0
[121870.933142] cgroup_rstat_exit+0x20/0xf0
[121870.933143] css_free_rwork_fn+0x12e/0x400
[121870.933144] process_one_work+0x19e/0x3e0
[121870.933146] worker_thread+0x2ad/0x3c0
[121870.933147] kthread+0x108/0x220
[121870.933148] ? __pfx_worker_thread+0x10/0x10
[121870.933150] ? __pfx_kthread+0x10/0x10
[121870.933151] ret_from_fork+0x3d/0x60
[121870.933152] ? __pfx_kthread+0x10/0x10
[121870.933153] ret_from_fork_asm+0x1a/0x30
[121870.933155] </TASK>
[122050.947996] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[122050.961169] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5964105
[122050.978987] rcu: (detected by 219, t=22793054 jiffies, g=639685, q=35359 ncpus=256)
[122050.994404] Sending NMI from CPU 219 to CPUs 156:
[122050.994409] NMI backtrace for cpu 156
[122050.994414] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[122050.994417] Tainted: [D]=DIE, [W]=WARN
[122050.994418] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[122050.994419] Workqueue: cgroup_destroy css_free_rwork_fn
[122050.994422] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[122050.994424] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[122050.994425] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[122050.994426] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[122050.994426] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[122050.994426] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[122050.994427] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[122050.994427] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[122050.994428] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[122050.994429] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[122050.994429] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[122050.994430] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[122050.994430] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[122050.994430] PKRU: 55555554
[122050.994431] Call Trace:
[122050.994431] <TASK>
[122050.994433] _raw_spin_lock_irqsave+0x46/0x60
[122050.994434] cgroup_rstat_flush+0xf4/0x7e0
[122050.994435] cgroup_rstat_exit+0x20/0xf0
[122050.994436] css_free_rwork_fn+0x12e/0x400
[122050.994437] process_one_work+0x19e/0x3e0
[122050.994439] worker_thread+0x2ad/0x3c0
[122050.994440] kthread+0x108/0x220
[122050.994441] ? __pfx_worker_thread+0x10/0x10
[122050.994443] ? __pfx_kthread+0x10/0x10
[122050.994444] ret_from_fork+0x3d/0x60
[122050.994445] ? __pfx_kthread+0x10/0x10
[122050.994446] ret_from_fork_asm+0x1a/0x30
[122050.994447] </TASK>
[122231.009238] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[122231.022433] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5975982
[122231.040265] rcu: (detected by 45, t=22838070 jiffies, g=639685, q=35371 ncpus=256)
[122231.055589] Sending NMI from CPU 45 to CPUs 156:
[122231.055596] NMI backtrace for cpu 156
[122231.055601] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[122231.055604] Tainted: [D]=DIE, [W]=WARN
[122231.055604] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[122231.055605] Workqueue: cgroup_destroy css_free_rwork_fn
[122231.055608] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[122231.055610] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[122231.055611] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[122231.055612] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[122231.055612] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[122231.055613] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[122231.055613] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[122231.055613] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[122231.055614] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[122231.055614] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[122231.055615] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[122231.055616] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[122231.055616] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[122231.055616] PKRU: 55555554
[122231.055616] Call Trace:
[122231.055617] <TASK>
[122231.055618] _raw_spin_lock_irqsave+0x46/0x60
[122231.055620] cgroup_rstat_flush+0xf4/0x7e0
[122231.055621] cgroup_rstat_exit+0x20/0xf0
[122231.055622] css_free_rwork_fn+0x12e/0x400
[122231.055623] process_one_work+0x19e/0x3e0
[122231.055624] worker_thread+0x2ad/0x3c0
[122231.055626] kthread+0x108/0x220
[122231.055627] ? __pfx_worker_thread+0x10/0x10
[122231.055628] ? __pfx_kthread+0x10/0x10
[122231.055629] ret_from_fork+0x3d/0x60
[122231.055630] ? __pfx_kthread+0x10/0x10
[122231.055631] ret_from_fork_asm+0x1a/0x30
[122231.055633] </TASK>
[122411.070479] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[122411.083662] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5987820
[122411.101486] rcu: (detected by 17, t=22883086 jiffies, g=639685, q=35385 ncpus=256)
[122411.116807] Sending NMI from CPU 17 to CPUs 156:
[122411.116812] NMI backtrace for cpu 156
[122411.116817] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[122411.116820] Tainted: [D]=DIE, [W]=WARN
[122411.116821] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[122411.116821] Workqueue: cgroup_destroy css_free_rwork_fn
[122411.116824] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[122411.116827] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[122411.116827] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[122411.116828] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[122411.116828] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[122411.116829] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[122411.116829] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[122411.116830] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[122411.116830] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[122411.116831] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[122411.116831] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[122411.116832] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[122411.116832] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[122411.116833] PKRU: 55555554
[122411.116833] Call Trace:
[122411.116834] <TASK>
[122411.116835] _raw_spin_lock_irqsave+0x46/0x60
[122411.116836] cgroup_rstat_flush+0xf4/0x7e0
[122411.116837] cgroup_rstat_exit+0x20/0xf0
[122411.116838] css_free_rwork_fn+0x12e/0x400
[122411.116839] process_one_work+0x19e/0x3e0
[122411.116841] worker_thread+0x2ad/0x3c0
[122411.116843] kthread+0x108/0x220
[122411.116843] ? __pfx_worker_thread+0x10/0x10
[122411.116845] ? __pfx_kthread+0x10/0x10
[122411.116846] ret_from_fork+0x3d/0x60
[122411.116847] ? __pfx_kthread+0x10/0x10
[122411.116848] ret_from_fork_asm+0x1a/0x30
[122411.116850] </TASK>
[122591.131720] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[122591.144897] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=5999707
[122591.162714] rcu: (detected by 175, t=22928102 jiffies, g=639685, q=35399 ncpus=256)
[122591.178128] Sending NMI from CPU 175 to CPUs 156:
[122591.178133] NMI backtrace for cpu 156
[122591.178138] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[122591.178141] Tainted: [D]=DIE, [W]=WARN
[122591.178141] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[122591.178142] Workqueue: cgroup_destroy css_free_rwork_fn
[122591.178145] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[122591.178147] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[122591.178148] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[122591.178149] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[122591.178150] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[122591.178150] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[122591.178150] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[122591.178151] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[122591.178152] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[122591.178152] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[122591.178153] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[122591.178153] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[122591.178154] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[122591.178154] PKRU: 55555554
[122591.178154] Call Trace:
[122591.178155] <TASK>
[122591.178156] _raw_spin_lock_irqsave+0x46/0x60
[122591.178158] cgroup_rstat_flush+0xf4/0x7e0
[122591.178159] cgroup_rstat_exit+0x20/0xf0
[122591.178160] css_free_rwork_fn+0x12e/0x400
[122591.178161] process_one_work+0x19e/0x3e0
[122591.178163] worker_thread+0x2ad/0x3c0
[122591.178165] kthread+0x108/0x220
[122591.178165] ? __pfx_worker_thread+0x10/0x10
[122591.178167] ? __pfx_kthread+0x10/0x10
[122591.178168] ret_from_fork+0x3d/0x60
[122591.178169] ? __pfx_kthread+0x10/0x10
[122591.178170] ret_from_fork_asm+0x1a/0x30
[122591.178172] </TASK>
[122771.192969] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[122771.206143] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6011566
[122771.223971] rcu: (detected by 47, t=22973117 jiffies, g=639685, q=35423 ncpus=256)
[122771.239288] Sending NMI from CPU 47 to CPUs 156:
[122771.239293] NMI backtrace for cpu 156
[122771.239299] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[122771.239302] Tainted: [D]=DIE, [W]=WARN
[122771.239303] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[122771.239304] Workqueue: cgroup_destroy css_free_rwork_fn
[122771.239307] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[122771.239309] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[122771.239310] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[122771.239311] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[122771.239311] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[122771.239312] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[122771.239312] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[122771.239313] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[122771.239314] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[122771.239315] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[122771.239315] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[122771.239316] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[122771.239316] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[122771.239316] PKRU: 55555554
[122771.239317] Call Trace:
[122771.239317] <TASK>
[122771.239318] _raw_spin_lock_irqsave+0x46/0x60
[122771.239320] cgroup_rstat_flush+0xf4/0x7e0
[122771.239321] cgroup_rstat_exit+0x20/0xf0
[122771.239322] css_free_rwork_fn+0x12e/0x400
[122771.239323] process_one_work+0x19e/0x3e0
[122771.239325] worker_thread+0x2ad/0x3c0
[122771.239326] kthread+0x108/0x220
[122771.239327] ? __pfx_worker_thread+0x10/0x10
[122771.239329] ? __pfx_kthread+0x10/0x10
[122771.239330] ret_from_fork+0x3d/0x60
[122771.239331] ? __pfx_kthread+0x10/0x10
[122771.239332] ret_from_fork_asm+0x1a/0x30
[122771.239334] </TASK>
[122951.254202] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[122951.267374] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6023427
[122951.285197] rcu: (detected by 44, t=23018134 jiffies, g=639685, q=35436 ncpus=256)
[122951.300515] Sending NMI from CPU 44 to CPUs 156:
[122951.300520] NMI backtrace for cpu 156
[122951.300526] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[122951.300529] Tainted: [D]=DIE, [W]=WARN
[122951.300529] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[122951.300530] Workqueue: cgroup_destroy css_free_rwork_fn
[122951.300533] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[122951.300535] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[122951.300536] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[122951.300537] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[122951.300538] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[122951.300538] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[122951.300538] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[122951.300539] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[122951.300540] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[122951.300540] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[122951.300540] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[122951.300541] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[122951.300541] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[122951.300542] PKRU: 55555554
[122951.300542] Call Trace:
[122951.300543] <TASK>
[122951.300544] _raw_spin_lock_irqsave+0x46/0x60
[122951.300545] cgroup_rstat_flush+0xf4/0x7e0
[122951.300547] cgroup_rstat_exit+0x20/0xf0
[122951.300548] css_free_rwork_fn+0x12e/0x400
[122951.300548] process_one_work+0x19e/0x3e0
[122951.300550] worker_thread+0x2ad/0x3c0
[122951.300552] kthread+0x108/0x220
[122951.300552] ? __pfx_worker_thread+0x10/0x10
[122951.300554] ? __pfx_kthread+0x10/0x10
[122951.300555] ret_from_fork+0x3d/0x60
[122951.300556] ? __pfx_kthread+0x10/0x10
[122951.300557] ret_from_fork_asm+0x1a/0x30
[122951.300559] </TASK>
[123131.315451] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[123131.328622] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6035280
[123131.346439] rcu: (detected by 175, t=23063150 jiffies, g=639685, q=35451 ncpus=256)
[123131.361845] Sending NMI from CPU 175 to CPUs 156:
[123131.361850] NMI backtrace for cpu 156
[123131.361857] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[123131.361860] Tainted: [D]=DIE, [W]=WARN
[123131.361860] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[123131.361861] Workqueue: cgroup_destroy css_free_rwork_fn
[123131.361864] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[123131.361866] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[123131.361867] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[123131.361868] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[123131.361869] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[123131.361870] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[123131.361870] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[123131.361870] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[123131.361871] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[123131.361872] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[123131.361872] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[123131.361873] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[123131.361873] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[123131.361873] PKRU: 55555554
[123131.361874] Call Trace:
[123131.361874] <TASK>
[123131.361876] _raw_spin_lock_irqsave+0x46/0x60
[123131.361877] cgroup_rstat_flush+0xf4/0x7e0
[123131.361878] cgroup_rstat_exit+0x20/0xf0
[123131.361879] css_free_rwork_fn+0x12e/0x400
[123131.361880] process_one_work+0x19e/0x3e0
[123131.361882] worker_thread+0x2ad/0x3c0
[123131.361883] kthread+0x108/0x220
[123131.361884] ? __pfx_worker_thread+0x10/0x10
[123131.361886] ? __pfx_kthread+0x10/0x10
[123131.361887] ret_from_fork+0x3d/0x60
[123131.361888] ? __pfx_kthread+0x10/0x10
[123131.361889] ret_from_fork_asm+0x1a/0x30
[123131.361891] </TASK>
[123311.376684] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[123311.389859] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6047141
[123311.407689] rcu: (detected by 175, t=23108166 jiffies, g=639685, q=35462 ncpus=256)
[123311.423117] Sending NMI from CPU 175 to CPUs 156:
[123311.423121] NMI backtrace for cpu 156
[123311.423127] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[123311.423129] Tainted: [D]=DIE, [W]=WARN
[123311.423130] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[123311.423130] Workqueue: cgroup_destroy css_free_rwork_fn
[123311.423134] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[123311.423135] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[123311.423137] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[123311.423137] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[123311.423138] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[123311.423138] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[123311.423138] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[123311.423139] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[123311.423140] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[123311.423140] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[123311.423141] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[123311.423141] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[123311.423142] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[123311.423142] PKRU: 55555554
[123311.423142] Call Trace:
[123311.423143] <TASK>
[123311.423144] _raw_spin_lock_irqsave+0x46/0x60
[123311.423146] cgroup_rstat_flush+0xf4/0x7e0
[123311.423147] cgroup_rstat_exit+0x20/0xf0
[123311.423148] css_free_rwork_fn+0x12e/0x400
[123311.423149] process_one_work+0x19e/0x3e0
[123311.423150] worker_thread+0x2ad/0x3c0
[123311.423152] kthread+0x108/0x220
[123311.423153] ? __pfx_worker_thread+0x10/0x10
[123311.423154] ? __pfx_kthread+0x10/0x10
[123311.423155] ret_from_fork+0x3d/0x60
[123311.423156] ? __pfx_kthread+0x10/0x10
[123311.423157] ret_from_fork_asm+0x1a/0x30
[123311.423159] </TASK>
[123491.437926] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[123491.451104] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6058994
[123491.468930] rcu: (detected by 172, t=23153182 jiffies, g=639685, q=35475 ncpus=256)
[123491.484357] Sending NMI from CPU 172 to CPUs 156:
[123491.484361] NMI backtrace for cpu 156
[123491.484367] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[123491.484370] Tainted: [D]=DIE, [W]=WARN
[123491.484370] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[123491.484371] Workqueue: cgroup_destroy css_free_rwork_fn
[123491.484374] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[123491.484376] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[123491.484377] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[123491.484378] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[123491.484378] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[123491.484379] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[123491.484379] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[123491.484380] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[123491.484381] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[123491.484381] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[123491.484381] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[123491.484382] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[123491.484382] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[123491.484383] PKRU: 55555554
[123491.484383] Call Trace:
[123491.484384] <TASK>
[123491.484385] _raw_spin_lock_irqsave+0x46/0x60
[123491.484386] cgroup_rstat_flush+0xf4/0x7e0
[123491.484388] cgroup_rstat_exit+0x20/0xf0
[123491.484389] css_free_rwork_fn+0x12e/0x400
[123491.484389] process_one_work+0x19e/0x3e0
[123491.484391] worker_thread+0x2ad/0x3c0
[123491.484393] kthread+0x108/0x220
[123491.484394] ? __pfx_worker_thread+0x10/0x10
[123491.484395] ? __pfx_kthread+0x10/0x10
[123491.484396] ret_from_fork+0x3d/0x60
[123491.484397] ? __pfx_kthread+0x10/0x10
[123491.484398] ret_from_fork_asm+0x1a/0x30
[123491.484400] </TASK>
[123671.499169] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[123671.512341] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6070842
[123671.530173] rcu: (detected by 47, t=23198196 jiffies, g=639685, q=35492 ncpus=256)
[123671.545498] Sending NMI from CPU 47 to CPUs 156:
[123671.545502] NMI backtrace for cpu 156
[123671.545508] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[123671.545511] Tainted: [D]=DIE, [W]=WARN
[123671.545512] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[123671.545512] Workqueue: cgroup_destroy css_free_rwork_fn
[123671.545515] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[123671.545517] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[123671.545519] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[123671.545519] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[123671.545520] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[123671.545520] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[123671.545521] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[123671.545521] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[123671.545522] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[123671.545523] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[123671.545523] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[123671.545524] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[123671.545524] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[123671.545524] PKRU: 55555554
[123671.545525] Call Trace:
[123671.545525] <TASK>
[123671.545526] _raw_spin_lock_irqsave+0x46/0x60
[123671.545528] cgroup_rstat_flush+0xf4/0x7e0
[123671.545529] cgroup_rstat_exit+0x20/0xf0
[123671.545530] css_free_rwork_fn+0x12e/0x400
[123671.545531] process_one_work+0x19e/0x3e0
[123671.545532] worker_thread+0x2ad/0x3c0
[123671.545534] kthread+0x108/0x220
[123671.545535] ? __pfx_worker_thread+0x10/0x10
[123671.545536] ? __pfx_kthread+0x10/0x10
[123671.545537] ret_from_fork+0x3d/0x60
[123671.545539] ? __pfx_kthread+0x10/0x10
[123671.545540] ret_from_fork_asm+0x1a/0x30
[123671.545542] </TASK>
[123851.556410] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[123851.569586] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6082709
[123851.587407] rcu: (detected by 194, t=23243213 jiffies, g=639685, q=35508 ncpus=256)
[123851.602824] Sending NMI from CPU 194 to CPUs 156:
[123851.602829] NMI backtrace for cpu 156
[123851.602834] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[123851.602837] Tainted: [D]=DIE, [W]=WARN
[123851.602838] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[123851.602839] Workqueue: cgroup_destroy css_free_rwork_fn
[123851.602842] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[123851.602844] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[123851.602845] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[123851.602846] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[123851.602846] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[123851.602847] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[123851.602847] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[123851.602848] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[123851.602848] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[123851.602849] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[123851.602849] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[123851.602850] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[123851.602850] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[123851.602851] PKRU: 55555554
[123851.602851] Call Trace:
[123851.602852] <TASK>
[123851.602853] _raw_spin_lock_irqsave+0x46/0x60
[123851.602854] cgroup_rstat_flush+0xf4/0x7e0
[123851.602855] cgroup_rstat_exit+0x20/0xf0
[123851.602856] css_free_rwork_fn+0x12e/0x400
[123851.602857] process_one_work+0x19e/0x3e0
[123851.602859] worker_thread+0x2ad/0x3c0
[123851.602860] kthread+0x108/0x220
[123851.602861] ? __pfx_worker_thread+0x10/0x10
[123851.602863] ? __pfx_kthread+0x10/0x10
[123851.602864] ret_from_fork+0x3d/0x60
[123851.602865] ? __pfx_kthread+0x10/0x10
[123851.602866] ret_from_fork_asm+0x1a/0x30
[123851.602868] </TASK>
[124031.617651] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[124031.630850] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6094610
[124031.648686] rcu: (detected by 159, t=23288229 jiffies, g=639685, q=35528 ncpus=256)
[124031.664122] Sending NMI from CPU 159 to CPUs 156:
[124031.664127] NMI backtrace for cpu 156
[124031.664129] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[124031.664131] Tainted: [D]=DIE, [W]=WARN
[124031.664131] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[124031.664132] Workqueue: cgroup_destroy css_free_rwork_fn
[124031.664134] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[124031.664136] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[124031.664136] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[124031.664137] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[124031.664138] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[124031.664138] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[124031.664138] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[124031.664139] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[124031.664140] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[124031.664140] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[124031.664141] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[124031.664141] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[124031.664142] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[124031.664142] PKRU: 55555554
[124031.664142] Call Trace:
[124031.664143] <TASK>
[124031.664144] _raw_spin_lock_irqsave+0x46/0x60
[124031.664145] cgroup_rstat_flush+0xf4/0x7e0
[124031.664147] cgroup_rstat_exit+0x20/0xf0
[124031.664148] css_free_rwork_fn+0x12e/0x400
[124031.664149] process_one_work+0x19e/0x3e0
[124031.664150] worker_thread+0x2ad/0x3c0
[124031.664152] kthread+0x108/0x220
[124031.664153] ? __pfx_worker_thread+0x10/0x10
[124031.664154] ? __pfx_kthread+0x10/0x10
[124031.664155] ret_from_fork+0x3d/0x60
[124031.664156] ? __pfx_kthread+0x10/0x10
[124031.664157] ret_from_fork_asm+0x1a/0x30
[124031.664159] </TASK>
[124211.678892] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[124211.692071] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6106516
[124211.709894] rcu: (detected by 219, t=23333245 jiffies, g=639685, q=35540 ncpus=256)
[124211.725316] Sending NMI from CPU 219 to CPUs 156:
[124211.725321] NMI backtrace for cpu 156
[124211.725326] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[124211.725328] Tainted: [D]=DIE, [W]=WARN
[124211.725328] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[124211.725329] Workqueue: cgroup_destroy css_free_rwork_fn
[124211.725332] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[124211.725333] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[124211.725334] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[124211.725335] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[124211.725335] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[124211.725336] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[124211.725336] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[124211.725337] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[124211.725337] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[124211.725338] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[124211.725338] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[124211.725339] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[124211.725339] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[124211.725340] PKRU: 55555554
[124211.725340] Call Trace:
[124211.725341] <TASK>
[124211.725342] _raw_spin_lock_irqsave+0x46/0x60
[124211.725343] cgroup_rstat_flush+0xf4/0x7e0
[124211.725344] cgroup_rstat_exit+0x20/0xf0
[124211.725346] css_free_rwork_fn+0x12e/0x400
[124211.725346] process_one_work+0x19e/0x3e0
[124211.725348] worker_thread+0x2ad/0x3c0
[124211.725350] kthread+0x108/0x220
[124211.725350] ? __pfx_worker_thread+0x10/0x10
[124211.725352] ? __pfx_kthread+0x10/0x10
[124211.725353] ret_from_fork+0x3d/0x60
[124211.725354] ? __pfx_kthread+0x10/0x10
[124211.725355] ret_from_fork_asm+0x1a/0x30
[124211.725357] </TASK>
[124391.740135] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[124391.753308] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6118389
[124391.771121] rcu: (detected by 159, t=23378261 jiffies, g=639685, q=35555 ncpus=256)
[124391.786532] Sending NMI from CPU 159 to CPUs 156:
[124391.786536] NMI backtrace for cpu 156
[124391.786539] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[124391.786541] Tainted: [D]=DIE, [W]=WARN
[124391.786541] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[124391.786543] Workqueue: cgroup_destroy css_free_rwork_fn
[124391.786545] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[124391.786547] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[124391.786548] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[124391.786548] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[124391.786549] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[124391.786549] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[124391.786549] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[124391.786550] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[124391.786551] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[124391.786551] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[124391.786552] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[124391.786552] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[124391.786553] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[124391.786553] PKRU: 55555554
[124391.786553] Call Trace:
[124391.786554] <TASK>
[124391.786555] _raw_spin_lock_irqsave+0x46/0x60
[124391.786556] cgroup_rstat_flush+0xf4/0x7e0
[124391.786557] cgroup_rstat_exit+0x20/0xf0
[124391.786558] css_free_rwork_fn+0x12e/0x400
[124391.786559] process_one_work+0x19e/0x3e0
[124391.786561] worker_thread+0x2ad/0x3c0
[124391.786562] kthread+0x108/0x220
[124391.786563] ? __pfx_worker_thread+0x10/0x10
[124391.786565] ? __pfx_kthread+0x10/0x10
[124391.786566] ret_from_fork+0x3d/0x60
[124391.786567] ? __pfx_kthread+0x10/0x10
[124391.786568] ret_from_fork_asm+0x1a/0x30
[124391.786570] </TASK>
[124571.801374] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[124571.814545] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6130288
[124571.832360] rcu: (detected by 175, t=23423277 jiffies, g=639685, q=35567 ncpus=256)
[124571.847774] Sending NMI from CPU 175 to CPUs 156:
[124571.847779] NMI backtrace for cpu 156
[124571.847784] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[124571.847786] Tainted: [D]=DIE, [W]=WARN
[124571.847787] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[124571.847787] Workqueue: cgroup_destroy css_free_rwork_fn
[124571.847790] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[124571.847792] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[124571.847793] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[124571.847793] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[124571.847794] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[124571.847794] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[124571.847795] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[124571.847796] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[124571.847797] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[124571.847798] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[124571.847798] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[124571.847799] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[124571.847799] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[124571.847799] PKRU: 55555554
[124571.847800] Call Trace:
[124571.847800] <TASK>
[124571.847801] _raw_spin_lock_irqsave+0x46/0x60
[124571.847803] cgroup_rstat_flush+0xf4/0x7e0
[124571.847804] cgroup_rstat_exit+0x20/0xf0
[124571.847805] css_free_rwork_fn+0x12e/0x400
[124571.847806] process_one_work+0x19e/0x3e0
[124571.847808] worker_thread+0x2ad/0x3c0
[124571.847809] kthread+0x108/0x220
[124571.847810] ? __pfx_worker_thread+0x10/0x10
[124571.847812] ? __pfx_kthread+0x10/0x10
[124571.847813] ret_from_fork+0x3d/0x60
[124571.847814] ? __pfx_kthread+0x10/0x10
[124571.847815] ret_from_fork_asm+0x1a/0x30
[124571.847817] </TASK>
[124751.862616] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[124751.875792] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6142147
[124751.893615] rcu: (detected by 175, t=23468293 jiffies, g=639685, q=35591 ncpus=256)
[124751.909037] Sending NMI from CPU 175 to CPUs 156:
[124751.909042] NMI backtrace for cpu 156
[124751.909047] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[124751.909050] Tainted: [D]=DIE, [W]=WARN
[124751.909051] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[124751.909051] Workqueue: cgroup_destroy css_free_rwork_fn
[124751.909054] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[124751.909057] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[124751.909058] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[124751.909059] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[124751.909059] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[124751.909060] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[124751.909060] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[124751.909061] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[124751.909062] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[124751.909062] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[124751.909063] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[124751.909064] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[124751.909064] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[124751.909064] PKRU: 55555554
[124751.909065] Call Trace:
[124751.909065] <TASK>
[124751.909066] _raw_spin_lock_irqsave+0x46/0x60
[124751.909068] cgroup_rstat_flush+0xf4/0x7e0
[124751.909069] cgroup_rstat_exit+0x20/0xf0
[124751.909070] css_free_rwork_fn+0x12e/0x400
[124751.909071] process_one_work+0x19e/0x3e0
[124751.909073] worker_thread+0x2ad/0x3c0
[124751.909074] kthread+0x108/0x220
[124751.909075] ? __pfx_worker_thread+0x10/0x10
[124751.909077] ? __pfx_kthread+0x10/0x10
[124751.909078] ret_from_fork+0x3d/0x60
[124751.909079] ? __pfx_kthread+0x10/0x10
[124751.909079] ret_from_fork_asm+0x1a/0x30
[124751.909081] </TASK>
[124931.923858] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[124931.937037] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6154020
[124931.954853] rcu: (detected by 11, t=23513309 jiffies, g=639685, q=35606 ncpus=256)
[124931.970160] Sending NMI from CPU 11 to CPUs 156:
[124931.970166] NMI backtrace for cpu 156
[124931.970171] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[124931.970174] Tainted: [D]=DIE, [W]=WARN
[124931.970174] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[124931.970175] Workqueue: cgroup_destroy css_free_rwork_fn
[124931.970179] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[124931.970181] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[124931.970182] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[124931.970183] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[124931.970183] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[124931.970184] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[124931.970184] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[124931.970185] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[124931.970186] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[124931.970187] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[124931.970187] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[124931.970188] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[124931.970188] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[124931.970188] PKRU: 55555554
[124931.970189] Call Trace:
[124931.970189] <TASK>
[124931.970190] _raw_spin_lock_irqsave+0x46/0x60
[124931.970192] cgroup_rstat_flush+0xf4/0x7e0
[124931.970193] cgroup_rstat_exit+0x20/0xf0
[124931.970194] css_free_rwork_fn+0x12e/0x400
[124931.970195] process_one_work+0x19e/0x3e0
[124931.970197] worker_thread+0x2ad/0x3c0
[124931.970198] kthread+0x108/0x220
[124931.970199] ? __pfx_worker_thread+0x10/0x10
[124931.970201] ? __pfx_kthread+0x10/0x10
[124931.970202] ret_from_fork+0x3d/0x60
[124931.970203] ? __pfx_kthread+0x10/0x10
[124931.970204] ret_from_fork_asm+0x1a/0x30
[124931.970205] </TASK>
[125111.985099] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[125111.998267] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6165921
[125112.016083] rcu: (detected by 219, t=23558325 jiffies, g=639685, q=35618 ncpus=256)
[125112.031501] Sending NMI from CPU 219 to CPUs 156:
[125112.031506] NMI backtrace for cpu 156
[125112.031512] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[125112.031515] Tainted: [D]=DIE, [W]=WARN
[125112.031515] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[125112.031516] Workqueue: cgroup_destroy css_free_rwork_fn
[125112.031519] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[125112.031522] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[125112.031523] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[125112.031523] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[125112.031524] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[125112.031524] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[125112.031525] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[125112.031525] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[125112.031526] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[125112.031527] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[125112.031527] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[125112.031528] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[125112.031528] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[125112.031529] PKRU: 55555554
[125112.031529] Call Trace:
[125112.031530] <TASK>
[125112.031531] _raw_spin_lock_irqsave+0x46/0x60
[125112.031532] cgroup_rstat_flush+0xf4/0x7e0
[125112.031534] cgroup_rstat_exit+0x20/0xf0
[125112.031535] css_free_rwork_fn+0x12e/0x400
[125112.031536] process_one_work+0x19e/0x3e0
[125112.031537] worker_thread+0x2ad/0x3c0
[125112.031539] kthread+0x108/0x220
[125112.031540] ? __pfx_worker_thread+0x10/0x10
[125112.031541] ? __pfx_kthread+0x10/0x10
[125112.031542] ret_from_fork+0x3d/0x60
[125112.031543] ? __pfx_kthread+0x10/0x10
[125112.031544] ret_from_fork_asm+0x1a/0x30
[125112.031546] </TASK>
[125292.046338] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[125292.059538] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6177817
[125292.077376] rcu: (detected by 175, t=23603341 jiffies, g=639685, q=35634 ncpus=256)
[125292.092807] Sending NMI from CPU 175 to CPUs 156:
[125292.092813] NMI backtrace for cpu 156
[125292.092818] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[125292.092821] Tainted: [D]=DIE, [W]=WARN
[125292.092821] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[125292.092822] Workqueue: cgroup_destroy css_free_rwork_fn
[125292.092825] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[125292.092828] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[125292.092829] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[125292.092829] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[125292.092830] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[125292.092830] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[125292.092830] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[125292.092831] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[125292.092832] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[125292.092833] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[125292.092833] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[125292.092834] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[125292.092834] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[125292.092834] PKRU: 55555554
[125292.092835] Call Trace:
[125292.092835] <TASK>
[125292.092837] _raw_spin_lock_irqsave+0x46/0x60
[125292.092838] cgroup_rstat_flush+0xf4/0x7e0
[125292.092839] cgroup_rstat_exit+0x20/0xf0
[125292.092840] css_free_rwork_fn+0x12e/0x400
[125292.092841] process_one_work+0x19e/0x3e0
[125292.092843] worker_thread+0x2ad/0x3c0
[125292.092844] kthread+0x108/0x220
[125292.092845] ? __pfx_worker_thread+0x10/0x10
[125292.092847] ? __pfx_kthread+0x10/0x10
[125292.092847] ret_from_fork+0x3d/0x60
[125292.092849] ? __pfx_kthread+0x10/0x10
[125292.092849] ret_from_fork_asm+0x1a/0x30
[125292.092851] </TASK>
[125472.107580] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[125472.120757] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6189690
[125472.138570] rcu: (detected by 38, t=23648357 jiffies, g=639685, q=35648 ncpus=256)
[125472.153875] Sending NMI from CPU 38 to CPUs 156:
[125472.153880] NMI backtrace for cpu 156
[125472.153886] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[125472.153888] Tainted: [D]=DIE, [W]=WARN
[125472.153889] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[125472.153890] Workqueue: cgroup_destroy css_free_rwork_fn
[125472.153893] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[125472.153895] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[125472.153896] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[125472.153897] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[125472.153897] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[125472.153897] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[125472.153898] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[125472.153898] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[125472.153899] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[125472.153900] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[125472.153900] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[125472.153901] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[125472.153901] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[125472.153901] PKRU: 55555554
[125472.153902] Call Trace:
[125472.153902] <TASK>
[125472.153904] _raw_spin_lock_irqsave+0x46/0x60
[125472.153905] cgroup_rstat_flush+0xf4/0x7e0
[125472.153906] cgroup_rstat_exit+0x20/0xf0
[125472.153907] css_free_rwork_fn+0x12e/0x400
[125472.153908] process_one_work+0x19e/0x3e0
[125472.153910] worker_thread+0x2ad/0x3c0
[125472.153911] kthread+0x108/0x220
[125472.153912] ? __pfx_worker_thread+0x10/0x10
[125472.153914] ? __pfx_kthread+0x10/0x10
[125472.153915] ret_from_fork+0x3d/0x60
[125472.153916] ? __pfx_kthread+0x10/0x10
[125472.153917] ret_from_fork_asm+0x1a/0x30
[125472.153918] </TASK>
[125652.168821] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[125652.181994] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6201616
[125652.199810] rcu: (detected by 219, t=23693373 jiffies, g=639685, q=35665 ncpus=256)
[125652.215216] Sending NMI from CPU 219 to CPUs 156:
[125652.215222] NMI backtrace for cpu 156
[125652.215227] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[125652.215230] Tainted: [D]=DIE, [W]=WARN
[125652.215231] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[125652.215232] Workqueue: cgroup_destroy css_free_rwork_fn
[125652.215235] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[125652.215237] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[125652.215238] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[125652.215239] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[125652.215239] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[125652.215239] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[125652.215240] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[125652.215240] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[125652.215241] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[125652.215242] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[125652.215242] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[125652.215243] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[125652.215243] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[125652.215243] PKRU: 55555554
[125652.215244] Call Trace:
[125652.215245] <TASK>
[125652.215246] _raw_spin_lock_irqsave+0x46/0x60
[125652.215247] cgroup_rstat_flush+0xf4/0x7e0
[125652.215248] cgroup_rstat_exit+0x20/0xf0
[125652.215249] css_free_rwork_fn+0x12e/0x400
[125652.215250] process_one_work+0x19e/0x3e0
[125652.215252] worker_thread+0x2ad/0x3c0
[125652.215253] kthread+0x108/0x220
[125652.215254] ? __pfx_worker_thread+0x10/0x10
[125652.215256] ? __pfx_kthread+0x10/0x10
[125652.215257] ret_from_fork+0x3d/0x60
[125652.215258] ? __pfx_kthread+0x10/0x10
[125652.215259] ret_from_fork_asm+0x1a/0x30
[125652.215261] </TASK>
[125832.230062] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[125832.243240] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6213497
[125832.261068] rcu: (detected by 6, t=23738389 jiffies, g=639685, q=35683 ncpus=256)
[125832.276294] Sending NMI from CPU 6 to CPUs 156:
[125832.276300] NMI backtrace for cpu 156
[125832.276305] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[125832.276308] Tainted: [D]=DIE, [W]=WARN
[125832.276309] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[125832.276310] Workqueue: cgroup_destroy css_free_rwork_fn
[125832.276313] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[125832.276315] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[125832.276316] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[125832.276317] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[125832.276317] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[125832.276318] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[125832.276318] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[125832.276319] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[125832.276319] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[125832.276320] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[125832.276320] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[125832.276321] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[125832.276321] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[125832.276322] PKRU: 55555554
[125832.276322] Call Trace:
[125832.276323] <TASK>
[125832.276324] _raw_spin_lock_irqsave+0x46/0x60
[125832.276325] cgroup_rstat_flush+0xf4/0x7e0
[125832.276326] cgroup_rstat_exit+0x20/0xf0
[125832.276327] css_free_rwork_fn+0x12e/0x400
[125832.276328] process_one_work+0x19e/0x3e0
[125832.276330] worker_thread+0x2ad/0x3c0
[125832.276331] kthread+0x108/0x220
[125832.276332] ? __pfx_worker_thread+0x10/0x10
[125832.276334] ? __pfx_kthread+0x10/0x10
[125832.276335] ret_from_fork+0x3d/0x60
[125832.276336] ? __pfx_kthread+0x10/0x10
[125832.276337] ret_from_fork_asm+0x1a/0x30
[125832.276339] </TASK>
[126012.291304] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[126012.304488] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6225394
[126012.322316] rcu: (detected by 47, t=23783403 jiffies, g=639685, q=35697 ncpus=256)
[126012.337637] Sending NMI from CPU 47 to CPUs 156:
[126012.337641] NMI backtrace for cpu 156
[126012.337647] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[126012.337650] Tainted: [D]=DIE, [W]=WARN
[126012.337651] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[126012.337651] Workqueue: cgroup_destroy css_free_rwork_fn
[126012.337654] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[126012.337657] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[126012.337658] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[126012.337658] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[126012.337659] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[126012.337659] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[126012.337660] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[126012.337660] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[126012.337661] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[126012.337662] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[126012.337662] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[126012.337663] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[126012.337663] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[126012.337663] PKRU: 55555554
[126012.337664] Call Trace:
[126012.337664] <TASK>
[126012.337665] _raw_spin_lock_irqsave+0x46/0x60
[126012.337667] cgroup_rstat_flush+0xf4/0x7e0
[126012.337668] cgroup_rstat_exit+0x20/0xf0
[126012.337669] css_free_rwork_fn+0x12e/0x400
[126012.337670] process_one_work+0x19e/0x3e0
[126012.337672] worker_thread+0x2ad/0x3c0
[126012.337673] kthread+0x108/0x220
[126012.337674] ? __pfx_worker_thread+0x10/0x10
[126012.337676] ? __pfx_kthread+0x10/0x10
[126012.337676] ret_from_fork+0x3d/0x60
[126012.337678] ? __pfx_kthread+0x10/0x10
[126012.337678] ret_from_fork_asm+0x1a/0x30
[126012.337680] </TASK>
[126192.348544] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[126192.361710] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6237235
[126192.379522] rcu: (detected by 175, t=23828420 jiffies, g=639685, q=35713 ncpus=256)
[126192.394931] Sending NMI from CPU 175 to CPUs 156:
[126192.394937] NMI backtrace for cpu 156
[126192.394943] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[126192.394945] Tainted: [D]=DIE, [W]=WARN
[126192.394946] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[126192.394946] Workqueue: cgroup_destroy css_free_rwork_fn
[126192.394949] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[126192.394951] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[126192.394952] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[126192.394953] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[126192.394954] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[126192.394954] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[126192.394954] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[126192.394955] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[126192.394956] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[126192.394956] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[126192.394957] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[126192.394958] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[126192.394958] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[126192.394959] PKRU: 55555554
[126192.394959] Call Trace:
[126192.394960] <TASK>
[126192.394961] _raw_spin_lock_irqsave+0x46/0x60
[126192.394962] cgroup_rstat_flush+0xf4/0x7e0
[126192.394963] cgroup_rstat_exit+0x20/0xf0
[126192.394965] css_free_rwork_fn+0x12e/0x400
[126192.394965] process_one_work+0x19e/0x3e0
[126192.394967] worker_thread+0x2ad/0x3c0
[126192.394969] kthread+0x108/0x220
[126192.394969] ? __pfx_worker_thread+0x10/0x10
[126192.394971] ? __pfx_kthread+0x10/0x10
[126192.394972] ret_from_fork+0x3d/0x60
[126192.394973] ? __pfx_kthread+0x10/0x10
[126192.394974] ret_from_fork_asm+0x1a/0x30
[126192.394976] </TASK>
[126372.409785] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[126372.422967] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6249111
[126372.440789] rcu: (detected by 176, t=23873436 jiffies, g=639685, q=35727 ncpus=256)
[126372.456209] Sending NMI from CPU 176 to CPUs 156:
[126372.456215] NMI backtrace for cpu 156
[126372.456220] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[126372.456223] Tainted: [D]=DIE, [W]=WARN
[126372.456223] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[126372.456224] Workqueue: cgroup_destroy css_free_rwork_fn
[126372.456228] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[126372.456230] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[126372.456231] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[126372.456232] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[126372.456232] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[126372.456232] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[126372.456233] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[126372.456233] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[126372.456234] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[126372.456235] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[126372.456235] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[126372.456236] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[126372.456236] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[126372.456236] PKRU: 55555554
[126372.456237] Call Trace:
[126372.456237] <TASK>
[126372.456239] _raw_spin_lock_irqsave+0x46/0x60
[126372.456240] cgroup_rstat_flush+0xf4/0x7e0
[126372.456241] cgroup_rstat_exit+0x20/0xf0
[126372.456242] css_free_rwork_fn+0x12e/0x400
[126372.456243] process_one_work+0x19e/0x3e0
[126372.456245] worker_thread+0x2ad/0x3c0
[126372.456246] kthread+0x108/0x220
[126372.456247] ? __pfx_worker_thread+0x10/0x10
[126372.456249] ? __pfx_kthread+0x10/0x10
[126372.456250] ret_from_fork+0x3d/0x60
[126372.456251] ? __pfx_kthread+0x10/0x10
[126372.456252] ret_from_fork_asm+0x1a/0x30
[126372.456253] </TASK>
[126552.471028] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[126552.484215] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6261022
[126552.502045] rcu: (detected by 158, t=23918452 jiffies, g=639685, q=35744 ncpus=256)
[126552.517473] Sending NMI from CPU 158 to CPUs 156:
[126552.517477] NMI backtrace for cpu 156
[126552.517479] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[126552.517481] Tainted: [D]=DIE, [W]=WARN
[126552.517482] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[126552.517483] Workqueue: cgroup_destroy css_free_rwork_fn
[126552.517485] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[126552.517487] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[126552.517488] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[126552.517489] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[126552.517489] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[126552.517489] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[126552.517490] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[126552.517490] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[126552.517491] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[126552.517492] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[126552.517492] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[126552.517493] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[126552.517493] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[126552.517493] PKRU: 55555554
[126552.517494] Call Trace:
[126552.517494] <TASK>
[126552.517495] _raw_spin_lock_irqsave+0x46/0x60
[126552.517496] cgroup_rstat_flush+0xf4/0x7e0
[126552.517498] cgroup_rstat_exit+0x20/0xf0
[126552.517499] css_free_rwork_fn+0x12e/0x400
[126552.517500] process_one_work+0x19e/0x3e0
[126552.517501] worker_thread+0x2ad/0x3c0
[126552.517503] kthread+0x108/0x220
[126552.517504] ? __pfx_worker_thread+0x10/0x10
[126552.517505] ? __pfx_kthread+0x10/0x10
[126552.517506] ret_from_fork+0x3d/0x60
[126552.517507] ? __pfx_kthread+0x10/0x10
[126552.517508] ret_from_fork_asm+0x1a/0x30
[126552.517510] </TASK>
[126732.532269] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[126732.545463] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6272936
[126732.563294] rcu: (detected by 11, t=23963468 jiffies, g=639685, q=35766 ncpus=256)
[126732.578619] Sending NMI from CPU 11 to CPUs 156:
[126732.578625] NMI backtrace for cpu 156
[126732.578630] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[126732.578632] Tainted: [D]=DIE, [W]=WARN
[126732.578632] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[126732.578633] Workqueue: cgroup_destroy css_free_rwork_fn
[126732.578636] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[126732.578638] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[126732.578638] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[126732.578639] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[126732.578640] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[126732.578640] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[126732.578641] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[126732.578641] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[126732.578642] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[126732.578643] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[126732.578643] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[126732.578644] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[126732.578644] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[126732.578644] PKRU: 55555554
[126732.578645] Call Trace:
[126732.578645] <TASK>
[126732.578647] _raw_spin_lock_irqsave+0x46/0x60
[126732.578648] cgroup_rstat_flush+0xf4/0x7e0
[126732.578650] cgroup_rstat_exit+0x20/0xf0
[126732.578651] css_free_rwork_fn+0x12e/0x400
[126732.578652] process_one_work+0x19e/0x3e0
[126732.578653] worker_thread+0x2ad/0x3c0
[126732.578655] kthread+0x108/0x220
[126732.578656] ? __pfx_worker_thread+0x10/0x10
[126732.578657] ? __pfx_kthread+0x10/0x10
[126732.578658] ret_from_fork+0x3d/0x60
[126732.578659] ? __pfx_kthread+0x10/0x10
[126732.578660] ret_from_fork_asm+0x1a/0x30
[126732.578662] </TASK>
[126912.593509] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[126912.606684] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6284820
[126912.624505] rcu: (detected by 175, t=24008484 jiffies, g=639685, q=35788 ncpus=256)
[126912.639924] Sending NMI from CPU 175 to CPUs 156:
[126912.639930] NMI backtrace for cpu 156
[126912.639935] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[126912.639938] Tainted: [D]=DIE, [W]=WARN
[126912.639938] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[126912.639939] Workqueue: cgroup_destroy css_free_rwork_fn
[126912.639942] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[126912.639944] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[126912.639945] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[126912.639946] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[126912.639947] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[126912.639947] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[126912.639947] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[126912.639948] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[126912.639949] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[126912.639949] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[126912.639950] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[126912.639950] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[126912.639951] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[126912.639951] PKRU: 55555554
[126912.639951] Call Trace:
[126912.639952] <TASK>
[126912.639953] _raw_spin_lock_irqsave+0x46/0x60
[126912.639954] cgroup_rstat_flush+0xf4/0x7e0
[126912.639956] cgroup_rstat_exit+0x20/0xf0
[126912.639957] css_free_rwork_fn+0x12e/0x400
[126912.639958] process_one_work+0x19e/0x3e0
[126912.639959] worker_thread+0x2ad/0x3c0
[126912.639961] kthread+0x108/0x220
[126912.639962] ? __pfx_worker_thread+0x10/0x10
[126912.639963] ? __pfx_kthread+0x10/0x10
[126912.639964] ret_from_fork+0x3d/0x60
[126912.639965] ? __pfx_kthread+0x10/0x10
[126912.639966] ret_from_fork_asm+0x1a/0x30
[126912.639968] </TASK>
[127092.654750] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[127092.667946] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6296693
[127092.685780] rcu: (detected by 175, t=24053500 jiffies, g=639685, q=35803 ncpus=256)
[127092.701211] Sending NMI from CPU 175 to CPUs 156:
[127092.701216] NMI backtrace for cpu 156
[127092.701222] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[127092.701225] Tainted: [D]=DIE, [W]=WARN
[127092.701225] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[127092.701226] Workqueue: cgroup_destroy css_free_rwork_fn
[127092.701229] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[127092.701231] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[127092.701232] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[127092.701233] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[127092.701233] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[127092.701234] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[127092.701234] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[127092.701235] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[127092.701236] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[127092.701236] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[127092.701236] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[127092.701237] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[127092.701237] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[127092.701238] PKRU: 55555554
[127092.701238] Call Trace:
[127092.701239] <TASK>
[127092.701240] _raw_spin_lock_irqsave+0x46/0x60
[127092.701241] cgroup_rstat_flush+0xf4/0x7e0
[127092.701243] cgroup_rstat_exit+0x20/0xf0
[127092.701244] css_free_rwork_fn+0x12e/0x400
[127092.701244] process_one_work+0x19e/0x3e0
[127092.701246] worker_thread+0x2ad/0x3c0
[127092.701248] kthread+0x108/0x220
[127092.701249] ? __pfx_worker_thread+0x10/0x10
[127092.701250] ? __pfx_kthread+0x10/0x10
[127092.701251] ret_from_fork+0x3d/0x60
[127092.701252] ? __pfx_kthread+0x10/0x10
[127092.701253] ret_from_fork_asm+0x1a/0x30
[127092.701255] </TASK>
[127272.715992] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[127272.729165] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6308612
[127272.746990] rcu: (detected by 172, t=24098516 jiffies, g=639685, q=35817 ncpus=256)
[127272.762412] Sending NMI from CPU 172 to CPUs 156:
[127272.762417] NMI backtrace for cpu 156
[127272.762423] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[127272.762426] Tainted: [D]=DIE, [W]=WARN
[127272.762426] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[127272.762427] Workqueue: cgroup_destroy css_free_rwork_fn
[127272.762430] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[127272.762433] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[127272.762434] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[127272.762434] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[127272.762435] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[127272.762435] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[127272.762436] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[127272.762437] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[127272.762438] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[127272.762438] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[127272.762439] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[127272.762439] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[127272.762440] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[127272.762440] PKRU: 55555554
[127272.762440] Call Trace:
[127272.762441] <TASK>
[127272.762442] _raw_spin_lock_irqsave+0x46/0x60
[127272.762443] cgroup_rstat_flush+0xf4/0x7e0
[127272.762445] cgroup_rstat_exit+0x20/0xf0
[127272.762446] css_free_rwork_fn+0x12e/0x400
[127272.762446] process_one_work+0x19e/0x3e0
[127272.762448] worker_thread+0x2ad/0x3c0
[127272.762450] kthread+0x108/0x220
[127272.762451] ? __pfx_worker_thread+0x10/0x10
[127272.762452] ? __pfx_kthread+0x10/0x10
[127272.762453] ret_from_fork+0x3d/0x60
[127272.762454] ? __pfx_kthread+0x10/0x10
[127272.762455] ret_from_fork_asm+0x1a/0x30
[127272.762457] </TASK>
[127452.777235] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[127452.790419] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6320514
[127452.808235] rcu: (detected by 18, t=24143532 jiffies, g=639685, q=35834 ncpus=256)
[127452.823552] Sending NMI from CPU 18 to CPUs 156:
[127452.823558] NMI backtrace for cpu 156
[127452.823563] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[127452.823565] Tainted: [D]=DIE, [W]=WARN
[127452.823566] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[127452.823567] Workqueue: cgroup_destroy css_free_rwork_fn
[127452.823570] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[127452.823572] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[127452.823574] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[127452.823574] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[127452.823575] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[127452.823575] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[127452.823575] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[127452.823576] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[127452.823577] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[127452.823577] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[127452.823578] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[127452.823578] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[127452.823579] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[127452.823579] PKRU: 55555554
[127452.823579] Call Trace:
[127452.823580] <TASK>
[127452.823581] _raw_spin_lock_irqsave+0x46/0x60
[127452.823583] cgroup_rstat_flush+0xf4/0x7e0
[127452.823584] cgroup_rstat_exit+0x20/0xf0
[127452.823585] css_free_rwork_fn+0x12e/0x400
[127452.823586] process_one_work+0x19e/0x3e0
[127452.823588] worker_thread+0x2ad/0x3c0
[127452.823589] kthread+0x108/0x220
[127452.823590] ? __pfx_worker_thread+0x10/0x10
[127452.823591] ? __pfx_kthread+0x10/0x10
[127452.823592] ret_from_fork+0x3d/0x60
[127452.823593] ? __pfx_kthread+0x10/0x10
[127452.823594] ret_from_fork_asm+0x1a/0x30
[127452.823596] </TASK>
[127632.838474] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[127632.851654] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6332418
[127632.869473] rcu: (detected by 159, t=24188548 jiffies, g=639685, q=35857 ncpus=256)
[127632.884889] Sending NMI from CPU 159 to CPUs 156:
[127632.884895] NMI backtrace for cpu 156
[127632.884897] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[127632.884900] Tainted: [D]=DIE, [W]=WARN
[127632.884900] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[127632.884901] Workqueue: cgroup_destroy css_free_rwork_fn
[127632.884903] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[127632.884905] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[127632.884905] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[127632.884906] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[127632.884907] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[127632.884907] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[127632.884907] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[127632.884908] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[127632.884909] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[127632.884909] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[127632.884909] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[127632.884910] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[127632.884910] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[127632.884911] PKRU: 55555554
[127632.884911] Call Trace:
[127632.884912] <TASK>
[127632.884913] _raw_spin_lock_irqsave+0x46/0x60
[127632.884914] cgroup_rstat_flush+0xf4/0x7e0
[127632.884915] cgroup_rstat_exit+0x20/0xf0
[127632.884916] css_free_rwork_fn+0x12e/0x400
[127632.884917] process_one_work+0x19e/0x3e0
[127632.884919] worker_thread+0x2ad/0x3c0
[127632.884920] kthread+0x108/0x220
[127632.884921] ? __pfx_worker_thread+0x10/0x10
[127632.884923] ? __pfx_kthread+0x10/0x10
[127632.884924] ret_from_fork+0x3d/0x60
[127632.884925] ? __pfx_kthread+0x10/0x10
[127632.884926] ret_from_fork_asm+0x1a/0x30
[127632.884928] </TASK>
[127812.899716] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[127812.912901] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6344338
[127812.930730] rcu: (detected by 175, t=24233564 jiffies, g=639685, q=35873 ncpus=256)
[127812.946156] Sending NMI from CPU 175 to CPUs 156:
[127812.946161] NMI backtrace for cpu 156
[127812.946166] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[127812.946169] Tainted: [D]=DIE, [W]=WARN
[127812.946169] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[127812.946170] Workqueue: cgroup_destroy css_free_rwork_fn
[127812.946173] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[127812.946175] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[127812.946175] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[127812.946176] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[127812.946177] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[127812.946177] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[127812.946178] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[127812.946179] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[127812.946180] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[127812.946180] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[127812.946181] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[127812.946181] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[127812.946182] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[127812.946182] PKRU: 55555554
[127812.946182] Call Trace:
[127812.946183] <TASK>
[127812.946185] _raw_spin_lock_irqsave+0x46/0x60
[127812.946186] cgroup_rstat_flush+0xf4/0x7e0
[127812.946188] cgroup_rstat_exit+0x20/0xf0
[127812.946189] css_free_rwork_fn+0x12e/0x400
[127812.946190] process_one_work+0x19e/0x3e0
[127812.946192] worker_thread+0x2ad/0x3c0
[127812.946193] kthread+0x108/0x220
[127812.946194] ? __pfx_worker_thread+0x10/0x10
[127812.946195] ? __pfx_kthread+0x10/0x10
[127812.946196] ret_from_fork+0x3d/0x60
[127812.946197] ? __pfx_kthread+0x10/0x10
[127812.946198] ret_from_fork_asm+0x1a/0x30
[127812.946200] </TASK>
[127992.960959] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[127992.974148] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6356254
[127992.991982] rcu: (detected by 172, t=24278580 jiffies, g=639685, q=35886 ncpus=256)
[127993.007414] Sending NMI from CPU 172 to CPUs 156:
[127993.007418] NMI backtrace for cpu 156
[127993.007424] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[127993.007427] Tainted: [D]=DIE, [W]=WARN
[127993.007427] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[127993.007428] Workqueue: cgroup_destroy css_free_rwork_fn
[127993.007431] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[127993.007433] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[127993.007434] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[127993.007435] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[127993.007436] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[127993.007436] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[127993.007436] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[127993.007437] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[127993.007438] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[127993.007438] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[127993.007438] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[127993.007439] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[127993.007439] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[127993.007440] PKRU: 55555554
[127993.007440] Call Trace:
[127993.007441] <TASK>
[127993.007442] _raw_spin_lock_irqsave+0x46/0x60
[127993.007443] cgroup_rstat_flush+0xf4/0x7e0
[127993.007445] cgroup_rstat_exit+0x20/0xf0
[127993.007446] css_free_rwork_fn+0x12e/0x400
[127993.007447] process_one_work+0x19e/0x3e0
[127993.007448] worker_thread+0x2ad/0x3c0
[127993.007450] kthread+0x108/0x220
[127993.007451] ? __pfx_worker_thread+0x10/0x10
[127993.007452] ? __pfx_kthread+0x10/0x10
[127993.007453] ret_from_fork+0x3d/0x60
[127993.007454] ? __pfx_kthread+0x10/0x10
[127993.007455] ret_from_fork_asm+0x1a/0x30
[127993.007457] </TASK>
[128173.022199] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[128173.035393] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6368166
[128173.053235] rcu: (detected by 172, t=24323596 jiffies, g=639685, q=35902 ncpus=256)
[128173.068665] Sending NMI from CPU 172 to CPUs 156:
[128173.068669] NMI backtrace for cpu 156
[128173.068675] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[128173.068678] Tainted: [D]=DIE, [W]=WARN
[128173.068678] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[128173.068679] Workqueue: cgroup_destroy css_free_rwork_fn
[128173.068682] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[128173.068684] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[128173.068685] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[128173.068686] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[128173.068686] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[128173.068687] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[128173.068687] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[128173.068688] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[128173.068689] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[128173.068690] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[128173.068690] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[128173.068691] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[128173.068691] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[128173.068692] PKRU: 55555554
[128173.068692] Call Trace:
[128173.068693] <TASK>
[128173.068694] _raw_spin_lock_irqsave+0x46/0x60
[128173.068695] cgroup_rstat_flush+0xf4/0x7e0
[128173.068696] cgroup_rstat_exit+0x20/0xf0
[128173.068697] css_free_rwork_fn+0x12e/0x400
[128173.068698] process_one_work+0x19e/0x3e0
[128173.068700] worker_thread+0x2ad/0x3c0
[128173.068701] kthread+0x108/0x220
[128173.068702] ? __pfx_worker_thread+0x10/0x10
[128173.068704] ? __pfx_kthread+0x10/0x10
[128173.068705] ret_from_fork+0x3d/0x60
[128173.068706] ? __pfx_kthread+0x10/0x10
[128173.068707] ret_from_fork_asm+0x1a/0x30
[128173.068709] </TASK>
[128353.083440] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[128353.096632] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6380071
[128353.114458] rcu: (detected by 128, t=24368612 jiffies, g=639685, q=35919 ncpus=256)
[128353.129886] Sending NMI from CPU 128 to CPUs 156:
[128353.129891] NMI backtrace for cpu 156
[128353.129897] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[128353.129900] Tainted: [D]=DIE, [W]=WARN
[128353.129900] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[128353.129901] Workqueue: cgroup_destroy css_free_rwork_fn
[128353.129904] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[128353.129906] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[128353.129907] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[128353.129908] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[128353.129908] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[128353.129908] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[128353.129909] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[128353.129909] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[128353.129910] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[128353.129911] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[128353.129911] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[128353.129912] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[128353.129912] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[128353.129912] PKRU: 55555554
[128353.129913] Call Trace:
[128353.129913] <TASK>
[128353.129915] _raw_spin_lock_irqsave+0x46/0x60
[128353.129916] cgroup_rstat_flush+0xf4/0x7e0
[128353.129917] cgroup_rstat_exit+0x20/0xf0
[128353.129918] css_free_rwork_fn+0x12e/0x400
[128353.129919] process_one_work+0x19e/0x3e0
[128353.129921] worker_thread+0x2ad/0x3c0
[128353.129922] kthread+0x108/0x220
[128353.129923] ? __pfx_worker_thread+0x10/0x10
[128353.129925] ? __pfx_kthread+0x10/0x10
[128353.129926] ret_from_fork+0x3d/0x60
[128353.129927] ? __pfx_kthread+0x10/0x10
[128353.129928] ret_from_fork_asm+0x1a/0x30
[128353.129930] </TASK>
[128533.144681] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[128533.157864] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6391986
[128533.175694] rcu: (detected by 199, t=24413628 jiffies, g=639685, q=35935 ncpus=256)
[128533.191119] Sending NMI from CPU 199 to CPUs 156:
[128533.191125] NMI backtrace for cpu 156
[128533.191131] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[128533.191133] Tainted: [D]=DIE, [W]=WARN
[128533.191134] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[128533.191134] Workqueue: cgroup_destroy css_free_rwork_fn
[128533.191138] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[128533.191140] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[128533.191141] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[128533.191141] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[128533.191142] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[128533.191142] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[128533.191142] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[128533.191143] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[128533.191144] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[128533.191144] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[128533.191145] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[128533.191145] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[128533.191146] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[128533.191146] PKRU: 55555554
[128533.191146] Call Trace:
[128533.191147] <TASK>
[128533.191148] _raw_spin_lock_irqsave+0x46/0x60
[128533.191149] cgroup_rstat_flush+0xf4/0x7e0
[128533.191151] cgroup_rstat_exit+0x20/0xf0
[128533.191152] css_free_rwork_fn+0x12e/0x400
[128533.191153] process_one_work+0x19e/0x3e0
[128533.191154] worker_thread+0x2ad/0x3c0
[128533.191156] kthread+0x108/0x220
[128533.191157] ? __pfx_worker_thread+0x10/0x10
[128533.191158] ? __pfx_kthread+0x10/0x10
[128533.191159] ret_from_fork+0x3d/0x60
[128533.191160] ? __pfx_kthread+0x10/0x10
[128533.191161] ret_from_fork_asm+0x1a/0x30
[128533.191163] </TASK>
[128713.205922] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[128713.219114] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6403888
[128713.236944] rcu: (detected by 0, t=24458644 jiffies, g=639685, q=35957 ncpus=256)
[128713.252170] Sending NMI from CPU 0 to CPUs 156:
[128713.252175] NMI backtrace for cpu 156
[128713.252181] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[128713.252183] Tainted: [D]=DIE, [W]=WARN
[128713.252184] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[128713.252185] Workqueue: cgroup_destroy css_free_rwork_fn
[128713.252188] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[128713.252190] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[128713.252191] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[128713.252192] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[128713.252192] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[128713.252193] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[128713.252193] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[128713.252194] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[128713.252194] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[128713.252195] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[128713.252195] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[128713.252196] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[128713.252196] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[128713.252197] PKRU: 55555554
[128713.252197] Call Trace:
[128713.252198] <TASK>
[128713.252199] _raw_spin_lock_irqsave+0x46/0x60
[128713.252200] cgroup_rstat_flush+0xf4/0x7e0
[128713.252201] cgroup_rstat_exit+0x20/0xf0
[128713.252203] css_free_rwork_fn+0x12e/0x400
[128713.252203] process_one_work+0x19e/0x3e0
[128713.252205] worker_thread+0x2ad/0x3c0
[128713.252207] kthread+0x108/0x220
[128713.252207] ? __pfx_worker_thread+0x10/0x10
[128713.252209] ? __pfx_kthread+0x10/0x10
[128713.252210] ret_from_fork+0x3d/0x60
[128713.252211] ? __pfx_kthread+0x10/0x10
[128713.252212] ret_from_fork_asm+0x1a/0x30
[128713.252214] </TASK>
[128893.267163] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[128893.280336] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6415823
[128893.298157] rcu: (detected by 71, t=24503660 jiffies, g=639685, q=35969 ncpus=256)
[128893.313469] Sending NMI from CPU 71 to CPUs 156:
[128893.313473] NMI backtrace for cpu 156
[128893.313479] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[128893.313481] Tainted: [D]=DIE, [W]=WARN
[128893.313482] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[128893.313483] Workqueue: cgroup_destroy css_free_rwork_fn
[128893.313486] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[128893.313488] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[128893.313489] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[128893.313489] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[128893.313490] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[128893.313490] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[128893.313491] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[128893.313491] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[128893.313492] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[128893.313493] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[128893.313493] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[128893.313494] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[128893.313494] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[128893.313494] PKRU: 55555554
[128893.313495] Call Trace:
[128893.313495] <TASK>
[128893.313496] _raw_spin_lock_irqsave+0x46/0x60
[128893.313498] cgroup_rstat_flush+0xf4/0x7e0
[128893.313499] cgroup_rstat_exit+0x20/0xf0
[128893.313500] css_free_rwork_fn+0x12e/0x400
[128893.313501] process_one_work+0x19e/0x3e0
[128893.313503] worker_thread+0x2ad/0x3c0
[128893.313504] kthread+0x108/0x220
[128893.313505] ? __pfx_worker_thread+0x10/0x10
[128893.313506] ? __pfx_kthread+0x10/0x10
[128893.313507] ret_from_fork+0x3d/0x60
[128893.313509] ? __pfx_kthread+0x10/0x10
[128893.313509] ret_from_fork_asm+0x1a/0x30
[128893.313511] </TASK>
[129073.328404] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[129073.341583] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6427683
[129073.359406] rcu: (detected by 158, t=24548676 jiffies, g=639685, q=35987 ncpus=256)
[129073.374828] Sending NMI from CPU 158 to CPUs 156:
[129073.374832] NMI backtrace for cpu 156
[129073.374834] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[129073.374836] Tainted: [D]=DIE, [W]=WARN
[129073.374837] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[129073.374838] Workqueue: cgroup_destroy css_free_rwork_fn
[129073.374840] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[129073.374842] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[129073.374843] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[129073.374843] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[129073.374844] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[129073.374844] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[129073.374844] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[129073.374845] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[129073.374846] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[129073.374846] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[129073.374847] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[129073.374847] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[129073.374848] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[129073.374848] PKRU: 55555554
[129073.374848] Call Trace:
[129073.374849] <TASK>
[129073.374850] _raw_spin_lock_irqsave+0x46/0x60
[129073.374851] cgroup_rstat_flush+0xf4/0x7e0
[129073.374853] cgroup_rstat_exit+0x20/0xf0
[129073.374854] css_free_rwork_fn+0x12e/0x400
[129073.374855] process_one_work+0x19e/0x3e0
[129073.374856] worker_thread+0x2ad/0x3c0
[129073.374858] kthread+0x108/0x220
[129073.374859] ? __pfx_worker_thread+0x10/0x10
[129073.374860] ? __pfx_kthread+0x10/0x10
[129073.374861] ret_from_fork+0x3d/0x60
[129073.374862] ? __pfx_kthread+0x10/0x10
[129073.374863] ret_from_fork_asm+0x1a/0x30
[129073.374865] </TASK>
[129253.389646] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[129253.402837] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6439583
[129253.420672] rcu: (detected by 11, t=24593692 jiffies, g=639685, q=35999 ncpus=256)
[129253.435990] Sending NMI from CPU 11 to CPUs 156:
[129253.435996] NMI backtrace for cpu 156
[129253.436002] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[129253.436004] Tainted: [D]=DIE, [W]=WARN
[129253.436005] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[129253.436005] Workqueue: cgroup_destroy css_free_rwork_fn
[129253.436008] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[129253.436010] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[129253.436010] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[129253.436011] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[129253.436011] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[129253.436012] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[129253.436012] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[129253.436013] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[129253.436014] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[129253.436015] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[129253.436015] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[129253.436016] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[129253.436016] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[129253.436016] PKRU: 55555554
[129253.436017] Call Trace:
[129253.436017] <TASK>
[129253.436019] _raw_spin_lock_irqsave+0x46/0x60
[129253.436020] cgroup_rstat_flush+0xf4/0x7e0
[129253.436021] cgroup_rstat_exit+0x20/0xf0
[129253.436022] css_free_rwork_fn+0x12e/0x400
[129253.436023] process_one_work+0x19e/0x3e0
[129253.436025] worker_thread+0x2ad/0x3c0
[129253.436026] kthread+0x108/0x220
[129253.436027] ? __pfx_worker_thread+0x10/0x10
[129253.436029] ? __pfx_kthread+0x10/0x10
[129253.436030] ret_from_fork+0x3d/0x60
[129253.436031] ? __pfx_kthread+0x10/0x10
[129253.436032] ret_from_fork_asm+0x1a/0x30
[129253.436033] </TASK>
[129433.450886] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[129433.464064] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6451440
[129433.481887] rcu: (detected by 219, t=24638708 jiffies, g=639685, q=36017 ncpus=256)
[129433.497301] Sending NMI from CPU 219 to CPUs 156:
[129433.497306] NMI backtrace for cpu 156
[129433.497311] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[129433.497315] Tainted: [D]=DIE, [W]=WARN
[129433.497315] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[129433.497316] Workqueue: cgroup_destroy css_free_rwork_fn
[129433.497319] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[129433.497321] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[129433.497323] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[129433.497323] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[129433.497324] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[129433.497324] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[129433.497325] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[129433.497325] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[129433.497326] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[129433.497327] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[129433.497328] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[129433.497329] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[129433.497329] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[129433.497329] PKRU: 55555554
[129433.497330] Call Trace:
[129433.497330] <TASK>
[129433.497332] _raw_spin_lock_irqsave+0x46/0x60
[129433.497333] cgroup_rstat_flush+0xf4/0x7e0
[129433.497334] cgroup_rstat_exit+0x20/0xf0
[129433.497335] css_free_rwork_fn+0x12e/0x400
[129433.497336] process_one_work+0x19e/0x3e0
[129433.497338] worker_thread+0x2ad/0x3c0
[129433.497339] kthread+0x108/0x220
[129433.497340] ? __pfx_worker_thread+0x10/0x10
[129433.497342] ? __pfx_kthread+0x10/0x10
[129433.497343] ret_from_fork+0x3d/0x60
[129433.497344] ? __pfx_kthread+0x10/0x10
[129433.497345] ret_from_fork_asm+0x1a/0x30
[129433.497347] </TASK>
[129613.512128] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[129613.525321] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6463306
[129613.543149] rcu: (detected by 57, t=24683724 jiffies, g=639685, q=36037 ncpus=256)
[129613.558468] Sending NMI from CPU 57 to CPUs 156:
[129613.558473] NMI backtrace for cpu 156
[129613.558479] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[129613.558481] Tainted: [D]=DIE, [W]=WARN
[129613.558481] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[129613.558482] Workqueue: cgroup_destroy css_free_rwork_fn
[129613.558485] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[129613.558487] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[129613.558488] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[129613.558489] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[129613.558489] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[129613.558490] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[129613.558490] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[129613.558491] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[129613.558491] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[129613.558492] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[129613.558492] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[129613.558493] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[129613.558494] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[129613.558494] PKRU: 55555554
[129613.558494] Call Trace:
[129613.558495] <TASK>
[129613.558496] _raw_spin_lock_irqsave+0x46/0x60
[129613.558497] cgroup_rstat_flush+0xf4/0x7e0
[129613.558499] cgroup_rstat_exit+0x20/0xf0
[129613.558500] css_free_rwork_fn+0x12e/0x400
[129613.558501] process_one_work+0x19e/0x3e0
[129613.558502] worker_thread+0x2ad/0x3c0
[129613.558504] kthread+0x108/0x220
[129613.558505] ? __pfx_worker_thread+0x10/0x10
[129613.558506] ? __pfx_kthread+0x10/0x10
[129613.558507] ret_from_fork+0x3d/0x60
[129613.558508] ? __pfx_kthread+0x10/0x10
[129613.558509] ret_from_fork_asm+0x1a/0x30
[129613.558511] </TASK>
[129793.573371] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[129793.586546] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6475191
[129793.604364] rcu: (detected by 219, t=24728740 jiffies, g=639685, q=36054 ncpus=256)
[129793.619779] Sending NMI from CPU 219 to CPUs 156:
[129793.619784] NMI backtrace for cpu 156
[129793.619790] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[129793.619793] Tainted: [D]=DIE, [W]=WARN
[129793.619794] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[129793.619794] Workqueue: cgroup_destroy css_free_rwork_fn
[129793.619798] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[129793.619800] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[129793.619801] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[129793.619802] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[129793.619802] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[129793.619803] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[129793.619803] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[129793.619804] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[129793.619805] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[129793.619805] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[129793.619806] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[129793.619807] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[129793.619807] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[129793.619807] PKRU: 55555554
[129793.619808] Call Trace:
[129793.619808] <TASK>
[129793.619809] _raw_spin_lock_irqsave+0x46/0x60
[129793.619811] cgroup_rstat_flush+0xf4/0x7e0
[129793.619812] cgroup_rstat_exit+0x20/0xf0
[129793.619813] css_free_rwork_fn+0x12e/0x400
[129793.619814] process_one_work+0x19e/0x3e0
[129793.619816] worker_thread+0x2ad/0x3c0
[129793.619817] kthread+0x108/0x220
[129793.619818] ? __pfx_worker_thread+0x10/0x10
[129793.619819] ? __pfx_kthread+0x10/0x10
[129793.619820] ret_from_fork+0x3d/0x60
[129793.619822] ? __pfx_kthread+0x10/0x10
[129793.619822] ret_from_fork_asm+0x1a/0x30
[129793.619824] </TASK>
[129973.634611] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[129973.647795] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6487075
[129973.665625] rcu: (detected by 194, t=24773756 jiffies, g=639685, q=36067 ncpus=256)
[129973.681050] Sending NMI from CPU 194 to CPUs 156:
[129973.681055] NMI backtrace for cpu 156
[129973.681061] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[129973.681064] Tainted: [D]=DIE, [W]=WARN
[129973.681064] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[129973.681065] Workqueue: cgroup_destroy css_free_rwork_fn
[129973.681068] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[129973.681070] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[129973.681072] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[129973.681072] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[129973.681073] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[129973.681073] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[129973.681073] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[129973.681074] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[129973.681075] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[129973.681076] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[129973.681076] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[129973.681077] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[129973.681078] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[129973.681078] PKRU: 55555554
[129973.681078] Call Trace:
[129973.681079] <TASK>
[129973.681080] _raw_spin_lock_irqsave+0x46/0x60
[129973.681082] cgroup_rstat_flush+0xf4/0x7e0
[129973.681083] cgroup_rstat_exit+0x20/0xf0
[129973.681084] css_free_rwork_fn+0x12e/0x400
[129973.681085] process_one_work+0x19e/0x3e0
[129973.681086] worker_thread+0x2ad/0x3c0
[129973.681088] kthread+0x108/0x220
[129973.681089] ? __pfx_worker_thread+0x10/0x10
[129973.681090] ? __pfx_kthread+0x10/0x10
[129973.681091] ret_from_fork+0x3d/0x60
[129973.681092] ? __pfx_kthread+0x10/0x10
[129973.681093] ret_from_fork_asm+0x1a/0x30
[129973.681095] </TASK>
[130153.695852] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[130153.709037] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6498958
[130153.726866] rcu: (detected by 158, t=24818772 jiffies, g=639685, q=36086 ncpus=256)
[130153.742289] Sending NMI from CPU 158 to CPUs 156:
[130153.742293] NMI backtrace for cpu 156
[130153.742295] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[130153.742298] Tainted: [D]=DIE, [W]=WARN
[130153.742298] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[130153.742299] Workqueue: cgroup_destroy css_free_rwork_fn
[130153.742302] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[130153.742303] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[130153.742304] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[130153.742305] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[130153.742305] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[130153.742306] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[130153.742306] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[130153.742307] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[130153.742308] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[130153.742308] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[130153.742308] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[130153.742309] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[130153.742309] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[130153.742310] PKRU: 55555554
[130153.742310] Call Trace:
[130153.742311] <TASK>
[130153.742312] _raw_spin_lock_irqsave+0x46/0x60
[130153.742313] cgroup_rstat_flush+0xf4/0x7e0
[130153.742314] cgroup_rstat_exit+0x20/0xf0
[130153.742315] css_free_rwork_fn+0x12e/0x400
[130153.742316] process_one_work+0x19e/0x3e0
[130153.742318] worker_thread+0x2ad/0x3c0
[130153.742319] kthread+0x108/0x220
[130153.742320] ? __pfx_worker_thread+0x10/0x10
[130153.742322] ? __pfx_kthread+0x10/0x10
[130153.742323] ret_from_fork+0x3d/0x60
[130153.742324] ? __pfx_kthread+0x10/0x10
[130153.742325] ret_from_fork_asm+0x1a/0x30
[130153.742327] </TASK>
[130333.757092] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[130333.770267] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6510890
[130333.788097] rcu: (detected by 3, t=24863788 jiffies, g=639685, q=36100 ncpus=256)
[130333.803315] Sending NMI from CPU 3 to CPUs 156:
[130333.803320] NMI backtrace for cpu 156
[130333.803326] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[130333.803328] Tainted: [D]=DIE, [W]=WARN
[130333.803328] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[130333.803329] Workqueue: cgroup_destroy css_free_rwork_fn
[130333.803332] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[130333.803333] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[130333.803334] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[130333.803334] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[130333.803335] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[130333.803335] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[130333.803336] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[130333.803336] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[130333.803337] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[130333.803338] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[130333.803338] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[130333.803339] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[130333.803339] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[130333.803340] PKRU: 55555554
[130333.803340] Call Trace:
[130333.803341] <TASK>
[130333.803342] _raw_spin_lock_irqsave+0x46/0x60
[130333.803343] cgroup_rstat_flush+0xf4/0x7e0
[130333.803345] cgroup_rstat_exit+0x20/0xf0
[130333.803346] css_free_rwork_fn+0x12e/0x400
[130333.803346] process_one_work+0x19e/0x3e0
[130333.803348] worker_thread+0x2ad/0x3c0
[130333.803350] kthread+0x108/0x220
[130333.803351] ? __pfx_worker_thread+0x10/0x10
[130333.803352] ? __pfx_kthread+0x10/0x10
[130333.803353] ret_from_fork+0x3d/0x60
[130333.803354] ? __pfx_kthread+0x10/0x10
[130333.803355] ret_from_fork_asm+0x1a/0x30
[130333.803357] </TASK>
[130513.818336] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[130513.831505] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6522803
[130513.849313] rcu: (detected by 158, t=24908804 jiffies, g=639685, q=36117 ncpus=256)
[130513.864718] Sending NMI from CPU 158 to CPUs 156:
[130513.864723] NMI backtrace for cpu 156
[130513.864725] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[130513.864727] Tainted: [D]=DIE, [W]=WARN
[130513.864728] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[130513.864729] Workqueue: cgroup_destroy css_free_rwork_fn
[130513.864731] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[130513.864732] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[130513.864733] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[130513.864734] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[130513.864735] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[130513.864735] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[130513.864735] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[130513.864736] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[130513.864737] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[130513.864737] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[130513.864738] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[130513.864738] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[130513.864739] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[130513.864739] PKRU: 55555554
[130513.864739] Call Trace:
[130513.864740] <TASK>
[130513.864741] _raw_spin_lock_irqsave+0x46/0x60
[130513.864742] cgroup_rstat_flush+0xf4/0x7e0
[130513.864743] cgroup_rstat_exit+0x20/0xf0
[130513.864745] css_free_rwork_fn+0x12e/0x400
[130513.864745] process_one_work+0x19e/0x3e0
[130513.864747] worker_thread+0x2ad/0x3c0
[130513.864749] kthread+0x108/0x220
[130513.864749] ? __pfx_worker_thread+0x10/0x10
[130513.864751] ? __pfx_kthread+0x10/0x10
[130513.864752] ret_from_fork+0x3d/0x60
[130513.864753] ? __pfx_kthread+0x10/0x10
[130513.864754] ret_from_fork_asm+0x1a/0x30
[130513.864756] </TASK>
[130693.879577] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[130693.892758] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6534735
[130693.910580] rcu: (detected by 175, t=24953820 jiffies, g=639685, q=36139 ncpus=256)
[130693.926004] Sending NMI from CPU 175 to CPUs 156:
[130693.926009] NMI backtrace for cpu 156
[130693.926015] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[130693.926017] Tainted: [D]=DIE, [W]=WARN
[130693.926018] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[130693.926019] Workqueue: cgroup_destroy css_free_rwork_fn
[130693.926021] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[130693.926023] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[130693.926024] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[130693.926025] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[130693.926025] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[130693.926026] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[130693.926026] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[130693.926027] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[130693.926029] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[130693.926029] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[130693.926030] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[130693.926031] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[130693.926031] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[130693.926031] PKRU: 55555554
[130693.926032] Call Trace:
[130693.926032] <TASK>
[130693.926034] _raw_spin_lock_irqsave+0x46/0x60
[130693.926035] cgroup_rstat_flush+0xf4/0x7e0
[130693.926037] cgroup_rstat_exit+0x20/0xf0
[130693.926038] css_free_rwork_fn+0x12e/0x400
[130693.926039] process_one_work+0x19e/0x3e0
[130693.926041] worker_thread+0x2ad/0x3c0
[130693.926042] kthread+0x108/0x220
[130693.926043] ? __pfx_worker_thread+0x10/0x10
[130693.926045] ? __pfx_kthread+0x10/0x10
[130693.926046] ret_from_fork+0x3d/0x60
[130693.926047] ? __pfx_kthread+0x10/0x10
[130693.926048] ret_from_fork_asm+0x1a/0x30
[130693.926050] </TASK>
[130873.940816] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[130873.954003] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6546676
[130873.971836] rcu: (detected by 219, t=24998836 jiffies, g=639685, q=36153 ncpus=256)
[130873.987267] Sending NMI from CPU 219 to CPUs 156:
[130873.987272] NMI backtrace for cpu 156
[130873.987277] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[130873.987280] Tainted: [D]=DIE, [W]=WARN
[130873.987281] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[130873.987282] Workqueue: cgroup_destroy css_free_rwork_fn
[130873.987284] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[130873.987286] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[130873.987288] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[130873.987288] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[130873.987289] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[130873.987289] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[130873.987289] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[130873.987290] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[130873.987291] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[130873.987291] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[130873.987291] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[130873.987292] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[130873.987292] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[130873.987293] PKRU: 55555554
[130873.987293] Call Trace:
[130873.987294] <TASK>
[130873.987295] _raw_spin_lock_irqsave+0x46/0x60
[130873.987296] cgroup_rstat_flush+0xf4/0x7e0
[130873.987298] cgroup_rstat_exit+0x20/0xf0
[130873.987299] css_free_rwork_fn+0x12e/0x400
[130873.987300] process_one_work+0x19e/0x3e0
[130873.987301] worker_thread+0x2ad/0x3c0
[130873.987303] kthread+0x108/0x220
[130873.987304] ? __pfx_worker_thread+0x10/0x10
[130873.987305] ? __pfx_kthread+0x10/0x10
[130873.987306] ret_from_fork+0x3d/0x60
[130873.987307] ? __pfx_kthread+0x10/0x10
[130873.987308] ret_from_fork_asm+0x1a/0x30
[130873.987310] </TASK>
[131054.002057] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[131054.015253] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6558574
[131054.033093] rcu: (detected by 199, t=25043852 jiffies, g=639685, q=36169 ncpus=256)
[131054.048528] Sending NMI from CPU 199 to CPUs 156:
[131054.048533] NMI backtrace for cpu 156
[131054.048539] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[131054.048541] Tainted: [D]=DIE, [W]=WARN
[131054.048542] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[131054.048543] Workqueue: cgroup_destroy css_free_rwork_fn
[131054.048546] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[131054.048548] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[131054.048549] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[131054.048550] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[131054.048550] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[131054.048551] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[131054.048551] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[131054.048552] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[131054.048552] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[131054.048553] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[131054.048553] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[131054.048554] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[131054.048554] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[131054.048555] PKRU: 55555554
[131054.048555] Call Trace:
[131054.048556] <TASK>
[131054.048557] _raw_spin_lock_irqsave+0x46/0x60
[131054.048558] cgroup_rstat_flush+0xf4/0x7e0
[131054.048559] cgroup_rstat_exit+0x20/0xf0
[131054.048561] css_free_rwork_fn+0x12e/0x400
[131054.048561] process_one_work+0x19e/0x3e0
[131054.048563] worker_thread+0x2ad/0x3c0
[131054.048565] kthread+0x108/0x220
[131054.048565] ? __pfx_worker_thread+0x10/0x10
[131054.048567] ? __pfx_kthread+0x10/0x10
[131054.048568] ret_from_fork+0x3d/0x60
[131054.048569] ? __pfx_kthread+0x10/0x10
[131054.048570] ret_from_fork_asm+0x1a/0x30
[131054.048572] </TASK>
[131234.063298] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[131234.076487] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6570471
[131234.094317] rcu: (detected by 172, t=25088868 jiffies, g=639685, q=36183 ncpus=256)
[131234.109746] Sending NMI from CPU 172 to CPUs 156:
[131234.109751] NMI backtrace for cpu 156
[131234.109757] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[131234.109759] Tainted: [D]=DIE, [W]=WARN
[131234.109759] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[131234.109760] Workqueue: cgroup_destroy css_free_rwork_fn
[131234.109763] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[131234.109765] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[131234.109766] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[131234.109767] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[131234.109767] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[131234.109768] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[131234.109768] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[131234.109768] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[131234.109769] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[131234.109770] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[131234.109770] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[131234.109771] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[131234.109771] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[131234.109771] PKRU: 55555554
[131234.109772] Call Trace:
[131234.109772] <TASK>
[131234.109774] _raw_spin_lock_irqsave+0x46/0x60
[131234.109775] cgroup_rstat_flush+0xf4/0x7e0
[131234.109776] cgroup_rstat_exit+0x20/0xf0
[131234.109777] css_free_rwork_fn+0x12e/0x400
[131234.109778] process_one_work+0x19e/0x3e0
[131234.109780] worker_thread+0x2ad/0x3c0
[131234.109781] kthread+0x108/0x220
[131234.109782] ? __pfx_worker_thread+0x10/0x10
[131234.109784] ? __pfx_kthread+0x10/0x10
[131234.109785] ret_from_fork+0x3d/0x60
[131234.109786] ? __pfx_kthread+0x10/0x10
[131234.109787] ret_from_fork_asm+0x1a/0x30
[131234.109789] </TASK>
[131414.124540] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[131414.137721] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6582403
[131414.155551] rcu: (detected by 66, t=25133884 jiffies, g=639685, q=36198 ncpus=256)
[131414.170870] Sending NMI from CPU 66 to CPUs 156:
[131414.170875] NMI backtrace for cpu 156
[131414.170881] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[131414.170883] Tainted: [D]=DIE, [W]=WARN
[131414.170884] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[131414.170885] Workqueue: cgroup_destroy css_free_rwork_fn
[131414.170888] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[131414.170890] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[131414.170891] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[131414.170892] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[131414.170893] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[131414.170893] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[131414.170894] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[131414.170894] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[131414.170895] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[131414.170896] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[131414.170896] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[131414.170897] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[131414.170897] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[131414.170898] PKRU: 55555554
[131414.170898] Call Trace:
[131414.170899] <TASK>
[131414.170900] _raw_spin_lock_irqsave+0x46/0x60
[131414.170901] cgroup_rstat_flush+0xf4/0x7e0
[131414.170903] cgroup_rstat_exit+0x20/0xf0
[131414.170904] css_free_rwork_fn+0x12e/0x400
[131414.170904] process_one_work+0x19e/0x3e0
[131414.170906] worker_thread+0x2ad/0x3c0
[131414.170908] kthread+0x108/0x220
[131414.170909] ? __pfx_worker_thread+0x10/0x10
[131414.170910] ? __pfx_kthread+0x10/0x10
[131414.170911] ret_from_fork+0x3d/0x60
[131414.170912] ? __pfx_kthread+0x10/0x10
[131414.170913] ret_from_fork_asm+0x1a/0x30
[131414.170915] </TASK>
[131594.185781] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[131594.198964] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6594313
[131594.216787] rcu: (detected by 175, t=25178900 jiffies, g=639685, q=36213 ncpus=256)
[131594.232212] Sending NMI from CPU 175 to CPUs 156:
[131594.232217] NMI backtrace for cpu 156
[131594.232222] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[131594.232225] Tainted: [D]=DIE, [W]=WARN
[131594.232226] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[131594.232227] Workqueue: cgroup_destroy css_free_rwork_fn
[131594.232230] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[131594.232232] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[131594.232233] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[131594.232233] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[131594.232234] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[131594.232234] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[131594.232235] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[131594.232235] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[131594.232236] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[131594.232237] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[131594.232237] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[131594.232238] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[131594.232238] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[131594.232238] PKRU: 55555554
[131594.232238] Call Trace:
[131594.232239] <TASK>
[131594.232240] _raw_spin_lock_irqsave+0x46/0x60
[131594.232242] cgroup_rstat_flush+0xf4/0x7e0
[131594.232243] cgroup_rstat_exit+0x20/0xf0
[131594.232244] css_free_rwork_fn+0x12e/0x400
[131594.232245] process_one_work+0x19e/0x3e0
[131594.232246] worker_thread+0x2ad/0x3c0
[131594.232248] kthread+0x108/0x220
[131594.232249] ? __pfx_worker_thread+0x10/0x10
[131594.232250] ? __pfx_kthread+0x10/0x10
[131594.232251] ret_from_fork+0x3d/0x60
[131594.232252] ? __pfx_kthread+0x10/0x10
[131594.232253] ret_from_fork_asm+0x1a/0x30
[131594.232255] </TASK>
[131774.247025] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[131774.260208] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6606242
[131774.278038] rcu: (detected by 47, t=25223915 jiffies, g=639685, q=36230 ncpus=256)
[131774.293354] Sending NMI from CPU 47 to CPUs 156:
[131774.293360] NMI backtrace for cpu 156
[131774.293366] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[131774.293368] Tainted: [D]=DIE, [W]=WARN
[131774.293368] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[131774.293369] Workqueue: cgroup_destroy css_free_rwork_fn
[131774.293372] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[131774.293374] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[131774.293375] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[131774.293376] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[131774.293376] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[131774.293377] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[131774.293377] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[131774.293378] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[131774.293379] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[131774.293379] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[131774.293380] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[131774.293380] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[131774.293381] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[131774.293381] PKRU: 55555554
[131774.293381] Call Trace:
[131774.293382] <TASK>
[131774.293383] _raw_spin_lock_irqsave+0x46/0x60
[131774.293385] cgroup_rstat_flush+0xf4/0x7e0
[131774.293386] cgroup_rstat_exit+0x20/0xf0
[131774.293387] css_free_rwork_fn+0x12e/0x400
[131774.293388] process_one_work+0x19e/0x3e0
[131774.293390] worker_thread+0x2ad/0x3c0
[131774.293391] kthread+0x108/0x220
[131774.293392] ? __pfx_worker_thread+0x10/0x10
[131774.293394] ? __pfx_kthread+0x10/0x10
[131774.293395] ret_from_fork+0x3d/0x60
[131774.293396] ? __pfx_kthread+0x10/0x10
[131774.293397] ret_from_fork_asm+0x1a/0x30
[131774.293399] </TASK>
[131954.292264] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[131954.305430] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6618152
[131954.323243] rcu: (detected by 194, t=25268928 jiffies, g=639685, q=36246 ncpus=256)
[131954.338651] Sending NMI from CPU 194 to CPUs 156:
[131954.338657] NMI backtrace for cpu 156
[131954.338662] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[131954.338665] Tainted: [D]=DIE, [W]=WARN
[131954.338666] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[131954.338666] Workqueue: cgroup_destroy css_free_rwork_fn
[131954.338670] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[131954.338672] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[131954.338673] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[131954.338673] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[131954.338674] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[131954.338674] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[131954.338674] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[131954.338675] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[131954.338676] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[131954.338676] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[131954.338676] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[131954.338677] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[131954.338678] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[131954.338678] PKRU: 55555554
[131954.338678] Call Trace:
[131954.338679] <TASK>
[131954.338680] _raw_spin_lock_irqsave+0x46/0x60
[131954.338681] cgroup_rstat_flush+0xf4/0x7e0
[131954.338682] cgroup_rstat_exit+0x20/0xf0
[131954.338684] css_free_rwork_fn+0x12e/0x400
[131954.338684] process_one_work+0x19e/0x3e0
[131954.338686] worker_thread+0x2ad/0x3c0
[131954.338688] kthread+0x108/0x220
[131954.338688] ? __pfx_worker_thread+0x10/0x10
[131954.338690] ? __pfx_kthread+0x10/0x10
[131954.338691] ret_from_fork+0x3d/0x60
[131954.338692] ? __pfx_kthread+0x10/0x10
[131954.338693] ret_from_fork_asm+0x1a/0x30
[131954.338695] </TASK>
[132134.353505] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[132134.366675] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6630025
[132134.384493] rcu: (detected by 71, t=25313944 jiffies, g=639685, q=36265 ncpus=256)
[132134.399804] Sending NMI from CPU 71 to CPUs 156:
[132134.399809] NMI backtrace for cpu 156
[132134.399815] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[132134.399818] Tainted: [D]=DIE, [W]=WARN
[132134.399819] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[132134.399820] Workqueue: cgroup_destroy css_free_rwork_fn
[132134.399823] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[132134.399824] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[132134.399825] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[132134.399826] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[132134.399827] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[132134.399827] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[132134.399827] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[132134.399828] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[132134.399829] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[132134.399830] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[132134.399830] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[132134.399831] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[132134.399831] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[132134.399832] PKRU: 55555554
[132134.399832] Call Trace:
[132134.399833] <TASK>
[132134.399834] _raw_spin_lock_irqsave+0x46/0x60
[132134.399835] cgroup_rstat_flush+0xf4/0x7e0
[132134.399836] cgroup_rstat_exit+0x20/0xf0
[132134.399838] css_free_rwork_fn+0x12e/0x400
[132134.399838] process_one_work+0x19e/0x3e0
[132134.399840] worker_thread+0x2ad/0x3c0
[132134.399842] kthread+0x108/0x220
[132134.399842] ? __pfx_worker_thread+0x10/0x10
[132134.399844] ? __pfx_kthread+0x10/0x10
[132134.399845] ret_from_fork+0x3d/0x60
[132134.399846] ? __pfx_kthread+0x10/0x10
[132134.399847] ret_from_fork_asm+0x1a/0x30
[132134.399849] </TASK>
[132314.414747] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[132314.427918] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6641933
[132314.445735] rcu: (detected by 175, t=25358960 jiffies, g=639685, q=36279 ncpus=256)
[132314.461149] Sending NMI from CPU 175 to CPUs 156:
[132314.461155] NMI backtrace for cpu 156
[132314.461160] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[132314.461163] Tainted: [D]=DIE, [W]=WARN
[132314.461164] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[132314.461165] Workqueue: cgroup_destroy css_free_rwork_fn
[132314.461168] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[132314.461170] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[132314.461171] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[132314.461171] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[132314.461172] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[132314.461172] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[132314.461172] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[132314.461173] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[132314.461174] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[132314.461174] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[132314.461175] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[132314.461175] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[132314.461176] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[132314.461176] PKRU: 55555554
[132314.461176] Call Trace:
[132314.461177] <TASK>
[132314.461178] _raw_spin_lock_irqsave+0x46/0x60
[132314.461180] cgroup_rstat_flush+0xf4/0x7e0
[132314.461181] cgroup_rstat_exit+0x20/0xf0
[132314.461182] css_free_rwork_fn+0x12e/0x400
[132314.461183] process_one_work+0x19e/0x3e0
[132314.461184] worker_thread+0x2ad/0x3c0
[132314.461186] kthread+0x108/0x220
[132314.461187] ? __pfx_worker_thread+0x10/0x10
[132314.461188] ? __pfx_kthread+0x10/0x10
[132314.461189] ret_from_fork+0x3d/0x60
[132314.461190] ? __pfx_kthread+0x10/0x10
[132314.461191] ret_from_fork_asm+0x1a/0x30
[132314.461193] </TASK>
[132494.475987] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[132494.489167] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6653864
[132494.506994] rcu: (detected by 175, t=25403976 jiffies, g=639685, q=36297 ncpus=256)
[132494.522423] Sending NMI from CPU 175 to CPUs 156:
[132494.522428] NMI backtrace for cpu 156
[132494.522434] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[132494.522436] Tainted: [D]=DIE, [W]=WARN
[132494.522437] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[132494.522437] Workqueue: cgroup_destroy css_free_rwork_fn
[132494.522440] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[132494.522443] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[132494.522444] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[132494.522444] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[132494.522445] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[132494.522446] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[132494.522446] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[132494.522447] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[132494.522448] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[132494.522448] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[132494.522448] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[132494.522449] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[132494.522449] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[132494.522450] PKRU: 55555554
[132494.522450] Call Trace:
[132494.522451] <TASK>
[132494.522452] _raw_spin_lock_irqsave+0x46/0x60
[132494.522453] cgroup_rstat_flush+0xf4/0x7e0
[132494.522454] cgroup_rstat_exit+0x20/0xf0
[132494.522456] css_free_rwork_fn+0x12e/0x400
[132494.522456] process_one_work+0x19e/0x3e0
[132494.522458] worker_thread+0x2ad/0x3c0
[132494.522460] kthread+0x108/0x220
[132494.522461] ? __pfx_worker_thread+0x10/0x10
[132494.522462] ? __pfx_kthread+0x10/0x10
[132494.522463] ret_from_fork+0x3d/0x60
[132494.522464] ? __pfx_kthread+0x10/0x10
[132494.522465] ret_from_fork_asm+0x1a/0x30
[132494.522467] </TASK>
[132674.537230] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[132674.550416] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6665800
[132674.568241] rcu: (detected by 38, t=25448992 jiffies, g=639685, q=36319 ncpus=256)
[132674.583554] Sending NMI from CPU 38 to CPUs 156:
[132674.583560] NMI backtrace for cpu 156
[132674.583566] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[132674.583568] Tainted: [D]=DIE, [W]=WARN
[132674.583569] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[132674.583570] Workqueue: cgroup_destroy css_free_rwork_fn
[132674.583573] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[132674.583575] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[132674.583576] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[132674.583576] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[132674.583577] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[132674.583577] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[132674.583577] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[132674.583578] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[132674.583579] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[132674.583579] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[132674.583580] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[132674.583580] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[132674.583581] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[132674.583581] PKRU: 55555554
[132674.583581] Call Trace:
[132674.583582] <TASK>
[132674.583583] _raw_spin_lock_irqsave+0x46/0x60
[132674.583584] cgroup_rstat_flush+0xf4/0x7e0
[132674.583586] cgroup_rstat_exit+0x20/0xf0
[132674.583587] css_free_rwork_fn+0x12e/0x400
[132674.583588] process_one_work+0x19e/0x3e0
[132674.583589] worker_thread+0x2ad/0x3c0
[132674.583591] kthread+0x108/0x220
[132674.583592] ? __pfx_worker_thread+0x10/0x10
[132674.583593] ? __pfx_kthread+0x10/0x10
[132674.583594] ret_from_fork+0x3d/0x60
[132674.583595] ? __pfx_kthread+0x10/0x10
[132674.583596] ret_from_fork_asm+0x1a/0x30
[132674.583598] </TASK>
[132854.598471] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[132854.611639] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6677718
[132854.629460] rcu: (detected by 47, t=25494008 jiffies, g=639685, q=36333 ncpus=256)
[132854.644774] Sending NMI from CPU 47 to CPUs 156:
[132854.644779] NMI backtrace for cpu 156
[132854.644784] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[132854.644787] Tainted: [D]=DIE, [W]=WARN
[132854.644788] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[132854.644789] Workqueue: cgroup_destroy css_free_rwork_fn
[132854.644792] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[132854.644794] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[132854.644795] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[132854.644795] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[132854.644796] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[132854.644796] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[132854.644797] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[132854.644797] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[132854.644798] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[132854.644799] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[132854.644799] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[132854.644800] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[132854.644800] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[132854.644800] PKRU: 55555554
[132854.644801] Call Trace:
[132854.644801] <TASK>
[132854.644802] _raw_spin_lock_irqsave+0x46/0x60
[132854.644804] cgroup_rstat_flush+0xf4/0x7e0
[132854.644805] cgroup_rstat_exit+0x20/0xf0
[132854.644806] css_free_rwork_fn+0x12e/0x400
[132854.644807] process_one_work+0x19e/0x3e0
[132854.644808] worker_thread+0x2ad/0x3c0
[132854.644810] kthread+0x108/0x220
[132854.644811] ? __pfx_worker_thread+0x10/0x10
[132854.644812] ? __pfx_kthread+0x10/0x10
[132854.644813] ret_from_fork+0x3d/0x60
[132854.644814] ? __pfx_kthread+0x10/0x10
[132854.644815] ret_from_fork_asm+0x1a/0x30
[132854.644817] </TASK>
[133034.643711] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[133034.656891] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6689635
[133034.674705] rcu: (detected by 158, t=25539020 jiffies, g=639685, q=36349 ncpus=256)
[133034.690119] Sending NMI from CPU 158 to CPUs 156:
[133034.690123] NMI backtrace for cpu 156
[133034.690125] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[133034.690127] Tainted: [D]=DIE, [W]=WARN
[133034.690128] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[133034.690129] Workqueue: cgroup_destroy css_free_rwork_fn
[133034.690131] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[133034.690133] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[133034.690134] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[133034.690134] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[133034.690135] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[133034.690135] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[133034.690136] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[133034.690136] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[133034.690137] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[133034.690137] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[133034.690138] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[133034.690138] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[133034.690139] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[133034.690139] PKRU: 55555554
[133034.690139] Call Trace:
[133034.690140] <TASK>
[133034.690141] _raw_spin_lock_irqsave+0x46/0x60
[133034.690143] cgroup_rstat_flush+0xf4/0x7e0
[133034.690144] cgroup_rstat_exit+0x20/0xf0
[133034.690145] css_free_rwork_fn+0x12e/0x400
[133034.690146] process_one_work+0x19e/0x3e0
[133034.690147] worker_thread+0x2ad/0x3c0
[133034.690149] kthread+0x108/0x220
[133034.690150] ? __pfx_worker_thread+0x10/0x10
[133034.690151] ? __pfx_kthread+0x10/0x10
[133034.690152] ret_from_fork+0x3d/0x60
[133034.690153] ? __pfx_kthread+0x10/0x10
[133034.690154] ret_from_fork_asm+0x1a/0x30
[133034.690156] </TASK>
[133214.704953] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[133214.718137] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6701539
[133214.735963] rcu: (detected by 175, t=25584036 jiffies, g=639685, q=36362 ncpus=256)
[133214.751378] Sending NMI from CPU 175 to CPUs 156:
[133214.751383] NMI backtrace for cpu 156
[133214.751388] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[133214.751390] Tainted: [D]=DIE, [W]=WARN
[133214.751391] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[133214.751392] Workqueue: cgroup_destroy css_free_rwork_fn
[133214.751394] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[133214.751396] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[133214.751396] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[133214.751397] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[133214.751397] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[133214.751398] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[133214.751398] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[133214.751399] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[133214.751400] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[133214.751400] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[133214.751400] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[133214.751401] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[133214.751401] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[133214.751402] PKRU: 55555554
[133214.751402] Call Trace:
[133214.751403] <TASK>
[133214.751404] _raw_spin_lock_irqsave+0x46/0x60
[133214.751405] cgroup_rstat_flush+0xf4/0x7e0
[133214.751406] cgroup_rstat_exit+0x20/0xf0
[133214.751408] css_free_rwork_fn+0x12e/0x400
[133214.751408] process_one_work+0x19e/0x3e0
[133214.751410] worker_thread+0x2ad/0x3c0
[133214.751412] kthread+0x108/0x220
[133214.751412] ? __pfx_worker_thread+0x10/0x10
[133214.751414] ? __pfx_kthread+0x10/0x10
[133214.751415] ret_from_fork+0x3d/0x60
[133214.751416] ? __pfx_kthread+0x10/0x10
[133214.751417] ret_from_fork_asm+0x1a/0x30
[133214.751419] </TASK>
[133394.766193] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[133394.779367] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6713475
[133394.797187] rcu: (detected by 175, t=25629052 jiffies, g=639685, q=36378 ncpus=256)
[133394.812606] Sending NMI from CPU 175 to CPUs 156:
[133394.812611] NMI backtrace for cpu 156
[133394.812616] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[133394.812619] Tainted: [D]=DIE, [W]=WARN
[133394.812619] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[133394.812620] Workqueue: cgroup_destroy css_free_rwork_fn
[133394.812624] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[133394.812626] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[133394.812627] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[133394.812628] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[133394.812628] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[133394.812629] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[133394.812629] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[133394.812630] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[133394.812631] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[133394.812632] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[133394.812632] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[133394.812633] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[133394.812633] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[133394.812634] PKRU: 55555554
[133394.812634] Call Trace:
[133394.812635] <TASK>
[133394.812636] _raw_spin_lock_irqsave+0x46/0x60
[133394.812637] cgroup_rstat_flush+0xf4/0x7e0
[133394.812639] cgroup_rstat_exit+0x20/0xf0
[133394.812640] css_free_rwork_fn+0x12e/0x400
[133394.812640] process_one_work+0x19e/0x3e0
[133394.812642] worker_thread+0x2ad/0x3c0
[133394.812644] kthread+0x108/0x220
[133394.812645] ? __pfx_worker_thread+0x10/0x10
[133394.812646] ? __pfx_kthread+0x10/0x10
[133394.812647] ret_from_fork+0x3d/0x60
[133394.812648] ? __pfx_kthread+0x10/0x10
[133394.812649] ret_from_fork_asm+0x1a/0x30
[133394.812651] </TASK>
[133574.827435] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[133574.840616] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6725402
[133574.858446] rcu: (detected by 71, t=25674068 jiffies, g=639685, q=36396 ncpus=256)
[133574.873765] Sending NMI from CPU 71 to CPUs 156:
[133574.873770] NMI backtrace for cpu 156
[133574.873776] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[133574.873779] Tainted: [D]=DIE, [W]=WARN
[133574.873779] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[133574.873780] Workqueue: cgroup_destroy css_free_rwork_fn
[133574.873783] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[133574.873785] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[133574.873787] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[133574.873788] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[133574.873788] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[133574.873789] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[133574.873789] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[133574.873790] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[133574.873791] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[133574.873791] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[133574.873791] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[133574.873792] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[133574.873792] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[133574.873793] PKRU: 55555554
[133574.873793] Call Trace:
[133574.873794] <TASK>
[133574.873795] _raw_spin_lock_irqsave+0x46/0x60
[133574.873796] cgroup_rstat_flush+0xf4/0x7e0
[133574.873797] cgroup_rstat_exit+0x20/0xf0
[133574.873799] css_free_rwork_fn+0x12e/0x400
[133574.873799] process_one_work+0x19e/0x3e0
[133574.873801] worker_thread+0x2ad/0x3c0
[133574.873803] kthread+0x108/0x220
[133574.873803] ? __pfx_worker_thread+0x10/0x10
[133574.873805] ? __pfx_kthread+0x10/0x10
[133574.873806] ret_from_fork+0x3d/0x60
[133574.873807] ? __pfx_kthread+0x10/0x10
[133574.873808] ret_from_fork_asm+0x1a/0x30
[133574.873810] </TASK>
[133754.888677] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[133754.901852] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6737281
[133754.919668] rcu: (detected by 172, t=25719084 jiffies, g=639685, q=36416 ncpus=256)
[133754.935083] Sending NMI from CPU 172 to CPUs 156:
[133754.935089] NMI backtrace for cpu 156
[133754.935094] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[133754.935097] Tainted: [D]=DIE, [W]=WARN
[133754.935098] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[133754.935099] Workqueue: cgroup_destroy css_free_rwork_fn
[133754.935102] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[133754.935104] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[133754.935105] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[133754.935106] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[133754.935106] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[133754.935107] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[133754.935107] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[133754.935108] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[133754.935108] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[133754.935109] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[133754.935109] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[133754.935110] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[133754.935110] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[133754.935111] PKRU: 55555554
[133754.935111] Call Trace:
[133754.935112] <TASK>
[133754.935113] _raw_spin_lock_irqsave+0x46/0x60
[133754.935114] cgroup_rstat_flush+0xf4/0x7e0
[133754.935115] cgroup_rstat_exit+0x20/0xf0
[133754.935116] css_free_rwork_fn+0x12e/0x400
[133754.935117] process_one_work+0x19e/0x3e0
[133754.935119] worker_thread+0x2ad/0x3c0
[133754.935120] kthread+0x108/0x220
[133754.935121] ? __pfx_worker_thread+0x10/0x10
[133754.935123] ? __pfx_kthread+0x10/0x10
[133754.935124] ret_from_fork+0x3d/0x60
[133754.935125] ? __pfx_kthread+0x10/0x10
[133754.935126] ret_from_fork_asm+0x1a/0x30
[133754.935128] </TASK>
[133934.949917] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[133934.963113] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6749202
[133934.980951] rcu: (detected by 131, t=25764100 jiffies, g=639685, q=36431 ncpus=256)
[133934.996389] Sending NMI from CPU 131 to CPUs 156:
[133934.996393] NMI backtrace for cpu 156
[133934.996399] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[133934.996401] Tainted: [D]=DIE, [W]=WARN
[133934.996402] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[133934.996403] Workqueue: cgroup_destroy css_free_rwork_fn
[133934.996406] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[133934.996408] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[133934.996409] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[133934.996409] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[133934.996410] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[133934.996410] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[133934.996410] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[133934.996411] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[133934.996412] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[133934.996412] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[133934.996413] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[133934.996413] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[133934.996414] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[133934.996414] PKRU: 55555554
[133934.996414] Call Trace:
[133934.996415] <TASK>
[133934.996416] _raw_spin_lock_irqsave+0x46/0x60
[133934.996417] cgroup_rstat_flush+0xf4/0x7e0
[133934.996419] cgroup_rstat_exit+0x20/0xf0
[133934.996420] css_free_rwork_fn+0x12e/0x400
[133934.996420] process_one_work+0x19e/0x3e0
[133934.996422] worker_thread+0x2ad/0x3c0
[133934.996424] kthread+0x108/0x220
[133934.996424] ? __pfx_worker_thread+0x10/0x10
[133934.996426] ? __pfx_kthread+0x10/0x10
[133934.996427] ret_from_fork+0x3d/0x60
[133934.996428] ? __pfx_kthread+0x10/0x10
[133934.996429] ret_from_fork_asm+0x1a/0x30
[133934.996431] </TASK>
[134115.011160] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[134115.024347] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6761099
[134115.042177] rcu: (detected by 159, t=25809116 jiffies, g=639685, q=36442 ncpus=256)
[134115.057600] Sending NMI from CPU 159 to CPUs 156:
[134115.057605] NMI backtrace for cpu 156
[134115.057608] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[134115.057610] Tainted: [D]=DIE, [W]=WARN
[134115.057610] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[134115.057611] Workqueue: cgroup_destroy css_free_rwork_fn
[134115.057613] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[134115.057615] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[134115.057615] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[134115.057616] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[134115.057616] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[134115.057617] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[134115.057617] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[134115.057617] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[134115.057618] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[134115.057619] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[134115.057619] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[134115.057620] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[134115.057620] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[134115.057620] PKRU: 55555554
[134115.057621] Call Trace:
[134115.057621] <TASK>
[134115.057622] _raw_spin_lock_irqsave+0x46/0x60
[134115.057624] cgroup_rstat_flush+0xf4/0x7e0
[134115.057625] cgroup_rstat_exit+0x20/0xf0
[134115.057626] css_free_rwork_fn+0x12e/0x400
[134115.057627] process_one_work+0x19e/0x3e0
[134115.057628] worker_thread+0x2ad/0x3c0
[134115.057630] kthread+0x108/0x220
[134115.057631] ? __pfx_worker_thread+0x10/0x10
[134115.057632] ? __pfx_kthread+0x10/0x10
[134115.057633] ret_from_fork+0x3d/0x60
[134115.057634] ? __pfx_kthread+0x10/0x10
[134115.057635] ret_from_fork_asm+0x1a/0x30
[134115.057637] </TASK>
[134295.072402] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[134295.085581] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6772994
[134295.103407] rcu: (detected by 159, t=25854132 jiffies, g=639685, q=36458 ncpus=256)
[134295.118834] Sending NMI from CPU 159 to CPUs 156:
[134295.118838] NMI backtrace for cpu 156
[134295.118841] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[134295.118843] Tainted: [D]=DIE, [W]=WARN
[134295.118843] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[134295.118844] Workqueue: cgroup_destroy css_free_rwork_fn
[134295.118847] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[134295.118848] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[134295.118849] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[134295.118850] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[134295.118850] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[134295.118851] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[134295.118851] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[134295.118852] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[134295.118852] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[134295.118853] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[134295.118853] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[134295.118854] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[134295.118854] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[134295.118854] PKRU: 55555554
[134295.118855] Call Trace:
[134295.118856] <TASK>
[134295.118857] _raw_spin_lock_irqsave+0x46/0x60
[134295.118858] cgroup_rstat_flush+0xf4/0x7e0
[134295.118859] cgroup_rstat_exit+0x20/0xf0
[134295.118860] css_free_rwork_fn+0x12e/0x400
[134295.118861] process_one_work+0x19e/0x3e0
[134295.118863] worker_thread+0x2ad/0x3c0
[134295.118864] kthread+0x108/0x220
[134295.118865] ? __pfx_worker_thread+0x10/0x10
[134295.118867] ? __pfx_kthread+0x10/0x10
[134295.118868] ret_from_fork+0x3d/0x60
[134295.118869] ? __pfx_kthread+0x10/0x10
[134295.118870] ret_from_fork_asm+0x1a/0x30
[134295.118871] </TASK>
[134475.133641] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[134475.146821] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6784893
[134475.164647] rcu: (detected by 71, t=25899148 jiffies, g=639685, q=36471 ncpus=256)
[134475.179957] Sending NMI from CPU 71 to CPUs 156:
[134475.179962] NMI backtrace for cpu 156
[134475.179968] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[134475.179970] Tainted: [D]=DIE, [W]=WARN
[134475.179970] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[134475.179971] Workqueue: cgroup_destroy css_free_rwork_fn
[134475.179974] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[134475.179975] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[134475.179976] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[134475.179977] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[134475.179978] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[134475.179978] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[134475.179978] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[134475.179979] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[134475.179980] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[134475.179981] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[134475.179981] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[134475.179982] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[134475.179982] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[134475.179983] PKRU: 55555554
[134475.179983] Call Trace:
[134475.179983] <TASK>
[134475.179985] _raw_spin_lock_irqsave+0x46/0x60
[134475.179986] cgroup_rstat_flush+0xf4/0x7e0
[134475.179987] cgroup_rstat_exit+0x20/0xf0
[134475.179989] css_free_rwork_fn+0x12e/0x400
[134475.179989] process_one_work+0x19e/0x3e0
[134475.179991] worker_thread+0x2ad/0x3c0
[134475.179993] kthread+0x108/0x220
[134475.179993] ? __pfx_worker_thread+0x10/0x10
[134475.179995] ? __pfx_kthread+0x10/0x10
[134475.179996] ret_from_fork+0x3d/0x60
[134475.179997] ? __pfx_kthread+0x10/0x10
[134475.179998] ret_from_fork_asm+0x1a/0x30
[134475.180000] </TASK>
[134655.194883] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[134655.208053] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6796774
[134655.225864] rcu: (detected by 57, t=25944164 jiffies, g=639685, q=36495 ncpus=256)
[134655.241167] Sending NMI from CPU 57 to CPUs 156:
[134655.241172] NMI backtrace for cpu 156
[134655.241178] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[134655.241180] Tainted: [D]=DIE, [W]=WARN
[134655.241181] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[134655.241182] Workqueue: cgroup_destroy css_free_rwork_fn
[134655.241185] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[134655.241187] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[134655.241188] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[134655.241189] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[134655.241189] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[134655.241190] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[134655.241190] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[134655.241191] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[134655.241191] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[134655.241192] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[134655.241192] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[134655.241193] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[134655.241193] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[134655.241194] PKRU: 55555554
[134655.241194] Call Trace:
[134655.241195] <TASK>
[134655.241196] _raw_spin_lock_irqsave+0x46/0x60
[134655.241197] cgroup_rstat_flush+0xf4/0x7e0
[134655.241198] cgroup_rstat_exit+0x20/0xf0
[134655.241200] css_free_rwork_fn+0x12e/0x400
[134655.241200] process_one_work+0x19e/0x3e0
[134655.241202] worker_thread+0x2ad/0x3c0
[134655.241204] kthread+0x108/0x220
[134655.241204] ? __pfx_worker_thread+0x10/0x10
[134655.241206] ? __pfx_kthread+0x10/0x10
[134655.241207] ret_from_fork+0x3d/0x60
[134655.241208] ? __pfx_kthread+0x10/0x10
[134655.241209] ret_from_fork_asm+0x1a/0x30
[134655.241211] </TASK>
[134835.256124] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[134835.269295] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6808658
[134835.287114] rcu: (detected by 66, t=25989180 jiffies, g=639685, q=36510 ncpus=256)
[134835.302424] Sending NMI from CPU 66 to CPUs 156:
[134835.302428] NMI backtrace for cpu 156
[134835.302434] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[134835.302437] Tainted: [D]=DIE, [W]=WARN
[134835.302437] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[134835.302438] Workqueue: cgroup_destroy css_free_rwork_fn
[134835.302442] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[134835.302444] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[134835.302445] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[134835.302445] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[134835.302446] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[134835.302446] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[134835.302446] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[134835.302447] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[134835.302448] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[134835.302448] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[134835.302448] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[134835.302449] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[134835.302449] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[134835.302450] PKRU: 55555554
[134835.302450] Call Trace:
[134835.302451] <TASK>
[134835.302452] _raw_spin_lock_irqsave+0x46/0x60
[134835.302453] cgroup_rstat_flush+0xf4/0x7e0
[134835.302454] cgroup_rstat_exit+0x20/0xf0
[134835.302455] css_free_rwork_fn+0x12e/0x400
[134835.302456] process_one_work+0x19e/0x3e0
[134835.302458] worker_thread+0x2ad/0x3c0
[134835.302459] kthread+0x108/0x220
[134835.302460] ? __pfx_worker_thread+0x10/0x10
[134835.302462] ? __pfx_kthread+0x10/0x10
[134835.302463] ret_from_fork+0x3d/0x60
[134835.302464] ? __pfx_kthread+0x10/0x10
[134835.302465] ret_from_fork_asm+0x1a/0x30
[134835.302467] </TASK>
[135015.317366] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[135015.330534] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6820551
[135015.348339] rcu: (detected by 175, t=26034196 jiffies, g=639685, q=36527 ncpus=256)
[135015.363747] Sending NMI from CPU 175 to CPUs 156:
[135015.363753] NMI backtrace for cpu 156
[135015.363759] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[135015.363762] Tainted: [D]=DIE, [W]=WARN
[135015.363763] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[135015.363764] Workqueue: cgroup_destroy css_free_rwork_fn
[135015.363767] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[135015.363769] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[135015.363770] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[135015.363771] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[135015.363771] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[135015.363771] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[135015.363772] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[135015.363772] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[135015.363773] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[135015.363774] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135015.363774] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[135015.363775] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[135015.363775] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[135015.363775] PKRU: 55555554
[135015.363776] Call Trace:
[135015.363776] <TASK>
[135015.363777] _raw_spin_lock_irqsave+0x46/0x60
[135015.363779] cgroup_rstat_flush+0xf4/0x7e0
[135015.363780] cgroup_rstat_exit+0x20/0xf0
[135015.363781] css_free_rwork_fn+0x12e/0x400
[135015.363782] process_one_work+0x19e/0x3e0
[135015.363784] worker_thread+0x2ad/0x3c0
[135015.363785] kthread+0x108/0x220
[135015.363786] ? __pfx_worker_thread+0x10/0x10
[135015.363787] ? __pfx_kthread+0x10/0x10
[135015.363788] ret_from_fork+0x3d/0x60
[135015.363790] ? __pfx_kthread+0x10/0x10
[135015.363790] ret_from_fork_asm+0x1a/0x30
[135015.363792] </TASK>
[135195.378606] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[135195.391784] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6832463
[135195.409606] rcu: (detected by 227, t=26079212 jiffies, g=639685, q=36541 ncpus=256)
[135195.425027] Sending NMI from CPU 227 to CPUs 156:
[135195.425032] NMI backtrace for cpu 156
[135195.425038] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[135195.425041] Tainted: [D]=DIE, [W]=WARN
[135195.425042] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[135195.425043] Workqueue: cgroup_destroy css_free_rwork_fn
[135195.425045] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[135195.425047] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[135195.425049] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[135195.425049] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[135195.425050] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[135195.425050] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[135195.425050] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[135195.425051] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[135195.425052] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[135195.425053] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135195.425054] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[135195.425054] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[135195.425055] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[135195.425055] PKRU: 55555554
[135195.425055] Call Trace:
[135195.425056] <TASK>
[135195.425057] _raw_spin_lock_irqsave+0x46/0x60
[135195.425058] cgroup_rstat_flush+0xf4/0x7e0
[135195.425060] cgroup_rstat_exit+0x20/0xf0
[135195.425061] css_free_rwork_fn+0x12e/0x400
[135195.425062] process_one_work+0x19e/0x3e0
[135195.425063] worker_thread+0x2ad/0x3c0
[135195.425065] kthread+0x108/0x220
[135195.425066] ? __pfx_worker_thread+0x10/0x10
[135195.425067] ? __pfx_kthread+0x10/0x10
[135195.425068] ret_from_fork+0x3d/0x60
[135195.425069] ? __pfx_kthread+0x10/0x10
[135195.425070] ret_from_fork_asm+0x1a/0x30
[135195.425072] </TASK>
[135375.439847] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[135375.453031] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6844361
[135375.470862] rcu: (detected by 199, t=26124228 jiffies, g=639685, q=36559 ncpus=256)
[135375.486290] Sending NMI from CPU 199 to CPUs 156:
[135375.486295] NMI backtrace for cpu 156
[135375.486301] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[135375.486304] Tainted: [D]=DIE, [W]=WARN
[135375.486304] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[135375.486305] Workqueue: cgroup_destroy css_free_rwork_fn
[135375.486308] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[135375.486310] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[135375.486311] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[135375.486311] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[135375.486312] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[135375.486312] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[135375.486313] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[135375.486313] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[135375.486314] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[135375.486315] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135375.486315] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[135375.486316] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[135375.486316] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[135375.486316] PKRU: 55555554
[135375.486317] Call Trace:
[135375.486317] <TASK>
[135375.486318] _raw_spin_lock_irqsave+0x46/0x60
[135375.486320] cgroup_rstat_flush+0xf4/0x7e0
[135375.486321] cgroup_rstat_exit+0x20/0xf0
[135375.486322] css_free_rwork_fn+0x12e/0x400
[135375.486323] process_one_work+0x19e/0x3e0
[135375.486325] worker_thread+0x2ad/0x3c0
[135375.486326] kthread+0x108/0x220
[135375.486327] ? __pfx_worker_thread+0x10/0x10
[135375.486328] ? __pfx_kthread+0x10/0x10
[135375.486329] ret_from_fork+0x3d/0x60
[135375.486330] ? __pfx_kthread+0x10/0x10
[135375.486331] ret_from_fork_asm+0x1a/0x30
[135375.486333] </TASK>
[135555.501089] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[135555.514278] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6856245
[135555.532111] rcu: (detected by 219, t=26169244 jiffies, g=639685, q=36574 ncpus=256)
[135555.547543] Sending NMI from CPU 219 to CPUs 156:
[135555.547548] NMI backtrace for cpu 156
[135555.547553] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[135555.547556] Tainted: [D]=DIE, [W]=WARN
[135555.547556] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[135555.547557] Workqueue: cgroup_destroy css_free_rwork_fn
[135555.547560] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[135555.547562] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[135555.547563] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[135555.547564] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[135555.547565] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[135555.547565] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[135555.547565] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[135555.547566] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[135555.547567] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[135555.547567] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135555.547567] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[135555.547568] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[135555.547568] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[135555.547569] PKRU: 55555554
[135555.547569] Call Trace:
[135555.547570] <TASK>
[135555.547571] _raw_spin_lock_irqsave+0x46/0x60
[135555.547572] cgroup_rstat_flush+0xf4/0x7e0
[135555.547573] cgroup_rstat_exit+0x20/0xf0
[135555.547575] css_free_rwork_fn+0x12e/0x400
[135555.547575] process_one_work+0x19e/0x3e0
[135555.547577] worker_thread+0x2ad/0x3c0
[135555.547579] kthread+0x108/0x220
[135555.547579] ? __pfx_worker_thread+0x10/0x10
[135555.547581] ? __pfx_kthread+0x10/0x10
[135555.547582] ret_from_fork+0x3d/0x60
[135555.547583] ? __pfx_kthread+0x10/0x10
[135555.547584] ret_from_fork_asm+0x1a/0x30
[135555.547586] </TASK>
[135735.562330] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[135735.575511] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6868129
[135735.593331] rcu: (detected by 159, t=26214260 jiffies, g=639685, q=36595 ncpus=256)
[135735.608748] Sending NMI from CPU 159 to CPUs 156:
[135735.608752] NMI backtrace for cpu 156
[135735.608755] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[135735.608756] Tainted: [D]=DIE, [W]=WARN
[135735.608757] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[135735.608758] Workqueue: cgroup_destroy css_free_rwork_fn
[135735.608760] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[135735.608761] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[135735.608762] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[135735.608763] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[135735.608763] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[135735.608763] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[135735.608764] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[135735.608764] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[135735.608765] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[135735.608766] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135735.608766] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[135735.608767] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[135735.608767] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[135735.608767] PKRU: 55555554
[135735.608768] Call Trace:
[135735.608768] <TASK>
[135735.608769] _raw_spin_lock_irqsave+0x46/0x60
[135735.608770] cgroup_rstat_flush+0xf4/0x7e0
[135735.608772] cgroup_rstat_exit+0x20/0xf0
[135735.608773] css_free_rwork_fn+0x12e/0x400
[135735.608774] process_one_work+0x19e/0x3e0
[135735.608775] worker_thread+0x2ad/0x3c0
[135735.608777] kthread+0x108/0x220
[135735.608778] ? __pfx_worker_thread+0x10/0x10
[135735.608779] ? __pfx_kthread+0x10/0x10
[135735.608780] ret_from_fork+0x3d/0x60
[135735.608781] ? __pfx_kthread+0x10/0x10
[135735.608782] ret_from_fork_asm+0x1a/0x30
[135735.608784] </TASK>
[135915.623571] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[135915.636757] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6880042
[135915.654587] rcu: (detected by 158, t=26259276 jiffies, g=639685, q=36610 ncpus=256)
[135915.670009] Sending NMI from CPU 158 to CPUs 156:
[135915.670013] NMI backtrace for cpu 156
[135915.670015] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[135915.670017] Tainted: [D]=DIE, [W]=WARN
[135915.670017] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[135915.670018] Workqueue: cgroup_destroy css_free_rwork_fn
[135915.670020] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[135915.670022] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[135915.670023] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[135915.670023] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[135915.670024] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[135915.670024] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[135915.670024] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[135915.670025] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[135915.670026] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[135915.670026] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[135915.670027] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[135915.670027] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[135915.670028] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[135915.670028] PKRU: 55555554
[135915.670028] Call Trace:
[135915.670029] <TASK>
[135915.670030] _raw_spin_lock_irqsave+0x46/0x60
[135915.670031] cgroup_rstat_flush+0xf4/0x7e0
[135915.670032] cgroup_rstat_exit+0x20/0xf0
[135915.670034] css_free_rwork_fn+0x12e/0x400
[135915.670034] process_one_work+0x19e/0x3e0
[135915.670036] worker_thread+0x2ad/0x3c0
[135915.670038] kthread+0x108/0x220
[135915.670038] ? __pfx_worker_thread+0x10/0x10
[135915.670040] ? __pfx_kthread+0x10/0x10
[135915.670041] ret_from_fork+0x3d/0x60
[135915.670042] ? __pfx_kthread+0x10/0x10
[135915.670043] ret_from_fork_asm+0x1a/0x30
[135915.670045] </TASK>
[136095.684812] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[136095.697983] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6891978
[136095.715802] rcu: (detected by 91, t=26304292 jiffies, g=639685, q=36626 ncpus=256)
[136095.731114] Sending NMI from CPU 91 to CPUs 156:
[136095.731119] NMI backtrace for cpu 156
[136095.731124] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[136095.731126] Tainted: [D]=DIE, [W]=WARN
[136095.731126] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[136095.731127] Workqueue: cgroup_destroy css_free_rwork_fn
[136095.731129] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[136095.731131] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[136095.731132] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[136095.731132] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[136095.731133] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[136095.731133] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[136095.731134] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[136095.731134] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[136095.731135] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[136095.731136] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[136095.731136] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[136095.731137] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[136095.731137] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[136095.731137] PKRU: 55555554
[136095.731138] Call Trace:
[136095.731138] <TASK>
[136095.731139] _raw_spin_lock_irqsave+0x46/0x60
[136095.731141] cgroup_rstat_flush+0xf4/0x7e0
[136095.731142] cgroup_rstat_exit+0x20/0xf0
[136095.731143] css_free_rwork_fn+0x12e/0x400
[136095.731144] process_one_work+0x19e/0x3e0
[136095.731145] worker_thread+0x2ad/0x3c0
[136095.731147] kthread+0x108/0x220
[136095.731148] ? __pfx_worker_thread+0x10/0x10
[136095.731149] ? __pfx_kthread+0x10/0x10
[136095.731150] ret_from_fork+0x3d/0x60
[136095.731151] ? __pfx_kthread+0x10/0x10
[136095.731152] ret_from_fork_asm+0x1a/0x30
[136095.731154] </TASK>
[136275.746054] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[136275.759221] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6903860
[136275.777032] rcu: (detected by 151, t=26349308 jiffies, g=639685, q=36639 ncpus=256)
[136275.792440] Sending NMI from CPU 151 to CPUs 156:
[136275.792447] NMI backtrace for cpu 156
[136275.792452] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[136275.792455] Tainted: [D]=DIE, [W]=WARN
[136275.792455] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[136275.792456] Workqueue: cgroup_destroy css_free_rwork_fn
[136275.792459] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[136275.792462] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[136275.792463] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[136275.792464] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[136275.792464] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[136275.792465] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[136275.792465] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[136275.792466] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[136275.792466] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[136275.792467] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[136275.792467] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[136275.792468] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[136275.792468] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[136275.792469] PKRU: 55555554
[136275.792469] Call Trace:
[136275.792470] <TASK>
[136275.792471] _raw_spin_lock_irqsave+0x46/0x60
[136275.792472] cgroup_rstat_flush+0xf4/0x7e0
[136275.792474] cgroup_rstat_exit+0x20/0xf0
[136275.792475] css_free_rwork_fn+0x12e/0x400
[136275.792475] process_one_work+0x19e/0x3e0
[136275.792477] worker_thread+0x2ad/0x3c0
[136275.792479] kthread+0x108/0x220
[136275.792480] ? __pfx_worker_thread+0x10/0x10
[136275.792481] ? __pfx_kthread+0x10/0x10
[136275.792482] ret_from_fork+0x3d/0x60
[136275.792483] ? __pfx_kthread+0x10/0x10
[136275.792484] ret_from_fork_asm+0x1a/0x30
[136275.792486] </TASK>
[136455.807295] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[136455.820472] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6915792
[136455.838290] rcu: (detected by 175, t=26394324 jiffies, g=639685, q=36657 ncpus=256)
[136455.853708] Sending NMI from CPU 175 to CPUs 156:
[136455.853714] NMI backtrace for cpu 156
[136455.853720] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[136455.853722] Tainted: [D]=DIE, [W]=WARN
[136455.853723] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[136455.853724] Workqueue: cgroup_destroy css_free_rwork_fn
[136455.853727] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[136455.853730] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[136455.853731] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[136455.853732] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[136455.853733] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[136455.853733] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[136455.853733] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[136455.853734] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[136455.853735] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[136455.853736] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[136455.853737] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[136455.853738] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[136455.853738] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[136455.853738] PKRU: 55555554
[136455.853739] Call Trace:
[136455.853739] <TASK>
[136455.853740] _raw_spin_lock_irqsave+0x46/0x60
[136455.853742] cgroup_rstat_flush+0xf4/0x7e0
[136455.853743] cgroup_rstat_exit+0x20/0xf0
[136455.853744] css_free_rwork_fn+0x12e/0x400
[136455.853745] process_one_work+0x19e/0x3e0
[136455.853747] worker_thread+0x2ad/0x3c0
[136455.853748] kthread+0x108/0x220
[136455.853749] ? __pfx_worker_thread+0x10/0x10
[136455.853750] ? __pfx_kthread+0x10/0x10
[136455.853751] ret_from_fork+0x3d/0x60
[136455.853753] ? __pfx_kthread+0x10/0x10
[136455.853753] ret_from_fork_asm+0x1a/0x30
[136455.853755] </TASK>
[136635.868536] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[136635.881738] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6927716
[136635.899567] rcu: (detected by 158, t=26439340 jiffies, g=639685, q=36674 ncpus=256)
[136635.915003] Sending NMI from CPU 158 to CPUs 156:
[136635.915006] NMI backtrace for cpu 156
[136635.915009] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[136635.915010] Tainted: [D]=DIE, [W]=WARN
[136635.915011] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[136635.915012] Workqueue: cgroup_destroy css_free_rwork_fn
[136635.915014] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[136635.915016] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[136635.915017] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[136635.915017] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[136635.915018] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[136635.915018] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[136635.915019] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[136635.915019] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[136635.915020] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[136635.915021] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[136635.915021] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[136635.915022] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[136635.915022] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[136635.915022] PKRU: 55555554
[136635.915023] Call Trace:
[136635.915023] <TASK>
[136635.915024] _raw_spin_lock_irqsave+0x46/0x60
[136635.915026] cgroup_rstat_flush+0xf4/0x7e0
[136635.915027] cgroup_rstat_exit+0x20/0xf0
[136635.915028] css_free_rwork_fn+0x12e/0x400
[136635.915029] process_one_work+0x19e/0x3e0
[136635.915031] worker_thread+0x2ad/0x3c0
[136635.915032] kthread+0x108/0x220
[136635.915033] ? __pfx_worker_thread+0x10/0x10
[136635.915035] ? __pfx_kthread+0x10/0x10
[136635.915036] ret_from_fork+0x3d/0x60
[136635.915037] ? __pfx_kthread+0x10/0x10
[136635.915037] ret_from_fork_asm+0x1a/0x30
[136635.915039] </TASK>
[136815.929779] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[136815.942952] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6939640
[136815.960766] rcu: (detected by 47, t=26484356 jiffies, g=639685, q=36691 ncpus=256)
[136815.976073] Sending NMI from CPU 47 to CPUs 156:
[136815.976078] NMI backtrace for cpu 156
[136815.976083] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[136815.976085] Tainted: [D]=DIE, [W]=WARN
[136815.976085] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[136815.976086] Workqueue: cgroup_destroy css_free_rwork_fn
[136815.976088] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[136815.976090] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[136815.976091] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[136815.976091] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[136815.976092] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[136815.976092] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[136815.976092] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[136815.976093] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[136815.976094] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[136815.976094] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[136815.976095] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[136815.976095] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[136815.976096] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[136815.976096] PKRU: 55555554
[136815.976096] Call Trace:
[136815.976097] <TASK>
[136815.976098] _raw_spin_lock_irqsave+0x46/0x60
[136815.976099] cgroup_rstat_flush+0xf4/0x7e0
[136815.976101] cgroup_rstat_exit+0x20/0xf0
[136815.976102] css_free_rwork_fn+0x12e/0x400
[136815.976103] process_one_work+0x19e/0x3e0
[136815.976104] worker_thread+0x2ad/0x3c0
[136815.976106] kthread+0x108/0x220
[136815.976107] ? __pfx_worker_thread+0x10/0x10
[136815.976108] ? __pfx_kthread+0x10/0x10
[136815.976109] ret_from_fork+0x3d/0x60
[136815.976110] ? __pfx_kthread+0x10/0x10
[136815.976111] ret_from_fork_asm+0x1a/0x30
[136815.976113] </TASK>
[136995.975020] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[136995.988179] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6951552
[136996.005983] rcu: (detected by 42, t=26529368 jiffies, g=639685, q=36708 ncpus=256)
[136996.021285] Sending NMI from CPU 42 to CPUs 156:
[136996.021290] NMI backtrace for cpu 156
[136996.021295] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[136996.021298] Tainted: [D]=DIE, [W]=WARN
[136996.021298] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[136996.021299] Workqueue: cgroup_destroy css_free_rwork_fn
[136996.021302] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[136996.021304] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[136996.021305] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[136996.021306] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[136996.021306] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[136996.021307] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[136996.021307] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[136996.021308] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[136996.021309] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[136996.021309] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[136996.021309] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[136996.021310] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[136996.021311] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[136996.021311] PKRU: 55555554
[136996.021311] Call Trace:
[136996.021312] <TASK>
[136996.021313] _raw_spin_lock_irqsave+0x46/0x60
[136996.021314] cgroup_rstat_flush+0xf4/0x7e0
[136996.021316] cgroup_rstat_exit+0x20/0xf0
[136996.021317] css_free_rwork_fn+0x12e/0x400
[136996.021318] process_one_work+0x19e/0x3e0
[136996.021319] worker_thread+0x2ad/0x3c0
[136996.021321] kthread+0x108/0x220
[136996.021322] ? __pfx_worker_thread+0x10/0x10
[136996.021323] ? __pfx_kthread+0x10/0x10
[136996.021324] ret_from_fork+0x3d/0x60
[136996.021325] ? __pfx_kthread+0x10/0x10
[136996.021326] ret_from_fork_asm+0x1a/0x30
[136996.021328] </TASK>
[137176.036261] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[137176.049445] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6963452
[137176.067261] rcu: (detected by 6, t=26574384 jiffies, g=639685, q=36727 ncpus=256)
[137176.082483] Sending NMI from CPU 6 to CPUs 156:
[137176.082490] NMI backtrace for cpu 156
[137176.082495] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[137176.082498] Tainted: [D]=DIE, [W]=WARN
[137176.082499] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[137176.082500] Workqueue: cgroup_destroy css_free_rwork_fn
[137176.082503] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[137176.082505] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[137176.082506] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[137176.082507] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[137176.082507] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[137176.082508] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[137176.082508] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[137176.082509] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[137176.082510] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[137176.082511] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[137176.082511] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[137176.082512] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[137176.082512] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[137176.082513] PKRU: 55555554
[137176.082513] Call Trace:
[137176.082514] <TASK>
[137176.082515] _raw_spin_lock_irqsave+0x46/0x60
[137176.082516] cgroup_rstat_flush+0xf4/0x7e0
[137176.082517] cgroup_rstat_exit+0x20/0xf0
[137176.082518] css_free_rwork_fn+0x12e/0x400
[137176.082519] process_one_work+0x19e/0x3e0
[137176.082521] worker_thread+0x2ad/0x3c0
[137176.082523] kthread+0x108/0x220
[137176.082524] ? __pfx_worker_thread+0x10/0x10
[137176.082525] ? __pfx_kthread+0x10/0x10
[137176.082526] ret_from_fork+0x3d/0x60
[137176.082528] ? __pfx_kthread+0x10/0x10
[137176.082528] ret_from_fork_asm+0x1a/0x30
[137176.082531] </TASK>
[137356.097502] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[137356.110690] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6975350
[137356.128520] rcu: (detected by 57, t=26619400 jiffies, g=639685, q=36743 ncpus=256)
[137356.143839] Sending NMI from CPU 57 to CPUs 156:
[137356.143844] NMI backtrace for cpu 156
[137356.143850] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[137356.143852] Tainted: [D]=DIE, [W]=WARN
[137356.143853] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[137356.143854] Workqueue: cgroup_destroy css_free_rwork_fn
[137356.143857] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[137356.143860] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[137356.143860] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[137356.143861] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[137356.143862] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[137356.143862] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[137356.143862] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[137356.143863] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[137356.143864] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[137356.143864] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[137356.143864] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[137356.143865] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[137356.143866] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[137356.143866] PKRU: 55555554
[137356.143866] Call Trace:
[137356.143867] <TASK>
[137356.143868] _raw_spin_lock_irqsave+0x46/0x60
[137356.143869] cgroup_rstat_flush+0xf4/0x7e0
[137356.143871] cgroup_rstat_exit+0x20/0xf0
[137356.143872] css_free_rwork_fn+0x12e/0x400
[137356.143873] process_one_work+0x19e/0x3e0
[137356.143874] worker_thread+0x2ad/0x3c0
[137356.143876] kthread+0x108/0x220
[137356.143877] ? __pfx_worker_thread+0x10/0x10
[137356.143878] ? __pfx_kthread+0x10/0x10
[137356.143879] ret_from_fork+0x3d/0x60
[137356.143880] ? __pfx_kthread+0x10/0x10
[137356.143881] ret_from_fork_asm+0x1a/0x30
[137356.143883] </TASK>
[137536.158742] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[137536.171916] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6987238
[137536.189732] rcu: (detected by 175, t=26664416 jiffies, g=639685, q=36757 ncpus=256)
[137536.205146] Sending NMI from CPU 175 to CPUs 156:
[137536.205151] NMI backtrace for cpu 156
[137536.205157] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[137536.205159] Tainted: [D]=DIE, [W]=WARN
[137536.205160] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[137536.205161] Workqueue: cgroup_destroy css_free_rwork_fn
[137536.205164] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[137536.205166] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[137536.205167] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[137536.205167] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[137536.205168] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[137536.205168] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[137536.205168] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[137536.205169] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[137536.205170] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[137536.205171] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[137536.205171] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[137536.205172] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[137536.205172] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[137536.205172] PKRU: 55555554
[137536.205173] Call Trace:
[137536.205173] <TASK>
[137536.205174] _raw_spin_lock_irqsave+0x46/0x60
[137536.205176] cgroup_rstat_flush+0xf4/0x7e0
[137536.205177] cgroup_rstat_exit+0x20/0xf0
[137536.205178] css_free_rwork_fn+0x12e/0x400
[137536.205179] process_one_work+0x19e/0x3e0
[137536.205181] worker_thread+0x2ad/0x3c0
[137536.205182] kthread+0x108/0x220
[137536.205183] ? __pfx_worker_thread+0x10/0x10
[137536.205184] ? __pfx_kthread+0x10/0x10
[137536.205185] ret_from_fork+0x3d/0x60
[137536.205186] ? __pfx_kthread+0x10/0x10
[137536.205187] ret_from_fork_asm+0x1a/0x30
[137536.205190] </TASK>
[137716.219984] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[137716.233179] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=6999146
[137716.251013] rcu: (detected by 149, t=26709432 jiffies, g=639685, q=36775 ncpus=256)
[137716.266444] Sending NMI from CPU 149 to CPUs 156:
[137716.266450] NMI backtrace for cpu 156
[137716.266455] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[137716.266458] Tainted: [D]=DIE, [W]=WARN
[137716.266459] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[137716.266460] Workqueue: cgroup_destroy css_free_rwork_fn
[137716.266463] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[137716.266464] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[137716.266466] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[137716.266466] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[137716.266467] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[137716.266467] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[137716.266467] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[137716.266468] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[137716.266469] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[137716.266469] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[137716.266470] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[137716.266470] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[137716.266471] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[137716.266471] PKRU: 55555554
[137716.266471] Call Trace:
[137716.266472] <TASK>
[137716.266473] _raw_spin_lock_irqsave+0x46/0x60
[137716.266474] cgroup_rstat_flush+0xf4/0x7e0
[137716.266476] cgroup_rstat_exit+0x20/0xf0
[137716.266477] css_free_rwork_fn+0x12e/0x400
[137716.266478] process_one_work+0x19e/0x3e0
[137716.266479] worker_thread+0x2ad/0x3c0
[137716.266481] kthread+0x108/0x220
[137716.266482] ? __pfx_worker_thread+0x10/0x10
[137716.266483] ? __pfx_kthread+0x10/0x10
[137716.266484] ret_from_fork+0x3d/0x60
[137716.266485] ? __pfx_kthread+0x10/0x10
[137716.266486] ret_from_fork_asm+0x1a/0x30
[137716.266488] </TASK>
[137896.281224] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[137896.294412] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7011043
[137896.312243] rcu: (detected by 175, t=26754448 jiffies, g=639685, q=36790 ncpus=256)
[137896.327674] Sending NMI from CPU 175 to CPUs 156:
[137896.327678] NMI backtrace for cpu 156
[137896.327683] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[137896.327686] Tainted: [D]=DIE, [W]=WARN
[137896.327687] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[137896.327688] Workqueue: cgroup_destroy css_free_rwork_fn
[137896.327691] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[137896.327693] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[137896.327694] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[137896.327695] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[137896.327695] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[137896.327695] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[137896.327696] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[137896.327696] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[137896.327697] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[137896.327698] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[137896.327698] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[137896.327699] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[137896.327699] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[137896.327699] PKRU: 55555554
[137896.327700] Call Trace:
[137896.327700] <TASK>
[137896.327702] _raw_spin_lock_irqsave+0x46/0x60
[137896.327703] cgroup_rstat_flush+0xf4/0x7e0
[137896.327704] cgroup_rstat_exit+0x20/0xf0
[137896.327705] css_free_rwork_fn+0x12e/0x400
[137896.327706] process_one_work+0x19e/0x3e0
[137896.327708] worker_thread+0x2ad/0x3c0
[137896.327709] kthread+0x108/0x220
[137896.327710] ? __pfx_worker_thread+0x10/0x10
[137896.327712] ? __pfx_kthread+0x10/0x10
[137896.327713] ret_from_fork+0x3d/0x60
[137896.327714] ? __pfx_kthread+0x10/0x10
[137896.327715] ret_from_fork_asm+0x1a/0x30
[137896.327716] </TASK>
[138076.342466] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[138076.355651] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7022952
[138076.373482] rcu: (detected by 175, t=26799464 jiffies, g=639685, q=36806 ncpus=256)
[138076.388911] Sending NMI from CPU 175 to CPUs 156:
[138076.388916] NMI backtrace for cpu 156
[138076.388922] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[138076.388925] Tainted: [D]=DIE, [W]=WARN
[138076.388926] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[138076.388927] Workqueue: cgroup_destroy css_free_rwork_fn
[138076.388930] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[138076.388932] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[138076.388933] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[138076.388934] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[138076.388934] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[138076.388935] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[138076.388935] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[138076.388936] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[138076.388937] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[138076.388937] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[138076.388937] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[138076.388938] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[138076.388938] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[138076.388939] PKRU: 55555554
[138076.388939] Call Trace:
[138076.388940] <TASK>
[138076.388941] _raw_spin_lock_irqsave+0x46/0x60
[138076.388942] cgroup_rstat_flush+0xf4/0x7e0
[138076.388944] cgroup_rstat_exit+0x20/0xf0
[138076.388945] css_free_rwork_fn+0x12e/0x400
[138076.388945] process_one_work+0x19e/0x3e0
[138076.388947] worker_thread+0x2ad/0x3c0
[138076.388949] kthread+0x108/0x220
[138076.388950] ? __pfx_worker_thread+0x10/0x10
[138076.388951] ? __pfx_kthread+0x10/0x10
[138076.388952] ret_from_fork+0x3d/0x60
[138076.388953] ? __pfx_kthread+0x10/0x10
[138076.388954] ret_from_fork_asm+0x1a/0x30
[138076.388956] </TASK>
[138256.403706] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[138256.416886] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7034843
[138256.434701] rcu: (detected by 175, t=26844480 jiffies, g=639685, q=36819 ncpus=256)
[138256.450123] Sending NMI from CPU 175 to CPUs 156:
[138256.450128] NMI backtrace for cpu 156
[138256.450133] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[138256.450136] Tainted: [D]=DIE, [W]=WARN
[138256.450136] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[138256.450137] Workqueue: cgroup_destroy css_free_rwork_fn
[138256.450140] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[138256.450142] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[138256.450143] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[138256.450143] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[138256.450144] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[138256.450144] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[138256.450145] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[138256.450146] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[138256.450147] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[138256.450147] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[138256.450147] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[138256.450148] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[138256.450148] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[138256.450149] PKRU: 55555554
[138256.450149] Call Trace:
[138256.450150] <TASK>
[138256.450151] _raw_spin_lock_irqsave+0x46/0x60
[138256.450152] cgroup_rstat_flush+0xf4/0x7e0
[138256.450154] cgroup_rstat_exit+0x20/0xf0
[138256.450155] css_free_rwork_fn+0x12e/0x400
[138256.450155] process_one_work+0x19e/0x3e0
[138256.450157] worker_thread+0x2ad/0x3c0
[138256.450159] kthread+0x108/0x220
[138256.450160] ? __pfx_worker_thread+0x10/0x10
[138256.450161] ? __pfx_kthread+0x10/0x10
[138256.450162] ret_from_fork+0x3d/0x60
[138256.450163] ? __pfx_kthread+0x10/0x10
[138256.450165] ret_from_fork_asm+0x1a/0x30
[138256.450167] </TASK>
[138436.464948] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[138436.478133] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7046755
[138436.495956] rcu: (detected by 139, t=26889496 jiffies, g=639685, q=36835 ncpus=256)
[138436.511376] Sending NMI from CPU 139 to CPUs 156:
[138436.511382] NMI backtrace for cpu 156
[138436.511388] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[138436.511390] Tainted: [D]=DIE, [W]=WARN
[138436.511391] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[138436.511392] Workqueue: cgroup_destroy css_free_rwork_fn
[138436.511395] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[138436.511397] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[138436.511398] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[138436.511399] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[138436.511399] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[138436.511400] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[138436.511400] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[138436.511401] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[138436.511401] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[138436.511402] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[138436.511402] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[138436.511403] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[138436.511403] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[138436.511404] PKRU: 55555554
[138436.511404] Call Trace:
[138436.511405] <TASK>
[138436.511406] _raw_spin_lock_irqsave+0x46/0x60
[138436.511407] cgroup_rstat_flush+0xf4/0x7e0
[138436.511409] cgroup_rstat_exit+0x20/0xf0
[138436.511410] css_free_rwork_fn+0x12e/0x400
[138436.511410] process_one_work+0x19e/0x3e0
[138436.511412] worker_thread+0x2ad/0x3c0
[138436.511414] kthread+0x108/0x220
[138436.511414] ? __pfx_worker_thread+0x10/0x10
[138436.511416] ? __pfx_kthread+0x10/0x10
[138436.511417] ret_from_fork+0x3d/0x60
[138436.511418] ? __pfx_kthread+0x10/0x10
[138436.511419] ret_from_fork_asm+0x1a/0x30
[138436.511421] </TASK>
[138616.526196] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[138616.539388] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7058642
[138616.557220] rcu: (detected by 38, t=26934512 jiffies, g=639685, q=36856 ncpus=256)
[138616.572543] Sending NMI from CPU 38 to CPUs 156:
[138616.572549] NMI backtrace for cpu 156
[138616.572554] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[138616.572557] Tainted: [D]=DIE, [W]=WARN
[138616.572557] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[138616.572558] Workqueue: cgroup_destroy css_free_rwork_fn
[138616.572561] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[138616.572563] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[138616.572565] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[138616.572566] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[138616.572566] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[138616.572567] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[138616.572568] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[138616.572568] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[138616.572570] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[138616.572570] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[138616.572570] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[138616.572571] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[138616.572571] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[138616.572572] PKRU: 55555554
[138616.572572] Call Trace:
[138616.572573] <TASK>
[138616.572574] _raw_spin_lock_irqsave+0x46/0x60
[138616.572575] cgroup_rstat_flush+0xf4/0x7e0
[138616.572577] cgroup_rstat_exit+0x20/0xf0
[138616.572578] css_free_rwork_fn+0x12e/0x400
[138616.572578] process_one_work+0x19e/0x3e0
[138616.572580] worker_thread+0x2ad/0x3c0
[138616.572582] kthread+0x108/0x220
[138616.572583] ? __pfx_worker_thread+0x10/0x10
[138616.572584] ? __pfx_kthread+0x10/0x10
[138616.572585] ret_from_fork+0x3d/0x60
[138616.572586] ? __pfx_kthread+0x10/0x10
[138616.572587] ret_from_fork_asm+0x1a/0x30
[138616.572589] </TASK>
[138796.587431] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[138796.600602] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7070542
[138796.618423] rcu: (detected by 44, t=26979528 jiffies, g=639685, q=36869 ncpus=256)
[138796.633735] Sending NMI from CPU 44 to CPUs 156:
[138796.633740] NMI backtrace for cpu 156
[138796.633746] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[138796.633749] Tainted: [D]=DIE, [W]=WARN
[138796.633749] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[138796.633751] Workqueue: cgroup_destroy css_free_rwork_fn
[138796.633754] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[138796.633756] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[138796.633757] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[138796.633758] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[138796.633758] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[138796.633758] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[138796.633759] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[138796.633759] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[138796.633760] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[138796.633761] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[138796.633761] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[138796.633762] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[138796.633762] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[138796.633762] PKRU: 55555554
[138796.633763] Call Trace:
[138796.633763] <TASK>
[138796.633764] _raw_spin_lock_irqsave+0x46/0x60
[138796.633766] cgroup_rstat_flush+0xf4/0x7e0
[138796.633767] cgroup_rstat_exit+0x20/0xf0
[138796.633768] css_free_rwork_fn+0x12e/0x400
[138796.633769] process_one_work+0x19e/0x3e0
[138796.633771] worker_thread+0x2ad/0x3c0
[138796.633772] kthread+0x108/0x220
[138796.633773] ? __pfx_worker_thread+0x10/0x10
[138796.633775] ? __pfx_kthread+0x10/0x10
[138796.633776] ret_from_fork+0x3d/0x60
[138796.633777] ? __pfx_kthread+0x10/0x10
[138796.633778] ret_from_fork_asm+0x1a/0x30
[138796.633779] </TASK>
[138976.648673] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[138976.661841] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7082452
[138976.679657] rcu: (detected by 227, t=27024544 jiffies, g=639685, q=36885 ncpus=256)
[138976.695068] Sending NMI from CPU 227 to CPUs 156:
[138976.695073] NMI backtrace for cpu 156
[138976.695079] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[138976.695082] Tainted: [D]=DIE, [W]=WARN
[138976.695083] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[138976.695083] Workqueue: cgroup_destroy css_free_rwork_fn
[138976.695086] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[138976.695088] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[138976.695089] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[138976.695090] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[138976.695090] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[138976.695090] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[138976.695091] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[138976.695091] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[138976.695092] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[138976.695093] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[138976.695093] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[138976.695094] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[138976.695094] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[138976.695094] PKRU: 55555554
[138976.695095] Call Trace:
[138976.695095] <TASK>
[138976.695096] _raw_spin_lock_irqsave+0x46/0x60
[138976.695098] cgroup_rstat_flush+0xf4/0x7e0
[138976.695099] cgroup_rstat_exit+0x20/0xf0
[138976.695100] css_free_rwork_fn+0x12e/0x400
[138976.695101] process_one_work+0x19e/0x3e0
[138976.695103] worker_thread+0x2ad/0x3c0
[138976.695104] kthread+0x108/0x220
[138976.695105] ? __pfx_worker_thread+0x10/0x10
[138976.695107] ? __pfx_kthread+0x10/0x10
[138976.695107] ret_from_fork+0x3d/0x60
[138976.695109] ? __pfx_kthread+0x10/0x10
[138976.695109] ret_from_fork_asm+0x1a/0x30
[138976.695111] </TASK>
[139156.709913] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[139156.723081] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7094320
[139156.740902] rcu: (detected by 98, t=27069560 jiffies, g=639685, q=36900 ncpus=256)
[139156.756212] Sending NMI from CPU 98 to CPUs 156:
[139156.756216] NMI backtrace for cpu 156
[139156.756221] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[139156.756224] Tainted: [D]=DIE, [W]=WARN
[139156.756224] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[139156.756225] Workqueue: cgroup_destroy css_free_rwork_fn
[139156.756228] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[139156.756230] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[139156.756232] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[139156.756233] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[139156.756233] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[139156.756234] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[139156.756234] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[139156.756234] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[139156.756235] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[139156.756236] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[139156.756236] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[139156.756237] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[139156.756237] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[139156.756237] PKRU: 55555554
[139156.756238] Call Trace:
[139156.756238] <TASK>
[139156.756240] _raw_spin_lock_irqsave+0x46/0x60
[139156.756241] cgroup_rstat_flush+0xf4/0x7e0
[139156.756242] cgroup_rstat_exit+0x20/0xf0
[139156.756243] css_free_rwork_fn+0x12e/0x400
[139156.756244] process_one_work+0x19e/0x3e0
[139156.756246] worker_thread+0x2ad/0x3c0
[139156.756247] kthread+0x108/0x220
[139156.756248] ? __pfx_worker_thread+0x10/0x10
[139156.756250] ? __pfx_kthread+0x10/0x10
[139156.756251] ret_from_fork+0x3d/0x60
[139156.756252] ? __pfx_kthread+0x10/0x10
[139156.756252] ret_from_fork_asm+0x1a/0x30
[139156.756255] </TASK>
[139336.771154] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[139336.784310] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7106180
[139336.802106] rcu: (detected by 131, t=27114576 jiffies, g=639685, q=36916 ncpus=256)
[139336.817504] Sending NMI from CPU 131 to CPUs 156:
[139336.817509] NMI backtrace for cpu 156
[139336.817515] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[139336.817517] Tainted: [D]=DIE, [W]=WARN
[139336.817518] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[139336.817519] Workqueue: cgroup_destroy css_free_rwork_fn
[139336.817522] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[139336.817524] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[139336.817525] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[139336.817526] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[139336.817527] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[139336.817527] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[139336.817527] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[139336.817528] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[139336.817529] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[139336.817529] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[139336.817530] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[139336.817530] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[139336.817531] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[139336.817531] PKRU: 55555554
[139336.817531] Call Trace:
[139336.817532] <TASK>
[139336.817533] _raw_spin_lock_irqsave+0x46/0x60
[139336.817534] cgroup_rstat_flush+0xf4/0x7e0
[139336.817536] cgroup_rstat_exit+0x20/0xf0
[139336.817537] css_free_rwork_fn+0x12e/0x400
[139336.817538] process_one_work+0x19e/0x3e0
[139336.817539] worker_thread+0x2ad/0x3c0
[139336.817541] kthread+0x108/0x220
[139336.817542] ? __pfx_worker_thread+0x10/0x10
[139336.817543] ? __pfx_kthread+0x10/0x10
[139336.817544] ret_from_fork+0x3d/0x60
[139336.817545] ? __pfx_kthread+0x10/0x10
[139336.817546] ret_from_fork_asm+0x1a/0x30
[139336.817548] </TASK>
[139516.832395] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[139516.845582] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7118069
[139516.863411] rcu: (detected by 175, t=27159592 jiffies, g=639685, q=36934 ncpus=256)
[139516.878837] Sending NMI from CPU 175 to CPUs 156:
[139516.878843] NMI backtrace for cpu 156
[139516.878848] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[139516.878851] Tainted: [D]=DIE, [W]=WARN
[139516.878851] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[139516.878852] Workqueue: cgroup_destroy css_free_rwork_fn
[139516.878855] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[139516.878857] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[139516.878858] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[139516.878859] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[139516.878859] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[139516.878860] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[139516.878860] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[139516.878860] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[139516.878861] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[139516.878862] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[139516.878862] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[139516.878863] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[139516.878863] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[139516.878863] PKRU: 55555554
[139516.878864] Call Trace:
[139516.878864] <TASK>
[139516.878866] _raw_spin_lock_irqsave+0x46/0x60
[139516.878867] cgroup_rstat_flush+0xf4/0x7e0
[139516.878868] cgroup_rstat_exit+0x20/0xf0
[139516.878869] css_free_rwork_fn+0x12e/0x400
[139516.878870] process_one_work+0x19e/0x3e0
[139516.878872] worker_thread+0x2ad/0x3c0
[139516.878873] kthread+0x108/0x220
[139516.878874] ? __pfx_worker_thread+0x10/0x10
[139516.878876] ? __pfx_kthread+0x10/0x10
[139516.878876] ret_from_fork+0x3d/0x60
[139516.878878] ? __pfx_kthread+0x10/0x10
[139516.878878] ret_from_fork_asm+0x1a/0x30
[139516.878880] </TASK>
[139696.893637] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[139696.906811] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7129960
[139696.924630] rcu: (detected by 91, t=27204608 jiffies, g=639685, q=36959 ncpus=256)
[139696.939943] Sending NMI from CPU 91 to CPUs 156:
[139696.939948] NMI backtrace for cpu 156
[139696.939954] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[139696.939957] Tainted: [D]=DIE, [W]=WARN
[139696.939957] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[139696.939958] Workqueue: cgroup_destroy css_free_rwork_fn
[139696.939961] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[139696.939963] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[139696.939964] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[139696.939965] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[139696.939965] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[139696.939966] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[139696.939966] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[139696.939967] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[139696.939967] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[139696.939968] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[139696.939968] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[139696.939969] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[139696.939969] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[139696.939969] PKRU: 55555554
[139696.939970] Call Trace:
[139696.939970] <TASK>
[139696.939972] _raw_spin_lock_irqsave+0x46/0x60
[139696.939973] cgroup_rstat_flush+0xf4/0x7e0
[139696.939974] cgroup_rstat_exit+0x20/0xf0
[139696.939975] css_free_rwork_fn+0x12e/0x400
[139696.939976] process_one_work+0x19e/0x3e0
[139696.939978] worker_thread+0x2ad/0x3c0
[139696.939979] kthread+0x108/0x220
[139696.939980] ? __pfx_worker_thread+0x10/0x10
[139696.939982] ? __pfx_kthread+0x10/0x10
[139696.939983] ret_from_fork+0x3d/0x60
[139696.939984] ? __pfx_kthread+0x10/0x10
[139696.939985] ret_from_fork_asm+0x1a/0x30
[139696.939986] </TASK>
[139876.954877] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[139876.968045] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7141840
[139876.985857] rcu: (detected by 175, t=27249624 jiffies, g=639685, q=36971 ncpus=256)
[139877.001266] Sending NMI from CPU 175 to CPUs 156:
[139877.001270] NMI backtrace for cpu 156
[139877.001276] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[139877.001279] Tainted: [D]=DIE, [W]=WARN
[139877.001279] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[139877.001280] Workqueue: cgroup_destroy css_free_rwork_fn
[139877.001283] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[139877.001285] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[139877.001286] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[139877.001287] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[139877.001288] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[139877.001288] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[139877.001288] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[139877.001289] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[139877.001290] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[139877.001290] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[139877.001291] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[139877.001291] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[139877.001292] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[139877.001292] PKRU: 55555554
[139877.001292] Call Trace:
[139877.001293] <TASK>
[139877.001294] _raw_spin_lock_irqsave+0x46/0x60
[139877.001295] cgroup_rstat_flush+0xf4/0x7e0
[139877.001297] cgroup_rstat_exit+0x20/0xf0
[139877.001298] css_free_rwork_fn+0x12e/0x400
[139877.001298] process_one_work+0x19e/0x3e0
[139877.001300] worker_thread+0x2ad/0x3c0
[139877.001302] kthread+0x108/0x220
[139877.001303] ? __pfx_worker_thread+0x10/0x10
[139877.001304] ? __pfx_kthread+0x10/0x10
[139877.001305] ret_from_fork+0x3d/0x60
[139877.001306] ? __pfx_kthread+0x10/0x10
[139877.001307] ret_from_fork_asm+0x1a/0x30
[139877.001309] </TASK>
[140057.016121] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[140057.029313] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7153752
[140057.047151] rcu: (detected by 159, t=27294640 jiffies, g=639685, q=36986 ncpus=256)
[140057.062587] Sending NMI from CPU 159 to CPUs 156:
[140057.062592] NMI backtrace for cpu 156
[140057.062594] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[140057.062596] Tainted: [D]=DIE, [W]=WARN
[140057.062597] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[140057.062598] Workqueue: cgroup_destroy css_free_rwork_fn
[140057.062600] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[140057.062601] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[140057.062602] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[140057.062603] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[140057.062604] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[140057.062604] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[140057.062604] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[140057.062605] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[140057.062606] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[140057.062606] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[140057.062606] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[140057.062607] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[140057.062607] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[140057.062608] PKRU: 55555554
[140057.062608] Call Trace:
[140057.062609] <TASK>
[140057.062610] _raw_spin_lock_irqsave+0x46/0x60
[140057.062611] cgroup_rstat_flush+0xf4/0x7e0
[140057.062612] cgroup_rstat_exit+0x20/0xf0
[140057.062613] css_free_rwork_fn+0x12e/0x400
[140057.062614] process_one_work+0x19e/0x3e0
[140057.062616] worker_thread+0x2ad/0x3c0
[140057.062617] kthread+0x108/0x220
[140057.062618] ? __pfx_worker_thread+0x10/0x10
[140057.062620] ? __pfx_kthread+0x10/0x10
[140057.062621] ret_from_fork+0x3d/0x60
[140057.062622] ? __pfx_kthread+0x10/0x10
[140057.062623] ret_from_fork_asm+0x1a/0x30
[140057.062624] </TASK>
[140237.077360] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[140237.090554] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7165634
[140237.108396] rcu: (detected by 3, t=27339656 jiffies, g=639685, q=36999 ncpus=256)
[140237.123636] Sending NMI from CPU 3 to CPUs 156:
[140237.123640] NMI backtrace for cpu 156
[140237.123646] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[140237.123649] Tainted: [D]=DIE, [W]=WARN
[140237.123649] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[140237.123650] Workqueue: cgroup_destroy css_free_rwork_fn
[140237.123653] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[140237.123654] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[140237.123655] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[140237.123656] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[140237.123656] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[140237.123657] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[140237.123657] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[140237.123658] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[140237.123659] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[140237.123660] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[140237.123660] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[140237.123661] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[140237.123661] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[140237.123662] PKRU: 55555554
[140237.123662] Call Trace:
[140237.123663] <TASK>
[140237.123664] _raw_spin_lock_irqsave+0x46/0x60
[140237.123665] cgroup_rstat_flush+0xf4/0x7e0
[140237.123667] cgroup_rstat_exit+0x20/0xf0
[140237.123668] css_free_rwork_fn+0x12e/0x400
[140237.123668] process_one_work+0x19e/0x3e0
[140237.123670] worker_thread+0x2ad/0x3c0
[140237.123672] kthread+0x108/0x220
[140237.123673] ? __pfx_worker_thread+0x10/0x10
[140237.123674] ? __pfx_kthread+0x10/0x10
[140237.123675] ret_from_fork+0x3d/0x60
[140237.123676] ? __pfx_kthread+0x10/0x10
[140237.123677] ret_from_fork_asm+0x1a/0x30
[140237.123679] </TASK>
[140417.138609] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[140417.151782] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7177522
[140417.169596] rcu: (detected by 47, t=27384667 jiffies, g=639685, q=37017 ncpus=256)
[140417.184900] Sending NMI from CPU 47 to CPUs 156:
[140417.184906] NMI backtrace for cpu 156
[140417.184912] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[140417.184915] Tainted: [D]=DIE, [W]=WARN
[140417.184915] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[140417.184916] Workqueue: cgroup_destroy css_free_rwork_fn
[140417.184919] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[140417.184921] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[140417.184923] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[140417.184923] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[140417.184924] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[140417.184924] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[140417.184925] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[140417.184925] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[140417.184927] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[140417.184927] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[140417.184928] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[140417.184929] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[140417.184929] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[140417.184930] PKRU: 55555554
[140417.184930] Call Trace:
[140417.184931] <TASK>
[140417.184932] _raw_spin_lock_irqsave+0x46/0x60
[140417.184933] cgroup_rstat_flush+0xf4/0x7e0
[140417.184934] cgroup_rstat_exit+0x20/0xf0
[140417.184935] css_free_rwork_fn+0x12e/0x400
[140417.184936] process_one_work+0x19e/0x3e0
[140417.184938] worker_thread+0x2ad/0x3c0
[140417.184939] kthread+0x108/0x220
[140417.184940] ? __pfx_worker_thread+0x10/0x10
[140417.184942] ? __pfx_kthread+0x10/0x10
[140417.184943] ret_from_fork+0x3d/0x60
[140417.184944] ? __pfx_kthread+0x10/0x10
[140417.184945] ret_from_fork_asm+0x1a/0x30
[140417.184947] </TASK>
[140597.187843] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[140597.201004] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7189424
[140597.218813] rcu: (detected by 219, t=27429685 jiffies, g=639685, q=37036 ncpus=256)
[140597.234218] Sending NMI from CPU 219 to CPUs 156:
[140597.234224] NMI backtrace for cpu 156
[140597.234229] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[140597.234232] Tainted: [D]=DIE, [W]=WARN
[140597.234233] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[140597.234234] Workqueue: cgroup_destroy css_free_rwork_fn
[140597.234236] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[140597.234239] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[140597.234240] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[140597.234241] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[140597.234241] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[140597.234242] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[140597.234242] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[140597.234242] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[140597.234243] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[140597.234244] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[140597.234244] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[140597.234245] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[140597.234245] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[140597.234245] PKRU: 55555554
[140597.234246] Call Trace:
[140597.234246] <TASK>
[140597.234248] _raw_spin_lock_irqsave+0x46/0x60
[140597.234249] cgroup_rstat_flush+0xf4/0x7e0
[140597.234250] cgroup_rstat_exit+0x20/0xf0
[140597.234251] css_free_rwork_fn+0x12e/0x400
[140597.234252] process_one_work+0x19e/0x3e0
[140597.234254] worker_thread+0x2ad/0x3c0
[140597.234255] kthread+0x108/0x220
[140597.234256] ? __pfx_worker_thread+0x10/0x10
[140597.234258] ? __pfx_kthread+0x10/0x10
[140597.234259] ret_from_fork+0x3d/0x60
[140597.234260] ? __pfx_kthread+0x10/0x10
[140597.234261] ret_from_fork_asm+0x1a/0x30
[140597.234263] </TASK>
[140777.249085] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[140777.262265] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7201274
[140777.280081] rcu: (detected by 158, t=27474701 jiffies, g=639685, q=37050 ncpus=256)
[140777.295493] Sending NMI from CPU 158 to CPUs 156:
[140777.295497] NMI backtrace for cpu 156
[140777.295500] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[140777.295502] Tainted: [D]=DIE, [W]=WARN
[140777.295503] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[140777.295504] Workqueue: cgroup_destroy css_free_rwork_fn
[140777.295506] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[140777.295507] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[140777.295508] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[140777.295509] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[140777.295510] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[140777.295510] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[140777.295510] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[140777.295511] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[140777.295512] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[140777.295512] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[140777.295513] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[140777.295513] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[140777.295514] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[140777.295514] PKRU: 55555554
[140777.295514] Call Trace:
[140777.295515] <TASK>
[140777.295516] _raw_spin_lock_irqsave+0x46/0x60
[140777.295517] cgroup_rstat_flush+0xf4/0x7e0
[140777.295518] cgroup_rstat_exit+0x20/0xf0
[140777.295520] css_free_rwork_fn+0x12e/0x400
[140777.295520] process_one_work+0x19e/0x3e0
[140777.295522] worker_thread+0x2ad/0x3c0
[140777.295524] kthread+0x108/0x220
[140777.295524] ? __pfx_worker_thread+0x10/0x10
[140777.295526] ? __pfx_kthread+0x10/0x10
[140777.295527] ret_from_fork+0x3d/0x60
[140777.295528] ? __pfx_kthread+0x10/0x10
[140777.295529] ret_from_fork_asm+0x1a/0x30
[140777.295531] </TASK>
[140957.310325] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[140957.323511] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7213153
[140957.341337] rcu: (detected by 175, t=27519717 jiffies, g=639685, q=37065 ncpus=256)
[140957.356752] Sending NMI from CPU 175 to CPUs 156:
[140957.356758] NMI backtrace for cpu 156
[140957.356763] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[140957.356766] Tainted: [D]=DIE, [W]=WARN
[140957.356766] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[140957.356767] Workqueue: cgroup_destroy css_free_rwork_fn
[140957.356769] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[140957.356771] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[140957.356772] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[140957.356772] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[140957.356773] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[140957.356773] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[140957.356773] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[140957.356774] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[140957.356775] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[140957.356776] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[140957.356776] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[140957.356777] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[140957.356777] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[140957.356777] PKRU: 55555554
[140957.356778] Call Trace:
[140957.356778] <TASK>
[140957.356780] _raw_spin_lock_irqsave+0x46/0x60
[140957.356781] cgroup_rstat_flush+0xf4/0x7e0
[140957.356782] cgroup_rstat_exit+0x20/0xf0
[140957.356783] css_free_rwork_fn+0x12e/0x400
[140957.356784] process_one_work+0x19e/0x3e0
[140957.356786] worker_thread+0x2ad/0x3c0
[140957.356787] kthread+0x108/0x220
[140957.356788] ? __pfx_worker_thread+0x10/0x10
[140957.356790] ? __pfx_kthread+0x10/0x10
[140957.356791] ret_from_fork+0x3d/0x60
[140957.356792] ? __pfx_kthread+0x10/0x10
[140957.356793] ret_from_fork_asm+0x1a/0x30
[140957.356795] </TASK>
[141137.371567] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[141137.384744] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7225078
[141137.402572] rcu: (detected by 175, t=27564733 jiffies, g=639685, q=37078 ncpus=256)
[141137.418002] Sending NMI from CPU 175 to CPUs 156:
[141137.418006] NMI backtrace for cpu 156
[141137.418012] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[141137.418014] Tainted: [D]=DIE, [W]=WARN
[141137.418015] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[141137.418015] Workqueue: cgroup_destroy css_free_rwork_fn
[141137.418019] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[141137.418021] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[141137.418022] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[141137.418022] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[141137.418023] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[141137.418023] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[141137.418023] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[141137.418024] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[141137.418025] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[141137.418025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[141137.418026] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[141137.418026] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[141137.418027] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[141137.418027] PKRU: 55555554
[141137.418027] Call Trace:
[141137.418028] <TASK>
[141137.418029] _raw_spin_lock_irqsave+0x46/0x60
[141137.418030] cgroup_rstat_flush+0xf4/0x7e0
[141137.418032] cgroup_rstat_exit+0x20/0xf0
[141137.418033] css_free_rwork_fn+0x12e/0x400
[141137.418034] process_one_work+0x19e/0x3e0
[141137.418035] worker_thread+0x2ad/0x3c0
[141137.418037] kthread+0x108/0x220
[141137.418038] ? __pfx_worker_thread+0x10/0x10
[141137.418039] ? __pfx_kthread+0x10/0x10
[141137.418040] ret_from_fork+0x3d/0x60
[141137.418041] ? __pfx_kthread+0x10/0x10
[141137.418042] ret_from_fork_asm+0x1a/0x30
[141137.418044] </TASK>
[141317.432810] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[141317.445995] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7236983
[141317.463818] rcu: (detected by 57, t=27609749 jiffies, g=639685, q=37096 ncpus=256)
[141317.479132] Sending NMI from CPU 57 to CPUs 156:
[141317.479137] NMI backtrace for cpu 156
[141317.479142] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[141317.479145] Tainted: [D]=DIE, [W]=WARN
[141317.479145] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[141317.479146] Workqueue: cgroup_destroy css_free_rwork_fn
[141317.479149] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[141317.479151] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[141317.479152] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[141317.479153] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[141317.479153] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[141317.479154] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[141317.479154] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[141317.479155] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[141317.479156] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[141317.479156] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[141317.479156] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[141317.479157] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[141317.479157] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[141317.479158] PKRU: 55555554
[141317.479158] Call Trace:
[141317.479159] <TASK>
[141317.479160] _raw_spin_lock_irqsave+0x46/0x60
[141317.479161] cgroup_rstat_flush+0xf4/0x7e0
[141317.479162] cgroup_rstat_exit+0x20/0xf0
[141317.479164] css_free_rwork_fn+0x12e/0x400
[141317.479164] process_one_work+0x19e/0x3e0
[141317.479166] worker_thread+0x2ad/0x3c0
[141317.479168] kthread+0x108/0x220
[141317.479168] ? __pfx_worker_thread+0x10/0x10
[141317.479170] ? __pfx_kthread+0x10/0x10
[141317.479171] ret_from_fork+0x3d/0x60
[141317.479172] ? __pfx_kthread+0x10/0x10
[141317.479173] ret_from_fork_asm+0x1a/0x30
[141317.479175] </TASK>
[141497.494051] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[141497.507217] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7248874
[141497.525031] rcu: (detected by 219, t=27654765 jiffies, g=639685, q=37111 ncpus=256)
[141497.540444] Sending NMI from CPU 219 to CPUs 156:
[141497.540449] NMI backtrace for cpu 156
[141497.540454] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[141497.540458] Tainted: [D]=DIE, [W]=WARN
[141497.540458] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[141497.540459] Workqueue: cgroup_destroy css_free_rwork_fn
[141497.540462] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[141497.540464] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[141497.540465] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[141497.540466] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[141497.540466] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[141497.540467] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[141497.540467] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[141497.540468] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[141497.540469] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[141497.540469] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[141497.540469] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[141497.540470] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[141497.540470] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[141497.540470] PKRU: 55555554
[141497.540471] Call Trace:
[141497.540472] <TASK>
[141497.540473] _raw_spin_lock_irqsave+0x46/0x60
[141497.540474] cgroup_rstat_flush+0xf4/0x7e0
[141497.540475] cgroup_rstat_exit+0x20/0xf0
[141497.540477] css_free_rwork_fn+0x12e/0x400
[141497.540477] process_one_work+0x19e/0x3e0
[141497.540479] worker_thread+0x2ad/0x3c0
[141497.540481] kthread+0x108/0x220
[141497.540481] ? __pfx_worker_thread+0x10/0x10
[141497.540483] ? __pfx_kthread+0x10/0x10
[141497.540484] ret_from_fork+0x3d/0x60
[141497.540485] ? __pfx_kthread+0x10/0x10
[141497.540486] ret_from_fork_asm+0x1a/0x30
[141497.540488] </TASK>
[141677.555290] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[141677.568463] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7260752
[141677.586276] rcu: (detected by 83, t=27699781 jiffies, g=639685, q=37131 ncpus=256)
[141677.601589] Sending NMI from CPU 83 to CPUs 156:
[141677.601594] NMI backtrace for cpu 156
[141677.601600] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[141677.601603] Tainted: [D]=DIE, [W]=WARN
[141677.601603] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[141677.601604] Workqueue: cgroup_destroy css_free_rwork_fn
[141677.601608] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[141677.601609] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[141677.601611] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[141677.601611] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[141677.601612] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[141677.601612] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[141677.601613] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[141677.601613] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[141677.601614] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[141677.601615] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[141677.601615] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[141677.601616] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[141677.601616] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[141677.601616] PKRU: 55555554
[141677.601617] Call Trace:
[141677.601617] <TASK>
[141677.601618] _raw_spin_lock_irqsave+0x46/0x60
[141677.601620] cgroup_rstat_flush+0xf4/0x7e0
[141677.601621] cgroup_rstat_exit+0x20/0xf0
[141677.601622] css_free_rwork_fn+0x12e/0x400
[141677.601623] process_one_work+0x19e/0x3e0
[141677.601625] worker_thread+0x2ad/0x3c0
[141677.601626] kthread+0x108/0x220
[141677.601627] ? __pfx_worker_thread+0x10/0x10
[141677.601628] ? __pfx_kthread+0x10/0x10
[141677.601629] ret_from_fork+0x3d/0x60
[141677.601630] ? __pfx_kthread+0x10/0x10
[141677.601631] ret_from_fork_asm+0x1a/0x30
[141677.601633] </TASK>
[141857.616531] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[141857.629704] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7272419
[141857.647520] rcu: (detected by 172, t=27744797 jiffies, g=639685, q=37142 ncpus=256)
[141857.662935] Sending NMI from CPU 172 to CPUs 156:
[141857.662941] NMI backtrace for cpu 156
[141857.662947] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[141857.662950] Tainted: [D]=DIE, [W]=WARN
[141857.662951] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[141857.662951] Workqueue: cgroup_destroy css_free_rwork_fn
[141857.662954] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[141857.662956] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[141857.662957] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[141857.662958] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[141857.662958] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[141857.662959] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[141857.662959] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[141857.662960] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[141857.662960] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[141857.662961] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[141857.662961] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[141857.662962] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[141857.662962] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[141857.662963] PKRU: 55555554
[141857.662964] Call Trace:
[141857.662964] <TASK>
[141857.662965] _raw_spin_lock_irqsave+0x46/0x60
[141857.662967] cgroup_rstat_flush+0xf4/0x7e0
[141857.662968] cgroup_rstat_exit+0x20/0xf0
[141857.662969] css_free_rwork_fn+0x12e/0x400
[141857.662970] process_one_work+0x19e/0x3e0
[141857.662971] worker_thread+0x2ad/0x3c0
[141857.662973] kthread+0x108/0x220
[141857.662974] ? __pfx_worker_thread+0x10/0x10
[141857.662975] ? __pfx_kthread+0x10/0x10
[141857.662976] ret_from_fork+0x3d/0x60
[141857.662977] ? __pfx_kthread+0x10/0x10
[141857.662978] ret_from_fork_asm+0x1a/0x30
[141857.662980] </TASK>
[142037.677774] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[142037.690963] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7284301
[142037.708796] rcu: (detected by 91, t=27789813 jiffies, g=639685, q=37158 ncpus=256)
[142037.724125] Sending NMI from CPU 91 to CPUs 156:
[142037.724130] NMI backtrace for cpu 156
[142037.724136] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[142037.724138] Tainted: [D]=DIE, [W]=WARN
[142037.724139] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[142037.724140] Workqueue: cgroup_destroy css_free_rwork_fn
[142037.724143] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[142037.724145] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[142037.724147] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[142037.724147] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[142037.724148] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[142037.724148] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[142037.724149] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[142037.724149] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[142037.724150] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[142037.724151] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[142037.724151] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[142037.724152] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[142037.724152] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[142037.724152] PKRU: 55555554
[142037.724153] Call Trace:
[142037.724153] <TASK>
[142037.724154] _raw_spin_lock_irqsave+0x46/0x60
[142037.724156] cgroup_rstat_flush+0xf4/0x7e0
[142037.724157] cgroup_rstat_exit+0x20/0xf0
[142037.724158] css_free_rwork_fn+0x12e/0x400
[142037.724159] process_one_work+0x19e/0x3e0
[142037.724160] worker_thread+0x2ad/0x3c0
[142037.724162] kthread+0x108/0x220
[142037.724163] ? __pfx_worker_thread+0x10/0x10
[142037.724164] ? __pfx_kthread+0x10/0x10
[142037.724165] ret_from_fork+0x3d/0x60
[142037.724166] ? __pfx_kthread+0x10/0x10
[142037.724167] ret_from_fork_asm+0x1a/0x30
[142037.724169] </TASK>
[142217.739016] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[142217.752195] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7296174
[142217.770016] rcu: (detected by 159, t=27834829 jiffies, g=639685, q=37171 ncpus=256)
[142217.785433] Sending NMI from CPU 159 to CPUs 156:
[142217.785437] NMI backtrace for cpu 156
[142217.785439] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[142217.785441] Tainted: [D]=DIE, [W]=WARN
[142217.785442] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[142217.785443] Workqueue: cgroup_destroy css_free_rwork_fn
[142217.785445] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[142217.785446] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[142217.785447] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[142217.785448] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[142217.785448] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[142217.785449] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[142217.785449] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[142217.785450] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[142217.785450] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[142217.785451] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[142217.785451] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[142217.785452] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[142217.785452] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[142217.785453] PKRU: 55555554
[142217.785453] Call Trace:
[142217.785453] <TASK>
[142217.785454] _raw_spin_lock_irqsave+0x46/0x60
[142217.785456] cgroup_rstat_flush+0xf4/0x7e0
[142217.785457] cgroup_rstat_exit+0x20/0xf0
[142217.785458] css_free_rwork_fn+0x12e/0x400
[142217.785459] process_one_work+0x19e/0x3e0
[142217.785461] worker_thread+0x2ad/0x3c0
[142217.785462] kthread+0x108/0x220
[142217.785463] ? __pfx_worker_thread+0x10/0x10
[142217.785464] ? __pfx_kthread+0x10/0x10
[142217.785465] ret_from_fork+0x3d/0x60
[142217.785466] ? __pfx_kthread+0x10/0x10
[142217.785467] ret_from_fork_asm+0x1a/0x30
[142217.785469] </TASK>
[142397.800255] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[142397.813431] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7308075
[142397.831252] rcu: (detected by 158, t=27879845 jiffies, g=639685, q=37188 ncpus=256)
[142397.846674] Sending NMI from CPU 158 to CPUs 156:
[142397.846679] NMI backtrace for cpu 156
[142397.846681] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[142397.846683] Tainted: [D]=DIE, [W]=WARN
[142397.846683] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[142397.846684] Workqueue: cgroup_destroy css_free_rwork_fn
[142397.846686] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[142397.846688] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[142397.846688] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[142397.846689] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[142397.846689] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[142397.846690] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[142397.846690] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[142397.846691] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[142397.846691] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[142397.846692] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[142397.846692] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[142397.846693] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[142397.846693] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[142397.846694] PKRU: 55555554
[142397.846694] Call Trace:
[142397.846695] <TASK>
[142397.846696] _raw_spin_lock_irqsave+0x46/0x60
[142397.846697] cgroup_rstat_flush+0xf4/0x7e0
[142397.846699] cgroup_rstat_exit+0x20/0xf0
[142397.846700] css_free_rwork_fn+0x12e/0x400
[142397.846700] process_one_work+0x19e/0x3e0
[142397.846702] worker_thread+0x2ad/0x3c0
[142397.846704] kthread+0x108/0x220
[142397.846705] ? __pfx_worker_thread+0x10/0x10
[142397.846706] ? __pfx_kthread+0x10/0x10
[142397.846707] ret_from_fork+0x3d/0x60
[142397.846708] ? __pfx_kthread+0x10/0x10
[142397.846709] ret_from_fork_asm+0x1a/0x30
[142397.846711] </TASK>
[142577.861498] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[142577.874683] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7319981
[142577.892509] rcu: (detected by 159, t=27924861 jiffies, g=639685, q=37208 ncpus=256)
[142577.907933] Sending NMI from CPU 159 to CPUs 156:
[142577.907937] NMI backtrace for cpu 156
[142577.907939] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[142577.907941] Tainted: [D]=DIE, [W]=WARN
[142577.907941] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[142577.907942] Workqueue: cgroup_destroy css_free_rwork_fn
[142577.907944] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[142577.907946] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[142577.907947] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[142577.907948] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[142577.907948] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[142577.907948] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[142577.907949] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[142577.907949] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[142577.907950] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[142577.907951] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[142577.907951] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[142577.907952] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[142577.907952] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[142577.907952] PKRU: 55555554
[142577.907953] Call Trace:
[142577.907953] <TASK>
[142577.907954] _raw_spin_lock_irqsave+0x46/0x60
[142577.907955] cgroup_rstat_flush+0xf4/0x7e0
[142577.907957] cgroup_rstat_exit+0x20/0xf0
[142577.907958] css_free_rwork_fn+0x12e/0x400
[142577.907959] process_one_work+0x19e/0x3e0
[142577.907960] worker_thread+0x2ad/0x3c0
[142577.907962] kthread+0x108/0x220
[142577.907963] ? __pfx_worker_thread+0x10/0x10
[142577.907964] ? __pfx_kthread+0x10/0x10
[142577.907965] ret_from_fork+0x3d/0x60
[142577.907966] ? __pfx_kthread+0x10/0x10
[142577.907967] ret_from_fork_asm+0x1a/0x30
[142577.907969] </TASK>
[142757.922737] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[142757.935919] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7331889
[142757.953744] rcu: (detected by 175, t=27969877 jiffies, g=639685, q=37222 ncpus=256)
[142757.969166] Sending NMI from CPU 175 to CPUs 156:
[142757.969171] NMI backtrace for cpu 156
[142757.969177] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[142757.969178] Tainted: [D]=DIE, [W]=WARN
[142757.969179] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[142757.969180] Workqueue: cgroup_destroy css_free_rwork_fn
[142757.969182] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[142757.969184] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[142757.969185] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[142757.969186] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[142757.969186] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[142757.969187] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[142757.969187] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[142757.969188] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[142757.969189] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[142757.969189] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[142757.969190] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[142757.969190] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[142757.969191] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[142757.969191] PKRU: 55555554
[142757.969191] Call Trace:
[142757.969192] <TASK>
[142757.969193] _raw_spin_lock_irqsave+0x46/0x60
[142757.969195] cgroup_rstat_flush+0xf4/0x7e0
[142757.969196] cgroup_rstat_exit+0x20/0xf0
[142757.969197] css_free_rwork_fn+0x12e/0x400
[142757.969198] process_one_work+0x19e/0x3e0
[142757.969200] worker_thread+0x2ad/0x3c0
[142757.969201] kthread+0x108/0x220
[142757.969202] ? __pfx_worker_thread+0x10/0x10
[142757.969203] ? __pfx_kthread+0x10/0x10
[142757.969204] ret_from_fork+0x3d/0x60
[142757.969206] ? __pfx_kthread+0x10/0x10
[142757.969206] ret_from_fork_asm+0x1a/0x30
[142757.969208] </TASK>
[142937.983979] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[142937.997168] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7343811
[142938.015000] rcu: (detected by 131, t=28014893 jiffies, g=639685, q=37236 ncpus=256)
[142938.030437] Sending NMI from CPU 131 to CPUs 156:
[142938.030441] NMI backtrace for cpu 156
[142938.030447] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[142938.030450] Tainted: [D]=DIE, [W]=WARN
[142938.030451] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[142938.030451] Workqueue: cgroup_destroy css_free_rwork_fn
[142938.030455] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[142938.030457] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[142938.030458] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[142938.030459] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[142938.030459] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[142938.030460] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[142938.030460] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[142938.030461] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[142938.030461] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[142938.030462] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[142938.030462] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[142938.030463] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[142938.030463] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[142938.030464] PKRU: 55555554
[142938.030464] Call Trace:
[142938.030465] <TASK>
[142938.030466] _raw_spin_lock_irqsave+0x46/0x60
[142938.030467] cgroup_rstat_flush+0xf4/0x7e0
[142938.030469] cgroup_rstat_exit+0x20/0xf0
[142938.030470] css_free_rwork_fn+0x12e/0x400
[142938.030470] process_one_work+0x19e/0x3e0
[142938.030472] worker_thread+0x2ad/0x3c0
[142938.030474] kthread+0x108/0x220
[142938.030475] ? __pfx_worker_thread+0x10/0x10
[142938.030476] ? __pfx_kthread+0x10/0x10
[142938.030477] ret_from_fork+0x3d/0x60
[142938.030478] ? __pfx_kthread+0x10/0x10
[142938.030479] ret_from_fork_asm+0x1a/0x30
[142938.030481] </TASK>
[143118.045219] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[143118.058408] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7355697
[143118.076238] rcu: (detected by 175, t=28059909 jiffies, g=639685, q=37255 ncpus=256)
[143118.091665] Sending NMI from CPU 175 to CPUs 156:
[143118.091671] NMI backtrace for cpu 156
[143118.091676] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[143118.091679] Tainted: [D]=DIE, [W]=WARN
[143118.091680] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[143118.091681] Workqueue: cgroup_destroy css_free_rwork_fn
[143118.091684] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[143118.091686] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[143118.091687] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[143118.091687] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[143118.091688] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[143118.091689] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[143118.091689] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[143118.091689] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[143118.091690] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[143118.091691] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[143118.091691] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[143118.091692] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[143118.091692] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[143118.091693] PKRU: 55555554
[143118.091693] Call Trace:
[143118.091693] <TASK>
[143118.091695] _raw_spin_lock_irqsave+0x46/0x60
[143118.091696] cgroup_rstat_flush+0xf4/0x7e0
[143118.091697] cgroup_rstat_exit+0x20/0xf0
[143118.091698] css_free_rwork_fn+0x12e/0x400
[143118.091699] process_one_work+0x19e/0x3e0
[143118.091701] worker_thread+0x2ad/0x3c0
[143118.091702] kthread+0x108/0x220
[143118.091703] ? __pfx_worker_thread+0x10/0x10
[143118.091705] ? __pfx_kthread+0x10/0x10
[143118.091706] ret_from_fork+0x3d/0x60
[143118.091707] ? __pfx_kthread+0x10/0x10
[143118.091708] ret_from_fork_asm+0x1a/0x30
[143118.091710] </TASK>
[143298.106461] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[143298.119658] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7367610
[143298.137496] rcu: (detected by 160, t=28104925 jiffies, g=639685, q=37270 ncpus=256)
[143298.152931] Sending NMI from CPU 160 to CPUs 156:
[143298.152937] NMI backtrace for cpu 156
[143298.152942] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[143298.152945] Tainted: [D]=DIE, [W]=WARN
[143298.152946] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[143298.152946] Workqueue: cgroup_destroy css_free_rwork_fn
[143298.152949] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[143298.152951] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[143298.152952] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[143298.152953] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[143298.152954] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[143298.152954] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[143298.152954] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[143298.152955] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[143298.152956] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[143298.152956] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[143298.152956] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[143298.152957] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[143298.152957] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[143298.152958] PKRU: 55555554
[143298.152958] Call Trace:
[143298.152959] <TASK>
[143298.152960] _raw_spin_lock_irqsave+0x46/0x60
[143298.152961] cgroup_rstat_flush+0xf4/0x7e0
[143298.152962] cgroup_rstat_exit+0x20/0xf0
[143298.152964] css_free_rwork_fn+0x12e/0x400
[143298.152964] process_one_work+0x19e/0x3e0
[143298.152966] worker_thread+0x2ad/0x3c0
[143298.152968] kthread+0x108/0x220
[143298.152968] ? __pfx_worker_thread+0x10/0x10
[143298.152970] ? __pfx_kthread+0x10/0x10
[143298.152971] ret_from_fork+0x3d/0x60
[143298.152972] ? __pfx_kthread+0x10/0x10
[143298.152973] ret_from_fork_asm+0x1a/0x30
[143298.152975] </TASK>
[143478.167702] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[143478.180882] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7379524
[143478.198706] rcu: (detected by 194, t=28149941 jiffies, g=639685, q=37286 ncpus=256)
[143478.214128] Sending NMI from CPU 194 to CPUs 156:
[143478.214133] NMI backtrace for cpu 156
[143478.214138] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[143478.214140] Tainted: [D]=DIE, [W]=WARN
[143478.214141] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[143478.214142] Workqueue: cgroup_destroy css_free_rwork_fn
[143478.214145] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[143478.214147] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[143478.214148] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[143478.214148] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[143478.214149] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[143478.214149] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[143478.214149] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[143478.214150] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[143478.214151] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[143478.214151] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[143478.214152] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[143478.214152] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[143478.214153] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[143478.214153] PKRU: 55555554
[143478.214153] Call Trace:
[143478.214154] <TASK>
[143478.214155] _raw_spin_lock_irqsave+0x46/0x60
[143478.214156] cgroup_rstat_flush+0xf4/0x7e0
[143478.214158] cgroup_rstat_exit+0x20/0xf0
[143478.214159] css_free_rwork_fn+0x12e/0x400
[143478.214160] process_one_work+0x19e/0x3e0
[143478.214161] worker_thread+0x2ad/0x3c0
[143478.214163] kthread+0x108/0x220
[143478.214164] ? __pfx_worker_thread+0x10/0x10
[143478.214165] ? __pfx_kthread+0x10/0x10
[143478.214166] ret_from_fork+0x3d/0x60
[143478.214167] ? __pfx_kthread+0x10/0x10
[143478.214168] ret_from_fork_asm+0x1a/0x30
[143478.214170] </TASK>
[143658.228943] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[143658.242135] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7391390
[143658.259970] rcu: (detected by 175, t=28194957 jiffies, g=639685, q=37303 ncpus=256)
[143658.275401] Sending NMI from CPU 175 to CPUs 156:
[143658.275405] NMI backtrace for cpu 156
[143658.275411] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[143658.275414] Tainted: [D]=DIE, [W]=WARN
[143658.275415] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[143658.275415] Workqueue: cgroup_destroy css_free_rwork_fn
[143658.275419] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[143658.275421] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[143658.275422] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[143658.275422] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[143658.275423] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[143658.275423] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[143658.275424] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[143658.275424] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[143658.275425] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[143658.275426] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[143658.275426] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[143658.275427] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[143658.275427] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[143658.275427] PKRU: 55555554
[143658.275428] Call Trace:
[143658.275428] <TASK>
[143658.275429] _raw_spin_lock_irqsave+0x46/0x60
[143658.275430] cgroup_rstat_flush+0xf4/0x7e0
[143658.275432] cgroup_rstat_exit+0x20/0xf0
[143658.275433] css_free_rwork_fn+0x12e/0x400
[143658.275434] process_one_work+0x19e/0x3e0
[143658.275435] worker_thread+0x2ad/0x3c0
[143658.275437] kthread+0x108/0x220
[143658.275438] ? __pfx_worker_thread+0x10/0x10
[143658.275439] ? __pfx_kthread+0x10/0x10
[143658.275440] ret_from_fork+0x3d/0x60
[143658.275441] ? __pfx_kthread+0x10/0x10
[143658.275442] ret_from_fork_asm+0x1a/0x30
[143658.275444] </TASK>
[143838.290186] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[143838.303364] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7403340
[143838.321192] rcu: (detected by 194, t=28239973 jiffies, g=639685, q=37317 ncpus=256)
[143838.336616] Sending NMI from CPU 194 to CPUs 156:
[143838.336620] NMI backtrace for cpu 156
[143838.336625] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[143838.336628] Tainted: [D]=DIE, [W]=WARN
[143838.336628] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[143838.336630] Workqueue: cgroup_destroy css_free_rwork_fn
[143838.336633] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[143838.336635] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[143838.336636] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[143838.336636] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[143838.336637] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[143838.336638] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[143838.336638] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[143838.336639] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[143838.336640] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[143838.336640] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[143838.336641] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[143838.336641] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[143838.336642] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[143838.336642] PKRU: 55555554
[143838.336642] Call Trace:
[143838.336643] <TASK>
[143838.336644] _raw_spin_lock_irqsave+0x46/0x60
[143838.336645] cgroup_rstat_flush+0xf4/0x7e0
[143838.336647] cgroup_rstat_exit+0x20/0xf0
[143838.336648] css_free_rwork_fn+0x12e/0x400
[143838.336649] process_one_work+0x19e/0x3e0
[143838.336650] worker_thread+0x2ad/0x3c0
[143838.336652] kthread+0x108/0x220
[143838.336653] ? __pfx_worker_thread+0x10/0x10
[143838.336654] ? __pfx_kthread+0x10/0x10
[143838.336655] ret_from_fork+0x3d/0x60
[143838.336656] ? __pfx_kthread+0x10/0x10
[143838.336658] ret_from_fork_asm+0x1a/0x30
[143838.336660] </TASK>
[144018.351428] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[144018.364628] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7415233
[144018.382462] rcu: (detected by 47, t=28284987 jiffies, g=639685, q=37333 ncpus=256)
[144018.397782] Sending NMI from CPU 47 to CPUs 156:
[144018.397787] NMI backtrace for cpu 156
[144018.397792] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[144018.397795] Tainted: [D]=DIE, [W]=WARN
[144018.397796] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[144018.397796] Workqueue: cgroup_destroy css_free_rwork_fn
[144018.397799] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[144018.397802] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[144018.397803] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[144018.397803] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[144018.397804] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[144018.397804] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[144018.397804] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[144018.397805] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[144018.397806] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[144018.397806] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[144018.397807] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[144018.397807] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[144018.397808] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[144018.397808] PKRU: 55555554
[144018.397809] Call Trace:
[144018.397809] <TASK>
[144018.397810] _raw_spin_lock_irqsave+0x46/0x60
[144018.397811] cgroup_rstat_flush+0xf4/0x7e0
[144018.397813] cgroup_rstat_exit+0x20/0xf0
[144018.397814] css_free_rwork_fn+0x12e/0x400
[144018.397815] process_one_work+0x19e/0x3e0
[144018.397817] worker_thread+0x2ad/0x3c0
[144018.397818] kthread+0x108/0x220
[144018.397819] ? __pfx_worker_thread+0x10/0x10
[144018.397820] ? __pfx_kthread+0x10/0x10
[144018.397821] ret_from_fork+0x3d/0x60
[144018.397822] ? __pfx_kthread+0x10/0x10
[144018.397823] ret_from_fork_asm+0x1a/0x30
[144018.397825] </TASK>
[144198.396668] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[144198.409831] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7427140
[144198.427642] rcu: (detected by 219, t=28330001 jiffies, g=639685, q=37348 ncpus=256)
[144198.443052] Sending NMI from CPU 219 to CPUs 156:
[144198.443058] NMI backtrace for cpu 156
[144198.443063] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[144198.443066] Tainted: [D]=DIE, [W]=WARN
[144198.443066] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[144198.443067] Workqueue: cgroup_destroy css_free_rwork_fn
[144198.443070] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[144198.443072] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[144198.443073] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[144198.443074] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[144198.443074] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[144198.443074] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[144198.443075] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[144198.443075] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[144198.443076] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[144198.443077] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[144198.443077] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[144198.443078] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[144198.443078] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[144198.443078] PKRU: 55555554
[144198.443079] Call Trace:
[144198.443079] <TASK>
[144198.443080] _raw_spin_lock_irqsave+0x46/0x60
[144198.443081] cgroup_rstat_flush+0xf4/0x7e0
[144198.443083] cgroup_rstat_exit+0x20/0xf0
[144198.443084] css_free_rwork_fn+0x12e/0x400
[144198.443085] process_one_work+0x19e/0x3e0
[144198.443086] worker_thread+0x2ad/0x3c0
[144198.443088] kthread+0x108/0x220
[144198.443089] ? __pfx_worker_thread+0x10/0x10
[144198.443090] ? __pfx_kthread+0x10/0x10
[144198.443091] ret_from_fork+0x3d/0x60
[144198.443092] ? __pfx_kthread+0x10/0x10
[144198.443093] ret_from_fork_asm+0x1a/0x30
[144198.443095] </TASK>
[144378.457909] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[144378.471076] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7439020
[144378.488885] rcu: (detected by 175, t=28375017 jiffies, g=639685, q=37363 ncpus=256)
[144378.504289] Sending NMI from CPU 175 to CPUs 156:
[144378.504294] NMI backtrace for cpu 156
[144378.504300] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[144378.504303] Tainted: [D]=DIE, [W]=WARN
[144378.504303] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[144378.504304] Workqueue: cgroup_destroy css_free_rwork_fn
[144378.504308] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[144378.504310] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[144378.504311] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[144378.504312] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[144378.504313] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[144378.504313] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[144378.504314] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[144378.504314] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[144378.504315] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[144378.504316] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[144378.504316] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[144378.504317] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[144378.504317] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[144378.504317] PKRU: 55555554
[144378.504318] Call Trace:
[144378.504318] <TASK>
[144378.504320] _raw_spin_lock_irqsave+0x46/0x60
[144378.504321] cgroup_rstat_flush+0xf4/0x7e0
[144378.504322] cgroup_rstat_exit+0x20/0xf0
[144378.504323] css_free_rwork_fn+0x12e/0x400
[144378.504324] process_one_work+0x19e/0x3e0
[144378.504326] worker_thread+0x2ad/0x3c0
[144378.504327] kthread+0x108/0x220
[144378.504328] ? __pfx_worker_thread+0x10/0x10
[144378.504330] ? __pfx_kthread+0x10/0x10
[144378.504331] ret_from_fork+0x3d/0x60
[144378.504332] ? __pfx_kthread+0x10/0x10
[144378.504333] ret_from_fork_asm+0x1a/0x30
[144378.504335] </TASK>
[144558.519150] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[144558.532332] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7450941
[144558.550162] rcu: (detected by 175, t=28420033 jiffies, g=639685, q=37384 ncpus=256)
[144558.565589] Sending NMI from CPU 175 to CPUs 156:
[144558.565593] NMI backtrace for cpu 156
[144558.565599] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[144558.565602] Tainted: [D]=DIE, [W]=WARN
[144558.565602] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[144558.565603] Workqueue: cgroup_destroy css_free_rwork_fn
[144558.565606] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[144558.565609] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[144558.565610] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[144558.565611] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[144558.565611] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[144558.565611] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[144558.565612] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[144558.565613] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[144558.565614] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[144558.565614] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[144558.565615] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[144558.565615] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[144558.565616] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[144558.565616] PKRU: 55555554
[144558.565616] Call Trace:
[144558.565617] <TASK>
[144558.565618] _raw_spin_lock_irqsave+0x46/0x60
[144558.565619] cgroup_rstat_flush+0xf4/0x7e0
[144558.565621] cgroup_rstat_exit+0x20/0xf0
[144558.565622] css_free_rwork_fn+0x12e/0x400
[144558.565623] process_one_work+0x19e/0x3e0
[144558.565625] worker_thread+0x2ad/0x3c0
[144558.565626] kthread+0x108/0x220
[144558.565627] ? __pfx_worker_thread+0x10/0x10
[144558.565629] ? __pfx_kthread+0x10/0x10
[144558.565630] ret_from_fork+0x3d/0x60
[144558.565631] ? __pfx_kthread+0x10/0x10
[144558.565632] ret_from_fork_asm+0x1a/0x30
[144558.565633] </TASK>
[144738.580391] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[144738.593567] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7462834
[144738.611388] rcu: (detected by 194, t=28465049 jiffies, g=639685, q=37400 ncpus=256)
[144738.626803] Sending NMI from CPU 194 to CPUs 156:
[144738.626808] NMI backtrace for cpu 156
[144738.626814] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[144738.626816] Tainted: [D]=DIE, [W]=WARN
[144738.626817] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[144738.626818] Workqueue: cgroup_destroy css_free_rwork_fn
[144738.626821] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[144738.626823] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[144738.626825] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[144738.626825] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[144738.626826] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[144738.626826] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[144738.626826] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[144738.626827] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[144738.626828] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[144738.626829] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[144738.626829] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[144738.626830] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[144738.626830] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[144738.626831] PKRU: 55555554
[144738.626831] Call Trace:
[144738.626832] <TASK>
[144738.626833] _raw_spin_lock_irqsave+0x46/0x60
[144738.626834] cgroup_rstat_flush+0xf4/0x7e0
[144738.626835] cgroup_rstat_exit+0x20/0xf0
[144738.626837] css_free_rwork_fn+0x12e/0x400
[144738.626837] process_one_work+0x19e/0x3e0
[144738.626839] worker_thread+0x2ad/0x3c0
[144738.626841] kthread+0x108/0x220
[144738.626841] ? __pfx_worker_thread+0x10/0x10
[144738.626843] ? __pfx_kthread+0x10/0x10
[144738.626844] ret_from_fork+0x3d/0x60
[144738.626845] ? __pfx_kthread+0x10/0x10
[144738.626846] ret_from_fork_asm+0x1a/0x30
[144738.626848] </TASK>
[144918.641634] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[144918.654818] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7474715
[144918.672642] rcu: (detected by 44, t=28510065 jiffies, g=639685, q=37413 ncpus=256)
[144918.687959] Sending NMI from CPU 44 to CPUs 156:
[144918.687964] NMI backtrace for cpu 156
[144918.687969] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[144918.687972] Tainted: [D]=DIE, [W]=WARN
[144918.687973] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[144918.687974] Workqueue: cgroup_destroy css_free_rwork_fn
[144918.687977] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[144918.687979] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[144918.687980] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[144918.687981] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[144918.687981] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[144918.687982] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[144918.687982] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[144918.687983] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[144918.687984] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[144918.687984] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[144918.687984] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[144918.687985] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[144918.687985] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[144918.687986] PKRU: 55555554
[144918.687986] Call Trace:
[144918.687987] <TASK>
[144918.687988] _raw_spin_lock_irqsave+0x46/0x60
[144918.687989] cgroup_rstat_flush+0xf4/0x7e0
[144918.687991] cgroup_rstat_exit+0x20/0xf0
[144918.687992] css_free_rwork_fn+0x12e/0x400
[144918.687992] process_one_work+0x19e/0x3e0
[144918.687994] worker_thread+0x2ad/0x3c0
[144918.687996] kthread+0x108/0x220
[144918.687997] ? __pfx_worker_thread+0x10/0x10
[144918.687998] ? __pfx_kthread+0x10/0x10
[144918.687999] ret_from_fork+0x3d/0x60
[144918.688000] ? __pfx_kthread+0x10/0x10
[144918.688001] ret_from_fork_asm+0x1a/0x30
[144918.688003] </TASK>
[145098.702875] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[145098.716055] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7486606
[145098.733876] rcu: (detected by 52, t=28555081 jiffies, g=639685, q=37431 ncpus=256)
[145098.749190] Sending NMI from CPU 52 to CPUs 156:
[145098.749196] NMI backtrace for cpu 156
[145098.749201] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[145098.749204] Tainted: [D]=DIE, [W]=WARN
[145098.749205] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[145098.749205] Workqueue: cgroup_destroy css_free_rwork_fn
[145098.749208] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[145098.749210] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[145098.749212] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[145098.749212] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[145098.749213] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[145098.749213] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[145098.749214] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[145098.749215] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[145098.749216] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[145098.749216] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[145098.749217] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[145098.749217] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[145098.749218] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[145098.749218] PKRU: 55555554
[145098.749219] Call Trace:
[145098.749219] <TASK>
[145098.749221] _raw_spin_lock_irqsave+0x46/0x60
[145098.749222] cgroup_rstat_flush+0xf4/0x7e0
[145098.749223] cgroup_rstat_exit+0x20/0xf0
[145098.749224] css_free_rwork_fn+0x12e/0x400
[145098.749225] process_one_work+0x19e/0x3e0
[145098.749227] worker_thread+0x2ad/0x3c0
[145098.749228] kthread+0x108/0x220
[145098.749229] ? __pfx_worker_thread+0x10/0x10
[145098.749231] ? __pfx_kthread+0x10/0x10
[145098.749232] ret_from_fork+0x3d/0x60
[145098.749233] ? __pfx_kthread+0x10/0x10
[145098.749234] ret_from_fork_asm+0x1a/0x30
[145098.749236] </TASK>
[145278.764114] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[145278.777286] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7498489
[145278.795105] rcu: (detected by 194, t=28600097 jiffies, g=639685, q=37446 ncpus=256)
[145278.810522] Sending NMI from CPU 194 to CPUs 156:
[145278.810527] NMI backtrace for cpu 156
[145278.810533] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[145278.810535] Tainted: [D]=DIE, [W]=WARN
[145278.810536] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[145278.810538] Workqueue: cgroup_destroy css_free_rwork_fn
[145278.810540] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[145278.810543] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[145278.810544] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[145278.810545] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[145278.810546] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[145278.810547] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[145278.810547] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[145278.810548] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[145278.810549] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[145278.810550] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[145278.810550] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[145278.810551] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[145278.810552] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[145278.810552] PKRU: 55555554
[145278.810553] Call Trace:
[145278.810553] <TASK>
[145278.810555] _raw_spin_lock_irqsave+0x46/0x60
[145278.810556] cgroup_rstat_flush+0xf4/0x7e0
[145278.810558] cgroup_rstat_exit+0x20/0xf0
[145278.810559] css_free_rwork_fn+0x12e/0x400
[145278.810560] process_one_work+0x19e/0x3e0
[145278.810561] worker_thread+0x2ad/0x3c0
[145278.810563] kthread+0x108/0x220
[145278.810564] ? __pfx_worker_thread+0x10/0x10
[145278.810565] ? __pfx_kthread+0x10/0x10
[145278.810566] ret_from_fork+0x3d/0x60
[145278.810567] ? __pfx_kthread+0x10/0x10
[145278.810568] ret_from_fork_asm+0x1a/0x30
[145278.810570] </TASK>
[145458.825356] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[145458.838556] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7510363
[145458.856396] rcu: (detected by 219, t=28645113 jiffies, g=639685, q=37458 ncpus=256)
[145458.871830] Sending NMI from CPU 219 to CPUs 156:
[145458.871835] NMI backtrace for cpu 156
[145458.871841] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[145458.871843] Tainted: [D]=DIE, [W]=WARN
[145458.871844] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[145458.871845] Workqueue: cgroup_destroy css_free_rwork_fn
[145458.871848] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[145458.871850] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[145458.871851] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[145458.871851] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[145458.871852] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[145458.871852] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[145458.871852] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[145458.871853] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[145458.871854] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[145458.871854] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[145458.871855] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[145458.871855] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[145458.871856] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[145458.871856] PKRU: 55555554
[145458.871856] Call Trace:
[145458.871857] <TASK>
[145458.871858] _raw_spin_lock_irqsave+0x46/0x60
[145458.871859] cgroup_rstat_flush+0xf4/0x7e0
[145458.871861] cgroup_rstat_exit+0x20/0xf0
[145458.871862] css_free_rwork_fn+0x12e/0x400
[145458.871863] process_one_work+0x19e/0x3e0
[145458.871865] worker_thread+0x2ad/0x3c0
[145458.871866] kthread+0x108/0x220
[145458.871867] ? __pfx_worker_thread+0x10/0x10
[145458.871868] ? __pfx_kthread+0x10/0x10
[145458.871869] ret_from_fork+0x3d/0x60
[145458.871870] ? __pfx_kthread+0x10/0x10
[145458.871871] ret_from_fork_asm+0x1a/0x30
[145458.871873] </TASK>
[145638.886597] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[145638.899777] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7522222
[145638.917598] rcu: (detected by 3, t=28690129 jiffies, g=639685, q=37483 ncpus=256)
[145638.932819] Sending NMI from CPU 3 to CPUs 156:
[145638.932824] NMI backtrace for cpu 156
[145638.932830] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[145638.932832] Tainted: [D]=DIE, [W]=WARN
[145638.932833] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[145638.932833] Workqueue: cgroup_destroy css_free_rwork_fn
[145638.932836] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[145638.932838] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[145638.932839] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[145638.932840] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[145638.932841] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[145638.932841] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[145638.932841] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[145638.932842] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[145638.932843] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[145638.932844] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[145638.932844] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[145638.932845] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[145638.932845] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[145638.932846] PKRU: 55555554
[145638.932846] Call Trace:
[145638.932847] <TASK>
[145638.932848] _raw_spin_lock_irqsave+0x46/0x60
[145638.932849] cgroup_rstat_flush+0xf4/0x7e0
[145638.932851] cgroup_rstat_exit+0x20/0xf0
[145638.932852] css_free_rwork_fn+0x12e/0x400
[145638.932853] process_one_work+0x19e/0x3e0
[145638.932854] worker_thread+0x2ad/0x3c0
[145638.932856] kthread+0x108/0x220
[145638.932857] ? __pfx_worker_thread+0x10/0x10
[145638.932858] ? __pfx_kthread+0x10/0x10
[145638.932859] ret_from_fork+0x3d/0x60
[145638.932860] ? __pfx_kthread+0x10/0x10
[145638.932861] ret_from_fork_asm+0x1a/0x30
[145638.932863] </TASK>
[145818.947838] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[145818.961018] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7534147
[145818.978839] rcu: (detected by 175, t=28735145 jiffies, g=639685, q=37496 ncpus=256)
[145818.994257] Sending NMI from CPU 175 to CPUs 156:
[145818.994262] NMI backtrace for cpu 156
[145818.994268] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[145818.994271] Tainted: [D]=DIE, [W]=WARN
[145818.994271] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[145818.994272] Workqueue: cgroup_destroy css_free_rwork_fn
[145818.994275] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[145818.994277] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[145818.994278] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[145818.994279] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[145818.994279] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[145818.994280] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[145818.994280] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[145818.994281] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[145818.994282] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[145818.994282] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[145818.994282] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[145818.994283] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[145818.994283] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[145818.994284] PKRU: 55555554
[145818.994284] Call Trace:
[145818.994285] <TASK>
[145818.994286] _raw_spin_lock_irqsave+0x46/0x60
[145818.994287] cgroup_rstat_flush+0xf4/0x7e0
[145818.994289] cgroup_rstat_exit+0x20/0xf0
[145818.994290] css_free_rwork_fn+0x12e/0x400
[145818.994290] process_one_work+0x19e/0x3e0
[145818.994292] worker_thread+0x2ad/0x3c0
[145818.994294] kthread+0x108/0x220
[145818.994295] ? __pfx_worker_thread+0x10/0x10
[145818.994296] ? __pfx_kthread+0x10/0x10
[145818.994297] ret_from_fork+0x3d/0x60
[145818.994298] ? __pfx_kthread+0x10/0x10
[145818.994299] ret_from_fork_asm+0x1a/0x30
[145818.994301] </TASK>
[145999.009079] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[145999.022270] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7546044
[145999.040099] rcu: (detected by 158, t=28780161 jiffies, g=639685, q=37511 ncpus=256)
[145999.055525] Sending NMI from CPU 158 to CPUs 156:
[145999.055529] NMI backtrace for cpu 156
[145999.055532] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[145999.055534] Tainted: [D]=DIE, [W]=WARN
[145999.055535] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[145999.055536] Workqueue: cgroup_destroy css_free_rwork_fn
[145999.055538] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[145999.055540] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[145999.055541] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[145999.055541] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[145999.055542] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[145999.055542] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[145999.055542] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[145999.055543] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[145999.055544] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[145999.055544] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[145999.055545] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[145999.055545] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[145999.055546] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[145999.055546] PKRU: 55555554
[145999.055546] Call Trace:
[145999.055547] <TASK>
[145999.055548] _raw_spin_lock_irqsave+0x46/0x60
[145999.055549] cgroup_rstat_flush+0xf4/0x7e0
[145999.055551] cgroup_rstat_exit+0x20/0xf0
[145999.055552] css_free_rwork_fn+0x12e/0x400
[145999.055553] process_one_work+0x19e/0x3e0
[145999.055554] worker_thread+0x2ad/0x3c0
[145999.055556] kthread+0x108/0x220
[145999.055557] ? __pfx_worker_thread+0x10/0x10
[145999.055558] ? __pfx_kthread+0x10/0x10
[145999.055559] ret_from_fork+0x3d/0x60
[145999.055560] ? __pfx_kthread+0x10/0x10
[145999.055561] ret_from_fork_asm+0x1a/0x30
[145999.055563] </TASK>
[146179.070321] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[146179.083515] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7557934
[146179.101355] rcu: (detected by 91, t=28825177 jiffies, g=639685, q=37531 ncpus=256)
[146179.116689] Sending NMI from CPU 91 to CPUs 156:
[146179.116694] NMI backtrace for cpu 156
[146179.116700] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[146179.116702] Tainted: [D]=DIE, [W]=WARN
[146179.116702] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[146179.116703] Workqueue: cgroup_destroy css_free_rwork_fn
[146179.116706] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[146179.116707] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[146179.116708] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[146179.116709] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[146179.116709] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[146179.116710] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[146179.116711] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[146179.116711] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[146179.116712] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[146179.116713] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[146179.116713] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[146179.116714] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[146179.116714] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[146179.116714] PKRU: 55555554
[146179.116715] Call Trace:
[146179.116715] <TASK>
[146179.116716] _raw_spin_lock_irqsave+0x46/0x60
[146179.116718] cgroup_rstat_flush+0xf4/0x7e0
[146179.116720] cgroup_rstat_exit+0x20/0xf0
[146179.116721] css_free_rwork_fn+0x12e/0x400
[146179.116722] process_one_work+0x19e/0x3e0
[146179.116723] worker_thread+0x2ad/0x3c0
[146179.116725] kthread+0x108/0x220
[146179.116726] ? __pfx_worker_thread+0x10/0x10
[146179.116727] ? __pfx_kthread+0x10/0x10
[146179.116728] ret_from_fork+0x3d/0x60
[146179.116729] ? __pfx_kthread+0x10/0x10
[146179.116730] ret_from_fork_asm+0x1a/0x30
[146179.116732] </TASK>
[146359.131563] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[146359.144751] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7569830
[146359.162577] rcu: (detected by 159, t=28870193 jiffies, g=639685, q=37545 ncpus=256)
[146359.177993] Sending NMI from CPU 159 to CPUs 156:
[146359.177997] NMI backtrace for cpu 156
[146359.178000] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[146359.178001] Tainted: [D]=DIE, [W]=WARN
[146359.178002] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[146359.178003] Workqueue: cgroup_destroy css_free_rwork_fn
[146359.178005] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[146359.178006] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[146359.178007] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[146359.178008] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[146359.178008] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[146359.178009] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[146359.178009] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[146359.178009] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[146359.178010] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[146359.178011] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[146359.178011] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[146359.178012] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[146359.178012] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[146359.178013] PKRU: 55555554
[146359.178013] Call Trace:
[146359.178013] <TASK>
[146359.178014] _raw_spin_lock_irqsave+0x46/0x60
[146359.178016] cgroup_rstat_flush+0xf4/0x7e0
[146359.178017] cgroup_rstat_exit+0x20/0xf0
[146359.178018] css_free_rwork_fn+0x12e/0x400
[146359.178019] process_one_work+0x19e/0x3e0
[146359.178021] worker_thread+0x2ad/0x3c0
[146359.178022] kthread+0x108/0x220
[146359.178023] ? __pfx_worker_thread+0x10/0x10
[146359.178025] ? __pfx_kthread+0x10/0x10
[146359.178026] ret_from_fork+0x3d/0x60
[146359.178027] ? __pfx_kthread+0x10/0x10
[146359.178028] ret_from_fork_asm+0x1a/0x30
[146359.178029] </TASK>
[146539.192804] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[146539.205989] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7581730
[146539.223820] rcu: (detected by 159, t=28915209 jiffies, g=639685, q=37567 ncpus=256)
[146539.239250] Sending NMI from CPU 159 to CPUs 156:
[146539.239254] NMI backtrace for cpu 156
[146539.239256] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[146539.239258] Tainted: [D]=DIE, [W]=WARN
[146539.239258] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[146539.239259] Workqueue: cgroup_destroy css_free_rwork_fn
[146539.239261] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[146539.239263] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[146539.239263] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[146539.239264] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[146539.239264] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[146539.239264] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[146539.239265] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[146539.239265] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[146539.239266] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[146539.239267] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[146539.239267] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[146539.239268] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[146539.239268] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[146539.239268] PKRU: 55555554
[146539.239269] Call Trace:
[146539.239269] <TASK>
[146539.239270] _raw_spin_lock_irqsave+0x46/0x60
[146539.239271] cgroup_rstat_flush+0xf4/0x7e0
[146539.239273] cgroup_rstat_exit+0x20/0xf0
[146539.239274] css_free_rwork_fn+0x12e/0x400
[146539.239275] process_one_work+0x19e/0x3e0
[146539.239276] worker_thread+0x2ad/0x3c0
[146539.239278] kthread+0x108/0x220
[146539.239279] ? __pfx_worker_thread+0x10/0x10
[146539.239280] ? __pfx_kthread+0x10/0x10
[146539.239281] ret_from_fork+0x3d/0x60
[146539.239282] ? __pfx_kthread+0x10/0x10
[146539.239283] ret_from_fork_asm+0x1a/0x30
[146539.239285] </TASK>
[146719.254045] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[146719.267221] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7593646
[146719.285042] rcu: (detected by 6, t=28960225 jiffies, g=639685, q=37578 ncpus=256)
[146719.300264] Sending NMI from CPU 6 to CPUs 156:
[146719.300270] NMI backtrace for cpu 156
[146719.300275] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[146719.300277] Tainted: [D]=DIE, [W]=WARN
[146719.300277] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[146719.300278] Workqueue: cgroup_destroy css_free_rwork_fn
[146719.300280] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[146719.300282] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[146719.300283] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[146719.300283] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[146719.300284] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[146719.300284] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[146719.300284] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[146719.300285] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[146719.300286] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[146719.300286] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[146719.300287] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[146719.300287] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[146719.300288] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[146719.300288] PKRU: 55555554
[146719.300288] Call Trace:
[146719.300289] <TASK>
[146719.300290] _raw_spin_lock_irqsave+0x46/0x60
[146719.300292] cgroup_rstat_flush+0xf4/0x7e0
[146719.300293] cgroup_rstat_exit+0x20/0xf0
[146719.300294] css_free_rwork_fn+0x12e/0x400
[146719.300295] process_one_work+0x19e/0x3e0
[146719.300296] worker_thread+0x2ad/0x3c0
[146719.300298] kthread+0x108/0x220
[146719.300299] ? __pfx_worker_thread+0x10/0x10
[146719.300300] ? __pfx_kthread+0x10/0x10
[146719.300301] ret_from_fork+0x3d/0x60
[146719.300302] ? __pfx_kthread+0x10/0x10
[146719.300303] ret_from_fork_asm+0x1a/0x30
[146719.300305] </TASK>
[146899.315285] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[146899.328461] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7605528
[146899.346278] rcu: (detected by 175, t=29005241 jiffies, g=639685, q=37596 ncpus=256)
[146899.361692] Sending NMI from CPU 175 to CPUs 156:
[146899.361698] NMI backtrace for cpu 156
[146899.361703] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[146899.361706] Tainted: [D]=DIE, [W]=WARN
[146899.361707] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[146899.361707] Workqueue: cgroup_destroy css_free_rwork_fn
[146899.361710] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[146899.361712] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[146899.361714] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[146899.361714] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[146899.361715] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[146899.361715] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[146899.361715] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[146899.361716] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[146899.361717] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[146899.361717] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[146899.361718] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[146899.361718] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[146899.361719] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[146899.361719] PKRU: 55555554
[146899.361719] Call Trace:
[146899.361720] <TASK>
[146899.361721] _raw_spin_lock_irqsave+0x46/0x60
[146899.361722] cgroup_rstat_flush+0xf4/0x7e0
[146899.361724] cgroup_rstat_exit+0x20/0xf0
[146899.361725] css_free_rwork_fn+0x12e/0x400
[146899.361726] process_one_work+0x19e/0x3e0
[146899.361727] worker_thread+0x2ad/0x3c0
[146899.361729] kthread+0x108/0x220
[146899.361730] ? __pfx_worker_thread+0x10/0x10
[146899.361731] ? __pfx_kthread+0x10/0x10
[146899.361732] ret_from_fork+0x3d/0x60
[146899.361733] ? __pfx_kthread+0x10/0x10
[146899.361734] ret_from_fork_asm+0x1a/0x30
[146899.361736] </TASK>
[147079.376526] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[147079.389699] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7617424
[147079.407529] rcu: (detected by 175, t=29050257 jiffies, g=639685, q=37615 ncpus=256)
[147079.422953] Sending NMI from CPU 175 to CPUs 156:
[147079.422958] NMI backtrace for cpu 156
[147079.422964] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[147079.422967] Tainted: [D]=DIE, [W]=WARN
[147079.422967] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[147079.422968] Workqueue: cgroup_destroy css_free_rwork_fn
[147079.422971] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[147079.422973] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[147079.422974] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[147079.422975] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[147079.422975] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[147079.422976] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[147079.422976] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[147079.422976] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[147079.422977] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[147079.422978] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[147079.422978] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[147079.422979] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[147079.422979] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[147079.422979] PKRU: 55555554
[147079.422980] Call Trace:
[147079.422980] <TASK>
[147079.422981] _raw_spin_lock_irqsave+0x46/0x60
[147079.422983] cgroup_rstat_flush+0xf4/0x7e0
[147079.422984] cgroup_rstat_exit+0x20/0xf0
[147079.422985] css_free_rwork_fn+0x12e/0x400
[147079.422986] process_one_work+0x19e/0x3e0
[147079.422987] worker_thread+0x2ad/0x3c0
[147079.422989] kthread+0x108/0x220
[147079.422990] ? __pfx_worker_thread+0x10/0x10
[147079.422991] ? __pfx_kthread+0x10/0x10
[147079.422993] ret_from_fork+0x3d/0x60
[147079.422994] ? __pfx_kthread+0x10/0x10
[147079.422995] ret_from_fork_asm+0x1a/0x30
[147079.422997] </TASK>
[147259.437768] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[147259.450941] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7629328
[147259.468766] rcu: (detected by 227, t=29095273 jiffies, g=639685, q=37629 ncpus=256)
[147259.484190] Sending NMI from CPU 227 to CPUs 156:
[147259.484196] NMI backtrace for cpu 156
[147259.484201] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[147259.484204] Tainted: [D]=DIE, [W]=WARN
[147259.484205] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[147259.484206] Workqueue: cgroup_destroy css_free_rwork_fn
[147259.484209] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[147259.484211] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[147259.484213] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[147259.484213] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[147259.484214] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[147259.484214] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[147259.484215] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[147259.484215] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[147259.484216] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[147259.484217] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[147259.484217] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[147259.484218] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[147259.484218] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[147259.484218] PKRU: 55555554
[147259.484219] Call Trace:
[147259.484219] <TASK>
[147259.484220] _raw_spin_lock_irqsave+0x46/0x60
[147259.484222] cgroup_rstat_flush+0xf4/0x7e0
[147259.484223] cgroup_rstat_exit+0x20/0xf0
[147259.484224] css_free_rwork_fn+0x12e/0x400
[147259.484225] process_one_work+0x19e/0x3e0
[147259.484226] worker_thread+0x2ad/0x3c0
[147259.484228] kthread+0x108/0x220
[147259.484229] ? __pfx_worker_thread+0x10/0x10
[147259.484230] ? __pfx_kthread+0x10/0x10
[147259.484231] ret_from_fork+0x3d/0x60
[147259.484232] ? __pfx_kthread+0x10/0x10
[147259.484233] ret_from_fork_asm+0x1a/0x30
[147259.484235] </TASK>
[147439.499010] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[147439.512200] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7641205
[147439.530034] rcu: (detected by 91, t=29140289 jiffies, g=639685, q=37645 ncpus=256)
[147439.545359] Sending NMI from CPU 91 to CPUs 156:
[147439.545364] NMI backtrace for cpu 156
[147439.545370] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[147439.545373] Tainted: [D]=DIE, [W]=WARN
[147439.545373] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[147439.545374] Workqueue: cgroup_destroy css_free_rwork_fn
[147439.545378] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[147439.545380] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[147439.545381] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[147439.545382] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[147439.545383] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[147439.545383] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[147439.545383] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[147439.545384] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[147439.545385] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[147439.545385] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[147439.545386] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[147439.545386] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[147439.545387] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[147439.545387] PKRU: 55555554
[147439.545387] Call Trace:
[147439.545388] <TASK>
[147439.545389] _raw_spin_lock_irqsave+0x46/0x60
[147439.545390] cgroup_rstat_flush+0xf4/0x7e0
[147439.545392] cgroup_rstat_exit+0x20/0xf0
[147439.545393] css_free_rwork_fn+0x12e/0x400
[147439.545393] process_one_work+0x19e/0x3e0
[147439.545395] worker_thread+0x2ad/0x3c0
[147439.545397] kthread+0x108/0x220
[147439.545398] ? __pfx_worker_thread+0x10/0x10
[147439.545399] ? __pfx_kthread+0x10/0x10
[147439.545400] ret_from_fork+0x3d/0x60
[147439.545401] ? __pfx_kthread+0x10/0x10
[147439.545402] ret_from_fork_asm+0x1a/0x30
[147439.545404] </TASK>
[147619.560251] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[147619.573426] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7653072
[147619.591237] rcu: (detected by 175, t=29185305 jiffies, g=639685, q=37666 ncpus=256)
[147619.606649] Sending NMI from CPU 175 to CPUs 156:
[147619.606655] NMI backtrace for cpu 156
[147619.606661] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[147619.606664] Tainted: [D]=DIE, [W]=WARN
[147619.606664] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[147619.606665] Workqueue: cgroup_destroy css_free_rwork_fn
[147619.606668] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[147619.606671] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[147619.606672] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[147619.606672] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[147619.606673] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[147619.606673] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[147619.606673] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[147619.606674] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[147619.606675] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[147619.606676] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[147619.606676] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[147619.606677] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[147619.606677] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[147619.606678] PKRU: 55555554
[147619.606678] Call Trace:
[147619.606679] <TASK>
[147619.606680] _raw_spin_lock_irqsave+0x46/0x60
[147619.606681] cgroup_rstat_flush+0xf4/0x7e0
[147619.606683] cgroup_rstat_exit+0x20/0xf0
[147619.606684] css_free_rwork_fn+0x12e/0x400
[147619.606685] process_one_work+0x19e/0x3e0
[147619.606686] worker_thread+0x2ad/0x3c0
[147619.606688] kthread+0x108/0x220
[147619.606689] ? __pfx_worker_thread+0x10/0x10
[147619.606690] ? __pfx_kthread+0x10/0x10
[147619.606691] ret_from_fork+0x3d/0x60
[147619.606692] ? __pfx_kthread+0x10/0x10
[147619.606693] ret_from_fork_asm+0x1a/0x30
[147619.606695] </TASK>
[147799.621492] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[147799.634690] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7664966
[147799.652529] rcu: (detected by 158, t=29230321 jiffies, g=639685, q=37683 ncpus=256)
[147799.667967] Sending NMI from CPU 158 to CPUs 156:
[147799.667971] NMI backtrace for cpu 156
[147799.667973] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[147799.667975] Tainted: [D]=DIE, [W]=WARN
[147799.667975] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[147799.667976] Workqueue: cgroup_destroy css_free_rwork_fn
[147799.667978] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[147799.667980] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[147799.667981] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[147799.667981] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[147799.667982] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[147799.667982] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[147799.667983] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[147799.667983] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[147799.667984] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[147799.667985] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[147799.667985] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[147799.667985] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[147799.667986] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[147799.667986] PKRU: 55555554
[147799.667986] Call Trace:
[147799.667987] <TASK>
[147799.667988] _raw_spin_lock_irqsave+0x46/0x60
[147799.667989] cgroup_rstat_flush+0xf4/0x7e0
[147799.667990] cgroup_rstat_exit+0x20/0xf0
[147799.667992] css_free_rwork_fn+0x12e/0x400
[147799.667992] process_one_work+0x19e/0x3e0
[147799.667994] worker_thread+0x2ad/0x3c0
[147799.667996] kthread+0x108/0x220
[147799.667996] ? __pfx_worker_thread+0x10/0x10
[147799.667998] ? __pfx_kthread+0x10/0x10
[147799.667999] ret_from_fork+0x3d/0x60
[147799.668000] ? __pfx_kthread+0x10/0x10
[147799.668001] ret_from_fork_asm+0x1a/0x30
[147799.668003] </TASK>
[147979.682732] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[147979.695913] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7676877
[147979.713734] rcu: (detected by 19, t=29275337 jiffies, g=639685, q=37696 ncpus=256)
[147979.729048] Sending NMI from CPU 19 to CPUs 156:
[147979.729053] NMI backtrace for cpu 156
[147979.729058] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[147979.729060] Tainted: [D]=DIE, [W]=WARN
[147979.729061] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[147979.729061] Workqueue: cgroup_destroy css_free_rwork_fn
[147979.729064] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[147979.729066] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[147979.729066] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[147979.729067] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[147979.729068] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[147979.729068] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[147979.729069] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[147979.729070] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[147979.729071] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[147979.729071] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[147979.729072] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[147979.729072] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[147979.729073] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[147979.729073] PKRU: 55555554
[147979.729073] Call Trace:
[147979.729074] <TASK>
[147979.729075] _raw_spin_lock_irqsave+0x46/0x60
[147979.729076] cgroup_rstat_flush+0xf4/0x7e0
[147979.729078] cgroup_rstat_exit+0x20/0xf0
[147979.729079] css_free_rwork_fn+0x12e/0x400
[147979.729080] process_one_work+0x19e/0x3e0
[147979.729081] worker_thread+0x2ad/0x3c0
[147979.729083] kthread+0x108/0x220
[147979.729084] ? __pfx_worker_thread+0x10/0x10
[147979.729085] ? __pfx_kthread+0x10/0x10
[147979.729086] ret_from_fork+0x3d/0x60
[147979.729087] ? __pfx_kthread+0x10/0x10
[147979.729088] ret_from_fork_asm+0x1a/0x30
[147979.729090] </TASK>
[148159.743974] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[148159.757156] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7688765
[148159.774981] rcu: (detected by 52, t=29320353 jiffies, g=639685, q=37711 ncpus=256)
[148159.790300] Sending NMI from CPU 52 to CPUs 156:
[148159.790304] NMI backtrace for cpu 156
[148159.790309] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[148159.790312] Tainted: [D]=DIE, [W]=WARN
[148159.790313] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[148159.790314] Workqueue: cgroup_destroy css_free_rwork_fn
[148159.790317] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[148159.790319] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[148159.790320] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[148159.790321] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[148159.790321] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[148159.790321] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[148159.790322] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[148159.790322] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[148159.790323] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[148159.790324] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[148159.790324] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[148159.790325] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[148159.790325] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[148159.790326] PKRU: 55555554
[148159.790326] Call Trace:
[148159.790327] <TASK>
[148159.790328] _raw_spin_lock_irqsave+0x46/0x60
[148159.790329] cgroup_rstat_flush+0xf4/0x7e0
[148159.790330] cgroup_rstat_exit+0x20/0xf0
[148159.790331] css_free_rwork_fn+0x12e/0x400
[148159.790332] process_one_work+0x19e/0x3e0
[148159.790334] worker_thread+0x2ad/0x3c0
[148159.790336] kthread+0x108/0x220
[148159.790336] ? __pfx_worker_thread+0x10/0x10
[148159.790338] ? __pfx_kthread+0x10/0x10
[148159.790339] ret_from_fork+0x3d/0x60
[148159.790340] ? __pfx_kthread+0x10/0x10
[148159.790341] ret_from_fork_asm+0x1a/0x30
[148159.790343] </TASK>
[148339.805215] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[148339.818394] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7700638
[148339.836213] rcu: (detected by 175, t=29365369 jiffies, g=639685, q=37726 ncpus=256)
[148339.851628] Sending NMI from CPU 175 to CPUs 156:
[148339.851632] NMI backtrace for cpu 156
[148339.851638] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[148339.851640] Tainted: [D]=DIE, [W]=WARN
[148339.851640] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[148339.851641] Workqueue: cgroup_destroy css_free_rwork_fn
[148339.851644] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[148339.851646] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[148339.851647] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[148339.851648] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[148339.851649] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[148339.851649] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[148339.851649] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[148339.851650] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[148339.851651] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[148339.851651] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[148339.851651] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[148339.851652] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[148339.851652] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[148339.851653] PKRU: 55555554
[148339.851653] Call Trace:
[148339.851654] <TASK>
[148339.851655] _raw_spin_lock_irqsave+0x46/0x60
[148339.851656] cgroup_rstat_flush+0xf4/0x7e0
[148339.851658] cgroup_rstat_exit+0x20/0xf0
[148339.851659] css_free_rwork_fn+0x12e/0x400
[148339.851660] process_one_work+0x19e/0x3e0
[148339.851661] worker_thread+0x2ad/0x3c0
[148339.851663] kthread+0x108/0x220
[148339.851664] ? __pfx_worker_thread+0x10/0x10
[148339.851665] ? __pfx_kthread+0x10/0x10
[148339.851666] ret_from_fork+0x3d/0x60
[148339.851667] ? __pfx_kthread+0x10/0x10
[148339.851668] ret_from_fork_asm+0x1a/0x30
[148339.851670] </TASK>
[148519.866457] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[148519.879639] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7712549
[148519.897473] rcu: (detected by 66, t=29410385 jiffies, g=639685, q=37743 ncpus=256)
[148519.912796] Sending NMI from CPU 66 to CPUs 156:
[148519.912802] NMI backtrace for cpu 156
[148519.912807] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[148519.912810] Tainted: [D]=DIE, [W]=WARN
[148519.912811] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[148519.912812] Workqueue: cgroup_destroy css_free_rwork_fn
[148519.912815] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[148519.912817] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[148519.912818] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[148519.912818] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[148519.912819] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[148519.912819] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[148519.912820] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[148519.912820] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[148519.912821] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[148519.912821] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[148519.912822] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[148519.912822] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[148519.912823] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[148519.912823] PKRU: 55555554
[148519.912823] Call Trace:
[148519.912824] <TASK>
[148519.912825] _raw_spin_lock_irqsave+0x46/0x60
[148519.912827] cgroup_rstat_flush+0xf4/0x7e0
[148519.912828] cgroup_rstat_exit+0x20/0xf0
[148519.912829] css_free_rwork_fn+0x12e/0x400
[148519.912830] process_one_work+0x19e/0x3e0
[148519.912831] worker_thread+0x2ad/0x3c0
[148519.912833] kthread+0x108/0x220
[148519.912834] ? __pfx_worker_thread+0x10/0x10
[148519.912835] ? __pfx_kthread+0x10/0x10
[148519.912836] ret_from_fork+0x3d/0x60
[148519.912837] ? __pfx_kthread+0x10/0x10
[148519.912838] ret_from_fork_asm+0x1a/0x30
[148519.912840] </TASK>
[148699.927700] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[148699.940881] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7724427
[148699.958708] rcu: (detected by 158, t=29455401 jiffies, g=639685, q=37758 ncpus=256)
[148699.974131] Sending NMI from CPU 158 to CPUs 156:
[148699.974136] NMI backtrace for cpu 156
[148699.974138] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[148699.974140] Tainted: [D]=DIE, [W]=WARN
[148699.974141] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[148699.974141] Workqueue: cgroup_destroy css_free_rwork_fn
[148699.974144] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[148699.974146] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[148699.974147] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[148699.974147] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[148699.974148] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[148699.974148] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[148699.974148] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[148699.974149] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[148699.974150] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[148699.974150] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[148699.974151] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[148699.974152] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[148699.974152] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[148699.974152] PKRU: 55555554
[148699.974153] Call Trace:
[148699.974153] <TASK>
[148699.974154] _raw_spin_lock_irqsave+0x46/0x60
[148699.974155] cgroup_rstat_flush+0xf4/0x7e0
[148699.974157] cgroup_rstat_exit+0x20/0xf0
[148699.974158] css_free_rwork_fn+0x12e/0x400
[148699.974159] process_one_work+0x19e/0x3e0
[148699.974160] worker_thread+0x2ad/0x3c0
[148699.974162] kthread+0x108/0x220
[148699.974163] ? __pfx_worker_thread+0x10/0x10
[148699.974164] ? __pfx_kthread+0x10/0x10
[148699.974165] ret_from_fork+0x3d/0x60
[148699.974166] ? __pfx_kthread+0x10/0x10
[148699.974167] ret_from_fork_asm+0x1a/0x30
[148699.974169] </TASK>
[148879.988940] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[148880.002115] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7736324
[148880.019947] rcu: (detected by 219, t=29500417 jiffies, g=639685, q=37771 ncpus=256)
[148880.035373] Sending NMI from CPU 219 to CPUs 156:
[148880.035378] NMI backtrace for cpu 156
[148880.035383] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[148880.035386] Tainted: [D]=DIE, [W]=WARN
[148880.035386] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[148880.035387] Workqueue: cgroup_destroy css_free_rwork_fn
[148880.035389] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[148880.035391] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[148880.035392] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[148880.035392] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[148880.035393] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[148880.035394] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[148880.035394] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[148880.035395] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[148880.035396] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[148880.035396] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[148880.035397] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[148880.035397] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[148880.035398] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[148880.035398] PKRU: 55555554
[148880.035398] Call Trace:
[148880.035399] <TASK>
[148880.035400] _raw_spin_lock_irqsave+0x46/0x60
[148880.035401] cgroup_rstat_flush+0xf4/0x7e0
[148880.035403] cgroup_rstat_exit+0x20/0xf0
[148880.035404] css_free_rwork_fn+0x12e/0x400
[148880.035404] process_one_work+0x19e/0x3e0
[148880.035406] worker_thread+0x2ad/0x3c0
[148880.035408] kthread+0x108/0x220
[148880.035409] ? __pfx_worker_thread+0x10/0x10
[148880.035410] ? __pfx_kthread+0x10/0x10
[148880.035411] ret_from_fork+0x3d/0x60
[148880.035412] ? __pfx_kthread+0x10/0x10
[148880.035413] ret_from_fork_asm+0x1a/0x30
[148880.035415] </TASK>
[149060.050181] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[149060.063377] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7748198
[149060.081214] rcu: (detected by 161, t=29545433 jiffies, g=639685, q=37787 ncpus=256)
[149060.096647] Sending NMI from CPU 161 to CPUs 156:
[149060.096654] NMI backtrace for cpu 156
[149060.096659] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[149060.096662] Tainted: [D]=DIE, [W]=WARN
[149060.096662] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[149060.096663] Workqueue: cgroup_destroy css_free_rwork_fn
[149060.096666] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[149060.096668] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[149060.096669] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[149060.096670] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[149060.096670] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[149060.096671] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[149060.096671] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[149060.096672] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[149060.096672] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[149060.096673] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[149060.096673] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[149060.096674] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[149060.096674] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[149060.096675] PKRU: 55555554
[149060.096675] Call Trace:
[149060.096676] <TASK>
[149060.096677] _raw_spin_lock_irqsave+0x46/0x60
[149060.096678] cgroup_rstat_flush+0xf4/0x7e0
[149060.096679] cgroup_rstat_exit+0x20/0xf0
[149060.096680] css_free_rwork_fn+0x12e/0x400
[149060.096681] process_one_work+0x19e/0x3e0
[149060.096683] worker_thread+0x2ad/0x3c0
[149060.096684] kthread+0x108/0x220
[149060.096685] ? __pfx_worker_thread+0x10/0x10
[149060.096687] ? __pfx_kthread+0x10/0x10
[149060.096688] ret_from_fork+0x3d/0x60
[149060.096689] ? __pfx_kthread+0x10/0x10
[149060.096690] ret_from_fork_asm+0x1a/0x30
[149060.096692] </TASK>
[149240.111423] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[149240.124612] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7760072
[149240.142444] rcu: (detected by 151, t=29590449 jiffies, g=639685, q=37799 ncpus=256)
[149240.157871] Sending NMI from CPU 151 to CPUs 156:
[149240.157877] NMI backtrace for cpu 156
[149240.157882] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[149240.157885] Tainted: [D]=DIE, [W]=WARN
[149240.157885] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[149240.157886] Workqueue: cgroup_destroy css_free_rwork_fn
[149240.157889] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[149240.157891] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[149240.157892] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[149240.157893] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[149240.157893] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[149240.157893] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[149240.157894] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[149240.157894] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[149240.157895] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[149240.157896] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[149240.157896] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[149240.157897] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[149240.157897] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[149240.157897] PKRU: 55555554
[149240.157898] Call Trace:
[149240.157898] <TASK>
[149240.157899] _raw_spin_lock_irqsave+0x46/0x60
[149240.157901] cgroup_rstat_flush+0xf4/0x7e0
[149240.157902] cgroup_rstat_exit+0x20/0xf0
[149240.157903] css_free_rwork_fn+0x12e/0x400
[149240.157904] process_one_work+0x19e/0x3e0
[149240.157906] worker_thread+0x2ad/0x3c0
[149240.157907] kthread+0x108/0x220
[149240.157908] ? __pfx_worker_thread+0x10/0x10
[149240.157910] ? __pfx_kthread+0x10/0x10
[149240.157911] ret_from_fork+0x3d/0x60
[149240.157912] ? __pfx_kthread+0x10/0x10
[149240.157913] ret_from_fork_asm+0x1a/0x30
[149240.157914] </TASK>
[149420.172662] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[149420.185843] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7771959
[149420.203672] rcu: (detected by 227, t=29635465 jiffies, g=639685, q=37818 ncpus=256)
[149420.219098] Sending NMI from CPU 227 to CPUs 156:
[149420.219103] NMI backtrace for cpu 156
[149420.219109] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[149420.219112] Tainted: [D]=DIE, [W]=WARN
[149420.219112] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[149420.219113] Workqueue: cgroup_destroy css_free_rwork_fn
[149420.219116] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[149420.219119] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[149420.219120] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[149420.219120] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[149420.219121] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[149420.219122] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[149420.219122] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[149420.219122] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[149420.219123] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[149420.219124] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[149420.219124] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[149420.219125] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[149420.219125] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[149420.219125] PKRU: 55555554
[149420.219126] Call Trace:
[149420.219126] <TASK>
[149420.219128] _raw_spin_lock_irqsave+0x46/0x60
[149420.219129] cgroup_rstat_flush+0xf4/0x7e0
[149420.219130] cgroup_rstat_exit+0x20/0xf0
[149420.219131] css_free_rwork_fn+0x12e/0x400
[149420.219132] process_one_work+0x19e/0x3e0
[149420.219134] worker_thread+0x2ad/0x3c0
[149420.219135] kthread+0x108/0x220
[149420.219136] ? __pfx_worker_thread+0x10/0x10
[149420.219138] ? __pfx_kthread+0x10/0x10
[149420.219139] ret_from_fork+0x3d/0x60
[149420.219140] ? __pfx_kthread+0x10/0x10
[149420.219141] ret_from_fork_asm+0x1a/0x30
[149420.219143] </TASK>
[149600.233905] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[149600.247094] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7783841
[149600.264921] rcu: (detected by 129, t=29680481 jiffies, g=639685, q=37836 ncpus=256)
[149600.280345] Sending NMI from CPU 129 to CPUs 156:
[149600.280350] NMI backtrace for cpu 156
[149600.280355] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[149600.280358] Tainted: [D]=DIE, [W]=WARN
[149600.280358] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[149600.280360] Workqueue: cgroup_destroy css_free_rwork_fn
[149600.280363] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[149600.280365] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[149600.280366] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[149600.280367] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[149600.280367] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[149600.280367] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[149600.280368] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[149600.280368] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[149600.280369] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[149600.280370] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[149600.280370] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[149600.280371] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[149600.280371] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[149600.280371] PKRU: 55555554
[149600.280372] Call Trace:
[149600.280372] <TASK>
[149600.280373] _raw_spin_lock_irqsave+0x46/0x60
[149600.280375] cgroup_rstat_flush+0xf4/0x7e0
[149600.280376] cgroup_rstat_exit+0x20/0xf0
[149600.280377] css_free_rwork_fn+0x12e/0x400
[149600.280378] process_one_work+0x19e/0x3e0
[149600.280379] worker_thread+0x2ad/0x3c0
[149600.280381] kthread+0x108/0x220
[149600.280382] ? __pfx_worker_thread+0x10/0x10
[149600.280383] ? __pfx_kthread+0x10/0x10
[149600.280384] ret_from_fork+0x3d/0x60
[149600.280385] ? __pfx_kthread+0x10/0x10
[149600.280386] ret_from_fork_asm+0x1a/0x30
[149600.280388] </TASK>
[149780.295145] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[149780.308319] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7795713
[149780.326135] rcu: (detected by 131, t=29725497 jiffies, g=639685, q=37851 ncpus=256)
[149780.341559] Sending NMI from CPU 131 to CPUs 156:
[149780.341564] NMI backtrace for cpu 156
[149780.341570] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[149780.341573] Tainted: [D]=DIE, [W]=WARN
[149780.341574] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[149780.341575] Workqueue: cgroup_destroy css_free_rwork_fn
[149780.341577] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[149780.341579] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[149780.341580] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[149780.341581] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[149780.341581] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[149780.341582] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[149780.341582] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[149780.341583] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[149780.341583] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[149780.341584] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[149780.341584] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[149780.341585] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[149780.341585] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[149780.341586] PKRU: 55555554
[149780.341586] Call Trace:
[149780.341587] <TASK>
[149780.341588] _raw_spin_lock_irqsave+0x46/0x60
[149780.341589] cgroup_rstat_flush+0xf4/0x7e0
[149780.341590] cgroup_rstat_exit+0x20/0xf0
[149780.341592] css_free_rwork_fn+0x12e/0x400
[149780.341592] process_one_work+0x19e/0x3e0
[149780.341594] worker_thread+0x2ad/0x3c0
[149780.341596] kthread+0x108/0x220
[149780.341596] ? __pfx_worker_thread+0x10/0x10
[149780.341598] ? __pfx_kthread+0x10/0x10
[149780.341599] ret_from_fork+0x3d/0x60
[149780.341600] ? __pfx_kthread+0x10/0x10
[149780.341601] ret_from_fork_asm+0x1a/0x30
[149780.341603] </TASK>
[149960.356389] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[149960.369569] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7807609
[149960.387390] rcu: (detected by 175, t=29770513 jiffies, g=639685, q=37866 ncpus=256)
[149960.402808] Sending NMI from CPU 175 to CPUs 156:
[149960.402813] NMI backtrace for cpu 156
[149960.402819] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[149960.402822] Tainted: [D]=DIE, [W]=WARN
[149960.402823] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[149960.402824] Workqueue: cgroup_destroy css_free_rwork_fn
[149960.402827] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[149960.402829] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[149960.402830] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[149960.402830] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[149960.402831] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[149960.402831] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[149960.402832] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[149960.402833] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[149960.402834] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[149960.402834] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[149960.402835] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[149960.402835] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[149960.402836] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[149960.402836] PKRU: 55555554
[149960.402836] Call Trace:
[149960.402837] <TASK>
[149960.402838] _raw_spin_lock_irqsave+0x46/0x60
[149960.402839] cgroup_rstat_flush+0xf4/0x7e0
[149960.402841] cgroup_rstat_exit+0x20/0xf0
[149960.402842] css_free_rwork_fn+0x12e/0x400
[149960.402843] process_one_work+0x19e/0x3e0
[149960.402844] worker_thread+0x2ad/0x3c0
[149960.402846] kthread+0x108/0x220
[149960.402847] ? __pfx_worker_thread+0x10/0x10
[149960.402848] ? __pfx_kthread+0x10/0x10
[149960.402849] ret_from_fork+0x3d/0x60
[149960.402850] ? __pfx_kthread+0x10/0x10
[149960.402851] ret_from_fork_asm+0x1a/0x30
[149960.402853] </TASK>
[150140.417627] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[150140.430813] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7819522
[150140.448649] rcu: (detected by 175, t=29815529 jiffies, g=639685, q=37883 ncpus=256)
[150140.464084] Sending NMI from CPU 175 to CPUs 156:
[150140.464089] NMI backtrace for cpu 156
[150140.464095] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[150140.464098] Tainted: [D]=DIE, [W]=WARN
[150140.464098] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[150140.464099] Workqueue: cgroup_destroy css_free_rwork_fn
[150140.464103] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[150140.464104] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[150140.464105] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[150140.464106] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[150140.464106] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[150140.464107] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[150140.464107] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[150140.464108] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[150140.464108] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[150140.464109] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[150140.464109] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[150140.464110] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[150140.464110] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[150140.464111] PKRU: 55555554
[150140.464111] Call Trace:
[150140.464112] <TASK>
[150140.464113] _raw_spin_lock_irqsave+0x46/0x60
[150140.464114] cgroup_rstat_flush+0xf4/0x7e0
[150140.464116] cgroup_rstat_exit+0x20/0xf0
[150140.464117] css_free_rwork_fn+0x12e/0x400
[150140.464118] process_one_work+0x19e/0x3e0
[150140.464119] worker_thread+0x2ad/0x3c0
[150140.464121] kthread+0x108/0x220
[150140.464122] ? __pfx_worker_thread+0x10/0x10
[150140.464123] ? __pfx_kthread+0x10/0x10
[150140.464124] ret_from_fork+0x3d/0x60
[150140.464125] ? __pfx_kthread+0x10/0x10
[150140.464126] ret_from_fork_asm+0x1a/0x30
[150140.464128] </TASK>
[150320.478869] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[150320.492060] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7831440
[150320.509885] rcu: (detected by 208, t=29860545 jiffies, g=639685, q=37899 ncpus=256)
[150320.525318] Sending NMI from CPU 208 to CPUs 156:
[150320.525323] NMI backtrace for cpu 156
[150320.525328] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[150320.525331] Tainted: [D]=DIE, [W]=WARN
[150320.525332] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[150320.525333] Workqueue: cgroup_destroy css_free_rwork_fn
[150320.525336] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[150320.525339] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[150320.525340] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[150320.525341] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[150320.525341] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[150320.525342] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[150320.525342] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[150320.525342] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[150320.525343] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[150320.525344] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[150320.525344] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[150320.525345] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[150320.525345] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[150320.525345] PKRU: 55555554
[150320.525346] Call Trace:
[150320.525346] <TASK>
[150320.525348] _raw_spin_lock_irqsave+0x46/0x60
[150320.525349] cgroup_rstat_flush+0xf4/0x7e0
[150320.525350] cgroup_rstat_exit+0x20/0xf0
[150320.525351] css_free_rwork_fn+0x12e/0x400
[150320.525352] process_one_work+0x19e/0x3e0
[150320.525354] worker_thread+0x2ad/0x3c0
[150320.525355] kthread+0x108/0x220
[150320.525356] ? __pfx_worker_thread+0x10/0x10
[150320.525358] ? __pfx_kthread+0x10/0x10
[150320.525359] ret_from_fork+0x3d/0x60
[150320.525360] ? __pfx_kthread+0x10/0x10
[150320.525361] ret_from_fork_asm+0x1a/0x30
[150320.525362] </TASK>
[150500.540110] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[150500.553289] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7843170
[150500.571112] rcu: (detected by 71, t=29905561 jiffies, g=639685, q=37919 ncpus=256)
[150500.586428] Sending NMI from CPU 71 to CPUs 156:
[150500.586433] NMI backtrace for cpu 156
[150500.586439] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[150500.586441] Tainted: [D]=DIE, [W]=WARN
[150500.586442] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[150500.586443] Workqueue: cgroup_destroy css_free_rwork_fn
[150500.586446] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[150500.586448] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[150500.586449] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[150500.586449] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[150500.586450] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[150500.586450] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[150500.586450] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[150500.586451] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[150500.586452] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[150500.586452] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[150500.586453] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[150500.586453] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[150500.586454] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[150500.586454] PKRU: 55555554
[150500.586454] Call Trace:
[150500.586455] <TASK>
[150500.586456] _raw_spin_lock_irqsave+0x46/0x60
[150500.586457] cgroup_rstat_flush+0xf4/0x7e0
[150500.586459] cgroup_rstat_exit+0x20/0xf0
[150500.586460] css_free_rwork_fn+0x12e/0x400
[150500.586461] process_one_work+0x19e/0x3e0
[150500.586462] worker_thread+0x2ad/0x3c0
[150500.586464] kthread+0x108/0x220
[150500.586465] ? __pfx_worker_thread+0x10/0x10
[150500.586466] ? __pfx_kthread+0x10/0x10
[150500.586467] ret_from_fork+0x3d/0x60
[150500.586468] ? __pfx_kthread+0x10/0x10
[150500.586469] ret_from_fork_asm+0x1a/0x30
[150500.586471] </TASK>
[150680.601352] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[150680.614526] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7855046
[150680.632342] rcu: (detected by 175, t=29950577 jiffies, g=639685, q=37934 ncpus=256)
[150680.647754] Sending NMI from CPU 175 to CPUs 156:
[150680.647759] NMI backtrace for cpu 156
[150680.647765] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[150680.647768] Tainted: [D]=DIE, [W]=WARN
[150680.647768] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[150680.647769] Workqueue: cgroup_destroy css_free_rwork_fn
[150680.647772] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[150680.647774] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[150680.647775] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[150680.647775] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[150680.647776] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[150680.647776] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[150680.647776] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[150680.647777] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[150680.647778] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[150680.647779] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[150680.647779] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[150680.647780] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[150680.647780] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[150680.647780] PKRU: 55555554
[150680.647780] Call Trace:
[150680.647781] <TASK>
[150680.647782] _raw_spin_lock_irqsave+0x46/0x60
[150680.647784] cgroup_rstat_flush+0xf4/0x7e0
[150680.647785] cgroup_rstat_exit+0x20/0xf0
[150680.647786] css_free_rwork_fn+0x12e/0x400
[150680.647787] process_one_work+0x19e/0x3e0
[150680.647788] worker_thread+0x2ad/0x3c0
[150680.647790] kthread+0x108/0x220
[150680.647791] ? __pfx_worker_thread+0x10/0x10
[150680.647792] ? __pfx_kthread+0x10/0x10
[150680.647793] ret_from_fork+0x3d/0x60
[150680.647794] ? __pfx_kthread+0x10/0x10
[150680.647795] ret_from_fork_asm+0x1a/0x30
[150680.647797] </TASK>
[150860.662592] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[150860.675764] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7866968
[150860.693581] rcu: (detected by 175, t=29995593 jiffies, g=639685, q=37950 ncpus=256)
[150860.708994] Sending NMI from CPU 175 to CPUs 156:
[150860.708999] NMI backtrace for cpu 156
[150860.709005] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[150860.709007] Tainted: [D]=DIE, [W]=WARN
[150860.709008] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[150860.709009] Workqueue: cgroup_destroy css_free_rwork_fn
[150860.709012] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[150860.709014] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[150860.709016] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[150860.709017] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[150860.709017] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[150860.709018] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[150860.709018] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[150860.709019] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[150860.709020] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[150860.709021] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[150860.709021] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[150860.709022] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[150860.709022] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[150860.709022] PKRU: 55555554
[150860.709023] Call Trace:
[150860.709023] <TASK>
[150860.709025] _raw_spin_lock_irqsave+0x46/0x60
[150860.709026] cgroup_rstat_flush+0xf4/0x7e0
[150860.709027] cgroup_rstat_exit+0x20/0xf0
[150860.709028] css_free_rwork_fn+0x12e/0x400
[150860.709029] process_one_work+0x19e/0x3e0
[150860.709031] worker_thread+0x2ad/0x3c0
[150860.709032] kthread+0x108/0x220
[150860.709033] ? __pfx_worker_thread+0x10/0x10
[150860.709035] ? __pfx_kthread+0x10/0x10
[150860.709036] ret_from_fork+0x3d/0x60
[150860.709037] ? __pfx_kthread+0x10/0x10
[150860.709038] ret_from_fork_asm+0x1a/0x30
[150860.709040] </TASK>
[151040.723835] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[151040.737025] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7878879
[151040.754851] rcu: (detected by 185, t=30040609 jiffies, g=639685, q=37962 ncpus=256)
[151040.770274] Sending NMI from CPU 185 to CPUs 156:
[151040.770279] NMI backtrace for cpu 156
[151040.770285] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[151040.770288] Tainted: [D]=DIE, [W]=WARN
[151040.770288] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[151040.770289] Workqueue: cgroup_destroy css_free_rwork_fn
[151040.770293] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[151040.770295] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[151040.770296] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[151040.770296] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[151040.770297] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[151040.770297] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[151040.770297] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[151040.770298] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[151040.770299] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[151040.770299] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[151040.770300] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[151040.770300] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[151040.770301] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[151040.770301] PKRU: 55555554
[151040.770301] Call Trace:
[151040.770302] <TASK>
[151040.770303] _raw_spin_lock_irqsave+0x46/0x60
[151040.770304] cgroup_rstat_flush+0xf4/0x7e0
[151040.770306] cgroup_rstat_exit+0x20/0xf0
[151040.770307] css_free_rwork_fn+0x12e/0x400
[151040.770308] process_one_work+0x19e/0x3e0
[151040.770309] worker_thread+0x2ad/0x3c0
[151040.770311] kthread+0x108/0x220
[151040.770312] ? __pfx_worker_thread+0x10/0x10
[151040.770313] ? __pfx_kthread+0x10/0x10
[151040.770314] ret_from_fork+0x3d/0x60
[151040.770315] ? __pfx_kthread+0x10/0x10
[151040.770316] ret_from_fork_asm+0x1a/0x30
[151040.770318] </TASK>
[151220.785074] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[151220.798250] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7890738
[151220.816073] rcu: (detected by 66, t=30085625 jiffies, g=639685, q=37980 ncpus=256)
[151220.831387] Sending NMI from CPU 66 to CPUs 156:
[151220.831393] NMI backtrace for cpu 156
[151220.831398] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[151220.831401] Tainted: [D]=DIE, [W]=WARN
[151220.831402] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[151220.831402] Workqueue: cgroup_destroy css_free_rwork_fn
[151220.831405] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[151220.831408] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[151220.831409] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[151220.831409] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[151220.831410] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[151220.831410] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[151220.831410] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[151220.831411] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[151220.831412] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[151220.831412] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[151220.831413] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[151220.831413] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[151220.831414] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[151220.831414] PKRU: 55555554
[151220.831414] Call Trace:
[151220.831415] <TASK>
[151220.831416] _raw_spin_lock_irqsave+0x46/0x60
[151220.831417] cgroup_rstat_flush+0xf4/0x7e0
[151220.831419] cgroup_rstat_exit+0x20/0xf0
[151220.831420] css_free_rwork_fn+0x12e/0x400
[151220.831421] process_one_work+0x19e/0x3e0
[151220.831422] worker_thread+0x2ad/0x3c0
[151220.831424] kthread+0x108/0x220
[151220.831425] ? __pfx_worker_thread+0x10/0x10
[151220.831426] ? __pfx_kthread+0x10/0x10
[151220.831427] ret_from_fork+0x3d/0x60
[151220.831428] ? __pfx_kthread+0x10/0x10
[151220.831429] ret_from_fork_asm+0x1a/0x30
[151220.831431] </TASK>
[151400.846316] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[151400.859484] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7902617
[151400.877296] rcu: (detected by 175, t=30130641 jiffies, g=639685, q=37995 ncpus=256)
[151400.892705] Sending NMI from CPU 175 to CPUs 156:
[151400.892710] NMI backtrace for cpu 156
[151400.892715] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[151400.892717] Tainted: [D]=DIE, [W]=WARN
[151400.892718] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[151400.892719] Workqueue: cgroup_destroy css_free_rwork_fn
[151400.892722] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[151400.892724] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[151400.892725] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[151400.892725] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[151400.892726] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[151400.892726] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[151400.892726] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[151400.892727] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[151400.892728] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[151400.892728] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[151400.892729] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[151400.892729] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[151400.892730] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[151400.892730] PKRU: 55555554
[151400.892731] Call Trace:
[151400.892731] <TASK>
[151400.892732] _raw_spin_lock_irqsave+0x46/0x60
[151400.892734] cgroup_rstat_flush+0xf4/0x7e0
[151400.892735] cgroup_rstat_exit+0x20/0xf0
[151400.892736] css_free_rwork_fn+0x12e/0x400
[151400.892737] process_one_work+0x19e/0x3e0
[151400.892738] worker_thread+0x2ad/0x3c0
[151400.892740] kthread+0x108/0x220
[151400.892741] ? __pfx_worker_thread+0x10/0x10
[151400.892742] ? __pfx_kthread+0x10/0x10
[151400.892743] ret_from_fork+0x3d/0x60
[151400.892744] ? __pfx_kthread+0x10/0x10
[151400.892745] ret_from_fork_asm+0x1a/0x30
[151400.892747] </TASK>
[151580.907559] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[151580.920741] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7914513
[151580.938567] rcu: (detected by 129, t=30175657 jiffies, g=639685, q=38013 ncpus=256)
[151580.953989] Sending NMI from CPU 129 to CPUs 156:
[151580.953993] NMI backtrace for cpu 156
[151580.953999] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[151580.954002] Tainted: [D]=DIE, [W]=WARN
[151580.954002] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[151580.954003] Workqueue: cgroup_destroy css_free_rwork_fn
[151580.954006] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[151580.954008] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[151580.954009] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[151580.954010] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[151580.954010] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[151580.954011] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[151580.954011] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[151580.954012] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[151580.954012] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[151580.954013] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[151580.954013] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[151580.954014] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[151580.954014] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[151580.954015] PKRU: 55555554
[151580.954015] Call Trace:
[151580.954016] <TASK>
[151580.954017] _raw_spin_lock_irqsave+0x46/0x60
[151580.954018] cgroup_rstat_flush+0xf4/0x7e0
[151580.954019] cgroup_rstat_exit+0x20/0xf0
[151580.954020] css_free_rwork_fn+0x12e/0x400
[151580.954021] process_one_work+0x19e/0x3e0
[151580.954023] worker_thread+0x2ad/0x3c0
[151580.954024] kthread+0x108/0x220
[151580.954025] ? __pfx_worker_thread+0x10/0x10
[151580.954027] ? __pfx_kthread+0x10/0x10
[151580.954028] ret_from_fork+0x3d/0x60
[151580.954029] ? __pfx_kthread+0x10/0x10
[151580.954030] ret_from_fork_asm+0x1a/0x30
[151580.954032] </TASK>
[151760.968801] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[151760.981984] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7926395
[151760.999806] rcu: (detected by 185, t=30220673 jiffies, g=639685, q=38028 ncpus=256)
[151761.015224] Sending NMI from CPU 185 to CPUs 156:
[151761.015228] NMI backtrace for cpu 156
[151761.015234] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[151761.015236] Tainted: [D]=DIE, [W]=WARN
[151761.015237] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[151761.015238] Workqueue: cgroup_destroy css_free_rwork_fn
[151761.015241] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[151761.015243] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[151761.015244] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[151761.015245] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[151761.015245] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[151761.015246] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[151761.015246] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[151761.015247] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[151761.015248] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[151761.015249] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[151761.015249] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[151761.015250] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[151761.015250] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[151761.015250] PKRU: 55555554
[151761.015251] Call Trace:
[151761.015251] <TASK>
[151761.015252] _raw_spin_lock_irqsave+0x46/0x60
[151761.015254] cgroup_rstat_flush+0xf4/0x7e0
[151761.015255] cgroup_rstat_exit+0x20/0xf0
[151761.015256] css_free_rwork_fn+0x12e/0x400
[151761.015257] process_one_work+0x19e/0x3e0
[151761.015259] worker_thread+0x2ad/0x3c0
[151761.015260] kthread+0x108/0x220
[151761.015261] ? __pfx_worker_thread+0x10/0x10
[151761.015263] ? __pfx_kthread+0x10/0x10
[151761.015264] ret_from_fork+0x3d/0x60
[151761.015265] ? __pfx_kthread+0x10/0x10
[151761.015266] ret_from_fork_asm+0x1a/0x30
[151761.015268] </TASK>
[151941.030041] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[151941.043237] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7938289
[151941.061073] rcu: (detected by 159, t=30265689 jiffies, g=639685, q=38041 ncpus=256)
[151941.076505] Sending NMI from CPU 159 to CPUs 156:
[151941.076510] NMI backtrace for cpu 156
[151941.076512] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[151941.076514] Tainted: [D]=DIE, [W]=WARN
[151941.076514] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[151941.076515] Workqueue: cgroup_destroy css_free_rwork_fn
[151941.076517] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[151941.076519] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[151941.076520] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[151941.076520] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[151941.076521] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[151941.076521] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[151941.076521] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[151941.076522] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[151941.076523] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[151941.076523] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[151941.076524] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[151941.076524] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[151941.076525] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[151941.076525] PKRU: 55555554
[151941.076525] Call Trace:
[151941.076526] <TASK>
[151941.076527] _raw_spin_lock_irqsave+0x46/0x60
[151941.076528] cgroup_rstat_flush+0xf4/0x7e0
[151941.076530] cgroup_rstat_exit+0x20/0xf0
[151941.076531] css_free_rwork_fn+0x12e/0x400
[151941.076532] process_one_work+0x19e/0x3e0
[151941.076533] worker_thread+0x2ad/0x3c0
[151941.076535] kthread+0x108/0x220
[151941.076536] ? __pfx_worker_thread+0x10/0x10
[151941.076537] ? __pfx_kthread+0x10/0x10
[151941.076538] ret_from_fork+0x3d/0x60
[151941.076539] ? __pfx_kthread+0x10/0x10
[151941.076540] ret_from_fork_asm+0x1a/0x30
[151941.076542] </TASK>
[152121.091282] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[152121.104460] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7950194
[152121.122285] rcu: (detected by 227, t=30310705 jiffies, g=639685, q=38058 ncpus=256)
[152121.137698] Sending NMI from CPU 227 to CPUs 156:
[152121.137703] NMI backtrace for cpu 156
[152121.137709] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[152121.137711] Tainted: [D]=DIE, [W]=WARN
[152121.137712] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[152121.137713] Workqueue: cgroup_destroy css_free_rwork_fn
[152121.137715] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[152121.137717] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[152121.137718] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[152121.137718] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[152121.137719] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[152121.137719] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[152121.137720] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[152121.137721] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[152121.137722] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[152121.137722] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[152121.137722] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[152121.137723] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[152121.137723] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[152121.137724] PKRU: 55555554
[152121.137724] Call Trace:
[152121.137725] <TASK>
[152121.137726] _raw_spin_lock_irqsave+0x46/0x60
[152121.137727] cgroup_rstat_flush+0xf4/0x7e0
[152121.137729] cgroup_rstat_exit+0x20/0xf0
[152121.137730] css_free_rwork_fn+0x12e/0x400
[152121.137731] process_one_work+0x19e/0x3e0
[152121.137733] worker_thread+0x2ad/0x3c0
[152121.137734] kthread+0x108/0x220
[152121.137735] ? __pfx_worker_thread+0x10/0x10
[152121.137737] ? __pfx_kthread+0x10/0x10
[152121.137738] ret_from_fork+0x3d/0x60
[152121.137739] ? __pfx_kthread+0x10/0x10
[152121.137739] ret_from_fork_asm+0x1a/0x30
[152121.137741] </TASK>
[152301.152523] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[152301.165713] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7962050
[152301.183548] rcu: (detected by 66, t=30355721 jiffies, g=639685, q=38073 ncpus=256)
[152301.198874] Sending NMI from CPU 66 to CPUs 156:
[152301.198878] NMI backtrace for cpu 156
[152301.198884] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[152301.198886] Tainted: [D]=DIE, [W]=WARN
[152301.198886] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[152301.198887] Workqueue: cgroup_destroy css_free_rwork_fn
[152301.198890] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[152301.198892] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[152301.198893] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[152301.198894] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[152301.198895] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[152301.198895] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[152301.198895] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[152301.198896] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[152301.198897] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[152301.198897] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[152301.198898] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[152301.198898] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[152301.198899] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[152301.198899] PKRU: 55555554
[152301.198899] Call Trace:
[152301.198900] <TASK>
[152301.198901] _raw_spin_lock_irqsave+0x46/0x60
[152301.198902] cgroup_rstat_flush+0xf4/0x7e0
[152301.198904] cgroup_rstat_exit+0x20/0xf0
[152301.198905] css_free_rwork_fn+0x12e/0x400
[152301.198906] process_one_work+0x19e/0x3e0
[152301.198907] worker_thread+0x2ad/0x3c0
[152301.198909] kthread+0x108/0x220
[152301.198910] ? __pfx_worker_thread+0x10/0x10
[152301.198911] ? __pfx_kthread+0x10/0x10
[152301.198912] ret_from_fork+0x3d/0x60
[152301.198913] ? __pfx_kthread+0x10/0x10
[152301.198914] ret_from_fork_asm+0x1a/0x30
[152301.198916] </TASK>
[152481.213764] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[152481.226930] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7973949
[152481.244746] rcu: (detected by 70, t=30400737 jiffies, g=639685, q=38094 ncpus=256)
[152481.260053] Sending NMI from CPU 70 to CPUs 156:
[152481.260059] NMI backtrace for cpu 156
[152481.260065] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[152481.260068] Tainted: [D]=DIE, [W]=WARN
[152481.260068] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[152481.260069] Workqueue: cgroup_destroy css_free_rwork_fn
[152481.260072] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[152481.260074] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[152481.260075] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[152481.260076] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[152481.260076] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[152481.260077] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[152481.260077] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[152481.260077] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[152481.260078] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[152481.260079] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[152481.260079] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[152481.260080] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[152481.260080] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[152481.260080] PKRU: 55555554
[152481.260081] Call Trace:
[152481.260082] <TASK>
[152481.260083] _raw_spin_lock_irqsave+0x46/0x60
[152481.260084] cgroup_rstat_flush+0xf4/0x7e0
[152481.260085] cgroup_rstat_exit+0x20/0xf0
[152481.260087] css_free_rwork_fn+0x12e/0x400
[152481.260087] process_one_work+0x19e/0x3e0
[152481.260089] worker_thread+0x2ad/0x3c0
[152481.260090] kthread+0x108/0x220
[152481.260091] ? __pfx_worker_thread+0x10/0x10
[152481.260093] ? __pfx_kthread+0x10/0x10
[152481.260094] ret_from_fork+0x3d/0x60
[152481.260095] ? __pfx_kthread+0x10/0x10
[152481.260096] ret_from_fork_asm+0x1a/0x30
[152481.260098] </TASK>
[152661.275005] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[152661.288166] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7985814
[152661.305974] rcu: (detected by 227, t=30445753 jiffies, g=639685, q=38108 ncpus=256)
[152661.321381] Sending NMI from CPU 227 to CPUs 156:
[152661.321385] NMI backtrace for cpu 156
[152661.321391] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[152661.321394] Tainted: [D]=DIE, [W]=WARN
[152661.321394] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[152661.321395] Workqueue: cgroup_destroy css_free_rwork_fn
[152661.321398] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[152661.321400] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[152661.321402] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[152661.321402] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[152661.321403] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[152661.321403] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[152661.321403] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[152661.321404] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[152661.321405] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[152661.321405] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[152661.321406] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[152661.321406] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[152661.321407] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[152661.321407] PKRU: 55555554
[152661.321407] Call Trace:
[152661.321408] <TASK>
[152661.321409] _raw_spin_lock_irqsave+0x46/0x60
[152661.321410] cgroup_rstat_flush+0xf4/0x7e0
[152661.321412] cgroup_rstat_exit+0x20/0xf0
[152661.321413] css_free_rwork_fn+0x12e/0x400
[152661.321414] process_one_work+0x19e/0x3e0
[152661.321415] worker_thread+0x2ad/0x3c0
[152661.321417] kthread+0x108/0x220
[152661.321418] ? __pfx_worker_thread+0x10/0x10
[152661.321419] ? __pfx_kthread+0x10/0x10
[152661.321420] ret_from_fork+0x3d/0x60
[152661.321421] ? __pfx_kthread+0x10/0x10
[152661.321422] ret_from_fork_asm+0x1a/0x30
[152661.321424] </TASK>
[152841.336246] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[152841.349434] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=7997722
[152841.367260] rcu: (detected by 175, t=30490769 jiffies, g=639685, q=38126 ncpus=256)
[152841.382686] Sending NMI from CPU 175 to CPUs 156:
[152841.382691] NMI backtrace for cpu 156
[152841.382696] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[152841.382699] Tainted: [D]=DIE, [W]=WARN
[152841.382699] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[152841.382700] Workqueue: cgroup_destroy css_free_rwork_fn
[152841.382704] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[152841.382706] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[152841.382707] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[152841.382707] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[152841.382708] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[152841.382708] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[152841.382709] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[152841.382709] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[152841.382710] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[152841.382711] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[152841.382711] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[152841.382712] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[152841.382712] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[152841.382712] PKRU: 55555554
[152841.382713] Call Trace:
[152841.382713] <TASK>
[152841.382715] _raw_spin_lock_irqsave+0x46/0x60
[152841.382716] cgroup_rstat_flush+0xf4/0x7e0
[152841.382717] cgroup_rstat_exit+0x20/0xf0
[152841.382719] css_free_rwork_fn+0x12e/0x400
[152841.382719] process_one_work+0x19e/0x3e0
[152841.382721] worker_thread+0x2ad/0x3c0
[152841.382723] kthread+0x108/0x220
[152841.382724] ? __pfx_worker_thread+0x10/0x10
[152841.382725] ? __pfx_kthread+0x10/0x10
[152841.382726] ret_from_fork+0x3d/0x60
[152841.382727] ? __pfx_kthread+0x10/0x10
[152841.382728] ret_from_fork_asm+0x1a/0x30
[152841.382730] </TASK>
[153021.397487] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[153021.410674] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8009628
[153021.428508] rcu: (detected by 199, t=30535785 jiffies, g=639685, q=38138 ncpus=256)
[153021.443939] Sending NMI from CPU 199 to CPUs 156:
[153021.443944] NMI backtrace for cpu 156
[153021.443950] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[153021.443952] Tainted: [D]=DIE, [W]=WARN
[153021.443953] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[153021.443954] Workqueue: cgroup_destroy css_free_rwork_fn
[153021.443957] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[153021.443960] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[153021.443961] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[153021.443962] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[153021.443962] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[153021.443963] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[153021.443963] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[153021.443964] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[153021.443964] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[153021.443965] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[153021.443965] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[153021.443966] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[153021.443966] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[153021.443967] PKRU: 55555554
[153021.443967] Call Trace:
[153021.443968] <TASK>
[153021.443969] _raw_spin_lock_irqsave+0x46/0x60
[153021.443970] cgroup_rstat_flush+0xf4/0x7e0
[153021.443971] cgroup_rstat_exit+0x20/0xf0
[153021.443972] css_free_rwork_fn+0x12e/0x400
[153021.443973] process_one_work+0x19e/0x3e0
[153021.443975] worker_thread+0x2ad/0x3c0
[153021.443976] kthread+0x108/0x220
[153021.443977] ? __pfx_worker_thread+0x10/0x10
[153021.443979] ? __pfx_kthread+0x10/0x10
[153021.443980] ret_from_fork+0x3d/0x60
[153021.443981] ? __pfx_kthread+0x10/0x10
[153021.443982] ret_from_fork_asm+0x1a/0x30
[153021.443984] </TASK>
[153201.458729] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[153201.471927] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8021535
[153201.489764] rcu: (detected by 175, t=30580801 jiffies, g=639685, q=38157 ncpus=256)
[153201.505199] Sending NMI from CPU 175 to CPUs 156:
[153201.505203] NMI backtrace for cpu 156
[153201.505209] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[153201.505212] Tainted: [D]=DIE, [W]=WARN
[153201.505212] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[153201.505213] Workqueue: cgroup_destroy css_free_rwork_fn
[153201.505216] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[153201.505218] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[153201.505220] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[153201.505220] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[153201.505221] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[153201.505221] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[153201.505222] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[153201.505222] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[153201.505223] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[153201.505224] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[153201.505224] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[153201.505225] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[153201.505225] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[153201.505225] PKRU: 55555554
[153201.505226] Call Trace:
[153201.505226] <TASK>
[153201.505227] _raw_spin_lock_irqsave+0x46/0x60
[153201.505229] cgroup_rstat_flush+0xf4/0x7e0
[153201.505230] cgroup_rstat_exit+0x20/0xf0
[153201.505231] css_free_rwork_fn+0x12e/0x400
[153201.505232] process_one_work+0x19e/0x3e0
[153201.505234] worker_thread+0x2ad/0x3c0
[153201.505235] kthread+0x108/0x220
[153201.505236] ? __pfx_worker_thread+0x10/0x10
[153201.505238] ? __pfx_kthread+0x10/0x10
[153201.505239] ret_from_fork+0x3d/0x60
[153201.505240] ? __pfx_kthread+0x10/0x10
[153201.505240] ret_from_fork_asm+0x1a/0x30
[153201.505242] </TASK>
[153381.519970] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[153381.533143] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8033435
[153381.550957] rcu: (detected by 44, t=30625817 jiffies, g=639685, q=38173 ncpus=256)
[153381.566273] Sending NMI from CPU 44 to CPUs 156:
[153381.566279] NMI backtrace for cpu 156
[153381.566284] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[153381.566287] Tainted: [D]=DIE, [W]=WARN
[153381.566288] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[153381.566289] Workqueue: cgroup_destroy css_free_rwork_fn
[153381.566292] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[153381.566294] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[153381.566295] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[153381.566295] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[153381.566296] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[153381.566296] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[153381.566297] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[153381.566297] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[153381.566298] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[153381.566299] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[153381.566299] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[153381.566300] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[153381.566300] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[153381.566300] PKRU: 55555554
[153381.566301] Call Trace:
[153381.566301] <TASK>
[153381.566302] _raw_spin_lock_irqsave+0x46/0x60
[153381.566304] cgroup_rstat_flush+0xf4/0x7e0
[153381.566305] cgroup_rstat_exit+0x20/0xf0
[153381.566306] css_free_rwork_fn+0x12e/0x400
[153381.566307] process_one_work+0x19e/0x3e0
[153381.566309] worker_thread+0x2ad/0x3c0
[153381.566310] kthread+0x108/0x220
[153381.566311] ? __pfx_worker_thread+0x10/0x10
[153381.566313] ? __pfx_kthread+0x10/0x10
[153381.566313] ret_from_fork+0x3d/0x60
[153381.566315] ? __pfx_kthread+0x10/0x10
[153381.566315] ret_from_fork_asm+0x1a/0x30
[153381.566317] </TASK>
[153561.581212] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[153561.594374] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8045352
[153561.612185] rcu: (detected by 47, t=30670831 jiffies, g=639685, q=38190 ncpus=256)
[153561.627489] Sending NMI from CPU 47 to CPUs 156:
[153561.627494] NMI backtrace for cpu 156
[153561.627500] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[153561.627503] Tainted: [D]=DIE, [W]=WARN
[153561.627503] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[153561.627504] Workqueue: cgroup_destroy css_free_rwork_fn
[153561.627507] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[153561.627509] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[153561.627510] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[153561.627511] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[153561.627511] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[153561.627511] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[153561.627512] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[153561.627512] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[153561.627513] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[153561.627514] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[153561.627514] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[153561.627515] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[153561.627515] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[153561.627515] PKRU: 55555554
[153561.627516] Call Trace:
[153561.627516] <TASK>
[153561.627517] _raw_spin_lock_irqsave+0x46/0x60
[153561.627518] cgroup_rstat_flush+0xf4/0x7e0
[153561.627520] cgroup_rstat_exit+0x20/0xf0
[153561.627521] css_free_rwork_fn+0x12e/0x400
[153561.627522] process_one_work+0x19e/0x3e0
[153561.627523] worker_thread+0x2ad/0x3c0
[153561.627525] kthread+0x108/0x220
[153561.627526] ? __pfx_worker_thread+0x10/0x10
[153561.627527] ? __pfx_kthread+0x10/0x10
[153561.627528] ret_from_fork+0x3d/0x60
[153561.627529] ? __pfx_kthread+0x10/0x10
[153561.627530] ret_from_fork_asm+0x1a/0x30
[153561.627532] </TASK>
[153741.626454] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[153741.639618] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8057268
[153741.657420] rcu: (detected by 182, t=30715845 jiffies, g=639685, q=38208 ncpus=256)
[153741.672817] Sending NMI from CPU 182 to CPUs 156:
[153741.672823] NMI backtrace for cpu 156
[153741.672828] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[153741.672831] Tainted: [D]=DIE, [W]=WARN
[153741.672831] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[153741.672832] Workqueue: cgroup_destroy css_free_rwork_fn
[153741.672836] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[153741.672837] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[153741.672839] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[153741.672839] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[153741.672840] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[153741.672841] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[153741.672841] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[153741.672841] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[153741.672842] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[153741.672843] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[153741.672843] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[153741.672844] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[153741.672845] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[153741.672845] PKRU: 55555554
[153741.672846] Call Trace:
[153741.672846] <TASK>
[153741.672848] _raw_spin_lock_irqsave+0x46/0x60
[153741.672849] cgroup_rstat_flush+0xf4/0x7e0
[153741.672850] cgroup_rstat_exit+0x20/0xf0
[153741.672851] css_free_rwork_fn+0x12e/0x400
[153741.672852] process_one_work+0x19e/0x3e0
[153741.672854] worker_thread+0x2ad/0x3c0
[153741.672855] kthread+0x108/0x220
[153741.672856] ? __pfx_worker_thread+0x10/0x10
[153741.672858] ? __pfx_kthread+0x10/0x10
[153741.672859] ret_from_fork+0x3d/0x60
[153741.672860] ? __pfx_kthread+0x10/0x10
[153741.672860] ret_from_fork_asm+0x1a/0x30
[153741.672862] </TASK>
[153921.687693] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[153921.700867] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8069165
[153921.718690] rcu: (detected by 227, t=30760861 jiffies, g=639685, q=38222 ncpus=256)
[153921.734113] Sending NMI from CPU 227 to CPUs 156:
[153921.734118] NMI backtrace for cpu 156
[153921.734123] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[153921.734126] Tainted: [D]=DIE, [W]=WARN
[153921.734127] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[153921.734128] Workqueue: cgroup_destroy css_free_rwork_fn
[153921.734131] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[153921.734133] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[153921.734134] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[153921.734135] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[153921.734136] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[153921.734136] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[153921.734136] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[153921.734137] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[153921.734138] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[153921.734139] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[153921.734139] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[153921.734140] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[153921.734140] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[153921.734141] PKRU: 55555554
[153921.734142] Call Trace:
[153921.734142] <TASK>
[153921.734143] _raw_spin_lock_irqsave+0x46/0x60
[153921.734145] cgroup_rstat_flush+0xf4/0x7e0
[153921.734146] cgroup_rstat_exit+0x20/0xf0
[153921.734147] css_free_rwork_fn+0x12e/0x400
[153921.734148] process_one_work+0x19e/0x3e0
[153921.734149] worker_thread+0x2ad/0x3c0
[153921.734151] kthread+0x108/0x220
[153921.734152] ? __pfx_worker_thread+0x10/0x10
[153921.734153] ? __pfx_kthread+0x10/0x10
[153921.734154] ret_from_fork+0x3d/0x60
[153921.734155] ? __pfx_kthread+0x10/0x10
[153921.734156] ret_from_fork_asm+0x1a/0x30
[153921.734158] </TASK>
[154101.748935] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[154101.762127] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8081052
[154101.779962] rcu: (detected by 159, t=30805877 jiffies, g=639685, q=38237 ncpus=256)
[154101.795395] Sending NMI from CPU 159 to CPUs 156:
[154101.795399] NMI backtrace for cpu 156
[154101.795401] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[154101.795403] Tainted: [D]=DIE, [W]=WARN
[154101.795404] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[154101.795405] Workqueue: cgroup_destroy css_free_rwork_fn
[154101.795407] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[154101.795409] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[154101.795410] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[154101.795410] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[154101.795411] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[154101.795411] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[154101.795412] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[154101.795412] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[154101.795413] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[154101.795414] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[154101.795414] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[154101.795415] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[154101.795415] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[154101.795415] PKRU: 55555554
[154101.795416] Call Trace:
[154101.795416] <TASK>
[154101.795417] _raw_spin_lock_irqsave+0x46/0x60
[154101.795418] cgroup_rstat_flush+0xf4/0x7e0
[154101.795420] cgroup_rstat_exit+0x20/0xf0
[154101.795421] css_free_rwork_fn+0x12e/0x400
[154101.795422] process_one_work+0x19e/0x3e0
[154101.795423] worker_thread+0x2ad/0x3c0
[154101.795425] kthread+0x108/0x220
[154101.795426] ? __pfx_worker_thread+0x10/0x10
[154101.795427] ? __pfx_kthread+0x10/0x10
[154101.795428] ret_from_fork+0x3d/0x60
[154101.795429] ? __pfx_kthread+0x10/0x10
[154101.795430] ret_from_fork_asm+0x1a/0x30
[154101.795432] </TASK>
[154281.810177] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[154281.823362] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8092969
[154281.841189] rcu: (detected by 158, t=30850893 jiffies, g=639685, q=38255 ncpus=256)
[154281.856615] Sending NMI from CPU 158 to CPUs 156:
[154281.856621] NMI backtrace for cpu 156
[154281.856623] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[154281.856625] Tainted: [D]=DIE, [W]=WARN
[154281.856625] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[154281.856626] Workqueue: cgroup_destroy css_free_rwork_fn
[154281.856628] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[154281.856629] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[154281.856630] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[154281.856631] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[154281.856631] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[154281.856632] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[154281.856632] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[154281.856633] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[154281.856634] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[154281.856634] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[154281.856634] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[154281.856635] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[154281.856635] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[154281.856636] PKRU: 55555554
[154281.856636] Call Trace:
[154281.856637] <TASK>
[154281.856638] _raw_spin_lock_irqsave+0x46/0x60
[154281.856639] cgroup_rstat_flush+0xf4/0x7e0
[154281.856640] cgroup_rstat_exit+0x20/0xf0
[154281.856641] css_free_rwork_fn+0x12e/0x400
[154281.856642] process_one_work+0x19e/0x3e0
[154281.856644] worker_thread+0x2ad/0x3c0
[154281.856645] kthread+0x108/0x220
[154281.856646] ? __pfx_worker_thread+0x10/0x10
[154281.856648] ? __pfx_kthread+0x10/0x10
[154281.856649] ret_from_fork+0x3d/0x60
[154281.856650] ? __pfx_kthread+0x10/0x10
[154281.856651] ret_from_fork_asm+0x1a/0x30
[154281.856652] </TASK>
[154461.871418] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[154461.884593] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8104867
[154461.902421] rcu: (detected by 219, t=30895909 jiffies, g=639685, q=38273 ncpus=256)
[154461.917851] Sending NMI from CPU 219 to CPUs 156:
[154461.917857] NMI backtrace for cpu 156
[154461.917862] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[154461.917864] Tainted: [D]=DIE, [W]=WARN
[154461.917864] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[154461.917865] Workqueue: cgroup_destroy css_free_rwork_fn
[154461.917867] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[154461.917869] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[154461.917870] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[154461.917871] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[154461.917871] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[154461.917872] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[154461.917872] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[154461.917872] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[154461.917873] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[154461.917874] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[154461.917874] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[154461.917875] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[154461.917875] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[154461.917875] PKRU: 55555554
[154461.917876] Call Trace:
[154461.917876] <TASK>
[154461.917877] _raw_spin_lock_irqsave+0x46/0x60
[154461.917879] cgroup_rstat_flush+0xf4/0x7e0
[154461.917880] cgroup_rstat_exit+0x20/0xf0
[154461.917881] css_free_rwork_fn+0x12e/0x400
[154461.917882] process_one_work+0x19e/0x3e0
[154461.917884] worker_thread+0x2ad/0x3c0
[154461.917885] kthread+0x108/0x220
[154461.917886] ? __pfx_worker_thread+0x10/0x10
[154461.917888] ? __pfx_kthread+0x10/0x10
[154461.917889] ret_from_fork+0x3d/0x60
[154461.917890] ? __pfx_kthread+0x10/0x10
[154461.917890] ret_from_fork_asm+0x1a/0x30
[154461.917892] </TASK>
[154641.932658] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[154641.945833] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8116728
[154641.963651] rcu: (detected by 175, t=30940925 jiffies, g=639685, q=38307 ncpus=256)
[154641.979063] Sending NMI from CPU 175 to CPUs 156:
[154641.979068] NMI backtrace for cpu 156
[154641.979073] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[154641.979076] Tainted: [D]=DIE, [W]=WARN
[154641.979077] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[154641.979078] Workqueue: cgroup_destroy css_free_rwork_fn
[154641.979081] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[154641.979083] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[154641.979084] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[154641.979085] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[154641.979085] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[154641.979086] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[154641.979086] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[154641.979087] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[154641.979088] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[154641.979088] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[154641.979089] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[154641.979089] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[154641.979090] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[154641.979090] PKRU: 55555554
[154641.979090] Call Trace:
[154641.979091] <TASK>
[154641.979092] _raw_spin_lock_irqsave+0x46/0x60
[154641.979093] cgroup_rstat_flush+0xf4/0x7e0
[154641.979095] cgroup_rstat_exit+0x20/0xf0
[154641.979096] css_free_rwork_fn+0x12e/0x400
[154641.979097] process_one_work+0x19e/0x3e0
[154641.979098] worker_thread+0x2ad/0x3c0
[154641.979100] kthread+0x108/0x220
[154641.979101] ? __pfx_worker_thread+0x10/0x10
[154641.979102] ? __pfx_kthread+0x10/0x10
[154641.979103] ret_from_fork+0x3d/0x60
[154641.979104] ? __pfx_kthread+0x10/0x10
[154641.979105] ret_from_fork_asm+0x1a/0x30
[154641.979107] </TASK>
[154821.993901] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[154822.007078] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8128644
[154822.024903] rcu: (detected by 194, t=30985941 jiffies, g=639685, q=38326 ncpus=256)
[154822.040318] Sending NMI from CPU 194 to CPUs 156:
[154822.040323] NMI backtrace for cpu 156
[154822.040329] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[154822.040331] Tainted: [D]=DIE, [W]=WARN
[154822.040332] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[154822.040333] Workqueue: cgroup_destroy css_free_rwork_fn
[154822.040336] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[154822.040338] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[154822.040339] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[154822.040340] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[154822.040340] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[154822.040340] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[154822.040341] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[154822.040341] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[154822.040342] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[154822.040343] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[154822.040343] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[154822.040344] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[154822.040344] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[154822.040344] PKRU: 55555554
[154822.040345] Call Trace:
[154822.040345] <TASK>
[154822.040347] _raw_spin_lock_irqsave+0x46/0x60
[154822.040348] cgroup_rstat_flush+0xf4/0x7e0
[154822.040349] cgroup_rstat_exit+0x20/0xf0
[154822.040350] css_free_rwork_fn+0x12e/0x400
[154822.040351] process_one_work+0x19e/0x3e0
[154822.040353] worker_thread+0x2ad/0x3c0
[154822.040354] kthread+0x108/0x220
[154822.040355] ? __pfx_worker_thread+0x10/0x10
[154822.040357] ? __pfx_kthread+0x10/0x10
[154822.040358] ret_from_fork+0x3d/0x60
[154822.040359] ? __pfx_kthread+0x10/0x10
[154822.040360] ret_from_fork_asm+0x1a/0x30
[154822.040361] </TASK>
[155002.055142] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[155002.068314] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8140513
[155002.086132] rcu: (detected by 219, t=31030957 jiffies, g=639685, q=38339 ncpus=256)
[155002.101556] Sending NMI from CPU 219 to CPUs 156:
[155002.101561] NMI backtrace for cpu 156
[155002.101566] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[155002.101569] Tainted: [D]=DIE, [W]=WARN
[155002.101569] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[155002.101570] Workqueue: cgroup_destroy css_free_rwork_fn
[155002.101573] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[155002.101575] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[155002.101576] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[155002.101577] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[155002.101577] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[155002.101578] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[155002.101578] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[155002.101578] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[155002.101579] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[155002.101580] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[155002.101580] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[155002.101581] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[155002.101581] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[155002.101581] PKRU: 55555554
[155002.101582] Call Trace:
[155002.101582] <TASK>
[155002.101584] _raw_spin_lock_irqsave+0x46/0x60
[155002.101585] cgroup_rstat_flush+0xf4/0x7e0
[155002.101586] cgroup_rstat_exit+0x20/0xf0
[155002.101587] css_free_rwork_fn+0x12e/0x400
[155002.101588] process_one_work+0x19e/0x3e0
[155002.101590] worker_thread+0x2ad/0x3c0
[155002.101592] kthread+0x108/0x220
[155002.101592] ? __pfx_worker_thread+0x10/0x10
[155002.101594] ? __pfx_kthread+0x10/0x10
[155002.101595] ret_from_fork+0x3d/0x60
[155002.101596] ? __pfx_kthread+0x10/0x10
[155002.101597] ret_from_fork_asm+0x1a/0x30
[155002.101599] </TASK>
[155182.116383] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[155182.129563] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8152402
[155182.147389] rcu: (detected by 45, t=31075973 jiffies, g=639685, q=38357 ncpus=256)
[155182.162699] Sending NMI from CPU 45 to CPUs 156:
[155182.162704] NMI backtrace for cpu 156
[155182.162710] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[155182.162713] Tainted: [D]=DIE, [W]=WARN
[155182.162713] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[155182.162714] Workqueue: cgroup_destroy css_free_rwork_fn
[155182.162718] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[155182.162720] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[155182.162721] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[155182.162722] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[155182.162722] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[155182.162723] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[155182.162723] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[155182.162724] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[155182.162724] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[155182.162725] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[155182.162725] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[155182.162726] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[155182.162726] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[155182.162727] PKRU: 55555554
[155182.162727] Call Trace:
[155182.162727] <TASK>
[155182.162729] _raw_spin_lock_irqsave+0x46/0x60
[155182.162730] cgroup_rstat_flush+0xf4/0x7e0
[155182.162731] cgroup_rstat_exit+0x20/0xf0
[155182.162732] css_free_rwork_fn+0x12e/0x400
[155182.162733] process_one_work+0x19e/0x3e0
[155182.162735] worker_thread+0x2ad/0x3c0
[155182.162736] kthread+0x108/0x220
[155182.162737] ? __pfx_worker_thread+0x10/0x10
[155182.162739] ? __pfx_kthread+0x10/0x10
[155182.162740] ret_from_fork+0x3d/0x60
[155182.162741] ? __pfx_kthread+0x10/0x10
[155182.162742] ret_from_fork_asm+0x1a/0x30
[155182.162744] </TASK>
[155362.177623] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[155362.190788] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8164336
[155362.208605] rcu: (detected by 175, t=31120989 jiffies, g=639685, q=38369 ncpus=256)
[155362.224022] Sending NMI from CPU 175 to CPUs 156:
[155362.224027] NMI backtrace for cpu 156
[155362.224034] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[155362.224037] Tainted: [D]=DIE, [W]=WARN
[155362.224037] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[155362.224038] Workqueue: cgroup_destroy css_free_rwork_fn
[155362.224041] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[155362.224043] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[155362.224044] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[155362.224045] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[155362.224045] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[155362.224046] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[155362.224046] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[155362.224047] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[155362.224047] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[155362.224048] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[155362.224048] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[155362.224049] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[155362.224049] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[155362.224050] PKRU: 55555554
[155362.224050] Call Trace:
[155362.224051] <TASK>
[155362.224052] _raw_spin_lock_irqsave+0x46/0x60
[155362.224053] cgroup_rstat_flush+0xf4/0x7e0
[155362.224054] cgroup_rstat_exit+0x20/0xf0
[155362.224056] css_free_rwork_fn+0x12e/0x400
[155362.224056] process_one_work+0x19e/0x3e0
[155362.224058] worker_thread+0x2ad/0x3c0
[155362.224060] kthread+0x108/0x220
[155362.224060] ? __pfx_worker_thread+0x10/0x10
[155362.224062] ? __pfx_kthread+0x10/0x10
[155362.224063] ret_from_fork+0x3d/0x60
[155362.224064] ? __pfx_kthread+0x10/0x10
[155362.224065] ret_from_fork_asm+0x1a/0x30
[155362.224067] </TASK>
[155542.238865] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[155542.252041] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8176252
[155542.269861] rcu: (detected by 134, t=31166005 jiffies, g=639685, q=38395 ncpus=256)
[155542.285276] Sending NMI from CPU 134 to CPUs 156:
[155542.285281] NMI backtrace for cpu 156
[155542.285286] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[155542.285289] Tainted: [D]=DIE, [W]=WARN
[155542.285289] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[155542.285290] Workqueue: cgroup_destroy css_free_rwork_fn
[155542.285293] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[155542.285295] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[155542.285296] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[155542.285296] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[155542.285297] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[155542.285297] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[155542.285298] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[155542.285298] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[155542.285299] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[155542.285300] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[155542.285300] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[155542.285301] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[155542.285301] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[155542.285301] PKRU: 55555554
[155542.285302] Call Trace:
[155542.285302] <TASK>
[155542.285303] _raw_spin_lock_irqsave+0x46/0x60
[155542.285305] cgroup_rstat_flush+0xf4/0x7e0
[155542.285306] cgroup_rstat_exit+0x20/0xf0
[155542.285307] css_free_rwork_fn+0x12e/0x400
[155542.285308] process_one_work+0x19e/0x3e0
[155542.285309] worker_thread+0x2ad/0x3c0
[155542.285311] kthread+0x108/0x220
[155542.285312] ? __pfx_worker_thread+0x10/0x10
[155542.285313] ? __pfx_kthread+0x10/0x10
[155542.285314] ret_from_fork+0x3d/0x60
[155542.285315] ? __pfx_kthread+0x10/0x10
[155542.285316] ret_from_fork_asm+0x1a/0x30
[155542.285318] </TASK>
[155722.300106] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[155722.313287] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8188157
[155722.331116] rcu: (detected by 194, t=31211021 jiffies, g=639685, q=38410 ncpus=256)
[155722.346541] Sending NMI from CPU 194 to CPUs 156:
[155722.346547] NMI backtrace for cpu 156
[155722.346552] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[155722.346554] Tainted: [D]=DIE, [W]=WARN
[155722.346555] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[155722.346556] Workqueue: cgroup_destroy css_free_rwork_fn
[155722.346559] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[155722.346561] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[155722.346561] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[155722.346562] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[155722.346563] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[155722.346563] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[155722.346563] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[155722.346564] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[155722.346565] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[155722.346565] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[155722.346565] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[155722.346566] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[155722.346566] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[155722.346567] PKRU: 55555554
[155722.346567] Call Trace:
[155722.346568] <TASK>
[155722.346569] _raw_spin_lock_irqsave+0x46/0x60
[155722.346570] cgroup_rstat_flush+0xf4/0x7e0
[155722.346571] cgroup_rstat_exit+0x20/0xf0
[155722.346573] css_free_rwork_fn+0x12e/0x400
[155722.346573] process_one_work+0x19e/0x3e0
[155722.346575] worker_thread+0x2ad/0x3c0
[155722.346576] kthread+0x108/0x220
[155722.346577] ? __pfx_worker_thread+0x10/0x10
[155722.346579] ? __pfx_kthread+0x10/0x10
[155722.346580] ret_from_fork+0x3d/0x60
[155722.346581] ? __pfx_kthread+0x10/0x10
[155722.346582] ret_from_fork_asm+0x1a/0x30
[155722.346584] </TASK>
[155902.361347] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[155902.374531] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8200023
[155902.392355] rcu: (detected by 47, t=31256035 jiffies, g=639685, q=38429 ncpus=256)
[155902.407674] Sending NMI from CPU 47 to CPUs 156:
[155902.407680] NMI backtrace for cpu 156
[155902.407685] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[155902.407688] Tainted: [D]=DIE, [W]=WARN
[155902.407689] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[155902.407690] Workqueue: cgroup_destroy css_free_rwork_fn
[155902.407693] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[155902.407695] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[155902.407696] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[155902.407697] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[155902.407697] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[155902.407698] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[155902.407698] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[155902.407699] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[155902.407700] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[155902.407700] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[155902.407700] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[155902.407701] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[155902.407701] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[155902.407702] PKRU: 55555554
[155902.407702] Call Trace:
[155902.407703] <TASK>
[155902.407704] _raw_spin_lock_irqsave+0x46/0x60
[155902.407705] cgroup_rstat_flush+0xf4/0x7e0
[155902.407706] cgroup_rstat_exit+0x20/0xf0
[155902.407708] css_free_rwork_fn+0x12e/0x400
[155902.407708] process_one_work+0x19e/0x3e0
[155902.407710] worker_thread+0x2ad/0x3c0
[155902.407712] kthread+0x108/0x220
[155902.407713] ? __pfx_worker_thread+0x10/0x10
[155902.407714] ? __pfx_kthread+0x10/0x10
[155902.407715] ret_from_fork+0x3d/0x60
[155902.407716] ? __pfx_kthread+0x10/0x10
[155902.407717] ret_from_fork_asm+0x1a/0x30
[155902.407719] </TASK>
[156082.406589] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[156082.419756] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8211913
[156082.437580] rcu: (detected by 47, t=31301048 jiffies, g=639685, q=38442 ncpus=256)
[156082.452896] Sending NMI from CPU 47 to CPUs 156:
[156082.452900] NMI backtrace for cpu 156
[156082.452907] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[156082.452910] Tainted: [D]=DIE, [W]=WARN
[156082.452910] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[156082.452911] Workqueue: cgroup_destroy css_free_rwork_fn
[156082.452914] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[156082.452916] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[156082.452918] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[156082.452918] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[156082.452919] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[156082.452919] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[156082.452920] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[156082.452920] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[156082.452921] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[156082.452921] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[156082.452922] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[156082.452922] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[156082.452923] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[156082.452923] PKRU: 55555554
[156082.452923] Call Trace:
[156082.452924] <TASK>
[156082.452925] _raw_spin_lock_irqsave+0x46/0x60
[156082.452926] cgroup_rstat_flush+0xf4/0x7e0
[156082.452928] cgroup_rstat_exit+0x20/0xf0
[156082.452929] css_free_rwork_fn+0x12e/0x400
[156082.452930] process_one_work+0x19e/0x3e0
[156082.452931] worker_thread+0x2ad/0x3c0
[156082.452933] kthread+0x108/0x220
[156082.452934] ? __pfx_worker_thread+0x10/0x10
[156082.452935] ? __pfx_kthread+0x10/0x10
[156082.452936] ret_from_fork+0x3d/0x60
[156082.452937] ? __pfx_kthread+0x10/0x10
[156082.452938] ret_from_fork_asm+0x1a/0x30
[156082.452940] </TASK>
[156262.451830] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[156262.464996] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8223812
[156262.482806] rcu: (detected by 98, t=31346061 jiffies, g=639685, q=38455 ncpus=256)
[156262.498107] Sending NMI from CPU 98 to CPUs 156:
[156262.498112] NMI backtrace for cpu 156
[156262.498117] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[156262.498120] Tainted: [D]=DIE, [W]=WARN
[156262.498120] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[156262.498121] Workqueue: cgroup_destroy css_free_rwork_fn
[156262.498124] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[156262.498126] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[156262.498127] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[156262.498128] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[156262.498128] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[156262.498129] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[156262.498129] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[156262.498129] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[156262.498130] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[156262.498131] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[156262.498131] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[156262.498132] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[156262.498132] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[156262.498132] PKRU: 55555554
[156262.498133] Call Trace:
[156262.498134] <TASK>
[156262.498135] _raw_spin_lock_irqsave+0x46/0x60
[156262.498136] cgroup_rstat_flush+0xf4/0x7e0
[156262.498138] cgroup_rstat_exit+0x20/0xf0
[156262.498139] css_free_rwork_fn+0x12e/0x400
[156262.498139] process_one_work+0x19e/0x3e0
[156262.498141] worker_thread+0x2ad/0x3c0
[156262.498143] kthread+0x108/0x220
[156262.498143] ? __pfx_worker_thread+0x10/0x10
[156262.498145] ? __pfx_kthread+0x10/0x10
[156262.498146] ret_from_fork+0x3d/0x60
[156262.498147] ? __pfx_kthread+0x10/0x10
[156262.498148] ret_from_fork_asm+0x1a/0x30
[156262.498150] </TASK>
[156442.513071] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[156442.526235] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8235685
[156442.544040] rcu: (detected by 161, t=31391077 jiffies, g=639685, q=38475 ncpus=256)
[156442.559443] Sending NMI from CPU 161 to CPUs 156:
[156442.559448] NMI backtrace for cpu 156
[156442.559454] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[156442.559457] Tainted: [D]=DIE, [W]=WARN
[156442.559457] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[156442.559458] Workqueue: cgroup_destroy css_free_rwork_fn
[156442.559461] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[156442.559463] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[156442.559464] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[156442.559465] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[156442.559466] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[156442.559466] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[156442.559466] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[156442.559467] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[156442.559468] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[156442.559468] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[156442.559468] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[156442.559469] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[156442.559469] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[156442.559470] PKRU: 55555554
[156442.559470] Call Trace:
[156442.559471] <TASK>
[156442.559472] _raw_spin_lock_irqsave+0x46/0x60
[156442.559473] cgroup_rstat_flush+0xf4/0x7e0
[156442.559475] cgroup_rstat_exit+0x20/0xf0
[156442.559476] css_free_rwork_fn+0x12e/0x400
[156442.559476] process_one_work+0x19e/0x3e0
[156442.559478] worker_thread+0x2ad/0x3c0
[156442.559480] kthread+0x108/0x220
[156442.559481] ? __pfx_worker_thread+0x10/0x10
[156442.559482] ? __pfx_kthread+0x10/0x10
[156442.559483] ret_from_fork+0x3d/0x60
[156442.559484] ? __pfx_kthread+0x10/0x10
[156442.559485] ret_from_fork_asm+0x1a/0x30
[156442.559487] </TASK>
[156622.574313] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[156622.587497] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8247583
[156622.605324] rcu: (detected by 53, t=31436093 jiffies, g=639685, q=38489 ncpus=256)
[156622.620637] Sending NMI from CPU 53 to CPUs 156:
[156622.620643] NMI backtrace for cpu 156
[156622.620648] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[156622.620650] Tainted: [D]=DIE, [W]=WARN
[156622.620651] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[156622.620652] Workqueue: cgroup_destroy css_free_rwork_fn
[156622.620655] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[156622.620657] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[156622.620658] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[156622.620659] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[156622.620659] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[156622.620660] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[156622.620660] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[156622.620661] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[156622.620661] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[156622.620662] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[156622.620662] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[156622.620663] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[156622.620663] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[156622.620664] PKRU: 55555554
[156622.620664] Call Trace:
[156622.620665] <TASK>
[156622.620666] _raw_spin_lock_irqsave+0x46/0x60
[156622.620667] cgroup_rstat_flush+0xf4/0x7e0
[156622.620668] cgroup_rstat_exit+0x20/0xf0
[156622.620670] css_free_rwork_fn+0x12e/0x400
[156622.620670] process_one_work+0x19e/0x3e0
[156622.620672] worker_thread+0x2ad/0x3c0
[156622.620674] kthread+0x108/0x220
[156622.620674] ? __pfx_worker_thread+0x10/0x10
[156622.620676] ? __pfx_kthread+0x10/0x10
[156622.620677] ret_from_fork+0x3d/0x60
[156622.620678] ? __pfx_kthread+0x10/0x10
[156622.620679] ret_from_fork_asm+0x1a/0x30
[156622.620681] </TASK>
[156802.635554] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[156802.648730] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8259495
[156802.666547] rcu: (detected by 131, t=31481109 jiffies, g=639685, q=38509 ncpus=256)
[156802.681960] Sending NMI from CPU 131 to CPUs 156:
[156802.681966] NMI backtrace for cpu 156
[156802.681971] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[156802.681974] Tainted: [D]=DIE, [W]=WARN
[156802.681975] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[156802.681976] Workqueue: cgroup_destroy css_free_rwork_fn
[156802.681979] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[156802.681981] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[156802.681982] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[156802.681982] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[156802.681983] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[156802.681983] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[156802.681984] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[156802.681984] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[156802.681985] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[156802.681985] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[156802.681986] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[156802.681986] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[156802.681987] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[156802.681987] PKRU: 55555554
[156802.681987] Call Trace:
[156802.681988] <TASK>
[156802.681989] _raw_spin_lock_irqsave+0x46/0x60
[156802.681991] cgroup_rstat_flush+0xf4/0x7e0
[156802.681992] cgroup_rstat_exit+0x20/0xf0
[156802.681993] css_free_rwork_fn+0x12e/0x400
[156802.681994] process_one_work+0x19e/0x3e0
[156802.681995] worker_thread+0x2ad/0x3c0
[156802.681997] kthread+0x108/0x220
[156802.681998] ? __pfx_worker_thread+0x10/0x10
[156802.681999] ? __pfx_kthread+0x10/0x10
[156802.682000] ret_from_fork+0x3d/0x60
[156802.682001] ? __pfx_kthread+0x10/0x10
[156802.682002] ret_from_fork_asm+0x1a/0x30
[156802.682004] </TASK>
[156982.696796] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[156982.709986] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8271386
[156982.727821] rcu: (detected by 47, t=31526123 jiffies, g=639685, q=38522 ncpus=256)
[156982.743139] Sending NMI from CPU 47 to CPUs 156:
[156982.743143] NMI backtrace for cpu 156
[156982.743149] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[156982.743151] Tainted: [D]=DIE, [W]=WARN
[156982.743152] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[156982.743153] Workqueue: cgroup_destroy css_free_rwork_fn
[156982.743156] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[156982.743158] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[156982.743159] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[156982.743159] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[156982.743160] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[156982.743160] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[156982.743161] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[156982.743162] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[156982.743163] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[156982.743164] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[156982.743164] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[156982.743165] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[156982.743165] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[156982.743166] PKRU: 55555554
[156982.743166] Call Trace:
[156982.743167] <TASK>
[156982.743168] _raw_spin_lock_irqsave+0x46/0x60
[156982.743169] cgroup_rstat_flush+0xf4/0x7e0
[156982.743171] cgroup_rstat_exit+0x20/0xf0
[156982.743172] css_free_rwork_fn+0x12e/0x400
[156982.743172] process_one_work+0x19e/0x3e0
[156982.743174] worker_thread+0x2ad/0x3c0
[156982.743176] kthread+0x108/0x220
[156982.743176] ? __pfx_worker_thread+0x10/0x10
[156982.743178] ? __pfx_kthread+0x10/0x10
[156982.743179] ret_from_fork+0x3d/0x60
[156982.743180] ? __pfx_kthread+0x10/0x10
[156982.743181] ret_from_fork_asm+0x1a/0x30
[156982.743183] </TASK>
[157162.742038] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[157162.755216] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8283310
[157162.773022] rcu: (detected by 182, t=31571137 jiffies, g=639685, q=38540 ncpus=256)
[157162.788434] Sending NMI from CPU 182 to CPUs 156:
[157162.788440] NMI backtrace for cpu 156
[157162.788445] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[157162.788448] Tainted: [D]=DIE, [W]=WARN
[157162.788449] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[157162.788449] Workqueue: cgroup_destroy css_free_rwork_fn
[157162.788453] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[157162.788454] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[157162.788455] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[157162.788456] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[157162.788457] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[157162.788457] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[157162.788457] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[157162.788458] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[157162.788458] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[157162.788459] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[157162.788459] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[157162.788460] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[157162.788460] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[157162.788461] PKRU: 55555554
[157162.788461] Call Trace:
[157162.788462] <TASK>
[157162.788463] _raw_spin_lock_irqsave+0x46/0x60
[157162.788464] cgroup_rstat_flush+0xf4/0x7e0
[157162.788465] cgroup_rstat_exit+0x20/0xf0
[157162.788467] css_free_rwork_fn+0x12e/0x400
[157162.788467] process_one_work+0x19e/0x3e0
[157162.788469] worker_thread+0x2ad/0x3c0
[157162.788471] kthread+0x108/0x220
[157162.788471] ? __pfx_worker_thread+0x10/0x10
[157162.788473] ? __pfx_kthread+0x10/0x10
[157162.788474] ret_from_fork+0x3d/0x60
[157162.788475] ? __pfx_kthread+0x10/0x10
[157162.788476] ret_from_fork_asm+0x1a/0x30
[157162.788478] </TASK>
[157342.803279] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[157342.816448] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8295226
[157342.834266] rcu: (detected by 219, t=31616153 jiffies, g=639685, q=38556 ncpus=256)
[157342.849683] Sending NMI from CPU 219 to CPUs 156:
[157342.849688] NMI backtrace for cpu 156
[157342.849694] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[157342.849697] Tainted: [D]=DIE, [W]=WARN
[157342.849697] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[157342.849698] Workqueue: cgroup_destroy css_free_rwork_fn
[157342.849701] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[157342.849703] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[157342.849704] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[157342.849705] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[157342.849705] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[157342.849706] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[157342.849706] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[157342.849707] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[157342.849707] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[157342.849708] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[157342.849708] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[157342.849709] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[157342.849709] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[157342.849710] PKRU: 55555554
[157342.849710] Call Trace:
[157342.849711] <TASK>
[157342.849712] _raw_spin_lock_irqsave+0x46/0x60
[157342.849713] cgroup_rstat_flush+0xf4/0x7e0
[157342.849714] cgroup_rstat_exit+0x20/0xf0
[157342.849716] css_free_rwork_fn+0x12e/0x400
[157342.849716] process_one_work+0x19e/0x3e0
[157342.849718] worker_thread+0x2ad/0x3c0
[157342.849720] kthread+0x108/0x220
[157342.849720] ? __pfx_worker_thread+0x10/0x10
[157342.849722] ? __pfx_kthread+0x10/0x10
[157342.849723] ret_from_fork+0x3d/0x60
[157342.849724] ? __pfx_kthread+0x10/0x10
[157342.849725] ret_from_fork_asm+0x1a/0x30
[157342.849727] </TASK>
[157522.864520] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[157522.877683] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8307141
[157522.895500] rcu: (detected by 219, t=31661169 jiffies, g=639685, q=38577 ncpus=256)
[157522.910918] Sending NMI from CPU 219 to CPUs 156:
[157522.910922] NMI backtrace for cpu 156
[157522.910927] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[157522.910930] Tainted: [D]=DIE, [W]=WARN
[157522.910930] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[157522.910931] Workqueue: cgroup_destroy css_free_rwork_fn
[157522.910934] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[157522.910936] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[157522.910937] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[157522.910938] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[157522.910939] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[157522.910939] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[157522.910939] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[157522.910940] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[157522.910941] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[157522.910941] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[157522.910941] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[157522.910942] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[157522.910942] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[157522.910943] PKRU: 55555554
[157522.910943] Call Trace:
[157522.910944] <TASK>
[157522.910945] _raw_spin_lock_irqsave+0x46/0x60
[157522.910946] cgroup_rstat_flush+0xf4/0x7e0
[157522.910948] cgroup_rstat_exit+0x20/0xf0
[157522.910949] css_free_rwork_fn+0x12e/0x400
[157522.910950] process_one_work+0x19e/0x3e0
[157522.910951] worker_thread+0x2ad/0x3c0
[157522.910953] kthread+0x108/0x220
[157522.910954] ? __pfx_worker_thread+0x10/0x10
[157522.910955] ? __pfx_kthread+0x10/0x10
[157522.910956] ret_from_fork+0x3d/0x60
[157522.910957] ? __pfx_kthread+0x10/0x10
[157522.910958] ret_from_fork_asm+0x1a/0x30
[157522.910960] </TASK>
[157702.925760] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[157702.938926] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8319041
[157702.956748] rcu: (detected by 219, t=31706185 jiffies, g=639685, q=38592 ncpus=256)
[157702.972169] Sending NMI from CPU 219 to CPUs 156:
[157702.972173] NMI backtrace for cpu 156
[157702.972179] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[157702.972182] Tainted: [D]=DIE, [W]=WARN
[157702.972182] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[157702.972183] Workqueue: cgroup_destroy css_free_rwork_fn
[157702.972186] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[157702.972188] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[157702.972189] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[157702.972190] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[157702.972190] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[157702.972190] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[157702.972191] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[157702.972191] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[157702.972192] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[157702.972193] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[157702.972193] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[157702.972194] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[157702.972194] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[157702.972194] PKRU: 55555554
[157702.972195] Call Trace:
[157702.972195] <TASK>
[157702.972196] _raw_spin_lock_irqsave+0x46/0x60
[157702.972198] cgroup_rstat_flush+0xf4/0x7e0
[157702.972199] cgroup_rstat_exit+0x20/0xf0
[157702.972200] css_free_rwork_fn+0x12e/0x400
[157702.972201] process_one_work+0x19e/0x3e0
[157702.972203] worker_thread+0x2ad/0x3c0
[157702.972204] kthread+0x108/0x220
[157702.972205] ? __pfx_worker_thread+0x10/0x10
[157702.972207] ? __pfx_kthread+0x10/0x10
[157702.972207] ret_from_fork+0x3d/0x60
[157702.972209] ? __pfx_kthread+0x10/0x10
[157702.972209] ret_from_fork_asm+0x1a/0x30
[157702.972211] </TASK>
[157882.987000] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[157883.000179] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8330924
[157883.018004] rcu: (detected by 175, t=31751201 jiffies, g=639685, q=38607 ncpus=256)
[157883.033424] Sending NMI from CPU 175 to CPUs 156:
[157883.033429] NMI backtrace for cpu 156
[157883.033435] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[157883.033439] Tainted: [D]=DIE, [W]=WARN
[157883.033439] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[157883.033440] Workqueue: cgroup_destroy css_free_rwork_fn
[157883.033443] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[157883.033445] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[157883.033446] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[157883.033447] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[157883.033448] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[157883.033448] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[157883.033448] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[157883.033449] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[157883.033450] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[157883.033451] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[157883.033451] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[157883.033452] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[157883.033452] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[157883.033452] PKRU: 55555554
[157883.033453] Call Trace:
[157883.033453] <TASK>
[157883.033455] _raw_spin_lock_irqsave+0x46/0x60
[157883.033456] cgroup_rstat_flush+0xf4/0x7e0
[157883.033457] cgroup_rstat_exit+0x20/0xf0
[157883.033458] css_free_rwork_fn+0x12e/0x400
[157883.033459] process_one_work+0x19e/0x3e0
[157883.033461] worker_thread+0x2ad/0x3c0
[157883.033462] kthread+0x108/0x220
[157883.033463] ? __pfx_worker_thread+0x10/0x10
[157883.033465] ? __pfx_kthread+0x10/0x10
[157883.033466] ret_from_fork+0x3d/0x60
[157883.033467] ? __pfx_kthread+0x10/0x10
[157883.033468] ret_from_fork_asm+0x1a/0x30
[157883.033470] </TASK>
[158063.048241] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[158063.061424] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8342855
[158063.079253] rcu: (detected by 66, t=31796217 jiffies, g=639685, q=38621 ncpus=256)
[158063.094574] Sending NMI from CPU 66 to CPUs 156:
[158063.094579] NMI backtrace for cpu 156
[158063.094585] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[158063.094588] Tainted: [D]=DIE, [W]=WARN
[158063.094588] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[158063.094590] Workqueue: cgroup_destroy css_free_rwork_fn
[158063.094593] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[158063.094594] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[158063.094596] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[158063.094596] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[158063.094597] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[158063.094597] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[158063.094597] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[158063.094598] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[158063.094599] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[158063.094599] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[158063.094600] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[158063.094600] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[158063.094601] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[158063.094601] PKRU: 55555554
[158063.094601] Call Trace:
[158063.094602] <TASK>
[158063.094603] _raw_spin_lock_irqsave+0x46/0x60
[158063.094605] cgroup_rstat_flush+0xf4/0x7e0
[158063.094606] cgroup_rstat_exit+0x20/0xf0
[158063.094607] css_free_rwork_fn+0x12e/0x400
[158063.094608] process_one_work+0x19e/0x3e0
[158063.094609] worker_thread+0x2ad/0x3c0
[158063.094611] kthread+0x108/0x220
[158063.094612] ? __pfx_worker_thread+0x10/0x10
[158063.094613] ? __pfx_kthread+0x10/0x10
[158063.094614] ret_from_fork+0x3d/0x60
[158063.094615] ? __pfx_kthread+0x10/0x10
[158063.094616] ret_from_fork_asm+0x1a/0x30
[158063.094618] </TASK>
[158243.109484] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[158243.122669] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8354751
[158243.140495] rcu: (detected by 172, t=31841233 jiffies, g=639685, q=38638 ncpus=256)
[158243.155910] Sending NMI from CPU 172 to CPUs 156:
[158243.155915] NMI backtrace for cpu 156
[158243.155921] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[158243.155924] Tainted: [D]=DIE, [W]=WARN
[158243.155924] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[158243.155925] Workqueue: cgroup_destroy css_free_rwork_fn
[158243.155928] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[158243.155930] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[158243.155931] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[158243.155932] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[158243.155932] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[158243.155933] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[158243.155933] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[158243.155934] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[158243.155934] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[158243.155935] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[158243.155935] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[158243.155936] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[158243.155936] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[158243.155937] PKRU: 55555554
[158243.155937] Call Trace:
[158243.155938] <TASK>
[158243.155939] _raw_spin_lock_irqsave+0x46/0x60
[158243.155940] cgroup_rstat_flush+0xf4/0x7e0
[158243.155941] cgroup_rstat_exit+0x20/0xf0
[158243.155942] css_free_rwork_fn+0x12e/0x400
[158243.155943] process_one_work+0x19e/0x3e0
[158243.155945] worker_thread+0x2ad/0x3c0
[158243.155947] kthread+0x108/0x220
[158243.155947] ? __pfx_worker_thread+0x10/0x10
[158243.155949] ? __pfx_kthread+0x10/0x10
[158243.155950] ret_from_fork+0x3d/0x60
[158243.155951] ? __pfx_kthread+0x10/0x10
[158243.155952] ret_from_fork_asm+0x1a/0x30
[158243.155954] </TASK>
[158423.170724] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[158423.183907] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8366662
[158423.201733] rcu: (detected by 219, t=31886249 jiffies, g=639685, q=38656 ncpus=256)
[158423.217151] Sending NMI from CPU 219 to CPUs 156:
[158423.217156] NMI backtrace for cpu 156
[158423.217161] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[158423.217163] Tainted: [D]=DIE, [W]=WARN
[158423.217164] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[158423.217165] Workqueue: cgroup_destroy css_free_rwork_fn
[158423.217168] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[158423.217170] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[158423.217171] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[158423.217171] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[158423.217172] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[158423.217172] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[158423.217172] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[158423.217173] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[158423.217174] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[158423.217174] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[158423.217175] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[158423.217175] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[158423.217176] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[158423.217176] PKRU: 55555554
[158423.217176] Call Trace:
[158423.217177] <TASK>
[158423.217178] _raw_spin_lock_irqsave+0x46/0x60
[158423.217179] cgroup_rstat_flush+0xf4/0x7e0
[158423.217181] cgroup_rstat_exit+0x20/0xf0
[158423.217182] css_free_rwork_fn+0x12e/0x400
[158423.217183] process_one_work+0x19e/0x3e0
[158423.217184] worker_thread+0x2ad/0x3c0
[158423.217186] kthread+0x108/0x220
[158423.217187] ? __pfx_worker_thread+0x10/0x10
[158423.217188] ? __pfx_kthread+0x10/0x10
[158423.217189] ret_from_fork+0x3d/0x60
[158423.217190] ? __pfx_kthread+0x10/0x10
[158423.217191] ret_from_fork_asm+0x1a/0x30
[158423.217193] </TASK>
[158603.231966] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[158603.245145] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8378542
[158603.262975] rcu: (detected by 227, t=31931265 jiffies, g=639685, q=38673 ncpus=256)
[158603.278402] Sending NMI from CPU 227 to CPUs 156:
[158603.278407] NMI backtrace for cpu 156
[158603.278413] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[158603.278415] Tainted: [D]=DIE, [W]=WARN
[158603.278416] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[158603.278417] Workqueue: cgroup_destroy css_free_rwork_fn
[158603.278420] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[158603.278422] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[158603.278423] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[158603.278424] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[158603.278424] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[158603.278425] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[158603.278425] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[158603.278426] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[158603.278426] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[158603.278427] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[158603.278427] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[158603.278428] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[158603.278428] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[158603.278429] PKRU: 55555554
[158603.278429] Call Trace:
[158603.278430] <TASK>
[158603.278431] _raw_spin_lock_irqsave+0x46/0x60
[158603.278432] cgroup_rstat_flush+0xf4/0x7e0
[158603.278433] cgroup_rstat_exit+0x20/0xf0
[158603.278435] css_free_rwork_fn+0x12e/0x400
[158603.278435] process_one_work+0x19e/0x3e0
[158603.278437] worker_thread+0x2ad/0x3c0
[158603.278439] kthread+0x108/0x220
[158603.278439] ? __pfx_worker_thread+0x10/0x10
[158603.278441] ? __pfx_kthread+0x10/0x10
[158603.278442] ret_from_fork+0x3d/0x60
[158603.278443] ? __pfx_kthread+0x10/0x10
[158603.278444] ret_from_fork_asm+0x1a/0x30
[158603.278446] </TASK>
[158783.293210] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[158783.306395] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8390428
[158783.324223] rcu: (detected by 42, t=31976281 jiffies, g=639685, q=38687 ncpus=256)
[158783.339545] Sending NMI from CPU 42 to CPUs 156:
[158783.339551] NMI backtrace for cpu 156
[158783.339556] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[158783.339559] Tainted: [D]=DIE, [W]=WARN
[158783.339560] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[158783.339561] Workqueue: cgroup_destroy css_free_rwork_fn
[158783.339564] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[158783.339567] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[158783.339568] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[158783.339569] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[158783.339569] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[158783.339570] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[158783.339570] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[158783.339570] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[158783.339571] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[158783.339572] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[158783.339572] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[158783.339573] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[158783.339573] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[158783.339573] PKRU: 55555554
[158783.339574] Call Trace:
[158783.339574] <TASK>
[158783.339575] _raw_spin_lock_irqsave+0x46/0x60
[158783.339577] cgroup_rstat_flush+0xf4/0x7e0
[158783.339578] cgroup_rstat_exit+0x20/0xf0
[158783.339579] css_free_rwork_fn+0x12e/0x400
[158783.339580] process_one_work+0x19e/0x3e0
[158783.339582] worker_thread+0x2ad/0x3c0
[158783.339583] kthread+0x108/0x220
[158783.339584] ? __pfx_worker_thread+0x10/0x10
[158783.339585] ? __pfx_kthread+0x10/0x10
[158783.339586] ret_from_fork+0x3d/0x60
[158783.339587] ? __pfx_kthread+0x10/0x10
[158783.339588] ret_from_fork_asm+0x1a/0x30
[158783.339590] </TASK>
[158963.354448] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[158963.367624] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8402309
[158963.385437] rcu: (detected by 3, t=32021297 jiffies, g=639685, q=38703 ncpus=256)
[158963.400653] Sending NMI from CPU 3 to CPUs 156:
[158963.400658] NMI backtrace for cpu 156
[158963.400664] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[158963.400667] Tainted: [D]=DIE, [W]=WARN
[158963.400668] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[158963.400669] Workqueue: cgroup_destroy css_free_rwork_fn
[158963.400672] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[158963.400674] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[158963.400675] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[158963.400676] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[158963.400677] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[158963.400677] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[158963.400677] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[158963.400678] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[158963.400679] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[158963.400679] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[158963.400679] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[158963.400680] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[158963.400680] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[158963.400681] PKRU: 55555554
[158963.400681] Call Trace:
[158963.400682] <TASK>
[158963.400683] _raw_spin_lock_irqsave+0x46/0x60
[158963.400684] cgroup_rstat_flush+0xf4/0x7e0
[158963.400685] cgroup_rstat_exit+0x20/0xf0
[158963.400687] css_free_rwork_fn+0x12e/0x400
[158963.400687] process_one_work+0x19e/0x3e0
[158963.400689] worker_thread+0x2ad/0x3c0
[158963.400691] kthread+0x108/0x220
[158963.400691] ? __pfx_worker_thread+0x10/0x10
[158963.400693] ? __pfx_kthread+0x10/0x10
[158963.400694] ret_from_fork+0x3d/0x60
[158963.400695] ? __pfx_kthread+0x10/0x10
[158963.400696] ret_from_fork_asm+0x1a/0x30
[158963.400698] </TASK>
[159143.415691] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[159143.428866] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8414213
[159143.446681] rcu: (detected by 47, t=32066311 jiffies, g=639685, q=38718 ncpus=256)
[159143.461989] Sending NMI from CPU 47 to CPUs 156:
[159143.461994] NMI backtrace for cpu 156
[159143.462000] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[159143.462002] Tainted: [D]=DIE, [W]=WARN
[159143.462003] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[159143.462004] Workqueue: cgroup_destroy css_free_rwork_fn
[159143.462006] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[159143.462009] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[159143.462010] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[159143.462010] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[159143.462011] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[159143.462011] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[159143.462012] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[159143.462012] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[159143.462013] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[159143.462014] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[159143.462014] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[159143.462015] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[159143.462015] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[159143.462015] PKRU: 55555554
[159143.462016] Call Trace:
[159143.462016] <TASK>
[159143.462017] _raw_spin_lock_irqsave+0x46/0x60
[159143.462019] cgroup_rstat_flush+0xf4/0x7e0
[159143.462020] cgroup_rstat_exit+0x20/0xf0
[159143.462021] css_free_rwork_fn+0x12e/0x400
[159143.462022] process_one_work+0x19e/0x3e0
[159143.462024] worker_thread+0x2ad/0x3c0
[159143.462025] kthread+0x108/0x220
[159143.462026] ? __pfx_worker_thread+0x10/0x10
[159143.462027] ? __pfx_kthread+0x10/0x10
[159143.462028] ret_from_fork+0x3d/0x60
[159143.462029] ? __pfx_kthread+0x10/0x10
[159143.462030] ret_from_fork_asm+0x1a/0x30
[159143.462032] </TASK>
[159323.460931] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[159323.474091] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8426109
[159323.491900] rcu: (detected by 194, t=32111325 jiffies, g=639685, q=38735 ncpus=256)
[159323.507295] Sending NMI from CPU 194 to CPUs 156:
[159323.507300] NMI backtrace for cpu 156
[159323.507305] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[159323.507308] Tainted: [D]=DIE, [W]=WARN
[159323.507309] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[159323.507310] Workqueue: cgroup_destroy css_free_rwork_fn
[159323.507313] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[159323.507315] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[159323.507316] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[159323.507316] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[159323.507317] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[159323.507317] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[159323.507318] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[159323.507318] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[159323.507319] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[159323.507320] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[159323.507320] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[159323.507321] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[159323.507321] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[159323.507321] PKRU: 55555554
[159323.507322] Call Trace:
[159323.507322] <TASK>
[159323.507323] _raw_spin_lock_irqsave+0x46/0x60
[159323.507325] cgroup_rstat_flush+0xf4/0x7e0
[159323.507326] cgroup_rstat_exit+0x20/0xf0
[159323.507327] css_free_rwork_fn+0x12e/0x400
[159323.507328] process_one_work+0x19e/0x3e0
[159323.507330] worker_thread+0x2ad/0x3c0
[159323.507331] kthread+0x108/0x220
[159323.507332] ? __pfx_worker_thread+0x10/0x10
[159323.507333] ? __pfx_kthread+0x10/0x10
[159323.507334] ret_from_fork+0x3d/0x60
[159323.507336] ? __pfx_kthread+0x10/0x10
[159323.507336] ret_from_fork_asm+0x1a/0x30
[159323.507338] </TASK>
[159503.522175] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[159503.535362] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8437992
[159503.553187] rcu: (detected by 175, t=32156341 jiffies, g=639685, q=38754 ncpus=256)
[159503.568603] Sending NMI from CPU 175 to CPUs 156:
[159503.568608] NMI backtrace for cpu 156
[159503.568614] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[159503.568617] Tainted: [D]=DIE, [W]=WARN
[159503.568617] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[159503.568618] Workqueue: cgroup_destroy css_free_rwork_fn
[159503.568622] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[159503.568624] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[159503.568625] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[159503.568625] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[159503.568626] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[159503.568626] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[159503.568626] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[159503.568627] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[159503.568628] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[159503.568628] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[159503.568629] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[159503.568629] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[159503.568630] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[159503.568630] PKRU: 55555554
[159503.568630] Call Trace:
[159503.568631] <TASK>
[159503.568632] _raw_spin_lock_irqsave+0x46/0x60
[159503.568633] cgroup_rstat_flush+0xf4/0x7e0
[159503.568635] cgroup_rstat_exit+0x20/0xf0
[159503.568636] css_free_rwork_fn+0x12e/0x400
[159503.568637] process_one_work+0x19e/0x3e0
[159503.568638] worker_thread+0x2ad/0x3c0
[159503.568640] kthread+0x108/0x220
[159503.568641] ? __pfx_worker_thread+0x10/0x10
[159503.568642] ? __pfx_kthread+0x10/0x10
[159503.568643] ret_from_fork+0x3d/0x60
[159503.568644] ? __pfx_kthread+0x10/0x10
[159503.568645] ret_from_fork_asm+0x1a/0x30
[159503.568647] </TASK>
[159683.583415] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[159683.596589] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8449891
[159683.614410] rcu: (detected by 219, t=32201357 jiffies, g=639685, q=38771 ncpus=256)
[159683.629831] Sending NMI from CPU 219 to CPUs 156:
[159683.629836] NMI backtrace for cpu 156
[159683.629841] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[159683.629844] Tainted: [D]=DIE, [W]=WARN
[159683.629844] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[159683.629845] Workqueue: cgroup_destroy css_free_rwork_fn
[159683.629848] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[159683.629850] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[159683.629852] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[159683.629852] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[159683.629853] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[159683.629853] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[159683.629854] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[159683.629854] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[159683.629855] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[159683.629856] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[159683.629856] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[159683.629857] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[159683.629857] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[159683.629857] PKRU: 55555554
[159683.629858] Call Trace:
[159683.629859] <TASK>
[159683.629860] _raw_spin_lock_irqsave+0x46/0x60
[159683.629861] cgroup_rstat_flush+0xf4/0x7e0
[159683.629862] cgroup_rstat_exit+0x20/0xf0
[159683.629864] css_free_rwork_fn+0x12e/0x400
[159683.629864] process_one_work+0x19e/0x3e0
[159683.629866] worker_thread+0x2ad/0x3c0
[159683.629868] kthread+0x108/0x220
[159683.629868] ? __pfx_worker_thread+0x10/0x10
[159683.629870] ? __pfx_kthread+0x10/0x10
[159683.629871] ret_from_fork+0x3d/0x60
[159683.629872] ? __pfx_kthread+0x10/0x10
[159683.629873] ret_from_fork_asm+0x1a/0x30
[159683.629875] </TASK>
[159863.644655] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[159863.657828] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8461754
[159863.675648] rcu: (detected by 71, t=32246373 jiffies, g=639685, q=38784 ncpus=256)
[159863.690962] Sending NMI from CPU 71 to CPUs 156:
[159863.690967] NMI backtrace for cpu 156
[159863.690972] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[159863.690975] Tainted: [D]=DIE, [W]=WARN
[159863.690976] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[159863.690976] Workqueue: cgroup_destroy css_free_rwork_fn
[159863.690979] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[159863.690982] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[159863.690983] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[159863.690984] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[159863.690984] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[159863.690984] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[159863.690985] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[159863.690985] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[159863.690986] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[159863.690987] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[159863.690987] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[159863.690988] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[159863.690988] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[159863.690988] PKRU: 55555554
[159863.690989] Call Trace:
[159863.690989] <TASK>
[159863.690990] _raw_spin_lock_irqsave+0x46/0x60
[159863.690992] cgroup_rstat_flush+0xf4/0x7e0
[159863.690993] cgroup_rstat_exit+0x20/0xf0
[159863.690994] css_free_rwork_fn+0x12e/0x400
[159863.690995] process_one_work+0x19e/0x3e0
[159863.690997] worker_thread+0x2ad/0x3c0
[159863.690998] kthread+0x108/0x220
[159863.690999] ? __pfx_worker_thread+0x10/0x10
[159863.691000] ? __pfx_kthread+0x10/0x10
[159863.691001] ret_from_fork+0x3d/0x60
[159863.691002] ? __pfx_kthread+0x10/0x10
[159863.691003] ret_from_fork_asm+0x1a/0x30
[159863.691005] </TASK>
[160043.705896] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[160043.719075] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8473617
[160043.736898] rcu: (detected by 175, t=32291389 jiffies, g=639685, q=38802 ncpus=256)
[160043.752317] Sending NMI from CPU 175 to CPUs 156:
[160043.752321] NMI backtrace for cpu 156
[160043.752326] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[160043.752329] Tainted: [D]=DIE, [W]=WARN
[160043.752330] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[160043.752331] Workqueue: cgroup_destroy css_free_rwork_fn
[160043.752334] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[160043.752336] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[160043.752337] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[160043.752337] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[160043.752338] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[160043.752338] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[160043.752338] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[160043.752339] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[160043.752340] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[160043.752340] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[160043.752341] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[160043.752341] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[160043.752342] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[160043.752342] PKRU: 55555554
[160043.752342] Call Trace:
[160043.752343] <TASK>
[160043.752344] _raw_spin_lock_irqsave+0x46/0x60
[160043.752345] cgroup_rstat_flush+0xf4/0x7e0
[160043.752347] cgroup_rstat_exit+0x20/0xf0
[160043.752348] css_free_rwork_fn+0x12e/0x400
[160043.752349] process_one_work+0x19e/0x3e0
[160043.752350] worker_thread+0x2ad/0x3c0
[160043.752352] kthread+0x108/0x220
[160043.752353] ? __pfx_worker_thread+0x10/0x10
[160043.752354] ? __pfx_kthread+0x10/0x10
[160043.752355] ret_from_fork+0x3d/0x60
[160043.752356] ? __pfx_kthread+0x10/0x10
[160043.752357] ret_from_fork_asm+0x1a/0x30
[160043.752359] </TASK>
[160223.767137] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[160223.780328] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8485531
[160223.798165] rcu: (detected by 98, t=32336405 jiffies, g=639685, q=38814 ncpus=256)
[160223.813487] Sending NMI from CPU 98 to CPUs 156:
[160223.813493] NMI backtrace for cpu 156
[160223.813499] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[160223.813502] Tainted: [D]=DIE, [W]=WARN
[160223.813502] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[160223.813503] Workqueue: cgroup_destroy css_free_rwork_fn
[160223.813506] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[160223.813508] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[160223.813509] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[160223.813509] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[160223.813510] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[160223.813510] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[160223.813511] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[160223.813511] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[160223.813512] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[160223.813512] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[160223.813513] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[160223.813513] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[160223.813514] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[160223.813514] PKRU: 55555554
[160223.813514] Call Trace:
[160223.813515] <TASK>
[160223.813516] _raw_spin_lock_irqsave+0x46/0x60
[160223.813517] cgroup_rstat_flush+0xf4/0x7e0
[160223.813519] cgroup_rstat_exit+0x20/0xf0
[160223.813520] css_free_rwork_fn+0x12e/0x400
[160223.813521] process_one_work+0x19e/0x3e0
[160223.813522] worker_thread+0x2ad/0x3c0
[160223.813524] kthread+0x108/0x220
[160223.813525] ? __pfx_worker_thread+0x10/0x10
[160223.813526] ? __pfx_kthread+0x10/0x10
[160223.813527] ret_from_fork+0x3d/0x60
[160223.813528] ? __pfx_kthread+0x10/0x10
[160223.813529] ret_from_fork_asm+0x1a/0x30
[160223.813531] </TASK>
[160403.828379] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[160403.841553] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8497402
[160403.859370] rcu: (detected by 175, t=32381421 jiffies, g=639685, q=38833 ncpus=256)
[160403.874786] Sending NMI from CPU 175 to CPUs 156:
[160403.874791] NMI backtrace for cpu 156
[160403.874797] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[160403.874800] Tainted: [D]=DIE, [W]=WARN
[160403.874800] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[160403.874801] Workqueue: cgroup_destroy css_free_rwork_fn
[160403.874804] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[160403.874806] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[160403.874807] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[160403.874808] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[160403.874808] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[160403.874809] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[160403.874809] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[160403.874810] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[160403.874811] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[160403.874811] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[160403.874811] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[160403.874812] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[160403.874812] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[160403.874813] PKRU: 55555554
[160403.874813] Call Trace:
[160403.874814] <TASK>
[160403.874815] _raw_spin_lock_irqsave+0x46/0x60
[160403.874816] cgroup_rstat_flush+0xf4/0x7e0
[160403.874818] cgroup_rstat_exit+0x20/0xf0
[160403.874819] css_free_rwork_fn+0x12e/0x400
[160403.874819] process_one_work+0x19e/0x3e0
[160403.874821] worker_thread+0x2ad/0x3c0
[160403.874823] kthread+0x108/0x220
[160403.874824] ? __pfx_worker_thread+0x10/0x10
[160403.874825] ? __pfx_kthread+0x10/0x10
[160403.874826] ret_from_fork+0x3d/0x60
[160403.874827] ? __pfx_kthread+0x10/0x10
[160403.874828] ret_from_fork_asm+0x1a/0x30
[160403.874830] </TASK>
[160583.889620] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[160583.902803] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8509281
[160583.920626] rcu: (detected by 158, t=32426437 jiffies, g=639685, q=38848 ncpus=256)
[160583.936048] Sending NMI from CPU 158 to CPUs 156:
[160583.936052] NMI backtrace for cpu 156
[160583.936054] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[160583.936056] Tainted: [D]=DIE, [W]=WARN
[160583.936057] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[160583.936058] Workqueue: cgroup_destroy css_free_rwork_fn
[160583.936060] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[160583.936062] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[160583.936063] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[160583.936063] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[160583.936064] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[160583.936064] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[160583.936064] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[160583.936065] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[160583.936066] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[160583.936066] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[160583.936067] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[160583.936067] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[160583.936068] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[160583.936068] PKRU: 55555554
[160583.936068] Call Trace:
[160583.936069] <TASK>
[160583.936070] _raw_spin_lock_irqsave+0x46/0x60
[160583.936071] cgroup_rstat_flush+0xf4/0x7e0
[160583.936072] cgroup_rstat_exit+0x20/0xf0
[160583.936073] css_free_rwork_fn+0x12e/0x400
[160583.936074] process_one_work+0x19e/0x3e0
[160583.936076] worker_thread+0x2ad/0x3c0
[160583.936077] kthread+0x108/0x220
[160583.936078] ? __pfx_worker_thread+0x10/0x10
[160583.936080] ? __pfx_kthread+0x10/0x10
[160583.936081] ret_from_fork+0x3d/0x60
[160583.936082] ? __pfx_kthread+0x10/0x10
[160583.936083] ret_from_fork_asm+0x1a/0x30
[160583.936085] </TASK>
[160763.950861] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[160763.964045] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8521167
[160763.981872] rcu: (detected by 194, t=32471453 jiffies, g=639685, q=38865 ncpus=256)
[160763.997296] Sending NMI from CPU 194 to CPUs 156:
[160763.997301] NMI backtrace for cpu 156
[160763.997307] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[160763.997309] Tainted: [D]=DIE, [W]=WARN
[160763.997310] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[160763.997310] Workqueue: cgroup_destroy css_free_rwork_fn
[160763.997313] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[160763.997314] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[160763.997315] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[160763.997316] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[160763.997316] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[160763.997317] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[160763.997318] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[160763.997319] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[160763.997320] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[160763.997320] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[160763.997321] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[160763.997321] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[160763.997322] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[160763.997322] PKRU: 55555554
[160763.997322] Call Trace:
[160763.997323] <TASK>
[160763.997324] _raw_spin_lock_irqsave+0x46/0x60
[160763.997326] cgroup_rstat_flush+0xf4/0x7e0
[160763.997327] cgroup_rstat_exit+0x20/0xf0
[160763.997328] css_free_rwork_fn+0x12e/0x400
[160763.997329] process_one_work+0x19e/0x3e0
[160763.997330] worker_thread+0x2ad/0x3c0
[160763.997332] kthread+0x108/0x220
[160763.997333] ? __pfx_worker_thread+0x10/0x10
[160763.997334] ? __pfx_kthread+0x10/0x10
[160763.997335] ret_from_fork+0x3d/0x60
[160763.997336] ? __pfx_kthread+0x10/0x10
[160763.997337] ret_from_fork_asm+0x1a/0x30
[160763.997340] </TASK>
[160944.012102] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[160944.025289] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8533027
[160944.043136] rcu: (detected by 194, t=32516469 jiffies, g=639685, q=38880 ncpus=256)
[160944.058576] Sending NMI from CPU 194 to CPUs 156:
[160944.058580] NMI backtrace for cpu 156
[160944.058586] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[160944.058589] Tainted: [D]=DIE, [W]=WARN
[160944.058589] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[160944.058590] Workqueue: cgroup_destroy css_free_rwork_fn
[160944.058593] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[160944.058595] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[160944.058597] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[160944.058597] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[160944.058598] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[160944.058598] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[160944.058599] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[160944.058599] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[160944.058600] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[160944.058601] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[160944.058601] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[160944.058602] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[160944.058603] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[160944.058603] PKRU: 55555554
[160944.058603] Call Trace:
[160944.058604] <TASK>
[160944.058605] _raw_spin_lock_irqsave+0x46/0x60
[160944.058606] cgroup_rstat_flush+0xf4/0x7e0
[160944.058608] cgroup_rstat_exit+0x20/0xf0
[160944.058609] css_free_rwork_fn+0x12e/0x400
[160944.058610] process_one_work+0x19e/0x3e0
[160944.058611] worker_thread+0x2ad/0x3c0
[160944.058613] kthread+0x108/0x220
[160944.058614] ? __pfx_worker_thread+0x10/0x10
[160944.058615] ? __pfx_kthread+0x10/0x10
[160944.058617] ret_from_fork+0x3d/0x60
[160944.058618] ? __pfx_kthread+0x10/0x10
[160944.058619] ret_from_fork_asm+0x1a/0x30
[160944.058621] </TASK>
[161124.073343] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[161124.086525] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8544903
[161124.104367] rcu: (detected by 194, t=32561485 jiffies, g=639685, q=38892 ncpus=256)
[161124.119801] Sending NMI from CPU 194 to CPUs 156:
[161124.119805] NMI backtrace for cpu 156
[161124.119811] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[161124.119814] Tainted: [D]=DIE, [W]=WARN
[161124.119814] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[161124.119815] Workqueue: cgroup_destroy css_free_rwork_fn
[161124.119818] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[161124.119820] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[161124.119821] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[161124.119822] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[161124.119822] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[161124.119823] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[161124.119823] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[161124.119823] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[161124.119824] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[161124.119825] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[161124.119825] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[161124.119826] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[161124.119826] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[161124.119827] PKRU: 55555554
[161124.119827] Call Trace:
[161124.119828] <TASK>
[161124.119829] _raw_spin_lock_irqsave+0x46/0x60
[161124.119830] cgroup_rstat_flush+0xf4/0x7e0
[161124.119831] cgroup_rstat_exit+0x20/0xf0
[161124.119832] css_free_rwork_fn+0x12e/0x400
[161124.119833] process_one_work+0x19e/0x3e0
[161124.119835] worker_thread+0x2ad/0x3c0
[161124.119837] kthread+0x108/0x220
[161124.119838] ? __pfx_worker_thread+0x10/0x10
[161124.119839] ? __pfx_kthread+0x10/0x10
[161124.119840] ret_from_fork+0x3d/0x60
[161124.119841] ? __pfx_kthread+0x10/0x10
[161124.119842] ret_from_fork_asm+0x1a/0x30
[161124.119844] </TASK>
[161304.134585] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[161304.147782] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8556759
[161304.165621] rcu: (detected by 175, t=32606501 jiffies, g=639685, q=38909 ncpus=256)
[161304.181051] Sending NMI from CPU 175 to CPUs 156:
[161304.181056] NMI backtrace for cpu 156
[161304.181062] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[161304.181065] Tainted: [D]=DIE, [W]=WARN
[161304.181066] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[161304.181066] Workqueue: cgroup_destroy css_free_rwork_fn
[161304.181069] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[161304.181071] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[161304.181072] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[161304.181072] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[161304.181073] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[161304.181073] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[161304.181074] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[161304.181075] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[161304.181076] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[161304.181076] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[161304.181077] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[161304.181077] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[161304.181078] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[161304.181078] PKRU: 55555554
[161304.181078] Call Trace:
[161304.181079] <TASK>
[161304.181080] _raw_spin_lock_irqsave+0x46/0x60
[161304.181082] cgroup_rstat_flush+0xf4/0x7e0
[161304.181083] cgroup_rstat_exit+0x20/0xf0
[161304.181084] css_free_rwork_fn+0x12e/0x400
[161304.181085] process_one_work+0x19e/0x3e0
[161304.181087] worker_thread+0x2ad/0x3c0
[161304.181088] kthread+0x108/0x220
[161304.181089] ? __pfx_worker_thread+0x10/0x10
[161304.181091] ? __pfx_kthread+0x10/0x10
[161304.181092] ret_from_fork+0x3d/0x60
[161304.181093] ? __pfx_kthread+0x10/0x10
[161304.181094] ret_from_fork_asm+0x1a/0x30
[161304.181095] </TASK>
[161484.195827] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[161484.208996] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8568681
[161484.226818] rcu: (detected by 175, t=32651517 jiffies, g=639685, q=38930 ncpus=256)
[161484.242234] Sending NMI from CPU 175 to CPUs 156:
[161484.242239] NMI backtrace for cpu 156
[161484.242245] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[161484.242247] Tainted: [D]=DIE, [W]=WARN
[161484.242248] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[161484.242248] Workqueue: cgroup_destroy css_free_rwork_fn
[161484.242251] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[161484.242253] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[161484.242254] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[161484.242255] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[161484.242255] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[161484.242256] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[161484.242256] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[161484.242257] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[161484.242257] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[161484.242258] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[161484.242258] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[161484.242259] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[161484.242259] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[161484.242260] PKRU: 55555554
[161484.242260] Call Trace:
[161484.242261] <TASK>
[161484.242262] _raw_spin_lock_irqsave+0x46/0x60
[161484.242263] cgroup_rstat_flush+0xf4/0x7e0
[161484.242264] cgroup_rstat_exit+0x20/0xf0
[161484.242266] css_free_rwork_fn+0x12e/0x400
[161484.242266] process_one_work+0x19e/0x3e0
[161484.242268] worker_thread+0x2ad/0x3c0
[161484.242270] kthread+0x108/0x220
[161484.242271] ? __pfx_worker_thread+0x10/0x10
[161484.242272] ? __pfx_kthread+0x10/0x10
[161484.242273] ret_from_fork+0x3d/0x60
[161484.242274] ? __pfx_kthread+0x10/0x10
[161484.242275] ret_from_fork_asm+0x1a/0x30
[161484.242277] </TASK>
[161664.257067] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[161664.270243] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8580594
[161664.288063] rcu: (detected by 219, t=32696533 jiffies, g=639685, q=38942 ncpus=256)
[161664.303478] Sending NMI from CPU 219 to CPUs 156:
[161664.303483] NMI backtrace for cpu 156
[161664.303488] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[161664.303491] Tainted: [D]=DIE, [W]=WARN
[161664.303492] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[161664.303492] Workqueue: cgroup_destroy css_free_rwork_fn
[161664.303496] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[161664.303498] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[161664.303499] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[161664.303500] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[161664.303501] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[161664.303501] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[161664.303501] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[161664.303502] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[161664.303502] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[161664.303503] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[161664.303503] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[161664.303504] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[161664.303504] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[161664.303505] PKRU: 55555554
[161664.303505] Call Trace:
[161664.303506] <TASK>
[161664.303507] _raw_spin_lock_irqsave+0x46/0x60
[161664.303508] cgroup_rstat_flush+0xf4/0x7e0
[161664.303509] cgroup_rstat_exit+0x20/0xf0
[161664.303510] css_free_rwork_fn+0x12e/0x400
[161664.303511] process_one_work+0x19e/0x3e0
[161664.303513] worker_thread+0x2ad/0x3c0
[161664.303515] kthread+0x108/0x220
[161664.303516] ? __pfx_worker_thread+0x10/0x10
[161664.303517] ? __pfx_kthread+0x10/0x10
[161664.303518] ret_from_fork+0x3d/0x60
[161664.303519] ? __pfx_kthread+0x10/0x10
[161664.303520] ret_from_fork_asm+0x1a/0x30
[161664.303522] </TASK>
[161844.318308] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[161844.331490] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8592506
[161844.349310] rcu: (detected by 214, t=32741549 jiffies, g=639685, q=38958 ncpus=256)
[161844.364735] Sending NMI from CPU 214 to CPUs 156:
[161844.364740] NMI backtrace for cpu 156
[161844.364745] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[161844.364748] Tainted: [D]=DIE, [W]=WARN
[161844.364748] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[161844.364750] Workqueue: cgroup_destroy css_free_rwork_fn
[161844.364753] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[161844.364755] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[161844.364756] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[161844.364757] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[161844.364758] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[161844.364758] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[161844.364758] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[161844.364759] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[161844.364760] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[161844.364760] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[161844.364761] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[161844.364761] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[161844.364762] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[161844.364762] PKRU: 55555554
[161844.364762] Call Trace:
[161844.364763] <TASK>
[161844.364764] _raw_spin_lock_irqsave+0x46/0x60
[161844.364765] cgroup_rstat_flush+0xf4/0x7e0
[161844.364767] cgroup_rstat_exit+0x20/0xf0
[161844.364768] css_free_rwork_fn+0x12e/0x400
[161844.364768] process_one_work+0x19e/0x3e0
[161844.364770] worker_thread+0x2ad/0x3c0
[161844.364772] kthread+0x108/0x220
[161844.364773] ? __pfx_worker_thread+0x10/0x10
[161844.364774] ? __pfx_kthread+0x10/0x10
[161844.364775] ret_from_fork+0x3d/0x60
[161844.364776] ? __pfx_kthread+0x10/0x10
[161844.364777] ret_from_fork_asm+0x1a/0x30
[161844.364779] </TASK>
[162024.379549] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[162024.392733] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8604220
[162024.410559] rcu: (detected by 151, t=32786565 jiffies, g=639685, q=38973 ncpus=256)
[162024.425977] Sending NMI from CPU 151 to CPUs 156:
[162024.425982] NMI backtrace for cpu 156
[162024.425988] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[162024.425990] Tainted: [D]=DIE, [W]=WARN
[162024.425991] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[162024.425991] Workqueue: cgroup_destroy css_free_rwork_fn
[162024.425994] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[162024.425997] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[162024.425998] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[162024.425999] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[162024.425999] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[162024.425999] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[162024.426000] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[162024.426000] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[162024.426001] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[162024.426002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[162024.426002] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[162024.426003] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[162024.426003] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[162024.426003] PKRU: 55555554
[162024.426004] Call Trace:
[162024.426004] <TASK>
[162024.426006] _raw_spin_lock_irqsave+0x46/0x60
[162024.426007] cgroup_rstat_flush+0xf4/0x7e0
[162024.426008] cgroup_rstat_exit+0x20/0xf0
[162024.426009] css_free_rwork_fn+0x12e/0x400
[162024.426010] process_one_work+0x19e/0x3e0
[162024.426012] worker_thread+0x2ad/0x3c0
[162024.426013] kthread+0x108/0x220
[162024.426014] ? __pfx_worker_thread+0x10/0x10
[162024.426016] ? __pfx_kthread+0x10/0x10
[162024.426017] ret_from_fork+0x3d/0x60
[162024.426018] ? __pfx_kthread+0x10/0x10
[162024.426018] ret_from_fork_asm+0x1a/0x30
[162024.426020] </TASK>
[162204.440792] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[162204.453982] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8616129
[162204.471809] rcu: (detected by 158, t=32831581 jiffies, g=639685, q=38988 ncpus=256)
[162204.487235] Sending NMI from CPU 158 to CPUs 156:
[162204.487240] NMI backtrace for cpu 156
[162204.487242] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[162204.487244] Tainted: [D]=DIE, [W]=WARN
[162204.487245] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[162204.487246] Workqueue: cgroup_destroy css_free_rwork_fn
[162204.487248] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[162204.487250] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[162204.487250] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[162204.487251] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[162204.487251] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[162204.487252] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[162204.487252] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[162204.487253] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[162204.487253] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[162204.487254] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[162204.487254] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[162204.487255] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[162204.487256] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[162204.487256] PKRU: 55555554
[162204.487256] Call Trace:
[162204.487257] <TASK>
[162204.487258] _raw_spin_lock_irqsave+0x46/0x60
[162204.487260] cgroup_rstat_flush+0xf4/0x7e0
[162204.487261] cgroup_rstat_exit+0x20/0xf0
[162204.487262] css_free_rwork_fn+0x12e/0x400
[162204.487263] process_one_work+0x19e/0x3e0
[162204.487265] worker_thread+0x2ad/0x3c0
[162204.487266] kthread+0x108/0x220
[162204.487267] ? __pfx_worker_thread+0x10/0x10
[162204.487269] ? __pfx_kthread+0x10/0x10
[162204.487269] ret_from_fork+0x3d/0x60
[162204.487271] ? __pfx_kthread+0x10/0x10
[162204.487271] ret_from_fork_asm+0x1a/0x30
[162204.487273] </TASK>
[162384.502033] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[162384.515217] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8628050
[162384.533038] rcu: (detected by 57, t=32876597 jiffies, g=639685, q=39004 ncpus=256)
[162384.548348] Sending NMI from CPU 57 to CPUs 156:
[162384.548355] NMI backtrace for cpu 156
[162384.548361] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[162384.548363] Tainted: [D]=DIE, [W]=WARN
[162384.548364] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[162384.548365] Workqueue: cgroup_destroy css_free_rwork_fn
[162384.548368] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[162384.548369] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[162384.548370] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[162384.548371] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[162384.548372] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[162384.548372] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[162384.548372] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[162384.548373] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[162384.548374] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[162384.548374] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[162384.548374] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[162384.548375] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[162384.548375] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[162384.548376] PKRU: 55555554
[162384.548376] Call Trace:
[162384.548377] <TASK>
[162384.548378] _raw_spin_lock_irqsave+0x46/0x60
[162384.548379] cgroup_rstat_flush+0xf4/0x7e0
[162384.548381] cgroup_rstat_exit+0x20/0xf0
[162384.548382] css_free_rwork_fn+0x12e/0x400
[162384.548382] process_one_work+0x19e/0x3e0
[162384.548384] worker_thread+0x2ad/0x3c0
[162384.548386] kthread+0x108/0x220
[162384.548386] ? __pfx_worker_thread+0x10/0x10
[162384.548388] ? __pfx_kthread+0x10/0x10
[162384.548389] ret_from_fork+0x3d/0x60
[162384.548390] ? __pfx_kthread+0x10/0x10
[162384.548391] ret_from_fork_asm+0x1a/0x30
[162384.548393] </TASK>
[162564.563273] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[162564.576429] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8639959
[162564.594226] rcu: (detected by 175, t=32921613 jiffies, g=639685, q=39017 ncpus=256)
[162564.609618] Sending NMI from CPU 175 to CPUs 156:
[162564.609623] NMI backtrace for cpu 156
[162564.609629] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[162564.609632] Tainted: [D]=DIE, [W]=WARN
[162564.609632] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[162564.609633] Workqueue: cgroup_destroy css_free_rwork_fn
[162564.609636] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[162564.609638] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[162564.609639] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[162564.609640] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[162564.609640] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[162564.609641] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[162564.609641] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[162564.609642] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[162564.609643] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[162564.609643] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[162564.609643] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[162564.609644] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[162564.609644] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[162564.609645] PKRU: 55555554
[162564.609645] Call Trace:
[162564.609646] <TASK>
[162564.609647] _raw_spin_lock_irqsave+0x46/0x60
[162564.609648] cgroup_rstat_flush+0xf4/0x7e0
[162564.609649] cgroup_rstat_exit+0x20/0xf0
[162564.609651] css_free_rwork_fn+0x12e/0x400
[162564.609651] process_one_work+0x19e/0x3e0
[162564.609653] worker_thread+0x2ad/0x3c0
[162564.609655] kthread+0x108/0x220
[162564.609655] ? __pfx_worker_thread+0x10/0x10
[162564.609657] ? __pfx_kthread+0x10/0x10
[162564.609658] ret_from_fork+0x3d/0x60
[162564.609659] ? __pfx_kthread+0x10/0x10
[162564.609660] ret_from_fork_asm+0x1a/0x30
[162564.609662] </TASK>
[162744.624515] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[162744.637680] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8651879
[162744.655499] rcu: (detected by 175, t=32966629 jiffies, g=639685, q=39032 ncpus=256)
[162744.670915] Sending NMI from CPU 175 to CPUs 156:
[162744.670918] NMI backtrace for cpu 156
[162744.670924] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[162744.670927] Tainted: [D]=DIE, [W]=WARN
[162744.670928] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[162744.670928] Workqueue: cgroup_destroy css_free_rwork_fn
[162744.670931] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[162744.670933] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[162744.670934] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[162744.670935] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[162744.670935] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[162744.670936] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[162744.670936] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[162744.670937] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[162744.670937] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[162744.670938] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[162744.670938] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[162744.670939] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[162744.670939] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[162744.670940] PKRU: 55555554
[162744.670940] Call Trace:
[162744.670941] <TASK>
[162744.670942] _raw_spin_lock_irqsave+0x46/0x60
[162744.670943] cgroup_rstat_flush+0xf4/0x7e0
[162744.670945] cgroup_rstat_exit+0x20/0xf0
[162744.670946] css_free_rwork_fn+0x12e/0x400
[162744.670946] process_one_work+0x19e/0x3e0
[162744.670948] worker_thread+0x2ad/0x3c0
[162744.670950] kthread+0x108/0x220
[162744.670951] ? __pfx_worker_thread+0x10/0x10
[162744.670952] ? __pfx_kthread+0x10/0x10
[162744.670953] ret_from_fork+0x3d/0x60
[162744.670954] ? __pfx_kthread+0x10/0x10
[162744.670955] ret_from_fork_asm+0x1a/0x30
[162744.670957] </TASK>
[162924.685755] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[162924.698933] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8663781
[162924.716756] rcu: (detected by 131, t=33011645 jiffies, g=639685, q=39045 ncpus=256)
[162924.732178] Sending NMI from CPU 131 to CPUs 156:
[162924.732183] NMI backtrace for cpu 156
[162924.732189] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[162924.732191] Tainted: [D]=DIE, [W]=WARN
[162924.732192] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[162924.732192] Workqueue: cgroup_destroy css_free_rwork_fn
[162924.732195] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[162924.732197] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[162924.732199] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[162924.732199] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[162924.732200] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[162924.732200] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[162924.732201] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[162924.732201] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[162924.732202] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[162924.732203] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[162924.732203] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[162924.732204] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[162924.732204] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[162924.732204] PKRU: 55555554
[162924.732205] Call Trace:
[162924.732205] <TASK>
[162924.732207] _raw_spin_lock_irqsave+0x46/0x60
[162924.732208] cgroup_rstat_flush+0xf4/0x7e0
[162924.732209] cgroup_rstat_exit+0x20/0xf0
[162924.732210] css_free_rwork_fn+0x12e/0x400
[162924.732211] process_one_work+0x19e/0x3e0
[162924.732213] worker_thread+0x2ad/0x3c0
[162924.732215] kthread+0x108/0x220
[162924.732215] ? __pfx_worker_thread+0x10/0x10
[162924.732217] ? __pfx_kthread+0x10/0x10
[162924.732218] ret_from_fork+0x3d/0x60
[162924.732219] ? __pfx_kthread+0x10/0x10
[162924.732220] ret_from_fork_asm+0x1a/0x30
[162924.732222] </TASK>
[163104.746996] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[163104.760177] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8675707
[163104.777998] rcu: (detected by 161, t=33056661 jiffies, g=639685, q=39059 ncpus=256)
[163104.793415] Sending NMI from CPU 161 to CPUs 156:
[163104.793420] NMI backtrace for cpu 156
[163104.793426] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[163104.793428] Tainted: [D]=DIE, [W]=WARN
[163104.793429] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[163104.793430] Workqueue: cgroup_destroy css_free_rwork_fn
[163104.793433] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[163104.793435] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[163104.793437] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[163104.793438] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[163104.793438] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[163104.793439] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[163104.793439] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[163104.793440] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[163104.793441] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[163104.793442] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[163104.793442] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[163104.793443] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[163104.793443] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[163104.793444] PKRU: 55555554
[163104.793444] Call Trace:
[163104.793444] <TASK>
[163104.793446] _raw_spin_lock_irqsave+0x46/0x60
[163104.793447] cgroup_rstat_flush+0xf4/0x7e0
[163104.793448] cgroup_rstat_exit+0x20/0xf0
[163104.793450] css_free_rwork_fn+0x12e/0x400
[163104.793450] process_one_work+0x19e/0x3e0
[163104.793452] worker_thread+0x2ad/0x3c0
[163104.793454] kthread+0x108/0x220
[163104.793454] ? __pfx_worker_thread+0x10/0x10
[163104.793456] ? __pfx_kthread+0x10/0x10
[163104.793457] ret_from_fork+0x3d/0x60
[163104.793458] ? __pfx_kthread+0x10/0x10
[163104.793459] ret_from_fork_asm+0x1a/0x30
[163104.793461] </TASK>
[163284.808237] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[163284.821418] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8687651
[163284.839244] rcu: (detected by 175, t=33101677 jiffies, g=639685, q=39076 ncpus=256)
[163284.854658] Sending NMI from CPU 175 to CPUs 156:
[163284.854663] NMI backtrace for cpu 156
[163284.854669] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[163284.854672] Tainted: [D]=DIE, [W]=WARN
[163284.854673] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[163284.854674] Workqueue: cgroup_destroy css_free_rwork_fn
[163284.854677] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[163284.854679] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[163284.854680] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[163284.854681] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[163284.854681] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[163284.854681] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[163284.854682] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[163284.854682] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[163284.854683] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[163284.854684] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[163284.854684] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[163284.854685] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[163284.854685] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[163284.854685] PKRU: 55555554
[163284.854686] Call Trace:
[163284.854686] <TASK>
[163284.854688] _raw_spin_lock_irqsave+0x46/0x60
[163284.854689] cgroup_rstat_flush+0xf4/0x7e0
[163284.854690] cgroup_rstat_exit+0x20/0xf0
[163284.854691] css_free_rwork_fn+0x12e/0x400
[163284.854692] process_one_work+0x19e/0x3e0
[163284.854694] worker_thread+0x2ad/0x3c0
[163284.854695] kthread+0x108/0x220
[163284.854696] ? __pfx_worker_thread+0x10/0x10
[163284.854698] ? __pfx_kthread+0x10/0x10
[163284.854699] ret_from_fork+0x3d/0x60
[163284.854700] ? __pfx_kthread+0x10/0x10
[163284.854701] ret_from_fork_asm+0x1a/0x30
[163284.854702] </TASK>
[163464.869480] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[163464.882659] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8699617
[163464.900491] rcu: (detected by 47, t=33146691 jiffies, g=639685, q=39097 ncpus=256)
[163464.915814] Sending NMI from CPU 47 to CPUs 156:
[163464.915819] NMI backtrace for cpu 156
[163464.915825] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[163464.915828] Tainted: [D]=DIE, [W]=WARN
[163464.915828] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[163464.915829] Workqueue: cgroup_destroy css_free_rwork_fn
[163464.915832] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[163464.915834] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[163464.915835] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[163464.915836] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[163464.915836] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[163464.915837] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[163464.915837] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[163464.915838] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[163464.915838] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[163464.915839] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[163464.915839] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[163464.915840] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[163464.915840] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[163464.915841] PKRU: 55555554
[163464.915841] Call Trace:
[163464.915842] <TASK>
[163464.915843] _raw_spin_lock_irqsave+0x46/0x60
[163464.915844] cgroup_rstat_flush+0xf4/0x7e0
[163464.915845] cgroup_rstat_exit+0x20/0xf0
[163464.915847] css_free_rwork_fn+0x12e/0x400
[163464.915847] process_one_work+0x19e/0x3e0
[163464.915849] worker_thread+0x2ad/0x3c0
[163464.915851] kthread+0x108/0x220
[163464.915852] ? __pfx_worker_thread+0x10/0x10
[163464.915853] ? __pfx_kthread+0x10/0x10
[163464.915854] ret_from_fork+0x3d/0x60
[163464.915855] ? __pfx_kthread+0x10/0x10
[163464.915856] ret_from_fork_asm+0x1a/0x30
[163464.915858] </TASK>
[163644.914720] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[163644.927886] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8711542
[163644.945701] rcu: (detected by 175, t=33191705 jiffies, g=639685, q=39114 ncpus=256)
[163644.961115] Sending NMI from CPU 175 to CPUs 156:
[163644.961119] NMI backtrace for cpu 156
[163644.961124] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[163644.961127] Tainted: [D]=DIE, [W]=WARN
[163644.961127] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[163644.961128] Workqueue: cgroup_destroy css_free_rwork_fn
[163644.961131] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[163644.961133] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[163644.961134] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[163644.961134] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[163644.961135] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[163644.961135] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[163644.961135] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[163644.961136] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[163644.961137] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[163644.961138] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[163644.961138] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[163644.961139] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[163644.961139] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[163644.961139] PKRU: 55555554
[163644.961140] Call Trace:
[163644.961140] <TASK>
[163644.961141] _raw_spin_lock_irqsave+0x46/0x60
[163644.961143] cgroup_rstat_flush+0xf4/0x7e0
[163644.961144] cgroup_rstat_exit+0x20/0xf0
[163644.961145] css_free_rwork_fn+0x12e/0x400
[163644.961146] process_one_work+0x19e/0x3e0
[163644.961148] worker_thread+0x2ad/0x3c0
[163644.961149] kthread+0x108/0x220
[163644.961150] ? __pfx_worker_thread+0x10/0x10
[163644.961152] ? __pfx_kthread+0x10/0x10
[163644.961153] ret_from_fork+0x3d/0x60
[163644.961154] ? __pfx_kthread+0x10/0x10
[163644.961155] ret_from_fork_asm+0x1a/0x30
[163644.961157] </TASK>
[163824.975962] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[163824.989135] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8723510
[163825.006957] rcu: (detected by 227, t=33236721 jiffies, g=639685, q=39127 ncpus=256)
[163825.022381] Sending NMI from CPU 227 to CPUs 156:
[163825.022388] NMI backtrace for cpu 156
[163825.022393] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[163825.022395] Tainted: [D]=DIE, [W]=WARN
[163825.022396] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[163825.022397] Workqueue: cgroup_destroy css_free_rwork_fn
[163825.022400] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[163825.022402] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[163825.022403] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[163825.022404] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[163825.022404] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[163825.022405] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[163825.022405] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[163825.022406] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[163825.022406] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[163825.022407] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[163825.022407] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[163825.022408] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[163825.022408] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[163825.022409] PKRU: 55555554
[163825.022409] Call Trace:
[163825.022410] <TASK>
[163825.022411] _raw_spin_lock_irqsave+0x46/0x60
[163825.022412] cgroup_rstat_flush+0xf4/0x7e0
[163825.022413] cgroup_rstat_exit+0x20/0xf0
[163825.022414] css_free_rwork_fn+0x12e/0x400
[163825.022415] process_one_work+0x19e/0x3e0
[163825.022417] worker_thread+0x2ad/0x3c0
[163825.022419] kthread+0x108/0x220
[163825.022420] ? __pfx_worker_thread+0x10/0x10
[163825.022421] ? __pfx_kthread+0x10/0x10
[163825.022422] ret_from_fork+0x3d/0x60
[163825.022423] ? __pfx_kthread+0x10/0x10
[163825.022424] ret_from_fork_asm+0x1a/0x30
[163825.022426] </TASK>
[164005.037203] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[164005.050396] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8735440
[164005.068241] rcu: (detected by 227, t=33281737 jiffies, g=639685, q=39142 ncpus=256)
[164005.083685] Sending NMI from CPU 227 to CPUs 156:
[164005.083690] NMI backtrace for cpu 156
[164005.083696] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[164005.083699] Tainted: [D]=DIE, [W]=WARN
[164005.083699] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[164005.083700] Workqueue: cgroup_destroy css_free_rwork_fn
[164005.083703] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[164005.083705] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[164005.083706] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[164005.083707] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[164005.083708] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[164005.083708] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[164005.083708] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[164005.083709] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[164005.083710] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[164005.083710] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[164005.083710] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[164005.083711] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[164005.083711] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[164005.083712] PKRU: 55555554
[164005.083712] Call Trace:
[164005.083713] <TASK>
[164005.083714] _raw_spin_lock_irqsave+0x46/0x60
[164005.083715] cgroup_rstat_flush+0xf4/0x7e0
[164005.083716] cgroup_rstat_exit+0x20/0xf0
[164005.083717] css_free_rwork_fn+0x12e/0x400
[164005.083718] process_one_work+0x19e/0x3e0
[164005.083720] worker_thread+0x2ad/0x3c0
[164005.083721] kthread+0x108/0x220
[164005.083722] ? __pfx_worker_thread+0x10/0x10
[164005.083724] ? __pfx_kthread+0x10/0x10
[164005.083725] ret_from_fork+0x3d/0x60
[164005.083726] ? __pfx_kthread+0x10/0x10
[164005.083727] ret_from_fork_asm+0x1a/0x30
[164005.083729] </TASK>
[164185.098445] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[164185.111639] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8747368
[164185.129472] rcu: (detected by 175, t=33326753 jiffies, g=639685, q=39157 ncpus=256)
[164185.144905] Sending NMI from CPU 175 to CPUs 156:
[164185.144909] NMI backtrace for cpu 156
[164185.144915] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[164185.144918] Tainted: [D]=DIE, [W]=WARN
[164185.144918] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[164185.144919] Workqueue: cgroup_destroy css_free_rwork_fn
[164185.144922] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[164185.144924] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[164185.144925] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[164185.144926] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[164185.144926] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[164185.144927] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[164185.144927] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[164185.144928] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[164185.144928] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[164185.144929] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[164185.144929] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[164185.144930] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[164185.144930] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[164185.144931] PKRU: 55555554
[164185.144931] Call Trace:
[164185.144931] <TASK>
[164185.144933] _raw_spin_lock_irqsave+0x46/0x60
[164185.144934] cgroup_rstat_flush+0xf4/0x7e0
[164185.144935] cgroup_rstat_exit+0x20/0xf0
[164185.144936] css_free_rwork_fn+0x12e/0x400
[164185.144937] process_one_work+0x19e/0x3e0
[164185.144939] worker_thread+0x2ad/0x3c0
[164185.144940] kthread+0x108/0x220
[164185.144941] ? __pfx_worker_thread+0x10/0x10
[164185.144943] ? __pfx_kthread+0x10/0x10
[164185.144944] ret_from_fork+0x3d/0x60
[164185.144945] ? __pfx_kthread+0x10/0x10
[164185.144945] ret_from_fork_asm+0x1a/0x30
[164185.144947] </TASK>
[164365.159686] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[164365.172862] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8759365
[164365.190676] rcu: (detected by 149, t=33371769 jiffies, g=639685, q=39177 ncpus=256)
[164365.206089] Sending NMI from CPU 149 to CPUs 156:
[164365.206094] NMI backtrace for cpu 156
[164365.206100] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[164365.206103] Tainted: [D]=DIE, [W]=WARN
[164365.206103] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[164365.206104] Workqueue: cgroup_destroy css_free_rwork_fn
[164365.206107] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[164365.206109] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[164365.206110] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[164365.206111] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[164365.206111] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[164365.206112] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[164365.206112] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[164365.206113] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[164365.206113] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[164365.206114] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[164365.206114] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[164365.206115] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[164365.206115] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[164365.206116] PKRU: 55555554
[164365.206116] Call Trace:
[164365.206116] <TASK>
[164365.206118] _raw_spin_lock_irqsave+0x46/0x60
[164365.206119] cgroup_rstat_flush+0xf4/0x7e0
[164365.206120] cgroup_rstat_exit+0x20/0xf0
[164365.206121] css_free_rwork_fn+0x12e/0x400
[164365.206122] process_one_work+0x19e/0x3e0
[164365.206124] worker_thread+0x2ad/0x3c0
[164365.206126] kthread+0x108/0x220
[164365.206127] ? __pfx_worker_thread+0x10/0x10
[164365.206128] ? __pfx_kthread+0x10/0x10
[164365.206129] ret_from_fork+0x3d/0x60
[164365.206130] ? __pfx_kthread+0x10/0x10
[164365.206131] ret_from_fork_asm+0x1a/0x30
[164365.206133] </TASK>
[164545.220926] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[164545.234111] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8771297
[164545.251928] rcu: (detected by 175, t=33416785 jiffies, g=639685, q=39189 ncpus=256)
[164545.267350] Sending NMI from CPU 175 to CPUs 156:
[164545.267354] NMI backtrace for cpu 156
[164545.267360] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[164545.267363] Tainted: [D]=DIE, [W]=WARN
[164545.267363] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[164545.267364] Workqueue: cgroup_destroy css_free_rwork_fn
[164545.267368] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[164545.267370] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[164545.267371] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[164545.267373] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[164545.267373] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[164545.267373] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[164545.267374] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[164545.267374] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[164545.267375] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[164545.267376] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[164545.267376] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[164545.267377] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[164545.267377] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[164545.267377] PKRU: 55555554
[164545.267378] Call Trace:
[164545.267378] <TASK>
[164545.267379] _raw_spin_lock_irqsave+0x46/0x60
[164545.267381] cgroup_rstat_flush+0xf4/0x7e0
[164545.267382] cgroup_rstat_exit+0x20/0xf0
[164545.267383] css_free_rwork_fn+0x12e/0x400
[164545.267384] process_one_work+0x19e/0x3e0
[164545.267386] worker_thread+0x2ad/0x3c0
[164545.267387] kthread+0x108/0x220
[164545.267388] ? __pfx_worker_thread+0x10/0x10
[164545.267389] ? __pfx_kthread+0x10/0x10
[164545.267390] ret_from_fork+0x3d/0x60
[164545.267392] ? __pfx_kthread+0x10/0x10
[164545.267392] ret_from_fork_asm+0x1a/0x30
[164545.267394] </TASK>
[164725.282167] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[164725.295340] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8783240
[164725.313159] rcu: (detected by 175, t=33461801 jiffies, g=639685, q=39205 ncpus=256)
[164725.328575] Sending NMI from CPU 175 to CPUs 156:
[164725.328580] NMI backtrace for cpu 156
[164725.328586] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[164725.328589] Tainted: [D]=DIE, [W]=WARN
[164725.328589] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[164725.328590] Workqueue: cgroup_destroy css_free_rwork_fn
[164725.328594] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[164725.328596] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[164725.328597] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[164725.328598] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[164725.328598] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[164725.328599] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[164725.328599] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[164725.328600] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[164725.328601] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[164725.328601] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[164725.328601] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[164725.328602] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[164725.328603] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[164725.328603] PKRU: 55555554
[164725.328603] Call Trace:
[164725.328604] <TASK>
[164725.328605] _raw_spin_lock_irqsave+0x46/0x60
[164725.328606] cgroup_rstat_flush+0xf4/0x7e0
[164725.328608] cgroup_rstat_exit+0x20/0xf0
[164725.328609] css_free_rwork_fn+0x12e/0x400
[164725.328610] process_one_work+0x19e/0x3e0
[164725.328612] worker_thread+0x2ad/0x3c0
[164725.328613] kthread+0x108/0x220
[164725.328614] ? __pfx_worker_thread+0x10/0x10
[164725.328615] ? __pfx_kthread+0x10/0x10
[164725.328616] ret_from_fork+0x3d/0x60
[164725.328617] ? __pfx_kthread+0x10/0x10
[164725.328618] ret_from_fork_asm+0x1a/0x30
[164725.328620] </TASK>
[164905.343411] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[164905.356597] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8795216
[164905.374422] rcu: (detected by 159, t=33506817 jiffies, g=639685, q=39218 ncpus=256)
[164905.389847] Sending NMI from CPU 159 to CPUs 156:
[164905.389852] NMI backtrace for cpu 156
[164905.389854] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[164905.389856] Tainted: [D]=DIE, [W]=WARN
[164905.389857] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[164905.389857] Workqueue: cgroup_destroy css_free_rwork_fn
[164905.389859] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[164905.389861] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[164905.389862] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[164905.389862] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[164905.389863] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[164905.389863] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[164905.389864] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[164905.389864] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[164905.389865] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[164905.389866] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[164905.389866] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[164905.389867] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[164905.389867] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[164905.389867] PKRU: 55555554
[164905.389867] Call Trace:
[164905.389868] <TASK>
[164905.389869] _raw_spin_lock_irqsave+0x46/0x60
[164905.389870] cgroup_rstat_flush+0xf4/0x7e0
[164905.389872] cgroup_rstat_exit+0x20/0xf0
[164905.389873] css_free_rwork_fn+0x12e/0x400
[164905.389873] process_one_work+0x19e/0x3e0
[164905.389875] worker_thread+0x2ad/0x3c0
[164905.389877] kthread+0x108/0x220
[164905.389878] ? __pfx_worker_thread+0x10/0x10
[164905.389879] ? __pfx_kthread+0x10/0x10
[164905.389880] ret_from_fork+0x3d/0x60
[164905.389881] ? __pfx_kthread+0x10/0x10
[164905.389882] ret_from_fork_asm+0x1a/0x30
[164905.389884] </TASK>
[165085.404651] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[165085.417836] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8807170
[165085.435660] rcu: (detected by 158, t=33551833 jiffies, g=639685, q=39231 ncpus=256)
[165085.451086] Sending NMI from CPU 158 to CPUs 156:
[165085.451090] NMI backtrace for cpu 156
[165085.451092] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[165085.451094] Tainted: [D]=DIE, [W]=WARN
[165085.451094] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[165085.451095] Workqueue: cgroup_destroy css_free_rwork_fn
[165085.451097] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[165085.451098] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[165085.451099] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[165085.451099] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[165085.451100] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[165085.451100] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[165085.451101] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[165085.451101] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[165085.451102] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[165085.451103] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[165085.451103] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[165085.451104] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[165085.451104] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[165085.451104] PKRU: 55555554
[165085.451105] Call Trace:
[165085.451105] <TASK>
[165085.451106] _raw_spin_lock_irqsave+0x46/0x60
[165085.451107] cgroup_rstat_flush+0xf4/0x7e0
[165085.451109] cgroup_rstat_exit+0x20/0xf0
[165085.451110] css_free_rwork_fn+0x12e/0x400
[165085.451111] process_one_work+0x19e/0x3e0
[165085.451112] worker_thread+0x2ad/0x3c0
[165085.451114] kthread+0x108/0x220
[165085.451115] ? __pfx_worker_thread+0x10/0x10
[165085.451116] ? __pfx_kthread+0x10/0x10
[165085.451117] ret_from_fork+0x3d/0x60
[165085.451118] ? __pfx_kthread+0x10/0x10
[165085.451119] ret_from_fork_asm+0x1a/0x30
[165085.451121] </TASK>
[165265.465892] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[165265.479079] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8819112
[165265.496912] rcu: (detected by 71, t=33596849 jiffies, g=639685, q=39248 ncpus=256)
[165265.512238] Sending NMI from CPU 71 to CPUs 156:
[165265.512245] NMI backtrace for cpu 156
[165265.512250] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[165265.512252] Tainted: [D]=DIE, [W]=WARN
[165265.512253] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[165265.512254] Workqueue: cgroup_destroy css_free_rwork_fn
[165265.512256] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[165265.512258] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[165265.512258] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[165265.512259] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[165265.512259] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[165265.512260] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[165265.512261] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[165265.512261] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[165265.512263] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[165265.512264] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[165265.512264] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[165265.512265] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[165265.512265] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[165265.512265] PKRU: 55555554
[165265.512266] Call Trace:
[165265.512266] <TASK>
[165265.512267] _raw_spin_lock_irqsave+0x46/0x60
[165265.512269] cgroup_rstat_flush+0xf4/0x7e0
[165265.512270] cgroup_rstat_exit+0x20/0xf0
[165265.512272] css_free_rwork_fn+0x12e/0x400
[165265.512273] process_one_work+0x19e/0x3e0
[165265.512274] worker_thread+0x2ad/0x3c0
[165265.512276] kthread+0x108/0x220
[165265.512277] ? __pfx_worker_thread+0x10/0x10
[165265.512278] ? __pfx_kthread+0x10/0x10
[165265.512279] ret_from_fork+0x3d/0x60
[165265.512280] ? __pfx_kthread+0x10/0x10
[165265.512281] ret_from_fork_asm+0x1a/0x30
[165265.512283] </TASK>
[165445.527135] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[165445.540322] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8831029
[165445.558149] rcu: (detected by 131, t=33641865 jiffies, g=639685, q=39269 ncpus=256)
[165445.573573] Sending NMI from CPU 131 to CPUs 156:
[165445.573578] NMI backtrace for cpu 156
[165445.573583] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[165445.573586] Tainted: [D]=DIE, [W]=WARN
[165445.573587] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[165445.573588] Workqueue: cgroup_destroy css_free_rwork_fn
[165445.573591] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[165445.573593] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[165445.573594] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[165445.573595] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[165445.573595] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[165445.573596] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[165445.573596] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[165445.573596] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[165445.573597] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[165445.573598] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[165445.573598] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[165445.573599] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[165445.573599] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[165445.573599] PKRU: 55555554
[165445.573600] Call Trace:
[165445.573600] <TASK>
[165445.573602] _raw_spin_lock_irqsave+0x46/0x60
[165445.573603] cgroup_rstat_flush+0xf4/0x7e0
[165445.573604] cgroup_rstat_exit+0x20/0xf0
[165445.573605] css_free_rwork_fn+0x12e/0x400
[165445.573606] process_one_work+0x19e/0x3e0
[165445.573608] worker_thread+0x2ad/0x3c0
[165445.573609] kthread+0x108/0x220
[165445.573610] ? __pfx_worker_thread+0x10/0x10
[165445.573612] ? __pfx_kthread+0x10/0x10
[165445.573613] ret_from_fork+0x3d/0x60
[165445.573614] ? __pfx_kthread+0x10/0x10
[165445.573615] ret_from_fork_asm+0x1a/0x30
[165445.573617] </TASK>
[165625.588377] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[165625.601568] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8842985
[165625.619402] rcu: (detected by 175, t=33686881 jiffies, g=639685, q=39281 ncpus=256)
[165625.634826] Sending NMI from CPU 175 to CPUs 156:
[165625.634831] NMI backtrace for cpu 156
[165625.634837] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[165625.634839] Tainted: [D]=DIE, [W]=WARN
[165625.634840] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[165625.634840] Workqueue: cgroup_destroy css_free_rwork_fn
[165625.634844] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[165625.634846] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[165625.634847] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[165625.634848] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[165625.634848] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[165625.634848] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[165625.634849] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[165625.634849] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[165625.634850] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[165625.634851] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[165625.634851] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[165625.634852] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[165625.634852] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[165625.634852] PKRU: 55555554
[165625.634853] Call Trace:
[165625.634853] <TASK>
[165625.634854] _raw_spin_lock_irqsave+0x46/0x60
[165625.634856] cgroup_rstat_flush+0xf4/0x7e0
[165625.634857] cgroup_rstat_exit+0x20/0xf0
[165625.634858] css_free_rwork_fn+0x12e/0x400
[165625.634859] process_one_work+0x19e/0x3e0
[165625.634861] worker_thread+0x2ad/0x3c0
[165625.634862] kthread+0x108/0x220
[165625.634863] ? __pfx_worker_thread+0x10/0x10
[165625.634864] ? __pfx_kthread+0x10/0x10
[165625.634865] ret_from_fork+0x3d/0x60
[165625.634866] ? __pfx_kthread+0x10/0x10
[165625.634867] ret_from_fork_asm+0x1a/0x30
[165625.634869] </TASK>
[165805.649615] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[165805.662796] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8854946
[165805.680619] rcu: (detected by 219, t=33731897 jiffies, g=639685, q=39297 ncpus=256)
[165805.696039] Sending NMI from CPU 219 to CPUs 156:
[165805.696043] NMI backtrace for cpu 156
[165805.696049] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[165805.696051] Tainted: [D]=DIE, [W]=WARN
[165805.696052] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[165805.696053] Workqueue: cgroup_destroy css_free_rwork_fn
[165805.696056] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[165805.696058] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[165805.696059] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[165805.696059] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[165805.696060] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[165805.696060] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[165805.696061] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[165805.696061] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[165805.696062] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[165805.696063] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[165805.696063] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[165805.696064] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[165805.696064] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[165805.696064] PKRU: 55555554
[165805.696065] Call Trace:
[165805.696065] <TASK>
[165805.696066] _raw_spin_lock_irqsave+0x46/0x60
[165805.696068] cgroup_rstat_flush+0xf4/0x7e0
[165805.696069] cgroup_rstat_exit+0x20/0xf0
[165805.696070] css_free_rwork_fn+0x12e/0x400
[165805.696071] process_one_work+0x19e/0x3e0
[165805.696072] worker_thread+0x2ad/0x3c0
[165805.696074] kthread+0x108/0x220
[165805.696075] ? __pfx_worker_thread+0x10/0x10
[165805.696076] ? __pfx_kthread+0x10/0x10
[165805.696077] ret_from_fork+0x3d/0x60
[165805.696079] ? __pfx_kthread+0x10/0x10
[165805.696079] ret_from_fork_asm+0x1a/0x30
[165805.696081] </TASK>
[165985.710856] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[165985.724025] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8866865
[165985.741843] rcu: (detected by 91, t=33776913 jiffies, g=639685, q=39309 ncpus=256)
[165985.757156] Sending NMI from CPU 91 to CPUs 156:
[165985.757160] NMI backtrace for cpu 156
[165985.757166] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[165985.757169] Tainted: [D]=DIE, [W]=WARN
[165985.757169] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[165985.757170] Workqueue: cgroup_destroy css_free_rwork_fn
[165985.757174] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[165985.757176] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[165985.757177] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[165985.757177] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[165985.757178] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[165985.757178] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[165985.757178] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[165985.757179] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[165985.757180] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[165985.757180] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[165985.757180] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[165985.757181] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[165985.757181] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[165985.757182] PKRU: 55555554
[165985.757182] Call Trace:
[165985.757183] <TASK>
[165985.757184] _raw_spin_lock_irqsave+0x46/0x60
[165985.757185] cgroup_rstat_flush+0xf4/0x7e0
[165985.757186] cgroup_rstat_exit+0x20/0xf0
[165985.757187] css_free_rwork_fn+0x12e/0x400
[165985.757188] process_one_work+0x19e/0x3e0
[165985.757190] worker_thread+0x2ad/0x3c0
[165985.757191] kthread+0x108/0x220
[165985.757192] ? __pfx_worker_thread+0x10/0x10
[165985.757194] ? __pfx_kthread+0x10/0x10
[165985.757195] ret_from_fork+0x3d/0x60
[165985.757196] ? __pfx_kthread+0x10/0x10
[165985.757197] ret_from_fork_asm+0x1a/0x30
[165985.757199] </TASK>
[166165.772099] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[166165.785265] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8878784
[166165.803070] rcu: (detected by 185, t=33821929 jiffies, g=639685, q=39323 ncpus=256)
[166165.818477] Sending NMI from CPU 185 to CPUs 156:
[166165.818483] NMI backtrace for cpu 156
[166165.818489] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[166165.818492] Tainted: [D]=DIE, [W]=WARN
[166165.818492] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[166165.818493] Workqueue: cgroup_destroy css_free_rwork_fn
[166165.818496] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[166165.818498] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[166165.818499] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[166165.818500] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[166165.818500] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[166165.818501] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[166165.818501] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[166165.818502] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[166165.818502] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[166165.818503] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[166165.818503] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[166165.818504] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[166165.818504] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[166165.818505] PKRU: 55555554
[166165.818505] Call Trace:
[166165.818506] <TASK>
[166165.818507] _raw_spin_lock_irqsave+0x46/0x60
[166165.818508] cgroup_rstat_flush+0xf4/0x7e0
[166165.818509] cgroup_rstat_exit+0x20/0xf0
[166165.818511] css_free_rwork_fn+0x12e/0x400
[166165.818511] process_one_work+0x19e/0x3e0
[166165.818513] worker_thread+0x2ad/0x3c0
[166165.818515] kthread+0x108/0x220
[166165.818515] ? __pfx_worker_thread+0x10/0x10
[166165.818517] ? __pfx_kthread+0x10/0x10
[166165.818518] ret_from_fork+0x3d/0x60
[166165.818519] ? __pfx_kthread+0x10/0x10
[166165.818520] ret_from_fork_asm+0x1a/0x30
[166165.818522] </TASK>
[166345.833338] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[166345.846518] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8890728
[166345.864338] rcu: (detected by 175, t=33866945 jiffies, g=639685, q=39347 ncpus=256)
[166345.879754] Sending NMI from CPU 175 to CPUs 156:
[166345.879759] NMI backtrace for cpu 156
[166345.879765] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[166345.879767] Tainted: [D]=DIE, [W]=WARN
[166345.879768] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[166345.879769] Workqueue: cgroup_destroy css_free_rwork_fn
[166345.879772] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[166345.879774] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[166345.879775] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[166345.879776] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[166345.879776] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[166345.879777] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[166345.879777] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[166345.879777] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[166345.879778] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[166345.879779] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[166345.879779] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[166345.879780] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[166345.879780] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[166345.879781] PKRU: 55555554
[166345.879781] Call Trace:
[166345.879781] <TASK>
[166345.879783] _raw_spin_lock_irqsave+0x46/0x60
[166345.879784] cgroup_rstat_flush+0xf4/0x7e0
[166345.879785] cgroup_rstat_exit+0x20/0xf0
[166345.879786] css_free_rwork_fn+0x12e/0x400
[166345.879787] process_one_work+0x19e/0x3e0
[166345.879789] worker_thread+0x2ad/0x3c0
[166345.879790] kthread+0x108/0x220
[166345.879791] ? __pfx_worker_thread+0x10/0x10
[166345.879793] ? __pfx_kthread+0x10/0x10
[166345.879794] ret_from_fork+0x3d/0x60
[166345.879795] ? __pfx_kthread+0x10/0x10
[166345.879796] ret_from_fork_asm+0x1a/0x30
[166345.879797] </TASK>
[166525.894581] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[166525.907755] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8902672
[166525.925582] rcu: (detected by 44, t=33911961 jiffies, g=639685, q=39359 ncpus=256)
[166525.940903] Sending NMI from CPU 44 to CPUs 156:
[166525.940907] NMI backtrace for cpu 156
[166525.940913] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[166525.940915] Tainted: [D]=DIE, [W]=WARN
[166525.940916] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[166525.940917] Workqueue: cgroup_destroy css_free_rwork_fn
[166525.940920] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[166525.940922] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[166525.940923] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[166525.940924] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[166525.940924] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[166525.940924] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[166525.940925] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[166525.940925] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[166525.940926] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[166525.940927] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[166525.940927] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[166525.940928] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[166525.940928] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[166525.940928] PKRU: 55555554
[166525.940929] Call Trace:
[166525.940929] <TASK>
[166525.940930] _raw_spin_lock_irqsave+0x46/0x60
[166525.940932] cgroup_rstat_flush+0xf4/0x7e0
[166525.940933] cgroup_rstat_exit+0x20/0xf0
[166525.940934] css_free_rwork_fn+0x12e/0x400
[166525.940935] process_one_work+0x19e/0x3e0
[166525.940937] worker_thread+0x2ad/0x3c0
[166525.940938] kthread+0x108/0x220
[166525.940939] ? __pfx_worker_thread+0x10/0x10
[166525.940941] ? __pfx_kthread+0x10/0x10
[166525.940942] ret_from_fork+0x3d/0x60
[166525.940943] ? __pfx_kthread+0x10/0x10
[166525.940944] ret_from_fork_asm+0x1a/0x30
[166525.940946] </TASK>
[166705.955821] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[166705.968986] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8914638
[166705.986801] rcu: (detected by 175, t=33956977 jiffies, g=639685, q=39376 ncpus=256)
[166706.002212] Sending NMI from CPU 175 to CPUs 156:
[166706.002217] NMI backtrace for cpu 156
[166706.002223] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[166706.002225] Tainted: [D]=DIE, [W]=WARN
[166706.002226] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[166706.002227] Workqueue: cgroup_destroy css_free_rwork_fn
[166706.002230] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[166706.002232] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[166706.002234] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[166706.002234] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[166706.002235] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[166706.002235] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[166706.002236] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[166706.002236] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[166706.002237] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[166706.002238] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[166706.002238] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[166706.002239] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[166706.002239] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[166706.002239] PKRU: 55555554
[166706.002240] Call Trace:
[166706.002240] <TASK>
[166706.002241] _raw_spin_lock_irqsave+0x46/0x60
[166706.002243] cgroup_rstat_flush+0xf4/0x7e0
[166706.002244] cgroup_rstat_exit+0x20/0xf0
[166706.002245] css_free_rwork_fn+0x12e/0x400
[166706.002246] process_one_work+0x19e/0x3e0
[166706.002247] worker_thread+0x2ad/0x3c0
[166706.002249] kthread+0x108/0x220
[166706.002250] ? __pfx_worker_thread+0x10/0x10
[166706.002252] ? __pfx_kthread+0x10/0x10
[166706.002253] ret_from_fork+0x3d/0x60
[166706.002254] ? __pfx_kthread+0x10/0x10
[166706.002255] ret_from_fork_asm+0x1a/0x30
[166706.002257] </TASK>
[166886.017065] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[166886.030254] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8926588
[166886.048090] rcu: (detected by 219, t=34001993 jiffies, g=639685, q=39390 ncpus=256)
[166886.063520] Sending NMI from CPU 219 to CPUs 156:
[166886.063525] NMI backtrace for cpu 156
[166886.063530] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[166886.063533] Tainted: [D]=DIE, [W]=WARN
[166886.063534] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[166886.063535] Workqueue: cgroup_destroy css_free_rwork_fn
[166886.063537] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[166886.063539] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[166886.063541] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[166886.063541] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[166886.063542] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[166886.063542] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[166886.063542] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[166886.063543] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[166886.063544] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[166886.063544] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[166886.063545] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[166886.063545] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[166886.063546] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[166886.063546] PKRU: 55555554
[166886.063546] Call Trace:
[166886.063547] <TASK>
[166886.063548] _raw_spin_lock_irqsave+0x46/0x60
[166886.063549] cgroup_rstat_flush+0xf4/0x7e0
[166886.063551] cgroup_rstat_exit+0x20/0xf0
[166886.063552] css_free_rwork_fn+0x12e/0x400
[166886.063553] process_one_work+0x19e/0x3e0
[166886.063554] worker_thread+0x2ad/0x3c0
[166886.063556] kthread+0x108/0x220
[166886.063557] ? __pfx_worker_thread+0x10/0x10
[166886.063558] ? __pfx_kthread+0x10/0x10
[166886.063559] ret_from_fork+0x3d/0x60
[166886.063560] ? __pfx_kthread+0x10/0x10
[166886.063561] ret_from_fork_asm+0x1a/0x30
[166886.063563] </TASK>
[167066.078306] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[167066.091492] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8938526
[167066.109317] rcu: (detected by 42, t=34047009 jiffies, g=639685, q=39407 ncpus=256)
[167066.124637] Sending NMI from CPU 42 to CPUs 156:
[167066.124643] NMI backtrace for cpu 156
[167066.124649] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[167066.124651] Tainted: [D]=DIE, [W]=WARN
[167066.124651] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[167066.124652] Workqueue: cgroup_destroy css_free_rwork_fn
[167066.124655] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[167066.124658] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[167066.124659] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[167066.124659] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[167066.124660] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[167066.124660] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[167066.124660] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[167066.124661] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[167066.124662] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[167066.124662] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[167066.124663] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[167066.124663] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[167066.124664] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[167066.124664] PKRU: 55555554
[167066.124664] Call Trace:
[167066.124665] <TASK>
[167066.124666] _raw_spin_lock_irqsave+0x46/0x60
[167066.124667] cgroup_rstat_flush+0xf4/0x7e0
[167066.124669] cgroup_rstat_exit+0x20/0xf0
[167066.124670] css_free_rwork_fn+0x12e/0x400
[167066.124671] process_one_work+0x19e/0x3e0
[167066.124672] worker_thread+0x2ad/0x3c0
[167066.124674] kthread+0x108/0x220
[167066.124675] ? __pfx_worker_thread+0x10/0x10
[167066.124676] ? __pfx_kthread+0x10/0x10
[167066.124677] ret_from_fork+0x3d/0x60
[167066.124679] ? __pfx_kthread+0x10/0x10
[167066.124679] ret_from_fork_asm+0x1a/0x30
[167066.124681] </TASK>
[167246.139545] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[167246.152720] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8950470
[167246.170534] rcu: (detected by 3, t=34092025 jiffies, g=639685, q=39420 ncpus=256)
[167246.185744] Sending NMI from CPU 3 to CPUs 156:
[167246.185749] NMI backtrace for cpu 156
[167246.185755] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[167246.185758] Tainted: [D]=DIE, [W]=WARN
[167246.185759] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[167246.185760] Workqueue: cgroup_destroy css_free_rwork_fn
[167246.185763] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[167246.185765] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[167246.185766] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[167246.185767] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[167246.185767] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[167246.185768] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[167246.185768] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[167246.185769] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[167246.185769] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[167246.185770] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[167246.185770] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[167246.185771] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[167246.185771] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[167246.185772] PKRU: 55555554
[167246.185772] Call Trace:
[167246.185773] <TASK>
[167246.185774] _raw_spin_lock_irqsave+0x46/0x60
[167246.185776] cgroup_rstat_flush+0xf4/0x7e0
[167246.185777] cgroup_rstat_exit+0x20/0xf0
[167246.185778] css_free_rwork_fn+0x12e/0x400
[167246.185779] process_one_work+0x19e/0x3e0
[167246.185781] worker_thread+0x2ad/0x3c0
[167246.185783] kthread+0x108/0x220
[167246.185784] ? __pfx_worker_thread+0x10/0x10
[167246.185785] ? __pfx_kthread+0x10/0x10
[167246.185786] ret_from_fork+0x3d/0x60
[167246.185787] ? __pfx_kthread+0x10/0x10
[167246.185788] ret_from_fork_asm+0x1a/0x30
[167246.185790] </TASK>
[167426.200789] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[167426.213960] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8962433
[167426.231776] rcu: (detected by 219, t=34137041 jiffies, g=639685, q=39436 ncpus=256)
[167426.247192] Sending NMI from CPU 219 to CPUs 156:
[167426.247196] NMI backtrace for cpu 156
[167426.247201] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[167426.247204] Tainted: [D]=DIE, [W]=WARN
[167426.247205] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[167426.247206] Workqueue: cgroup_destroy css_free_rwork_fn
[167426.247209] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[167426.247212] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[167426.247213] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[167426.247214] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[167426.247214] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[167426.247215] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[167426.247215] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[167426.247215] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[167426.247216] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[167426.247217] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[167426.247217] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[167426.247218] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[167426.247218] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[167426.247218] PKRU: 55555554
[167426.247219] Call Trace:
[167426.247219] <TASK>
[167426.247221] _raw_spin_lock_irqsave+0x46/0x60
[167426.247222] cgroup_rstat_flush+0xf4/0x7e0
[167426.247223] cgroup_rstat_exit+0x20/0xf0
[167426.247224] css_free_rwork_fn+0x12e/0x400
[167426.247225] process_one_work+0x19e/0x3e0
[167426.247227] worker_thread+0x2ad/0x3c0
[167426.247229] kthread+0x108/0x220
[167426.247230] ? __pfx_worker_thread+0x10/0x10
[167426.247231] ? __pfx_kthread+0x10/0x10
[167426.247232] ret_from_fork+0x3d/0x60
[167426.247233] ? __pfx_kthread+0x10/0x10
[167426.247234] ret_from_fork_asm+0x1a/0x30
[167426.247236] </TASK>
[167606.262029] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[167606.275200] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8974361
[167606.293026] rcu: (detected by 66, t=34182057 jiffies, g=639685, q=39452 ncpus=256)
[167606.308345] Sending NMI from CPU 66 to CPUs 156:
[167606.308351] NMI backtrace for cpu 156
[167606.308356] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[167606.308359] Tainted: [D]=DIE, [W]=WARN
[167606.308360] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[167606.308361] Workqueue: cgroup_destroy css_free_rwork_fn
[167606.308364] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[167606.308366] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[167606.308367] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[167606.308368] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[167606.308368] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[167606.308369] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[167606.308369] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[167606.308369] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[167606.308370] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[167606.308371] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[167606.308371] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[167606.308372] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[167606.308372] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[167606.308373] PKRU: 55555554
[167606.308373] Call Trace:
[167606.308374] <TASK>
[167606.308374] _raw_spin_lock_irqsave+0x46/0x60
[167606.308376] cgroup_rstat_flush+0xf4/0x7e0
[167606.308377] cgroup_rstat_exit+0x20/0xf0
[167606.308378] css_free_rwork_fn+0x12e/0x400
[167606.308379] process_one_work+0x19e/0x3e0
[167606.308381] worker_thread+0x2ad/0x3c0
[167606.308382] kthread+0x108/0x220
[167606.308383] ? __pfx_worker_thread+0x10/0x10
[167606.308385] ? __pfx_kthread+0x10/0x10
[167606.308385] ret_from_fork+0x3d/0x60
[167606.308387] ? __pfx_kthread+0x10/0x10
[167606.308387] ret_from_fork_asm+0x1a/0x30
[167606.308389] </TASK>
[167786.323270] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[167786.336443] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8986292
[167786.354257] rcu: (detected by 3, t=34227073 jiffies, g=639685, q=39467 ncpus=256)
[167786.369467] Sending NMI from CPU 3 to CPUs 156:
[167786.369472] NMI backtrace for cpu 156
[167786.369477] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[167786.369480] Tainted: [D]=DIE, [W]=WARN
[167786.369481] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[167786.369481] Workqueue: cgroup_destroy css_free_rwork_fn
[167786.369484] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[167786.369486] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[167786.369487] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[167786.369488] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[167786.369489] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[167786.369489] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[167786.369489] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[167786.369490] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[167786.369491] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[167786.369491] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[167786.369491] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[167786.369492] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[167786.369492] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[167786.369493] PKRU: 55555554
[167786.369493] Call Trace:
[167786.369494] <TASK>
[167786.369495] _raw_spin_lock_irqsave+0x46/0x60
[167786.369496] cgroup_rstat_flush+0xf4/0x7e0
[167786.369497] cgroup_rstat_exit+0x20/0xf0
[167786.369499] css_free_rwork_fn+0x12e/0x400
[167786.369499] process_one_work+0x19e/0x3e0
[167786.369501] worker_thread+0x2ad/0x3c0
[167786.369503] kthread+0x108/0x220
[167786.369503] ? __pfx_worker_thread+0x10/0x10
[167786.369505] ? __pfx_kthread+0x10/0x10
[167786.369506] ret_from_fork+0x3d/0x60
[167786.369507] ? __pfx_kthread+0x10/0x10
[167786.369508] ret_from_fork_asm+0x1a/0x30
[167786.369510] </TASK>
[167966.384510] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[167966.397659] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=8998264
[167966.415456] rcu: (detected by 0, t=34272089 jiffies, g=639685, q=39479 ncpus=256)
[167966.430650] Sending NMI from CPU 0 to CPUs 156:
[167966.430655] NMI backtrace for cpu 156
[167966.430661] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[167966.430664] Tainted: [D]=DIE, [W]=WARN
[167966.430664] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[167966.430665] Workqueue: cgroup_destroy css_free_rwork_fn
[167966.430668] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[167966.430670] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[167966.430671] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[167966.430672] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[167966.430673] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[167966.430673] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[167966.430673] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[167966.430674] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[167966.430675] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[167966.430675] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[167966.430675] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[167966.430676] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[167966.430677] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[167966.430677] PKRU: 55555554
[167966.430677] Call Trace:
[167966.430678] <TASK>
[167966.430679] _raw_spin_lock_irqsave+0x46/0x60
[167966.430680] cgroup_rstat_flush+0xf4/0x7e0
[167966.430681] cgroup_rstat_exit+0x20/0xf0
[167966.430683] css_free_rwork_fn+0x12e/0x400
[167966.430683] process_one_work+0x19e/0x3e0
[167966.430685] worker_thread+0x2ad/0x3c0
[167966.430687] kthread+0x108/0x220
[167966.430687] ? __pfx_worker_thread+0x10/0x10
[167966.430689] ? __pfx_kthread+0x10/0x10
[167966.430690] ret_from_fork+0x3d/0x60
[167966.430691] ? __pfx_kthread+0x10/0x10
[167966.430692] ret_from_fork_asm+0x1a/0x30
[167966.430694] </TASK>
[168146.445751] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[168146.458913] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9010215
[168146.476719] rcu: (detected by 158, t=34317105 jiffies, g=639685, q=39493 ncpus=256)
[168146.492120] Sending NMI from CPU 158 to CPUs 156:
[168146.492124] NMI backtrace for cpu 156
[168146.492127] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[168146.492129] Tainted: [D]=DIE, [W]=WARN
[168146.492129] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[168146.492130] Workqueue: cgroup_destroy css_free_rwork_fn
[168146.492132] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[168146.492134] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[168146.492135] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[168146.492136] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[168146.492136] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[168146.492136] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[168146.492137] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[168146.492137] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[168146.492138] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[168146.492139] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[168146.492139] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[168146.492140] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[168146.492140] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[168146.492140] PKRU: 55555554
[168146.492141] Call Trace:
[168146.492141] <TASK>
[168146.492142] _raw_spin_lock_irqsave+0x46/0x60
[168146.492144] cgroup_rstat_flush+0xf4/0x7e0
[168146.492145] cgroup_rstat_exit+0x20/0xf0
[168146.492146] css_free_rwork_fn+0x12e/0x400
[168146.492147] process_one_work+0x19e/0x3e0
[168146.492149] worker_thread+0x2ad/0x3c0
[168146.492150] kthread+0x108/0x220
[168146.492151] ? __pfx_worker_thread+0x10/0x10
[168146.492152] ? __pfx_kthread+0x10/0x10
[168146.492153] ret_from_fork+0x3d/0x60
[168146.492154] ? __pfx_kthread+0x10/0x10
[168146.492155] ret_from_fork_asm+0x1a/0x30
[168146.492157] </TASK>
[168326.506993] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[168326.520179] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9022185
[168326.538011] rcu: (detected by 175, t=34362121 jiffies, g=639685, q=39516 ncpus=256)
[168326.553440] Sending NMI from CPU 175 to CPUs 156:
[168326.553445] NMI backtrace for cpu 156
[168326.553451] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[168326.553453] Tainted: [D]=DIE, [W]=WARN
[168326.553453] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[168326.553454] Workqueue: cgroup_destroy css_free_rwork_fn
[168326.553456] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[168326.553458] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[168326.553459] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[168326.553459] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[168326.553460] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[168326.553460] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[168326.553461] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[168326.553462] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[168326.553463] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[168326.553463] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[168326.553463] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[168326.553464] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[168326.553465] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[168326.553465] PKRU: 55555554
[168326.553465] Call Trace:
[168326.553466] <TASK>
[168326.553467] _raw_spin_lock_irqsave+0x46/0x60
[168326.553468] cgroup_rstat_flush+0xf4/0x7e0
[168326.553470] cgroup_rstat_exit+0x20/0xf0
[168326.553471] css_free_rwork_fn+0x12e/0x400
[168326.553472] process_one_work+0x19e/0x3e0
[168326.553473] worker_thread+0x2ad/0x3c0
[168326.553475] kthread+0x108/0x220
[168326.553476] ? __pfx_worker_thread+0x10/0x10
[168326.553478] ? __pfx_kthread+0x10/0x10
[168326.553479] ret_from_fork+0x3d/0x60
[168326.553480] ? __pfx_kthread+0x10/0x10
[168326.553481] ret_from_fork_asm+0x1a/0x30
[168326.553483] </TASK>
[168506.568233] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[168506.581412] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9034153
[168506.599239] rcu: (detected by 175, t=34407137 jiffies, g=639685, q=39530 ncpus=256)
[168506.614667] Sending NMI from CPU 175 to CPUs 156:
[168506.614672] NMI backtrace for cpu 156
[168506.614678] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[168506.614680] Tainted: [D]=DIE, [W]=WARN
[168506.614681] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[168506.614682] Workqueue: cgroup_destroy css_free_rwork_fn
[168506.614685] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[168506.614687] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[168506.614688] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[168506.614689] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[168506.614689] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[168506.614690] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[168506.614690] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[168506.614690] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[168506.614691] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[168506.614692] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[168506.614692] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[168506.614693] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[168506.614693] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[168506.614693] PKRU: 55555554
[168506.614694] Call Trace:
[168506.614694] <TASK>
[168506.614696] _raw_spin_lock_irqsave+0x46/0x60
[168506.614697] cgroup_rstat_flush+0xf4/0x7e0
[168506.614698] cgroup_rstat_exit+0x20/0xf0
[168506.614699] css_free_rwork_fn+0x12e/0x400
[168506.614700] process_one_work+0x19e/0x3e0
[168506.614702] worker_thread+0x2ad/0x3c0
[168506.614703] kthread+0x108/0x220
[168506.614704] ? __pfx_worker_thread+0x10/0x10
[168506.614706] ? __pfx_kthread+0x10/0x10
[168506.614707] ret_from_fork+0x3d/0x60
[168506.614708] ? __pfx_kthread+0x10/0x10
[168506.614708] ret_from_fork_asm+0x1a/0x30
[168506.614710] </TASK>
[168686.629475] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[168686.642658] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9046117
[168686.660486] rcu: (detected by 219, t=34452153 jiffies, g=639685, q=39546 ncpus=256)
[168686.675911] Sending NMI from CPU 219 to CPUs 156:
[168686.675916] NMI backtrace for cpu 156
[168686.675921] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[168686.675924] Tainted: [D]=DIE, [W]=WARN
[168686.675925] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[168686.675926] Workqueue: cgroup_destroy css_free_rwork_fn
[168686.675929] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[168686.675931] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[168686.675932] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[168686.675932] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[168686.675933] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[168686.675933] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[168686.675933] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[168686.675934] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[168686.675935] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[168686.675935] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[168686.675936] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[168686.675936] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[168686.675937] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[168686.675937] PKRU: 55555554
[168686.675937] Call Trace:
[168686.675938] <TASK>
[168686.675939] _raw_spin_lock_irqsave+0x46/0x60
[168686.675940] cgroup_rstat_flush+0xf4/0x7e0
[168686.675942] cgroup_rstat_exit+0x20/0xf0
[168686.675943] css_free_rwork_fn+0x12e/0x400
[168686.675943] process_one_work+0x19e/0x3e0
[168686.675945] worker_thread+0x2ad/0x3c0
[168686.675947] kthread+0x108/0x220
[168686.675948] ? __pfx_worker_thread+0x10/0x10
[168686.675949] ? __pfx_kthread+0x10/0x10
[168686.675950] ret_from_fork+0x3d/0x60
[168686.675951] ? __pfx_kthread+0x10/0x10
[168686.675952] ret_from_fork_asm+0x1a/0x30
[168686.675954] </TASK>
[168866.690715] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[168866.703897] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9058067
[168866.721724] rcu: (detected by 175, t=34497169 jiffies, g=639685, q=39565 ncpus=256)
[168866.737148] Sending NMI from CPU 175 to CPUs 156:
[168866.737153] NMI backtrace for cpu 156
[168866.737159] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[168866.737162] Tainted: [D]=DIE, [W]=WARN
[168866.737162] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[168866.737163] Workqueue: cgroup_destroy css_free_rwork_fn
[168866.737166] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[168866.737168] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[168866.737169] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[168866.737170] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[168866.737171] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[168866.737171] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[168866.737171] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[168866.737172] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[168866.737173] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[168866.737173] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[168866.737173] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[168866.737174] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[168866.737174] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[168866.737175] PKRU: 55555554
[168866.737175] Call Trace:
[168866.737176] <TASK>
[168866.737177] _raw_spin_lock_irqsave+0x46/0x60
[168866.737178] cgroup_rstat_flush+0xf4/0x7e0
[168866.737179] cgroup_rstat_exit+0x20/0xf0
[168866.737181] css_free_rwork_fn+0x12e/0x400
[168866.737181] process_one_work+0x19e/0x3e0
[168866.737183] worker_thread+0x2ad/0x3c0
[168866.737185] kthread+0x108/0x220
[168866.737185] ? __pfx_worker_thread+0x10/0x10
[168866.737187] ? __pfx_kthread+0x10/0x10
[168866.737188] ret_from_fork+0x3d/0x60
[168866.737189] ? __pfx_kthread+0x10/0x10
[168866.737190] ret_from_fork_asm+0x1a/0x30
[168866.737192] </TASK>
[169046.751958] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[169046.765139] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9070037
[169046.782963] rcu: (detected by 219, t=34542185 jiffies, g=639685, q=39577 ncpus=256)
[169046.798385] Sending NMI from CPU 219 to CPUs 156:
[169046.798390] NMI backtrace for cpu 156
[169046.798396] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[169046.798398] Tainted: [D]=DIE, [W]=WARN
[169046.798398] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[169046.798399] Workqueue: cgroup_destroy css_free_rwork_fn
[169046.798402] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[169046.798404] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[169046.798405] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[169046.798406] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[169046.798407] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[169046.798407] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[169046.798407] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[169046.798408] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[169046.798408] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[169046.798409] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[169046.798409] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[169046.798410] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[169046.798410] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[169046.798411] PKRU: 55555554
[169046.798411] Call Trace:
[169046.798412] <TASK>
[169046.798413] _raw_spin_lock_irqsave+0x46/0x60
[169046.798414] cgroup_rstat_flush+0xf4/0x7e0
[169046.798416] cgroup_rstat_exit+0x20/0xf0
[169046.798417] css_free_rwork_fn+0x12e/0x400
[169046.798417] process_one_work+0x19e/0x3e0
[169046.798419] worker_thread+0x2ad/0x3c0
[169046.798421] kthread+0x108/0x220
[169046.798421] ? __pfx_worker_thread+0x10/0x10
[169046.798423] ? __pfx_kthread+0x10/0x10
[169046.798424] ret_from_fork+0x3d/0x60
[169046.798425] ? __pfx_kthread+0x10/0x10
[169046.798426] ret_from_fork_asm+0x1a/0x30
[169046.798428] </TASK>
[169226.813198] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[169226.826379] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9081985
[169226.844205] rcu: (detected by 175, t=34587201 jiffies, g=639685, q=39589 ncpus=256)
[169226.859621] Sending NMI from CPU 175 to CPUs 156:
[169226.859625] NMI backtrace for cpu 156
[169226.859631] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[169226.859634] Tainted: [D]=DIE, [W]=WARN
[169226.859634] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[169226.859635] Workqueue: cgroup_destroy css_free_rwork_fn
[169226.859638] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[169226.859640] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[169226.859641] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[169226.859642] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[169226.859642] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[169226.859643] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[169226.859643] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[169226.859644] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[169226.859645] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[169226.859646] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[169226.859646] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[169226.859647] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[169226.859647] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[169226.859647] PKRU: 55555554
[169226.859648] Call Trace:
[169226.859648] <TASK>
[169226.859650] _raw_spin_lock_irqsave+0x46/0x60
[169226.859651] cgroup_rstat_flush+0xf4/0x7e0
[169226.859652] cgroup_rstat_exit+0x20/0xf0
[169226.859654] css_free_rwork_fn+0x12e/0x400
[169226.859654] process_one_work+0x19e/0x3e0
[169226.859656] worker_thread+0x2ad/0x3c0
[169226.859658] kthread+0x108/0x220
[169226.859658] ? __pfx_worker_thread+0x10/0x10
[169226.859660] ? __pfx_kthread+0x10/0x10
[169226.859661] ret_from_fork+0x3d/0x60
[169226.859662] ? __pfx_kthread+0x10/0x10
[169226.859663] ret_from_fork_asm+0x1a/0x30
[169226.859665] </TASK>
[169406.874441] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[169406.887614] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9093956
[169406.905435] rcu: (detected by 159, t=34632217 jiffies, g=639685, q=39615 ncpus=256)
[169406.920853] Sending NMI from CPU 159 to CPUs 156:
[169406.920857] NMI backtrace for cpu 156
[169406.920860] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[169406.920862] Tainted: [D]=DIE, [W]=WARN
[169406.920862] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[169406.920863] Workqueue: cgroup_destroy css_free_rwork_fn
[169406.920866] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[169406.920867] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[169406.920868] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[169406.920869] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[169406.920869] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[169406.920870] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[169406.920870] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[169406.920870] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[169406.920871] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[169406.920872] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[169406.920872] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[169406.920873] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[169406.920873] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[169406.920873] PKRU: 55555554
[169406.920874] Call Trace:
[169406.920874] <TASK>
[169406.920875] _raw_spin_lock_irqsave+0x46/0x60
[169406.920876] cgroup_rstat_flush+0xf4/0x7e0
[169406.920878] cgroup_rstat_exit+0x20/0xf0
[169406.920879] css_free_rwork_fn+0x12e/0x400
[169406.920880] process_one_work+0x19e/0x3e0
[169406.920881] worker_thread+0x2ad/0x3c0
[169406.920883] kthread+0x108/0x220
[169406.920884] ? __pfx_worker_thread+0x10/0x10
[169406.920885] ? __pfx_kthread+0x10/0x10
[169406.920886] ret_from_fork+0x3d/0x60
[169406.920887] ? __pfx_kthread+0x10/0x10
[169406.920888] ret_from_fork_asm+0x1a/0x30
[169406.920890] </TASK>
[169586.935681] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[169586.948863] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9105911
[169586.966697] rcu: (detected by 219, t=34677233 jiffies, g=639685, q=39633 ncpus=256)
[169586.982125] Sending NMI from CPU 219 to CPUs 156:
[169586.982130] NMI backtrace for cpu 156
[169586.982135] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[169586.982138] Tainted: [D]=DIE, [W]=WARN
[169586.982138] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[169586.982139] Workqueue: cgroup_destroy css_free_rwork_fn
[169586.982141] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[169586.982143] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[169586.982143] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[169586.982144] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[169586.982145] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[169586.982145] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[169586.982146] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[169586.982146] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[169586.982147] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[169586.982148] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[169586.982149] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[169586.982150] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[169586.982150] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[169586.982150] PKRU: 55555554
[169586.982151] Call Trace:
[169586.982151] <TASK>
[169586.982152] _raw_spin_lock_irqsave+0x46/0x60
[169586.982154] cgroup_rstat_flush+0xf4/0x7e0
[169586.982155] cgroup_rstat_exit+0x20/0xf0
[169586.982156] css_free_rwork_fn+0x12e/0x400
[169586.982157] process_one_work+0x19e/0x3e0
[169586.982159] worker_thread+0x2ad/0x3c0
[169586.982160] kthread+0x108/0x220
[169586.982161] ? __pfx_worker_thread+0x10/0x10
[169586.982162] ? __pfx_kthread+0x10/0x10
[169586.982163] ret_from_fork+0x3d/0x60
[169586.982164] ? __pfx_kthread+0x10/0x10
[169586.982165] ret_from_fork_asm+0x1a/0x30
[169586.982167] </TASK>
[169766.996923] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[169767.010108] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9117841
[169767.027948] rcu: (detected by 71, t=34722249 jiffies, g=639685, q=39646 ncpus=256)
[169767.043277] Sending NMI from CPU 71 to CPUs 156:
[169767.043282] NMI backtrace for cpu 156
[169767.043288] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[169767.043291] Tainted: [D]=DIE, [W]=WARN
[169767.043291] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[169767.043292] Workqueue: cgroup_destroy css_free_rwork_fn
[169767.043295] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[169767.043297] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[169767.043298] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[169767.043298] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[169767.043299] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[169767.043299] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[169767.043300] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[169767.043300] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[169767.043301] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[169767.043302] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[169767.043302] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[169767.043303] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[169767.043303] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[169767.043303] PKRU: 55555554
[169767.043304] Call Trace:
[169767.043304] <TASK>
[169767.043305] _raw_spin_lock_irqsave+0x46/0x60
[169767.043307] cgroup_rstat_flush+0xf4/0x7e0
[169767.043308] cgroup_rstat_exit+0x20/0xf0
[169767.043309] css_free_rwork_fn+0x12e/0x400
[169767.043310] process_one_work+0x19e/0x3e0
[169767.043311] worker_thread+0x2ad/0x3c0
[169767.043313] kthread+0x108/0x220
[169767.043314] ? __pfx_worker_thread+0x10/0x10
[169767.043315] ? __pfx_kthread+0x10/0x10
[169767.043316] ret_from_fork+0x3d/0x60
[169767.043317] ? __pfx_kthread+0x10/0x10
[169767.043318] ret_from_fork_asm+0x1a/0x30
[169767.043320] </TASK>
[169947.058165] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[169947.071340] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9129763
[169947.089154] rcu: (detected by 158, t=34767265 jiffies, g=639685, q=39662 ncpus=256)
[169947.104566] Sending NMI from CPU 158 to CPUs 156:
[169947.104571] NMI backtrace for cpu 156
[169947.104574] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[169947.104576] Tainted: [D]=DIE, [W]=WARN
[169947.104576] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[169947.104577] Workqueue: cgroup_destroy css_free_rwork_fn
[169947.104580] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[169947.104581] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[169947.104582] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[169947.104583] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[169947.104583] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[169947.104583] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[169947.104584] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[169947.104584] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[169947.104585] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[169947.104586] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[169947.104586] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[169947.104587] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[169947.104587] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[169947.104587] PKRU: 55555554
[169947.104588] Call Trace:
[169947.104588] <TASK>
[169947.104590] _raw_spin_lock_irqsave+0x46/0x60
[169947.104591] cgroup_rstat_flush+0xf4/0x7e0
[169947.104592] cgroup_rstat_exit+0x20/0xf0
[169947.104593] css_free_rwork_fn+0x12e/0x400
[169947.104594] process_one_work+0x19e/0x3e0
[169947.104596] worker_thread+0x2ad/0x3c0
[169947.104597] kthread+0x108/0x220
[169947.104598] ? __pfx_worker_thread+0x10/0x10
[169947.104600] ? __pfx_kthread+0x10/0x10
[169947.104601] ret_from_fork+0x3d/0x60
[169947.104602] ? __pfx_kthread+0x10/0x10
[169947.104603] ret_from_fork_asm+0x1a/0x30
[169947.104605] </TASK>
[170127.119405] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[170127.132595] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9141709
[170127.150428] rcu: (detected by 71, t=34812281 jiffies, g=639685, q=39687 ncpus=256)
[170127.165753] Sending NMI from CPU 71 to CPUs 156:
[170127.165758] NMI backtrace for cpu 156
[170127.165763] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[170127.165766] Tainted: [D]=DIE, [W]=WARN
[170127.165766] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[170127.165767] Workqueue: cgroup_destroy css_free_rwork_fn
[170127.165769] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[170127.165771] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[170127.165771] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[170127.165772] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[170127.165773] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[170127.165773] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[170127.165774] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[170127.165775] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[170127.165776] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[170127.165776] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[170127.165777] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[170127.165778] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[170127.165778] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[170127.165778] PKRU: 55555554
[170127.165779] Call Trace:
[170127.165779] <TASK>
[170127.165781] _raw_spin_lock_irqsave+0x46/0x60
[170127.165782] cgroup_rstat_flush+0xf4/0x7e0
[170127.165784] cgroup_rstat_exit+0x20/0xf0
[170127.165785] css_free_rwork_fn+0x12e/0x400
[170127.165786] process_one_work+0x19e/0x3e0
[170127.165787] worker_thread+0x2ad/0x3c0
[170127.165789] kthread+0x108/0x220
[170127.165790] ? __pfx_worker_thread+0x10/0x10
[170127.165791] ? __pfx_kthread+0x10/0x10
[170127.165792] ret_from_fork+0x3d/0x60
[170127.165793] ? __pfx_kthread+0x10/0x10
[170127.165794] ret_from_fork_asm+0x1a/0x30
[170127.165796] </TASK>
[170307.180645] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[170307.193824] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9153648
[170307.211644] rcu: (detected by 38, t=34857297 jiffies, g=639685, q=39711 ncpus=256)
[170307.226953] Sending NMI from CPU 38 to CPUs 156:
[170307.226957] NMI backtrace for cpu 156
[170307.226963] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[170307.226966] Tainted: [D]=DIE, [W]=WARN
[170307.226966] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[170307.226967] Workqueue: cgroup_destroy css_free_rwork_fn
[170307.226971] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[170307.226973] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[170307.226974] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[170307.226974] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[170307.226975] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[170307.226975] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[170307.226976] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[170307.226976] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[170307.226977] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[170307.226977] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[170307.226978] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[170307.226978] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[170307.226979] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[170307.226979] PKRU: 55555554
[170307.226979] Call Trace:
[170307.226980] <TASK>
[170307.226981] _raw_spin_lock_irqsave+0x46/0x60
[170307.226983] cgroup_rstat_flush+0xf4/0x7e0
[170307.226984] cgroup_rstat_exit+0x20/0xf0
[170307.226985] css_free_rwork_fn+0x12e/0x400
[170307.226986] process_one_work+0x19e/0x3e0
[170307.226987] worker_thread+0x2ad/0x3c0
[170307.226989] kthread+0x108/0x220
[170307.226990] ? __pfx_worker_thread+0x10/0x10
[170307.226991] ? __pfx_kthread+0x10/0x10
[170307.226992] ret_from_fork+0x3d/0x60
[170307.226993] ? __pfx_kthread+0x10/0x10
[170307.226994] ret_from_fork_asm+0x1a/0x30
[170307.226996] </TASK>
[170487.241888] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[170487.255063] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9165595
[170487.272877] rcu: (detected by 158, t=34902313 jiffies, g=639685, q=39726 ncpus=256)
[170487.288289] Sending NMI from CPU 158 to CPUs 156:
[170487.288293] NMI backtrace for cpu 156
[170487.288296] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[170487.288298] Tainted: [D]=DIE, [W]=WARN
[170487.288299] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[170487.288300] Workqueue: cgroup_destroy css_free_rwork_fn
[170487.288302] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[170487.288304] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[170487.288305] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[170487.288305] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[170487.288306] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[170487.288306] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[170487.288306] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[170487.288307] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[170487.288308] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[170487.288308] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[170487.288308] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[170487.288309] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[170487.288309] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[170487.288310] PKRU: 55555554
[170487.288310] Call Trace:
[170487.288311] <TASK>
[170487.288312] _raw_spin_lock_irqsave+0x46/0x60
[170487.288313] cgroup_rstat_flush+0xf4/0x7e0
[170487.288314] cgroup_rstat_exit+0x20/0xf0
[170487.288315] css_free_rwork_fn+0x12e/0x400
[170487.288316] process_one_work+0x19e/0x3e0
[170487.288318] worker_thread+0x2ad/0x3c0
[170487.288319] kthread+0x108/0x220
[170487.288320] ? __pfx_worker_thread+0x10/0x10
[170487.288322] ? __pfx_kthread+0x10/0x10
[170487.288323] ret_from_fork+0x3d/0x60
[170487.288324] ? __pfx_kthread+0x10/0x10
[170487.288324] ret_from_fork_asm+0x1a/0x30
[170487.288326] </TASK>
[170667.303129] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[170667.316321] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9177552
[170667.334148] rcu: (detected by 175, t=34947329 jiffies, g=639685, q=39739 ncpus=256)
[170667.349574] Sending NMI from CPU 175 to CPUs 156:
[170667.349579] NMI backtrace for cpu 156
[170667.349584] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[170667.349586] Tainted: [D]=DIE, [W]=WARN
[170667.349587] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[170667.349587] Workqueue: cgroup_destroy css_free_rwork_fn
[170667.349590] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[170667.349592] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[170667.349592] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[170667.349593] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[170667.349593] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[170667.349594] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[170667.349594] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[170667.349594] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[170667.349595] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[170667.349596] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[170667.349596] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[170667.349597] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[170667.349597] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[170667.349597] PKRU: 55555554
[170667.349598] Call Trace:
[170667.349599] <TASK>
[170667.349600] _raw_spin_lock_irqsave+0x46/0x60
[170667.349601] cgroup_rstat_flush+0xf4/0x7e0
[170667.349602] cgroup_rstat_exit+0x20/0xf0
[170667.349603] css_free_rwork_fn+0x12e/0x400
[170667.349604] process_one_work+0x19e/0x3e0
[170667.349606] worker_thread+0x2ad/0x3c0
[170667.349608] kthread+0x108/0x220
[170667.349608] ? __pfx_worker_thread+0x10/0x10
[170667.349610] ? __pfx_kthread+0x10/0x10
[170667.349611] ret_from_fork+0x3d/0x60
[170667.349612] ? __pfx_kthread+0x10/0x10
[170667.349613] ret_from_fork_asm+0x1a/0x30
[170667.349615] </TASK>
[170847.364369] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[170847.377544] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9189506
[170847.395362] rcu: (detected by 71, t=34992345 jiffies, g=639685, q=39752 ncpus=256)
[170847.410674] Sending NMI from CPU 71 to CPUs 156:
[170847.410679] NMI backtrace for cpu 156
[170847.410684] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[170847.410687] Tainted: [D]=DIE, [W]=WARN
[170847.410688] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[170847.410689] Workqueue: cgroup_destroy css_free_rwork_fn
[170847.410692] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[170847.410694] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[170847.410695] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[170847.410696] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[170847.410696] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[170847.410697] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[170847.410697] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[170847.410698] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[170847.410698] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[170847.410699] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[170847.410699] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[170847.410700] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[170847.410700] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[170847.410701] PKRU: 55555554
[170847.410701] Call Trace:
[170847.410702] <TASK>
[170847.410703] _raw_spin_lock_irqsave+0x46/0x60
[170847.410704] cgroup_rstat_flush+0xf4/0x7e0
[170847.410706] cgroup_rstat_exit+0x20/0xf0
[170847.410707] css_free_rwork_fn+0x12e/0x400
[170847.410708] process_one_work+0x19e/0x3e0
[170847.410709] worker_thread+0x2ad/0x3c0
[170847.410711] kthread+0x108/0x220
[170847.410712] ? __pfx_worker_thread+0x10/0x10
[170847.410713] ? __pfx_kthread+0x10/0x10
[170847.410714] ret_from_fork+0x3d/0x60
[170847.410715] ? __pfx_kthread+0x10/0x10
[170847.410716] ret_from_fork_asm+0x1a/0x30
[170847.410718] </TASK>
[171027.425610] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[171027.438784] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9201432
[171027.456611] rcu: (detected by 194, t=35037361 jiffies, g=639685, q=39773 ncpus=256)
[171027.472037] Sending NMI from CPU 194 to CPUs 156:
[171027.472041] NMI backtrace for cpu 156
[171027.472047] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[171027.472049] Tainted: [D]=DIE, [W]=WARN
[171027.472050] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[171027.472051] Workqueue: cgroup_destroy css_free_rwork_fn
[171027.472054] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[171027.472056] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[171027.472058] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[171027.472058] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[171027.472059] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[171027.472059] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[171027.472060] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[171027.472060] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[171027.472061] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[171027.472062] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[171027.472062] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[171027.472063] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[171027.472063] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[171027.472063] PKRU: 55555554
[171027.472064] Call Trace:
[171027.472064] <TASK>
[171027.472065] _raw_spin_lock_irqsave+0x46/0x60
[171027.472067] cgroup_rstat_flush+0xf4/0x7e0
[171027.472068] cgroup_rstat_exit+0x20/0xf0
[171027.472069] css_free_rwork_fn+0x12e/0x400
[171027.472070] process_one_work+0x19e/0x3e0
[171027.472071] worker_thread+0x2ad/0x3c0
[171027.472073] kthread+0x108/0x220
[171027.472074] ? __pfx_worker_thread+0x10/0x10
[171027.472075] ? __pfx_kthread+0x10/0x10
[171027.472076] ret_from_fork+0x3d/0x60
[171027.472077] ? __pfx_kthread+0x10/0x10
[171027.472079] ret_from_fork_asm+0x1a/0x30
[171027.472080] </TASK>
[171207.486851] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[171207.500026] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9213371
[171207.517856] rcu: (detected by 194, t=35082377 jiffies, g=639685, q=39787 ncpus=256)
[171207.533280] Sending NMI from CPU 194 to CPUs 156:
[171207.533283] NMI backtrace for cpu 156
[171207.533289] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[171207.533292] Tainted: [D]=DIE, [W]=WARN
[171207.533292] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[171207.533293] Workqueue: cgroup_destroy css_free_rwork_fn
[171207.533296] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[171207.533298] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[171207.533299] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[171207.533300] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[171207.533300] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[171207.533301] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[171207.533301] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[171207.533301] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[171207.533302] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[171207.533303] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[171207.533303] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[171207.533304] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[171207.533304] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[171207.533305] PKRU: 55555554
[171207.533305] Call Trace:
[171207.533305] <TASK>
[171207.533307] _raw_spin_lock_irqsave+0x46/0x60
[171207.533308] cgroup_rstat_flush+0xf4/0x7e0
[171207.533309] cgroup_rstat_exit+0x20/0xf0
[171207.533310] css_free_rwork_fn+0x12e/0x400
[171207.533311] process_one_work+0x19e/0x3e0
[171207.533313] worker_thread+0x2ad/0x3c0
[171207.533314] kthread+0x108/0x220
[171207.533315] ? __pfx_worker_thread+0x10/0x10
[171207.533317] ? __pfx_kthread+0x10/0x10
[171207.533318] ret_from_fork+0x3d/0x60
[171207.533319] ? __pfx_kthread+0x10/0x10
[171207.533320] ret_from_fork_asm+0x1a/0x30
[171207.533322] </TASK>
[171387.548093] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[171387.561283] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9225305
[171387.579110] rcu: (detected by 175, t=35127393 jiffies, g=639685, q=39803 ncpus=256)
[171387.594534] Sending NMI from CPU 175 to CPUs 156:
[171387.594540] NMI backtrace for cpu 156
[171387.594546] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[171387.594548] Tainted: [D]=DIE, [W]=WARN
[171387.594549] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[171387.594550] Workqueue: cgroup_destroy css_free_rwork_fn
[171387.594552] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[171387.594554] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[171387.594555] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[171387.594556] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[171387.594556] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[171387.594557] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[171387.594557] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[171387.594558] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[171387.594558] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[171387.594559] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[171387.594559] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[171387.594560] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[171387.594560] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[171387.594561] PKRU: 55555554
[171387.594561] Call Trace:
[171387.594562] <TASK>
[171387.594563] _raw_spin_lock_irqsave+0x46/0x60
[171387.594564] cgroup_rstat_flush+0xf4/0x7e0
[171387.594565] cgroup_rstat_exit+0x20/0xf0
[171387.594566] css_free_rwork_fn+0x12e/0x400
[171387.594567] process_one_work+0x19e/0x3e0
[171387.594569] worker_thread+0x2ad/0x3c0
[171387.594571] kthread+0x108/0x220
[171387.594571] ? __pfx_worker_thread+0x10/0x10
[171387.594573] ? __pfx_kthread+0x10/0x10
[171387.594574] ret_from_fork+0x3d/0x60
[171387.594575] ? __pfx_kthread+0x10/0x10
[171387.594576] ret_from_fork_asm+0x1a/0x30
[171387.594578] </TASK>
[171567.609336] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[171567.622516] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9237273
[171567.640343] rcu: (detected by 47, t=35172409 jiffies, g=639685, q=39828 ncpus=256)
[171567.655661] Sending NMI from CPU 47 to CPUs 156:
[171567.655666] NMI backtrace for cpu 156
[171567.655672] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[171567.655674] Tainted: [D]=DIE, [W]=WARN
[171567.655675] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[171567.655676] Workqueue: cgroup_destroy css_free_rwork_fn
[171567.655679] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[171567.655681] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[171567.655682] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[171567.655682] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[171567.655683] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[171567.655683] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[171567.655683] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[171567.655684] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[171567.655685] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[171567.655685] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[171567.655686] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[171567.655686] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[171567.655687] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[171567.655687] PKRU: 55555554
[171567.655687] Call Trace:
[171567.655688] <TASK>
[171567.655689] _raw_spin_lock_irqsave+0x46/0x60
[171567.655690] cgroup_rstat_flush+0xf4/0x7e0
[171567.655692] cgroup_rstat_exit+0x20/0xf0
[171567.655693] css_free_rwork_fn+0x12e/0x400
[171567.655694] process_one_work+0x19e/0x3e0
[171567.655695] worker_thread+0x2ad/0x3c0
[171567.655697] kthread+0x108/0x220
[171567.655698] ? __pfx_worker_thread+0x10/0x10
[171567.655699] ? __pfx_kthread+0x10/0x10
[171567.655700] ret_from_fork+0x3d/0x60
[171567.655701] ? __pfx_kthread+0x10/0x10
[171567.655702] ret_from_fork_asm+0x1a/0x30
[171567.655704] </TASK>
[171747.654575] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[171747.667745] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9249207
[171747.685560] rcu: (detected by 219, t=35217421 jiffies, g=639685, q=39849 ncpus=256)
[171747.700976] Sending NMI from CPU 219 to CPUs 156:
[171747.700981] NMI backtrace for cpu 156
[171747.700986] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[171747.700989] Tainted: [D]=DIE, [W]=WARN
[171747.700990] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[171747.700991] Workqueue: cgroup_destroy css_free_rwork_fn
[171747.700994] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[171747.700996] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[171747.700997] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[171747.700998] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[171747.700998] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[171747.700998] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[171747.700999] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[171747.700999] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[171747.701000] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[171747.701001] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[171747.701001] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[171747.701002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[171747.701002] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[171747.701002] PKRU: 55555554
[171747.701003] Call Trace:
[171747.701003] <TASK>
[171747.701004] _raw_spin_lock_irqsave+0x46/0x60
[171747.701006] cgroup_rstat_flush+0xf4/0x7e0
[171747.701007] cgroup_rstat_exit+0x20/0xf0
[171747.701008] css_free_rwork_fn+0x12e/0x400
[171747.701009] process_one_work+0x19e/0x3e0
[171747.701011] worker_thread+0x2ad/0x3c0
[171747.701012] kthread+0x108/0x220
[171747.701013] ? __pfx_worker_thread+0x10/0x10
[171747.701015] ? __pfx_kthread+0x10/0x10
[171747.701016] ret_from_fork+0x3d/0x60
[171747.701017] ? __pfx_kthread+0x10/0x10
[171747.701017] ret_from_fork_asm+0x1a/0x30
[171747.701019] </TASK>
[171927.715817] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[171927.729001] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9261116
[171927.746815] rcu: (detected by 175, t=35262437 jiffies, g=639685, q=39873 ncpus=256)
[171927.762238] Sending NMI from CPU 175 to CPUs 156:
[171927.762243] NMI backtrace for cpu 156
[171927.762249] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[171927.762252] Tainted: [D]=DIE, [W]=WARN
[171927.762252] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[171927.762253] Workqueue: cgroup_destroy css_free_rwork_fn
[171927.762256] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[171927.762258] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[171927.762260] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[171927.762260] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[171927.762261] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[171927.762261] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[171927.762262] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[171927.762262] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[171927.762263] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[171927.762264] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[171927.762264] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[171927.762264] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[171927.762265] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[171927.762265] PKRU: 55555554
[171927.762265] Call Trace:
[171927.762266] <TASK>
[171927.762267] _raw_spin_lock_irqsave+0x46/0x60
[171927.762268] cgroup_rstat_flush+0xf4/0x7e0
[171927.762270] cgroup_rstat_exit+0x20/0xf0
[171927.762271] css_free_rwork_fn+0x12e/0x400
[171927.762272] process_one_work+0x19e/0x3e0
[171927.762273] worker_thread+0x2ad/0x3c0
[171927.762275] kthread+0x108/0x220
[171927.762276] ? __pfx_worker_thread+0x10/0x10
[171927.762277] ? __pfx_kthread+0x10/0x10
[171927.762278] ret_from_fork+0x3d/0x60
[171927.762279] ? __pfx_kthread+0x10/0x10
[171927.762280] ret_from_fork_asm+0x1a/0x30
[171927.762282] </TASK>
[172107.777058] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[172107.790225] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9273056
[172107.808042] rcu: (detected by 172, t=35307453 jiffies, g=639685, q=39887 ncpus=256)
[172107.823458] Sending NMI from CPU 172 to CPUs 156:
[172107.823462] NMI backtrace for cpu 156
[172107.823469] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[172107.823471] Tainted: [D]=DIE, [W]=WARN
[172107.823471] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[172107.823472] Workqueue: cgroup_destroy css_free_rwork_fn
[172107.823475] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[172107.823477] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[172107.823478] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[172107.823479] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[172107.823479] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[172107.823480] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[172107.823480] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[172107.823481] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[172107.823482] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[172107.823482] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[172107.823483] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[172107.823483] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[172107.823484] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[172107.823484] PKRU: 55555554
[172107.823484] Call Trace:
[172107.823485] <TASK>
[172107.823486] _raw_spin_lock_irqsave+0x46/0x60
[172107.823487] cgroup_rstat_flush+0xf4/0x7e0
[172107.823489] cgroup_rstat_exit+0x20/0xf0
[172107.823490] css_free_rwork_fn+0x12e/0x400
[172107.823491] process_one_work+0x19e/0x3e0
[172107.823492] worker_thread+0x2ad/0x3c0
[172107.823494] kthread+0x108/0x220
[172107.823495] ? __pfx_worker_thread+0x10/0x10
[172107.823496] ? __pfx_kthread+0x10/0x10
[172107.823497] ret_from_fork+0x3d/0x60
[172107.823498] ? __pfx_kthread+0x10/0x10
[172107.823499] ret_from_fork_asm+0x1a/0x30
[172107.823501] </TASK>
[172287.838299] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[172287.851494] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9284950
[172287.869331] rcu: (detected by 66, t=35352469 jiffies, g=639685, q=39903 ncpus=256)
[172287.884660] Sending NMI from CPU 66 to CPUs 156:
[172287.884665] NMI backtrace for cpu 156
[172287.884671] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[172287.884674] Tainted: [D]=DIE, [W]=WARN
[172287.884674] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[172287.884675] Workqueue: cgroup_destroy css_free_rwork_fn
[172287.884679] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[172287.884681] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[172287.884682] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[172287.884682] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[172287.884683] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[172287.884683] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[172287.884683] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[172287.884684] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[172287.884685] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[172287.884686] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[172287.884686] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[172287.884687] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[172287.884688] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[172287.884688] PKRU: 55555554
[172287.884688] Call Trace:
[172287.884689] <TASK>
[172287.884690] _raw_spin_lock_irqsave+0x46/0x60
[172287.884691] cgroup_rstat_flush+0xf4/0x7e0
[172287.884693] cgroup_rstat_exit+0x20/0xf0
[172287.884694] css_free_rwork_fn+0x12e/0x400
[172287.884695] process_one_work+0x19e/0x3e0
[172287.884696] worker_thread+0x2ad/0x3c0
[172287.884698] kthread+0x108/0x220
[172287.884699] ? __pfx_worker_thread+0x10/0x10
[172287.884700] ? __pfx_kthread+0x10/0x10
[172287.884701] ret_from_fork+0x3d/0x60
[172287.884702] ? __pfx_kthread+0x10/0x10
[172287.884703] ret_from_fork_asm+0x1a/0x30
[172287.884705] </TASK>
[172467.899540] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[172467.912713] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9296827
[172467.930539] rcu: (detected by 194, t=35397485 jiffies, g=639685, q=39918 ncpus=256)
[172467.945963] Sending NMI from CPU 194 to CPUs 156:
[172467.945968] NMI backtrace for cpu 156
[172467.945974] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[172467.945977] Tainted: [D]=DIE, [W]=WARN
[172467.945977] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[172467.945978] Workqueue: cgroup_destroy css_free_rwork_fn
[172467.945981] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[172467.945983] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[172467.945984] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[172467.945985] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[172467.945985] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[172467.945986] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[172467.945986] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[172467.945987] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[172467.945987] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[172467.945988] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[172467.945988] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[172467.945989] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[172467.945989] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[172467.945990] PKRU: 55555554
[172467.945990] Call Trace:
[172467.945991] <TASK>
[172467.945992] _raw_spin_lock_irqsave+0x46/0x60
[172467.945993] cgroup_rstat_flush+0xf4/0x7e0
[172467.945994] cgroup_rstat_exit+0x20/0xf0
[172467.945995] css_free_rwork_fn+0x12e/0x400
[172467.945996] process_one_work+0x19e/0x3e0
[172467.945998] worker_thread+0x2ad/0x3c0
[172467.945999] kthread+0x108/0x220
[172467.946000] ? __pfx_worker_thread+0x10/0x10
[172467.946002] ? __pfx_kthread+0x10/0x10
[172467.946003] ret_from_fork+0x3d/0x60
[172467.946004] ? __pfx_kthread+0x10/0x10
[172467.946005] ret_from_fork_asm+0x1a/0x30
[172467.946007] </TASK>
[172647.960782] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[172647.973979] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9308685
[172647.991817] rcu: (detected by 175, t=35442501 jiffies, g=639685, q=39931 ncpus=256)
[172648.007250] Sending NMI from CPU 175 to CPUs 156:
[172648.007255] NMI backtrace for cpu 156
[172648.007260] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[172648.007263] Tainted: [D]=DIE, [W]=WARN
[172648.007264] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[172648.007265] Workqueue: cgroup_destroy css_free_rwork_fn
[172648.007267] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[172648.007270] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[172648.007271] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[172648.007271] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[172648.007272] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[172648.007273] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[172648.007273] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[172648.007274] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[172648.007275] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[172648.007275] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[172648.007276] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[172648.007276] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[172648.007277] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[172648.007277] PKRU: 55555554
[172648.007277] Call Trace:
[172648.007278] <TASK>
[172648.007279] _raw_spin_lock_irqsave+0x46/0x60
[172648.007280] cgroup_rstat_flush+0xf4/0x7e0
[172648.007282] cgroup_rstat_exit+0x20/0xf0
[172648.007283] css_free_rwork_fn+0x12e/0x400
[172648.007284] process_one_work+0x19e/0x3e0
[172648.007285] worker_thread+0x2ad/0x3c0
[172648.007287] kthread+0x108/0x220
[172648.007288] ? __pfx_worker_thread+0x10/0x10
[172648.007289] ? __pfx_kthread+0x10/0x10
[172648.007290] ret_from_fork+0x3d/0x60
[172648.007292] ? __pfx_kthread+0x10/0x10
[172648.007292] ret_from_fork_asm+0x1a/0x30
[172648.007294] </TASK>
[172828.022024] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[172828.035213] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9320574
[172828.053041] rcu: (detected by 175, t=35487517 jiffies, g=639685, q=39945 ncpus=256)
[172828.068468] Sending NMI from CPU 175 to CPUs 156:
[172828.068474] NMI backtrace for cpu 156
[172828.068480] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[172828.068483] Tainted: [D]=DIE, [W]=WARN
[172828.068483] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[172828.068484] Workqueue: cgroup_destroy css_free_rwork_fn
[172828.068487] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[172828.068489] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[172828.068490] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[172828.068491] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[172828.068491] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[172828.068492] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[172828.068492] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[172828.068492] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[172828.068493] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[172828.068494] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[172828.068494] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[172828.068495] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[172828.068495] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[172828.068495] PKRU: 55555554
[172828.068496] Call Trace:
[172828.068496] <TASK>
[172828.068498] _raw_spin_lock_irqsave+0x46/0x60
[172828.068499] cgroup_rstat_flush+0xf4/0x7e0
[172828.068500] cgroup_rstat_exit+0x20/0xf0
[172828.068501] css_free_rwork_fn+0x12e/0x400
[172828.068502] process_one_work+0x19e/0x3e0
[172828.068504] worker_thread+0x2ad/0x3c0
[172828.068505] kthread+0x108/0x220
[172828.068506] ? __pfx_worker_thread+0x10/0x10
[172828.068508] ? __pfx_kthread+0x10/0x10
[172828.068509] ret_from_fork+0x3d/0x60
[172828.068510] ? __pfx_kthread+0x10/0x10
[172828.068511] ret_from_fork_asm+0x1a/0x30
[172828.068513] </TASK>
[173008.083265] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[173008.096459] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9332489
[173008.114289] rcu: (detected by 53, t=35532533 jiffies, g=639685, q=39962 ncpus=256)
[173008.129615] Sending NMI from CPU 53 to CPUs 156:
[173008.129620] NMI backtrace for cpu 156
[173008.129626] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[173008.129628] Tainted: [D]=DIE, [W]=WARN
[173008.129629] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[173008.129629] Workqueue: cgroup_destroy css_free_rwork_fn
[173008.129632] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[173008.129634] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[173008.129635] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[173008.129636] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[173008.129637] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[173008.129637] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[173008.129638] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[173008.129638] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[173008.129639] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[173008.129640] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[173008.129640] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[173008.129641] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[173008.129641] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[173008.129642] PKRU: 55555554
[173008.129642] Call Trace:
[173008.129643] <TASK>
[173008.129644] _raw_spin_lock_irqsave+0x46/0x60
[173008.129646] cgroup_rstat_flush+0xf4/0x7e0
[173008.129647] cgroup_rstat_exit+0x20/0xf0
[173008.129648] css_free_rwork_fn+0x12e/0x400
[173008.129649] process_one_work+0x19e/0x3e0
[173008.129651] worker_thread+0x2ad/0x3c0
[173008.129652] kthread+0x108/0x220
[173008.129653] ? __pfx_worker_thread+0x10/0x10
[173008.129655] ? __pfx_kthread+0x10/0x10
[173008.129655] ret_from_fork+0x3d/0x60
[173008.129657] ? __pfx_kthread+0x10/0x10
[173008.129657] ret_from_fork_asm+0x1a/0x30
[173008.129659] </TASK>
[173188.144506] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[173188.157681] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9344386
[173188.175501] rcu: (detected by 194, t=35577549 jiffies, g=639685, q=39975 ncpus=256)
[173188.190917] Sending NMI from CPU 194 to CPUs 156:
[173188.190921] NMI backtrace for cpu 156
[173188.190927] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[173188.190930] Tainted: [D]=DIE, [W]=WARN
[173188.190930] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[173188.190931] Workqueue: cgroup_destroy css_free_rwork_fn
[173188.190934] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[173188.190936] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[173188.190937] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[173188.190938] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[173188.190938] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[173188.190939] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[173188.190939] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[173188.190939] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[173188.190940] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[173188.190941] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[173188.190941] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[173188.190942] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[173188.190942] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[173188.190942] PKRU: 55555554
[173188.190943] Call Trace:
[173188.190944] <TASK>
[173188.190945] _raw_spin_lock_irqsave+0x46/0x60
[173188.190946] cgroup_rstat_flush+0xf4/0x7e0
[173188.190947] cgroup_rstat_exit+0x20/0xf0
[173188.190949] css_free_rwork_fn+0x12e/0x400
[173188.190949] process_one_work+0x19e/0x3e0
[173188.190951] worker_thread+0x2ad/0x3c0
[173188.190953] kthread+0x108/0x220
[173188.190953] ? __pfx_worker_thread+0x10/0x10
[173188.190955] ? __pfx_kthread+0x10/0x10
[173188.190956] ret_from_fork+0x3d/0x60
[173188.190957] ? __pfx_kthread+0x10/0x10
[173188.190958] ret_from_fork_asm+0x1a/0x30
[173188.190960] </TASK>
[173368.205748] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[173368.218929] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9356266
[173368.236754] rcu: (detected by 172, t=35622565 jiffies, g=639685, q=39993 ncpus=256)
[173368.252174] Sending NMI from CPU 172 to CPUs 156:
[173368.252179] NMI backtrace for cpu 156
[173368.252184] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[173368.252187] Tainted: [D]=DIE, [W]=WARN
[173368.252188] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[173368.252189] Workqueue: cgroup_destroy css_free_rwork_fn
[173368.252191] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[173368.252194] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[173368.252195] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[173368.252195] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[173368.252196] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[173368.252196] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[173368.252197] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[173368.252197] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[173368.252198] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[173368.252199] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[173368.252199] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[173368.252200] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[173368.252200] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[173368.252200] PKRU: 55555554
[173368.252201] Call Trace:
[173368.252201] <TASK>
[173368.252202] _raw_spin_lock_irqsave+0x46/0x60
[173368.252204] cgroup_rstat_flush+0xf4/0x7e0
[173368.252205] cgroup_rstat_exit+0x20/0xf0
[173368.252206] css_free_rwork_fn+0x12e/0x400
[173368.252207] process_one_work+0x19e/0x3e0
[173368.252209] worker_thread+0x2ad/0x3c0
[173368.252210] kthread+0x108/0x220
[173368.252211] ? __pfx_worker_thread+0x10/0x10
[173368.252213] ? __pfx_kthread+0x10/0x10
[173368.252214] ret_from_fork+0x3d/0x60
[173368.252215] ? __pfx_kthread+0x10/0x10
[173368.252215] ret_from_fork_asm+0x1a/0x30
[173368.252217] </TASK>
[173548.266989] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[173548.280173] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9368184
[173548.298004] rcu: (detected by 194, t=35667581 jiffies, g=639685, q=40009 ncpus=256)
[173548.313428] Sending NMI from CPU 194 to CPUs 156:
[173548.313432] NMI backtrace for cpu 156
[173548.313437] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[173548.313440] Tainted: [D]=DIE, [W]=WARN
[173548.313440] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[173548.313441] Workqueue: cgroup_destroy css_free_rwork_fn
[173548.313444] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[173548.313447] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[173548.313447] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[173548.313448] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[173548.313449] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[173548.313449] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[173548.313450] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[173548.313450] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[173548.313451] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[173548.313452] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[173548.313452] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[173548.313453] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[173548.313453] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[173548.313454] PKRU: 55555554
[173548.313454] Call Trace:
[173548.313455] <TASK>
[173548.313456] _raw_spin_lock_irqsave+0x46/0x60
[173548.313457] cgroup_rstat_flush+0xf4/0x7e0
[173548.313458] cgroup_rstat_exit+0x20/0xf0
[173548.313460] css_free_rwork_fn+0x12e/0x400
[173548.313460] process_one_work+0x19e/0x3e0
[173548.313462] worker_thread+0x2ad/0x3c0
[173548.313464] kthread+0x108/0x220
[173548.313464] ? __pfx_worker_thread+0x10/0x10
[173548.313466] ? __pfx_kthread+0x10/0x10
[173548.313467] ret_from_fork+0x3d/0x60
[173548.313468] ? __pfx_kthread+0x10/0x10
[173548.313469] ret_from_fork_asm+0x1a/0x30
[173548.313471] </TASK>
[173728.328230] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[173728.341406] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9380047
[173728.359222] rcu: (detected by 175, t=35712597 jiffies, g=639685, q=40021 ncpus=256)
[173728.374631] Sending NMI from CPU 175 to CPUs 156:
[173728.374637] NMI backtrace for cpu 156
[173728.374643] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[173728.374645] Tainted: [D]=DIE, [W]=WARN
[173728.374646] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[173728.374646] Workqueue: cgroup_destroy css_free_rwork_fn
[173728.374649] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[173728.374652] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[173728.374653] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[173728.374654] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[173728.374654] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[173728.374654] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[173728.374655] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[173728.374655] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[173728.374656] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[173728.374657] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[173728.374657] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[173728.374658] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[173728.374658] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[173728.374658] PKRU: 55555554
[173728.374659] Call Trace:
[173728.374659] <TASK>
[173728.374660] _raw_spin_lock_irqsave+0x46/0x60
[173728.374662] cgroup_rstat_flush+0xf4/0x7e0
[173728.374663] cgroup_rstat_exit+0x20/0xf0
[173728.374664] css_free_rwork_fn+0x12e/0x400
[173728.374665] process_one_work+0x19e/0x3e0
[173728.374666] worker_thread+0x2ad/0x3c0
[173728.374668] kthread+0x108/0x220
[173728.374669] ? __pfx_worker_thread+0x10/0x10
[173728.374670] ? __pfx_kthread+0x10/0x10
[173728.374671] ret_from_fork+0x3d/0x60
[173728.374672] ? __pfx_kthread+0x10/0x10
[173728.374673] ret_from_fork_asm+0x1a/0x30
[173728.374675] </TASK>
[173908.389471] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[173908.402640] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9391955
[173908.420463] rcu: (detected by 175, t=35757613 jiffies, g=639685, q=40036 ncpus=256)
[173908.435878] Sending NMI from CPU 175 to CPUs 156:
[173908.435883] NMI backtrace for cpu 156
[173908.435889] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[173908.435891] Tainted: [D]=DIE, [W]=WARN
[173908.435892] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[173908.435893] Workqueue: cgroup_destroy css_free_rwork_fn
[173908.435897] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[173908.435899] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[173908.435900] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[173908.435901] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[173908.435901] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[173908.435901] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[173908.435902] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[173908.435902] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[173908.435903] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[173908.435904] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[173908.435904] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[173908.435905] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[173908.435905] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[173908.435905] PKRU: 55555554
[173908.435906] Call Trace:
[173908.435906] <TASK>
[173908.435907] _raw_spin_lock_irqsave+0x46/0x60
[173908.435909] cgroup_rstat_flush+0xf4/0x7e0
[173908.435910] cgroup_rstat_exit+0x20/0xf0
[173908.435911] css_free_rwork_fn+0x12e/0x400
[173908.435912] process_one_work+0x19e/0x3e0
[173908.435914] worker_thread+0x2ad/0x3c0
[173908.435915] kthread+0x108/0x220
[173908.435916] ? __pfx_worker_thread+0x10/0x10
[173908.435918] ? __pfx_kthread+0x10/0x10
[173908.435919] ret_from_fork+0x3d/0x60
[173908.435920] ? __pfx_kthread+0x10/0x10
[173908.435921] ret_from_fork_asm+0x1a/0x30
[173908.435923] </TASK>
[174088.450714] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[174088.463901] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9403917
[174088.481726] rcu: (detected by 159, t=35802629 jiffies, g=639685, q=40050 ncpus=256)
[174088.497134] Sending NMI from CPU 159 to CPUs 156:
[174088.497138] NMI backtrace for cpu 156
[174088.497141] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[174088.497143] Tainted: [D]=DIE, [W]=WARN
[174088.497143] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[174088.497144] Workqueue: cgroup_destroy css_free_rwork_fn
[174088.497146] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[174088.497148] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[174088.497149] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[174088.497149] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[174088.497150] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[174088.497150] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[174088.497151] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[174088.497151] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[174088.497152] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[174088.497153] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[174088.497153] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[174088.497154] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[174088.497154] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[174088.497154] PKRU: 55555554
[174088.497155] Call Trace:
[174088.497155] <TASK>
[174088.497156] _raw_spin_lock_irqsave+0x46/0x60
[174088.497157] cgroup_rstat_flush+0xf4/0x7e0
[174088.497159] cgroup_rstat_exit+0x20/0xf0
[174088.497160] css_free_rwork_fn+0x12e/0x400
[174088.497160] process_one_work+0x19e/0x3e0
[174088.497162] worker_thread+0x2ad/0x3c0
[174088.497164] kthread+0x108/0x220
[174088.497165] ? __pfx_worker_thread+0x10/0x10
[174088.497166] ? __pfx_kthread+0x10/0x10
[174088.497167] ret_from_fork+0x3d/0x60
[174088.497168] ? __pfx_kthread+0x10/0x10
[174088.497169] ret_from_fork_asm+0x1a/0x30
[174088.497171] </TASK>
[174268.511953] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[174268.525127] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9415829
[174268.542947] rcu: (detected by 194, t=35847645 jiffies, g=639685, q=40072 ncpus=256)
[174268.558359] Sending NMI from CPU 194 to CPUs 156:
[174268.558365] NMI backtrace for cpu 156
[174268.558370] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[174268.558372] Tainted: [D]=DIE, [W]=WARN
[174268.558372] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[174268.558373] Workqueue: cgroup_destroy css_free_rwork_fn
[174268.558376] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[174268.558378] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[174268.558378] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[174268.558379] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[174268.558379] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[174268.558380] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[174268.558380] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[174268.558380] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[174268.558381] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[174268.558382] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[174268.558382] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[174268.558383] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[174268.558383] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[174268.558383] PKRU: 55555554
[174268.558384] Call Trace:
[174268.558384] <TASK>
[174268.558386] _raw_spin_lock_irqsave+0x46/0x60
[174268.558387] cgroup_rstat_flush+0xf4/0x7e0
[174268.558388] cgroup_rstat_exit+0x20/0xf0
[174268.558389] css_free_rwork_fn+0x12e/0x400
[174268.558390] process_one_work+0x19e/0x3e0
[174268.558392] worker_thread+0x2ad/0x3c0
[174268.558393] kthread+0x108/0x220
[174268.558394] ? __pfx_worker_thread+0x10/0x10
[174268.558396] ? __pfx_kthread+0x10/0x10
[174268.558397] ret_from_fork+0x3d/0x60
[174268.558398] ? __pfx_kthread+0x10/0x10
[174268.558399] ret_from_fork_asm+0x1a/0x30
[174268.558401] </TASK>
[174448.573195] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[174448.586381] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9427718
[174448.604206] rcu: (detected by 172, t=35892661 jiffies, g=639685, q=40084 ncpus=256)
[174448.619629] Sending NMI from CPU 172 to CPUs 156:
[174448.619634] NMI backtrace for cpu 156
[174448.619640] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[174448.619642] Tainted: [D]=DIE, [W]=WARN
[174448.619643] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[174448.619644] Workqueue: cgroup_destroy css_free_rwork_fn
[174448.619647] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[174448.619649] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[174448.619650] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[174448.619651] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[174448.619651] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[174448.619651] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[174448.619652] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[174448.619652] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[174448.619653] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[174448.619654] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[174448.619654] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[174448.619655] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[174448.619655] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[174448.619655] PKRU: 55555554
[174448.619656] Call Trace:
[174448.619656] <TASK>
[174448.619657] _raw_spin_lock_irqsave+0x46/0x60
[174448.619659] cgroup_rstat_flush+0xf4/0x7e0
[174448.619660] cgroup_rstat_exit+0x20/0xf0
[174448.619661] css_free_rwork_fn+0x12e/0x400
[174448.619662] process_one_work+0x19e/0x3e0
[174448.619664] worker_thread+0x2ad/0x3c0
[174448.619665] kthread+0x108/0x220
[174448.619666] ? __pfx_worker_thread+0x10/0x10
[174448.619668] ? __pfx_kthread+0x10/0x10
[174448.619669] ret_from_fork+0x3d/0x60
[174448.619670] ? __pfx_kthread+0x10/0x10
[174448.619671] ret_from_fork_asm+0x1a/0x30
[174448.619673] </TASK>
[174628.634437] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[174628.647619] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9439668
[174628.665446] rcu: (detected by 199, t=35937677 jiffies, g=639685, q=40096 ncpus=256)
[174628.680867] Sending NMI from CPU 199 to CPUs 156:
[174628.680871] NMI backtrace for cpu 156
[174628.680877] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[174628.680880] Tainted: [D]=DIE, [W]=WARN
[174628.680880] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[174628.680881] Workqueue: cgroup_destroy css_free_rwork_fn
[174628.680884] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[174628.680886] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[174628.680887] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[174628.680888] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[174628.680889] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[174628.680889] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[174628.680889] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[174628.680890] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[174628.680891] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[174628.680892] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[174628.680892] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[174628.680893] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[174628.680893] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[174628.680893] PKRU: 55555554
[174628.680894] Call Trace:
[174628.680894] <TASK>
[174628.680895] _raw_spin_lock_irqsave+0x46/0x60
[174628.680897] cgroup_rstat_flush+0xf4/0x7e0
[174628.680898] cgroup_rstat_exit+0x20/0xf0
[174628.680899] css_free_rwork_fn+0x12e/0x400
[174628.680900] process_one_work+0x19e/0x3e0
[174628.680902] worker_thread+0x2ad/0x3c0
[174628.680903] kthread+0x108/0x220
[174628.680904] ? __pfx_worker_thread+0x10/0x10
[174628.680906] ? __pfx_kthread+0x10/0x10
[174628.680907] ret_from_fork+0x3d/0x60
[174628.680908] ? __pfx_kthread+0x10/0x10
[174628.680909] ret_from_fork_asm+0x1a/0x30
[174628.680910] </TASK>
[174808.695676] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[174808.708863] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9451539
[174808.726691] rcu: (detected by 175, t=35982693 jiffies, g=639685, q=40114 ncpus=256)
[174808.742117] Sending NMI from CPU 175 to CPUs 156:
[174808.742122] NMI backtrace for cpu 156
[174808.742127] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[174808.742130] Tainted: [D]=DIE, [W]=WARN
[174808.742131] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[174808.742132] Workqueue: cgroup_destroy css_free_rwork_fn
[174808.742135] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[174808.742137] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[174808.742138] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[174808.742139] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[174808.742139] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[174808.742140] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[174808.742140] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[174808.742141] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[174808.742141] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[174808.742142] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[174808.742142] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[174808.742143] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[174808.742143] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[174808.742144] PKRU: 55555554
[174808.742144] Call Trace:
[174808.742145] <TASK>
[174808.742146] _raw_spin_lock_irqsave+0x46/0x60
[174808.742147] cgroup_rstat_flush+0xf4/0x7e0
[174808.742149] cgroup_rstat_exit+0x20/0xf0
[174808.742150] css_free_rwork_fn+0x12e/0x400
[174808.742151] process_one_work+0x19e/0x3e0
[174808.742152] worker_thread+0x2ad/0x3c0
[174808.742154] kthread+0x108/0x220
[174808.742155] ? __pfx_worker_thread+0x10/0x10
[174808.742156] ? __pfx_kthread+0x10/0x10
[174808.742157] ret_from_fork+0x3d/0x60
[174808.742158] ? __pfx_kthread+0x10/0x10
[174808.742159] ret_from_fork_asm+0x1a/0x30
[174808.742161] </TASK>
[174988.756918] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[174988.770093] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9463514
[174988.787911] rcu: (detected by 91, t=36027709 jiffies, g=639685, q=40126 ncpus=256)
[174988.803219] Sending NMI from CPU 91 to CPUs 156:
[174988.803224] NMI backtrace for cpu 156
[174988.803229] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[174988.803232] Tainted: [D]=DIE, [W]=WARN
[174988.803233] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[174988.803234] Workqueue: cgroup_destroy css_free_rwork_fn
[174988.803237] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[174988.803239] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[174988.803241] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[174988.803241] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[174988.803242] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[174988.803243] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[174988.803244] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[174988.803245] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[174988.803246] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[174988.803247] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[174988.803248] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[174988.803249] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[174988.803250] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[174988.803250] PKRU: 55555554
[174988.803250] Call Trace:
[174988.803251] <TASK>
[174988.803252] _raw_spin_lock_irqsave+0x46/0x60
[174988.803254] cgroup_rstat_flush+0xf4/0x7e0
[174988.803255] cgroup_rstat_exit+0x20/0xf0
[174988.803256] css_free_rwork_fn+0x12e/0x400
[174988.803258] process_one_work+0x19e/0x3e0
[174988.803259] worker_thread+0x2ad/0x3c0
[174988.803261] kthread+0x108/0x220
[174988.803262] ? __pfx_worker_thread+0x10/0x10
[174988.803264] ? __pfx_kthread+0x10/0x10
[174988.803265] ret_from_fork+0x3d/0x60
[174988.803266] ? __pfx_kthread+0x10/0x10
[174988.803267] ret_from_fork_asm+0x1a/0x30
[174988.803269] </TASK>
[175168.818158] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[175168.831344] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9475400
[175168.849172] rcu: (detected by 175, t=36072725 jiffies, g=639685, q=40139 ncpus=256)
[175168.864594] Sending NMI from CPU 175 to CPUs 156:
[175168.864600] NMI backtrace for cpu 156
[175168.864605] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[175168.864609] Tainted: [D]=DIE, [W]=WARN
[175168.864609] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[175168.864610] Workqueue: cgroup_destroy css_free_rwork_fn
[175168.864613] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[175168.864616] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[175168.864617] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[175168.864618] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[175168.864619] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[175168.864619] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[175168.864619] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[175168.864620] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[175168.864621] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[175168.864621] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[175168.864622] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[175168.864623] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[175168.864623] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[175168.864624] PKRU: 55555554
[175168.864624] Call Trace:
[175168.864624] <TASK>
[175168.864626] _raw_spin_lock_irqsave+0x46/0x60
[175168.864627] cgroup_rstat_flush+0xf4/0x7e0
[175168.864628] cgroup_rstat_exit+0x20/0xf0
[175168.864630] css_free_rwork_fn+0x12e/0x400
[175168.864630] process_one_work+0x19e/0x3e0
[175168.864632] worker_thread+0x2ad/0x3c0
[175168.864634] kthread+0x108/0x220
[175168.864635] ? __pfx_worker_thread+0x10/0x10
[175168.864636] ? __pfx_kthread+0x10/0x10
[175168.864637] ret_from_fork+0x3d/0x60
[175168.864638] ? __pfx_kthread+0x10/0x10
[175168.864639] ret_from_fork_asm+0x1a/0x30
[175168.864641] </TASK>
[175348.879400] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[175348.892590] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9487373
[175348.910422] rcu: (detected by 134, t=36117741 jiffies, g=639685, q=40158 ncpus=256)
[175348.925851] Sending NMI from CPU 134 to CPUs 156:
[175348.925856] NMI backtrace for cpu 156
[175348.925863] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[175348.925865] Tainted: [D]=DIE, [W]=WARN
[175348.925866] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[175348.925867] Workqueue: cgroup_destroy css_free_rwork_fn
[175348.925870] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[175348.925872] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[175348.925873] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[175348.925874] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[175348.925874] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[175348.925875] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[175348.925875] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[175348.925876] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[175348.925877] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[175348.925877] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[175348.925878] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[175348.925878] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[175348.925879] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[175348.925879] PKRU: 55555554
[175348.925879] Call Trace:
[175348.925880] <TASK>
[175348.925881] _raw_spin_lock_irqsave+0x46/0x60
[175348.925883] cgroup_rstat_flush+0xf4/0x7e0
[175348.925884] cgroup_rstat_exit+0x20/0xf0
[175348.925885] css_free_rwork_fn+0x12e/0x400
[175348.925886] process_one_work+0x19e/0x3e0
[175348.925888] worker_thread+0x2ad/0x3c0
[175348.925889] kthread+0x108/0x220
[175348.925890] ? __pfx_worker_thread+0x10/0x10
[175348.925892] ? __pfx_kthread+0x10/0x10
[175348.925893] ret_from_fork+0x3d/0x60
[175348.925894] ? __pfx_kthread+0x10/0x10
[175348.925894] ret_from_fork_asm+0x1a/0x30
[175348.925896] </TASK>
[175528.940644] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[175528.953831] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9499287
[175528.971660] rcu: (detected by 42, t=36162757 jiffies, g=639685, q=40172 ncpus=256)
[175528.986978] Sending NMI from CPU 42 to CPUs 156:
[175528.986982] NMI backtrace for cpu 156
[175528.986988] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[175528.986991] Tainted: [D]=DIE, [W]=WARN
[175528.986991] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[175528.986992] Workqueue: cgroup_destroy css_free_rwork_fn
[175528.986995] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[175528.986998] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[175528.986999] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[175528.986999] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[175528.987000] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[175528.987000] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[175528.987001] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[175528.987001] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[175528.987002] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[175528.987003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[175528.987003] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[175528.987004] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[175528.987004] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[175528.987004] PKRU: 55555554
[175528.987005] Call Trace:
[175528.987005] <TASK>
[175528.987007] _raw_spin_lock_irqsave+0x46/0x60
[175528.987008] cgroup_rstat_flush+0xf4/0x7e0
[175528.987009] cgroup_rstat_exit+0x20/0xf0
[175528.987010] css_free_rwork_fn+0x12e/0x400
[175528.987011] process_one_work+0x19e/0x3e0
[175528.987013] worker_thread+0x2ad/0x3c0
[175528.987015] kthread+0x108/0x220
[175528.987016] ? __pfx_worker_thread+0x10/0x10
[175528.987017] ? __pfx_kthread+0x10/0x10
[175528.987019] ret_from_fork+0x3d/0x60
[175528.987020] ? __pfx_kthread+0x10/0x10
[175528.987021] ret_from_fork_asm+0x1a/0x30
[175528.987023] </TASK>
[175709.001885] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[175709.015068] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9511244
[175709.032888] rcu: (detected by 159, t=36207773 jiffies, g=639685, q=40187 ncpus=256)
[175709.048302] Sending NMI from CPU 159 to CPUs 156:
[175709.048308] NMI backtrace for cpu 156
[175709.048310] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[175709.048313] Tainted: [D]=DIE, [W]=WARN
[175709.048313] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[175709.048314] Workqueue: cgroup_destroy css_free_rwork_fn
[175709.048316] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[175709.048318] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[175709.048319] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[175709.048320] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[175709.048320] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[175709.048321] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[175709.048321] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[175709.048322] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[175709.048323] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[175709.048323] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[175709.048324] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[175709.048325] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[175709.048325] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[175709.048325] PKRU: 55555554
[175709.048326] Call Trace:
[175709.048326] <TASK>
[175709.048327] _raw_spin_lock_irqsave+0x46/0x60
[175709.048328] cgroup_rstat_flush+0xf4/0x7e0
[175709.048330] cgroup_rstat_exit+0x20/0xf0
[175709.048331] css_free_rwork_fn+0x12e/0x400
[175709.048332] process_one_work+0x19e/0x3e0
[175709.048333] worker_thread+0x2ad/0x3c0
[175709.048335] kthread+0x108/0x220
[175709.048336] ? __pfx_worker_thread+0x10/0x10
[175709.048337] ? __pfx_kthread+0x10/0x10
[175709.048338] ret_from_fork+0x3d/0x60
[175709.048339] ? __pfx_kthread+0x10/0x10
[175709.048340] ret_from_fork_asm+0x1a/0x30
[175709.048342] </TASK>
[175889.063125] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[175889.076312] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9523176
[175889.094143] rcu: (detected by 175, t=36252789 jiffies, g=639685, q=40199 ncpus=256)
[175889.109569] Sending NMI from CPU 175 to CPUs 156:
[175889.109574] NMI backtrace for cpu 156
[175889.109579] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[175889.109582] Tainted: [D]=DIE, [W]=WARN
[175889.109583] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[175889.109584] Workqueue: cgroup_destroy css_free_rwork_fn
[175889.109586] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[175889.109588] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[175889.109588] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[175889.109589] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[175889.109590] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[175889.109590] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[175889.109591] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[175889.109591] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[175889.109592] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[175889.109593] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[175889.109593] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[175889.109594] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[175889.109594] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[175889.109594] PKRU: 55555554
[175889.109595] Call Trace:
[175889.109596] <TASK>
[175889.109597] _raw_spin_lock_irqsave+0x46/0x60
[175889.109598] cgroup_rstat_flush+0xf4/0x7e0
[175889.109600] cgroup_rstat_exit+0x20/0xf0
[175889.109601] css_free_rwork_fn+0x12e/0x400
[175889.109602] process_one_work+0x19e/0x3e0
[175889.109603] worker_thread+0x2ad/0x3c0
[175889.109605] kthread+0x108/0x220
[175889.109606] ? __pfx_worker_thread+0x10/0x10
[175889.109607] ? __pfx_kthread+0x10/0x10
[175889.109608] ret_from_fork+0x3d/0x60
[175889.109610] ? __pfx_kthread+0x10/0x10
[175889.109610] ret_from_fork_asm+0x1a/0x30
[175889.109612] </TASK>
[176069.124364] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[176069.137556] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9535155
[176069.155386] rcu: (detected by 175, t=36297805 jiffies, g=639685, q=40212 ncpus=256)
[176069.170819] Sending NMI from CPU 175 to CPUs 156:
[176069.170824] NMI backtrace for cpu 156
[176069.170830] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[176069.170832] Tainted: [D]=DIE, [W]=WARN
[176069.170833] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[176069.170834] Workqueue: cgroup_destroy css_free_rwork_fn
[176069.170837] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[176069.170839] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[176069.170840] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[176069.170841] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[176069.170842] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[176069.170842] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[176069.170842] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[176069.170843] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[176069.170844] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[176069.170844] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[176069.170845] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[176069.170845] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[176069.170846] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[176069.170846] PKRU: 55555554
[176069.170846] Call Trace:
[176069.170847] <TASK>
[176069.170848] _raw_spin_lock_irqsave+0x46/0x60
[176069.170850] cgroup_rstat_flush+0xf4/0x7e0
[176069.170851] cgroup_rstat_exit+0x20/0xf0
[176069.170852] css_free_rwork_fn+0x12e/0x400
[176069.170853] process_one_work+0x19e/0x3e0
[176069.170854] worker_thread+0x2ad/0x3c0
[176069.170856] kthread+0x108/0x220
[176069.170857] ? __pfx_worker_thread+0x10/0x10
[176069.170858] ? __pfx_kthread+0x10/0x10
[176069.170859] ret_from_fork+0x3d/0x60
[176069.170861] ? __pfx_kthread+0x10/0x10
[176069.170861] ret_from_fork_asm+0x1a/0x30
[176069.170863] </TASK>
[176249.185606] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[176249.198790] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9547167
[176249.216615] rcu: (detected by 91, t=36342821 jiffies, g=639685, q=40228 ncpus=256)
[176249.231933] Sending NMI from CPU 91 to CPUs 156:
[176249.231938] NMI backtrace for cpu 156
[176249.231944] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[176249.231947] Tainted: [D]=DIE, [W]=WARN
[176249.231947] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[176249.231949] Workqueue: cgroup_destroy css_free_rwork_fn
[176249.231952] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[176249.231954] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[176249.231956] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[176249.231956] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[176249.231957] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[176249.231957] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[176249.231958] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[176249.231958] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[176249.231959] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[176249.231959] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[176249.231960] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[176249.231960] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[176249.231961] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[176249.231961] PKRU: 55555554
[176249.231961] Call Trace:
[176249.231962] <TASK>
[176249.231963] _raw_spin_lock_irqsave+0x46/0x60
[176249.231965] cgroup_rstat_flush+0xf4/0x7e0
[176249.231966] cgroup_rstat_exit+0x20/0xf0
[176249.231967] css_free_rwork_fn+0x12e/0x400
[176249.231968] process_one_work+0x19e/0x3e0
[176249.231969] worker_thread+0x2ad/0x3c0
[176249.231971] kthread+0x108/0x220
[176249.231972] ? __pfx_worker_thread+0x10/0x10
[176249.231973] ? __pfx_kthread+0x10/0x10
[176249.231974] ret_from_fork+0x3d/0x60
[176249.231975] ? __pfx_kthread+0x10/0x10
[176249.231976] ret_from_fork_asm+0x1a/0x30
[176249.231978] </TASK>
[176429.246848] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[176429.260017] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9559098
[176429.277830] rcu: (detected by 175, t=36387837 jiffies, g=639685, q=40241 ncpus=256)
[176429.293235] Sending NMI from CPU 175 to CPUs 156:
[176429.293240] NMI backtrace for cpu 156
[176429.293246] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[176429.293249] Tainted: [D]=DIE, [W]=WARN
[176429.293250] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[176429.293251] Workqueue: cgroup_destroy css_free_rwork_fn
[176429.293254] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[176429.293256] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[176429.293258] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[176429.293258] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[176429.293259] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[176429.293259] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[176429.293259] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[176429.293260] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[176429.293261] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[176429.293261] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[176429.293262] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[176429.293262] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[176429.293263] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[176429.293263] PKRU: 55555554
[176429.293263] Call Trace:
[176429.293264] <TASK>
[176429.293265] _raw_spin_lock_irqsave+0x46/0x60
[176429.293266] cgroup_rstat_flush+0xf4/0x7e0
[176429.293268] cgroup_rstat_exit+0x20/0xf0
[176429.293269] css_free_rwork_fn+0x12e/0x400
[176429.293270] process_one_work+0x19e/0x3e0
[176429.293271] worker_thread+0x2ad/0x3c0
[176429.293273] kthread+0x108/0x220
[176429.293274] ? __pfx_worker_thread+0x10/0x10
[176429.293275] ? __pfx_kthread+0x10/0x10
[176429.293276] ret_from_fork+0x3d/0x60
[176429.293277] ? __pfx_kthread+0x10/0x10
[176429.293278] ret_from_fork_asm+0x1a/0x30
[176429.293280] </TASK>
[176609.308088] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[176609.321269] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9571123
[176609.339094] rcu: (detected by 98, t=36432853 jiffies, g=639685, q=40253 ncpus=256)
[176609.354409] Sending NMI from CPU 98 to CPUs 156:
[176609.354414] NMI backtrace for cpu 156
[176609.354420] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[176609.354423] Tainted: [D]=DIE, [W]=WARN
[176609.354424] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[176609.354425] Workqueue: cgroup_destroy css_free_rwork_fn
[176609.354427] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[176609.354430] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[176609.354431] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[176609.354432] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[176609.354432] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[176609.354432] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[176609.354433] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[176609.354433] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[176609.354434] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[176609.354435] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[176609.354436] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[176609.354437] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[176609.354437] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[176609.354437] PKRU: 55555554
[176609.354438] Call Trace:
[176609.354438] <TASK>
[176609.354439] _raw_spin_lock_irqsave+0x46/0x60
[176609.354441] cgroup_rstat_flush+0xf4/0x7e0
[176609.354442] cgroup_rstat_exit+0x20/0xf0
[176609.354443] css_free_rwork_fn+0x12e/0x400
[176609.354444] process_one_work+0x19e/0x3e0
[176609.354446] worker_thread+0x2ad/0x3c0
[176609.354447] kthread+0x108/0x220
[176609.354448] ? __pfx_worker_thread+0x10/0x10
[176609.354450] ? __pfx_kthread+0x10/0x10
[176609.354451] ret_from_fork+0x3d/0x60
[176609.354452] ? __pfx_kthread+0x10/0x10
[176609.354453] ret_from_fork_asm+0x1a/0x30
[176609.354454] </TASK>
[176789.369331] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[176789.382516] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9583042
[176789.400339] rcu: (detected by 57, t=36477869 jiffies, g=639685, q=40266 ncpus=256)
[176789.415656] Sending NMI from CPU 57 to CPUs 156:
[176789.415662] NMI backtrace for cpu 156
[176789.415668] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[176789.415671] Tainted: [D]=DIE, [W]=WARN
[176789.415672] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[176789.415673] Workqueue: cgroup_destroy css_free_rwork_fn
[176789.415676] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[176789.415678] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[176789.415680] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[176789.415680] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[176789.415681] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[176789.415681] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[176789.415682] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[176789.415682] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[176789.415683] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[176789.415684] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[176789.415684] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[176789.415685] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[176789.415685] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[176789.415685] PKRU: 55555554
[176789.415686] Call Trace:
[176789.415686] <TASK>
[176789.415687] _raw_spin_lock_irqsave+0x46/0x60
[176789.415689] cgroup_rstat_flush+0xf4/0x7e0
[176789.415690] cgroup_rstat_exit+0x20/0xf0
[176789.415691] css_free_rwork_fn+0x12e/0x400
[176789.415692] process_one_work+0x19e/0x3e0
[176789.415693] worker_thread+0x2ad/0x3c0
[176789.415695] kthread+0x108/0x220
[176789.415696] ? __pfx_worker_thread+0x10/0x10
[176789.415697] ? __pfx_kthread+0x10/0x10
[176789.415698] ret_from_fork+0x3d/0x60
[176789.415700] ? __pfx_kthread+0x10/0x10
[176789.415701] ret_from_fork_asm+0x1a/0x30
[176789.415703] </TASK>
[176969.430570] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[176969.443751] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9594989
[176969.461574] rcu: (detected by 175, t=36522885 jiffies, g=639685, q=40278 ncpus=256)
[176969.476990] Sending NMI from CPU 175 to CPUs 156:
[176969.476995] NMI backtrace for cpu 156
[176969.477001] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[176969.477004] Tainted: [D]=DIE, [W]=WARN
[176969.477005] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[176969.477006] Workqueue: cgroup_destroy css_free_rwork_fn
[176969.477009] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[176969.477011] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[176969.477012] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[176969.477013] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[176969.477014] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[176969.477014] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[176969.477015] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[176969.477015] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[176969.477016] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[176969.477017] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[176969.477017] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[176969.477018] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[176969.477018] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[176969.477018] PKRU: 55555554
[176969.477019] Call Trace:
[176969.477019] <TASK>
[176969.477021] _raw_spin_lock_irqsave+0x46/0x60
[176969.477022] cgroup_rstat_flush+0xf4/0x7e0
[176969.477023] cgroup_rstat_exit+0x20/0xf0
[176969.477024] css_free_rwork_fn+0x12e/0x400
[176969.477025] process_one_work+0x19e/0x3e0
[176969.477027] worker_thread+0x2ad/0x3c0
[176969.477028] kthread+0x108/0x220
[176969.477029] ? __pfx_worker_thread+0x10/0x10
[176969.477031] ? __pfx_kthread+0x10/0x10
[176969.477032] ret_from_fork+0x3d/0x60
[176969.477033] ? __pfx_kthread+0x10/0x10
[176969.477034] ret_from_fork_asm+0x1a/0x30
[176969.477036] </TASK>
[177149.491813] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[177149.505010] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9606994
[177149.522848] rcu: (detected by 57, t=36567901 jiffies, g=639685, q=40290 ncpus=256)
[177149.538175] Sending NMI from CPU 57 to CPUs 156:
[177149.538181] NMI backtrace for cpu 156
[177149.538187] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[177149.538190] Tainted: [D]=DIE, [W]=WARN
[177149.538191] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[177149.538192] Workqueue: cgroup_destroy css_free_rwork_fn
[177149.538194] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[177149.538197] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[177149.538198] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[177149.538198] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[177149.538199] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[177149.538199] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[177149.538200] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[177149.538200] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[177149.538201] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[177149.538202] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[177149.538202] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[177149.538203] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[177149.538203] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[177149.538203] PKRU: 55555554
[177149.538204] Call Trace:
[177149.538204] <TASK>
[177149.538206] _raw_spin_lock_irqsave+0x46/0x60
[177149.538207] cgroup_rstat_flush+0xf4/0x7e0
[177149.538208] cgroup_rstat_exit+0x20/0xf0
[177149.538209] css_free_rwork_fn+0x12e/0x400
[177149.538210] process_one_work+0x19e/0x3e0
[177149.538212] worker_thread+0x2ad/0x3c0
[177149.538213] kthread+0x108/0x220
[177149.538214] ? __pfx_worker_thread+0x10/0x10
[177149.538216] ? __pfx_kthread+0x10/0x10
[177149.538217] ret_from_fork+0x3d/0x60
[177149.538218] ? __pfx_kthread+0x10/0x10
[177149.538219] ret_from_fork_asm+0x1a/0x30
[177149.538221] </TASK>
[177329.553054] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[177329.566238] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9618927
[177329.584063] rcu: (detected by 11, t=36612917 jiffies, g=639685, q=40309 ncpus=256)
[177329.599375] Sending NMI from CPU 11 to CPUs 156:
[177329.599381] NMI backtrace for cpu 156
[177329.599386] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[177329.599389] Tainted: [D]=DIE, [W]=WARN
[177329.599390] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[177329.599391] Workqueue: cgroup_destroy css_free_rwork_fn
[177329.599393] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[177329.599396] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[177329.599397] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[177329.599398] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[177329.599398] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[177329.599398] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[177329.599399] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[177329.599399] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[177329.599400] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[177329.599401] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[177329.599401] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[177329.599402] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[177329.599402] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[177329.599402] PKRU: 55555554
[177329.599403] Call Trace:
[177329.599403] <TASK>
[177329.599404] _raw_spin_lock_irqsave+0x46/0x60
[177329.599406] cgroup_rstat_flush+0xf4/0x7e0
[177329.599407] cgroup_rstat_exit+0x20/0xf0
[177329.599408] css_free_rwork_fn+0x12e/0x400
[177329.599409] process_one_work+0x19e/0x3e0
[177329.599411] worker_thread+0x2ad/0x3c0
[177329.599412] kthread+0x108/0x220
[177329.599413] ? __pfx_worker_thread+0x10/0x10
[177329.599415] ? __pfx_kthread+0x10/0x10
[177329.599416] ret_from_fork+0x3d/0x60
[177329.599417] ? __pfx_kthread+0x10/0x10
[177329.599418] ret_from_fork_asm+0x1a/0x30
[177329.599420] </TASK>
[177509.614295] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[177509.627472] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9630864
[177509.645294] rcu: (detected by 91, t=36657933 jiffies, g=639685, q=40321 ncpus=256)
[177509.660608] Sending NMI from CPU 91 to CPUs 156:
[177509.660613] NMI backtrace for cpu 156
[177509.660619] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[177509.660622] Tainted: [D]=DIE, [W]=WARN
[177509.660623] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[177509.660623] Workqueue: cgroup_destroy css_free_rwork_fn
[177509.660626] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[177509.660628] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[177509.660630] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[177509.660630] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[177509.660631] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[177509.660631] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[177509.660632] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[177509.660632] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[177509.660633] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[177509.660634] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[177509.660634] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[177509.660635] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[177509.660635] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[177509.660635] PKRU: 55555554
[177509.660636] Call Trace:
[177509.660636] <TASK>
[177509.660637] _raw_spin_lock_irqsave+0x46/0x60
[177509.660639] cgroup_rstat_flush+0xf4/0x7e0
[177509.660640] cgroup_rstat_exit+0x20/0xf0
[177509.660641] css_free_rwork_fn+0x12e/0x400
[177509.660642] process_one_work+0x19e/0x3e0
[177509.660643] worker_thread+0x2ad/0x3c0
[177509.660645] kthread+0x108/0x220
[177509.660646] ? __pfx_worker_thread+0x10/0x10
[177509.660647] ? __pfx_kthread+0x10/0x10
[177509.660648] ret_from_fork+0x3d/0x60
[177509.660649] ? __pfx_kthread+0x10/0x10
[177509.660650] ret_from_fork_asm+0x1a/0x30
[177509.660652] </TASK>
[177689.675536] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[177689.688701] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9642787
[177689.706514] rcu: (detected by 199, t=36702949 jiffies, g=639685, q=40334 ncpus=256)
[177689.721925] Sending NMI from CPU 199 to CPUs 156:
[177689.721930] NMI backtrace for cpu 156
[177689.721936] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[177689.721939] Tainted: [D]=DIE, [W]=WARN
[177689.721940] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[177689.721941] Workqueue: cgroup_destroy css_free_rwork_fn
[177689.721944] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[177689.721946] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[177689.721947] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[177689.721948] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[177689.721948] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[177689.721949] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[177689.721949] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[177689.721950] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[177689.721950] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[177689.721951] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[177689.721951] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[177689.721952] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[177689.721953] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[177689.721953] PKRU: 55555554
[177689.721954] Call Trace:
[177689.721954] <TASK>
[177689.721955] _raw_spin_lock_irqsave+0x46/0x60
[177689.721957] cgroup_rstat_flush+0xf4/0x7e0
[177689.721958] cgroup_rstat_exit+0x20/0xf0
[177689.721959] css_free_rwork_fn+0x12e/0x400
[177689.721960] process_one_work+0x19e/0x3e0
[177689.721962] worker_thread+0x2ad/0x3c0
[177689.721963] kthread+0x108/0x220
[177689.721964] ? __pfx_worker_thread+0x10/0x10
[177689.721966] ? __pfx_kthread+0x10/0x10
[177689.721967] ret_from_fork+0x3d/0x60
[177689.721968] ? __pfx_kthread+0x10/0x10
[177689.721969] ret_from_fork_asm+0x1a/0x30
[177689.721971] </TASK>
[177869.736778] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[177869.749971] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9654720
[177869.767802] rcu: (detected by 131, t=36747965 jiffies, g=639685, q=40346 ncpus=256)
[177869.783228] Sending NMI from CPU 131 to CPUs 156:
[177869.783233] NMI backtrace for cpu 156
[177869.783239] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[177869.783242] Tainted: [D]=DIE, [W]=WARN
[177869.783243] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[177869.783244] Workqueue: cgroup_destroy css_free_rwork_fn
[177869.783246] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[177869.783249] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[177869.783250] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[177869.783250] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[177869.783251] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[177869.783251] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[177869.783252] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[177869.783252] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[177869.783253] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[177869.783254] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[177869.783254] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[177869.783255] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[177869.783255] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[177869.783255] PKRU: 55555554
[177869.783256] Call Trace:
[177869.783256] <TASK>
[177869.783258] _raw_spin_lock_irqsave+0x46/0x60
[177869.783259] cgroup_rstat_flush+0xf4/0x7e0
[177869.783260] cgroup_rstat_exit+0x20/0xf0
[177869.783261] css_free_rwork_fn+0x12e/0x400
[177869.783262] process_one_work+0x19e/0x3e0
[177869.783264] worker_thread+0x2ad/0x3c0
[177869.783266] kthread+0x108/0x220
[177869.783266] ? __pfx_worker_thread+0x10/0x10
[177869.783268] ? __pfx_kthread+0x10/0x10
[177869.783269] ret_from_fork+0x3d/0x60
[177869.783270] ? __pfx_kthread+0x10/0x10
[177869.783271] ret_from_fork_asm+0x1a/0x30
[177869.783274] </TASK>
[178049.798018] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[178049.811190] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9666669
[178049.829009] rcu: (detected by 71, t=36792981 jiffies, g=639685, q=40359 ncpus=256)
[178049.844321] Sending NMI from CPU 71 to CPUs 156:
[178049.844326] NMI backtrace for cpu 156
[178049.844332] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[178049.844335] Tainted: [D]=DIE, [W]=WARN
[178049.844336] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[178049.844337] Workqueue: cgroup_destroy css_free_rwork_fn
[178049.844340] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[178049.844342] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[178049.844344] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[178049.844345] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[178049.844345] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[178049.844346] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[178049.844346] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[178049.844347] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[178049.844348] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[178049.844348] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[178049.844349] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[178049.844350] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[178049.844350] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[178049.844350] PKRU: 55555554
[178049.844351] Call Trace:
[178049.844351] <TASK>
[178049.844353] _raw_spin_lock_irqsave+0x46/0x60
[178049.844354] cgroup_rstat_flush+0xf4/0x7e0
[178049.844355] cgroup_rstat_exit+0x20/0xf0
[178049.844356] css_free_rwork_fn+0x12e/0x400
[178049.844357] process_one_work+0x19e/0x3e0
[178049.844359] worker_thread+0x2ad/0x3c0
[178049.844360] kthread+0x108/0x220
[178049.844361] ? __pfx_worker_thread+0x10/0x10
[178049.844363] ? __pfx_kthread+0x10/0x10
[178049.844364] ret_from_fork+0x3d/0x60
[178049.844365] ? __pfx_kthread+0x10/0x10
[178049.844366] ret_from_fork_asm+0x1a/0x30
[178049.844368] </TASK>
[178229.859259] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[178229.872417] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9678594
[178229.890235] rcu: (detected by 194, t=36837997 jiffies, g=639685, q=40380 ncpus=256)
[178229.905646] Sending NMI from CPU 194 to CPUs 156:
[178229.905652] NMI backtrace for cpu 156
[178229.905657] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[178229.905660] Tainted: [D]=DIE, [W]=WARN
[178229.905661] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[178229.905662] Workqueue: cgroup_destroy css_free_rwork_fn
[178229.905665] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[178229.905667] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[178229.905668] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[178229.905669] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[178229.905669] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[178229.905670] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[178229.905670] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[178229.905671] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[178229.905671] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[178229.905672] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[178229.905672] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[178229.905673] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[178229.905673] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[178229.905674] PKRU: 55555554
[178229.905674] Call Trace:
[178229.905675] <TASK>
[178229.905676] _raw_spin_lock_irqsave+0x46/0x60
[178229.905677] cgroup_rstat_flush+0xf4/0x7e0
[178229.905679] cgroup_rstat_exit+0x20/0xf0
[178229.905680] css_free_rwork_fn+0x12e/0x400
[178229.905681] process_one_work+0x19e/0x3e0
[178229.905682] worker_thread+0x2ad/0x3c0
[178229.905684] kthread+0x108/0x220
[178229.905685] ? __pfx_worker_thread+0x10/0x10
[178229.905686] ? __pfx_kthread+0x10/0x10
[178229.905687] ret_from_fork+0x3d/0x60
[178229.905688] ? __pfx_kthread+0x10/0x10
[178229.905689] ret_from_fork_asm+0x1a/0x30
[178229.905691] </TASK>
[178409.920502] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[178409.933688] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9690511
[178409.951520] rcu: (detected by 91, t=36883013 jiffies, g=639685, q=40392 ncpus=256)
[178409.966844] Sending NMI from CPU 91 to CPUs 156:
[178409.966849] NMI backtrace for cpu 156
[178409.966855] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[178409.966858] Tainted: [D]=DIE, [W]=WARN
[178409.966858] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[178409.966859] Workqueue: cgroup_destroy css_free_rwork_fn
[178409.966862] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[178409.966864] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[178409.966865] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[178409.966866] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[178409.966866] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[178409.966867] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[178409.966867] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[178409.966868] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[178409.966869] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[178409.966869] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[178409.966869] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[178409.966870] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[178409.966870] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[178409.966871] PKRU: 55555554
[178409.966871] Call Trace:
[178409.966872] <TASK>
[178409.966873] _raw_spin_lock_irqsave+0x46/0x60
[178409.966874] cgroup_rstat_flush+0xf4/0x7e0
[178409.966876] cgroup_rstat_exit+0x20/0xf0
[178409.966877] css_free_rwork_fn+0x12e/0x400
[178409.966878] process_one_work+0x19e/0x3e0
[178409.966879] worker_thread+0x2ad/0x3c0
[178409.966881] kthread+0x108/0x220
[178409.966882] ? __pfx_worker_thread+0x10/0x10
[178409.966883] ? __pfx_kthread+0x10/0x10
[178409.966884] ret_from_fork+0x3d/0x60
[178409.966885] ? __pfx_kthread+0x10/0x10
[178409.966886] ret_from_fork_asm+0x1a/0x30
[178409.966888] </TASK>
[178589.981742] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[178589.994917] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9702427
[178590.012736] rcu: (detected by 175, t=36928029 jiffies, g=639685, q=40405 ncpus=256)
[178590.028155] Sending NMI from CPU 175 to CPUs 156:
[178590.028160] NMI backtrace for cpu 156
[178590.028166] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[178590.028169] Tainted: [D]=DIE, [W]=WARN
[178590.028169] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[178590.028170] Workqueue: cgroup_destroy css_free_rwork_fn
[178590.028174] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[178590.028176] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[178590.028177] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[178590.028178] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[178590.028178] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[178590.028179] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[178590.028179] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[178590.028180] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[178590.028181] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[178590.028181] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[178590.028181] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[178590.028182] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[178590.028182] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[178590.028183] PKRU: 55555554
[178590.028183] Call Trace:
[178590.028184] <TASK>
[178590.028185] _raw_spin_lock_irqsave+0x46/0x60
[178590.028186] cgroup_rstat_flush+0xf4/0x7e0
[178590.028188] cgroup_rstat_exit+0x20/0xf0
[178590.028189] css_free_rwork_fn+0x12e/0x400
[178590.028190] process_one_work+0x19e/0x3e0
[178590.028192] worker_thread+0x2ad/0x3c0
[178590.028193] kthread+0x108/0x220
[178590.028194] ? __pfx_worker_thread+0x10/0x10
[178590.028196] ? __pfx_kthread+0x10/0x10
[178590.028197] ret_from_fork+0x3d/0x60
[178590.028198] ? __pfx_kthread+0x10/0x10
[178590.028199] ret_from_fork_asm+0x1a/0x30
[178590.028201] </TASK>
[178770.042982] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[178770.056168] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9714438
[178770.074002] rcu: (detected by 175, t=36973045 jiffies, g=639685, q=40418 ncpus=256)
[178770.089431] Sending NMI from CPU 175 to CPUs 156:
[178770.089436] NMI backtrace for cpu 156
[178770.089442] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[178770.089445] Tainted: [D]=DIE, [W]=WARN
[178770.089446] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[178770.089446] Workqueue: cgroup_destroy css_free_rwork_fn
[178770.089449] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[178770.089451] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[178770.089453] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[178770.089453] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[178770.089454] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[178770.089454] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[178770.089454] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[178770.089455] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[178770.089456] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[178770.089456] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[178770.089457] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[178770.089457] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[178770.089458] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[178770.089458] PKRU: 55555554
[178770.089458] Call Trace:
[178770.089459] <TASK>
[178770.089460] _raw_spin_lock_irqsave+0x46/0x60
[178770.089461] cgroup_rstat_flush+0xf4/0x7e0
[178770.089463] cgroup_rstat_exit+0x20/0xf0
[178770.089464] css_free_rwork_fn+0x12e/0x400
[178770.089465] process_one_work+0x19e/0x3e0
[178770.089466] worker_thread+0x2ad/0x3c0
[178770.089468] kthread+0x108/0x220
[178770.089469] ? __pfx_worker_thread+0x10/0x10
[178770.089470] ? __pfx_kthread+0x10/0x10
[178770.089471] ret_from_fork+0x3d/0x60
[178770.089473] ? __pfx_kthread+0x10/0x10
[178770.089474] ret_from_fork_asm+0x1a/0x30
[178770.089476] </TASK>
[178950.104225] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[178950.117405] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9726432
[178950.135227] rcu: (detected by 71, t=37018061 jiffies, g=639685, q=40430 ncpus=256)
[178950.150542] Sending NMI from CPU 71 to CPUs 156:
[178950.150547] NMI backtrace for cpu 156
[178950.150552] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[178950.150555] Tainted: [D]=DIE, [W]=WARN
[178950.150555] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[178950.150557] Workqueue: cgroup_destroy css_free_rwork_fn
[178950.150560] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[178950.150562] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[178950.150563] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[178950.150563] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[178950.150564] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[178950.150564] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[178950.150564] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[178950.150565] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[178950.150566] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[178950.150566] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[178950.150567] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[178950.150567] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[178950.150568] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[178950.150568] PKRU: 55555554
[178950.150568] Call Trace:
[178950.150569] <TASK>
[178950.150570] _raw_spin_lock_irqsave+0x46/0x60
[178950.150572] cgroup_rstat_flush+0xf4/0x7e0
[178950.150573] cgroup_rstat_exit+0x20/0xf0
[178950.150574] css_free_rwork_fn+0x12e/0x400
[178950.150575] process_one_work+0x19e/0x3e0
[178950.150576] worker_thread+0x2ad/0x3c0
[178950.150578] kthread+0x108/0x220
[178950.150579] ? __pfx_worker_thread+0x10/0x10
[178950.150580] ? __pfx_kthread+0x10/0x10
[178950.150581] ret_from_fork+0x3d/0x60
[178950.150582] ? __pfx_kthread+0x10/0x10
[178950.150583] ret_from_fork_asm+0x1a/0x30
[178950.150585] </TASK>
[179130.165466] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[179130.178625] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9738338
[179130.196432] rcu: (detected by 66, t=37063077 jiffies, g=639685, q=40443 ncpus=256)
[179130.211729] Sending NMI from CPU 66 to CPUs 156:
[179130.211734] NMI backtrace for cpu 156
[179130.211739] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[179130.211742] Tainted: [D]=DIE, [W]=WARN
[179130.211743] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[179130.211744] Workqueue: cgroup_destroy css_free_rwork_fn
[179130.211747] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[179130.211749] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[179130.211750] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[179130.211751] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[179130.211752] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[179130.211752] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[179130.211752] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[179130.211753] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[179130.211754] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[179130.211754] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[179130.211755] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[179130.211755] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[179130.211756] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[179130.211756] PKRU: 55555554
[179130.211756] Call Trace:
[179130.211757] <TASK>
[179130.211758] _raw_spin_lock_irqsave+0x46/0x60
[179130.211759] cgroup_rstat_flush+0xf4/0x7e0
[179130.211761] cgroup_rstat_exit+0x20/0xf0
[179130.211762] css_free_rwork_fn+0x12e/0x400
[179130.211763] process_one_work+0x19e/0x3e0
[179130.211764] worker_thread+0x2ad/0x3c0
[179130.211766] kthread+0x108/0x220
[179130.211767] ? __pfx_worker_thread+0x10/0x10
[179130.211768] ? __pfx_kthread+0x10/0x10
[179130.211769] ret_from_fork+0x3d/0x60
[179130.211770] ? __pfx_kthread+0x10/0x10
[179130.211771] ret_from_fork_asm+0x1a/0x30
[179130.211773] </TASK>
[179310.226706] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[179310.239873] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9750272
[179310.257692] rcu: (detected by 194, t=37108093 jiffies, g=639685, q=40459 ncpus=256)
[179310.273105] Sending NMI from CPU 194 to CPUs 156:
[179310.273109] NMI backtrace for cpu 156
[179310.273115] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[179310.273118] Tainted: [D]=DIE, [W]=WARN
[179310.273118] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[179310.273119] Workqueue: cgroup_destroy css_free_rwork_fn
[179310.273122] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[179310.273124] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[179310.273126] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[179310.273126] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[179310.273127] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[179310.273127] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[179310.273127] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[179310.273128] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[179310.273129] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[179310.273130] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[179310.273130] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[179310.273131] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[179310.273131] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[179310.273131] PKRU: 55555554
[179310.273132] Call Trace:
[179310.273132] <TASK>
[179310.273133] _raw_spin_lock_irqsave+0x46/0x60
[179310.273135] cgroup_rstat_flush+0xf4/0x7e0
[179310.273136] cgroup_rstat_exit+0x20/0xf0
[179310.273137] css_free_rwork_fn+0x12e/0x400
[179310.273138] process_one_work+0x19e/0x3e0
[179310.273139] worker_thread+0x2ad/0x3c0
[179310.273141] kthread+0x108/0x220
[179310.273142] ? __pfx_worker_thread+0x10/0x10
[179310.273144] ? __pfx_kthread+0x10/0x10
[179310.273145] ret_from_fork+0x3d/0x60
[179310.273146] ? __pfx_kthread+0x10/0x10
[179310.273147] ret_from_fork_asm+0x1a/0x30
[179310.273149] </TASK>
[179490.287949] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[179490.301124] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9762194
[179490.318942] rcu: (detected by 158, t=37153109 jiffies, g=639685, q=40472 ncpus=256)
[179490.334356] Sending NMI from CPU 158 to CPUs 156:
[179490.334361] NMI backtrace for cpu 156
[179490.334363] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[179490.334365] Tainted: [D]=DIE, [W]=WARN
[179490.334365] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[179490.334367] Workqueue: cgroup_destroy css_free_rwork_fn
[179490.334369] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[179490.334370] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[179490.334371] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[179490.334372] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[179490.334372] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[179490.334373] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[179490.334373] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[179490.334373] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[179490.334374] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[179490.334375] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[179490.334375] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[179490.334376] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[179490.334376] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[179490.334377] PKRU: 55555554
[179490.334377] Call Trace:
[179490.334377] <TASK>
[179490.334379] _raw_spin_lock_irqsave+0x46/0x60
[179490.334380] cgroup_rstat_flush+0xf4/0x7e0
[179490.334381] cgroup_rstat_exit+0x20/0xf0
[179490.334382] css_free_rwork_fn+0x12e/0x400
[179490.334383] process_one_work+0x19e/0x3e0
[179490.334385] worker_thread+0x2ad/0x3c0
[179490.334387] kthread+0x108/0x220
[179490.334388] ? __pfx_worker_thread+0x10/0x10
[179490.334389] ? __pfx_kthread+0x10/0x10
[179490.334390] ret_from_fork+0x3d/0x60
[179490.334392] ? __pfx_kthread+0x10/0x10
[179490.334392] ret_from_fork_asm+0x1a/0x30
[179490.334395] </TASK>
[179670.349191] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[179670.362360] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9774131
[179670.380172] rcu: (detected by 219, t=37198125 jiffies, g=639685, q=40485 ncpus=256)
[179670.395581] Sending NMI from CPU 219 to CPUs 156:
[179670.395586] NMI backtrace for cpu 156
[179670.395591] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[179670.395594] Tainted: [D]=DIE, [W]=WARN
[179670.395594] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[179670.395595] Workqueue: cgroup_destroy css_free_rwork_fn
[179670.395597] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[179670.395599] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[179670.395600] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[179670.395601] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[179670.395602] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[179670.395603] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[179670.395603] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[179670.395604] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[179670.395605] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[179670.395606] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[179670.395606] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[179670.395607] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[179670.395607] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[179670.395608] PKRU: 55555554
[179670.395608] Call Trace:
[179670.395609] <TASK>
[179670.395610] _raw_spin_lock_irqsave+0x46/0x60
[179670.395612] cgroup_rstat_flush+0xf4/0x7e0
[179670.395613] cgroup_rstat_exit+0x20/0xf0
[179670.395615] css_free_rwork_fn+0x12e/0x400
[179670.395616] process_one_work+0x19e/0x3e0
[179670.395617] worker_thread+0x2ad/0x3c0
[179670.395619] kthread+0x108/0x220
[179670.395620] ? __pfx_worker_thread+0x10/0x10
[179670.395621] ? __pfx_kthread+0x10/0x10
[179670.395622] ret_from_fork+0x3d/0x60
[179670.395623] ? __pfx_kthread+0x10/0x10
[179670.395624] ret_from_fork_asm+0x1a/0x30
[179670.395626] </TASK>
[179850.410430] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[179850.423607] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9786059
[179850.441432] rcu: (detected by 175, t=37243141 jiffies, g=639685, q=40497 ncpus=256)
[179850.456854] Sending NMI from CPU 175 to CPUs 156:
[179850.456859] NMI backtrace for cpu 156
[179850.456866] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[179850.456869] Tainted: [D]=DIE, [W]=WARN
[179850.456869] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[179850.456870] Workqueue: cgroup_destroy css_free_rwork_fn
[179850.456873] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[179850.456875] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[179850.456876] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[179850.456877] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[179850.456878] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[179850.456878] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[179850.456878] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[179850.456879] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[179850.456880] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[179850.456880] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[179850.456881] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[179850.456881] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[179850.456882] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[179850.456882] PKRU: 55555554
[179850.456882] Call Trace:
[179850.456883] <TASK>
[179850.456884] _raw_spin_lock_irqsave+0x46/0x60
[179850.456886] cgroup_rstat_flush+0xf4/0x7e0
[179850.456887] cgroup_rstat_exit+0x20/0xf0
[179850.456888] css_free_rwork_fn+0x12e/0x400
[179850.456889] process_one_work+0x19e/0x3e0
[179850.456890] worker_thread+0x2ad/0x3c0
[179850.456892] kthread+0x108/0x220
[179850.456893] ? __pfx_worker_thread+0x10/0x10
[179850.456894] ? __pfx_kthread+0x10/0x10
[179850.456895] ret_from_fork+0x3d/0x60
[179850.456896] ? __pfx_kthread+0x10/0x10
[179850.456897] ret_from_fork_asm+0x1a/0x30
[179850.456899] </TASK>
[180030.471672] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[180030.484855] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9797990
[180030.502683] rcu: (detected by 47, t=37288156 jiffies, g=639685, q=40510 ncpus=256)
[180030.518001] Sending NMI from CPU 47 to CPUs 156:
[180030.518007] NMI backtrace for cpu 156
[180030.518012] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[180030.518015] Tainted: [D]=DIE, [W]=WARN
[180030.518016] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[180030.518017] Workqueue: cgroup_destroy css_free_rwork_fn
[180030.518020] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[180030.518022] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[180030.518023] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[180030.518024] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[180030.518024] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[180030.518024] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[180030.518025] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[180030.518025] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[180030.518026] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[180030.518027] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[180030.518027] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[180030.518028] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[180030.518028] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[180030.518028] PKRU: 55555554
[180030.518029] Call Trace:
[180030.518029] <TASK>
[180030.518031] _raw_spin_lock_irqsave+0x46/0x60
[180030.518032] cgroup_rstat_flush+0xf4/0x7e0
[180030.518033] cgroup_rstat_exit+0x20/0xf0
[180030.518034] css_free_rwork_fn+0x12e/0x400
[180030.518035] process_one_work+0x19e/0x3e0
[180030.518037] worker_thread+0x2ad/0x3c0
[180030.518038] kthread+0x108/0x220
[180030.518039] ? __pfx_worker_thread+0x10/0x10
[180030.518041] ? __pfx_kthread+0x10/0x10
[180030.518042] ret_from_fork+0x3d/0x60
[180030.518043] ? __pfx_kthread+0x10/0x10
[180030.518044] ret_from_fork_asm+0x1a/0x30
[180030.518046] </TASK>
[180210.516914] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[180210.530079] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9809871
[180210.547886] rcu: (detected by 159, t=37333169 jiffies, g=639685, q=40524 ncpus=256)
[180210.563288] Sending NMI from CPU 159 to CPUs 156:
[180210.563293] NMI backtrace for cpu 156
[180210.563295] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[180210.563297] Tainted: [D]=DIE, [W]=WARN
[180210.563298] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[180210.563299] Workqueue: cgroup_destroy css_free_rwork_fn
[180210.563301] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[180210.563303] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[180210.563303] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[180210.563304] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[180210.563305] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[180210.563305] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[180210.563305] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[180210.563306] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[180210.563307] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[180210.563307] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[180210.563307] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[180210.563308] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[180210.563308] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[180210.563309] PKRU: 55555554
[180210.563309] Call Trace:
[180210.563310] <TASK>
[180210.563311] _raw_spin_lock_irqsave+0x46/0x60
[180210.563312] cgroup_rstat_flush+0xf4/0x7e0
[180210.563313] cgroup_rstat_exit+0x20/0xf0
[180210.563315] css_free_rwork_fn+0x12e/0x400
[180210.563315] process_one_work+0x19e/0x3e0
[180210.563317] worker_thread+0x2ad/0x3c0
[180210.563319] kthread+0x108/0x220
[180210.563319] ? __pfx_worker_thread+0x10/0x10
[180210.563321] ? __pfx_kthread+0x10/0x10
[180210.563322] ret_from_fork+0x3d/0x60
[180210.563323] ? __pfx_kthread+0x10/0x10
[180210.563324] ret_from_fork_asm+0x1a/0x30
[180210.563326] </TASK>
[180390.578155] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[180390.591330] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9821820
[180390.609147] rcu: (detected by 47, t=37378185 jiffies, g=639685, q=40538 ncpus=256)
[180390.624454] Sending NMI from CPU 47 to CPUs 156:
[180390.624460] NMI backtrace for cpu 156
[180390.624466] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[180390.624468] Tainted: [D]=DIE, [W]=WARN
[180390.624469] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[180390.624470] Workqueue: cgroup_destroy css_free_rwork_fn
[180390.624473] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[180390.624474] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[180390.624476] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[180390.624477] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[180390.624478] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[180390.624478] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[180390.624479] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[180390.624480] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[180390.624482] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[180390.624482] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[180390.624483] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[180390.624484] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[180390.624484] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[180390.624484] PKRU: 55555554
[180390.624485] Call Trace:
[180390.624485] <TASK>
[180390.624487] _raw_spin_lock_irqsave+0x46/0x60
[180390.624488] cgroup_rstat_flush+0xf4/0x7e0
[180390.624489] cgroup_rstat_exit+0x20/0xf0
[180390.624490] css_free_rwork_fn+0x12e/0x400
[180390.624491] process_one_work+0x19e/0x3e0
[180390.624493] worker_thread+0x2ad/0x3c0
[180390.624495] kthread+0x108/0x220
[180390.624496] ? __pfx_worker_thread+0x10/0x10
[180390.624497] ? __pfx_kthread+0x10/0x10
[180390.624498] ret_from_fork+0x3d/0x60
[180390.624499] ? __pfx_kthread+0x10/0x10
[180390.624500] ret_from_fork_asm+0x1a/0x30
[180390.624502] </TASK>
[180570.623397] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[180570.636571] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9833712
[180570.654383] rcu: (detected by 71, t=37423197 jiffies, g=639685, q=40554 ncpus=256)
[180570.669692] Sending NMI from CPU 71 to CPUs 156:
[180570.669697] NMI backtrace for cpu 156
[180570.669702] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[180570.669706] Tainted: [D]=DIE, [W]=WARN
[180570.669706] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[180570.669708] Workqueue: cgroup_destroy css_free_rwork_fn
[180570.669711] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[180570.669713] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[180570.669714] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[180570.669715] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[180570.669716] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[180570.669716] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[180570.669716] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[180570.669717] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[180570.669718] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[180570.669718] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[180570.669719] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[180570.669719] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[180570.669720] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[180570.669720] PKRU: 55555554
[180570.669720] Call Trace:
[180570.669721] <TASK>
[180570.669722] _raw_spin_lock_irqsave+0x46/0x60
[180570.669724] cgroup_rstat_flush+0xf4/0x7e0
[180570.669725] cgroup_rstat_exit+0x20/0xf0
[180570.669726] css_free_rwork_fn+0x12e/0x400
[180570.669727] process_one_work+0x19e/0x3e0
[180570.669729] worker_thread+0x2ad/0x3c0
[180570.669730] kthread+0x108/0x220
[180570.669731] ? __pfx_worker_thread+0x10/0x10
[180570.669732] ? __pfx_kthread+0x10/0x10
[180570.669733] ret_from_fork+0x3d/0x60
[180570.669735] ? __pfx_kthread+0x10/0x10
[180570.669735] ret_from_fork_asm+0x1a/0x30
[180570.669737] </TASK>
[180750.684637] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[180750.697790] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9845641
[180750.715592] rcu: (detected by 199, t=37468213 jiffies, g=639685, q=40569 ncpus=256)
[180750.730991] Sending NMI from CPU 199 to CPUs 156:
[180750.730995] NMI backtrace for cpu 156
[180750.731001] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[180750.731004] Tainted: [D]=DIE, [W]=WARN
[180750.731005] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[180750.731006] Workqueue: cgroup_destroy css_free_rwork_fn
[180750.731009] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[180750.731011] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[180750.731012] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[180750.731013] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[180750.731013] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[180750.731014] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[180750.731014] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[180750.731014] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[180750.731015] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[180750.731016] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[180750.731016] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[180750.731017] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[180750.731017] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[180750.731017] PKRU: 55555554
[180750.731018] Call Trace:
[180750.731018] <TASK>
[180750.731020] _raw_spin_lock_irqsave+0x46/0x60
[180750.731021] cgroup_rstat_flush+0xf4/0x7e0
[180750.731022] cgroup_rstat_exit+0x20/0xf0
[180750.731023] css_free_rwork_fn+0x12e/0x400
[180750.731024] process_one_work+0x19e/0x3e0
[180750.731026] worker_thread+0x2ad/0x3c0
[180750.731027] kthread+0x108/0x220
[180750.731028] ? __pfx_worker_thread+0x10/0x10
[180750.731030] ? __pfx_kthread+0x10/0x10
[180750.731031] ret_from_fork+0x3d/0x60
[180750.731032] ? __pfx_kthread+0x10/0x10
[180750.731033] ret_from_fork_asm+0x1a/0x30
[180750.731035] </TASK>
[180930.745878] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[180930.759046] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9857572
[180930.776850] rcu: (detected by 131, t=37513229 jiffies, g=639685, q=40581 ncpus=256)
[180930.792251] Sending NMI from CPU 131 to CPUs 156:
[180930.792259] NMI backtrace for cpu 156
[180930.792264] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[180930.792268] Tainted: [D]=DIE, [W]=WARN
[180930.792268] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[180930.792269] Workqueue: cgroup_destroy css_free_rwork_fn
[180930.792272] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[180930.792275] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[180930.792276] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[180930.792276] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[180930.792277] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[180930.792277] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[180930.792277] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[180930.792278] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[180930.792279] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[180930.792279] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[180930.792280] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[180930.792280] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[180930.792281] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[180930.792281] PKRU: 55555554
[180930.792281] Call Trace:
[180930.792282] <TASK>
[180930.792283] _raw_spin_lock_irqsave+0x46/0x60
[180930.792284] cgroup_rstat_flush+0xf4/0x7e0
[180930.792286] cgroup_rstat_exit+0x20/0xf0
[180930.792287] css_free_rwork_fn+0x12e/0x400
[180930.792288] process_one_work+0x19e/0x3e0
[180930.792289] worker_thread+0x2ad/0x3c0
[180930.792291] kthread+0x108/0x220
[180930.792292] ? __pfx_worker_thread+0x10/0x10
[180930.792293] ? __pfx_kthread+0x10/0x10
[180930.792294] ret_from_fork+0x3d/0x60
[180930.792295] ? __pfx_kthread+0x10/0x10
[180930.792296] ret_from_fork_asm+0x1a/0x30
[180930.792298] </TASK>
[181110.807120] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[181110.820292] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9869508
[181110.838107] rcu: (detected by 71, t=37558245 jiffies, g=639685, q=40598 ncpus=256)
[181110.853412] Sending NMI from CPU 71 to CPUs 156:
[181110.853416] NMI backtrace for cpu 156
[181110.853422] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[181110.853425] Tainted: [D]=DIE, [W]=WARN
[181110.853425] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[181110.853426] Workqueue: cgroup_destroy css_free_rwork_fn
[181110.853429] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[181110.853431] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[181110.853433] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[181110.853433] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[181110.853434] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[181110.853434] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[181110.853434] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[181110.853435] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[181110.853436] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[181110.853436] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[181110.853437] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[181110.853438] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[181110.853438] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[181110.853438] PKRU: 55555554
[181110.853439] Call Trace:
[181110.853439] <TASK>
[181110.853440] _raw_spin_lock_irqsave+0x46/0x60
[181110.853441] cgroup_rstat_flush+0xf4/0x7e0
[181110.853443] cgroup_rstat_exit+0x20/0xf0
[181110.853444] css_free_rwork_fn+0x12e/0x400
[181110.853445] process_one_work+0x19e/0x3e0
[181110.853446] worker_thread+0x2ad/0x3c0
[181110.853448] kthread+0x108/0x220
[181110.853449] ? __pfx_worker_thread+0x10/0x10
[181110.853450] ? __pfx_kthread+0x10/0x10
[181110.853451] ret_from_fork+0x3d/0x60
[181110.853452] ? __pfx_kthread+0x10/0x10
[181110.853453] ret_from_fork_asm+0x1a/0x30
[181110.853455] </TASK>
[181290.868361] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[181290.881518] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9881440
[181290.899326] rcu: (detected by 71, t=37603261 jiffies, g=639685, q=40614 ncpus=256)
[181290.914617] Sending NMI from CPU 71 to CPUs 156:
[181290.914621] NMI backtrace for cpu 156
[181290.914627] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[181290.914630] Tainted: [D]=DIE, [W]=WARN
[181290.914631] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[181290.914632] Workqueue: cgroup_destroy css_free_rwork_fn
[181290.914635] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[181290.914637] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[181290.914638] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[181290.914639] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[181290.914640] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[181290.914640] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[181290.914640] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[181290.914641] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[181290.914642] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[181290.914642] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[181290.914643] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[181290.914643] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[181290.914644] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[181290.914644] PKRU: 55555554
[181290.914644] Call Trace:
[181290.914645] <TASK>
[181290.914646] _raw_spin_lock_irqsave+0x46/0x60
[181290.914648] cgroup_rstat_flush+0xf4/0x7e0
[181290.914649] cgroup_rstat_exit+0x20/0xf0
[181290.914650] css_free_rwork_fn+0x12e/0x400
[181290.914651] process_one_work+0x19e/0x3e0
[181290.914652] worker_thread+0x2ad/0x3c0
[181290.914654] kthread+0x108/0x220
[181290.914655] ? __pfx_worker_thread+0x10/0x10
[181290.914656] ? __pfx_kthread+0x10/0x10
[181290.914657] ret_from_fork+0x3d/0x60
[181290.914658] ? __pfx_kthread+0x10/0x10
[181290.914659] ret_from_fork_asm+0x1a/0x30
[181290.914661] </TASK>
[181470.929603] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[181470.942771] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9893344
[181470.960580] rcu: (detected by 158, t=37648277 jiffies, g=639685, q=40629 ncpus=256)
[181470.975975] Sending NMI from CPU 158 to CPUs 156:
[181470.975980] NMI backtrace for cpu 156
[181470.975983] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[181470.975985] Tainted: [D]=DIE, [W]=WARN
[181470.975986] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[181470.975986] Workqueue: cgroup_destroy css_free_rwork_fn
[181470.975989] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[181470.975991] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[181470.975992] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[181470.975992] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[181470.975993] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[181470.975993] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[181470.975993] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[181470.975994] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[181470.975995] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[181470.975995] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[181470.975996] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[181470.975996] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[181470.975997] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[181470.975997] PKRU: 55555554
[181470.975997] Call Trace:
[181470.975998] <TASK>
[181470.975999] _raw_spin_lock_irqsave+0x46/0x60
[181470.976000] cgroup_rstat_flush+0xf4/0x7e0
[181470.976002] cgroup_rstat_exit+0x20/0xf0
[181470.976003] css_free_rwork_fn+0x12e/0x400
[181470.976004] process_one_work+0x19e/0x3e0
[181470.976005] worker_thread+0x2ad/0x3c0
[181470.976007] kthread+0x108/0x220
[181470.976008] ? __pfx_worker_thread+0x10/0x10
[181470.976009] ? __pfx_kthread+0x10/0x10
[181470.976010] ret_from_fork+0x3d/0x60
[181470.976011] ? __pfx_kthread+0x10/0x10
[181470.976012] ret_from_fork_asm+0x1a/0x30
[181470.976014] </TASK>
[181650.990843] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[181651.004025] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9905256
[181651.021854] rcu: (detected by 52, t=37693293 jiffies, g=639685, q=40647 ncpus=256)
[181651.037171] Sending NMI from CPU 52 to CPUs 156:
[181651.037177] NMI backtrace for cpu 156
[181651.037182] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[181651.037185] Tainted: [D]=DIE, [W]=WARN
[181651.037186] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[181651.037187] Workqueue: cgroup_destroy css_free_rwork_fn
[181651.037190] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[181651.037192] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[181651.037193] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[181651.037193] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[181651.037194] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[181651.037194] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[181651.037195] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[181651.037196] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[181651.037197] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[181651.037197] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[181651.037198] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[181651.037199] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[181651.037199] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[181651.037199] PKRU: 55555554
[181651.037200] Call Trace:
[181651.037200] <TASK>
[181651.037202] _raw_spin_lock_irqsave+0x46/0x60
[181651.037203] cgroup_rstat_flush+0xf4/0x7e0
[181651.037205] cgroup_rstat_exit+0x20/0xf0
[181651.037206] css_free_rwork_fn+0x12e/0x400
[181651.037207] process_one_work+0x19e/0x3e0
[181651.037208] worker_thread+0x2ad/0x3c0
[181651.037210] kthread+0x108/0x220
[181651.037211] ? __pfx_worker_thread+0x10/0x10
[181651.037213] ? __pfx_kthread+0x10/0x10
[181651.037214] ret_from_fork+0x3d/0x60
[181651.037215] ? __pfx_kthread+0x10/0x10
[181651.037216] ret_from_fork_asm+0x1a/0x30
[181651.037218] </TASK>
[181831.052084] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[181831.065264] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9917181
[181831.083090] rcu: (detected by 227, t=37738309 jiffies, g=639685, q=40659 ncpus=256)
[181831.098511] Sending NMI from CPU 227 to CPUs 156:
[181831.098516] NMI backtrace for cpu 156
[181831.098522] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[181831.098525] Tainted: [D]=DIE, [W]=WARN
[181831.098525] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[181831.098527] Workqueue: cgroup_destroy css_free_rwork_fn
[181831.098530] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[181831.098532] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[181831.098534] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[181831.098534] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[181831.098535] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[181831.098536] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[181831.098536] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[181831.098537] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[181831.098537] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[181831.098538] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[181831.098538] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[181831.098539] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[181831.098539] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[181831.098540] PKRU: 55555554
[181831.098540] Call Trace:
[181831.098541] <TASK>
[181831.098542] _raw_spin_lock_irqsave+0x46/0x60
[181831.098543] cgroup_rstat_flush+0xf4/0x7e0
[181831.098544] cgroup_rstat_exit+0x20/0xf0
[181831.098545] css_free_rwork_fn+0x12e/0x400
[181831.098546] process_one_work+0x19e/0x3e0
[181831.098548] worker_thread+0x2ad/0x3c0
[181831.098549] kthread+0x108/0x220
[181831.098550] ? __pfx_worker_thread+0x10/0x10
[181831.098552] ? __pfx_kthread+0x10/0x10
[181831.098553] ret_from_fork+0x3d/0x60
[181831.098554] ? __pfx_kthread+0x10/0x10
[181831.098555] ret_from_fork_asm+0x1a/0x30
[181831.098557] </TASK>
[182011.113326] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[182011.126514] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9929073
[182011.144342] rcu: (detected by 175, t=37783325 jiffies, g=639685, q=40671 ncpus=256)
[182011.159766] Sending NMI from CPU 175 to CPUs 156:
[182011.159772] NMI backtrace for cpu 156
[182011.159778] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[182011.159781] Tainted: [D]=DIE, [W]=WARN
[182011.159782] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[182011.159783] Workqueue: cgroup_destroy css_free_rwork_fn
[182011.159786] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[182011.159788] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[182011.159789] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[182011.159790] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[182011.159790] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[182011.159791] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[182011.159791] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[182011.159791] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[182011.159792] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[182011.159793] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[182011.159793] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[182011.159794] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[182011.159794] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[182011.159795] PKRU: 55555554
[182011.159795] Call Trace:
[182011.159796] <TASK>
[182011.159797] _raw_spin_lock_irqsave+0x46/0x60
[182011.159799] cgroup_rstat_flush+0xf4/0x7e0
[182011.159800] cgroup_rstat_exit+0x20/0xf0
[182011.159801] css_free_rwork_fn+0x12e/0x400
[182011.159802] process_one_work+0x19e/0x3e0
[182011.159804] worker_thread+0x2ad/0x3c0
[182011.159806] kthread+0x108/0x220
[182011.159807] ? __pfx_worker_thread+0x10/0x10
[182011.159808] ? __pfx_kthread+0x10/0x10
[182011.159809] ret_from_fork+0x3d/0x60
[182011.159810] ? __pfx_kthread+0x10/0x10
[182011.159811] ret_from_fork_asm+0x1a/0x30
[182011.159813] </TASK>
[182191.174575] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[182191.187764] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9940944
[182191.205598] rcu: (detected by 175, t=37828341 jiffies, g=639685, q=40688 ncpus=256)
[182191.221030] Sending NMI from CPU 175 to CPUs 156:
[182191.221035] NMI backtrace for cpu 156
[182191.221041] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[182191.221044] Tainted: [D]=DIE, [W]=WARN
[182191.221045] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[182191.221046] Workqueue: cgroup_destroy css_free_rwork_fn
[182191.221049] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[182191.221051] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[182191.221053] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[182191.221053] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[182191.221054] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[182191.221054] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[182191.221055] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[182191.221055] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[182191.221056] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[182191.221057] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[182191.221057] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[182191.221058] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[182191.221058] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[182191.221058] PKRU: 55555554
[182191.221059] Call Trace:
[182191.221059] <TASK>
[182191.221061] _raw_spin_lock_irqsave+0x46/0x60
[182191.221062] cgroup_rstat_flush+0xf4/0x7e0
[182191.221063] cgroup_rstat_exit+0x20/0xf0
[182191.221064] css_free_rwork_fn+0x12e/0x400
[182191.221065] process_one_work+0x19e/0x3e0
[182191.221067] worker_thread+0x2ad/0x3c0
[182191.221068] kthread+0x108/0x220
[182191.221069] ? __pfx_worker_thread+0x10/0x10
[182191.221071] ? __pfx_kthread+0x10/0x10
[182191.221072] ret_from_fork+0x3d/0x60
[182191.221073] ? __pfx_kthread+0x10/0x10
[182191.221074] ret_from_fork_asm+0x1a/0x30
[182191.221076] </TASK>
[182371.235809] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[182371.248981] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9952841
[182371.266801] rcu: (detected by 175, t=37873357 jiffies, g=639685, q=40707 ncpus=256)
[182371.282213] Sending NMI from CPU 175 to CPUs 156:
[182371.282218] NMI backtrace for cpu 156
[182371.282224] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[182371.282227] Tainted: [D]=DIE, [W]=WARN
[182371.282228] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[182371.282229] Workqueue: cgroup_destroy css_free_rwork_fn
[182371.282232] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[182371.282234] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[182371.282236] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[182371.282236] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[182371.282237] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[182371.282237] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[182371.282238] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[182371.282238] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[182371.282239] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[182371.282239] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[182371.282240] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[182371.282241] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[182371.282241] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[182371.282241] PKRU: 55555554
[182371.282242] Call Trace:
[182371.282242] <TASK>
[182371.282243] _raw_spin_lock_irqsave+0x46/0x60
[182371.282245] cgroup_rstat_flush+0xf4/0x7e0
[182371.282246] cgroup_rstat_exit+0x20/0xf0
[182371.282247] css_free_rwork_fn+0x12e/0x400
[182371.282248] process_one_work+0x19e/0x3e0
[182371.282250] worker_thread+0x2ad/0x3c0
[182371.282251] kthread+0x108/0x220
[182371.282252] ? __pfx_worker_thread+0x10/0x10
[182371.282253] ? __pfx_kthread+0x10/0x10
[182371.282254] ret_from_fork+0x3d/0x60
[182371.282256] ? __pfx_kthread+0x10/0x10
[182371.282256] ret_from_fork_asm+0x1a/0x30
[182371.282258] </TASK>
[182551.297050] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[182551.310214] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9964741
[182551.328021] rcu: (detected by 175, t=37918373 jiffies, g=639685, q=40722 ncpus=256)
[182551.343431] Sending NMI from CPU 175 to CPUs 156:
[182551.343436] NMI backtrace for cpu 156
[182551.343441] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[182551.343445] Tainted: [D]=DIE, [W]=WARN
[182551.343446] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[182551.343447] Workqueue: cgroup_destroy css_free_rwork_fn
[182551.343450] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[182551.343452] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[182551.343454] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[182551.343454] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[182551.343455] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[182551.343456] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[182551.343456] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[182551.343456] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[182551.343457] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[182551.343458] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[182551.343458] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[182551.343459] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[182551.343459] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[182551.343460] PKRU: 55555554
[182551.343460] Call Trace:
[182551.343461] <TASK>
[182551.343462] _raw_spin_lock_irqsave+0x46/0x60
[182551.343463] cgroup_rstat_flush+0xf4/0x7e0
[182551.343464] cgroup_rstat_exit+0x20/0xf0
[182551.343466] css_free_rwork_fn+0x12e/0x400
[182551.343466] process_one_work+0x19e/0x3e0
[182551.343468] worker_thread+0x2ad/0x3c0
[182551.343470] kthread+0x108/0x220
[182551.343470] ? __pfx_worker_thread+0x10/0x10
[182551.343472] ? __pfx_kthread+0x10/0x10
[182551.343473] ret_from_fork+0x3d/0x60
[182551.343474] ? __pfx_kthread+0x10/0x10
[182551.343475] ret_from_fork_asm+0x1a/0x30
[182551.343477] </TASK>
[182731.358291] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[182731.371454] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9976698
[182731.389264] rcu: (detected by 71, t=37963389 jiffies, g=639685, q=40735 ncpus=256)
[182731.404562] Sending NMI from CPU 71 to CPUs 156:
[182731.404566] NMI backtrace for cpu 156
[182731.404572] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[182731.404575] Tainted: [D]=DIE, [W]=WARN
[182731.404575] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[182731.404576] Workqueue: cgroup_destroy css_free_rwork_fn
[182731.404579] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[182731.404581] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[182731.404583] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[182731.404583] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[182731.404584] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[182731.404585] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[182731.404585] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[182731.404586] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[182731.404587] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[182731.404587] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[182731.404588] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[182731.404588] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[182731.404589] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[182731.404589] PKRU: 55555554
[182731.404589] Call Trace:
[182731.404590] <TASK>
[182731.404591] _raw_spin_lock_irqsave+0x46/0x60
[182731.404592] cgroup_rstat_flush+0xf4/0x7e0
[182731.404594] cgroup_rstat_exit+0x20/0xf0
[182731.404595] css_free_rwork_fn+0x12e/0x400
[182731.404596] process_one_work+0x19e/0x3e0
[182731.404598] worker_thread+0x2ad/0x3c0
[182731.404599] kthread+0x108/0x220
[182731.404600] ? __pfx_worker_thread+0x10/0x10
[182731.404602] ? __pfx_kthread+0x10/0x10
[182731.404603] ret_from_fork+0x3d/0x60
[182731.404604] ? __pfx_kthread+0x10/0x10
[182731.404605] ret_from_fork_asm+0x1a/0x30
[182731.404606] </TASK>
[182911.419532] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[182911.432690] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=9988635
[182911.450502] rcu: (detected by 194, t=38008405 jiffies, g=639685, q=40749 ncpus=256)
[182911.465909] Sending NMI from CPU 194 to CPUs 156:
[182911.465914] NMI backtrace for cpu 156
[182911.465920] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[182911.465923] Tainted: [D]=DIE, [W]=WARN
[182911.465924] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[182911.465924] Workqueue: cgroup_destroy css_free_rwork_fn
[182911.465927] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[182911.465929] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[182911.465931] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[182911.465932] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[182911.465932] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[182911.465933] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[182911.465933] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[182911.465934] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[182911.465934] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[182911.465935] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[182911.465935] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[182911.465936] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[182911.465936] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[182911.465937] PKRU: 55555554
[182911.465937] Call Trace:
[182911.465938] <TASK>
[182911.465939] _raw_spin_lock_irqsave+0x46/0x60
[182911.465940] cgroup_rstat_flush+0xf4/0x7e0
[182911.465942] cgroup_rstat_exit+0x20/0xf0
[182911.465943] css_free_rwork_fn+0x12e/0x400
[182911.465944] process_one_work+0x19e/0x3e0
[182911.465945] worker_thread+0x2ad/0x3c0
[182911.465947] kthread+0x108/0x220
[182911.465948] ? __pfx_worker_thread+0x10/0x10
[182911.465949] ? __pfx_kthread+0x10/0x10
[182911.465950] ret_from_fork+0x3d/0x60
[182911.465951] ? __pfx_kthread+0x10/0x10
[182911.465952] ret_from_fork_asm+0x1a/0x30
[182911.465954] </TASK>
[183091.480773] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[183091.493961] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10000559
[183091.511890] rcu: (detected by 175, t=38053421 jiffies, g=639685, q=40761 ncpus=256)
[183091.527319] Sending NMI from CPU 175 to CPUs 156:
[183091.527324] NMI backtrace for cpu 156
[183091.527330] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[183091.527333] Tainted: [D]=DIE, [W]=WARN
[183091.527334] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[183091.527335] Workqueue: cgroup_destroy css_free_rwork_fn
[183091.527338] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[183091.527340] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[183091.527341] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[183091.527341] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[183091.527342] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[183091.527342] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[183091.527343] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[183091.527343] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[183091.527344] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[183091.527345] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[183091.527345] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[183091.527346] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[183091.527346] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[183091.527346] PKRU: 55555554
[183091.527347] Call Trace:
[183091.527347] <TASK>
[183091.527348] _raw_spin_lock_irqsave+0x46/0x60
[183091.527350] cgroup_rstat_flush+0xf4/0x7e0
[183091.527351] cgroup_rstat_exit+0x20/0xf0
[183091.527352] css_free_rwork_fn+0x12e/0x400
[183091.527353] process_one_work+0x19e/0x3e0
[183091.527355] worker_thread+0x2ad/0x3c0
[183091.527356] kthread+0x108/0x220
[183091.527357] ? __pfx_worker_thread+0x10/0x10
[183091.527359] ? __pfx_kthread+0x10/0x10
[183091.527360] ret_from_fork+0x3d/0x60
[183091.527361] ? __pfx_kthread+0x10/0x10
[183091.527362] ret_from_fork_asm+0x1a/0x30
[183091.527364] </TASK>
[183271.542014] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[183271.555195] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10012541
[183271.573133] rcu: (detected by 194, t=38098437 jiffies, g=639685, q=40780 ncpus=256)
[183271.588565] Sending NMI from CPU 194 to CPUs 156:
[183271.588570] NMI backtrace for cpu 156
[183271.588576] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[183271.588579] Tainted: [D]=DIE, [W]=WARN
[183271.588579] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[183271.588581] Workqueue: cgroup_destroy css_free_rwork_fn
[183271.588584] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[183271.588586] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[183271.588587] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[183271.588588] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[183271.588588] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[183271.588589] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[183271.588589] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[183271.588589] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[183271.588590] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[183271.588591] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[183271.588591] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[183271.588592] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[183271.588592] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[183271.588592] PKRU: 55555554
[183271.588593] Call Trace:
[183271.588593] <TASK>
[183271.588595] _raw_spin_lock_irqsave+0x46/0x60
[183271.588596] cgroup_rstat_flush+0xf4/0x7e0
[183271.588597] cgroup_rstat_exit+0x20/0xf0
[183271.588598] css_free_rwork_fn+0x12e/0x400
[183271.588599] process_one_work+0x19e/0x3e0
[183271.588601] worker_thread+0x2ad/0x3c0
[183271.588602] kthread+0x108/0x220
[183271.588603] ? __pfx_worker_thread+0x10/0x10
[183271.588605] ? __pfx_kthread+0x10/0x10
[183271.588606] ret_from_fork+0x3d/0x60
[183271.588607] ? __pfx_kthread+0x10/0x10
[183271.588608] ret_from_fork_asm+0x1a/0x30
[183271.588610] </TASK>
[183451.603264] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[183451.616453] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10024460
[183451.634389] rcu: (detected by 175, t=38143453 jiffies, g=639685, q=40796 ncpus=256)
[183451.649823] Sending NMI from CPU 175 to CPUs 156:
[183451.649829] NMI backtrace for cpu 156
[183451.649835] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[183451.649839] Tainted: [D]=DIE, [W]=WARN
[183451.649839] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[183451.649840] Workqueue: cgroup_destroy css_free_rwork_fn
[183451.649843] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[183451.649845] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[183451.649847] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[183451.649848] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[183451.649849] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[183451.649849] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[183451.649849] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[183451.649850] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[183451.649851] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[183451.649851] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[183451.649852] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[183451.649852] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[183451.649853] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[183451.649853] PKRU: 55555554
[183451.649853] Call Trace:
[183451.649854] <TASK>
[183451.649855] _raw_spin_lock_irqsave+0x46/0x60
[183451.649856] cgroup_rstat_flush+0xf4/0x7e0
[183451.649858] cgroup_rstat_exit+0x20/0xf0
[183451.649859] css_free_rwork_fn+0x12e/0x400
[183451.649860] process_one_work+0x19e/0x3e0
[183451.649861] worker_thread+0x2ad/0x3c0
[183451.649863] kthread+0x108/0x220
[183451.649864] ? __pfx_worker_thread+0x10/0x10
[183451.649865] ? __pfx_kthread+0x10/0x10
[183451.649866] ret_from_fork+0x3d/0x60
[183451.649867] ? __pfx_kthread+0x10/0x10
[183451.649868] ret_from_fork_asm+0x1a/0x30
[183451.649870] </TASK>
[183631.664496] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[183631.677682] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10036471
[183631.695617] rcu: (detected by 194, t=38188469 jiffies, g=639685, q=40811 ncpus=256)
[183631.711048] Sending NMI from CPU 194 to CPUs 156:
[183631.711052] NMI backtrace for cpu 156
[183631.711058] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[183631.711061] Tainted: [D]=DIE, [W]=WARN
[183631.711062] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[183631.711063] Workqueue: cgroup_destroy css_free_rwork_fn
[183631.711066] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[183631.711068] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[183631.711069] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[183631.711069] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[183631.711070] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[183631.711071] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[183631.711071] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[183631.711072] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[183631.711072] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[183631.711073] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[183631.711073] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[183631.711074] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[183631.711074] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[183631.711075] PKRU: 55555554
[183631.711075] Call Trace:
[183631.711076] <TASK>
[183631.711077] _raw_spin_lock_irqsave+0x46/0x60
[183631.711078] cgroup_rstat_flush+0xf4/0x7e0
[183631.711080] cgroup_rstat_exit+0x20/0xf0
[183631.711081] css_free_rwork_fn+0x12e/0x400
[183631.711082] process_one_work+0x19e/0x3e0
[183631.711083] worker_thread+0x2ad/0x3c0
[183631.711085] kthread+0x108/0x220
[183631.711086] ? __pfx_worker_thread+0x10/0x10
[183631.711087] ? __pfx_kthread+0x10/0x10
[183631.711088] ret_from_fork+0x3d/0x60
[183631.711089] ? __pfx_kthread+0x10/0x10
[183631.711090] ret_from_fork_asm+0x1a/0x30
[183631.711092] </TASK>
[183811.725739] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[183811.738928] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10048397
[183811.756863] rcu: (detected by 175, t=38233485 jiffies, g=639685, q=40825 ncpus=256)
[183811.772294] Sending NMI from CPU 175 to CPUs 156:
[183811.772300] NMI backtrace for cpu 156
[183811.772306] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[183811.772309] Tainted: [D]=DIE, [W]=WARN
[183811.772310] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[183811.772311] Workqueue: cgroup_destroy css_free_rwork_fn
[183811.772314] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[183811.772316] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[183811.772317] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[183811.772318] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[183811.772319] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[183811.772319] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[183811.772320] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[183811.772320] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[183811.772321] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[183811.772322] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[183811.772322] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[183811.772323] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[183811.772323] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[183811.772323] PKRU: 55555554
[183811.772324] Call Trace:
[183811.772324] <TASK>
[183811.772326] _raw_spin_lock_irqsave+0x46/0x60
[183811.772327] cgroup_rstat_flush+0xf4/0x7e0
[183811.772328] cgroup_rstat_exit+0x20/0xf0
[183811.772329] css_free_rwork_fn+0x12e/0x400
[183811.772330] process_one_work+0x19e/0x3e0
[183811.772332] worker_thread+0x2ad/0x3c0
[183811.772333] kthread+0x108/0x220
[183811.772334] ? __pfx_worker_thread+0x10/0x10
[183811.772336] ? __pfx_kthread+0x10/0x10
[183811.772337] ret_from_fork+0x3d/0x60
[183811.772338] ? __pfx_kthread+0x10/0x10
[183811.772339] ret_from_fork_asm+0x1a/0x30
[183811.772341] </TASK>
[183991.786981] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[183991.800169] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10060381
[183991.818109] rcu: (detected by 71, t=38278501 jiffies, g=639685, q=40837 ncpus=256)
[183991.833428] Sending NMI from CPU 71 to CPUs 156:
[183991.833432] NMI backtrace for cpu 156
[183991.833438] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[183991.833440] Tainted: [D]=DIE, [W]=WARN
[183991.833441] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[183991.833442] Workqueue: cgroup_destroy css_free_rwork_fn
[183991.833445] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[183991.833447] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[183991.833448] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[183991.833449] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[183991.833449] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[183991.833450] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[183991.833450] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[183991.833451] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[183991.833452] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[183991.833452] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[183991.833452] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[183991.833453] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[183991.833454] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[183991.833454] PKRU: 55555554
[183991.833454] Call Trace:
[183991.833455] <TASK>
[183991.833456] _raw_spin_lock_irqsave+0x46/0x60
[183991.833457] cgroup_rstat_flush+0xf4/0x7e0
[183991.833459] cgroup_rstat_exit+0x20/0xf0
[183991.833460] css_free_rwork_fn+0x12e/0x400
[183991.833461] process_one_work+0x19e/0x3e0
[183991.833462] worker_thread+0x2ad/0x3c0
[183991.833464] kthread+0x108/0x220
[183991.833465] ? __pfx_worker_thread+0x10/0x10
[183991.833466] ? __pfx_kthread+0x10/0x10
[183991.833467] ret_from_fork+0x3d/0x60
[183991.833468] ? __pfx_kthread+0x10/0x10
[183991.833469] ret_from_fork_asm+0x1a/0x30
[183991.833471] </TASK>
[184171.848220] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[184171.861395] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10072278
[184171.879317] rcu: (detected by 219, t=38323517 jiffies, g=639685, q=40849 ncpus=256)
[184171.894728] Sending NMI from CPU 219 to CPUs 156:
[184171.894733] NMI backtrace for cpu 156
[184171.894738] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[184171.894741] Tainted: [D]=DIE, [W]=WARN
[184171.894742] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[184171.894743] Workqueue: cgroup_destroy css_free_rwork_fn
[184171.894746] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[184171.894748] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[184171.894749] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[184171.894749] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[184171.894750] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[184171.894750] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[184171.894751] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[184171.894751] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[184171.894752] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[184171.894753] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[184171.894753] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[184171.894754] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[184171.894754] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[184171.894754] PKRU: 55555554
[184171.894755] Call Trace:
[184171.894755] <TASK>
[184171.894757] _raw_spin_lock_irqsave+0x46/0x60
[184171.894758] cgroup_rstat_flush+0xf4/0x7e0
[184171.894759] cgroup_rstat_exit+0x20/0xf0
[184171.894760] css_free_rwork_fn+0x12e/0x400
[184171.894761] process_one_work+0x19e/0x3e0
[184171.894763] worker_thread+0x2ad/0x3c0
[184171.894764] kthread+0x108/0x220
[184171.894765] ? __pfx_worker_thread+0x10/0x10
[184171.894767] ? __pfx_kthread+0x10/0x10
[184171.894768] ret_from_fork+0x3d/0x60
[184171.894769] ? __pfx_kthread+0x10/0x10
[184171.894770] ret_from_fork_asm+0x1a/0x30
[184171.894772] </TASK>
[184351.909461] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[184351.922643] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10084171
[184351.940573] rcu: (detected by 194, t=38368533 jiffies, g=639685, q=40868 ncpus=256)
[184351.956002] Sending NMI from CPU 194 to CPUs 156:
[184351.956007] NMI backtrace for cpu 156
[184351.956013] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[184351.956015] Tainted: [D]=DIE, [W]=WARN
[184351.956016] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[184351.956017] Workqueue: cgroup_destroy css_free_rwork_fn
[184351.956020] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[184351.956022] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[184351.956024] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[184351.956025] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[184351.956025] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[184351.956025] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[184351.956026] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[184351.956026] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[184351.956027] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[184351.956028] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[184351.956028] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[184351.956029] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[184351.956029] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[184351.956029] PKRU: 55555554
[184351.956030] Call Trace:
[184351.956030] <TASK>
[184351.956032] _raw_spin_lock_irqsave+0x46/0x60
[184351.956033] cgroup_rstat_flush+0xf4/0x7e0
[184351.956034] cgroup_rstat_exit+0x20/0xf0
[184351.956035] css_free_rwork_fn+0x12e/0x400
[184351.956036] process_one_work+0x19e/0x3e0
[184351.956038] worker_thread+0x2ad/0x3c0
[184351.956039] kthread+0x108/0x220
[184351.956040] ? __pfx_worker_thread+0x10/0x10
[184351.956042] ? __pfx_kthread+0x10/0x10
[184351.956043] ret_from_fork+0x3d/0x60
[184351.956044] ? __pfx_kthread+0x10/0x10
[184351.956045] ret_from_fork_asm+0x1a/0x30
[184351.956047] </TASK>
[184531.970703] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[184531.983883] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10096072
[184532.001807] rcu: (detected by 175, t=38413549 jiffies, g=639685, q=40881 ncpus=256)
[184532.017231] Sending NMI from CPU 175 to CPUs 156:
[184532.017236] NMI backtrace for cpu 156
[184532.017242] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[184532.017245] Tainted: [D]=DIE, [W]=WARN
[184532.017246] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[184532.017247] Workqueue: cgroup_destroy css_free_rwork_fn
[184532.017249] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[184532.017251] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[184532.017253] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[184532.017253] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[184532.017254] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[184532.017254] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[184532.017254] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[184532.017255] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[184532.017256] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[184532.017256] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[184532.017257] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[184532.017257] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[184532.017258] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[184532.017258] PKRU: 55555554
[184532.017258] Call Trace:
[184532.017259] <TASK>
[184532.017260] _raw_spin_lock_irqsave+0x46/0x60
[184532.017262] cgroup_rstat_flush+0xf4/0x7e0
[184532.017263] cgroup_rstat_exit+0x20/0xf0
[184532.017264] css_free_rwork_fn+0x12e/0x400
[184532.017265] process_one_work+0x19e/0x3e0
[184532.017267] worker_thread+0x2ad/0x3c0
[184532.017268] kthread+0x108/0x220
[184532.017269] ? __pfx_worker_thread+0x10/0x10
[184532.017271] ? __pfx_kthread+0x10/0x10
[184532.017271] ret_from_fork+0x3d/0x60
[184532.017273] ? __pfx_kthread+0x10/0x10
[184532.017273] ret_from_fork_asm+0x1a/0x30
[184532.017275] </TASK>
[184712.031950] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[184712.045124] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10107994
[184712.063043] rcu: (detected by 175, t=38458565 jiffies, g=639685, q=40894 ncpus=256)
[184712.078463] Sending NMI from CPU 175 to CPUs 156:
[184712.078468] NMI backtrace for cpu 156
[184712.078474] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[184712.078477] Tainted: [D]=DIE, [W]=WARN
[184712.078477] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[184712.078479] Workqueue: cgroup_destroy css_free_rwork_fn
[184712.078482] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[184712.078484] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[184712.078485] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[184712.078486] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[184712.078487] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[184712.078487] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[184712.078488] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[184712.078488] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[184712.078489] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[184712.078490] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[184712.078490] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[184712.078491] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[184712.078491] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[184712.078492] PKRU: 55555554
[184712.078492] Call Trace:
[184712.078493] <TASK>
[184712.078494] _raw_spin_lock_irqsave+0x46/0x60
[184712.078495] cgroup_rstat_flush+0xf4/0x7e0
[184712.078497] cgroup_rstat_exit+0x20/0xf0
[184712.078498] css_free_rwork_fn+0x12e/0x400
[184712.078498] process_one_work+0x19e/0x3e0
[184712.078500] worker_thread+0x2ad/0x3c0
[184712.078502] kthread+0x108/0x220
[184712.078503] ? __pfx_worker_thread+0x10/0x10
[184712.078504] ? __pfx_kthread+0x10/0x10
[184712.078505] ret_from_fork+0x3d/0x60
[184712.078506] ? __pfx_kthread+0x10/0x10
[184712.078507] ret_from_fork_asm+0x1a/0x30
[184712.078509] </TASK>
[184892.093195] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[184892.106375] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10119901
[184892.124297] rcu: (detected by 161, t=38503581 jiffies, g=639685, q=40905 ncpus=256)
[184892.139714] Sending NMI from CPU 161 to CPUs 156:
[184892.139720] NMI backtrace for cpu 156
[184892.139726] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[184892.139730] Tainted: [D]=DIE, [W]=WARN
[184892.139730] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[184892.139731] Workqueue: cgroup_destroy css_free_rwork_fn
[184892.139734] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[184892.139737] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[184892.139739] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[184892.139739] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[184892.139740] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[184892.139741] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[184892.139741] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[184892.139742] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[184892.139743] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[184892.139744] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[184892.139744] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[184892.139745] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[184892.139745] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[184892.139746] PKRU: 55555554
[184892.139746] Call Trace:
[184892.139746] <TASK>
[184892.139748] _raw_spin_lock_irqsave+0x46/0x60
[184892.139749] cgroup_rstat_flush+0xf4/0x7e0
[184892.139751] cgroup_rstat_exit+0x20/0xf0
[184892.139752] css_free_rwork_fn+0x12e/0x400
[184892.139753] process_one_work+0x19e/0x3e0
[184892.139754] worker_thread+0x2ad/0x3c0
[184892.139756] kthread+0x108/0x220
[184892.139757] ? __pfx_worker_thread+0x10/0x10
[184892.139759] ? __pfx_kthread+0x10/0x10
[184892.139760] ret_from_fork+0x3d/0x60
[184892.139762] ? __pfx_kthread+0x10/0x10
[184892.139763] ret_from_fork_asm+0x1a/0x30
[184892.139764] </TASK>
[185072.154426] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[185072.167603] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10131856
[185072.185528] rcu: (detected by 219, t=38548597 jiffies, g=639685, q=40917 ncpus=256)
[185072.200953] Sending NMI from CPU 219 to CPUs 156:
[185072.200958] NMI backtrace for cpu 156
[185072.200965] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[185072.200967] Tainted: [D]=DIE, [W]=WARN
[185072.200968] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[185072.200969] Workqueue: cgroup_destroy css_free_rwork_fn
[185072.200972] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[185072.200974] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[185072.200976] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[185072.200976] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[185072.200977] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[185072.200977] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[185072.200978] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[185072.200978] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[185072.200979] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[185072.200980] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[185072.200980] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[185072.200981] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[185072.200981] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[185072.200981] PKRU: 55555554
[185072.200982] Call Trace:
[185072.200982] <TASK>
[185072.200984] _raw_spin_lock_irqsave+0x46/0x60
[185072.200985] cgroup_rstat_flush+0xf4/0x7e0
[185072.200986] cgroup_rstat_exit+0x20/0xf0
[185072.200987] css_free_rwork_fn+0x12e/0x400
[185072.200988] process_one_work+0x19e/0x3e0
[185072.200990] worker_thread+0x2ad/0x3c0
[185072.200991] kthread+0x108/0x220
[185072.200992] ? __pfx_worker_thread+0x10/0x10
[185072.200994] ? __pfx_kthread+0x10/0x10
[185072.200995] ret_from_fork+0x3d/0x60
[185072.200996] ? __pfx_kthread+0x10/0x10
[185072.200997] ret_from_fork_asm+0x1a/0x30
[185072.200999] </TASK>
[185252.215668] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[185252.228864] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10143792
[185252.246801] rcu: (detected by 179, t=38593613 jiffies, g=639685, q=40936 ncpus=256)
[185252.262236] Sending NMI from CPU 179 to CPUs 156:
[185252.262241] NMI backtrace for cpu 156
[185252.262247] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[185252.262250] Tainted: [D]=DIE, [W]=WARN
[185252.262251] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[185252.262252] Workqueue: cgroup_destroy css_free_rwork_fn
[185252.262255] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[185252.262257] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[185252.262259] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[185252.262260] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[185252.262260] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[185252.262261] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[185252.262261] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[185252.262262] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[185252.262262] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[185252.262263] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[185252.262263] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[185252.262264] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[185252.262264] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[185252.262265] PKRU: 55555554
[185252.262265] Call Trace:
[185252.262266] <TASK>
[185252.262267] _raw_spin_lock_irqsave+0x46/0x60
[185252.262268] cgroup_rstat_flush+0xf4/0x7e0
[185252.262270] cgroup_rstat_exit+0x20/0xf0
[185252.262271] css_free_rwork_fn+0x12e/0x400
[185252.262271] process_one_work+0x19e/0x3e0
[185252.262273] worker_thread+0x2ad/0x3c0
[185252.262275] kthread+0x108/0x220
[185252.262276] ? __pfx_worker_thread+0x10/0x10
[185252.262277] ? __pfx_kthread+0x10/0x10
[185252.262278] ret_from_fork+0x3d/0x60
[185252.262279] ? __pfx_kthread+0x10/0x10
[185252.262280] ret_from_fork_asm+0x1a/0x30
[185252.262282] </TASK>
[185432.276909] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[185432.290086] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10155710
[185432.308016] rcu: (detected by 179, t=38638629 jiffies, g=639685, q=40951 ncpus=256)
[185432.323443] Sending NMI from CPU 179 to CPUs 156:
[185432.323449] NMI backtrace for cpu 156
[185432.323455] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[185432.323457] Tainted: [D]=DIE, [W]=WARN
[185432.323458] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[185432.323459] Workqueue: cgroup_destroy css_free_rwork_fn
[185432.323462] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[185432.323464] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[185432.323465] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[185432.323466] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[185432.323467] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[185432.323467] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[185432.323467] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[185432.323468] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[185432.323469] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[185432.323469] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[185432.323470] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[185432.323471] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[185432.323471] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[185432.323471] PKRU: 55555554
[185432.323472] Call Trace:
[185432.323472] <TASK>
[185432.323473] _raw_spin_lock_irqsave+0x46/0x60
[185432.323475] cgroup_rstat_flush+0xf4/0x7e0
[185432.323476] cgroup_rstat_exit+0x20/0xf0
[185432.323477] css_free_rwork_fn+0x12e/0x400
[185432.323478] process_one_work+0x19e/0x3e0
[185432.323480] worker_thread+0x2ad/0x3c0
[185432.323481] kthread+0x108/0x220
[185432.323482] ? __pfx_worker_thread+0x10/0x10
[185432.323484] ? __pfx_kthread+0x10/0x10
[185432.323484] ret_from_fork+0x3d/0x60
[185432.323486] ? __pfx_kthread+0x10/0x10
[185432.323486] ret_from_fork_asm+0x1a/0x30
[185432.323488] </TASK>
[185612.338151] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[185612.351333] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10167680
[185612.369265] rcu: (detected by 208, t=38683645 jiffies, g=639685, q=40966 ncpus=256)
[185612.384685] Sending NMI from CPU 208 to CPUs 156:
[185612.384690] NMI backtrace for cpu 156
[185612.384696] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[185612.384700] Tainted: [D]=DIE, [W]=WARN
[185612.384700] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[185612.384702] Workqueue: cgroup_destroy css_free_rwork_fn
[185612.384705] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[185612.384707] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[185612.384708] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[185612.384709] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[185612.384710] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[185612.384710] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[185612.384710] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[185612.384711] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[185612.384712] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[185612.384712] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[185612.384713] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[185612.384713] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[185612.384714] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[185612.384714] PKRU: 55555554
[185612.384714] Call Trace:
[185612.384715] <TASK>
[185612.384716] _raw_spin_lock_irqsave+0x46/0x60
[185612.384717] cgroup_rstat_flush+0xf4/0x7e0
[185612.384719] cgroup_rstat_exit+0x20/0xf0
[185612.384720] css_free_rwork_fn+0x12e/0x400
[185612.384721] process_one_work+0x19e/0x3e0
[185612.384722] worker_thread+0x2ad/0x3c0
[185612.384724] kthread+0x108/0x220
[185612.384725] ? __pfx_worker_thread+0x10/0x10
[185612.384727] ? __pfx_kthread+0x10/0x10
[185612.384727] ret_from_fork+0x3d/0x60
[185612.384729] ? __pfx_kthread+0x10/0x10
[185612.384730] ret_from_fork_asm+0x1a/0x30
[185612.384732] </TASK>
[185792.399392] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[185792.412569] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10179543
[185792.430483] rcu: (detected by 139, t=38728661 jiffies, g=639685, q=40978 ncpus=256)
[185792.445896] Sending NMI from CPU 139 to CPUs 156:
[185792.445902] NMI backtrace for cpu 156
[185792.445908] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[185792.445911] Tainted: [D]=DIE, [W]=WARN
[185792.445912] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[185792.445913] Workqueue: cgroup_destroy css_free_rwork_fn
[185792.445916] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[185792.445918] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[185792.445919] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[185792.445920] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[185792.445920] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[185792.445920] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[185792.445921] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[185792.445921] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[185792.445922] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[185792.445923] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[185792.445923] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[185792.445924] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[185792.445924] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[185792.445924] PKRU: 55555554
[185792.445925] Call Trace:
[185792.445925] <TASK>
[185792.445927] _raw_spin_lock_irqsave+0x46/0x60
[185792.445928] cgroup_rstat_flush+0xf4/0x7e0
[185792.445929] cgroup_rstat_exit+0x20/0xf0
[185792.445930] css_free_rwork_fn+0x12e/0x400
[185792.445931] process_one_work+0x19e/0x3e0
[185792.445933] worker_thread+0x2ad/0x3c0
[185792.445934] kthread+0x108/0x220
[185792.445935] ? __pfx_worker_thread+0x10/0x10
[185792.445937] ? __pfx_kthread+0x10/0x10
[185792.445938] ret_from_fork+0x3d/0x60
[185792.445939] ? __pfx_kthread+0x10/0x10
[185792.445940] ret_from_fork_asm+0x1a/0x30
[185792.445942] </TASK>
[185972.460639] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[185972.473818] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10191478
[185972.491748] rcu: (detected by 11, t=38773677 jiffies, g=639685, q=40989 ncpus=256)
[185972.507069] Sending NMI from CPU 11 to CPUs 156:
[185972.507074] NMI backtrace for cpu 156
[185972.507079] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[185972.507082] Tainted: [D]=DIE, [W]=WARN
[185972.507083] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[185972.507084] Workqueue: cgroup_destroy css_free_rwork_fn
[185972.507087] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[185972.507089] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[185972.507090] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[185972.507091] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[185972.507091] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[185972.507091] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[185972.507092] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[185972.507092] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[185972.507093] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[185972.507094] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[185972.507094] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[185972.507095] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[185972.507095] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[185972.507095] PKRU: 55555554
[185972.507096] Call Trace:
[185972.507096] <TASK>
[185972.507097] _raw_spin_lock_irqsave+0x46/0x60
[185972.507099] cgroup_rstat_flush+0xf4/0x7e0
[185972.507100] cgroup_rstat_exit+0x20/0xf0
[185972.507101] css_free_rwork_fn+0x12e/0x400
[185972.507102] process_one_work+0x19e/0x3e0
[185972.507104] worker_thread+0x2ad/0x3c0
[185972.507105] kthread+0x108/0x220
[185972.507106] ? __pfx_worker_thread+0x10/0x10
[185972.507108] ? __pfx_kthread+0x10/0x10
[185972.507109] ret_from_fork+0x3d/0x60
[185972.507110] ? __pfx_kthread+0x10/0x10
[185972.507111] ret_from_fork_asm+0x1a/0x30
[185972.507113] </TASK>
[186152.521874] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[186152.535048] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10203393
[186152.552972] rcu: (detected by 199, t=38818693 jiffies, g=639685, q=41003 ncpus=256)
[186152.568392] Sending NMI from CPU 199 to CPUs 156:
[186152.568398] NMI backtrace for cpu 156
[186152.568404] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[186152.568406] Tainted: [D]=DIE, [W]=WARN
[186152.568407] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[186152.568408] Workqueue: cgroup_destroy css_free_rwork_fn
[186152.568411] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[186152.568413] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[186152.568414] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[186152.568415] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[186152.568416] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[186152.568416] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[186152.568416] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[186152.568417] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[186152.568418] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[186152.568419] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[186152.568419] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[186152.568420] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[186152.568420] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[186152.568421] PKRU: 55555554
[186152.568421] Call Trace:
[186152.568421] <TASK>
[186152.568423] _raw_spin_lock_irqsave+0x46/0x60
[186152.568424] cgroup_rstat_flush+0xf4/0x7e0
[186152.568425] cgroup_rstat_exit+0x20/0xf0
[186152.568427] css_free_rwork_fn+0x12e/0x400
[186152.568427] process_one_work+0x19e/0x3e0
[186152.568429] worker_thread+0x2ad/0x3c0
[186152.568431] kthread+0x108/0x220
[186152.568431] ? __pfx_worker_thread+0x10/0x10
[186152.568433] ? __pfx_kthread+0x10/0x10
[186152.568434] ret_from_fork+0x3d/0x60
[186152.568435] ? __pfx_kthread+0x10/0x10
[186152.568436] ret_from_fork_asm+0x1a/0x30
[186152.568438] </TASK>
[186332.583115] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[186332.596295] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10215313
[186332.614225] rcu: (detected by 194, t=38863709 jiffies, g=639685, q=41022 ncpus=256)
[186332.629646] Sending NMI from CPU 194 to CPUs 156:
[186332.629650] NMI backtrace for cpu 156
[186332.629656] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[186332.629659] Tainted: [D]=DIE, [W]=WARN
[186332.629660] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[186332.629661] Workqueue: cgroup_destroy css_free_rwork_fn
[186332.629663] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[186332.629665] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[186332.629667] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[186332.629667] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[186332.629668] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[186332.629668] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[186332.629669] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[186332.629669] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[186332.629670] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[186332.629671] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[186332.629671] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[186332.629672] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[186332.629672] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[186332.629673] PKRU: 55555554
[186332.629673] Call Trace:
[186332.629674] <TASK>
[186332.629675] _raw_spin_lock_irqsave+0x46/0x60
[186332.629676] cgroup_rstat_flush+0xf4/0x7e0
[186332.629678] cgroup_rstat_exit+0x20/0xf0
[186332.629679] css_free_rwork_fn+0x12e/0x400
[186332.629679] process_one_work+0x19e/0x3e0
[186332.629681] worker_thread+0x2ad/0x3c0
[186332.629683] kthread+0x108/0x220
[186332.629684] ? __pfx_worker_thread+0x10/0x10
[186332.629685] ? __pfx_kthread+0x10/0x10
[186332.629686] ret_from_fork+0x3d/0x60
[186332.629687] ? __pfx_kthread+0x10/0x10
[186332.629688] ret_from_fork_asm+0x1a/0x30
[186332.629690] </TASK>
[186512.644357] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[186512.657529] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10227242
[186512.675459] rcu: (detected by 66, t=38908725 jiffies, g=639685, q=41037 ncpus=256)
[186512.690775] Sending NMI from CPU 66 to CPUs 156:
[186512.690779] NMI backtrace for cpu 156
[186512.690785] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[186512.690788] Tainted: [D]=DIE, [W]=WARN
[186512.690788] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[186512.690789] Workqueue: cgroup_destroy css_free_rwork_fn
[186512.690792] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[186512.690794] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[186512.690795] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[186512.690796] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[186512.690796] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[186512.690797] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[186512.690797] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[186512.690798] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[186512.690798] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[186512.690799] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[186512.690799] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[186512.690800] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[186512.690800] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[186512.690801] PKRU: 55555554
[186512.690801] Call Trace:
[186512.690801] <TASK>
[186512.690802] _raw_spin_lock_irqsave+0x46/0x60
[186512.690804] cgroup_rstat_flush+0xf4/0x7e0
[186512.690805] cgroup_rstat_exit+0x20/0xf0
[186512.690806] css_free_rwork_fn+0x12e/0x400
[186512.690807] process_one_work+0x19e/0x3e0
[186512.690809] worker_thread+0x2ad/0x3c0
[186512.690811] kthread+0x108/0x220
[186512.690811] ? __pfx_worker_thread+0x10/0x10
[186512.690813] ? __pfx_kthread+0x10/0x10
[186512.690814] ret_from_fork+0x3d/0x60
[186512.690815] ? __pfx_kthread+0x10/0x10
[186512.690816] ret_from_fork_asm+0x1a/0x30
[186512.690818] </TASK>
[186692.705600] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[186692.718777] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10239177
[186692.736699] rcu: (detected by 172, t=38953741 jiffies, g=639685, q=41051 ncpus=256)
[186692.752121] Sending NMI from CPU 172 to CPUs 156:
[186692.752127] NMI backtrace for cpu 156
[186692.752133] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[186692.752136] Tainted: [D]=DIE, [W]=WARN
[186692.752137] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[186692.752138] Workqueue: cgroup_destroy css_free_rwork_fn
[186692.752140] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[186692.752142] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[186692.752144] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[186692.752145] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[186692.752145] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[186692.752145] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[186692.752146] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[186692.752146] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[186692.752147] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[186692.752148] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[186692.752148] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[186692.752149] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[186692.752149] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[186692.752149] PKRU: 55555554
[186692.752150] Call Trace:
[186692.752150] <TASK>
[186692.752152] _raw_spin_lock_irqsave+0x46/0x60
[186692.752153] cgroup_rstat_flush+0xf4/0x7e0
[186692.752154] cgroup_rstat_exit+0x20/0xf0
[186692.752155] css_free_rwork_fn+0x12e/0x400
[186692.752156] process_one_work+0x19e/0x3e0
[186692.752158] worker_thread+0x2ad/0x3c0
[186692.752159] kthread+0x108/0x220
[186692.752160] ? __pfx_worker_thread+0x10/0x10
[186692.752162] ? __pfx_kthread+0x10/0x10
[186692.752163] ret_from_fork+0x3d/0x60
[186692.752164] ? __pfx_kthread+0x10/0x10
[186692.752165] ret_from_fork_asm+0x1a/0x30
[186692.752167] </TASK>
[186872.766840] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[186872.780009] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10251079
[186872.797938] rcu: (detected by 42, t=38998757 jiffies, g=639685, q=41063 ncpus=256)
[186872.813261] Sending NMI from CPU 42 to CPUs 156:
[186872.813266] NMI backtrace for cpu 156
[186872.813272] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[186872.813276] Tainted: [D]=DIE, [W]=WARN
[186872.813276] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[186872.813277] Workqueue: cgroup_destroy css_free_rwork_fn
[186872.813280] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[186872.813282] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[186872.813283] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[186872.813284] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[186872.813284] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[186872.813285] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[186872.813285] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[186872.813286] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[186872.813286] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[186872.813287] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[186872.813287] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[186872.813288] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[186872.813288] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[186872.813289] PKRU: 55555554
[186872.813289] Call Trace:
[186872.813290] <TASK>
[186872.813291] _raw_spin_lock_irqsave+0x46/0x60
[186872.813292] cgroup_rstat_flush+0xf4/0x7e0
[186872.813294] cgroup_rstat_exit+0x20/0xf0
[186872.813295] css_free_rwork_fn+0x12e/0x400
[186872.813296] process_one_work+0x19e/0x3e0
[186872.813297] worker_thread+0x2ad/0x3c0
[186872.813299] kthread+0x108/0x220
[186872.813300] ? __pfx_worker_thread+0x10/0x10
[186872.813302] ? __pfx_kthread+0x10/0x10
[186872.813303] ret_from_fork+0x3d/0x60
[186872.813304] ? __pfx_kthread+0x10/0x10
[186872.813305] ret_from_fork_asm+0x1a/0x30
[186872.813307] </TASK>
[187052.828079] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[187052.841261] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10262975
[187052.859183] rcu: (detected by 175, t=39043773 jiffies, g=639685, q=41077 ncpus=256)
[187052.874612] Sending NMI from CPU 175 to CPUs 156:
[187052.874617] NMI backtrace for cpu 156
[187052.874622] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[187052.874626] Tainted: [D]=DIE, [W]=WARN
[187052.874626] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[187052.874627] Workqueue: cgroup_destroy css_free_rwork_fn
[187052.874630] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[187052.874632] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[187052.874634] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[187052.874634] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[187052.874635] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[187052.874635] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[187052.874636] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[187052.874636] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[187052.874637] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[187052.874637] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[187052.874638] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[187052.874639] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[187052.874639] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[187052.874639] PKRU: 55555554
[187052.874640] Call Trace:
[187052.874640] <TASK>
[187052.874641] _raw_spin_lock_irqsave+0x46/0x60
[187052.874643] cgroup_rstat_flush+0xf4/0x7e0
[187052.874644] cgroup_rstat_exit+0x20/0xf0
[187052.874645] css_free_rwork_fn+0x12e/0x400
[187052.874646] process_one_work+0x19e/0x3e0
[187052.874648] worker_thread+0x2ad/0x3c0
[187052.874649] kthread+0x108/0x220
[187052.874650] ? __pfx_worker_thread+0x10/0x10
[187052.874651] ? __pfx_kthread+0x10/0x10
[187052.874652] ret_from_fork+0x3d/0x60
[187052.874654] ? __pfx_kthread+0x10/0x10
[187052.874654] ret_from_fork_asm+0x1a/0x30
[187052.874656] </TASK>
[187232.889323] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[187232.902514] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10274868
[187232.920444] rcu: (detected by 6, t=39088789 jiffies, g=639685, q=41098 ncpus=256)
[187232.935672] Sending NMI from CPU 6 to CPUs 156:
[187232.935677] NMI backtrace for cpu 156
[187232.935683] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[187232.935686] Tainted: [D]=DIE, [W]=WARN
[187232.935687] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[187232.935688] Workqueue: cgroup_destroy css_free_rwork_fn
[187232.935690] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[187232.935692] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[187232.935694] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[187232.935694] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[187232.935695] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[187232.935695] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[187232.935696] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[187232.935696] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[187232.935697] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[187232.935698] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[187232.935698] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[187232.935699] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[187232.935699] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[187232.935699] PKRU: 55555554
[187232.935700] Call Trace:
[187232.935700] <TASK>
[187232.935702] _raw_spin_lock_irqsave+0x46/0x60
[187232.935703] cgroup_rstat_flush+0xf4/0x7e0
[187232.935704] cgroup_rstat_exit+0x20/0xf0
[187232.935705] css_free_rwork_fn+0x12e/0x400
[187232.935706] process_one_work+0x19e/0x3e0
[187232.935708] worker_thread+0x2ad/0x3c0
[187232.935709] kthread+0x108/0x220
[187232.935710] ? __pfx_worker_thread+0x10/0x10
[187232.935712] ? __pfx_kthread+0x10/0x10
[187232.935713] ret_from_fork+0x3d/0x60
[187232.935714] ? __pfx_kthread+0x10/0x10
[187232.935715] ret_from_fork_asm+0x1a/0x30
[187232.935717] </TASK>
[187412.950563] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[187412.963736] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10286809
[187412.981657] rcu: (detected by 194, t=39133805 jiffies, g=639685, q=41111 ncpus=256)
[187412.997079] Sending NMI from CPU 194 to CPUs 156:
[187412.997084] NMI backtrace for cpu 156
[187412.997090] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[187412.997093] Tainted: [D]=DIE, [W]=WARN
[187412.997093] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[187412.997094] Workqueue: cgroup_destroy css_free_rwork_fn
[187412.997097] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[187412.997099] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[187412.997100] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[187412.997101] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[187412.997101] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[187412.997102] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[187412.997102] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[187412.997103] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[187412.997104] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[187412.997104] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[187412.997105] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[187412.997106] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[187412.997106] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[187412.997106] PKRU: 55555554
[187412.997107] Call Trace:
[187412.997107] <TASK>
[187412.997108] _raw_spin_lock_irqsave+0x46/0x60
[187412.997109] cgroup_rstat_flush+0xf4/0x7e0
[187412.997111] cgroup_rstat_exit+0x20/0xf0
[187412.997112] css_free_rwork_fn+0x12e/0x400
[187412.997113] process_one_work+0x19e/0x3e0
[187412.997114] worker_thread+0x2ad/0x3c0
[187412.997116] kthread+0x108/0x220
[187412.997117] ? __pfx_worker_thread+0x10/0x10
[187412.997118] ? __pfx_kthread+0x10/0x10
[187412.997119] ret_from_fork+0x3d/0x60
[187412.997120] ? __pfx_kthread+0x10/0x10
[187412.997121] ret_from_fork_asm+0x1a/0x30
[187412.997123] </TASK>
[187593.011803] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[187593.024987] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10298748
[187593.042924] rcu: (detected by 194, t=39178821 jiffies, g=639685, q=41124 ncpus=256)
[187593.058360] Sending NMI from CPU 194 to CPUs 156:
[187593.058365] NMI backtrace for cpu 156
[187593.058371] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[187593.058374] Tainted: [D]=DIE, [W]=WARN
[187593.058374] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[187593.058375] Workqueue: cgroup_destroy css_free_rwork_fn
[187593.058378] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[187593.058380] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[187593.058381] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[187593.058382] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[187593.058382] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[187593.058382] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[187593.058383] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[187593.058383] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[187593.058384] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[187593.058385] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[187593.058385] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[187593.058386] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[187593.058386] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[187593.058386] PKRU: 55555554
[187593.058387] Call Trace:
[187593.058387] <TASK>
[187593.058388] _raw_spin_lock_irqsave+0x46/0x60
[187593.058390] cgroup_rstat_flush+0xf4/0x7e0
[187593.058391] cgroup_rstat_exit+0x20/0xf0
[187593.058392] css_free_rwork_fn+0x12e/0x400
[187593.058393] process_one_work+0x19e/0x3e0
[187593.058395] worker_thread+0x2ad/0x3c0
[187593.058396] kthread+0x108/0x220
[187593.058397] ? __pfx_worker_thread+0x10/0x10
[187593.058399] ? __pfx_kthread+0x10/0x10
[187593.058400] ret_from_fork+0x3d/0x60
[187593.058401] ? __pfx_kthread+0x10/0x10
[187593.058402] ret_from_fork_asm+0x1a/0x30
[187593.058404] </TASK>
[187773.073046] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[187773.086238] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10310678
[187773.104176] rcu: (detected by 47, t=39223835 jiffies, g=639685, q=41136 ncpus=256)
[187773.119511] Sending NMI from CPU 47 to CPUs 156:
[187773.119517] NMI backtrace for cpu 156
[187773.119523] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[187773.119526] Tainted: [D]=DIE, [W]=WARN
[187773.119526] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[187773.119527] Workqueue: cgroup_destroy css_free_rwork_fn
[187773.119530] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[187773.119532] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[187773.119533] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[187773.119534] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[187773.119535] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[187773.119535] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[187773.119535] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[187773.119536] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[187773.119537] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[187773.119537] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[187773.119537] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[187773.119538] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[187773.119538] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[187773.119539] PKRU: 55555554
[187773.119539] Call Trace:
[187773.119540] <TASK>
[187773.119541] _raw_spin_lock_irqsave+0x46/0x60
[187773.119542] cgroup_rstat_flush+0xf4/0x7e0
[187773.119544] cgroup_rstat_exit+0x20/0xf0
[187773.119545] css_free_rwork_fn+0x12e/0x400
[187773.119546] process_one_work+0x19e/0x3e0
[187773.119547] worker_thread+0x2ad/0x3c0
[187773.119549] kthread+0x108/0x220
[187773.119550] ? __pfx_worker_thread+0x10/0x10
[187773.119551] ? __pfx_kthread+0x10/0x10
[187773.119552] ret_from_fork+0x3d/0x60
[187773.119553] ? __pfx_kthread+0x10/0x10
[187773.119554] ret_from_fork_asm+0x1a/0x30
[187773.119556] </TASK>
[187953.118286] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[187953.131464] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10322555
[187953.149391] rcu: (detected by 91, t=39268849 jiffies, g=639685, q=41149 ncpus=256)
[187953.164714] Sending NMI from CPU 91 to CPUs 156:
[187953.164719] NMI backtrace for cpu 156
[187953.164724] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[187953.164728] Tainted: [D]=DIE, [W]=WARN
[187953.164729] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[187953.164730] Workqueue: cgroup_destroy css_free_rwork_fn
[187953.164732] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[187953.164734] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[187953.164736] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[187953.164736] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[187953.164737] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[187953.164737] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[187953.164738] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[187953.164738] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[187953.164739] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[187953.164740] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[187953.164740] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[187953.164741] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[187953.164741] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[187953.164741] PKRU: 55555554
[187953.164742] Call Trace:
[187953.164742] <TASK>
[187953.164744] _raw_spin_lock_irqsave+0x46/0x60
[187953.164745] cgroup_rstat_flush+0xf4/0x7e0
[187953.164746] cgroup_rstat_exit+0x20/0xf0
[187953.164747] css_free_rwork_fn+0x12e/0x400
[187953.164748] process_one_work+0x19e/0x3e0
[187953.164750] worker_thread+0x2ad/0x3c0
[187953.164751] kthread+0x108/0x220
[187953.164752] ? __pfx_worker_thread+0x10/0x10
[187953.164754] ? __pfx_kthread+0x10/0x10
[187953.164755] ret_from_fork+0x3d/0x60
[187953.164756] ? __pfx_kthread+0x10/0x10
[187953.164757] ret_from_fork_asm+0x1a/0x30
[187953.164759] </TASK>
[188133.179529] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[188133.192707] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10334477
[188133.210619] rcu: (detected by 159, t=39313865 jiffies, g=639685, q=41162 ncpus=256)
[188133.226040] Sending NMI from CPU 159 to CPUs 156:
[188133.226045] NMI backtrace for cpu 156
[188133.226047] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[188133.226049] Tainted: [D]=DIE, [W]=WARN
[188133.226049] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[188133.226050] Workqueue: cgroup_destroy css_free_rwork_fn
[188133.226052] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[188133.226054] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[188133.226055] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[188133.226055] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[188133.226056] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[188133.226056] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[188133.226057] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[188133.226057] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[188133.226058] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[188133.226059] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[188133.226059] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[188133.226060] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[188133.226060] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[188133.226060] PKRU: 55555554
[188133.226061] Call Trace:
[188133.226061] <TASK>
[188133.226062] _raw_spin_lock_irqsave+0x46/0x60
[188133.226063] cgroup_rstat_flush+0xf4/0x7e0
[188133.226065] cgroup_rstat_exit+0x20/0xf0
[188133.226066] css_free_rwork_fn+0x12e/0x400
[188133.226067] process_one_work+0x19e/0x3e0
[188133.226068] worker_thread+0x2ad/0x3c0
[188133.226070] kthread+0x108/0x220
[188133.226071] ? __pfx_worker_thread+0x10/0x10
[188133.226072] ? __pfx_kthread+0x10/0x10
[188133.226073] ret_from_fork+0x3d/0x60
[188133.226074] ? __pfx_kthread+0x10/0x10
[188133.226075] ret_from_fork_asm+0x1a/0x30
[188133.226077] </TASK>
[188313.240770] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[188313.253955] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10346416
[188313.271883] rcu: (detected by 158, t=39358881 jiffies, g=639685, q=41183 ncpus=256)
[188313.287311] Sending NMI from CPU 158 to CPUs 156:
[188313.287314] NMI backtrace for cpu 156
[188313.287317] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[188313.287318] Tainted: [D]=DIE, [W]=WARN
[188313.287319] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[188313.287319] Workqueue: cgroup_destroy css_free_rwork_fn
[188313.287321] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[188313.287323] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[188313.287324] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[188313.287324] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[188313.287325] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[188313.287325] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[188313.287326] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[188313.287326] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[188313.287327] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[188313.287328] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[188313.287328] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[188313.287329] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[188313.287329] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[188313.287329] PKRU: 55555554
[188313.287330] Call Trace:
[188313.287330] <TASK>
[188313.287332] _raw_spin_lock_irqsave+0x46/0x60
[188313.287333] cgroup_rstat_flush+0xf4/0x7e0
[188313.287334] cgroup_rstat_exit+0x20/0xf0
[188313.287335] css_free_rwork_fn+0x12e/0x400
[188313.287336] process_one_work+0x19e/0x3e0
[188313.287338] worker_thread+0x2ad/0x3c0
[188313.287339] kthread+0x108/0x220
[188313.287340] ? __pfx_worker_thread+0x10/0x10
[188313.287342] ? __pfx_kthread+0x10/0x10
[188313.287343] ret_from_fork+0x3d/0x60
[188313.287344] ? __pfx_kthread+0x10/0x10
[188313.287345] ret_from_fork_asm+0x1a/0x30
[188313.287347] </TASK>
[188493.302010] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[188493.315191] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10358385
[188493.333119] rcu: (detected by 91, t=39403897 jiffies, g=639685, q=41196 ncpus=256)
[188493.348442] Sending NMI from CPU 91 to CPUs 156:
[188493.348448] NMI backtrace for cpu 156
[188493.348453] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[188493.348455] Tainted: [D]=DIE, [W]=WARN
[188493.348456] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[188493.348457] Workqueue: cgroup_destroy css_free_rwork_fn
[188493.348460] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[188493.348461] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[188493.348462] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[188493.348463] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[188493.348464] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[188493.348464] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[188493.348465] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[188493.348465] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[188493.348466] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[188493.348467] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[188493.348467] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[188493.348468] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[188493.348468] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[188493.348468] PKRU: 55555554
[188493.348469] Call Trace:
[188493.348469] <TASK>
[188493.348470] _raw_spin_lock_irqsave+0x46/0x60
[188493.348472] cgroup_rstat_flush+0xf4/0x7e0
[188493.348473] cgroup_rstat_exit+0x20/0xf0
[188493.348474] css_free_rwork_fn+0x12e/0x400
[188493.348475] process_one_work+0x19e/0x3e0
[188493.348477] worker_thread+0x2ad/0x3c0
[188493.348478] kthread+0x108/0x220
[188493.348479] ? __pfx_worker_thread+0x10/0x10
[188493.348481] ? __pfx_kthread+0x10/0x10
[188493.348482] ret_from_fork+0x3d/0x60
[188493.348483] ? __pfx_kthread+0x10/0x10
[188493.348484] ret_from_fork_asm+0x1a/0x30
[188493.348485] </TASK>
[188673.363251] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[188673.376432] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10370324
[188673.394353] rcu: (detected by 3, t=39448913 jiffies, g=639685, q=41207 ncpus=256)
[188673.409572] Sending NMI from CPU 3 to CPUs 156:
[188673.409577] NMI backtrace for cpu 156
[188673.409583] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[188673.409587] Tainted: [D]=DIE, [W]=WARN
[188673.409587] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[188673.409588] Workqueue: cgroup_destroy css_free_rwork_fn
[188673.409591] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[188673.409593] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[188673.409595] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[188673.409595] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[188673.409596] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[188673.409596] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[188673.409597] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[188673.409597] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[188673.409598] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[188673.409599] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[188673.409599] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[188673.409600] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[188673.409600] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[188673.409600] PKRU: 55555554
[188673.409601] Call Trace:
[188673.409601] <TASK>
[188673.409602] _raw_spin_lock_irqsave+0x46/0x60
[188673.409604] cgroup_rstat_flush+0xf4/0x7e0
[188673.409605] cgroup_rstat_exit+0x20/0xf0
[188673.409606] css_free_rwork_fn+0x12e/0x400
[188673.409607] process_one_work+0x19e/0x3e0
[188673.409609] worker_thread+0x2ad/0x3c0
[188673.409610] kthread+0x108/0x220
[188673.409611] ? __pfx_worker_thread+0x10/0x10
[188673.409613] ? __pfx_kthread+0x10/0x10
[188673.409614] ret_from_fork+0x3d/0x60
[188673.409615] ? __pfx_kthread+0x10/0x10
[188673.409616] ret_from_fork_asm+0x1a/0x30
[188673.409618] </TASK>
[188853.424492] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[188853.437670] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10382269
[188853.455596] rcu: (detected by 219, t=39493929 jiffies, g=639685, q=41222 ncpus=256)
[188853.471021] Sending NMI from CPU 219 to CPUs 156:
[188853.471027] NMI backtrace for cpu 156
[188853.471032] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[188853.471035] Tainted: [D]=DIE, [W]=WARN
[188853.471036] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[188853.471037] Workqueue: cgroup_destroy css_free_rwork_fn
[188853.471040] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[188853.471042] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[188853.471043] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[188853.471044] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[188853.471044] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[188853.471045] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[188853.471045] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[188853.471046] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[188853.471046] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[188853.471047] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[188853.471047] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[188853.471048] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[188853.471048] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[188853.471049] PKRU: 55555554
[188853.471049] Call Trace:
[188853.471050] <TASK>
[188853.471051] _raw_spin_lock_irqsave+0x46/0x60
[188853.471052] cgroup_rstat_flush+0xf4/0x7e0
[188853.471053] cgroup_rstat_exit+0x20/0xf0
[188853.471055] css_free_rwork_fn+0x12e/0x400
[188853.471055] process_one_work+0x19e/0x3e0
[188853.471057] worker_thread+0x2ad/0x3c0
[188853.471059] kthread+0x108/0x220
[188853.471059] ? __pfx_worker_thread+0x10/0x10
[188853.471061] ? __pfx_kthread+0x10/0x10
[188853.471062] ret_from_fork+0x3d/0x60
[188853.471063] ? __pfx_kthread+0x10/0x10
[188853.471064] ret_from_fork_asm+0x1a/0x30
[188853.471066] </TASK>
[189033.485735] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[189033.498923] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10394207
[189033.516854] rcu: (detected by 175, t=39538945 jiffies, g=639685, q=41234 ncpus=256)
[189033.532286] Sending NMI from CPU 175 to CPUs 156:
[189033.532292] NMI backtrace for cpu 156
[189033.532298] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[189033.532301] Tainted: [D]=DIE, [W]=WARN
[189033.532302] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[189033.532303] Workqueue: cgroup_destroy css_free_rwork_fn
[189033.532306] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[189033.532308] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[189033.532310] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[189033.532310] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[189033.532311] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[189033.532311] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[189033.532312] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[189033.532312] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[189033.532313] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[189033.532314] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[189033.532314] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[189033.532315] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[189033.532315] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[189033.532315] PKRU: 55555554
[189033.532316] Call Trace:
[189033.532316] <TASK>
[189033.532317] _raw_spin_lock_irqsave+0x46/0x60
[189033.532319] cgroup_rstat_flush+0xf4/0x7e0
[189033.532320] cgroup_rstat_exit+0x20/0xf0
[189033.532321] css_free_rwork_fn+0x12e/0x400
[189033.532322] process_one_work+0x19e/0x3e0
[189033.532324] worker_thread+0x2ad/0x3c0
[189033.532325] kthread+0x108/0x220
[189033.532326] ? __pfx_worker_thread+0x10/0x10
[189033.532328] ? __pfx_kthread+0x10/0x10
[189033.532329] ret_from_fork+0x3d/0x60
[189033.532330] ? __pfx_kthread+0x10/0x10
[189033.532331] ret_from_fork_asm+0x1a/0x30
[189033.532333] </TASK>
[189213.546975] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[189213.560162] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10406098
[189213.578102] rcu: (detected by 71, t=39583961 jiffies, g=639685, q=41253 ncpus=256)
[189213.593432] Sending NMI from CPU 71 to CPUs 156:
[189213.593437] NMI backtrace for cpu 156
[189213.593442] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[189213.593446] Tainted: [D]=DIE, [W]=WARN
[189213.593447] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[189213.593448] Workqueue: cgroup_destroy css_free_rwork_fn
[189213.593451] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[189213.593452] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[189213.593454] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[189213.593454] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[189213.593455] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[189213.593456] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[189213.593456] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[189213.593456] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[189213.593457] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[189213.593458] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[189213.593458] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[189213.593459] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[189213.593459] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[189213.593460] PKRU: 55555554
[189213.593460] Call Trace:
[189213.593461] <TASK>
[189213.593462] _raw_spin_lock_irqsave+0x46/0x60
[189213.593463] cgroup_rstat_flush+0xf4/0x7e0
[189213.593464] cgroup_rstat_exit+0x20/0xf0
[189213.593465] css_free_rwork_fn+0x12e/0x400
[189213.593466] process_one_work+0x19e/0x3e0
[189213.593468] worker_thread+0x2ad/0x3c0
[189213.593469] kthread+0x108/0x220
[189213.593470] ? __pfx_worker_thread+0x10/0x10
[189213.593472] ? __pfx_kthread+0x10/0x10
[189213.593473] ret_from_fork+0x3d/0x60
[189213.593474] ? __pfx_kthread+0x10/0x10
[189213.593475] ret_from_fork_asm+0x1a/0x30
[189213.593477] </TASK>
[189393.608216] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[189393.621395] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10418038
[189393.639318] rcu: (detected by 182, t=39628977 jiffies, g=639685, q=41268 ncpus=256)
[189393.654738] Sending NMI from CPU 182 to CPUs 156:
[189393.654744] NMI backtrace for cpu 156
[189393.654749] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[189393.654752] Tainted: [D]=DIE, [W]=WARN
[189393.654753] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[189393.654754] Workqueue: cgroup_destroy css_free_rwork_fn
[189393.654757] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[189393.654759] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[189393.654760] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[189393.654761] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[189393.654761] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[189393.654761] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[189393.654762] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[189393.654762] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[189393.654763] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[189393.654764] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[189393.654764] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[189393.654765] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[189393.654765] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[189393.654765] PKRU: 55555554
[189393.654766] Call Trace:
[189393.654766] <TASK>
[189393.654767] _raw_spin_lock_irqsave+0x46/0x60
[189393.654768] cgroup_rstat_flush+0xf4/0x7e0
[189393.654770] cgroup_rstat_exit+0x20/0xf0
[189393.654771] css_free_rwork_fn+0x12e/0x400
[189393.654772] process_one_work+0x19e/0x3e0
[189393.654773] worker_thread+0x2ad/0x3c0
[189393.654775] kthread+0x108/0x220
[189393.654776] ? __pfx_worker_thread+0x10/0x10
[189393.654777] ? __pfx_kthread+0x10/0x10
[189393.654778] ret_from_fork+0x3d/0x60
[189393.654779] ? __pfx_kthread+0x10/0x10
[189393.654780] ret_from_fork_asm+0x1a/0x30
[189393.654782] </TASK>
[189573.669458] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[189573.682643] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10430019
[189573.700575] rcu: (detected by 91, t=39673993 jiffies, g=639685, q=41282 ncpus=256)
[189573.715905] Sending NMI from CPU 91 to CPUs 156:
[189573.715910] NMI backtrace for cpu 156
[189573.715916] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[189573.715919] Tainted: [D]=DIE, [W]=WARN
[189573.715920] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[189573.715921] Workqueue: cgroup_destroy css_free_rwork_fn
[189573.715924] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[189573.715926] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[189573.715927] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[189573.715928] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[189573.715929] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[189573.715929] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[189573.715929] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[189573.715930] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[189573.715931] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[189573.715932] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[189573.715932] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[189573.715933] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[189573.715933] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[189573.715934] PKRU: 55555554
[189573.715934] Call Trace:
[189573.715935] <TASK>
[189573.715936] _raw_spin_lock_irqsave+0x46/0x60
[189573.715937] cgroup_rstat_flush+0xf4/0x7e0
[189573.715938] cgroup_rstat_exit+0x20/0xf0
[189573.715940] css_free_rwork_fn+0x12e/0x400
[189573.715940] process_one_work+0x19e/0x3e0
[189573.715942] worker_thread+0x2ad/0x3c0
[189573.715944] kthread+0x108/0x220
[189573.715944] ? __pfx_worker_thread+0x10/0x10
[189573.715946] ? __pfx_kthread+0x10/0x10
[189573.715947] ret_from_fork+0x3d/0x60
[189573.715948] ? __pfx_kthread+0x10/0x10
[189573.715949] ret_from_fork_asm+0x1a/0x30
[189573.715951] </TASK>
[189753.730698] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[189753.743856] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10441953
[189753.761778] rcu: (detected by 91, t=39719009 jiffies, g=639685, q=41296 ncpus=256)
[189753.777089] Sending NMI from CPU 91 to CPUs 156:
[189753.777093] NMI backtrace for cpu 156
[189753.777099] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[189753.777102] Tainted: [D]=DIE, [W]=WARN
[189753.777103] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[189753.777104] Workqueue: cgroup_destroy css_free_rwork_fn
[189753.777107] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[189753.777109] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[189753.777110] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[189753.777110] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[189753.777111] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[189753.777111] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[189753.777111] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[189753.777112] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[189753.777113] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[189753.777113] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[189753.777114] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[189753.777114] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[189753.777115] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[189753.777115] PKRU: 55555554
[189753.777116] Call Trace:
[189753.777116] <TASK>
[189753.777117] _raw_spin_lock_irqsave+0x46/0x60
[189753.777119] cgroup_rstat_flush+0xf4/0x7e0
[189753.777120] cgroup_rstat_exit+0x20/0xf0
[189753.777121] css_free_rwork_fn+0x12e/0x400
[189753.777122] process_one_work+0x19e/0x3e0
[189753.777124] worker_thread+0x2ad/0x3c0
[189753.777125] kthread+0x108/0x220
[189753.777126] ? __pfx_worker_thread+0x10/0x10
[189753.777127] ? __pfx_kthread+0x10/0x10
[189753.777128] ret_from_fork+0x3d/0x60
[189753.777130] ? __pfx_kthread+0x10/0x10
[189753.777130] ret_from_fork_asm+0x1a/0x30
[189753.777132] </TASK>
[189933.791941] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[189933.805103] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10453891
[189933.823021] rcu: (detected by 199, t=39764025 jiffies, g=639685, q=41310 ncpus=256)
[189933.838439] Sending NMI from CPU 199 to CPUs 156:
[189933.838443] NMI backtrace for cpu 156
[189933.838449] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[189933.838452] Tainted: [D]=DIE, [W]=WARN
[189933.838453] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[189933.838454] Workqueue: cgroup_destroy css_free_rwork_fn
[189933.838457] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[189933.838459] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[189933.838461] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[189933.838461] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[189933.838462] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[189933.838462] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[189933.838463] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[189933.838463] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[189933.838464] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[189933.838465] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[189933.838465] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[189933.838466] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[189933.838466] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[189933.838466] PKRU: 55555554
[189933.838467] Call Trace:
[189933.838467] <TASK>
[189933.838469] _raw_spin_lock_irqsave+0x46/0x60
[189933.838470] cgroup_rstat_flush+0xf4/0x7e0
[189933.838471] cgroup_rstat_exit+0x20/0xf0
[189933.838472] css_free_rwork_fn+0x12e/0x400
[189933.838473] process_one_work+0x19e/0x3e0
[189933.838475] worker_thread+0x2ad/0x3c0
[189933.838476] kthread+0x108/0x220
[189933.838477] ? __pfx_worker_thread+0x10/0x10
[189933.838479] ? __pfx_kthread+0x10/0x10
[189933.838480] ret_from_fork+0x3d/0x60
[189933.838481] ? __pfx_kthread+0x10/0x10
[189933.838482] ret_from_fork_asm+0x1a/0x30
[189933.838484] </TASK>
[190113.853181] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[190113.866374] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10465838
[190113.884310] rcu: (detected by 159, t=39809041 jiffies, g=639685, q=41323 ncpus=256)
[190113.899745] Sending NMI from CPU 159 to CPUs 156:
[190113.899750] NMI backtrace for cpu 156
[190113.899753] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[190113.899755] Tainted: [D]=DIE, [W]=WARN
[190113.899755] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[190113.899756] Workqueue: cgroup_destroy css_free_rwork_fn
[190113.899758] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[190113.899760] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[190113.899761] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[190113.899762] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[190113.899762] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[190113.899762] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[190113.899763] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[190113.899763] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[190113.899764] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[190113.899765] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[190113.899765] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[190113.899766] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[190113.899766] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[190113.899766] PKRU: 55555554
[190113.899767] Call Trace:
[190113.899767] <TASK>
[190113.899768] _raw_spin_lock_irqsave+0x46/0x60
[190113.899770] cgroup_rstat_flush+0xf4/0x7e0
[190113.899771] cgroup_rstat_exit+0x20/0xf0
[190113.899772] css_free_rwork_fn+0x12e/0x400
[190113.899773] process_one_work+0x19e/0x3e0
[190113.899775] worker_thread+0x2ad/0x3c0
[190113.899776] kthread+0x108/0x220
[190113.899777] ? __pfx_worker_thread+0x10/0x10
[190113.899779] ? __pfx_kthread+0x10/0x10
[190113.899780] ret_from_fork+0x3d/0x60
[190113.899781] ? __pfx_kthread+0x10/0x10
[190113.899782] ret_from_fork_asm+0x1a/0x30
[190113.899784] </TASK>
[190293.914422] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[190293.927604] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10477777
[190293.945546] rcu: (detected by 131, t=39854057 jiffies, g=639685, q=41341 ncpus=256)
[190293.960987] Sending NMI from CPU 131 to CPUs 156:
[190293.960992] NMI backtrace for cpu 156
[190293.960998] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[190293.961001] Tainted: [D]=DIE, [W]=WARN
[190293.961002] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[190293.961002] Workqueue: cgroup_destroy css_free_rwork_fn
[190293.961005] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[190293.961006] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[190293.961008] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[190293.961008] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[190293.961009] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[190293.961009] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[190293.961010] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[190293.961011] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[190293.961011] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[190293.961012] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[190293.961012] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[190293.961013] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[190293.961013] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[190293.961014] PKRU: 55555554
[190293.961014] Call Trace:
[190293.961015] <TASK>
[190293.961016] _raw_spin_lock_irqsave+0x46/0x60
[190293.961017] cgroup_rstat_flush+0xf4/0x7e0
[190293.961019] cgroup_rstat_exit+0x20/0xf0
[190293.961020] css_free_rwork_fn+0x12e/0x400
[190293.961021] process_one_work+0x19e/0x3e0
[190293.961023] worker_thread+0x2ad/0x3c0
[190293.961024] kthread+0x108/0x220
[190293.961025] ? __pfx_worker_thread+0x10/0x10
[190293.961027] ? __pfx_kthread+0x10/0x10
[190293.961028] ret_from_fork+0x3d/0x60
[190293.961029] ? __pfx_kthread+0x10/0x10
[190293.961029] ret_from_fork_asm+0x1a/0x30
[190293.961031] </TASK>
[190473.975664] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[190473.988853] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10489714
[190474.006789] rcu: (detected by 172, t=39899073 jiffies, g=639685, q=41357 ncpus=256)
[190474.022232] Sending NMI from CPU 172 to CPUs 156:
[190474.022237] NMI backtrace for cpu 156
[190474.022242] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[190474.022246] Tainted: [D]=DIE, [W]=WARN
[190474.022246] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[190474.022247] Workqueue: cgroup_destroy css_free_rwork_fn
[190474.022250] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[190474.022253] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[190474.022254] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[190474.022255] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[190474.022255] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[190474.022256] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[190474.022256] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[190474.022257] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[190474.022257] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[190474.022258] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[190474.022258] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[190474.022259] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[190474.022259] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[190474.022260] PKRU: 55555554
[190474.022260] Call Trace:
[190474.022261] <TASK>
[190474.022262] _raw_spin_lock_irqsave+0x46/0x60
[190474.022263] cgroup_rstat_flush+0xf4/0x7e0
[190474.022264] cgroup_rstat_exit+0x20/0xf0
[190474.022266] css_free_rwork_fn+0x12e/0x400
[190474.022266] process_one_work+0x19e/0x3e0
[190474.022268] worker_thread+0x2ad/0x3c0
[190474.022270] kthread+0x108/0x220
[190474.022270] ? __pfx_worker_thread+0x10/0x10
[190474.022272] ? __pfx_kthread+0x10/0x10
[190474.022273] ret_from_fork+0x3d/0x60
[190474.022274] ? __pfx_kthread+0x10/0x10
[190474.022275] ret_from_fork_asm+0x1a/0x30
[190474.022277] </TASK>
[190654.036905] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[190654.050090] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10501609
[190654.068010] rcu: (detected by 158, t=39944089 jiffies, g=639685, q=41370 ncpus=256)
[190654.083432] Sending NMI from CPU 158 to CPUs 156:
[190654.083437] NMI backtrace for cpu 156
[190654.083440] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[190654.083442] Tainted: [D]=DIE, [W]=WARN
[190654.083442] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[190654.083443] Workqueue: cgroup_destroy css_free_rwork_fn
[190654.083445] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[190654.083447] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[190654.083447] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[190654.083448] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[190654.083448] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[190654.083449] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[190654.083449] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[190654.083450] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[190654.083451] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[190654.083451] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[190654.083451] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[190654.083452] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[190654.083453] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[190654.083453] PKRU: 55555554
[190654.083453] Call Trace:
[190654.083454] <TASK>
[190654.083455] _raw_spin_lock_irqsave+0x46/0x60
[190654.083456] cgroup_rstat_flush+0xf4/0x7e0
[190654.083457] cgroup_rstat_exit+0x20/0xf0
[190654.083458] css_free_rwork_fn+0x12e/0x400
[190654.083459] process_one_work+0x19e/0x3e0
[190654.083461] worker_thread+0x2ad/0x3c0
[190654.083462] kthread+0x108/0x220
[190654.083463] ? __pfx_worker_thread+0x10/0x10
[190654.083465] ? __pfx_kthread+0x10/0x10
[190654.083466] ret_from_fork+0x3d/0x60
[190654.083467] ? __pfx_kthread+0x10/0x10
[190654.083468] ret_from_fork_asm+0x1a/0x30
[190654.083469] </TASK>
[190834.098146] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[190834.111323] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10513556
[190834.129258] rcu: (detected by 6, t=39989105 jiffies, g=639685, q=41385 ncpus=256)
[190834.144494] Sending NMI from CPU 6 to CPUs 156:
[190834.144498] NMI backtrace for cpu 156
[190834.144504] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[190834.144507] Tainted: [D]=DIE, [W]=WARN
[190834.144507] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[190834.144509] Workqueue: cgroup_destroy css_free_rwork_fn
[190834.144511] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[190834.144513] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[190834.144514] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[190834.144514] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[190834.144515] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[190834.144515] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[190834.144516] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[190834.144516] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[190834.144517] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[190834.144518] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[190834.144519] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[190834.144519] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[190834.144520] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[190834.144520] PKRU: 55555554
[190834.144520] Call Trace:
[190834.144521] <TASK>
[190834.144522] _raw_spin_lock_irqsave+0x46/0x60
[190834.144523] cgroup_rstat_flush+0xf4/0x7e0
[190834.144525] cgroup_rstat_exit+0x20/0xf0
[190834.144526] css_free_rwork_fn+0x12e/0x400
[190834.144527] process_one_work+0x19e/0x3e0
[190834.144528] worker_thread+0x2ad/0x3c0
[190834.144530] kthread+0x108/0x220
[190834.144531] ? __pfx_worker_thread+0x10/0x10
[190834.144532] ? __pfx_kthread+0x10/0x10
[190834.144533] ret_from_fork+0x3d/0x60
[190834.144535] ? __pfx_kthread+0x10/0x10
[190834.144535] ret_from_fork_asm+0x1a/0x30
[190834.144537] </TASK>
[191014.159388] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[191014.172567] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10525549
[191014.190496] rcu: (detected by 199, t=40034121 jiffies, g=639685, q=41400 ncpus=256)
[191014.205923] Sending NMI from CPU 199 to CPUs 156:
[191014.205928] NMI backtrace for cpu 156
[191014.205933] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[191014.205936] Tainted: [D]=DIE, [W]=WARN
[191014.205937] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[191014.205938] Workqueue: cgroup_destroy css_free_rwork_fn
[191014.205941] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[191014.205943] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[191014.205944] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[191014.205945] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[191014.205945] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[191014.205946] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[191014.205946] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[191014.205947] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[191014.205948] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[191014.205948] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[191014.205948] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[191014.205949] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[191014.205949] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[191014.205950] PKRU: 55555554
[191014.205950] Call Trace:
[191014.205951] <TASK>
[191014.205952] _raw_spin_lock_irqsave+0x46/0x60
[191014.205953] cgroup_rstat_flush+0xf4/0x7e0
[191014.205955] cgroup_rstat_exit+0x20/0xf0
[191014.205956] css_free_rwork_fn+0x12e/0x400
[191014.205956] process_one_work+0x19e/0x3e0
[191014.205958] worker_thread+0x2ad/0x3c0
[191014.205960] kthread+0x108/0x220
[191014.205961] ? __pfx_worker_thread+0x10/0x10
[191014.205962] ? __pfx_kthread+0x10/0x10
[191014.205963] ret_from_fork+0x3d/0x60
[191014.205964] ? __pfx_kthread+0x10/0x10
[191014.205965] ret_from_fork_asm+0x1a/0x30
[191014.205967] </TASK>
[191194.220629] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[191194.233818] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10537469
[191194.251756] rcu: (detected by 134, t=40079137 jiffies, g=639685, q=41421 ncpus=256)
[191194.267193] Sending NMI from CPU 134 to CPUs 156:
[191194.267197] NMI backtrace for cpu 156
[191194.267202] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[191194.267206] Tainted: [D]=DIE, [W]=WARN
[191194.267206] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[191194.267208] Workqueue: cgroup_destroy css_free_rwork_fn
[191194.267210] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[191194.267212] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[191194.267214] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[191194.267214] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[191194.267215] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[191194.267215] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[191194.267216] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[191194.267216] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[191194.267217] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[191194.267218] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[191194.267218] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[191194.267219] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[191194.267219] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[191194.267219] PKRU: 55555554
[191194.267220] Call Trace:
[191194.267220] <TASK>
[191194.267221] _raw_spin_lock_irqsave+0x46/0x60
[191194.267223] cgroup_rstat_flush+0xf4/0x7e0
[191194.267224] cgroup_rstat_exit+0x20/0xf0
[191194.267225] css_free_rwork_fn+0x12e/0x400
[191194.267226] process_one_work+0x19e/0x3e0
[191194.267227] worker_thread+0x2ad/0x3c0
[191194.267229] kthread+0x108/0x220
[191194.267230] ? __pfx_worker_thread+0x10/0x10
[191194.267231] ? __pfx_kthread+0x10/0x10
[191194.267232] ret_from_fork+0x3d/0x60
[191194.267234] ? __pfx_kthread+0x10/0x10
[191194.267234] ret_from_fork_asm+0x1a/0x30
[191194.267236] </TASK>
[191374.281871] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[191374.295062] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10549430
[191374.313001] rcu: (detected by 47, t=40124152 jiffies, g=639685, q=41434 ncpus=256)
[191374.328334] Sending NMI from CPU 47 to CPUs 156:
[191374.328340] NMI backtrace for cpu 156
[191374.328346] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[191374.328349] Tainted: [D]=DIE, [W]=WARN
[191374.328349] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[191374.328351] Workqueue: cgroup_destroy css_free_rwork_fn
[191374.328354] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[191374.328356] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[191374.328357] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[191374.328358] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[191374.328358] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[191374.328359] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[191374.328359] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[191374.328360] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[191374.328361] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[191374.328361] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[191374.328361] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[191374.328362] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[191374.328363] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[191374.328363] PKRU: 55555554
[191374.328363] Call Trace:
[191374.328364] <TASK>
[191374.328365] _raw_spin_lock_irqsave+0x46/0x60
[191374.328366] cgroup_rstat_flush+0xf4/0x7e0
[191374.328367] cgroup_rstat_exit+0x20/0xf0
[191374.328368] css_free_rwork_fn+0x12e/0x400
[191374.328369] process_one_work+0x19e/0x3e0
[191374.328371] worker_thread+0x2ad/0x3c0
[191374.328372] kthread+0x108/0x220
[191374.328373] ? __pfx_worker_thread+0x10/0x10
[191374.328375] ? __pfx_kthread+0x10/0x10
[191374.328376] ret_from_fork+0x3d/0x60
[191374.328377] ? __pfx_kthread+0x10/0x10
[191374.328378] ret_from_fork_asm+0x1a/0x30
[191374.328380] </TASK>
[191554.327116] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[191554.340293] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10561308
[191554.358217] rcu: (detected by 175, t=40169165 jiffies, g=639685, q=41448 ncpus=256)
[191554.373640] Sending NMI from CPU 175 to CPUs 156:
[191554.373645] NMI backtrace for cpu 156
[191554.373651] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[191554.373654] Tainted: [D]=DIE, [W]=WARN
[191554.373655] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[191554.373656] Workqueue: cgroup_destroy css_free_rwork_fn
[191554.373659] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[191554.373661] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[191554.373662] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[191554.373663] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[191554.373664] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[191554.373664] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[191554.373664] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[191554.373665] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[191554.373666] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[191554.373666] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[191554.373667] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[191554.373668] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[191554.373668] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[191554.373668] PKRU: 55555554
[191554.373669] Call Trace:
[191554.373669] <TASK>
[191554.373670] _raw_spin_lock_irqsave+0x46/0x60
[191554.373672] cgroup_rstat_flush+0xf4/0x7e0
[191554.373673] cgroup_rstat_exit+0x20/0xf0
[191554.373674] css_free_rwork_fn+0x12e/0x400
[191554.373675] process_one_work+0x19e/0x3e0
[191554.373677] worker_thread+0x2ad/0x3c0
[191554.373678] kthread+0x108/0x220
[191554.373679] ? __pfx_worker_thread+0x10/0x10
[191554.373681] ? __pfx_kthread+0x10/0x10
[191554.373682] ret_from_fork+0x3d/0x60
[191554.373683] ? __pfx_kthread+0x10/0x10
[191554.373684] ret_from_fork_asm+0x1a/0x30
[191554.373686] </TASK>
[191734.388352] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[191734.401542] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10573211
[191734.419479] rcu: (detected by 66, t=40214181 jiffies, g=639685, q=41460 ncpus=256)
[191734.434812] Sending NMI from CPU 66 to CPUs 156:
[191734.434816] NMI backtrace for cpu 156
[191734.434822] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[191734.434825] Tainted: [D]=DIE, [W]=WARN
[191734.434826] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[191734.434826] Workqueue: cgroup_destroy css_free_rwork_fn
[191734.434830] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[191734.434832] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[191734.434834] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[191734.434834] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[191734.434835] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[191734.434835] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[191734.434835] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[191734.434836] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[191734.434836] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[191734.434837] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[191734.434837] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[191734.434838] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[191734.434838] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[191734.434838] PKRU: 55555554
[191734.434839] Call Trace:
[191734.434839] <TASK>
[191734.434841] _raw_spin_lock_irqsave+0x46/0x60
[191734.434842] cgroup_rstat_flush+0xf4/0x7e0
[191734.434843] cgroup_rstat_exit+0x20/0xf0
[191734.434844] css_free_rwork_fn+0x12e/0x400
[191734.434845] process_one_work+0x19e/0x3e0
[191734.434847] worker_thread+0x2ad/0x3c0
[191734.434848] kthread+0x108/0x220
[191734.434849] ? __pfx_worker_thread+0x10/0x10
[191734.434851] ? __pfx_kthread+0x10/0x10
[191734.434852] ret_from_fork+0x3d/0x60
[191734.434853] ? __pfx_kthread+0x10/0x10
[191734.434854] ret_from_fork_asm+0x1a/0x30
[191734.434856] </TASK>
[191914.449593] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[191914.462775] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10585131
[191914.480697] rcu: (detected by 149, t=40259197 jiffies, g=639685, q=41474 ncpus=256)
[191914.496120] Sending NMI from CPU 149 to CPUs 156:
[191914.496125] NMI backtrace for cpu 156
[191914.496131] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[191914.496135] Tainted: [D]=DIE, [W]=WARN
[191914.496135] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[191914.496137] Workqueue: cgroup_destroy css_free_rwork_fn
[191914.496140] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[191914.496142] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[191914.496143] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[191914.496143] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[191914.496144] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[191914.496144] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[191914.496145] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[191914.496145] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[191914.496146] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[191914.496147] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[191914.496147] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[191914.496148] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[191914.496148] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[191914.496148] PKRU: 55555554
[191914.496149] Call Trace:
[191914.496149] <TASK>
[191914.496151] _raw_spin_lock_irqsave+0x46/0x60
[191914.496152] cgroup_rstat_flush+0xf4/0x7e0
[191914.496153] cgroup_rstat_exit+0x20/0xf0
[191914.496154] css_free_rwork_fn+0x12e/0x400
[191914.496155] process_one_work+0x19e/0x3e0
[191914.496157] worker_thread+0x2ad/0x3c0
[191914.496158] kthread+0x108/0x220
[191914.496159] ? __pfx_worker_thread+0x10/0x10
[191914.496161] ? __pfx_kthread+0x10/0x10
[191914.496162] ret_from_fork+0x3d/0x60
[191914.496163] ? __pfx_kthread+0x10/0x10
[191914.496164] ret_from_fork_asm+0x1a/0x30
[191914.496166] </TASK>
[192094.510835] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[192094.524031] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10597070
[192094.541973] rcu: (detected by 91, t=40304213 jiffies, g=639685, q=41487 ncpus=256)
[192094.557308] Sending NMI from CPU 91 to CPUs 156:
[192094.557313] NMI backtrace for cpu 156
[192094.557318] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[192094.557321] Tainted: [D]=DIE, [W]=WARN
[192094.557322] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[192094.557323] Workqueue: cgroup_destroy css_free_rwork_fn
[192094.557326] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[192094.557328] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[192094.557329] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[192094.557330] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[192094.557331] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[192094.557331] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[192094.557331] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[192094.557332] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[192094.557333] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[192094.557334] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[192094.557334] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[192094.557335] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[192094.557335] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[192094.557336] PKRU: 55555554
[192094.557336] Call Trace:
[192094.557337] <TASK>
[192094.557338] _raw_spin_lock_irqsave+0x46/0x60
[192094.557339] cgroup_rstat_flush+0xf4/0x7e0
[192094.557341] cgroup_rstat_exit+0x20/0xf0
[192094.557342] css_free_rwork_fn+0x12e/0x400
[192094.557342] process_one_work+0x19e/0x3e0
[192094.557344] worker_thread+0x2ad/0x3c0
[192094.557346] kthread+0x108/0x220
[192094.557347] ? __pfx_worker_thread+0x10/0x10
[192094.557348] ? __pfx_kthread+0x10/0x10
[192094.557349] ret_from_fork+0x3d/0x60
[192094.557350] ? __pfx_kthread+0x10/0x10
[192094.557351] ret_from_fork_asm+0x1a/0x30
[192094.557353] </TASK>
[192274.572078] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[192274.585270] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10608984
[192274.603204] rcu: (detected by 38, t=40349229 jiffies, g=639685, q=41504 ncpus=256)
[192274.618531] Sending NMI from CPU 38 to CPUs 156:
[192274.618535] NMI backtrace for cpu 156
[192274.618541] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[192274.618544] Tainted: [D]=DIE, [W]=WARN
[192274.618545] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[192274.618546] Workqueue: cgroup_destroy css_free_rwork_fn
[192274.618549] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[192274.618552] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[192274.618553] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[192274.618554] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[192274.618555] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[192274.618555] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[192274.618555] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[192274.618556] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[192274.618557] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[192274.618557] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[192274.618558] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[192274.618558] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[192274.618559] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[192274.618559] PKRU: 55555554
[192274.618559] Call Trace:
[192274.618560] <TASK>
[192274.618561] _raw_spin_lock_irqsave+0x46/0x60
[192274.618562] cgroup_rstat_flush+0xf4/0x7e0
[192274.618564] cgroup_rstat_exit+0x20/0xf0
[192274.618565] css_free_rwork_fn+0x12e/0x400
[192274.618566] process_one_work+0x19e/0x3e0
[192274.618567] worker_thread+0x2ad/0x3c0
[192274.618569] kthread+0x108/0x220
[192274.618570] ? __pfx_worker_thread+0x10/0x10
[192274.618571] ? __pfx_kthread+0x10/0x10
[192274.618572] ret_from_fork+0x3d/0x60
[192274.618573] ? __pfx_kthread+0x10/0x10
[192274.618574] ret_from_fork_asm+0x1a/0x30
[192274.618576] </TASK>
[192454.633318] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[192454.646501] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10620898
[192454.664423] rcu: (detected by 219, t=40394245 jiffies, g=639685, q=41519 ncpus=256)
[192454.679845] Sending NMI from CPU 219 to CPUs 156:
[192454.679850] NMI backtrace for cpu 156
[192454.679855] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[192454.679859] Tainted: [D]=DIE, [W]=WARN
[192454.679860] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[192454.679861] Workqueue: cgroup_destroy css_free_rwork_fn
[192454.679864] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[192454.679866] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[192454.679867] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[192454.679868] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[192454.679869] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[192454.679869] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[192454.679869] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[192454.679870] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[192454.679871] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[192454.679871] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[192454.679872] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[192454.679872] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[192454.679873] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[192454.679873] PKRU: 55555554
[192454.679874] Call Trace:
[192454.679874] <TASK>
[192454.679875] _raw_spin_lock_irqsave+0x46/0x60
[192454.679877] cgroup_rstat_flush+0xf4/0x7e0
[192454.679878] cgroup_rstat_exit+0x20/0xf0
[192454.679879] css_free_rwork_fn+0x12e/0x400
[192454.679880] process_one_work+0x19e/0x3e0
[192454.679881] worker_thread+0x2ad/0x3c0
[192454.679883] kthread+0x108/0x220
[192454.679884] ? __pfx_worker_thread+0x10/0x10
[192454.679885] ? __pfx_kthread+0x10/0x10
[192454.679886] ret_from_fork+0x3d/0x60
[192454.679887] ? __pfx_kthread+0x10/0x10
[192454.679888] ret_from_fork_asm+0x1a/0x30
[192454.679890] </TASK>
[192634.694558] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[192634.707755] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10632792
[192634.725698] rcu: (detected by 71, t=40439261 jiffies, g=639685, q=41532 ncpus=256)
[192634.741040] Sending NMI from CPU 71 to CPUs 156:
[192634.741044] NMI backtrace for cpu 156
[192634.741050] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[192634.741054] Tainted: [D]=DIE, [W]=WARN
[192634.741054] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[192634.741055] Workqueue: cgroup_destroy css_free_rwork_fn
[192634.741058] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[192634.741060] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[192634.741062] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[192634.741062] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[192634.741063] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[192634.741063] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[192634.741064] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[192634.741064] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[192634.741065] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[192634.741066] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[192634.741066] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[192634.741067] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[192634.741067] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[192634.741067] PKRU: 55555554
[192634.741068] Call Trace:
[192634.741068] <TASK>
[192634.741069] _raw_spin_lock_irqsave+0x46/0x60
[192634.741071] cgroup_rstat_flush+0xf4/0x7e0
[192634.741072] cgroup_rstat_exit+0x20/0xf0
[192634.741073] css_free_rwork_fn+0x12e/0x400
[192634.741074] process_one_work+0x19e/0x3e0
[192634.741076] worker_thread+0x2ad/0x3c0
[192634.741077] kthread+0x108/0x220
[192634.741078] ? __pfx_worker_thread+0x10/0x10
[192634.741079] ? __pfx_kthread+0x10/0x10
[192634.741080] ret_from_fork+0x3d/0x60
[192634.741082] ? __pfx_kthread+0x10/0x10
[192634.741082] ret_from_fork_asm+0x1a/0x30
[192634.741084] </TASK>
[192814.755800] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[192814.768948] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10644679
[192814.786852] rcu: (detected by 71, t=40484277 jiffies, g=639685, q=41544 ncpus=256)
[192814.802154] Sending NMI from CPU 71 to CPUs 156:
[192814.802159] NMI backtrace for cpu 156
[192814.802164] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[192814.802168] Tainted: [D]=DIE, [W]=WARN
[192814.802168] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[192814.802169] Workqueue: cgroup_destroy css_free_rwork_fn
[192814.802172] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[192814.802174] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[192814.802175] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[192814.802176] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[192814.802177] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[192814.802177] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[192814.802177] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[192814.802178] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[192814.802179] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[192814.802179] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[192814.802179] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[192814.802180] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[192814.802181] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[192814.802181] PKRU: 55555554
[192814.802181] Call Trace:
[192814.802182] <TASK>
[192814.802183] _raw_spin_lock_irqsave+0x46/0x60
[192814.802184] cgroup_rstat_flush+0xf4/0x7e0
[192814.802186] cgroup_rstat_exit+0x20/0xf0
[192814.802187] css_free_rwork_fn+0x12e/0x400
[192814.802188] process_one_work+0x19e/0x3e0
[192814.802189] worker_thread+0x2ad/0x3c0
[192814.802191] kthread+0x108/0x220
[192814.802192] ? __pfx_worker_thread+0x10/0x10
[192814.802193] ? __pfx_kthread+0x10/0x10
[192814.802194] ret_from_fork+0x3d/0x60
[192814.802195] ? __pfx_kthread+0x10/0x10
[192814.802196] ret_from_fork_asm+0x1a/0x30
[192814.802198] </TASK>
[192994.817041] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[192994.830227] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10656565
[192994.848153] rcu: (detected by 138, t=40529293 jiffies, g=639685, q=41559 ncpus=256)
[192994.863581] Sending NMI from CPU 138 to CPUs 156:
[192994.863588] NMI backtrace for cpu 156
[192994.863593] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[192994.863597] Tainted: [D]=DIE, [W]=WARN
[192994.863597] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[192994.863599] Workqueue: cgroup_destroy css_free_rwork_fn
[192994.863601] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[192994.863603] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[192994.863605] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[192994.863605] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[192994.863606] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[192994.863606] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[192994.863607] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[192994.863607] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[192994.863608] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[192994.863609] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[192994.863609] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[192994.863610] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[192994.863610] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[192994.863610] PKRU: 55555554
[192994.863611] Call Trace:
[192994.863611] <TASK>
[192994.863613] _raw_spin_lock_irqsave+0x46/0x60
[192994.863614] cgroup_rstat_flush+0xf4/0x7e0
[192994.863615] cgroup_rstat_exit+0x20/0xf0
[192994.863616] css_free_rwork_fn+0x12e/0x400
[192994.863617] process_one_work+0x19e/0x3e0
[192994.863619] worker_thread+0x2ad/0x3c0
[192994.863620] kthread+0x108/0x220
[192994.863621] ? __pfx_worker_thread+0x10/0x10
[192994.863623] ? __pfx_kthread+0x10/0x10
[192994.863624] ret_from_fork+0x3d/0x60
[192994.863625] ? __pfx_kthread+0x10/0x10
[192994.863626] ret_from_fork_asm+0x1a/0x30
[192994.863627] </TASK>
[193174.878281] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[193174.891479] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10668501
[193174.909423] rcu: (detected by 18, t=40574309 jiffies, g=639685, q=41580 ncpus=256)
[193174.924761] Sending NMI from CPU 18 to CPUs 156:
[193174.924767] NMI backtrace for cpu 156
[193174.924772] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[193174.924776] Tainted: [D]=DIE, [W]=WARN
[193174.924777] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[193174.924778] Workqueue: cgroup_destroy css_free_rwork_fn
[193174.924781] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[193174.924783] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[193174.924785] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[193174.924785] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[193174.924786] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[193174.924787] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[193174.924787] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[193174.924788] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[193174.924789] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[193174.924789] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[193174.924790] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[193174.924790] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[193174.924791] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[193174.924791] PKRU: 55555554
[193174.924791] Call Trace:
[193174.924792] <TASK>
[193174.924793] _raw_spin_lock_irqsave+0x46/0x60
[193174.924794] cgroup_rstat_flush+0xf4/0x7e0
[193174.924796] cgroup_rstat_exit+0x20/0xf0
[193174.924797] css_free_rwork_fn+0x12e/0x400
[193174.924798] process_one_work+0x19e/0x3e0
[193174.924799] worker_thread+0x2ad/0x3c0
[193174.924801] kthread+0x108/0x220
[193174.924802] ? __pfx_worker_thread+0x10/0x10
[193174.924803] ? __pfx_kthread+0x10/0x10
[193174.924804] ret_from_fork+0x3d/0x60
[193174.924805] ? __pfx_kthread+0x10/0x10
[193174.924806] ret_from_fork_asm+0x1a/0x30
[193174.924808] </TASK>
[193354.939525] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[193354.952713] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10680417
[193354.970650] rcu: (detected by 71, t=40619325 jiffies, g=639685, q=41593 ncpus=256)
[193354.985982] Sending NMI from CPU 71 to CPUs 156:
[193354.985987] NMI backtrace for cpu 156
[193354.985993] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[193354.985997] Tainted: [D]=DIE, [W]=WARN
[193354.985998] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[193354.985999] Workqueue: cgroup_destroy css_free_rwork_fn
[193354.986002] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[193354.986004] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[193354.986006] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[193354.986007] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[193354.986007] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[193354.986008] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[193354.986008] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[193354.986009] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[193354.986009] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[193354.986010] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[193354.986010] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[193354.986011] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[193354.986012] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[193354.986012] PKRU: 55555554
[193354.986012] Call Trace:
[193354.986013] <TASK>
[193354.986014] _raw_spin_lock_irqsave+0x46/0x60
[193354.986015] cgroup_rstat_flush+0xf4/0x7e0
[193354.986017] cgroup_rstat_exit+0x20/0xf0
[193354.986018] css_free_rwork_fn+0x12e/0x400
[193354.986019] process_one_work+0x19e/0x3e0
[193354.986020] worker_thread+0x2ad/0x3c0
[193354.986022] kthread+0x108/0x220
[193354.986023] ? __pfx_worker_thread+0x10/0x10
[193354.986024] ? __pfx_kthread+0x10/0x10
[193354.986025] ret_from_fork+0x3d/0x60
[193354.986026] ? __pfx_kthread+0x10/0x10
[193354.986027] ret_from_fork_asm+0x1a/0x30
[193354.986029] </TASK>
[193535.000764] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[193535.013957] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10692333
[193535.031893] rcu: (detected by 175, t=40664341 jiffies, g=639685, q=41604 ncpus=256)
[193535.047331] Sending NMI from CPU 175 to CPUs 156:
[193535.047335] NMI backtrace for cpu 156
[193535.047341] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[193535.047344] Tainted: [D]=DIE, [W]=WARN
[193535.047345] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[193535.047346] Workqueue: cgroup_destroy css_free_rwork_fn
[193535.047349] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[193535.047351] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[193535.047353] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[193535.047354] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[193535.047355] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[193535.047355] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[193535.047355] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[193535.047356] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[193535.047357] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[193535.047357] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[193535.047358] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[193535.047358] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[193535.047359] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[193535.047359] PKRU: 55555554
[193535.047359] Call Trace:
[193535.047360] <TASK>
[193535.047362] _raw_spin_lock_irqsave+0x46/0x60
[193535.047363] cgroup_rstat_flush+0xf4/0x7e0
[193535.047365] cgroup_rstat_exit+0x20/0xf0
[193535.047366] css_free_rwork_fn+0x12e/0x400
[193535.047367] process_one_work+0x19e/0x3e0
[193535.047368] worker_thread+0x2ad/0x3c0
[193535.047370] kthread+0x108/0x220
[193535.047371] ? __pfx_worker_thread+0x10/0x10
[193535.047372] ? __pfx_kthread+0x10/0x10
[193535.047373] ret_from_fork+0x3d/0x60
[193535.047374] ? __pfx_kthread+0x10/0x10
[193535.047375] ret_from_fork_asm+0x1a/0x30
[193535.047377] </TASK>
[193715.062005] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[193715.075201] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10704212
[193715.093137] rcu: (detected by 17, t=40709357 jiffies, g=639685, q=41616 ncpus=256)
[193715.108471] Sending NMI from CPU 17 to CPUs 156:
[193715.108477] NMI backtrace for cpu 156
[193715.108483] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[193715.108487] Tainted: [D]=DIE, [W]=WARN
[193715.108487] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[193715.108489] Workqueue: cgroup_destroy css_free_rwork_fn
[193715.108492] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[193715.108494] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[193715.108495] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[193715.108496] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[193715.108497] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[193715.108497] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[193715.108498] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[193715.108498] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[193715.108499] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[193715.108500] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[193715.108500] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[193715.108501] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[193715.108502] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[193715.108502] PKRU: 55555554
[193715.108502] Call Trace:
[193715.108503] <TASK>
[193715.108504] _raw_spin_lock_irqsave+0x46/0x60
[193715.108506] cgroup_rstat_flush+0xf4/0x7e0
[193715.108507] cgroup_rstat_exit+0x20/0xf0
[193715.108508] css_free_rwork_fn+0x12e/0x400
[193715.108509] process_one_work+0x19e/0x3e0
[193715.108510] worker_thread+0x2ad/0x3c0
[193715.108512] kthread+0x108/0x220
[193715.108513] ? __pfx_worker_thread+0x10/0x10
[193715.108514] ? __pfx_kthread+0x10/0x10
[193715.108515] ret_from_fork+0x3d/0x60
[193715.108516] ? __pfx_kthread+0x10/0x10
[193715.108517] ret_from_fork_asm+0x1a/0x30
[193715.108519] </TASK>
[193895.123247] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[193895.136435] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10716135
[193895.154371] rcu: (detected by 91, t=40754373 jiffies, g=639685, q=41629 ncpus=256)
[193895.169702] Sending NMI from CPU 91 to CPUs 156:
[193895.169707] NMI backtrace for cpu 156
[193895.169712] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[193895.169715] Tainted: [D]=DIE, [W]=WARN
[193895.169716] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[193895.169717] Workqueue: cgroup_destroy css_free_rwork_fn
[193895.169720] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[193895.169723] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[193895.169724] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[193895.169725] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[193895.169725] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[193895.169726] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[193895.169726] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[193895.169727] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[193895.169728] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[193895.169729] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[193895.169730] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[193895.169730] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[193895.169731] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[193895.169731] PKRU: 55555554
[193895.169731] Call Trace:
[193895.169732] <TASK>
[193895.169733] _raw_spin_lock_irqsave+0x46/0x60
[193895.169735] cgroup_rstat_flush+0xf4/0x7e0
[193895.169736] cgroup_rstat_exit+0x20/0xf0
[193895.169737] css_free_rwork_fn+0x12e/0x400
[193895.169738] process_one_work+0x19e/0x3e0
[193895.169740] worker_thread+0x2ad/0x3c0
[193895.169742] kthread+0x108/0x220
[193895.169742] ? __pfx_worker_thread+0x10/0x10
[193895.169744] ? __pfx_kthread+0x10/0x10
[193895.169745] ret_from_fork+0x3d/0x60
[193895.169746] ? __pfx_kthread+0x10/0x10
[193895.169747] ret_from_fork_asm+0x1a/0x30
[193895.169749] </TASK>
[194075.184488] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[194075.197677] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10728042
[194075.215610] rcu: (detected by 44, t=40799389 jiffies, g=639685, q=41644 ncpus=256)
[194075.230940] Sending NMI from CPU 44 to CPUs 156:
[194075.230946] NMI backtrace for cpu 156
[194075.230951] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[194075.230955] Tainted: [D]=DIE, [W]=WARN
[194075.230955] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[194075.230956] Workqueue: cgroup_destroy css_free_rwork_fn
[194075.230959] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[194075.230962] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[194075.230963] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[194075.230964] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[194075.230965] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[194075.230965] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[194075.230965] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[194075.230966] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[194075.230967] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[194075.230967] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[194075.230968] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[194075.230969] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[194075.230969] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[194075.230969] PKRU: 55555554
[194075.230970] Call Trace:
[194075.230970] <TASK>
[194075.230971] _raw_spin_lock_irqsave+0x46/0x60
[194075.230973] cgroup_rstat_flush+0xf4/0x7e0
[194075.230974] cgroup_rstat_exit+0x20/0xf0
[194075.230975] css_free_rwork_fn+0x12e/0x400
[194075.230976] process_one_work+0x19e/0x3e0
[194075.230978] worker_thread+0x2ad/0x3c0
[194075.230979] kthread+0x108/0x220
[194075.230980] ? __pfx_worker_thread+0x10/0x10
[194075.230982] ? __pfx_kthread+0x10/0x10
[194075.230983] ret_from_fork+0x3d/0x60
[194075.230984] ? __pfx_kthread+0x10/0x10
[194075.230985] ret_from_fork_asm+0x1a/0x30
[194075.230987] </TASK>
[194255.245730] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[194255.258892] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10739938
[194255.276817] rcu: (detected by 175, t=40844405 jiffies, g=639685, q=41663 ncpus=256)
[194255.292241] Sending NMI from CPU 175 to CPUs 156:
[194255.292247] NMI backtrace for cpu 156
[194255.292252] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[194255.292255] Tainted: [D]=DIE, [W]=WARN
[194255.292256] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[194255.292257] Workqueue: cgroup_destroy css_free_rwork_fn
[194255.292260] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[194255.292262] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[194255.292264] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[194255.292264] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[194255.292265] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[194255.292265] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[194255.292266] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[194255.292266] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[194255.292267] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[194255.292268] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[194255.292268] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[194255.292269] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[194255.292269] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[194255.292269] PKRU: 55555554
[194255.292270] Call Trace:
[194255.292270] <TASK>
[194255.292271] _raw_spin_lock_irqsave+0x46/0x60
[194255.292273] cgroup_rstat_flush+0xf4/0x7e0
[194255.292274] cgroup_rstat_exit+0x20/0xf0
[194255.292275] css_free_rwork_fn+0x12e/0x400
[194255.292276] process_one_work+0x19e/0x3e0
[194255.292278] worker_thread+0x2ad/0x3c0
[194255.292279] kthread+0x108/0x220
[194255.292280] ? __pfx_worker_thread+0x10/0x10
[194255.292281] ? __pfx_kthread+0x10/0x10
[194255.292282] ret_from_fork+0x3d/0x60
[194255.292284] ? __pfx_kthread+0x10/0x10
[194255.292284] ret_from_fork_asm+0x1a/0x30
[194255.292286] </TASK>
[194435.306969] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[194435.320141] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10751840
[194435.338072] rcu: (detected by 175, t=40889421 jiffies, g=639685, q=41675 ncpus=256)
[194435.353503] Sending NMI from CPU 175 to CPUs 156:
[194435.353508] NMI backtrace for cpu 156
[194435.353514] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[194435.353517] Tainted: [D]=DIE, [W]=WARN
[194435.353518] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[194435.353519] Workqueue: cgroup_destroy css_free_rwork_fn
[194435.353522] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[194435.353524] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[194435.353525] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[194435.353526] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[194435.353526] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[194435.353527] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[194435.353527] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[194435.353527] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[194435.353528] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[194435.353529] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[194435.353529] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[194435.353530] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[194435.353530] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[194435.353531] PKRU: 55555554
[194435.353531] Call Trace:
[194435.353532] <TASK>
[194435.353533] _raw_spin_lock_irqsave+0x46/0x60
[194435.353534] cgroup_rstat_flush+0xf4/0x7e0
[194435.353535] cgroup_rstat_exit+0x20/0xf0
[194435.353537] css_free_rwork_fn+0x12e/0x400
[194435.353537] process_one_work+0x19e/0x3e0
[194435.353539] worker_thread+0x2ad/0x3c0
[194435.353541] kthread+0x108/0x220
[194435.353541] ? __pfx_worker_thread+0x10/0x10
[194435.353543] ? __pfx_kthread+0x10/0x10
[194435.353544] ret_from_fork+0x3d/0x60
[194435.353545] ? __pfx_kthread+0x10/0x10
[194435.353546] ret_from_fork_asm+0x1a/0x30
[194435.353548] </TASK>
[194615.368218] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[194615.381391] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10763730
[194615.399316] rcu: (detected by 175, t=40934437 jiffies, g=639685, q=41686 ncpus=256)
[194615.414740] Sending NMI from CPU 175 to CPUs 156:
[194615.414744] NMI backtrace for cpu 156
[194615.414750] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[194615.414753] Tainted: [D]=DIE, [W]=WARN
[194615.414754] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[194615.414755] Workqueue: cgroup_destroy css_free_rwork_fn
[194615.414758] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[194615.414760] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[194615.414762] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[194615.414762] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[194615.414763] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[194615.414763] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[194615.414764] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[194615.414765] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[194615.414765] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[194615.414766] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[194615.414767] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[194615.414767] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[194615.414768] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[194615.414768] PKRU: 55555554
[194615.414769] Call Trace:
[194615.414769] <TASK>
[194615.414770] _raw_spin_lock_irqsave+0x46/0x60
[194615.414772] cgroup_rstat_flush+0xf4/0x7e0
[194615.414773] cgroup_rstat_exit+0x20/0xf0
[194615.414774] css_free_rwork_fn+0x12e/0x400
[194615.414775] process_one_work+0x19e/0x3e0
[194615.414776] worker_thread+0x2ad/0x3c0
[194615.414778] kthread+0x108/0x220
[194615.414779] ? __pfx_worker_thread+0x10/0x10
[194615.414780] ? __pfx_kthread+0x10/0x10
[194615.414781] ret_from_fork+0x3d/0x60
[194615.414782] ? __pfx_kthread+0x10/0x10
[194615.414783] ret_from_fork_asm+0x1a/0x30
[194615.414785] </TASK>
[194795.429455] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[194795.442641] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10775596
[194795.460575] rcu: (detected by 158, t=40979453 jiffies, g=639685, q=41701 ncpus=256)
[194795.476006] Sending NMI from CPU 158 to CPUs 156:
[194795.476011] NMI backtrace for cpu 156
[194795.476013] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[194795.476016] Tainted: [D]=DIE, [W]=WARN
[194795.476016] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[194795.476017] Workqueue: cgroup_destroy css_free_rwork_fn
[194795.476019] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[194795.476021] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[194795.476022] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[194795.476023] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[194795.476023] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[194795.476024] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[194795.476024] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[194795.476025] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[194795.476026] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[194795.476026] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[194795.476027] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[194795.476027] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[194795.476028] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[194795.476028] PKRU: 55555554
[194795.476028] Call Trace:
[194795.476029] <TASK>
[194795.476030] _raw_spin_lock_irqsave+0x46/0x60
[194795.476031] cgroup_rstat_flush+0xf4/0x7e0
[194795.476032] cgroup_rstat_exit+0x20/0xf0
[194795.476034] css_free_rwork_fn+0x12e/0x400
[194795.476034] process_one_work+0x19e/0x3e0
[194795.476036] worker_thread+0x2ad/0x3c0
[194795.476038] kthread+0x108/0x220
[194795.476038] ? __pfx_worker_thread+0x10/0x10
[194795.476040] ? __pfx_kthread+0x10/0x10
[194795.476041] ret_from_fork+0x3d/0x60
[194795.476042] ? __pfx_kthread+0x10/0x10
[194795.476043] ret_from_fork_asm+0x1a/0x30
[194795.476045] </TASK>
[194975.490695] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[194975.503869] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10787529
[194975.521792] rcu: (detected by 219, t=41024469 jiffies, g=639685, q=41716 ncpus=256)
[194975.537205] Sending NMI from CPU 219 to CPUs 156:
[194975.537210] NMI backtrace for cpu 156
[194975.537215] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[194975.537219] Tainted: [D]=DIE, [W]=WARN
[194975.537219] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[194975.537220] Workqueue: cgroup_destroy css_free_rwork_fn
[194975.537222] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[194975.537224] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[194975.537225] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[194975.537226] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[194975.537227] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[194975.537227] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[194975.537228] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[194975.537229] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[194975.537230] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[194975.537231] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[194975.537231] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[194975.537232] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[194975.537232] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[194975.537232] PKRU: 55555554
[194975.537233] Call Trace:
[194975.537234] <TASK>
[194975.537235] _raw_spin_lock_irqsave+0x46/0x60
[194975.537236] cgroup_rstat_flush+0xf4/0x7e0
[194975.537237] cgroup_rstat_exit+0x20/0xf0
[194975.537238] css_free_rwork_fn+0x12e/0x400
[194975.537239] process_one_work+0x19e/0x3e0
[194975.537241] worker_thread+0x2ad/0x3c0
[194975.537243] kthread+0x108/0x220
[194975.537244] ? __pfx_worker_thread+0x10/0x10
[194975.537245] ? __pfx_kthread+0x10/0x10
[194975.537246] ret_from_fork+0x3d/0x60
[194975.537248] ? __pfx_kthread+0x10/0x10
[194975.537249] ret_from_fork_asm+0x1a/0x30
[194975.537250] </TASK>
[195155.551935] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[195155.565126] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10799419
[195155.583074] rcu: (detected by 91, t=41069485 jiffies, g=639685, q=41737 ncpus=256)
[195155.598406] Sending NMI from CPU 91 to CPUs 156:
[195155.598411] NMI backtrace for cpu 156
[195155.598417] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[195155.598420] Tainted: [D]=DIE, [W]=WARN
[195155.598421] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[195155.598422] Workqueue: cgroup_destroy css_free_rwork_fn
[195155.598425] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[195155.598427] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[195155.598428] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[195155.598429] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[195155.598429] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[195155.598429] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[195155.598430] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[195155.598430] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[195155.598431] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[195155.598432] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[195155.598432] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[195155.598433] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[195155.598433] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[195155.598433] PKRU: 55555554
[195155.598434] Call Trace:
[195155.598434] <TASK>
[195155.598435] _raw_spin_lock_irqsave+0x46/0x60
[195155.598437] cgroup_rstat_flush+0xf4/0x7e0
[195155.598438] cgroup_rstat_exit+0x20/0xf0
[195155.598439] css_free_rwork_fn+0x12e/0x400
[195155.598440] process_one_work+0x19e/0x3e0
[195155.598441] worker_thread+0x2ad/0x3c0
[195155.598443] kthread+0x108/0x220
[195155.598444] ? __pfx_worker_thread+0x10/0x10
[195155.598445] ? __pfx_kthread+0x10/0x10
[195155.598446] ret_from_fork+0x3d/0x60
[195155.598448] ? __pfx_kthread+0x10/0x10
[195155.598448] ret_from_fork_asm+0x1a/0x30
[195155.598450] </TASK>
[195335.613177] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[195335.626363] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10811295
[195335.644295] rcu: (detected by 175, t=41114501 jiffies, g=639685, q=41749 ncpus=256)
[195335.659727] Sending NMI from CPU 175 to CPUs 156:
[195335.659733] NMI backtrace for cpu 156
[195335.659738] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[195335.659742] Tainted: [D]=DIE, [W]=WARN
[195335.659742] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[195335.659743] Workqueue: cgroup_destroy css_free_rwork_fn
[195335.659746] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[195335.659748] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[195335.659750] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[195335.659750] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[195335.659751] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[195335.659752] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[195335.659752] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[195335.659753] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[195335.659753] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[195335.659754] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[195335.659755] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[195335.659756] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[195335.659756] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[195335.659756] PKRU: 55555554
[195335.659757] Call Trace:
[195335.659757] <TASK>
[195335.659759] _raw_spin_lock_irqsave+0x46/0x60
[195335.659760] cgroup_rstat_flush+0xf4/0x7e0
[195335.659761] cgroup_rstat_exit+0x20/0xf0
[195335.659762] css_free_rwork_fn+0x12e/0x400
[195335.659763] process_one_work+0x19e/0x3e0
[195335.659765] worker_thread+0x2ad/0x3c0
[195335.659766] kthread+0x108/0x220
[195335.659767] ? __pfx_worker_thread+0x10/0x10
[195335.659769] ? __pfx_kthread+0x10/0x10
[195335.659770] ret_from_fork+0x3d/0x60
[195335.659771] ? __pfx_kthread+0x10/0x10
[195335.659772] ret_from_fork_asm+0x1a/0x30
[195335.659774] </TASK>
[195515.674427] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[195515.687611] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10823206
[195515.705545] rcu: (detected by 175, t=41159517 jiffies, g=639685, q=41763 ncpus=256)
[195515.720982] Sending NMI from CPU 175 to CPUs 156:
[195515.720986] NMI backtrace for cpu 156
[195515.720993] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[195515.720996] Tainted: [D]=DIE, [W]=WARN
[195515.720997] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[195515.720998] Workqueue: cgroup_destroy css_free_rwork_fn
[195515.721001] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[195515.721003] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[195515.721004] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[195515.721005] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[195515.721005] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[195515.721006] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[195515.721006] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[195515.721006] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[195515.721007] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[195515.721008] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[195515.721008] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[195515.721009] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[195515.721009] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[195515.721010] PKRU: 55555554
[195515.721010] Call Trace:
[195515.721011] <TASK>
[195515.721012] _raw_spin_lock_irqsave+0x46/0x60
[195515.721013] cgroup_rstat_flush+0xf4/0x7e0
[195515.721015] cgroup_rstat_exit+0x20/0xf0
[195515.721016] css_free_rwork_fn+0x12e/0x400
[195515.721017] process_one_work+0x19e/0x3e0
[195515.721018] worker_thread+0x2ad/0x3c0
[195515.721020] kthread+0x108/0x220
[195515.721021] ? __pfx_worker_thread+0x10/0x10
[195515.721022] ? __pfx_kthread+0x10/0x10
[195515.721023] ret_from_fork+0x3d/0x60
[195515.721024] ? __pfx_kthread+0x10/0x10
[195515.721025] ret_from_fork_asm+0x1a/0x30
[195515.721027] </TASK>
[195695.735665] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[195695.748854] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10835100
[195695.766797] rcu: (detected by 47, t=41204533 jiffies, g=639685, q=41775 ncpus=256)
[195695.782137] Sending NMI from CPU 47 to CPUs 156:
[195695.782142] NMI backtrace for cpu 156
[195695.782148] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[195695.782152] Tainted: [D]=DIE, [W]=WARN
[195695.782153] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[195695.782154] Workqueue: cgroup_destroy css_free_rwork_fn
[195695.782157] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[195695.782159] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[195695.782160] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[195695.782161] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[195695.782161] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[195695.782162] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[195695.782162] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[195695.782163] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[195695.782163] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[195695.782164] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[195695.782164] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[195695.782165] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[195695.782165] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[195695.782166] PKRU: 55555554
[195695.782166] Call Trace:
[195695.782167] <TASK>
[195695.782168] _raw_spin_lock_irqsave+0x46/0x60
[195695.782169] cgroup_rstat_flush+0xf4/0x7e0
[195695.782171] cgroup_rstat_exit+0x20/0xf0
[195695.782172] css_free_rwork_fn+0x12e/0x400
[195695.782173] process_one_work+0x19e/0x3e0
[195695.782174] worker_thread+0x2ad/0x3c0
[195695.782176] kthread+0x108/0x220
[195695.782177] ? __pfx_worker_thread+0x10/0x10
[195695.782178] ? __pfx_kthread+0x10/0x10
[195695.782179] ret_from_fork+0x3d/0x60
[195695.782180] ? __pfx_kthread+0x10/0x10
[195695.782181] ret_from_fork_asm+0x1a/0x30
[195695.782183] </TASK>
[195875.780902] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[195875.794076] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10846956
[195875.811988] rcu: (detected by 70, t=41249545 jiffies, g=639685, q=41789 ncpus=256)
[195875.827306] Sending NMI from CPU 70 to CPUs 156:
[195875.827311] NMI backtrace for cpu 156
[195875.827316] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[195875.827319] Tainted: [D]=DIE, [W]=WARN
[195875.827320] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[195875.827320] Workqueue: cgroup_destroy css_free_rwork_fn
[195875.827323] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[195875.827325] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[195875.827327] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[195875.827327] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[195875.827328] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[195875.827328] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[195875.827329] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[195875.827329] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[195875.827330] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[195875.827331] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[195875.827331] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[195875.827332] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[195875.827332] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[195875.827332] PKRU: 55555554
[195875.827333] Call Trace:
[195875.827333] <TASK>
[195875.827335] _raw_spin_lock_irqsave+0x46/0x60
[195875.827336] cgroup_rstat_flush+0xf4/0x7e0
[195875.827337] cgroup_rstat_exit+0x20/0xf0
[195875.827338] css_free_rwork_fn+0x12e/0x400
[195875.827339] process_one_work+0x19e/0x3e0
[195875.827341] worker_thread+0x2ad/0x3c0
[195875.827342] kthread+0x108/0x220
[195875.827343] ? __pfx_worker_thread+0x10/0x10
[195875.827345] ? __pfx_kthread+0x10/0x10
[195875.827346] ret_from_fork+0x3d/0x60
[195875.827347] ? __pfx_kthread+0x10/0x10
[195875.827348] ret_from_fork_asm+0x1a/0x30
[195875.827350] </TASK>
[196055.842144] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[196055.855331] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10858866
[196055.873262] rcu: (detected by 158, t=41294561 jiffies, g=639685, q=41807 ncpus=256)
[196055.888694] Sending NMI from CPU 158 to CPUs 156:
[196055.888697] NMI backtrace for cpu 156
[196055.888700] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[196055.888701] Tainted: [D]=DIE, [W]=WARN
[196055.888702] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[196055.888703] Workqueue: cgroup_destroy css_free_rwork_fn
[196055.888705] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[196055.888707] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[196055.888708] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[196055.888709] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[196055.888709] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[196055.888710] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[196055.888710] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[196055.888711] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[196055.888712] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[196055.888713] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[196055.888713] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[196055.888714] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[196055.888714] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[196055.888715] PKRU: 55555554
[196055.888715] Call Trace:
[196055.888716] <TASK>
[196055.888717] _raw_spin_lock_irqsave+0x46/0x60
[196055.888718] cgroup_rstat_flush+0xf4/0x7e0
[196055.888719] cgroup_rstat_exit+0x20/0xf0
[196055.888720] css_free_rwork_fn+0x12e/0x400
[196055.888721] process_one_work+0x19e/0x3e0
[196055.888723] worker_thread+0x2ad/0x3c0
[196055.888724] kthread+0x108/0x220
[196055.888725] ? __pfx_worker_thread+0x10/0x10
[196055.888727] ? __pfx_kthread+0x10/0x10
[196055.888728] ret_from_fork+0x3d/0x60
[196055.888729] ? __pfx_kthread+0x10/0x10
[196055.888729] ret_from_fork_asm+0x1a/0x30
[196055.888731] </TASK>
[196235.903383] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[196235.916591] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10870795
[196235.934541] rcu: (detected by 185, t=41339577 jiffies, g=639685, q=41824 ncpus=256)
[196235.949989] Sending NMI from CPU 185 to CPUs 156:
[196235.949996] NMI backtrace for cpu 156
[196235.950001] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[196235.950004] Tainted: [D]=DIE, [W]=WARN
[196235.950004] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[196235.950005] Workqueue: cgroup_destroy css_free_rwork_fn
[196235.950007] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[196235.950009] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[196235.950010] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[196235.950011] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[196235.950012] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[196235.950012] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[196235.950013] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[196235.950013] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[196235.950014] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[196235.950015] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[196235.950015] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[196235.950016] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[196235.950016] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[196235.950016] PKRU: 55555554
[196235.950017] Call Trace:
[196235.950018] <TASK>
[196235.950019] _raw_spin_lock_irqsave+0x46/0x60
[196235.950020] cgroup_rstat_flush+0xf4/0x7e0
[196235.950022] cgroup_rstat_exit+0x20/0xf0
[196235.950023] css_free_rwork_fn+0x12e/0x400
[196235.950024] process_one_work+0x19e/0x3e0
[196235.950025] worker_thread+0x2ad/0x3c0
[196235.950027] kthread+0x108/0x220
[196235.950028] ? __pfx_worker_thread+0x10/0x10
[196235.950029] ? __pfx_kthread+0x10/0x10
[196235.950030] ret_from_fork+0x3d/0x60
[196235.950031] ? __pfx_kthread+0x10/0x10
[196235.950032] ret_from_fork_asm+0x1a/0x30
[196235.950034] </TASK>
[196415.964624] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[196415.977815] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10882703
[196415.995756] rcu: (detected by 227, t=41384593 jiffies, g=639685, q=41837 ncpus=256)
[196416.011198] Sending NMI from CPU 227 to CPUs 156:
[196416.011203] NMI backtrace for cpu 156
[196416.011208] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[196416.011212] Tainted: [D]=DIE, [W]=WARN
[196416.011212] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[196416.011213] Workqueue: cgroup_destroy css_free_rwork_fn
[196416.011216] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[196416.011219] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[196416.011220] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[196416.011221] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[196416.011221] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[196416.011221] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[196416.011222] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[196416.011222] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[196416.011223] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[196416.011224] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[196416.011224] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[196416.011225] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[196416.011225] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[196416.011225] PKRU: 55555554
[196416.011226] Call Trace:
[196416.011226] <TASK>
[196416.011228] _raw_spin_lock_irqsave+0x46/0x60
[196416.011229] cgroup_rstat_flush+0xf4/0x7e0
[196416.011230] cgroup_rstat_exit+0x20/0xf0
[196416.011231] css_free_rwork_fn+0x12e/0x400
[196416.011232] process_one_work+0x19e/0x3e0
[196416.011234] worker_thread+0x2ad/0x3c0
[196416.011235] kthread+0x108/0x220
[196416.011236] ? __pfx_worker_thread+0x10/0x10
[196416.011238] ? __pfx_kthread+0x10/0x10
[196416.011239] ret_from_fork+0x3d/0x60
[196416.011240] ? __pfx_kthread+0x10/0x10
[196416.011241] ret_from_fork_asm+0x1a/0x30
[196416.011243] </TASK>
[196596.025866] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[196596.039061] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10894607
[196596.057004] rcu: (detected by 71, t=41429609 jiffies, g=639685, q=41849 ncpus=256)
[196596.072340] Sending NMI from CPU 71 to CPUs 156:
[196596.072344] NMI backtrace for cpu 156
[196596.072350] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[196596.072353] Tainted: [D]=DIE, [W]=WARN
[196596.072354] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[196596.072355] Workqueue: cgroup_destroy css_free_rwork_fn
[196596.072358] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[196596.072360] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[196596.072361] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[196596.072362] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[196596.072363] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[196596.072363] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[196596.072363] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[196596.072364] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[196596.072365] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[196596.072365] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[196596.072365] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[196596.072366] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[196596.072366] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[196596.072367] PKRU: 55555554
[196596.072367] Call Trace:
[196596.072368] <TASK>
[196596.072369] _raw_spin_lock_irqsave+0x46/0x60
[196596.072370] cgroup_rstat_flush+0xf4/0x7e0
[196596.072372] cgroup_rstat_exit+0x20/0xf0
[196596.072373] css_free_rwork_fn+0x12e/0x400
[196596.072374] process_one_work+0x19e/0x3e0
[196596.072375] worker_thread+0x2ad/0x3c0
[196596.072377] kthread+0x108/0x220
[196596.072378] ? __pfx_worker_thread+0x10/0x10
[196596.072379] ? __pfx_kthread+0x10/0x10
[196596.072380] ret_from_fork+0x3d/0x60
[196596.072381] ? __pfx_kthread+0x10/0x10
[196596.072382] ret_from_fork_asm+0x1a/0x30
[196596.072384] </TASK>
[196776.087107] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[196776.100290] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10906509
[196776.118220] rcu: (detected by 134, t=41474625 jiffies, g=639685, q=41862 ncpus=256)
[196776.133648] Sending NMI from CPU 134 to CPUs 156:
[196776.133653] NMI backtrace for cpu 156
[196776.133659] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[196776.133662] Tainted: [D]=DIE, [W]=WARN
[196776.133663] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[196776.133664] Workqueue: cgroup_destroy css_free_rwork_fn
[196776.133667] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[196776.133669] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[196776.133670] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[196776.133671] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[196776.133672] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[196776.133672] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[196776.133672] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[196776.133673] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[196776.133674] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[196776.133674] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[196776.133675] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[196776.133675] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[196776.133676] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[196776.133676] PKRU: 55555554
[196776.133676] Call Trace:
[196776.133677] <TASK>
[196776.133678] _raw_spin_lock_irqsave+0x46/0x60
[196776.133679] cgroup_rstat_flush+0xf4/0x7e0
[196776.133681] cgroup_rstat_exit+0x20/0xf0
[196776.133682] css_free_rwork_fn+0x12e/0x400
[196776.133683] process_one_work+0x19e/0x3e0
[196776.133685] worker_thread+0x2ad/0x3c0
[196776.133686] kthread+0x108/0x220
[196776.133687] ? __pfx_worker_thread+0x10/0x10
[196776.133689] ? __pfx_kthread+0x10/0x10
[196776.133689] ret_from_fork+0x3d/0x60
[196776.133691] ? __pfx_kthread+0x10/0x10
[196776.133691] ret_from_fork_asm+0x1a/0x30
[196776.133693] </TASK>
[196956.148348] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[196956.161540] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10918435
[196956.179474] rcu: (detected by 182, t=41519641 jiffies, g=639685, q=41875 ncpus=256)
[196956.194909] Sending NMI from CPU 182 to CPUs 156:
[196956.194914] NMI backtrace for cpu 156
[196956.194920] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[196956.194922] Tainted: [D]=DIE, [W]=WARN
[196956.194923] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[196956.194924] Workqueue: cgroup_destroy css_free_rwork_fn
[196956.194927] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[196956.194929] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[196956.194930] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[196956.194931] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[196956.194931] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[196956.194932] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[196956.194932] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[196956.194933] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[196956.194933] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[196956.194934] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[196956.194934] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[196956.194935] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[196956.194936] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[196956.194936] PKRU: 55555554
[196956.194936] Call Trace:
[196956.194937] <TASK>
[196956.194938] _raw_spin_lock_irqsave+0x46/0x60
[196956.194939] cgroup_rstat_flush+0xf4/0x7e0
[196956.194941] cgroup_rstat_exit+0x20/0xf0
[196956.194942] css_free_rwork_fn+0x12e/0x400
[196956.194943] process_one_work+0x19e/0x3e0
[196956.194944] worker_thread+0x2ad/0x3c0
[196956.194946] kthread+0x108/0x220
[196956.194947] ? __pfx_worker_thread+0x10/0x10
[196956.194948] ? __pfx_kthread+0x10/0x10
[196956.194949] ret_from_fork+0x3d/0x60
[196956.194950] ? __pfx_kthread+0x10/0x10
[196956.194951] ret_from_fork_asm+0x1a/0x30
[196956.194953] </TASK>
[197136.209589] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[197136.222785] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10930349
[197136.240723] rcu: (detected by 38, t=41564657 jiffies, g=639685, q=41894 ncpus=256)
[197136.256054] Sending NMI from CPU 38 to CPUs 156:
[197136.256060] NMI backtrace for cpu 156
[197136.256065] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[197136.256068] Tainted: [D]=DIE, [W]=WARN
[197136.256069] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[197136.256070] Workqueue: cgroup_destroy css_free_rwork_fn
[197136.256074] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[197136.256076] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[197136.256077] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[197136.256078] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[197136.256079] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[197136.256079] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[197136.256080] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[197136.256080] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[197136.256081] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[197136.256081] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[197136.256082] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[197136.256083] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[197136.256083] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[197136.256083] PKRU: 55555554
[197136.256084] Call Trace:
[197136.256084] <TASK>
[197136.256085] _raw_spin_lock_irqsave+0x46/0x60
[197136.256087] cgroup_rstat_flush+0xf4/0x7e0
[197136.256088] cgroup_rstat_exit+0x20/0xf0
[197136.256089] css_free_rwork_fn+0x12e/0x400
[197136.256090] process_one_work+0x19e/0x3e0
[197136.256092] worker_thread+0x2ad/0x3c0
[197136.256093] kthread+0x108/0x220
[197136.256094] ? __pfx_worker_thread+0x10/0x10
[197136.256096] ? __pfx_kthread+0x10/0x10
[197136.256097] ret_from_fork+0x3d/0x60
[197136.256098] ? __pfx_kthread+0x10/0x10
[197136.256099] ret_from_fork_asm+0x1a/0x30
[197136.256100] </TASK>
[197316.270831] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[197316.284022] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10942290
[197316.301959] rcu: (detected by 175, t=41609673 jiffies, g=639685, q=41905 ncpus=256)
[197316.317397] Sending NMI from CPU 175 to CPUs 156:
[197316.317402] NMI backtrace for cpu 156
[197316.317408] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[197316.317410] Tainted: [D]=DIE, [W]=WARN
[197316.317411] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[197316.317412] Workqueue: cgroup_destroy css_free_rwork_fn
[197316.317415] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[197316.317417] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[197316.317418] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[197316.317419] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[197316.317420] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[197316.317420] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[197316.317420] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[197316.317421] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[197316.317422] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[197316.317422] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[197316.317423] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[197316.317424] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[197316.317424] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[197316.317424] PKRU: 55555554
[197316.317425] Call Trace:
[197316.317425] <TASK>
[197316.317426] _raw_spin_lock_irqsave+0x46/0x60
[197316.317428] cgroup_rstat_flush+0xf4/0x7e0
[197316.317429] cgroup_rstat_exit+0x20/0xf0
[197316.317430] css_free_rwork_fn+0x12e/0x400
[197316.317431] process_one_work+0x19e/0x3e0
[197316.317433] worker_thread+0x2ad/0x3c0
[197316.317434] kthread+0x108/0x220
[197316.317435] ? __pfx_worker_thread+0x10/0x10
[197316.317436] ? __pfx_kthread+0x10/0x10
[197316.317437] ret_from_fork+0x3d/0x60
[197316.317439] ? __pfx_kthread+0x10/0x10
[197316.317439] ret_from_fork_asm+0x1a/0x30
[197316.317441] </TASK>
[197496.332071] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[197496.345274] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10954179
[197496.363210] rcu: (detected by 52, t=41654689 jiffies, g=639685, q=41917 ncpus=256)
[197496.378546] Sending NMI from CPU 52 to CPUs 156:
[197496.378552] NMI backtrace for cpu 156
[197496.378557] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[197496.378560] Tainted: [D]=DIE, [W]=WARN
[197496.378561] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[197496.378562] Workqueue: cgroup_destroy css_free_rwork_fn
[197496.378565] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[197496.378567] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[197496.378568] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[197496.378569] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[197496.378569] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[197496.378570] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[197496.378570] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[197496.378571] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[197496.378572] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[197496.378572] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[197496.378572] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[197496.378573] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[197496.378573] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[197496.378574] PKRU: 55555554
[197496.378574] Call Trace:
[197496.378575] <TASK>
[197496.378576] _raw_spin_lock_irqsave+0x46/0x60
[197496.378577] cgroup_rstat_flush+0xf4/0x7e0
[197496.378578] cgroup_rstat_exit+0x20/0xf0
[197496.378580] css_free_rwork_fn+0x12e/0x400
[197496.378580] process_one_work+0x19e/0x3e0
[197496.378582] worker_thread+0x2ad/0x3c0
[197496.378584] kthread+0x108/0x220
[197496.378584] ? __pfx_worker_thread+0x10/0x10
[197496.378586] ? __pfx_kthread+0x10/0x10
[197496.378587] ret_from_fork+0x3d/0x60
[197496.378588] ? __pfx_kthread+0x10/0x10
[197496.378589] ret_from_fork_asm+0x1a/0x30
[197496.378591] </TASK>
[197676.393313] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[197676.406483] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10966121
[197676.424401] rcu: (detected by 71, t=41699705 jiffies, g=639685, q=41930 ncpus=256)
[197676.439710] Sending NMI from CPU 71 to CPUs 156:
[197676.439715] NMI backtrace for cpu 156
[197676.439721] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[197676.439724] Tainted: [D]=DIE, [W]=WARN
[197676.439725] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[197676.439726] Workqueue: cgroup_destroy css_free_rwork_fn
[197676.439729] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[197676.439731] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[197676.439732] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[197676.439733] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[197676.439733] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[197676.439733] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[197676.439734] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[197676.439734] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[197676.439735] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[197676.439736] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[197676.439736] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[197676.439737] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[197676.439737] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[197676.439738] PKRU: 55555554
[197676.439738] Call Trace:
[197676.439739] <TASK>
[197676.439740] _raw_spin_lock_irqsave+0x46/0x60
[197676.439741] cgroup_rstat_flush+0xf4/0x7e0
[197676.439742] cgroup_rstat_exit+0x20/0xf0
[197676.439744] css_free_rwork_fn+0x12e/0x400
[197676.439744] process_one_work+0x19e/0x3e0
[197676.439746] worker_thread+0x2ad/0x3c0
[197676.439748] kthread+0x108/0x220
[197676.439748] ? __pfx_worker_thread+0x10/0x10
[197676.439750] ? __pfx_kthread+0x10/0x10
[197676.439751] ret_from_fork+0x3d/0x60
[197676.439752] ? __pfx_kthread+0x10/0x10
[197676.439753] ret_from_fork_asm+0x1a/0x30
[197676.439755] </TASK>
[197856.454555] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[197856.467714] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10978005
[197856.485631] rcu: (detected by 71, t=41744721 jiffies, g=639685, q=41943 ncpus=256)
[197856.500945] Sending NMI from CPU 71 to CPUs 156:
[197856.500949] NMI backtrace for cpu 156
[197856.500955] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[197856.500957] Tainted: [D]=DIE, [W]=WARN
[197856.500958] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[197856.500959] Workqueue: cgroup_destroy css_free_rwork_fn
[197856.500962] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[197856.500964] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[197856.500966] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[197856.500966] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[197856.500967] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[197856.500967] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[197856.500968] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[197856.500968] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[197856.500969] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[197856.500970] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[197856.500970] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[197856.500971] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[197856.500971] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[197856.500971] PKRU: 55555554
[197856.500972] Call Trace:
[197856.500972] <TASK>
[197856.500973] _raw_spin_lock_irqsave+0x46/0x60
[197856.500975] cgroup_rstat_flush+0xf4/0x7e0
[197856.500976] cgroup_rstat_exit+0x20/0xf0
[197856.500977] css_free_rwork_fn+0x12e/0x400
[197856.500978] process_one_work+0x19e/0x3e0
[197856.500979] worker_thread+0x2ad/0x3c0
[197856.500981] kthread+0x108/0x220
[197856.500982] ? __pfx_worker_thread+0x10/0x10
[197856.500983] ? __pfx_kthread+0x10/0x10
[197856.500984] ret_from_fork+0x3d/0x60
[197856.500985] ? __pfx_kthread+0x10/0x10
[197856.500986] ret_from_fork_asm+0x1a/0x30
[197856.500988] </TASK>
[198036.515797] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[198036.528976] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=10989881
[198036.546905] rcu: (detected by 175, t=41789737 jiffies, g=639685, q=41956 ncpus=256)
[198036.562329] Sending NMI from CPU 175 to CPUs 156:
[198036.562335] NMI backtrace for cpu 156
[198036.562341] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[198036.562344] Tainted: [D]=DIE, [W]=WARN
[198036.562345] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[198036.562346] Workqueue: cgroup_destroy css_free_rwork_fn
[198036.562349] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[198036.562351] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[198036.562352] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[198036.562353] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[198036.562353] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[198036.562354] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[198036.562354] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[198036.562355] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[198036.562355] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[198036.562356] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[198036.562356] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[198036.562357] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[198036.562357] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[198036.562358] PKRU: 55555554
[198036.562358] Call Trace:
[198036.562359] <TASK>
[198036.562360] _raw_spin_lock_irqsave+0x46/0x60
[198036.562361] cgroup_rstat_flush+0xf4/0x7e0
[198036.562363] cgroup_rstat_exit+0x20/0xf0
[198036.562364] css_free_rwork_fn+0x12e/0x400
[198036.562365] process_one_work+0x19e/0x3e0
[198036.562366] worker_thread+0x2ad/0x3c0
[198036.562368] kthread+0x108/0x220
[198036.562369] ? __pfx_worker_thread+0x10/0x10
[198036.562370] ? __pfx_kthread+0x10/0x10
[198036.562371] ret_from_fork+0x3d/0x60
[198036.562372] ? __pfx_kthread+0x10/0x10
[198036.562373] ret_from_fork_asm+0x1a/0x30
[198036.562375] </TASK>
[198216.577036] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[198216.590234] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11001741
[198216.608177] rcu: (detected by 91, t=41834753 jiffies, g=639685, q=41973 ncpus=256)
[198216.623519] Sending NMI from CPU 91 to CPUs 156:
[198216.623524] NMI backtrace for cpu 156
[198216.623530] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[198216.623532] Tainted: [D]=DIE, [W]=WARN
[198216.623533] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[198216.623535] Workqueue: cgroup_destroy css_free_rwork_fn
[198216.623537] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[198216.623539] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[198216.623541] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[198216.623541] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[198216.623542] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[198216.623542] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[198216.623543] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[198216.623543] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[198216.623544] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[198216.623545] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[198216.623546] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[198216.623546] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[198216.623547] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[198216.623547] PKRU: 55555554
[198216.623548] Call Trace:
[198216.623548] <TASK>
[198216.623549] _raw_spin_lock_irqsave+0x46/0x60
[198216.623551] cgroup_rstat_flush+0xf4/0x7e0
[198216.623552] cgroup_rstat_exit+0x20/0xf0
[198216.623553] css_free_rwork_fn+0x12e/0x400
[198216.623554] process_one_work+0x19e/0x3e0
[198216.623556] worker_thread+0x2ad/0x3c0
[198216.623557] kthread+0x108/0x220
[198216.623558] ? __pfx_worker_thread+0x10/0x10
[198216.623560] ? __pfx_kthread+0x10/0x10
[198216.623561] ret_from_fork+0x3d/0x60
[198216.623562] ? __pfx_kthread+0x10/0x10
[198216.623563] ret_from_fork_asm+0x1a/0x30
[198216.623565] </TASK>
[198396.638277] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[198396.651454] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11013623
[198396.669387] rcu: (detected by 219, t=41879769 jiffies, g=639685, q=41985 ncpus=256)
[198396.684818] Sending NMI from CPU 219 to CPUs 156:
[198396.684822] NMI backtrace for cpu 156
[198396.684828] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[198396.684831] Tainted: [D]=DIE, [W]=WARN
[198396.684833] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[198396.684834] Workqueue: cgroup_destroy css_free_rwork_fn
[198396.684837] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[198396.684839] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[198396.684840] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[198396.684841] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[198396.684841] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[198396.684842] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[198396.684842] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[198396.684843] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[198396.684844] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[198396.684844] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[198396.684845] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[198396.684845] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[198396.684846] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[198396.684846] PKRU: 55555554
[198396.684846] Call Trace:
[198396.684847] <TASK>
[198396.684848] _raw_spin_lock_irqsave+0x46/0x60
[198396.684849] cgroup_rstat_flush+0xf4/0x7e0
[198396.684851] cgroup_rstat_exit+0x20/0xf0
[198396.684852] css_free_rwork_fn+0x12e/0x400
[198396.684852] process_one_work+0x19e/0x3e0
[198396.684854] worker_thread+0x2ad/0x3c0
[198396.684856] kthread+0x108/0x220
[198396.684857] ? __pfx_worker_thread+0x10/0x10
[198396.684858] ? __pfx_kthread+0x10/0x10
[198396.684859] ret_from_fork+0x3d/0x60
[198396.684860] ? __pfx_kthread+0x10/0x10
[198396.684861] ret_from_fork_asm+0x1a/0x30
[198396.684863] </TASK>
[198576.699518] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[198576.712709] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11025515
[198576.730642] rcu: (detected by 71, t=41924785 jiffies, g=639685, q=41997 ncpus=256)
[198576.745976] Sending NMI from CPU 71 to CPUs 156:
[198576.745981] NMI backtrace for cpu 156
[198576.745987] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[198576.745990] Tainted: [D]=DIE, [W]=WARN
[198576.745991] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[198576.745992] Workqueue: cgroup_destroy css_free_rwork_fn
[198576.745995] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[198576.745997] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[198576.745998] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[198576.745999] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[198576.745999] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[198576.746000] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[198576.746000] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[198576.746001] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[198576.746001] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[198576.746002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[198576.746002] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[198576.746003] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[198576.746003] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[198576.746004] PKRU: 55555554
[198576.746004] Call Trace:
[198576.746005] <TASK>
[198576.746006] _raw_spin_lock_irqsave+0x46/0x60
[198576.746007] cgroup_rstat_flush+0xf4/0x7e0
[198576.746008] cgroup_rstat_exit+0x20/0xf0
[198576.746009] css_free_rwork_fn+0x12e/0x400
[198576.746010] process_one_work+0x19e/0x3e0
[198576.746012] worker_thread+0x2ad/0x3c0
[198576.746013] kthread+0x108/0x220
[198576.746014] ? __pfx_worker_thread+0x10/0x10
[198576.746016] ? __pfx_kthread+0x10/0x10
[198576.746017] ret_from_fork+0x3d/0x60
[198576.746018] ? __pfx_kthread+0x10/0x10
[198576.746019] ret_from_fork_asm+0x1a/0x30
[198576.746021] </TASK>
[198756.760760] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[198756.773939] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11037408
[198756.791867] rcu: (detected by 219, t=41969801 jiffies, g=639685, q=42012 ncpus=256)
[198756.807295] Sending NMI from CPU 219 to CPUs 156:
[198756.807300] NMI backtrace for cpu 156
[198756.807305] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[198756.807308] Tainted: [D]=DIE, [W]=WARN
[198756.807310] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[198756.807311] Workqueue: cgroup_destroy css_free_rwork_fn
[198756.807313] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[198756.807315] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[198756.807316] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[198756.807317] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[198756.807318] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[198756.807318] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[198756.807318] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[198756.807319] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[198756.807320] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[198756.807320] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[198756.807321] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[198756.807321] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[198756.807322] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[198756.807322] PKRU: 55555554
[198756.807322] Call Trace:
[198756.807323] <TASK>
[198756.807324] _raw_spin_lock_irqsave+0x46/0x60
[198756.807325] cgroup_rstat_flush+0xf4/0x7e0
[198756.807326] cgroup_rstat_exit+0x20/0xf0
[198756.807327] css_free_rwork_fn+0x12e/0x400
[198756.807328] process_one_work+0x19e/0x3e0
[198756.807330] worker_thread+0x2ad/0x3c0
[198756.807331] kthread+0x108/0x220
[198756.807332] ? __pfx_worker_thread+0x10/0x10
[198756.807334] ? __pfx_kthread+0x10/0x10
[198756.807335] ret_from_fork+0x3d/0x60
[198756.807336] ? __pfx_kthread+0x10/0x10
[198756.807337] ret_from_fork_asm+0x1a/0x30
[198756.807339] </TASK>
[198936.822001] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[198936.835197] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11049298
[198936.853143] rcu: (detected by 194, t=42014817 jiffies, g=639685, q=42028 ncpus=256)
[198936.868585] Sending NMI from CPU 194 to CPUs 156:
[198936.868590] NMI backtrace for cpu 156
[198936.868595] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[198936.868598] Tainted: [D]=DIE, [W]=WARN
[198936.868599] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[198936.868600] Workqueue: cgroup_destroy css_free_rwork_fn
[198936.868603] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[198936.868605] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[198936.868606] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[198936.868607] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[198936.868608] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[198936.868608] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[198936.868609] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[198936.868610] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[198936.868610] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[198936.868611] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[198936.868611] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[198936.868612] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[198936.868612] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[198936.868613] PKRU: 55555554
[198936.868613] Call Trace:
[198936.868614] <TASK>
[198936.868615] _raw_spin_lock_irqsave+0x46/0x60
[198936.868616] cgroup_rstat_flush+0xf4/0x7e0
[198936.868617] cgroup_rstat_exit+0x20/0xf0
[198936.868619] css_free_rwork_fn+0x12e/0x400
[198936.868619] process_one_work+0x19e/0x3e0
[198936.868621] worker_thread+0x2ad/0x3c0
[198936.868623] kthread+0x108/0x220
[198936.868623] ? __pfx_worker_thread+0x10/0x10
[198936.868625] ? __pfx_kthread+0x10/0x10
[198936.868626] ret_from_fork+0x3d/0x60
[198936.868627] ? __pfx_kthread+0x10/0x10
[198936.868628] ret_from_fork_asm+0x1a/0x30
[198936.868630] </TASK>
[199116.883244] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[199116.896435] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11061185
[199116.914379] rcu: (detected by 71, t=42059833 jiffies, g=639685, q=42048 ncpus=256)
[199116.929720] Sending NMI from CPU 71 to CPUs 156:
[199116.929725] NMI backtrace for cpu 156
[199116.929731] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[199116.929734] Tainted: [D]=DIE, [W]=WARN
[199116.929735] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[199116.929736] Workqueue: cgroup_destroy css_free_rwork_fn
[199116.929739] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[199116.929742] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[199116.929743] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[199116.929744] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[199116.929744] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[199116.929745] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[199116.929745] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[199116.929745] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[199116.929746] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[199116.929747] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[199116.929747] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[199116.929748] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[199116.929748] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[199116.929749] PKRU: 55555554
[199116.929749] Call Trace:
[199116.929750] <TASK>
[199116.929751] _raw_spin_lock_irqsave+0x46/0x60
[199116.929752] cgroup_rstat_flush+0xf4/0x7e0
[199116.929753] cgroup_rstat_exit+0x20/0xf0
[199116.929755] css_free_rwork_fn+0x12e/0x400
[199116.929755] process_one_work+0x19e/0x3e0
[199116.929757] worker_thread+0x2ad/0x3c0
[199116.929759] kthread+0x108/0x220
[199116.929760] ? __pfx_worker_thread+0x10/0x10
[199116.929761] ? __pfx_kthread+0x10/0x10
[199116.929762] ret_from_fork+0x3d/0x60
[199116.929763] ? __pfx_kthread+0x10/0x10
[199116.929764] ret_from_fork_asm+0x1a/0x30
[199116.929766] </TASK>
[199296.944483] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[199296.957668] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11073067
[199296.975599] rcu: (detected by 179, t=42104849 jiffies, g=639685, q=42062 ncpus=256)
[199296.991020] Sending NMI from CPU 179 to CPUs 156:
[199296.991025] NMI backtrace for cpu 156
[199296.991031] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[199296.991034] Tainted: [D]=DIE, [W]=WARN
[199296.991036] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[199296.991037] Workqueue: cgroup_destroy css_free_rwork_fn
[199296.991040] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[199296.991042] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[199296.991044] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[199296.991045] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[199296.991045] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[199296.991045] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[199296.991046] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[199296.991046] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[199296.991047] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[199296.991048] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[199296.991048] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[199296.991049] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[199296.991049] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[199296.991049] PKRU: 55555554
[199296.991050] Call Trace:
[199296.991050] <TASK>
[199296.991052] _raw_spin_lock_irqsave+0x46/0x60
[199296.991053] cgroup_rstat_flush+0xf4/0x7e0
[199296.991054] cgroup_rstat_exit+0x20/0xf0
[199296.991055] css_free_rwork_fn+0x12e/0x400
[199296.991056] process_one_work+0x19e/0x3e0
[199296.991058] worker_thread+0x2ad/0x3c0
[199296.991059] kthread+0x108/0x220
[199296.991060] ? __pfx_worker_thread+0x10/0x10
[199296.991062] ? __pfx_kthread+0x10/0x10
[199296.991063] ret_from_fork+0x3d/0x60
[199296.991064] ? __pfx_kthread+0x10/0x10
[199296.991065] ret_from_fork_asm+0x1a/0x30
[199296.991067] </TASK>
[199477.005725] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[199477.018918] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11084958
[199477.036857] rcu: (detected by 194, t=42149865 jiffies, g=639685, q=42076 ncpus=256)
[199477.052295] Sending NMI from CPU 194 to CPUs 156:
[199477.052299] NMI backtrace for cpu 156
[199477.052305] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[199477.052308] Tainted: [D]=DIE, [W]=WARN
[199477.052308] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[199477.052309] Workqueue: cgroup_destroy css_free_rwork_fn
[199477.052312] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[199477.052315] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[199477.052316] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[199477.052317] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[199477.052317] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[199477.052318] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[199477.052318] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[199477.052318] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[199477.052320] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[199477.052320] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[199477.052321] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[199477.052322] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[199477.052322] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[199477.052323] PKRU: 55555554
[199477.052324] Call Trace:
[199477.052324] <TASK>
[199477.052325] _raw_spin_lock_irqsave+0x46/0x60
[199477.052327] cgroup_rstat_flush+0xf4/0x7e0
[199477.052328] cgroup_rstat_exit+0x20/0xf0
[199477.052329] css_free_rwork_fn+0x12e/0x400
[199477.052330] process_one_work+0x19e/0x3e0
[199477.052332] worker_thread+0x2ad/0x3c0
[199477.052333] kthread+0x108/0x220
[199477.052334] ? __pfx_worker_thread+0x10/0x10
[199477.052336] ? __pfx_kthread+0x10/0x10
[199477.052336] ret_from_fork+0x3d/0x60
[199477.052338] ? __pfx_kthread+0x10/0x10
[199477.052338] ret_from_fork_asm+0x1a/0x30
[199477.052340] </TASK>
[199657.066966] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[199657.080164] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11096838
[199657.098103] rcu: (detected by 151, t=42194881 jiffies, g=639685, q=42089 ncpus=256)
[199657.113540] Sending NMI from CPU 151 to CPUs 156:
[199657.113547] NMI backtrace for cpu 156
[199657.113553] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[199657.113556] Tainted: [D]=DIE, [W]=WARN
[199657.113557] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[199657.113558] Workqueue: cgroup_destroy css_free_rwork_fn
[199657.113561] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[199657.113563] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[199657.113564] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[199657.113565] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[199657.113566] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[199657.113566] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[199657.113566] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[199657.113567] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[199657.113568] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[199657.113568] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[199657.113569] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[199657.113569] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[199657.113570] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[199657.113570] PKRU: 55555554
[199657.113570] Call Trace:
[199657.113571] <TASK>
[199657.113572] _raw_spin_lock_irqsave+0x46/0x60
[199657.113574] cgroup_rstat_flush+0xf4/0x7e0
[199657.113575] cgroup_rstat_exit+0x20/0xf0
[199657.113576] css_free_rwork_fn+0x12e/0x400
[199657.113577] process_one_work+0x19e/0x3e0
[199657.113579] worker_thread+0x2ad/0x3c0
[199657.113580] kthread+0x108/0x220
[199657.113581] ? __pfx_worker_thread+0x10/0x10
[199657.113583] ? __pfx_kthread+0x10/0x10
[199657.113583] ret_from_fork+0x3d/0x60
[199657.113585] ? __pfx_kthread+0x10/0x10
[199657.113585] ret_from_fork_asm+0x1a/0x30
[199657.113587] </TASK>
[199837.128208] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[199837.141384] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11108725
[199837.159308] rcu: (detected by 71, t=42239897 jiffies, g=639685, q=42102 ncpus=256)
[199837.174625] Sending NMI from CPU 71 to CPUs 156:
[199837.174630] NMI backtrace for cpu 156
[199837.174635] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[199837.174638] Tainted: [D]=DIE, [W]=WARN
[199837.174639] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[199837.174641] Workqueue: cgroup_destroy css_free_rwork_fn
[199837.174644] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[199837.174646] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[199837.174647] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[199837.174648] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[199837.174648] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[199837.174649] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[199837.174649] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[199837.174650] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[199837.174651] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[199837.174651] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[199837.174651] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[199837.174652] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[199837.174652] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[199837.174653] PKRU: 55555554
[199837.174653] Call Trace:
[199837.174654] <TASK>
[199837.174655] _raw_spin_lock_irqsave+0x46/0x60
[199837.174656] cgroup_rstat_flush+0xf4/0x7e0
[199837.174658] cgroup_rstat_exit+0x20/0xf0
[199837.174659] css_free_rwork_fn+0x12e/0x400
[199837.174660] process_one_work+0x19e/0x3e0
[199837.174661] worker_thread+0x2ad/0x3c0
[199837.174663] kthread+0x108/0x220
[199837.174664] ? __pfx_worker_thread+0x10/0x10
[199837.174665] ? __pfx_kthread+0x10/0x10
[199837.174666] ret_from_fork+0x3d/0x60
[199837.174667] ? __pfx_kthread+0x10/0x10
[199837.174668] ret_from_fork_asm+0x1a/0x30
[199837.174670] </TASK>
[200017.189448] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[200017.202636] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11120598
[200017.220568] rcu: (detected by 18, t=42284913 jiffies, g=639685, q=42115 ncpus=256)
[200017.235887] Sending NMI from CPU 18 to CPUs 156:
[200017.235892] NMI backtrace for cpu 156
[200017.235897] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[200017.235900] Tainted: [D]=DIE, [W]=WARN
[200017.235902] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[200017.235903] Workqueue: cgroup_destroy css_free_rwork_fn
[200017.235906] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[200017.235908] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[200017.235910] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[200017.235910] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[200017.235911] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[200017.235912] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[200017.235912] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[200017.235913] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[200017.235914] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[200017.235914] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[200017.235915] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[200017.235915] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[200017.235916] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[200017.235916] PKRU: 55555554
[200017.235916] Call Trace:
[200017.235917] <TASK>
[200017.235918] _raw_spin_lock_irqsave+0x46/0x60
[200017.235919] cgroup_rstat_flush+0xf4/0x7e0
[200017.235921] cgroup_rstat_exit+0x20/0xf0
[200017.235922] css_free_rwork_fn+0x12e/0x400
[200017.235923] process_one_work+0x19e/0x3e0
[200017.235924] worker_thread+0x2ad/0x3c0
[200017.235926] kthread+0x108/0x220
[200017.235927] ? __pfx_worker_thread+0x10/0x10
[200017.235928] ? __pfx_kthread+0x10/0x10
[200017.235929] ret_from_fork+0x3d/0x60
[200017.235930] ? __pfx_kthread+0x10/0x10
[200017.235931] ret_from_fork_asm+0x1a/0x30
[200017.235933] </TASK>
[200197.250689] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[200197.263878] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11132485
[200197.281821] rcu: (detected by 175, t=42329929 jiffies, g=639685, q=42132 ncpus=256)
[200197.297263] Sending NMI from CPU 175 to CPUs 156:
[200197.297268] NMI backtrace for cpu 156
[200197.297274] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[200197.297277] Tainted: [D]=DIE, [W]=WARN
[200197.297278] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[200197.297279] Workqueue: cgroup_destroy css_free_rwork_fn
[200197.297282] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[200197.297285] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[200197.297286] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[200197.297287] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[200197.297287] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[200197.297287] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[200197.297288] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[200197.297288] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[200197.297289] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[200197.297290] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[200197.297290] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[200197.297291] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[200197.297291] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[200197.297291] PKRU: 55555554
[200197.297292] Call Trace:
[200197.297292] <TASK>
[200197.297294] _raw_spin_lock_irqsave+0x46/0x60
[200197.297295] cgroup_rstat_flush+0xf4/0x7e0
[200197.297296] cgroup_rstat_exit+0x20/0xf0
[200197.297297] css_free_rwork_fn+0x12e/0x400
[200197.297298] process_one_work+0x19e/0x3e0
[200197.297300] worker_thread+0x2ad/0x3c0
[200197.297301] kthread+0x108/0x220
[200197.297302] ? __pfx_worker_thread+0x10/0x10
[200197.297304] ? __pfx_kthread+0x10/0x10
[200197.297305] ret_from_fork+0x3d/0x60
[200197.297306] ? __pfx_kthread+0x10/0x10
[200197.297307] ret_from_fork_asm+0x1a/0x30
[200197.297309] </TASK>
[200377.311931] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[200377.325134] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11144347
[200377.343076] rcu: (detected by 131, t=42374945 jiffies, g=639685, q=42147 ncpus=256)
[200377.358519] Sending NMI from CPU 131 to CPUs 156:
[200377.358525] NMI backtrace for cpu 156
[200377.358530] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[200377.358533] Tainted: [D]=DIE, [W]=WARN
[200377.358534] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[200377.358535] Workqueue: cgroup_destroy css_free_rwork_fn
[200377.358538] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[200377.358540] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[200377.358541] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[200377.358542] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[200377.358543] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[200377.358543] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[200377.358543] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[200377.358544] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[200377.358545] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[200377.358545] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[200377.358546] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[200377.358546] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[200377.358547] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[200377.358547] PKRU: 55555554
[200377.358547] Call Trace:
[200377.358548] <TASK>
[200377.358549] _raw_spin_lock_irqsave+0x46/0x60
[200377.358550] cgroup_rstat_flush+0xf4/0x7e0
[200377.358552] cgroup_rstat_exit+0x20/0xf0
[200377.358553] css_free_rwork_fn+0x12e/0x400
[200377.358554] process_one_work+0x19e/0x3e0
[200377.358555] worker_thread+0x2ad/0x3c0
[200377.358557] kthread+0x108/0x220
[200377.358558] ? __pfx_worker_thread+0x10/0x10
[200377.358559] ? __pfx_kthread+0x10/0x10
[200377.358560] ret_from_fork+0x3d/0x60
[200377.358561] ? __pfx_kthread+0x10/0x10
[200377.358562] ret_from_fork_asm+0x1a/0x30
[200377.358564] </TASK>
[200557.373172] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[200557.386372] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11156243
[200557.404312] rcu: (detected by 175, t=42419961 jiffies, g=639685, q=42159 ncpus=256)
[200557.419751] Sending NMI from CPU 175 to CPUs 156:
[200557.419755] NMI backtrace for cpu 156
[200557.419760] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[200557.419763] Tainted: [D]=DIE, [W]=WARN
[200557.419765] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[200557.419766] Workqueue: cgroup_destroy css_free_rwork_fn
[200557.419769] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[200557.419771] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[200557.419773] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[200557.419773] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[200557.419774] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[200557.419775] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[200557.419775] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[200557.419776] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[200557.419777] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[200557.419777] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[200557.419777] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[200557.419778] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[200557.419779] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[200557.419779] PKRU: 55555554
[200557.419779] Call Trace:
[200557.419780] <TASK>
[200557.419781] _raw_spin_lock_irqsave+0x46/0x60
[200557.419782] cgroup_rstat_flush+0xf4/0x7e0
[200557.419783] cgroup_rstat_exit+0x20/0xf0
[200557.419785] css_free_rwork_fn+0x12e/0x400
[200557.419786] process_one_work+0x19e/0x3e0
[200557.419787] worker_thread+0x2ad/0x3c0
[200557.419789] kthread+0x108/0x220
[200557.419790] ? __pfx_worker_thread+0x10/0x10
[200557.419791] ? __pfx_kthread+0x10/0x10
[200557.419792] ret_from_fork+0x3d/0x60
[200557.419793] ? __pfx_kthread+0x10/0x10
[200557.419794] ret_from_fork_asm+0x1a/0x30
[200557.419796] </TASK>
[200737.434413] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[200737.447598] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11168147
[200737.465534] rcu: (detected by 91, t=42464977 jiffies, g=639685, q=42174 ncpus=256)
[200737.480862] Sending NMI from CPU 91 to CPUs 156:
[200737.480867] NMI backtrace for cpu 156
[200737.480872] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[200737.480875] Tainted: [D]=DIE, [W]=WARN
[200737.480876] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[200737.480877] Workqueue: cgroup_destroy css_free_rwork_fn
[200737.480880] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[200737.480882] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[200737.480883] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[200737.480884] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[200737.480885] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[200737.480885] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[200737.480885] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[200737.480886] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[200737.480887] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[200737.480887] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[200737.480888] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[200737.480889] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[200737.480889] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[200737.480889] PKRU: 55555554
[200737.480890] Call Trace:
[200737.480890] <TASK>
[200737.480891] _raw_spin_lock_irqsave+0x46/0x60
[200737.480892] cgroup_rstat_flush+0xf4/0x7e0
[200737.480894] cgroup_rstat_exit+0x20/0xf0
[200737.480895] css_free_rwork_fn+0x12e/0x400
[200737.480896] process_one_work+0x19e/0x3e0
[200737.480897] worker_thread+0x2ad/0x3c0
[200737.480899] kthread+0x108/0x220
[200737.480900] ? __pfx_worker_thread+0x10/0x10
[200737.480901] ? __pfx_kthread+0x10/0x10
[200737.480902] ret_from_fork+0x3d/0x60
[200737.480903] ? __pfx_kthread+0x10/0x10
[200737.480904] ret_from_fork_asm+0x1a/0x30
[200737.480906] </TASK>
[200917.495658] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[200917.508847] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11180021
[200917.526782] rcu: (detected by 175, t=42509993 jiffies, g=639685, q=42189 ncpus=256)
[200917.542217] Sending NMI from CPU 175 to CPUs 156:
[200917.542223] NMI backtrace for cpu 156
[200917.542228] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[200917.542231] Tainted: [D]=DIE, [W]=WARN
[200917.542232] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[200917.542233] Workqueue: cgroup_destroy css_free_rwork_fn
[200917.542236] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[200917.542238] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[200917.542239] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[200917.542239] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[200917.542240] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[200917.542241] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[200917.542241] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[200917.542242] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[200917.542242] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[200917.542243] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[200917.542243] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[200917.542244] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[200917.542244] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[200917.542245] PKRU: 55555554
[200917.542245] Call Trace:
[200917.542246] <TASK>
[200917.542247] _raw_spin_lock_irqsave+0x46/0x60
[200917.542248] cgroup_rstat_flush+0xf4/0x7e0
[200917.542249] cgroup_rstat_exit+0x20/0xf0
[200917.542251] css_free_rwork_fn+0x12e/0x400
[200917.542251] process_one_work+0x19e/0x3e0
[200917.542253] worker_thread+0x2ad/0x3c0
[200917.542255] kthread+0x108/0x220
[200917.542255] ? __pfx_worker_thread+0x10/0x10
[200917.542257] ? __pfx_kthread+0x10/0x10
[200917.542258] ret_from_fork+0x3d/0x60
[200917.542259] ? __pfx_kthread+0x10/0x10
[200917.542260] ret_from_fork_asm+0x1a/0x30
[200917.542262] </TASK>
[201097.556896] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[201097.570093] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11191972
[201097.588028] rcu: (detected by 131, t=42555009 jiffies, g=639685, q=42208 ncpus=256)
[201097.603461] Sending NMI from CPU 131 to CPUs 156:
[201097.603466] NMI backtrace for cpu 156
[201097.603471] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[201097.603474] Tainted: [D]=DIE, [W]=WARN
[201097.603475] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[201097.603476] Workqueue: cgroup_destroy css_free_rwork_fn
[201097.603479] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[201097.603481] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[201097.603483] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[201097.603483] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[201097.603484] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[201097.603484] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[201097.603485] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[201097.603486] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[201097.603487] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[201097.603488] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[201097.603488] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[201097.603489] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[201097.603490] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[201097.603490] PKRU: 55555554
[201097.603490] Call Trace:
[201097.603491] <TASK>
[201097.603492] _raw_spin_lock_irqsave+0x46/0x60
[201097.603494] cgroup_rstat_flush+0xf4/0x7e0
[201097.603495] cgroup_rstat_exit+0x20/0xf0
[201097.603496] css_free_rwork_fn+0x12e/0x400
[201097.603497] process_one_work+0x19e/0x3e0
[201097.603498] worker_thread+0x2ad/0x3c0
[201097.603500] kthread+0x108/0x220
[201097.603501] ? __pfx_worker_thread+0x10/0x10
[201097.603502] ? __pfx_kthread+0x10/0x10
[201097.603504] ret_from_fork+0x3d/0x60
[201097.603505] ? __pfx_kthread+0x10/0x10
[201097.603506] ret_from_fork_asm+0x1a/0x30
[201097.603507] </TASK>
[201277.618137] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[201277.631335] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11203879
[201277.649280] rcu: (detected by 175, t=42600025 jiffies, g=639685, q=42221 ncpus=256)
[201277.664728] Sending NMI from CPU 175 to CPUs 156:
[201277.664732] NMI backtrace for cpu 156
[201277.664737] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[201277.664740] Tainted: [D]=DIE, [W]=WARN
[201277.664742] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[201277.664743] Workqueue: cgroup_destroy css_free_rwork_fn
[201277.664746] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[201277.664748] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[201277.664749] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[201277.664750] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[201277.664750] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[201277.664751] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[201277.664751] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[201277.664752] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[201277.664752] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[201277.664753] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[201277.664753] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[201277.664754] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[201277.664754] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[201277.664755] PKRU: 55555554
[201277.664755] Call Trace:
[201277.664756] <TASK>
[201277.664757] _raw_spin_lock_irqsave+0x46/0x60
[201277.664758] cgroup_rstat_flush+0xf4/0x7e0
[201277.664760] cgroup_rstat_exit+0x20/0xf0
[201277.664761] css_free_rwork_fn+0x12e/0x400
[201277.664762] process_one_work+0x19e/0x3e0
[201277.664763] worker_thread+0x2ad/0x3c0
[201277.664765] kthread+0x108/0x220
[201277.664766] ? __pfx_worker_thread+0x10/0x10
[201277.664767] ? __pfx_kthread+0x10/0x10
[201277.664768] ret_from_fork+0x3d/0x60
[201277.664769] ? __pfx_kthread+0x10/0x10
[201277.664770] ret_from_fork_asm+0x1a/0x30
[201277.664772] </TASK>
[201457.679380] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[201457.692576] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11215817
[201457.710513] rcu: (detected by 159, t=42645041 jiffies, g=639685, q=42233 ncpus=256)
[201457.725953] Sending NMI from CPU 159 to CPUs 156:
[201457.725958] NMI backtrace for cpu 156
[201457.725960] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[201457.725962] Tainted: [D]=DIE, [W]=WARN
[201457.725963] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[201457.725964] Workqueue: cgroup_destroy css_free_rwork_fn
[201457.725966] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[201457.725968] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[201457.725969] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[201457.725969] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[201457.725970] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[201457.725970] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[201457.725971] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[201457.725971] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[201457.725972] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[201457.725973] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[201457.725973] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[201457.725974] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[201457.725974] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[201457.725974] PKRU: 55555554
[201457.725975] Call Trace:
[201457.725975] <TASK>
[201457.725976] _raw_spin_lock_irqsave+0x46/0x60
[201457.725977] cgroup_rstat_flush+0xf4/0x7e0
[201457.725979] cgroup_rstat_exit+0x20/0xf0
[201457.725980] css_free_rwork_fn+0x12e/0x400
[201457.725981] process_one_work+0x19e/0x3e0
[201457.725982] worker_thread+0x2ad/0x3c0
[201457.725984] kthread+0x108/0x220
[201457.725985] ? __pfx_worker_thread+0x10/0x10
[201457.725986] ? __pfx_kthread+0x10/0x10
[201457.725987] ret_from_fork+0x3d/0x60
[201457.725988] ? __pfx_kthread+0x10/0x10
[201457.725989] ret_from_fork_asm+0x1a/0x30
[201457.725991] </TASK>
[201637.740620] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[201637.753806] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11227714
[201637.771741] rcu: (detected by 71, t=42690057 jiffies, g=639685, q=42248 ncpus=256)
[201637.787073] Sending NMI from CPU 71 to CPUs 156:
[201637.787078] NMI backtrace for cpu 156
[201637.787084] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[201637.787086] Tainted: [D]=DIE, [W]=WARN
[201637.787087] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[201637.787087] Workqueue: cgroup_destroy css_free_rwork_fn
[201637.787090] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[201637.787092] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[201637.787092] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[201637.787093] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[201637.787094] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[201637.787094] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[201637.787094] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[201637.787095] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[201637.787096] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[201637.787096] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[201637.787096] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[201637.787097] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[201637.787098] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[201637.787098] PKRU: 55555554
[201637.787098] Call Trace:
[201637.787099] <TASK>
[201637.787100] _raw_spin_lock_irqsave+0x46/0x60
[201637.787101] cgroup_rstat_flush+0xf4/0x7e0
[201637.787103] cgroup_rstat_exit+0x20/0xf0
[201637.787104] css_free_rwork_fn+0x12e/0x400
[201637.787105] process_one_work+0x19e/0x3e0
[201637.787106] worker_thread+0x2ad/0x3c0
[201637.787108] kthread+0x108/0x220
[201637.787109] ? __pfx_worker_thread+0x10/0x10
[201637.787110] ? __pfx_kthread+0x10/0x10
[201637.787111] ret_from_fork+0x3d/0x60
[201637.787112] ? __pfx_kthread+0x10/0x10
[201637.787113] ret_from_fork_asm+0x1a/0x30
[201637.787115] </TASK>
[201817.801863] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[201817.815045] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11239616
[201817.832972] rcu: (detected by 149, t=42735073 jiffies, g=639685, q=42264 ncpus=256)
[201817.848400] Sending NMI from CPU 149 to CPUs 156:
[201817.848406] NMI backtrace for cpu 156
[201817.848411] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[201817.848414] Tainted: [D]=DIE, [W]=WARN
[201817.848415] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[201817.848416] Workqueue: cgroup_destroy css_free_rwork_fn
[201817.848419] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[201817.848421] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[201817.848423] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[201817.848423] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[201817.848424] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[201817.848425] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[201817.848425] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[201817.848425] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[201817.848426] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[201817.848427] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[201817.848427] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[201817.848428] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[201817.848428] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[201817.848429] PKRU: 55555554
[201817.848429] Call Trace:
[201817.848429] <TASK>
[201817.848431] _raw_spin_lock_irqsave+0x46/0x60
[201817.848432] cgroup_rstat_flush+0xf4/0x7e0
[201817.848433] cgroup_rstat_exit+0x20/0xf0
[201817.848434] css_free_rwork_fn+0x12e/0x400
[201817.848435] process_one_work+0x19e/0x3e0
[201817.848437] worker_thread+0x2ad/0x3c0
[201817.848438] kthread+0x108/0x220
[201817.848439] ? __pfx_worker_thread+0x10/0x10
[201817.848441] ? __pfx_kthread+0x10/0x10
[201817.848442] ret_from_fork+0x3d/0x60
[201817.848443] ? __pfx_kthread+0x10/0x10
[201817.848444] ret_from_fork_asm+0x1a/0x30
[201817.848446] </TASK>
[201997.863102] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[201997.876294] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11251534
[201997.894226] rcu: (detected by 91, t=42780089 jiffies, g=639685, q=42277 ncpus=256)
[201997.909557] Sending NMI from CPU 91 to CPUs 156:
[201997.909562] NMI backtrace for cpu 156
[201997.909568] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[201997.909571] Tainted: [D]=DIE, [W]=WARN
[201997.909572] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[201997.909573] Workqueue: cgroup_destroy css_free_rwork_fn
[201997.909576] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[201997.909578] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[201997.909580] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[201997.909581] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[201997.909581] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[201997.909582] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[201997.909582] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[201997.909582] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[201997.909583] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[201997.909584] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[201997.909584] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[201997.909585] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[201997.909585] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[201997.909586] PKRU: 55555554
[201997.909586] Call Trace:
[201997.909587] <TASK>
[201997.909588] _raw_spin_lock_irqsave+0x46/0x60
[201997.909589] cgroup_rstat_flush+0xf4/0x7e0
[201997.909591] cgroup_rstat_exit+0x20/0xf0
[201997.909592] css_free_rwork_fn+0x12e/0x400
[201997.909593] process_one_work+0x19e/0x3e0
[201997.909594] worker_thread+0x2ad/0x3c0
[201997.909596] kthread+0x108/0x220
[201997.909597] ? __pfx_worker_thread+0x10/0x10
[201997.909599] ? __pfx_kthread+0x10/0x10
[201997.909600] ret_from_fork+0x3d/0x60
[201997.909601] ? __pfx_kthread+0x10/0x10
[201997.909602] ret_from_fork_asm+0x1a/0x30
[201997.909604] </TASK>
[202177.924343] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[202177.937521] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11263414
[202177.955458] rcu: (detected by 199, t=42825105 jiffies, g=639685, q=42294 ncpus=256)
[202177.970895] Sending NMI from CPU 199 to CPUs 156:
[202177.970900] NMI backtrace for cpu 156
[202177.970905] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[202177.970908] Tainted: [D]=DIE, [W]=WARN
[202177.970909] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[202177.970910] Workqueue: cgroup_destroy css_free_rwork_fn
[202177.970914] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[202177.970916] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[202177.970917] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[202177.970918] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[202177.970919] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[202177.970919] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[202177.970919] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[202177.970920] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[202177.970921] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[202177.970921] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[202177.970922] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[202177.970922] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[202177.970923] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[202177.970923] PKRU: 55555554
[202177.970923] Call Trace:
[202177.970924] <TASK>
[202177.970925] _raw_spin_lock_irqsave+0x46/0x60
[202177.970926] cgroup_rstat_flush+0xf4/0x7e0
[202177.970928] cgroup_rstat_exit+0x20/0xf0
[202177.970929] css_free_rwork_fn+0x12e/0x400
[202177.970930] process_one_work+0x19e/0x3e0
[202177.970931] worker_thread+0x2ad/0x3c0
[202177.970933] kthread+0x108/0x220
[202177.970934] ? __pfx_worker_thread+0x10/0x10
[202177.970935] ? __pfx_kthread+0x10/0x10
[202177.970936] ret_from_fork+0x3d/0x60
[202177.970937] ? __pfx_kthread+0x10/0x10
[202177.970938] ret_from_fork_asm+0x1a/0x30
[202177.970940] </TASK>
[202357.985585] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[202357.998799] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11275308
[202358.016759] rcu: (detected by 175, t=42870121 jiffies, g=639685, q=42307 ncpus=256)
[202358.032219] Sending NMI from CPU 175 to CPUs 156:
[202358.032226] NMI backtrace for cpu 156
[202358.032232] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[202358.032235] Tainted: [D]=DIE, [W]=WARN
[202358.032236] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[202358.032237] Workqueue: cgroup_destroy css_free_rwork_fn
[202358.032240] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[202358.032243] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[202358.032244] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[202358.032245] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[202358.032246] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[202358.032246] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[202358.032247] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[202358.032248] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[202358.032249] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[202358.032250] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[202358.032251] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[202358.032252] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[202358.032252] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[202358.032253] PKRU: 55555554
[202358.032253] Call Trace:
[202358.032254] <TASK>
[202358.032255] _raw_spin_lock_irqsave+0x46/0x60
[202358.032256] cgroup_rstat_flush+0xf4/0x7e0
[202358.032258] cgroup_rstat_exit+0x20/0xf0
[202358.032259] css_free_rwork_fn+0x12e/0x400
[202358.032260] process_one_work+0x19e/0x3e0
[202358.032261] worker_thread+0x2ad/0x3c0
[202358.032263] kthread+0x108/0x220
[202358.032264] ? __pfx_worker_thread+0x10/0x10
[202358.032266] ? __pfx_kthread+0x10/0x10
[202358.032267] ret_from_fork+0x3d/0x60
[202358.032268] ? __pfx_kthread+0x10/0x10
[202358.032269] ret_from_fork_asm+0x1a/0x30
[202358.032271] </TASK>
[202538.046825] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[202538.060029] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11287274
[202538.077979] rcu: (detected by 219, t=42915137 jiffies, g=639685, q=42319 ncpus=256)
[202538.093430] Sending NMI from CPU 219 to CPUs 156:
[202538.093434] NMI backtrace for cpu 156
[202538.093440] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[202538.093443] Tainted: [D]=DIE, [W]=WARN
[202538.093444] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[202538.093445] Workqueue: cgroup_destroy css_free_rwork_fn
[202538.093448] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[202538.093450] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[202538.093451] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[202538.093451] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[202538.093452] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[202538.093452] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[202538.093453] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[202538.093453] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[202538.093454] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[202538.093455] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[202538.093455] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[202538.093456] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[202538.093456] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[202538.093456] PKRU: 55555554
[202538.093457] Call Trace:
[202538.093457] <TASK>
[202538.093458] _raw_spin_lock_irqsave+0x46/0x60
[202538.093460] cgroup_rstat_flush+0xf4/0x7e0
[202538.093461] cgroup_rstat_exit+0x20/0xf0
[202538.093462] css_free_rwork_fn+0x12e/0x400
[202538.093463] process_one_work+0x19e/0x3e0
[202538.093465] worker_thread+0x2ad/0x3c0
[202538.093466] kthread+0x108/0x220
[202538.093467] ? __pfx_worker_thread+0x10/0x10
[202538.093469] ? __pfx_kthread+0x10/0x10
[202538.093470] ret_from_fork+0x3d/0x60
[202538.093471] ? __pfx_kthread+0x10/0x10
[202538.093472] ret_from_fork_asm+0x1a/0x30
[202538.093474] </TASK>
[202718.108068] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[202718.121261] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11299151
[202718.139190] rcu: (detected by 47, t=42960153 jiffies, g=639685, q=42334 ncpus=256)
[202718.154523] Sending NMI from CPU 47 to CPUs 156:
[202718.154528] NMI backtrace for cpu 156
[202718.154533] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[202718.154536] Tainted: [D]=DIE, [W]=WARN
[202718.154537] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[202718.154538] Workqueue: cgroup_destroy css_free_rwork_fn
[202718.154541] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[202718.154544] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[202718.154545] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[202718.154546] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[202718.154547] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[202718.154547] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[202718.154547] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[202718.154548] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[202718.154549] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[202718.154549] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[202718.154549] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[202718.154550] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[202718.154550] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[202718.154551] PKRU: 55555554
[202718.154551] Call Trace:
[202718.154552] <TASK>
[202718.154553] _raw_spin_lock_irqsave+0x46/0x60
[202718.154554] cgroup_rstat_flush+0xf4/0x7e0
[202718.154556] cgroup_rstat_exit+0x20/0xf0
[202718.154557] css_free_rwork_fn+0x12e/0x400
[202718.154558] process_one_work+0x19e/0x3e0
[202718.154559] worker_thread+0x2ad/0x3c0
[202718.154561] kthread+0x108/0x220
[202718.154562] ? __pfx_worker_thread+0x10/0x10
[202718.154563] ? __pfx_kthread+0x10/0x10
[202718.154564] ret_from_fork+0x3d/0x60
[202718.154565] ? __pfx_kthread+0x10/0x10
[202718.154567] ret_from_fork_asm+0x1a/0x30
[202718.154569] </TASK>
[202898.153308] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[202898.166495] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11311095
[202898.184427] rcu: (detected by 52, t=43005165 jiffies, g=639685, q=42347 ncpus=256)
[202898.199753] Sending NMI from CPU 52 to CPUs 156:
[202898.199759] NMI backtrace for cpu 156
[202898.199764] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[202898.199767] Tainted: [D]=DIE, [W]=WARN
[202898.199768] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[202898.199770] Workqueue: cgroup_destroy css_free_rwork_fn
[202898.199772] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[202898.199774] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[202898.199776] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[202898.199776] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[202898.199777] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[202898.199778] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[202898.199778] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[202898.199778] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[202898.199779] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[202898.199780] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[202898.199780] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[202898.199781] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[202898.199781] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[202898.199782] PKRU: 55555554
[202898.199782] Call Trace:
[202898.199782] <TASK>
[202898.199784] _raw_spin_lock_irqsave+0x46/0x60
[202898.199785] cgroup_rstat_flush+0xf4/0x7e0
[202898.199786] cgroup_rstat_exit+0x20/0xf0
[202898.199787] css_free_rwork_fn+0x12e/0x400
[202898.199788] process_one_work+0x19e/0x3e0
[202898.199790] worker_thread+0x2ad/0x3c0
[202898.199791] kthread+0x108/0x220
[202898.199792] ? __pfx_worker_thread+0x10/0x10
[202898.199794] ? __pfx_kthread+0x10/0x10
[202898.199795] ret_from_fork+0x3d/0x60
[202898.199796] ? __pfx_kthread+0x10/0x10
[202898.199797] ret_from_fork_asm+0x1a/0x30
[202898.199799] </TASK>
[203078.214548] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[203078.227735] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11323020
[203078.245665] rcu: (detected by 44, t=43050181 jiffies, g=639685, q=42365 ncpus=256)
[203078.260988] Sending NMI from CPU 44 to CPUs 156:
[203078.260994] NMI backtrace for cpu 156
[203078.261000] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[203078.261002] Tainted: [D]=DIE, [W]=WARN
[203078.261003] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[203078.261004] Workqueue: cgroup_destroy css_free_rwork_fn
[203078.261007] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[203078.261010] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[203078.261011] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[203078.261012] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[203078.261012] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[203078.261012] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[203078.261013] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[203078.261013] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[203078.261014] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[203078.261015] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[203078.261015] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[203078.261016] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[203078.261016] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[203078.261016] PKRU: 55555554
[203078.261017] Call Trace:
[203078.261017] <TASK>
[203078.261018] _raw_spin_lock_irqsave+0x46/0x60
[203078.261020] cgroup_rstat_flush+0xf4/0x7e0
[203078.261021] cgroup_rstat_exit+0x20/0xf0
[203078.261022] css_free_rwork_fn+0x12e/0x400
[203078.261023] process_one_work+0x19e/0x3e0
[203078.261025] worker_thread+0x2ad/0x3c0
[203078.261026] kthread+0x108/0x220
[203078.261027] ? __pfx_worker_thread+0x10/0x10
[203078.261029] ? __pfx_kthread+0x10/0x10
[203078.261030] ret_from_fork+0x3d/0x60
[203078.261031] ? __pfx_kthread+0x10/0x10
[203078.261032] ret_from_fork_asm+0x1a/0x30
[203078.261033] </TASK>
[203258.275791] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[203258.288976] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11334969
[203258.306909] rcu: (detected by 219, t=43095197 jiffies, g=639685, q=42379 ncpus=256)
[203258.322343] Sending NMI from CPU 219 to CPUs 156:
[203258.322347] NMI backtrace for cpu 156
[203258.322353] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[203258.322355] Tainted: [D]=DIE, [W]=WARN
[203258.322357] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[203258.322358] Workqueue: cgroup_destroy css_free_rwork_fn
[203258.322360] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[203258.322363] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[203258.322364] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[203258.322364] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[203258.322365] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[203258.322365] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[203258.322366] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[203258.322366] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[203258.322367] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[203258.322368] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[203258.322369] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[203258.322370] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[203258.322370] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[203258.322371] PKRU: 55555554
[203258.322371] Call Trace:
[203258.322372] <TASK>
[203258.322373] _raw_spin_lock_irqsave+0x46/0x60
[203258.322375] cgroup_rstat_flush+0xf4/0x7e0
[203258.322376] cgroup_rstat_exit+0x20/0xf0
[203258.322377] css_free_rwork_fn+0x12e/0x400
[203258.322378] process_one_work+0x19e/0x3e0
[203258.322379] worker_thread+0x2ad/0x3c0
[203258.322381] kthread+0x108/0x220
[203258.322382] ? __pfx_worker_thread+0x10/0x10
[203258.322383] ? __pfx_kthread+0x10/0x10
[203258.322384] ret_from_fork+0x3d/0x60
[203258.322385] ? __pfx_kthread+0x10/0x10
[203258.322386] ret_from_fork_asm+0x1a/0x30
[203258.322388] </TASK>
[203438.337032] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[203438.350230] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11346867
[203438.368176] rcu: (detected by 71, t=43140213 jiffies, g=639685, q=42393 ncpus=256)
[203438.383518] Sending NMI from CPU 71 to CPUs 156:
[203438.383524] NMI backtrace for cpu 156
[203438.383529] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[203438.383532] Tainted: [D]=DIE, [W]=WARN
[203438.383533] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[203438.383534] Workqueue: cgroup_destroy css_free_rwork_fn
[203438.383537] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[203438.383539] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[203438.383540] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[203438.383541] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[203438.383541] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[203438.383542] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[203438.383542] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[203438.383543] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[203438.383544] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[203438.383544] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[203438.383544] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[203438.383545] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[203438.383546] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[203438.383546] PKRU: 55555554
[203438.383546] Call Trace:
[203438.383547] <TASK>
[203438.383548] _raw_spin_lock_irqsave+0x46/0x60
[203438.383549] cgroup_rstat_flush+0xf4/0x7e0
[203438.383551] cgroup_rstat_exit+0x20/0xf0
[203438.383552] css_free_rwork_fn+0x12e/0x400
[203438.383553] process_one_work+0x19e/0x3e0
[203438.383554] worker_thread+0x2ad/0x3c0
[203438.383556] kthread+0x108/0x220
[203438.383557] ? __pfx_worker_thread+0x10/0x10
[203438.383558] ? __pfx_kthread+0x10/0x10
[203438.383559] ret_from_fork+0x3d/0x60
[203438.383560] ? __pfx_kthread+0x10/0x10
[203438.383561] ret_from_fork_asm+0x1a/0x30
[203438.383563] </TASK>
[203618.398273] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[203618.411446] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11358740
[203618.429364] rcu: (detected by 98, t=43185229 jiffies, g=639685, q=42408 ncpus=256)
[203618.444684] Sending NMI from CPU 98 to CPUs 156:
[203618.444690] NMI backtrace for cpu 156
[203618.444695] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[203618.444698] Tainted: [D]=DIE, [W]=WARN
[203618.444700] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[203618.444701] Workqueue: cgroup_destroy css_free_rwork_fn
[203618.444704] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[203618.444706] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[203618.444707] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[203618.444708] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[203618.444708] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[203618.444709] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[203618.444710] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[203618.444710] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[203618.444711] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[203618.444712] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[203618.444712] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[203618.444713] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[203618.444713] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[203618.444714] PKRU: 55555554
[203618.444714] Call Trace:
[203618.444715] <TASK>
[203618.444716] _raw_spin_lock_irqsave+0x46/0x60
[203618.444717] cgroup_rstat_flush+0xf4/0x7e0
[203618.444718] cgroup_rstat_exit+0x20/0xf0
[203618.444719] css_free_rwork_fn+0x12e/0x400
[203618.444720] process_one_work+0x19e/0x3e0
[203618.444722] worker_thread+0x2ad/0x3c0
[203618.444724] kthread+0x108/0x220
[203618.444724] ? __pfx_worker_thread+0x10/0x10
[203618.444726] ? __pfx_kthread+0x10/0x10
[203618.444727] ret_from_fork+0x3d/0x60
[203618.444728] ? __pfx_kthread+0x10/0x10
[203618.444729] ret_from_fork_asm+0x1a/0x30
[203618.444731] </TASK>
[203798.459514] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[203798.472695] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11370638
[203798.490620] rcu: (detected by 66, t=43230245 jiffies, g=639685, q=42423 ncpus=256)
[203798.505944] Sending NMI from CPU 66 to CPUs 156:
[203798.505949] NMI backtrace for cpu 156
[203798.505955] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[203798.505958] Tainted: [D]=DIE, [W]=WARN
[203798.505958] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[203798.505959] Workqueue: cgroup_destroy css_free_rwork_fn
[203798.505962] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[203798.505964] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[203798.505965] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[203798.505966] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[203798.505966] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[203798.505967] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[203798.505967] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[203798.505968] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[203798.505969] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[203798.505969] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[203798.505969] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[203798.505970] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[203798.505970] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[203798.505971] PKRU: 55555554
[203798.505971] Call Trace:
[203798.505972] <TASK>
[203798.505973] _raw_spin_lock_irqsave+0x46/0x60
[203798.505974] cgroup_rstat_flush+0xf4/0x7e0
[203798.505976] cgroup_rstat_exit+0x20/0xf0
[203798.505977] css_free_rwork_fn+0x12e/0x400
[203798.505977] process_one_work+0x19e/0x3e0
[203798.505979] worker_thread+0x2ad/0x3c0
[203798.505981] kthread+0x108/0x220
[203798.505982] ? __pfx_worker_thread+0x10/0x10
[203798.505983] ? __pfx_kthread+0x10/0x10
[203798.505984] ret_from_fork+0x3d/0x60
[203798.505985] ? __pfx_kthread+0x10/0x10
[203798.505986] ret_from_fork_asm+0x1a/0x30
[203798.505988] </TASK>
[203978.520756] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[203978.533936] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11382514
[203978.551862] rcu: (detected by 158, t=43275261 jiffies, g=639685, q=42436 ncpus=256)
[203978.567289] Sending NMI from CPU 158 to CPUs 156:
[203978.567293] NMI backtrace for cpu 156
[203978.567296] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[203978.567297] Tainted: [D]=DIE, [W]=WARN
[203978.567298] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[203978.567299] Workqueue: cgroup_destroy css_free_rwork_fn
[203978.567301] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[203978.567303] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[203978.567304] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[203978.567304] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[203978.567305] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[203978.567305] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[203978.567306] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[203978.567306] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[203978.567307] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[203978.567308] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[203978.567308] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[203978.567309] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[203978.567309] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[203978.567309] PKRU: 55555554
[203978.567310] Call Trace:
[203978.567310] <TASK>
[203978.567311] _raw_spin_lock_irqsave+0x46/0x60
[203978.567312] cgroup_rstat_flush+0xf4/0x7e0
[203978.567314] cgroup_rstat_exit+0x20/0xf0
[203978.567315] css_free_rwork_fn+0x12e/0x400
[203978.567316] process_one_work+0x19e/0x3e0
[203978.567318] worker_thread+0x2ad/0x3c0
[203978.567320] kthread+0x108/0x220
[203978.567321] ? __pfx_worker_thread+0x10/0x10
[203978.567322] ? __pfx_kthread+0x10/0x10
[203978.567323] ret_from_fork+0x3d/0x60
[203978.567324] ? __pfx_kthread+0x10/0x10
[203978.567325] ret_from_fork_asm+0x1a/0x30
[203978.567327] </TASK>
[204158.581996] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[204158.595189] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11394427
[204158.613132] rcu: (detected by 91, t=43320277 jiffies, g=639685, q=42451 ncpus=256)
[204158.628472] Sending NMI from CPU 91 to CPUs 156:
[204158.628477] NMI backtrace for cpu 156
[204158.628482] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[204158.628485] Tainted: [D]=DIE, [W]=WARN
[204158.628486] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[204158.628486] Workqueue: cgroup_destroy css_free_rwork_fn
[204158.628489] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[204158.628491] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[204158.628491] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[204158.628492] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[204158.628492] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[204158.628493] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[204158.628493] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[204158.628494] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[204158.628495] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[204158.628496] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[204158.628496] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[204158.628497] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[204158.628498] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[204158.628498] PKRU: 55555554
[204158.628498] Call Trace:
[204158.628499] <TASK>
[204158.628500] _raw_spin_lock_irqsave+0x46/0x60
[204158.628501] cgroup_rstat_flush+0xf4/0x7e0
[204158.628503] cgroup_rstat_exit+0x20/0xf0
[204158.628504] css_free_rwork_fn+0x12e/0x400
[204158.628505] process_one_work+0x19e/0x3e0
[204158.628507] worker_thread+0x2ad/0x3c0
[204158.628508] kthread+0x108/0x220
[204158.628509] ? __pfx_worker_thread+0x10/0x10
[204158.628511] ? __pfx_kthread+0x10/0x10
[204158.628512] ret_from_fork+0x3d/0x60
[204158.628513] ? __pfx_kthread+0x10/0x10
[204158.628514] ret_from_fork_asm+0x1a/0x30
[204158.628516] </TASK>
[204338.643245] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[204338.656433] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11406294
[204338.674365] rcu: (detected by 175, t=43365293 jiffies, g=639685, q=42465 ncpus=256)
[204338.689788] Sending NMI from CPU 175 to CPUs 156:
[204338.689794] NMI backtrace for cpu 156
[204338.689800] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[204338.689803] Tainted: [D]=DIE, [W]=WARN
[204338.689804] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[204338.689805] Workqueue: cgroup_destroy css_free_rwork_fn
[204338.689808] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[204338.689810] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[204338.689811] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[204338.689812] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[204338.689813] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[204338.689813] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[204338.689813] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[204338.689814] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[204338.689815] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[204338.689815] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[204338.689815] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[204338.689816] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[204338.689816] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[204338.689817] PKRU: 55555554
[204338.689817] Call Trace:
[204338.689818] <TASK>
[204338.689819] _raw_spin_lock_irqsave+0x46/0x60
[204338.689820] cgroup_rstat_flush+0xf4/0x7e0
[204338.689822] cgroup_rstat_exit+0x20/0xf0
[204338.689823] css_free_rwork_fn+0x12e/0x400
[204338.689824] process_one_work+0x19e/0x3e0
[204338.689825] worker_thread+0x2ad/0x3c0
[204338.689827] kthread+0x108/0x220
[204338.689828] ? __pfx_worker_thread+0x10/0x10
[204338.689829] ? __pfx_kthread+0x10/0x10
[204338.689830] ret_from_fork+0x3d/0x60
[204338.689831] ? __pfx_kthread+0x10/0x10
[204338.689832] ret_from_fork_asm+0x1a/0x30
[204338.689834] </TASK>
[204518.704479] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[204518.717676] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11418249
[204518.735623] rcu: (detected by 219, t=43410309 jiffies, g=639685, q=42477 ncpus=256)
[204518.751065] Sending NMI from CPU 219 to CPUs 156:
[204518.751069] NMI backtrace for cpu 156
[204518.751075] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[204518.751078] Tainted: [D]=DIE, [W]=WARN
[204518.751079] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[204518.751080] Workqueue: cgroup_destroy css_free_rwork_fn
[204518.751083] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[204518.751085] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[204518.751087] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[204518.751087] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[204518.751088] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[204518.751088] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[204518.751089] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[204518.751090] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[204518.751091] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[204518.751092] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[204518.751092] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[204518.751093] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[204518.751093] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[204518.751094] PKRU: 55555554
[204518.751094] Call Trace:
[204518.751095] <TASK>
[204518.751096] _raw_spin_lock_irqsave+0x46/0x60
[204518.751097] cgroup_rstat_flush+0xf4/0x7e0
[204518.751098] cgroup_rstat_exit+0x20/0xf0
[204518.751099] css_free_rwork_fn+0x12e/0x400
[204518.751100] process_one_work+0x19e/0x3e0
[204518.751102] worker_thread+0x2ad/0x3c0
[204518.751104] kthread+0x108/0x220
[204518.751105] ? __pfx_worker_thread+0x10/0x10
[204518.751106] ? __pfx_kthread+0x10/0x10
[204518.751107] ret_from_fork+0x3d/0x60
[204518.751108] ? __pfx_kthread+0x10/0x10
[204518.751109] ret_from_fork_asm+0x1a/0x30
[204518.751111] </TASK>
[204698.765720] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[204698.778917] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11430149
[204698.796856] rcu: (detected by 53, t=43455325 jiffies, g=639685, q=42492 ncpus=256)
[204698.812190] Sending NMI from CPU 53 to CPUs 156:
[204698.812196] NMI backtrace for cpu 156
[204698.812202] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[204698.812205] Tainted: [D]=DIE, [W]=WARN
[204698.812206] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[204698.812207] Workqueue: cgroup_destroy css_free_rwork_fn
[204698.812210] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[204698.812212] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[204698.812213] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[204698.812214] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[204698.812215] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[204698.812215] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[204698.812215] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[204698.812216] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[204698.812217] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[204698.812217] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[204698.812218] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[204698.812218] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[204698.812219] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[204698.812219] PKRU: 55555554
[204698.812219] Call Trace:
[204698.812220] <TASK>
[204698.812221] _raw_spin_lock_irqsave+0x46/0x60
[204698.812222] cgroup_rstat_flush+0xf4/0x7e0
[204698.812224] cgroup_rstat_exit+0x20/0xf0
[204698.812225] css_free_rwork_fn+0x12e/0x400
[204698.812226] process_one_work+0x19e/0x3e0
[204698.812227] worker_thread+0x2ad/0x3c0
[204698.812229] kthread+0x108/0x220
[204698.812230] ? __pfx_worker_thread+0x10/0x10
[204698.812231] ? __pfx_kthread+0x10/0x10
[204698.812232] ret_from_fork+0x3d/0x60
[204698.812233] ? __pfx_kthread+0x10/0x10
[204698.812234] ret_from_fork_asm+0x1a/0x30
[204698.812236] </TASK>
[204878.826963] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[204878.840155] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11442071
[204878.858090] rcu: (detected by 38, t=43500341 jiffies, g=639685, q=42505 ncpus=256)
[204878.873421] Sending NMI from CPU 38 to CPUs 156:
[204878.873425] NMI backtrace for cpu 156
[204878.873432] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[204878.873434] Tainted: [D]=DIE, [W]=WARN
[204878.873435] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[204878.873436] Workqueue: cgroup_destroy css_free_rwork_fn
[204878.873439] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[204878.873441] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[204878.873443] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[204878.873444] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[204878.873444] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[204878.873445] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[204878.873445] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[204878.873446] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[204878.873446] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[204878.873447] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[204878.873447] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[204878.873448] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[204878.873448] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[204878.873449] PKRU: 55555554
[204878.873449] Call Trace:
[204878.873450] <TASK>
[204878.873451] _raw_spin_lock_irqsave+0x46/0x60
[204878.873452] cgroup_rstat_flush+0xf4/0x7e0
[204878.873454] cgroup_rstat_exit+0x20/0xf0
[204878.873455] css_free_rwork_fn+0x12e/0x400
[204878.873455] process_one_work+0x19e/0x3e0
[204878.873457] worker_thread+0x2ad/0x3c0
[204878.873459] kthread+0x108/0x220
[204878.873460] ? __pfx_worker_thread+0x10/0x10
[204878.873461] ? __pfx_kthread+0x10/0x10
[204878.873462] ret_from_fork+0x3d/0x60
[204878.873463] ? __pfx_kthread+0x10/0x10
[204878.873464] ret_from_fork_asm+0x1a/0x30
[204878.873466] </TASK>
[205058.888203] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[205058.901380] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11453992
[205058.919306] rcu: (detected by 194, t=43545357 jiffies, g=639685, q=42533 ncpus=256)
[205058.934734] Sending NMI from CPU 194 to CPUs 156:
[205058.934738] NMI backtrace for cpu 156
[205058.934744] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[205058.934746] Tainted: [D]=DIE, [W]=WARN
[205058.934747] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[205058.934748] Workqueue: cgroup_destroy css_free_rwork_fn
[205058.934751] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[205058.934753] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[205058.934754] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[205058.934755] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[205058.934755] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[205058.934755] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[205058.934756] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[205058.934756] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[205058.934757] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[205058.934758] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[205058.934758] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[205058.934759] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[205058.934759] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[205058.934760] PKRU: 55555554
[205058.934760] Call Trace:
[205058.934760] <TASK>
[205058.934762] _raw_spin_lock_irqsave+0x46/0x60
[205058.934763] cgroup_rstat_flush+0xf4/0x7e0
[205058.934764] cgroup_rstat_exit+0x20/0xf0
[205058.934765] css_free_rwork_fn+0x12e/0x400
[205058.934766] process_one_work+0x19e/0x3e0
[205058.934768] worker_thread+0x2ad/0x3c0
[205058.934769] kthread+0x108/0x220
[205058.934770] ? __pfx_worker_thread+0x10/0x10
[205058.934772] ? __pfx_kthread+0x10/0x10
[205058.934773] ret_from_fork+0x3d/0x60
[205058.934774] ? __pfx_kthread+0x10/0x10
[205058.934775] ret_from_fork_asm+0x1a/0x30
[205058.934777] </TASK>
[205238.949445] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[205238.962638] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11465887
[205238.980582] rcu: (detected by 53, t=43590373 jiffies, g=639685, q=42545 ncpus=256)
[205238.995923] Sending NMI from CPU 53 to CPUs 156:
[205238.995929] NMI backtrace for cpu 156
[205238.995935] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[205238.995937] Tainted: [D]=DIE, [W]=WARN
[205238.995938] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[205238.995939] Workqueue: cgroup_destroy css_free_rwork_fn
[205238.995941] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[205238.995943] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[205238.995945] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[205238.995945] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[205238.995946] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[205238.995946] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[205238.995947] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[205238.995947] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[205238.995948] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[205238.995949] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[205238.995949] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[205238.995950] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[205238.995950] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[205238.995950] PKRU: 55555554
[205238.995951] Call Trace:
[205238.995951] <TASK>
[205238.995952] _raw_spin_lock_irqsave+0x46/0x60
[205238.995954] cgroup_rstat_flush+0xf4/0x7e0
[205238.995955] cgroup_rstat_exit+0x20/0xf0
[205238.995956] css_free_rwork_fn+0x12e/0x400
[205238.995957] process_one_work+0x19e/0x3e0
[205238.995959] worker_thread+0x2ad/0x3c0
[205238.995960] kthread+0x108/0x220
[205238.995961] ? __pfx_worker_thread+0x10/0x10
[205238.995963] ? __pfx_kthread+0x10/0x10
[205238.995964] ret_from_fork+0x3d/0x60
[205238.995965] ? __pfx_kthread+0x10/0x10
[205238.995966] ret_from_fork_asm+0x1a/0x30
[205238.995968] </TASK>
[205419.010685] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[205419.023875] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11477811
[205419.041808] rcu: (detected by 175, t=43635389 jiffies, g=639685, q=42559 ncpus=256)
[205419.057239] Sending NMI from CPU 175 to CPUs 156:
[205419.057244] NMI backtrace for cpu 156
[205419.057250] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[205419.057253] Tainted: [D]=DIE, [W]=WARN
[205419.057253] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[205419.057255] Workqueue: cgroup_destroy css_free_rwork_fn
[205419.057258] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[205419.057260] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[205419.057261] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[205419.057262] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[205419.057262] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[205419.057262] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[205419.057263] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[205419.057263] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[205419.057264] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[205419.057265] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[205419.057265] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[205419.057266] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[205419.057266] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[205419.057267] PKRU: 55555554
[205419.057267] Call Trace:
[205419.057268] <TASK>
[205419.057269] _raw_spin_lock_irqsave+0x46/0x60
[205419.057271] cgroup_rstat_flush+0xf4/0x7e0
[205419.057272] cgroup_rstat_exit+0x20/0xf0
[205419.057273] css_free_rwork_fn+0x12e/0x400
[205419.057274] process_one_work+0x19e/0x3e0
[205419.057276] worker_thread+0x2ad/0x3c0
[205419.057277] kthread+0x108/0x220
[205419.057278] ? __pfx_worker_thread+0x10/0x10
[205419.057280] ? __pfx_kthread+0x10/0x10
[205419.057281] ret_from_fork+0x3d/0x60
[205419.057282] ? __pfx_kthread+0x10/0x10
[205419.057283] ret_from_fork_asm+0x1a/0x30
[205419.057285] </TASK>
[205599.071927] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[205599.085121] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11489777
[205599.103062] rcu: (detected by 199, t=43680405 jiffies, g=639685, q=42577 ncpus=256)
[205599.118506] Sending NMI from CPU 199 to CPUs 156:
[205599.118511] NMI backtrace for cpu 156
[205599.118517] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[205599.118520] Tainted: [D]=DIE, [W]=WARN
[205599.118521] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[205599.118522] Workqueue: cgroup_destroy css_free_rwork_fn
[205599.118525] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[205599.118527] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[205599.118528] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[205599.118529] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[205599.118530] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[205599.118530] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[205599.118531] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[205599.118532] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[205599.118532] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[205599.118533] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[205599.118533] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[205599.118534] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[205599.118534] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[205599.118535] PKRU: 55555554
[205599.118535] Call Trace:
[205599.118536] <TASK>
[205599.118537] _raw_spin_lock_irqsave+0x46/0x60
[205599.118538] cgroup_rstat_flush+0xf4/0x7e0
[205599.118539] cgroup_rstat_exit+0x20/0xf0
[205599.118541] css_free_rwork_fn+0x12e/0x400
[205599.118541] process_one_work+0x19e/0x3e0
[205599.118543] worker_thread+0x2ad/0x3c0
[205599.118545] kthread+0x108/0x220
[205599.118545] ? __pfx_worker_thread+0x10/0x10
[205599.118547] ? __pfx_kthread+0x10/0x10
[205599.118548] ret_from_fork+0x3d/0x60
[205599.118549] ? __pfx_kthread+0x10/0x10
[205599.118550] ret_from_fork_asm+0x1a/0x30
[205599.118552] </TASK>
[205779.133168] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[205779.146360] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11501692
[205779.164301] rcu: (detected by 98, t=43725421 jiffies, g=639685, q=42594 ncpus=256)
[205779.179633] Sending NMI from CPU 98 to CPUs 156:
[205779.179639] NMI backtrace for cpu 156
[205779.179645] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[205779.179648] Tainted: [D]=DIE, [W]=WARN
[205779.179648] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[205779.179649] Workqueue: cgroup_destroy css_free_rwork_fn
[205779.179652] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[205779.179654] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[205779.179655] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[205779.179656] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[205779.179656] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[205779.179656] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[205779.179657] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[205779.179657] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[205779.179658] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[205779.179659] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[205779.179659] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[205779.179660] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[205779.179660] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[205779.179660] PKRU: 55555554
[205779.179661] Call Trace:
[205779.179661] <TASK>
[205779.179662] _raw_spin_lock_irqsave+0x46/0x60
[205779.179664] cgroup_rstat_flush+0xf4/0x7e0
[205779.179665] cgroup_rstat_exit+0x20/0xf0
[205779.179666] css_free_rwork_fn+0x12e/0x400
[205779.179667] process_one_work+0x19e/0x3e0
[205779.179669] worker_thread+0x2ad/0x3c0
[205779.179670] kthread+0x108/0x220
[205779.179671] ? __pfx_worker_thread+0x10/0x10
[205779.179673] ? __pfx_kthread+0x10/0x10
[205779.179674] ret_from_fork+0x3d/0x60
[205779.179675] ? __pfx_kthread+0x10/0x10
[205779.179676] ret_from_fork_asm+0x1a/0x30
[205779.179677] </TASK>
[205959.194410] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[205959.207576] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11513581
[205959.225501] rcu: (detected by 159, t=43770437 jiffies, g=639685, q=42614 ncpus=256)
[205959.240922] Sending NMI from CPU 159 to CPUs 156:
[205959.240925] NMI backtrace for cpu 156
[205959.240928] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[205959.240930] Tainted: [D]=DIE, [W]=WARN
[205959.240931] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[205959.240931] Workqueue: cgroup_destroy css_free_rwork_fn
[205959.240934] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[205959.240935] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[205959.240936] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[205959.240937] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[205959.240937] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[205959.240938] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[205959.240938] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[205959.240939] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[205959.240939] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[205959.240940] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[205959.240940] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[205959.240941] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[205959.240941] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[205959.240942] PKRU: 55555554
[205959.240942] Call Trace:
[205959.240943] <TASK>
[205959.240944] _raw_spin_lock_irqsave+0x46/0x60
[205959.240945] cgroup_rstat_flush+0xf4/0x7e0
[205959.240946] cgroup_rstat_exit+0x20/0xf0
[205959.240947] css_free_rwork_fn+0x12e/0x400
[205959.240948] process_one_work+0x19e/0x3e0
[205959.240950] worker_thread+0x2ad/0x3c0
[205959.240952] kthread+0x108/0x220
[205959.240953] ? __pfx_worker_thread+0x10/0x10
[205959.240955] ? __pfx_kthread+0x10/0x10
[205959.240956] ret_from_fork+0x3d/0x60
[205959.240957] ? __pfx_kthread+0x10/0x10
[205959.240958] ret_from_fork_asm+0x1a/0x30
[205959.240959] </TASK>
[206139.255651] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[206139.268839] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11525470
[206139.286774] rcu: (detected by 44, t=43815453 jiffies, g=639685, q=42632 ncpus=256)
[206139.302103] Sending NMI from CPU 44 to CPUs 156:
[206139.302109] NMI backtrace for cpu 156
[206139.302114] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[206139.302116] Tainted: [D]=DIE, [W]=WARN
[206139.302117] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[206139.302118] Workqueue: cgroup_destroy css_free_rwork_fn
[206139.302120] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[206139.302122] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[206139.302123] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[206139.302124] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[206139.302125] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[206139.302125] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[206139.302126] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[206139.302126] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[206139.302127] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[206139.302128] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[206139.302128] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[206139.302129] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[206139.302129] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[206139.302130] PKRU: 55555554
[206139.302130] Call Trace:
[206139.302131] <TASK>
[206139.302132] _raw_spin_lock_irqsave+0x46/0x60
[206139.302133] cgroup_rstat_flush+0xf4/0x7e0
[206139.302135] cgroup_rstat_exit+0x20/0xf0
[206139.302136] css_free_rwork_fn+0x12e/0x400
[206139.302137] process_one_work+0x19e/0x3e0
[206139.302138] worker_thread+0x2ad/0x3c0
[206139.302140] kthread+0x108/0x220
[206139.302141] ? __pfx_worker_thread+0x10/0x10
[206139.302142] ? __pfx_kthread+0x10/0x10
[206139.302143] ret_from_fork+0x3d/0x60
[206139.302144] ? __pfx_kthread+0x10/0x10
[206139.302145] ret_from_fork_asm+0x1a/0x30
[206139.302147] </TASK>
[206319.316894] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[206319.330084] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11537421
[206319.348015] rcu: (detected by 71, t=43860469 jiffies, g=639685, q=42648 ncpus=256)
[206319.363346] Sending NMI from CPU 71 to CPUs 156:
[206319.363351] NMI backtrace for cpu 156
[206319.363357] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[206319.363360] Tainted: [D]=DIE, [W]=WARN
[206319.363361] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[206319.363362] Workqueue: cgroup_destroy css_free_rwork_fn
[206319.363365] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[206319.363367] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[206319.363369] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[206319.363370] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[206319.363370] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[206319.363371] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[206319.363371] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[206319.363372] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[206319.363373] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[206319.363373] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[206319.363374] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[206319.363375] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[206319.363375] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[206319.363375] PKRU: 55555554
[206319.363376] Call Trace:
[206319.363376] <TASK>
[206319.363377] _raw_spin_lock_irqsave+0x46/0x60
[206319.363379] cgroup_rstat_flush+0xf4/0x7e0
[206319.363380] cgroup_rstat_exit+0x20/0xf0
[206319.363381] css_free_rwork_fn+0x12e/0x400
[206319.363382] process_one_work+0x19e/0x3e0
[206319.363384] worker_thread+0x2ad/0x3c0
[206319.363385] kthread+0x108/0x220
[206319.363386] ? __pfx_worker_thread+0x10/0x10
[206319.363388] ? __pfx_kthread+0x10/0x10
[206319.363389] ret_from_fork+0x3d/0x60
[206319.363390] ? __pfx_kthread+0x10/0x10
[206319.363391] ret_from_fork_asm+0x1a/0x30
[206319.363393] </TASK>
[206499.378132] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[206499.391305] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11549308
[206499.409232] rcu: (detected by 199, t=43905485 jiffies, g=639685, q=42663 ncpus=256)
[206499.424661] Sending NMI from CPU 199 to CPUs 156:
[206499.424666] NMI backtrace for cpu 156
[206499.424671] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[206499.424674] Tainted: [D]=DIE, [W]=WARN
[206499.424674] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[206499.424676] Workqueue: cgroup_destroy css_free_rwork_fn
[206499.424679] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[206499.424681] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[206499.424683] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[206499.424683] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[206499.424684] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[206499.424685] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[206499.424685] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[206499.424686] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[206499.424686] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[206499.424687] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[206499.424688] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[206499.424688] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[206499.424689] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[206499.424689] PKRU: 55555554
[206499.424689] Call Trace:
[206499.424690] <TASK>
[206499.424691] _raw_spin_lock_irqsave+0x46/0x60
[206499.424693] cgroup_rstat_flush+0xf4/0x7e0
[206499.424694] cgroup_rstat_exit+0x20/0xf0
[206499.424695] css_free_rwork_fn+0x12e/0x400
[206499.424696] process_one_work+0x19e/0x3e0
[206499.424698] worker_thread+0x2ad/0x3c0
[206499.424699] kthread+0x108/0x220
[206499.424700] ? __pfx_worker_thread+0x10/0x10
[206499.424701] ? __pfx_kthread+0x10/0x10
[206499.424702] ret_from_fork+0x3d/0x60
[206499.424704] ? __pfx_kthread+0x10/0x10
[206499.424704] ret_from_fork_asm+0x1a/0x30
[206499.424706] </TASK>
[206679.439374] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[206679.452573] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11561188
[206679.470515] rcu: (detected by 175, t=43950501 jiffies, g=639685, q=42678 ncpus=256)
[206679.485957] Sending NMI from CPU 175 to CPUs 156:
[206679.485962] NMI backtrace for cpu 156
[206679.485968] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[206679.485971] Tainted: [D]=DIE, [W]=WARN
[206679.485971] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[206679.485972] Workqueue: cgroup_destroy css_free_rwork_fn
[206679.485975] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[206679.485977] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[206679.485979] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[206679.485979] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[206679.485980] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[206679.485980] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[206679.485981] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[206679.485981] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[206679.485982] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[206679.485983] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[206679.485983] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[206679.485984] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[206679.485984] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[206679.485985] PKRU: 55555554
[206679.485985] Call Trace:
[206679.485986] <TASK>
[206679.485987] _raw_spin_lock_irqsave+0x46/0x60
[206679.485988] cgroup_rstat_flush+0xf4/0x7e0
[206679.485990] cgroup_rstat_exit+0x20/0xf0
[206679.485991] css_free_rwork_fn+0x12e/0x400
[206679.485991] process_one_work+0x19e/0x3e0
[206679.485993] worker_thread+0x2ad/0x3c0
[206679.485995] kthread+0x108/0x220
[206679.485996] ? __pfx_worker_thread+0x10/0x10
[206679.485997] ? __pfx_kthread+0x10/0x10
[206679.485998] ret_from_fork+0x3d/0x60
[206679.486000] ? __pfx_kthread+0x10/0x10
[206679.486000] ret_from_fork_asm+0x1a/0x30
[206679.486002] </TASK>
[206859.500614] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[206859.513799] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11573151
[206859.531730] rcu: (detected by 70, t=43995517 jiffies, g=639685, q=42693 ncpus=256)
[206859.547052] Sending NMI from CPU 70 to CPUs 156:
[206859.547056] NMI backtrace for cpu 156
[206859.547062] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[206859.547065] Tainted: [D]=DIE, [W]=WARN
[206859.547065] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[206859.547066] Workqueue: cgroup_destroy css_free_rwork_fn
[206859.547069] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[206859.547071] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[206859.547072] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[206859.547073] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[206859.547074] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[206859.547074] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[206859.547074] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[206859.547075] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[206859.547076] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[206859.547076] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[206859.547077] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[206859.547077] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[206859.547078] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[206859.547078] PKRU: 55555554
[206859.547078] Call Trace:
[206859.547079] <TASK>
[206859.547080] _raw_spin_lock_irqsave+0x46/0x60
[206859.547082] cgroup_rstat_flush+0xf4/0x7e0
[206859.547083] cgroup_rstat_exit+0x20/0xf0
[206859.547084] css_free_rwork_fn+0x12e/0x400
[206859.547085] process_one_work+0x19e/0x3e0
[206859.547086] worker_thread+0x2ad/0x3c0
[206859.547088] kthread+0x108/0x220
[206859.547089] ? __pfx_worker_thread+0x10/0x10
[206859.547090] ? __pfx_kthread+0x10/0x10
[206859.547091] ret_from_fork+0x3d/0x60
[206859.547092] ? __pfx_kthread+0x10/0x10
[206859.547093] ret_from_fork_asm+0x1a/0x30
[206859.547095] </TASK>
[207039.561856] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[207039.575027] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11585040
[207039.592945] rcu: (detected by 199, t=44040533 jiffies, g=639685, q=42709 ncpus=256)
[207039.608371] Sending NMI from CPU 199 to CPUs 156:
[207039.608376] NMI backtrace for cpu 156
[207039.608383] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[207039.608385] Tainted: [D]=DIE, [W]=WARN
[207039.608386] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[207039.608387] Workqueue: cgroup_destroy css_free_rwork_fn
[207039.608390] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[207039.608392] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[207039.608393] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[207039.608394] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[207039.608395] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[207039.608395] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[207039.608395] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[207039.608396] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[207039.608397] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[207039.608397] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[207039.608397] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[207039.608398] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[207039.608398] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[207039.608399] PKRU: 55555554
[207039.608399] Call Trace:
[207039.608400] <TASK>
[207039.608401] _raw_spin_lock_irqsave+0x46/0x60
[207039.608402] cgroup_rstat_flush+0xf4/0x7e0
[207039.608404] cgroup_rstat_exit+0x20/0xf0
[207039.608405] css_free_rwork_fn+0x12e/0x400
[207039.608406] process_one_work+0x19e/0x3e0
[207039.608407] worker_thread+0x2ad/0x3c0
[207039.608409] kthread+0x108/0x220
[207039.608410] ? __pfx_worker_thread+0x10/0x10
[207039.608411] ? __pfx_kthread+0x10/0x10
[207039.608412] ret_from_fork+0x3d/0x60
[207039.608413] ? __pfx_kthread+0x10/0x10
[207039.608414] ret_from_fork_asm+0x1a/0x30
[207039.608416] </TASK>
[207219.623098] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[207219.636301] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11596933
[207219.654255] rcu: (detected by 219, t=44085549 jiffies, g=639685, q=42724 ncpus=256)
[207219.669706] Sending NMI from CPU 219 to CPUs 156:
[207219.669711] NMI backtrace for cpu 156
[207219.669717] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[207219.669720] Tainted: [D]=DIE, [W]=WARN
[207219.669720] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[207219.669722] Workqueue: cgroup_destroy css_free_rwork_fn
[207219.669724] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[207219.669727] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[207219.669728] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[207219.669729] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[207219.669729] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[207219.669730] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[207219.669730] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[207219.669731] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[207219.669732] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[207219.669733] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[207219.669733] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[207219.669734] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[207219.669735] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[207219.669735] PKRU: 55555554
[207219.669735] Call Trace:
[207219.669736] <TASK>
[207219.669737] _raw_spin_lock_irqsave+0x46/0x60
[207219.669739] cgroup_rstat_flush+0xf4/0x7e0
[207219.669740] cgroup_rstat_exit+0x20/0xf0
[207219.669741] css_free_rwork_fn+0x12e/0x400
[207219.669742] process_one_work+0x19e/0x3e0
[207219.669744] worker_thread+0x2ad/0x3c0
[207219.669745] kthread+0x108/0x220
[207219.669746] ? __pfx_worker_thread+0x10/0x10
[207219.669748] ? __pfx_kthread+0x10/0x10
[207219.669749] ret_from_fork+0x3d/0x60
[207219.669750] ? __pfx_kthread+0x10/0x10
[207219.669751] ret_from_fork_asm+0x1a/0x30
[207219.669753] </TASK>
[207399.684347] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[207399.697546] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11608823
[207399.715486] rcu: (detected by 47, t=44130565 jiffies, g=639685, q=42747 ncpus=256)
[207399.730822] Sending NMI from CPU 47 to CPUs 156:
[207399.730827] NMI backtrace for cpu 156
[207399.730833] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[207399.730836] Tainted: [D]=DIE, [W]=WARN
[207399.730836] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[207399.730837] Workqueue: cgroup_destroy css_free_rwork_fn
[207399.730840] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[207399.730842] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[207399.730843] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[207399.730844] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[207399.730844] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[207399.730844] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[207399.730845] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[207399.730845] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[207399.730846] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[207399.730847] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[207399.730847] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[207399.730848] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[207399.730848] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[207399.730848] PKRU: 55555554
[207399.730849] Call Trace:
[207399.730849] <TASK>
[207399.730851] _raw_spin_lock_irqsave+0x46/0x60
[207399.730852] cgroup_rstat_flush+0xf4/0x7e0
[207399.730853] cgroup_rstat_exit+0x20/0xf0
[207399.730854] css_free_rwork_fn+0x12e/0x400
[207399.730855] process_one_work+0x19e/0x3e0
[207399.730857] worker_thread+0x2ad/0x3c0
[207399.730858] kthread+0x108/0x220
[207399.730859] ? __pfx_worker_thread+0x10/0x10
[207399.730861] ? __pfx_kthread+0x10/0x10
[207399.730862] ret_from_fork+0x3d/0x60
[207399.730863] ? __pfx_kthread+0x10/0x10
[207399.730864] ret_from_fork_asm+0x1a/0x30
[207399.730866] </TASK>
[207579.729581] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[207579.742754] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11620766
[207579.760674] rcu: (detected by 194, t=44175577 jiffies, g=639685, q=42762 ncpus=256)
[207579.776094] Sending NMI from CPU 194 to CPUs 156:
[207579.776100] NMI backtrace for cpu 156
[207579.776106] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[207579.776108] Tainted: [D]=DIE, [W]=WARN
[207579.776109] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[207579.776110] Workqueue: cgroup_destroy css_free_rwork_fn
[207579.776113] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[207579.776115] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[207579.776117] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[207579.776117] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[207579.776118] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[207579.776118] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[207579.776118] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[207579.776119] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[207579.776120] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[207579.776120] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[207579.776121] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[207579.776121] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[207579.776122] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[207579.776122] PKRU: 55555554
[207579.776122] Call Trace:
[207579.776123] <TASK>
[207579.776124] _raw_spin_lock_irqsave+0x46/0x60
[207579.776125] cgroup_rstat_flush+0xf4/0x7e0
[207579.776127] cgroup_rstat_exit+0x20/0xf0
[207579.776128] css_free_rwork_fn+0x12e/0x400
[207579.776129] process_one_work+0x19e/0x3e0
[207579.776130] worker_thread+0x2ad/0x3c0
[207579.776132] kthread+0x108/0x220
[207579.776133] ? __pfx_worker_thread+0x10/0x10
[207579.776134] ? __pfx_kthread+0x10/0x10
[207579.776135] ret_from_fork+0x3d/0x60
[207579.776136] ? __pfx_kthread+0x10/0x10
[207579.776137] ret_from_fork_asm+0x1a/0x30
[207579.776139] </TASK>
[207759.790824] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[207759.804018] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11632654
[207759.821958] rcu: (detected by 44, t=44220593 jiffies, g=639685, q=42786 ncpus=256)
[207759.837282] Sending NMI from CPU 44 to CPUs 156:
[207759.837287] NMI backtrace for cpu 156
[207759.837293] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[207759.837295] Tainted: [D]=DIE, [W]=WARN
[207759.837296] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[207759.837297] Workqueue: cgroup_destroy css_free_rwork_fn
[207759.837300] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[207759.837303] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[207759.837304] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[207759.837305] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[207759.837305] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[207759.837306] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[207759.837306] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[207759.837307] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[207759.837307] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[207759.837308] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[207759.837308] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[207759.837309] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[207759.837309] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[207759.837310] PKRU: 55555554
[207759.837310] Call Trace:
[207759.837311] <TASK>
[207759.837312] _raw_spin_lock_irqsave+0x46/0x60
[207759.837313] cgroup_rstat_flush+0xf4/0x7e0
[207759.837315] cgroup_rstat_exit+0x20/0xf0
[207759.837316] css_free_rwork_fn+0x12e/0x400
[207759.837317] process_one_work+0x19e/0x3e0
[207759.837318] worker_thread+0x2ad/0x3c0
[207759.837320] kthread+0x108/0x220
[207759.837321] ? __pfx_worker_thread+0x10/0x10
[207759.837322] ? __pfx_kthread+0x10/0x10
[207759.837323] ret_from_fork+0x3d/0x60
[207759.837324] ? __pfx_kthread+0x10/0x10
[207759.837325] ret_from_fork_asm+0x1a/0x30
[207759.837327] </TASK>
[207939.852063] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[207939.865251] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11644580
[207939.883187] rcu: (detected by 71, t=44265609 jiffies, g=639685, q=42801 ncpus=256)
[207939.898516] Sending NMI from CPU 71 to CPUs 156:
[207939.898521] NMI backtrace for cpu 156
[207939.898527] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[207939.898530] Tainted: [D]=DIE, [W]=WARN
[207939.898531] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[207939.898532] Workqueue: cgroup_destroy css_free_rwork_fn
[207939.898534] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[207939.898537] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[207939.898538] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[207939.898538] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[207939.898539] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[207939.898539] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[207939.898540] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[207939.898540] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[207939.898541] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[207939.898542] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[207939.898542] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[207939.898543] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[207939.898543] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[207939.898543] PKRU: 55555554
[207939.898544] Call Trace:
[207939.898544] <TASK>
[207939.898545] _raw_spin_lock_irqsave+0x46/0x60
[207939.898547] cgroup_rstat_flush+0xf4/0x7e0
[207939.898548] cgroup_rstat_exit+0x20/0xf0
[207939.898549] css_free_rwork_fn+0x12e/0x400
[207939.898550] process_one_work+0x19e/0x3e0
[207939.898552] worker_thread+0x2ad/0x3c0
[207939.898553] kthread+0x108/0x220
[207939.898554] ? __pfx_worker_thread+0x10/0x10
[207939.898556] ? __pfx_kthread+0x10/0x10
[207939.898557] ret_from_fork+0x3d/0x60
[207939.898558] ? __pfx_kthread+0x10/0x10
[207939.898559] ret_from_fork_asm+0x1a/0x30
[207939.898561] </TASK>
[208119.913311] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[208119.926496] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11656463
[208119.944424] rcu: (detected by 175, t=44310625 jiffies, g=639685, q=42819 ncpus=256)
[208119.959852] Sending NMI from CPU 175 to CPUs 156:
[208119.959857] NMI backtrace for cpu 156
[208119.959863] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[208119.959866] Tainted: [D]=DIE, [W]=WARN
[208119.959866] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[208119.959867] Workqueue: cgroup_destroy css_free_rwork_fn
[208119.959870] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[208119.959872] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[208119.959874] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[208119.959874] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[208119.959875] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[208119.959875] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[208119.959875] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[208119.959876] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[208119.959877] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[208119.959877] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[208119.959878] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[208119.959878] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[208119.959879] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[208119.959879] PKRU: 55555554
[208119.959879] Call Trace:
[208119.959880] <TASK>
[208119.959881] _raw_spin_lock_irqsave+0x46/0x60
[208119.959882] cgroup_rstat_flush+0xf4/0x7e0
[208119.959884] cgroup_rstat_exit+0x20/0xf0
[208119.959885] css_free_rwork_fn+0x12e/0x400
[208119.959886] process_one_work+0x19e/0x3e0
[208119.959887] worker_thread+0x2ad/0x3c0
[208119.959889] kthread+0x108/0x220
[208119.959890] ? __pfx_worker_thread+0x10/0x10
[208119.959891] ? __pfx_kthread+0x10/0x10
[208119.959892] ret_from_fork+0x3d/0x60
[208119.959893] ? __pfx_kthread+0x10/0x10
[208119.959894] ret_from_fork_asm+0x1a/0x30
[208119.959896] </TASK>
[208299.974545] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[208299.987741] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11668322
[208300.005677] rcu: (detected by 3, t=44355641 jiffies, g=639685, q=42833 ncpus=256)
[208300.020926] Sending NMI from CPU 3 to CPUs 156:
[208300.020930] NMI backtrace for cpu 156
[208300.020936] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[208300.020939] Tainted: [D]=DIE, [W]=WARN
[208300.020939] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[208300.020940] Workqueue: cgroup_destroy css_free_rwork_fn
[208300.020943] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[208300.020945] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[208300.020946] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[208300.020947] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[208300.020947] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[208300.020948] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[208300.020948] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[208300.020949] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[208300.020950] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[208300.020951] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[208300.020951] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[208300.020952] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[208300.020952] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[208300.020953] PKRU: 55555554
[208300.020953] Call Trace:
[208300.020954] <TASK>
[208300.020955] _raw_spin_lock_irqsave+0x46/0x60
[208300.020956] cgroup_rstat_flush+0xf4/0x7e0
[208300.020958] cgroup_rstat_exit+0x20/0xf0
[208300.020959] css_free_rwork_fn+0x12e/0x400
[208300.020960] process_one_work+0x19e/0x3e0
[208300.020961] worker_thread+0x2ad/0x3c0
[208300.020963] kthread+0x108/0x220
[208300.020964] ? __pfx_worker_thread+0x10/0x10
[208300.020965] ? __pfx_kthread+0x10/0x10
[208300.020966] ret_from_fork+0x3d/0x60
[208300.020967] ? __pfx_kthread+0x10/0x10
[208300.020968] ret_from_fork_asm+0x1a/0x30
[208300.020970] </TASK>
[208480.035786] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[208480.048975] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11680226
[208480.066913] rcu: (detected by 91, t=44400657 jiffies, g=639685, q=42846 ncpus=256)
[208480.082243] Sending NMI from CPU 91 to CPUs 156:
[208480.082248] NMI backtrace for cpu 156
[208480.082253] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[208480.082256] Tainted: [D]=DIE, [W]=WARN
[208480.082257] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[208480.082258] Workqueue: cgroup_destroy css_free_rwork_fn
[208480.082261] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[208480.082263] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[208480.082265] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[208480.082265] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[208480.082266] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[208480.082266] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[208480.082266] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[208480.082267] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[208480.082268] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[208480.082269] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[208480.082269] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[208480.082270] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[208480.082270] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[208480.082270] PKRU: 55555554
[208480.082271] Call Trace:
[208480.082271] <TASK>
[208480.082273] _raw_spin_lock_irqsave+0x46/0x60
[208480.082274] cgroup_rstat_flush+0xf4/0x7e0
[208480.082275] cgroup_rstat_exit+0x20/0xf0
[208480.082276] css_free_rwork_fn+0x12e/0x400
[208480.082277] process_one_work+0x19e/0x3e0
[208480.082279] worker_thread+0x2ad/0x3c0
[208480.082281] kthread+0x108/0x220
[208480.082281] ? __pfx_worker_thread+0x10/0x10
[208480.082283] ? __pfx_kthread+0x10/0x10
[208480.082284] ret_from_fork+0x3d/0x60
[208480.082285] ? __pfx_kthread+0x10/0x10
[208480.082286] ret_from_fork_asm+0x1a/0x30
[208480.082288] </TASK>
[208660.097028] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[208660.110195] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11692095
[208660.128112] rcu: (detected by 199, t=44445673 jiffies, g=639685, q=42863 ncpus=256)
[208660.143529] Sending NMI from CPU 199 to CPUs 156:
[208660.143534] NMI backtrace for cpu 156
[208660.143540] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[208660.143543] Tainted: [D]=DIE, [W]=WARN
[208660.143543] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[208660.143544] Workqueue: cgroup_destroy css_free_rwork_fn
[208660.143547] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[208660.143549] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[208660.143550] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[208660.143551] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[208660.143552] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[208660.143552] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[208660.143552] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[208660.143553] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[208660.143554] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[208660.143555] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[208660.143555] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[208660.143556] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[208660.143556] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[208660.143556] PKRU: 55555554
[208660.143557] Call Trace:
[208660.143557] <TASK>
[208660.143558] _raw_spin_lock_irqsave+0x46/0x60
[208660.143560] cgroup_rstat_flush+0xf4/0x7e0
[208660.143561] cgroup_rstat_exit+0x20/0xf0
[208660.143562] css_free_rwork_fn+0x12e/0x400
[208660.143563] process_one_work+0x19e/0x3e0
[208660.143565] worker_thread+0x2ad/0x3c0
[208660.143566] kthread+0x108/0x220
[208660.143567] ? __pfx_worker_thread+0x10/0x10
[208660.143569] ? __pfx_kthread+0x10/0x10
[208660.143570] ret_from_fork+0x3d/0x60
[208660.143571] ? __pfx_kthread+0x10/0x10
[208660.143572] ret_from_fork_asm+0x1a/0x30
[208660.143574] </TASK>
[208840.158269] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[208840.171442] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11703991
[208840.189372] rcu: (detected by 71, t=44490689 jiffies, g=639685, q=42878 ncpus=256)
[208840.204697] Sending NMI from CPU 71 to CPUs 156:
[208840.204701] NMI backtrace for cpu 156
[208840.204707] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[208840.204711] Tainted: [D]=DIE, [W]=WARN
[208840.204711] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[208840.204712] Workqueue: cgroup_destroy css_free_rwork_fn
[208840.204715] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[208840.204717] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[208840.204719] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[208840.204719] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[208840.204720] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[208840.204720] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[208840.204720] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[208840.204721] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[208840.204722] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[208840.204722] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[208840.204723] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[208840.204723] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[208840.204724] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[208840.204724] PKRU: 55555554
[208840.204724] Call Trace:
[208840.204725] <TASK>
[208840.204726] _raw_spin_lock_irqsave+0x46/0x60
[208840.204727] cgroup_rstat_flush+0xf4/0x7e0
[208840.204729] cgroup_rstat_exit+0x20/0xf0
[208840.204730] css_free_rwork_fn+0x12e/0x400
[208840.204731] process_one_work+0x19e/0x3e0
[208840.204732] worker_thread+0x2ad/0x3c0
[208840.204734] kthread+0x108/0x220
[208840.204735] ? __pfx_worker_thread+0x10/0x10
[208840.204736] ? __pfx_kthread+0x10/0x10
[208840.204737] ret_from_fork+0x3d/0x60
[208840.204738] ? __pfx_kthread+0x10/0x10
[208840.204739] ret_from_fork_asm+0x1a/0x30
[208840.204741] </TASK>
[209020.219510] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[209020.232681] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11715875
[209020.250609] rcu: (detected by 71, t=44535705 jiffies, g=639685, q=42899 ncpus=256)
[209020.265929] Sending NMI from CPU 71 to CPUs 156:
[209020.265935] NMI backtrace for cpu 156
[209020.265940] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[209020.265944] Tainted: [D]=DIE, [W]=WARN
[209020.265944] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[209020.265945] Workqueue: cgroup_destroy css_free_rwork_fn
[209020.265948] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[209020.265951] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[209020.265952] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[209020.265953] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[209020.265954] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[209020.265954] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[209020.265954] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[209020.265955] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[209020.265956] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[209020.265956] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[209020.265957] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[209020.265958] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[209020.265958] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[209020.265958] PKRU: 55555554
[209020.265959] Call Trace:
[209020.265959] <TASK>
[209020.265960] _raw_spin_lock_irqsave+0x46/0x60
[209020.265962] cgroup_rstat_flush+0xf4/0x7e0
[209020.265963] cgroup_rstat_exit+0x20/0xf0
[209020.265964] css_free_rwork_fn+0x12e/0x400
[209020.265965] process_one_work+0x19e/0x3e0
[209020.265967] worker_thread+0x2ad/0x3c0
[209020.265968] kthread+0x108/0x220
[209020.265969] ? __pfx_worker_thread+0x10/0x10
[209020.265970] ? __pfx_kthread+0x10/0x10
[209020.265971] ret_from_fork+0x3d/0x60
[209020.265973] ? __pfx_kthread+0x10/0x10
[209020.265973] ret_from_fork_asm+0x1a/0x30
[209020.265975] </TASK>
[209200.280750] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[209200.293915] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11727769
[209200.311838] rcu: (detected by 66, t=44580721 jiffies, g=639685, q=42916 ncpus=256)
[209200.327151] Sending NMI from CPU 66 to CPUs 156:
[209200.327155] NMI backtrace for cpu 156
[209200.327161] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[209200.327164] Tainted: [D]=DIE, [W]=WARN
[209200.327164] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[209200.327166] Workqueue: cgroup_destroy css_free_rwork_fn
[209200.327169] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[209200.327171] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[209200.327172] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[209200.327173] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[209200.327173] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[209200.327174] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[209200.327174] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[209200.327175] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[209200.327176] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[209200.327177] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[209200.327177] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[209200.327178] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[209200.327178] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[209200.327178] PKRU: 55555554
[209200.327179] Call Trace:
[209200.327180] <TASK>
[209200.327181] _raw_spin_lock_irqsave+0x46/0x60
[209200.327182] cgroup_rstat_flush+0xf4/0x7e0
[209200.327183] cgroup_rstat_exit+0x20/0xf0
[209200.327185] css_free_rwork_fn+0x12e/0x400
[209200.327185] process_one_work+0x19e/0x3e0
[209200.327187] worker_thread+0x2ad/0x3c0
[209200.327189] kthread+0x108/0x220
[209200.327189] ? __pfx_worker_thread+0x10/0x10
[209200.327191] ? __pfx_kthread+0x10/0x10
[209200.327192] ret_from_fork+0x3d/0x60
[209200.327193] ? __pfx_kthread+0x10/0x10
[209200.327194] ret_from_fork_asm+0x1a/0x30
[209200.327196] </TASK>
[209380.341995] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[209380.355166] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11739657
[209380.373085] rcu: (detected by 179, t=44625737 jiffies, g=639685, q=42931 ncpus=256)
[209380.388503] Sending NMI from CPU 179 to CPUs 156:
[209380.388508] NMI backtrace for cpu 156
[209380.388514] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[209380.388517] Tainted: [D]=DIE, [W]=WARN
[209380.388518] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[209380.388519] Workqueue: cgroup_destroy css_free_rwork_fn
[209380.388522] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[209380.388524] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[209380.388525] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[209380.388526] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[209380.388526] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[209380.388526] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[209380.388527] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[209380.388527] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[209380.388528] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[209380.388529] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[209380.388529] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[209380.388530] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[209380.388530] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[209380.388530] PKRU: 55555554
[209380.388531] Call Trace:
[209380.388531] <TASK>
[209380.388533] _raw_spin_lock_irqsave+0x46/0x60
[209380.388534] cgroup_rstat_flush+0xf4/0x7e0
[209380.388535] cgroup_rstat_exit+0x20/0xf0
[209380.388536] css_free_rwork_fn+0x12e/0x400
[209380.388537] process_one_work+0x19e/0x3e0
[209380.388539] worker_thread+0x2ad/0x3c0
[209380.388540] kthread+0x108/0x220
[209380.388541] ? __pfx_worker_thread+0x10/0x10
[209380.388543] ? __pfx_kthread+0x10/0x10
[209380.388544] ret_from_fork+0x3d/0x60
[209380.388545] ? __pfx_kthread+0x10/0x10
[209380.388546] ret_from_fork_asm+0x1a/0x30
[209380.388548] </TASK>
[209560.403233] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[209560.416424] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11751564
[209560.434362] rcu: (detected by 175, t=44670753 jiffies, g=639685, q=42951 ncpus=256)
[209560.449799] Sending NMI from CPU 175 to CPUs 156:
[209560.449804] NMI backtrace for cpu 156
[209560.449810] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[209560.449814] Tainted: [D]=DIE, [W]=WARN
[209560.449814] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[209560.449815] Workqueue: cgroup_destroy css_free_rwork_fn
[209560.449818] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[209560.449820] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[209560.449822] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[209560.449823] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[209560.449823] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[209560.449824] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[209560.449824] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[209560.449824] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[209560.449825] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[209560.449826] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[209560.449826] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[209560.449827] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[209560.449827] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[209560.449827] PKRU: 55555554
[209560.449828] Call Trace:
[209560.449828] <TASK>
[209560.449830] _raw_spin_lock_irqsave+0x46/0x60
[209560.449831] cgroup_rstat_flush+0xf4/0x7e0
[209560.449832] cgroup_rstat_exit+0x20/0xf0
[209560.449833] css_free_rwork_fn+0x12e/0x400
[209560.449834] process_one_work+0x19e/0x3e0
[209560.449836] worker_thread+0x2ad/0x3c0
[209560.449837] kthread+0x108/0x220
[209560.449838] ? __pfx_worker_thread+0x10/0x10
[209560.449840] ? __pfx_kthread+0x10/0x10
[209560.449841] ret_from_fork+0x3d/0x60
[209560.449842] ? __pfx_kthread+0x10/0x10
[209560.449843] ret_from_fork_asm+0x1a/0x30
[209560.449845] </TASK>
[209740.464482] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[209740.477662] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11763427
[209740.495586] rcu: (detected by 175, t=44715769 jiffies, g=639685, q=42966 ncpus=256)
[209740.511020] Sending NMI from CPU 175 to CPUs 156:
[209740.511024] NMI backtrace for cpu 156
[209740.511030] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[209740.511032] Tainted: [D]=DIE, [W]=WARN
[209740.511033] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[209740.511033] Workqueue: cgroup_destroy css_free_rwork_fn
[209740.511036] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[209740.511038] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[209740.511040] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[209740.511041] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[209740.511041] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[209740.511042] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[209740.511042] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[209740.511042] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[209740.511043] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[209740.511044] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[209740.511044] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[209740.511045] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[209740.511045] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[209740.511046] PKRU: 55555554
[209740.511046] Call Trace:
[209740.511047] <TASK>
[209740.511048] _raw_spin_lock_irqsave+0x46/0x60
[209740.511049] cgroup_rstat_flush+0xf4/0x7e0
[209740.511051] cgroup_rstat_exit+0x20/0xf0
[209740.511052] css_free_rwork_fn+0x12e/0x400
[209740.511052] process_one_work+0x19e/0x3e0
[209740.511054] worker_thread+0x2ad/0x3c0
[209740.511056] kthread+0x108/0x220
[209740.511057] ? __pfx_worker_thread+0x10/0x10
[209740.511058] ? __pfx_kthread+0x10/0x10
[209740.511059] ret_from_fork+0x3d/0x60
[209740.511060] ? __pfx_kthread+0x10/0x10
[209740.511061] ret_from_fork_asm+0x1a/0x30
[209740.511063] </TASK>
[209920.525716] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[209920.538889] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11775252
[209920.556808] rcu: (detected by 175, t=44760785 jiffies, g=639685, q=42981 ncpus=256)
[209920.572231] Sending NMI from CPU 175 to CPUs 156:
[209920.572236] NMI backtrace for cpu 156
[209920.572242] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[209920.572244] Tainted: [D]=DIE, [W]=WARN
[209920.572245] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[209920.572246] Workqueue: cgroup_destroy css_free_rwork_fn
[209920.572249] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[209920.572251] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[209920.572253] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[209920.572253] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[209920.572254] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[209920.572254] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[209920.572254] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[209920.572255] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[209920.572256] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[209920.572256] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[209920.572257] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[209920.572257] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[209920.572258] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[209920.572258] PKRU: 55555554
[209920.572258] Call Trace:
[209920.572259] <TASK>
[209920.572260] _raw_spin_lock_irqsave+0x46/0x60
[209920.572262] cgroup_rstat_flush+0xf4/0x7e0
[209920.572263] cgroup_rstat_exit+0x20/0xf0
[209920.572264] css_free_rwork_fn+0x12e/0x400
[209920.572265] process_one_work+0x19e/0x3e0
[209920.572267] worker_thread+0x2ad/0x3c0
[209920.572268] kthread+0x108/0x220
[209920.572269] ? __pfx_worker_thread+0x10/0x10
[209920.572271] ? __pfx_kthread+0x10/0x10
[209920.572271] ret_from_fork+0x3d/0x60
[209920.572273] ? __pfx_kthread+0x10/0x10
[209920.572273] ret_from_fork_asm+0x1a/0x30
[209920.572275] </TASK>
[210100.586958] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[210100.600144] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11787108
[210100.618079] rcu: (detected by 219, t=44805801 jiffies, g=639685, q=43009 ncpus=256)
[210100.633511] Sending NMI from CPU 219 to CPUs 156:
[210100.633517] NMI backtrace for cpu 156
[210100.633523] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[210100.633526] Tainted: [D]=DIE, [W]=WARN
[210100.633527] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[210100.633528] Workqueue: cgroup_destroy css_free_rwork_fn
[210100.633531] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[210100.633533] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[210100.633535] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[210100.633535] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[210100.633536] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[210100.633536] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[210100.633537] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[210100.633537] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[210100.633538] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[210100.633539] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[210100.633539] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[210100.633540] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[210100.633540] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[210100.633540] PKRU: 55555554
[210100.633541] Call Trace:
[210100.633541] <TASK>
[210100.633542] _raw_spin_lock_irqsave+0x46/0x60
[210100.633544] cgroup_rstat_flush+0xf4/0x7e0
[210100.633545] cgroup_rstat_exit+0x20/0xf0
[210100.633546] css_free_rwork_fn+0x12e/0x400
[210100.633547] process_one_work+0x19e/0x3e0
[210100.633549] worker_thread+0x2ad/0x3c0
[210100.633550] kthread+0x108/0x220
[210100.633551] ? __pfx_worker_thread+0x10/0x10
[210100.633552] ? __pfx_kthread+0x10/0x10
[210100.633553] ret_from_fork+0x3d/0x60
[210100.633555] ? __pfx_kthread+0x10/0x10
[210100.633555] ret_from_fork_asm+0x1a/0x30
[210100.633557] </TASK>
[210280.648198] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[210280.661376] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11798991
[210280.679301] rcu: (detected by 71, t=44850817 jiffies, g=639685, q=43048 ncpus=256)
[210280.694617] Sending NMI from CPU 71 to CPUs 156:
[210280.694622] NMI backtrace for cpu 156
[210280.694628] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[210280.694630] Tainted: [D]=DIE, [W]=WARN
[210280.694631] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[210280.694632] Workqueue: cgroup_destroy css_free_rwork_fn
[210280.694635] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[210280.694637] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[210280.694638] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[210280.694639] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[210280.694639] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[210280.694640] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[210280.694640] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[210280.694641] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[210280.694641] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[210280.694642] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[210280.694642] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[210280.694643] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[210280.694643] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[210280.694644] PKRU: 55555554
[210280.694644] Call Trace:
[210280.694645] <TASK>
[210280.694646] _raw_spin_lock_irqsave+0x46/0x60
[210280.694647] cgroup_rstat_flush+0xf4/0x7e0
[210280.694649] cgroup_rstat_exit+0x20/0xf0
[210280.694650] css_free_rwork_fn+0x12e/0x400
[210280.694651] process_one_work+0x19e/0x3e0
[210280.694652] worker_thread+0x2ad/0x3c0
[210280.694654] kthread+0x108/0x220
[210280.694655] ? __pfx_worker_thread+0x10/0x10
[210280.694656] ? __pfx_kthread+0x10/0x10
[210280.694657] ret_from_fork+0x3d/0x60
[210280.694658] ? __pfx_kthread+0x10/0x10
[210280.694659] ret_from_fork_asm+0x1a/0x30
[210280.694661] </TASK>
[210460.709440] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[210460.722616] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11810881
[210460.740537] rcu: (detected by 175, t=44895833 jiffies, g=639685, q=43064 ncpus=256)
[210460.755958] Sending NMI from CPU 175 to CPUs 156:
[210460.755964] NMI backtrace for cpu 156
[210460.755970] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[210460.755972] Tainted: [D]=DIE, [W]=WARN
[210460.755973] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[210460.755974] Workqueue: cgroup_destroy css_free_rwork_fn
[210460.755977] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[210460.755979] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[210460.755980] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[210460.755981] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[210460.755981] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[210460.755982] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[210460.755982] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[210460.755982] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[210460.755983] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[210460.755984] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[210460.755984] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[210460.755985] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[210460.755985] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[210460.755985] PKRU: 55555554
[210460.755986] Call Trace:
[210460.755986] <TASK>
[210460.755988] _raw_spin_lock_irqsave+0x46/0x60
[210460.755989] cgroup_rstat_flush+0xf4/0x7e0
[210460.755990] cgroup_rstat_exit+0x20/0xf0
[210460.755991] css_free_rwork_fn+0x12e/0x400
[210460.755992] process_one_work+0x19e/0x3e0
[210460.755994] worker_thread+0x2ad/0x3c0
[210460.755995] kthread+0x108/0x220
[210460.755996] ? __pfx_worker_thread+0x10/0x10
[210460.755998] ? __pfx_kthread+0x10/0x10
[210460.755999] ret_from_fork+0x3d/0x60
[210460.756000] ? __pfx_kthread+0x10/0x10
[210460.756001] ret_from_fork_asm+0x1a/0x30
[210460.756003] </TASK>
[210640.770682] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[210640.783868] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11822759
[210640.801806] rcu: (detected by 42, t=44940849 jiffies, g=639685, q=43084 ncpus=256)
[210640.817138] Sending NMI from CPU 42 to CPUs 156:
[210640.817143] NMI backtrace for cpu 156
[210640.817149] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[210640.817152] Tainted: [D]=DIE, [W]=WARN
[210640.817153] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[210640.817154] Workqueue: cgroup_destroy css_free_rwork_fn
[210640.817157] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[210640.817159] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[210640.817161] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[210640.817161] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[210640.817162] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[210640.817163] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[210640.817164] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[210640.817165] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[210640.817166] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[210640.817167] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[210640.817167] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[210640.817168] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[210640.817168] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[210640.817169] PKRU: 55555554
[210640.817169] Call Trace:
[210640.817169] <TASK>
[210640.817170] _raw_spin_lock_irqsave+0x46/0x60
[210640.817172] cgroup_rstat_flush+0xf4/0x7e0
[210640.817173] cgroup_rstat_exit+0x20/0xf0
[210640.817174] css_free_rwork_fn+0x12e/0x400
[210640.817175] process_one_work+0x19e/0x3e0
[210640.817177] worker_thread+0x2ad/0x3c0
[210640.817178] kthread+0x108/0x220
[210640.817179] ? __pfx_worker_thread+0x10/0x10
[210640.817181] ? __pfx_kthread+0x10/0x10
[210640.817182] ret_from_fork+0x3d/0x60
[210640.817183] ? __pfx_kthread+0x10/0x10
[210640.817184] ret_from_fork_asm+0x1a/0x30
[210640.817186] </TASK>
[210820.831923] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[210820.845109] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11834623
[210820.863045] rcu: (detected by 91, t=44985865 jiffies, g=639685, q=43100 ncpus=256)
[210820.878370] Sending NMI from CPU 91 to CPUs 156:
[210820.878375] NMI backtrace for cpu 156
[210820.878381] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[210820.878384] Tainted: [D]=DIE, [W]=WARN
[210820.878384] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[210820.878385] Workqueue: cgroup_destroy css_free_rwork_fn
[210820.878388] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[210820.878390] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[210820.878392] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[210820.878392] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[210820.878393] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[210820.878393] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[210820.878394] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[210820.878394] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[210820.878395] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[210820.878396] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[210820.878396] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[210820.878397] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[210820.878397] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[210820.878397] PKRU: 55555554
[210820.878398] Call Trace:
[210820.878398] <TASK>
[210820.878400] _raw_spin_lock_irqsave+0x46/0x60
[210820.878401] cgroup_rstat_flush+0xf4/0x7e0
[210820.878402] cgroup_rstat_exit+0x20/0xf0
[210820.878403] css_free_rwork_fn+0x12e/0x400
[210820.878404] process_one_work+0x19e/0x3e0
[210820.878406] worker_thread+0x2ad/0x3c0
[210820.878408] kthread+0x108/0x220
[210820.878409] ? __pfx_worker_thread+0x10/0x10
[210820.878410] ? __pfx_kthread+0x10/0x10
[210820.878411] ret_from_fork+0x3d/0x60
[210820.878412] ? __pfx_kthread+0x10/0x10
[210820.878413] ret_from_fork_asm+0x1a/0x30
[210820.878415] </TASK>
[211000.893166] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[211000.906344] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11846496
[211000.924269] rcu: (detected by 44, t=45030881 jiffies, g=639685, q=43137 ncpus=256)
[211000.939589] Sending NMI from CPU 44 to CPUs 156:
[211000.939595] NMI backtrace for cpu 156
[211000.939601] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[211000.939604] Tainted: [D]=DIE, [W]=WARN
[211000.939604] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[211000.939605] Workqueue: cgroup_destroy css_free_rwork_fn
[211000.939609] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[211000.939611] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[211000.939612] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[211000.939613] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[211000.939613] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[211000.939613] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[211000.939614] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[211000.939614] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[211000.939615] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[211000.939616] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[211000.939616] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[211000.939617] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[211000.939617] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[211000.939617] PKRU: 55555554
[211000.939618] Call Trace:
[211000.939618] <TASK>
[211000.939620] _raw_spin_lock_irqsave+0x46/0x60
[211000.939621] cgroup_rstat_flush+0xf4/0x7e0
[211000.939622] cgroup_rstat_exit+0x20/0xf0
[211000.939623] css_free_rwork_fn+0x12e/0x400
[211000.939624] process_one_work+0x19e/0x3e0
[211000.939626] worker_thread+0x2ad/0x3c0
[211000.939627] kthread+0x108/0x220
[211000.939628] ? __pfx_worker_thread+0x10/0x10
[211000.939630] ? __pfx_kthread+0x10/0x10
[211000.939631] ret_from_fork+0x3d/0x60
[211000.939632] ? __pfx_kthread+0x10/0x10
[211000.939633] ret_from_fork_asm+0x1a/0x30
[211000.939635] </TASK>
[211180.954406] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[211180.967591] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11858339
[211180.985522] rcu: (detected by 158, t=45075897 jiffies, g=639685, q=43156 ncpus=256)
[211181.000949] Sending NMI from CPU 158 to CPUs 156:
[211181.000953] NMI backtrace for cpu 156
[211181.000956] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[211181.000958] Tainted: [D]=DIE, [W]=WARN
[211181.000959] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[211181.000960] Workqueue: cgroup_destroy css_free_rwork_fn
[211181.000962] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[211181.000964] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[211181.000964] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[211181.000965] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[211181.000966] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[211181.000966] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[211181.000966] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[211181.000967] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[211181.000968] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[211181.000968] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[211181.000969] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[211181.000969] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[211181.000969] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[211181.000970] PKRU: 55555554
[211181.000970] Call Trace:
[211181.000971] <TASK>
[211181.000971] _raw_spin_lock_irqsave+0x46/0x60
[211181.000973] cgroup_rstat_flush+0xf4/0x7e0
[211181.000974] cgroup_rstat_exit+0x20/0xf0
[211181.000975] css_free_rwork_fn+0x12e/0x400
[211181.000976] process_one_work+0x19e/0x3e0
[211181.000978] worker_thread+0x2ad/0x3c0
[211181.000979] kthread+0x108/0x220
[211181.000980] ? __pfx_worker_thread+0x10/0x10
[211181.000981] ? __pfx_kthread+0x10/0x10
[211181.000982] ret_from_fork+0x3d/0x60
[211181.000984] ? __pfx_kthread+0x10/0x10
[211181.000984] ret_from_fork_asm+0x1a/0x30
[211181.000986] </TASK>
[211361.015646] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[211361.028840] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11870245
[211361.046780] rcu: (detected by 175, t=45120913 jiffies, g=639685, q=43189 ncpus=256)
[211361.062207] Sending NMI from CPU 175 to CPUs 156:
[211361.062213] NMI backtrace for cpu 156
[211361.062219] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[211361.062221] Tainted: [D]=DIE, [W]=WARN
[211361.062221] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[211361.062222] Workqueue: cgroup_destroy css_free_rwork_fn
[211361.062225] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[211361.062227] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[211361.062228] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[211361.062229] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[211361.062229] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[211361.062230] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[211361.062231] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[211361.062232] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[211361.062233] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[211361.062233] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[211361.062234] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[211361.062234] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[211361.062235] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[211361.062235] PKRU: 55555554
[211361.062235] Call Trace:
[211361.062236] <TASK>
[211361.062237] _raw_spin_lock_irqsave+0x46/0x60
[211361.062238] cgroup_rstat_flush+0xf4/0x7e0
[211361.062240] cgroup_rstat_exit+0x20/0xf0
[211361.062241] css_free_rwork_fn+0x12e/0x400
[211361.062242] process_one_work+0x19e/0x3e0
[211361.062244] worker_thread+0x2ad/0x3c0
[211361.062246] kthread+0x108/0x220
[211361.062247] ? __pfx_worker_thread+0x10/0x10
[211361.062248] ? __pfx_kthread+0x10/0x10
[211361.062249] ret_from_fork+0x3d/0x60
[211361.062250] ? __pfx_kthread+0x10/0x10
[211361.062251] ret_from_fork_asm+0x1a/0x30
[211361.062254] </TASK>
[211541.076886] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[211541.090070] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11882081
[211541.108003] rcu: (detected by 208, t=45165929 jiffies, g=639685, q=43202 ncpus=256)
[211541.123434] Sending NMI from CPU 208 to CPUs 156:
[211541.123439] NMI backtrace for cpu 156
[211541.123445] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[211541.123448] Tainted: [D]=DIE, [W]=WARN
[211541.123448] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[211541.123449] Workqueue: cgroup_destroy css_free_rwork_fn
[211541.123452] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[211541.123454] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[211541.123455] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[211541.123456] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[211541.123457] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[211541.123457] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[211541.123457] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[211541.123458] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[211541.123459] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[211541.123459] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[211541.123460] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[211541.123460] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[211541.123461] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[211541.123461] PKRU: 55555554
[211541.123461] Call Trace:
[211541.123462] <TASK>
[211541.123463] _raw_spin_lock_irqsave+0x46/0x60
[211541.123464] cgroup_rstat_flush+0xf4/0x7e0
[211541.123466] cgroup_rstat_exit+0x20/0xf0
[211541.123467] css_free_rwork_fn+0x12e/0x400
[211541.123468] process_one_work+0x19e/0x3e0
[211541.123469] worker_thread+0x2ad/0x3c0
[211541.123471] kthread+0x108/0x220
[211541.123472] ? __pfx_worker_thread+0x10/0x10
[211541.123473] ? __pfx_kthread+0x10/0x10
[211541.123474] ret_from_fork+0x3d/0x60
[211541.123475] ? __pfx_kthread+0x10/0x10
[211541.123476] ret_from_fork_asm+0x1a/0x30
[211541.123478] </TASK>
[211721.138128] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[211721.151318] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11893767
[211721.169256] rcu: (detected by 199, t=45210945 jiffies, g=639685, q=43217 ncpus=256)
[211721.184695] Sending NMI from CPU 199 to CPUs 156:
[211721.184700] NMI backtrace for cpu 156
[211721.184706] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[211721.184709] Tainted: [D]=DIE, [W]=WARN
[211721.184709] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[211721.184710] Workqueue: cgroup_destroy css_free_rwork_fn
[211721.184713] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[211721.184716] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[211721.184717] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[211721.184717] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[211721.184718] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[211721.184718] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[211721.184719] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[211721.184719] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[211721.184720] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[211721.184721] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[211721.184721] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[211721.184722] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[211721.184722] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[211721.184722] PKRU: 55555554
[211721.184723] Call Trace:
[211721.184723] <TASK>
[211721.184724] _raw_spin_lock_irqsave+0x46/0x60
[211721.184726] cgroup_rstat_flush+0xf4/0x7e0
[211721.184727] cgroup_rstat_exit+0x20/0xf0
[211721.184728] css_free_rwork_fn+0x12e/0x400
[211721.184729] process_one_work+0x19e/0x3e0
[211721.184731] worker_thread+0x2ad/0x3c0
[211721.184733] kthread+0x108/0x220
[211721.184734] ? __pfx_worker_thread+0x10/0x10
[211721.184735] ? __pfx_kthread+0x10/0x10
[211721.184736] ret_from_fork+0x3d/0x60
[211721.184737] ? __pfx_kthread+0x10/0x10
[211721.184738] ret_from_fork_asm+0x1a/0x30
[211721.184740] </TASK>
[211901.199377] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[211901.212574] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11905645
[211901.230514] rcu: (detected by 163, t=45255961 jiffies, g=639685, q=43232 ncpus=256)
[211901.245942] Sending NMI from CPU 163 to CPUs 156:
[211901.245948] NMI backtrace for cpu 156
[211901.245955] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[211901.245957] Tainted: [D]=DIE, [W]=WARN
[211901.245958] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[211901.245959] Workqueue: cgroup_destroy css_free_rwork_fn
[211901.245962] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[211901.245964] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[211901.245965] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[211901.245966] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[211901.245967] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[211901.245968] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[211901.245968] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[211901.245969] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[211901.245970] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[211901.245970] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[211901.245971] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[211901.245971] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[211901.245972] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[211901.245972] PKRU: 55555554
[211901.245972] Call Trace:
[211901.245973] <TASK>
[211901.245974] _raw_spin_lock_irqsave+0x46/0x60
[211901.245976] cgroup_rstat_flush+0xf4/0x7e0
[211901.245977] cgroup_rstat_exit+0x20/0xf0
[211901.245978] css_free_rwork_fn+0x12e/0x400
[211901.245979] process_one_work+0x19e/0x3e0
[211901.245980] worker_thread+0x2ad/0x3c0
[211901.245982] kthread+0x108/0x220
[211901.245983] ? __pfx_worker_thread+0x10/0x10
[211901.245985] ? __pfx_kthread+0x10/0x10
[211901.245986] ret_from_fork+0x3d/0x60
[211901.245987] ? __pfx_kthread+0x10/0x10
[211901.245988] ret_from_fork_asm+0x1a/0x30
[211901.245990] </TASK>
[212081.260611] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[212081.273810] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11917542
[212081.291754] rcu: (detected by 175, t=45300977 jiffies, g=639685, q=43256 ncpus=256)
[212081.307197] Sending NMI from CPU 175 to CPUs 156:
[212081.307201] NMI backtrace for cpu 156
[212081.307207] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[212081.307210] Tainted: [D]=DIE, [W]=WARN
[212081.307210] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[212081.307212] Workqueue: cgroup_destroy css_free_rwork_fn
[212081.307215] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[212081.307217] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[212081.307218] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[212081.307219] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[212081.307220] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[212081.307220] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[212081.307220] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[212081.307221] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[212081.307222] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[212081.307222] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[212081.307222] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[212081.307223] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[212081.307223] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[212081.307224] PKRU: 55555554
[212081.307224] Call Trace:
[212081.307225] <TASK>
[212081.307226] _raw_spin_lock_irqsave+0x46/0x60
[212081.307227] cgroup_rstat_flush+0xf4/0x7e0
[212081.307229] cgroup_rstat_exit+0x20/0xf0
[212081.307230] css_free_rwork_fn+0x12e/0x400
[212081.307230] process_one_work+0x19e/0x3e0
[212081.307232] worker_thread+0x2ad/0x3c0
[212081.307234] kthread+0x108/0x220
[212081.307235] ? __pfx_worker_thread+0x10/0x10
[212081.307236] ? __pfx_kthread+0x10/0x10
[212081.307237] ret_from_fork+0x3d/0x60
[212081.307238] ? __pfx_kthread+0x10/0x10
[212081.307239] ret_from_fork_asm+0x1a/0x30
[212081.307241] </TASK>
[212261.321861] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[212261.335048] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11929382
[212261.352981] rcu: (detected by 47, t=45345992 jiffies, g=639685, q=43271 ncpus=256)
[212261.368319] Sending NMI from CPU 47 to CPUs 156:
[212261.368323] NMI backtrace for cpu 156
[212261.368329] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[212261.368332] Tainted: [D]=DIE, [W]=WARN
[212261.368333] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[212261.368334] Workqueue: cgroup_destroy css_free_rwork_fn
[212261.368337] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[212261.368339] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[212261.368340] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[212261.368341] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[212261.368341] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[212261.368342] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[212261.368342] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[212261.368343] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[212261.368344] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[212261.368344] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[212261.368345] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[212261.368345] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[212261.368346] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[212261.368346] PKRU: 55555554
[212261.368346] Call Trace:
[212261.368347] <TASK>
[212261.368348] _raw_spin_lock_irqsave+0x46/0x60
[212261.368350] cgroup_rstat_flush+0xf4/0x7e0
[212261.368351] cgroup_rstat_exit+0x20/0xf0
[212261.368353] css_free_rwork_fn+0x12e/0x400
[212261.368353] process_one_work+0x19e/0x3e0
[212261.368355] worker_thread+0x2ad/0x3c0
[212261.368357] kthread+0x108/0x220
[212261.368358] ? __pfx_worker_thread+0x10/0x10
[212261.368359] ? __pfx_kthread+0x10/0x10
[212261.368360] ret_from_fork+0x3d/0x60
[212261.368361] ? __pfx_kthread+0x10/0x10
[212261.368362] ret_from_fork_asm+0x1a/0x30
[212261.368364] </TASK>
[212441.367100] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[212441.380281] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11941217
[212441.398205] rcu: (detected by 3, t=45391005 jiffies, g=639685, q=43283 ncpus=256)
[212441.413426] Sending NMI from CPU 3 to CPUs 156:
[212441.413431] NMI backtrace for cpu 156
[212441.413437] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[212441.413440] Tainted: [D]=DIE, [W]=WARN
[212441.413440] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[212441.413441] Workqueue: cgroup_destroy css_free_rwork_fn
[212441.413444] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[212441.413446] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[212441.413447] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[212441.413448] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[212441.413448] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[212441.413449] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[212441.413449] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[212441.413450] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[212441.413451] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[212441.413451] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[212441.413451] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[212441.413452] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[212441.413452] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[212441.413453] PKRU: 55555554
[212441.413453] Call Trace:
[212441.413454] <TASK>
[212441.413455] _raw_spin_lock_irqsave+0x46/0x60
[212441.413456] cgroup_rstat_flush+0xf4/0x7e0
[212441.413458] cgroup_rstat_exit+0x20/0xf0
[212441.413459] css_free_rwork_fn+0x12e/0x400
[212441.413460] process_one_work+0x19e/0x3e0
[212441.413461] worker_thread+0x2ad/0x3c0
[212441.413463] kthread+0x108/0x220
[212441.413464] ? __pfx_worker_thread+0x10/0x10
[212441.413465] ? __pfx_kthread+0x10/0x10
[212441.413466] ret_from_fork+0x3d/0x60
[212441.413467] ? __pfx_kthread+0x10/0x10
[212441.413468] ret_from_fork_asm+0x1a/0x30
[212441.413470] </TASK>
[212621.428333] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[212621.441513] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11953131
[212621.459437] rcu: (detected by 151, t=45436021 jiffies, g=639685, q=43301 ncpus=256)
[212621.474860] Sending NMI from CPU 151 to CPUs 156:
[212621.474864] NMI backtrace for cpu 156
[212621.474870] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[212621.474872] Tainted: [D]=DIE, [W]=WARN
[212621.474872] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[212621.474873] Workqueue: cgroup_destroy css_free_rwork_fn
[212621.474876] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[212621.474878] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[212621.474880] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[212621.474880] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[212621.474881] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[212621.474882] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[212621.474882] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[212621.474883] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[212621.474883] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[212621.474884] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[212621.474884] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[212621.474885] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[212621.474885] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[212621.474886] PKRU: 55555554
[212621.474886] Call Trace:
[212621.474887] <TASK>
[212621.474888] _raw_spin_lock_irqsave+0x46/0x60
[212621.474889] cgroup_rstat_flush+0xf4/0x7e0
[212621.474890] cgroup_rstat_exit+0x20/0xf0
[212621.474891] css_free_rwork_fn+0x12e/0x400
[212621.474892] process_one_work+0x19e/0x3e0
[212621.474894] worker_thread+0x2ad/0x3c0
[212621.474895] kthread+0x108/0x220
[212621.474896] ? __pfx_worker_thread+0x10/0x10
[212621.474898] ? __pfx_kthread+0x10/0x10
[212621.474899] ret_from_fork+0x3d/0x60
[212621.474900] ? __pfx_kthread+0x10/0x10
[212621.474901] ret_from_fork_asm+0x1a/0x30
[212621.474903] </TASK>
[212801.489576] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[212801.502764] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11964997
[212801.520703] rcu: (detected by 199, t=45481037 jiffies, g=639685, q=43320 ncpus=256)
[212801.536138] Sending NMI from CPU 199 to CPUs 156:
[212801.536143] NMI backtrace for cpu 156
[212801.536149] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[212801.536152] Tainted: [D]=DIE, [W]=WARN
[212801.536152] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[212801.536153] Workqueue: cgroup_destroy css_free_rwork_fn
[212801.536156] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[212801.536158] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[212801.536160] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[212801.536161] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[212801.536161] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[212801.536162] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[212801.536162] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[212801.536162] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[212801.536163] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[212801.536164] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[212801.536164] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[212801.536165] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[212801.536165] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[212801.536166] PKRU: 55555554
[212801.536166] Call Trace:
[212801.536167] <TASK>
[212801.536168] _raw_spin_lock_irqsave+0x46/0x60
[212801.536169] cgroup_rstat_flush+0xf4/0x7e0
[212801.536170] cgroup_rstat_exit+0x20/0xf0
[212801.536172] css_free_rwork_fn+0x12e/0x400
[212801.536173] process_one_work+0x19e/0x3e0
[212801.536175] worker_thread+0x2ad/0x3c0
[212801.536176] kthread+0x108/0x220
[212801.536177] ? __pfx_worker_thread+0x10/0x10
[212801.536178] ? __pfx_kthread+0x10/0x10
[212801.536179] ret_from_fork+0x3d/0x60
[212801.536180] ? __pfx_kthread+0x10/0x10
[212801.536181] ret_from_fork_asm+0x1a/0x30
[212801.536183] </TASK>
[212981.550825] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[212981.564023] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11976864
[212981.581963] rcu: (detected by 175, t=45526053 jiffies, g=639685, q=43344 ncpus=256)
[212981.597403] Sending NMI from CPU 175 to CPUs 156:
[212981.597408] NMI backtrace for cpu 156
[212981.597414] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[212981.597417] Tainted: [D]=DIE, [W]=WARN
[212981.597417] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[212981.597419] Workqueue: cgroup_destroy css_free_rwork_fn
[212981.597421] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[212981.597424] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[212981.597425] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[212981.597426] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[212981.597426] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[212981.597427] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[212981.597427] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[212981.597427] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[212981.597428] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[212981.597429] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[212981.597429] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[212981.597430] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[212981.597430] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[212981.597431] PKRU: 55555554
[212981.597431] Call Trace:
[212981.597432] <TASK>
[212981.597433] _raw_spin_lock_irqsave+0x46/0x60
[212981.597434] cgroup_rstat_flush+0xf4/0x7e0
[212981.597436] cgroup_rstat_exit+0x20/0xf0
[212981.597437] css_free_rwork_fn+0x12e/0x400
[212981.597437] process_one_work+0x19e/0x3e0
[212981.597439] worker_thread+0x2ad/0x3c0
[212981.597441] kthread+0x108/0x220
[212981.597442] ? __pfx_worker_thread+0x10/0x10
[212981.597443] ? __pfx_kthread+0x10/0x10
[212981.597444] ret_from_fork+0x3d/0x60
[212981.597445] ? __pfx_kthread+0x10/0x10
[212981.597446] ret_from_fork_asm+0x1a/0x30
[212981.597448] </TASK>
[213161.612059] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[213161.625241] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=11988712
[213161.643177] rcu: (detected by 42, t=45571069 jiffies, g=639685, q=43374 ncpus=256)
[213161.658510] Sending NMI from CPU 42 to CPUs 156:
[213161.658514] NMI backtrace for cpu 156
[213161.658520] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[213161.658522] Tainted: [D]=DIE, [W]=WARN
[213161.658523] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[213161.658524] Workqueue: cgroup_destroy css_free_rwork_fn
[213161.658526] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[213161.658528] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[213161.658529] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[213161.658530] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[213161.658531] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[213161.658531] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[213161.658532] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[213161.658533] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[213161.658534] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[213161.658535] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[213161.658535] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[213161.658536] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[213161.658536] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[213161.658536] PKRU: 55555554
[213161.658537] Call Trace:
[213161.658537] <TASK>
[213161.658539] _raw_spin_lock_irqsave+0x46/0x60
[213161.658540] cgroup_rstat_flush+0xf4/0x7e0
[213161.658542] cgroup_rstat_exit+0x20/0xf0
[213161.658543] css_free_rwork_fn+0x12e/0x400
[213161.658544] process_one_work+0x19e/0x3e0
[213161.658545] worker_thread+0x2ad/0x3c0
[213161.658547] kthread+0x108/0x220
[213161.658548] ? __pfx_worker_thread+0x10/0x10
[213161.658549] ? __pfx_kthread+0x10/0x10
[213161.658550] ret_from_fork+0x3d/0x60
[213161.658551] ? __pfx_kthread+0x10/0x10
[213161.658552] ret_from_fork_asm+0x1a/0x30
[213161.658554] </TASK>
[213341.673299] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[213341.686492] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12000599
[213341.704430] rcu: (detected by 227, t=45616085 jiffies, g=639685, q=43393 ncpus=256)
[213341.719871] Sending NMI from CPU 227 to CPUs 156:
[213341.719877] NMI backtrace for cpu 156
[213341.719883] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[213341.719885] Tainted: [D]=DIE, [W]=WARN
[213341.719886] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[213341.719887] Workqueue: cgroup_destroy css_free_rwork_fn
[213341.719890] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[213341.719892] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[213341.719893] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[213341.719894] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[213341.719894] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[213341.719895] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[213341.719895] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[213341.719895] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[213341.719896] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[213341.719897] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[213341.719897] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[213341.719898] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[213341.719898] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[213341.719899] PKRU: 55555554
[213341.719899] Call Trace:
[213341.719899] <TASK>
[213341.719901] _raw_spin_lock_irqsave+0x46/0x60
[213341.719902] cgroup_rstat_flush+0xf4/0x7e0
[213341.719903] cgroup_rstat_exit+0x20/0xf0
[213341.719904] css_free_rwork_fn+0x12e/0x400
[213341.719905] process_one_work+0x19e/0x3e0
[213341.719907] worker_thread+0x2ad/0x3c0
[213341.719908] kthread+0x108/0x220
[213341.719909] ? __pfx_worker_thread+0x10/0x10
[213341.719911] ? __pfx_kthread+0x10/0x10
[213341.719912] ret_from_fork+0x3d/0x60
[213341.719913] ? __pfx_kthread+0x10/0x10
[213341.719914] ret_from_fork_asm+0x1a/0x30
[213341.719916] </TASK>
[213521.734540] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[213521.747737] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12012445
[213521.765677] rcu: (detected by 3, t=45661101 jiffies, g=639685, q=43408 ncpus=256)
[213521.780912] Sending NMI from CPU 3 to CPUs 156:
[213521.780917] NMI backtrace for cpu 156
[213521.780923] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[213521.780926] Tainted: [D]=DIE, [W]=WARN
[213521.780927] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[213521.780928] Workqueue: cgroup_destroy css_free_rwork_fn
[213521.780931] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[213521.780933] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[213521.780934] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[213521.780935] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[213521.780936] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[213521.780936] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[213521.780936] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[213521.780937] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[213521.780938] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[213521.780938] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[213521.780939] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[213521.780939] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[213521.780940] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[213521.780940] PKRU: 55555554
[213521.780940] Call Trace:
[213521.780941] <TASK>
[213521.780942] _raw_spin_lock_irqsave+0x46/0x60
[213521.780944] cgroup_rstat_flush+0xf4/0x7e0
[213521.780945] cgroup_rstat_exit+0x20/0xf0
[213521.780946] css_free_rwork_fn+0x12e/0x400
[213521.780947] process_one_work+0x19e/0x3e0
[213521.780949] worker_thread+0x2ad/0x3c0
[213521.780950] kthread+0x108/0x220
[213521.780951] ? __pfx_worker_thread+0x10/0x10
[213521.780953] ? __pfx_kthread+0x10/0x10
[213521.780954] ret_from_fork+0x3d/0x60
[213521.780955] ? __pfx_kthread+0x10/0x10
[213521.780956] ret_from_fork_asm+0x1a/0x30
[213521.780957] </TASK>
[213701.795782] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[213701.808957] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12024315
[213701.826881] rcu: (detected by 66, t=45706117 jiffies, g=639685, q=43432 ncpus=256)
[213701.842199] Sending NMI from CPU 66 to CPUs 156:
[213701.842204] NMI backtrace for cpu 156
[213701.842210] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[213701.842213] Tainted: [D]=DIE, [W]=WARN
[213701.842213] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[213701.842214] Workqueue: cgroup_destroy css_free_rwork_fn
[213701.842217] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[213701.842219] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[213701.842221] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[213701.842221] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[213701.842222] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[213701.842222] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[213701.842223] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[213701.842223] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[213701.842224] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[213701.842225] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[213701.842225] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[213701.842226] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[213701.842226] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[213701.842226] PKRU: 55555554
[213701.842227] Call Trace:
[213701.842227] <TASK>
[213701.842228] _raw_spin_lock_irqsave+0x46/0x60
[213701.842229] cgroup_rstat_flush+0xf4/0x7e0
[213701.842231] cgroup_rstat_exit+0x20/0xf0
[213701.842232] css_free_rwork_fn+0x12e/0x400
[213701.842233] process_one_work+0x19e/0x3e0
[213701.842234] worker_thread+0x2ad/0x3c0
[213701.842236] kthread+0x108/0x220
[213701.842237] ? __pfx_worker_thread+0x10/0x10
[213701.842238] ? __pfx_kthread+0x10/0x10
[213701.842239] ret_from_fork+0x3d/0x60
[213701.842240] ? __pfx_kthread+0x10/0x10
[213701.842241] ret_from_fork_asm+0x1a/0x30
[213701.842243] </TASK>
[213881.857024] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[213881.870197] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12036178
[213881.888125] rcu: (detected by 194, t=45751133 jiffies, g=639685, q=43510 ncpus=256)
[213881.903548] Sending NMI from CPU 194 to CPUs 156:
[213881.903552] NMI backtrace for cpu 156
[213881.903558] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[213881.903560] Tainted: [D]=DIE, [W]=WARN
[213881.903561] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[213881.903562] Workqueue: cgroup_destroy css_free_rwork_fn
[213881.903565] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[213881.903567] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[213881.903568] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[213881.903569] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[213881.903570] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[213881.903570] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[213881.903571] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[213881.903571] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[213881.903572] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[213881.903573] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[213881.903573] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[213881.903574] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[213881.903574] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[213881.903574] PKRU: 55555554
[213881.903575] Call Trace:
[213881.903575] <TASK>
[213881.903576] _raw_spin_lock_irqsave+0x46/0x60
[213881.903578] cgroup_rstat_flush+0xf4/0x7e0
[213881.903579] cgroup_rstat_exit+0x20/0xf0
[213881.903580] css_free_rwork_fn+0x12e/0x400
[213881.903581] process_one_work+0x19e/0x3e0
[213881.903583] worker_thread+0x2ad/0x3c0
[213881.903584] kthread+0x108/0x220
[213881.903585] ? __pfx_worker_thread+0x10/0x10
[213881.903587] ? __pfx_kthread+0x10/0x10
[213881.903588] ret_from_fork+0x3d/0x60
[213881.903589] ? __pfx_kthread+0x10/0x10
[213881.903590] ret_from_fork_asm+0x1a/0x30
[213881.903591] </TASK>
[214061.918265] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[214061.931456] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12048022
[214061.949403] rcu: (detected by 71, t=45796149 jiffies, g=639685, q=43652 ncpus=256)
[214061.964745] Sending NMI from CPU 71 to CPUs 156:
[214061.964749] NMI backtrace for cpu 156
[214061.964755] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[214061.964757] Tainted: [D]=DIE, [W]=WARN
[214061.964758] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[214061.964759] Workqueue: cgroup_destroy css_free_rwork_fn
[214061.964762] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[214061.964764] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[214061.964765] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[214061.964765] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[214061.964766] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[214061.964766] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[214061.964767] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[214061.964767] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[214061.964768] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[214061.964769] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[214061.964769] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[214061.964770] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[214061.964770] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[214061.964770] PKRU: 55555554
[214061.964771] Call Trace:
[214061.964771] <TASK>
[214061.964772] _raw_spin_lock_irqsave+0x46/0x60
[214061.964774] cgroup_rstat_flush+0xf4/0x7e0
[214061.964775] cgroup_rstat_exit+0x20/0xf0
[214061.964776] css_free_rwork_fn+0x12e/0x400
[214061.964777] process_one_work+0x19e/0x3e0
[214061.964779] worker_thread+0x2ad/0x3c0
[214061.964780] kthread+0x108/0x220
[214061.964781] ? __pfx_worker_thread+0x10/0x10
[214061.964783] ? __pfx_kthread+0x10/0x10
[214061.964784] ret_from_fork+0x3d/0x60
[214061.964785] ? __pfx_kthread+0x10/0x10
[214061.964786] ret_from_fork_asm+0x1a/0x30
[214061.964788] </TASK>
[214241.979506] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[214241.992687] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12059861
[214242.010613] rcu: (detected by 4, t=45841165 jiffies, g=639685, q=43802 ncpus=256)
[214242.025840] Sending NMI from CPU 4 to CPUs 156:
[214242.025846] NMI backtrace for cpu 156
[214242.025853] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[214242.025855] Tainted: [D]=DIE, [W]=WARN
[214242.025856] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[214242.025857] Workqueue: cgroup_destroy css_free_rwork_fn
[214242.025860] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[214242.025862] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[214242.025863] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[214242.025864] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[214242.025865] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[214242.025865] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[214242.025865] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[214242.025866] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[214242.025867] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[214242.025867] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[214242.025868] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[214242.025868] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[214242.025869] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[214242.025869] PKRU: 55555554
[214242.025869] Call Trace:
[214242.025870] <TASK>
[214242.025871] _raw_spin_lock_irqsave+0x46/0x60
[214242.025873] cgroup_rstat_flush+0xf4/0x7e0
[214242.025874] cgroup_rstat_exit+0x20/0xf0
[214242.025875] css_free_rwork_fn+0x12e/0x400
[214242.025876] process_one_work+0x19e/0x3e0
[214242.025877] worker_thread+0x2ad/0x3c0
[214242.025879] kthread+0x108/0x220
[214242.025880] ? __pfx_worker_thread+0x10/0x10
[214242.025881] ? __pfx_kthread+0x10/0x10
[214242.025882] ret_from_fork+0x3d/0x60
[214242.025883] ? __pfx_kthread+0x10/0x10
[214242.025885] ret_from_fork_asm+0x1a/0x30
[214242.025886] </TASK>
[214422.040748] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[214422.053931] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12071741
[214422.071860] rcu: (detected by 44, t=45886181 jiffies, g=639685, q=43948 ncpus=256)
[214422.087183] Sending NMI from CPU 44 to CPUs 156:
[214422.087188] NMI backtrace for cpu 156
[214422.087194] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[214422.087197] Tainted: [D]=DIE, [W]=WARN
[214422.087198] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[214422.087199] Workqueue: cgroup_destroy css_free_rwork_fn
[214422.087202] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[214422.087204] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[214422.087205] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[214422.087206] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[214422.087206] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[214422.087207] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[214422.087207] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[214422.087208] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[214422.087208] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[214422.087209] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[214422.087209] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[214422.087210] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[214422.087210] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[214422.087211] PKRU: 55555554
[214422.087211] Call Trace:
[214422.087212] <TASK>
[214422.087213] _raw_spin_lock_irqsave+0x46/0x60
[214422.087214] cgroup_rstat_flush+0xf4/0x7e0
[214422.087215] cgroup_rstat_exit+0x20/0xf0
[214422.087217] css_free_rwork_fn+0x12e/0x400
[214422.087217] process_one_work+0x19e/0x3e0
[214422.087219] worker_thread+0x2ad/0x3c0
[214422.087221] kthread+0x108/0x220
[214422.087221] ? __pfx_worker_thread+0x10/0x10
[214422.087223] ? __pfx_kthread+0x10/0x10
[214422.087224] ret_from_fork+0x3d/0x60
[214422.087225] ? __pfx_kthread+0x10/0x10
[214422.087226] ret_from_fork_asm+0x1a/0x30
[214422.087228] </TASK>
[214602.101988] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[214602.115155] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12083660
[214602.133077] rcu: (detected by 91, t=45931197 jiffies, g=639685, q=44088 ncpus=256)
[214602.148395] Sending NMI from CPU 91 to CPUs 156:
[214602.148399] NMI backtrace for cpu 156
[214602.148406] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[214602.148409] Tainted: [D]=DIE, [W]=WARN
[214602.148409] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[214602.148410] Workqueue: cgroup_destroy css_free_rwork_fn
[214602.148413] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[214602.148415] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[214602.148417] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[214602.148417] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[214602.148418] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[214602.148418] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[214602.148419] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[214602.148420] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[214602.148421] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[214602.148421] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[214602.148422] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[214602.148423] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[214602.148423] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[214602.148423] PKRU: 55555554
[214602.148424] Call Trace:
[214602.148424] <TASK>
[214602.148426] _raw_spin_lock_irqsave+0x46/0x60
[214602.148427] cgroup_rstat_flush+0xf4/0x7e0
[214602.148428] cgroup_rstat_exit+0x20/0xf0
[214602.148429] css_free_rwork_fn+0x12e/0x400
[214602.148430] process_one_work+0x19e/0x3e0
[214602.148432] worker_thread+0x2ad/0x3c0
[214602.148434] kthread+0x108/0x220
[214602.148434] ? __pfx_worker_thread+0x10/0x10
[214602.148436] ? __pfx_kthread+0x10/0x10
[214602.148437] ret_from_fork+0x3d/0x60
[214602.148438] ? __pfx_kthread+0x10/0x10
[214602.148439] ret_from_fork_asm+0x1a/0x30
[214602.148441] </TASK>
[214782.163229] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[214782.176395] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12095513
[214782.194314] rcu: (detected by 71, t=45976213 jiffies, g=639685, q=44223 ncpus=256)
[214782.209627] Sending NMI from CPU 71 to CPUs 156:
[214782.209634] NMI backtrace for cpu 156
[214782.209639] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[214782.209642] Tainted: [D]=DIE, [W]=WARN
[214782.209643] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[214782.209644] Workqueue: cgroup_destroy css_free_rwork_fn
[214782.209647] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[214782.209648] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[214782.209650] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[214782.209650] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[214782.209651] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[214782.209651] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[214782.209651] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[214782.209652] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[214782.209653] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[214782.209654] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[214782.209654] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[214782.209654] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[214782.209655] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[214782.209655] PKRU: 55555554
[214782.209655] Call Trace:
[214782.209656] <TASK>
[214782.209657] _raw_spin_lock_irqsave+0x46/0x60
[214782.209659] cgroup_rstat_flush+0xf4/0x7e0
[214782.209660] cgroup_rstat_exit+0x20/0xf0
[214782.209661] css_free_rwork_fn+0x12e/0x400
[214782.209662] process_one_work+0x19e/0x3e0
[214782.209663] worker_thread+0x2ad/0x3c0
[214782.209665] kthread+0x108/0x220
[214782.209666] ? __pfx_worker_thread+0x10/0x10
[214782.209667] ? __pfx_kthread+0x10/0x10
[214782.209668] ret_from_fork+0x3d/0x60
[214782.209669] ? __pfx_kthread+0x10/0x10
[214782.209670] ret_from_fork_asm+0x1a/0x30
[214782.209672] </TASK>
[214962.224470] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[214962.237631] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12107369
[214962.255553] rcu: (detected by 66, t=46021229 jiffies, g=639685, q=44377 ncpus=256)
[214962.270871] Sending NMI from CPU 66 to CPUs 156:
[214962.270875] NMI backtrace for cpu 156
[214962.270880] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[214962.270883] Tainted: [D]=DIE, [W]=WARN
[214962.270884] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[214962.270884] Workqueue: cgroup_destroy css_free_rwork_fn
[214962.270887] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[214962.270890] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[214962.270891] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[214962.270891] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[214962.270892] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[214962.270892] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[214962.270893] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[214962.270893] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[214962.270894] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[214962.270895] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[214962.270895] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[214962.270896] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[214962.270896] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[214962.270896] PKRU: 55555554
[214962.270897] Call Trace:
[214962.270897] <TASK>
[214962.270899] _raw_spin_lock_irqsave+0x46/0x60
[214962.270900] cgroup_rstat_flush+0xf4/0x7e0
[214962.270901] cgroup_rstat_exit+0x20/0xf0
[214962.270902] css_free_rwork_fn+0x12e/0x400
[214962.270903] process_one_work+0x19e/0x3e0
[214962.270905] worker_thread+0x2ad/0x3c0
[214962.270906] kthread+0x108/0x220
[214962.270907] ? __pfx_worker_thread+0x10/0x10
[214962.270909] ? __pfx_kthread+0x10/0x10
[214962.270910] ret_from_fork+0x3d/0x60
[214962.270911] ? __pfx_kthread+0x10/0x10
[214962.270912] ret_from_fork_asm+0x1a/0x30
[214962.270914] </TASK>
[215142.285712] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[215142.298891] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12119251
[215142.316819] rcu: (detected by 175, t=46066245 jiffies, g=639685, q=44499 ncpus=256)
[215142.332245] Sending NMI from CPU 175 to CPUs 156:
[215142.332251] NMI backtrace for cpu 156
[215142.332256] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[215142.332260] Tainted: [D]=DIE, [W]=WARN
[215142.332260] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[215142.332261] Workqueue: cgroup_destroy css_free_rwork_fn
[215142.332264] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[215142.332266] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[215142.332267] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[215142.332268] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[215142.332269] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[215142.332269] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[215142.332269] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[215142.332270] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[215142.332271] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[215142.332271] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[215142.332272] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[215142.332272] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[215142.332273] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[215142.332273] PKRU: 55555554
[215142.332273] Call Trace:
[215142.332274] <TASK>
[215142.332275] _raw_spin_lock_irqsave+0x46/0x60
[215142.332277] cgroup_rstat_flush+0xf4/0x7e0
[215142.332278] cgroup_rstat_exit+0x20/0xf0
[215142.332279] css_free_rwork_fn+0x12e/0x400
[215142.332280] process_one_work+0x19e/0x3e0
[215142.332282] worker_thread+0x2ad/0x3c0
[215142.332283] kthread+0x108/0x220
[215142.332284] ? __pfx_worker_thread+0x10/0x10
[215142.332286] ? __pfx_kthread+0x10/0x10
[215142.332287] ret_from_fork+0x3d/0x60
[215142.332288] ? __pfx_kthread+0x10/0x10
[215142.332289] ret_from_fork_asm+0x1a/0x30
[215142.332290] </TASK>
[215322.346952] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[215322.360144] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12131167
[215322.378076] rcu: (detected by 175, t=46111261 jiffies, g=639685, q=44633 ncpus=256)
[215322.393519] Sending NMI from CPU 175 to CPUs 156:
[215322.393524] NMI backtrace for cpu 156
[215322.393529] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[215322.393534] Tainted: [D]=DIE, [W]=WARN
[215322.393534] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[215322.393535] Workqueue: cgroup_destroy css_free_rwork_fn
[215322.393538] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[215322.393540] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[215322.393541] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[215322.393542] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[215322.393542] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[215322.393543] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[215322.393543] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[215322.393544] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[215322.393544] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[215322.393545] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[215322.393545] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[215322.393546] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[215322.393546] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[215322.393547] PKRU: 55555554
[215322.393547] Call Trace:
[215322.393548] <TASK>
[215322.393549] _raw_spin_lock_irqsave+0x46/0x60
[215322.393550] cgroup_rstat_flush+0xf4/0x7e0
[215322.393552] cgroup_rstat_exit+0x20/0xf0
[215322.393553] css_free_rwork_fn+0x12e/0x400
[215322.393553] process_one_work+0x19e/0x3e0
[215322.393555] worker_thread+0x2ad/0x3c0
[215322.393557] kthread+0x108/0x220
[215322.393558] ? __pfx_worker_thread+0x10/0x10
[215322.393559] ? __pfx_kthread+0x10/0x10
[215322.393560] ret_from_fork+0x3d/0x60
[215322.393561] ? __pfx_kthread+0x10/0x10
[215322.393562] ret_from_fork_asm+0x1a/0x30
[215322.393564] </TASK>
[215502.408194] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[215502.421382] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12143093
[215502.439315] rcu: (detected by 83, t=46156277 jiffies, g=639685, q=44775 ncpus=256)
[215502.454645] Sending NMI from CPU 83 to CPUs 156:
[215502.454650] NMI backtrace for cpu 156
[215502.454656] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[215502.454659] Tainted: [D]=DIE, [W]=WARN
[215502.454660] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[215502.454661] Workqueue: cgroup_destroy css_free_rwork_fn
[215502.454664] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[215502.454666] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[215502.454668] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[215502.454668] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[215502.454669] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[215502.454669] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[215502.454670] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[215502.454670] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[215502.454671] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[215502.454672] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[215502.454672] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[215502.454673] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[215502.454674] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[215502.454674] PKRU: 55555554
[215502.454674] Call Trace:
[215502.454675] <TASK>
[215502.454676] _raw_spin_lock_irqsave+0x46/0x60
[215502.454678] cgroup_rstat_flush+0xf4/0x7e0
[215502.454679] cgroup_rstat_exit+0x20/0xf0
[215502.454680] css_free_rwork_fn+0x12e/0x400
[215502.454681] process_one_work+0x19e/0x3e0
[215502.454682] worker_thread+0x2ad/0x3c0
[215502.454684] kthread+0x108/0x220
[215502.454685] ? __pfx_worker_thread+0x10/0x10
[215502.454686] ? __pfx_kthread+0x10/0x10
[215502.454687] ret_from_fork+0x3d/0x60
[215502.454688] ? __pfx_kthread+0x10/0x10
[215502.454689] ret_from_fork_asm+0x1a/0x30
[215502.454691] </TASK>
[215682.469437] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[215682.482625] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12154727
[215682.500558] rcu: (detected by 175, t=46201293 jiffies, g=639685, q=44921 ncpus=256)
[215682.515993] Sending NMI from CPU 175 to CPUs 156:
[215682.516000] NMI backtrace for cpu 156
[215682.516005] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[215682.516008] Tainted: [D]=DIE, [W]=WARN
[215682.516009] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[215682.516009] Workqueue: cgroup_destroy css_free_rwork_fn
[215682.516013] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[215682.516015] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[215682.516016] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[215682.516017] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[215682.516018] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[215682.516018] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[215682.516019] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[215682.516019] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[215682.516020] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[215682.516021] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[215682.516021] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[215682.516022] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[215682.516022] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[215682.516022] PKRU: 55555554
[215682.516023] Call Trace:
[215682.516023] <TASK>
[215682.516024] _raw_spin_lock_irqsave+0x46/0x60
[215682.516026] cgroup_rstat_flush+0xf4/0x7e0
[215682.516027] cgroup_rstat_exit+0x20/0xf0
[215682.516028] css_free_rwork_fn+0x12e/0x400
[215682.516029] process_one_work+0x19e/0x3e0
[215682.516031] worker_thread+0x2ad/0x3c0
[215682.516033] kthread+0x108/0x220
[215682.516034] ? __pfx_worker_thread+0x10/0x10
[215682.516035] ? __pfx_kthread+0x10/0x10
[215682.516036] ret_from_fork+0x3d/0x60
[215682.516037] ? __pfx_kthread+0x10/0x10
[215682.516038] ret_from_fork_asm+0x1a/0x30
[215682.516040] </TASK>
[215862.530677] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[215862.543874] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12166642
[215862.561817] rcu: (detected by 71, t=46246309 jiffies, g=639685, q=45060 ncpus=256)
[215862.577150] Sending NMI from CPU 71 to CPUs 156:
[215862.577155] NMI backtrace for cpu 156
[215862.577161] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[215862.577163] Tainted: [D]=DIE, [W]=WARN
[215862.577164] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[215862.577165] Workqueue: cgroup_destroy css_free_rwork_fn
[215862.577168] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[215862.577170] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[215862.577171] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[215862.577172] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[215862.577172] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[215862.577173] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[215862.577173] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[215862.577174] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[215862.577175] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[215862.577176] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[215862.577176] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[215862.577177] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[215862.577177] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[215862.577177] PKRU: 55555554
[215862.577178] Call Trace:
[215862.577179] <TASK>
[215862.577180] _raw_spin_lock_irqsave+0x46/0x60
[215862.577181] cgroup_rstat_flush+0xf4/0x7e0
[215862.577182] cgroup_rstat_exit+0x20/0xf0
[215862.577184] css_free_rwork_fn+0x12e/0x400
[215862.577184] process_one_work+0x19e/0x3e0
[215862.577186] worker_thread+0x2ad/0x3c0
[215862.577188] kthread+0x108/0x220
[215862.577189] ? __pfx_worker_thread+0x10/0x10
[215862.577190] ? __pfx_kthread+0x10/0x10
[215862.577191] ret_from_fork+0x3d/0x60
[215862.577192] ? __pfx_kthread+0x10/0x10
[215862.577193] ret_from_fork_asm+0x1a/0x30
[215862.577195] </TASK>
[216042.591919] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[216042.605104] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12178508
[216042.623025] rcu: (detected by 158, t=46291325 jiffies, g=639685, q=45196 ncpus=256)
[216042.638457] Sending NMI from CPU 158 to CPUs 156:
[216042.638461] NMI backtrace for cpu 156
[216042.638463] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[216042.638465] Tainted: [D]=DIE, [W]=WARN
[216042.638466] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[216042.638467] Workqueue: cgroup_destroy css_free_rwork_fn
[216042.638469] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[216042.638471] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[216042.638472] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[216042.638472] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[216042.638473] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[216042.638473] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[216042.638474] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[216042.638474] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[216042.638475] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[216042.638476] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[216042.638476] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[216042.638477] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[216042.638477] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[216042.638478] PKRU: 55555554
[216042.638478] Call Trace:
[216042.638479] <TASK>
[216042.638480] _raw_spin_lock_irqsave+0x46/0x60
[216042.638481] cgroup_rstat_flush+0xf4/0x7e0
[216042.638483] cgroup_rstat_exit+0x20/0xf0
[216042.638484] css_free_rwork_fn+0x12e/0x400
[216042.638484] process_one_work+0x19e/0x3e0
[216042.638486] worker_thread+0x2ad/0x3c0
[216042.638488] kthread+0x108/0x220
[216042.638489] ? __pfx_worker_thread+0x10/0x10
[216042.638490] ? __pfx_kthread+0x10/0x10
[216042.638491] ret_from_fork+0x3d/0x60
[216042.638492] ? __pfx_kthread+0x10/0x10
[216042.638493] ret_from_fork_asm+0x1a/0x30
[216042.638495] </TASK>
[216222.653160] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[216222.666359] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12190415
[216222.684300] rcu: (detected by 71, t=46336341 jiffies, g=639685, q=45336 ncpus=256)
[216222.699640] Sending NMI from CPU 71 to CPUs 156:
[216222.699646] NMI backtrace for cpu 156
[216222.699652] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[216222.699654] Tainted: [D]=DIE, [W]=WARN
[216222.699655] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[216222.699656] Workqueue: cgroup_destroy css_free_rwork_fn
[216222.699658] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[216222.699661] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[216222.699662] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[216222.699662] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[216222.699663] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[216222.699663] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[216222.699664] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[216222.699665] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[216222.699665] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[216222.699666] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[216222.699666] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[216222.699667] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[216222.699667] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[216222.699668] PKRU: 55555554
[216222.699668] Call Trace:
[216222.699669] <TASK>
[216222.699670] _raw_spin_lock_irqsave+0x46/0x60
[216222.699672] cgroup_rstat_flush+0xf4/0x7e0
[216222.699673] cgroup_rstat_exit+0x20/0xf0
[216222.699674] css_free_rwork_fn+0x12e/0x400
[216222.699675] process_one_work+0x19e/0x3e0
[216222.699677] worker_thread+0x2ad/0x3c0
[216222.699678] kthread+0x108/0x220
[216222.699679] ? __pfx_worker_thread+0x10/0x10
[216222.699681] ? __pfx_kthread+0x10/0x10
[216222.699682] ret_from_fork+0x3d/0x60
[216222.699683] ? __pfx_kthread+0x10/0x10
[216222.699684] ret_from_fork_asm+0x1a/0x30
[216222.699686] </TASK>
[216402.714405] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[216402.727590] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12202281
[216402.745511] rcu: (detected by 184, t=46381357 jiffies, g=639685, q=45469 ncpus=256)
[216402.760936] Sending NMI from CPU 184 to CPUs 156:
[216402.760943] NMI backtrace for cpu 156
[216402.760948] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[216402.760951] Tainted: [D]=DIE, [W]=WARN
[216402.760952] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[216402.760952] Workqueue: cgroup_destroy css_free_rwork_fn
[216402.760955] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[216402.760957] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[216402.760959] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[216402.760960] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[216402.760960] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[216402.760960] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[216402.760961] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[216402.760961] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[216402.760962] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[216402.760963] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[216402.760963] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[216402.760964] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[216402.760964] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[216402.760964] PKRU: 55555554
[216402.760965] Call Trace:
[216402.760966] <TASK>
[216402.760967] _raw_spin_lock_irqsave+0x46/0x60
[216402.760968] cgroup_rstat_flush+0xf4/0x7e0
[216402.760969] cgroup_rstat_exit+0x20/0xf0
[216402.760970] css_free_rwork_fn+0x12e/0x400
[216402.760971] process_one_work+0x19e/0x3e0
[216402.760973] worker_thread+0x2ad/0x3c0
[216402.760974] kthread+0x108/0x220
[216402.760975] ? __pfx_worker_thread+0x10/0x10
[216402.760977] ? __pfx_kthread+0x10/0x10
[216402.760978] ret_from_fork+0x3d/0x60
[216402.760979] ? __pfx_kthread+0x10/0x10
[216402.760980] ret_from_fork_asm+0x1a/0x30
[216402.760982] </TASK>
[216582.775641] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[216582.788832] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12214192
[216582.806770] rcu: (detected by 91, t=46426373 jiffies, g=639685, q=45597 ncpus=256)
[216582.822095] Sending NMI from CPU 91 to CPUs 156:
[216582.822100] NMI backtrace for cpu 156
[216582.822106] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[216582.822109] Tainted: [D]=DIE, [W]=WARN
[216582.822110] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[216582.822111] Workqueue: cgroup_destroy css_free_rwork_fn
[216582.822114] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[216582.822116] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[216582.822118] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[216582.822119] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[216582.822120] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[216582.822120] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[216582.822120] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[216582.822121] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[216582.822122] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[216582.822123] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[216582.822123] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[216582.822124] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[216582.822124] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[216582.822125] PKRU: 55555554
[216582.822125] Call Trace:
[216582.822126] <TASK>
[216582.822126] _raw_spin_lock_irqsave+0x46/0x60
[216582.822128] cgroup_rstat_flush+0xf4/0x7e0
[216582.822129] cgroup_rstat_exit+0x20/0xf0
[216582.822130] css_free_rwork_fn+0x12e/0x400
[216582.822131] process_one_work+0x19e/0x3e0
[216582.822133] worker_thread+0x2ad/0x3c0
[216582.822134] kthread+0x108/0x220
[216582.822135] ? __pfx_worker_thread+0x10/0x10
[216582.822137] ? __pfx_kthread+0x10/0x10
[216582.822138] ret_from_fork+0x3d/0x60
[216582.822139] ? __pfx_kthread+0x10/0x10
[216582.822140] ret_from_fork_asm+0x1a/0x30
[216582.822142] </TASK>
[216762.836885] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[216762.850082] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12226061
[216762.868021] rcu: (detected by 175, t=46471389 jiffies, g=639685, q=45620 ncpus=256)
[216762.883454] Sending NMI from CPU 175 to CPUs 156:
[216762.883459] NMI backtrace for cpu 156
[216762.883465] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[216762.883468] Tainted: [D]=DIE, [W]=WARN
[216762.883469] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[216762.883470] Workqueue: cgroup_destroy css_free_rwork_fn
[216762.883473] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[216762.883475] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[216762.883476] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[216762.883477] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[216762.883478] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[216762.883478] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[216762.883478] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[216762.883479] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[216762.883480] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[216762.883481] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[216762.883481] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[216762.883482] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[216762.883482] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[216762.883482] PKRU: 55555554
[216762.883483] Call Trace:
[216762.883483] <TASK>
[216762.883484] _raw_spin_lock_irqsave+0x46/0x60
[216762.883486] cgroup_rstat_flush+0xf4/0x7e0
[216762.883487] cgroup_rstat_exit+0x20/0xf0
[216762.883488] css_free_rwork_fn+0x12e/0x400
[216762.883489] process_one_work+0x19e/0x3e0
[216762.883491] worker_thread+0x2ad/0x3c0
[216762.883492] kthread+0x108/0x220
[216762.883493] ? __pfx_worker_thread+0x10/0x10
[216762.883495] ? __pfx_kthread+0x10/0x10
[216762.883496] ret_from_fork+0x3d/0x60
[216762.883497] ? __pfx_kthread+0x10/0x10
[216762.883498] ret_from_fork_asm+0x1a/0x30
[216762.883500] </TASK>
[216942.898124] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[216942.911322] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12237991
[216942.929266] rcu: (detected by 7, t=46516405 jiffies, g=639685, q=45637 ncpus=256)
[216942.944511] Sending NMI from CPU 7 to CPUs 156:
[216942.944516] NMI backtrace for cpu 156
[216942.944521] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[216942.944524] Tainted: [D]=DIE, [W]=WARN
[216942.944525] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[216942.944526] Workqueue: cgroup_destroy css_free_rwork_fn
[216942.944529] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[216942.944531] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[216942.944533] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[216942.944534] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[216942.944534] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[216942.944535] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[216942.944535] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[216942.944536] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[216942.944536] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[216942.944537] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[216942.944537] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[216942.944538] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[216942.944538] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[216942.944539] PKRU: 55555554
[216942.944539] Call Trace:
[216942.944540] <TASK>
[216942.944541] _raw_spin_lock_irqsave+0x46/0x60
[216942.944542] cgroup_rstat_flush+0xf4/0x7e0
[216942.944543] cgroup_rstat_exit+0x20/0xf0
[216942.944544] css_free_rwork_fn+0x12e/0x400
[216942.944545] process_one_work+0x19e/0x3e0
[216942.944547] worker_thread+0x2ad/0x3c0
[216942.944548] kthread+0x108/0x220
[216942.944549] ? __pfx_worker_thread+0x10/0x10
[216942.944551] ? __pfx_kthread+0x10/0x10
[216942.944552] ret_from_fork+0x3d/0x60
[216942.944553] ? __pfx_kthread+0x10/0x10
[216942.944554] ret_from_fork_asm+0x1a/0x30
[216942.944556] </TASK>
[217122.959365] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[217122.972553] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12249876
[217122.990489] rcu: (detected by 219, t=46561421 jiffies, g=639685, q=45675 ncpus=256)
[217123.005926] Sending NMI from CPU 219 to CPUs 156:
[217123.005931] NMI backtrace for cpu 156
[217123.005937] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[217123.005940] Tainted: [D]=DIE, [W]=WARN
[217123.005940] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[217123.005941] Workqueue: cgroup_destroy css_free_rwork_fn
[217123.005945] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[217123.005947] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[217123.005948] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[217123.005949] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[217123.005949] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[217123.005950] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[217123.005950] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[217123.005951] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[217123.005951] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[217123.005952] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[217123.005952] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[217123.005953] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[217123.005953] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[217123.005954] PKRU: 55555554
[217123.005954] Call Trace:
[217123.005955] <TASK>
[217123.005956] _raw_spin_lock_irqsave+0x46/0x60
[217123.005957] cgroup_rstat_flush+0xf4/0x7e0
[217123.005958] cgroup_rstat_exit+0x20/0xf0
[217123.005959] css_free_rwork_fn+0x12e/0x400
[217123.005960] process_one_work+0x19e/0x3e0
[217123.005962] worker_thread+0x2ad/0x3c0
[217123.005964] kthread+0x108/0x220
[217123.005964] ? __pfx_worker_thread+0x10/0x10
[217123.005966] ? __pfx_kthread+0x10/0x10
[217123.005967] ret_from_fork+0x3d/0x60
[217123.005968] ? __pfx_kthread+0x10/0x10
[217123.005969] ret_from_fork_asm+0x1a/0x30
[217123.005971] </TASK>
[217303.020607] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[217303.033807] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12261767
[217303.051745] rcu: (detected by 47, t=46606435 jiffies, g=639685, q=45698 ncpus=256)
[217303.067076] Sending NMI from CPU 47 to CPUs 156:
[217303.067081] NMI backtrace for cpu 156
[217303.067087] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[217303.067090] Tainted: [D]=DIE, [W]=WARN
[217303.067090] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[217303.067091] Workqueue: cgroup_destroy css_free_rwork_fn
[217303.067094] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[217303.067097] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[217303.067098] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[217303.067098] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[217303.067099] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[217303.067099] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[217303.067100] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[217303.067100] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[217303.067101] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[217303.067102] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[217303.067102] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[217303.067103] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[217303.067103] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[217303.067103] PKRU: 55555554
[217303.067104] Call Trace:
[217303.067104] <TASK>
[217303.067106] _raw_spin_lock_irqsave+0x46/0x60
[217303.067107] cgroup_rstat_flush+0xf4/0x7e0
[217303.067108] cgroup_rstat_exit+0x20/0xf0
[217303.067109] css_free_rwork_fn+0x12e/0x400
[217303.067110] process_one_work+0x19e/0x3e0
[217303.067112] worker_thread+0x2ad/0x3c0
[217303.067113] kthread+0x108/0x220
[217303.067114] ? __pfx_worker_thread+0x10/0x10
[217303.067116] ? __pfx_kthread+0x10/0x10
[217303.067117] ret_from_fork+0x3d/0x60
[217303.067118] ? __pfx_kthread+0x10/0x10
[217303.067119] ret_from_fork_asm+0x1a/0x30
[217303.067121] </TASK>
[217483.065847] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[217483.079013] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12273675
[217483.096931] rcu: (detected by 66, t=46651449 jiffies, g=639685, q=45711 ncpus=256)
[217483.112245] Sending NMI from CPU 66 to CPUs 156:
[217483.112249] NMI backtrace for cpu 156
[217483.112256] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[217483.112259] Tainted: [D]=DIE, [W]=WARN
[217483.112259] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[217483.112260] Workqueue: cgroup_destroy css_free_rwork_fn
[217483.112263] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[217483.112265] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[217483.112267] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[217483.112268] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[217483.112268] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[217483.112268] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[217483.112269] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[217483.112269] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[217483.112270] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[217483.112271] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[217483.112271] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[217483.112272] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[217483.112272] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[217483.112272] PKRU: 55555554
[217483.112273] Call Trace:
[217483.112273] <TASK>
[217483.112275] _raw_spin_lock_irqsave+0x46/0x60
[217483.112276] cgroup_rstat_flush+0xf4/0x7e0
[217483.112277] cgroup_rstat_exit+0x20/0xf0
[217483.112278] css_free_rwork_fn+0x12e/0x400
[217483.112279] process_one_work+0x19e/0x3e0
[217483.112281] worker_thread+0x2ad/0x3c0
[217483.112282] kthread+0x108/0x220
[217483.112283] ? __pfx_worker_thread+0x10/0x10
[217483.112285] ? __pfx_kthread+0x10/0x10
[217483.112286] ret_from_fork+0x3d/0x60
[217483.112287] ? __pfx_kthread+0x10/0x10
[217483.112288] ret_from_fork_asm+0x1a/0x30
[217483.112290] </TASK>
[217663.127090] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[217663.140268] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12285565
[217663.158192] rcu: (detected by 47, t=46696463 jiffies, g=639685, q=45725 ncpus=256)
[217663.173510] Sending NMI from CPU 47 to CPUs 156:
[217663.173516] NMI backtrace for cpu 156
[217663.173522] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[217663.173524] Tainted: [D]=DIE, [W]=WARN
[217663.173525] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[217663.173526] Workqueue: cgroup_destroy css_free_rwork_fn
[217663.173529] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[217663.173531] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[217663.173532] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[217663.173533] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[217663.173534] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[217663.173534] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[217663.173534] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[217663.173535] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[217663.173536] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[217663.173536] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[217663.173537] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[217663.173537] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[217663.173538] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[217663.173538] PKRU: 55555554
[217663.173538] Call Trace:
[217663.173539] <TASK>
[217663.173540] _raw_spin_lock_irqsave+0x46/0x60
[217663.173541] cgroup_rstat_flush+0xf4/0x7e0
[217663.173543] cgroup_rstat_exit+0x20/0xf0
[217663.173544] css_free_rwork_fn+0x12e/0x400
[217663.173545] process_one_work+0x19e/0x3e0
[217663.173546] worker_thread+0x2ad/0x3c0
[217663.173548] kthread+0x108/0x220
[217663.173549] ? __pfx_worker_thread+0x10/0x10
[217663.173550] ? __pfx_kthread+0x10/0x10
[217663.173551] ret_from_fork+0x3d/0x60
[217663.173552] ? __pfx_kthread+0x10/0x10
[217663.173553] ret_from_fork_asm+0x1a/0x30
[217663.173555] </TASK>
[217843.172331] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[217843.185507] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12297458
[217843.203432] rcu: (detected by 219, t=46741477 jiffies, g=639685, q=45738 ncpus=256)
[217843.218860] Sending NMI from CPU 219 to CPUs 156:
[217843.218864] NMI backtrace for cpu 156
[217843.218870] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[217843.218874] Tainted: [D]=DIE, [W]=WARN
[217843.218874] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[217843.218875] Workqueue: cgroup_destroy css_free_rwork_fn
[217843.218878] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[217843.218880] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[217843.218882] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[217843.218883] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[217843.218883] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[217843.218884] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[217843.218884] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[217843.218885] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[217843.218886] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[217843.218886] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[217843.218887] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[217843.218887] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[217843.218888] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[217843.218888] PKRU: 55555554
[217843.218888] Call Trace:
[217843.218889] <TASK>
[217843.218890] _raw_spin_lock_irqsave+0x46/0x60
[217843.218891] cgroup_rstat_flush+0xf4/0x7e0
[217843.218893] cgroup_rstat_exit+0x20/0xf0
[217843.218894] css_free_rwork_fn+0x12e/0x400
[217843.218894] process_one_work+0x19e/0x3e0
[217843.218896] worker_thread+0x2ad/0x3c0
[217843.218898] kthread+0x108/0x220
[217843.218899] ? __pfx_worker_thread+0x10/0x10
[217843.218900] ? __pfx_kthread+0x10/0x10
[217843.218901] ret_from_fork+0x3d/0x60
[217843.218902] ? __pfx_kthread+0x10/0x10
[217843.218903] ret_from_fork_asm+0x1a/0x30
[217843.218905] </TASK>
[218023.233575] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[218023.246771] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12309328
[218023.264708] rcu: (detected by 175, t=46786493 jiffies, g=639685, q=45759 ncpus=256)
[218023.280145] Sending NMI from CPU 175 to CPUs 156:
[218023.280151] NMI backtrace for cpu 156
[218023.280157] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[218023.280160] Tainted: [D]=DIE, [W]=WARN
[218023.280160] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[218023.280161] Workqueue: cgroup_destroy css_free_rwork_fn
[218023.280165] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[218023.280167] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[218023.280168] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[218023.280169] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[218023.280170] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[218023.280170] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[218023.280171] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[218023.280172] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[218023.280173] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[218023.280174] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[218023.280174] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[218023.280175] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[218023.280175] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[218023.280176] PKRU: 55555554
[218023.280176] Call Trace:
[218023.280177] <TASK>
[218023.280178] _raw_spin_lock_irqsave+0x46/0x60
[218023.280179] cgroup_rstat_flush+0xf4/0x7e0
[218023.280180] cgroup_rstat_exit+0x20/0xf0
[218023.280182] css_free_rwork_fn+0x12e/0x400
[218023.280182] process_one_work+0x19e/0x3e0
[218023.280184] worker_thread+0x2ad/0x3c0
[218023.280186] kthread+0x108/0x220
[218023.280187] ? __pfx_worker_thread+0x10/0x10
[218023.280188] ? __pfx_kthread+0x10/0x10
[218023.280189] ret_from_fork+0x3d/0x60
[218023.280190] ? __pfx_kthread+0x10/0x10
[218023.280192] ret_from_fork_asm+0x1a/0x30
[218023.280193] </TASK>
[218203.294813] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[218203.308009] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12321167
[218203.325955] rcu: (detected by 91, t=46831509 jiffies, g=639685, q=45781 ncpus=256)
[218203.341291] Sending NMI from CPU 91 to CPUs 156:
[218203.341296] NMI backtrace for cpu 156
[218203.341302] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[218203.341305] Tainted: [D]=DIE, [W]=WARN
[218203.341306] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[218203.341307] Workqueue: cgroup_destroy css_free_rwork_fn
[218203.341310] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[218203.341312] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[218203.341313] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[218203.341314] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[218203.341314] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[218203.341315] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[218203.341315] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[218203.341316] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[218203.341317] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[218203.341317] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[218203.341317] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[218203.341318] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[218203.341318] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[218203.341319] PKRU: 55555554
[218203.341319] Call Trace:
[218203.341320] <TASK>
[218203.341321] _raw_spin_lock_irqsave+0x46/0x60
[218203.341322] cgroup_rstat_flush+0xf4/0x7e0
[218203.341324] cgroup_rstat_exit+0x20/0xf0
[218203.341325] css_free_rwork_fn+0x12e/0x400
[218203.341325] process_one_work+0x19e/0x3e0
[218203.341327] worker_thread+0x2ad/0x3c0
[218203.341329] kthread+0x108/0x220
[218203.341330] ? __pfx_worker_thread+0x10/0x10
[218203.341331] ? __pfx_kthread+0x10/0x10
[218203.341332] ret_from_fork+0x3d/0x60
[218203.341333] ? __pfx_kthread+0x10/0x10
[218203.341334] ret_from_fork_asm+0x1a/0x30
[218203.341336] </TASK>
[218383.356053] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[218383.369236] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12335707
[218383.387163] rcu: (detected by 151, t=46876525 jiffies, g=639685, q=45807 ncpus=256)
[218383.402592] Sending NMI from CPU 151 to CPUs 156:
[218383.402596] NMI backtrace for cpu 156
[218383.402602] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[218383.402605] Tainted: [D]=DIE, [W]=WARN
[218383.402606] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[218383.402607] Workqueue: cgroup_destroy css_free_rwork_fn
[218383.402610] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[218383.402612] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[218383.402613] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[218383.402613] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[218383.402614] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[218383.402614] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[218383.402615] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[218383.402615] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[218383.402616] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[218383.402617] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[218383.402617] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[218383.402618] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[218383.402618] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[218383.402618] PKRU: 55555554
[218383.402619] Call Trace:
[218383.402619] <TASK>
[218383.402620] _raw_spin_lock_irqsave+0x46/0x60
[218383.402622] cgroup_rstat_flush+0xf4/0x7e0
[218383.402623] cgroup_rstat_exit+0x20/0xf0
[218383.402624] css_free_rwork_fn+0x12e/0x400
[218383.402625] process_one_work+0x19e/0x3e0
[218383.402627] worker_thread+0x2ad/0x3c0
[218383.402628] kthread+0x108/0x220
[218383.402629] ? __pfx_worker_thread+0x10/0x10
[218383.402631] ? __pfx_kthread+0x10/0x10
[218383.402632] ret_from_fork+0x3d/0x60
[218383.402633] ? __pfx_kthread+0x10/0x10
[218383.402634] ret_from_fork_asm+0x1a/0x30
[218383.402636] </TASK>
[218563.417298] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[218563.430498] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12350576
[218563.448435] rcu: (detected by 175, t=46921541 jiffies, g=639685, q=45832 ncpus=256)
[218563.463871] Sending NMI from CPU 175 to CPUs 156:
[218563.463877] NMI backtrace for cpu 156
[218563.463883] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[218563.463886] Tainted: [D]=DIE, [W]=WARN
[218563.463886] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[218563.463887] Workqueue: cgroup_destroy css_free_rwork_fn
[218563.463890] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[218563.463893] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[218563.463894] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[218563.463895] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[218563.463895] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[218563.463895] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[218563.463896] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[218563.463896] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[218563.463897] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[218563.463898] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[218563.463898] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[218563.463899] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[218563.463899] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[218563.463899] PKRU: 55555554
[218563.463900] Call Trace:
[218563.463900] <TASK>
[218563.463902] _raw_spin_lock_irqsave+0x46/0x60
[218563.463903] cgroup_rstat_flush+0xf4/0x7e0
[218563.463904] cgroup_rstat_exit+0x20/0xf0
[218563.463905] css_free_rwork_fn+0x12e/0x400
[218563.463906] process_one_work+0x19e/0x3e0
[218563.463908] worker_thread+0x2ad/0x3c0
[218563.463909] kthread+0x108/0x220
[218563.463910] ? __pfx_worker_thread+0x10/0x10
[218563.463912] ? __pfx_kthread+0x10/0x10
[218563.463913] ret_from_fork+0x3d/0x60
[218563.463914] ? __pfx_kthread+0x10/0x10
[218563.463915] ret_from_fork_asm+0x1a/0x30
[218563.463917] </TASK>
[218743.478537] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[218743.491717] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12365026
[218743.509645] rcu: (detected by 91, t=46966557 jiffies, g=639685, q=45858 ncpus=256)
[218743.524966] Sending NMI from CPU 91 to CPUs 156:
[218743.524970] NMI backtrace for cpu 156
[218743.524976] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[218743.524979] Tainted: [D]=DIE, [W]=WARN
[218743.524980] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[218743.524980] Workqueue: cgroup_destroy css_free_rwork_fn
[218743.524983] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[218743.524985] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[218743.524987] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[218743.524988] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[218743.524989] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[218743.524989] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[218743.524989] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[218743.524990] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[218743.524991] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[218743.524991] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[218743.524992] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[218743.524992] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[218743.524993] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[218743.524993] PKRU: 55555554
[218743.524993] Call Trace:
[218743.524994] <TASK>
[218743.524995] _raw_spin_lock_irqsave+0x46/0x60
[218743.524996] cgroup_rstat_flush+0xf4/0x7e0
[218743.524998] cgroup_rstat_exit+0x20/0xf0
[218743.524999] css_free_rwork_fn+0x12e/0x400
[218743.525000] process_one_work+0x19e/0x3e0
[218743.525001] worker_thread+0x2ad/0x3c0
[218743.525003] kthread+0x108/0x220
[218743.525004] ? __pfx_worker_thread+0x10/0x10
[218743.525005] ? __pfx_kthread+0x10/0x10
[218743.525006] ret_from_fork+0x3d/0x60
[218743.525007] ? __pfx_kthread+0x10/0x10
[218743.525008] ret_from_fork_asm+0x1a/0x30
[218743.525010] </TASK>
[218923.539780] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[218923.552958] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12379898
[218923.570887] rcu: (detected by 47, t=47011571 jiffies, g=639685, q=45884 ncpus=256)
[218923.586214] Sending NMI from CPU 47 to CPUs 156:
[218923.586219] NMI backtrace for cpu 156
[218923.586225] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[218923.586228] Tainted: [D]=DIE, [W]=WARN
[218923.586228] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[218923.586229] Workqueue: cgroup_destroy css_free_rwork_fn
[218923.586232] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[218923.586234] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[218923.586236] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[218923.586236] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[218923.586237] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[218923.586237] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[218923.586238] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[218923.586238] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[218923.586239] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[218923.586240] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[218923.586240] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[218923.586241] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[218923.586241] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[218923.586242] PKRU: 55555554
[218923.586242] Call Trace:
[218923.586243] <TASK>
[218923.586244] _raw_spin_lock_irqsave+0x46/0x60
[218923.586245] cgroup_rstat_flush+0xf4/0x7e0
[218923.586247] cgroup_rstat_exit+0x20/0xf0
[218923.586248] css_free_rwork_fn+0x12e/0x400
[218923.586249] process_one_work+0x19e/0x3e0
[218923.586250] worker_thread+0x2ad/0x3c0
[218923.586252] kthread+0x108/0x220
[218923.586253] ? __pfx_worker_thread+0x10/0x10
[218923.586254] ? __pfx_kthread+0x10/0x10
[218923.586255] ret_from_fork+0x3d/0x60
[218923.586256] ? __pfx_kthread+0x10/0x10
[218923.586257] ret_from_fork_asm+0x1a/0x30
[218923.586259] </TASK>
[219103.601019] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[219103.614201] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12394356
[219103.632130] rcu: (detected by 71, t=47056589 jiffies, g=639685, q=45910 ncpus=256)
[219103.647454] Sending NMI from CPU 71 to CPUs 156:
[219103.647459] NMI backtrace for cpu 156
[219103.647465] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[219103.647468] Tainted: [D]=DIE, [W]=WARN
[219103.647469] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[219103.647469] Workqueue: cgroup_destroy css_free_rwork_fn
[219103.647473] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[219103.647474] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[219103.647476] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[219103.647476] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[219103.647477] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[219103.647477] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[219103.647477] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[219103.647478] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[219103.647479] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[219103.647479] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[219103.647480] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[219103.647481] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[219103.647481] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[219103.647481] PKRU: 55555554
[219103.647482] Call Trace:
[219103.647482] <TASK>
[219103.647483] _raw_spin_lock_irqsave+0x46/0x60
[219103.647485] cgroup_rstat_flush+0xf4/0x7e0
[219103.647486] cgroup_rstat_exit+0x20/0xf0
[219103.647487] css_free_rwork_fn+0x12e/0x400
[219103.647488] process_one_work+0x19e/0x3e0
[219103.647489] worker_thread+0x2ad/0x3c0
[219103.647491] kthread+0x108/0x220
[219103.647492] ? __pfx_worker_thread+0x10/0x10
[219103.647494] ? __pfx_kthread+0x10/0x10
[219103.647494] ret_from_fork+0x3d/0x60
[219103.647496] ? __pfx_kthread+0x10/0x10
[219103.647496] ret_from_fork_asm+0x1a/0x30
[219103.647498] </TASK>
[219283.662261] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[219283.675430] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12409222
[219283.693342] rcu: (detected by 158, t=47101605 jiffies, g=639685, q=45937 ncpus=256)
[219283.708760] Sending NMI from CPU 158 to CPUs 156:
[219283.708763] NMI backtrace for cpu 156
[219283.708766] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[219283.708768] Tainted: [D]=DIE, [W]=WARN
[219283.708768] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[219283.708769] Workqueue: cgroup_destroy css_free_rwork_fn
[219283.708771] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[219283.708773] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[219283.708774] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[219283.708775] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[219283.708775] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[219283.708776] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[219283.708776] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[219283.708776] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[219283.708777] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[219283.708778] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[219283.708778] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[219283.708779] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[219283.708779] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[219283.708780] PKRU: 55555554
[219283.708780] Call Trace:
[219283.708781] <TASK>
[219283.708782] _raw_spin_lock_irqsave+0x46/0x60
[219283.708783] cgroup_rstat_flush+0xf4/0x7e0
[219283.708784] cgroup_rstat_exit+0x20/0xf0
[219283.708785] css_free_rwork_fn+0x12e/0x400
[219283.708786] process_one_work+0x19e/0x3e0
[219283.708788] worker_thread+0x2ad/0x3c0
[219283.708789] kthread+0x108/0x220
[219283.708790] ? __pfx_worker_thread+0x10/0x10
[219283.708792] ? __pfx_kthread+0x10/0x10
[219283.708793] ret_from_fork+0x3d/0x60
[219283.708794] ? __pfx_kthread+0x10/0x10
[219283.708795] ret_from_fork_asm+0x1a/0x30
[219283.708797] </TASK>
[219463.723503] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[219463.736687] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12424098
[219463.754617] rcu: (detected by 159, t=47146621 jiffies, g=639685, q=45964 ncpus=256)
[219463.770042] Sending NMI from CPU 159 to CPUs 156:
[219463.770047] NMI backtrace for cpu 156
[219463.770049] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[219463.770051] Tainted: [D]=DIE, [W]=WARN
[219463.770051] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[219463.770052] Workqueue: cgroup_destroy css_free_rwork_fn
[219463.770054] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[219463.770056] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[219463.770056] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[219463.770057] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[219463.770057] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[219463.770058] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[219463.770058] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[219463.770059] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[219463.770060] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[219463.770060] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[219463.770060] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[219463.770061] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[219463.770061] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[219463.770062] PKRU: 55555554
[219463.770062] Call Trace:
[219463.770063] <TASK>
[219463.770064] _raw_spin_lock_irqsave+0x46/0x60
[219463.770065] cgroup_rstat_flush+0xf4/0x7e0
[219463.770067] cgroup_rstat_exit+0x20/0xf0
[219463.770068] css_free_rwork_fn+0x12e/0x400
[219463.770068] process_one_work+0x19e/0x3e0
[219463.770070] worker_thread+0x2ad/0x3c0
[219463.770072] kthread+0x108/0x220
[219463.770073] ? __pfx_worker_thread+0x10/0x10
[219463.770074] ? __pfx_kthread+0x10/0x10
[219463.770075] ret_from_fork+0x3d/0x60
[219463.770076] ? __pfx_kthread+0x10/0x10
[219463.770077] ret_from_fork_asm+0x1a/0x30
[219463.770079] </TASK>
[219643.784743] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[219643.797913] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12438986
[219643.815830] rcu: (detected by 227, t=47191637 jiffies, g=639685, q=45977 ncpus=256)
[219643.831250] Sending NMI from CPU 227 to CPUs 156:
[219643.831255] NMI backtrace for cpu 156
[219643.831262] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[219643.831264] Tainted: [D]=DIE, [W]=WARN
[219643.831265] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[219643.831265] Workqueue: cgroup_destroy css_free_rwork_fn
[219643.831267] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[219643.831270] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[219643.831270] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[219643.831271] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[219643.831272] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[219643.831272] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[219643.831273] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[219643.831274] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[219643.831275] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[219643.831276] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[219643.831276] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[219643.831277] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[219643.831278] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[219643.831278] PKRU: 55555554
[219643.831278] Call Trace:
[219643.831279] <TASK>
[219643.831280] _raw_spin_lock_irqsave+0x46/0x60
[219643.831282] cgroup_rstat_flush+0xf4/0x7e0
[219643.831283] cgroup_rstat_exit+0x20/0xf0
[219643.831284] css_free_rwork_fn+0x12e/0x400
[219643.831285] process_one_work+0x19e/0x3e0
[219643.831286] worker_thread+0x2ad/0x3c0
[219643.831288] kthread+0x108/0x220
[219643.831289] ? __pfx_worker_thread+0x10/0x10
[219643.831290] ? __pfx_kthread+0x10/0x10
[219643.831291] ret_from_fork+0x3d/0x60
[219643.831292] ? __pfx_kthread+0x10/0x10
[219643.831293] ret_from_fork_asm+0x1a/0x30
[219643.831295] </TASK>
[219823.845984] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[219823.859183] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12453861
[219823.877126] rcu: (detected by 3, t=47236653 jiffies, g=639685, q=45996 ncpus=256)
[219823.892367] Sending NMI from CPU 3 to CPUs 156:
[219823.892371] NMI backtrace for cpu 156
[219823.892377] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[219823.892380] Tainted: [D]=DIE, [W]=WARN
[219823.892381] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[219823.892381] Workqueue: cgroup_destroy css_free_rwork_fn
[219823.892384] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[219823.892387] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[219823.892388] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[219823.892388] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[219823.892389] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[219823.892389] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[219823.892390] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[219823.892390] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[219823.892391] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[219823.892392] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[219823.892392] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[219823.892393] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[219823.892393] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[219823.892394] PKRU: 55555554
[219823.892394] Call Trace:
[219823.892394] <TASK>
[219823.892396] _raw_spin_lock_irqsave+0x46/0x60
[219823.892397] cgroup_rstat_flush+0xf4/0x7e0
[219823.892398] cgroup_rstat_exit+0x20/0xf0
[219823.892399] css_free_rwork_fn+0x12e/0x400
[219823.892400] process_one_work+0x19e/0x3e0
[219823.892402] worker_thread+0x2ad/0x3c0
[219823.892404] kthread+0x108/0x220
[219823.892404] ? __pfx_worker_thread+0x10/0x10
[219823.892406] ? __pfx_kthread+0x10/0x10
[219823.892407] ret_from_fork+0x3d/0x60
[219823.892408] ? __pfx_kthread+0x10/0x10
[219823.892409] ret_from_fork_asm+0x1a/0x30
[219823.892411] </TASK>
[220003.907226] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[220003.920411] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12468734
[220003.938342] rcu: (detected by 47, t=47281667 jiffies, g=639685, q=46018 ncpus=256)
[220003.953664] Sending NMI from CPU 47 to CPUs 156:
[220003.953670] NMI backtrace for cpu 156
[220003.953675] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[220003.953678] Tainted: [D]=DIE, [W]=WARN
[220003.953678] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[220003.953679] Workqueue: cgroup_destroy css_free_rwork_fn
[220003.953682] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[220003.953684] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[220003.953685] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[220003.953686] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[220003.953686] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[220003.953687] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[220003.953687] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[220003.953688] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[220003.953689] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[220003.953689] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[220003.953689] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[220003.953690] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[220003.953690] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[220003.953691] PKRU: 55555554
[220003.953691] Call Trace:
[220003.953692] <TASK>
[220003.953693] _raw_spin_lock_irqsave+0x46/0x60
[220003.953694] cgroup_rstat_flush+0xf4/0x7e0
[220003.953696] cgroup_rstat_exit+0x20/0xf0
[220003.953697] css_free_rwork_fn+0x12e/0x400
[220003.953698] process_one_work+0x19e/0x3e0
[220003.953699] worker_thread+0x2ad/0x3c0
[220003.953701] kthread+0x108/0x220
[220003.953702] ? __pfx_worker_thread+0x10/0x10
[220003.953703] ? __pfx_kthread+0x10/0x10
[220003.953704] ret_from_fork+0x3d/0x60
[220003.953705] ? __pfx_kthread+0x10/0x10
[220003.953706] ret_from_fork_asm+0x1a/0x30
[220003.953708] </TASK>
[220183.952466] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[220183.965657] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12483144
[220183.983595] rcu: (detected by 139, t=47326681 jiffies, g=639685, q=46036 ncpus=256)
[220183.999031] Sending NMI from CPU 139 to CPUs 156:
[220183.999036] NMI backtrace for cpu 156
[220183.999042] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[220183.999045] Tainted: [D]=DIE, [W]=WARN
[220183.999045] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[220183.999046] Workqueue: cgroup_destroy css_free_rwork_fn
[220183.999050] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[220183.999052] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[220183.999053] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[220183.999053] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[220183.999054] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[220183.999054] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[220183.999055] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[220183.999055] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[220183.999056] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[220183.999057] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[220183.999057] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[220183.999058] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[220183.999058] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[220183.999058] PKRU: 55555554
[220183.999059] Call Trace:
[220183.999059] <TASK>
[220183.999061] _raw_spin_lock_irqsave+0x46/0x60
[220183.999062] cgroup_rstat_flush+0xf4/0x7e0
[220183.999063] cgroup_rstat_exit+0x20/0xf0
[220183.999064] css_free_rwork_fn+0x12e/0x400
[220183.999065] process_one_work+0x19e/0x3e0
[220183.999067] worker_thread+0x2ad/0x3c0
[220183.999068] kthread+0x108/0x220
[220183.999069] ? __pfx_worker_thread+0x10/0x10
[220183.999071] ? __pfx_kthread+0x10/0x10
[220183.999072] ret_from_fork+0x3d/0x60
[220183.999073] ? __pfx_kthread+0x10/0x10
[220183.999074] ret_from_fork_asm+0x1a/0x30
[220183.999076] </TASK>
[220364.013707] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[220364.026890] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12498011
[220364.044821] rcu: (detected by 71, t=47371697 jiffies, g=639685, q=46076 ncpus=256)
[220364.060137] Sending NMI from CPU 71 to CPUs 156:
[220364.060142] NMI backtrace for cpu 156
[220364.060148] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[220364.060151] Tainted: [D]=DIE, [W]=WARN
[220364.060152] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[220364.060153] Workqueue: cgroup_destroy css_free_rwork_fn
[220364.060155] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[220364.060157] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[220364.060159] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[220364.060160] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[220364.060160] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[220364.060160] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[220364.060161] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[220364.060161] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[220364.060162] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[220364.060163] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[220364.060163] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[220364.060164] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[220364.060164] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[220364.060164] PKRU: 55555554
[220364.060165] Call Trace:
[220364.060165] <TASK>
[220364.060167] _raw_spin_lock_irqsave+0x46/0x60
[220364.060168] cgroup_rstat_flush+0xf4/0x7e0
[220364.060169] cgroup_rstat_exit+0x20/0xf0
[220364.060170] css_free_rwork_fn+0x12e/0x400
[220364.060171] process_one_work+0x19e/0x3e0
[220364.060173] worker_thread+0x2ad/0x3c0
[220364.060175] kthread+0x108/0x220
[220364.060175] ? __pfx_worker_thread+0x10/0x10
[220364.060177] ? __pfx_kthread+0x10/0x10
[220364.060178] ret_from_fork+0x3d/0x60
[220364.060179] ? __pfx_kthread+0x10/0x10
[220364.060180] ret_from_fork_asm+0x1a/0x30
[220364.060182] </TASK>
[220544.074949] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[220544.088121] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12512883
[220544.106048] rcu: (detected by 71, t=47416713 jiffies, g=639685, q=46107 ncpus=256)
[220544.121370] Sending NMI from CPU 71 to CPUs 156:
[220544.121374] NMI backtrace for cpu 156
[220544.121380] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[220544.121383] Tainted: [D]=DIE, [W]=WARN
[220544.121384] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[220544.121385] Workqueue: cgroup_destroy css_free_rwork_fn
[220544.121388] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[220544.121390] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[220544.121391] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[220544.121392] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[220544.121392] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[220544.121393] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[220544.121393] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[220544.121393] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[220544.121394] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[220544.121395] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[220544.121395] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[220544.121396] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[220544.121396] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[220544.121397] PKRU: 55555554
[220544.121397] Call Trace:
[220544.121398] <TASK>
[220544.121399] _raw_spin_lock_irqsave+0x46/0x60
[220544.121400] cgroup_rstat_flush+0xf4/0x7e0
[220544.121401] cgroup_rstat_exit+0x20/0xf0
[220544.121403] css_free_rwork_fn+0x12e/0x400
[220544.121403] process_one_work+0x19e/0x3e0
[220544.121405] worker_thread+0x2ad/0x3c0
[220544.121407] kthread+0x108/0x220
[220544.121407] ? __pfx_worker_thread+0x10/0x10
[220544.121409] ? __pfx_kthread+0x10/0x10
[220544.121410] ret_from_fork+0x3d/0x60
[220544.121411] ? __pfx_kthread+0x10/0x10
[220544.121412] ret_from_fork_asm+0x1a/0x30
[220544.121414] </TASK>
[220724.136191] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[220724.149370] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12527743
[220724.167298] rcu: (detected by 175, t=47461729 jiffies, g=639685, q=46147 ncpus=256)
[220724.182729] Sending NMI from CPU 175 to CPUs 156:
[220724.182733] NMI backtrace for cpu 156
[220724.182740] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[220724.182743] Tainted: [D]=DIE, [W]=WARN
[220724.182743] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[220724.182744] Workqueue: cgroup_destroy css_free_rwork_fn
[220724.182747] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[220724.182749] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[220724.182750] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[220724.182750] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[220724.182751] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[220724.182751] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[220724.182751] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[220724.182752] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[220724.182753] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[220724.182753] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[220724.182754] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[220724.182755] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[220724.182755] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[220724.182755] PKRU: 55555554
[220724.182756] Call Trace:
[220724.182756] <TASK>
[220724.182758] _raw_spin_lock_irqsave+0x46/0x60
[220724.182759] cgroup_rstat_flush+0xf4/0x7e0
[220724.182760] cgroup_rstat_exit+0x20/0xf0
[220724.182761] css_free_rwork_fn+0x12e/0x400
[220724.182762] process_one_work+0x19e/0x3e0
[220724.182764] worker_thread+0x2ad/0x3c0
[220724.182765] kthread+0x108/0x220
[220724.182766] ? __pfx_worker_thread+0x10/0x10
[220724.182768] ? __pfx_kthread+0x10/0x10
[220724.182769] ret_from_fork+0x3d/0x60
[220724.182770] ? __pfx_kthread+0x10/0x10
[220724.182771] ret_from_fork_asm+0x1a/0x30
[220724.182773] </TASK>
[220904.197432] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[220904.210614] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12542163
[220904.228552] rcu: (detected by 71, t=47506745 jiffies, g=639685, q=46182 ncpus=256)
[220904.243887] Sending NMI from CPU 71 to CPUs 156:
[220904.243892] NMI backtrace for cpu 156
[220904.243899] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[220904.243901] Tainted: [D]=DIE, [W]=WARN
[220904.243902] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[220904.243903] Workqueue: cgroup_destroy css_free_rwork_fn
[220904.243906] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[220904.243908] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[220904.243909] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[220904.243910] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[220904.243910] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[220904.243911] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[220904.243911] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[220904.243912] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[220904.243913] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[220904.243913] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[220904.243914] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[220904.243914] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[220904.243915] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[220904.243915] PKRU: 55555554
[220904.243915] Call Trace:
[220904.243916] <TASK>
[220904.243917] _raw_spin_lock_irqsave+0x46/0x60
[220904.243918] cgroup_rstat_flush+0xf4/0x7e0
[220904.243920] cgroup_rstat_exit+0x20/0xf0
[220904.243921] css_free_rwork_fn+0x12e/0x400
[220904.243922] process_one_work+0x19e/0x3e0
[220904.243923] worker_thread+0x2ad/0x3c0
[220904.243925] kthread+0x108/0x220
[220904.243926] ? __pfx_worker_thread+0x10/0x10
[220904.243927] ? __pfx_kthread+0x10/0x10
[220904.243928] ret_from_fork+0x3d/0x60
[220904.243929] ? __pfx_kthread+0x10/0x10
[220904.243930] ret_from_fork_asm+0x1a/0x30
[220904.243932] </TASK>
[221084.258673] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[221084.271857] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12557027
[221084.289791] rcu: (detected by 219, t=47551761 jiffies, g=639685, q=46212 ncpus=256)
[221084.305225] Sending NMI from CPU 219 to CPUs 156:
[221084.305229] NMI backtrace for cpu 156
[221084.305235] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[221084.305239] Tainted: [D]=DIE, [W]=WARN
[221084.305239] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[221084.305240] Workqueue: cgroup_destroy css_free_rwork_fn
[221084.305243] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[221084.305245] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[221084.305247] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[221084.305247] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[221084.305248] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[221084.305248] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[221084.305249] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[221084.305249] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[221084.305250] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[221084.305251] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[221084.305251] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[221084.305252] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[221084.305252] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[221084.305252] PKRU: 55555554
[221084.305253] Call Trace:
[221084.305253] <TASK>
[221084.305255] _raw_spin_lock_irqsave+0x46/0x60
[221084.305256] cgroup_rstat_flush+0xf4/0x7e0
[221084.305257] cgroup_rstat_exit+0x20/0xf0
[221084.305258] css_free_rwork_fn+0x12e/0x400
[221084.305259] process_one_work+0x19e/0x3e0
[221084.305261] worker_thread+0x2ad/0x3c0
[221084.305262] kthread+0x108/0x220
[221084.305263] ? __pfx_worker_thread+0x10/0x10
[221084.305265] ? __pfx_kthread+0x10/0x10
[221084.305266] ret_from_fork+0x3d/0x60
[221084.305267] ? __pfx_kthread+0x10/0x10
[221084.305268] ret_from_fork_asm+0x1a/0x30
[221084.305270] </TASK>
[221264.319920] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[221264.333119] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12571900
[221264.351061] rcu: (detected by 144, t=47596777 jiffies, g=639685, q=46235 ncpus=256)
[221264.366504] Sending NMI from CPU 144 to CPUs 156:
[221264.366509] NMI backtrace for cpu 156
[221264.366514] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[221264.366517] Tainted: [D]=DIE, [W]=WARN
[221264.366518] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[221264.366519] Workqueue: cgroup_destroy css_free_rwork_fn
[221264.366521] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[221264.366524] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[221264.366525] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[221264.366525] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[221264.366526] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[221264.366527] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[221264.366527] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[221264.366527] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[221264.366528] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[221264.366529] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[221264.366529] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[221264.366530] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[221264.366530] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[221264.366531] PKRU: 55555554
[221264.366531] Call Trace:
[221264.366532] <TASK>
[221264.366533] _raw_spin_lock_irqsave+0x46/0x60
[221264.366534] cgroup_rstat_flush+0xf4/0x7e0
[221264.366535] cgroup_rstat_exit+0x20/0xf0
[221264.366536] css_free_rwork_fn+0x12e/0x400
[221264.366537] process_one_work+0x19e/0x3e0
[221264.366539] worker_thread+0x2ad/0x3c0
[221264.366540] kthread+0x108/0x220
[221264.366541] ? __pfx_worker_thread+0x10/0x10
[221264.366543] ? __pfx_kthread+0x10/0x10
[221264.366544] ret_from_fork+0x3d/0x60
[221264.366545] ? __pfx_kthread+0x10/0x10
[221264.366546] ret_from_fork_asm+0x1a/0x30
[221264.366548] </TASK>
[221444.381155] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[221444.394347] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12586770
[221444.412292] rcu: (detected by 175, t=47641793 jiffies, g=639685, q=46260 ncpus=256)
[221444.427738] Sending NMI from CPU 175 to CPUs 156:
[221444.427744] NMI backtrace for cpu 156
[221444.427750] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[221444.427753] Tainted: [D]=DIE, [W]=WARN
[221444.427754] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[221444.427755] Workqueue: cgroup_destroy css_free_rwork_fn
[221444.427759] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[221444.427761] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[221444.427762] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[221444.427763] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[221444.427763] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[221444.427764] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[221444.427764] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[221444.427764] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[221444.427765] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[221444.427766] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[221444.427766] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[221444.427767] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[221444.427767] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[221444.427768] PKRU: 55555554
[221444.427768] Call Trace:
[221444.427768] <TASK>
[221444.427770] _raw_spin_lock_irqsave+0x46/0x60
[221444.427771] cgroup_rstat_flush+0xf4/0x7e0
[221444.427772] cgroup_rstat_exit+0x20/0xf0
[221444.427773] css_free_rwork_fn+0x12e/0x400
[221444.427774] process_one_work+0x19e/0x3e0
[221444.427776] worker_thread+0x2ad/0x3c0
[221444.427777] kthread+0x108/0x220
[221444.427778] ? __pfx_worker_thread+0x10/0x10
[221444.427780] ? __pfx_kthread+0x10/0x10
[221444.427781] ret_from_fork+0x3d/0x60
[221444.427782] ? __pfx_kthread+0x10/0x10
[221444.427783] ret_from_fork_asm+0x1a/0x30
[221444.427785] </TASK>
[221624.442396] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[221624.455589] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12601195
[221624.473531] rcu: (detected by 194, t=47686809 jiffies, g=639685, q=46281 ncpus=256)
[221624.488970] Sending NMI from CPU 194 to CPUs 156:
[221624.488975] NMI backtrace for cpu 156
[221624.488981] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[221624.488984] Tainted: [D]=DIE, [W]=WARN
[221624.488985] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[221624.488986] Workqueue: cgroup_destroy css_free_rwork_fn
[221624.488989] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[221624.488991] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[221624.488992] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[221624.488993] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[221624.488993] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[221624.488993] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[221624.488994] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[221624.488994] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[221624.488995] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[221624.488996] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[221624.488996] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[221624.488997] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[221624.488997] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[221624.488997] PKRU: 55555554
[221624.488998] Call Trace:
[221624.488998] <TASK>
[221624.489000] _raw_spin_lock_irqsave+0x46/0x60
[221624.489001] cgroup_rstat_flush+0xf4/0x7e0
[221624.489002] cgroup_rstat_exit+0x20/0xf0
[221624.489003] css_free_rwork_fn+0x12e/0x400
[221624.489004] process_one_work+0x19e/0x3e0
[221624.489006] worker_thread+0x2ad/0x3c0
[221624.489008] kthread+0x108/0x220
[221624.489008] ? __pfx_worker_thread+0x10/0x10
[221624.489010] ? __pfx_kthread+0x10/0x10
[221624.489011] ret_from_fork+0x3d/0x60
[221624.489012] ? __pfx_kthread+0x10/0x10
[221624.489013] ret_from_fork_asm+0x1a/0x30
[221624.489015] </TASK>
[221804.503640] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[221804.516839] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12616065
[221804.534783] rcu: (detected by 158, t=47731825 jiffies, g=639685, q=46301 ncpus=256)
[221804.550225] Sending NMI from CPU 158 to CPUs 156:
[221804.550230] NMI backtrace for cpu 156
[221804.550232] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[221804.550234] Tainted: [D]=DIE, [W]=WARN
[221804.550235] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[221804.550236] Workqueue: cgroup_destroy css_free_rwork_fn
[221804.550237] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[221804.550239] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[221804.550240] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[221804.550241] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[221804.550241] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[221804.550242] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[221804.550242] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[221804.550243] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[221804.550244] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[221804.550244] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[221804.550244] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[221804.550245] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[221804.550245] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[221804.550246] PKRU: 55555554
[221804.550246] Call Trace:
[221804.550247] <TASK>
[221804.550248] _raw_spin_lock_irqsave+0x46/0x60
[221804.550249] cgroup_rstat_flush+0xf4/0x7e0
[221804.550250] cgroup_rstat_exit+0x20/0xf0
[221804.550251] css_free_rwork_fn+0x12e/0x400
[221804.550252] process_one_work+0x19e/0x3e0
[221804.550254] worker_thread+0x2ad/0x3c0
[221804.550256] kthread+0x108/0x220
[221804.550256] ? __pfx_worker_thread+0x10/0x10
[221804.550258] ? __pfx_kthread+0x10/0x10
[221804.550259] ret_from_fork+0x3d/0x60
[221804.550260] ? __pfx_kthread+0x10/0x10
[221804.550261] ret_from_fork_asm+0x1a/0x30
[221804.550263] </TASK>
[221984.564879] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[221984.578068] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12630921
[221984.596007] rcu: (detected by 71, t=47776841 jiffies, g=639685, q=46331 ncpus=256)
[221984.611330] Sending NMI from CPU 71 to CPUs 156:
[221984.611335] NMI backtrace for cpu 156
[221984.611341] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[221984.611343] Tainted: [D]=DIE, [W]=WARN
[221984.611344] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[221984.611345] Workqueue: cgroup_destroy css_free_rwork_fn
[221984.611347] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[221984.611349] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[221984.611350] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[221984.611351] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[221984.611352] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[221984.611352] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[221984.611353] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[221984.611354] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[221984.611355] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[221984.611356] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[221984.611356] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[221984.611357] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[221984.611358] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[221984.611358] PKRU: 55555554
[221984.611358] Call Trace:
[221984.611359] <TASK>
[221984.611360] _raw_spin_lock_irqsave+0x46/0x60
[221984.611362] cgroup_rstat_flush+0xf4/0x7e0
[221984.611363] cgroup_rstat_exit+0x20/0xf0
[221984.611364] css_free_rwork_fn+0x12e/0x400
[221984.611365] process_one_work+0x19e/0x3e0
[221984.611367] worker_thread+0x2ad/0x3c0
[221984.611369] kthread+0x108/0x220
[221984.611370] ? __pfx_worker_thread+0x10/0x10
[221984.611371] ? __pfx_kthread+0x10/0x10
[221984.611372] ret_from_fork+0x3d/0x60
[221984.611373] ? __pfx_kthread+0x10/0x10
[221984.611374] ret_from_fork_asm+0x1a/0x30
[221984.611376] </TASK>
[222164.626120] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[222164.639311] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12645788
[222164.657249] rcu: (detected by 128, t=47821857 jiffies, g=639685, q=46352 ncpus=256)
[222164.672687] Sending NMI from CPU 128 to CPUs 156:
[222164.672692] NMI backtrace for cpu 156
[222164.672697] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[222164.672701] Tainted: [D]=DIE, [W]=WARN
[222164.672701] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[222164.672702] Workqueue: cgroup_destroy css_free_rwork_fn
[222164.672705] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[222164.672708] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[222164.672709] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[222164.672710] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[222164.672711] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[222164.672711] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[222164.672712] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[222164.672712] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[222164.672713] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[222164.672714] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[222164.672714] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[222164.672715] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[222164.672715] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[222164.672715] PKRU: 55555554
[222164.672716] Call Trace:
[222164.672716] <TASK>
[222164.672717] _raw_spin_lock_irqsave+0x46/0x60
[222164.672719] cgroup_rstat_flush+0xf4/0x7e0
[222164.672720] cgroup_rstat_exit+0x20/0xf0
[222164.672721] css_free_rwork_fn+0x12e/0x400
[222164.672722] process_one_work+0x19e/0x3e0
[222164.672724] worker_thread+0x2ad/0x3c0
[222164.672725] kthread+0x108/0x220
[222164.672726] ? __pfx_worker_thread+0x10/0x10
[222164.672728] ? __pfx_kthread+0x10/0x10
[222164.672729] ret_from_fork+0x3d/0x60
[222164.672730] ? __pfx_kthread+0x10/0x10
[222164.672731] ret_from_fork_asm+0x1a/0x30
[222164.672733] </TASK>
[222344.687362] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[222344.700563] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12660670
[222344.718507] rcu: (detected by 158, t=47866873 jiffies, g=639685, q=46373 ncpus=256)
[222344.733949] Sending NMI from CPU 158 to CPUs 156:
[222344.733956] NMI backtrace for cpu 156
[222344.733959] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[222344.733961] Tainted: [D]=DIE, [W]=WARN
[222344.733961] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[222344.733962] Workqueue: cgroup_destroy css_free_rwork_fn
[222344.733965] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[222344.733966] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[222344.733967] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[222344.733968] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[222344.733969] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[222344.733969] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[222344.733969] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[222344.733970] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[222344.733971] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[222344.733971] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[222344.733972] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[222344.733972] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[222344.733973] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[222344.733973] PKRU: 55555554
[222344.733973] Call Trace:
[222344.733974] <TASK>
[222344.733975] _raw_spin_lock_irqsave+0x46/0x60
[222344.733976] cgroup_rstat_flush+0xf4/0x7e0
[222344.733978] cgroup_rstat_exit+0x20/0xf0
[222344.733979] css_free_rwork_fn+0x12e/0x400
[222344.733980] process_one_work+0x19e/0x3e0
[222344.733981] worker_thread+0x2ad/0x3c0
[222344.733983] kthread+0x108/0x220
[222344.733984] ? __pfx_worker_thread+0x10/0x10
[222344.733985] ? __pfx_kthread+0x10/0x10
[222344.733986] ret_from_fork+0x3d/0x60
[222344.733987] ? __pfx_kthread+0x10/0x10
[222344.733988] ret_from_fork_asm+0x1a/0x30
[222344.733990] </TASK>
[222524.748604] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[222524.761796] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12675540
[222524.779724] rcu: (detected by 47, t=47911887 jiffies, g=639685, q=46389 ncpus=256)
[222524.795055] Sending NMI from CPU 47 to CPUs 156:
[222524.795060] NMI backtrace for cpu 156
[222524.795065] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[222524.795068] Tainted: [D]=DIE, [W]=WARN
[222524.795069] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[222524.795070] Workqueue: cgroup_destroy css_free_rwork_fn
[222524.795072] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[222524.795074] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[222524.795075] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[222524.795076] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[222524.795077] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[222524.795077] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[222524.795077] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[222524.795078] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[222524.795079] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[222524.795080] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[222524.795080] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[222524.795081] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[222524.795081] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[222524.795082] PKRU: 55555554
[222524.795082] Call Trace:
[222524.795083] <TASK>
[222524.795084] _raw_spin_lock_irqsave+0x46/0x60
[222524.795085] cgroup_rstat_flush+0xf4/0x7e0
[222524.795086] cgroup_rstat_exit+0x20/0xf0
[222524.795087] css_free_rwork_fn+0x12e/0x400
[222524.795088] process_one_work+0x19e/0x3e0
[222524.795090] worker_thread+0x2ad/0x3c0
[222524.795092] kthread+0x108/0x220
[222524.795092] ? __pfx_worker_thread+0x10/0x10
[222524.795094] ? __pfx_kthread+0x10/0x10
[222524.795095] ret_from_fork+0x3d/0x60
[222524.795096] ? __pfx_kthread+0x10/0x10
[222524.795097] ret_from_fork_asm+0x1a/0x30
[222524.795099] </TASK>
[222704.793845] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[222704.807005] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12689939
[222704.824925] rcu: (detected by 42, t=47956901 jiffies, g=639685, q=46413 ncpus=256)
[222704.840238] Sending NMI from CPU 42 to CPUs 156:
[222704.840243] NMI backtrace for cpu 156
[222704.840249] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[222704.840252] Tainted: [D]=DIE, [W]=WARN
[222704.840253] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[222704.840253] Workqueue: cgroup_destroy css_free_rwork_fn
[222704.840257] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[222704.840259] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[222704.840260] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[222704.840261] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[222704.840261] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[222704.840261] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[222704.840262] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[222704.840262] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[222704.840263] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[222704.840264] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[222704.840264] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[222704.840265] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[222704.840265] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[222704.840265] PKRU: 55555554
[222704.840266] Call Trace:
[222704.840266] <TASK>
[222704.840268] _raw_spin_lock_irqsave+0x46/0x60
[222704.840269] cgroup_rstat_flush+0xf4/0x7e0
[222704.840270] cgroup_rstat_exit+0x20/0xf0
[222704.840271] css_free_rwork_fn+0x12e/0x400
[222704.840272] process_one_work+0x19e/0x3e0
[222704.840274] worker_thread+0x2ad/0x3c0
[222704.840275] kthread+0x108/0x220
[222704.840276] ? __pfx_worker_thread+0x10/0x10
[222704.840278] ? __pfx_kthread+0x10/0x10
[222704.840279] ret_from_fork+0x3d/0x60
[222704.840280] ? __pfx_kthread+0x10/0x10
[222704.840281] ret_from_fork_asm+0x1a/0x30
[222704.840283] </TASK>
[222884.855085] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[222884.868242] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12704329
[222884.886152] rcu: (detected by 98, t=48001917 jiffies, g=639685, q=46432 ncpus=256)
[222884.901454] Sending NMI from CPU 98 to CPUs 156:
[222884.901460] NMI backtrace for cpu 156
[222884.901466] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[222884.901469] Tainted: [D]=DIE, [W]=WARN
[222884.901469] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[222884.901470] Workqueue: cgroup_destroy css_free_rwork_fn
[222884.901473] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[222884.901475] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[222884.901476] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[222884.901477] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[222884.901478] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[222884.901478] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[222884.901478] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[222884.901479] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[222884.901480] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[222884.901480] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[222884.901481] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[222884.901481] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[222884.901482] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[222884.901482] PKRU: 55555554
[222884.901482] Call Trace:
[222884.901483] <TASK>
[222884.901484] _raw_spin_lock_irqsave+0x46/0x60
[222884.901485] cgroup_rstat_flush+0xf4/0x7e0
[222884.901487] cgroup_rstat_exit+0x20/0xf0
[222884.901488] css_free_rwork_fn+0x12e/0x400
[222884.901489] process_one_work+0x19e/0x3e0
[222884.901490] worker_thread+0x2ad/0x3c0
[222884.901492] kthread+0x108/0x220
[222884.901493] ? __pfx_worker_thread+0x10/0x10
[222884.901494] ? __pfx_kthread+0x10/0x10
[222884.901495] ret_from_fork+0x3d/0x60
[222884.901496] ? __pfx_kthread+0x10/0x10
[222884.901497] ret_from_fork_asm+0x1a/0x30
[222884.901499] </TASK>
[223064.916326] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[223064.929506] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12719192
[223064.947433] rcu: (detected by 91, t=48046933 jiffies, g=639685, q=46455 ncpus=256)
[223064.962758] Sending NMI from CPU 91 to CPUs 156:
[223064.962763] NMI backtrace for cpu 156
[223064.962769] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[223064.962772] Tainted: [D]=DIE, [W]=WARN
[223064.962773] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[223064.962774] Workqueue: cgroup_destroy css_free_rwork_fn
[223064.962777] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[223064.962779] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[223064.962780] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[223064.962781] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[223064.962782] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[223064.962782] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[223064.962783] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[223064.962783] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[223064.962784] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[223064.962785] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[223064.962785] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[223064.962786] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[223064.962786] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[223064.962787] PKRU: 55555554
[223064.962787] Call Trace:
[223064.962788] <TASK>
[223064.962789] _raw_spin_lock_irqsave+0x46/0x60
[223064.962790] cgroup_rstat_flush+0xf4/0x7e0
[223064.962792] cgroup_rstat_exit+0x20/0xf0
[223064.962793] css_free_rwork_fn+0x12e/0x400
[223064.962794] process_one_work+0x19e/0x3e0
[223064.962795] worker_thread+0x2ad/0x3c0
[223064.962797] kthread+0x108/0x220
[223064.962798] ? __pfx_worker_thread+0x10/0x10
[223064.962799] ? __pfx_kthread+0x10/0x10
[223064.962800] ret_from_fork+0x3d/0x60
[223064.962801] ? __pfx_kthread+0x10/0x10
[223064.962802] ret_from_fork_asm+0x1a/0x30
[223064.962804] </TASK>
[223244.977569] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[223244.990762] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12734047
[223245.008695] rcu: (detected by 175, t=48091949 jiffies, g=639685, q=46473 ncpus=256)
[223245.024135] Sending NMI from CPU 175 to CPUs 156:
[223245.024140] NMI backtrace for cpu 156
[223245.024146] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[223245.024149] Tainted: [D]=DIE, [W]=WARN
[223245.024150] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[223245.024151] Workqueue: cgroup_destroy css_free_rwork_fn
[223245.024154] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[223245.024156] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[223245.024157] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[223245.024158] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[223245.024158] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[223245.024159] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[223245.024159] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[223245.024160] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[223245.024160] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[223245.024161] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[223245.024161] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[223245.024162] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[223245.024162] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[223245.024163] PKRU: 55555554
[223245.024163] Call Trace:
[223245.024164] <TASK>
[223245.024165] _raw_spin_lock_irqsave+0x46/0x60
[223245.024166] cgroup_rstat_flush+0xf4/0x7e0
[223245.024168] cgroup_rstat_exit+0x20/0xf0
[223245.024169] css_free_rwork_fn+0x12e/0x400
[223245.024169] process_one_work+0x19e/0x3e0
[223245.024171] worker_thread+0x2ad/0x3c0
[223245.024173] kthread+0x108/0x220
[223245.024174] ? __pfx_worker_thread+0x10/0x10
[223245.024175] ? __pfx_kthread+0x10/0x10
[223245.024176] ret_from_fork+0x3d/0x60
[223245.024177] ? __pfx_kthread+0x10/0x10
[223245.024178] ret_from_fork_asm+0x1a/0x30
[223245.024180] </TASK>
[223425.038808] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[223425.052005] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12748421
[223425.069951] rcu: (detected by 194, t=48136965 jiffies, g=639685, q=46492 ncpus=256)
[223425.085397] Sending NMI from CPU 194 to CPUs 156:
[223425.085402] NMI backtrace for cpu 156
[223425.085408] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[223425.085411] Tainted: [D]=DIE, [W]=WARN
[223425.085411] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[223425.085412] Workqueue: cgroup_destroy css_free_rwork_fn
[223425.085415] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[223425.085417] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[223425.085419] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[223425.085419] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[223425.085420] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[223425.085420] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[223425.085420] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[223425.085421] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[223425.085422] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[223425.085422] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[223425.085423] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[223425.085423] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[223425.085424] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[223425.085424] PKRU: 55555554
[223425.085424] Call Trace:
[223425.085425] <TASK>
[223425.085426] _raw_spin_lock_irqsave+0x46/0x60
[223425.085428] cgroup_rstat_flush+0xf4/0x7e0
[223425.085429] cgroup_rstat_exit+0x20/0xf0
[223425.085430] css_free_rwork_fn+0x12e/0x400
[223425.085431] process_one_work+0x19e/0x3e0
[223425.085432] worker_thread+0x2ad/0x3c0
[223425.085434] kthread+0x108/0x220
[223425.085435] ? __pfx_worker_thread+0x10/0x10
[223425.085436] ? __pfx_kthread+0x10/0x10
[223425.085437] ret_from_fork+0x3d/0x60
[223425.085438] ? __pfx_kthread+0x10/0x10
[223425.085439] ret_from_fork_asm+0x1a/0x30
[223425.085441] </TASK>
[223605.100052] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[223605.113251] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12763283
[223605.131193] rcu: (detected by 44, t=48181981 jiffies, g=639685, q=46523 ncpus=256)
[223605.146530] Sending NMI from CPU 44 to CPUs 156:
[223605.146535] NMI backtrace for cpu 156
[223605.146541] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[223605.146544] Tainted: [D]=DIE, [W]=WARN
[223605.146544] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[223605.146545] Workqueue: cgroup_destroy css_free_rwork_fn
[223605.146548] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[223605.146550] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[223605.146551] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[223605.146552] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[223605.146552] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[223605.146553] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[223605.146553] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[223605.146554] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[223605.146554] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[223605.146555] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[223605.146555] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[223605.146556] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[223605.146556] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[223605.146557] PKRU: 55555554
[223605.146557] Call Trace:
[223605.146558] <TASK>
[223605.146559] _raw_spin_lock_irqsave+0x46/0x60
[223605.146560] cgroup_rstat_flush+0xf4/0x7e0
[223605.146561] cgroup_rstat_exit+0x20/0xf0
[223605.146563] css_free_rwork_fn+0x12e/0x400
[223605.146563] process_one_work+0x19e/0x3e0
[223605.146565] worker_thread+0x2ad/0x3c0
[223605.146567] kthread+0x108/0x220
[223605.146568] ? __pfx_worker_thread+0x10/0x10
[223605.146569] ? __pfx_kthread+0x10/0x10
[223605.146570] ret_from_fork+0x3d/0x60
[223605.146571] ? __pfx_kthread+0x10/0x10
[223605.146572] ret_from_fork_asm+0x1a/0x30
[223605.146574] </TASK>
[223785.161292] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[223785.174464] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12777694
[223785.192386] rcu: (detected by 175, t=48226997 jiffies, g=639685, q=46535 ncpus=256)
[223785.207809] Sending NMI from CPU 175 to CPUs 156:
[223785.207814] NMI backtrace for cpu 156
[223785.207820] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[223785.207823] Tainted: [D]=DIE, [W]=WARN
[223785.207824] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[223785.207825] Workqueue: cgroup_destroy css_free_rwork_fn
[223785.207828] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[223785.207830] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[223785.207832] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[223785.207832] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[223785.207833] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[223785.207833] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[223785.207834] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[223785.207834] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[223785.207835] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[223785.207836] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[223785.207836] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[223785.207837] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[223785.207837] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[223785.207837] PKRU: 55555554
[223785.207838] Call Trace:
[223785.207838] <TASK>
[223785.207840] _raw_spin_lock_irqsave+0x46/0x60
[223785.207841] cgroup_rstat_flush+0xf4/0x7e0
[223785.207842] cgroup_rstat_exit+0x20/0xf0
[223785.207843] css_free_rwork_fn+0x12e/0x400
[223785.207844] process_one_work+0x19e/0x3e0
[223785.207846] worker_thread+0x2ad/0x3c0
[223785.207847] kthread+0x108/0x220
[223785.207848] ? __pfx_worker_thread+0x10/0x10
[223785.207850] ? __pfx_kthread+0x10/0x10
[223785.207851] ret_from_fork+0x3d/0x60
[223785.207852] ? __pfx_kthread+0x10/0x10
[223785.207853] ret_from_fork_asm+0x1a/0x30
[223785.207855] </TASK>
[223965.222533] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[223965.235734] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12792103
[223965.253676] rcu: (detected by 159, t=48272013 jiffies, g=639685, q=46559 ncpus=256)
[223965.269122] Sending NMI from CPU 159 to CPUs 156:
[223965.269126] NMI backtrace for cpu 156
[223965.269129] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[223965.269130] Tainted: [D]=DIE, [W]=WARN
[223965.269131] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[223965.269132] Workqueue: cgroup_destroy css_free_rwork_fn
[223965.269134] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[223965.269136] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[223965.269137] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[223965.269137] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[223965.269138] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[223965.269138] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[223965.269139] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[223965.269139] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[223965.269140] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[223965.269141] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[223965.269141] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[223965.269142] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[223965.269142] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[223965.269142] PKRU: 55555554
[223965.269143] Call Trace:
[223965.269143] <TASK>
[223965.269144] _raw_spin_lock_irqsave+0x46/0x60
[223965.269146] cgroup_rstat_flush+0xf4/0x7e0
[223965.269147] cgroup_rstat_exit+0x20/0xf0
[223965.269148] css_free_rwork_fn+0x12e/0x400
[223965.269149] process_one_work+0x19e/0x3e0
[223965.269150] worker_thread+0x2ad/0x3c0
[223965.269152] kthread+0x108/0x220
[223965.269153] ? __pfx_worker_thread+0x10/0x10
[223965.269154] ? __pfx_kthread+0x10/0x10
[223965.269155] ret_from_fork+0x3d/0x60
[223965.269156] ? __pfx_kthread+0x10/0x10
[223965.269157] ret_from_fork_asm+0x1a/0x30
[223965.269159] </TASK>
[224145.283773] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[224145.296968] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12806975
[224145.314909] rcu: (detected by 175, t=48317029 jiffies, g=639685, q=46575 ncpus=256)
[224145.330349] Sending NMI from CPU 175 to CPUs 156:
[224145.330353] NMI backtrace for cpu 156
[224145.330359] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[224145.330362] Tainted: [D]=DIE, [W]=WARN
[224145.330362] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[224145.330363] Workqueue: cgroup_destroy css_free_rwork_fn
[224145.330366] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[224145.330368] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[224145.330369] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[224145.330370] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[224145.330371] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[224145.330371] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[224145.330372] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[224145.330373] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[224145.330374] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[224145.330375] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[224145.330376] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[224145.330377] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[224145.330377] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[224145.330378] PKRU: 55555554
[224145.330378] Call Trace:
[224145.330379] <TASK>
[224145.330380] _raw_spin_lock_irqsave+0x46/0x60
[224145.330381] cgroup_rstat_flush+0xf4/0x7e0
[224145.330382] cgroup_rstat_exit+0x20/0xf0
[224145.330384] css_free_rwork_fn+0x12e/0x400
[224145.330385] process_one_work+0x19e/0x3e0
[224145.330387] worker_thread+0x2ad/0x3c0
[224145.330388] kthread+0x108/0x220
[224145.330389] ? __pfx_worker_thread+0x10/0x10
[224145.330391] ? __pfx_kthread+0x10/0x10
[224145.330392] ret_from_fork+0x3d/0x60
[224145.330393] ? __pfx_kthread+0x10/0x10
[224145.330394] ret_from_fork_asm+0x1a/0x30
[224145.330396] </TASK>
[224325.345024] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[224325.358216] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12821389
[224325.376162] rcu: (detected by 175, t=48362045 jiffies, g=639685, q=46592 ncpus=256)
[224325.391609] Sending NMI from CPU 175 to CPUs 156:
[224325.391615] NMI backtrace for cpu 156
[224325.391621] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[224325.391624] Tainted: [D]=DIE, [W]=WARN
[224325.391625] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[224325.391626] Workqueue: cgroup_destroy css_free_rwork_fn
[224325.391629] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[224325.391631] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[224325.391631] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[224325.391632] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[224325.391633] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[224325.391633] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[224325.391633] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[224325.391634] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[224325.391635] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[224325.391635] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[224325.391636] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[224325.391636] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[224325.391637] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[224325.391637] PKRU: 55555554
[224325.391637] Call Trace:
[224325.391638] <TASK>
[224325.391639] _raw_spin_lock_irqsave+0x46/0x60
[224325.391640] cgroup_rstat_flush+0xf4/0x7e0
[224325.391642] cgroup_rstat_exit+0x20/0xf0
[224325.391643] css_free_rwork_fn+0x12e/0x400
[224325.391644] process_one_work+0x19e/0x3e0
[224325.391645] worker_thread+0x2ad/0x3c0
[224325.391647] kthread+0x108/0x220
[224325.391648] ? __pfx_worker_thread+0x10/0x10
[224325.391649] ? __pfx_kthread+0x10/0x10
[224325.391650] ret_from_fork+0x3d/0x60
[224325.391651] ? __pfx_kthread+0x10/0x10
[224325.391652] ret_from_fork_asm+0x1a/0x30
[224325.391654] </TASK>
[224505.406257] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[224505.419451] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12835818
[224505.437391] rcu: (detected by 91, t=48407061 jiffies, g=639685, q=46610 ncpus=256)
[224505.452722] Sending NMI from CPU 91 to CPUs 156:
[224505.452727] NMI backtrace for cpu 156
[224505.452732] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[224505.452735] Tainted: [D]=DIE, [W]=WARN
[224505.452735] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[224505.452736] Workqueue: cgroup_destroy css_free_rwork_fn
[224505.452740] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[224505.452742] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[224505.452743] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[224505.452743] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[224505.452744] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[224505.452745] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[224505.452745] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[224505.452745] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[224505.452746] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[224505.452747] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[224505.452747] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[224505.452748] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[224505.452748] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[224505.452749] PKRU: 55555554
[224505.452749] Call Trace:
[224505.452750] <TASK>
[224505.452751] _raw_spin_lock_irqsave+0x46/0x60
[224505.452752] cgroup_rstat_flush+0xf4/0x7e0
[224505.452753] cgroup_rstat_exit+0x20/0xf0
[224505.452754] css_free_rwork_fn+0x12e/0x400
[224505.452755] process_one_work+0x19e/0x3e0
[224505.452757] worker_thread+0x2ad/0x3c0
[224505.452758] kthread+0x108/0x220
[224505.452759] ? __pfx_worker_thread+0x10/0x10
[224505.452761] ? __pfx_kthread+0x10/0x10
[224505.452762] ret_from_fork+0x3d/0x60
[224505.452763] ? __pfx_kthread+0x10/0x10
[224505.452764] ret_from_fork_asm+0x1a/0x30
[224505.452766] </TASK>
[224685.467497] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[224685.480658] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12850677
[224685.498574] rcu: (detected by 219, t=48452077 jiffies, g=639685, q=46625 ncpus=256)
[224685.513992] Sending NMI from CPU 219 to CPUs 156:
[224685.513997] NMI backtrace for cpu 156
[224685.514003] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[224685.514007] Tainted: [D]=DIE, [W]=WARN
[224685.514007] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[224685.514008] Workqueue: cgroup_destroy css_free_rwork_fn
[224685.514011] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[224685.514014] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[224685.514015] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[224685.514016] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[224685.514016] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[224685.514016] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[224685.514017] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[224685.514017] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[224685.514018] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[224685.514019] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[224685.514019] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[224685.514020] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[224685.514020] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[224685.514020] PKRU: 55555554
[224685.514021] Call Trace:
[224685.514021] <TASK>
[224685.514023] _raw_spin_lock_irqsave+0x46/0x60
[224685.514024] cgroup_rstat_flush+0xf4/0x7e0
[224685.514025] cgroup_rstat_exit+0x20/0xf0
[224685.514026] css_free_rwork_fn+0x12e/0x400
[224685.514027] process_one_work+0x19e/0x3e0
[224685.514029] worker_thread+0x2ad/0x3c0
[224685.514030] kthread+0x108/0x220
[224685.514031] ? __pfx_worker_thread+0x10/0x10
[224685.514033] ? __pfx_kthread+0x10/0x10
[224685.514034] ret_from_fork+0x3d/0x60
[224685.514035] ? __pfx_kthread+0x10/0x10
[224685.514036] ret_from_fork_asm+0x1a/0x30
[224685.514038] </TASK>
[224865.528738] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[224865.541921] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12865558
[224865.559852] rcu: (detected by 199, t=48497093 jiffies, g=639685, q=46648 ncpus=256)
[224865.575283] Sending NMI from CPU 199 to CPUs 156:
[224865.575288] NMI backtrace for cpu 156
[224865.575294] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[224865.575297] Tainted: [D]=DIE, [W]=WARN
[224865.575298] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[224865.575299] Workqueue: cgroup_destroy css_free_rwork_fn
[224865.575302] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[224865.575304] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[224865.575306] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[224865.575306] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[224865.575307] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[224865.575307] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[224865.575307] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[224865.575308] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[224865.575309] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[224865.575309] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[224865.575310] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[224865.575310] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[224865.575311] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[224865.575311] PKRU: 55555554
[224865.575311] Call Trace:
[224865.575312] <TASK>
[224865.575313] _raw_spin_lock_irqsave+0x46/0x60
[224865.575315] cgroup_rstat_flush+0xf4/0x7e0
[224865.575316] cgroup_rstat_exit+0x20/0xf0
[224865.575317] css_free_rwork_fn+0x12e/0x400
[224865.575318] process_one_work+0x19e/0x3e0
[224865.575319] worker_thread+0x2ad/0x3c0
[224865.575321] kthread+0x108/0x220
[224865.575322] ? __pfx_worker_thread+0x10/0x10
[224865.575324] ? __pfx_kthread+0x10/0x10
[224865.575325] ret_from_fork+0x3d/0x60
[224865.575326] ? __pfx_kthread+0x10/0x10
[224865.575327] ret_from_fork_asm+0x1a/0x30
[224865.575329] </TASK>
[225045.589981] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[225045.603166] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12880428
[225045.621098] rcu: (detected by 175, t=48542109 jiffies, g=639685, q=46674 ncpus=256)
[225045.636541] Sending NMI from CPU 175 to CPUs 156:
[225045.636546] NMI backtrace for cpu 156
[225045.636552] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[225045.636555] Tainted: [D]=DIE, [W]=WARN
[225045.636555] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[225045.636556] Workqueue: cgroup_destroy css_free_rwork_fn
[225045.636559] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[225045.636561] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[225045.636562] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[225045.636563] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[225045.636564] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[225045.636564] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[225045.636564] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[225045.636566] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[225045.636567] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[225045.636568] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[225045.636568] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[225045.636569] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[225045.636569] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[225045.636569] PKRU: 55555554
[225045.636570] Call Trace:
[225045.636570] <TASK>
[225045.636572] _raw_spin_lock_irqsave+0x46/0x60
[225045.636573] cgroup_rstat_flush+0xf4/0x7e0
[225045.636574] cgroup_rstat_exit+0x20/0xf0
[225045.636576] css_free_rwork_fn+0x12e/0x400
[225045.636576] process_one_work+0x19e/0x3e0
[225045.636578] worker_thread+0x2ad/0x3c0
[225045.636580] kthread+0x108/0x220
[225045.636581] ? __pfx_worker_thread+0x10/0x10
[225045.636582] ? __pfx_kthread+0x10/0x10
[225045.636583] ret_from_fork+0x3d/0x60
[225045.636584] ? __pfx_kthread+0x10/0x10
[225045.636585] ret_from_fork_asm+0x1a/0x30
[225045.636588] </TASK>
[225225.651221] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[225225.664413] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12894838
[225225.682355] rcu: (detected by 71, t=48587125 jiffies, g=639685, q=46690 ncpus=256)
[225225.697691] Sending NMI from CPU 71 to CPUs 156:
[225225.697697] NMI backtrace for cpu 156
[225225.697703] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[225225.697706] Tainted: [D]=DIE, [W]=WARN
[225225.697707] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[225225.697708] Workqueue: cgroup_destroy css_free_rwork_fn
[225225.697711] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[225225.697713] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[225225.697715] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[225225.697715] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[225225.697716] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[225225.697716] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[225225.697716] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[225225.697717] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[225225.697718] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[225225.697718] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[225225.697719] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[225225.697720] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[225225.697720] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[225225.697720] PKRU: 55555554
[225225.697721] Call Trace:
[225225.697721] <TASK>
[225225.697722] _raw_spin_lock_irqsave+0x46/0x60
[225225.697724] cgroup_rstat_flush+0xf4/0x7e0
[225225.697725] cgroup_rstat_exit+0x20/0xf0
[225225.697726] css_free_rwork_fn+0x12e/0x400
[225225.697727] process_one_work+0x19e/0x3e0
[225225.697728] worker_thread+0x2ad/0x3c0
[225225.697730] kthread+0x108/0x220
[225225.697731] ? __pfx_worker_thread+0x10/0x10
[225225.697732] ? __pfx_kthread+0x10/0x10
[225225.697733] ret_from_fork+0x3d/0x60
[225225.697734] ? __pfx_kthread+0x10/0x10
[225225.697735] ret_from_fork_asm+0x1a/0x30
[225225.697737] </TASK>
[225405.712462] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[225405.725636] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12909701
[225405.743567] rcu: (detected by 71, t=48632141 jiffies, g=639685, q=46702 ncpus=256)
[225405.758892] Sending NMI from CPU 71 to CPUs 156:
[225405.758896] NMI backtrace for cpu 156
[225405.758902] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[225405.758905] Tainted: [D]=DIE, [W]=WARN
[225405.758906] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[225405.758906] Workqueue: cgroup_destroy css_free_rwork_fn
[225405.758909] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[225405.758912] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[225405.758913] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[225405.758913] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[225405.758914] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[225405.758914] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[225405.758915] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[225405.758915] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[225405.758916] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[225405.758917] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[225405.758917] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[225405.758918] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[225405.758918] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[225405.758918] PKRU: 55555554
[225405.758919] Call Trace:
[225405.758919] <TASK>
[225405.758920] _raw_spin_lock_irqsave+0x46/0x60
[225405.758922] cgroup_rstat_flush+0xf4/0x7e0
[225405.758923] cgroup_rstat_exit+0x20/0xf0
[225405.758924] css_free_rwork_fn+0x12e/0x400
[225405.758925] process_one_work+0x19e/0x3e0
[225405.758927] worker_thread+0x2ad/0x3c0
[225405.758928] kthread+0x108/0x220
[225405.758929] ? __pfx_worker_thread+0x10/0x10
[225405.758931] ? __pfx_kthread+0x10/0x10
[225405.758932] ret_from_fork+0x3d/0x60
[225405.758933] ? __pfx_kthread+0x10/0x10
[225405.758934] ret_from_fork_asm+0x1a/0x30
[225405.758936] </TASK>
[225585.773704] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[225585.786867] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12924563
[225585.804788] rcu: (detected by 71, t=48677157 jiffies, g=639685, q=46721 ncpus=256)
[225585.820107] Sending NMI from CPU 71 to CPUs 156:
[225585.820111] NMI backtrace for cpu 156
[225585.820117] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[225585.820120] Tainted: [D]=DIE, [W]=WARN
[225585.820121] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[225585.820122] Workqueue: cgroup_destroy css_free_rwork_fn
[225585.820125] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[225585.820127] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[225585.820128] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[225585.820129] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[225585.820129] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[225585.820130] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[225585.820130] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[225585.820130] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[225585.820131] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[225585.820132] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[225585.820132] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[225585.820133] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[225585.820133] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[225585.820134] PKRU: 55555554
[225585.820134] Call Trace:
[225585.820135] <TASK>
[225585.820136] _raw_spin_lock_irqsave+0x46/0x60
[225585.820137] cgroup_rstat_flush+0xf4/0x7e0
[225585.820139] cgroup_rstat_exit+0x20/0xf0
[225585.820140] css_free_rwork_fn+0x12e/0x400
[225585.820140] process_one_work+0x19e/0x3e0
[225585.820142] worker_thread+0x2ad/0x3c0
[225585.820144] kthread+0x108/0x220
[225585.820145] ? __pfx_worker_thread+0x10/0x10
[225585.820146] ? __pfx_kthread+0x10/0x10
[225585.820147] ret_from_fork+0x3d/0x60
[225585.820148] ? __pfx_kthread+0x10/0x10
[225585.820149] ret_from_fork_asm+0x1a/0x30
[225585.820151] </TASK>
[225765.834944] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[225765.848112] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12939431
[225765.866042] rcu: (detected by 71, t=48722173 jiffies, g=639685, q=46740 ncpus=256)
[225765.881356] Sending NMI from CPU 71 to CPUs 156:
[225765.881361] NMI backtrace for cpu 156
[225765.881367] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[225765.881369] Tainted: [D]=DIE, [W]=WARN
[225765.881370] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[225765.881371] Workqueue: cgroup_destroy css_free_rwork_fn
[225765.881374] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[225765.881376] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[225765.881377] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[225765.881378] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[225765.881379] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[225765.881379] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[225765.881379] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[225765.881380] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[225765.881381] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[225765.881381] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[225765.881382] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[225765.881382] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[225765.881383] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[225765.881383] PKRU: 55555554
[225765.881383] Call Trace:
[225765.881384] <TASK>
[225765.881385] _raw_spin_lock_irqsave+0x46/0x60
[225765.881386] cgroup_rstat_flush+0xf4/0x7e0
[225765.881388] cgroup_rstat_exit+0x20/0xf0
[225765.881389] css_free_rwork_fn+0x12e/0x400
[225765.881390] process_one_work+0x19e/0x3e0
[225765.881391] worker_thread+0x2ad/0x3c0
[225765.881393] kthread+0x108/0x220
[225765.881394] ? __pfx_worker_thread+0x10/0x10
[225765.881395] ? __pfx_kthread+0x10/0x10
[225765.881396] ret_from_fork+0x3d/0x60
[225765.881397] ? __pfx_kthread+0x10/0x10
[225765.881398] ret_from_fork_asm+0x1a/0x30
[225765.881400] </TASK>
[225945.896186] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[225945.909369] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12954318
[225945.927304] rcu: (detected by 159, t=48767189 jiffies, g=639685, q=46767 ncpus=256)
[225945.942739] Sending NMI from CPU 159 to CPUs 156:
[225945.942743] NMI backtrace for cpu 156
[225945.942746] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[225945.942748] Tainted: [D]=DIE, [W]=WARN
[225945.942748] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[225945.942750] Workqueue: cgroup_destroy css_free_rwork_fn
[225945.942752] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[225945.942753] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[225945.942754] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[225945.942755] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[225945.942755] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[225945.942756] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[225945.942756] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[225945.942756] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[225945.942757] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[225945.942758] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[225945.942758] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[225945.942759] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[225945.942759] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[225945.942760] PKRU: 55555554
[225945.942760] Call Trace:
[225945.942761] <TASK>
[225945.942762] _raw_spin_lock_irqsave+0x46/0x60
[225945.942763] cgroup_rstat_flush+0xf4/0x7e0
[225945.942764] cgroup_rstat_exit+0x20/0xf0
[225945.942765] css_free_rwork_fn+0x12e/0x400
[225945.942766] process_one_work+0x19e/0x3e0
[225945.942768] worker_thread+0x2ad/0x3c0
[225945.942769] kthread+0x108/0x220
[225945.942770] ? __pfx_worker_thread+0x10/0x10
[225945.942772] ? __pfx_kthread+0x10/0x10
[225945.942773] ret_from_fork+0x3d/0x60
[225945.942774] ? __pfx_kthread+0x10/0x10
[225945.942775] ret_from_fork_asm+0x1a/0x30
[225945.942777] </TASK>
[226125.957429] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[226125.970632] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12969189
[226125.988578] rcu: (detected by 185, t=48812205 jiffies, g=639685, q=46782 ncpus=256)
[226126.004025] Sending NMI from CPU 185 to CPUs 156:
[226126.004030] NMI backtrace for cpu 156
[226126.004036] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[226126.004039] Tainted: [D]=DIE, [W]=WARN
[226126.004039] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[226126.004040] Workqueue: cgroup_destroy css_free_rwork_fn
[226126.004043] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[226126.004045] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[226126.004046] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[226126.004047] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[226126.004048] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[226126.004048] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[226126.004048] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[226126.004049] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[226126.004050] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[226126.004051] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[226126.004051] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[226126.004052] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[226126.004053] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[226126.004053] PKRU: 55555554
[226126.004053] Call Trace:
[226126.004054] <TASK>
[226126.004055] _raw_spin_lock_irqsave+0x46/0x60
[226126.004056] cgroup_rstat_flush+0xf4/0x7e0
[226126.004058] cgroup_rstat_exit+0x20/0xf0
[226126.004059] css_free_rwork_fn+0x12e/0x400
[226126.004060] process_one_work+0x19e/0x3e0
[226126.004061] worker_thread+0x2ad/0x3c0
[226126.004063] kthread+0x108/0x220
[226126.004064] ? __pfx_worker_thread+0x10/0x10
[226126.004065] ? __pfx_kthread+0x10/0x10
[226126.004066] ret_from_fork+0x3d/0x60
[226126.004067] ? __pfx_kthread+0x10/0x10
[226126.004068] ret_from_fork_asm+0x1a/0x30
[226126.004070] </TASK>
[226306.018669] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[226306.031877] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12984051
[226306.049825] rcu: (detected by 45, t=48857221 jiffies, g=639685, q=46796 ncpus=256)
[226306.065168] Sending NMI from CPU 45 to CPUs 156:
[226306.065173] NMI backtrace for cpu 156
[226306.065179] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[226306.065182] Tainted: [D]=DIE, [W]=WARN
[226306.065183] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[226306.065184] Workqueue: cgroup_destroy css_free_rwork_fn
[226306.065187] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[226306.065189] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[226306.065190] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[226306.065191] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[226306.065192] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[226306.065192] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[226306.065192] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[226306.065193] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[226306.065194] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[226306.065195] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[226306.065195] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[226306.065196] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[226306.065196] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[226306.065197] PKRU: 55555554
[226306.065197] Call Trace:
[226306.065198] <TASK>
[226306.065199] _raw_spin_lock_irqsave+0x46/0x60
[226306.065200] cgroup_rstat_flush+0xf4/0x7e0
[226306.065201] cgroup_rstat_exit+0x20/0xf0
[226306.065202] css_free_rwork_fn+0x12e/0x400
[226306.065203] process_one_work+0x19e/0x3e0
[226306.065205] worker_thread+0x2ad/0x3c0
[226306.065206] kthread+0x108/0x220
[226306.065207] ? __pfx_worker_thread+0x10/0x10
[226306.065209] ? __pfx_kthread+0x10/0x10
[226306.065210] ret_from_fork+0x3d/0x60
[226306.065211] ? __pfx_kthread+0x10/0x10
[226306.065212] ret_from_fork_asm+0x1a/0x30
[226306.065214] </TASK>
[226486.079910] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[226486.093095] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=12998446
[226486.111028] rcu: (detected by 159, t=48902237 jiffies, g=639685, q=46814 ncpus=256)
[226486.126461] Sending NMI from CPU 159 to CPUs 156:
[226486.126465] NMI backtrace for cpu 156
[226486.126468] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[226486.126470] Tainted: [D]=DIE, [W]=WARN
[226486.126470] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[226486.126471] Workqueue: cgroup_destroy css_free_rwork_fn
[226486.126474] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[226486.126475] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[226486.126476] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[226486.126477] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[226486.126477] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[226486.126478] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[226486.126478] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[226486.126479] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[226486.126479] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[226486.126480] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[226486.126480] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[226486.126481] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[226486.126481] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[226486.126482] PKRU: 55555554
[226486.126482] Call Trace:
[226486.126483] <TASK>
[226486.126484] _raw_spin_lock_irqsave+0x46/0x60
[226486.126485] cgroup_rstat_flush+0xf4/0x7e0
[226486.126486] cgroup_rstat_exit+0x20/0xf0
[226486.126488] css_free_rwork_fn+0x12e/0x400
[226486.126489] process_one_work+0x19e/0x3e0
[226486.126490] worker_thread+0x2ad/0x3c0
[226486.126492] kthread+0x108/0x220
[226486.126493] ? __pfx_worker_thread+0x10/0x10
[226486.126495] ? __pfx_kthread+0x10/0x10
[226486.126496] ret_from_fork+0x3d/0x60
[226486.126497] ? __pfx_kthread+0x10/0x10
[226486.126498] ret_from_fork_asm+0x1a/0x30
[226486.126499] </TASK>
[226666.141152] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[226666.154339] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13013301
[226666.172275] rcu: (detected by 159, t=48947253 jiffies, g=639685, q=46831 ncpus=256)
[226666.187711] Sending NMI from CPU 159 to CPUs 156:
[226666.187715] NMI backtrace for cpu 156
[226666.187718] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[226666.187720] Tainted: [D]=DIE, [W]=WARN
[226666.187720] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[226666.187721] Workqueue: cgroup_destroy css_free_rwork_fn
[226666.187723] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[226666.187725] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[226666.187725] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[226666.187726] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[226666.187727] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[226666.187727] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[226666.187727] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[226666.187728] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[226666.187729] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[226666.187729] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[226666.187729] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[226666.187730] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[226666.187731] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[226666.187731] PKRU: 55555554
[226666.187731] Call Trace:
[226666.187732] <TASK>
[226666.187733] _raw_spin_lock_irqsave+0x46/0x60
[226666.187734] cgroup_rstat_flush+0xf4/0x7e0
[226666.187735] cgroup_rstat_exit+0x20/0xf0
[226666.187737] css_free_rwork_fn+0x12e/0x400
[226666.187737] process_one_work+0x19e/0x3e0
[226666.187739] worker_thread+0x2ad/0x3c0
[226666.187741] kthread+0x108/0x220
[226666.187742] ? __pfx_worker_thread+0x10/0x10
[226666.187743] ? __pfx_kthread+0x10/0x10
[226666.187744] ret_from_fork+0x3d/0x60
[226666.187745] ? __pfx_kthread+0x10/0x10
[226666.187746] ret_from_fork_asm+0x1a/0x30
[226666.187748] </TASK>
[226846.202392] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[226846.215577] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13028173
[226846.233513] rcu: (detected by 3, t=48992269 jiffies, g=639685, q=46850 ncpus=256)
[226846.248745] Sending NMI from CPU 3 to CPUs 156:
[226846.248749] NMI backtrace for cpu 156
[226846.248755] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[226846.248758] Tainted: [D]=DIE, [W]=WARN
[226846.248758] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[226846.248759] Workqueue: cgroup_destroy css_free_rwork_fn
[226846.248761] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[226846.248763] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[226846.248764] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[226846.248765] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[226846.248766] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[226846.248766] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[226846.248767] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[226846.248767] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[226846.248768] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[226846.248769] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[226846.248769] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[226846.248770] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[226846.248770] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[226846.248771] PKRU: 55555554
[226846.248771] Call Trace:
[226846.248772] <TASK>
[226846.248773] _raw_spin_lock_irqsave+0x46/0x60
[226846.248774] cgroup_rstat_flush+0xf4/0x7e0
[226846.248776] cgroup_rstat_exit+0x20/0xf0
[226846.248777] css_free_rwork_fn+0x12e/0x400
[226846.248778] process_one_work+0x19e/0x3e0
[226846.248780] worker_thread+0x2ad/0x3c0
[226846.248781] kthread+0x108/0x220
[226846.248782] ? __pfx_worker_thread+0x10/0x10
[226846.248784] ? __pfx_kthread+0x10/0x10
[226846.248785] ret_from_fork+0x3d/0x60
[226846.248786] ? __pfx_kthread+0x10/0x10
[226846.248787] ret_from_fork_asm+0x1a/0x30
[226846.248789] </TASK>
[227026.263633] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[227026.276814] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13043032
[227026.294743] rcu: (detected by 194, t=49037285 jiffies, g=639685, q=46874 ncpus=256)
[227026.310173] Sending NMI from CPU 194 to CPUs 156:
[227026.310178] NMI backtrace for cpu 156
[227026.310184] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[227026.310187] Tainted: [D]=DIE, [W]=WARN
[227026.310188] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[227026.310189] Workqueue: cgroup_destroy css_free_rwork_fn
[227026.310191] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[227026.310194] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[227026.310195] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[227026.310196] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[227026.310197] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[227026.310197] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[227026.310197] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[227026.310198] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[227026.310199] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[227026.310199] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[227026.310200] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[227026.310200] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[227026.310201] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[227026.310201] PKRU: 55555554
[227026.310201] Call Trace:
[227026.310202] <TASK>
[227026.310203] _raw_spin_lock_irqsave+0x46/0x60
[227026.310204] cgroup_rstat_flush+0xf4/0x7e0
[227026.310206] cgroup_rstat_exit+0x20/0xf0
[227026.310207] css_free_rwork_fn+0x12e/0x400
[227026.310208] process_one_work+0x19e/0x3e0
[227026.310209] worker_thread+0x2ad/0x3c0
[227026.310211] kthread+0x108/0x220
[227026.310212] ? __pfx_worker_thread+0x10/0x10
[227026.310213] ? __pfx_kthread+0x10/0x10
[227026.310214] ret_from_fork+0x3d/0x60
[227026.310215] ? __pfx_kthread+0x10/0x10
[227026.310216] ret_from_fork_asm+0x1a/0x30
[227026.310218] </TASK>
[227206.324875] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[227206.338076] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13057892
[227206.356026] rcu: (detected by 83, t=49082301 jiffies, g=639685, q=46890 ncpus=256)
[227206.371363] Sending NMI from CPU 83 to CPUs 156:
[227206.371369] NMI backtrace for cpu 156
[227206.371375] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[227206.371378] Tainted: [D]=DIE, [W]=WARN
[227206.371378] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[227206.371379] Workqueue: cgroup_destroy css_free_rwork_fn
[227206.371382] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[227206.371384] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[227206.371386] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[227206.371387] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[227206.371387] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[227206.371388] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[227206.371388] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[227206.371389] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[227206.371390] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[227206.371391] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[227206.371391] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[227206.371392] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[227206.371393] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[227206.371393] PKRU: 55555554
[227206.371393] Call Trace:
[227206.371394] <TASK>
[227206.371395] _raw_spin_lock_irqsave+0x46/0x60
[227206.371396] cgroup_rstat_flush+0xf4/0x7e0
[227206.371398] cgroup_rstat_exit+0x20/0xf0
[227206.371399] css_free_rwork_fn+0x12e/0x400
[227206.371400] process_one_work+0x19e/0x3e0
[227206.371401] worker_thread+0x2ad/0x3c0
[227206.371403] kthread+0x108/0x220
[227206.371404] ? __pfx_worker_thread+0x10/0x10
[227206.371405] ? __pfx_kthread+0x10/0x10
[227206.371406] ret_from_fork+0x3d/0x60
[227206.371407] ? __pfx_kthread+0x10/0x10
[227206.371408] ret_from_fork_asm+0x1a/0x30
[227206.371410] </TASK>
[227386.386116] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[227386.399296] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13072705
[227386.417220] rcu: (detected by 175, t=49127317 jiffies, g=639685, q=46905 ncpus=256)
[227386.432644] Sending NMI from CPU 175 to CPUs 156:
[227386.432649] NMI backtrace for cpu 156
[227386.432655] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[227386.432658] Tainted: [D]=DIE, [W]=WARN
[227386.432659] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[227386.432660] Workqueue: cgroup_destroy css_free_rwork_fn
[227386.432663] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[227386.432665] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[227386.432667] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[227386.432667] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[227386.432668] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[227386.432668] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[227386.432668] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[227386.432669] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[227386.432670] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[227386.432670] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[227386.432671] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[227386.432671] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[227386.432672] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[227386.432672] PKRU: 55555554
[227386.432673] Call Trace:
[227386.432673] <TASK>
[227386.432674] _raw_spin_lock_irqsave+0x46/0x60
[227386.432676] cgroup_rstat_flush+0xf4/0x7e0
[227386.432677] cgroup_rstat_exit+0x20/0xf0
[227386.432678] css_free_rwork_fn+0x12e/0x400
[227386.432679] process_one_work+0x19e/0x3e0
[227386.432680] worker_thread+0x2ad/0x3c0
[227386.432682] kthread+0x108/0x220
[227386.432683] ? __pfx_worker_thread+0x10/0x10
[227386.432684] ? __pfx_kthread+0x10/0x10
[227386.432685] ret_from_fork+0x3d/0x60
[227386.432686] ? __pfx_kthread+0x10/0x10
[227386.432688] ret_from_fork_asm+0x1a/0x30
[227386.432689] </TASK>
[227566.447357] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[227566.460548] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13087125
[227566.478481] rcu: (detected by 158, t=49172333 jiffies, g=639685, q=46923 ncpus=256)
[227566.493916] Sending NMI from CPU 158 to CPUs 156:
[227566.493922] NMI backtrace for cpu 156
[227566.493925] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[227566.493927] Tainted: [D]=DIE, [W]=WARN
[227566.493927] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[227566.493928] Workqueue: cgroup_destroy css_free_rwork_fn
[227566.493930] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[227566.493932] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[227566.493933] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[227566.493934] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[227566.493935] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[227566.493935] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[227566.493935] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[227566.493936] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[227566.493937] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[227566.493937] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[227566.493938] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[227566.493938] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[227566.493939] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[227566.493939] PKRU: 55555554
[227566.493939] Call Trace:
[227566.493940] <TASK>
[227566.493941] _raw_spin_lock_irqsave+0x46/0x60
[227566.493942] cgroup_rstat_flush+0xf4/0x7e0
[227566.493944] cgroup_rstat_exit+0x20/0xf0
[227566.493945] css_free_rwork_fn+0x12e/0x400
[227566.493945] process_one_work+0x19e/0x3e0
[227566.493947] worker_thread+0x2ad/0x3c0
[227566.493949] kthread+0x108/0x220
[227566.493950] ? __pfx_worker_thread+0x10/0x10
[227566.493951] ? __pfx_kthread+0x10/0x10
[227566.493952] ret_from_fork+0x3d/0x60
[227566.493953] ? __pfx_kthread+0x10/0x10
[227566.493954] ret_from_fork_asm+0x1a/0x30
[227566.493956] </TASK>
[227746.508598] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[227746.521788] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13101991
[227746.539717] rcu: (detected by 66, t=49217349 jiffies, g=639685, q=46940 ncpus=256)
[227746.555045] Sending NMI from CPU 66 to CPUs 156:
[227746.555050] NMI backtrace for cpu 156
[227746.555055] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[227746.555058] Tainted: [D]=DIE, [W]=WARN
[227746.555059] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[227746.555059] Workqueue: cgroup_destroy css_free_rwork_fn
[227746.555062] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[227746.555064] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[227746.555064] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[227746.555065] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[227746.555066] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[227746.555067] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[227746.555067] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[227746.555068] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[227746.555069] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[227746.555069] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[227746.555069] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[227746.555070] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[227746.555071] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[227746.555071] PKRU: 55555554
[227746.555071] Call Trace:
[227746.555072] <TASK>
[227746.555073] _raw_spin_lock_irqsave+0x46/0x60
[227746.555075] cgroup_rstat_flush+0xf4/0x7e0
[227746.555076] cgroup_rstat_exit+0x20/0xf0
[227746.555078] css_free_rwork_fn+0x12e/0x400
[227746.555078] process_one_work+0x19e/0x3e0
[227746.555080] worker_thread+0x2ad/0x3c0
[227746.555082] kthread+0x108/0x220
[227746.555082] ? __pfx_worker_thread+0x10/0x10
[227746.555084] ? __pfx_kthread+0x10/0x10
[227746.555085] ret_from_fork+0x3d/0x60
[227746.555086] ? __pfx_kthread+0x10/0x10
[227746.555087] ret_from_fork_asm+0x1a/0x30
[227746.555089] </TASK>
[227926.569839] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[227926.583008] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13116850
[227926.600922] rcu: (detected by 91, t=49262365 jiffies, g=639685, q=46957 ncpus=256)
[227926.616226] Sending NMI from CPU 91 to CPUs 156:
[227926.616231] NMI backtrace for cpu 156
[227926.616237] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[227926.616240] Tainted: [D]=DIE, [W]=WARN
[227926.616240] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[227926.616241] Workqueue: cgroup_destroy css_free_rwork_fn
[227926.616244] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[227926.616246] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[227926.616247] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[227926.616248] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[227926.616248] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[227926.616249] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[227926.616249] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[227926.616250] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[227926.616251] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[227926.616251] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[227926.616252] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[227926.616252] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[227926.616253] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[227926.616253] PKRU: 55555554
[227926.616253] Call Trace:
[227926.616254] <TASK>
[227926.616255] _raw_spin_lock_irqsave+0x46/0x60
[227926.616257] cgroup_rstat_flush+0xf4/0x7e0
[227926.616258] cgroup_rstat_exit+0x20/0xf0
[227926.616259] css_free_rwork_fn+0x12e/0x400
[227926.616260] process_one_work+0x19e/0x3e0
[227926.616261] worker_thread+0x2ad/0x3c0
[227926.616263] kthread+0x108/0x220
[227926.616264] ? __pfx_worker_thread+0x10/0x10
[227926.616265] ? __pfx_kthread+0x10/0x10
[227926.616266] ret_from_fork+0x3d/0x60
[227926.616268] ? __pfx_kthread+0x10/0x10
[227926.616268] ret_from_fork_asm+0x1a/0x30
[227926.616271] </TASK>
[228106.631082] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[228106.644258] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13131713
[228106.662174] rcu: (detected by 19, t=49307381 jiffies, g=639685, q=46977 ncpus=256)
[228106.677494] Sending NMI from CPU 19 to CPUs 156:
[228106.677499] NMI backtrace for cpu 156
[228106.677505] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[228106.677508] Tainted: [D]=DIE, [W]=WARN
[228106.677508] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[228106.677509] Workqueue: cgroup_destroy css_free_rwork_fn
[228106.677512] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[228106.677514] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[228106.677516] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[228106.677516] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[228106.677517] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[228106.677518] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[228106.677518] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[228106.677518] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[228106.677519] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[228106.677519] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[228106.677520] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[228106.677521] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[228106.677521] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[228106.677521] PKRU: 55555554
[228106.677522] Call Trace:
[228106.677522] <TASK>
[228106.677523] _raw_spin_lock_irqsave+0x46/0x60
[228106.677525] cgroup_rstat_flush+0xf4/0x7e0
[228106.677526] cgroup_rstat_exit+0x20/0xf0
[228106.677527] css_free_rwork_fn+0x12e/0x400
[228106.677528] process_one_work+0x19e/0x3e0
[228106.677530] worker_thread+0x2ad/0x3c0
[228106.677531] kthread+0x108/0x220
[228106.677532] ? __pfx_worker_thread+0x10/0x10
[228106.677534] ? __pfx_kthread+0x10/0x10
[228106.677535] ret_from_fork+0x3d/0x60
[228106.677536] ? __pfx_kthread+0x10/0x10
[228106.677537] ret_from_fork_asm+0x1a/0x30
[228106.677539] </TASK>
[228286.692321] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[228286.705500] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13146575
[228286.723430] rcu: (detected by 199, t=49352397 jiffies, g=639685, q=46992 ncpus=256)
[228286.738857] Sending NMI from CPU 199 to CPUs 156:
[228286.738862] NMI backtrace for cpu 156
[228286.738868] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[228286.738871] Tainted: [D]=DIE, [W]=WARN
[228286.738872] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[228286.738873] Workqueue: cgroup_destroy css_free_rwork_fn
[228286.738875] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[228286.738878] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[228286.738879] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[228286.738880] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[228286.738881] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[228286.738881] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[228286.738881] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[228286.738882] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[228286.738883] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[228286.738883] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[228286.738884] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[228286.738884] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[228286.738885] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[228286.738885] PKRU: 55555554
[228286.738885] Call Trace:
[228286.738886] <TASK>
[228286.738887] _raw_spin_lock_irqsave+0x46/0x60
[228286.738889] cgroup_rstat_flush+0xf4/0x7e0
[228286.738890] cgroup_rstat_exit+0x20/0xf0
[228286.738891] css_free_rwork_fn+0x12e/0x400
[228286.738892] process_one_work+0x19e/0x3e0
[228286.738894] worker_thread+0x2ad/0x3c0
[228286.738895] kthread+0x108/0x220
[228286.738896] ? __pfx_worker_thread+0x10/0x10
[228286.738898] ? __pfx_kthread+0x10/0x10
[228286.738898] ret_from_fork+0x3d/0x60
[228286.738900] ? __pfx_kthread+0x10/0x10
[228286.738900] ret_from_fork_asm+0x1a/0x30
[228286.738902] </TASK>
[228466.753563] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[228466.766754] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13161433
[228466.784693] rcu: (detected by 175, t=49397413 jiffies, g=639685, q=47008 ncpus=256)
[228466.800124] Sending NMI from CPU 175 to CPUs 156:
[228466.800129] NMI backtrace for cpu 156
[228466.800135] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[228466.800138] Tainted: [D]=DIE, [W]=WARN
[228466.800139] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[228466.800140] Workqueue: cgroup_destroy css_free_rwork_fn
[228466.800143] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[228466.800145] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[228466.800146] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[228466.800147] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[228466.800148] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[228466.800148] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[228466.800149] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[228466.800150] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[228466.800150] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[228466.800151] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[228466.800151] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[228466.800152] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[228466.800153] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[228466.800153] PKRU: 55555554
[228466.800153] Call Trace:
[228466.800154] <TASK>
[228466.800155] _raw_spin_lock_irqsave+0x46/0x60
[228466.800157] cgroup_rstat_flush+0xf4/0x7e0
[228466.800158] cgroup_rstat_exit+0x20/0xf0
[228466.800159] css_free_rwork_fn+0x12e/0x400
[228466.800160] process_one_work+0x19e/0x3e0
[228466.800161] worker_thread+0x2ad/0x3c0
[228466.800163] kthread+0x108/0x220
[228466.800164] ? __pfx_worker_thread+0x10/0x10
[228466.800166] ? __pfx_kthread+0x10/0x10
[228466.800167] ret_from_fork+0x3d/0x60
[228466.800168] ? __pfx_kthread+0x10/0x10
[228466.800169] ret_from_fork_asm+0x1a/0x30
[228466.800171] </TASK>
[228646.814812] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[228646.828002] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13175834
[228646.845933] rcu: (detected by 175, t=49442429 jiffies, g=639685, q=47025 ncpus=256)
[228646.861373] Sending NMI from CPU 175 to CPUs 156:
[228646.861378] NMI backtrace for cpu 156
[228646.861383] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[228646.861387] Tainted: [D]=DIE, [W]=WARN
[228646.861387] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[228646.861388] Workqueue: cgroup_destroy css_free_rwork_fn
[228646.861391] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[228646.861393] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[228646.861395] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[228646.861395] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[228646.861396] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[228646.861396] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[228646.861397] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[228646.861397] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[228646.861398] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[228646.861398] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[228646.861399] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[228646.861400] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[228646.861400] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[228646.861400] PKRU: 55555554
[228646.861401] Call Trace:
[228646.861401] <TASK>
[228646.861403] _raw_spin_lock_irqsave+0x46/0x60
[228646.861404] cgroup_rstat_flush+0xf4/0x7e0
[228646.861405] cgroup_rstat_exit+0x20/0xf0
[228646.861406] css_free_rwork_fn+0x12e/0x400
[228646.861407] process_one_work+0x19e/0x3e0
[228646.861409] worker_thread+0x2ad/0x3c0
[228646.861410] kthread+0x108/0x220
[228646.861411] ? __pfx_worker_thread+0x10/0x10
[228646.861413] ? __pfx_kthread+0x10/0x10
[228646.861414] ret_from_fork+0x3d/0x60
[228646.861415] ? __pfx_kthread+0x10/0x10
[228646.861416] ret_from_fork_asm+0x1a/0x30
[228646.861418] </TASK>
[228826.876047] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[228826.889229] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13190237
[228826.907163] rcu: (detected by 175, t=49487445 jiffies, g=639685, q=47038 ncpus=256)
[228826.922597] Sending NMI from CPU 175 to CPUs 156:
[228826.922602] NMI backtrace for cpu 156
[228826.922607] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[228826.922611] Tainted: [D]=DIE, [W]=WARN
[228826.922611] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[228826.922613] Workqueue: cgroup_destroy css_free_rwork_fn
[228826.922616] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[228826.922618] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[228826.922619] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[228826.922620] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[228826.922620] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[228826.922621] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[228826.922621] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[228826.922621] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[228826.922622] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[228826.922623] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[228826.922623] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[228826.922624] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[228826.922624] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[228826.922624] PKRU: 55555554
[228826.922625] Call Trace:
[228826.922625] <TASK>
[228826.922627] _raw_spin_lock_irqsave+0x46/0x60
[228826.922628] cgroup_rstat_flush+0xf4/0x7e0
[228826.922629] cgroup_rstat_exit+0x20/0xf0
[228826.922630] css_free_rwork_fn+0x12e/0x400
[228826.922631] process_one_work+0x19e/0x3e0
[228826.922633] worker_thread+0x2ad/0x3c0
[228826.922635] kthread+0x108/0x220
[228826.922635] ? __pfx_worker_thread+0x10/0x10
[228826.922637] ? __pfx_kthread+0x10/0x10
[228826.922638] ret_from_fork+0x3d/0x60
[228826.922639] ? __pfx_kthread+0x10/0x10
[228826.922640] ret_from_fork_asm+0x1a/0x30
[228826.922642] </TASK>
[229006.937287] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[229006.950484] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13204653
[229006.968420] rcu: (detected by 1, t=49532461 jiffies, g=639685, q=47059 ncpus=256)
[229006.983651] Sending NMI from CPU 1 to CPUs 156:
[229006.983658] NMI backtrace for cpu 156
[229006.983663] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[229006.983667] Tainted: [D]=DIE, [W]=WARN
[229006.983667] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[229006.983668] Workqueue: cgroup_destroy css_free_rwork_fn
[229006.983671] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[229006.983673] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[229006.983674] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[229006.983675] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[229006.983676] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[229006.983676] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[229006.983676] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[229006.983677] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[229006.983678] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[229006.983679] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[229006.983679] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[229006.983680] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[229006.983680] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[229006.983681] PKRU: 55555554
[229006.983681] Call Trace:
[229006.983682] <TASK>
[229006.983683] _raw_spin_lock_irqsave+0x46/0x60
[229006.983684] cgroup_rstat_flush+0xf4/0x7e0
[229006.983685] cgroup_rstat_exit+0x20/0xf0
[229006.983687] css_free_rwork_fn+0x12e/0x400
[229006.983687] process_one_work+0x19e/0x3e0
[229006.983689] worker_thread+0x2ad/0x3c0
[229006.983691] kthread+0x108/0x220
[229006.983692] ? __pfx_worker_thread+0x10/0x10
[229006.983693] ? __pfx_kthread+0x10/0x10
[229006.983694] ret_from_fork+0x3d/0x60
[229006.983695] ? __pfx_kthread+0x10/0x10
[229006.983696] ret_from_fork_asm+0x1a/0x30
[229006.983698] </TASK>
[229186.998527] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[229187.011704] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13219510
[229187.029625] rcu: (detected by 175, t=49577477 jiffies, g=639685, q=47072 ncpus=256)
[229187.045055] Sending NMI from CPU 175 to CPUs 156:
[229187.045059] NMI backtrace for cpu 156
[229187.045065] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[229187.045069] Tainted: [D]=DIE, [W]=WARN
[229187.045069] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[229187.045070] Workqueue: cgroup_destroy css_free_rwork_fn
[229187.045073] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[229187.045076] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[229187.045077] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[229187.045078] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[229187.045078] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[229187.045079] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[229187.045079] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[229187.045079] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[229187.045080] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[229187.045081] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[229187.045081] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[229187.045082] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[229187.045082] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[229187.045083] PKRU: 55555554
[229187.045083] Call Trace:
[229187.045084] <TASK>
[229187.045085] _raw_spin_lock_irqsave+0x46/0x60
[229187.045086] cgroup_rstat_flush+0xf4/0x7e0
[229187.045087] cgroup_rstat_exit+0x20/0xf0
[229187.045088] css_free_rwork_fn+0x12e/0x400
[229187.045089] process_one_work+0x19e/0x3e0
[229187.045091] worker_thread+0x2ad/0x3c0
[229187.045093] kthread+0x108/0x220
[229187.045093] ? __pfx_worker_thread+0x10/0x10
[229187.045095] ? __pfx_kthread+0x10/0x10
[229187.045096] ret_from_fork+0x3d/0x60
[229187.045097] ? __pfx_kthread+0x10/0x10
[229187.045098] ret_from_fork_asm+0x1a/0x30
[229187.045100] </TASK>
[229367.059777] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[229367.072957] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13233912
[229367.090888] rcu: (detected by 175, t=49622493 jiffies, g=639685, q=47085 ncpus=256)
[229367.106319] Sending NMI from CPU 175 to CPUs 156:
[229367.106324] NMI backtrace for cpu 156
[229367.106330] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[229367.106332] Tainted: [D]=DIE, [W]=WARN
[229367.106333] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[229367.106334] Workqueue: cgroup_destroy css_free_rwork_fn
[229367.106337] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[229367.106339] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[229367.106341] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[229367.106342] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[229367.106342] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[229367.106343] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[229367.106344] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[229367.106344] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[229367.106345] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[229367.106346] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[229367.106346] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[229367.106347] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[229367.106347] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[229367.106348] PKRU: 55555554
[229367.106348] Call Trace:
[229367.106349] <TASK>
[229367.106350] _raw_spin_lock_irqsave+0x46/0x60
[229367.106351] cgroup_rstat_flush+0xf4/0x7e0
[229367.106352] cgroup_rstat_exit+0x20/0xf0
[229367.106354] css_free_rwork_fn+0x12e/0x400
[229367.106354] process_one_work+0x19e/0x3e0
[229367.106356] worker_thread+0x2ad/0x3c0
[229367.106358] kthread+0x108/0x220
[229367.106359] ? __pfx_worker_thread+0x10/0x10
[229367.106361] ? __pfx_kthread+0x10/0x10
[229367.106362] ret_from_fork+0x3d/0x60
[229367.106363] ? __pfx_kthread+0x10/0x10
[229367.106364] ret_from_fork_asm+0x1a/0x30
[229367.106366] </TASK>
[229547.121010] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[229547.134202] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13248327
[229547.152146] rcu: (detected by 194, t=49667509 jiffies, g=639685, q=47112 ncpus=256)
[229547.167593] Sending NMI from CPU 194 to CPUs 156:
[229547.167598] NMI backtrace for cpu 156
[229547.167604] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[229547.167607] Tainted: [D]=DIE, [W]=WARN
[229547.167607] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[229547.167608] Workqueue: cgroup_destroy css_free_rwork_fn
[229547.167611] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[229547.167613] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[229547.167614] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[229547.167615] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[229547.167616] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[229547.167616] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[229547.167617] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[229547.167617] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[229547.167618] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[229547.167619] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[229547.167619] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[229547.167620] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[229547.167620] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[229547.167620] PKRU: 55555554
[229547.167621] Call Trace:
[229547.167621] <TASK>
[229547.167623] _raw_spin_lock_irqsave+0x46/0x60
[229547.167624] cgroup_rstat_flush+0xf4/0x7e0
[229547.167625] cgroup_rstat_exit+0x20/0xf0
[229547.167626] css_free_rwork_fn+0x12e/0x400
[229547.167627] process_one_work+0x19e/0x3e0
[229547.167629] worker_thread+0x2ad/0x3c0
[229547.167630] kthread+0x108/0x220
[229547.167631] ? __pfx_worker_thread+0x10/0x10
[229547.167633] ? __pfx_kthread+0x10/0x10
[229547.167634] ret_from_fork+0x3d/0x60
[229547.167635] ? __pfx_kthread+0x10/0x10
[229547.167636] ret_from_fork_asm+0x1a/0x30
[229547.167638] </TASK>
[229727.182252] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[229727.195443] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13263192
[229727.213387] rcu: (detected by 71, t=49712525 jiffies, g=639685, q=47138 ncpus=256)
[229727.228730] Sending NMI from CPU 71 to CPUs 156:
[229727.228734] NMI backtrace for cpu 156
[229727.228740] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[229727.228743] Tainted: [D]=DIE, [W]=WARN
[229727.228743] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[229727.228744] Workqueue: cgroup_destroy css_free_rwork_fn
[229727.228747] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[229727.228749] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[229727.228751] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[229727.228751] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[229727.228752] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[229727.228752] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[229727.228753] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[229727.228753] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[229727.228754] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[229727.228754] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[229727.228755] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[229727.228755] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[229727.228756] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[229727.228756] PKRU: 55555554
[229727.228756] Call Trace:
[229727.228757] <TASK>
[229727.228758] _raw_spin_lock_irqsave+0x46/0x60
[229727.228759] cgroup_rstat_flush+0xf4/0x7e0
[229727.228761] cgroup_rstat_exit+0x20/0xf0
[229727.228762] css_free_rwork_fn+0x12e/0x400
[229727.228763] process_one_work+0x19e/0x3e0
[229727.228764] worker_thread+0x2ad/0x3c0
[229727.228766] kthread+0x108/0x220
[229727.228767] ? __pfx_worker_thread+0x10/0x10
[229727.228768] ? __pfx_kthread+0x10/0x10
[229727.228769] ret_from_fork+0x3d/0x60
[229727.228770] ? __pfx_kthread+0x10/0x10
[229727.228771] ret_from_fork_asm+0x1a/0x30
[229727.228773] </TASK>
[229907.243492] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[229907.256661] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13278064
[229907.274585] rcu: (detected by 199, t=49757541 jiffies, g=639685, q=47166 ncpus=256)
[229907.290008] Sending NMI from CPU 199 to CPUs 156:
[229907.290012] NMI backtrace for cpu 156
[229907.290018] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[229907.290021] Tainted: [D]=DIE, [W]=WARN
[229907.290022] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[229907.290023] Workqueue: cgroup_destroy css_free_rwork_fn
[229907.290025] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[229907.290028] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[229907.290029] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[229907.290029] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[229907.290030] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[229907.290030] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[229907.290031] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[229907.290031] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[229907.290032] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[229907.290033] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[229907.290033] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[229907.290034] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[229907.290034] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[229907.290034] PKRU: 55555554
[229907.290035] Call Trace:
[229907.290035] <TASK>
[229907.290037] _raw_spin_lock_irqsave+0x46/0x60
[229907.290038] cgroup_rstat_flush+0xf4/0x7e0
[229907.290039] cgroup_rstat_exit+0x20/0xf0
[229907.290040] css_free_rwork_fn+0x12e/0x400
[229907.290041] process_one_work+0x19e/0x3e0
[229907.290043] worker_thread+0x2ad/0x3c0
[229907.290044] kthread+0x108/0x220
[229907.290045] ? __pfx_worker_thread+0x10/0x10
[229907.290047] ? __pfx_kthread+0x10/0x10
[229907.290048] ret_from_fork+0x3d/0x60
[229907.290049] ? __pfx_kthread+0x10/0x10
[229907.290050] ret_from_fork_asm+0x1a/0x30
[229907.290052] </TASK>
[230087.304734] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[230087.317922] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13292929
[230087.335858] rcu: (detected by 194, t=49802557 jiffies, g=639685, q=47203 ncpus=256)
[230087.351301] Sending NMI from CPU 194 to CPUs 156:
[230087.351305] NMI backtrace for cpu 156
[230087.351311] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[230087.351314] Tainted: [D]=DIE, [W]=WARN
[230087.351314] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[230087.351315] Workqueue: cgroup_destroy css_free_rwork_fn
[230087.351318] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[230087.351320] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[230087.351321] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[230087.351322] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[230087.351322] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[230087.351323] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[230087.351323] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[230087.351324] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[230087.351324] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[230087.351325] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[230087.351325] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[230087.351326] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[230087.351327] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[230087.351327] PKRU: 55555554
[230087.351328] Call Trace:
[230087.351328] <TASK>
[230087.351330] _raw_spin_lock_irqsave+0x46/0x60
[230087.351331] cgroup_rstat_flush+0xf4/0x7e0
[230087.351332] cgroup_rstat_exit+0x20/0xf0
[230087.351334] css_free_rwork_fn+0x12e/0x400
[230087.351334] process_one_work+0x19e/0x3e0
[230087.351336] worker_thread+0x2ad/0x3c0
[230087.351338] kthread+0x108/0x220
[230087.351338] ? __pfx_worker_thread+0x10/0x10
[230087.351340] ? __pfx_kthread+0x10/0x10
[230087.351341] ret_from_fork+0x3d/0x60
[230087.351342] ? __pfx_kthread+0x10/0x10
[230087.351343] ret_from_fork_asm+0x1a/0x30
[230087.351345] </TASK>
[230267.365977] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[230267.379173] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13307806
[230267.397112] rcu: (detected by 47, t=49847571 jiffies, g=639685, q=47226 ncpus=256)
[230267.412445] Sending NMI from CPU 47 to CPUs 156:
[230267.412450] NMI backtrace for cpu 156
[230267.412456] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[230267.412459] Tainted: [D]=DIE, [W]=WARN
[230267.412459] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[230267.412461] Workqueue: cgroup_destroy css_free_rwork_fn
[230267.412463] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[230267.412466] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[230267.412467] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[230267.412468] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[230267.412468] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[230267.412469] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[230267.412469] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[230267.412469] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[230267.412470] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[230267.412471] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[230267.412471] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[230267.412472] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[230267.412472] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[230267.412473] PKRU: 55555554
[230267.412473] Call Trace:
[230267.412474] <TASK>
[230267.412475] _raw_spin_lock_irqsave+0x46/0x60
[230267.412476] cgroup_rstat_flush+0xf4/0x7e0
[230267.412478] cgroup_rstat_exit+0x20/0xf0
[230267.412479] css_free_rwork_fn+0x12e/0x400
[230267.412479] process_one_work+0x19e/0x3e0
[230267.412481] worker_thread+0x2ad/0x3c0
[230267.412483] kthread+0x108/0x220
[230267.412484] ? __pfx_worker_thread+0x10/0x10
[230267.412485] ? __pfx_kthread+0x10/0x10
[230267.412486] ret_from_fork+0x3d/0x60
[230267.412487] ? __pfx_kthread+0x10/0x10
[230267.412488] ret_from_fork_asm+0x1a/0x30
[230267.412490] </TASK>
[230447.427217] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[230447.440388] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13322237
[230447.458313] rcu: (detected by 175, t=49892589 jiffies, g=639685, q=47246 ncpus=256)
[230447.473734] Sending NMI from CPU 175 to CPUs 156:
[230447.473740] NMI backtrace for cpu 156
[230447.473746] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[230447.473749] Tainted: [D]=DIE, [W]=WARN
[230447.473750] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[230447.473751] Workqueue: cgroup_destroy css_free_rwork_fn
[230447.473753] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[230447.473755] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[230447.473756] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[230447.473757] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[230447.473758] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[230447.473758] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[230447.473758] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[230447.473759] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[230447.473760] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[230447.473760] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[230447.473761] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[230447.473761] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[230447.473762] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[230447.473762] PKRU: 55555554
[230447.473762] Call Trace:
[230447.473763] <TASK>
[230447.473764] _raw_spin_lock_irqsave+0x46/0x60
[230447.473765] cgroup_rstat_flush+0xf4/0x7e0
[230447.473767] cgroup_rstat_exit+0x20/0xf0
[230447.473768] css_free_rwork_fn+0x12e/0x400
[230447.473769] process_one_work+0x19e/0x3e0
[230447.473770] worker_thread+0x2ad/0x3c0
[230447.473772] kthread+0x108/0x220
[230447.473773] ? __pfx_worker_thread+0x10/0x10
[230447.473774] ? __pfx_kthread+0x10/0x10
[230447.473775] ret_from_fork+0x3d/0x60
[230447.473776] ? __pfx_kthread+0x10/0x10
[230447.473777] ret_from_fork_asm+0x1a/0x30
[230447.473779] </TASK>
[230627.488459] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[230627.501654] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13336650
[230627.519595] rcu: (detected by 159, t=49937605 jiffies, g=639685, q=47261 ncpus=256)
[230627.535026] Sending NMI from CPU 159 to CPUs 156:
[230627.535031] NMI backtrace for cpu 156
[230627.535033] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[230627.535035] Tainted: [D]=DIE, [W]=WARN
[230627.535036] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[230627.535036] Workqueue: cgroup_destroy css_free_rwork_fn
[230627.535039] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[230627.535040] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[230627.535042] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[230627.535042] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[230627.535043] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[230627.535043] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[230627.535044] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[230627.535044] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[230627.535045] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[230627.535046] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[230627.535046] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[230627.535047] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[230627.535047] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[230627.535047] PKRU: 55555554
[230627.535048] Call Trace:
[230627.535048] <TASK>
[230627.535049] _raw_spin_lock_irqsave+0x46/0x60
[230627.535051] cgroup_rstat_flush+0xf4/0x7e0
[230627.535052] cgroup_rstat_exit+0x20/0xf0
[230627.535053] css_free_rwork_fn+0x12e/0x400
[230627.535054] process_one_work+0x19e/0x3e0
[230627.535056] worker_thread+0x2ad/0x3c0
[230627.535057] kthread+0x108/0x220
[230627.535058] ? __pfx_worker_thread+0x10/0x10
[230627.535060] ? __pfx_kthread+0x10/0x10
[230627.535061] ret_from_fork+0x3d/0x60
[230627.535062] ? __pfx_kthread+0x10/0x10
[230627.535063] ret_from_fork_asm+0x1a/0x30
[230627.535065] </TASK>
[230807.549700] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[230807.562884] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13351510
[230807.580817] rcu: (detected by 44, t=49982621 jiffies, g=639685, q=47275 ncpus=256)
[230807.596140] Sending NMI from CPU 44 to CPUs 156:
[230807.596146] NMI backtrace for cpu 156
[230807.596152] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[230807.596155] Tainted: [D]=DIE, [W]=WARN
[230807.596155] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[230807.596156] Workqueue: cgroup_destroy css_free_rwork_fn
[230807.596158] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[230807.596160] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[230807.596161] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[230807.596162] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[230807.596162] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[230807.596163] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[230807.596163] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[230807.596164] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[230807.596165] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[230807.596165] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[230807.596166] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[230807.596166] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[230807.596167] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[230807.596167] PKRU: 55555554
[230807.596167] Call Trace:
[230807.596168] <TASK>
[230807.596169] _raw_spin_lock_irqsave+0x46/0x60
[230807.596171] cgroup_rstat_flush+0xf4/0x7e0
[230807.596172] cgroup_rstat_exit+0x20/0xf0
[230807.596173] css_free_rwork_fn+0x12e/0x400
[230807.596174] process_one_work+0x19e/0x3e0
[230807.596176] worker_thread+0x2ad/0x3c0
[230807.596177] kthread+0x108/0x220
[230807.596178] ? __pfx_worker_thread+0x10/0x10
[230807.596179] ? __pfx_kthread+0x10/0x10
[230807.596180] ret_from_fork+0x3d/0x60
[230807.596182] ? __pfx_kthread+0x10/0x10
[230807.596182] ret_from_fork_asm+0x1a/0x30
[230807.596184] </TASK>
[230987.610940] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[230987.624107] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13365948
[230987.642032] rcu: (detected by 91, t=50027637 jiffies, g=639685, q=47302 ncpus=256)
[230987.657352] Sending NMI from CPU 91 to CPUs 156:
[230987.657357] NMI backtrace for cpu 156
[230987.657362] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[230987.657365] Tainted: [D]=DIE, [W]=WARN
[230987.657366] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[230987.657367] Workqueue: cgroup_destroy css_free_rwork_fn
[230987.657370] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[230987.657372] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[230987.657373] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[230987.657374] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[230987.657374] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[230987.657375] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[230987.657375] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[230987.657376] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[230987.657377] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[230987.657377] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[230987.657378] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[230987.657378] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[230987.657379] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[230987.657379] PKRU: 55555554
[230987.657379] Call Trace:
[230987.657380] <TASK>
[230987.657381] _raw_spin_lock_irqsave+0x46/0x60
[230987.657382] cgroup_rstat_flush+0xf4/0x7e0
[230987.657384] cgroup_rstat_exit+0x20/0xf0
[230987.657385] css_free_rwork_fn+0x12e/0x400
[230987.657386] process_one_work+0x19e/0x3e0
[230987.657387] worker_thread+0x2ad/0x3c0
[230987.657389] kthread+0x108/0x220
[230987.657390] ? __pfx_worker_thread+0x10/0x10
[230987.657391] ? __pfx_kthread+0x10/0x10
[230987.657392] ret_from_fork+0x3d/0x60
[230987.657394] ? __pfx_kthread+0x10/0x10
[230987.657394] ret_from_fork_asm+0x1a/0x30
[230987.657397] </TASK>
[231167.672181] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[231167.685363] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13380821
[231167.703290] rcu: (detected by 151, t=50072653 jiffies, g=639685, q=47326 ncpus=256)
[231167.718720] Sending NMI from CPU 151 to CPUs 156:
[231167.718724] NMI backtrace for cpu 156
[231167.718730] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[231167.718733] Tainted: [D]=DIE, [W]=WARN
[231167.718734] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[231167.718735] Workqueue: cgroup_destroy css_free_rwork_fn
[231167.718738] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[231167.718740] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[231167.718741] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[231167.718742] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[231167.718743] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[231167.718743] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[231167.718744] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[231167.718745] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[231167.718746] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[231167.718746] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[231167.718746] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[231167.718747] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[231167.718747] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[231167.718748] PKRU: 55555554
[231167.718748] Call Trace:
[231167.718749] <TASK>
[231167.718750] _raw_spin_lock_irqsave+0x46/0x60
[231167.718751] cgroup_rstat_flush+0xf4/0x7e0
[231167.718753] cgroup_rstat_exit+0x20/0xf0
[231167.718754] css_free_rwork_fn+0x12e/0x400
[231167.718755] process_one_work+0x19e/0x3e0
[231167.718756] worker_thread+0x2ad/0x3c0
[231167.718758] kthread+0x108/0x220
[231167.718759] ? __pfx_worker_thread+0x10/0x10
[231167.718760] ? __pfx_kthread+0x10/0x10
[231167.718761] ret_from_fork+0x3d/0x60
[231167.718762] ? __pfx_kthread+0x10/0x10
[231167.718763] ret_from_fork_asm+0x1a/0x30
[231167.718765] </TASK>
[231347.733424] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[231347.746619] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13395692
[231347.764559] rcu: (detected by 199, t=50117669 jiffies, g=639685, q=47345 ncpus=256)
[231347.779999] Sending NMI from CPU 199 to CPUs 156:
[231347.780005] NMI backtrace for cpu 156
[231347.780010] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[231347.780014] Tainted: [D]=DIE, [W]=WARN
[231347.780015] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[231347.780016] Workqueue: cgroup_destroy css_free_rwork_fn
[231347.780018] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[231347.780021] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[231347.780022] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[231347.780023] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[231347.780023] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[231347.780023] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[231347.780024] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[231347.780024] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[231347.780025] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[231347.780026] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[231347.780026] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[231347.780027] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[231347.780027] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[231347.780027] PKRU: 55555554
[231347.780028] Call Trace:
[231347.780028] <TASK>
[231347.780029] _raw_spin_lock_irqsave+0x46/0x60
[231347.780031] cgroup_rstat_flush+0xf4/0x7e0
[231347.780032] cgroup_rstat_exit+0x20/0xf0
[231347.780033] css_free_rwork_fn+0x12e/0x400
[231347.780034] process_one_work+0x19e/0x3e0
[231347.780036] worker_thread+0x2ad/0x3c0
[231347.780037] kthread+0x108/0x220
[231347.780038] ? __pfx_worker_thread+0x10/0x10
[231347.780039] ? __pfx_kthread+0x10/0x10
[231347.780040] ret_from_fork+0x3d/0x60
[231347.780042] ? __pfx_kthread+0x10/0x10
[231347.780042] ret_from_fork_asm+0x1a/0x30
[231347.780045] </TASK>
[231527.794664] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[231527.807857] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13410554
[231527.825788] rcu: (detected by 175, t=50162685 jiffies, g=639685, q=47363 ncpus=256)
[231527.841227] Sending NMI from CPU 175 to CPUs 156:
[231527.841232] NMI backtrace for cpu 156
[231527.841238] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[231527.841241] Tainted: [D]=DIE, [W]=WARN
[231527.841242] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[231527.841243] Workqueue: cgroup_destroy css_free_rwork_fn
[231527.841246] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[231527.841248] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[231527.841249] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[231527.841250] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[231527.841250] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[231527.841251] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[231527.841251] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[231527.841252] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[231527.841253] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[231527.841254] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[231527.841254] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[231527.841255] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[231527.841255] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[231527.841255] PKRU: 55555554
[231527.841256] Call Trace:
[231527.841256] <TASK>
[231527.841257] _raw_spin_lock_irqsave+0x46/0x60
[231527.841259] cgroup_rstat_flush+0xf4/0x7e0
[231527.841260] cgroup_rstat_exit+0x20/0xf0
[231527.841261] css_free_rwork_fn+0x12e/0x400
[231527.841262] process_one_work+0x19e/0x3e0
[231527.841264] worker_thread+0x2ad/0x3c0
[231527.841265] kthread+0x108/0x220
[231527.841266] ? __pfx_worker_thread+0x10/0x10
[231527.841268] ? __pfx_kthread+0x10/0x10
[231527.841269] ret_from_fork+0x3d/0x60
[231527.841270] ? __pfx_kthread+0x10/0x10
[231527.841271] ret_from_fork_asm+0x1a/0x30
[231527.841273] </TASK>
[231707.855906] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[231707.869092] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13424989
[231707.887030] rcu: (detected by 175, t=50207701 jiffies, g=639685, q=47386 ncpus=256)
[231707.902466] Sending NMI from CPU 175 to CPUs 156:
[231707.902471] NMI backtrace for cpu 156
[231707.902476] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[231707.902479] Tainted: [D]=DIE, [W]=WARN
[231707.902480] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[231707.902481] Workqueue: cgroup_destroy css_free_rwork_fn
[231707.902484] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[231707.902486] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[231707.902488] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[231707.902488] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[231707.902489] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[231707.902489] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[231707.902489] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[231707.902490] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[231707.902491] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[231707.902491] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[231707.902492] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[231707.902492] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[231707.902493] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[231707.902493] PKRU: 55555554
[231707.902494] Call Trace:
[231707.902494] <TASK>
[231707.902495] _raw_spin_lock_irqsave+0x46/0x60
[231707.902497] cgroup_rstat_flush+0xf4/0x7e0
[231707.902498] cgroup_rstat_exit+0x20/0xf0
[231707.902499] css_free_rwork_fn+0x12e/0x400
[231707.902500] process_one_work+0x19e/0x3e0
[231707.902502] worker_thread+0x2ad/0x3c0
[231707.902503] kthread+0x108/0x220
[231707.902504] ? __pfx_worker_thread+0x10/0x10
[231707.902506] ? __pfx_kthread+0x10/0x10
[231707.902506] ret_from_fork+0x3d/0x60
[231707.902508] ? __pfx_kthread+0x10/0x10
[231707.902508] ret_from_fork_asm+0x1a/0x30
[231707.902510] </TASK>
[231887.917148] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[231887.930330] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13439402
[231887.948267] rcu: (detected by 175, t=50252717 jiffies, g=639685, q=47414 ncpus=256)
[231887.963705] Sending NMI from CPU 175 to CPUs 156:
[231887.963711] NMI backtrace for cpu 156
[231887.963717] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[231887.963720] Tainted: [D]=DIE, [W]=WARN
[231887.963721] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[231887.963722] Workqueue: cgroup_destroy css_free_rwork_fn
[231887.963724] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[231887.963726] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[231887.963729] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[231887.963729] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[231887.963730] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[231887.963730] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[231887.963731] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[231887.963731] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[231887.963732] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[231887.963733] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[231887.963733] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[231887.963734] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[231887.963734] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[231887.963735] PKRU: 55555554
[231887.963735] Call Trace:
[231887.963736] <TASK>
[231887.963737] _raw_spin_lock_irqsave+0x46/0x60
[231887.963738] cgroup_rstat_flush+0xf4/0x7e0
[231887.963740] cgroup_rstat_exit+0x20/0xf0
[231887.963741] css_free_rwork_fn+0x12e/0x400
[231887.963742] process_one_work+0x19e/0x3e0
[231887.963743] worker_thread+0x2ad/0x3c0
[231887.963745] kthread+0x108/0x220
[231887.963746] ? __pfx_worker_thread+0x10/0x10
[231887.963747] ? __pfx_kthread+0x10/0x10
[231887.963748] ret_from_fork+0x3d/0x60
[231887.963750] ? __pfx_kthread+0x10/0x10
[231887.963751] ret_from_fork_asm+0x1a/0x30
[231887.963753] </TASK>
[232067.978388] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[232067.991586] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13453821
[232068.009524] rcu: (detected by 158, t=50297733 jiffies, g=639685, q=47440 ncpus=256)
[232068.024963] Sending NMI from CPU 158 to CPUs 156:
[232068.024967] NMI backtrace for cpu 156
[232068.024970] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[232068.024971] Tainted: [D]=DIE, [W]=WARN
[232068.024972] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[232068.024972] Workqueue: cgroup_destroy css_free_rwork_fn
[232068.024975] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[232068.024977] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[232068.024978] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[232068.024978] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[232068.024979] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[232068.024979] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[232068.024980] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[232068.024980] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[232068.024981] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[232068.024982] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[232068.024982] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[232068.024983] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[232068.024983] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[232068.024983] PKRU: 55555554
[232068.024984] Call Trace:
[232068.024984] <TASK>
[232068.024985] _raw_spin_lock_irqsave+0x46/0x60
[232068.024987] cgroup_rstat_flush+0xf4/0x7e0
[232068.024988] cgroup_rstat_exit+0x20/0xf0
[232068.024989] css_free_rwork_fn+0x12e/0x400
[232068.024990] process_one_work+0x19e/0x3e0
[232068.024992] worker_thread+0x2ad/0x3c0
[232068.024993] kthread+0x108/0x220
[232068.024994] ? __pfx_worker_thread+0x10/0x10
[232068.024996] ? __pfx_kthread+0x10/0x10
[232068.024997] ret_from_fork+0x3d/0x60
[232068.024998] ? __pfx_kthread+0x10/0x10
[232068.024999] ret_from_fork_asm+0x1a/0x30
[232068.025000] </TASK>
[232248.039628] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[232248.052830] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13468664
[232248.070777] rcu: (detected by 38, t=50342749 jiffies, g=639685, q=47465 ncpus=256)
[232248.086122] Sending NMI from CPU 38 to CPUs 156:
[232248.086127] NMI backtrace for cpu 156
[232248.086132] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[232248.086135] Tainted: [D]=DIE, [W]=WARN
[232248.086136] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[232248.086137] Workqueue: cgroup_destroy css_free_rwork_fn
[232248.086139] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[232248.086141] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[232248.086142] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[232248.086143] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[232248.086143] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[232248.086144] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[232248.086144] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[232248.086145] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[232248.086146] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[232248.086147] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[232248.086147] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[232248.086148] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[232248.086148] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[232248.086149] PKRU: 55555554
[232248.086149] Call Trace:
[232248.086150] <TASK>
[232248.086151] _raw_spin_lock_irqsave+0x46/0x60
[232248.086152] cgroup_rstat_flush+0xf4/0x7e0
[232248.086153] cgroup_rstat_exit+0x20/0xf0
[232248.086155] css_free_rwork_fn+0x12e/0x400
[232248.086155] process_one_work+0x19e/0x3e0
[232248.086157] worker_thread+0x2ad/0x3c0
[232248.086159] kthread+0x108/0x220
[232248.086159] ? __pfx_worker_thread+0x10/0x10
[232248.086161] ? __pfx_kthread+0x10/0x10
[232248.086162] ret_from_fork+0x3d/0x60
[232248.086163] ? __pfx_kthread+0x10/0x10
[232248.086164] ret_from_fork_asm+0x1a/0x30
[232248.086166] </TASK>
[232428.100872] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[232428.114066] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13483524
[232428.132005] rcu: (detected by 185, t=50387765 jiffies, g=639685, q=47492 ncpus=256)
[232428.147442] Sending NMI from CPU 185 to CPUs 156:
[232428.147447] NMI backtrace for cpu 156
[232428.147452] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[232428.147455] Tainted: [D]=DIE, [W]=WARN
[232428.147455] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[232428.147456] Workqueue: cgroup_destroy css_free_rwork_fn
[232428.147459] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[232428.147462] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[232428.147463] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[232428.147464] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[232428.147465] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[232428.147466] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[232428.147466] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[232428.147467] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[232428.147467] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[232428.147468] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[232428.147468] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[232428.147469] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[232428.147469] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[232428.147470] PKRU: 55555554
[232428.147470] Call Trace:
[232428.147471] <TASK>
[232428.147472] _raw_spin_lock_irqsave+0x46/0x60
[232428.147473] cgroup_rstat_flush+0xf4/0x7e0
[232428.147474] cgroup_rstat_exit+0x20/0xf0
[232428.147476] css_free_rwork_fn+0x12e/0x400
[232428.147476] process_one_work+0x19e/0x3e0
[232428.147478] worker_thread+0x2ad/0x3c0
[232428.147480] kthread+0x108/0x220
[232428.147481] ? __pfx_worker_thread+0x10/0x10
[232428.147482] ? __pfx_kthread+0x10/0x10
[232428.147483] ret_from_fork+0x3d/0x60
[232428.147484] ? __pfx_kthread+0x10/0x10
[232428.147485] ret_from_fork_asm+0x1a/0x30
[232428.147487] </TASK>
[232608.162112] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[232608.175300] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13498391
[232608.193236] rcu: (detected by 6, t=50432781 jiffies, g=639685, q=47516 ncpus=256)
[232608.208471] Sending NMI from CPU 6 to CPUs 156:
[232608.208476] NMI backtrace for cpu 156
[232608.208482] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[232608.208485] Tainted: [D]=DIE, [W]=WARN
[232608.208485] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[232608.208486] Workqueue: cgroup_destroy css_free_rwork_fn
[232608.208489] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[232608.208491] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[232608.208493] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[232608.208494] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[232608.208494] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[232608.208495] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[232608.208495] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[232608.208496] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[232608.208496] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[232608.208497] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[232608.208497] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[232608.208498] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[232608.208498] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[232608.208499] PKRU: 55555554
[232608.208499] Call Trace:
[232608.208500] <TASK>
[232608.208501] _raw_spin_lock_irqsave+0x46/0x60
[232608.208502] cgroup_rstat_flush+0xf4/0x7e0
[232608.208503] cgroup_rstat_exit+0x20/0xf0
[232608.208505] css_free_rwork_fn+0x12e/0x400
[232608.208505] process_one_work+0x19e/0x3e0
[232608.208507] worker_thread+0x2ad/0x3c0
[232608.208509] kthread+0x108/0x220
[232608.208509] ? __pfx_worker_thread+0x10/0x10
[232608.208511] ? __pfx_kthread+0x10/0x10
[232608.208512] ret_from_fork+0x3d/0x60
[232608.208513] ? __pfx_kthread+0x10/0x10
[232608.208514] ret_from_fork_asm+0x1a/0x30
[232608.208516] </TASK>
[232788.223353] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[232788.236533] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13513256
[232788.254454] rcu: (detected by 175, t=50477797 jiffies, g=639685, q=47531 ncpus=256)
[232788.269877] Sending NMI from CPU 175 to CPUs 156:
[232788.269881] NMI backtrace for cpu 156
[232788.269887] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[232788.269889] Tainted: [D]=DIE, [W]=WARN
[232788.269890] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[232788.269891] Workqueue: cgroup_destroy css_free_rwork_fn
[232788.269894] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[232788.269896] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[232788.269897] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[232788.269898] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[232788.269899] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[232788.269899] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[232788.269900] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[232788.269900] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[232788.269901] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[232788.269902] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[232788.269902] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[232788.269903] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[232788.269903] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[232788.269903] PKRU: 55555554
[232788.269904] Call Trace:
[232788.269904] <TASK>
[232788.269906] _raw_spin_lock_irqsave+0x46/0x60
[232788.269907] cgroup_rstat_flush+0xf4/0x7e0
[232788.269908] cgroup_rstat_exit+0x20/0xf0
[232788.269909] css_free_rwork_fn+0x12e/0x400
[232788.269910] process_one_work+0x19e/0x3e0
[232788.269912] worker_thread+0x2ad/0x3c0
[232788.269913] kthread+0x108/0x220
[232788.269914] ? __pfx_worker_thread+0x10/0x10
[232788.269916] ? __pfx_kthread+0x10/0x10
[232788.269917] ret_from_fork+0x3d/0x60
[232788.269918] ? __pfx_kthread+0x10/0x10
[232788.269919] ret_from_fork_asm+0x1a/0x30
[232788.269921] </TASK>
[232968.284600] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[232968.297793] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13527648
[232968.315740] rcu: (detected by 47, t=50522812 jiffies, g=639685, q=47554 ncpus=256)
[232968.331081] Sending NMI from CPU 47 to CPUs 156:
[232968.331086] NMI backtrace for cpu 156
[232968.331092] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[232968.331095] Tainted: [D]=DIE, [W]=WARN
[232968.331096] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[232968.331097] Workqueue: cgroup_destroy css_free_rwork_fn
[232968.331100] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[232968.331102] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[232968.331103] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[232968.331104] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[232968.331105] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[232968.331105] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[232968.331105] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[232968.331106] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[232968.331107] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[232968.331107] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[232968.331107] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[232968.331108] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[232968.331108] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[232968.331109] PKRU: 55555554
[232968.331109] Call Trace:
[232968.331110] <TASK>
[232968.331111] _raw_spin_lock_irqsave+0x46/0x60
[232968.331112] cgroup_rstat_flush+0xf4/0x7e0
[232968.331114] cgroup_rstat_exit+0x20/0xf0
[232968.331115] css_free_rwork_fn+0x12e/0x400
[232968.331115] process_one_work+0x19e/0x3e0
[232968.331117] worker_thread+0x2ad/0x3c0
[232968.331119] kthread+0x108/0x220
[232968.331120] ? __pfx_worker_thread+0x10/0x10
[232968.331121] ? __pfx_kthread+0x10/0x10
[232968.331122] ret_from_fork+0x3d/0x60
[232968.331123] ? __pfx_kthread+0x10/0x10
[232968.331124] ret_from_fork_asm+0x1a/0x30
[232968.331126] </TASK>
[233148.329835] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[233148.343029] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13542054
[233148.360969] rcu: (detected by 57, t=50567825 jiffies, g=639685, q=47576 ncpus=256)
[233148.376301] Sending NMI from CPU 57 to CPUs 156:
[233148.376306] NMI backtrace for cpu 156
[233148.376311] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[233148.376314] Tainted: [D]=DIE, [W]=WARN
[233148.376315] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[233148.376316] Workqueue: cgroup_destroy css_free_rwork_fn
[233148.376318] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[233148.376321] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[233148.376322] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[233148.376323] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[233148.376323] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[233148.376324] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[233148.376324] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[233148.376325] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[233148.376325] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[233148.376326] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[233148.376326] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[233148.376327] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[233148.376327] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[233148.376328] PKRU: 55555554
[233148.376328] Call Trace:
[233148.376329] <TASK>
[233148.376330] _raw_spin_lock_irqsave+0x46/0x60
[233148.376331] cgroup_rstat_flush+0xf4/0x7e0
[233148.376332] cgroup_rstat_exit+0x20/0xf0
[233148.376334] css_free_rwork_fn+0x12e/0x400
[233148.376334] process_one_work+0x19e/0x3e0
[233148.376336] worker_thread+0x2ad/0x3c0
[233148.376338] kthread+0x108/0x220
[233148.376339] ? __pfx_worker_thread+0x10/0x10
[233148.376340] ? __pfx_kthread+0x10/0x10
[233148.376341] ret_from_fork+0x3d/0x60
[233148.376342] ? __pfx_kthread+0x10/0x10
[233148.376343] ret_from_fork_asm+0x1a/0x30
[233148.376345] </TASK>
[233328.391076] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[233328.404259] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13556917
[233328.422191] rcu: (detected by 194, t=50612841 jiffies, g=639685, q=47608 ncpus=256)
[233328.437624] Sending NMI from CPU 194 to CPUs 156:
[233328.437629] NMI backtrace for cpu 156
[233328.437634] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[233328.437637] Tainted: [D]=DIE, [W]=WARN
[233328.437638] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[233328.437639] Workqueue: cgroup_destroy css_free_rwork_fn
[233328.437642] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[233328.437644] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[233328.437646] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[233328.437646] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[233328.437647] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[233328.437647] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[233328.437648] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[233328.437648] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[233328.437649] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[233328.437650] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[233328.437650] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[233328.437651] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[233328.437651] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[233328.437651] PKRU: 55555554
[233328.437652] Call Trace:
[233328.437652] <TASK>
[233328.437654] _raw_spin_lock_irqsave+0x46/0x60
[233328.437655] cgroup_rstat_flush+0xf4/0x7e0
[233328.437656] cgroup_rstat_exit+0x20/0xf0
[233328.437658] css_free_rwork_fn+0x12e/0x400
[233328.437659] process_one_work+0x19e/0x3e0
[233328.437660] worker_thread+0x2ad/0x3c0
[233328.437662] kthread+0x108/0x220
[233328.437663] ? __pfx_worker_thread+0x10/0x10
[233328.437664] ? __pfx_kthread+0x10/0x10
[233328.437665] ret_from_fork+0x3d/0x60
[233328.437666] ? __pfx_kthread+0x10/0x10
[233328.437667] ret_from_fork_asm+0x1a/0x30
[233328.437669] </TASK>
[233508.452317] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[233508.465507] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13571766
[233508.483445] rcu: (detected by 219, t=50657857 jiffies, g=639685, q=47631 ncpus=256)
[233508.498882] Sending NMI from CPU 219 to CPUs 156:
[233508.498886] NMI backtrace for cpu 156
[233508.498891] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[233508.498895] Tainted: [D]=DIE, [W]=WARN
[233508.498895] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[233508.498896] Workqueue: cgroup_destroy css_free_rwork_fn
[233508.498899] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[233508.498901] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[233508.498903] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[233508.498903] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[233508.498904] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[233508.498904] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[233508.498904] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[233508.498905] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[233508.498906] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[233508.498907] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[233508.498907] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[233508.498908] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[233508.498908] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[233508.498908] PKRU: 55555554
[233508.498909] Call Trace:
[233508.498909] <TASK>
[233508.498910] _raw_spin_lock_irqsave+0x46/0x60
[233508.498912] cgroup_rstat_flush+0xf4/0x7e0
[233508.498913] cgroup_rstat_exit+0x20/0xf0
[233508.498914] css_free_rwork_fn+0x12e/0x400
[233508.498915] process_one_work+0x19e/0x3e0
[233508.498917] worker_thread+0x2ad/0x3c0
[233508.498918] kthread+0x108/0x220
[233508.498919] ? __pfx_worker_thread+0x10/0x10
[233508.498921] ? __pfx_kthread+0x10/0x10
[233508.498922] ret_from_fork+0x3d/0x60
[233508.498923] ? __pfx_kthread+0x10/0x10
[233508.498924] ret_from_fork_asm+0x1a/0x30
[233508.498926] </TASK>
[233688.513558] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[233688.526742] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13586633
[233688.544680] rcu: (detected by 91, t=50702873 jiffies, g=639685, q=47670 ncpus=256)
[233688.560011] Sending NMI from CPU 91 to CPUs 156:
[233688.560016] NMI backtrace for cpu 156
[233688.560022] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[233688.560025] Tainted: [D]=DIE, [W]=WARN
[233688.560026] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[233688.560027] Workqueue: cgroup_destroy css_free_rwork_fn
[233688.560030] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[233688.560033] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[233688.560034] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[233688.560035] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[233688.560036] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[233688.560036] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[233688.560037] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[233688.560037] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[233688.560038] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[233688.560039] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[233688.560039] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[233688.560040] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[233688.560040] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[233688.560041] PKRU: 55555554
[233688.560041] Call Trace:
[233688.560042] <TASK>
[233688.560043] _raw_spin_lock_irqsave+0x46/0x60
[233688.560044] cgroup_rstat_flush+0xf4/0x7e0
[233688.560046] cgroup_rstat_exit+0x20/0xf0
[233688.560047] css_free_rwork_fn+0x12e/0x400
[233688.560048] process_one_work+0x19e/0x3e0
[233688.560049] worker_thread+0x2ad/0x3c0
[233688.560051] kthread+0x108/0x220
[233688.560052] ? __pfx_worker_thread+0x10/0x10
[233688.560053] ? __pfx_kthread+0x10/0x10
[233688.560054] ret_from_fork+0x3d/0x60
[233688.560055] ? __pfx_kthread+0x10/0x10
[233688.560056] ret_from_fork_asm+0x1a/0x30
[233688.560058] </TASK>
[233868.574800] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[233868.587981] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13601497
[233868.605914] rcu: (detected by 227, t=50747889 jiffies, g=639685, q=47693 ncpus=256)
[233868.621344] Sending NMI from CPU 227 to CPUs 156:
[233868.621349] NMI backtrace for cpu 156
[233868.621355] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[233868.621358] Tainted: [D]=DIE, [W]=WARN
[233868.621358] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[233868.621359] Workqueue: cgroup_destroy css_free_rwork_fn
[233868.621362] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[233868.621365] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[233868.621366] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[233868.621367] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[233868.621367] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[233868.621367] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[233868.621368] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[233868.621368] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[233868.621369] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[233868.621370] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[233868.621370] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[233868.621371] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[233868.621371] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[233868.621372] PKRU: 55555554
[233868.621372] Call Trace:
[233868.621372] <TASK>
[233868.621373] _raw_spin_lock_irqsave+0x46/0x60
[233868.621375] cgroup_rstat_flush+0xf4/0x7e0
[233868.621376] cgroup_rstat_exit+0x20/0xf0
[233868.621377] css_free_rwork_fn+0x12e/0x400
[233868.621378] process_one_work+0x19e/0x3e0
[233868.621380] worker_thread+0x2ad/0x3c0
[233868.621381] kthread+0x108/0x220
[233868.621382] ? __pfx_worker_thread+0x10/0x10
[233868.621384] ? __pfx_kthread+0x10/0x10
[233868.621385] ret_from_fork+0x3d/0x60
[233868.621386] ? __pfx_kthread+0x10/0x10
[233868.621387] ret_from_fork_asm+0x1a/0x30
[233868.621389] </TASK>
[234048.636041] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[234048.649230] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13616357
[234048.667169] rcu: (detected by 219, t=50792905 jiffies, g=639685, q=47719 ncpus=256)
[234048.682608] Sending NMI from CPU 219 to CPUs 156:
[234048.682612] NMI backtrace for cpu 156
[234048.682617] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[234048.682620] Tainted: [D]=DIE, [W]=WARN
[234048.682621] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[234048.682622] Workqueue: cgroup_destroy css_free_rwork_fn
[234048.682625] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[234048.682627] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[234048.682628] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[234048.682629] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[234048.682630] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[234048.682630] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[234048.682631] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[234048.682631] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[234048.682632] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[234048.682633] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[234048.682633] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[234048.682634] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[234048.682634] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[234048.682634] PKRU: 55555554
[234048.682635] Call Trace:
[234048.682635] <TASK>
[234048.682636] _raw_spin_lock_irqsave+0x46/0x60
[234048.682637] cgroup_rstat_flush+0xf4/0x7e0
[234048.682639] cgroup_rstat_exit+0x20/0xf0
[234048.682640] css_free_rwork_fn+0x12e/0x400
[234048.682641] process_one_work+0x19e/0x3e0
[234048.682642] worker_thread+0x2ad/0x3c0
[234048.682644] kthread+0x108/0x220
[234048.682645] ? __pfx_worker_thread+0x10/0x10
[234048.682646] ? __pfx_kthread+0x10/0x10
[234048.682647] ret_from_fork+0x3d/0x60
[234048.682648] ? __pfx_kthread+0x10/0x10
[234048.682649] ret_from_fork_asm+0x1a/0x30
[234048.682651] </TASK>
[234228.697283] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[234228.710482] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13631222
[234228.728423] rcu: (detected by 47, t=50837919 jiffies, g=639685, q=47738 ncpus=256)
[234228.743758] Sending NMI from CPU 47 to CPUs 156:
[234228.743764] NMI backtrace for cpu 156
[234228.743770] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[234228.743772] Tainted: [D]=DIE, [W]=WARN
[234228.743773] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[234228.743774] Workqueue: cgroup_destroy css_free_rwork_fn
[234228.743777] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[234228.743779] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[234228.743781] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[234228.743781] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[234228.743782] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[234228.743782] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[234228.743783] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[234228.743784] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[234228.743785] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[234228.743785] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[234228.743786] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[234228.743786] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[234228.743787] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[234228.743787] PKRU: 55555554
[234228.743787] Call Trace:
[234228.743788] <TASK>
[234228.743789] _raw_spin_lock_irqsave+0x46/0x60
[234228.743790] cgroup_rstat_flush+0xf4/0x7e0
[234228.743791] cgroup_rstat_exit+0x20/0xf0
[234228.743793] css_free_rwork_fn+0x12e/0x400
[234228.743793] process_one_work+0x19e/0x3e0
[234228.743795] worker_thread+0x2ad/0x3c0
[234228.743797] kthread+0x108/0x220
[234228.743797] ? __pfx_worker_thread+0x10/0x10
[234228.743799] ? __pfx_kthread+0x10/0x10
[234228.743800] ret_from_fork+0x3d/0x60
[234228.743801] ? __pfx_kthread+0x10/0x10
[234228.743802] ret_from_fork_asm+0x1a/0x30
[234228.743804] </TASK>
[234408.742527] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[234408.755688] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13645636
[234408.773597] rcu: (detected by 219, t=50882933 jiffies, g=639685, q=47755 ncpus=256)
[234408.789008] Sending NMI from CPU 219 to CPUs 156:
[234408.789013] NMI backtrace for cpu 156
[234408.789018] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[234408.789021] Tainted: [D]=DIE, [W]=WARN
[234408.789022] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[234408.789023] Workqueue: cgroup_destroy css_free_rwork_fn
[234408.789026] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[234408.789028] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[234408.789030] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[234408.789030] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[234408.789031] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[234408.789031] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[234408.789032] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[234408.789032] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[234408.789033] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[234408.789034] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[234408.789034] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[234408.789035] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[234408.789035] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[234408.789035] PKRU: 55555554
[234408.789036] Call Trace:
[234408.789036] <TASK>
[234408.789038] _raw_spin_lock_irqsave+0x46/0x60
[234408.789039] cgroup_rstat_flush+0xf4/0x7e0
[234408.789040] cgroup_rstat_exit+0x20/0xf0
[234408.789041] css_free_rwork_fn+0x12e/0x400
[234408.789042] process_one_work+0x19e/0x3e0
[234408.789044] worker_thread+0x2ad/0x3c0
[234408.789045] kthread+0x108/0x220
[234408.789046] ? __pfx_worker_thread+0x10/0x10
[234408.789048] ? __pfx_kthread+0x10/0x10
[234408.789049] ret_from_fork+0x3d/0x60
[234408.789050] ? __pfx_kthread+0x10/0x10
[234408.789051] ret_from_fork_asm+0x1a/0x30
[234408.789053] </TASK>
[234588.803764] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[234588.816942] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13660500
[234588.834869] rcu: (detected by 151, t=50927949 jiffies, g=639685, q=47774 ncpus=256)
[234588.850298] Sending NMI from CPU 151 to CPUs 156:
[234588.850303] NMI backtrace for cpu 156
[234588.850309] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[234588.850311] Tainted: [D]=DIE, [W]=WARN
[234588.850312] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[234588.850313] Workqueue: cgroup_destroy css_free_rwork_fn
[234588.850316] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[234588.850318] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[234588.850319] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[234588.850320] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[234588.850320] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[234588.850321] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[234588.850321] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[234588.850322] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[234588.850323] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[234588.850323] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[234588.850323] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[234588.850324] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[234588.850324] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[234588.850325] PKRU: 55555554
[234588.850325] Call Trace:
[234588.850326] <TASK>
[234588.850327] _raw_spin_lock_irqsave+0x46/0x60
[234588.850328] cgroup_rstat_flush+0xf4/0x7e0
[234588.850330] cgroup_rstat_exit+0x20/0xf0
[234588.850331] css_free_rwork_fn+0x12e/0x400
[234588.850332] process_one_work+0x19e/0x3e0
[234588.850333] worker_thread+0x2ad/0x3c0
[234588.850335] kthread+0x108/0x220
[234588.850336] ? __pfx_worker_thread+0x10/0x10
[234588.850337] ? __pfx_kthread+0x10/0x10
[234588.850338] ret_from_fork+0x3d/0x60
[234588.850339] ? __pfx_kthread+0x10/0x10
[234588.850340] ret_from_fork_asm+0x1a/0x30
[234588.850342] </TASK>
[234768.865006] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[234768.878208] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13675359
[234768.896152] rcu: (detected by 175, t=50972965 jiffies, g=639685, q=47802 ncpus=256)
[234768.911594] Sending NMI from CPU 175 to CPUs 156:
[234768.911599] NMI backtrace for cpu 156
[234768.911605] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[234768.911608] Tainted: [D]=DIE, [W]=WARN
[234768.911609] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[234768.911609] Workqueue: cgroup_destroy css_free_rwork_fn
[234768.911612] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[234768.911615] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[234768.911616] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[234768.911617] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[234768.911617] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[234768.911618] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[234768.911618] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[234768.911618] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[234768.911619] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[234768.911620] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[234768.911620] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[234768.911621] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[234768.911621] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[234768.911622] PKRU: 55555554
[234768.911622] Call Trace:
[234768.911623] <TASK>
[234768.911624] _raw_spin_lock_irqsave+0x46/0x60
[234768.911625] cgroup_rstat_flush+0xf4/0x7e0
[234768.911626] cgroup_rstat_exit+0x20/0xf0
[234768.911627] css_free_rwork_fn+0x12e/0x400
[234768.911628] process_one_work+0x19e/0x3e0
[234768.911630] worker_thread+0x2ad/0x3c0
[234768.911632] kthread+0x108/0x220
[234768.911632] ? __pfx_worker_thread+0x10/0x10
[234768.911634] ? __pfx_kthread+0x10/0x10
[234768.911635] ret_from_fork+0x3d/0x60
[234768.911636] ? __pfx_kthread+0x10/0x10
[234768.911637] ret_from_fork_asm+0x1a/0x30
[234768.911639] </TASK>
[234948.926247] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[234948.939424] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13689765
[234948.957360] rcu: (detected by 71, t=51017981 jiffies, g=639685, q=47836 ncpus=256)
[234948.972690] Sending NMI from CPU 71 to CPUs 156:
[234948.972695] NMI backtrace for cpu 156
[234948.972701] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[234948.972704] Tainted: [D]=DIE, [W]=WARN
[234948.972704] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[234948.972705] Workqueue: cgroup_destroy css_free_rwork_fn
[234948.972708] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[234948.972711] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[234948.972712] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[234948.972713] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[234948.972713] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[234948.972714] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[234948.972714] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[234948.972715] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[234948.972715] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[234948.972716] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[234948.972716] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[234948.972717] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[234948.972717] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[234948.972718] PKRU: 55555554
[234948.972718] Call Trace:
[234948.972719] <TASK>
[234948.972720] _raw_spin_lock_irqsave+0x46/0x60
[234948.972721] cgroup_rstat_flush+0xf4/0x7e0
[234948.972723] cgroup_rstat_exit+0x20/0xf0
[234948.972724] css_free_rwork_fn+0x12e/0x400
[234948.972725] process_one_work+0x19e/0x3e0
[234948.972726] worker_thread+0x2ad/0x3c0
[234948.972728] kthread+0x108/0x220
[234948.972729] ? __pfx_worker_thread+0x10/0x10
[234948.972730] ? __pfx_kthread+0x10/0x10
[234948.972731] ret_from_fork+0x3d/0x60
[234948.972732] ? __pfx_kthread+0x10/0x10
[234948.972733] ret_from_fork_asm+0x1a/0x30
[234948.972735] </TASK>
[235128.987490] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[235129.000667] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13704627
[235129.018597] rcu: (detected by 45, t=51062997 jiffies, g=639685, q=47850 ncpus=256)
[235129.033919] Sending NMI from CPU 45 to CPUs 156:
[235129.033925] NMI backtrace for cpu 156
[235129.033931] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[235129.033933] Tainted: [D]=DIE, [W]=WARN
[235129.033934] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[235129.033935] Workqueue: cgroup_destroy css_free_rwork_fn
[235129.033938] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[235129.033940] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[235129.033941] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[235129.033942] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[235129.033943] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[235129.033943] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[235129.033943] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[235129.033944] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[235129.033945] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[235129.033946] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[235129.033946] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[235129.033947] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[235129.033947] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[235129.033947] PKRU: 55555554
[235129.033948] Call Trace:
[235129.033948] <TASK>
[235129.033949] _raw_spin_lock_irqsave+0x46/0x60
[235129.033951] cgroup_rstat_flush+0xf4/0x7e0
[235129.033952] cgroup_rstat_exit+0x20/0xf0
[235129.033953] css_free_rwork_fn+0x12e/0x400
[235129.033954] process_one_work+0x19e/0x3e0
[235129.033956] worker_thread+0x2ad/0x3c0
[235129.033957] kthread+0x108/0x220
[235129.033958] ? __pfx_worker_thread+0x10/0x10
[235129.033960] ? __pfx_kthread+0x10/0x10
[235129.033961] ret_from_fork+0x3d/0x60
[235129.033962] ? __pfx_kthread+0x10/0x10
[235129.033963] ret_from_fork_asm+0x1a/0x30
[235129.033964] </TASK>
[235309.048729] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[235309.061921] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13719053
[235309.079861] rcu: (detected by 71, t=51108013 jiffies, g=639685, q=47867 ncpus=256)
[235309.095184] Sending NMI from CPU 71 to CPUs 156:
[235309.095189] NMI backtrace for cpu 156
[235309.095194] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[235309.095197] Tainted: [D]=DIE, [W]=WARN
[235309.095198] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[235309.095199] Workqueue: cgroup_destroy css_free_rwork_fn
[235309.095202] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[235309.095204] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[235309.095205] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[235309.095205] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[235309.095206] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[235309.095206] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[235309.095207] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[235309.095207] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[235309.095208] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[235309.095209] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[235309.095209] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[235309.095210] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[235309.095210] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[235309.095210] PKRU: 55555554
[235309.095211] Call Trace:
[235309.095211] <TASK>
[235309.095212] _raw_spin_lock_irqsave+0x46/0x60
[235309.095214] cgroup_rstat_flush+0xf4/0x7e0
[235309.095215] cgroup_rstat_exit+0x20/0xf0
[235309.095216] css_free_rwork_fn+0x12e/0x400
[235309.095217] process_one_work+0x19e/0x3e0
[235309.095219] worker_thread+0x2ad/0x3c0
[235309.095221] kthread+0x108/0x220
[235309.095222] ? __pfx_worker_thread+0x10/0x10
[235309.095223] ? __pfx_kthread+0x10/0x10
[235309.095224] ret_from_fork+0x3d/0x60
[235309.095225] ? __pfx_kthread+0x10/0x10
[235309.095226] ret_from_fork_asm+0x1a/0x30
[235309.095228] </TASK>
[235489.109970] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[235489.123158] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13733912
[235489.141091] rcu: (detected by 175, t=51153029 jiffies, g=639685, q=47882 ncpus=256)
[235489.156521] Sending NMI from CPU 175 to CPUs 156:
[235489.156526] NMI backtrace for cpu 156
[235489.156531] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[235489.156535] Tainted: [D]=DIE, [W]=WARN
[235489.156536] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[235489.156536] Workqueue: cgroup_destroy css_free_rwork_fn
[235489.156539] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[235489.156541] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[235489.156543] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[235489.156543] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[235489.156544] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[235489.156544] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[235489.156544] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[235489.156545] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[235489.156546] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[235489.156546] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[235489.156547] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[235489.156548] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[235489.156548] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[235489.156548] PKRU: 55555554
[235489.156549] Call Trace:
[235489.156549] <TASK>
[235489.156550] _raw_spin_lock_irqsave+0x46/0x60
[235489.156552] cgroup_rstat_flush+0xf4/0x7e0
[235489.156553] cgroup_rstat_exit+0x20/0xf0
[235489.156554] css_free_rwork_fn+0x12e/0x400
[235489.156555] process_one_work+0x19e/0x3e0
[235489.156557] worker_thread+0x2ad/0x3c0
[235489.156558] kthread+0x108/0x220
[235489.156559] ? __pfx_worker_thread+0x10/0x10
[235489.156561] ? __pfx_kthread+0x10/0x10
[235489.156562] ret_from_fork+0x3d/0x60
[235489.156563] ? __pfx_kthread+0x10/0x10
[235489.156563] ret_from_fork_asm+0x1a/0x30
[235489.156565] </TASK>
[235669.171212] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[235669.184396] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13748315
[235669.202329] rcu: (detected by 194, t=51198045 jiffies, g=639685, q=47896 ncpus=256)
[235669.217762] Sending NMI from CPU 194 to CPUs 156:
[235669.217767] NMI backtrace for cpu 156
[235669.217773] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[235669.217776] Tainted: [D]=DIE, [W]=WARN
[235669.217776] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[235669.217777] Workqueue: cgroup_destroy css_free_rwork_fn
[235669.217780] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[235669.217782] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[235669.217784] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[235669.217784] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[235669.217785] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[235669.217785] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[235669.217786] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[235669.217786] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[235669.217787] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[235669.217788] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[235669.217788] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[235669.217789] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[235669.217789] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[235669.217789] PKRU: 55555554
[235669.217790] Call Trace:
[235669.217790] <TASK>
[235669.217792] _raw_spin_lock_irqsave+0x46/0x60
[235669.217793] cgroup_rstat_flush+0xf4/0x7e0
[235669.217794] cgroup_rstat_exit+0x20/0xf0
[235669.217795] css_free_rwork_fn+0x12e/0x400
[235669.217796] process_one_work+0x19e/0x3e0
[235669.217798] worker_thread+0x2ad/0x3c0
[235669.217799] kthread+0x108/0x220
[235669.217800] ? __pfx_worker_thread+0x10/0x10
[235669.217802] ? __pfx_kthread+0x10/0x10
[235669.217803] ret_from_fork+0x3d/0x60
[235669.217804] ? __pfx_kthread+0x10/0x10
[235669.217805] ret_from_fork_asm+0x1a/0x30
[235669.217807] </TASK>
[235849.232455] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[235849.245651] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13763175
[235849.263588] rcu: (detected by 44, t=51243061 jiffies, g=639685, q=47911 ncpus=256)
[235849.278919] Sending NMI from CPU 44 to CPUs 156:
[235849.278924] NMI backtrace for cpu 156
[235849.278930] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[235849.278933] Tainted: [D]=DIE, [W]=WARN
[235849.278933] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[235849.278934] Workqueue: cgroup_destroy css_free_rwork_fn
[235849.278937] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[235849.278939] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[235849.278941] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[235849.278941] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[235849.278942] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[235849.278942] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[235849.278943] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[235849.278943] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[235849.278944] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[235849.278945] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[235849.278945] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[235849.278946] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[235849.278946] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[235849.278946] PKRU: 55555554
[235849.278947] Call Trace:
[235849.278947] <TASK>
[235849.278949] _raw_spin_lock_irqsave+0x46/0x60
[235849.278950] cgroup_rstat_flush+0xf4/0x7e0
[235849.278951] cgroup_rstat_exit+0x20/0xf0
[235849.278952] css_free_rwork_fn+0x12e/0x400
[235849.278953] process_one_work+0x19e/0x3e0
[235849.278955] worker_thread+0x2ad/0x3c0
[235849.278957] kthread+0x108/0x220
[235849.278958] ? __pfx_worker_thread+0x10/0x10
[235849.278959] ? __pfx_kthread+0x10/0x10
[235849.278960] ret_from_fork+0x3d/0x60
[235849.278961] ? __pfx_kthread+0x10/0x10
[235849.278962] ret_from_fork_asm+0x1a/0x30
[235849.278964] </TASK>
[236029.293694] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[236029.306871] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13777567
[236029.324796] rcu: (detected by 175, t=51288077 jiffies, g=639685, q=47941 ncpus=256)
[236029.340220] Sending NMI from CPU 175 to CPUs 156:
[236029.340226] NMI backtrace for cpu 156
[236029.340231] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[236029.340235] Tainted: [D]=DIE, [W]=WARN
[236029.340235] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[236029.340236] Workqueue: cgroup_destroy css_free_rwork_fn
[236029.340239] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[236029.340241] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[236029.340243] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[236029.340243] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[236029.340244] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[236029.340244] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[236029.340245] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[236029.340245] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[236029.340246] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[236029.340246] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[236029.340247] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[236029.340248] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[236029.340248] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[236029.340248] PKRU: 55555554
[236029.340248] Call Trace:
[236029.340249] <TASK>
[236029.340250] _raw_spin_lock_irqsave+0x46/0x60
[236029.340251] cgroup_rstat_flush+0xf4/0x7e0
[236029.340253] cgroup_rstat_exit+0x20/0xf0
[236029.340254] css_free_rwork_fn+0x12e/0x400
[236029.340255] process_one_work+0x19e/0x3e0
[236029.340256] worker_thread+0x2ad/0x3c0
[236029.340258] kthread+0x108/0x220
[236029.340259] ? __pfx_worker_thread+0x10/0x10
[236029.340260] ? __pfx_kthread+0x10/0x10
[236029.340261] ret_from_fork+0x3d/0x60
[236029.340262] ? __pfx_kthread+0x10/0x10
[236029.340263] ret_from_fork_asm+0x1a/0x30
[236029.340265] </TASK>
[236209.354937] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[236209.368121] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13791987
[236209.386058] rcu: (detected by 131, t=51333093 jiffies, g=639685, q=47965 ncpus=256)
[236209.401497] Sending NMI from CPU 131 to CPUs 156:
[236209.401502] NMI backtrace for cpu 156
[236209.401507] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[236209.401511] Tainted: [D]=DIE, [W]=WARN
[236209.401511] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[236209.401512] Workqueue: cgroup_destroy css_free_rwork_fn
[236209.401515] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[236209.401517] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[236209.401518] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[236209.401519] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[236209.401519] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[236209.401520] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[236209.401520] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[236209.401521] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[236209.401522] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[236209.401522] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[236209.401522] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[236209.401523] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[236209.401523] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[236209.401524] PKRU: 55555554
[236209.401524] Call Trace:
[236209.401525] <TASK>
[236209.401526] _raw_spin_lock_irqsave+0x46/0x60
[236209.401527] cgroup_rstat_flush+0xf4/0x7e0
[236209.401529] cgroup_rstat_exit+0x20/0xf0
[236209.401530] css_free_rwork_fn+0x12e/0x400
[236209.401531] process_one_work+0x19e/0x3e0
[236209.401532] worker_thread+0x2ad/0x3c0
[236209.401534] kthread+0x108/0x220
[236209.401535] ? __pfx_worker_thread+0x10/0x10
[236209.401536] ? __pfx_kthread+0x10/0x10
[236209.401537] ret_from_fork+0x3d/0x60
[236209.401538] ? __pfx_kthread+0x10/0x10
[236209.401539] ret_from_fork_asm+0x1a/0x30
[236209.401541] </TASK>
[236389.416178] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[236389.429380] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13806846
[236389.447317] rcu: (detected by 185, t=51378109 jiffies, g=639685, q=47984 ncpus=256)
[236389.462761] Sending NMI from CPU 185 to CPUs 156:
[236389.462766] NMI backtrace for cpu 156
[236389.462772] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[236389.462775] Tainted: [D]=DIE, [W]=WARN
[236389.462776] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[236389.462777] Workqueue: cgroup_destroy css_free_rwork_fn
[236389.462780] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[236389.462782] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[236389.462783] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[236389.462784] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[236389.462784] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[236389.462785] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[236389.462785] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[236389.462786] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[236389.462787] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[236389.462788] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[236389.462788] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[236389.462789] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[236389.462789] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[236389.462789] PKRU: 55555554
[236389.462790] Call Trace:
[236389.462790] <TASK>
[236389.462792] _raw_spin_lock_irqsave+0x46/0x60
[236389.462793] cgroup_rstat_flush+0xf4/0x7e0
[236389.462794] cgroup_rstat_exit+0x20/0xf0
[236389.462795] css_free_rwork_fn+0x12e/0x400
[236389.462796] process_one_work+0x19e/0x3e0
[236389.462798] worker_thread+0x2ad/0x3c0
[236389.462800] kthread+0x108/0x220
[236389.462800] ? __pfx_worker_thread+0x10/0x10
[236389.462802] ? __pfx_kthread+0x10/0x10
[236389.462803] ret_from_fork+0x3d/0x60
[236389.462804] ? __pfx_kthread+0x10/0x10
[236389.462805] ret_from_fork_asm+0x1a/0x30
[236389.462807] </TASK>
[236569.477418] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[236569.490614] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13821700
[236569.508553] rcu: (detected by 175, t=51423125 jiffies, g=639685, q=48006 ncpus=256)
[236569.523982] Sending NMI from CPU 175 to CPUs 156:
[236569.523987] NMI backtrace for cpu 156
[236569.523992] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[236569.523995] Tainted: [D]=DIE, [W]=WARN
[236569.523996] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[236569.523997] Workqueue: cgroup_destroy css_free_rwork_fn
[236569.524000] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[236569.524002] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[236569.524004] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[236569.524005] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[236569.524005] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[236569.524006] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[236569.524006] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[236569.524007] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[236569.524007] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[236569.524008] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[236569.524008] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[236569.524009] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[236569.524009] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[236569.524010] PKRU: 55555554
[236569.524010] Call Trace:
[236569.524011] <TASK>
[236569.524012] _raw_spin_lock_irqsave+0x46/0x60
[236569.524013] cgroup_rstat_flush+0xf4/0x7e0
[236569.524015] cgroup_rstat_exit+0x20/0xf0
[236569.524016] css_free_rwork_fn+0x12e/0x400
[236569.524016] process_one_work+0x19e/0x3e0
[236569.524018] worker_thread+0x2ad/0x3c0
[236569.524020] kthread+0x108/0x220
[236569.524021] ? __pfx_worker_thread+0x10/0x10
[236569.524022] ? __pfx_kthread+0x10/0x10
[236569.524023] ret_from_fork+0x3d/0x60
[236569.524024] ? __pfx_kthread+0x10/0x10
[236569.524025] ret_from_fork_asm+0x1a/0x30
[236569.524027] </TASK>
[236749.538659] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[236749.551844] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13836108
[236749.569780] rcu: (detected by 3, t=51468141 jiffies, g=639685, q=48029 ncpus=256)
[236749.585013] Sending NMI from CPU 3 to CPUs 156:
[236749.585017] NMI backtrace for cpu 156
[236749.585023] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[236749.585026] Tainted: [D]=DIE, [W]=WARN
[236749.585026] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[236749.585027] Workqueue: cgroup_destroy css_free_rwork_fn
[236749.585030] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[236749.585032] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[236749.585034] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[236749.585035] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[236749.585035] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[236749.585036] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[236749.585036] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[236749.585037] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[236749.585038] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[236749.585039] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[236749.585039] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[236749.585040] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[236749.585040] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[236749.585040] PKRU: 55555554
[236749.585041] Call Trace:
[236749.585041] <TASK>
[236749.585043] _raw_spin_lock_irqsave+0x46/0x60
[236749.585044] cgroup_rstat_flush+0xf4/0x7e0
[236749.585045] cgroup_rstat_exit+0x20/0xf0
[236749.585047] css_free_rwork_fn+0x12e/0x400
[236749.585048] process_one_work+0x19e/0x3e0
[236749.585049] worker_thread+0x2ad/0x3c0
[236749.585051] kthread+0x108/0x220
[236749.585052] ? __pfx_worker_thread+0x10/0x10
[236749.585053] ? __pfx_kthread+0x10/0x10
[236749.585054] ret_from_fork+0x3d/0x60
[236749.585055] ? __pfx_kthread+0x10/0x10
[236749.585057] ret_from_fork_asm+0x1a/0x30
[236749.585058] </TASK>
[236929.599901] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[236929.613069] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13850963
[236929.630992] rcu: (detected by 134, t=51513157 jiffies, g=639685, q=48066 ncpus=256)
[236929.646412] Sending NMI from CPU 134 to CPUs 156:
[236929.646417] NMI backtrace for cpu 156
[236929.646422] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[236929.646426] Tainted: [D]=DIE, [W]=WARN
[236929.646426] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[236929.646427] Workqueue: cgroup_destroy css_free_rwork_fn
[236929.646430] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[236929.646432] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[236929.646433] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[236929.646434] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[236929.646435] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[236929.646435] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[236929.646435] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[236929.646436] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[236929.646437] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[236929.646437] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[236929.646437] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[236929.646438] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[236929.646439] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[236929.646439] PKRU: 55555554
[236929.646439] Call Trace:
[236929.646440] <TASK>
[236929.646441] _raw_spin_lock_irqsave+0x46/0x60
[236929.646443] cgroup_rstat_flush+0xf4/0x7e0
[236929.646444] cgroup_rstat_exit+0x20/0xf0
[236929.646445] css_free_rwork_fn+0x12e/0x400
[236929.646446] process_one_work+0x19e/0x3e0
[236929.646447] worker_thread+0x2ad/0x3c0
[236929.646449] kthread+0x108/0x220
[236929.646450] ? __pfx_worker_thread+0x10/0x10
[236929.646451] ? __pfx_kthread+0x10/0x10
[236929.646452] ret_from_fork+0x3d/0x60
[236929.646453] ? __pfx_kthread+0x10/0x10
[236929.646454] ret_from_fork_asm+0x1a/0x30
[236929.646456] </TASK>
[237109.661143] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[237109.674336] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13865827
[237109.692274] rcu: (detected by 163, t=51558173 jiffies, g=639685, q=48088 ncpus=256)
[237109.707711] Sending NMI from CPU 163 to CPUs 156:
[237109.707716] NMI backtrace for cpu 156
[237109.707722] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[237109.707725] Tainted: [D]=DIE, [W]=WARN
[237109.707725] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[237109.707726] Workqueue: cgroup_destroy css_free_rwork_fn
[237109.707729] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[237109.707731] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[237109.707732] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[237109.707733] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[237109.707733] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[237109.707734] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[237109.707734] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[237109.707735] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[237109.707736] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[237109.707736] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[237109.707736] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[237109.707737] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[237109.707737] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[237109.707738] PKRU: 55555554
[237109.707738] Call Trace:
[237109.707739] <TASK>
[237109.707740] _raw_spin_lock_irqsave+0x46/0x60
[237109.707741] cgroup_rstat_flush+0xf4/0x7e0
[237109.707742] cgroup_rstat_exit+0x20/0xf0
[237109.707743] css_free_rwork_fn+0x12e/0x400
[237109.707744] process_one_work+0x19e/0x3e0
[237109.707746] worker_thread+0x2ad/0x3c0
[237109.707748] kthread+0x108/0x220
[237109.707748] ? __pfx_worker_thread+0x10/0x10
[237109.707750] ? __pfx_kthread+0x10/0x10
[237109.707751] ret_from_fork+0x3d/0x60
[237109.707752] ? __pfx_kthread+0x10/0x10
[237109.707753] ret_from_fork_asm+0x1a/0x30
[237109.707755] </TASK>
[237289.722383] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[237289.735576] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13880687
[237289.753511] rcu: (detected by 158, t=51603189 jiffies, g=639685, q=48102 ncpus=256)
[237289.768944] Sending NMI from CPU 158 to CPUs 156:
[237289.768948] NMI backtrace for cpu 156
[237289.768950] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[237289.768953] Tainted: [D]=DIE, [W]=WARN
[237289.768954] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[237289.768955] Workqueue: cgroup_destroy css_free_rwork_fn
[237289.768957] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[237289.768959] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[237289.768960] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[237289.768960] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[237289.768961] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[237289.768962] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[237289.768962] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[237289.768962] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[237289.768963] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[237289.768964] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[237289.768964] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[237289.768965] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[237289.768965] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[237289.768966] PKRU: 55555554
[237289.768966] Call Trace:
[237289.768967] <TASK>
[237289.768968] _raw_spin_lock_irqsave+0x46/0x60
[237289.768969] cgroup_rstat_flush+0xf4/0x7e0
[237289.768970] cgroup_rstat_exit+0x20/0xf0
[237289.768971] css_free_rwork_fn+0x12e/0x400
[237289.768972] process_one_work+0x19e/0x3e0
[237289.768974] worker_thread+0x2ad/0x3c0
[237289.768975] kthread+0x108/0x220
[237289.768976] ? __pfx_worker_thread+0x10/0x10
[237289.768978] ? __pfx_kthread+0x10/0x10
[237289.768979] ret_from_fork+0x3d/0x60
[237289.768980] ? __pfx_kthread+0x10/0x10
[237289.768981] ret_from_fork_asm+0x1a/0x30
[237289.768983] </TASK>
[237469.783625] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[237469.796815] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13895540
[237469.814749] rcu: (detected by 47, t=51648203 jiffies, g=639685, q=48117 ncpus=256)
[237469.830079] Sending NMI from CPU 47 to CPUs 156:
[237469.830085] NMI backtrace for cpu 156
[237469.830090] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[237469.830092] Tainted: [D]=DIE, [W]=WARN
[237469.830093] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[237469.830093] Workqueue: cgroup_destroy css_free_rwork_fn
[237469.830096] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[237469.830098] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[237469.830098] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[237469.830099] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[237469.830100] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[237469.830100] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[237469.830100] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[237469.830101] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[237469.830102] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[237469.830102] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[237469.830102] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[237469.830103] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[237469.830104] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[237469.830104] PKRU: 55555554
[237469.830104] Call Trace:
[237469.830105] <TASK>
[237469.830106] _raw_spin_lock_irqsave+0x46/0x60
[237469.830107] cgroup_rstat_flush+0xf4/0x7e0
[237469.830109] cgroup_rstat_exit+0x20/0xf0
[237469.830110] css_free_rwork_fn+0x12e/0x400
[237469.830111] process_one_work+0x19e/0x3e0
[237469.830112] worker_thread+0x2ad/0x3c0
[237469.830114] kthread+0x108/0x220
[237469.830115] ? __pfx_worker_thread+0x10/0x10
[237469.830116] ? __pfx_kthread+0x10/0x10
[237469.830117] ret_from_fork+0x3d/0x60
[237469.830118] ? __pfx_kthread+0x10/0x10
[237469.830119] ret_from_fork_asm+0x1a/0x30
[237469.830121] </TASK>
[237649.828866] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[237649.842051] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13909923
[237649.859982] rcu: (detected by 3, t=51693217 jiffies, g=639685, q=48133 ncpus=256)
[237649.875211] Sending NMI from CPU 3 to CPUs 156:
[237649.875216] NMI backtrace for cpu 156
[237649.875222] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[237649.875225] Tainted: [D]=DIE, [W]=WARN
[237649.875225] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[237649.875226] Workqueue: cgroup_destroy css_free_rwork_fn
[237649.875229] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[237649.875231] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[237649.875233] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[237649.875234] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[237649.875235] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[237649.875235] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[237649.875236] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[237649.875236] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[237649.875237] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[237649.875238] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[237649.875238] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[237649.875239] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[237649.875240] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[237649.875240] PKRU: 55555554
[237649.875240] Call Trace:
[237649.875241] <TASK>
[237649.875242] _raw_spin_lock_irqsave+0x46/0x60
[237649.875244] cgroup_rstat_flush+0xf4/0x7e0
[237649.875245] cgroup_rstat_exit+0x20/0xf0
[237649.875246] css_free_rwork_fn+0x12e/0x400
[237649.875247] process_one_work+0x19e/0x3e0
[237649.875249] worker_thread+0x2ad/0x3c0
[237649.875250] kthread+0x108/0x220
[237649.875251] ? __pfx_worker_thread+0x10/0x10
[237649.875253] ? __pfx_kthread+0x10/0x10
[237649.875254] ret_from_fork+0x3d/0x60
[237649.875255] ? __pfx_kthread+0x10/0x10
[237649.875256] ret_from_fork_asm+0x1a/0x30
[237649.875258] </TASK>
[237829.890107] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[237829.903296] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13924770
[237829.921231] rcu: (detected by 158, t=51738233 jiffies, g=639685, q=48147 ncpus=256)
[237829.936664] Sending NMI from CPU 158 to CPUs 156:
[237829.936669] NMI backtrace for cpu 156
[237829.936671] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[237829.936673] Tainted: [D]=DIE, [W]=WARN
[237829.936674] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[237829.936675] Workqueue: cgroup_destroy css_free_rwork_fn
[237829.936677] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[237829.936679] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[237829.936680] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[237829.936680] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[237829.936681] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[237829.936681] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[237829.936682] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[237829.936682] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[237829.936683] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[237829.936684] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[237829.936684] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[237829.936685] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[237829.936685] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[237829.936685] PKRU: 55555554
[237829.936686] Call Trace:
[237829.936686] <TASK>
[237829.936687] _raw_spin_lock_irqsave+0x46/0x60
[237829.936688] cgroup_rstat_flush+0xf4/0x7e0
[237829.936690] cgroup_rstat_exit+0x20/0xf0
[237829.936691] css_free_rwork_fn+0x12e/0x400
[237829.936692] process_one_work+0x19e/0x3e0
[237829.936693] worker_thread+0x2ad/0x3c0
[237829.936695] kthread+0x108/0x220
[237829.936696] ? __pfx_worker_thread+0x10/0x10
[237829.936697] ? __pfx_kthread+0x10/0x10
[237829.936698] ret_from_fork+0x3d/0x60
[237829.936699] ? __pfx_kthread+0x10/0x10
[237829.936700] ret_from_fork_asm+0x1a/0x30
[237829.936702] </TASK>
[238009.951348] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[238009.964545] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13939620
[238009.982488] rcu: (detected by 194, t=51783249 jiffies, g=639685, q=48165 ncpus=256)
[238009.997933] Sending NMI from CPU 194 to CPUs 156:
[238009.997939] NMI backtrace for cpu 156
[238009.997945] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[238009.997948] Tainted: [D]=DIE, [W]=WARN
[238009.997948] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[238009.997949] Workqueue: cgroup_destroy css_free_rwork_fn
[238009.997951] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[238009.997953] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[238009.997954] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[238009.997955] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[238009.997955] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[238009.997956] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[238009.997956] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[238009.997957] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[238009.997958] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[238009.997959] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[238009.997959] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[238009.997960] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[238009.997960] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[238009.997960] PKRU: 55555554
[238009.997961] Call Trace:
[238009.997961] <TASK>
[238009.997963] _raw_spin_lock_irqsave+0x46/0x60
[238009.997964] cgroup_rstat_flush+0xf4/0x7e0
[238009.997965] cgroup_rstat_exit+0x20/0xf0
[238009.997966] css_free_rwork_fn+0x12e/0x400
[238009.997967] process_one_work+0x19e/0x3e0
[238009.997969] worker_thread+0x2ad/0x3c0
[238009.997970] kthread+0x108/0x220
[238009.997971] ? __pfx_worker_thread+0x10/0x10
[238009.997973] ? __pfx_kthread+0x10/0x10
[238009.997974] ret_from_fork+0x3d/0x60
[238009.997975] ? __pfx_kthread+0x10/0x10
[238009.997976] ret_from_fork_asm+0x1a/0x30
[238009.997978] </TASK>
[238190.012592] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[238190.025781] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13954485
[238190.043735] rcu: (detected by 194, t=51828265 jiffies, g=639685, q=48179 ncpus=256)
[238190.059187] Sending NMI from CPU 194 to CPUs 156:
[238190.059191] NMI backtrace for cpu 156
[238190.059197] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[238190.059200] Tainted: [D]=DIE, [W]=WARN
[238190.059201] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[238190.059202] Workqueue: cgroup_destroy css_free_rwork_fn
[238190.059204] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[238190.059206] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[238190.059208] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[238190.059208] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[238190.059209] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[238190.059209] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[238190.059210] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[238190.059210] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[238190.059211] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[238190.059212] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[238190.059212] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[238190.059213] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[238190.059213] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[238190.059213] PKRU: 55555554
[238190.059214] Call Trace:
[238190.059214] <TASK>
[238190.059216] _raw_spin_lock_irqsave+0x46/0x60
[238190.059217] cgroup_rstat_flush+0xf4/0x7e0
[238190.059218] cgroup_rstat_exit+0x20/0xf0
[238190.059219] css_free_rwork_fn+0x12e/0x400
[238190.059220] process_one_work+0x19e/0x3e0
[238190.059222] worker_thread+0x2ad/0x3c0
[238190.059224] kthread+0x108/0x220
[238190.059224] ? __pfx_worker_thread+0x10/0x10
[238190.059226] ? __pfx_kthread+0x10/0x10
[238190.059227] ret_from_fork+0x3d/0x60
[238190.059228] ? __pfx_kthread+0x10/0x10
[238190.059229] ret_from_fork_asm+0x1a/0x30
[238190.059231] </TASK>
[238370.073839] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[238370.087031] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13969349
[238370.104965] rcu: (detected by 175, t=51873281 jiffies, g=639685, q=48196 ncpus=256)
[238370.120401] Sending NMI from CPU 175 to CPUs 156:
[238370.120406] NMI backtrace for cpu 156
[238370.120412] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[238370.120415] Tainted: [D]=DIE, [W]=WARN
[238370.120416] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[238370.120416] Workqueue: cgroup_destroy css_free_rwork_fn
[238370.120419] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[238370.120421] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[238370.120422] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[238370.120423] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[238370.120423] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[238370.120424] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[238370.120424] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[238370.120425] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[238370.120425] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[238370.120426] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[238370.120426] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[238370.120427] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[238370.120427] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[238370.120428] PKRU: 55555554
[238370.120428] Call Trace:
[238370.120429] <TASK>
[238370.120430] _raw_spin_lock_irqsave+0x46/0x60
[238370.120431] cgroup_rstat_flush+0xf4/0x7e0
[238370.120433] cgroup_rstat_exit+0x20/0xf0
[238370.120434] css_free_rwork_fn+0x12e/0x400
[238370.120435] process_one_work+0x19e/0x3e0
[238370.120436] worker_thread+0x2ad/0x3c0
[238370.120438] kthread+0x108/0x220
[238370.120439] ? __pfx_worker_thread+0x10/0x10
[238370.120440] ? __pfx_kthread+0x10/0x10
[238370.120441] ret_from_fork+0x3d/0x60
[238370.120442] ? __pfx_kthread+0x10/0x10
[238370.120443] ret_from_fork_asm+0x1a/0x30
[238370.120445] </TASK>
[238550.135072] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[238550.148254] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13983779
[238550.166188] rcu: (detected by 91, t=51918297 jiffies, g=639685, q=48210 ncpus=256)
[238550.181515] Sending NMI from CPU 91 to CPUs 156:
[238550.181520] NMI backtrace for cpu 156
[238550.181526] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[238550.181529] Tainted: [D]=DIE, [W]=WARN
[238550.181530] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[238550.181531] Workqueue: cgroup_destroy css_free_rwork_fn
[238550.181534] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[238550.181536] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[238550.181537] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[238550.181538] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[238550.181539] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[238550.181539] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[238550.181540] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[238550.181541] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[238550.181542] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[238550.181543] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[238550.181543] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[238550.181544] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[238550.181544] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[238550.181545] PKRU: 55555554
[238550.181545] Call Trace:
[238550.181546] <TASK>
[238550.181547] _raw_spin_lock_irqsave+0x46/0x60
[238550.181548] cgroup_rstat_flush+0xf4/0x7e0
[238550.181549] cgroup_rstat_exit+0x20/0xf0
[238550.181551] css_free_rwork_fn+0x12e/0x400
[238550.181551] process_one_work+0x19e/0x3e0
[238550.181553] worker_thread+0x2ad/0x3c0
[238550.181555] kthread+0x108/0x220
[238550.181555] ? __pfx_worker_thread+0x10/0x10
[238550.181557] ? __pfx_kthread+0x10/0x10
[238550.181558] ret_from_fork+0x3d/0x60
[238550.181559] ? __pfx_kthread+0x10/0x10
[238550.181560] ret_from_fork_asm+0x1a/0x30
[238550.181562] </TASK>
[238730.196313] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[238730.209497] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=13998645
[238730.227428] rcu: (detected by 175, t=51963313 jiffies, g=639685, q=48225 ncpus=256)
[238730.242857] Sending NMI from CPU 175 to CPUs 156:
[238730.242861] NMI backtrace for cpu 156
[238730.242866] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[238730.242870] Tainted: [D]=DIE, [W]=WARN
[238730.242871] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[238730.242872] Workqueue: cgroup_destroy css_free_rwork_fn
[238730.242875] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[238730.242877] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[238730.242878] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[238730.242879] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[238730.242880] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[238730.242880] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[238730.242880] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[238730.242881] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[238730.242882] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[238730.242882] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[238730.242883] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[238730.242883] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[238730.242884] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[238730.242884] PKRU: 55555554
[238730.242884] Call Trace:
[238730.242885] <TASK>
[238730.242886] _raw_spin_lock_irqsave+0x46/0x60
[238730.242887] cgroup_rstat_flush+0xf4/0x7e0
[238730.242889] cgroup_rstat_exit+0x20/0xf0
[238730.242890] css_free_rwork_fn+0x12e/0x400
[238730.242891] process_one_work+0x19e/0x3e0
[238730.242892] worker_thread+0x2ad/0x3c0
[238730.242894] kthread+0x108/0x220
[238730.242895] ? __pfx_worker_thread+0x10/0x10
[238730.242896] ? __pfx_kthread+0x10/0x10
[238730.242897] ret_from_fork+0x3d/0x60
[238730.242898] ? __pfx_kthread+0x10/0x10
[238730.242899] ret_from_fork_asm+0x1a/0x30
[238730.242901] </TASK>
[238910.257556] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[238910.270740] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14013072
[238910.288679] rcu: (detected by 47, t=52008327 jiffies, g=639685, q=48247 ncpus=256)
[238910.304015] Sending NMI from CPU 47 to CPUs 156:
[238910.304020] NMI backtrace for cpu 156
[238910.304026] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[238910.304029] Tainted: [D]=DIE, [W]=WARN
[238910.304030] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[238910.304031] Workqueue: cgroup_destroy css_free_rwork_fn
[238910.304033] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[238910.304036] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[238910.304037] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[238910.304038] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[238910.304038] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[238910.304038] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[238910.304039] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[238910.304039] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[238910.304040] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[238910.304041] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[238910.304041] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[238910.304042] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[238910.304042] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[238910.304043] PKRU: 55555554
[238910.304043] Call Trace:
[238910.304044] <TASK>
[238910.304045] _raw_spin_lock_irqsave+0x46/0x60
[238910.304046] cgroup_rstat_flush+0xf4/0x7e0
[238910.304047] cgroup_rstat_exit+0x20/0xf0
[238910.304049] css_free_rwork_fn+0x12e/0x400
[238910.304049] process_one_work+0x19e/0x3e0
[238910.304051] worker_thread+0x2ad/0x3c0
[238910.304053] kthread+0x108/0x220
[238910.304054] ? __pfx_worker_thread+0x10/0x10
[238910.304055] ? __pfx_kthread+0x10/0x10
[238910.304056] ret_from_fork+0x3d/0x60
[238910.304057] ? __pfx_kthread+0x10/0x10
[238910.304058] ret_from_fork_asm+0x1a/0x30
[238910.304060] </TASK>
[239090.302798] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[239090.315984] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14027503
[239090.333915] rcu: (detected by 159, t=52053341 jiffies, g=639685, q=48260 ncpus=256)
[239090.349341] Sending NMI from CPU 159 to CPUs 156:
[239090.349346] NMI backtrace for cpu 156
[239090.349348] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[239090.349350] Tainted: [D]=DIE, [W]=WARN
[239090.349350] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[239090.349352] Workqueue: cgroup_destroy css_free_rwork_fn
[239090.349354] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[239090.349356] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[239090.349357] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[239090.349358] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[239090.349358] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[239090.349358] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[239090.349359] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[239090.349359] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[239090.349360] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[239090.349361] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[239090.349361] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[239090.349362] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[239090.349362] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[239090.349363] PKRU: 55555554
[239090.349363] Call Trace:
[239090.349364] <TASK>
[239090.349365] _raw_spin_lock_irqsave+0x46/0x60
[239090.349366] cgroup_rstat_flush+0xf4/0x7e0
[239090.349368] cgroup_rstat_exit+0x20/0xf0
[239090.349369] css_free_rwork_fn+0x12e/0x400
[239090.349370] process_one_work+0x19e/0x3e0
[239090.349371] worker_thread+0x2ad/0x3c0
[239090.349373] kthread+0x108/0x220
[239090.349374] ? __pfx_worker_thread+0x10/0x10
[239090.349375] ? __pfx_kthread+0x10/0x10
[239090.349376] ret_from_fork+0x3d/0x60
[239090.349377] ? __pfx_kthread+0x10/0x10
[239090.349378] ret_from_fork_asm+0x1a/0x30
[239090.349380] </TASK>
[239270.364037] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[239270.377207] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14042364
[239270.395131] rcu: (detected by 194, t=52098357 jiffies, g=639685, q=48279 ncpus=256)
[239270.410555] Sending NMI from CPU 194 to CPUs 156:
[239270.410559] NMI backtrace for cpu 156
[239270.410565] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[239270.410567] Tainted: [D]=DIE, [W]=WARN
[239270.410568] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[239270.410569] Workqueue: cgroup_destroy css_free_rwork_fn
[239270.410571] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[239270.410573] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[239270.410573] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[239270.410574] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[239270.410575] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[239270.410576] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[239270.410576] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[239270.410577] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[239270.410578] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[239270.410579] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[239270.410579] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[239270.410580] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[239270.410580] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[239270.410581] PKRU: 55555554
[239270.410581] Call Trace:
[239270.410582] <TASK>
[239270.410583] _raw_spin_lock_irqsave+0x46/0x60
[239270.410584] cgroup_rstat_flush+0xf4/0x7e0
[239270.410586] cgroup_rstat_exit+0x20/0xf0
[239270.410587] css_free_rwork_fn+0x12e/0x400
[239270.410588] process_one_work+0x19e/0x3e0
[239270.410589] worker_thread+0x2ad/0x3c0
[239270.410591] kthread+0x108/0x220
[239270.410592] ? __pfx_worker_thread+0x10/0x10
[239270.410593] ? __pfx_kthread+0x10/0x10
[239270.410594] ret_from_fork+0x3d/0x60
[239270.410595] ? __pfx_kthread+0x10/0x10
[239270.410596] ret_from_fork_asm+0x1a/0x30
[239270.410598] </TASK>
[239450.425278] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[239450.438474] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14057224
[239450.456418] rcu: (detected by 91, t=52143373 jiffies, g=639685, q=48295 ncpus=256)
[239450.471756] Sending NMI from CPU 91 to CPUs 156:
[239450.471762] NMI backtrace for cpu 156
[239450.471768] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[239450.471771] Tainted: [D]=DIE, [W]=WARN
[239450.471771] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[239450.471772] Workqueue: cgroup_destroy css_free_rwork_fn
[239450.471775] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[239450.471777] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[239450.471778] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[239450.471778] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[239450.471779] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[239450.471779] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[239450.471780] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[239450.471780] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[239450.471781] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[239450.471782] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[239450.471783] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[239450.471783] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[239450.471784] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[239450.471784] PKRU: 55555554
[239450.471784] Call Trace:
[239450.471785] <TASK>
[239450.471786] _raw_spin_lock_irqsave+0x46/0x60
[239450.471787] cgroup_rstat_flush+0xf4/0x7e0
[239450.471789] cgroup_rstat_exit+0x20/0xf0
[239450.471790] css_free_rwork_fn+0x12e/0x400
[239450.471790] process_one_work+0x19e/0x3e0
[239450.471792] worker_thread+0x2ad/0x3c0
[239450.471794] kthread+0x108/0x220
[239450.471795] ? __pfx_worker_thread+0x10/0x10
[239450.471796] ? __pfx_kthread+0x10/0x10
[239450.471797] ret_from_fork+0x3d/0x60
[239450.471798] ? __pfx_kthread+0x10/0x10
[239450.471799] ret_from_fork_asm+0x1a/0x30
[239450.471801] </TASK>
[239630.486519] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[239630.499679] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14072082
[239630.517595] rcu: (detected by 91, t=52188389 jiffies, g=639685, q=48310 ncpus=256)
[239630.532905] Sending NMI from CPU 91 to CPUs 156:
[239630.532910] NMI backtrace for cpu 156
[239630.532915] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[239630.532918] Tainted: [D]=DIE, [W]=WARN
[239630.532919] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[239630.532920] Workqueue: cgroup_destroy css_free_rwork_fn
[239630.532923] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[239630.532925] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[239630.532927] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[239630.532927] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[239630.532928] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[239630.532928] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[239630.532928] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[239630.532929] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[239630.532930] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[239630.532930] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[239630.532931] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[239630.532932] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[239630.532932] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[239630.532932] PKRU: 55555554
[239630.532933] Call Trace:
[239630.532933] <TASK>
[239630.532934] _raw_spin_lock_irqsave+0x46/0x60
[239630.532936] cgroup_rstat_flush+0xf4/0x7e0
[239630.532937] cgroup_rstat_exit+0x20/0xf0
[239630.532938] css_free_rwork_fn+0x12e/0x400
[239630.532939] process_one_work+0x19e/0x3e0
[239630.532941] worker_thread+0x2ad/0x3c0
[239630.532942] kthread+0x108/0x220
[239630.532943] ? __pfx_worker_thread+0x10/0x10
[239630.532945] ? __pfx_kthread+0x10/0x10
[239630.532946] ret_from_fork+0x3d/0x60
[239630.532947] ? __pfx_kthread+0x10/0x10
[239630.532948] ret_from_fork_asm+0x1a/0x30
[239630.532949] </TASK>
[239810.547761] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[239810.560941] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14086953
[239810.578863] rcu: (detected by 175, t=52233405 jiffies, g=639685, q=48325 ncpus=256)
[239810.594285] Sending NMI from CPU 175 to CPUs 156:
[239810.594290] NMI backtrace for cpu 156
[239810.594295] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[239810.594299] Tainted: [D]=DIE, [W]=WARN
[239810.594300] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[239810.594301] Workqueue: cgroup_destroy css_free_rwork_fn
[239810.594303] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[239810.594306] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[239810.594307] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[239810.594308] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[239810.594308] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[239810.594308] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[239810.594309] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[239810.594309] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[239810.594310] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[239810.594311] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[239810.594311] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[239810.594312] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[239810.594312] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[239810.594312] PKRU: 55555554
[239810.594313] Call Trace:
[239810.594313] <TASK>
[239810.594315] _raw_spin_lock_irqsave+0x46/0x60
[239810.594316] cgroup_rstat_flush+0xf4/0x7e0
[239810.594317] cgroup_rstat_exit+0x20/0xf0
[239810.594318] css_free_rwork_fn+0x12e/0x400
[239810.594319] process_one_work+0x19e/0x3e0
[239810.594321] worker_thread+0x2ad/0x3c0
[239810.594322] kthread+0x108/0x220
[239810.594323] ? __pfx_worker_thread+0x10/0x10
[239810.594325] ? __pfx_kthread+0x10/0x10
[239810.594326] ret_from_fork+0x3d/0x60
[239810.594327] ? __pfx_kthread+0x10/0x10
[239810.594328] ret_from_fork_asm+0x1a/0x30
[239810.594330] </TASK>
[239990.609003] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[239990.622193] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14101348
[239990.640130] rcu: (detected by 47, t=52278419 jiffies, g=639685, q=48350 ncpus=256)
[239990.655460] Sending NMI from CPU 47 to CPUs 156:
[239990.655466] NMI backtrace for cpu 156
[239990.655472] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[239990.655474] Tainted: [D]=DIE, [W]=WARN
[239990.655475] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[239990.655476] Workqueue: cgroup_destroy css_free_rwork_fn
[239990.655478] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[239990.655481] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[239990.655482] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[239990.655482] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[239990.655483] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[239990.655483] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[239990.655484] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[239990.655484] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[239990.655485] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[239990.655486] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[239990.655486] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[239990.655487] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[239990.655487] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[239990.655487] PKRU: 55555554
[239990.655488] Call Trace:
[239990.655488] <TASK>
[239990.655489] _raw_spin_lock_irqsave+0x46/0x60
[239990.655491] cgroup_rstat_flush+0xf4/0x7e0
[239990.655492] cgroup_rstat_exit+0x20/0xf0
[239990.655493] css_free_rwork_fn+0x12e/0x400
[239990.655494] process_one_work+0x19e/0x3e0
[239990.655496] worker_thread+0x2ad/0x3c0
[239990.655497] kthread+0x108/0x220
[239990.655498] ? __pfx_worker_thread+0x10/0x10
[239990.655500] ? __pfx_kthread+0x10/0x10
[239990.655501] ret_from_fork+0x3d/0x60
[239990.655502] ? __pfx_kthread+0x10/0x10
[239990.655503] ret_from_fork_asm+0x1a/0x30
[239990.655504] </TASK>
[240170.654244] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[240170.667419] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14115745
[240170.685343] rcu: (detected by 219, t=52323433 jiffies, g=639685, q=48362 ncpus=256)
[240170.700769] Sending NMI from CPU 219 to CPUs 156:
[240170.700773] NMI backtrace for cpu 156
[240170.700779] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[240170.700782] Tainted: [D]=DIE, [W]=WARN
[240170.700782] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[240170.700783] Workqueue: cgroup_destroy css_free_rwork_fn
[240170.700786] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[240170.700789] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[240170.700790] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[240170.700790] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[240170.700791] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[240170.700791] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[240170.700792] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[240170.700792] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[240170.700793] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[240170.700794] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[240170.700794] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[240170.700795] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[240170.700795] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[240170.700795] PKRU: 55555554
[240170.700796] Call Trace:
[240170.700796] <TASK>
[240170.700797] _raw_spin_lock_irqsave+0x46/0x60
[240170.700799] cgroup_rstat_flush+0xf4/0x7e0
[240170.700800] cgroup_rstat_exit+0x20/0xf0
[240170.700801] css_free_rwork_fn+0x12e/0x400
[240170.700802] process_one_work+0x19e/0x3e0
[240170.700803] worker_thread+0x2ad/0x3c0
[240170.700805] kthread+0x108/0x220
[240170.700806] ? __pfx_worker_thread+0x10/0x10
[240170.700807] ? __pfx_kthread+0x10/0x10
[240170.700808] ret_from_fork+0x3d/0x60
[240170.700809] ? __pfx_kthread+0x10/0x10
[240170.700810] ret_from_fork_asm+0x1a/0x30
[240170.700812] </TASK>
[240350.715485] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[240350.728676] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14130610
[240350.746613] rcu: (detected by 158, t=52368449 jiffies, g=639685, q=48379 ncpus=256)
[240350.762042] Sending NMI from CPU 158 to CPUs 156:
[240350.762047] NMI backtrace for cpu 156
[240350.762049] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[240350.762051] Tainted: [D]=DIE, [W]=WARN
[240350.762052] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[240350.762053] Workqueue: cgroup_destroy css_free_rwork_fn
[240350.762055] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[240350.762056] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[240350.762058] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[240350.762058] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[240350.762059] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[240350.762059] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[240350.762059] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[240350.762060] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[240350.762061] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[240350.762061] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[240350.762062] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[240350.762063] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[240350.762063] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[240350.762063] PKRU: 55555554
[240350.762064] Call Trace:
[240350.762064] <TASK>
[240350.762065] _raw_spin_lock_irqsave+0x46/0x60
[240350.762067] cgroup_rstat_flush+0xf4/0x7e0
[240350.762068] cgroup_rstat_exit+0x20/0xf0
[240350.762069] css_free_rwork_fn+0x12e/0x400
[240350.762070] process_one_work+0x19e/0x3e0
[240350.762071] worker_thread+0x2ad/0x3c0
[240350.762073] kthread+0x108/0x220
[240350.762074] ? __pfx_worker_thread+0x10/0x10
[240350.762075] ? __pfx_kthread+0x10/0x10
[240350.762076] ret_from_fork+0x3d/0x60
[240350.762077] ? __pfx_kthread+0x10/0x10
[240350.762078] ret_from_fork_asm+0x1a/0x30
[240350.762080] </TASK>
[240530.776725] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[240530.789900] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14145478
[240530.807826] rcu: (detected by 3, t=52413465 jiffies, g=639685, q=48392 ncpus=256)
[240530.823055] Sending NMI from CPU 3 to CPUs 156:
[240530.823060] NMI backtrace for cpu 156
[240530.823066] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[240530.823068] Tainted: [D]=DIE, [W]=WARN
[240530.823069] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[240530.823069] Workqueue: cgroup_destroy css_free_rwork_fn
[240530.823072] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[240530.823073] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[240530.823074] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[240530.823075] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[240530.823076] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[240530.823076] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[240530.823076] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[240530.823077] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[240530.823078] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[240530.823079] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[240530.823079] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[240530.823080] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[240530.823080] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[240530.823081] PKRU: 55555554
[240530.823081] Call Trace:
[240530.823082] <TASK>
[240530.823083] _raw_spin_lock_irqsave+0x46/0x60
[240530.823084] cgroup_rstat_flush+0xf4/0x7e0
[240530.823085] cgroup_rstat_exit+0x20/0xf0
[240530.823087] css_free_rwork_fn+0x12e/0x400
[240530.823087] process_one_work+0x19e/0x3e0
[240530.823089] worker_thread+0x2ad/0x3c0
[240530.823091] kthread+0x108/0x220
[240530.823092] ? __pfx_worker_thread+0x10/0x10
[240530.823093] ? __pfx_kthread+0x10/0x10
[240530.823094] ret_from_fork+0x3d/0x60
[240530.823095] ? __pfx_kthread+0x10/0x10
[240530.823096] ret_from_fork_asm+0x1a/0x30
[240530.823098] </TASK>
[240710.837968] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[240710.851156] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14160336
[240710.869087] rcu: (detected by 53, t=52458481 jiffies, g=639685, q=48411 ncpus=256)
[240710.884415] Sending NMI from CPU 53 to CPUs 156:
[240710.884419] NMI backtrace for cpu 156
[240710.884425] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[240710.884428] Tainted: [D]=DIE, [W]=WARN
[240710.884429] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[240710.884430] Workqueue: cgroup_destroy css_free_rwork_fn
[240710.884433] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[240710.884435] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[240710.884436] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[240710.884437] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[240710.884438] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[240710.884438] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[240710.884438] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[240710.884439] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[240710.884440] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[240710.884440] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[240710.884441] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[240710.884442] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[240710.884442] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[240710.884442] PKRU: 55555554
[240710.884443] Call Trace:
[240710.884443] <TASK>
[240710.884445] _raw_spin_lock_irqsave+0x46/0x60
[240710.884446] cgroup_rstat_flush+0xf4/0x7e0
[240710.884447] cgroup_rstat_exit+0x20/0xf0
[240710.884448] css_free_rwork_fn+0x12e/0x400
[240710.884449] process_one_work+0x19e/0x3e0
[240710.884451] worker_thread+0x2ad/0x3c0
[240710.884452] kthread+0x108/0x220
[240710.884453] ? __pfx_worker_thread+0x10/0x10
[240710.884455] ? __pfx_kthread+0x10/0x10
[240710.884456] ret_from_fork+0x3d/0x60
[240710.884457] ? __pfx_kthread+0x10/0x10
[240710.884458] ret_from_fork_asm+0x1a/0x30
[240710.884460] </TASK>
[240890.899208] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[240890.912387] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14175190
[240890.930317] rcu: (detected by 158, t=52503497 jiffies, g=639685, q=48432 ncpus=256)
[240890.945742] Sending NMI from CPU 158 to CPUs 156:
[240890.945747] NMI backtrace for cpu 156
[240890.945749] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[240890.945752] Tainted: [D]=DIE, [W]=WARN
[240890.945752] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[240890.945753] Workqueue: cgroup_destroy css_free_rwork_fn
[240890.945755] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[240890.945757] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[240890.945758] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[240890.945758] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[240890.945759] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[240890.945759] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[240890.945760] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[240890.945760] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[240890.945761] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[240890.945761] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[240890.945762] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[240890.945763] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[240890.945763] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[240890.945763] PKRU: 55555554
[240890.945764] Call Trace:
[240890.945764] <TASK>
[240890.945765] _raw_spin_lock_irqsave+0x46/0x60
[240890.945766] cgroup_rstat_flush+0xf4/0x7e0
[240890.945768] cgroup_rstat_exit+0x20/0xf0
[240890.945769] css_free_rwork_fn+0x12e/0x400
[240890.945770] process_one_work+0x19e/0x3e0
[240890.945771] worker_thread+0x2ad/0x3c0
[240890.945773] kthread+0x108/0x220
[240890.945774] ? __pfx_worker_thread+0x10/0x10
[240890.945775] ? __pfx_kthread+0x10/0x10
[240890.945776] ret_from_fork+0x3d/0x60
[240890.945777] ? __pfx_kthread+0x10/0x10
[240890.945778] ret_from_fork_asm+0x1a/0x30
[240890.945780] </TASK>
[241070.960449] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[241070.973631] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14190045
[241070.991553] rcu: (detected by 199, t=52548513 jiffies, g=639685, q=48445 ncpus=256)
[241071.006986] Sending NMI from CPU 199 to CPUs 156:
[241071.006991] NMI backtrace for cpu 156
[241071.006997] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[241071.006999] Tainted: [D]=DIE, [W]=WARN
[241071.006999] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[241071.007001] Workqueue: cgroup_destroy css_free_rwork_fn
[241071.007003] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[241071.007005] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[241071.007006] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[241071.007006] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[241071.007007] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[241071.007007] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[241071.007008] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[241071.007009] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[241071.007010] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[241071.007011] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[241071.007011] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[241071.007012] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[241071.007012] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[241071.007013] PKRU: 55555554
[241071.007013] Call Trace:
[241071.007014] <TASK>
[241071.007015] _raw_spin_lock_irqsave+0x46/0x60
[241071.007016] cgroup_rstat_flush+0xf4/0x7e0
[241071.007017] cgroup_rstat_exit+0x20/0xf0
[241071.007018] css_free_rwork_fn+0x12e/0x400
[241071.007019] process_one_work+0x19e/0x3e0
[241071.007021] worker_thread+0x2ad/0x3c0
[241071.007023] kthread+0x108/0x220
[241071.007023] ? __pfx_worker_thread+0x10/0x10
[241071.007025] ? __pfx_kthread+0x10/0x10
[241071.007026] ret_from_fork+0x3d/0x60
[241071.007027] ? __pfx_kthread+0x10/0x10
[241071.007028] ret_from_fork_asm+0x1a/0x30
[241071.007030] </TASK>
[241251.021692] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[241251.034901] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14204915
[241251.052855] rcu: (detected by 158, t=52593529 jiffies, g=639685, q=48477 ncpus=256)
[241251.068310] Sending NMI from CPU 158 to CPUs 156:
[241251.068314] NMI backtrace for cpu 156
[241251.068317] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[241251.068319] Tainted: [D]=DIE, [W]=WARN
[241251.068320] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[241251.068320] Workqueue: cgroup_destroy css_free_rwork_fn
[241251.068322] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[241251.068324] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[241251.068325] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[241251.068326] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[241251.068326] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[241251.068327] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[241251.068327] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[241251.068328] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[241251.068328] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[241251.068329] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[241251.068329] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[241251.068330] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[241251.068331] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[241251.068331] PKRU: 55555554
[241251.068331] Call Trace:
[241251.068332] <TASK>
[241251.068333] _raw_spin_lock_irqsave+0x46/0x60
[241251.068334] cgroup_rstat_flush+0xf4/0x7e0
[241251.068335] cgroup_rstat_exit+0x20/0xf0
[241251.068337] css_free_rwork_fn+0x12e/0x400
[241251.068337] process_one_work+0x19e/0x3e0
[241251.068339] worker_thread+0x2ad/0x3c0
[241251.068341] kthread+0x108/0x220
[241251.068342] ? __pfx_worker_thread+0x10/0x10
[241251.068343] ? __pfx_kthread+0x10/0x10
[241251.068344] ret_from_fork+0x3d/0x60
[241251.068345] ? __pfx_kthread+0x10/0x10
[241251.068346] ret_from_fork_asm+0x1a/0x30
[241251.068348] </TASK>
[241431.082931] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[241431.096117] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14219767
[241431.114055] rcu: (detected by 66, t=52638545 jiffies, g=639685, q=48502 ncpus=256)
[241431.129388] Sending NMI from CPU 66 to CPUs 156:
[241431.129392] NMI backtrace for cpu 156
[241431.129398] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[241431.129401] Tainted: [D]=DIE, [W]=WARN
[241431.129401] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[241431.129402] Workqueue: cgroup_destroy css_free_rwork_fn
[241431.129405] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[241431.129406] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[241431.129407] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[241431.129408] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[241431.129409] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[241431.129409] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[241431.129410] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[241431.129410] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[241431.129411] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[241431.129412] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[241431.129412] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[241431.129413] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[241431.129413] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[241431.129413] PKRU: 55555554
[241431.129414] Call Trace:
[241431.129414] <TASK>
[241431.129415] _raw_spin_lock_irqsave+0x46/0x60
[241431.129416] cgroup_rstat_flush+0xf4/0x7e0
[241431.129418] cgroup_rstat_exit+0x20/0xf0
[241431.129419] css_free_rwork_fn+0x12e/0x400
[241431.129420] process_one_work+0x19e/0x3e0
[241431.129421] worker_thread+0x2ad/0x3c0
[241431.129423] kthread+0x108/0x220
[241431.129424] ? __pfx_worker_thread+0x10/0x10
[241431.129425] ? __pfx_kthread+0x10/0x10
[241431.129426] ret_from_fork+0x3d/0x60
[241431.129427] ? __pfx_kthread+0x10/0x10
[241431.129428] ret_from_fork_asm+0x1a/0x30
[241431.129430] </TASK>
[241611.144175] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[241611.157359] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14234627
[241611.175287] rcu: (detected by 47, t=52683559 jiffies, g=639685, q=48520 ncpus=256)
[241611.190610] Sending NMI from CPU 47 to CPUs 156:
[241611.190614] NMI backtrace for cpu 156
[241611.190621] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[241611.190624] Tainted: [D]=DIE, [W]=WARN
[241611.190625] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[241611.190625] Workqueue: cgroup_destroy css_free_rwork_fn
[241611.190628] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[241611.190630] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[241611.190632] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[241611.190633] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[241611.190633] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[241611.190633] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[241611.190634] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[241611.190634] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[241611.190635] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[241611.190636] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[241611.190636] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[241611.190637] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[241611.190637] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[241611.190637] PKRU: 55555554
[241611.190638] Call Trace:
[241611.190638] <TASK>
[241611.190640] _raw_spin_lock_irqsave+0x46/0x60
[241611.190641] cgroup_rstat_flush+0xf4/0x7e0
[241611.190642] cgroup_rstat_exit+0x20/0xf0
[241611.190643] css_free_rwork_fn+0x12e/0x400
[241611.190644] process_one_work+0x19e/0x3e0
[241611.190646] worker_thread+0x2ad/0x3c0
[241611.190648] kthread+0x108/0x220
[241611.190648] ? __pfx_worker_thread+0x10/0x10
[241611.190650] ? __pfx_kthread+0x10/0x10
[241611.190651] ret_from_fork+0x3d/0x60
[241611.190652] ? __pfx_kthread+0x10/0x10
[241611.190653] ret_from_fork_asm+0x1a/0x30
[241611.190655] </TASK>
[241791.189415] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[241791.202591] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14249029
[241791.220513] rcu: (detected by 158, t=52728573 jiffies, g=639685, q=48535 ncpus=256)
[241791.235935] Sending NMI from CPU 158 to CPUs 156:
[241791.235940] NMI backtrace for cpu 156
[241791.235943] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[241791.235945] Tainted: [D]=DIE, [W]=WARN
[241791.235945] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[241791.235946] Workqueue: cgroup_destroy css_free_rwork_fn
[241791.235949] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[241791.235950] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[241791.235951] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[241791.235952] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[241791.235953] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[241791.235953] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[241791.235953] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[241791.235954] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[241791.235955] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[241791.235955] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[241791.235956] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[241791.235956] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[241791.235956] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[241791.235957] PKRU: 55555554
[241791.235957] Call Trace:
[241791.235958] <TASK>
[241791.235959] _raw_spin_lock_irqsave+0x46/0x60
[241791.235960] cgroup_rstat_flush+0xf4/0x7e0
[241791.235961] cgroup_rstat_exit+0x20/0xf0
[241791.235962] css_free_rwork_fn+0x12e/0x400
[241791.235963] process_one_work+0x19e/0x3e0
[241791.235965] worker_thread+0x2ad/0x3c0
[241791.235966] kthread+0x108/0x220
[241791.235967] ? __pfx_worker_thread+0x10/0x10
[241791.235969] ? __pfx_kthread+0x10/0x10
[241791.235970] ret_from_fork+0x3d/0x60
[241791.235971] ? __pfx_kthread+0x10/0x10
[241791.235972] ret_from_fork_asm+0x1a/0x30
[241791.235974] </TASK>
[241971.250656] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[241971.263852] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14263888
[241971.281782] rcu: (detected by 172, t=52773589 jiffies, g=639685, q=48553 ncpus=256)
[241971.297219] Sending NMI from CPU 172 to CPUs 156:
[241971.297225] NMI backtrace for cpu 156
[241971.297231] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[241971.297233] Tainted: [D]=DIE, [W]=WARN
[241971.297233] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[241971.297234] Workqueue: cgroup_destroy css_free_rwork_fn
[241971.297236] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[241971.297238] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[241971.297239] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[241971.297239] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[241971.297240] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[241971.297241] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[241971.297241] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[241971.297242] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[241971.297243] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[241971.297244] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[241971.297244] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[241971.297245] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[241971.297245] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[241971.297245] PKRU: 55555554
[241971.297246] Call Trace:
[241971.297246] <TASK>
[241971.297247] _raw_spin_lock_irqsave+0x46/0x60
[241971.297249] cgroup_rstat_flush+0xf4/0x7e0
[241971.297250] cgroup_rstat_exit+0x20/0xf0
[241971.297251] css_free_rwork_fn+0x12e/0x400
[241971.297253] process_one_work+0x19e/0x3e0
[241971.297254] worker_thread+0x2ad/0x3c0
[241971.297256] kthread+0x108/0x220
[241971.297257] ? __pfx_worker_thread+0x10/0x10
[241971.297259] ? __pfx_kthread+0x10/0x10
[241971.297260] ret_from_fork+0x3d/0x60
[241971.297261] ? __pfx_kthread+0x10/0x10
[241971.297262] ret_from_fork_asm+0x1a/0x30
[241971.297263] </TASK>
[242151.311898] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[242151.325101] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14278279
[242151.343039] rcu: (detected by 134, t=52818605 jiffies, g=639685, q=48573 ncpus=256)
[242151.358486] Sending NMI from CPU 134 to CPUs 156:
[242151.358491] NMI backtrace for cpu 156
[242151.358498] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[242151.358501] Tainted: [D]=DIE, [W]=WARN
[242151.358501] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[242151.358502] Workqueue: cgroup_destroy css_free_rwork_fn
[242151.358505] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[242151.358508] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[242151.358509] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[242151.358510] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[242151.358510] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[242151.358510] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[242151.358511] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[242151.358511] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[242151.358512] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[242151.358513] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[242151.358513] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[242151.358514] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[242151.358514] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[242151.358514] PKRU: 55555554
[242151.358515] Call Trace:
[242151.358515] <TASK>
[242151.358516] _raw_spin_lock_irqsave+0x46/0x60
[242151.358518] cgroup_rstat_flush+0xf4/0x7e0
[242151.358519] cgroup_rstat_exit+0x20/0xf0
[242151.358520] css_free_rwork_fn+0x12e/0x400
[242151.358521] process_one_work+0x19e/0x3e0
[242151.358523] worker_thread+0x2ad/0x3c0
[242151.358524] kthread+0x108/0x220
[242151.358525] ? __pfx_worker_thread+0x10/0x10
[242151.358527] ? __pfx_kthread+0x10/0x10
[242151.358528] ret_from_fork+0x3d/0x60
[242151.358529] ? __pfx_kthread+0x10/0x10
[242151.358530] ret_from_fork_asm+0x1a/0x30
[242151.358532] </TASK>
[242331.373139] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[242331.386332] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14293141
[242331.404274] rcu: (detected by 208, t=52863621 jiffies, g=639685, q=48585 ncpus=256)
[242331.419718] Sending NMI from CPU 208 to CPUs 156:
[242331.419723] NMI backtrace for cpu 156
[242331.419729] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[242331.419732] Tainted: [D]=DIE, [W]=WARN
[242331.419732] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[242331.419734] Workqueue: cgroup_destroy css_free_rwork_fn
[242331.419737] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[242331.419739] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[242331.419740] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[242331.419741] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[242331.419742] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[242331.419742] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[242331.419743] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[242331.419743] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[242331.419744] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[242331.419745] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[242331.419745] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[242331.419746] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[242331.419746] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[242331.419746] PKRU: 55555554
[242331.419747] Call Trace:
[242331.419747] <TASK>
[242331.419749] _raw_spin_lock_irqsave+0x46/0x60
[242331.419750] cgroup_rstat_flush+0xf4/0x7e0
[242331.419751] cgroup_rstat_exit+0x20/0xf0
[242331.419752] css_free_rwork_fn+0x12e/0x400
[242331.419753] process_one_work+0x19e/0x3e0
[242331.419755] worker_thread+0x2ad/0x3c0
[242331.419756] kthread+0x108/0x220
[242331.419757] ? __pfx_worker_thread+0x10/0x10
[242331.419759] ? __pfx_kthread+0x10/0x10
[242331.419760] ret_from_fork+0x3d/0x60
[242331.419761] ? __pfx_kthread+0x10/0x10
[242331.419762] ret_from_fork_asm+0x1a/0x30
[242331.419764] </TASK>
[242511.434379] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[242511.447565] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14307996
[242511.465503] rcu: (detected by 71, t=52908637 jiffies, g=639685, q=48608 ncpus=256)
[242511.480830] Sending NMI from CPU 71 to CPUs 156:
[242511.480835] NMI backtrace for cpu 156
[242511.480841] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[242511.480844] Tainted: [D]=DIE, [W]=WARN
[242511.480845] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[242511.480846] Workqueue: cgroup_destroy css_free_rwork_fn
[242511.480849] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[242511.480851] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[242511.480852] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[242511.480853] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[242511.480853] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[242511.480854] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[242511.480854] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[242511.480854] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[242511.480855] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[242511.480856] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[242511.480856] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[242511.480857] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[242511.480857] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[242511.480858] PKRU: 55555554
[242511.480858] Call Trace:
[242511.480859] <TASK>
[242511.480860] _raw_spin_lock_irqsave+0x46/0x60
[242511.480861] cgroup_rstat_flush+0xf4/0x7e0
[242511.480862] cgroup_rstat_exit+0x20/0xf0
[242511.480863] css_free_rwork_fn+0x12e/0x400
[242511.480864] process_one_work+0x19e/0x3e0
[242511.480866] worker_thread+0x2ad/0x3c0
[242511.480867] kthread+0x108/0x220
[242511.480868] ? __pfx_worker_thread+0x10/0x10
[242511.480870] ? __pfx_kthread+0x10/0x10
[242511.480871] ret_from_fork+0x3d/0x60
[242511.480872] ? __pfx_kthread+0x10/0x10
[242511.480873] ret_from_fork_asm+0x1a/0x30
[242511.480875] </TASK>
[242691.495621] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[242691.508806] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14322864
[242691.526736] rcu: (detected by 159, t=52953653 jiffies, g=639685, q=48622 ncpus=256)
[242691.542164] Sending NMI from CPU 159 to CPUs 156:
[242691.542168] NMI backtrace for cpu 156
[242691.542171] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[242691.542172] Tainted: [D]=DIE, [W]=WARN
[242691.542173] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[242691.542174] Workqueue: cgroup_destroy css_free_rwork_fn
[242691.542176] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[242691.542178] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[242691.542179] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[242691.542179] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[242691.542180] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[242691.542180] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[242691.542181] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[242691.542181] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[242691.542182] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[242691.542183] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[242691.542183] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[242691.542184] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[242691.542184] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[242691.542184] PKRU: 55555554
[242691.542185] Call Trace:
[242691.542185] <TASK>
[242691.542186] _raw_spin_lock_irqsave+0x46/0x60
[242691.542187] cgroup_rstat_flush+0xf4/0x7e0
[242691.542189] cgroup_rstat_exit+0x20/0xf0
[242691.542190] css_free_rwork_fn+0x12e/0x400
[242691.542191] process_one_work+0x19e/0x3e0
[242691.542192] worker_thread+0x2ad/0x3c0
[242691.542194] kthread+0x108/0x220
[242691.542195] ? __pfx_worker_thread+0x10/0x10
[242691.542196] ? __pfx_kthread+0x10/0x10
[242691.542197] ret_from_fork+0x3d/0x60
[242691.542198] ? __pfx_kthread+0x10/0x10
[242691.542199] ret_from_fork_asm+0x1a/0x30
[242691.542201] </TASK>
[242871.556863] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[242871.570060] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14337720
[242871.588000] rcu: (detected by 47, t=52998667 jiffies, g=639685, q=48643 ncpus=256)
[242871.603329] Sending NMI from CPU 47 to CPUs 156:
[242871.603334] NMI backtrace for cpu 156
[242871.603339] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[242871.603341] Tainted: [D]=DIE, [W]=WARN
[242871.603342] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[242871.603343] Workqueue: cgroup_destroy css_free_rwork_fn
[242871.603345] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[242871.603347] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[242871.603348] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[242871.603349] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[242871.603349] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[242871.603350] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[242871.603350] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[242871.603351] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[242871.603352] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[242871.603353] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[242871.603353] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[242871.603354] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[242871.603354] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[242871.603355] PKRU: 55555554
[242871.603355] Call Trace:
[242871.603356] <TASK>
[242871.603357] _raw_spin_lock_irqsave+0x46/0x60
[242871.603358] cgroup_rstat_flush+0xf4/0x7e0
[242871.603359] cgroup_rstat_exit+0x20/0xf0
[242871.603360] css_free_rwork_fn+0x12e/0x400
[242871.603361] process_one_work+0x19e/0x3e0
[242871.603363] worker_thread+0x2ad/0x3c0
[242871.603365] kthread+0x108/0x220
[242871.603365] ? __pfx_worker_thread+0x10/0x10
[242871.603367] ? __pfx_kthread+0x10/0x10
[242871.603368] ret_from_fork+0x3d/0x60
[242871.603369] ? __pfx_kthread+0x10/0x10
[242871.603370] ret_from_fork_asm+0x1a/0x30
[242871.603372] </TASK>
[243051.602103] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[243051.615290] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14352104
[243051.633224] rcu: (detected by 219, t=53043681 jiffies, g=639685, q=48668 ncpus=256)
[243051.648659] Sending NMI from CPU 219 to CPUs 156:
[243051.648664] NMI backtrace for cpu 156
[243051.648670] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[243051.648672] Tainted: [D]=DIE, [W]=WARN
[243051.648673] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[243051.648674] Workqueue: cgroup_destroy css_free_rwork_fn
[243051.648677] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[243051.648679] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[243051.648680] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[243051.648681] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[243051.648681] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[243051.648682] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[243051.648682] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[243051.648683] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[243051.648683] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[243051.648684] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[243051.648684] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[243051.648685] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[243051.648685] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[243051.648686] PKRU: 55555554
[243051.648686] Call Trace:
[243051.648687] <TASK>
[243051.648688] _raw_spin_lock_irqsave+0x46/0x60
[243051.648689] cgroup_rstat_flush+0xf4/0x7e0
[243051.648691] cgroup_rstat_exit+0x20/0xf0
[243051.648692] css_free_rwork_fn+0x12e/0x400
[243051.648692] process_one_work+0x19e/0x3e0
[243051.648694] worker_thread+0x2ad/0x3c0
[243051.648696] kthread+0x108/0x220
[243051.648697] ? __pfx_worker_thread+0x10/0x10
[243051.648698] ? __pfx_kthread+0x10/0x10
[243051.648699] ret_from_fork+0x3d/0x60
[243051.648700] ? __pfx_kthread+0x10/0x10
[243051.648701] ret_from_fork_asm+0x1a/0x30
[243051.648703] </TASK>
[243231.663345] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[243231.676527] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14366972
[243231.694462] rcu: (detected by 70, t=53088697 jiffies, g=639685, q=48688 ncpus=256)
[243231.709795] Sending NMI from CPU 70 to CPUs 156:
[243231.709800] NMI backtrace for cpu 156
[243231.709806] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[243231.709809] Tainted: [D]=DIE, [W]=WARN
[243231.709809] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[243231.709810] Workqueue: cgroup_destroy css_free_rwork_fn
[243231.709813] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[243231.709815] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[243231.709816] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[243231.709817] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[243231.709818] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[243231.709818] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[243231.709818] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[243231.709819] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[243231.709820] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[243231.709820] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[243231.709821] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[243231.709821] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[243231.709822] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[243231.709822] PKRU: 55555554
[243231.709822] Call Trace:
[243231.709823] <TASK>
[243231.709824] _raw_spin_lock_irqsave+0x46/0x60
[243231.709825] cgroup_rstat_flush+0xf4/0x7e0
[243231.709827] cgroup_rstat_exit+0x20/0xf0
[243231.709828] css_free_rwork_fn+0x12e/0x400
[243231.709829] process_one_work+0x19e/0x3e0
[243231.709830] worker_thread+0x2ad/0x3c0
[243231.709832] kthread+0x108/0x220
[243231.709833] ? __pfx_worker_thread+0x10/0x10
[243231.709834] ? __pfx_kthread+0x10/0x10
[243231.709835] ret_from_fork+0x3d/0x60
[243231.709836] ? __pfx_kthread+0x10/0x10
[243231.709837] ret_from_fork_asm+0x1a/0x30
[243231.709839] </TASK>
[243411.724585] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[243411.737766] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14381840
[243411.755703] rcu: (detected by 199, t=53133713 jiffies, g=639685, q=48703 ncpus=256)
[243411.771137] Sending NMI from CPU 199 to CPUs 156:
[243411.771141] NMI backtrace for cpu 156
[243411.771147] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[243411.771149] Tainted: [D]=DIE, [W]=WARN
[243411.771150] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[243411.771151] Workqueue: cgroup_destroy css_free_rwork_fn
[243411.771154] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[243411.771156] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[243411.771157] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[243411.771158] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[243411.771159] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[243411.771159] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[243411.771159] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[243411.771160] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[243411.771161] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[243411.771161] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[243411.771162] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[243411.771162] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[243411.771163] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[243411.771163] PKRU: 55555554
[243411.771163] Call Trace:
[243411.771164] <TASK>
[243411.771165] _raw_spin_lock_irqsave+0x46/0x60
[243411.771167] cgroup_rstat_flush+0xf4/0x7e0
[243411.771168] cgroup_rstat_exit+0x20/0xf0
[243411.771169] css_free_rwork_fn+0x12e/0x400
[243411.771170] process_one_work+0x19e/0x3e0
[243411.771171] worker_thread+0x2ad/0x3c0
[243411.771173] kthread+0x108/0x220
[243411.771174] ? __pfx_worker_thread+0x10/0x10
[243411.771175] ? __pfx_kthread+0x10/0x10
[243411.771177] ret_from_fork+0x3d/0x60
[243411.771178] ? __pfx_kthread+0x10/0x10
[243411.771178] ret_from_fork_asm+0x1a/0x30
[243411.771181] </TASK>
[243591.785827] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[243591.799017] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14396698
[243591.816951] rcu: (detected by 134, t=53178729 jiffies, g=639685, q=48721 ncpus=256)
[243591.832386] Sending NMI from CPU 134 to CPUs 156:
[243591.832390] NMI backtrace for cpu 156
[243591.832396] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[243591.832400] Tainted: [D]=DIE, [W]=WARN
[243591.832400] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[243591.832401] Workqueue: cgroup_destroy css_free_rwork_fn
[243591.832404] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[243591.832406] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[243591.832407] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[243591.832407] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[243591.832408] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[243591.832409] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[243591.832409] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[243591.832409] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[243591.832410] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[243591.832411] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[243591.832411] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[243591.832412] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[243591.832412] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[243591.832412] PKRU: 55555554
[243591.832413] Call Trace:
[243591.832413] <TASK>
[243591.832415] _raw_spin_lock_irqsave+0x46/0x60
[243591.832416] cgroup_rstat_flush+0xf4/0x7e0
[243591.832417] cgroup_rstat_exit+0x20/0xf0
[243591.832418] css_free_rwork_fn+0x12e/0x400
[243591.832419] process_one_work+0x19e/0x3e0
[243591.832421] worker_thread+0x2ad/0x3c0
[243591.832422] kthread+0x108/0x220
[243591.832423] ? __pfx_worker_thread+0x10/0x10
[243591.832425] ? __pfx_kthread+0x10/0x10
[243591.832426] ret_from_fork+0x3d/0x60
[243591.832427] ? __pfx_kthread+0x10/0x10
[243591.832428] ret_from_fork_asm+0x1a/0x30
[243591.832430] </TASK>
[243771.847069] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[243771.860262] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14411551
[243771.878195] rcu: (detected by 159, t=53223745 jiffies, g=639685, q=48737 ncpus=256)
[243771.893630] Sending NMI from CPU 159 to CPUs 156:
[243771.893634] NMI backtrace for cpu 156
[243771.893637] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[243771.893638] Tainted: [D]=DIE, [W]=WARN
[243771.893639] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[243771.893640] Workqueue: cgroup_destroy css_free_rwork_fn
[243771.893642] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[243771.893644] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[243771.893645] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[243771.893645] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[243771.893646] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[243771.893646] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[243771.893647] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[243771.893647] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[243771.893648] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[243771.893649] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[243771.893649] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[243771.893650] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[243771.893650] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[243771.893650] PKRU: 55555554
[243771.893651] Call Trace:
[243771.893651] <TASK>
[243771.893652] _raw_spin_lock_irqsave+0x46/0x60
[243771.893653] cgroup_rstat_flush+0xf4/0x7e0
[243771.893655] cgroup_rstat_exit+0x20/0xf0
[243771.893656] css_free_rwork_fn+0x12e/0x400
[243771.893657] process_one_work+0x19e/0x3e0
[243771.893658] worker_thread+0x2ad/0x3c0
[243771.893660] kthread+0x108/0x220
[243771.893661] ? __pfx_worker_thread+0x10/0x10
[243771.893662] ? __pfx_kthread+0x10/0x10
[243771.893663] ret_from_fork+0x3d/0x60
[243771.893664] ? __pfx_kthread+0x10/0x10
[243771.893665] ret_from_fork_asm+0x1a/0x30
[243771.893667] </TASK>
[243951.908310] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[243951.921504] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14426405
[243951.939443] rcu: (detected by 158, t=53268761 jiffies, g=639685, q=48756 ncpus=256)
[243951.954884] Sending NMI from CPU 158 to CPUs 156:
[243951.954888] NMI backtrace for cpu 156
[243951.954890] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[243951.954892] Tainted: [D]=DIE, [W]=WARN
[243951.954892] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[243951.954894] Workqueue: cgroup_destroy css_free_rwork_fn
[243951.954896] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[243951.954897] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[243951.954898] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[243951.954899] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[243951.954899] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[243951.954899] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[243951.954900] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[243951.954900] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[243951.954901] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[243951.954901] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[243951.954902] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[243951.954902] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[243951.954903] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[243951.954903] PKRU: 55555554
[243951.954903] Call Trace:
[243951.954904] <TASK>
[243951.954905] _raw_spin_lock_irqsave+0x46/0x60
[243951.954906] cgroup_rstat_flush+0xf4/0x7e0
[243951.954908] cgroup_rstat_exit+0x20/0xf0
[243951.954909] css_free_rwork_fn+0x12e/0x400
[243951.954910] process_one_work+0x19e/0x3e0
[243951.954911] worker_thread+0x2ad/0x3c0
[243951.954913] kthread+0x108/0x220
[243951.954914] ? __pfx_worker_thread+0x10/0x10
[243951.954915] ? __pfx_kthread+0x10/0x10
[243951.954916] ret_from_fork+0x3d/0x60
[243951.954917] ? __pfx_kthread+0x10/0x10
[243951.954918] ret_from_fork_asm+0x1a/0x30
[243951.954920] </TASK>
[244131.969551] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[244131.982749] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14441263
[244132.000691] rcu: (detected by 91, t=53313777 jiffies, g=639685, q=48774 ncpus=256)
[244132.016036] Sending NMI from CPU 91 to CPUs 156:
[244132.016042] NMI backtrace for cpu 156
[244132.016048] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[244132.016051] Tainted: [D]=DIE, [W]=WARN
[244132.016051] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[244132.016052] Workqueue: cgroup_destroy css_free_rwork_fn
[244132.016054] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[244132.016056] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[244132.016057] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[244132.016058] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[244132.016058] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[244132.016059] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[244132.016059] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[244132.016060] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[244132.016061] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[244132.016062] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[244132.016062] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[244132.016063] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[244132.016063] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[244132.016064] PKRU: 55555554
[244132.016064] Call Trace:
[244132.016065] <TASK>
[244132.016066] _raw_spin_lock_irqsave+0x46/0x60
[244132.016067] cgroup_rstat_flush+0xf4/0x7e0
[244132.016069] cgroup_rstat_exit+0x20/0xf0
[244132.016070] css_free_rwork_fn+0x12e/0x400
[244132.016071] process_one_work+0x19e/0x3e0
[244132.016072] worker_thread+0x2ad/0x3c0
[244132.016074] kthread+0x108/0x220
[244132.016075] ? __pfx_worker_thread+0x10/0x10
[244132.016076] ? __pfx_kthread+0x10/0x10
[244132.016077] ret_from_fork+0x3d/0x60
[244132.016078] ? __pfx_kthread+0x10/0x10
[244132.016079] ret_from_fork_asm+0x1a/0x30
[244132.016081] </TASK>
[244312.030792] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[244312.043981] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14456128
[244312.061916] rcu: (detected by 172, t=53358793 jiffies, g=639685, q=48787 ncpus=256)
[244312.077348] Sending NMI from CPU 172 to CPUs 156:
[244312.077354] NMI backtrace for cpu 156
[244312.077359] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[244312.077362] Tainted: [D]=DIE, [W]=WARN
[244312.077363] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[244312.077364] Workqueue: cgroup_destroy css_free_rwork_fn
[244312.077367] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[244312.077369] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[244312.077370] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[244312.077371] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[244312.077372] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[244312.077372] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[244312.077372] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[244312.077373] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[244312.077374] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[244312.077374] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[244312.077374] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[244312.077375] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[244312.077376] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[244312.077376] PKRU: 55555554
[244312.077376] Call Trace:
[244312.077377] <TASK>
[244312.077378] _raw_spin_lock_irqsave+0x46/0x60
[244312.077379] cgroup_rstat_flush+0xf4/0x7e0
[244312.077381] cgroup_rstat_exit+0x20/0xf0
[244312.077382] css_free_rwork_fn+0x12e/0x400
[244312.077383] process_one_work+0x19e/0x3e0
[244312.077384] worker_thread+0x2ad/0x3c0
[244312.077386] kthread+0x108/0x220
[244312.077387] ? __pfx_worker_thread+0x10/0x10
[244312.077388] ? __pfx_kthread+0x10/0x10
[244312.077389] ret_from_fork+0x3d/0x60
[244312.077390] ? __pfx_kthread+0x10/0x10
[244312.077391] ret_from_fork_asm+0x1a/0x30
[244312.077393] </TASK>
[244492.092033] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[244492.105220] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14470547
[244492.123157] rcu: (detected by 91, t=53403809 jiffies, g=639685, q=48803 ncpus=256)
[244492.138490] Sending NMI from CPU 91 to CPUs 156:
[244492.138494] NMI backtrace for cpu 156
[244492.138500] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[244492.138503] Tainted: [D]=DIE, [W]=WARN
[244492.138504] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[244492.138505] Workqueue: cgroup_destroy css_free_rwork_fn
[244492.138508] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[244492.138510] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[244492.138511] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[244492.138512] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[244492.138513] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[244492.138513] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[244492.138514] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[244492.138514] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[244492.138515] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[244492.138516] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[244492.138516] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[244492.138517] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[244492.138517] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[244492.138518] PKRU: 55555554
[244492.138518] Call Trace:
[244492.138519] <TASK>
[244492.138520] _raw_spin_lock_irqsave+0x46/0x60
[244492.138521] cgroup_rstat_flush+0xf4/0x7e0
[244492.138523] cgroup_rstat_exit+0x20/0xf0
[244492.138524] css_free_rwork_fn+0x12e/0x400
[244492.138524] process_one_work+0x19e/0x3e0
[244492.138526] worker_thread+0x2ad/0x3c0
[244492.138528] kthread+0x108/0x220
[244492.138529] ? __pfx_worker_thread+0x10/0x10
[244492.138530] ? __pfx_kthread+0x10/0x10
[244492.138531] ret_from_fork+0x3d/0x60
[244492.138532] ? __pfx_kthread+0x10/0x10
[244492.138533] ret_from_fork_asm+0x1a/0x30
[244492.138535] </TASK>
[244672.153275] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[244672.166451] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14485405
[244672.184377] rcu: (detected by 208, t=53448825 jiffies, g=639685, q=48816 ncpus=256)
[244672.199806] Sending NMI from CPU 208 to CPUs 156:
[244672.199811] NMI backtrace for cpu 156
[244672.199817] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[244672.199820] Tainted: [D]=DIE, [W]=WARN
[244672.199821] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[244672.199822] Workqueue: cgroup_destroy css_free_rwork_fn
[244672.199824] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[244672.199826] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[244672.199828] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[244672.199828] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[244672.199829] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[244672.199829] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[244672.199829] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[244672.199830] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[244672.199831] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[244672.199831] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[244672.199832] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[244672.199832] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[244672.199833] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[244672.199833] PKRU: 55555554
[244672.199833] Call Trace:
[244672.199834] <TASK>
[244672.199835] _raw_spin_lock_irqsave+0x46/0x60
[244672.199836] cgroup_rstat_flush+0xf4/0x7e0
[244672.199837] cgroup_rstat_exit+0x20/0xf0
[244672.199839] css_free_rwork_fn+0x12e/0x400
[244672.199839] process_one_work+0x19e/0x3e0
[244672.199841] worker_thread+0x2ad/0x3c0
[244672.199843] kthread+0x108/0x220
[244672.199844] ? __pfx_worker_thread+0x10/0x10
[244672.199845] ? __pfx_kthread+0x10/0x10
[244672.199846] ret_from_fork+0x3d/0x60
[244672.199847] ? __pfx_kthread+0x10/0x10
[244672.199848] ret_from_fork_asm+0x1a/0x30
[244672.199850] </TASK>
[244852.214515] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[244852.227707] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14500264
[244852.245641] rcu: (detected by 175, t=53493841 jiffies, g=639685, q=48836 ncpus=256)
[244852.261076] Sending NMI from CPU 175 to CPUs 156:
[244852.261081] NMI backtrace for cpu 156
[244852.261088] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[244852.261090] Tainted: [D]=DIE, [W]=WARN
[244852.261091] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[244852.261092] Workqueue: cgroup_destroy css_free_rwork_fn
[244852.261095] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[244852.261097] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[244852.261098] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[244852.261098] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[244852.261099] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[244852.261099] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[244852.261100] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[244852.261100] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[244852.261101] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[244852.261102] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[244852.261102] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[244852.261103] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[244852.261103] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[244852.261103] PKRU: 55555554
[244852.261104] Call Trace:
[244852.261104] <TASK>
[244852.261105] _raw_spin_lock_irqsave+0x46/0x60
[244852.261107] cgroup_rstat_flush+0xf4/0x7e0
[244852.261108] cgroup_rstat_exit+0x20/0xf0
[244852.261109] css_free_rwork_fn+0x12e/0x400
[244852.261110] process_one_work+0x19e/0x3e0
[244852.261111] worker_thread+0x2ad/0x3c0
[244852.261113] kthread+0x108/0x220
[244852.261114] ? __pfx_worker_thread+0x10/0x10
[244852.261115] ? __pfx_kthread+0x10/0x10
[244852.261116] ret_from_fork+0x3d/0x60
[244852.261117] ? __pfx_kthread+0x10/0x10
[244852.261118] ret_from_fork_asm+0x1a/0x30
[244852.261120] </TASK>
[245032.275757] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[245032.288953] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14514664
[245032.306890] rcu: (detected by 52, t=53538857 jiffies, g=639685, q=48849 ncpus=256)
[245032.322225] Sending NMI from CPU 52 to CPUs 156:
[245032.322229] NMI backtrace for cpu 156
[245032.322236] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[245032.322239] Tainted: [D]=DIE, [W]=WARN
[245032.322239] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[245032.322240] Workqueue: cgroup_destroy css_free_rwork_fn
[245032.322243] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[245032.322245] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[245032.322246] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[245032.322247] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[245032.322248] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[245032.322248] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[245032.322248] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[245032.322249] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[245032.322250] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[245032.322251] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[245032.322251] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[245032.322252] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[245032.322252] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[245032.322252] PKRU: 55555554
[245032.322253] Call Trace:
[245032.322253] <TASK>
[245032.322254] _raw_spin_lock_irqsave+0x46/0x60
[245032.322256] cgroup_rstat_flush+0xf4/0x7e0
[245032.322257] cgroup_rstat_exit+0x20/0xf0
[245032.322258] css_free_rwork_fn+0x12e/0x400
[245032.322259] process_one_work+0x19e/0x3e0
[245032.322261] worker_thread+0x2ad/0x3c0
[245032.322262] kthread+0x108/0x220
[245032.322263] ? __pfx_worker_thread+0x10/0x10
[245032.322264] ? __pfx_kthread+0x10/0x10
[245032.322265] ret_from_fork+0x3d/0x60
[245032.322267] ? __pfx_kthread+0x10/0x10
[245032.322267] ret_from_fork_asm+0x1a/0x30
[245032.322269] </TASK>
[245212.336997] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[245212.350186] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14529510
[245212.368116] rcu: (detected by 172, t=53583873 jiffies, g=639685, q=48865 ncpus=256)
[245212.383545] Sending NMI from CPU 172 to CPUs 156:
[245212.383550] NMI backtrace for cpu 156
[245212.383556] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[245212.383559] Tainted: [D]=DIE, [W]=WARN
[245212.383559] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[245212.383560] Workqueue: cgroup_destroy css_free_rwork_fn
[245212.383564] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[245212.383566] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[245212.383567] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[245212.383568] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[245212.383569] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[245212.383569] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[245212.383569] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[245212.383570] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[245212.383571] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[245212.383571] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[245212.383572] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[245212.383572] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[245212.383573] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[245212.383573] PKRU: 55555554
[245212.383573] Call Trace:
[245212.383574] <TASK>
[245212.383575] _raw_spin_lock_irqsave+0x46/0x60
[245212.383577] cgroup_rstat_flush+0xf4/0x7e0
[245212.383578] cgroup_rstat_exit+0x20/0xf0
[245212.383579] css_free_rwork_fn+0x12e/0x400
[245212.383580] process_one_work+0x19e/0x3e0
[245212.383582] worker_thread+0x2ad/0x3c0
[245212.383583] kthread+0x108/0x220
[245212.383584] ? __pfx_worker_thread+0x10/0x10
[245212.383585] ? __pfx_kthread+0x10/0x10
[245212.383586] ret_from_fork+0x3d/0x60
[245212.383588] ? __pfx_kthread+0x10/0x10
[245212.383588] ret_from_fork_asm+0x1a/0x30
[245212.383590] </TASK>
[245392.398239] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[245392.411419] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14543902
[245392.429350] rcu: (detected by 208, t=53628889 jiffies, g=639685, q=48879 ncpus=256)
[245392.444774] Sending NMI from CPU 208 to CPUs 156:
[245392.444779] NMI backtrace for cpu 156
[245392.444785] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[245392.444788] Tainted: [D]=DIE, [W]=WARN
[245392.444788] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[245392.444789] Workqueue: cgroup_destroy css_free_rwork_fn
[245392.444792] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[245392.444795] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[245392.444796] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[245392.444797] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[245392.444797] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[245392.444798] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[245392.444798] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[245392.444799] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[245392.444800] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[245392.444800] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[245392.444800] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[245392.444801] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[245392.444802] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[245392.444802] PKRU: 55555554
[245392.444802] Call Trace:
[245392.444803] <TASK>
[245392.444804] _raw_spin_lock_irqsave+0x46/0x60
[245392.444805] cgroup_rstat_flush+0xf4/0x7e0
[245392.444807] cgroup_rstat_exit+0x20/0xf0
[245392.444808] css_free_rwork_fn+0x12e/0x400
[245392.444809] process_one_work+0x19e/0x3e0
[245392.444810] worker_thread+0x2ad/0x3c0
[245392.444812] kthread+0x108/0x220
[245392.444813] ? __pfx_worker_thread+0x10/0x10
[245392.444814] ? __pfx_kthread+0x10/0x10
[245392.444815] ret_from_fork+0x3d/0x60
[245392.444816] ? __pfx_kthread+0x10/0x10
[245392.444817] ret_from_fork_asm+0x1a/0x30
[245392.444819] </TASK>
[245572.459480] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[245572.472670] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14558759
[245572.490605] rcu: (detected by 219, t=53673905 jiffies, g=639685, q=48892 ncpus=256)
[245572.506041] Sending NMI from CPU 219 to CPUs 156:
[245572.506046] NMI backtrace for cpu 156
[245572.506052] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[245572.506055] Tainted: [D]=DIE, [W]=WARN
[245572.506056] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[245572.506056] Workqueue: cgroup_destroy css_free_rwork_fn
[245572.506059] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[245572.506061] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[245572.506062] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[245572.506063] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[245572.506064] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[245572.506064] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[245572.506064] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[245572.506065] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[245572.506066] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[245572.506067] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[245572.506067] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[245572.506068] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[245572.506068] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[245572.506068] PKRU: 55555554
[245572.506069] Call Trace:
[245572.506069] <TASK>
[245572.506070] _raw_spin_lock_irqsave+0x46/0x60
[245572.506072] cgroup_rstat_flush+0xf4/0x7e0
[245572.506073] cgroup_rstat_exit+0x20/0xf0
[245572.506074] css_free_rwork_fn+0x12e/0x400
[245572.506075] process_one_work+0x19e/0x3e0
[245572.506077] worker_thread+0x2ad/0x3c0
[245572.506078] kthread+0x108/0x220
[245572.506079] ? __pfx_worker_thread+0x10/0x10
[245572.506081] ? __pfx_kthread+0x10/0x10
[245572.506082] ret_from_fork+0x3d/0x60
[245572.506083] ? __pfx_kthread+0x10/0x10
[245572.506084] ret_from_fork_asm+0x1a/0x30
[245572.506085] </TASK>
[245752.520721] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[245752.533910] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14573623
[245752.551843] rcu: (detected by 151, t=53718921 jiffies, g=639685, q=48909 ncpus=256)
[245752.567275] Sending NMI from CPU 151 to CPUs 156:
[245752.567280] NMI backtrace for cpu 156
[245752.567286] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[245752.567290] Tainted: [D]=DIE, [W]=WARN
[245752.567290] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[245752.567291] Workqueue: cgroup_destroy css_free_rwork_fn
[245752.567294] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[245752.567296] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[245752.567297] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[245752.567298] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[245752.567298] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[245752.567299] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[245752.567299] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[245752.567300] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[245752.567301] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[245752.567301] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[245752.567301] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[245752.567302] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[245752.567303] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[245752.567303] PKRU: 55555554
[245752.567303] Call Trace:
[245752.567304] <TASK>
[245752.567305] _raw_spin_lock_irqsave+0x46/0x60
[245752.567306] cgroup_rstat_flush+0xf4/0x7e0
[245752.567308] cgroup_rstat_exit+0x20/0xf0
[245752.567309] css_free_rwork_fn+0x12e/0x400
[245752.567310] process_one_work+0x19e/0x3e0
[245752.567311] worker_thread+0x2ad/0x3c0
[245752.567313] kthread+0x108/0x220
[245752.567314] ? __pfx_worker_thread+0x10/0x10
[245752.567315] ? __pfx_kthread+0x10/0x10
[245752.567316] ret_from_fork+0x3d/0x60
[245752.567317] ? __pfx_kthread+0x10/0x10
[245752.567318] ret_from_fork_asm+0x1a/0x30
[245752.567320] </TASK>
[245932.581963] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[245932.595152] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14588479
[245932.613090] rcu: (detected by 91, t=53763937 jiffies, g=639685, q=48928 ncpus=256)
[245932.628425] Sending NMI from CPU 91 to CPUs 156:
[245932.628429] NMI backtrace for cpu 156
[245932.628435] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[245932.628438] Tainted: [D]=DIE, [W]=WARN
[245932.628439] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[245932.628440] Workqueue: cgroup_destroy css_free_rwork_fn
[245932.628443] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[245932.628445] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[245932.628446] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[245932.628447] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[245932.628448] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[245932.628448] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[245932.628449] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[245932.628449] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[245932.628450] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[245932.628450] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[245932.628451] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[245932.628452] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[245932.628452] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[245932.628453] PKRU: 55555554
[245932.628453] Call Trace:
[245932.628454] <TASK>
[245932.628455] _raw_spin_lock_irqsave+0x46/0x60
[245932.628456] cgroup_rstat_flush+0xf4/0x7e0
[245932.628457] cgroup_rstat_exit+0x20/0xf0
[245932.628459] css_free_rwork_fn+0x12e/0x400
[245932.628459] process_one_work+0x19e/0x3e0
[245932.628461] worker_thread+0x2ad/0x3c0
[245932.628463] kthread+0x108/0x220
[245932.628463] ? __pfx_worker_thread+0x10/0x10
[245932.628465] ? __pfx_kthread+0x10/0x10
[245932.628466] ret_from_fork+0x3d/0x60
[245932.628467] ? __pfx_kthread+0x10/0x10
[245932.628468] ret_from_fork_asm+0x1a/0x30
[245932.628470] </TASK>
[246112.643210] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[246112.656402] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14603335
[246112.674336] rcu: (detected by 47, t=53808953 jiffies, g=639685, q=48942 ncpus=256)
[246112.689667] Sending NMI from CPU 47 to CPUs 156:
[246112.689674] NMI backtrace for cpu 156
[246112.689680] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[246112.689683] Tainted: [D]=DIE, [W]=WARN
[246112.689684] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[246112.689685] Workqueue: cgroup_destroy css_free_rwork_fn
[246112.689687] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[246112.689689] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[246112.689691] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[246112.689691] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[246112.689692] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[246112.689692] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[246112.689692] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[246112.689693] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[246112.689694] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[246112.689694] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[246112.689695] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[246112.689695] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[246112.689696] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[246112.689696] PKRU: 55555554
[246112.689696] Call Trace:
[246112.689697] <TASK>
[246112.689698] _raw_spin_lock_irqsave+0x46/0x60
[246112.689700] cgroup_rstat_flush+0xf4/0x7e0
[246112.689701] cgroup_rstat_exit+0x20/0xf0
[246112.689702] css_free_rwork_fn+0x12e/0x400
[246112.689703] process_one_work+0x19e/0x3e0
[246112.689704] worker_thread+0x2ad/0x3c0
[246112.689706] kthread+0x108/0x220
[246112.689707] ? __pfx_worker_thread+0x10/0x10
[246112.689708] ? __pfx_kthread+0x10/0x10
[246112.689709] ret_from_fork+0x3d/0x60
[246112.689710] ? __pfx_kthread+0x10/0x10
[246112.689711] ret_from_fork_asm+0x1a/0x30
[246112.689713] </TASK>
[246292.688444] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[246292.701620] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14617727
[246292.719553] rcu: (detected by 172, t=53853965 jiffies, g=639685, q=48962 ncpus=256)
[246292.734987] Sending NMI from CPU 172 to CPUs 156:
[246292.734992] NMI backtrace for cpu 156
[246292.734998] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[246292.735000] Tainted: [D]=DIE, [W]=WARN
[246292.735001] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[246292.735002] Workqueue: cgroup_destroy css_free_rwork_fn
[246292.735005] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[246292.735007] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[246292.735008] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[246292.735008] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[246292.735009] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[246292.735010] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[246292.735010] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[246292.735011] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[246292.735011] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[246292.735012] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[246292.735012] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[246292.735013] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[246292.735013] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[246292.735014] PKRU: 55555554
[246292.735014] Call Trace:
[246292.735015] <TASK>
[246292.735016] _raw_spin_lock_irqsave+0x46/0x60
[246292.735017] cgroup_rstat_flush+0xf4/0x7e0
[246292.735018] cgroup_rstat_exit+0x20/0xf0
[246292.735020] css_free_rwork_fn+0x12e/0x400
[246292.735020] process_one_work+0x19e/0x3e0
[246292.735022] worker_thread+0x2ad/0x3c0
[246292.735024] kthread+0x108/0x220
[246292.735024] ? __pfx_worker_thread+0x10/0x10
[246292.735026] ? __pfx_kthread+0x10/0x10
[246292.735027] ret_from_fork+0x3d/0x60
[246292.735028] ? __pfx_kthread+0x10/0x10
[246292.735029] ret_from_fork_asm+0x1a/0x30
[246292.735031] </TASK>
[246472.749686] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[246472.762871] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14632142
[246472.780802] rcu: (detected by 38, t=53898981 jiffies, g=639685, q=48979 ncpus=256)
[246472.796125] Sending NMI from CPU 38 to CPUs 156:
[246472.796129] NMI backtrace for cpu 156
[246472.796135] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[246472.796138] Tainted: [D]=DIE, [W]=WARN
[246472.796139] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[246472.796140] Workqueue: cgroup_destroy css_free_rwork_fn
[246472.796143] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[246472.796145] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[246472.796146] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[246472.796146] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[246472.796147] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[246472.796147] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[246472.796147] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[246472.796148] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[246472.796148] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[246472.796149] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[246472.796149] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[246472.796150] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[246472.796150] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[246472.796151] PKRU: 55555554
[246472.796151] Call Trace:
[246472.796152] <TASK>
[246472.796153] _raw_spin_lock_irqsave+0x46/0x60
[246472.796154] cgroup_rstat_flush+0xf4/0x7e0
[246472.796155] cgroup_rstat_exit+0x20/0xf0
[246472.796156] css_free_rwork_fn+0x12e/0x400
[246472.796157] process_one_work+0x19e/0x3e0
[246472.796159] worker_thread+0x2ad/0x3c0
[246472.796160] kthread+0x108/0x220
[246472.796161] ? __pfx_worker_thread+0x10/0x10
[246472.796163] ? __pfx_kthread+0x10/0x10
[246472.796164] ret_from_fork+0x3d/0x60
[246472.796165] ? __pfx_kthread+0x10/0x10
[246472.796166] ret_from_fork_asm+0x1a/0x30
[246472.796168] </TASK>
[246652.810928] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[246652.824099] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14647012
[246652.842022] rcu: (detected by 194, t=53943997 jiffies, g=639685, q=48993 ncpus=256)
[246652.857446] Sending NMI from CPU 194 to CPUs 156:
[246652.857451] NMI backtrace for cpu 156
[246652.857457] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[246652.857460] Tainted: [D]=DIE, [W]=WARN
[246652.857461] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[246652.857462] Workqueue: cgroup_destroy css_free_rwork_fn
[246652.857464] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[246652.857466] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[246652.857468] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[246652.857469] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[246652.857469] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[246652.857469] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[246652.857470] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[246652.857470] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[246652.857471] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[246652.857472] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[246652.857472] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[246652.857473] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[246652.857473] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[246652.857474] PKRU: 55555554
[246652.857474] Call Trace:
[246652.857474] <TASK>
[246652.857475] _raw_spin_lock_irqsave+0x46/0x60
[246652.857477] cgroup_rstat_flush+0xf4/0x7e0
[246652.857478] cgroup_rstat_exit+0x20/0xf0
[246652.857479] css_free_rwork_fn+0x12e/0x400
[246652.857480] process_one_work+0x19e/0x3e0
[246652.857482] worker_thread+0x2ad/0x3c0
[246652.857483] kthread+0x108/0x220
[246652.857484] ? __pfx_worker_thread+0x10/0x10
[246652.857486] ? __pfx_kthread+0x10/0x10
[246652.857487] ret_from_fork+0x3d/0x60
[246652.857488] ? __pfx_kthread+0x10/0x10
[246652.857489] ret_from_fork_asm+0x1a/0x30
[246652.857491] </TASK>
[246832.872170] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[246832.885363] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14661872
[246832.903294] rcu: (detected by 131, t=53989013 jiffies, g=639685, q=49024 ncpus=256)
[246832.918733] Sending NMI from CPU 131 to CPUs 156:
[246832.918737] NMI backtrace for cpu 156
[246832.918743] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[246832.918746] Tainted: [D]=DIE, [W]=WARN
[246832.918746] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[246832.918747] Workqueue: cgroup_destroy css_free_rwork_fn
[246832.918750] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[246832.918752] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[246832.918754] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[246832.918755] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[246832.918755] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[246832.918756] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[246832.918756] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[246832.918757] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[246832.918758] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[246832.918759] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[246832.918759] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[246832.918760] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[246832.918760] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[246832.918760] PKRU: 55555554
[246832.918761] Call Trace:
[246832.918761] <TASK>
[246832.918762] _raw_spin_lock_irqsave+0x46/0x60
[246832.918764] cgroup_rstat_flush+0xf4/0x7e0
[246832.918765] cgroup_rstat_exit+0x20/0xf0
[246832.918766] css_free_rwork_fn+0x12e/0x400
[246832.918767] process_one_work+0x19e/0x3e0
[246832.918769] worker_thread+0x2ad/0x3c0
[246832.918770] kthread+0x108/0x220
[246832.918771] ? __pfx_worker_thread+0x10/0x10
[246832.918773] ? __pfx_kthread+0x10/0x10
[246832.918774] ret_from_fork+0x3d/0x60
[246832.918775] ? __pfx_kthread+0x10/0x10
[246832.918776] ret_from_fork_asm+0x1a/0x30
[246832.918777] </TASK>
[247012.933418] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[247012.946619] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14676735
[247012.964562] rcu: (detected by 47, t=54034028 jiffies, g=639685, q=49040 ncpus=256)
[247012.979896] Sending NMI from CPU 47 to CPUs 156:
[247012.979900] NMI backtrace for cpu 156
[247012.979906] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[247012.979908] Tainted: [D]=DIE, [W]=WARN
[247012.979909] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[247012.979910] Workqueue: cgroup_destroy css_free_rwork_fn
[247012.979913] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[247012.979915] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[247012.979916] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[247012.979917] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[247012.979917] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[247012.979918] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[247012.979918] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[247012.979919] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[247012.979920] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[247012.979920] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[247012.979920] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[247012.979921] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[247012.979922] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[247012.979922] PKRU: 55555554
[247012.979922] Call Trace:
[247012.979923] <TASK>
[247012.979924] _raw_spin_lock_irqsave+0x46/0x60
[247012.979925] cgroup_rstat_flush+0xf4/0x7e0
[247012.979927] cgroup_rstat_exit+0x20/0xf0
[247012.979928] css_free_rwork_fn+0x12e/0x400
[247012.979929] process_one_work+0x19e/0x3e0
[247012.979930] worker_thread+0x2ad/0x3c0
[247012.979932] kthread+0x108/0x220
[247012.979933] ? __pfx_worker_thread+0x10/0x10
[247012.979934] ? __pfx_kthread+0x10/0x10
[247012.979935] ret_from_fork+0x3d/0x60
[247012.979936] ? __pfx_kthread+0x10/0x10
[247012.979937] ret_from_fork_asm+0x1a/0x30
[247012.979939] </TASK>
[247192.978652] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[247192.991829] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14691126
[247193.009759] rcu: (detected by 175, t=54079041 jiffies, g=639685, q=49053 ncpus=256)
[247193.025189] Sending NMI from CPU 175 to CPUs 156:
[247193.025194] NMI backtrace for cpu 156
[247193.025200] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[247193.025202] Tainted: [D]=DIE, [W]=WARN
[247193.025203] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[247193.025204] Workqueue: cgroup_destroy css_free_rwork_fn
[247193.025207] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[247193.025209] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[247193.025210] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[247193.025211] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[247193.025211] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[247193.025212] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[247193.025212] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[247193.025212] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[247193.025213] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[247193.025214] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[247193.025214] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[247193.025215] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[247193.025215] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[247193.025216] PKRU: 55555554
[247193.025216] Call Trace:
[247193.025217] <TASK>
[247193.025218] _raw_spin_lock_irqsave+0x46/0x60
[247193.025219] cgroup_rstat_flush+0xf4/0x7e0
[247193.025220] cgroup_rstat_exit+0x20/0xf0
[247193.025221] css_free_rwork_fn+0x12e/0x400
[247193.025222] process_one_work+0x19e/0x3e0
[247193.025224] worker_thread+0x2ad/0x3c0
[247193.025225] kthread+0x108/0x220
[247193.025226] ? __pfx_worker_thread+0x10/0x10
[247193.025228] ? __pfx_kthread+0x10/0x10
[247193.025229] ret_from_fork+0x3d/0x60
[247193.025230] ? __pfx_kthread+0x10/0x10
[247193.025231] ret_from_fork_asm+0x1a/0x30
[247193.025233] </TASK>
[247373.039892] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[247373.053082] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14705541
[247373.071019] rcu: (detected by 66, t=54124057 jiffies, g=639685, q=49070 ncpus=256)
[247373.086345] Sending NMI from CPU 66 to CPUs 156:
[247373.086349] NMI backtrace for cpu 156
[247373.086355] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[247373.086358] Tainted: [D]=DIE, [W]=WARN
[247373.086358] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[247373.086359] Workqueue: cgroup_destroy css_free_rwork_fn
[247373.086362] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[247373.086364] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[247373.086366] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[247373.086366] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[247373.086367] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[247373.086367] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[247373.086368] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[247373.086368] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[247373.086369] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[247373.086370] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[247373.086370] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[247373.086371] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[247373.086371] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[247373.086371] PKRU: 55555554
[247373.086372] Call Trace:
[247373.086372] <TASK>
[247373.086373] _raw_spin_lock_irqsave+0x46/0x60
[247373.086375] cgroup_rstat_flush+0xf4/0x7e0
[247373.086376] cgroup_rstat_exit+0x20/0xf0
[247373.086377] css_free_rwork_fn+0x12e/0x400
[247373.086378] process_one_work+0x19e/0x3e0
[247373.086380] worker_thread+0x2ad/0x3c0
[247373.086381] kthread+0x108/0x220
[247373.086382] ? __pfx_worker_thread+0x10/0x10
[247373.086383] ? __pfx_kthread+0x10/0x10
[247373.086384] ret_from_fork+0x3d/0x60
[247373.086386] ? __pfx_kthread+0x10/0x10
[247373.086386] ret_from_fork_asm+0x1a/0x30
[247373.086388] </TASK>
[247553.101136] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[247553.114308] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14720409
[247553.132227] rcu: (detected by 175, t=54169073 jiffies, g=639685, q=49083 ncpus=256)
[247553.147643] Sending NMI from CPU 175 to CPUs 156:
[247553.147648] NMI backtrace for cpu 156
[247553.147654] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[247553.147657] Tainted: [D]=DIE, [W]=WARN
[247553.147658] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[247553.147659] Workqueue: cgroup_destroy css_free_rwork_fn
[247553.147662] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[247553.147663] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[247553.147665] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[247553.147665] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[247553.147666] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[247553.147666] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[247553.147667] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[247553.147667] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[247553.147668] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[247553.147669] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[247553.147669] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[247553.147670] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[247553.147670] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[247553.147670] PKRU: 55555554
[247553.147671] Call Trace:
[247553.147671] <TASK>
[247553.147672] _raw_spin_lock_irqsave+0x46/0x60
[247553.147674] cgroup_rstat_flush+0xf4/0x7e0
[247553.147675] cgroup_rstat_exit+0x20/0xf0
[247553.147676] css_free_rwork_fn+0x12e/0x400
[247553.147677] process_one_work+0x19e/0x3e0
[247553.147679] worker_thread+0x2ad/0x3c0
[247553.147680] kthread+0x108/0x220
[247553.147681] ? __pfx_worker_thread+0x10/0x10
[247553.147683] ? __pfx_kthread+0x10/0x10
[247553.147683] ret_from_fork+0x3d/0x60
[247553.147685] ? __pfx_kthread+0x10/0x10
[247553.147685] ret_from_fork_asm+0x1a/0x30
[247553.147687] </TASK>
[247733.162375] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[247733.175547] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14734801
[247733.193472] rcu: (detected by 175, t=54214089 jiffies, g=639685, q=49099 ncpus=256)
[247733.208894] Sending NMI from CPU 175 to CPUs 156:
[247733.208899] NMI backtrace for cpu 156
[247733.208904] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[247733.208907] Tainted: [D]=DIE, [W]=WARN
[247733.208907] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[247733.208908] Workqueue: cgroup_destroy css_free_rwork_fn
[247733.208911] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[247733.208913] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[247733.208914] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[247733.208915] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[247733.208915] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[247733.208916] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[247733.208916] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[247733.208917] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[247733.208918] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[247733.208918] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[247733.208919] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[247733.208919] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[247733.208920] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[247733.208920] PKRU: 55555554
[247733.208920] Call Trace:
[247733.208921] <TASK>
[247733.208922] _raw_spin_lock_irqsave+0x46/0x60
[247733.208923] cgroup_rstat_flush+0xf4/0x7e0
[247733.208925] cgroup_rstat_exit+0x20/0xf0
[247733.208926] css_free_rwork_fn+0x12e/0x400
[247733.208927] process_one_work+0x19e/0x3e0
[247733.208928] worker_thread+0x2ad/0x3c0
[247733.208930] kthread+0x108/0x220
[247733.208931] ? __pfx_worker_thread+0x10/0x10
[247733.208932] ? __pfx_kthread+0x10/0x10
[247733.208933] ret_from_fork+0x3d/0x60
[247733.208934] ? __pfx_kthread+0x10/0x10
[247733.208935] ret_from_fork_asm+0x1a/0x30
[247733.208937] </TASK>
[247913.223618] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[247913.236798] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14749204
[247913.254731] rcu: (detected by 47, t=54259103 jiffies, g=639685, q=49116 ncpus=256)
[247913.270058] Sending NMI from CPU 47 to CPUs 156:
[247913.270062] NMI backtrace for cpu 156
[247913.270068] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[247913.270071] Tainted: [D]=DIE, [W]=WARN
[247913.270071] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[247913.270072] Workqueue: cgroup_destroy css_free_rwork_fn
[247913.270075] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[247913.270077] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[247913.270078] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[247913.270079] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[247913.270080] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[247913.270080] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[247913.270080] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[247913.270081] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[247913.270082] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[247913.270082] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[247913.270083] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[247913.270083] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[247913.270084] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[247913.270084] PKRU: 55555554
[247913.270084] Call Trace:
[247913.270085] <TASK>
[247913.270086] _raw_spin_lock_irqsave+0x46/0x60
[247913.270087] cgroup_rstat_flush+0xf4/0x7e0
[247913.270088] cgroup_rstat_exit+0x20/0xf0
[247913.270090] css_free_rwork_fn+0x12e/0x400
[247913.270090] process_one_work+0x19e/0x3e0
[247913.270092] worker_thread+0x2ad/0x3c0
[247913.270094] kthread+0x108/0x220
[247913.270095] ? __pfx_worker_thread+0x10/0x10
[247913.270096] ? __pfx_kthread+0x10/0x10
[247913.270097] ret_from_fork+0x3d/0x60
[247913.270098] ? __pfx_kthread+0x10/0x10
[247913.270099] ret_from_fork_asm+0x1a/0x30
[247913.270101] </TASK>
[248093.268858] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[248093.282033] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14763595
[248093.299958] rcu: (detected by 199, t=54304117 jiffies, g=639685, q=49132 ncpus=256)
[248093.315383] Sending NMI from CPU 199 to CPUs 156:
[248093.315388] NMI backtrace for cpu 156
[248093.315395] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[248093.315398] Tainted: [D]=DIE, [W]=WARN
[248093.315398] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[248093.315399] Workqueue: cgroup_destroy css_free_rwork_fn
[248093.315402] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[248093.315404] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[248093.315406] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[248093.315407] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[248093.315407] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[248093.315408] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[248093.315408] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[248093.315409] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[248093.315410] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[248093.315411] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[248093.315412] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[248093.315412] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[248093.315413] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[248093.315413] PKRU: 55555554
[248093.315414] Call Trace:
[248093.315415] <TASK>
[248093.315416] _raw_spin_lock_irqsave+0x46/0x60
[248093.315417] cgroup_rstat_flush+0xf4/0x7e0
[248093.315419] cgroup_rstat_exit+0x20/0xf0
[248093.315420] css_free_rwork_fn+0x12e/0x400
[248093.315421] process_one_work+0x19e/0x3e0
[248093.315422] worker_thread+0x2ad/0x3c0
[248093.315424] kthread+0x108/0x220
[248093.315425] ? __pfx_worker_thread+0x10/0x10
[248093.315426] ? __pfx_kthread+0x10/0x10
[248093.315427] ret_from_fork+0x3d/0x60
[248093.315428] ? __pfx_kthread+0x10/0x10
[248093.315429] ret_from_fork_asm+0x1a/0x30
[248093.315431] </TASK>
[248273.330107] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[248273.343328] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14778457
[248273.361282] rcu: (detected by 47, t=54349133 jiffies, g=639685, q=49153 ncpus=256)
[248273.376643] Sending NMI from CPU 47 to CPUs 156:
[248273.376647] NMI backtrace for cpu 156
[248273.376654] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[248273.376656] Tainted: [D]=DIE, [W]=WARN
[248273.376657] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[248273.376658] Workqueue: cgroup_destroy css_free_rwork_fn
[248273.376661] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[248273.376663] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[248273.376664] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[248273.376665] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[248273.376665] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[248273.376666] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[248273.376666] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[248273.376666] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[248273.376667] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[248273.376668] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[248273.376668] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[248273.376669] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[248273.376669] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[248273.376670] PKRU: 55555554
[248273.376670] Call Trace:
[248273.376671] <TASK>
[248273.376672] _raw_spin_lock_irqsave+0x46/0x60
[248273.376673] cgroup_rstat_flush+0xf4/0x7e0
[248273.376674] cgroup_rstat_exit+0x20/0xf0
[248273.376675] css_free_rwork_fn+0x12e/0x400
[248273.376676] process_one_work+0x19e/0x3e0
[248273.376678] worker_thread+0x2ad/0x3c0
[248273.376679] kthread+0x108/0x220
[248273.376680] ? __pfx_worker_thread+0x10/0x10
[248273.376682] ? __pfx_kthread+0x10/0x10
[248273.376683] ret_from_fork+0x3d/0x60
[248273.376684] ? __pfx_kthread+0x10/0x10
[248273.376685] ret_from_fork_asm+0x1a/0x30
[248273.376687] </TASK>
[248453.375342] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[248453.388527] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14792855
[248453.406460] rcu: (detected by 151, t=54394145 jiffies, g=639685, q=49170 ncpus=256)
[248453.421892] Sending NMI from CPU 151 to CPUs 156:
[248453.421897] NMI backtrace for cpu 156
[248453.421904] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[248453.421907] Tainted: [D]=DIE, [W]=WARN
[248453.421907] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[248453.421908] Workqueue: cgroup_destroy css_free_rwork_fn
[248453.421911] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[248453.421913] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[248453.421915] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[248453.421915] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[248453.421916] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[248453.421916] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[248453.421917] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[248453.421917] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[248453.421918] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[248453.421919] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[248453.421919] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[248453.421920] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[248453.421920] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[248453.421920] PKRU: 55555554
[248453.421921] Call Trace:
[248453.421921] <TASK>
[248453.421922] _raw_spin_lock_irqsave+0x46/0x60
[248453.421924] cgroup_rstat_flush+0xf4/0x7e0
[248453.421925] cgroup_rstat_exit+0x20/0xf0
[248453.421926] css_free_rwork_fn+0x12e/0x400
[248453.421927] process_one_work+0x19e/0x3e0
[248453.421929] worker_thread+0x2ad/0x3c0
[248453.421930] kthread+0x108/0x220
[248453.421931] ? __pfx_worker_thread+0x10/0x10
[248453.421932] ? __pfx_kthread+0x10/0x10
[248453.421933] ret_from_fork+0x3d/0x60
[248453.421935] ? __pfx_kthread+0x10/0x10
[248453.421935] ret_from_fork_asm+0x1a/0x30
[248453.421937] </TASK>
[248633.436583] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[248633.449773] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14807722
[248633.467703] rcu: (detected by 158, t=54439161 jiffies, g=639685, q=49182 ncpus=256)
[248633.483129] Sending NMI from CPU 158 to CPUs 156:
[248633.483133] NMI backtrace for cpu 156
[248633.483135] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[248633.483137] Tainted: [D]=DIE, [W]=WARN
[248633.483138] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[248633.483138] Workqueue: cgroup_destroy css_free_rwork_fn
[248633.483141] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[248633.483142] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[248633.483143] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[248633.483144] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[248633.483145] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[248633.483145] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[248633.483145] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[248633.483146] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[248633.483147] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[248633.483148] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[248633.483148] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[248633.483149] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[248633.483149] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[248633.483149] PKRU: 55555554
[248633.483150] Call Trace:
[248633.483150] <TASK>
[248633.483151] _raw_spin_lock_irqsave+0x46/0x60
[248633.483152] cgroup_rstat_flush+0xf4/0x7e0
[248633.483154] cgroup_rstat_exit+0x20/0xf0
[248633.483155] css_free_rwork_fn+0x12e/0x400
[248633.483156] process_one_work+0x19e/0x3e0
[248633.483157] worker_thread+0x2ad/0x3c0
[248633.483159] kthread+0x108/0x220
[248633.483160] ? __pfx_worker_thread+0x10/0x10
[248633.483161] ? __pfx_kthread+0x10/0x10
[248633.483162] ret_from_fork+0x3d/0x60
[248633.483163] ? __pfx_kthread+0x10/0x10
[248633.483164] ret_from_fork_asm+0x1a/0x30
[248633.483166] </TASK>
[248813.497823] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[248813.511003] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14822582
[248813.528931] rcu: (detected by 131, t=54484177 jiffies, g=639685, q=49198 ncpus=256)
[248813.544360] Sending NMI from CPU 131 to CPUs 156:
[248813.544365] NMI backtrace for cpu 156
[248813.544370] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[248813.544372] Tainted: [D]=DIE, [W]=WARN
[248813.544373] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[248813.544374] Workqueue: cgroup_destroy css_free_rwork_fn
[248813.544376] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[248813.544378] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[248813.544380] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[248813.544380] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[248813.544381] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[248813.544381] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[248813.544382] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[248813.544382] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[248813.544383] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[248813.544384] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[248813.544384] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[248813.544385] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[248813.544385] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[248813.544386] PKRU: 55555554
[248813.544386] Call Trace:
[248813.544386] <TASK>
[248813.544387] _raw_spin_lock_irqsave+0x46/0x60
[248813.544389] cgroup_rstat_flush+0xf4/0x7e0
[248813.544390] cgroup_rstat_exit+0x20/0xf0
[248813.544391] css_free_rwork_fn+0x12e/0x400
[248813.544392] process_one_work+0x19e/0x3e0
[248813.544394] worker_thread+0x2ad/0x3c0
[248813.544395] kthread+0x108/0x220
[248813.544396] ? __pfx_worker_thread+0x10/0x10
[248813.544398] ? __pfx_kthread+0x10/0x10
[248813.544399] ret_from_fork+0x3d/0x60
[248813.544400] ? __pfx_kthread+0x10/0x10
[248813.544401] ret_from_fork_asm+0x1a/0x30
[248813.544403] </TASK>
[248993.559064] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[248993.572253] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14837454
[248993.590189] rcu: (detected by 66, t=54529193 jiffies, g=639685, q=49218 ncpus=256)
[248993.605522] Sending NMI from CPU 66 to CPUs 156:
[248993.605526] NMI backtrace for cpu 156
[248993.605532] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[248993.605535] Tainted: [D]=DIE, [W]=WARN
[248993.605535] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[248993.605536] Workqueue: cgroup_destroy css_free_rwork_fn
[248993.605539] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[248993.605541] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[248993.605543] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[248993.605543] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[248993.605544] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[248993.605545] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[248993.605545] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[248993.605546] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[248993.605547] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[248993.605548] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[248993.605548] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[248993.605549] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[248993.605549] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[248993.605550] PKRU: 55555554
[248993.605550] Call Trace:
[248993.605551] <TASK>
[248993.605552] _raw_spin_lock_irqsave+0x46/0x60
[248993.605553] cgroup_rstat_flush+0xf4/0x7e0
[248993.605555] cgroup_rstat_exit+0x20/0xf0
[248993.605556] css_free_rwork_fn+0x12e/0x400
[248993.605557] process_one_work+0x19e/0x3e0
[248993.605558] worker_thread+0x2ad/0x3c0
[248993.605560] kthread+0x108/0x220
[248993.605561] ? __pfx_worker_thread+0x10/0x10
[248993.605563] ? __pfx_kthread+0x10/0x10
[248993.605564] ret_from_fork+0x3d/0x60
[248993.605565] ? __pfx_kthread+0x10/0x10
[248993.605566] ret_from_fork_asm+0x1a/0x30
[248993.605568] </TASK>
[249173.620306] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[249173.633494] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14852319
[249173.651436] rcu: (detected by 71, t=54574209 jiffies, g=639685, q=49233 ncpus=256)
[249173.666775] Sending NMI from CPU 71 to CPUs 156:
[249173.666779] NMI backtrace for cpu 156
[249173.666785] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[249173.666787] Tainted: [D]=DIE, [W]=WARN
[249173.666788] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[249173.666789] Workqueue: cgroup_destroy css_free_rwork_fn
[249173.666792] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[249173.666794] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[249173.666795] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[249173.666796] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[249173.666796] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[249173.666797] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[249173.666797] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[249173.666797] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[249173.666798] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[249173.666799] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[249173.666799] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[249173.666800] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[249173.666800] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[249173.666801] PKRU: 55555554
[249173.666801] Call Trace:
[249173.666802] <TASK>
[249173.666803] _raw_spin_lock_irqsave+0x46/0x60
[249173.666804] cgroup_rstat_flush+0xf4/0x7e0
[249173.666805] cgroup_rstat_exit+0x20/0xf0
[249173.666806] css_free_rwork_fn+0x12e/0x400
[249173.666807] process_one_work+0x19e/0x3e0
[249173.666809] worker_thread+0x2ad/0x3c0
[249173.666810] kthread+0x108/0x220
[249173.666811] ? __pfx_worker_thread+0x10/0x10
[249173.666813] ? __pfx_kthread+0x10/0x10
[249173.666814] ret_from_fork+0x3d/0x60
[249173.666815] ? __pfx_kthread+0x10/0x10
[249173.666816] ret_from_fork_asm+0x1a/0x30
[249173.666818] </TASK>
[249353.681547] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[249353.694739] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14867179
[249353.712672] rcu: (detected by 175, t=54619225 jiffies, g=639685, q=49246 ncpus=256)
[249353.728111] Sending NMI from CPU 175 to CPUs 156:
[249353.728116] NMI backtrace for cpu 156
[249353.728123] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[249353.728126] Tainted: [D]=DIE, [W]=WARN
[249353.728126] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[249353.728127] Workqueue: cgroup_destroy css_free_rwork_fn
[249353.728130] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[249353.728132] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[249353.728134] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[249353.728134] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[249353.728135] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[249353.728135] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[249353.728135] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[249353.728136] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[249353.728137] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[249353.728137] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[249353.728138] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[249353.728138] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[249353.728139] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[249353.728139] PKRU: 55555554
[249353.728139] Call Trace:
[249353.728140] <TASK>
[249353.728141] _raw_spin_lock_irqsave+0x46/0x60
[249353.728143] cgroup_rstat_flush+0xf4/0x7e0
[249353.728144] cgroup_rstat_exit+0x20/0xf0
[249353.728145] css_free_rwork_fn+0x12e/0x400
[249353.728146] process_one_work+0x19e/0x3e0
[249353.728147] worker_thread+0x2ad/0x3c0
[249353.728149] kthread+0x108/0x220
[249353.728150] ? __pfx_worker_thread+0x10/0x10
[249353.728151] ? __pfx_kthread+0x10/0x10
[249353.728152] ret_from_fork+0x3d/0x60
[249353.728153] ? __pfx_kthread+0x10/0x10
[249353.728154] ret_from_fork_asm+0x1a/0x30
[249353.728156] </TASK>
[249533.742789] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[249533.755972] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14881588
[249533.773907] rcu: (detected by 194, t=54664241 jiffies, g=639685, q=49260 ncpus=256)
[249533.789337] Sending NMI from CPU 194 to CPUs 156:
[249533.789341] NMI backtrace for cpu 156
[249533.789346] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[249533.789349] Tainted: [D]=DIE, [W]=WARN
[249533.789350] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[249533.789351] Workqueue: cgroup_destroy css_free_rwork_fn
[249533.789354] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[249533.789356] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[249533.789357] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[249533.789358] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[249533.789359] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[249533.789359] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[249533.789359] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[249533.789360] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[249533.789361] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[249533.789361] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[249533.789362] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[249533.789362] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[249533.789363] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[249533.789363] PKRU: 55555554
[249533.789363] Call Trace:
[249533.789364] <TASK>
[249533.789365] _raw_spin_lock_irqsave+0x46/0x60
[249533.789367] cgroup_rstat_flush+0xf4/0x7e0
[249533.789368] cgroup_rstat_exit+0x20/0xf0
[249533.789369] css_free_rwork_fn+0x12e/0x400
[249533.789370] process_one_work+0x19e/0x3e0
[249533.789371] worker_thread+0x2ad/0x3c0
[249533.789373] kthread+0x108/0x220
[249533.789374] ? __pfx_worker_thread+0x10/0x10
[249533.789375] ? __pfx_kthread+0x10/0x10
[249533.789376] ret_from_fork+0x3d/0x60
[249533.789378] ? __pfx_kthread+0x10/0x10
[249533.789378] ret_from_fork_asm+0x1a/0x30
[249533.789380] </TASK>
[249713.804031] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[249713.817220] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14896447
[249713.835151] rcu: (detected by 47, t=54709255 jiffies, g=639685, q=49296 ncpus=256)
[249713.850481] Sending NMI from CPU 47 to CPUs 156:
[249713.850485] NMI backtrace for cpu 156
[249713.850491] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[249713.850495] Tainted: [D]=DIE, [W]=WARN
[249713.850495] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[249713.850496] Workqueue: cgroup_destroy css_free_rwork_fn
[249713.850499] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[249713.850501] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[249713.850502] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[249713.850503] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[249713.850503] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[249713.850503] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[249713.850504] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[249713.850504] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[249713.850505] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[249713.850506] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[249713.850506] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[249713.850507] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[249713.850507] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[249713.850507] PKRU: 55555554
[249713.850508] Call Trace:
[249713.850508] <TASK>
[249713.850510] _raw_spin_lock_irqsave+0x46/0x60
[249713.850511] cgroup_rstat_flush+0xf4/0x7e0
[249713.850512] cgroup_rstat_exit+0x20/0xf0
[249713.850513] css_free_rwork_fn+0x12e/0x400
[249713.850514] process_one_work+0x19e/0x3e0
[249713.850516] worker_thread+0x2ad/0x3c0
[249713.850518] kthread+0x108/0x220
[249713.850519] ? __pfx_worker_thread+0x10/0x10
[249713.850520] ? __pfx_kthread+0x10/0x10
[249713.850521] ret_from_fork+0x3d/0x60
[249713.850522] ? __pfx_kthread+0x10/0x10
[249713.850523] ret_from_fork_asm+0x1a/0x30
[249713.850525] </TASK>
[249893.853273] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[249893.866449] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14912716
[249893.884374] rcu: (detected by 219, t=54754270 jiffies, g=639685, q=49315 ncpus=256)
[249893.899798] Sending NMI from CPU 219 to CPUs 156:
[249893.899805] NMI backtrace for cpu 156
[249893.899811] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[249893.899814] Tainted: [D]=DIE, [W]=WARN
[249893.899814] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[249893.899815] Workqueue: cgroup_destroy css_free_rwork_fn
[249893.899818] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[249893.899820] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[249893.899822] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[249893.899822] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[249893.899823] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[249893.899823] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[249893.899823] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[249893.899824] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[249893.899825] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[249893.899825] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[249893.899826] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[249893.899826] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[249893.899827] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[249893.899827] PKRU: 55555554
[249893.899828] Call Trace:
[249893.899828] <TASK>
[249893.899829] _raw_spin_lock_irqsave+0x46/0x60
[249893.899831] cgroup_rstat_flush+0xf4/0x7e0
[249893.899832] cgroup_rstat_exit+0x20/0xf0
[249893.899833] css_free_rwork_fn+0x12e/0x400
[249893.899834] process_one_work+0x19e/0x3e0
[249893.899836] worker_thread+0x2ad/0x3c0
[249893.899837] kthread+0x108/0x220
[249893.899838] ? __pfx_worker_thread+0x10/0x10
[249893.899840] ? __pfx_kthread+0x10/0x10
[249893.899840] ret_from_fork+0x3d/0x60
[249893.899842] ? __pfx_kthread+0x10/0x10
[249893.899842] ret_from_fork_asm+0x1a/0x30
[249893.899844] </TASK>
[250073.914513] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[250073.927707] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14934296
[250073.945647] rcu: (detected by 18, t=54799286 jiffies, g=639685, q=49328 ncpus=256)
[250073.960980] Sending NMI from CPU 18 to CPUs 156:
[250073.960985] NMI backtrace for cpu 156
[250073.960991] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[250073.960994] Tainted: [D]=DIE, [W]=WARN
[250073.960995] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[250073.960996] Workqueue: cgroup_destroy css_free_rwork_fn
[250073.960999] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[250073.961001] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[250073.961002] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[250073.961003] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[250073.961003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[250073.961003] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[250073.961004] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[250073.961004] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[250073.961005] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[250073.961006] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[250073.961006] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[250073.961007] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[250073.961007] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[250073.961008] PKRU: 55555554
[250073.961008] Call Trace:
[250073.961008] <TASK>
[250073.961010] _raw_spin_lock_irqsave+0x46/0x60
[250073.961011] cgroup_rstat_flush+0xf4/0x7e0
[250073.961012] cgroup_rstat_exit+0x20/0xf0
[250073.961013] css_free_rwork_fn+0x12e/0x400
[250073.961014] process_one_work+0x19e/0x3e0
[250073.961016] worker_thread+0x2ad/0x3c0
[250073.961017] kthread+0x108/0x220
[250073.961018] ? __pfx_worker_thread+0x10/0x10
[250073.961020] ? __pfx_kthread+0x10/0x10
[250073.961021] ret_from_fork+0x3d/0x60
[250073.961022] ? __pfx_kthread+0x10/0x10
[250073.961023] ret_from_fork_asm+0x1a/0x30
[250073.961025] </TASK>
[250253.975752] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[250253.988938] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14955887
[250254.006869] rcu: (detected by 175, t=54844302 jiffies, g=639685, q=49343 ncpus=256)
[250254.022296] Sending NMI from CPU 175 to CPUs 156:
[250254.022300] NMI backtrace for cpu 156
[250254.022306] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[250254.022310] Tainted: [D]=DIE, [W]=WARN
[250254.022310] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[250254.022311] Workqueue: cgroup_destroy css_free_rwork_fn
[250254.022315] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[250254.022316] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[250254.022318] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[250254.022318] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[250254.022319] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[250254.022319] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[250254.022320] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[250254.022320] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[250254.022321] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[250254.022322] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[250254.022322] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[250254.022323] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[250254.022323] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[250254.022323] PKRU: 55555554
[250254.022324] Call Trace:
[250254.022324] <TASK>
[250254.022325] _raw_spin_lock_irqsave+0x46/0x60
[250254.022327] cgroup_rstat_flush+0xf4/0x7e0
[250254.022328] cgroup_rstat_exit+0x20/0xf0
[250254.022329] css_free_rwork_fn+0x12e/0x400
[250254.022330] process_one_work+0x19e/0x3e0
[250254.022332] worker_thread+0x2ad/0x3c0
[250254.022333] kthread+0x108/0x220
[250254.022334] ? __pfx_worker_thread+0x10/0x10
[250254.022335] ? __pfx_kthread+0x10/0x10
[250254.022336] ret_from_fork+0x3d/0x60
[250254.022338] ? __pfx_kthread+0x10/0x10
[250254.022338] ret_from_fork_asm+0x1a/0x30
[250254.022340] </TASK>
[250434.036998] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[250434.050191] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14976663
[250434.068132] rcu: (detected by 219, t=54889318 jiffies, g=639685, q=49381 ncpus=256)
[250434.083570] Sending NMI from CPU 219 to CPUs 156:
[250434.083575] NMI backtrace for cpu 156
[250434.083581] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[250434.083583] Tainted: [D]=DIE, [W]=WARN
[250434.083583] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[250434.083585] Workqueue: cgroup_destroy css_free_rwork_fn
[250434.083587] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[250434.083590] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[250434.083591] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[250434.083592] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[250434.083592] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[250434.083592] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[250434.083593] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[250434.083593] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[250434.083594] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[250434.083595] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[250434.083595] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[250434.083596] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[250434.083596] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[250434.083596] PKRU: 55555554
[250434.083597] Call Trace:
[250434.083597] <TASK>
[250434.083599] _raw_spin_lock_irqsave+0x46/0x60
[250434.083600] cgroup_rstat_flush+0xf4/0x7e0
[250434.083601] cgroup_rstat_exit+0x20/0xf0
[250434.083602] css_free_rwork_fn+0x12e/0x400
[250434.083603] process_one_work+0x19e/0x3e0
[250434.083605] worker_thread+0x2ad/0x3c0
[250434.083606] kthread+0x108/0x220
[250434.083607] ? __pfx_worker_thread+0x10/0x10
[250434.083609] ? __pfx_kthread+0x10/0x10
[250434.083610] ret_from_fork+0x3d/0x60
[250434.083611] ? __pfx_kthread+0x10/0x10
[250434.083612] ret_from_fork_asm+0x1a/0x30
[250434.083614] </TASK>
[250614.098237] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[250614.111415] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=14998260
[250614.129349] rcu: (detected by 219, t=54934334 jiffies, g=639685, q=49395 ncpus=256)
[250614.144786] Sending NMI from CPU 219 to CPUs 156:
[250614.144791] NMI backtrace for cpu 156
[250614.144797] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[250614.144800] Tainted: [D]=DIE, [W]=WARN
[250614.144800] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[250614.144802] Workqueue: cgroup_destroy css_free_rwork_fn
[250614.144805] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[250614.144807] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[250614.144808] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[250614.144809] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[250614.144809] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[250614.144809] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[250614.144810] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[250614.144811] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[250614.144812] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[250614.144812] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[250614.144813] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[250614.144813] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[250614.144814] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[250614.144814] PKRU: 55555554
[250614.144814] Call Trace:
[250614.144815] <TASK>
[250614.144816] _raw_spin_lock_irqsave+0x46/0x60
[250614.144817] cgroup_rstat_flush+0xf4/0x7e0
[250614.144819] cgroup_rstat_exit+0x20/0xf0
[250614.144820] css_free_rwork_fn+0x12e/0x400
[250614.144821] process_one_work+0x19e/0x3e0
[250614.144822] worker_thread+0x2ad/0x3c0
[250614.144824] kthread+0x108/0x220
[250614.144825] ? __pfx_worker_thread+0x10/0x10
[250614.144826] ? __pfx_kthread+0x10/0x10
[250614.144827] ret_from_fork+0x3d/0x60
[250614.144828] ? __pfx_kthread+0x10/0x10
[250614.144829] ret_from_fork_asm+0x1a/0x30
[250614.144831] </TASK>
[250794.159476] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[250794.172665] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15019848
[250794.190604] rcu: (detected by 199, t=54979350 jiffies, g=639685, q=49419 ncpus=256)
[250794.206042] Sending NMI from CPU 199 to CPUs 156:
[250794.206048] NMI backtrace for cpu 156
[250794.206054] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[250794.206057] Tainted: [D]=DIE, [W]=WARN
[250794.206058] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[250794.206059] Workqueue: cgroup_destroy css_free_rwork_fn
[250794.206062] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[250794.206064] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[250794.206065] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[250794.206066] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[250794.206066] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[250794.206067] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[250794.206067] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[250794.206068] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[250794.206069] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[250794.206070] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[250794.206071] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[250794.206071] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[250794.206072] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[250794.206072] PKRU: 55555554
[250794.206072] Call Trace:
[250794.206073] <TASK>
[250794.206074] _raw_spin_lock_irqsave+0x46/0x60
[250794.206075] cgroup_rstat_flush+0xf4/0x7e0
[250794.206077] cgroup_rstat_exit+0x20/0xf0
[250794.206078] css_free_rwork_fn+0x12e/0x400
[250794.206079] process_one_work+0x19e/0x3e0
[250794.206080] worker_thread+0x2ad/0x3c0
[250794.206082] kthread+0x108/0x220
[250794.206083] ? __pfx_worker_thread+0x10/0x10
[250794.206085] ? __pfx_kthread+0x10/0x10
[250794.206086] ret_from_fork+0x3d/0x60
[250794.206087] ? __pfx_kthread+0x10/0x10
[250794.206088] ret_from_fork_asm+0x1a/0x30
[250794.206090] </TASK>
[250974.220717] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[250974.233914] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15041412
[250974.251860] rcu: (detected by 219, t=55024366 jiffies, g=639685, q=49433 ncpus=256)
[250974.267305] Sending NMI from CPU 219 to CPUs 156:
[250974.267310] NMI backtrace for cpu 156
[250974.267316] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[250974.267319] Tainted: [D]=DIE, [W]=WARN
[250974.267319] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[250974.267320] Workqueue: cgroup_destroy css_free_rwork_fn
[250974.267323] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[250974.267325] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[250974.267327] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[250974.267328] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[250974.267328] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[250974.267329] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[250974.267329] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[250974.267330] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[250974.267331] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[250974.267331] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[250974.267332] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[250974.267332] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[250974.267333] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[250974.267333] PKRU: 55555554
[250974.267333] Call Trace:
[250974.267334] <TASK>
[250974.267335] _raw_spin_lock_irqsave+0x46/0x60
[250974.267336] cgroup_rstat_flush+0xf4/0x7e0
[250974.267337] cgroup_rstat_exit+0x20/0xf0
[250974.267339] css_free_rwork_fn+0x12e/0x400
[250974.267339] process_one_work+0x19e/0x3e0
[250974.267341] worker_thread+0x2ad/0x3c0
[250974.267343] kthread+0x108/0x220
[250974.267343] ? __pfx_worker_thread+0x10/0x10
[250974.267345] ? __pfx_kthread+0x10/0x10
[250974.267346] ret_from_fork+0x3d/0x60
[250974.267347] ? __pfx_kthread+0x10/0x10
[250974.267348] ret_from_fork_asm+0x1a/0x30
[250974.267350] </TASK>
[251154.281961] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[251154.295153] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15062990
[251154.313093] rcu: (detected by 47, t=55069380 jiffies, g=639685, q=49452 ncpus=256)
[251154.328426] Sending NMI from CPU 47 to CPUs 156:
[251154.328430] NMI backtrace for cpu 156
[251154.328436] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[251154.328439] Tainted: [D]=DIE, [W]=WARN
[251154.328440] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[251154.328441] Workqueue: cgroup_destroy css_free_rwork_fn
[251154.328444] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[251154.328446] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[251154.328447] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[251154.328448] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[251154.328448] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[251154.328449] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[251154.328449] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[251154.328450] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[251154.328451] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[251154.328452] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[251154.328452] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[251154.328453] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[251154.328453] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[251154.328453] PKRU: 55555554
[251154.328454] Call Trace:
[251154.328454] <TASK>
[251154.328455] _raw_spin_lock_irqsave+0x46/0x60
[251154.328457] cgroup_rstat_flush+0xf4/0x7e0
[251154.328458] cgroup_rstat_exit+0x20/0xf0
[251154.328459] css_free_rwork_fn+0x12e/0x400
[251154.328460] process_one_work+0x19e/0x3e0
[251154.328461] worker_thread+0x2ad/0x3c0
[251154.328463] kthread+0x108/0x220
[251154.328464] ? __pfx_worker_thread+0x10/0x10
[251154.328466] ? __pfx_kthread+0x10/0x10
[251154.328467] ret_from_fork+0x3d/0x60
[251154.328468] ? __pfx_kthread+0x10/0x10
[251154.328469] ret_from_fork_asm+0x1a/0x30
[251154.328471] </TASK>
[251334.331201] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[251334.344392] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15083719
[251334.362331] rcu: (detected by 178, t=55114395 jiffies, g=639685, q=49470 ncpus=256)
[251334.377765] Sending NMI from CPU 178 to CPUs 156:
[251334.377770] NMI backtrace for cpu 156
[251334.377777] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[251334.377779] Tainted: [D]=DIE, [W]=WARN
[251334.377780] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[251334.377781] Workqueue: cgroup_destroy css_free_rwork_fn
[251334.377784] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[251334.377786] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[251334.377787] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[251334.377788] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[251334.377789] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[251334.377789] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[251334.377789] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[251334.377790] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[251334.377791] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[251334.377791] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[251334.377792] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[251334.377792] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[251334.377793] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[251334.377793] PKRU: 55555554
[251334.377793] Call Trace:
[251334.377794] <TASK>
[251334.377795] _raw_spin_lock_irqsave+0x46/0x60
[251334.377796] cgroup_rstat_flush+0xf4/0x7e0
[251334.377798] cgroup_rstat_exit+0x20/0xf0
[251334.377799] css_free_rwork_fn+0x12e/0x400
[251334.377800] process_one_work+0x19e/0x3e0
[251334.377801] worker_thread+0x2ad/0x3c0
[251334.377803] kthread+0x108/0x220
[251334.377804] ? __pfx_worker_thread+0x10/0x10
[251334.377805] ? __pfx_kthread+0x10/0x10
[251334.377806] ret_from_fork+0x3d/0x60
[251334.377807] ? __pfx_kthread+0x10/0x10
[251334.377808] ret_from_fork_asm+0x1a/0x30
[251334.377810] </TASK>
[251514.392443] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[251514.405641] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15105320
[251514.423587] rcu: (detected by 194, t=55159411 jiffies, g=639685, q=49486 ncpus=256)
[251514.439034] Sending NMI from CPU 194 to CPUs 156:
[251514.439039] NMI backtrace for cpu 156
[251514.439045] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[251514.439048] Tainted: [D]=DIE, [W]=WARN
[251514.439048] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[251514.439049] Workqueue: cgroup_destroy css_free_rwork_fn
[251514.439052] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[251514.439054] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[251514.439056] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[251514.439056] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[251514.439057] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[251514.439057] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[251514.439058] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[251514.439058] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[251514.439059] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[251514.439060] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[251514.439060] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[251514.439061] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[251514.439061] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[251514.439061] PKRU: 55555554
[251514.439062] Call Trace:
[251514.439062] <TASK>
[251514.439063] _raw_spin_lock_irqsave+0x46/0x60
[251514.439065] cgroup_rstat_flush+0xf4/0x7e0
[251514.439066] cgroup_rstat_exit+0x20/0xf0
[251514.439067] css_free_rwork_fn+0x12e/0x400
[251514.439068] process_one_work+0x19e/0x3e0
[251514.439070] worker_thread+0x2ad/0x3c0
[251514.439071] kthread+0x108/0x220
[251514.439072] ? __pfx_worker_thread+0x10/0x10
[251514.439073] ? __pfx_kthread+0x10/0x10
[251514.439074] ret_from_fork+0x3d/0x60
[251514.439076] ? __pfx_kthread+0x10/0x10
[251514.439076] ret_from_fork_asm+0x1a/0x30
[251514.439078] </TASK>
[251694.453686] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[251694.466866] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15126881
[251694.484793] rcu: (detected by 91, t=55204427 jiffies, g=639685, q=49501 ncpus=256)
[251694.500115] Sending NMI from CPU 91 to CPUs 156:
[251694.500120] NMI backtrace for cpu 156
[251694.500125] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[251694.500128] Tainted: [D]=DIE, [W]=WARN
[251694.500129] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[251694.500130] Workqueue: cgroup_destroy css_free_rwork_fn
[251694.500133] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[251694.500135] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[251694.500137] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[251694.500137] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[251694.500138] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[251694.500138] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[251694.500139] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[251694.500139] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[251694.500140] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[251694.500141] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[251694.500142] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[251694.500143] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[251694.500143] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[251694.500144] PKRU: 55555554
[251694.500144] Call Trace:
[251694.500145] <TASK>
[251694.500146] _raw_spin_lock_irqsave+0x46/0x60
[251694.500148] cgroup_rstat_flush+0xf4/0x7e0
[251694.500149] cgroup_rstat_exit+0x20/0xf0
[251694.500150] css_free_rwork_fn+0x12e/0x400
[251694.500151] process_one_work+0x19e/0x3e0
[251694.500153] worker_thread+0x2ad/0x3c0
[251694.500154] kthread+0x108/0x220
[251694.500155] ? __pfx_worker_thread+0x10/0x10
[251694.500157] ? __pfx_kthread+0x10/0x10
[251694.500158] ret_from_fork+0x3d/0x60
[251694.500159] ? __pfx_kthread+0x10/0x10
[251694.500160] ret_from_fork_asm+0x1a/0x30
[251694.500161] </TASK>
[251874.514924] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[251874.528111] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15148495
[251874.546042] rcu: (detected by 163, t=55249443 jiffies, g=639685, q=49517 ncpus=256)
[251874.561475] Sending NMI from CPU 163 to CPUs 156:
[251874.561481] NMI backtrace for cpu 156
[251874.561487] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[251874.561490] Tainted: [D]=DIE, [W]=WARN
[251874.561490] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[251874.561491] Workqueue: cgroup_destroy css_free_rwork_fn
[251874.561494] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[251874.561496] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[251874.561497] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[251874.561498] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[251874.561498] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[251874.561499] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[251874.561499] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[251874.561500] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[251874.561500] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[251874.561501] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[251874.561501] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[251874.561502] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[251874.561502] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[251874.561503] PKRU: 55555554
[251874.561503] Call Trace:
[251874.561504] <TASK>
[251874.561505] _raw_spin_lock_irqsave+0x46/0x60
[251874.561506] cgroup_rstat_flush+0xf4/0x7e0
[251874.561508] cgroup_rstat_exit+0x20/0xf0
[251874.561509] css_free_rwork_fn+0x12e/0x400
[251874.561509] process_one_work+0x19e/0x3e0
[251874.561511] worker_thread+0x2ad/0x3c0
[251874.561513] kthread+0x108/0x220
[251874.561514] ? __pfx_worker_thread+0x10/0x10
[251874.561515] ? __pfx_kthread+0x10/0x10
[251874.561516] ret_from_fork+0x3d/0x60
[251874.561517] ? __pfx_kthread+0x10/0x10
[251874.561518] ret_from_fork_asm+0x1a/0x30
[251874.561520] </TASK>
[252054.576166] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[252054.589370] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15170082
[252054.607315] rcu: (detected by 42, t=55294459 jiffies, g=639685, q=49532 ncpus=256)
[252054.622657] Sending NMI from CPU 42 to CPUs 156:
[252054.622662] NMI backtrace for cpu 156
[252054.622668] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[252054.622670] Tainted: [D]=DIE, [W]=WARN
[252054.622671] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[252054.622673] Workqueue: cgroup_destroy css_free_rwork_fn
[252054.622676] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[252054.622678] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[252054.622679] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[252054.622679] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[252054.622680] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[252054.622680] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[252054.622680] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[252054.622681] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[252054.622682] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[252054.622682] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[252054.622683] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[252054.622683] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[252054.622684] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[252054.622684] PKRU: 55555554
[252054.622684] Call Trace:
[252054.622685] <TASK>
[252054.622686] _raw_spin_lock_irqsave+0x46/0x60
[252054.622688] cgroup_rstat_flush+0xf4/0x7e0
[252054.622689] cgroup_rstat_exit+0x20/0xf0
[252054.622690] css_free_rwork_fn+0x12e/0x400
[252054.622691] process_one_work+0x19e/0x3e0
[252054.622693] worker_thread+0x2ad/0x3c0
[252054.622695] kthread+0x108/0x220
[252054.622696] ? __pfx_worker_thread+0x10/0x10
[252054.622697] ? __pfx_kthread+0x10/0x10
[252054.622698] ret_from_fork+0x3d/0x60
[252054.622699] ? __pfx_kthread+0x10/0x10
[252054.622700] ret_from_fork_asm+0x1a/0x30
[252054.622702] </TASK>
[252234.637407] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[252234.650597] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15190884
[252234.668529] rcu: (detected by 91, t=55339475 jiffies, g=639685, q=49545 ncpus=256)
[252234.683855] Sending NMI from CPU 91 to CPUs 156:
[252234.683861] NMI backtrace for cpu 156
[252234.683868] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[252234.683871] Tainted: [D]=DIE, [W]=WARN
[252234.683872] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[252234.683872] Workqueue: cgroup_destroy css_free_rwork_fn
[252234.683875] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[252234.683877] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[252234.683878] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[252234.683879] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[252234.683879] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[252234.683880] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[252234.683880] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[252234.683881] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[252234.683881] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[252234.683882] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[252234.683882] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[252234.683883] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[252234.683883] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[252234.683884] PKRU: 55555554
[252234.683884] Call Trace:
[252234.683885] <TASK>
[252234.683886] _raw_spin_lock_irqsave+0x46/0x60
[252234.683887] cgroup_rstat_flush+0xf4/0x7e0
[252234.683888] cgroup_rstat_exit+0x20/0xf0
[252234.683890] css_free_rwork_fn+0x12e/0x400
[252234.683890] process_one_work+0x19e/0x3e0
[252234.683892] worker_thread+0x2ad/0x3c0
[252234.683894] kthread+0x108/0x220
[252234.683894] ? __pfx_worker_thread+0x10/0x10
[252234.683896] ? __pfx_kthread+0x10/0x10
[252234.683897] ret_from_fork+0x3d/0x60
[252234.683898] ? __pfx_kthread+0x10/0x10
[252234.683899] ret_from_fork_asm+0x1a/0x30
[252234.683901] </TASK>
[252414.698656] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[252414.711834] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15212450
[252414.729759] rcu: (detected by 47, t=55384490 jiffies, g=639685, q=49562 ncpus=256)
[252414.745079] Sending NMI from CPU 47 to CPUs 156:
[252414.745084] NMI backtrace for cpu 156
[252414.745090] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[252414.745093] Tainted: [D]=DIE, [W]=WARN
[252414.745093] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[252414.745094] Workqueue: cgroup_destroy css_free_rwork_fn
[252414.745097] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[252414.745099] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[252414.745101] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[252414.745101] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[252414.745102] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[252414.745102] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[252414.745103] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[252414.745103] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[252414.745104] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[252414.745105] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[252414.745105] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[252414.745106] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[252414.745106] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[252414.745106] PKRU: 55555554
[252414.745107] Call Trace:
[252414.745107] <TASK>
[252414.745108] _raw_spin_lock_irqsave+0x46/0x60
[252414.745109] cgroup_rstat_flush+0xf4/0x7e0
[252414.745111] cgroup_rstat_exit+0x20/0xf0
[252414.745112] css_free_rwork_fn+0x12e/0x400
[252414.745113] process_one_work+0x19e/0x3e0
[252414.745114] worker_thread+0x2ad/0x3c0
[252414.745116] kthread+0x108/0x220
[252414.745117] ? __pfx_worker_thread+0x10/0x10
[252414.745119] ? __pfx_kthread+0x10/0x10
[252414.745120] ret_from_fork+0x3d/0x60
[252414.745121] ? __pfx_kthread+0x10/0x10
[252414.745121] ret_from_fork_asm+0x1a/0x30
[252414.745123] </TASK>
[252594.743889] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[252594.757049] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15233245
[252594.774958] rcu: (detected by 71, t=55429503 jiffies, g=639685, q=49578 ncpus=256)
[252594.790263] Sending NMI from CPU 71 to CPUs 156:
[252594.790268] NMI backtrace for cpu 156
[252594.790273] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[252594.790276] Tainted: [D]=DIE, [W]=WARN
[252594.790277] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[252594.790278] Workqueue: cgroup_destroy css_free_rwork_fn
[252594.790281] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[252594.790283] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[252594.790284] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[252594.790285] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[252594.790285] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[252594.790285] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[252594.790286] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[252594.790286] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[252594.790287] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[252594.790288] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[252594.790288] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[252594.790289] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[252594.790289] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[252594.790289] PKRU: 55555554
[252594.790290] Call Trace:
[252594.790290] <TASK>
[252594.790292] _raw_spin_lock_irqsave+0x46/0x60
[252594.790293] cgroup_rstat_flush+0xf4/0x7e0
[252594.790294] cgroup_rstat_exit+0x20/0xf0
[252594.790295] css_free_rwork_fn+0x12e/0x400
[252594.790296] process_one_work+0x19e/0x3e0
[252594.790298] worker_thread+0x2ad/0x3c0
[252594.790299] kthread+0x108/0x220
[252594.790300] ? __pfx_worker_thread+0x10/0x10
[252594.790302] ? __pfx_kthread+0x10/0x10
[252594.790303] ret_from_fork+0x3d/0x60
[252594.790304] ? __pfx_kthread+0x10/0x10
[252594.790305] ret_from_fork_asm+0x1a/0x30
[252594.790306] </TASK>
[252774.805132] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[252774.818310] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15254799
[252774.836232] rcu: (detected by 158, t=55474519 jiffies, g=639685, q=49595 ncpus=256)
[252774.851653] Sending NMI from CPU 158 to CPUs 156:
[252774.851658] NMI backtrace for cpu 156
[252774.851661] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[252774.851663] Tainted: [D]=DIE, [W]=WARN
[252774.851663] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[252774.851664] Workqueue: cgroup_destroy css_free_rwork_fn
[252774.851666] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[252774.851668] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[252774.851669] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[252774.851670] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[252774.851670] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[252774.851671] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[252774.851671] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[252774.851672] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[252774.851672] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[252774.851673] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[252774.851673] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[252774.851674] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[252774.851674] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[252774.851675] PKRU: 55555554
[252774.851675] Call Trace:
[252774.851676] <TASK>
[252774.851677] _raw_spin_lock_irqsave+0x46/0x60
[252774.851678] cgroup_rstat_flush+0xf4/0x7e0
[252774.851679] cgroup_rstat_exit+0x20/0xf0
[252774.851680] css_free_rwork_fn+0x12e/0x400
[252774.851681] process_one_work+0x19e/0x3e0
[252774.851683] worker_thread+0x2ad/0x3c0
[252774.851684] kthread+0x108/0x220
[252774.851685] ? __pfx_worker_thread+0x10/0x10
[252774.851687] ? __pfx_kthread+0x10/0x10
[252774.851688] ret_from_fork+0x3d/0x60
[252774.851689] ? __pfx_kthread+0x10/0x10
[252774.851690] ret_from_fork_asm+0x1a/0x30
[252774.851692] </TASK>
[252954.866371] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[252954.879573] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15276353
[252954.897515] rcu: (detected by 175, t=55519535 jiffies, g=639685, q=49611 ncpus=256)
[252954.912954] Sending NMI from CPU 175 to CPUs 156:
[252954.912958] NMI backtrace for cpu 156
[252954.912964] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[252954.912966] Tainted: [D]=DIE, [W]=WARN
[252954.912967] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[252954.912968] Workqueue: cgroup_destroy css_free_rwork_fn
[252954.912970] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[252954.912972] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[252954.912972] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[252954.912973] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[252954.912973] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[252954.912974] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[252954.912975] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[252954.912975] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[252954.912976] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[252954.912977] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[252954.912977] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[252954.912978] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[252954.912978] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[252954.912979] PKRU: 55555554
[252954.912979] Call Trace:
[252954.912980] <TASK>
[252954.912981] _raw_spin_lock_irqsave+0x46/0x60
[252954.912982] cgroup_rstat_flush+0xf4/0x7e0
[252954.912983] cgroup_rstat_exit+0x20/0xf0
[252954.912984] css_free_rwork_fn+0x12e/0x400
[252954.912985] process_one_work+0x19e/0x3e0
[252954.912987] worker_thread+0x2ad/0x3c0
[252954.912988] kthread+0x108/0x220
[252954.912989] ? __pfx_worker_thread+0x10/0x10
[252954.912991] ? __pfx_kthread+0x10/0x10
[252954.912992] ret_from_fork+0x3d/0x60
[252954.912993] ? __pfx_kthread+0x10/0x10
[252954.912994] ret_from_fork_asm+0x1a/0x30
[252954.912996] </TASK>
[253134.927612] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[253134.940813] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15297144
[253134.958760] rcu: (detected by 91, t=55564551 jiffies, g=639685, q=49628 ncpus=256)
[253134.974102] Sending NMI from CPU 91 to CPUs 156:
[253134.974108] NMI backtrace for cpu 156
[253134.974114] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[253134.974117] Tainted: [D]=DIE, [W]=WARN
[253134.974117] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[253134.974118] Workqueue: cgroup_destroy css_free_rwork_fn
[253134.974122] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[253134.974124] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[253134.974125] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[253134.974126] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[253134.974126] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[253134.974127] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[253134.974127] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[253134.974127] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[253134.974128] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[253134.974129] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[253134.974129] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[253134.974130] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[253134.974130] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[253134.974131] PKRU: 55555554
[253134.974131] Call Trace:
[253134.974132] <TASK>
[253134.974133] _raw_spin_lock_irqsave+0x46/0x60
[253134.974134] cgroup_rstat_flush+0xf4/0x7e0
[253134.974135] cgroup_rstat_exit+0x20/0xf0
[253134.974136] css_free_rwork_fn+0x12e/0x400
[253134.974137] process_one_work+0x19e/0x3e0
[253134.974139] worker_thread+0x2ad/0x3c0
[253134.974140] kthread+0x108/0x220
[253134.974141] ? __pfx_worker_thread+0x10/0x10
[253134.974143] ? __pfx_kthread+0x10/0x10
[253134.974144] ret_from_fork+0x3d/0x60
[253134.974145] ? __pfx_kthread+0x10/0x10
[253134.974146] ret_from_fork_asm+0x1a/0x30
[253134.974148] </TASK>
[253314.988856] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[253315.002039] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15318759
[253315.019973] rcu: (detected by 3, t=55609567 jiffies, g=639685, q=49641 ncpus=256)
[253315.035204] Sending NMI from CPU 3 to CPUs 156:
[253315.035209] NMI backtrace for cpu 156
[253315.035215] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[253315.035218] Tainted: [D]=DIE, [W]=WARN
[253315.035218] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[253315.035219] Workqueue: cgroup_destroy css_free_rwork_fn
[253315.035223] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[253315.035225] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[253315.035226] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[253315.035227] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[253315.035227] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[253315.035227] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[253315.035228] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[253315.035228] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[253315.035229] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[253315.035230] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[253315.035230] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[253315.035231] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[253315.035232] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[253315.035232] PKRU: 55555554
[253315.035232] Call Trace:
[253315.035233] <TASK>
[253315.035234] _raw_spin_lock_irqsave+0x46/0x60
[253315.035236] cgroup_rstat_flush+0xf4/0x7e0
[253315.035237] cgroup_rstat_exit+0x20/0xf0
[253315.035238] css_free_rwork_fn+0x12e/0x400
[253315.035239] process_one_work+0x19e/0x3e0
[253315.035241] worker_thread+0x2ad/0x3c0
[253315.035242] kthread+0x108/0x220
[253315.035243] ? __pfx_worker_thread+0x10/0x10
[253315.035245] ? __pfx_kthread+0x10/0x10
[253315.035246] ret_from_fork+0x3d/0x60
[253315.035247] ? __pfx_kthread+0x10/0x10
[253315.035247] ret_from_fork_asm+0x1a/0x30
[253315.035249] </TASK>
[253495.050097] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[253495.063276] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15340257
[253495.081206] rcu: (detected by 159, t=55654583 jiffies, g=639685, q=49657 ncpus=256)
[253495.096633] Sending NMI from CPU 159 to CPUs 156:
[253495.096637] NMI backtrace for cpu 156
[253495.096640] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[253495.096641] Tainted: [D]=DIE, [W]=WARN
[253495.096642] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[253495.096643] Workqueue: cgroup_destroy css_free_rwork_fn
[253495.096645] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[253495.096647] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[253495.096647] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[253495.096648] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[253495.096649] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[253495.096649] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[253495.096649] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[253495.096650] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[253495.096651] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[253495.096651] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[253495.096652] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[253495.096652] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[253495.096653] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[253495.096653] PKRU: 55555554
[253495.096653] Call Trace:
[253495.096654] <TASK>
[253495.096655] _raw_spin_lock_irqsave+0x46/0x60
[253495.096656] cgroup_rstat_flush+0xf4/0x7e0
[253495.096657] cgroup_rstat_exit+0x20/0xf0
[253495.096659] css_free_rwork_fn+0x12e/0x400
[253495.096659] process_one_work+0x19e/0x3e0
[253495.096661] worker_thread+0x2ad/0x3c0
[253495.096663] kthread+0x108/0x220
[253495.096663] ? __pfx_worker_thread+0x10/0x10
[253495.096665] ? __pfx_kthread+0x10/0x10
[253495.096666] ret_from_fork+0x3d/0x60
[253495.096667] ? __pfx_kthread+0x10/0x10
[253495.096668] ret_from_fork_asm+0x1a/0x30
[253495.096670] </TASK>
[253675.111340] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[253675.124526] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15361857
[253675.142457] rcu: (detected by 44, t=55699599 jiffies, g=639685, q=49673 ncpus=256)
[253675.157783] Sending NMI from CPU 44 to CPUs 156:
[253675.157789] NMI backtrace for cpu 156
[253675.157795] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[253675.157798] Tainted: [D]=DIE, [W]=WARN
[253675.157798] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[253675.157799] Workqueue: cgroup_destroy css_free_rwork_fn
[253675.157801] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[253675.157803] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[253675.157803] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[253675.157804] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[253675.157804] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[253675.157805] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[253675.157806] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[253675.157806] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[253675.157807] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[253675.157808] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[253675.157809] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[253675.157809] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[253675.157810] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[253675.157810] PKRU: 55555554
[253675.157810] Call Trace:
[253675.157811] <TASK>
[253675.157812] _raw_spin_lock_irqsave+0x46/0x60
[253675.157813] cgroup_rstat_flush+0xf4/0x7e0
[253675.157815] cgroup_rstat_exit+0x20/0xf0
[253675.157816] css_free_rwork_fn+0x12e/0x400
[253675.157817] process_one_work+0x19e/0x3e0
[253675.157818] worker_thread+0x2ad/0x3c0
[253675.157820] kthread+0x108/0x220
[253675.157821] ? __pfx_worker_thread+0x10/0x10
[253675.157823] ? __pfx_kthread+0x10/0x10
[253675.157824] ret_from_fork+0x3d/0x60
[253675.157825] ? __pfx_kthread+0x10/0x10
[253675.157826] ret_from_fork_asm+0x1a/0x30
[253675.157828] </TASK>
[253855.172579] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[253855.185766] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15382640
[253855.203705] rcu: (detected by 91, t=55744615 jiffies, g=639685, q=49698 ncpus=256)
[253855.219040] Sending NMI from CPU 91 to CPUs 156:
[253855.219045] NMI backtrace for cpu 156
[253855.219051] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[253855.219054] Tainted: [D]=DIE, [W]=WARN
[253855.219054] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[253855.219055] Workqueue: cgroup_destroy css_free_rwork_fn
[253855.219058] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[253855.219060] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[253855.219062] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[253855.219063] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[253855.219063] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[253855.219064] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[253855.219064] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[253855.219065] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[253855.219065] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[253855.219066] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[253855.219066] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[253855.219067] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[253855.219067] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[253855.219068] PKRU: 55555554
[253855.219068] Call Trace:
[253855.219069] <TASK>
[253855.219070] _raw_spin_lock_irqsave+0x46/0x60
[253855.219071] cgroup_rstat_flush+0xf4/0x7e0
[253855.219072] cgroup_rstat_exit+0x20/0xf0
[253855.219074] css_free_rwork_fn+0x12e/0x400
[253855.219074] process_one_work+0x19e/0x3e0
[253855.219076] worker_thread+0x2ad/0x3c0
[253855.219078] kthread+0x108/0x220
[253855.219078] ? __pfx_worker_thread+0x10/0x10
[253855.219080] ? __pfx_kthread+0x10/0x10
[253855.219081] ret_from_fork+0x3d/0x60
[253855.219082] ? __pfx_kthread+0x10/0x10
[253855.219083] ret_from_fork_asm+0x1a/0x30
[253855.219085] </TASK>
[254035.233819] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[254035.246996] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15404237
[254035.264907] rcu: (detected by 175, t=55789631 jiffies, g=639685, q=49719 ncpus=256)
[254035.280326] Sending NMI from CPU 175 to CPUs 156:
[254035.280331] NMI backtrace for cpu 156
[254035.280337] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[254035.280340] Tainted: [D]=DIE, [W]=WARN
[254035.280341] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[254035.280342] Workqueue: cgroup_destroy css_free_rwork_fn
[254035.280345] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[254035.280347] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[254035.280349] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[254035.280349] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[254035.280350] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[254035.280350] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[254035.280350] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[254035.280351] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[254035.280352] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[254035.280352] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[254035.280353] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[254035.280353] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[254035.280354] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[254035.280354] PKRU: 55555554
[254035.280354] Call Trace:
[254035.280355] <TASK>
[254035.280356] _raw_spin_lock_irqsave+0x46/0x60
[254035.280357] cgroup_rstat_flush+0xf4/0x7e0
[254035.280359] cgroup_rstat_exit+0x20/0xf0
[254035.280360] css_free_rwork_fn+0x12e/0x400
[254035.280361] process_one_work+0x19e/0x3e0
[254035.280362] worker_thread+0x2ad/0x3c0
[254035.280364] kthread+0x108/0x220
[254035.280365] ? __pfx_worker_thread+0x10/0x10
[254035.280367] ? __pfx_kthread+0x10/0x10
[254035.280368] ret_from_fork+0x3d/0x60
[254035.280369] ? __pfx_kthread+0x10/0x10
[254035.280370] ret_from_fork_asm+0x1a/0x30
[254035.280371] </TASK>
[254215.295067] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[254215.308248] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15425055
[254215.326186] rcu: (detected by 175, t=55834647 jiffies, g=639685, q=49741 ncpus=256)
[254215.341624] Sending NMI from CPU 175 to CPUs 156:
[254215.341630] NMI backtrace for cpu 156
[254215.341636] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[254215.341639] Tainted: [D]=DIE, [W]=WARN
[254215.341639] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[254215.341641] Workqueue: cgroup_destroy css_free_rwork_fn
[254215.341644] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[254215.341646] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[254215.341647] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[254215.341648] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[254215.341649] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[254215.341649] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[254215.341650] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[254215.341650] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[254215.341652] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[254215.341652] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[254215.341653] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[254215.341653] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[254215.341654] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[254215.341654] PKRU: 55555554
[254215.341654] Call Trace:
[254215.341655] <TASK>
[254215.341656] _raw_spin_lock_irqsave+0x46/0x60
[254215.341658] cgroup_rstat_flush+0xf4/0x7e0
[254215.341659] cgroup_rstat_exit+0x20/0xf0
[254215.341660] css_free_rwork_fn+0x12e/0x400
[254215.341661] process_one_work+0x19e/0x3e0
[254215.341662] worker_thread+0x2ad/0x3c0
[254215.341664] kthread+0x108/0x220
[254215.341665] ? __pfx_worker_thread+0x10/0x10
[254215.341666] ? __pfx_kthread+0x10/0x10
[254215.341667] ret_from_fork+0x3d/0x60
[254215.341669] ? __pfx_kthread+0x10/0x10
[254215.341670] ret_from_fork_asm+0x1a/0x30
[254215.341672] </TASK>
[254395.356302] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[254395.369483] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15445816
[254395.387418] rcu: (detected by 42, t=55879663 jiffies, g=639685, q=49751 ncpus=256)
[254395.402746] Sending NMI from CPU 42 to CPUs 156:
[254395.402750] NMI backtrace for cpu 156
[254395.402756] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[254395.402759] Tainted: [D]=DIE, [W]=WARN
[254395.402760] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[254395.402761] Workqueue: cgroup_destroy css_free_rwork_fn
[254395.402764] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[254395.402766] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[254395.402767] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[254395.402768] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[254395.402768] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[254395.402769] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[254395.402769] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[254395.402770] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[254395.402771] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[254395.402772] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[254395.402772] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[254395.402773] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[254395.402773] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[254395.402773] PKRU: 55555554
[254395.402774] Call Trace:
[254395.402774] <TASK>
[254395.402776] _raw_spin_lock_irqsave+0x46/0x60
[254395.402777] cgroup_rstat_flush+0xf4/0x7e0
[254395.402778] cgroup_rstat_exit+0x20/0xf0
[254395.402780] css_free_rwork_fn+0x12e/0x400
[254395.402781] process_one_work+0x19e/0x3e0
[254395.402782] worker_thread+0x2ad/0x3c0
[254395.402784] kthread+0x108/0x220
[254395.402785] ? __pfx_worker_thread+0x10/0x10
[254395.402786] ? __pfx_kthread+0x10/0x10
[254395.402787] ret_from_fork+0x3d/0x60
[254395.402788] ? __pfx_kthread+0x10/0x10
[254395.402789] ret_from_fork_asm+0x1a/0x30
[254395.402791] </TASK>
[254575.417542] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[254575.430720] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15466611
[254575.448650] rcu: (detected by 175, t=55924679 jiffies, g=639685, q=49774 ncpus=256)
[254575.464080] Sending NMI from CPU 175 to CPUs 156:
[254575.464086] NMI backtrace for cpu 156
[254575.464092] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[254575.464095] Tainted: [D]=DIE, [W]=WARN
[254575.464096] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[254575.464097] Workqueue: cgroup_destroy css_free_rwork_fn
[254575.464100] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[254575.464102] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[254575.464103] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[254575.464104] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[254575.464104] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[254575.464105] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[254575.464105] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[254575.464105] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[254575.464106] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[254575.464107] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[254575.464107] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[254575.464108] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[254575.464108] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[254575.464108] PKRU: 55555554
[254575.464109] Call Trace:
[254575.464110] <TASK>
[254575.464111] _raw_spin_lock_irqsave+0x46/0x60
[254575.464112] cgroup_rstat_flush+0xf4/0x7e0
[254575.464113] cgroup_rstat_exit+0x20/0xf0
[254575.464115] css_free_rwork_fn+0x12e/0x400
[254575.464115] process_one_work+0x19e/0x3e0
[254575.464117] worker_thread+0x2ad/0x3c0
[254575.464119] kthread+0x108/0x220
[254575.464120] ? __pfx_worker_thread+0x10/0x10
[254575.464121] ? __pfx_kthread+0x10/0x10
[254575.464122] ret_from_fork+0x3d/0x60
[254575.464123] ? __pfx_kthread+0x10/0x10
[254575.464124] ret_from_fork_asm+0x1a/0x30
[254575.464126] </TASK>
[254755.478784] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[254755.491976] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15487361
[254755.509911] rcu: (detected by 158, t=55969695 jiffies, g=639685, q=49793 ncpus=256)
[254755.525346] Sending NMI from CPU 158 to CPUs 156:
[254755.525350] NMI backtrace for cpu 156
[254755.525352] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[254755.525355] Tainted: [D]=DIE, [W]=WARN
[254755.525355] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[254755.525356] Workqueue: cgroup_destroy css_free_rwork_fn
[254755.525359] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[254755.525361] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[254755.525362] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[254755.525363] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[254755.525363] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[254755.525364] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[254755.525364] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[254755.525365] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[254755.525365] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[254755.525366] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[254755.525366] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[254755.525367] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[254755.525367] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[254755.525368] PKRU: 55555554
[254755.525368] Call Trace:
[254755.525369] <TASK>
[254755.525370] _raw_spin_lock_irqsave+0x46/0x60
[254755.525371] cgroup_rstat_flush+0xf4/0x7e0
[254755.525372] cgroup_rstat_exit+0x20/0xf0
[254755.525373] css_free_rwork_fn+0x12e/0x400
[254755.525374] process_one_work+0x19e/0x3e0
[254755.525376] worker_thread+0x2ad/0x3c0
[254755.525377] kthread+0x108/0x220
[254755.525378] ? __pfx_worker_thread+0x10/0x10
[254755.525380] ? __pfx_kthread+0x10/0x10
[254755.525381] ret_from_fork+0x3d/0x60
[254755.525382] ? __pfx_kthread+0x10/0x10
[254755.525383] ret_from_fork_asm+0x1a/0x30
[254755.525385] </TASK>
[254935.540026] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[254935.553216] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15508944
[254935.571152] rcu: (detected by 199, t=56014711 jiffies, g=639685, q=49816 ncpus=256)
[254935.586587] Sending NMI from CPU 199 to CPUs 156:
[254935.586592] NMI backtrace for cpu 156
[254935.586598] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[254935.586600] Tainted: [D]=DIE, [W]=WARN
[254935.586601] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[254935.586602] Workqueue: cgroup_destroy css_free_rwork_fn
[254935.586604] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[254935.586606] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[254935.586607] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[254935.586607] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[254935.586608] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[254935.586608] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[254935.586609] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[254935.586610] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[254935.586611] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[254935.586612] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[254935.586612] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[254935.586613] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[254935.586613] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[254935.586614] PKRU: 55555554
[254935.586614] Call Trace:
[254935.586615] <TASK>
[254935.586616] _raw_spin_lock_irqsave+0x46/0x60
[254935.586617] cgroup_rstat_flush+0xf4/0x7e0
[254935.586619] cgroup_rstat_exit+0x20/0xf0
[254935.586620] css_free_rwork_fn+0x12e/0x400
[254935.586620] process_one_work+0x19e/0x3e0
[254935.586622] worker_thread+0x2ad/0x3c0
[254935.586624] kthread+0x108/0x220
[254935.586625] ? __pfx_worker_thread+0x10/0x10
[254935.586626] ? __pfx_kthread+0x10/0x10
[254935.586627] ret_from_fork+0x3d/0x60
[254935.586628] ? __pfx_kthread+0x10/0x10
[254935.586629] ret_from_fork_asm+0x1a/0x30
[254935.586631] </TASK>
[255115.601269] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[255115.614469] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15530520
[255115.632408] rcu: (detected by 47, t=56059725 jiffies, g=639685, q=49837 ncpus=256)
[255115.647737] Sending NMI from CPU 47 to CPUs 156:
[255115.647742] NMI backtrace for cpu 156
[255115.647748] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[255115.647752] Tainted: [D]=DIE, [W]=WARN
[255115.647752] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[255115.647753] Workqueue: cgroup_destroy css_free_rwork_fn
[255115.647756] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[255115.647758] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[255115.647759] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[255115.647760] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[255115.647761] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[255115.647761] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[255115.647761] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[255115.647762] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[255115.647763] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[255115.647764] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[255115.647764] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[255115.647765] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[255115.647766] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[255115.647766] PKRU: 55555554
[255115.647767] Call Trace:
[255115.647767] <TASK>
[255115.647768] _raw_spin_lock_irqsave+0x46/0x60
[255115.647769] cgroup_rstat_flush+0xf4/0x7e0
[255115.647771] cgroup_rstat_exit+0x20/0xf0
[255115.647772] css_free_rwork_fn+0x12e/0x400
[255115.647773] process_one_work+0x19e/0x3e0
[255115.647774] worker_thread+0x2ad/0x3c0
[255115.647776] kthread+0x108/0x220
[255115.647777] ? __pfx_worker_thread+0x10/0x10
[255115.647778] ? __pfx_kthread+0x10/0x10
[255115.647779] ret_from_fork+0x3d/0x60
[255115.647780] ? __pfx_kthread+0x10/0x10
[255115.647781] ret_from_fork_asm+0x1a/0x30
[255115.647783] </TASK>
[255295.646507] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[255295.659688] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15551298
[255295.677612] rcu: (detected by 38, t=56104739 jiffies, g=639685, q=49853 ncpus=256)
[255295.692931] Sending NMI from CPU 38 to CPUs 156:
[255295.692936] NMI backtrace for cpu 156
[255295.692942] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[255295.692945] Tainted: [D]=DIE, [W]=WARN
[255295.692945] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[255295.692946] Workqueue: cgroup_destroy css_free_rwork_fn
[255295.692949] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[255295.692951] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[255295.692953] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[255295.692954] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[255295.692955] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[255295.692955] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[255295.692956] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[255295.692956] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[255295.692957] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[255295.692958] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[255295.692958] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[255295.692959] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[255295.692959] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[255295.692960] PKRU: 55555554
[255295.692960] Call Trace:
[255295.692961] <TASK>
[255295.692962] _raw_spin_lock_irqsave+0x46/0x60
[255295.692963] cgroup_rstat_flush+0xf4/0x7e0
[255295.692964] cgroup_rstat_exit+0x20/0xf0
[255295.692965] css_free_rwork_fn+0x12e/0x400
[255295.692966] process_one_work+0x19e/0x3e0
[255295.692968] worker_thread+0x2ad/0x3c0
[255295.692969] kthread+0x108/0x220
[255295.692970] ? __pfx_worker_thread+0x10/0x10
[255295.692972] ? __pfx_kthread+0x10/0x10
[255295.692973] ret_from_fork+0x3d/0x60
[255295.692974] ? __pfx_kthread+0x10/0x10
[255295.692975] ret_from_fork_asm+0x1a/0x30
[255295.692977] </TASK>
[255475.707749] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[255475.720933] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15572875
[255475.738865] rcu: (detected by 219, t=56149755 jiffies, g=639685, q=49865 ncpus=256)
[255475.754298] Sending NMI from CPU 219 to CPUs 156:
[255475.754303] NMI backtrace for cpu 156
[255475.754309] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[255475.754312] Tainted: [D]=DIE, [W]=WARN
[255475.754313] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[255475.754313] Workqueue: cgroup_destroy css_free_rwork_fn
[255475.754316] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[255475.754318] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[255475.754320] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[255475.754320] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[255475.754321] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[255475.754321] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[255475.754322] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[255475.754322] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[255475.754323] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[255475.754324] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[255475.754324] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[255475.754325] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[255475.754325] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[255475.754325] PKRU: 55555554
[255475.754326] Call Trace:
[255475.754326] <TASK>
[255475.754327] _raw_spin_lock_irqsave+0x46/0x60
[255475.754329] cgroup_rstat_flush+0xf4/0x7e0
[255475.754330] cgroup_rstat_exit+0x20/0xf0
[255475.754331] css_free_rwork_fn+0x12e/0x400
[255475.754332] process_one_work+0x19e/0x3e0
[255475.754334] worker_thread+0x2ad/0x3c0
[255475.754335] kthread+0x108/0x220
[255475.754336] ? __pfx_worker_thread+0x10/0x10
[255475.754338] ? __pfx_kthread+0x10/0x10
[255475.754339] ret_from_fork+0x3d/0x60
[255475.754340] ? __pfx_kthread+0x10/0x10
[255475.754341] ret_from_fork_asm+0x1a/0x30
[255475.754342] </TASK>
[255655.768990] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[255655.782172] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15594457
[255655.800105] rcu: (detected by 219, t=56194771 jiffies, g=639685, q=49877 ncpus=256)
[255655.815541] Sending NMI from CPU 219 to CPUs 156:
[255655.815545] NMI backtrace for cpu 156
[255655.815552] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[255655.815555] Tainted: [D]=DIE, [W]=WARN
[255655.815555] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[255655.815556] Workqueue: cgroup_destroy css_free_rwork_fn
[255655.815559] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[255655.815561] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[255655.815562] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[255655.815563] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[255655.815564] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[255655.815564] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[255655.815564] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[255655.815565] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[255655.815566] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[255655.815566] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[255655.815566] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[255655.815567] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[255655.815567] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[255655.815568] PKRU: 55555554
[255655.815568] Call Trace:
[255655.815569] <TASK>
[255655.815570] _raw_spin_lock_irqsave+0x46/0x60
[255655.815571] cgroup_rstat_flush+0xf4/0x7e0
[255655.815573] cgroup_rstat_exit+0x20/0xf0
[255655.815574] css_free_rwork_fn+0x12e/0x400
[255655.815575] process_one_work+0x19e/0x3e0
[255655.815576] worker_thread+0x2ad/0x3c0
[255655.815578] kthread+0x108/0x220
[255655.815579] ? __pfx_worker_thread+0x10/0x10
[255655.815580] ? __pfx_kthread+0x10/0x10
[255655.815581] ret_from_fork+0x3d/0x60
[255655.815583] ? __pfx_kthread+0x10/0x10
[255655.815583] ret_from_fork_asm+0x1a/0x30
[255655.815585] </TASK>
[255835.830231] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[255835.843418] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15616046
[255835.861354] rcu: (detected by 199, t=56239787 jiffies, g=639685, q=49900 ncpus=256)
[255835.876786] Sending NMI from CPU 199 to CPUs 156:
[255835.876791] NMI backtrace for cpu 156
[255835.876797] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[255835.876800] Tainted: [D]=DIE, [W]=WARN
[255835.876800] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[255835.876801] Workqueue: cgroup_destroy css_free_rwork_fn
[255835.876804] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[255835.876806] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[255835.876808] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[255835.876808] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[255835.876809] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[255835.876809] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[255835.876809] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[255835.876810] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[255835.876811] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[255835.876811] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[255835.876812] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[255835.876812] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[255835.876813] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[255835.876813] PKRU: 55555554
[255835.876813] Call Trace:
[255835.876814] <TASK>
[255835.876815] _raw_spin_lock_irqsave+0x46/0x60
[255835.876816] cgroup_rstat_flush+0xf4/0x7e0
[255835.876818] cgroup_rstat_exit+0x20/0xf0
[255835.876819] css_free_rwork_fn+0x12e/0x400
[255835.876820] process_one_work+0x19e/0x3e0
[255835.876821] worker_thread+0x2ad/0x3c0
[255835.876823] kthread+0x108/0x220
[255835.876824] ? __pfx_worker_thread+0x10/0x10
[255835.876825] ? __pfx_kthread+0x10/0x10
[255835.876826] ret_from_fork+0x3d/0x60
[255835.876827] ? __pfx_kthread+0x10/0x10
[255835.876828] ret_from_fork_asm+0x1a/0x30
[255835.876830] </TASK>
[256015.891473] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[256015.904657] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15637584
[256015.922594] rcu: (detected by 219, t=56284803 jiffies, g=639685, q=49915 ncpus=256)
[256015.938032] Sending NMI from CPU 219 to CPUs 156:
[256015.938038] NMI backtrace for cpu 156
[256015.938044] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[256015.938046] Tainted: [D]=DIE, [W]=WARN
[256015.938047] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[256015.938048] Workqueue: cgroup_destroy css_free_rwork_fn
[256015.938051] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[256015.938053] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[256015.938054] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[256015.938055] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[256015.938055] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[256015.938056] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[256015.938056] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[256015.938057] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[256015.938058] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[256015.938059] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[256015.938059] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[256015.938060] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[256015.938060] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[256015.938061] PKRU: 55555554
[256015.938061] Call Trace:
[256015.938062] <TASK>
[256015.938063] _raw_spin_lock_irqsave+0x46/0x60
[256015.938064] cgroup_rstat_flush+0xf4/0x7e0
[256015.938065] cgroup_rstat_exit+0x20/0xf0
[256015.938066] css_free_rwork_fn+0x12e/0x400
[256015.938067] process_one_work+0x19e/0x3e0
[256015.938069] worker_thread+0x2ad/0x3c0
[256015.938071] kthread+0x108/0x220
[256015.938071] ? __pfx_worker_thread+0x10/0x10
[256015.938073] ? __pfx_kthread+0x10/0x10
[256015.938074] ret_from_fork+0x3d/0x60
[256015.938075] ? __pfx_kthread+0x10/0x10
[256015.938076] ret_from_fork_asm+0x1a/0x30
[256015.938078] </TASK>
[256195.952715] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[256195.965906] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15659194
[256195.983851] rcu: (detected by 219, t=56329819 jiffies, g=639685, q=49930 ncpus=256)
[256195.999296] Sending NMI from CPU 219 to CPUs 156:
[256195.999300] NMI backtrace for cpu 156
[256195.999306] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[256195.999308] Tainted: [D]=DIE, [W]=WARN
[256195.999309] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[256195.999310] Workqueue: cgroup_destroy css_free_rwork_fn
[256195.999313] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[256195.999315] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[256195.999317] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[256195.999317] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[256195.999318] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[256195.999318] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[256195.999318] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[256195.999319] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[256195.999320] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[256195.999320] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[256195.999321] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[256195.999321] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[256195.999322] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[256195.999322] PKRU: 55555554
[256195.999322] Call Trace:
[256195.999323] <TASK>
[256195.999324] _raw_spin_lock_irqsave+0x46/0x60
[256195.999325] cgroup_rstat_flush+0xf4/0x7e0
[256195.999327] cgroup_rstat_exit+0x20/0xf0
[256195.999328] css_free_rwork_fn+0x12e/0x400
[256195.999329] process_one_work+0x19e/0x3e0
[256195.999330] worker_thread+0x2ad/0x3c0
[256195.999332] kthread+0x108/0x220
[256195.999333] ? __pfx_worker_thread+0x10/0x10
[256195.999334] ? __pfx_kthread+0x10/0x10
[256195.999335] ret_from_fork+0x3d/0x60
[256195.999336] ? __pfx_kthread+0x10/0x10
[256195.999337] ret_from_fork_asm+0x1a/0x30
[256195.999339] </TASK>
[256376.013956] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[256376.027141] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15680777
[256376.045086] rcu: (detected by 91, t=56374835 jiffies, g=639685, q=49950 ncpus=256)
[256376.060425] Sending NMI from CPU 91 to CPUs 156:
[256376.060429] NMI backtrace for cpu 156
[256376.060435] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[256376.060438] Tainted: [D]=DIE, [W]=WARN
[256376.060439] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[256376.060440] Workqueue: cgroup_destroy css_free_rwork_fn
[256376.060443] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[256376.060445] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[256376.060447] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[256376.060447] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[256376.060448] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[256376.060448] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[256376.060449] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[256376.060449] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[256376.060450] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[256376.060451] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[256376.060451] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[256376.060452] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[256376.060452] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[256376.060452] PKRU: 55555554
[256376.060453] Call Trace:
[256376.060453] <TASK>
[256376.060455] _raw_spin_lock_irqsave+0x46/0x60
[256376.060456] cgroup_rstat_flush+0xf4/0x7e0
[256376.060457] cgroup_rstat_exit+0x20/0xf0
[256376.060458] css_free_rwork_fn+0x12e/0x400
[256376.060459] process_one_work+0x19e/0x3e0
[256376.060461] worker_thread+0x2ad/0x3c0
[256376.060462] kthread+0x108/0x220
[256376.060463] ? __pfx_worker_thread+0x10/0x10
[256376.060465] ? __pfx_kthread+0x10/0x10
[256376.060466] ret_from_fork+0x3d/0x60
[256376.060467] ? __pfx_kthread+0x10/0x10
[256376.060468] ret_from_fork_asm+0x1a/0x30
[256376.060470] </TASK>
[256556.075196] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[256556.088384] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15702378
[256556.106317] rcu: (detected by 175, t=56419851 jiffies, g=639685, q=49969 ncpus=256)
[256556.121751] Sending NMI from CPU 175 to CPUs 156:
[256556.121756] NMI backtrace for cpu 156
[256556.121762] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[256556.121765] Tainted: [D]=DIE, [W]=WARN
[256556.121765] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[256556.121766] Workqueue: cgroup_destroy css_free_rwork_fn
[256556.121769] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[256556.121771] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[256556.121773] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[256556.121774] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[256556.121774] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[256556.121774] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[256556.121775] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[256556.121775] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[256556.121776] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[256556.121777] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[256556.121777] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[256556.121778] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[256556.121778] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[256556.121778] PKRU: 55555554
[256556.121779] Call Trace:
[256556.121780] <TASK>
[256556.121781] _raw_spin_lock_irqsave+0x46/0x60
[256556.121782] cgroup_rstat_flush+0xf4/0x7e0
[256556.121783] cgroup_rstat_exit+0x20/0xf0
[256556.121785] css_free_rwork_fn+0x12e/0x400
[256556.121785] process_one_work+0x19e/0x3e0
[256556.121787] worker_thread+0x2ad/0x3c0
[256556.121789] kthread+0x108/0x220
[256556.121789] ? __pfx_worker_thread+0x10/0x10
[256556.121791] ? __pfx_kthread+0x10/0x10
[256556.121792] ret_from_fork+0x3d/0x60
[256556.121793] ? __pfx_kthread+0x10/0x10
[256556.121794] ret_from_fork_asm+0x1a/0x30
[256556.121796] </TASK>
[256736.136437] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[256736.149619] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15723181
[256736.167550] rcu: (detected by 175, t=56464867 jiffies, g=639685, q=49986 ncpus=256)
[256736.182974] Sending NMI from CPU 175 to CPUs 156:
[256736.182979] NMI backtrace for cpu 156
[256736.182985] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[256736.182988] Tainted: [D]=DIE, [W]=WARN
[256736.182989] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[256736.182990] Workqueue: cgroup_destroy css_free_rwork_fn
[256736.182993] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[256736.182995] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[256736.182996] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[256736.182997] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[256736.182997] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[256736.182998] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[256736.182998] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[256736.182999] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[256736.183000] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[256736.183000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[256736.183000] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[256736.183001] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[256736.183002] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[256736.183002] PKRU: 55555554
[256736.183002] Call Trace:
[256736.183003] <TASK>
[256736.183004] _raw_spin_lock_irqsave+0x46/0x60
[256736.183005] cgroup_rstat_flush+0xf4/0x7e0
[256736.183007] cgroup_rstat_exit+0x20/0xf0
[256736.183008] css_free_rwork_fn+0x12e/0x400
[256736.183009] process_one_work+0x19e/0x3e0
[256736.183010] worker_thread+0x2ad/0x3c0
[256736.183012] kthread+0x108/0x220
[256736.183013] ? __pfx_worker_thread+0x10/0x10
[256736.183014] ? __pfx_kthread+0x10/0x10
[256736.183015] ret_from_fork+0x3d/0x60
[256736.183016] ? __pfx_kthread+0x10/0x10
[256736.183017] ret_from_fork_asm+0x1a/0x30
[256736.183019] </TASK>
[256916.197680] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[256916.210878] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15743977
[256916.228830] rcu: (detected by 219, t=56509883 jiffies, g=639685, q=50002 ncpus=256)
[256916.244271] Sending NMI from CPU 219 to CPUs 156:
[256916.244276] NMI backtrace for cpu 156
[256916.244281] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[256916.244285] Tainted: [D]=DIE, [W]=WARN
[256916.244285] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[256916.244286] Workqueue: cgroup_destroy css_free_rwork_fn
[256916.244289] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[256916.244291] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[256916.244293] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[256916.244294] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[256916.244294] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[256916.244294] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[256916.244295] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[256916.244296] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[256916.244297] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[256916.244297] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[256916.244298] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[256916.244299] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[256916.244299] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[256916.244299] PKRU: 55555554
[256916.244300] Call Trace:
[256916.244300] <TASK>
[256916.244301] _raw_spin_lock_irqsave+0x46/0x60
[256916.244303] cgroup_rstat_flush+0xf4/0x7e0
[256916.244304] cgroup_rstat_exit+0x20/0xf0
[256916.244305] css_free_rwork_fn+0x12e/0x400
[256916.244306] process_one_work+0x19e/0x3e0
[256916.244308] worker_thread+0x2ad/0x3c0
[256916.244309] kthread+0x108/0x220
[256916.244310] ? __pfx_worker_thread+0x10/0x10
[256916.244312] ? __pfx_kthread+0x10/0x10
[256916.244313] ret_from_fork+0x3d/0x60
[256916.244314] ? __pfx_kthread+0x10/0x10
[256916.244315] ret_from_fork_asm+0x1a/0x30
[256916.244317] </TASK>
[257096.258920] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[257096.272099] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15764354
[257096.290035] rcu: (detected by 175, t=56554899 jiffies, g=639685, q=50012 ncpus=256)
[257096.305463] Sending NMI from CPU 175 to CPUs 156:
[257096.305468] NMI backtrace for cpu 156
[257096.305474] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[257096.305477] Tainted: [D]=DIE, [W]=WARN
[257096.305477] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[257096.305478] Workqueue: cgroup_destroy css_free_rwork_fn
[257096.305481] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[257096.305483] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[257096.305484] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[257096.305485] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[257096.305486] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[257096.305486] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[257096.305486] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[257096.305487] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[257096.305488] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[257096.305488] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[257096.305489] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[257096.305489] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[257096.305490] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[257096.305490] PKRU: 55555554
[257096.305490] Call Trace:
[257096.305491] <TASK>
[257096.305492] _raw_spin_lock_irqsave+0x46/0x60
[257096.305493] cgroup_rstat_flush+0xf4/0x7e0
[257096.305495] cgroup_rstat_exit+0x20/0xf0
[257096.305496] css_free_rwork_fn+0x12e/0x400
[257096.305497] process_one_work+0x19e/0x3e0
[257096.305498] worker_thread+0x2ad/0x3c0
[257096.305500] kthread+0x108/0x220
[257096.305501] ? __pfx_worker_thread+0x10/0x10
[257096.305502] ? __pfx_kthread+0x10/0x10
[257096.305503] ret_from_fork+0x3d/0x60
[257096.305504] ? __pfx_kthread+0x10/0x10
[257096.305505] ret_from_fork_asm+0x1a/0x30
[257096.305507] </TASK>
[257276.320162] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[257276.333355] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15782673
[257276.351298] rcu: (detected by 219, t=56599915 jiffies, g=639685, q=50023 ncpus=256)
[257276.366737] Sending NMI from CPU 219 to CPUs 156:
[257276.366741] NMI backtrace for cpu 156
[257276.366747] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[257276.366750] Tainted: [D]=DIE, [W]=WARN
[257276.366751] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[257276.366752] Workqueue: cgroup_destroy css_free_rwork_fn
[257276.366755] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[257276.366757] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[257276.366759] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[257276.366759] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[257276.366760] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[257276.366760] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[257276.366760] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[257276.366761] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[257276.366762] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[257276.366763] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[257276.366763] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[257276.366764] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[257276.366764] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[257276.366765] PKRU: 55555554
[257276.366765] Call Trace:
[257276.366766] <TASK>
[257276.366767] _raw_spin_lock_irqsave+0x46/0x60
[257276.366768] cgroup_rstat_flush+0xf4/0x7e0
[257276.366769] cgroup_rstat_exit+0x20/0xf0
[257276.366771] css_free_rwork_fn+0x12e/0x400
[257276.366771] process_one_work+0x19e/0x3e0
[257276.366773] worker_thread+0x2ad/0x3c0
[257276.366775] kthread+0x108/0x220
[257276.366776] ? __pfx_worker_thread+0x10/0x10
[257276.366777] ? __pfx_kthread+0x10/0x10
[257276.366778] ret_from_fork+0x3d/0x60
[257276.366779] ? __pfx_kthread+0x10/0x10
[257276.366780] ret_from_fork_asm+0x1a/0x30
[257276.366782] </TASK>
[257456.381402] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[257456.394578] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15800925
[257456.412510] rcu: (detected by 91, t=56644931 jiffies, g=639685, q=50037 ncpus=256)
[257456.427833] Sending NMI from CPU 91 to CPUs 156:
[257456.427838] NMI backtrace for cpu 156
[257456.427844] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[257456.427847] Tainted: [D]=DIE, [W]=WARN
[257456.427847] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[257456.427848] Workqueue: cgroup_destroy css_free_rwork_fn
[257456.427851] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[257456.427853] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[257456.427855] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[257456.427855] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[257456.427856] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[257456.427856] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[257456.427856] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[257456.427857] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[257456.427858] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[257456.427858] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[257456.427859] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[257456.427860] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[257456.427860] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[257456.427860] PKRU: 55555554
[257456.427861] Call Trace:
[257456.427861] <TASK>
[257456.427862] _raw_spin_lock_irqsave+0x46/0x60
[257456.427864] cgroup_rstat_flush+0xf4/0x7e0
[257456.427865] cgroup_rstat_exit+0x20/0xf0
[257456.427866] css_free_rwork_fn+0x12e/0x400
[257456.427867] process_one_work+0x19e/0x3e0
[257456.427868] worker_thread+0x2ad/0x3c0
[257456.427870] kthread+0x108/0x220
[257456.427871] ? __pfx_worker_thread+0x10/0x10
[257456.427872] ? __pfx_kthread+0x10/0x10
[257456.427873] ret_from_fork+0x3d/0x60
[257456.427874] ? __pfx_kthread+0x10/0x10
[257456.427875] ret_from_fork_asm+0x1a/0x30
[257456.427877] </TASK>
[257636.442644] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[257636.455819] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15818690
[257636.473735] rcu: (detected by 19, t=56689947 jiffies, g=639685, q=50048 ncpus=256)
[257636.489042] Sending NMI from CPU 19 to CPUs 156:
[257636.489046] NMI backtrace for cpu 156
[257636.489052] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[257636.489055] Tainted: [D]=DIE, [W]=WARN
[257636.489055] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[257636.489056] Workqueue: cgroup_destroy css_free_rwork_fn
[257636.489059] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[257636.489061] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[257636.489062] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[257636.489063] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[257636.489064] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[257636.489064] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[257636.489064] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[257636.489065] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[257636.489066] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[257636.489066] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[257636.489066] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[257636.489067] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[257636.489067] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[257636.489068] PKRU: 55555554
[257636.489068] Call Trace:
[257636.489069] <TASK>
[257636.489070] _raw_spin_lock_irqsave+0x46/0x60
[257636.489071] cgroup_rstat_flush+0xf4/0x7e0
[257636.489073] cgroup_rstat_exit+0x20/0xf0
[257636.489074] css_free_rwork_fn+0x12e/0x400
[257636.489075] process_one_work+0x19e/0x3e0
[257636.489076] worker_thread+0x2ad/0x3c0
[257636.489078] kthread+0x108/0x220
[257636.489079] ? __pfx_worker_thread+0x10/0x10
[257636.489080] ? __pfx_kthread+0x10/0x10
[257636.489081] ret_from_fork+0x3d/0x60
[257636.489082] ? __pfx_kthread+0x10/0x10
[257636.489083] ret_from_fork_asm+0x1a/0x30
[257636.489085] </TASK>
[257816.503886] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[257816.517052] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15837117
[257816.534973] rcu: (detected by 158, t=56734963 jiffies, g=639685, q=50074 ncpus=256)
[257816.550389] Sending NMI from CPU 158 to CPUs 156:
[257816.550392] NMI backtrace for cpu 156
[257816.550395] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[257816.550397] Tainted: [D]=DIE, [W]=WARN
[257816.550398] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[257816.550399] Workqueue: cgroup_destroy css_free_rwork_fn
[257816.550402] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[257816.550403] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[257816.550404] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[257816.550405] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[257816.550405] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[257816.550406] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[257816.550406] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[257816.550407] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[257816.550408] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[257816.550408] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[257816.550408] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[257816.550409] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[257816.550409] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[257816.550410] PKRU: 55555554
[257816.550410] Call Trace:
[257816.550411] <TASK>
[257816.550412] _raw_spin_lock_irqsave+0x46/0x60
[257816.550413] cgroup_rstat_flush+0xf4/0x7e0
[257816.550414] cgroup_rstat_exit+0x20/0xf0
[257816.550415] css_free_rwork_fn+0x12e/0x400
[257816.550416] process_one_work+0x19e/0x3e0
[257816.550418] worker_thread+0x2ad/0x3c0
[257816.550419] kthread+0x108/0x220
[257816.550420] ? __pfx_worker_thread+0x10/0x10
[257816.550422] ? __pfx_kthread+0x10/0x10
[257816.550423] ret_from_fork+0x3d/0x60
[257816.550424] ? __pfx_kthread+0x10/0x10
[257816.550425] ret_from_fork_asm+0x1a/0x30
[257816.550427] </TASK>
[257996.565126] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[257996.578318] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15855396
[257996.596261] rcu: (detected by 3, t=56779979 jiffies, g=639685, q=50091 ncpus=256)
[257996.611497] Sending NMI from CPU 3 to CPUs 156:
[257996.611503] NMI backtrace for cpu 156
[257996.611508] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[257996.611510] Tainted: [D]=DIE, [W]=WARN
[257996.611511] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[257996.611512] Workqueue: cgroup_destroy css_free_rwork_fn
[257996.611514] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[257996.611516] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[257996.611517] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[257996.611518] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[257996.611518] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[257996.611519] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[257996.611519] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[257996.611520] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[257996.611521] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[257996.611522] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[257996.611522] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[257996.611523] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[257996.611523] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[257996.611523] PKRU: 55555554
[257996.611524] Call Trace:
[257996.611524] <TASK>
[257996.611525] _raw_spin_lock_irqsave+0x46/0x60
[257996.611527] cgroup_rstat_flush+0xf4/0x7e0
[257996.611528] cgroup_rstat_exit+0x20/0xf0
[257996.611529] css_free_rwork_fn+0x12e/0x400
[257996.611530] process_one_work+0x19e/0x3e0
[257996.611532] worker_thread+0x2ad/0x3c0
[257996.611533] kthread+0x108/0x220
[257996.611534] ? __pfx_worker_thread+0x10/0x10
[257996.611536] ? __pfx_kthread+0x10/0x10
[257996.611537] ret_from_fork+0x3d/0x60
[257996.611538] ? __pfx_kthread+0x10/0x10
[257996.611539] ret_from_fork_asm+0x1a/0x30
[257996.611541] </TASK>
[258176.626368] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[258176.639557] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15874026
[258176.657490] rcu: (detected by 175, t=56824995 jiffies, g=639685, q=50108 ncpus=256)
[258176.672922] Sending NMI from CPU 175 to CPUs 156:
[258176.672926] NMI backtrace for cpu 156
[258176.672932] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[258176.672935] Tainted: [D]=DIE, [W]=WARN
[258176.672936] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[258176.672937] Workqueue: cgroup_destroy css_free_rwork_fn
[258176.672940] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[258176.672942] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[258176.672943] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[258176.672944] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[258176.672945] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[258176.672945] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[258176.672946] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[258176.672946] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[258176.672947] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[258176.672948] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[258176.672948] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[258176.672949] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[258176.672949] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[258176.672949] PKRU: 55555554
[258176.672950] Call Trace:
[258176.672950] <TASK>
[258176.672952] _raw_spin_lock_irqsave+0x46/0x60
[258176.672953] cgroup_rstat_flush+0xf4/0x7e0
[258176.672954] cgroup_rstat_exit+0x20/0xf0
[258176.672955] css_free_rwork_fn+0x12e/0x400
[258176.672956] process_one_work+0x19e/0x3e0
[258176.672958] worker_thread+0x2ad/0x3c0
[258176.672959] kthread+0x108/0x220
[258176.672960] ? __pfx_worker_thread+0x10/0x10
[258176.672962] ? __pfx_kthread+0x10/0x10
[258176.672963] ret_from_fork+0x3d/0x60
[258176.672964] ? __pfx_kthread+0x10/0x10
[258176.672965] ret_from_fork_asm+0x1a/0x30
[258176.672967] </TASK>
[258356.687610] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[258356.700801] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15892357
[258356.718745] rcu: (detected by 159, t=56870011 jiffies, g=639685, q=50123 ncpus=256)
[258356.734189] Sending NMI from CPU 159 to CPUs 156:
[258356.734194] NMI backtrace for cpu 156
[258356.734196] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[258356.734198] Tainted: [D]=DIE, [W]=WARN
[258356.734198] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[258356.734199] Workqueue: cgroup_destroy css_free_rwork_fn
[258356.734201] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[258356.734203] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[258356.734204] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[258356.734205] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[258356.734205] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[258356.734206] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[258356.734206] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[258356.734206] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[258356.734207] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[258356.734208] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[258356.734208] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[258356.734209] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[258356.734209] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[258356.734209] PKRU: 55555554
[258356.734210] Call Trace:
[258356.734210] <TASK>
[258356.734211] _raw_spin_lock_irqsave+0x46/0x60
[258356.734212] cgroup_rstat_flush+0xf4/0x7e0
[258356.734214] cgroup_rstat_exit+0x20/0xf0
[258356.734215] css_free_rwork_fn+0x12e/0x400
[258356.734216] process_one_work+0x19e/0x3e0
[258356.734217] worker_thread+0x2ad/0x3c0
[258356.734219] kthread+0x108/0x220
[258356.734220] ? __pfx_worker_thread+0x10/0x10
[258356.734221] ? __pfx_kthread+0x10/0x10
[258356.734222] ret_from_fork+0x3d/0x60
[258356.734223] ? __pfx_kthread+0x10/0x10
[258356.734224] ret_from_fork_asm+0x1a/0x30
[258356.734226] </TASK>
[258536.748851] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[258536.762037] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15910647
[258536.779972] rcu: (detected by 3, t=56915027 jiffies, g=639685, q=50135 ncpus=256)
[258536.795205] Sending NMI from CPU 3 to CPUs 156:
[258536.795210] NMI backtrace for cpu 156
[258536.795215] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[258536.795218] Tainted: [D]=DIE, [W]=WARN
[258536.795218] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[258536.795219] Workqueue: cgroup_destroy css_free_rwork_fn
[258536.795222] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[258536.795224] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[258536.795225] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[258536.795226] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[258536.795226] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[258536.795227] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[258536.795228] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[258536.795228] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[258536.795229] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[258536.795230] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[258536.795230] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[258536.795231] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[258536.795232] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[258536.795232] PKRU: 55555554
[258536.795232] Call Trace:
[258536.795233] <TASK>
[258536.795234] _raw_spin_lock_irqsave+0x46/0x60
[258536.795235] cgroup_rstat_flush+0xf4/0x7e0
[258536.795237] cgroup_rstat_exit+0x20/0xf0
[258536.795238] css_free_rwork_fn+0x12e/0x400
[258536.795239] process_one_work+0x19e/0x3e0
[258536.795240] worker_thread+0x2ad/0x3c0
[258536.795242] kthread+0x108/0x220
[258536.795243] ? __pfx_worker_thread+0x10/0x10
[258536.795244] ? __pfx_kthread+0x10/0x10
[258536.795245] ret_from_fork+0x3d/0x60
[258536.795246] ? __pfx_kthread+0x10/0x10
[258536.795247] ret_from_fork_asm+0x1a/0x30
[258536.795249] </TASK>
[258716.810092] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[258716.823266] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15928931
[258716.841194] rcu: (detected by 172, t=56960043 jiffies, g=639685, q=50154 ncpus=256)
[258716.856618] Sending NMI from CPU 172 to CPUs 156:
[258716.856624] NMI backtrace for cpu 156
[258716.856630] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[258716.856633] Tainted: [D]=DIE, [W]=WARN
[258716.856634] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[258716.856635] Workqueue: cgroup_destroy css_free_rwork_fn
[258716.856638] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[258716.856639] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[258716.856641] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[258716.856642] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[258716.856642] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[258716.856643] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[258716.856643] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[258716.856644] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[258716.856644] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[258716.856645] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[258716.856645] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[258716.856646] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[258716.856646] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[258716.856647] PKRU: 55555554
[258716.856647] Call Trace:
[258716.856648] <TASK>
[258716.856649] _raw_spin_lock_irqsave+0x46/0x60
[258716.856650] cgroup_rstat_flush+0xf4/0x7e0
[258716.856651] cgroup_rstat_exit+0x20/0xf0
[258716.856652] css_free_rwork_fn+0x12e/0x400
[258716.856653] process_one_work+0x19e/0x3e0
[258716.856655] worker_thread+0x2ad/0x3c0
[258716.856656] kthread+0x108/0x220
[258716.856657] ? __pfx_worker_thread+0x10/0x10
[258716.856659] ? __pfx_kthread+0x10/0x10
[258716.856660] ret_from_fork+0x3d/0x60
[258716.856661] ? __pfx_kthread+0x10/0x10
[258716.856662] ret_from_fork_asm+0x1a/0x30
[258716.856664] </TASK>
[258896.871333] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[258896.884529] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15947058
[258896.902472] rcu: (detected by 227, t=57005059 jiffies, g=639685, q=50167 ncpus=256)
[258896.917918] Sending NMI from CPU 227 to CPUs 156:
[258896.917923] NMI backtrace for cpu 156
[258896.917929] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[258896.917932] Tainted: [D]=DIE, [W]=WARN
[258896.917933] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[258896.917934] Workqueue: cgroup_destroy css_free_rwork_fn
[258896.917937] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[258896.917938] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[258896.917940] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[258896.917941] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[258896.917941] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[258896.917942] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[258896.917942] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[258896.917943] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[258896.917944] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[258896.917944] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[258896.917944] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[258896.917945] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[258896.917945] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[258896.917946] PKRU: 55555554
[258896.917946] Call Trace:
[258896.917947] <TASK>
[258896.917948] _raw_spin_lock_irqsave+0x46/0x60
[258896.917949] cgroup_rstat_flush+0xf4/0x7e0
[258896.917951] cgroup_rstat_exit+0x20/0xf0
[258896.917952] css_free_rwork_fn+0x12e/0x400
[258896.917952] process_one_work+0x19e/0x3e0
[258896.917954] worker_thread+0x2ad/0x3c0
[258896.917956] kthread+0x108/0x220
[258896.917957] ? __pfx_worker_thread+0x10/0x10
[258896.917958] ? __pfx_kthread+0x10/0x10
[258896.917959] ret_from_fork+0x3d/0x60
[258896.917960] ? __pfx_kthread+0x10/0x10
[258896.917961] ret_from_fork_asm+0x1a/0x30
[258896.917963] </TASK>
[259076.932575] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[259076.945761] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15965854
[259076.963706] rcu: (detected by 71, t=57050075 jiffies, g=639685, q=50186 ncpus=256)
[259076.979042] Sending NMI from CPU 71 to CPUs 156:
[259076.979047] NMI backtrace for cpu 156
[259076.979053] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[259076.979056] Tainted: [D]=DIE, [W]=WARN
[259076.979056] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[259076.979057] Workqueue: cgroup_destroy css_free_rwork_fn
[259076.979060] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[259076.979062] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[259076.979063] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[259076.979064] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[259076.979064] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[259076.979064] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[259076.979065] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[259076.979065] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[259076.979066] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[259076.979067] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[259076.979067] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[259076.979068] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[259076.979068] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[259076.979068] PKRU: 55555554
[259076.979069] Call Trace:
[259076.979070] <TASK>
[259076.979071] _raw_spin_lock_irqsave+0x46/0x60
[259076.979072] cgroup_rstat_flush+0xf4/0x7e0
[259076.979073] cgroup_rstat_exit+0x20/0xf0
[259076.979074] css_free_rwork_fn+0x12e/0x400
[259076.979075] process_one_work+0x19e/0x3e0
[259076.979077] worker_thread+0x2ad/0x3c0
[259076.979078] kthread+0x108/0x220
[259076.979079] ? __pfx_worker_thread+0x10/0x10
[259076.979081] ? __pfx_kthread+0x10/0x10
[259076.979082] ret_from_fork+0x3d/0x60
[259076.979083] ? __pfx_kthread+0x10/0x10
[259076.979084] ret_from_fork_asm+0x1a/0x30
[259076.979086] </TASK>
[259256.993817] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[259257.006995] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=15984017
[259257.024924] rcu: (detected by 175, t=57095091 jiffies, g=639685, q=50200 ncpus=256)
[259257.040348] Sending NMI from CPU 175 to CPUs 156:
[259257.040352] NMI backtrace for cpu 156
[259257.040358] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[259257.040361] Tainted: [D]=DIE, [W]=WARN
[259257.040362] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[259257.040363] Workqueue: cgroup_destroy css_free_rwork_fn
[259257.040366] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[259257.040368] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[259257.040369] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[259257.040370] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[259257.040371] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[259257.040371] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[259257.040371] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[259257.040372] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[259257.040373] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[259257.040373] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[259257.040374] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[259257.040374] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[259257.040375] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[259257.040375] PKRU: 55555554
[259257.040375] Call Trace:
[259257.040376] <TASK>
[259257.040377] _raw_spin_lock_irqsave+0x46/0x60
[259257.040378] cgroup_rstat_flush+0xf4/0x7e0
[259257.040380] cgroup_rstat_exit+0x20/0xf0
[259257.040381] css_free_rwork_fn+0x12e/0x400
[259257.040382] process_one_work+0x19e/0x3e0
[259257.040383] worker_thread+0x2ad/0x3c0
[259257.040385] kthread+0x108/0x220
[259257.040386] ? __pfx_worker_thread+0x10/0x10
[259257.040387] ? __pfx_kthread+0x10/0x10
[259257.040388] ret_from_fork+0x3d/0x60
[259257.040389] ? __pfx_kthread+0x10/0x10
[259257.040390] ret_from_fork_asm+0x1a/0x30
[259257.040392] </TASK>
[259437.055056] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[259437.068234] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16003002
[259437.086169] rcu: (detected by 199, t=57140107 jiffies, g=639685, q=50213 ncpus=256)
[259437.101601] Sending NMI from CPU 199 to CPUs 156:
[259437.101606] NMI backtrace for cpu 156
[259437.101612] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[259437.101614] Tainted: [D]=DIE, [W]=WARN
[259437.101615] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[259437.101616] Workqueue: cgroup_destroy css_free_rwork_fn
[259437.101619] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[259437.101621] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[259437.101622] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[259437.101623] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[259437.101624] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[259437.101624] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[259437.101625] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[259437.101625] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[259437.101626] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[259437.101627] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[259437.101627] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[259437.101628] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[259437.101628] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[259437.101628] PKRU: 55555554
[259437.101629] Call Trace:
[259437.101629] <TASK>
[259437.101630] _raw_spin_lock_irqsave+0x46/0x60
[259437.101632] cgroup_rstat_flush+0xf4/0x7e0
[259437.101633] cgroup_rstat_exit+0x20/0xf0
[259437.101634] css_free_rwork_fn+0x12e/0x400
[259437.101635] process_one_work+0x19e/0x3e0
[259437.101636] worker_thread+0x2ad/0x3c0
[259437.101638] kthread+0x108/0x220
[259437.101639] ? __pfx_worker_thread+0x10/0x10
[259437.101640] ? __pfx_kthread+0x10/0x10
[259437.101641] ret_from_fork+0x3d/0x60
[259437.101642] ? __pfx_kthread+0x10/0x10
[259437.101643] ret_from_fork_asm+0x1a/0x30
[259437.101645] </TASK>
[259617.116298] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[259617.129498] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16021775
[259617.147430] rcu: (detected by 6, t=57185123 jiffies, g=639685, q=50228 ncpus=256)
[259617.162667] Sending NMI from CPU 6 to CPUs 156:
[259617.162672] NMI backtrace for cpu 156
[259617.162679] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[259617.162681] Tainted: [D]=DIE, [W]=WARN
[259617.162682] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[259617.162683] Workqueue: cgroup_destroy css_free_rwork_fn
[259617.162686] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[259617.162688] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[259617.162690] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[259617.162691] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[259617.162691] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[259617.162692] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[259617.162692] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[259617.162692] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[259617.162693] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[259617.162694] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[259617.162694] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[259617.162695] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[259617.162695] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[259617.162695] PKRU: 55555554
[259617.162696] Call Trace:
[259617.162697] <TASK>
[259617.162698] _raw_spin_lock_irqsave+0x46/0x60
[259617.162699] cgroup_rstat_flush+0xf4/0x7e0
[259617.162700] cgroup_rstat_exit+0x20/0xf0
[259617.162701] css_free_rwork_fn+0x12e/0x400
[259617.162702] process_one_work+0x19e/0x3e0
[259617.162704] worker_thread+0x2ad/0x3c0
[259617.162705] kthread+0x108/0x220
[259617.162706] ? __pfx_worker_thread+0x10/0x10
[259617.162708] ? __pfx_kthread+0x10/0x10
[259617.162709] ret_from_fork+0x3d/0x60
[259617.162710] ? __pfx_kthread+0x10/0x10
[259617.162711] ret_from_fork_asm+0x1a/0x30
[259617.162713] </TASK>
[259797.177539] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[259797.190715] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16040905
[259797.208641] rcu: (detected by 219, t=57230139 jiffies, g=639685, q=50253 ncpus=256)
[259797.224064] Sending NMI from CPU 219 to CPUs 156:
[259797.224070] NMI backtrace for cpu 156
[259797.224076] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[259797.224079] Tainted: [D]=DIE, [W]=WARN
[259797.224079] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[259797.224080] Workqueue: cgroup_destroy css_free_rwork_fn
[259797.224083] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[259797.224086] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[259797.224087] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[259797.224088] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[259797.224088] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[259797.224089] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[259797.224089] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[259797.224089] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[259797.224090] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[259797.224091] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[259797.224091] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[259797.224092] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[259797.224092] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[259797.224093] PKRU: 55555554
[259797.224093] Call Trace:
[259797.224094] <TASK>
[259797.224095] _raw_spin_lock_irqsave+0x46/0x60
[259797.224096] cgroup_rstat_flush+0xf4/0x7e0
[259797.224097] cgroup_rstat_exit+0x20/0xf0
[259797.224099] css_free_rwork_fn+0x12e/0x400
[259797.224099] process_one_work+0x19e/0x3e0
[259797.224101] worker_thread+0x2ad/0x3c0
[259797.224103] kthread+0x108/0x220
[259797.224103] ? __pfx_worker_thread+0x10/0x10
[259797.224105] ? __pfx_kthread+0x10/0x10
[259797.224106] ret_from_fork+0x3d/0x60
[259797.224107] ? __pfx_kthread+0x10/0x10
[259797.224108] ret_from_fork_asm+0x1a/0x30
[259797.224110] </TASK>
[259977.238782] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[259977.251971] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16059747
[259977.269909] rcu: (detected by 159, t=57275155 jiffies, g=639685, q=50268 ncpus=256)
[259977.285341] Sending NMI from CPU 159 to CPUs 156:
[259977.285345] NMI backtrace for cpu 156
[259977.285348] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[259977.285349] Tainted: [D]=DIE, [W]=WARN
[259977.285350] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[259977.285351] Workqueue: cgroup_destroy css_free_rwork_fn
[259977.285353] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[259977.285355] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[259977.285356] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[259977.285356] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[259977.285357] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[259977.285357] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[259977.285357] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[259977.285358] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[259977.285359] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[259977.285359] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[259977.285360] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[259977.285360] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[259977.285361] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[259977.285361] PKRU: 55555554
[259977.285361] Call Trace:
[259977.285362] <TASK>
[259977.285363] _raw_spin_lock_irqsave+0x46/0x60
[259977.285364] cgroup_rstat_flush+0xf4/0x7e0
[259977.285365] cgroup_rstat_exit+0x20/0xf0
[259977.285366] css_free_rwork_fn+0x12e/0x400
[259977.285367] process_one_work+0x19e/0x3e0
[259977.285369] worker_thread+0x2ad/0x3c0
[259977.285370] kthread+0x108/0x220
[259977.285371] ? __pfx_worker_thread+0x10/0x10
[259977.285373] ? __pfx_kthread+0x10/0x10
[259977.285374] ret_from_fork+0x3d/0x60
[259977.285375] ? __pfx_kthread+0x10/0x10
[259977.285376] ret_from_fork_asm+0x1a/0x30
[259977.285377] </TASK>
[260157.300020] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[260157.313216] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16078426
[260157.331160] rcu: (detected by 175, t=57320171 jiffies, g=639685, q=50282 ncpus=256)
[260157.346602] Sending NMI from CPU 175 to CPUs 156:
[260157.346607] NMI backtrace for cpu 156
[260157.346612] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[260157.346615] Tainted: [D]=DIE, [W]=WARN
[260157.346616] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[260157.346617] Workqueue: cgroup_destroy css_free_rwork_fn
[260157.346619] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[260157.346621] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[260157.346623] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[260157.346623] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[260157.346624] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[260157.346624] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[260157.346625] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[260157.346626] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[260157.346627] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[260157.346628] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[260157.346629] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[260157.346630] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[260157.346630] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[260157.346630] PKRU: 55555554
[260157.346631] Call Trace:
[260157.346631] <TASK>
[260157.346632] _raw_spin_lock_irqsave+0x46/0x60
[260157.346634] cgroup_rstat_flush+0xf4/0x7e0
[260157.346635] cgroup_rstat_exit+0x20/0xf0
[260157.346637] css_free_rwork_fn+0x12e/0x400
[260157.346638] process_one_work+0x19e/0x3e0
[260157.346639] worker_thread+0x2ad/0x3c0
[260157.346641] kthread+0x108/0x220
[260157.346642] ? __pfx_worker_thread+0x10/0x10
[260157.346643] ? __pfx_kthread+0x10/0x10
[260157.346644] ret_from_fork+0x3d/0x60
[260157.346645] ? __pfx_kthread+0x10/0x10
[260157.346646] ret_from_fork_asm+0x1a/0x30
[260157.346648] </TASK>
[260337.361262] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[260337.374456] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16096776
[260337.392400] rcu: (detected by 227, t=57365187 jiffies, g=639685, q=50293 ncpus=256)
[260337.407840] Sending NMI from CPU 227 to CPUs 156:
[260337.407845] NMI backtrace for cpu 156
[260337.407851] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[260337.407854] Tainted: [D]=DIE, [W]=WARN
[260337.407855] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[260337.407856] Workqueue: cgroup_destroy css_free_rwork_fn
[260337.407859] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[260337.407861] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[260337.407862] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[260337.407863] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[260337.407864] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[260337.407864] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[260337.407865] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[260337.407865] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[260337.407866] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[260337.407867] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[260337.407867] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[260337.407868] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[260337.407868] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[260337.407868] PKRU: 55555554
[260337.407869] Call Trace:
[260337.407869] <TASK>
[260337.407870] _raw_spin_lock_irqsave+0x46/0x60
[260337.407872] cgroup_rstat_flush+0xf4/0x7e0
[260337.407873] cgroup_rstat_exit+0x20/0xf0
[260337.407874] css_free_rwork_fn+0x12e/0x400
[260337.407875] process_one_work+0x19e/0x3e0
[260337.407877] worker_thread+0x2ad/0x3c0
[260337.407878] kthread+0x108/0x220
[260337.407879] ? __pfx_worker_thread+0x10/0x10
[260337.407881] ? __pfx_kthread+0x10/0x10
[260337.407882] ret_from_fork+0x3d/0x60
[260337.407883] ? __pfx_kthread+0x10/0x10
[260337.407884] ret_from_fork_asm+0x1a/0x30
[260337.407885] </TASK>
[260517.422504] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[260517.435700] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16115532
[260517.453640] rcu: (detected by 172, t=57410203 jiffies, g=639685, q=50309 ncpus=256)
[260517.469072] Sending NMI from CPU 172 to CPUs 156:
[260517.469077] NMI backtrace for cpu 156
[260517.469083] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[260517.469086] Tainted: [D]=DIE, [W]=WARN
[260517.469087] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[260517.469088] Workqueue: cgroup_destroy css_free_rwork_fn
[260517.469091] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[260517.469093] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[260517.469094] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[260517.469095] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[260517.469095] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[260517.469095] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[260517.469096] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[260517.469096] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[260517.469097] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[260517.469098] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[260517.469098] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[260517.469099] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[260517.469100] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[260517.469100] PKRU: 55555554
[260517.469101] Call Trace:
[260517.469101] <TASK>
[260517.469103] _raw_spin_lock_irqsave+0x46/0x60
[260517.469104] cgroup_rstat_flush+0xf4/0x7e0
[260517.469105] cgroup_rstat_exit+0x20/0xf0
[260517.469106] css_free_rwork_fn+0x12e/0x400
[260517.469107] process_one_work+0x19e/0x3e0
[260517.469109] worker_thread+0x2ad/0x3c0
[260517.469111] kthread+0x108/0x220
[260517.469112] ? __pfx_worker_thread+0x10/0x10
[260517.469113] ? __pfx_kthread+0x10/0x10
[260517.469114] ret_from_fork+0x3d/0x60
[260517.469115] ? __pfx_kthread+0x10/0x10
[260517.469116] ret_from_fork_asm+0x1a/0x30
[260517.469118] </TASK>
[260697.483745] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[260697.496934] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16133759
[260697.514871] rcu: (detected by 71, t=57455219 jiffies, g=639685, q=50330 ncpus=256)
[260697.530199] Sending NMI from CPU 71 to CPUs 156:
[260697.530203] NMI backtrace for cpu 156
[260697.530209] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[260697.530211] Tainted: [D]=DIE, [W]=WARN
[260697.530212] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[260697.530213] Workqueue: cgroup_destroy css_free_rwork_fn
[260697.530216] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[260697.530218] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[260697.530219] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[260697.530220] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[260697.530221] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[260697.530221] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[260697.530221] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[260697.530222] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[260697.530223] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[260697.530223] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[260697.530224] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[260697.530224] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[260697.530225] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[260697.530225] PKRU: 55555554
[260697.530225] Call Trace:
[260697.530226] <TASK>
[260697.530227] _raw_spin_lock_irqsave+0x46/0x60
[260697.530229] cgroup_rstat_flush+0xf4/0x7e0
[260697.530230] cgroup_rstat_exit+0x20/0xf0
[260697.530231] css_free_rwork_fn+0x12e/0x400
[260697.530232] process_one_work+0x19e/0x3e0
[260697.530234] worker_thread+0x2ad/0x3c0
[260697.530235] kthread+0x108/0x220
[260697.530236] ? __pfx_worker_thread+0x10/0x10
[260697.530237] ? __pfx_kthread+0x10/0x10
[260697.530238] ret_from_fork+0x3d/0x60
[260697.530240] ? __pfx_kthread+0x10/0x10
[260697.530240] ret_from_fork_asm+0x1a/0x30
[260697.530243] </TASK>
[260877.544985] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[260877.558168] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16152545
[260877.576096] rcu: (detected by 175, t=57500235 jiffies, g=639685, q=50345 ncpus=256)
[260877.591523] Sending NMI from CPU 175 to CPUs 156:
[260877.591528] NMI backtrace for cpu 156
[260877.591534] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[260877.591536] Tainted: [D]=DIE, [W]=WARN
[260877.591537] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[260877.591538] Workqueue: cgroup_destroy css_free_rwork_fn
[260877.591541] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[260877.591542] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[260877.591544] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[260877.591544] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[260877.591545] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[260877.591545] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[260877.591546] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[260877.591546] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[260877.591547] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[260877.591548] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[260877.591548] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[260877.591549] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[260877.591549] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[260877.591550] PKRU: 55555554
[260877.591550] Call Trace:
[260877.591550] <TASK>
[260877.591552] _raw_spin_lock_irqsave+0x46/0x60
[260877.591553] cgroup_rstat_flush+0xf4/0x7e0
[260877.591554] cgroup_rstat_exit+0x20/0xf0
[260877.591555] css_free_rwork_fn+0x12e/0x400
[260877.591556] process_one_work+0x19e/0x3e0
[260877.591558] worker_thread+0x2ad/0x3c0
[260877.591559] kthread+0x108/0x220
[260877.591560] ? __pfx_worker_thread+0x10/0x10
[260877.591562] ? __pfx_kthread+0x10/0x10
[260877.591563] ret_from_fork+0x3d/0x60
[260877.591564] ? __pfx_kthread+0x10/0x10
[260877.591565] ret_from_fork_asm+0x1a/0x30
[260877.591567] </TASK>
[261057.606229] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[261057.619416] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16170953
[261057.637357] rcu: (detected by 47, t=57545249 jiffies, g=639685, q=50356 ncpus=256)
[261057.652691] Sending NMI from CPU 47 to CPUs 156:
[261057.652695] NMI backtrace for cpu 156
[261057.652701] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[261057.652704] Tainted: [D]=DIE, [W]=WARN
[261057.652705] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[261057.652706] Workqueue: cgroup_destroy css_free_rwork_fn
[261057.652709] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[261057.652711] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[261057.652712] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[261057.652713] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[261057.652714] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[261057.652714] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[261057.652715] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[261057.652715] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[261057.652716] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[261057.652717] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[261057.652717] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[261057.652718] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[261057.652718] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[261057.652718] PKRU: 55555554
[261057.652719] Call Trace:
[261057.652719] <TASK>
[261057.652720] _raw_spin_lock_irqsave+0x46/0x60
[261057.652722] cgroup_rstat_flush+0xf4/0x7e0
[261057.652723] cgroup_rstat_exit+0x20/0xf0
[261057.652724] css_free_rwork_fn+0x12e/0x400
[261057.652725] process_one_work+0x19e/0x3e0
[261057.652727] worker_thread+0x2ad/0x3c0
[261057.652729] kthread+0x108/0x220
[261057.652730] ? __pfx_worker_thread+0x10/0x10
[261057.652731] ? __pfx_kthread+0x10/0x10
[261057.652732] ret_from_fork+0x3d/0x60
[261057.652733] ? __pfx_kthread+0x10/0x10
[261057.652734] ret_from_fork_asm+0x1a/0x30
[261057.652736] </TASK>
[261237.651469] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[261237.664661] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16189684
[261237.682597] rcu: (detected by 131, t=57590263 jiffies, g=639685, q=50375 ncpus=256)
[261237.698030] Sending NMI from CPU 131 to CPUs 156:
[261237.698035] NMI backtrace for cpu 156
[261237.698041] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[261237.698044] Tainted: [D]=DIE, [W]=WARN
[261237.698044] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[261237.698045] Workqueue: cgroup_destroy css_free_rwork_fn
[261237.698048] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[261237.698050] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[261237.698051] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[261237.698052] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[261237.698052] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[261237.698053] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[261237.698053] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[261237.698054] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[261237.698054] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[261237.698055] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[261237.698055] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[261237.698056] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[261237.698056] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[261237.698057] PKRU: 55555554
[261237.698057] Call Trace:
[261237.698058] <TASK>
[261237.698059] _raw_spin_lock_irqsave+0x46/0x60
[261237.698060] cgroup_rstat_flush+0xf4/0x7e0
[261237.698062] cgroup_rstat_exit+0x20/0xf0
[261237.698063] css_free_rwork_fn+0x12e/0x400
[261237.698063] process_one_work+0x19e/0x3e0
[261237.698065] worker_thread+0x2ad/0x3c0
[261237.698067] kthread+0x108/0x220
[261237.698068] ? __pfx_worker_thread+0x10/0x10
[261237.698069] ? __pfx_kthread+0x10/0x10
[261237.698070] ret_from_fork+0x3d/0x60
[261237.698071] ? __pfx_kthread+0x10/0x10
[261237.698072] ret_from_fork_asm+0x1a/0x30
[261237.698074] </TASK>
[261417.712709] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[261417.725890] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16208483
[261417.743816] rcu: (detected by 175, t=57635279 jiffies, g=639685, q=50388 ncpus=256)
[261417.759239] Sending NMI from CPU 175 to CPUs 156:
[261417.759244] NMI backtrace for cpu 156
[261417.759250] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[261417.759252] Tainted: [D]=DIE, [W]=WARN
[261417.759253] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[261417.759254] Workqueue: cgroup_destroy css_free_rwork_fn
[261417.759257] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[261417.759260] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[261417.759261] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[261417.759262] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[261417.759263] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[261417.759263] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[261417.759263] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[261417.759264] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[261417.759265] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[261417.759265] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[261417.759265] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[261417.759266] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[261417.759267] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[261417.759267] PKRU: 55555554
[261417.759267] Call Trace:
[261417.759268] <TASK>
[261417.759269] _raw_spin_lock_irqsave+0x46/0x60
[261417.759270] cgroup_rstat_flush+0xf4/0x7e0
[261417.759272] cgroup_rstat_exit+0x20/0xf0
[261417.759273] css_free_rwork_fn+0x12e/0x400
[261417.759274] process_one_work+0x19e/0x3e0
[261417.759276] worker_thread+0x2ad/0x3c0
[261417.759277] kthread+0x108/0x220
[261417.759278] ? __pfx_worker_thread+0x10/0x10
[261417.759280] ? __pfx_kthread+0x10/0x10
[261417.759281] ret_from_fork+0x3d/0x60
[261417.759282] ? __pfx_kthread+0x10/0x10
[261417.759282] ret_from_fork_asm+0x1a/0x30
[261417.759284] </TASK>
[261597.773950] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[261597.787134] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16226707
[261597.805069] rcu: (detected by 175, t=57680295 jiffies, g=639685, q=50407 ncpus=256)
[261597.820506] Sending NMI from CPU 175 to CPUs 156:
[261597.820510] NMI backtrace for cpu 156
[261597.820516] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[261597.820519] Tainted: [D]=DIE, [W]=WARN
[261597.820519] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[261597.820520] Workqueue: cgroup_destroy css_free_rwork_fn
[261597.820523] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[261597.820525] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[261597.820526] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[261597.820527] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[261597.820527] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[261597.820528] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[261597.820528] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[261597.820529] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[261597.820529] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[261597.820530] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[261597.820530] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[261597.820531] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[261597.820531] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[261597.820532] PKRU: 55555554
[261597.820532] Call Trace:
[261597.820533] <TASK>
[261597.820534] _raw_spin_lock_irqsave+0x46/0x60
[261597.820535] cgroup_rstat_flush+0xf4/0x7e0
[261597.820537] cgroup_rstat_exit+0x20/0xf0
[261597.820538] css_free_rwork_fn+0x12e/0x400
[261597.820538] process_one_work+0x19e/0x3e0
[261597.820540] worker_thread+0x2ad/0x3c0
[261597.820542] kthread+0x108/0x220
[261597.820543] ? __pfx_worker_thread+0x10/0x10
[261597.820544] ? __pfx_kthread+0x10/0x10
[261597.820545] ret_from_fork+0x3d/0x60
[261597.820546] ? __pfx_kthread+0x10/0x10
[261597.820547] ret_from_fork_asm+0x1a/0x30
[261597.820549] </TASK>
[261777.835194] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[261777.848382] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16244475
[261777.866314] rcu: (detected by 158, t=57725311 jiffies, g=639685, q=50428 ncpus=256)
[261777.881740] Sending NMI from CPU 158 to CPUs 156:
[261777.881745] NMI backtrace for cpu 156
[261777.881748] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[261777.881750] Tainted: [D]=DIE, [W]=WARN
[261777.881750] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[261777.881751] Workqueue: cgroup_destroy css_free_rwork_fn
[261777.881754] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[261777.881755] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[261777.881756] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[261777.881757] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[261777.881757] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[261777.881758] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[261777.881758] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[261777.881758] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[261777.881759] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[261777.881760] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[261777.881760] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[261777.881761] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[261777.881761] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[261777.881762] PKRU: 55555554
[261777.881762] Call Trace:
[261777.881763] <TASK>
[261777.881764] _raw_spin_lock_irqsave+0x46/0x60
[261777.881765] cgroup_rstat_flush+0xf4/0x7e0
[261777.881766] cgroup_rstat_exit+0x20/0xf0
[261777.881767] css_free_rwork_fn+0x12e/0x400
[261777.881768] process_one_work+0x19e/0x3e0
[261777.881770] worker_thread+0x2ad/0x3c0
[261777.881772] kthread+0x108/0x220
[261777.881773] ? __pfx_worker_thread+0x10/0x10
[261777.881774] ? __pfx_kthread+0x10/0x10
[261777.881775] ret_from_fork+0x3d/0x60
[261777.881776] ? __pfx_kthread+0x10/0x10
[261777.881777] ret_from_fork_asm+0x1a/0x30
[261777.881779] </TASK>
[261957.896434] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[261957.909615] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16263474
[261957.927548] rcu: (detected by 91, t=57770327 jiffies, g=639685, q=50445 ncpus=256)
[261957.942874] Sending NMI from CPU 91 to CPUs 156:
[261957.942879] NMI backtrace for cpu 156
[261957.942885] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[261957.942888] Tainted: [D]=DIE, [W]=WARN
[261957.942888] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[261957.942889] Workqueue: cgroup_destroy css_free_rwork_fn
[261957.942891] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[261957.942893] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[261957.942894] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[261957.942895] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[261957.942895] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[261957.942896] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[261957.942896] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[261957.942897] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[261957.942898] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[261957.942899] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[261957.942899] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[261957.942900] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[261957.942901] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[261957.942901] PKRU: 55555554
[261957.942902] Call Trace:
[261957.942902] <TASK>
[261957.942903] _raw_spin_lock_irqsave+0x46/0x60
[261957.942904] cgroup_rstat_flush+0xf4/0x7e0
[261957.942906] cgroup_rstat_exit+0x20/0xf0
[261957.942907] css_free_rwork_fn+0x12e/0x400
[261957.942908] process_one_work+0x19e/0x3e0
[261957.942909] worker_thread+0x2ad/0x3c0
[261957.942911] kthread+0x108/0x220
[261957.942912] ? __pfx_worker_thread+0x10/0x10
[261957.942913] ? __pfx_kthread+0x10/0x10
[261957.942914] ret_from_fork+0x3d/0x60
[261957.942915] ? __pfx_kthread+0x10/0x10
[261957.942916] ret_from_fork_asm+0x1a/0x30
[261957.942918] </TASK>
[262137.957676] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[262137.970858] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16282331
[262137.988791] rcu: (detected by 194, t=57815343 jiffies, g=639685, q=50458 ncpus=256)
[262138.004222] Sending NMI from CPU 194 to CPUs 156:
[262138.004227] NMI backtrace for cpu 156
[262138.004232] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[262138.004235] Tainted: [D]=DIE, [W]=WARN
[262138.004236] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[262138.004237] Workqueue: cgroup_destroy css_free_rwork_fn
[262138.004240] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[262138.004242] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[262138.004243] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[262138.004244] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[262138.004244] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[262138.004244] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[262138.004245] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[262138.004245] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[262138.004246] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[262138.004247] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[262138.004247] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[262138.004248] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[262138.004248] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[262138.004248] PKRU: 55555554
[262138.004249] Call Trace:
[262138.004249] <TASK>
[262138.004250] _raw_spin_lock_irqsave+0x46/0x60
[262138.004252] cgroup_rstat_flush+0xf4/0x7e0
[262138.004253] cgroup_rstat_exit+0x20/0xf0
[262138.004254] css_free_rwork_fn+0x12e/0x400
[262138.004255] process_one_work+0x19e/0x3e0
[262138.004257] worker_thread+0x2ad/0x3c0
[262138.004258] kthread+0x108/0x220
[262138.004259] ? __pfx_worker_thread+0x10/0x10
[262138.004260] ? __pfx_kthread+0x10/0x10
[262138.004261] ret_from_fork+0x3d/0x60
[262138.004263] ? __pfx_kthread+0x10/0x10
[262138.004263] ret_from_fork_asm+0x1a/0x30
[262138.004265] </TASK>
[262318.018917] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[262318.032114] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16301080
[262318.050056] rcu: (detected by 6, t=57860359 jiffies, g=639685, q=50477 ncpus=256)
[262318.065297] Sending NMI from CPU 6 to CPUs 156:
[262318.065302] NMI backtrace for cpu 156
[262318.065308] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[262318.065311] Tainted: [D]=DIE, [W]=WARN
[262318.065312] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[262318.065313] Workqueue: cgroup_destroy css_free_rwork_fn
[262318.065316] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[262318.065318] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[262318.065319] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[262318.065320] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[262318.065321] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[262318.065321] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[262318.065322] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[262318.065322] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[262318.065323] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[262318.065324] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[262318.065324] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[262318.065325] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[262318.065325] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[262318.065325] PKRU: 55555554
[262318.065326] Call Trace:
[262318.065326] <TASK>
[262318.065328] _raw_spin_lock_irqsave+0x46/0x60
[262318.065329] cgroup_rstat_flush+0xf4/0x7e0
[262318.065330] cgroup_rstat_exit+0x20/0xf0
[262318.065331] css_free_rwork_fn+0x12e/0x400
[262318.065332] process_one_work+0x19e/0x3e0
[262318.065334] worker_thread+0x2ad/0x3c0
[262318.065336] kthread+0x108/0x220
[262318.065336] ? __pfx_worker_thread+0x10/0x10
[262318.065338] ? __pfx_kthread+0x10/0x10
[262318.065339] ret_from_fork+0x3d/0x60
[262318.065340] ? __pfx_kthread+0x10/0x10
[262318.065341] ret_from_fork_asm+0x1a/0x30
[262318.065343] </TASK>
[262498.080157] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[262498.093338] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16319459
[262498.111265] rcu: (detected by 44, t=57905375 jiffies, g=639685, q=50490 ncpus=256)
[262498.126582] Sending NMI from CPU 44 to CPUs 156:
[262498.126587] NMI backtrace for cpu 156
[262498.126593] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[262498.126596] Tainted: [D]=DIE, [W]=WARN
[262498.126596] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[262498.126598] Workqueue: cgroup_destroy css_free_rwork_fn
[262498.126601] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[262498.126603] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[262498.126604] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[262498.126605] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[262498.126605] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[262498.126605] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[262498.126606] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[262498.126606] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[262498.126607] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[262498.126608] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[262498.126608] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[262498.126609] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[262498.126609] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[262498.126609] PKRU: 55555554
[262498.126610] Call Trace:
[262498.126611] <TASK>
[262498.126612] _raw_spin_lock_irqsave+0x46/0x60
[262498.126613] cgroup_rstat_flush+0xf4/0x7e0
[262498.126614] cgroup_rstat_exit+0x20/0xf0
[262498.126615] css_free_rwork_fn+0x12e/0x400
[262498.126616] process_one_work+0x19e/0x3e0
[262498.126618] worker_thread+0x2ad/0x3c0
[262498.126619] kthread+0x108/0x220
[262498.126620] ? __pfx_worker_thread+0x10/0x10
[262498.126622] ? __pfx_kthread+0x10/0x10
[262498.126623] ret_from_fork+0x3d/0x60
[262498.126624] ? __pfx_kthread+0x10/0x10
[262498.126625] ret_from_fork_asm+0x1a/0x30
[262498.126627] </TASK>
[262678.141398] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[262678.154580] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16336775
[262678.172513] rcu: (detected by 199, t=57950391 jiffies, g=639685, q=50507 ncpus=256)
[262678.187940] Sending NMI from CPU 199 to CPUs 156:
[262678.187945] NMI backtrace for cpu 156
[262678.187951] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[262678.187954] Tainted: [D]=DIE, [W]=WARN
[262678.187954] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[262678.187955] Workqueue: cgroup_destroy css_free_rwork_fn
[262678.187958] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[262678.187960] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[262678.187961] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[262678.187962] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[262678.187963] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[262678.187963] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[262678.187963] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[262678.187964] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[262678.187965] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[262678.187965] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[262678.187965] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[262678.187966] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[262678.187967] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[262678.187967] PKRU: 55555554
[262678.187967] Call Trace:
[262678.187968] <TASK>
[262678.187969] _raw_spin_lock_irqsave+0x46/0x60
[262678.187971] cgroup_rstat_flush+0xf4/0x7e0
[262678.187972] cgroup_rstat_exit+0x20/0xf0
[262678.187973] css_free_rwork_fn+0x12e/0x400
[262678.187974] process_one_work+0x19e/0x3e0
[262678.187976] worker_thread+0x2ad/0x3c0
[262678.187977] kthread+0x108/0x220
[262678.187978] ? __pfx_worker_thread+0x10/0x10
[262678.187980] ? __pfx_kthread+0x10/0x10
[262678.187981] ret_from_fork+0x3d/0x60
[262678.187982] ? __pfx_kthread+0x10/0x10
[262678.187983] ret_from_fork_asm+0x1a/0x30
[262678.187985] </TASK>
[262858.202640] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[262858.215819] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16355050
[262858.233754] rcu: (detected by 194, t=57995407 jiffies, g=639685, q=50524 ncpus=256)
[262858.249186] Sending NMI from CPU 194 to CPUs 156:
[262858.249190] NMI backtrace for cpu 156
[262858.249197] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[262858.249199] Tainted: [D]=DIE, [W]=WARN
[262858.249200] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[262858.249201] Workqueue: cgroup_destroy css_free_rwork_fn
[262858.249203] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[262858.249206] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[262858.249207] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[262858.249207] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[262858.249208] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[262858.249208] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[262858.249209] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[262858.249209] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[262858.249210] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[262858.249211] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[262858.249211] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[262858.249212] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[262858.249212] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[262858.249212] PKRU: 55555554
[262858.249213] Call Trace:
[262858.249213] <TASK>
[262858.249215] _raw_spin_lock_irqsave+0x46/0x60
[262858.249216] cgroup_rstat_flush+0xf4/0x7e0
[262858.249217] cgroup_rstat_exit+0x20/0xf0
[262858.249218] css_free_rwork_fn+0x12e/0x400
[262858.249219] process_one_work+0x19e/0x3e0
[262858.249221] worker_thread+0x2ad/0x3c0
[262858.249222] kthread+0x108/0x220
[262858.249223] ? __pfx_worker_thread+0x10/0x10
[262858.249225] ? __pfx_kthread+0x10/0x10
[262858.249226] ret_from_fork+0x3d/0x60
[262858.249227] ? __pfx_kthread+0x10/0x10
[262858.249228] ret_from_fork_asm+0x1a/0x30
[262858.249230] </TASK>
[263038.263880] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[263038.277080] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16374131
[263038.295021] rcu: (detected by 175, t=58040423 jiffies, g=639685, q=50540 ncpus=256)
[263038.310444] Sending NMI from CPU 175 to CPUs 156:
[263038.310448] NMI backtrace for cpu 156
[263038.310455] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[263038.310458] Tainted: [D]=DIE, [W]=WARN
[263038.310458] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[263038.310459] Workqueue: cgroup_destroy css_free_rwork_fn
[263038.310462] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[263038.310465] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[263038.310466] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[263038.310466] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[263038.310467] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[263038.310467] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[263038.310467] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[263038.310468] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[263038.310469] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[263038.310469] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[263038.310470] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[263038.310471] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[263038.310471] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[263038.310471] PKRU: 55555554
[263038.310472] Call Trace:
[263038.310472] <TASK>
[263038.310473] _raw_spin_lock_irqsave+0x46/0x60
[263038.310475] cgroup_rstat_flush+0xf4/0x7e0
[263038.310476] cgroup_rstat_exit+0x20/0xf0
[263038.310477] css_free_rwork_fn+0x12e/0x400
[263038.310478] process_one_work+0x19e/0x3e0
[263038.310480] worker_thread+0x2ad/0x3c0
[263038.310481] kthread+0x108/0x220
[263038.310482] ? __pfx_worker_thread+0x10/0x10
[263038.310484] ? __pfx_kthread+0x10/0x10
[263038.310485] ret_from_fork+0x3d/0x60
[263038.310486] ? __pfx_kthread+0x10/0x10
[263038.310487] ret_from_fork_asm+0x1a/0x30
[263038.310489] </TASK>
[263218.325123] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[263218.338303] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16392647
[263218.356231] rcu: (detected by 199, t=58085439 jiffies, g=639685, q=50551 ncpus=256)
[263218.371657] Sending NMI from CPU 199 to CPUs 156:
[263218.371663] NMI backtrace for cpu 156
[263218.371669] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[263218.371672] Tainted: [D]=DIE, [W]=WARN
[263218.371672] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[263218.371673] Workqueue: cgroup_destroy css_free_rwork_fn
[263218.371676] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[263218.371678] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[263218.371679] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[263218.371680] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[263218.371681] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[263218.371681] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[263218.371681] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[263218.371682] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[263218.371683] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[263218.371683] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[263218.371684] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[263218.371684] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[263218.371685] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[263218.371685] PKRU: 55555554
[263218.371685] Call Trace:
[263218.371686] <TASK>
[263218.371687] _raw_spin_lock_irqsave+0x46/0x60
[263218.371688] cgroup_rstat_flush+0xf4/0x7e0
[263218.371690] cgroup_rstat_exit+0x20/0xf0
[263218.371691] css_free_rwork_fn+0x12e/0x400
[263218.371692] process_one_work+0x19e/0x3e0
[263218.371693] worker_thread+0x2ad/0x3c0
[263218.371695] kthread+0x108/0x220
[263218.371696] ? __pfx_worker_thread+0x10/0x10
[263218.371697] ? __pfx_kthread+0x10/0x10
[263218.371698] ret_from_fork+0x3d/0x60
[263218.371699] ? __pfx_kthread+0x10/0x10
[263218.371700] ret_from_fork_asm+0x1a/0x30
[263218.371702] </TASK>
[263398.386363] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[263398.399553] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16411784
[263398.417483] rcu: (detected by 91, t=58130455 jiffies, g=639685, q=50566 ncpus=256)
[263398.432815] Sending NMI from CPU 91 to CPUs 156:
[263398.432820] NMI backtrace for cpu 156
[263398.432825] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[263398.432828] Tainted: [D]=DIE, [W]=WARN
[263398.432828] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[263398.432829] Workqueue: cgroup_destroy css_free_rwork_fn
[263398.432832] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[263398.432834] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[263398.432836] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[263398.432836] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[263398.432837] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[263398.432837] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[263398.432837] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[263398.432838] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[263398.432839] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[263398.432839] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[263398.432840] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[263398.432840] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[263398.432841] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[263398.432841] PKRU: 55555554
[263398.432841] Call Trace:
[263398.432842] <TASK>
[263398.432843] _raw_spin_lock_irqsave+0x46/0x60
[263398.432845] cgroup_rstat_flush+0xf4/0x7e0
[263398.432846] cgroup_rstat_exit+0x20/0xf0
[263398.432847] css_free_rwork_fn+0x12e/0x400
[263398.432848] process_one_work+0x19e/0x3e0
[263398.432849] worker_thread+0x2ad/0x3c0
[263398.432851] kthread+0x108/0x220
[263398.432852] ? __pfx_worker_thread+0x10/0x10
[263398.432853] ? __pfx_kthread+0x10/0x10
[263398.432854] ret_from_fork+0x3d/0x60
[263398.432856] ? __pfx_kthread+0x10/0x10
[263398.432856] ret_from_fork_asm+0x1a/0x30
[263398.432858] </TASK>
[263578.447605] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[263578.460780] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16430370
[263578.478693] rcu: (detected by 47, t=58175469 jiffies, g=639685, q=50583 ncpus=256)
[263578.494008] Sending NMI from CPU 47 to CPUs 156:
[263578.494013] NMI backtrace for cpu 156
[263578.494019] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[263578.494021] Tainted: [D]=DIE, [W]=WARN
[263578.494022] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[263578.494023] Workqueue: cgroup_destroy css_free_rwork_fn
[263578.494026] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[263578.494028] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[263578.494029] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[263578.494030] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[263578.494031] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[263578.494031] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[263578.494031] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[263578.494032] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[263578.494033] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[263578.494033] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[263578.494034] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[263578.494034] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[263578.494035] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[263578.494036] PKRU: 55555554
[263578.494036] Call Trace:
[263578.494037] <TASK>
[263578.494038] _raw_spin_lock_irqsave+0x46/0x60
[263578.494039] cgroup_rstat_flush+0xf4/0x7e0
[263578.494040] cgroup_rstat_exit+0x20/0xf0
[263578.494041] css_free_rwork_fn+0x12e/0x400
[263578.494042] process_one_work+0x19e/0x3e0
[263578.494044] worker_thread+0x2ad/0x3c0
[263578.494045] kthread+0x108/0x220
[263578.494046] ? __pfx_worker_thread+0x10/0x10
[263578.494048] ? __pfx_kthread+0x10/0x10
[263578.494049] ret_from_fork+0x3d/0x60
[263578.494050] ? __pfx_kthread+0x10/0x10
[263578.494051] ret_from_fork_asm+0x1a/0x30
[263578.494053] </TASK>
[263758.492847] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[263758.506025] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16449413
[263758.523950] rcu: (detected by 178, t=58220483 jiffies, g=639685, q=50602 ncpus=256)
[263758.539371] Sending NMI from CPU 178 to CPUs 156:
[263758.539378] NMI backtrace for cpu 156
[263758.539384] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[263758.539387] Tainted: [D]=DIE, [W]=WARN
[263758.539388] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[263758.539389] Workqueue: cgroup_destroy css_free_rwork_fn
[263758.539391] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[263758.539393] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[263758.539394] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[263758.539395] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[263758.539396] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[263758.539396] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[263758.539396] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[263758.539397] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[263758.539398] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[263758.539398] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[263758.539398] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[263758.539399] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[263758.539400] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[263758.539400] PKRU: 55555554
[263758.539400] Call Trace:
[263758.539401] <TASK>
[263758.539402] _raw_spin_lock_irqsave+0x46/0x60
[263758.539403] cgroup_rstat_flush+0xf4/0x7e0
[263758.539405] cgroup_rstat_exit+0x20/0xf0
[263758.539406] css_free_rwork_fn+0x12e/0x400
[263758.539407] process_one_work+0x19e/0x3e0
[263758.539409] worker_thread+0x2ad/0x3c0
[263758.539410] kthread+0x108/0x220
[263758.539411] ? __pfx_worker_thread+0x10/0x10
[263758.539412] ? __pfx_kthread+0x10/0x10
[263758.539413] ret_from_fork+0x3d/0x60
[263758.539414] ? __pfx_kthread+0x10/0x10
[263758.539415] ret_from_fork_asm+0x1a/0x30
[263758.539417] </TASK>
[263938.554087] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[263938.567284] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16468256
[263938.585224] rcu: (detected by 160, t=58265499 jiffies, g=639685, q=50615 ncpus=256)
[263938.600650] Sending NMI from CPU 160 to CPUs 156:
[263938.600656] NMI backtrace for cpu 156
[263938.600662] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[263938.600664] Tainted: [D]=DIE, [W]=WARN
[263938.600665] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[263938.600666] Workqueue: cgroup_destroy css_free_rwork_fn
[263938.600669] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[263938.600671] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[263938.600672] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[263938.600673] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[263938.600674] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[263938.600674] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[263938.600675] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[263938.600675] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[263938.600676] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[263938.600677] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[263938.600677] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[263938.600678] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[263938.600678] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[263938.600679] PKRU: 55555554
[263938.600679] Call Trace:
[263938.600680] <TASK>
[263938.600681] _raw_spin_lock_irqsave+0x46/0x60
[263938.600682] cgroup_rstat_flush+0xf4/0x7e0
[263938.600683] cgroup_rstat_exit+0x20/0xf0
[263938.600684] css_free_rwork_fn+0x12e/0x400
[263938.600685] process_one_work+0x19e/0x3e0
[263938.600687] worker_thread+0x2ad/0x3c0
[263938.600688] kthread+0x108/0x220
[263938.600689] ? __pfx_worker_thread+0x10/0x10
[263938.600691] ? __pfx_kthread+0x10/0x10
[263938.600692] ret_from_fork+0x3d/0x60
[263938.600693] ? __pfx_kthread+0x10/0x10
[263938.600694] ret_from_fork_asm+0x1a/0x30
[263938.600696] </TASK>
[264118.615329] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[264118.628524] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16487139
[264118.646465] rcu: (detected by 175, t=58310515 jiffies, g=639685, q=50632 ncpus=256)
[264118.661896] Sending NMI from CPU 175 to CPUs 156:
[264118.661901] NMI backtrace for cpu 156
[264118.661907] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[264118.661910] Tainted: [D]=DIE, [W]=WARN
[264118.661910] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[264118.661912] Workqueue: cgroup_destroy css_free_rwork_fn
[264118.661915] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[264118.661917] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[264118.661918] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[264118.661919] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[264118.661919] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[264118.661920] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[264118.661920] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[264118.661921] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[264118.661922] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[264118.661923] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[264118.661923] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[264118.661924] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[264118.661924] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[264118.661924] PKRU: 55555554
[264118.661925] Call Trace:
[264118.661925] <TASK>
[264118.661926] _raw_spin_lock_irqsave+0x46/0x60
[264118.661928] cgroup_rstat_flush+0xf4/0x7e0
[264118.661929] cgroup_rstat_exit+0x20/0xf0
[264118.661930] css_free_rwork_fn+0x12e/0x400
[264118.661931] process_one_work+0x19e/0x3e0
[264118.661933] worker_thread+0x2ad/0x3c0
[264118.661934] kthread+0x108/0x220
[264118.661935] ? __pfx_worker_thread+0x10/0x10
[264118.661936] ? __pfx_kthread+0x10/0x10
[264118.661937] ret_from_fork+0x3d/0x60
[264118.661939] ? __pfx_kthread+0x10/0x10
[264118.661939] ret_from_fork_asm+0x1a/0x30
[264118.661941] </TASK>
[264298.676570] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[264298.689750] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16505650
[264298.707683] rcu: (detected by 178, t=58355531 jiffies, g=639685, q=50645 ncpus=256)
[264298.723114] Sending NMI from CPU 178 to CPUs 156:
[264298.723119] NMI backtrace for cpu 156
[264298.723125] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[264298.723127] Tainted: [D]=DIE, [W]=WARN
[264298.723128] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[264298.723129] Workqueue: cgroup_destroy css_free_rwork_fn
[264298.723132] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[264298.723134] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[264298.723135] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[264298.723135] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[264298.723136] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[264298.723136] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[264298.723137] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[264298.723138] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[264298.723139] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[264298.723139] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[264298.723139] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[264298.723140] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[264298.723141] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[264298.723141] PKRU: 55555554
[264298.723141] Call Trace:
[264298.723142] <TASK>
[264298.723143] _raw_spin_lock_irqsave+0x46/0x60
[264298.723144] cgroup_rstat_flush+0xf4/0x7e0
[264298.723146] cgroup_rstat_exit+0x20/0xf0
[264298.723147] css_free_rwork_fn+0x12e/0x400
[264298.723148] process_one_work+0x19e/0x3e0
[264298.723149] worker_thread+0x2ad/0x3c0
[264298.723151] kthread+0x108/0x220
[264298.723152] ? __pfx_worker_thread+0x10/0x10
[264298.723153] ? __pfx_kthread+0x10/0x10
[264298.723154] ret_from_fork+0x3d/0x60
[264298.723156] ? __pfx_kthread+0x10/0x10
[264298.723156] ret_from_fork_asm+0x1a/0x30
[264298.723158] </TASK>
[264478.737811] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[264478.750988] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16524794
[264478.768915] rcu: (detected by 194, t=58400547 jiffies, g=639685, q=50662 ncpus=256)
[264478.784338] Sending NMI from CPU 194 to CPUs 156:
[264478.784343] NMI backtrace for cpu 156
[264478.784349] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[264478.784352] Tainted: [D]=DIE, [W]=WARN
[264478.784353] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[264478.784353] Workqueue: cgroup_destroy css_free_rwork_fn
[264478.784356] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[264478.784358] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[264478.784359] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[264478.784360] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[264478.784361] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[264478.784361] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[264478.784361] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[264478.784362] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[264478.784363] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[264478.784363] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[264478.784363] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[264478.784364] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[264478.784365] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[264478.784365] PKRU: 55555554
[264478.784365] Call Trace:
[264478.784366] <TASK>
[264478.784367] _raw_spin_lock_irqsave+0x46/0x60
[264478.784368] cgroup_rstat_flush+0xf4/0x7e0
[264478.784370] cgroup_rstat_exit+0x20/0xf0
[264478.784371] css_free_rwork_fn+0x12e/0x400
[264478.784372] process_one_work+0x19e/0x3e0
[264478.784373] worker_thread+0x2ad/0x3c0
[264478.784375] kthread+0x108/0x220
[264478.784376] ? __pfx_worker_thread+0x10/0x10
[264478.784377] ? __pfx_kthread+0x10/0x10
[264478.784378] ret_from_fork+0x3d/0x60
[264478.784379] ? __pfx_kthread+0x10/0x10
[264478.784380] ret_from_fork_asm+0x1a/0x30
[264478.784382] </TASK>
[264658.799052] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[264658.812229] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16542746
[264658.830153] rcu: (detected by 151, t=58445563 jiffies, g=639685, q=50680 ncpus=256)
[264658.845573] Sending NMI from CPU 151 to CPUs 156:
[264658.845579] NMI backtrace for cpu 156
[264658.845585] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[264658.845588] Tainted: [D]=DIE, [W]=WARN
[264658.845588] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[264658.845589] Workqueue: cgroup_destroy css_free_rwork_fn
[264658.845592] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[264658.845594] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[264658.845595] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[264658.845596] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[264658.845597] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[264658.845597] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[264658.845597] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[264658.845598] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[264658.845599] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[264658.845599] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[264658.845600] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[264658.845600] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[264658.845601] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[264658.845601] PKRU: 55555554
[264658.845601] Call Trace:
[264658.845602] <TASK>
[264658.845603] _raw_spin_lock_irqsave+0x46/0x60
[264658.845605] cgroup_rstat_flush+0xf4/0x7e0
[264658.845606] cgroup_rstat_exit+0x20/0xf0
[264658.845607] css_free_rwork_fn+0x12e/0x400
[264658.845608] process_one_work+0x19e/0x3e0
[264658.845609] worker_thread+0x2ad/0x3c0
[264658.845611] kthread+0x108/0x220
[264658.845612] ? __pfx_worker_thread+0x10/0x10
[264658.845613] ? __pfx_kthread+0x10/0x10
[264658.845614] ret_from_fork+0x3d/0x60
[264658.845615] ? __pfx_kthread+0x10/0x10
[264658.845616] ret_from_fork_asm+0x1a/0x30
[264658.845618] </TASK>
[264838.860293] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[264838.873475] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16560707
[264838.891406] rcu: (detected by 71, t=58490579 jiffies, g=639685, q=50696 ncpus=256)
[264838.906727] Sending NMI from CPU 71 to CPUs 156:
[264838.906732] NMI backtrace for cpu 156
[264838.906738] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[264838.906740] Tainted: [D]=DIE, [W]=WARN
[264838.906741] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[264838.906742] Workqueue: cgroup_destroy css_free_rwork_fn
[264838.906745] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[264838.906747] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[264838.906748] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[264838.906749] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[264838.906749] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[264838.906750] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[264838.906750] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[264838.906751] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[264838.906751] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[264838.906752] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[264838.906752] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[264838.906753] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[264838.906753] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[264838.906754] PKRU: 55555554
[264838.906754] Call Trace:
[264838.906755] <TASK>
[264838.906756] _raw_spin_lock_irqsave+0x46/0x60
[264838.906757] cgroup_rstat_flush+0xf4/0x7e0
[264838.906759] cgroup_rstat_exit+0x20/0xf0
[264838.906760] css_free_rwork_fn+0x12e/0x400
[264838.906760] process_one_work+0x19e/0x3e0
[264838.906762] worker_thread+0x2ad/0x3c0
[264838.906764] kthread+0x108/0x220
[264838.906765] ? __pfx_worker_thread+0x10/0x10
[264838.906767] ? __pfx_kthread+0x10/0x10
[264838.906767] ret_from_fork+0x3d/0x60
[264838.906769] ? __pfx_kthread+0x10/0x10
[264838.906769] ret_from_fork_asm+0x1a/0x30
[264838.906771] </TASK>
[265018.921535] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[265018.934708] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16579118
[265018.952627] rcu: (detected by 44, t=58535595 jiffies, g=639685, q=50708 ncpus=256)
[265018.967935] Sending NMI from CPU 44 to CPUs 156:
[265018.967940] NMI backtrace for cpu 156
[265018.967946] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[265018.967949] Tainted: [D]=DIE, [W]=WARN
[265018.967949] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[265018.967950] Workqueue: cgroup_destroy css_free_rwork_fn
[265018.967953] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[265018.967955] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[265018.967956] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[265018.967957] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[265018.967957] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[265018.967958] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[265018.967958] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[265018.967959] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[265018.967959] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[265018.967960] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[265018.967960] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[265018.967961] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[265018.967961] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[265018.967962] PKRU: 55555554
[265018.967962] Call Trace:
[265018.967963] <TASK>
[265018.967964] _raw_spin_lock_irqsave+0x46/0x60
[265018.967965] cgroup_rstat_flush+0xf4/0x7e0
[265018.967967] cgroup_rstat_exit+0x20/0xf0
[265018.967968] css_free_rwork_fn+0x12e/0x400
[265018.967968] process_one_work+0x19e/0x3e0
[265018.967970] worker_thread+0x2ad/0x3c0
[265018.967972] kthread+0x108/0x220
[265018.967973] ? __pfx_worker_thread+0x10/0x10
[265018.967974] ? __pfx_kthread+0x10/0x10
[265018.967975] ret_from_fork+0x3d/0x60
[265018.967976] ? __pfx_kthread+0x10/0x10
[265018.967977] ret_from_fork_asm+0x1a/0x30
[265018.967979] </TASK>
[265198.982775] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[265198.995943] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16596962
[265199.013862] rcu: (detected by 199, t=58580611 jiffies, g=639685, q=50723 ncpus=256)
[265199.029283] Sending NMI from CPU 199 to CPUs 156:
[265199.029288] NMI backtrace for cpu 156
[265199.029295] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[265199.029297] Tainted: [D]=DIE, [W]=WARN
[265199.029298] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[265199.029299] Workqueue: cgroup_destroy css_free_rwork_fn
[265199.029301] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[265199.029304] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[265199.029305] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[265199.029305] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[265199.029306] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[265199.029306] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[265199.029307] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[265199.029307] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[265199.029308] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[265199.029309] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[265199.029309] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[265199.029310] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[265199.029310] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[265199.029310] PKRU: 55555554
[265199.029311] Call Trace:
[265199.029311] <TASK>
[265199.029313] _raw_spin_lock_irqsave+0x46/0x60
[265199.029314] cgroup_rstat_flush+0xf4/0x7e0
[265199.029316] cgroup_rstat_exit+0x20/0xf0
[265199.029317] css_free_rwork_fn+0x12e/0x400
[265199.029317] process_one_work+0x19e/0x3e0
[265199.029319] worker_thread+0x2ad/0x3c0
[265199.029321] kthread+0x108/0x220
[265199.029322] ? __pfx_worker_thread+0x10/0x10
[265199.029323] ? __pfx_kthread+0x10/0x10
[265199.029324] ret_from_fork+0x3d/0x60
[265199.029325] ? __pfx_kthread+0x10/0x10
[265199.029326] ret_from_fork_asm+0x1a/0x30
[265199.029328] </TASK>
[265379.044018] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[265379.057214] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16616028
[265379.075150] rcu: (detected by 11, t=58625627 jiffies, g=639685, q=50738 ncpus=256)
[265379.090479] Sending NMI from CPU 11 to CPUs 156:
[265379.090484] NMI backtrace for cpu 156
[265379.090490] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[265379.090493] Tainted: [D]=DIE, [W]=WARN
[265379.090493] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[265379.090494] Workqueue: cgroup_destroy css_free_rwork_fn
[265379.090497] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[265379.090499] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[265379.090500] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[265379.090501] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[265379.090501] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[265379.090502] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[265379.090502] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[265379.090502] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[265379.090503] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[265379.090504] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[265379.090504] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[265379.090505] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[265379.090505] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[265379.090505] PKRU: 55555554
[265379.090506] Call Trace:
[265379.090506] <TASK>
[265379.090508] _raw_spin_lock_irqsave+0x46/0x60
[265379.090509] cgroup_rstat_flush+0xf4/0x7e0
[265379.090510] cgroup_rstat_exit+0x20/0xf0
[265379.090511] css_free_rwork_fn+0x12e/0x400
[265379.090512] process_one_work+0x19e/0x3e0
[265379.090514] worker_thread+0x2ad/0x3c0
[265379.090515] kthread+0x108/0x220
[265379.090516] ? __pfx_worker_thread+0x10/0x10
[265379.090518] ? __pfx_kthread+0x10/0x10
[265379.090519] ret_from_fork+0x3d/0x60
[265379.090520] ? __pfx_kthread+0x10/0x10
[265379.090521] ret_from_fork_asm+0x1a/0x30
[265379.090523] </TASK>
[265559.105258] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[265559.118433] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16634365
[265559.136354] rcu: (detected by 175, t=58670643 jiffies, g=639685, q=50751 ncpus=256)
[265559.151772] Sending NMI from CPU 175 to CPUs 156:
[265559.151778] NMI backtrace for cpu 156
[265559.151785] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[265559.151788] Tainted: [D]=DIE, [W]=WARN
[265559.151788] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[265559.151789] Workqueue: cgroup_destroy css_free_rwork_fn
[265559.151792] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[265559.151794] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[265559.151796] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[265559.151796] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[265559.151797] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[265559.151797] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[265559.151797] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[265559.151798] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[265559.151799] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[265559.151799] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[265559.151800] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[265559.151800] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[265559.151801] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[265559.151801] PKRU: 55555554
[265559.151801] Call Trace:
[265559.151802] <TASK>
[265559.151803] _raw_spin_lock_irqsave+0x46/0x60
[265559.151804] cgroup_rstat_flush+0xf4/0x7e0
[265559.151806] cgroup_rstat_exit+0x20/0xf0
[265559.151807] css_free_rwork_fn+0x12e/0x400
[265559.151808] process_one_work+0x19e/0x3e0
[265559.151809] worker_thread+0x2ad/0x3c0
[265559.151811] kthread+0x108/0x220
[265559.151812] ? __pfx_worker_thread+0x10/0x10
[265559.151813] ? __pfx_kthread+0x10/0x10
[265559.151814] ret_from_fork+0x3d/0x60
[265559.151815] ? __pfx_kthread+0x10/0x10
[265559.151816] ret_from_fork_asm+0x1a/0x30
[265559.151818] </TASK>
[265739.166500] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[265739.179694] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16652972
[265739.197633] rcu: (detected by 98, t=58715659 jiffies, g=639685, q=50772 ncpus=256)
[265739.212966] Sending NMI from CPU 98 to CPUs 156:
[265739.212971] NMI backtrace for cpu 156
[265739.212977] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[265739.212979] Tainted: [D]=DIE, [W]=WARN
[265739.212980] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[265739.212980] Workqueue: cgroup_destroy css_free_rwork_fn
[265739.212983] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[265739.212986] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[265739.212987] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[265739.212987] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[265739.212988] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[265739.212988] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[265739.212988] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[265739.212989] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[265739.212990] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[265739.212990] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[265739.212991] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[265739.212991] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[265739.212992] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[265739.212992] PKRU: 55555554
[265739.212992] Call Trace:
[265739.212993] <TASK>
[265739.212994] _raw_spin_lock_irqsave+0x46/0x60
[265739.212995] cgroup_rstat_flush+0xf4/0x7e0
[265739.212997] cgroup_rstat_exit+0x20/0xf0
[265739.212998] css_free_rwork_fn+0x12e/0x400
[265739.212999] process_one_work+0x19e/0x3e0
[265739.213000] worker_thread+0x2ad/0x3c0
[265739.213002] kthread+0x108/0x220
[265739.213003] ? __pfx_worker_thread+0x10/0x10
[265739.213005] ? __pfx_kthread+0x10/0x10
[265739.213005] ret_from_fork+0x3d/0x60
[265739.213007] ? __pfx_kthread+0x10/0x10
[265739.213007] ret_from_fork_asm+0x1a/0x30
[265739.213009] </TASK>
[265919.227741] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[265919.240919] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16671786
[265919.258841] rcu: (detected by 185, t=58760675 jiffies, g=639685, q=50783 ncpus=256)
[265919.274262] Sending NMI from CPU 185 to CPUs 156:
[265919.274267] NMI backtrace for cpu 156
[265919.274273] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[265919.274276] Tainted: [D]=DIE, [W]=WARN
[265919.274276] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[265919.274277] Workqueue: cgroup_destroy css_free_rwork_fn
[265919.274280] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[265919.274282] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[265919.274284] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[265919.274284] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[265919.274285] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[265919.274285] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[265919.274285] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[265919.274286] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[265919.274287] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[265919.274287] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[265919.274288] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[265919.274288] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[265919.274289] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[265919.274289] PKRU: 55555554
[265919.274290] Call Trace:
[265919.274290] <TASK>
[265919.274291] _raw_spin_lock_irqsave+0x46/0x60
[265919.274293] cgroup_rstat_flush+0xf4/0x7e0
[265919.274294] cgroup_rstat_exit+0x20/0xf0
[265919.274295] css_free_rwork_fn+0x12e/0x400
[265919.274296] process_one_work+0x19e/0x3e0
[265919.274297] worker_thread+0x2ad/0x3c0
[265919.274299] kthread+0x108/0x220
[265919.274300] ? __pfx_worker_thread+0x10/0x10
[265919.274301] ? __pfx_kthread+0x10/0x10
[265919.274302] ret_from_fork+0x3d/0x60
[265919.274303] ? __pfx_kthread+0x10/0x10
[265919.274304] ret_from_fork_asm+0x1a/0x30
[265919.274306] </TASK>
[266099.288982] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[266099.302167] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16690506
[266099.320103] rcu: (detected by 175, t=58805691 jiffies, g=639685, q=50795 ncpus=256)
[266099.335534] Sending NMI from CPU 175 to CPUs 156:
[266099.335540] NMI backtrace for cpu 156
[266099.335546] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[266099.335549] Tainted: [D]=DIE, [W]=WARN
[266099.335550] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[266099.335550] Workqueue: cgroup_destroy css_free_rwork_fn
[266099.335554] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[266099.335556] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[266099.335557] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[266099.335558] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[266099.335558] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[266099.335558] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[266099.335559] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[266099.335559] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[266099.335560] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[266099.335561] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[266099.335561] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[266099.335562] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[266099.335562] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[266099.335562] PKRU: 55555554
[266099.335563] Call Trace:
[266099.335563] <TASK>
[266099.335564] _raw_spin_lock_irqsave+0x46/0x60
[266099.335566] cgroup_rstat_flush+0xf4/0x7e0
[266099.335567] cgroup_rstat_exit+0x20/0xf0
[266099.335568] css_free_rwork_fn+0x12e/0x400
[266099.335569] process_one_work+0x19e/0x3e0
[266099.335571] worker_thread+0x2ad/0x3c0
[266099.335572] kthread+0x108/0x220
[266099.335573] ? __pfx_worker_thread+0x10/0x10
[266099.335575] ? __pfx_kthread+0x10/0x10
[266099.335575] ret_from_fork+0x3d/0x60
[266099.335577] ? __pfx_kthread+0x10/0x10
[266099.335577] ret_from_fork_asm+0x1a/0x30
[266099.335579] </TASK>
[266279.350224] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[266279.363411] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16709055
[266279.381338] rcu: (detected by 219, t=58850707 jiffies, g=639685, q=50808 ncpus=256)
[266279.396764] Sending NMI from CPU 219 to CPUs 156:
[266279.396768] NMI backtrace for cpu 156
[266279.396775] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[266279.396777] Tainted: [D]=DIE, [W]=WARN
[266279.396778] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[266279.396779] Workqueue: cgroup_destroy css_free_rwork_fn
[266279.396781] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[266279.396784] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[266279.396785] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[266279.396786] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[266279.396786] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[266279.396787] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[266279.396787] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[266279.396787] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[266279.396788] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[266279.396789] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[266279.396789] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[266279.396790] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[266279.396790] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[266279.396791] PKRU: 55555554
[266279.396791] Call Trace:
[266279.396792] <TASK>
[266279.396792] _raw_spin_lock_irqsave+0x46/0x60
[266279.396794] cgroup_rstat_flush+0xf4/0x7e0
[266279.396795] cgroup_rstat_exit+0x20/0xf0
[266279.396796] css_free_rwork_fn+0x12e/0x400
[266279.396797] process_one_work+0x19e/0x3e0
[266279.396799] worker_thread+0x2ad/0x3c0
[266279.396800] kthread+0x108/0x220
[266279.396801] ? __pfx_worker_thread+0x10/0x10
[266279.396803] ? __pfx_kthread+0x10/0x10
[266279.396804] ret_from_fork+0x3d/0x60
[266279.396805] ? __pfx_kthread+0x10/0x10
[266279.396806] ret_from_fork_asm+0x1a/0x30
[266279.396807] </TASK>
[266459.411471] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[266459.424661] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16727838
[266459.442592] rcu: (detected by 38, t=58895723 jiffies, g=639685, q=50821 ncpus=256)
[266459.457910] Sending NMI from CPU 38 to CPUs 156:
[266459.457915] NMI backtrace for cpu 156
[266459.457921] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[266459.457924] Tainted: [D]=DIE, [W]=WARN
[266459.457924] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[266459.457925] Workqueue: cgroup_destroy css_free_rwork_fn
[266459.457928] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[266459.457930] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[266459.457931] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[266459.457932] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[266459.457933] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[266459.457933] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[266459.457934] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[266459.457935] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[266459.457936] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[266459.457937] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[266459.457937] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[266459.457938] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[266459.457938] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[266459.457939] PKRU: 55555554
[266459.457939] Call Trace:
[266459.457939] <TASK>
[266459.457941] _raw_spin_lock_irqsave+0x46/0x60
[266459.457942] cgroup_rstat_flush+0xf4/0x7e0
[266459.457943] cgroup_rstat_exit+0x20/0xf0
[266459.457945] css_free_rwork_fn+0x12e/0x400
[266459.457945] process_one_work+0x19e/0x3e0
[266459.457947] worker_thread+0x2ad/0x3c0
[266459.457949] kthread+0x108/0x220
[266459.457949] ? __pfx_worker_thread+0x10/0x10
[266459.457951] ? __pfx_kthread+0x10/0x10
[266459.457952] ret_from_fork+0x3d/0x60
[266459.457953] ? __pfx_kthread+0x10/0x10
[266459.457954] ret_from_fork_asm+0x1a/0x30
[266459.457956] </TASK>
[266639.472706] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[266639.485882] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16745961
[266639.503805] rcu: (detected by 158, t=58940739 jiffies, g=639685, q=50839 ncpus=256)
[266639.519224] Sending NMI from CPU 158 to CPUs 156:
[266639.519229] NMI backtrace for cpu 156
[266639.519231] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[266639.519233] Tainted: [D]=DIE, [W]=WARN
[266639.519233] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[266639.519234] Workqueue: cgroup_destroy css_free_rwork_fn
[266639.519237] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[266639.519238] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[266639.519239] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[266639.519240] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[266639.519240] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[266639.519241] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[266639.519241] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[266639.519241] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[266639.519242] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[266639.519243] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[266639.519243] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[266639.519244] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[266639.519244] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[266639.519244] PKRU: 55555554
[266639.519245] Call Trace:
[266639.519245] <TASK>
[266639.519246] _raw_spin_lock_irqsave+0x46/0x60
[266639.519247] cgroup_rstat_flush+0xf4/0x7e0
[266639.519249] cgroup_rstat_exit+0x20/0xf0
[266639.519250] css_free_rwork_fn+0x12e/0x400
[266639.519251] process_one_work+0x19e/0x3e0
[266639.519253] worker_thread+0x2ad/0x3c0
[266639.519254] kthread+0x108/0x220
[266639.519255] ? __pfx_worker_thread+0x10/0x10
[266639.519257] ? __pfx_kthread+0x10/0x10
[266639.519258] ret_from_fork+0x3d/0x60
[266639.519259] ? __pfx_kthread+0x10/0x10
[266639.519260] ret_from_fork_asm+0x1a/0x30
[266639.519262] </TASK>
[266819.533946] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[266819.547127] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16764786
[266819.565062] rcu: (detected by 66, t=58985755 jiffies, g=639685, q=50857 ncpus=256)
[266819.580389] Sending NMI from CPU 66 to CPUs 156:
[266819.580394] NMI backtrace for cpu 156
[266819.580400] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[266819.580402] Tainted: [D]=DIE, [W]=WARN
[266819.580402] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[266819.580403] Workqueue: cgroup_destroy css_free_rwork_fn
[266819.580406] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[266819.580408] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[266819.580409] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[266819.580409] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[266819.580410] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[266819.580411] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[266819.580411] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[266819.580412] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[266819.580413] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[266819.580414] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[266819.580414] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[266819.580415] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[266819.580415] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[266819.580416] PKRU: 55555554
[266819.580416] Call Trace:
[266819.580417] <TASK>
[266819.580418] _raw_spin_lock_irqsave+0x46/0x60
[266819.580420] cgroup_rstat_flush+0xf4/0x7e0
[266819.580421] cgroup_rstat_exit+0x20/0xf0
[266819.580422] css_free_rwork_fn+0x12e/0x400
[266819.580423] process_one_work+0x19e/0x3e0
[266819.580425] worker_thread+0x2ad/0x3c0
[266819.580426] kthread+0x108/0x220
[266819.580427] ? __pfx_worker_thread+0x10/0x10
[266819.580429] ? __pfx_kthread+0x10/0x10
[266819.580430] ret_from_fork+0x3d/0x60
[266819.580431] ? __pfx_kthread+0x10/0x10
[266819.580432] ret_from_fork_asm+0x1a/0x30
[266819.580434] </TASK>
[266999.595189] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[266999.608376] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16783219
[266999.626317] rcu: (detected by 91, t=59030771 jiffies, g=639685, q=50869 ncpus=256)
[266999.641649] Sending NMI from CPU 91 to CPUs 156:
[266999.641653] NMI backtrace for cpu 156
[266999.641659] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[266999.641662] Tainted: [D]=DIE, [W]=WARN
[266999.641662] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[266999.641663] Workqueue: cgroup_destroy css_free_rwork_fn
[266999.641666] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[266999.641668] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[266999.641669] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[266999.641670] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[266999.641670] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[266999.641671] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[266999.641671] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[266999.641672] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[266999.641673] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[266999.641673] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[266999.641673] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[266999.641674] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[266999.641675] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[266999.641675] PKRU: 55555554
[266999.641675] Call Trace:
[266999.641676] <TASK>
[266999.641677] _raw_spin_lock_irqsave+0x46/0x60
[266999.641678] cgroup_rstat_flush+0xf4/0x7e0
[266999.641680] cgroup_rstat_exit+0x20/0xf0
[266999.641681] css_free_rwork_fn+0x12e/0x400
[266999.641682] process_one_work+0x19e/0x3e0
[266999.641683] worker_thread+0x2ad/0x3c0
[266999.641685] kthread+0x108/0x220
[266999.641686] ? __pfx_worker_thread+0x10/0x10
[266999.641687] ? __pfx_kthread+0x10/0x10
[266999.641688] ret_from_fork+0x3d/0x60
[266999.641689] ? __pfx_kthread+0x10/0x10
[266999.641690] ret_from_fork_asm+0x1a/0x30
[266999.641692] </TASK>
[267179.656428] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[267179.669598] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16802216
[267179.687520] rcu: (detected by 91, t=59075787 jiffies, g=639685, q=50884 ncpus=256)
[267179.702832] Sending NMI from CPU 91 to CPUs 156:
[267179.702837] NMI backtrace for cpu 156
[267179.702843] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[267179.702845] Tainted: [D]=DIE, [W]=WARN
[267179.702846] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[267179.702847] Workqueue: cgroup_destroy css_free_rwork_fn
[267179.702850] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[267179.702852] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[267179.702853] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[267179.702854] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[267179.702855] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[267179.702855] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[267179.702855] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[267179.702856] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[267179.702857] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[267179.702857] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[267179.702857] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[267179.702858] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[267179.702859] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[267179.702859] PKRU: 55555554
[267179.702859] Call Trace:
[267179.702860] <TASK>
[267179.702861] _raw_spin_lock_irqsave+0x46/0x60
[267179.702862] cgroup_rstat_flush+0xf4/0x7e0
[267179.702864] cgroup_rstat_exit+0x20/0xf0
[267179.702865] css_free_rwork_fn+0x12e/0x400
[267179.702865] process_one_work+0x19e/0x3e0
[267179.702867] worker_thread+0x2ad/0x3c0
[267179.702869] kthread+0x108/0x220
[267179.702870] ? __pfx_worker_thread+0x10/0x10
[267179.702871] ? __pfx_kthread+0x10/0x10
[267179.702872] ret_from_fork+0x3d/0x60
[267179.702873] ? __pfx_kthread+0x10/0x10
[267179.702874] ret_from_fork_asm+0x1a/0x30
[267179.702876] </TASK>
[267359.717670] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[267359.730845] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16820714
[267359.748759] rcu: (detected by 175, t=59120803 jiffies, g=639685, q=50897 ncpus=256)
[267359.764171] Sending NMI from CPU 175 to CPUs 156:
[267359.764177] NMI backtrace for cpu 156
[267359.764182] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[267359.764185] Tainted: [D]=DIE, [W]=WARN
[267359.764185] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[267359.764186] Workqueue: cgroup_destroy css_free_rwork_fn
[267359.764189] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[267359.764191] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[267359.764192] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[267359.764193] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[267359.764193] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[267359.764194] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[267359.764194] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[267359.764194] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[267359.764195] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[267359.764196] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[267359.764196] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[267359.764197] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[267359.764197] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[267359.764197] PKRU: 55555554
[267359.764198] Call Trace:
[267359.764198] <TASK>
[267359.764200] _raw_spin_lock_irqsave+0x46/0x60
[267359.764201] cgroup_rstat_flush+0xf4/0x7e0
[267359.764202] cgroup_rstat_exit+0x20/0xf0
[267359.764203] css_free_rwork_fn+0x12e/0x400
[267359.764204] process_one_work+0x19e/0x3e0
[267359.764206] worker_thread+0x2ad/0x3c0
[267359.764207] kthread+0x108/0x220
[267359.764208] ? __pfx_worker_thread+0x10/0x10
[267359.764210] ? __pfx_kthread+0x10/0x10
[267359.764211] ret_from_fork+0x3d/0x60
[267359.764212] ? __pfx_kthread+0x10/0x10
[267359.764213] ret_from_fork_asm+0x1a/0x30
[267359.764215] </TASK>
[267539.778913] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[267539.792091] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16839011
[267539.810019] rcu: (detected by 175, t=59165819 jiffies, g=639685, q=50912 ncpus=256)
[267539.825446] Sending NMI from CPU 175 to CPUs 156:
[267539.825450] NMI backtrace for cpu 156
[267539.825457] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[267539.825459] Tainted: [D]=DIE, [W]=WARN
[267539.825459] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[267539.825460] Workqueue: cgroup_destroy css_free_rwork_fn
[267539.825463] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[267539.825465] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[267539.825467] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[267539.825467] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[267539.825468] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[267539.825468] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[267539.825468] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[267539.825469] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[267539.825470] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[267539.825470] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[267539.825471] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[267539.825471] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[267539.825472] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[267539.825472] PKRU: 55555554
[267539.825472] Call Trace:
[267539.825473] <TASK>
[267539.825474] _raw_spin_lock_irqsave+0x46/0x60
[267539.825475] cgroup_rstat_flush+0xf4/0x7e0
[267539.825477] cgroup_rstat_exit+0x20/0xf0
[267539.825478] css_free_rwork_fn+0x12e/0x400
[267539.825479] process_one_work+0x19e/0x3e0
[267539.825480] worker_thread+0x2ad/0x3c0
[267539.825482] kthread+0x108/0x220
[267539.825483] ? __pfx_worker_thread+0x10/0x10
[267539.825484] ? __pfx_kthread+0x10/0x10
[267539.825485] ret_from_fork+0x3d/0x60
[267539.825486] ? __pfx_kthread+0x10/0x10
[267539.825487] ret_from_fork_asm+0x1a/0x30
[267539.825489] </TASK>
[267719.840155] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[267719.853339] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16856501
[267719.871273] rcu: (detected by 219, t=59210835 jiffies, g=639685, q=50929 ncpus=256)
[267719.886702] Sending NMI from CPU 219 to CPUs 156:
[267719.886706] NMI backtrace for cpu 156
[267719.886712] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[267719.886715] Tainted: [D]=DIE, [W]=WARN
[267719.886716] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[267719.886717] Workqueue: cgroup_destroy css_free_rwork_fn
[267719.886720] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[267719.886723] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[267719.886724] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[267719.886724] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[267719.886725] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[267719.886726] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[267719.886726] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[267719.886727] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[267719.886728] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[267719.886728] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[267719.886729] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[267719.886730] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[267719.886730] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[267719.886730] PKRU: 55555554
[267719.886731] Call Trace:
[267719.886731] <TASK>
[267719.886732] _raw_spin_lock_irqsave+0x46/0x60
[267719.886734] cgroup_rstat_flush+0xf4/0x7e0
[267719.886735] cgroup_rstat_exit+0x20/0xf0
[267719.886736] css_free_rwork_fn+0x12e/0x400
[267719.886737] process_one_work+0x19e/0x3e0
[267719.886739] worker_thread+0x2ad/0x3c0
[267719.886740] kthread+0x108/0x220
[267719.886741] ? __pfx_worker_thread+0x10/0x10
[267719.886743] ? __pfx_kthread+0x10/0x10
[267719.886744] ret_from_fork+0x3d/0x60
[267719.886745] ? __pfx_kthread+0x10/0x10
[267719.886746] ret_from_fork_asm+0x1a/0x30
[267719.886748] </TASK>
[267899.901394] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[267899.914590] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16875334
[267899.932530] rcu: (detected by 47, t=59255849 jiffies, g=639685, q=50944 ncpus=256)
[267899.947851] Sending NMI from CPU 47 to CPUs 156:
[267899.947857] NMI backtrace for cpu 156
[267899.947864] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[267899.947866] Tainted: [D]=DIE, [W]=WARN
[267899.947866] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[267899.947867] Workqueue: cgroup_destroy css_free_rwork_fn
[267899.947870] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[267899.947872] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[267899.947873] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[267899.947874] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[267899.947875] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[267899.947875] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[267899.947875] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[267899.947876] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[267899.947877] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[267899.947877] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[267899.947878] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[267899.947879] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[267899.947879] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[267899.947879] PKRU: 55555554
[267899.947880] Call Trace:
[267899.947880] <TASK>
[267899.947881] _raw_spin_lock_irqsave+0x46/0x60
[267899.947883] cgroup_rstat_flush+0xf4/0x7e0
[267899.947884] cgroup_rstat_exit+0x20/0xf0
[267899.947885] css_free_rwork_fn+0x12e/0x400
[267899.947886] process_one_work+0x19e/0x3e0
[267899.947887] worker_thread+0x2ad/0x3c0
[267899.947889] kthread+0x108/0x220
[267899.947890] ? __pfx_worker_thread+0x10/0x10
[267899.947891] ? __pfx_kthread+0x10/0x10
[267899.947892] ret_from_fork+0x3d/0x60
[267899.947893] ? __pfx_kthread+0x10/0x10
[267899.947894] ret_from_fork_asm+0x1a/0x30
[267899.947896] </TASK>
[268079.950636] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[268079.963812] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16893690
[268079.981730] rcu: (detected by 158, t=59300864 jiffies, g=639685, q=50956 ncpus=256)
[268079.997150] Sending NMI from CPU 158 to CPUs 156:
[268079.997154] NMI backtrace for cpu 156
[268079.997156] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[268079.997158] Tainted: [D]=DIE, [W]=WARN
[268079.997159] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[268079.997160] Workqueue: cgroup_destroy css_free_rwork_fn
[268079.997162] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[268079.997164] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[268079.997165] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[268079.997166] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[268079.997166] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[268079.997167] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[268079.997167] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[268079.997167] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[268079.997168] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[268079.997168] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[268079.997169] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[268079.997169] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[268079.997170] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[268079.997170] PKRU: 55555554
[268079.997171] Call Trace:
[268079.997171] <TASK>
[268079.997173] _raw_spin_lock_irqsave+0x46/0x60
[268079.997174] cgroup_rstat_flush+0xf4/0x7e0
[268079.997175] cgroup_rstat_exit+0x20/0xf0
[268079.997176] css_free_rwork_fn+0x12e/0x400
[268079.997177] process_one_work+0x19e/0x3e0
[268079.997179] worker_thread+0x2ad/0x3c0
[268079.997180] kthread+0x108/0x220
[268079.997181] ? __pfx_worker_thread+0x10/0x10
[268079.997183] ? __pfx_kthread+0x10/0x10
[268079.997184] ret_from_fork+0x3d/0x60
[268079.997185] ? __pfx_kthread+0x10/0x10
[268079.997186] ret_from_fork_asm+0x1a/0x30
[268079.997188] </TASK>
[268260.011878] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[268260.025074] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16912036
[268260.043010] rcu: (detected by 47, t=59345878 jiffies, g=639685, q=50971 ncpus=256)
[268260.058337] Sending NMI from CPU 47 to CPUs 156:
[268260.058342] NMI backtrace for cpu 156
[268260.058348] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[268260.058351] Tainted: [D]=DIE, [W]=WARN
[268260.058351] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[268260.058352] Workqueue: cgroup_destroy css_free_rwork_fn
[268260.058355] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[268260.058356] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[268260.058357] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[268260.058358] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[268260.058359] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[268260.058359] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[268260.058359] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[268260.058360] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[268260.058361] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[268260.058362] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[268260.058362] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[268260.058363] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[268260.058363] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[268260.058364] PKRU: 55555554
[268260.058364] Call Trace:
[268260.058365] <TASK>
[268260.058366] _raw_spin_lock_irqsave+0x46/0x60
[268260.058367] cgroup_rstat_flush+0xf4/0x7e0
[268260.058368] cgroup_rstat_exit+0x20/0xf0
[268260.058369] css_free_rwork_fn+0x12e/0x400
[268260.058370] process_one_work+0x19e/0x3e0
[268260.058372] worker_thread+0x2ad/0x3c0
[268260.058374] kthread+0x108/0x220
[268260.058374] ? __pfx_worker_thread+0x10/0x10
[268260.058376] ? __pfx_kthread+0x10/0x10
[268260.058377] ret_from_fork+0x3d/0x60
[268260.058378] ? __pfx_kthread+0x10/0x10
[268260.058379] ret_from_fork_asm+0x1a/0x30
[268260.058381] </TASK>
[268440.057118] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[268440.070294] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16930397
[268440.088213] rcu: (detected by 3, t=59390892 jiffies, g=639685, q=50986 ncpus=256)
[268440.103426] Sending NMI from CPU 3 to CPUs 156:
[268440.103432] NMI backtrace for cpu 156
[268440.103438] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[268440.103441] Tainted: [D]=DIE, [W]=WARN
[268440.103441] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[268440.103442] Workqueue: cgroup_destroy css_free_rwork_fn
[268440.103445] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[268440.103447] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[268440.103449] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[268440.103450] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[268440.103450] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[268440.103450] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[268440.103451] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[268440.103451] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[268440.103452] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[268440.103453] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[268440.103453] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[268440.103454] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[268440.103454] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[268440.103454] PKRU: 55555554
[268440.103455] Call Trace:
[268440.103455] <TASK>
[268440.103456] _raw_spin_lock_irqsave+0x46/0x60
[268440.103458] cgroup_rstat_flush+0xf4/0x7e0
[268440.103459] cgroup_rstat_exit+0x20/0xf0
[268440.103460] css_free_rwork_fn+0x12e/0x400
[268440.103461] process_one_work+0x19e/0x3e0
[268440.103463] worker_thread+0x2ad/0x3c0
[268440.103464] kthread+0x108/0x220
[268440.103465] ? __pfx_worker_thread+0x10/0x10
[268440.103467] ? __pfx_kthread+0x10/0x10
[268440.103468] ret_from_fork+0x3d/0x60
[268440.103469] ? __pfx_kthread+0x10/0x10
[268440.103470] ret_from_fork_asm+0x1a/0x30
[268440.103472] </TASK>
[268620.118359] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[268620.131521] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16948736
[268620.149438] rcu: (detected by 66, t=59435908 jiffies, g=639685, q=51003 ncpus=256)
[268620.164747] Sending NMI from CPU 66 to CPUs 156:
[268620.164751] NMI backtrace for cpu 156
[268620.164757] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[268620.164760] Tainted: [D]=DIE, [W]=WARN
[268620.164760] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[268620.164761] Workqueue: cgroup_destroy css_free_rwork_fn
[268620.164764] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[268620.164766] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[268620.164767] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[268620.164768] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[268620.164768] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[268620.164769] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[268620.164769] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[268620.164769] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[268620.164770] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[268620.164771] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[268620.164771] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[268620.164772] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[268620.164772] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[268620.164772] PKRU: 55555554
[268620.164773] Call Trace:
[268620.164773] <TASK>
[268620.164774] _raw_spin_lock_irqsave+0x46/0x60
[268620.164776] cgroup_rstat_flush+0xf4/0x7e0
[268620.164777] cgroup_rstat_exit+0x20/0xf0
[268620.164778] css_free_rwork_fn+0x12e/0x400
[268620.164779] process_one_work+0x19e/0x3e0
[268620.164781] worker_thread+0x2ad/0x3c0
[268620.164782] kthread+0x108/0x220
[268620.164783] ? __pfx_worker_thread+0x10/0x10
[268620.164785] ? __pfx_kthread+0x10/0x10
[268620.164786] ret_from_fork+0x3d/0x60
[268620.164787] ? __pfx_kthread+0x10/0x10
[268620.164788] ret_from_fork_asm+0x1a/0x30
[268620.164789] </TASK>
[268800.179599] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[268800.192768] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16966947
[268800.210683] rcu: (detected by 175, t=59480924 jiffies, g=639685, q=51015 ncpus=256)
[268800.226099] Sending NMI from CPU 175 to CPUs 156:
[268800.226105] NMI backtrace for cpu 156
[268800.226111] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[268800.226114] Tainted: [D]=DIE, [W]=WARN
[268800.226114] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[268800.226115] Workqueue: cgroup_destroy css_free_rwork_fn
[268800.226118] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[268800.226120] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[268800.226121] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[268800.226122] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[268800.226122] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[268800.226123] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[268800.226123] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[268800.226124] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[268800.226124] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[268800.226125] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[268800.226125] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[268800.226126] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[268800.226127] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[268800.226127] PKRU: 55555554
[268800.226127] Call Trace:
[268800.226128] <TASK>
[268800.226129] _raw_spin_lock_irqsave+0x46/0x60
[268800.226130] cgroup_rstat_flush+0xf4/0x7e0
[268800.226131] cgroup_rstat_exit+0x20/0xf0
[268800.226132] css_free_rwork_fn+0x12e/0x400
[268800.226133] process_one_work+0x19e/0x3e0
[268800.226135] worker_thread+0x2ad/0x3c0
[268800.226137] kthread+0x108/0x220
[268800.226137] ? __pfx_worker_thread+0x10/0x10
[268800.226139] ? __pfx_kthread+0x10/0x10
[268800.226140] ret_from_fork+0x3d/0x60
[268800.226141] ? __pfx_kthread+0x10/0x10
[268800.226142] ret_from_fork_asm+0x1a/0x30
[268800.226144] </TASK>
[268980.240842] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[268980.254027] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=16985205
[268980.271960] rcu: (detected by 91, t=59525940 jiffies, g=639685, q=51028 ncpus=256)
[268980.287287] Sending NMI from CPU 91 to CPUs 156:
[268980.287292] NMI backtrace for cpu 156
[268980.287298] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[268980.287301] Tainted: [D]=DIE, [W]=WARN
[268980.287302] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[268980.287303] Workqueue: cgroup_destroy css_free_rwork_fn
[268980.287306] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[268980.287308] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[268980.287310] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[268980.287310] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[268980.287311] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[268980.287311] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[268980.287312] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[268980.287312] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[268980.287313] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[268980.287314] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[268980.287314] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[268980.287315] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[268980.287316] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[268980.287316] PKRU: 55555554
[268980.287317] Call Trace:
[268980.287317] <TASK>
[268980.287318] _raw_spin_lock_irqsave+0x46/0x60
[268980.287320] cgroup_rstat_flush+0xf4/0x7e0
[268980.287321] cgroup_rstat_exit+0x20/0xf0
[268980.287322] css_free_rwork_fn+0x12e/0x400
[268980.287323] process_one_work+0x19e/0x3e0
[268980.287325] worker_thread+0x2ad/0x3c0
[268980.287326] kthread+0x108/0x220
[268980.287327] ? __pfx_worker_thread+0x10/0x10
[268980.287329] ? __pfx_kthread+0x10/0x10
[268980.287330] ret_from_fork+0x3d/0x60
[268980.287331] ? __pfx_kthread+0x10/0x10
[268980.287332] ret_from_fork_asm+0x1a/0x30
[268980.287334] </TASK>
[269160.302084] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[269160.315260] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17004560
[269160.333186] rcu: (detected by 159, t=59570956 jiffies, g=639685, q=51041 ncpus=256)
[269160.348610] Sending NMI from CPU 159 to CPUs 156:
[269160.348615] NMI backtrace for cpu 156
[269160.348617] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[269160.348619] Tainted: [D]=DIE, [W]=WARN
[269160.348620] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[269160.348621] Workqueue: cgroup_destroy css_free_rwork_fn
[269160.348623] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[269160.348624] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[269160.348625] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[269160.348626] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[269160.348626] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[269160.348627] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[269160.348627] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[269160.348628] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[269160.348629] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[269160.348630] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[269160.348630] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[269160.348631] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[269160.348631] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[269160.348631] PKRU: 55555554
[269160.348632] Call Trace:
[269160.348632] <TASK>
[269160.348633] _raw_spin_lock_irqsave+0x46/0x60
[269160.348635] cgroup_rstat_flush+0xf4/0x7e0
[269160.348636] cgroup_rstat_exit+0x20/0xf0
[269160.348637] css_free_rwork_fn+0x12e/0x400
[269160.348638] process_one_work+0x19e/0x3e0
[269160.348640] worker_thread+0x2ad/0x3c0
[269160.348641] kthread+0x108/0x220
[269160.348642] ? __pfx_worker_thread+0x10/0x10
[269160.348644] ? __pfx_kthread+0x10/0x10
[269160.348645] ret_from_fork+0x3d/0x60
[269160.348646] ? __pfx_kthread+0x10/0x10
[269160.348647] ret_from_fork_asm+0x1a/0x30
[269160.348648] </TASK>
[269340.363325] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[269340.376513] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17023341
[269340.394450] rcu: (detected by 159, t=59615972 jiffies, g=639685, q=51054 ncpus=256)
[269340.409887] Sending NMI from CPU 159 to CPUs 156:
[269340.409893] NMI backtrace for cpu 156
[269340.409895] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[269340.409897] Tainted: [D]=DIE, [W]=WARN
[269340.409897] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[269340.409898] Workqueue: cgroup_destroy css_free_rwork_fn
[269340.409900] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[269340.409902] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[269340.409903] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[269340.409903] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[269340.409904] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[269340.409904] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[269340.409905] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[269340.409905] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[269340.409906] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[269340.409907] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[269340.409907] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[269340.409908] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[269340.409908] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[269340.409908] PKRU: 55555554
[269340.409909] Call Trace:
[269340.409909] <TASK>
[269340.409911] _raw_spin_lock_irqsave+0x46/0x60
[269340.409912] cgroup_rstat_flush+0xf4/0x7e0
[269340.409913] cgroup_rstat_exit+0x20/0xf0
[269340.409914] css_free_rwork_fn+0x12e/0x400
[269340.409915] process_one_work+0x19e/0x3e0
[269340.409917] worker_thread+0x2ad/0x3c0
[269340.409918] kthread+0x108/0x220
[269340.409919] ? __pfx_worker_thread+0x10/0x10
[269340.409921] ? __pfx_kthread+0x10/0x10
[269340.409922] ret_from_fork+0x3d/0x60
[269340.409923] ? __pfx_kthread+0x10/0x10
[269340.409924] ret_from_fork_asm+0x1a/0x30
[269340.409926] </TASK>
[269520.424566] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[269520.437757] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17041245
[269520.455692] rcu: (detected by 172, t=59660988 jiffies, g=639685, q=51067 ncpus=256)
[269520.471126] Sending NMI from CPU 172 to CPUs 156:
[269520.471131] NMI backtrace for cpu 156
[269520.471137] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[269520.471139] Tainted: [D]=DIE, [W]=WARN
[269520.471140] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[269520.471141] Workqueue: cgroup_destroy css_free_rwork_fn
[269520.471143] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[269520.471145] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[269520.471146] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[269520.471147] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[269520.471147] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[269520.471148] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[269520.471149] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[269520.471150] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[269520.471151] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[269520.471152] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[269520.471152] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[269520.471153] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[269520.471153] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[269520.471153] PKRU: 55555554
[269520.471154] Call Trace:
[269520.471154] <TASK>
[269520.471156] _raw_spin_lock_irqsave+0x46/0x60
[269520.471157] cgroup_rstat_flush+0xf4/0x7e0
[269520.471159] cgroup_rstat_exit+0x20/0xf0
[269520.471160] css_free_rwork_fn+0x12e/0x400
[269520.471161] process_one_work+0x19e/0x3e0
[269520.471162] worker_thread+0x2ad/0x3c0
[269520.471164] kthread+0x108/0x220
[269520.471165] ? __pfx_worker_thread+0x10/0x10
[269520.471167] ? __pfx_kthread+0x10/0x10
[269520.471168] ret_from_fork+0x3d/0x60
[269520.471169] ? __pfx_kthread+0x10/0x10
[269520.471170] ret_from_fork_asm+0x1a/0x30
[269520.471172] </TASK>
[269700.485807] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[269700.499008] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17059682
[269700.516949] rcu: (detected by 185, t=59706004 jiffies, g=639685, q=51086 ncpus=256)
[269700.532388] Sending NMI from CPU 185 to CPUs 156:
[269700.532393] NMI backtrace for cpu 156
[269700.532399] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[269700.532402] Tainted: [D]=DIE, [W]=WARN
[269700.532402] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[269700.532403] Workqueue: cgroup_destroy css_free_rwork_fn
[269700.532406] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[269700.532408] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[269700.532410] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[269700.532410] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[269700.532411] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[269700.532411] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[269700.532411] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[269700.532412] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[269700.532413] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[269700.532413] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[269700.532414] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[269700.532414] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[269700.532415] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[269700.532415] PKRU: 55555554
[269700.532415] Call Trace:
[269700.532416] <TASK>
[269700.532417] _raw_spin_lock_irqsave+0x46/0x60
[269700.532419] cgroup_rstat_flush+0xf4/0x7e0
[269700.532420] cgroup_rstat_exit+0x20/0xf0
[269700.532421] css_free_rwork_fn+0x12e/0x400
[269700.532422] process_one_work+0x19e/0x3e0
[269700.532423] worker_thread+0x2ad/0x3c0
[269700.532425] kthread+0x108/0x220
[269700.532426] ? __pfx_worker_thread+0x10/0x10
[269700.532427] ? __pfx_kthread+0x10/0x10
[269700.532428] ret_from_fork+0x3d/0x60
[269700.532429] ? __pfx_kthread+0x10/0x10
[269700.532430] ret_from_fork_asm+0x1a/0x30
[269700.532432] </TASK>
[269880.547047] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[269880.560232] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17078685
[269880.578152] rcu: (detected by 172, t=59751020 jiffies, g=639685, q=51096 ncpus=256)
[269880.593579] Sending NMI from CPU 172 to CPUs 156:
[269880.593586] NMI backtrace for cpu 156
[269880.593591] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[269880.593595] Tainted: [D]=DIE, [W]=WARN
[269880.593595] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[269880.593596] Workqueue: cgroup_destroy css_free_rwork_fn
[269880.593599] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[269880.593601] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[269880.593602] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[269880.593603] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[269880.593603] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[269880.593603] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[269880.593604] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[269880.593604] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[269880.593605] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[269880.593606] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[269880.593606] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[269880.593607] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[269880.593607] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[269880.593607] PKRU: 55555554
[269880.593608] Call Trace:
[269880.593608] <TASK>
[269880.593610] _raw_spin_lock_irqsave+0x46/0x60
[269880.593611] cgroup_rstat_flush+0xf4/0x7e0
[269880.593612] cgroup_rstat_exit+0x20/0xf0
[269880.593613] css_free_rwork_fn+0x12e/0x400
[269880.593614] process_one_work+0x19e/0x3e0
[269880.593616] worker_thread+0x2ad/0x3c0
[269880.593617] kthread+0x108/0x220
[269880.593618] ? __pfx_worker_thread+0x10/0x10
[269880.593620] ? __pfx_kthread+0x10/0x10
[269880.593621] ret_from_fork+0x3d/0x60
[269880.593622] ? __pfx_kthread+0x10/0x10
[269880.593623] ret_from_fork_asm+0x1a/0x30
[269880.593625] </TASK>
[270060.608289] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[270060.621484] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17097241
[270060.639427] rcu: (detected by 194, t=59796036 jiffies, g=639685, q=51109 ncpus=256)
[270060.654867] Sending NMI from CPU 194 to CPUs 156:
[270060.654871] NMI backtrace for cpu 156
[270060.654877] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[270060.654879] Tainted: [D]=DIE, [W]=WARN
[270060.654880] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[270060.654881] Workqueue: cgroup_destroy css_free_rwork_fn
[270060.654884] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[270060.654887] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[270060.654888] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[270060.654888] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[270060.654889] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[270060.654889] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[270060.654890] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[270060.654890] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[270060.654891] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[270060.654892] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[270060.654892] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[270060.654893] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[270060.654893] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[270060.654893] PKRU: 55555554
[270060.654894] Call Trace:
[270060.654894] <TASK>
[270060.654896] _raw_spin_lock_irqsave+0x46/0x60
[270060.654897] cgroup_rstat_flush+0xf4/0x7e0
[270060.654898] cgroup_rstat_exit+0x20/0xf0
[270060.654899] css_free_rwork_fn+0x12e/0x400
[270060.654900] process_one_work+0x19e/0x3e0
[270060.654902] worker_thread+0x2ad/0x3c0
[270060.654903] kthread+0x108/0x220
[270060.654904] ? __pfx_worker_thread+0x10/0x10
[270060.654906] ? __pfx_kthread+0x10/0x10
[270060.654907] ret_from_fork+0x3d/0x60
[270060.654908] ? __pfx_kthread+0x10/0x10
[270060.654909] ret_from_fork_asm+0x1a/0x30
[270060.654911] </TASK>
[270240.669531] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[270240.682724] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17116336
[270240.700663] rcu: (detected by 219, t=59841052 jiffies, g=639685, q=51125 ncpus=256)
[270240.716097] Sending NMI from CPU 219 to CPUs 156:
[270240.716102] NMI backtrace for cpu 156
[270240.716107] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[270240.716111] Tainted: [D]=DIE, [W]=WARN
[270240.716111] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[270240.716112] Workqueue: cgroup_destroy css_free_rwork_fn
[270240.716115] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[270240.716117] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[270240.716118] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[270240.716119] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[270240.716120] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[270240.716120] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[270240.716120] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[270240.716121] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[270240.716122] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[270240.716122] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[270240.716123] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[270240.716123] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[270240.716124] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[270240.716124] PKRU: 55555554
[270240.716124] Call Trace:
[270240.716125] <TASK>
[270240.716126] _raw_spin_lock_irqsave+0x46/0x60
[270240.716127] cgroup_rstat_flush+0xf4/0x7e0
[270240.716129] cgroup_rstat_exit+0x20/0xf0
[270240.716130] css_free_rwork_fn+0x12e/0x400
[270240.716130] process_one_work+0x19e/0x3e0
[270240.716132] worker_thread+0x2ad/0x3c0
[270240.716134] kthread+0x108/0x220
[270240.716135] ? __pfx_worker_thread+0x10/0x10
[270240.716136] ? __pfx_kthread+0x10/0x10
[270240.716137] ret_from_fork+0x3d/0x60
[270240.716138] ? __pfx_kthread+0x10/0x10
[270240.716139] ret_from_fork_asm+0x1a/0x30
[270240.716141] </TASK>
[270420.730771] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[270420.743958] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17134582
[270420.761888] rcu: (detected by 175, t=59886068 jiffies, g=639685, q=51140 ncpus=256)
[270420.777315] Sending NMI from CPU 175 to CPUs 156:
[270420.777320] NMI backtrace for cpu 156
[270420.777325] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[270420.777329] Tainted: [D]=DIE, [W]=WARN
[270420.777330] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[270420.777331] Workqueue: cgroup_destroy css_free_rwork_fn
[270420.777334] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[270420.777336] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[270420.777337] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[270420.777338] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[270420.777338] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[270420.777339] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[270420.777339] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[270420.777340] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[270420.777341] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[270420.777341] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[270420.777342] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[270420.777342] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[270420.777343] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[270420.777343] PKRU: 55555554
[270420.777343] Call Trace:
[270420.777344] <TASK>
[270420.777345] _raw_spin_lock_irqsave+0x46/0x60
[270420.777346] cgroup_rstat_flush+0xf4/0x7e0
[270420.777348] cgroup_rstat_exit+0x20/0xf0
[270420.777349] css_free_rwork_fn+0x12e/0x400
[270420.777350] process_one_work+0x19e/0x3e0
[270420.777351] worker_thread+0x2ad/0x3c0
[270420.777353] kthread+0x108/0x220
[270420.777354] ? __pfx_worker_thread+0x10/0x10
[270420.777355] ? __pfx_kthread+0x10/0x10
[270420.777356] ret_from_fork+0x3d/0x60
[270420.777357] ? __pfx_kthread+0x10/0x10
[270420.777358] ret_from_fork_asm+0x1a/0x30
[270420.777360] </TASK>
[270600.792013] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[270600.805200] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17152949
[270600.823135] rcu: (detected by 159, t=59931084 jiffies, g=639685, q=51155 ncpus=256)
[270600.838568] Sending NMI from CPU 159 to CPUs 156:
[270600.838573] NMI backtrace for cpu 156
[270600.838575] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[270600.838577] Tainted: [D]=DIE, [W]=WARN
[270600.838578] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[270600.838579] Workqueue: cgroup_destroy css_free_rwork_fn
[270600.838581] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[270600.838583] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[270600.838584] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[270600.838585] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[270600.838585] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[270600.838585] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[270600.838586] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[270600.838586] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[270600.838587] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[270600.838588] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[270600.838588] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[270600.838589] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[270600.838589] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[270600.838589] PKRU: 55555554
[270600.838590] Call Trace:
[270600.838590] <TASK>
[270600.838591] _raw_spin_lock_irqsave+0x46/0x60
[270600.838593] cgroup_rstat_flush+0xf4/0x7e0
[270600.838594] cgroup_rstat_exit+0x20/0xf0
[270600.838595] css_free_rwork_fn+0x12e/0x400
[270600.838596] process_one_work+0x19e/0x3e0
[270600.838598] worker_thread+0x2ad/0x3c0
[270600.838599] kthread+0x108/0x220
[270600.838600] ? __pfx_worker_thread+0x10/0x10
[270600.838602] ? __pfx_kthread+0x10/0x10
[270600.838603] ret_from_fork+0x3d/0x60
[270600.838604] ? __pfx_kthread+0x10/0x10
[270600.838605] ret_from_fork_asm+0x1a/0x30
[270600.838606] </TASK>
[270780.853255] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[270780.866444] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17171869
[270780.884388] rcu: (detected by 158, t=59976100 jiffies, g=639685, q=51169 ncpus=256)
[270780.899832] Sending NMI from CPU 158 to CPUs 156:
[270780.899836] NMI backtrace for cpu 156
[270780.899838] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[270780.899840] Tainted: [D]=DIE, [W]=WARN
[270780.899840] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[270780.899841] Workqueue: cgroup_destroy css_free_rwork_fn
[270780.899843] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[270780.899845] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[270780.899846] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[270780.899846] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[270780.899847] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[270780.899847] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[270780.899848] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[270780.899848] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[270780.899849] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[270780.899850] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[270780.899850] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[270780.899851] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[270780.899851] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[270780.899851] PKRU: 55555554
[270780.899852] Call Trace:
[270780.899852] <TASK>
[270780.899853] _raw_spin_lock_irqsave+0x46/0x60
[270780.899854] cgroup_rstat_flush+0xf4/0x7e0
[270780.899856] cgroup_rstat_exit+0x20/0xf0
[270780.899857] css_free_rwork_fn+0x12e/0x400
[270780.899858] process_one_work+0x19e/0x3e0
[270780.899859] worker_thread+0x2ad/0x3c0
[270780.899861] kthread+0x108/0x220
[270780.899862] ? __pfx_worker_thread+0x10/0x10
[270780.899863] ? __pfx_kthread+0x10/0x10
[270780.899864] ret_from_fork+0x3d/0x60
[270780.899865] ? __pfx_kthread+0x10/0x10
[270780.899866] ret_from_fork_asm+0x1a/0x30
[270780.899868] </TASK>
[270960.914495] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[270960.927684] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17190654
[270960.945617] rcu: (detected by 219, t=60021116 jiffies, g=639685, q=51182 ncpus=256)
[270960.961046] Sending NMI from CPU 219 to CPUs 156:
[270960.961051] NMI backtrace for cpu 156
[270960.961056] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[270960.961060] Tainted: [D]=DIE, [W]=WARN
[270960.961061] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[270960.961061] Workqueue: cgroup_destroy css_free_rwork_fn
[270960.961064] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[270960.961066] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[270960.961067] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[270960.961068] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[270960.961069] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[270960.961069] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[270960.961070] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[270960.961070] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[270960.961071] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[270960.961072] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[270960.961072] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[270960.961073] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[270960.961073] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[270960.961073] PKRU: 55555554
[270960.961074] Call Trace:
[270960.961074] <TASK>
[270960.961076] _raw_spin_lock_irqsave+0x46/0x60
[270960.961077] cgroup_rstat_flush+0xf4/0x7e0
[270960.961079] cgroup_rstat_exit+0x20/0xf0
[270960.961080] css_free_rwork_fn+0x12e/0x400
[270960.961081] process_one_work+0x19e/0x3e0
[270960.961083] worker_thread+0x2ad/0x3c0
[270960.961084] kthread+0x108/0x220
[270960.961085] ? __pfx_worker_thread+0x10/0x10
[270960.961086] ? __pfx_kthread+0x10/0x10
[270960.961088] ret_from_fork+0x3d/0x60
[270960.961089] ? __pfx_kthread+0x10/0x10
[270960.961090] ret_from_fork_asm+0x1a/0x30
[270960.961092] </TASK>
[271140.975737] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[271140.988926] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17209626
[271141.006859] rcu: (detected by 47, t=60066130 jiffies, g=639685, q=51195 ncpus=256)
[271141.022193] Sending NMI from CPU 47 to CPUs 156:
[271141.022198] NMI backtrace for cpu 156
[271141.022204] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[271141.022208] Tainted: [D]=DIE, [W]=WARN
[271141.022208] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[271141.022209] Workqueue: cgroup_destroy css_free_rwork_fn
[271141.022212] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[271141.022214] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[271141.022215] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[271141.022216] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[271141.022217] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[271141.022217] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[271141.022218] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[271141.022218] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[271141.022219] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[271141.022220] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[271141.022220] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[271141.022221] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[271141.022221] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[271141.022221] PKRU: 55555554
[271141.022222] Call Trace:
[271141.022222] <TASK>
[271141.022223] _raw_spin_lock_irqsave+0x46/0x60
[271141.022225] cgroup_rstat_flush+0xf4/0x7e0
[271141.022226] cgroup_rstat_exit+0x20/0xf0
[271141.022227] css_free_rwork_fn+0x12e/0x400
[271141.022228] process_one_work+0x19e/0x3e0
[271141.022230] worker_thread+0x2ad/0x3c0
[271141.022231] kthread+0x108/0x220
[271141.022232] ? __pfx_worker_thread+0x10/0x10
[271141.022234] ? __pfx_kthread+0x10/0x10
[271141.022235] ret_from_fork+0x3d/0x60
[271141.022236] ? __pfx_kthread+0x10/0x10
[271141.022237] ret_from_fork_asm+0x1a/0x30
[271141.022238] </TASK>
[271321.020977] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[271321.034166] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17227547
[271321.052106] rcu: (detected by 175, t=60111144 jiffies, g=639685, q=51208 ncpus=256)
[271321.067541] Sending NMI from CPU 175 to CPUs 156:
[271321.067546] NMI backtrace for cpu 156
[271321.067552] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[271321.067555] Tainted: [D]=DIE, [W]=WARN
[271321.067556] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[271321.067557] Workqueue: cgroup_destroy css_free_rwork_fn
[271321.067560] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[271321.067562] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[271321.067564] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[271321.067564] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[271321.067565] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[271321.067565] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[271321.067565] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[271321.067566] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[271321.067567] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[271321.067567] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[271321.067568] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[271321.067568] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[271321.067569] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[271321.067569] PKRU: 55555554
[271321.067569] Call Trace:
[271321.067570] <TASK>
[271321.067571] _raw_spin_lock_irqsave+0x46/0x60
[271321.067573] cgroup_rstat_flush+0xf4/0x7e0
[271321.067574] cgroup_rstat_exit+0x20/0xf0
[271321.067575] css_free_rwork_fn+0x12e/0x400
[271321.067576] process_one_work+0x19e/0x3e0
[271321.067578] worker_thread+0x2ad/0x3c0
[271321.067579] kthread+0x108/0x220
[271321.067580] ? __pfx_worker_thread+0x10/0x10
[271321.067581] ? __pfx_kthread+0x10/0x10
[271321.067582] ret_from_fork+0x3d/0x60
[271321.067584] ? __pfx_kthread+0x10/0x10
[271321.067584] ret_from_fork_asm+0x1a/0x30
[271321.067586] </TASK>
[271501.082219] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[271501.095392] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17246133
[271501.113319] rcu: (detected by 47, t=60156158 jiffies, g=639685, q=51223 ncpus=256)
[271501.128639] Sending NMI from CPU 47 to CPUs 156:
[271501.128644] NMI backtrace for cpu 156
[271501.128650] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[271501.128654] Tainted: [D]=DIE, [W]=WARN
[271501.128654] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[271501.128655] Workqueue: cgroup_destroy css_free_rwork_fn
[271501.128658] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[271501.128660] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[271501.128662] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[271501.128663] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[271501.128663] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[271501.128664] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[271501.128664] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[271501.128665] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[271501.128665] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[271501.128666] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[271501.128666] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[271501.128667] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[271501.128667] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[271501.128668] PKRU: 55555554
[271501.128668] Call Trace:
[271501.128669] <TASK>
[271501.128670] _raw_spin_lock_irqsave+0x46/0x60
[271501.128671] cgroup_rstat_flush+0xf4/0x7e0
[271501.128672] cgroup_rstat_exit+0x20/0xf0
[271501.128673] css_free_rwork_fn+0x12e/0x400
[271501.128674] process_one_work+0x19e/0x3e0
[271501.128676] worker_thread+0x2ad/0x3c0
[271501.128677] kthread+0x108/0x220
[271501.128678] ? __pfx_worker_thread+0x10/0x10
[271501.128680] ? __pfx_kthread+0x10/0x10
[271501.128681] ret_from_fork+0x3d/0x60
[271501.128682] ? __pfx_kthread+0x10/0x10
[271501.128683] ret_from_fork_asm+0x1a/0x30
[271501.128685] </TASK>
[271681.127461] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[271681.140644] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17264730
[271681.158566] rcu: (detected by 57, t=60201172 jiffies, g=639685, q=51242 ncpus=256)
[271681.173883] Sending NMI from CPU 57 to CPUs 156:
[271681.173888] NMI backtrace for cpu 156
[271681.173893] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[271681.173897] Tainted: [D]=DIE, [W]=WARN
[271681.173897] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[271681.173898] Workqueue: cgroup_destroy css_free_rwork_fn
[271681.173901] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[271681.173903] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[271681.173905] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[271681.173905] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[271681.173906] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[271681.173906] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[271681.173906] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[271681.173907] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[271681.173908] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[271681.173908] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[271681.173909] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[271681.173909] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[271681.173910] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[271681.173910] PKRU: 55555554
[271681.173911] Call Trace:
[271681.173911] <TASK>
[271681.173912] _raw_spin_lock_irqsave+0x46/0x60
[271681.173914] cgroup_rstat_flush+0xf4/0x7e0
[271681.173915] cgroup_rstat_exit+0x20/0xf0
[271681.173916] css_free_rwork_fn+0x12e/0x400
[271681.173917] process_one_work+0x19e/0x3e0
[271681.173918] worker_thread+0x2ad/0x3c0
[271681.173920] kthread+0x108/0x220
[271681.173921] ? __pfx_worker_thread+0x10/0x10
[271681.173922] ? __pfx_kthread+0x10/0x10
[271681.173923] ret_from_fork+0x3d/0x60
[271681.173924] ? __pfx_kthread+0x10/0x10
[271681.173925] ret_from_fork_asm+0x1a/0x30
[271681.173927] </TASK>
[271861.188703] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[271861.201883] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17282974
[271861.219808] rcu: (detected by 47, t=60246186 jiffies, g=639685, q=51254 ncpus=256)
[271861.235128] Sending NMI from CPU 47 to CPUs 156:
[271861.235133] NMI backtrace for cpu 156
[271861.235139] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[271861.235142] Tainted: [D]=DIE, [W]=WARN
[271861.235142] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[271861.235143] Workqueue: cgroup_destroy css_free_rwork_fn
[271861.235146] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[271861.235148] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[271861.235150] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[271861.235150] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[271861.235151] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[271861.235151] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[271861.235152] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[271861.235152] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[271861.235153] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[271861.235153] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[271861.235154] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[271861.235155] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[271861.235155] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[271861.235155] PKRU: 55555554
[271861.235156] Call Trace:
[271861.235156] <TASK>
[271861.235157] _raw_spin_lock_irqsave+0x46/0x60
[271861.235159] cgroup_rstat_flush+0xf4/0x7e0
[271861.235160] cgroup_rstat_exit+0x20/0xf0
[271861.235161] css_free_rwork_fn+0x12e/0x400
[271861.235162] process_one_work+0x19e/0x3e0
[271861.235163] worker_thread+0x2ad/0x3c0
[271861.235165] kthread+0x108/0x220
[271861.235166] ? __pfx_worker_thread+0x10/0x10
[271861.235167] ? __pfx_kthread+0x10/0x10
[271861.235168] ret_from_fork+0x3d/0x60
[271861.235169] ? __pfx_kthread+0x10/0x10
[271861.235170] ret_from_fork_asm+0x1a/0x30
[271861.235172] </TASK>
[272041.237944] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[272041.251108] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17301270
[272041.269027] rcu: (detected by 47, t=60291199 jiffies, g=639685, q=51269 ncpus=256)
[272041.284344] Sending NMI from CPU 47 to CPUs 156:
[272041.284348] NMI backtrace for cpu 156
[272041.284354] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[272041.284357] Tainted: [D]=DIE, [W]=WARN
[272041.284358] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[272041.284359] Workqueue: cgroup_destroy css_free_rwork_fn
[272041.284362] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[272041.284364] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[272041.284365] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[272041.284365] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[272041.284366] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[272041.284366] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[272041.284366] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[272041.284367] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[272041.284368] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[272041.284368] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[272041.284369] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[272041.284369] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[272041.284370] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[272041.284370] PKRU: 55555554
[272041.284370] Call Trace:
[272041.284371] <TASK>
[272041.284372] _raw_spin_lock_irqsave+0x46/0x60
[272041.284373] cgroup_rstat_flush+0xf4/0x7e0
[272041.284375] cgroup_rstat_exit+0x20/0xf0
[272041.284376] css_free_rwork_fn+0x12e/0x400
[272041.284377] process_one_work+0x19e/0x3e0
[272041.284378] worker_thread+0x2ad/0x3c0
[272041.284380] kthread+0x108/0x220
[272041.284381] ? __pfx_worker_thread+0x10/0x10
[272041.284382] ? __pfx_kthread+0x10/0x10
[272041.284383] ret_from_fork+0x3d/0x60
[272041.284384] ? __pfx_kthread+0x10/0x10
[272041.284385] ret_from_fork_asm+0x1a/0x30
[272041.284387] </TASK>
[272221.283185] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[272221.296361] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17319918
[272221.314287] rcu: (detected by 194, t=60336213 jiffies, g=639685, q=51284 ncpus=256)
[272221.329716] Sending NMI from CPU 194 to CPUs 156:
[272221.329722] NMI backtrace for cpu 156
[272221.329727] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[272221.329730] Tainted: [D]=DIE, [W]=WARN
[272221.329731] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[272221.329732] Workqueue: cgroup_destroy css_free_rwork_fn
[272221.329735] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[272221.329737] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[272221.329738] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[272221.329739] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[272221.329739] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[272221.329740] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[272221.329740] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[272221.329740] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[272221.329741] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[272221.329742] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[272221.329742] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[272221.329743] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[272221.329743] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[272221.329743] PKRU: 55555554
[272221.329744] Call Trace:
[272221.329744] <TASK>
[272221.329746] _raw_spin_lock_irqsave+0x46/0x60
[272221.329747] cgroup_rstat_flush+0xf4/0x7e0
[272221.329748] cgroup_rstat_exit+0x20/0xf0
[272221.329749] css_free_rwork_fn+0x12e/0x400
[272221.329750] process_one_work+0x19e/0x3e0
[272221.329752] worker_thread+0x2ad/0x3c0
[272221.329753] kthread+0x108/0x220
[272221.329754] ? __pfx_worker_thread+0x10/0x10
[272221.329756] ? __pfx_kthread+0x10/0x10
[272221.329757] ret_from_fork+0x3d/0x60
[272221.329758] ? __pfx_kthread+0x10/0x10
[272221.329759] ret_from_fork_asm+0x1a/0x30
[272221.329760] </TASK>
[272401.344426] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[272401.357612] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17339159
[272401.375549] rcu: (detected by 219, t=60381229 jiffies, g=639685, q=51300 ncpus=256)
[272401.390983] Sending NMI from CPU 219 to CPUs 156:
[272401.390987] NMI backtrace for cpu 156
[272401.390993] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[272401.390997] Tainted: [D]=DIE, [W]=WARN
[272401.390997] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[272401.390998] Workqueue: cgroup_destroy css_free_rwork_fn
[272401.391000] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[272401.391002] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[272401.391003] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[272401.391004] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[272401.391005] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[272401.391005] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[272401.391006] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[272401.391006] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[272401.391007] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[272401.391008] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[272401.391008] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[272401.391009] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[272401.391009] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[272401.391009] PKRU: 55555554
[272401.391010] Call Trace:
[272401.391011] <TASK>
[272401.391012] _raw_spin_lock_irqsave+0x46/0x60
[272401.391013] cgroup_rstat_flush+0xf4/0x7e0
[272401.391014] cgroup_rstat_exit+0x20/0xf0
[272401.391015] css_free_rwork_fn+0x12e/0x400
[272401.391016] process_one_work+0x19e/0x3e0
[272401.391018] worker_thread+0x2ad/0x3c0
[272401.391019] kthread+0x108/0x220
[272401.391020] ? __pfx_worker_thread+0x10/0x10
[272401.391022] ? __pfx_kthread+0x10/0x10
[272401.391023] ret_from_fork+0x3d/0x60
[272401.391024] ? __pfx_kthread+0x10/0x10
[272401.391025] ret_from_fork_asm+0x1a/0x30
[272401.391027] </TASK>
[272581.405667] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[272581.418845] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17357439
[272581.436785] rcu: (detected by 91, t=60426245 jiffies, g=639685, q=51316 ncpus=256)
[272581.452112] Sending NMI from CPU 91 to CPUs 156:
[272581.452116] NMI backtrace for cpu 156
[272581.452122] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[272581.452125] Tainted: [D]=DIE, [W]=WARN
[272581.452125] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[272581.452126] Workqueue: cgroup_destroy css_free_rwork_fn
[272581.452129] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[272581.452131] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[272581.452132] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[272581.452133] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[272581.452134] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[272581.452134] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[272581.452135] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[272581.452136] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[272581.452137] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[272581.452137] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[272581.452138] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[272581.452139] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[272581.452139] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[272581.452139] PKRU: 55555554
[272581.452140] Call Trace:
[272581.452140] <TASK>
[272581.452142] _raw_spin_lock_irqsave+0x46/0x60
[272581.452143] cgroup_rstat_flush+0xf4/0x7e0
[272581.452144] cgroup_rstat_exit+0x20/0xf0
[272581.452145] css_free_rwork_fn+0x12e/0x400
[272581.452146] process_one_work+0x19e/0x3e0
[272581.452148] worker_thread+0x2ad/0x3c0
[272581.452150] kthread+0x108/0x220
[272581.452150] ? __pfx_worker_thread+0x10/0x10
[272581.452152] ? __pfx_kthread+0x10/0x10
[272581.452153] ret_from_fork+0x3d/0x60
[272581.452154] ? __pfx_kthread+0x10/0x10
[272581.452155] ret_from_fork_asm+0x1a/0x30
[272581.452157] </TASK>
[272761.466908] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[272761.480090] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17375962
[272761.498015] rcu: (detected by 175, t=60471261 jiffies, g=639685, q=51333 ncpus=256)
[272761.513438] Sending NMI from CPU 175 to CPUs 156:
[272761.513445] NMI backtrace for cpu 156
[272761.513451] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[272761.513454] Tainted: [D]=DIE, [W]=WARN
[272761.513455] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[272761.513455] Workqueue: cgroup_destroy css_free_rwork_fn
[272761.513458] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[272761.513460] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[272761.513462] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[272761.513462] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[272761.513463] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[272761.513464] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[272761.513464] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[272761.513465] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[272761.513465] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[272761.513466] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[272761.513466] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[272761.513467] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[272761.513467] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[272761.513468] PKRU: 55555554
[272761.513468] Call Trace:
[272761.513468] <TASK>
[272761.513470] _raw_spin_lock_irqsave+0x46/0x60
[272761.513471] cgroup_rstat_flush+0xf4/0x7e0
[272761.513472] cgroup_rstat_exit+0x20/0xf0
[272761.513473] css_free_rwork_fn+0x12e/0x400
[272761.513474] process_one_work+0x19e/0x3e0
[272761.513476] worker_thread+0x2ad/0x3c0
[272761.513477] kthread+0x108/0x220
[272761.513478] ? __pfx_worker_thread+0x10/0x10
[272761.513480] ? __pfx_kthread+0x10/0x10
[272761.513481] ret_from_fork+0x3d/0x60
[272761.513482] ? __pfx_kthread+0x10/0x10
[272761.513483] ret_from_fork_asm+0x1a/0x30
[272761.513485] </TASK>
[272941.528149] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[272941.541331] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17394061
[272941.559266] rcu: (detected by 194, t=60516277 jiffies, g=639685, q=51346 ncpus=256)
[272941.574701] Sending NMI from CPU 194 to CPUs 156:
[272941.574705] NMI backtrace for cpu 156
[272941.574711] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[272941.574714] Tainted: [D]=DIE, [W]=WARN
[272941.574715] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[272941.574716] Workqueue: cgroup_destroy css_free_rwork_fn
[272941.574719] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[272941.574721] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[272941.574723] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[272941.574723] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[272941.574724] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[272941.574724] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[272941.574724] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[272941.574725] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[272941.574726] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[272941.574727] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[272941.574727] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[272941.574728] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[272941.574728] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[272941.574728] PKRU: 55555554
[272941.574729] Call Trace:
[272941.574729] <TASK>
[272941.574731] _raw_spin_lock_irqsave+0x46/0x60
[272941.574732] cgroup_rstat_flush+0xf4/0x7e0
[272941.574733] cgroup_rstat_exit+0x20/0xf0
[272941.574734] css_free_rwork_fn+0x12e/0x400
[272941.574735] process_one_work+0x19e/0x3e0
[272941.574737] worker_thread+0x2ad/0x3c0
[272941.574738] kthread+0x108/0x220
[272941.574739] ? __pfx_worker_thread+0x10/0x10
[272941.574741] ? __pfx_kthread+0x10/0x10
[272941.574742] ret_from_fork+0x3d/0x60
[272941.574743] ? __pfx_kthread+0x10/0x10
[272941.574744] ret_from_fork_asm+0x1a/0x30
[272941.574746] </TASK>
[273121.589390] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[273121.602591] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17412315
[273121.620537] rcu: (detected by 38, t=60561293 jiffies, g=639685, q=51359 ncpus=256)
[273121.635875] Sending NMI from CPU 38 to CPUs 156:
[273121.635880] NMI backtrace for cpu 156
[273121.635886] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[273121.635888] Tainted: [D]=DIE, [W]=WARN
[273121.635889] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[273121.635890] Workqueue: cgroup_destroy css_free_rwork_fn
[273121.635892] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[273121.635894] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[273121.635896] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[273121.635897] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[273121.635897] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[273121.635898] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[273121.635898] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[273121.635899] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[273121.635900] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[273121.635900] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[273121.635900] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[273121.635901] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[273121.635902] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[273121.635902] PKRU: 55555554
[273121.635902] Call Trace:
[273121.635903] <TASK>
[273121.635904] _raw_spin_lock_irqsave+0x46/0x60
[273121.635905] cgroup_rstat_flush+0xf4/0x7e0
[273121.635907] cgroup_rstat_exit+0x20/0xf0
[273121.635908] css_free_rwork_fn+0x12e/0x400
[273121.635908] process_one_work+0x19e/0x3e0
[273121.635910] worker_thread+0x2ad/0x3c0
[273121.635912] kthread+0x108/0x220
[273121.635913] ? __pfx_worker_thread+0x10/0x10
[273121.635914] ? __pfx_kthread+0x10/0x10
[273121.635915] ret_from_fork+0x3d/0x60
[273121.635916] ? __pfx_kthread+0x10/0x10
[273121.635917] ret_from_fork_asm+0x1a/0x30
[273121.635919] </TASK>
[273301.650632] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[273301.663824] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17431557
[273301.681751] rcu: (detected by 3, t=60606309 jiffies, g=639685, q=51374 ncpus=256)
[273301.696985] Sending NMI from CPU 3 to CPUs 156:
[273301.696989] NMI backtrace for cpu 156
[273301.696995] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[273301.696998] Tainted: [D]=DIE, [W]=WARN
[273301.696999] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[273301.697000] Workqueue: cgroup_destroy css_free_rwork_fn
[273301.697002] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[273301.697004] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[273301.697005] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[273301.697006] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[273301.697007] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[273301.697007] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[273301.697008] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[273301.697008] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[273301.697009] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[273301.697010] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[273301.697010] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[273301.697011] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[273301.697011] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[273301.697011] PKRU: 55555554
[273301.697012] Call Trace:
[273301.697012] <TASK>
[273301.697014] _raw_spin_lock_irqsave+0x46/0x60
[273301.697015] cgroup_rstat_flush+0xf4/0x7e0
[273301.697016] cgroup_rstat_exit+0x20/0xf0
[273301.697017] css_free_rwork_fn+0x12e/0x400
[273301.697018] process_one_work+0x19e/0x3e0
[273301.697020] worker_thread+0x2ad/0x3c0
[273301.697021] kthread+0x108/0x220
[273301.697022] ? __pfx_worker_thread+0x10/0x10
[273301.697024] ? __pfx_kthread+0x10/0x10
[273301.697025] ret_from_fork+0x3d/0x60
[273301.697026] ? __pfx_kthread+0x10/0x10
[273301.697027] ret_from_fork_asm+0x1a/0x30
[273301.697029] </TASK>
[273481.711874] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[273481.725050] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17449873
[273481.742984] rcu: (detected by 91, t=60651325 jiffies, g=639685, q=51387 ncpus=256)
[273481.758314] Sending NMI from CPU 91 to CPUs 156:
[273481.758318] NMI backtrace for cpu 156
[273481.758324] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[273481.758327] Tainted: [D]=DIE, [W]=WARN
[273481.758328] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[273481.758329] Workqueue: cgroup_destroy css_free_rwork_fn
[273481.758332] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[273481.758334] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[273481.758335] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[273481.758336] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[273481.758336] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[273481.758337] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[273481.758337] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[273481.758338] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[273481.758338] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[273481.758339] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[273481.758339] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[273481.758340] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[273481.758340] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[273481.758341] PKRU: 55555554
[273481.758341] Call Trace:
[273481.758342] <TASK>
[273481.758343] _raw_spin_lock_irqsave+0x46/0x60
[273481.758344] cgroup_rstat_flush+0xf4/0x7e0
[273481.758346] cgroup_rstat_exit+0x20/0xf0
[273481.758347] css_free_rwork_fn+0x12e/0x400
[273481.758347] process_one_work+0x19e/0x3e0
[273481.758349] worker_thread+0x2ad/0x3c0
[273481.758351] kthread+0x108/0x220
[273481.758352] ? __pfx_worker_thread+0x10/0x10
[273481.758353] ? __pfx_kthread+0x10/0x10
[273481.758354] ret_from_fork+0x3d/0x60
[273481.758355] ? __pfx_kthread+0x10/0x10
[273481.758356] ret_from_fork_asm+0x1a/0x30
[273481.758358] </TASK>
[273661.773115] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[273661.786291] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17468207
[273661.804213] rcu: (detected by 38, t=60696341 jiffies, g=639685, q=51403 ncpus=256)
[273661.819530] Sending NMI from CPU 38 to CPUs 156:
[273661.819536] NMI backtrace for cpu 156
[273661.819543] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[273661.819546] Tainted: [D]=DIE, [W]=WARN
[273661.819546] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[273661.819547] Workqueue: cgroup_destroy css_free_rwork_fn
[273661.819550] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[273661.819552] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[273661.819553] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[273661.819554] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[273661.819555] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[273661.819555] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[273661.819555] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[273661.819556] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[273661.819557] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[273661.819557] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[273661.819557] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[273661.819558] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[273661.819559] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[273661.819559] PKRU: 55555554
[273661.819559] Call Trace:
[273661.819560] <TASK>
[273661.819561] _raw_spin_lock_irqsave+0x46/0x60
[273661.819562] cgroup_rstat_flush+0xf4/0x7e0
[273661.819564] cgroup_rstat_exit+0x20/0xf0
[273661.819565] css_free_rwork_fn+0x12e/0x400
[273661.819566] process_one_work+0x19e/0x3e0
[273661.819567] worker_thread+0x2ad/0x3c0
[273661.819569] kthread+0x108/0x220
[273661.819570] ? __pfx_worker_thread+0x10/0x10
[273661.819571] ? __pfx_kthread+0x10/0x10
[273661.819572] ret_from_fork+0x3d/0x60
[273661.819573] ? __pfx_kthread+0x10/0x10
[273661.819574] ret_from_fork_asm+0x1a/0x30
[273661.819576] </TASK>
[273841.834355] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[273841.847533] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17487044
[273841.865458] rcu: (detected by 66, t=60741357 jiffies, g=639685, q=51416 ncpus=256)
[273841.880778] Sending NMI from CPU 66 to CPUs 156:
[273841.880782] NMI backtrace for cpu 156
[273841.880788] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[273841.880791] Tainted: [D]=DIE, [W]=WARN
[273841.880791] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[273841.880792] Workqueue: cgroup_destroy css_free_rwork_fn
[273841.880795] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[273841.880797] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[273841.880798] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[273841.880799] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[273841.880799] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[273841.880800] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[273841.880800] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[273841.880801] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[273841.880802] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[273841.880802] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[273841.880802] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[273841.880803] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[273841.880803] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[273841.880804] PKRU: 55555554
[273841.880804] Call Trace:
[273841.880805] <TASK>
[273841.880806] _raw_spin_lock_irqsave+0x46/0x60
[273841.880807] cgroup_rstat_flush+0xf4/0x7e0
[273841.880808] cgroup_rstat_exit+0x20/0xf0
[273841.880809] css_free_rwork_fn+0x12e/0x400
[273841.880810] process_one_work+0x19e/0x3e0
[273841.880812] worker_thread+0x2ad/0x3c0
[273841.880813] kthread+0x108/0x220
[273841.880814] ? __pfx_worker_thread+0x10/0x10
[273841.880816] ? __pfx_kthread+0x10/0x10
[273841.880817] ret_from_fork+0x3d/0x60
[273841.880818] ? __pfx_kthread+0x10/0x10
[273841.880819] ret_from_fork_asm+0x1a/0x30
[273841.880821] </TASK>
[274021.895597] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[274021.908782] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17505684
[274021.926718] rcu: (detected by 98, t=60786373 jiffies, g=639685, q=51429 ncpus=256)
[274021.942048] Sending NMI from CPU 98 to CPUs 156:
[274021.942052] NMI backtrace for cpu 156
[274021.942058] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[274021.942061] Tainted: [D]=DIE, [W]=WARN
[274021.942061] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[274021.942062] Workqueue: cgroup_destroy css_free_rwork_fn
[274021.942065] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[274021.942068] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[274021.942069] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[274021.942069] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[274021.942070] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[274021.942070] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[274021.942071] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[274021.942071] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[274021.942072] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[274021.942073] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[274021.942074] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[274021.942074] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[274021.942075] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[274021.942076] PKRU: 55555554
[274021.942076] Call Trace:
[274021.942077] <TASK>
[274021.942078] _raw_spin_lock_irqsave+0x46/0x60
[274021.942079] cgroup_rstat_flush+0xf4/0x7e0
[274021.942081] cgroup_rstat_exit+0x20/0xf0
[274021.942082] css_free_rwork_fn+0x12e/0x400
[274021.942083] process_one_work+0x19e/0x3e0
[274021.942084] worker_thread+0x2ad/0x3c0
[274021.942086] kthread+0x108/0x220
[274021.942087] ? __pfx_worker_thread+0x10/0x10
[274021.942088] ? __pfx_kthread+0x10/0x10
[274021.942089] ret_from_fork+0x3d/0x60
[274021.942090] ? __pfx_kthread+0x10/0x10
[274021.942091] ret_from_fork_asm+0x1a/0x30
[274021.942093] </TASK>
[274201.956838] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[274201.970015] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17524738
[274201.987938] rcu: (detected by 158, t=60831389 jiffies, g=639685, q=51447 ncpus=256)
[274202.003361] Sending NMI from CPU 158 to CPUs 156:
[274202.003366] NMI backtrace for cpu 156
[274202.003368] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[274202.003370] Tainted: [D]=DIE, [W]=WARN
[274202.003371] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[274202.003372] Workqueue: cgroup_destroy css_free_rwork_fn
[274202.003374] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[274202.003376] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[274202.003377] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[274202.003377] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[274202.003378] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[274202.003378] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[274202.003379] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[274202.003379] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[274202.003380] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[274202.003381] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[274202.003381] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[274202.003382] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[274202.003382] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[274202.003382] PKRU: 55555554
[274202.003383] Call Trace:
[274202.003383] <TASK>
[274202.003384] _raw_spin_lock_irqsave+0x46/0x60
[274202.003385] cgroup_rstat_flush+0xf4/0x7e0
[274202.003387] cgroup_rstat_exit+0x20/0xf0
[274202.003388] css_free_rwork_fn+0x12e/0x400
[274202.003389] process_one_work+0x19e/0x3e0
[274202.003390] worker_thread+0x2ad/0x3c0
[274202.003392] kthread+0x108/0x220
[274202.003393] ? __pfx_worker_thread+0x10/0x10
[274202.003394] ? __pfx_kthread+0x10/0x10
[274202.003395] ret_from_fork+0x3d/0x60
[274202.003396] ? __pfx_kthread+0x10/0x10
[274202.003397] ret_from_fork_asm+0x1a/0x30
[274202.003399] </TASK>
[274382.018080] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[274382.031279] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17543615
[274382.049217] rcu: (detected by 45, t=60876405 jiffies, g=639685, q=51462 ncpus=256)
[274382.064552] Sending NMI from CPU 45 to CPUs 156:
[274382.064557] NMI backtrace for cpu 156
[274382.064562] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[274382.064564] Tainted: [D]=DIE, [W]=WARN
[274382.064565] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[274382.064566] Workqueue: cgroup_destroy css_free_rwork_fn
[274382.064568] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[274382.064570] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[274382.064571] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[274382.064571] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[274382.064572] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[274382.064572] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[274382.064572] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[274382.064573] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[274382.064574] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[274382.064574] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[274382.064575] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[274382.064575] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[274382.064576] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[274382.064576] PKRU: 55555554
[274382.064576] Call Trace:
[274382.064577] <TASK>
[274382.064578] _raw_spin_lock_irqsave+0x46/0x60
[274382.064580] cgroup_rstat_flush+0xf4/0x7e0
[274382.064581] cgroup_rstat_exit+0x20/0xf0
[274382.064582] css_free_rwork_fn+0x12e/0x400
[274382.064583] process_one_work+0x19e/0x3e0
[274382.064585] worker_thread+0x2ad/0x3c0
[274382.064586] kthread+0x108/0x220
[274382.064587] ? __pfx_worker_thread+0x10/0x10
[274382.064588] ? __pfx_kthread+0x10/0x10
[274382.064589] ret_from_fork+0x3d/0x60
[274382.064591] ? __pfx_kthread+0x10/0x10
[274382.064591] ret_from_fork_asm+0x1a/0x30
[274382.064593] </TASK>
[274562.079320] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[274562.092494] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17561422
[274562.110413] rcu: (detected by 38, t=60921421 jiffies, g=639685, q=51476 ncpus=256)
[274562.125729] Sending NMI from CPU 38 to CPUs 156:
[274562.125736] NMI backtrace for cpu 156
[274562.125741] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[274562.125744] Tainted: [D]=DIE, [W]=WARN
[274562.125744] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[274562.125745] Workqueue: cgroup_destroy css_free_rwork_fn
[274562.125748] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[274562.125750] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[274562.125752] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[274562.125752] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[274562.125753] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[274562.125753] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[274562.125753] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[274562.125754] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[274562.125755] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[274562.125756] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[274562.125756] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[274562.125757] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[274562.125757] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[274562.125757] PKRU: 55555554
[274562.125758] Call Trace:
[274562.125758] <TASK>
[274562.125760] _raw_spin_lock_irqsave+0x46/0x60
[274562.125761] cgroup_rstat_flush+0xf4/0x7e0
[274562.125762] cgroup_rstat_exit+0x20/0xf0
[274562.125763] css_free_rwork_fn+0x12e/0x400
[274562.125764] process_one_work+0x19e/0x3e0
[274562.125766] worker_thread+0x2ad/0x3c0
[274562.125767] kthread+0x108/0x220
[274562.125768] ? __pfx_worker_thread+0x10/0x10
[274562.125770] ? __pfx_kthread+0x10/0x10
[274562.125771] ret_from_fork+0x3d/0x60
[274562.125772] ? __pfx_kthread+0x10/0x10
[274562.125773] ret_from_fork_asm+0x1a/0x30
[274562.125775] </TASK>
[274742.140561] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[274742.153745] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17579558
[274742.171676] rcu: (detected by 175, t=60966437 jiffies, g=639685, q=51500 ncpus=256)
[274742.187104] Sending NMI from CPU 175 to CPUs 156:
[274742.187110] NMI backtrace for cpu 156
[274742.187116] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[274742.187118] Tainted: [D]=DIE, [W]=WARN
[274742.187119] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[274742.187120] Workqueue: cgroup_destroy css_free_rwork_fn
[274742.187123] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[274742.187125] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[274742.187126] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[274742.187127] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[274742.187128] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[274742.187128] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[274742.187129] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[274742.187129] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[274742.187130] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[274742.187131] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[274742.187131] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[274742.187132] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[274742.187132] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[274742.187132] PKRU: 55555554
[274742.187133] Call Trace:
[274742.187133] <TASK>
[274742.187134] _raw_spin_lock_irqsave+0x46/0x60
[274742.187136] cgroup_rstat_flush+0xf4/0x7e0
[274742.187137] cgroup_rstat_exit+0x20/0xf0
[274742.187139] css_free_rwork_fn+0x12e/0x400
[274742.187140] process_one_work+0x19e/0x3e0
[274742.187141] worker_thread+0x2ad/0x3c0
[274742.187143] kthread+0x108/0x220
[274742.187144] ? __pfx_worker_thread+0x10/0x10
[274742.187145] ? __pfx_kthread+0x10/0x10
[274742.187146] ret_from_fork+0x3d/0x60
[274742.187147] ? __pfx_kthread+0x10/0x10
[274742.187148] ret_from_fork_asm+0x1a/0x30
[274742.187150] </TASK>
[274922.201802] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[274922.214989] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17598419
[274922.232929] rcu: (detected by 175, t=61011453 jiffies, g=639685, q=51515 ncpus=256)
[274922.248365] Sending NMI from CPU 175 to CPUs 156:
[274922.248370] NMI backtrace for cpu 156
[274922.248376] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[274922.248379] Tainted: [D]=DIE, [W]=WARN
[274922.248379] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[274922.248380] Workqueue: cgroup_destroy css_free_rwork_fn
[274922.248383] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[274922.248385] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[274922.248387] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[274922.248387] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[274922.248388] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[274922.248388] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[274922.248388] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[274922.248389] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[274922.248390] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[274922.248390] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[274922.248391] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[274922.248391] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[274922.248392] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[274922.248392] PKRU: 55555554
[274922.248392] Call Trace:
[274922.248393] <TASK>
[274922.248394] _raw_spin_lock_irqsave+0x46/0x60
[274922.248395] cgroup_rstat_flush+0xf4/0x7e0
[274922.248397] cgroup_rstat_exit+0x20/0xf0
[274922.248398] css_free_rwork_fn+0x12e/0x400
[274922.248398] process_one_work+0x19e/0x3e0
[274922.248400] worker_thread+0x2ad/0x3c0
[274922.248402] kthread+0x108/0x220
[274922.248403] ? __pfx_worker_thread+0x10/0x10
[274922.248404] ? __pfx_kthread+0x10/0x10
[274922.248405] ret_from_fork+0x3d/0x60
[274922.248406] ? __pfx_kthread+0x10/0x10
[274922.248407] ret_from_fork_asm+0x1a/0x30
[274922.248409] </TASK>
[275102.263044] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[275102.276226] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17617217
[275102.294147] rcu: (detected by 199, t=61056469 jiffies, g=639685, q=51531 ncpus=256)
[275102.309577] Sending NMI from CPU 199 to CPUs 156:
[275102.309583] NMI backtrace for cpu 156
[275102.309588] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[275102.309592] Tainted: [D]=DIE, [W]=WARN
[275102.309592] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[275102.309593] Workqueue: cgroup_destroy css_free_rwork_fn
[275102.309596] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[275102.309598] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[275102.309599] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[275102.309600] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[275102.309601] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[275102.309601] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[275102.309601] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[275102.309602] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[275102.309603] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[275102.309603] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[275102.309604] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[275102.309604] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[275102.309605] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[275102.309605] PKRU: 55555554
[275102.309605] Call Trace:
[275102.309606] <TASK>
[275102.309607] _raw_spin_lock_irqsave+0x46/0x60
[275102.309608] cgroup_rstat_flush+0xf4/0x7e0
[275102.309610] cgroup_rstat_exit+0x20/0xf0
[275102.309611] css_free_rwork_fn+0x12e/0x400
[275102.309612] process_one_work+0x19e/0x3e0
[275102.309613] worker_thread+0x2ad/0x3c0
[275102.309615] kthread+0x108/0x220
[275102.309616] ? __pfx_worker_thread+0x10/0x10
[275102.309617] ? __pfx_kthread+0x10/0x10
[275102.309618] ret_from_fork+0x3d/0x60
[275102.309619] ? __pfx_kthread+0x10/0x10
[275102.309620] ret_from_fork_asm+0x1a/0x30
[275102.309622] </TASK>
[275282.324285] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[275282.337487] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17635806
[275282.355432] rcu: (detected by 3, t=61101485 jiffies, g=639685, q=51544 ncpus=256)
[275282.370673] Sending NMI from CPU 3 to CPUs 156:
[275282.370677] NMI backtrace for cpu 156
[275282.370684] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[275282.370686] Tainted: [D]=DIE, [W]=WARN
[275282.370687] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[275282.370688] Workqueue: cgroup_destroy css_free_rwork_fn
[275282.370691] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[275282.370693] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[275282.370694] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[275282.370695] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[275282.370695] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[275282.370696] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[275282.370696] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[275282.370697] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[275282.370698] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[275282.370698] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[275282.370698] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[275282.370699] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[275282.370700] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[275282.370700] PKRU: 55555554
[275282.370700] Call Trace:
[275282.370701] <TASK>
[275282.370702] _raw_spin_lock_irqsave+0x46/0x60
[275282.370703] cgroup_rstat_flush+0xf4/0x7e0
[275282.370705] cgroup_rstat_exit+0x20/0xf0
[275282.370706] css_free_rwork_fn+0x12e/0x400
[275282.370707] process_one_work+0x19e/0x3e0
[275282.370708] worker_thread+0x2ad/0x3c0
[275282.370710] kthread+0x108/0x220
[275282.370711] ? __pfx_worker_thread+0x10/0x10
[275282.370712] ? __pfx_kthread+0x10/0x10
[275282.370713] ret_from_fork+0x3d/0x60
[275282.370714] ? __pfx_kthread+0x10/0x10
[275282.370715] ret_from_fork_asm+0x1a/0x30
[275282.370717] </TASK>
[275462.385528] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[275462.398713] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17653984
[275462.416646] rcu: (detected by 91, t=61146501 jiffies, g=639685, q=51560 ncpus=256)
[275462.431975] Sending NMI from CPU 91 to CPUs 156:
[275462.431979] NMI backtrace for cpu 156
[275462.431985] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[275462.431988] Tainted: [D]=DIE, [W]=WARN
[275462.431989] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[275462.431989] Workqueue: cgroup_destroy css_free_rwork_fn
[275462.431992] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[275462.431994] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[275462.431996] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[275462.431997] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[275462.431997] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[275462.431997] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[275462.431998] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[275462.431998] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[275462.431999] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[275462.432000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[275462.432000] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[275462.432001] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[275462.432001] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[275462.432001] PKRU: 55555554
[275462.432002] Call Trace:
[275462.432002] <TASK>
[275462.432003] _raw_spin_lock_irqsave+0x46/0x60
[275462.432005] cgroup_rstat_flush+0xf4/0x7e0
[275462.432006] cgroup_rstat_exit+0x20/0xf0
[275462.432007] css_free_rwork_fn+0x12e/0x400
[275462.432008] process_one_work+0x19e/0x3e0
[275462.432010] worker_thread+0x2ad/0x3c0
[275462.432012] kthread+0x108/0x220
[275462.432013] ? __pfx_worker_thread+0x10/0x10
[275462.432014] ? __pfx_kthread+0x10/0x10
[275462.432016] ret_from_fork+0x3d/0x60
[275462.432017] ? __pfx_kthread+0x10/0x10
[275462.432018] ret_from_fork_asm+0x1a/0x30
[275462.432020] </TASK>
[275642.446767] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[275642.459952] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17672520
[275642.477881] rcu: (detected by 175, t=61191517 jiffies, g=639685, q=51576 ncpus=256)
[275642.493312] Sending NMI from CPU 175 to CPUs 156:
[275642.493317] NMI backtrace for cpu 156
[275642.493324] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[275642.493327] Tainted: [D]=DIE, [W]=WARN
[275642.493328] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[275642.493329] Workqueue: cgroup_destroy css_free_rwork_fn
[275642.493331] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[275642.493333] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[275642.493335] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[275642.493335] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[275642.493336] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[275642.493336] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[275642.493336] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[275642.493337] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[275642.493338] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[275642.493338] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[275642.493339] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[275642.493339] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[275642.493340] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[275642.493340] PKRU: 55555554
[275642.493340] Call Trace:
[275642.493341] <TASK>
[275642.493342] _raw_spin_lock_irqsave+0x46/0x60
[275642.493343] cgroup_rstat_flush+0xf4/0x7e0
[275642.493345] cgroup_rstat_exit+0x20/0xf0
[275642.493346] css_free_rwork_fn+0x12e/0x400
[275642.493347] process_one_work+0x19e/0x3e0
[275642.493349] worker_thread+0x2ad/0x3c0
[275642.493350] kthread+0x108/0x220
[275642.493351] ? __pfx_worker_thread+0x10/0x10
[275642.493352] ? __pfx_kthread+0x10/0x10
[275642.493353] ret_from_fork+0x3d/0x60
[275642.493355] ? __pfx_kthread+0x10/0x10
[275642.493355] ret_from_fork_asm+0x1a/0x30
[275642.493357] </TASK>
[275822.508008] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[275822.521187] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17691224
[275822.539124] rcu: (detected by 175, t=61236533 jiffies, g=639685, q=51589 ncpus=256)
[275822.554562] Sending NMI from CPU 175 to CPUs 156:
[275822.554566] NMI backtrace for cpu 156
[275822.554573] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[275822.554576] Tainted: [D]=DIE, [W]=WARN
[275822.554576] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[275822.554577] Workqueue: cgroup_destroy css_free_rwork_fn
[275822.554580] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[275822.554582] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[275822.554584] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[275822.554585] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[275822.554585] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[275822.554586] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[275822.554586] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[275822.554587] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[275822.554588] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[275822.554588] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[275822.554588] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[275822.554589] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[275822.554589] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[275822.554590] PKRU: 55555554
[275822.554590] Call Trace:
[275822.554591] <TASK>
[275822.554592] _raw_spin_lock_irqsave+0x46/0x60
[275822.554594] cgroup_rstat_flush+0xf4/0x7e0
[275822.554595] cgroup_rstat_exit+0x20/0xf0
[275822.554596] css_free_rwork_fn+0x12e/0x400
[275822.554597] process_one_work+0x19e/0x3e0
[275822.554598] worker_thread+0x2ad/0x3c0
[275822.554600] kthread+0x108/0x220
[275822.554601] ? __pfx_worker_thread+0x10/0x10
[275822.554602] ? __pfx_kthread+0x10/0x10
[275822.554603] ret_from_fork+0x3d/0x60
[275822.554604] ? __pfx_kthread+0x10/0x10
[275822.554605] ret_from_fork_asm+0x1a/0x30
[275822.554607] </TASK>
[276002.569250] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[276002.582446] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17709545
[276002.600388] rcu: (detected by 227, t=61281549 jiffies, g=639685, q=51609 ncpus=256)
[276002.615832] Sending NMI from CPU 227 to CPUs 156:
[276002.615838] NMI backtrace for cpu 156
[276002.615844] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[276002.615847] Tainted: [D]=DIE, [W]=WARN
[276002.615848] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[276002.615849] Workqueue: cgroup_destroy css_free_rwork_fn
[276002.615852] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[276002.615854] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[276002.615855] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[276002.615856] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[276002.615857] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[276002.615857] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[276002.615858] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[276002.615859] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[276002.615860] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[276002.615860] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[276002.615861] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[276002.615861] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[276002.615862] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[276002.615862] PKRU: 55555554
[276002.615862] Call Trace:
[276002.615863] <TASK>
[276002.615864] _raw_spin_lock_irqsave+0x46/0x60
[276002.615866] cgroup_rstat_flush+0xf4/0x7e0
[276002.615867] cgroup_rstat_exit+0x20/0xf0
[276002.615869] css_free_rwork_fn+0x12e/0x400
[276002.615869] process_one_work+0x19e/0x3e0
[276002.615871] worker_thread+0x2ad/0x3c0
[276002.615873] kthread+0x108/0x220
[276002.615874] ? __pfx_worker_thread+0x10/0x10
[276002.615876] ? __pfx_kthread+0x10/0x10
[276002.615877] ret_from_fork+0x3d/0x60
[276002.615878] ? __pfx_kthread+0x10/0x10
[276002.615879] ret_from_fork_asm+0x1a/0x30
[276002.615881] </TASK>
[276182.630492] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[276182.643698] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17727567
[276182.661647] rcu: (detected by 158, t=61326565 jiffies, g=639685, q=51632 ncpus=256)
[276182.677093] Sending NMI from CPU 158 to CPUs 156:
[276182.677097] NMI backtrace for cpu 156
[276182.677100] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[276182.677102] Tainted: [D]=DIE, [W]=WARN
[276182.677103] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[276182.677104] Workqueue: cgroup_destroy css_free_rwork_fn
[276182.677106] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[276182.677107] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[276182.677108] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[276182.677109] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[276182.677109] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[276182.677110] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[276182.677110] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[276182.677110] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[276182.677111] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[276182.677112] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[276182.677112] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[276182.677113] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[276182.677113] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[276182.677114] PKRU: 55555554
[276182.677114] Call Trace:
[276182.677115] <TASK>
[276182.677116] _raw_spin_lock_irqsave+0x46/0x60
[276182.677117] cgroup_rstat_flush+0xf4/0x7e0
[276182.677118] cgroup_rstat_exit+0x20/0xf0
[276182.677119] css_free_rwork_fn+0x12e/0x400
[276182.677120] process_one_work+0x19e/0x3e0
[276182.677122] worker_thread+0x2ad/0x3c0
[276182.677123] kthread+0x108/0x220
[276182.677124] ? __pfx_worker_thread+0x10/0x10
[276182.677126] ? __pfx_kthread+0x10/0x10
[276182.677127] ret_from_fork+0x3d/0x60
[276182.677128] ? __pfx_kthread+0x10/0x10
[276182.677129] ret_from_fork_asm+0x1a/0x30
[276182.677131] </TASK>
[276362.691732] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[276362.704926] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17745975
[276362.722871] rcu: (detected by 158, t=61371581 jiffies, g=639685, q=51649 ncpus=256)
[276362.738316] Sending NMI from CPU 158 to CPUs 156:
[276362.738320] NMI backtrace for cpu 156
[276362.738322] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[276362.738324] Tainted: [D]=DIE, [W]=WARN
[276362.738325] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[276362.738325] Workqueue: cgroup_destroy css_free_rwork_fn
[276362.738328] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[276362.738329] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[276362.738330] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[276362.738331] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[276362.738331] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[276362.738332] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[276362.738332] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[276362.738333] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[276362.738333] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[276362.738334] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[276362.738334] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[276362.738335] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[276362.738336] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[276362.738336] PKRU: 55555554
[276362.738336] Call Trace:
[276362.738337] <TASK>
[276362.738338] _raw_spin_lock_irqsave+0x46/0x60
[276362.738339] cgroup_rstat_flush+0xf4/0x7e0
[276362.738340] cgroup_rstat_exit+0x20/0xf0
[276362.738341] css_free_rwork_fn+0x12e/0x400
[276362.738342] process_one_work+0x19e/0x3e0
[276362.738344] worker_thread+0x2ad/0x3c0
[276362.738345] kthread+0x108/0x220
[276362.738346] ? __pfx_worker_thread+0x10/0x10
[276362.738348] ? __pfx_kthread+0x10/0x10
[276362.738349] ret_from_fork+0x3d/0x60
[276362.738350] ? __pfx_kthread+0x10/0x10
[276362.738351] ret_from_fork_asm+0x1a/0x30
[276362.738353] </TASK>
[276542.752974] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[276542.766161] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17764756
[276542.784096] rcu: (detected by 199, t=61416597 jiffies, g=639685, q=51664 ncpus=256)
[276542.799531] Sending NMI from CPU 199 to CPUs 156:
[276542.799537] NMI backtrace for cpu 156
[276542.799542] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[276542.799545] Tainted: [D]=DIE, [W]=WARN
[276542.799545] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[276542.799547] Workqueue: cgroup_destroy css_free_rwork_fn
[276542.799549] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[276542.799551] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[276542.799552] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[276542.799552] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[276542.799553] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[276542.799554] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[276542.799554] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[276542.799555] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[276542.799556] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[276542.799557] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[276542.799557] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[276542.799558] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[276542.799558] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[276542.799559] PKRU: 55555554
[276542.799559] Call Trace:
[276542.799560] <TASK>
[276542.799561] _raw_spin_lock_irqsave+0x46/0x60
[276542.799562] cgroup_rstat_flush+0xf4/0x7e0
[276542.799564] cgroup_rstat_exit+0x20/0xf0
[276542.799565] css_free_rwork_fn+0x12e/0x400
[276542.799565] process_one_work+0x19e/0x3e0
[276542.799567] worker_thread+0x2ad/0x3c0
[276542.799569] kthread+0x108/0x220
[276542.799570] ? __pfx_worker_thread+0x10/0x10
[276542.799571] ? __pfx_kthread+0x10/0x10
[276542.799572] ret_from_fork+0x3d/0x60
[276542.799573] ? __pfx_kthread+0x10/0x10
[276542.799574] ret_from_fork_asm+0x1a/0x30
[276542.799576] </TASK>
[276722.814216] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[276722.827408] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17783337
[276722.845348] rcu: (detected by 159, t=61461613 jiffies, g=639685, q=51691 ncpus=256)
[276722.860786] Sending NMI from CPU 159 to CPUs 156:
[276722.860791] NMI backtrace for cpu 156
[276722.860794] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[276722.860796] Tainted: [D]=DIE, [W]=WARN
[276722.860797] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[276722.860798] Workqueue: cgroup_destroy css_free_rwork_fn
[276722.860800] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[276722.860801] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[276722.860802] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[276722.860803] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[276722.860804] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[276722.860804] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[276722.860804] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[276722.860805] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[276722.860806] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[276722.860806] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[276722.860807] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[276722.860807] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[276722.860808] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[276722.860808] PKRU: 55555554
[276722.860808] Call Trace:
[276722.860809] <TASK>
[276722.860810] _raw_spin_lock_irqsave+0x46/0x60
[276722.860811] cgroup_rstat_flush+0xf4/0x7e0
[276722.860812] cgroup_rstat_exit+0x20/0xf0
[276722.860814] css_free_rwork_fn+0x12e/0x400
[276722.860814] process_one_work+0x19e/0x3e0
[276722.860816] worker_thread+0x2ad/0x3c0
[276722.860818] kthread+0x108/0x220
[276722.860819] ? __pfx_worker_thread+0x10/0x10
[276722.860820] ? __pfx_kthread+0x10/0x10
[276722.860821] ret_from_fork+0x3d/0x60
[276722.860822] ? __pfx_kthread+0x10/0x10
[276722.860823] ret_from_fork_asm+0x1a/0x30
[276722.860825] </TASK>
[276902.875455] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[276902.888653] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17802266
[276902.906592] rcu: (detected by 175, t=61506629 jiffies, g=639685, q=51706 ncpus=256)
[276902.922031] Sending NMI from CPU 175 to CPUs 156:
[276902.922036] NMI backtrace for cpu 156
[276902.922042] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[276902.922045] Tainted: [D]=DIE, [W]=WARN
[276902.922046] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[276902.922047] Workqueue: cgroup_destroy css_free_rwork_fn
[276902.922050] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[276902.922051] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[276902.922053] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[276902.922054] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[276902.922054] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[276902.922055] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[276902.922056] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[276902.922057] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[276902.922058] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[276902.922059] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[276902.922059] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[276902.922060] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[276902.922060] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[276902.922061] PKRU: 55555554
[276902.922062] Call Trace:
[276902.922062] <TASK>
[276902.922063] _raw_spin_lock_irqsave+0x46/0x60
[276902.922065] cgroup_rstat_flush+0xf4/0x7e0
[276902.922066] cgroup_rstat_exit+0x20/0xf0
[276902.922067] css_free_rwork_fn+0x12e/0x400
[276902.922068] process_one_work+0x19e/0x3e0
[276902.922070] worker_thread+0x2ad/0x3c0
[276902.922072] kthread+0x108/0x220
[276902.922072] ? __pfx_worker_thread+0x10/0x10
[276902.922074] ? __pfx_kthread+0x10/0x10
[276902.922075] ret_from_fork+0x3d/0x60
[276902.922076] ? __pfx_kthread+0x10/0x10
[276902.922077] ret_from_fork_asm+0x1a/0x30
[276902.922079] </TASK>
[277082.936697] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[277082.949889] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17820316
[277082.967831] rcu: (detected by 175, t=61551645 jiffies, g=639685, q=51727 ncpus=256)
[277082.983271] Sending NMI from CPU 175 to CPUs 156:
[277082.983276] NMI backtrace for cpu 156
[277082.983282] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[277082.983285] Tainted: [D]=DIE, [W]=WARN
[277082.983286] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[277082.983287] Workqueue: cgroup_destroy css_free_rwork_fn
[277082.983290] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[277082.983291] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[277082.983293] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[277082.983294] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[277082.983294] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[277082.983294] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[277082.983295] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[277082.983295] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[277082.983296] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[277082.983297] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[277082.983297] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[277082.983298] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[277082.983298] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[277082.983298] PKRU: 55555554
[277082.983299] Call Trace:
[277082.983299] <TASK>
[277082.983300] _raw_spin_lock_irqsave+0x46/0x60
[277082.983302] cgroup_rstat_flush+0xf4/0x7e0
[277082.983303] cgroup_rstat_exit+0x20/0xf0
[277082.983304] css_free_rwork_fn+0x12e/0x400
[277082.983305] process_one_work+0x19e/0x3e0
[277082.983307] worker_thread+0x2ad/0x3c0
[277082.983308] kthread+0x108/0x220
[277082.983309] ? __pfx_worker_thread+0x10/0x10
[277082.983311] ? __pfx_kthread+0x10/0x10
[277082.983312] ret_from_fork+0x3d/0x60
[277082.983313] ? __pfx_kthread+0x10/0x10
[277082.983314] ret_from_fork_asm+0x1a/0x30
[277082.983316] </TASK>
[277262.997938] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[277263.011133] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17838411
[277263.029079] rcu: (detected by 128, t=61596661 jiffies, g=639685, q=51745 ncpus=256)
[277263.044525] Sending NMI from CPU 128 to CPUs 156:
[277263.044530] NMI backtrace for cpu 156
[277263.044536] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[277263.044539] Tainted: [D]=DIE, [W]=WARN
[277263.044540] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[277263.044541] Workqueue: cgroup_destroy css_free_rwork_fn
[277263.044544] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[277263.044546] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[277263.044547] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[277263.044548] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[277263.044549] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[277263.044549] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[277263.044550] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[277263.044551] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[277263.044552] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[277263.044552] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[277263.044553] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[277263.044553] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[277263.044554] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[277263.044554] PKRU: 55555554
[277263.044554] Call Trace:
[277263.044555] <TASK>
[277263.044556] _raw_spin_lock_irqsave+0x46/0x60
[277263.044558] cgroup_rstat_flush+0xf4/0x7e0
[277263.044559] cgroup_rstat_exit+0x20/0xf0
[277263.044560] css_free_rwork_fn+0x12e/0x400
[277263.044561] process_one_work+0x19e/0x3e0
[277263.044562] worker_thread+0x2ad/0x3c0
[277263.044564] kthread+0x108/0x220
[277263.044565] ? __pfx_worker_thread+0x10/0x10
[277263.044566] ? __pfx_kthread+0x10/0x10
[277263.044567] ret_from_fork+0x3d/0x60
[277263.044568] ? __pfx_kthread+0x10/0x10
[277263.044569] ret_from_fork_asm+0x1a/0x30
[277263.044571] </TASK>
[277443.059179] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[277443.072383] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17855813
[277443.090329] rcu: (detected by 175, t=61641677 jiffies, g=639685, q=51763 ncpus=256)
[277443.105772] Sending NMI from CPU 175 to CPUs 156:
[277443.105777] NMI backtrace for cpu 156
[277443.105783] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[277443.105786] Tainted: [D]=DIE, [W]=WARN
[277443.105786] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[277443.105787] Workqueue: cgroup_destroy css_free_rwork_fn
[277443.105790] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[277443.105792] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[277443.105793] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[277443.105794] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[277443.105795] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[277443.105795] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[277443.105796] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[277443.105796] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[277443.105797] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[277443.105798] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[277443.105798] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[277443.105799] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[277443.105799] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[277443.105799] PKRU: 55555554
[277443.105800] Call Trace:
[277443.105800] <TASK>
[277443.105801] _raw_spin_lock_irqsave+0x46/0x60
[277443.105803] cgroup_rstat_flush+0xf4/0x7e0
[277443.105804] cgroup_rstat_exit+0x20/0xf0
[277443.105805] css_free_rwork_fn+0x12e/0x400
[277443.105806] process_one_work+0x19e/0x3e0
[277443.105808] worker_thread+0x2ad/0x3c0
[277443.105809] kthread+0x108/0x220
[277443.105810] ? __pfx_worker_thread+0x10/0x10
[277443.105812] ? __pfx_kthread+0x10/0x10
[277443.105813] ret_from_fork+0x3d/0x60
[277443.105814] ? __pfx_kthread+0x10/0x10
[277443.105814] ret_from_fork_asm+0x1a/0x30
[277443.105816] </TASK>
[277623.120421] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[277623.133612] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17873655
[277623.151548] rcu: (detected by 71, t=61686693 jiffies, g=639685, q=51782 ncpus=256)
[277623.166881] Sending NMI from CPU 71 to CPUs 156:
[277623.166886] NMI backtrace for cpu 156
[277623.166892] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[277623.166895] Tainted: [D]=DIE, [W]=WARN
[277623.166896] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[277623.166897] Workqueue: cgroup_destroy css_free_rwork_fn
[277623.166900] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[277623.166902] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[277623.166903] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[277623.166904] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[277623.166904] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[277623.166905] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[277623.166905] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[277623.166906] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[277623.166906] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[277623.166907] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[277623.166907] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[277623.166908] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[277623.166908] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[277623.166909] PKRU: 55555554
[277623.166909] Call Trace:
[277623.166910] <TASK>
[277623.166911] _raw_spin_lock_irqsave+0x46/0x60
[277623.166912] cgroup_rstat_flush+0xf4/0x7e0
[277623.166914] cgroup_rstat_exit+0x20/0xf0
[277623.166915] css_free_rwork_fn+0x12e/0x400
[277623.166915] process_one_work+0x19e/0x3e0
[277623.166917] worker_thread+0x2ad/0x3c0
[277623.166919] kthread+0x108/0x220
[277623.166920] ? __pfx_worker_thread+0x10/0x10
[277623.166921] ? __pfx_kthread+0x10/0x10
[277623.166922] ret_from_fork+0x3d/0x60
[277623.166923] ? __pfx_kthread+0x10/0x10
[277623.166924] ret_from_fork_asm+0x1a/0x30
[277623.166926] </TASK>
[277803.181663] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[277803.194840] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17892166
[277803.212767] rcu: (detected by 91, t=61731709 jiffies, g=639685, q=51815 ncpus=256)
[277803.228091] Sending NMI from CPU 91 to CPUs 156:
[277803.228096] NMI backtrace for cpu 156
[277803.228102] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[277803.228105] Tainted: [D]=DIE, [W]=WARN
[277803.228105] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[277803.228107] Workqueue: cgroup_destroy css_free_rwork_fn
[277803.228109] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[277803.228111] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[277803.228112] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[277803.228113] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[277803.228114] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[277803.228114] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[277803.228114] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[277803.228115] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[277803.228116] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[277803.228116] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[277803.228116] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[277803.228117] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[277803.228117] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[277803.228118] PKRU: 55555554
[277803.228118] Call Trace:
[277803.228119] <TASK>
[277803.228120] _raw_spin_lock_irqsave+0x46/0x60
[277803.228121] cgroup_rstat_flush+0xf4/0x7e0
[277803.228123] cgroup_rstat_exit+0x20/0xf0
[277803.228124] css_free_rwork_fn+0x12e/0x400
[277803.228125] process_one_work+0x19e/0x3e0
[277803.228126] worker_thread+0x2ad/0x3c0
[277803.228128] kthread+0x108/0x220
[277803.228129] ? __pfx_worker_thread+0x10/0x10
[277803.228130] ? __pfx_kthread+0x10/0x10
[277803.228131] ret_from_fork+0x3d/0x60
[277803.228132] ? __pfx_kthread+0x10/0x10
[277803.228133] ret_from_fork_asm+0x1a/0x30
[277803.228135] </TASK>
[277983.242903] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[277983.256083] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17911021
[277983.274015] rcu: (detected by 219, t=61776725 jiffies, g=639685, q=51842 ncpus=256)
[277983.289442] Sending NMI from CPU 219 to CPUs 156:
[277983.289446] NMI backtrace for cpu 156
[277983.289453] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[277983.289455] Tainted: [D]=DIE, [W]=WARN
[277983.289456] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[277983.289457] Workqueue: cgroup_destroy css_free_rwork_fn
[277983.289460] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[277983.289462] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[277983.289463] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[277983.289464] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[277983.289464] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[277983.289464] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[277983.289465] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[277983.289465] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[277983.289466] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[277983.289467] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[277983.289467] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[277983.289468] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[277983.289468] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[277983.289468] PKRU: 55555554
[277983.289469] Call Trace:
[277983.289469] <TASK>
[277983.289470] _raw_spin_lock_irqsave+0x46/0x60
[277983.289471] cgroup_rstat_flush+0xf4/0x7e0
[277983.289473] cgroup_rstat_exit+0x20/0xf0
[277983.289474] css_free_rwork_fn+0x12e/0x400
[277983.289475] process_one_work+0x19e/0x3e0
[277983.289476] worker_thread+0x2ad/0x3c0
[277983.289478] kthread+0x108/0x220
[277983.289479] ? __pfx_worker_thread+0x10/0x10
[277983.289480] ? __pfx_kthread+0x10/0x10
[277983.289481] ret_from_fork+0x3d/0x60
[277983.289482] ? __pfx_kthread+0x10/0x10
[277983.289483] ret_from_fork_asm+0x1a/0x30
[277983.289485] </TASK>
[278163.304145] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[278163.317336] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17929295
[278163.335277] rcu: (detected by 71, t=61821741 jiffies, g=639685, q=51859 ncpus=256)
[278163.350611] Sending NMI from CPU 71 to CPUs 156:
[278163.350615] NMI backtrace for cpu 156
[278163.350621] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[278163.350624] Tainted: [D]=DIE, [W]=WARN
[278163.350625] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[278163.350626] Workqueue: cgroup_destroy css_free_rwork_fn
[278163.350629] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[278163.350631] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[278163.350632] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[278163.350633] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[278163.350634] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[278163.350634] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[278163.350634] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[278163.350635] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[278163.350636] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[278163.350636] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[278163.350637] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[278163.350637] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[278163.350638] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[278163.350638] PKRU: 55555554
[278163.350638] Call Trace:
[278163.350639] <TASK>
[278163.350640] _raw_spin_lock_irqsave+0x46/0x60
[278163.350642] cgroup_rstat_flush+0xf4/0x7e0
[278163.350643] cgroup_rstat_exit+0x20/0xf0
[278163.350644] css_free_rwork_fn+0x12e/0x400
[278163.350645] process_one_work+0x19e/0x3e0
[278163.350647] worker_thread+0x2ad/0x3c0
[278163.350648] kthread+0x108/0x220
[278163.350649] ? __pfx_worker_thread+0x10/0x10
[278163.350650] ? __pfx_kthread+0x10/0x10
[278163.350651] ret_from_fork+0x3d/0x60
[278163.350653] ? __pfx_kthread+0x10/0x10
[278163.350653] ret_from_fork_asm+0x1a/0x30
[278163.350655] </TASK>
[278343.365387] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[278343.378563] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17948429
[278343.396486] rcu: (detected by 175, t=61866757 jiffies, g=639685, q=51872 ncpus=256)
[278343.411905] Sending NMI from CPU 175 to CPUs 156:
[278343.411910] NMI backtrace for cpu 156
[278343.411916] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[278343.411920] Tainted: [D]=DIE, [W]=WARN
[278343.411920] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[278343.411921] Workqueue: cgroup_destroy css_free_rwork_fn
[278343.411924] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[278343.411926] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[278343.411928] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[278343.411928] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[278343.411929] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[278343.411929] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[278343.411929] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[278343.411930] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[278343.411931] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[278343.411932] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[278343.411932] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[278343.411933] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[278343.411933] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[278343.411933] PKRU: 55555554
[278343.411934] Call Trace:
[278343.411934] <TASK>
[278343.411935] _raw_spin_lock_irqsave+0x46/0x60
[278343.411936] cgroup_rstat_flush+0xf4/0x7e0
[278343.411938] cgroup_rstat_exit+0x20/0xf0
[278343.411939] css_free_rwork_fn+0x12e/0x400
[278343.411940] process_one_work+0x19e/0x3e0
[278343.411941] worker_thread+0x2ad/0x3c0
[278343.411943] kthread+0x108/0x220
[278343.411944] ? __pfx_worker_thread+0x10/0x10
[278343.411945] ? __pfx_kthread+0x10/0x10
[278343.411946] ret_from_fork+0x3d/0x60
[278343.411948] ? __pfx_kthread+0x10/0x10
[278343.411948] ret_from_fork_asm+0x1a/0x30
[278343.411950] </TASK>
[278523.426628] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[278523.439807] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17967188
[278523.457740] rcu: (detected by 175, t=61911773 jiffies, g=639685, q=51887 ncpus=256)
[278523.473173] Sending NMI from CPU 175 to CPUs 156:
[278523.473177] NMI backtrace for cpu 156
[278523.473183] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[278523.473187] Tainted: [D]=DIE, [W]=WARN
[278523.473187] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[278523.473189] Workqueue: cgroup_destroy css_free_rwork_fn
[278523.473192] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[278523.473194] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[278523.473195] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[278523.473195] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[278523.473196] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[278523.473196] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[278523.473196] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[278523.473197] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[278523.473198] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[278523.473199] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[278523.473199] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[278523.473200] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[278523.473200] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[278523.473200] PKRU: 55555554
[278523.473201] Call Trace:
[278523.473201] <TASK>
[278523.473202] _raw_spin_lock_irqsave+0x46/0x60
[278523.473204] cgroup_rstat_flush+0xf4/0x7e0
[278523.473205] cgroup_rstat_exit+0x20/0xf0
[278523.473206] css_free_rwork_fn+0x12e/0x400
[278523.473207] process_one_work+0x19e/0x3e0
[278523.473209] worker_thread+0x2ad/0x3c0
[278523.473210] kthread+0x108/0x220
[278523.473211] ? __pfx_worker_thread+0x10/0x10
[278523.473213] ? __pfx_kthread+0x10/0x10
[278523.473214] ret_from_fork+0x3d/0x60
[278523.473215] ? __pfx_kthread+0x10/0x10
[278523.473216] ret_from_fork_asm+0x1a/0x30
[278523.473217] </TASK>
[278703.487868] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[278703.501052] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=17985736
[278703.518993] rcu: (detected by 175, t=61956789 jiffies, g=639685, q=51909 ncpus=256)
[278703.534423] Sending NMI from CPU 175 to CPUs 156:
[278703.534427] NMI backtrace for cpu 156
[278703.534433] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[278703.534436] Tainted: [D]=DIE, [W]=WARN
[278703.534436] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[278703.534437] Workqueue: cgroup_destroy css_free_rwork_fn
[278703.534440] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[278703.534442] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[278703.534443] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[278703.534444] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[278703.534445] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[278703.534445] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[278703.534445] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[278703.534446] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[278703.534447] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[278703.534447] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[278703.534447] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[278703.534448] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[278703.534449] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[278703.534449] PKRU: 55555554
[278703.534449] Call Trace:
[278703.534450] <TASK>
[278703.534451] _raw_spin_lock_irqsave+0x46/0x60
[278703.534452] cgroup_rstat_flush+0xf4/0x7e0
[278703.534454] cgroup_rstat_exit+0x20/0xf0
[278703.534455] css_free_rwork_fn+0x12e/0x400
[278703.534456] process_one_work+0x19e/0x3e0
[278703.534457] worker_thread+0x2ad/0x3c0
[278703.534459] kthread+0x108/0x220
[278703.534460] ? __pfx_worker_thread+0x10/0x10
[278703.534461] ? __pfx_kthread+0x10/0x10
[278703.534462] ret_from_fork+0x3d/0x60
[278703.534463] ? __pfx_kthread+0x10/0x10
[278703.534464] ret_from_fork_asm+0x1a/0x30
[278703.534466] </TASK>
[278883.549113] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[278883.562296] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18004688
[278883.580233] rcu: (detected by 42, t=62001805 jiffies, g=639685, q=51931 ncpus=256)
[278883.595562] Sending NMI from CPU 42 to CPUs 156:
[278883.595567] NMI backtrace for cpu 156
[278883.595574] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[278883.595576] Tainted: [D]=DIE, [W]=WARN
[278883.595577] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[278883.595578] Workqueue: cgroup_destroy css_free_rwork_fn
[278883.595580] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[278883.595582] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[278883.595583] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[278883.595584] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[278883.595585] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[278883.595585] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[278883.595585] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[278883.595586] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[278883.595587] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[278883.595588] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[278883.595588] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[278883.595589] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[278883.595589] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[278883.595589] PKRU: 55555554
[278883.595590] Call Trace:
[278883.595590] <TASK>
[278883.595591] _raw_spin_lock_irqsave+0x46/0x60
[278883.595592] cgroup_rstat_flush+0xf4/0x7e0
[278883.595594] cgroup_rstat_exit+0x20/0xf0
[278883.595595] css_free_rwork_fn+0x12e/0x400
[278883.595596] process_one_work+0x19e/0x3e0
[278883.595597] worker_thread+0x2ad/0x3c0
[278883.595599] kthread+0x108/0x220
[278883.595600] ? __pfx_worker_thread+0x10/0x10
[278883.595601] ? __pfx_kthread+0x10/0x10
[278883.595602] ret_from_fork+0x3d/0x60
[278883.595603] ? __pfx_kthread+0x10/0x10
[278883.595604] ret_from_fork_asm+0x1a/0x30
[278883.595606] </TASK>
[279063.610350] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[279063.623545] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18024010
[279063.641484] rcu: (detected by 219, t=62046821 jiffies, g=639685, q=51953 ncpus=256)
[279063.656925] Sending NMI from CPU 219 to CPUs 156:
[279063.656929] NMI backtrace for cpu 156
[279063.656934] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[279063.656938] Tainted: [D]=DIE, [W]=WARN
[279063.656938] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[279063.656939] Workqueue: cgroup_destroy css_free_rwork_fn
[279063.656942] RIP: 0010:native_queued_spin_lock_slowpath+0x85/0x300
[279063.656944] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 41
[279063.656945] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[279063.656946] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[279063.656946] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[279063.656947] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[279063.656947] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[279063.656948] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[279063.656948] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[279063.656949] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[279063.656949] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[279063.656950] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[279063.656950] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[279063.656951] PKRU: 55555554
[279063.656951] Call Trace:
[279063.656952] <TASK>
[279063.656953] _raw_spin_lock_irqsave+0x46/0x60
[279063.656954] cgroup_rstat_flush+0xf4/0x7e0
[279063.656956] cgroup_rstat_exit+0x20/0xf0
[279063.656957] css_free_rwork_fn+0x12e/0x400
[279063.656957] process_one_work+0x19e/0x3e0
[279063.656959] worker_thread+0x2ad/0x3c0
[279063.656961] kthread+0x108/0x220
[279063.656961] ? __pfx_worker_thread+0x10/0x10
[279063.656963] ? __pfx_kthread+0x10/0x10
[279063.656964] ret_from_fork+0x3d/0x60
[279063.656965] ? __pfx_kthread+0x10/0x10
[279063.656966] ret_from_fork_asm+0x1a/0x30
[279063.656968] </TASK>
[279243.671594] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[279243.684799] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18042168
[279243.702740] rcu: (detected by 57, t=62091837 jiffies, g=639685, q=51972 ncpus=256)
[279243.718074] Sending NMI from CPU 57 to CPUs 156:
[279243.718079] NMI backtrace for cpu 156
[279243.718085] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[279243.718088] Tainted: [D]=DIE, [W]=WARN
[279243.718089] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[279243.718090] Workqueue: cgroup_destroy css_free_rwork_fn
[279243.718093] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[279243.718095] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[279243.718096] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[279243.718097] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[279243.718097] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[279243.718098] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[279243.718098] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[279243.718098] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[279243.718099] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[279243.718100] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[279243.718100] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[279243.718101] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[279243.718101] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[279243.718102] PKRU: 55555554
[279243.718102] Call Trace:
[279243.718103] <TASK>
[279243.718104] _raw_spin_lock_irqsave+0x46/0x60
[279243.718105] cgroup_rstat_flush+0xf4/0x7e0
[279243.718107] cgroup_rstat_exit+0x20/0xf0
[279243.718108] css_free_rwork_fn+0x12e/0x400
[279243.718108] process_one_work+0x19e/0x3e0
[279243.718110] worker_thread+0x2ad/0x3c0
[279243.718112] kthread+0x108/0x220
[279243.718113] ? __pfx_worker_thread+0x10/0x10
[279243.718114] ? __pfx_kthread+0x10/0x10
[279243.718115] ret_from_fork+0x3d/0x60
[279243.718116] ? __pfx_kthread+0x10/0x10
[279243.718117] ret_from_fork_asm+0x1a/0x30
[279243.718119] </TASK>
[279423.732833] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[279423.746007] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18060692
[279423.763930] rcu: (detected by 175, t=62136853 jiffies, g=639685, q=51986 ncpus=256)
[279423.779352] Sending NMI from CPU 175 to CPUs 156:
[279423.779358] NMI backtrace for cpu 156
[279423.779363] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[279423.779366] Tainted: [D]=DIE, [W]=WARN
[279423.779366] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[279423.779367] Workqueue: cgroup_destroy css_free_rwork_fn
[279423.779371] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[279423.779373] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[279423.779374] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[279423.779375] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[279423.779375] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[279423.779375] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[279423.779376] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[279423.779376] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[279423.779377] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[279423.779378] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[279423.779378] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[279423.779379] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[279423.779379] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[279423.779380] PKRU: 55555554
[279423.779380] Call Trace:
[279423.779381] <TASK>
[279423.779382] _raw_spin_lock_irqsave+0x46/0x60
[279423.779383] cgroup_rstat_flush+0xf4/0x7e0
[279423.779384] cgroup_rstat_exit+0x20/0xf0
[279423.779386] css_free_rwork_fn+0x12e/0x400
[279423.779387] process_one_work+0x19e/0x3e0
[279423.779389] worker_thread+0x2ad/0x3c0
[279423.779390] kthread+0x108/0x220
[279423.779391] ? __pfx_worker_thread+0x10/0x10
[279423.779393] ? __pfx_kthread+0x10/0x10
[279423.779394] ret_from_fork+0x3d/0x60
[279423.779395] ? __pfx_kthread+0x10/0x10
[279423.779396] ret_from_fork_asm+0x1a/0x30
[279423.779397] </TASK>
[279603.794076] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[279603.807261] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18078681
[279603.825196] rcu: (detected by 175, t=62181869 jiffies, g=639685, q=52015 ncpus=256)
[279603.840630] Sending NMI from CPU 175 to CPUs 156:
[279603.840635] NMI backtrace for cpu 156
[279603.840641] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[279603.840644] Tainted: [D]=DIE, [W]=WARN
[279603.840644] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[279603.840645] Workqueue: cgroup_destroy css_free_rwork_fn
[279603.840648] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[279603.840650] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[279603.840652] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[279603.840653] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[279603.840653] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[279603.840653] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[279603.840654] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[279603.840655] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[279603.840656] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[279603.840656] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[279603.840657] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[279603.840658] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[279603.840658] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[279603.840658] PKRU: 55555554
[279603.840659] Call Trace:
[279603.840659] <TASK>
[279603.840660] _raw_spin_lock_irqsave+0x46/0x60
[279603.840662] cgroup_rstat_flush+0xf4/0x7e0
[279603.840663] cgroup_rstat_exit+0x20/0xf0
[279603.840664] css_free_rwork_fn+0x12e/0x400
[279603.840665] process_one_work+0x19e/0x3e0
[279603.840667] worker_thread+0x2ad/0x3c0
[279603.840668] kthread+0x108/0x220
[279603.840669] ? __pfx_worker_thread+0x10/0x10
[279603.840671] ? __pfx_kthread+0x10/0x10
[279603.840672] ret_from_fork+0x3d/0x60
[279603.840673] ? __pfx_kthread+0x10/0x10
[279603.840674] ret_from_fork_asm+0x1a/0x30
[279603.840676] </TASK>
[279783.855316] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[279783.868501] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18097538
[279783.886433] rcu: (detected by 219, t=62226885 jiffies, g=639685, q=52036 ncpus=256)
[279783.901865] Sending NMI from CPU 219 to CPUs 156:
[279783.901870] NMI backtrace for cpu 156
[279783.901876] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[279783.901880] Tainted: [D]=DIE, [W]=WARN
[279783.901880] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[279783.901881] Workqueue: cgroup_destroy css_free_rwork_fn
[279783.901884] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[279783.901886] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[279783.901887] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[279783.901888] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[279783.901888] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[279783.901889] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[279783.901889] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[279783.901890] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[279783.901891] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[279783.901891] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[279783.901891] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[279783.901892] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[279783.901892] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[279783.901893] PKRU: 55555554
[279783.901893] Call Trace:
[279783.901894] <TASK>
[279783.901895] _raw_spin_lock_irqsave+0x46/0x60
[279783.901896] cgroup_rstat_flush+0xf4/0x7e0
[279783.901898] cgroup_rstat_exit+0x20/0xf0
[279783.901899] css_free_rwork_fn+0x12e/0x400
[279783.901899] process_one_work+0x19e/0x3e0
[279783.901901] worker_thread+0x2ad/0x3c0
[279783.901903] kthread+0x108/0x220
[279783.901904] ? __pfx_worker_thread+0x10/0x10
[279783.901905] ? __pfx_kthread+0x10/0x10
[279783.901906] ret_from_fork+0x3d/0x60
[279783.901907] ? __pfx_kthread+0x10/0x10
[279783.901908] ret_from_fork_asm+0x1a/0x30
[279783.901910] </TASK>
[279963.916557] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[279963.929752] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18115457
[279963.947690] rcu: (detected by 3, t=62271901 jiffies, g=639685, q=52049 ncpus=256)
[279963.962922] Sending NMI from CPU 3 to CPUs 156:
[279963.962926] NMI backtrace for cpu 156
[279963.962932] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[279963.962935] Tainted: [D]=DIE, [W]=WARN
[279963.962935] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[279963.962936] Workqueue: cgroup_destroy css_free_rwork_fn
[279963.962939] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[279963.962941] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[279963.962942] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[279963.962943] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[279963.962944] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[279963.962944] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[279963.962944] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[279963.962945] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[279963.962946] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[279963.962946] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[279963.962946] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[279963.962947] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[279963.962948] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[279963.962948] PKRU: 55555554
[279963.962948] Call Trace:
[279963.962949] <TASK>
[279963.962950] _raw_spin_lock_irqsave+0x46/0x60
[279963.962951] cgroup_rstat_flush+0xf4/0x7e0
[279963.962953] cgroup_rstat_exit+0x20/0xf0
[279963.962954] css_free_rwork_fn+0x12e/0x400
[279963.962955] process_one_work+0x19e/0x3e0
[279963.962956] worker_thread+0x2ad/0x3c0
[279963.962958] kthread+0x108/0x220
[279963.962959] ? __pfx_worker_thread+0x10/0x10
[279963.962960] ? __pfx_kthread+0x10/0x10
[279963.962961] ret_from_fork+0x3d/0x60
[279963.962963] ? __pfx_kthread+0x10/0x10
[279963.962963] ret_from_fork_asm+0x1a/0x30
[279963.962965] </TASK>
[280143.977799] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[280143.990981] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18133740
[280144.008907] rcu: (detected by 47, t=62316915 jiffies, g=639685, q=52069 ncpus=256)
[280144.024229] Sending NMI from CPU 47 to CPUs 156:
[280144.024234] NMI backtrace for cpu 156
[280144.024240] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[280144.024243] Tainted: [D]=DIE, [W]=WARN
[280144.024243] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[280144.024244] Workqueue: cgroup_destroy css_free_rwork_fn
[280144.024247] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[280144.024249] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[280144.024250] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[280144.024250] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[280144.024251] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[280144.024252] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[280144.024252] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[280144.024253] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[280144.024254] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[280144.024254] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[280144.024254] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[280144.024255] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[280144.024256] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[280144.024256] PKRU: 55555554
[280144.024256] Call Trace:
[280144.024257] <TASK>
[280144.024258] _raw_spin_lock_irqsave+0x46/0x60
[280144.024259] cgroup_rstat_flush+0xf4/0x7e0
[280144.024261] cgroup_rstat_exit+0x20/0xf0
[280144.024262] css_free_rwork_fn+0x12e/0x400
[280144.024263] process_one_work+0x19e/0x3e0
[280144.024264] worker_thread+0x2ad/0x3c0
[280144.024266] kthread+0x108/0x220
[280144.024267] ? __pfx_worker_thread+0x10/0x10
[280144.024268] ? __pfx_kthread+0x10/0x10
[280144.024269] ret_from_fork+0x3d/0x60
[280144.024270] ? __pfx_kthread+0x10/0x10
[280144.024271] ret_from_fork_asm+0x1a/0x30
[280144.024273] </TASK>
[280324.023040] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[280324.036224] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18152498
[280324.054150] rcu: (detected by 158, t=62361929 jiffies, g=639685, q=52086 ncpus=256)
[280324.069573] Sending NMI from CPU 158 to CPUs 156:
[280324.069578] NMI backtrace for cpu 156
[280324.069581] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[280324.069583] Tainted: [D]=DIE, [W]=WARN
[280324.069583] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[280324.069585] Workqueue: cgroup_destroy css_free_rwork_fn
[280324.069587] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[280324.069589] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[280324.069590] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[280324.069590] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[280324.069591] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[280324.069591] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[280324.069592] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[280324.069592] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[280324.069593] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[280324.069594] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[280324.069594] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[280324.069595] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[280324.069595] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[280324.069595] PKRU: 55555554
[280324.069596] Call Trace:
[280324.069596] <TASK>
[280324.069597] _raw_spin_lock_irqsave+0x46/0x60
[280324.069599] cgroup_rstat_flush+0xf4/0x7e0
[280324.069600] cgroup_rstat_exit+0x20/0xf0
[280324.069601] css_free_rwork_fn+0x12e/0x400
[280324.069602] process_one_work+0x19e/0x3e0
[280324.069604] worker_thread+0x2ad/0x3c0
[280324.069605] kthread+0x108/0x220
[280324.069606] ? __pfx_worker_thread+0x10/0x10
[280324.069608] ? __pfx_kthread+0x10/0x10
[280324.069608] ret_from_fork+0x3d/0x60
[280324.069610] ? __pfx_kthread+0x10/0x10
[280324.069610] ret_from_fork_asm+0x1a/0x30
[280324.069612] </TASK>
[280504.084280] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[280504.097456] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18170139
[280504.115381] rcu: (detected by 199, t=62406945 jiffies, g=639685, q=52102 ncpus=256)
[280504.130807] Sending NMI from CPU 199 to CPUs 156:
[280504.130812] NMI backtrace for cpu 156
[280504.130818] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[280504.130820] Tainted: [D]=DIE, [W]=WARN
[280504.130821] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[280504.130822] Workqueue: cgroup_destroy css_free_rwork_fn
[280504.130824] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[280504.130826] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[280504.130827] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[280504.130827] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[280504.130828] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[280504.130829] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[280504.130829] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[280504.130830] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[280504.130831] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[280504.130831] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[280504.130832] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[280504.130832] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[280504.130833] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[280504.130833] PKRU: 55555554
[280504.130834] Call Trace:
[280504.130834] <TASK>
[280504.130836] _raw_spin_lock_irqsave+0x46/0x60
[280504.130837] cgroup_rstat_flush+0xf4/0x7e0
[280504.130838] cgroup_rstat_exit+0x20/0xf0
[280504.130840] css_free_rwork_fn+0x12e/0x400
[280504.130840] process_one_work+0x19e/0x3e0
[280504.130842] worker_thread+0x2ad/0x3c0
[280504.130844] kthread+0x108/0x220
[280504.130844] ? __pfx_worker_thread+0x10/0x10
[280504.130846] ? __pfx_kthread+0x10/0x10
[280504.130847] ret_from_fork+0x3d/0x60
[280504.130848] ? __pfx_kthread+0x10/0x10
[280504.130849] ret_from_fork_asm+0x1a/0x30
[280504.130851] </TASK>
[280684.145521] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[280684.158698] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18188425
[280684.176626] rcu: (detected by 91, t=62451961 jiffies, g=639685, q=52121 ncpus=256)
[280684.191946] Sending NMI from CPU 91 to CPUs 156:
[280684.191951] NMI backtrace for cpu 156
[280684.191957] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[280684.191960] Tainted: [D]=DIE, [W]=WARN
[280684.191961] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[280684.191962] Workqueue: cgroup_destroy css_free_rwork_fn
[280684.191965] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[280684.191967] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[280684.191968] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[280684.191968] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[280684.191969] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[280684.191969] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[280684.191970] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[280684.191970] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[280684.191971] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[280684.191972] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[280684.191972] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[280684.191973] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[280684.191973] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[280684.191973] PKRU: 55555554
[280684.191974] Call Trace:
[280684.191974] <TASK>
[280684.191975] _raw_spin_lock_irqsave+0x46/0x60
[280684.191976] cgroup_rstat_flush+0xf4/0x7e0
[280684.191978] cgroup_rstat_exit+0x20/0xf0
[280684.191979] css_free_rwork_fn+0x12e/0x400
[280684.191980] process_one_work+0x19e/0x3e0
[280684.191981] worker_thread+0x2ad/0x3c0
[280684.191983] kthread+0x108/0x220
[280684.191984] ? __pfx_worker_thread+0x10/0x10
[280684.191985] ? __pfx_kthread+0x10/0x10
[280684.191986] ret_from_fork+0x3d/0x60
[280684.191987] ? __pfx_kthread+0x10/0x10
[280684.191988] ret_from_fork_asm+0x1a/0x30
[280684.191990] </TASK>
[280864.206763] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[280864.219929] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18207095
[280864.237848] rcu: (detected by 71, t=62496977 jiffies, g=639685, q=52136 ncpus=256)
[280864.253163] Sending NMI from CPU 71 to CPUs 156:
[280864.253167] NMI backtrace for cpu 156
[280864.253173] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[280864.253176] Tainted: [D]=DIE, [W]=WARN
[280864.253176] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[280864.253178] Workqueue: cgroup_destroy css_free_rwork_fn
[280864.253180] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[280864.253182] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[280864.253184] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[280864.253184] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[280864.253185] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[280864.253185] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[280864.253185] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[280864.253186] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[280864.253187] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[280864.253187] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[280864.253188] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[280864.253189] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[280864.253189] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[280864.253189] PKRU: 55555554
[280864.253190] Call Trace:
[280864.253190] <TASK>
[280864.253191] _raw_spin_lock_irqsave+0x46/0x60
[280864.253192] cgroup_rstat_flush+0xf4/0x7e0
[280864.253194] cgroup_rstat_exit+0x20/0xf0
[280864.253195] css_free_rwork_fn+0x12e/0x400
[280864.253196] process_one_work+0x19e/0x3e0
[280864.253197] worker_thread+0x2ad/0x3c0
[280864.253199] kthread+0x108/0x220
[280864.253200] ? __pfx_worker_thread+0x10/0x10
[280864.253201] ? __pfx_kthread+0x10/0x10
[280864.253202] ret_from_fork+0x3d/0x60
[280864.253203] ? __pfx_kthread+0x10/0x10
[280864.253204] ret_from_fork_asm+0x1a/0x30
[280864.253206] </TASK>
[281044.268005] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[281044.281182] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18225585
[281044.299111] rcu: (detected by 91, t=62541993 jiffies, g=639685, q=52151 ncpus=256)
[281044.314434] Sending NMI from CPU 91 to CPUs 156:
[281044.314439] NMI backtrace for cpu 156
[281044.314445] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[281044.314447] Tainted: [D]=DIE, [W]=WARN
[281044.314448] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[281044.314449] Workqueue: cgroup_destroy css_free_rwork_fn
[281044.314451] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[281044.314453] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[281044.314454] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[281044.314455] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[281044.314456] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[281044.314456] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[281044.314456] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[281044.314457] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[281044.314458] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[281044.314458] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[281044.314459] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[281044.314459] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[281044.314460] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[281044.314460] PKRU: 55555554
[281044.314460] Call Trace:
[281044.314461] <TASK>
[281044.314462] _raw_spin_lock_irqsave+0x46/0x60
[281044.314464] cgroup_rstat_flush+0xf4/0x7e0
[281044.314465] cgroup_rstat_exit+0x20/0xf0
[281044.314466] css_free_rwork_fn+0x12e/0x400
[281044.314467] process_one_work+0x19e/0x3e0
[281044.314468] worker_thread+0x2ad/0x3c0
[281044.314470] kthread+0x108/0x220
[281044.314471] ? __pfx_worker_thread+0x10/0x10
[281044.314472] ? __pfx_kthread+0x10/0x10
[281044.314473] ret_from_fork+0x3d/0x60
[281044.314475] ? __pfx_kthread+0x10/0x10
[281044.314475] ret_from_fork_asm+0x1a/0x30
[281044.314477] </TASK>
[281224.329247] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[281224.342432] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18243989
[281224.360355] rcu: (detected by 175, t=62587009 jiffies, g=639685, q=52167 ncpus=256)
[281224.375770] Sending NMI from CPU 175 to CPUs 156:
[281224.375776] NMI backtrace for cpu 156
[281224.375782] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[281224.375785] Tainted: [D]=DIE, [W]=WARN
[281224.375786] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[281224.375787] Workqueue: cgroup_destroy css_free_rwork_fn
[281224.375789] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[281224.375791] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[281224.375793] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[281224.375793] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[281224.375794] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[281224.375794] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[281224.375795] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[281224.375795] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[281224.375796] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[281224.375797] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[281224.375797] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[281224.375797] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[281224.375798] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[281224.375798] PKRU: 55555554
[281224.375798] Call Trace:
[281224.375799] <TASK>
[281224.375800] _raw_spin_lock_irqsave+0x46/0x60
[281224.375802] cgroup_rstat_flush+0xf4/0x7e0
[281224.375803] cgroup_rstat_exit+0x20/0xf0
[281224.375804] css_free_rwork_fn+0x12e/0x400
[281224.375805] process_one_work+0x19e/0x3e0
[281224.375806] worker_thread+0x2ad/0x3c0
[281224.375808] kthread+0x108/0x220
[281224.375809] ? __pfx_worker_thread+0x10/0x10
[281224.375810] ? __pfx_kthread+0x10/0x10
[281224.375811] ret_from_fork+0x3d/0x60
[281224.375812] ? __pfx_kthread+0x10/0x10
[281224.375813] ret_from_fork_asm+0x1a/0x30
[281224.375815] </TASK>
[281404.390486] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[281404.403668] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18262165
[281404.421602] rcu: (detected by 175, t=62632025 jiffies, g=639685, q=52186 ncpus=256)
[281404.437035] Sending NMI from CPU 175 to CPUs 156:
[281404.437039] NMI backtrace for cpu 156
[281404.437046] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[281404.437048] Tainted: [D]=DIE, [W]=WARN
[281404.437049] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[281404.437050] Workqueue: cgroup_destroy css_free_rwork_fn
[281404.437053] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[281404.437055] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[281404.437056] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[281404.437056] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[281404.437057] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[281404.437057] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[281404.437057] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[281404.437058] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[281404.437059] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[281404.437059] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[281404.437060] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[281404.437060] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[281404.437061] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[281404.437061] PKRU: 55555554
[281404.437061] Call Trace:
[281404.437062] <TASK>
[281404.437063] _raw_spin_lock_irqsave+0x46/0x60
[281404.437064] cgroup_rstat_flush+0xf4/0x7e0
[281404.437066] cgroup_rstat_exit+0x20/0xf0
[281404.437067] css_free_rwork_fn+0x12e/0x400
[281404.437068] process_one_work+0x19e/0x3e0
[281404.437069] worker_thread+0x2ad/0x3c0
[281404.437071] kthread+0x108/0x220
[281404.437072] ? __pfx_worker_thread+0x10/0x10
[281404.437073] ? __pfx_kthread+0x10/0x10
[281404.437074] ret_from_fork+0x3d/0x60
[281404.437075] ? __pfx_kthread+0x10/0x10
[281404.437076] ret_from_fork_asm+0x1a/0x30
[281404.437078] </TASK>
[281584.451727] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[281584.464905] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18283522
[281584.482837] rcu: (detected by 175, t=62677041 jiffies, g=639685, q=52211 ncpus=256)
[281584.498267] Sending NMI from CPU 175 to CPUs 156:
[281584.498271] NMI backtrace for cpu 156
[281584.498277] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[281584.498280] Tainted: [D]=DIE, [W]=WARN
[281584.498281] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[281584.498282] Workqueue: cgroup_destroy css_free_rwork_fn
[281584.498285] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[281584.498287] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[281584.498288] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[281584.498288] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[281584.498289] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[281584.498289] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[281584.498290] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[281584.498290] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[281584.498291] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[281584.498292] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[281584.498292] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[281584.498293] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[281584.498293] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[281584.498293] PKRU: 55555554
[281584.498294] Call Trace:
[281584.498294] <TASK>
[281584.498295] _raw_spin_lock_irqsave+0x46/0x60
[281584.498297] cgroup_rstat_flush+0xf4/0x7e0
[281584.498298] cgroup_rstat_exit+0x20/0xf0
[281584.498299] css_free_rwork_fn+0x12e/0x400
[281584.498300] process_one_work+0x19e/0x3e0
[281584.498302] worker_thread+0x2ad/0x3c0
[281584.498303] kthread+0x108/0x220
[281584.498304] ? __pfx_worker_thread+0x10/0x10
[281584.498306] ? __pfx_kthread+0x10/0x10
[281584.498307] ret_from_fork+0x3d/0x60
[281584.498308] ? __pfx_kthread+0x10/0x10
[281584.498309] ret_from_fork_asm+0x1a/0x30
[281584.498311] </TASK>
[281764.512968] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[281764.526151] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18305139
[281764.544085] rcu: (detected by 175, t=62722057 jiffies, g=639685, q=52233 ncpus=256)
[281764.559523] Sending NMI from CPU 175 to CPUs 156:
[281764.559528] NMI backtrace for cpu 156
[281764.559534] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[281764.559537] Tainted: [D]=DIE, [W]=WARN
[281764.559538] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[281764.559540] Workqueue: cgroup_destroy css_free_rwork_fn
[281764.559542] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[281764.559544] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[281764.559545] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[281764.559546] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[281764.559547] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[281764.559547] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[281764.559548] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[281764.559548] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[281764.559550] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[281764.559551] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[281764.559551] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[281764.559552] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[281764.559552] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[281764.559553] PKRU: 55555554
[281764.559553] Call Trace:
[281764.559554] <TASK>
[281764.559555] _raw_spin_lock_irqsave+0x46/0x60
[281764.559556] cgroup_rstat_flush+0xf4/0x7e0
[281764.559557] cgroup_rstat_exit+0x20/0xf0
[281764.559558] css_free_rwork_fn+0x12e/0x400
[281764.559559] process_one_work+0x19e/0x3e0
[281764.559561] worker_thread+0x2ad/0x3c0
[281764.559562] kthread+0x108/0x220
[281764.559563] ? __pfx_worker_thread+0x10/0x10
[281764.559565] ? __pfx_kthread+0x10/0x10
[281764.559566] ret_from_fork+0x3d/0x60
[281764.559567] ? __pfx_kthread+0x10/0x10
[281764.559568] ret_from_fork_asm+0x1a/0x30
[281764.559570] </TASK>
[281944.574210] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[281944.587408] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18326771
[281944.605355] rcu: (detected by 71, t=62767073 jiffies, g=639685, q=52246 ncpus=256)
[281944.620697] Sending NMI from CPU 71 to CPUs 156:
[281944.620702] NMI backtrace for cpu 156
[281944.620707] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[281944.620710] Tainted: [D]=DIE, [W]=WARN
[281944.620711] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[281944.620713] Workqueue: cgroup_destroy css_free_rwork_fn
[281944.620716] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[281944.620718] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[281944.620719] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[281944.620720] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[281944.620720] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[281944.620721] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[281944.620721] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[281944.620722] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[281944.620723] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[281944.620724] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[281944.620725] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[281944.620725] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[281944.620726] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[281944.620726] PKRU: 55555554
[281944.620726] Call Trace:
[281944.620727] <TASK>
[281944.620728] _raw_spin_lock_irqsave+0x46/0x60
[281944.620730] cgroup_rstat_flush+0xf4/0x7e0
[281944.620731] cgroup_rstat_exit+0x20/0xf0
[281944.620733] css_free_rwork_fn+0x12e/0x400
[281944.620734] process_one_work+0x19e/0x3e0
[281944.620735] worker_thread+0x2ad/0x3c0
[281944.620737] kthread+0x108/0x220
[281944.620738] ? __pfx_worker_thread+0x10/0x10
[281944.620739] ? __pfx_kthread+0x10/0x10
[281944.620740] ret_from_fork+0x3d/0x60
[281944.620741] ? __pfx_kthread+0x10/0x10
[281944.620742] ret_from_fork_asm+0x1a/0x30
[281944.620744] </TASK>
[282124.635451] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[282124.648643] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18348356
[282124.666581] rcu: (detected by 175, t=62812089 jiffies, g=639685, q=52265 ncpus=256)
[282124.682019] Sending NMI from CPU 175 to CPUs 156:
[282124.682024] NMI backtrace for cpu 156
[282124.682029] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[282124.682033] Tainted: [D]=DIE, [W]=WARN
[282124.682033] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[282124.682035] Workqueue: cgroup_destroy css_free_rwork_fn
[282124.682037] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[282124.682039] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[282124.682041] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[282124.682041] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[282124.682042] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[282124.682042] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[282124.682043] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[282124.682043] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[282124.682044] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[282124.682045] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[282124.682045] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[282124.682046] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[282124.682046] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[282124.682046] PKRU: 55555554
[282124.682047] Call Trace:
[282124.682047] <TASK>
[282124.682048] _raw_spin_lock_irqsave+0x46/0x60
[282124.682050] cgroup_rstat_flush+0xf4/0x7e0
[282124.682051] cgroup_rstat_exit+0x20/0xf0
[282124.682052] css_free_rwork_fn+0x12e/0x400
[282124.682053] process_one_work+0x19e/0x3e0
[282124.682055] worker_thread+0x2ad/0x3c0
[282124.682056] kthread+0x108/0x220
[282124.682057] ? __pfx_worker_thread+0x10/0x10
[282124.682059] ? __pfx_kthread+0x10/0x10
[282124.682060] ret_from_fork+0x3d/0x60
[282124.682061] ? __pfx_kthread+0x10/0x10
[282124.682062] ret_from_fork_asm+0x1a/0x30
[282124.682063] </TASK>
[282304.696693] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[282304.709871] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18369998
[282304.727801] rcu: (detected by 227, t=62857105 jiffies, g=639685, q=52278 ncpus=256)
[282304.743227] Sending NMI from CPU 227 to CPUs 156:
[282304.743231] NMI backtrace for cpu 156
[282304.743237] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[282304.743241] Tainted: [D]=DIE, [W]=WARN
[282304.743241] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[282304.743242] Workqueue: cgroup_destroy css_free_rwork_fn
[282304.743245] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[282304.743247] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[282304.743249] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[282304.743249] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[282304.743250] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[282304.743250] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[282304.743251] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[282304.743251] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[282304.743252] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[282304.743253] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[282304.743253] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[282304.743254] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[282304.743254] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[282304.743254] PKRU: 55555554
[282304.743255] Call Trace:
[282304.743255] <TASK>
[282304.743256] _raw_spin_lock_irqsave+0x46/0x60
[282304.743258] cgroup_rstat_flush+0xf4/0x7e0
[282304.743259] cgroup_rstat_exit+0x20/0xf0
[282304.743260] css_free_rwork_fn+0x12e/0x400
[282304.743261] process_one_work+0x19e/0x3e0
[282304.743263] worker_thread+0x2ad/0x3c0
[282304.743264] kthread+0x108/0x220
[282304.743265] ? __pfx_worker_thread+0x10/0x10
[282304.743267] ? __pfx_kthread+0x10/0x10
[282304.743268] ret_from_fork+0x3d/0x60
[282304.743269] ? __pfx_kthread+0x10/0x10
[282304.743270] ret_from_fork_asm+0x1a/0x30
[282304.743271] </TASK>
[282484.757940] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[282484.771115] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18391313
[282484.789036] rcu: (detected by 45, t=62902121 jiffies, g=639685, q=52297 ncpus=256)
[282484.804351] Sending NMI from CPU 45 to CPUs 156:
[282484.804355] NMI backtrace for cpu 156
[282484.804361] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[282484.804364] Tainted: [D]=DIE, [W]=WARN
[282484.804365] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[282484.804365] Workqueue: cgroup_destroy css_free_rwork_fn
[282484.804368] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[282484.804370] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[282484.804372] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[282484.804372] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[282484.804373] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[282484.804373] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[282484.804373] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[282484.804374] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[282484.804375] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[282484.804375] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[282484.804376] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[282484.804376] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[282484.804377] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[282484.804377] PKRU: 55555554
[282484.804378] Call Trace:
[282484.804378] <TASK>
[282484.804379] _raw_spin_lock_irqsave+0x46/0x60
[282484.804381] cgroup_rstat_flush+0xf4/0x7e0
[282484.804382] cgroup_rstat_exit+0x20/0xf0
[282484.804383] css_free_rwork_fn+0x12e/0x400
[282484.804384] process_one_work+0x19e/0x3e0
[282484.804386] worker_thread+0x2ad/0x3c0
[282484.804387] kthread+0x108/0x220
[282484.804388] ? __pfx_worker_thread+0x10/0x10
[282484.804390] ? __pfx_kthread+0x10/0x10
[282484.804391] ret_from_fork+0x3d/0x60
[282484.804392] ? __pfx_kthread+0x10/0x10
[282484.804392] ret_from_fork_asm+0x1a/0x30
[282484.804394] </TASK>
[282664.819177] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[282664.832348] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18412938
[282664.850271] rcu: (detected by 219, t=62947137 jiffies, g=639685, q=52331 ncpus=256)
[282664.865693] Sending NMI from CPU 219 to CPUs 156:
[282664.865699] NMI backtrace for cpu 156
[282664.865704] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[282664.865708] Tainted: [D]=DIE, [W]=WARN
[282664.865708] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[282664.865709] Workqueue: cgroup_destroy css_free_rwork_fn
[282664.865712] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[282664.865714] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[282664.865716] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[282664.865717] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[282664.865717] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[282664.865717] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[282664.865718] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[282664.865718] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[282664.865719] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[282664.865720] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[282664.865720] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[282664.865721] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[282664.865721] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[282664.865722] PKRU: 55555554
[282664.865722] Call Trace:
[282664.865722] <TASK>
[282664.865724] _raw_spin_lock_irqsave+0x46/0x60
[282664.865725] cgroup_rstat_flush+0xf4/0x7e0
[282664.865726] cgroup_rstat_exit+0x20/0xf0
[282664.865728] css_free_rwork_fn+0x12e/0x400
[282664.865728] process_one_work+0x19e/0x3e0
[282664.865730] worker_thread+0x2ad/0x3c0
[282664.865732] kthread+0x108/0x220
[282664.865732] ? __pfx_worker_thread+0x10/0x10
[282664.865734] ? __pfx_kthread+0x10/0x10
[282664.865735] ret_from_fork+0x3d/0x60
[282664.865736] ? __pfx_kthread+0x10/0x10
[282664.865737] ret_from_fork_asm+0x1a/0x30
[282664.865739] </TASK>
[282844.880417] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[282844.893600] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18434537
[282844.911527] rcu: (detected by 158, t=62992153 jiffies, g=639685, q=52351 ncpus=256)
[282844.926955] Sending NMI from CPU 158 to CPUs 156:
[282844.926958] NMI backtrace for cpu 156
[282844.926961] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[282844.926963] Tainted: [D]=DIE, [W]=WARN
[282844.926964] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[282844.926965] Workqueue: cgroup_destroy css_free_rwork_fn
[282844.926968] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[282844.926969] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[282844.926971] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[282844.926971] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[282844.926972] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[282844.926972] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[282844.926972] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[282844.926973] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[282844.926974] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[282844.926974] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[282844.926975] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[282844.926975] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[282844.926976] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[282844.926976] PKRU: 55555554
[282844.926976] Call Trace:
[282844.926977] <TASK>
[282844.926978] _raw_spin_lock_irqsave+0x46/0x60
[282844.926979] cgroup_rstat_flush+0xf4/0x7e0
[282844.926981] cgroup_rstat_exit+0x20/0xf0
[282844.926982] css_free_rwork_fn+0x12e/0x400
[282844.926982] process_one_work+0x19e/0x3e0
[282844.926984] worker_thread+0x2ad/0x3c0
[282844.926986] kthread+0x108/0x220
[282844.926987] ? __pfx_worker_thread+0x10/0x10
[282844.926988] ? __pfx_kthread+0x10/0x10
[282844.926989] ret_from_fork+0x3d/0x60
[282844.926990] ? __pfx_kthread+0x10/0x10
[282844.926991] ret_from_fork_asm+0x1a/0x30
[282844.926993] </TASK>
[283024.941659] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[283024.954838] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18456123
[283024.972773] rcu: (detected by 47, t=63037167 jiffies, g=639685, q=52371 ncpus=256)
[283024.988105] Sending NMI from CPU 47 to CPUs 156:
[283024.988110] NMI backtrace for cpu 156
[283024.988116] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[283024.988119] Tainted: [D]=DIE, [W]=WARN
[283024.988119] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[283024.988120] Workqueue: cgroup_destroy css_free_rwork_fn
[283024.988122] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[283024.988124] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[283024.988125] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[283024.988125] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[283024.988126] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[283024.988126] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[283024.988127] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[283024.988128] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[283024.988129] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[283024.988129] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[283024.988130] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[283024.988130] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[283024.988131] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[283024.988131] PKRU: 55555554
[283024.988131] Call Trace:
[283024.988132] <TASK>
[283024.988133] _raw_spin_lock_irqsave+0x46/0x60
[283024.988134] cgroup_rstat_flush+0xf4/0x7e0
[283024.988136] cgroup_rstat_exit+0x20/0xf0
[283024.988137] css_free_rwork_fn+0x12e/0x400
[283024.988138] process_one_work+0x19e/0x3e0
[283024.988139] worker_thread+0x2ad/0x3c0
[283024.988141] kthread+0x108/0x220
[283024.988142] ? __pfx_worker_thread+0x10/0x10
[283024.988143] ? __pfx_kthread+0x10/0x10
[283024.988144] ret_from_fork+0x3d/0x60
[283024.988145] ? __pfx_kthread+0x10/0x10
[283024.988146] ret_from_fork_asm+0x1a/0x30
[283024.988148] </TASK>
[283204.990900] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[283205.004088] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18477702
[283205.022023] rcu: (detected by 131, t=63082182 jiffies, g=639685, q=52393 ncpus=256)
[283205.037457] Sending NMI from CPU 131 to CPUs 156:
[283205.037463] NMI backtrace for cpu 156
[283205.037469] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[283205.037473] Tainted: [D]=DIE, [W]=WARN
[283205.037473] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[283205.037475] Workqueue: cgroup_destroy css_free_rwork_fn
[283205.037477] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[283205.037480] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[283205.037481] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[283205.037482] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[283205.037483] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[283205.037483] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[283205.037483] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[283205.037484] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[283205.037485] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[283205.037485] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[283205.037486] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[283205.037486] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[283205.037487] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[283205.037487] PKRU: 55555554
[283205.037487] Call Trace:
[283205.037488] <TASK>
[283205.037489] _raw_spin_lock_irqsave+0x46/0x60
[283205.037490] cgroup_rstat_flush+0xf4/0x7e0
[283205.037492] cgroup_rstat_exit+0x20/0xf0
[283205.037493] css_free_rwork_fn+0x12e/0x400
[283205.037494] process_one_work+0x19e/0x3e0
[283205.037495] worker_thread+0x2ad/0x3c0
[283205.037497] kthread+0x108/0x220
[283205.037498] ? __pfx_worker_thread+0x10/0x10
[283205.037499] ? __pfx_kthread+0x10/0x10
[283205.037500] ret_from_fork+0x3d/0x60
[283205.037501] ? __pfx_kthread+0x10/0x10
[283205.037502] ret_from_fork_asm+0x1a/0x30
[283205.037504] </TASK>
[283385.052142] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[283385.065339] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18499285
[283385.083281] rcu: (detected by 47, t=63127196 jiffies, g=639685, q=52409 ncpus=256)
[283385.098617] Sending NMI from CPU 47 to CPUs 156:
[283385.098621] NMI backtrace for cpu 156
[283385.098627] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[283385.098630] Tainted: [D]=DIE, [W]=WARN
[283385.098631] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[283385.098632] Workqueue: cgroup_destroy css_free_rwork_fn
[283385.098635] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[283385.098637] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[283385.098639] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[283385.098639] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[283385.098640] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[283385.098640] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[283385.098641] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[283385.098641] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[283385.098642] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[283385.098643] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[283385.098643] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[283385.098644] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[283385.098644] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[283385.098644] PKRU: 55555554
[283385.098645] Call Trace:
[283385.098645] <TASK>
[283385.098646] _raw_spin_lock_irqsave+0x46/0x60
[283385.098648] cgroup_rstat_flush+0xf4/0x7e0
[283385.098649] cgroup_rstat_exit+0x20/0xf0
[283385.098650] css_free_rwork_fn+0x12e/0x400
[283385.098651] process_one_work+0x19e/0x3e0
[283385.098653] worker_thread+0x2ad/0x3c0
[283385.098654] kthread+0x108/0x220
[283385.098655] ? __pfx_worker_thread+0x10/0x10
[283385.098657] ? __pfx_kthread+0x10/0x10
[283385.098658] ret_from_fork+0x3d/0x60
[283385.098659] ? __pfx_kthread+0x10/0x10
[283385.098660] ret_from_fork_asm+0x1a/0x30
[283385.098662] </TASK>
[283565.097381] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[283565.110554] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18520893
[283565.128481] rcu: (detected by 175, t=63172210 jiffies, g=639685, q=52430 ncpus=256)
[283565.143907] Sending NMI from CPU 175 to CPUs 156:
[283565.143911] NMI backtrace for cpu 156
[283565.143917] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[283565.143920] Tainted: [D]=DIE, [W]=WARN
[283565.143921] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[283565.143922] Workqueue: cgroup_destroy css_free_rwork_fn
[283565.143925] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[283565.143927] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[283565.143928] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[283565.143929] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[283565.143929] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[283565.143930] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[283565.143930] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[283565.143930] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[283565.143931] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[283565.143932] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[283565.143932] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[283565.143933] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[283565.143933] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[283565.143934] PKRU: 55555554
[283565.143934] Call Trace:
[283565.143935] <TASK>
[283565.143936] _raw_spin_lock_irqsave+0x46/0x60
[283565.143937] cgroup_rstat_flush+0xf4/0x7e0
[283565.143938] cgroup_rstat_exit+0x20/0xf0
[283565.143940] css_free_rwork_fn+0x12e/0x400
[283565.143940] process_one_work+0x19e/0x3e0
[283565.143942] worker_thread+0x2ad/0x3c0
[283565.143944] kthread+0x108/0x220
[283565.143944] ? __pfx_worker_thread+0x10/0x10
[283565.143946] ? __pfx_kthread+0x10/0x10
[283565.143947] ret_from_fork+0x3d/0x60
[283565.143948] ? __pfx_kthread+0x10/0x10
[283565.143949] ret_from_fork_asm+0x1a/0x30
[283565.143951] </TASK>
[283745.158623] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[283745.171799] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18542483
[283745.189728] rcu: (detected by 199, t=63217226 jiffies, g=639685, q=52450 ncpus=256)
[283745.205151] Sending NMI from CPU 199 to CPUs 156:
[283745.205155] NMI backtrace for cpu 156
[283745.205161] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[283745.205164] Tainted: [D]=DIE, [W]=WARN
[283745.205165] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[283745.205166] Workqueue: cgroup_destroy css_free_rwork_fn
[283745.205169] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[283745.205171] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[283745.205173] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[283745.205173] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[283745.205174] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[283745.205174] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[283745.205175] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[283745.205175] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[283745.205176] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[283745.205177] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[283745.205177] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[283745.205178] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[283745.205178] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[283745.205178] PKRU: 55555554
[283745.205179] Call Trace:
[283745.205179] <TASK>
[283745.205180] _raw_spin_lock_irqsave+0x46/0x60
[283745.205182] cgroup_rstat_flush+0xf4/0x7e0
[283745.205183] cgroup_rstat_exit+0x20/0xf0
[283745.205184] css_free_rwork_fn+0x12e/0x400
[283745.205185] process_one_work+0x19e/0x3e0
[283745.205187] worker_thread+0x2ad/0x3c0
[283745.205188] kthread+0x108/0x220
[283745.205189] ? __pfx_worker_thread+0x10/0x10
[283745.205191] ? __pfx_kthread+0x10/0x10
[283745.205192] ret_from_fork+0x3d/0x60
[283745.205193] ? __pfx_kthread+0x10/0x10
[283745.205193] ret_from_fork_asm+0x1a/0x30
[283745.205195] </TASK>
[283925.219863] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[283925.233048] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18564058
[283925.250975] rcu: (detected by 175, t=63262242 jiffies, g=639685, q=52465 ncpus=256)
[283925.266409] Sending NMI from CPU 175 to CPUs 156:
[283925.266413] NMI backtrace for cpu 156
[283925.266419] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[283925.266422] Tainted: [D]=DIE, [W]=WARN
[283925.266423] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[283925.266424] Workqueue: cgroup_destroy css_free_rwork_fn
[283925.266427] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[283925.266429] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[283925.266430] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[283925.266431] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[283925.266432] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[283925.266432] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[283925.266432] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[283925.266433] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[283925.266435] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[283925.266435] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[283925.266435] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[283925.266436] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[283925.266436] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[283925.266437] PKRU: 55555554
[283925.266437] Call Trace:
[283925.266438] <TASK>
[283925.266439] _raw_spin_lock_irqsave+0x46/0x60
[283925.266440] cgroup_rstat_flush+0xf4/0x7e0
[283925.266442] cgroup_rstat_exit+0x20/0xf0
[283925.266443] css_free_rwork_fn+0x12e/0x400
[283925.266444] process_one_work+0x19e/0x3e0
[283925.266445] worker_thread+0x2ad/0x3c0
[283925.266447] kthread+0x108/0x220
[283925.266448] ? __pfx_worker_thread+0x10/0x10
[283925.266449] ? __pfx_kthread+0x10/0x10
[283925.266450] ret_from_fork+0x3d/0x60
[283925.266451] ? __pfx_kthread+0x10/0x10
[283925.266452] ret_from_fork_asm+0x1a/0x30
[283925.266454] </TASK>
[284105.281106] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[284105.294294] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18585654
[284105.312233] rcu: (detected by 71, t=63307258 jiffies, g=639685, q=52478 ncpus=256)
[284105.327565] Sending NMI from CPU 71 to CPUs 156:
[284105.327569] NMI backtrace for cpu 156
[284105.327576] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[284105.327579] Tainted: [D]=DIE, [W]=WARN
[284105.327579] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[284105.327581] Workqueue: cgroup_destroy css_free_rwork_fn
[284105.327584] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[284105.327586] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[284105.327587] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[284105.327588] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[284105.327588] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[284105.327589] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[284105.327589] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[284105.327590] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[284105.327590] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[284105.327591] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[284105.327591] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[284105.327592] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[284105.327593] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[284105.327593] PKRU: 55555554
[284105.327593] Call Trace:
[284105.327594] <TASK>
[284105.327595] _raw_spin_lock_irqsave+0x46/0x60
[284105.327596] cgroup_rstat_flush+0xf4/0x7e0
[284105.327598] cgroup_rstat_exit+0x20/0xf0
[284105.327599] css_free_rwork_fn+0x12e/0x400
[284105.327600] process_one_work+0x19e/0x3e0
[284105.327601] worker_thread+0x2ad/0x3c0
[284105.327603] kthread+0x108/0x220
[284105.327604] ? __pfx_worker_thread+0x10/0x10
[284105.327605] ? __pfx_kthread+0x10/0x10
[284105.327606] ret_from_fork+0x3d/0x60
[284105.327607] ? __pfx_kthread+0x10/0x10
[284105.327608] ret_from_fork_asm+0x1a/0x30
[284105.327610] </TASK>
[284285.342346] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[284285.355529] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18607112
[284285.373457] rcu: (detected by 175, t=63352274 jiffies, g=639685, q=52497 ncpus=256)
[284285.388885] Sending NMI from CPU 175 to CPUs 156:
[284285.388889] NMI backtrace for cpu 156
[284285.388894] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[284285.388898] Tainted: [D]=DIE, [W]=WARN
[284285.388898] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[284285.388899] Workqueue: cgroup_destroy css_free_rwork_fn
[284285.388902] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[284285.388904] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[284285.388905] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[284285.388906] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[284285.388906] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[284285.388907] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[284285.388907] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[284285.388908] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[284285.388908] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[284285.388909] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[284285.388909] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[284285.388910] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[284285.388910] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[284285.388910] PKRU: 55555554
[284285.388911] Call Trace:
[284285.388911] <TASK>
[284285.388913] _raw_spin_lock_irqsave+0x46/0x60
[284285.388914] cgroup_rstat_flush+0xf4/0x7e0
[284285.388915] cgroup_rstat_exit+0x20/0xf0
[284285.388916] css_free_rwork_fn+0x12e/0x400
[284285.388917] process_one_work+0x19e/0x3e0
[284285.388919] worker_thread+0x2ad/0x3c0
[284285.388920] kthread+0x108/0x220
[284285.388921] ? __pfx_worker_thread+0x10/0x10
[284285.388923] ? __pfx_kthread+0x10/0x10
[284285.388924] ret_from_fork+0x3d/0x60
[284285.388925] ? __pfx_kthread+0x10/0x10
[284285.388926] ret_from_fork_asm+0x1a/0x30
[284285.388928] </TASK>
[284465.403587] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[284465.416774] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18628621
[284465.434706] rcu: (detected by 131, t=63397290 jiffies, g=639685, q=52518 ncpus=256)
[284465.450135] Sending NMI from CPU 131 to CPUs 156:
[284465.450140] NMI backtrace for cpu 156
[284465.450146] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[284465.450149] Tainted: [D]=DIE, [W]=WARN
[284465.450149] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[284465.450151] Workqueue: cgroup_destroy css_free_rwork_fn
[284465.450154] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[284465.450156] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[284465.450157] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[284465.450158] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[284465.450158] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[284465.450158] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[284465.450159] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[284465.450159] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[284465.450160] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[284465.450160] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[284465.450161] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[284465.450162] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[284465.450162] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[284465.450162] PKRU: 55555554
[284465.450163] Call Trace:
[284465.450163] <TASK>
[284465.450165] _raw_spin_lock_irqsave+0x46/0x60
[284465.450166] cgroup_rstat_flush+0xf4/0x7e0
[284465.450167] cgroup_rstat_exit+0x20/0xf0
[284465.450168] css_free_rwork_fn+0x12e/0x400
[284465.450169] process_one_work+0x19e/0x3e0
[284465.450171] worker_thread+0x2ad/0x3c0
[284465.450172] kthread+0x108/0x220
[284465.450173] ? __pfx_worker_thread+0x10/0x10
[284465.450175] ? __pfx_kthread+0x10/0x10
[284465.450176] ret_from_fork+0x3d/0x60
[284465.450177] ? __pfx_kthread+0x10/0x10
[284465.450178] ret_from_fork_asm+0x1a/0x30
[284465.450180] </TASK>
[284645.464829] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[284645.478005] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18650208
[284645.495932] rcu: (detected by 199, t=63442306 jiffies, g=639685, q=52541 ncpus=256)
[284645.511358] Sending NMI from CPU 199 to CPUs 156:
[284645.511363] NMI backtrace for cpu 156
[284645.511369] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[284645.511372] Tainted: [D]=DIE, [W]=WARN
[284645.511373] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[284645.511374] Workqueue: cgroup_destroy css_free_rwork_fn
[284645.511377] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[284645.511379] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[284645.511380] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[284645.511381] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[284645.511381] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[284645.511382] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[284645.511382] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[284645.511383] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[284645.511384] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[284645.511384] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[284645.511384] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[284645.511385] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[284645.511385] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[284645.511386] PKRU: 55555554
[284645.511386] Call Trace:
[284645.511387] <TASK>
[284645.511388] _raw_spin_lock_irqsave+0x46/0x60
[284645.511389] cgroup_rstat_flush+0xf4/0x7e0
[284645.511391] cgroup_rstat_exit+0x20/0xf0
[284645.511392] css_free_rwork_fn+0x12e/0x400
[284645.511393] process_one_work+0x19e/0x3e0
[284645.511394] worker_thread+0x2ad/0x3c0
[284645.511396] kthread+0x108/0x220
[284645.511397] ? __pfx_worker_thread+0x10/0x10
[284645.511398] ? __pfx_kthread+0x10/0x10
[284645.511399] ret_from_fork+0x3d/0x60
[284645.511400] ? __pfx_kthread+0x10/0x10
[284645.511401] ret_from_fork_asm+0x1a/0x30
[284645.511403] </TASK>
[284825.526074] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[284825.539268] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18671791
[284825.557209] rcu: (detected by 47, t=63487320 jiffies, g=639685, q=52562 ncpus=256)
[284825.572532] Sending NMI from CPU 47 to CPUs 156:
[284825.572537] NMI backtrace for cpu 156
[284825.572543] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[284825.572546] Tainted: [D]=DIE, [W]=WARN
[284825.572547] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[284825.572548] Workqueue: cgroup_destroy css_free_rwork_fn
[284825.572551] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[284825.572553] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[284825.572554] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[284825.572555] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[284825.572555] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[284825.572556] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[284825.572556] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[284825.572557] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[284825.572559] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[284825.572559] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[284825.572560] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[284825.572560] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[284825.572561] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[284825.572561] PKRU: 55555554
[284825.572561] Call Trace:
[284825.572562] <TASK>
[284825.572563] _raw_spin_lock_irqsave+0x46/0x60
[284825.572565] cgroup_rstat_flush+0xf4/0x7e0
[284825.572567] cgroup_rstat_exit+0x20/0xf0
[284825.572568] css_free_rwork_fn+0x12e/0x400
[284825.572569] process_one_work+0x19e/0x3e0
[284825.572570] worker_thread+0x2ad/0x3c0
[284825.572572] kthread+0x108/0x220
[284825.572573] ? __pfx_worker_thread+0x10/0x10
[284825.572574] ? __pfx_kthread+0x10/0x10
[284825.572575] ret_from_fork+0x3d/0x60
[284825.572577] ? __pfx_kthread+0x10/0x10
[284825.572578] ret_from_fork_asm+0x1a/0x30
[284825.572580] </TASK>
[285005.571312] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[285005.584490] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18693353
[285005.602416] rcu: (detected by 44, t=63532334 jiffies, g=639685, q=52576 ncpus=256)
[285005.617740] Sending NMI from CPU 44 to CPUs 156:
[285005.617745] NMI backtrace for cpu 156
[285005.617751] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[285005.617754] Tainted: [D]=DIE, [W]=WARN
[285005.617755] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[285005.617756] Workqueue: cgroup_destroy css_free_rwork_fn
[285005.617759] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[285005.617761] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[285005.617762] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[285005.617763] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[285005.617763] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[285005.617764] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[285005.617764] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[285005.617765] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[285005.617765] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[285005.617766] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[285005.617766] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[285005.617767] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[285005.617767] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[285005.617768] PKRU: 55555554
[285005.617768] Call Trace:
[285005.617768] <TASK>
[285005.617770] _raw_spin_lock_irqsave+0x46/0x60
[285005.617771] cgroup_rstat_flush+0xf4/0x7e0
[285005.617772] cgroup_rstat_exit+0x20/0xf0
[285005.617773] css_free_rwork_fn+0x12e/0x400
[285005.617774] process_one_work+0x19e/0x3e0
[285005.617776] worker_thread+0x2ad/0x3c0
[285005.617777] kthread+0x108/0x220
[285005.617778] ? __pfx_worker_thread+0x10/0x10
[285005.617780] ? __pfx_kthread+0x10/0x10
[285005.617781] ret_from_fork+0x3d/0x60
[285005.617782] ? __pfx_kthread+0x10/0x10
[285005.617783] ret_from_fork_asm+0x1a/0x30
[285005.617785] </TASK>
[285185.632553] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[285185.645723] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18714909
[285185.663646] rcu: (detected by 91, t=63577350 jiffies, g=639685, q=52593 ncpus=256)
[285185.678966] Sending NMI from CPU 91 to CPUs 156:
[285185.678971] NMI backtrace for cpu 156
[285185.678977] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[285185.678980] Tainted: [D]=DIE, [W]=WARN
[285185.678980] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[285185.678981] Workqueue: cgroup_destroy css_free_rwork_fn
[285185.678984] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[285185.678986] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[285185.678987] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[285185.678988] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[285185.678989] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[285185.678989] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[285185.678989] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[285185.678990] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[285185.678991] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[285185.678992] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[285185.678992] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[285185.678993] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[285185.678993] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[285185.678993] PKRU: 55555554
[285185.678994] Call Trace:
[285185.678994] <TASK>
[285185.678995] _raw_spin_lock_irqsave+0x46/0x60
[285185.678997] cgroup_rstat_flush+0xf4/0x7e0
[285185.678998] cgroup_rstat_exit+0x20/0xf0
[285185.678999] css_free_rwork_fn+0x12e/0x400
[285185.679000] process_one_work+0x19e/0x3e0
[285185.679002] worker_thread+0x2ad/0x3c0
[285185.679003] kthread+0x108/0x220
[285185.679004] ? __pfx_worker_thread+0x10/0x10
[285185.679005] ? __pfx_kthread+0x10/0x10
[285185.679006] ret_from_fork+0x3d/0x60
[285185.679008] ? __pfx_kthread+0x10/0x10
[285185.679008] ret_from_fork_asm+0x1a/0x30
[285185.679010] </TASK>
[285365.693797] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[285365.706977] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18736508
[285365.724902] rcu: (detected by 185, t=63622366 jiffies, g=639685, q=52612 ncpus=256)
[285365.740321] Sending NMI from CPU 185 to CPUs 156:
[285365.740326] NMI backtrace for cpu 156
[285365.740332] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[285365.740335] Tainted: [D]=DIE, [W]=WARN
[285365.740336] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[285365.740337] Workqueue: cgroup_destroy css_free_rwork_fn
[285365.740340] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[285365.740342] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[285365.740343] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[285365.740344] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[285365.740344] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[285365.740345] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[285365.740345] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[285365.740345] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[285365.740346] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[285365.740347] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[285365.740347] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[285365.740348] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[285365.740348] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[285365.740349] PKRU: 55555554
[285365.740349] Call Trace:
[285365.740349] <TASK>
[285365.740351] _raw_spin_lock_irqsave+0x46/0x60
[285365.740352] cgroup_rstat_flush+0xf4/0x7e0
[285365.740353] cgroup_rstat_exit+0x20/0xf0
[285365.740354] css_free_rwork_fn+0x12e/0x400
[285365.740355] process_one_work+0x19e/0x3e0
[285365.740357] worker_thread+0x2ad/0x3c0
[285365.740358] kthread+0x108/0x220
[285365.740359] ? __pfx_worker_thread+0x10/0x10
[285365.740361] ? __pfx_kthread+0x10/0x10
[285365.740362] ret_from_fork+0x3d/0x60
[285365.740363] ? __pfx_kthread+0x10/0x10
[285365.740364] ret_from_fork_asm+0x1a/0x30
[285365.740366] </TASK>
[285545.755039] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[285545.768210] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18758097
[285545.786130] rcu: (detected by 219, t=63667382 jiffies, g=639685, q=52636 ncpus=256)
[285545.801550] Sending NMI from CPU 219 to CPUs 156:
[285545.801556] NMI backtrace for cpu 156
[285545.801562] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[285545.801565] Tainted: [D]=DIE, [W]=WARN
[285545.801566] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[285545.801567] Workqueue: cgroup_destroy css_free_rwork_fn
[285545.801570] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[285545.801572] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[285545.801574] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[285545.801574] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[285545.801575] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[285545.801576] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[285545.801576] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[285545.801577] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[285545.801578] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[285545.801578] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[285545.801579] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[285545.801579] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[285545.801580] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[285545.801580] PKRU: 55555554
[285545.801580] Call Trace:
[285545.801581] <TASK>
[285545.801582] _raw_spin_lock_irqsave+0x46/0x60
[285545.801583] cgroup_rstat_flush+0xf4/0x7e0
[285545.801585] cgroup_rstat_exit+0x20/0xf0
[285545.801586] css_free_rwork_fn+0x12e/0x400
[285545.801587] process_one_work+0x19e/0x3e0
[285545.801588] worker_thread+0x2ad/0x3c0
[285545.801590] kthread+0x108/0x220
[285545.801591] ? __pfx_worker_thread+0x10/0x10
[285545.801592] ? __pfx_kthread+0x10/0x10
[285545.801593] ret_from_fork+0x3d/0x60
[285545.801594] ? __pfx_kthread+0x10/0x10
[285545.801595] ret_from_fork_asm+0x1a/0x30
[285545.801597] </TASK>
[285725.816276] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[285725.829471] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18779646
[285725.847399] rcu: (detected by 175, t=63712398 jiffies, g=639685, q=52657 ncpus=256)
[285725.862834] Sending NMI from CPU 175 to CPUs 156:
[285725.862838] NMI backtrace for cpu 156
[285725.862844] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[285725.862847] Tainted: [D]=DIE, [W]=WARN
[285725.862848] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[285725.862850] Workqueue: cgroup_destroy css_free_rwork_fn
[285725.862852] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[285725.862855] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[285725.862856] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[285725.862857] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[285725.862857] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[285725.862857] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[285725.862858] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[285725.862858] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[285725.862859] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[285725.862860] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[285725.862861] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[285725.862862] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[285725.862862] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[285725.862863] PKRU: 55555554
[285725.862863] Call Trace:
[285725.862864] <TASK>
[285725.862865] _raw_spin_lock_irqsave+0x46/0x60
[285725.862866] cgroup_rstat_flush+0xf4/0x7e0
[285725.862868] cgroup_rstat_exit+0x20/0xf0
[285725.862869] css_free_rwork_fn+0x12e/0x400
[285725.862870] process_one_work+0x19e/0x3e0
[285725.862872] worker_thread+0x2ad/0x3c0
[285725.862873] kthread+0x108/0x220
[285725.862874] ? __pfx_worker_thread+0x10/0x10
[285725.862876] ? __pfx_kthread+0x10/0x10
[285725.862877] ret_from_fork+0x3d/0x60
[285725.862878] ? __pfx_kthread+0x10/0x10
[285725.862879] ret_from_fork_asm+0x1a/0x30
[285725.862881] </TASK>
[285905.877519] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[285905.890715] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18801253
[285905.908654] rcu: (detected by 159, t=63757414 jiffies, g=639685, q=52679 ncpus=256)
[285905.924097] Sending NMI from CPU 159 to CPUs 156:
[285905.924102] NMI backtrace for cpu 156
[285905.924104] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[285905.924106] Tainted: [D]=DIE, [W]=WARN
[285905.924106] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[285905.924107] Workqueue: cgroup_destroy css_free_rwork_fn
[285905.924109] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[285905.924111] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[285905.924112] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[285905.924112] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[285905.924113] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[285905.924113] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[285905.924114] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[285905.924114] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[285905.924115] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[285905.924116] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[285905.924116] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[285905.924117] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[285905.924117] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[285905.924117] PKRU: 55555554
[285905.924118] Call Trace:
[285905.924118] <TASK>
[285905.924119] _raw_spin_lock_irqsave+0x46/0x60
[285905.924120] cgroup_rstat_flush+0xf4/0x7e0
[285905.924122] cgroup_rstat_exit+0x20/0xf0
[285905.924123] css_free_rwork_fn+0x12e/0x400
[285905.924124] process_one_work+0x19e/0x3e0
[285905.924125] worker_thread+0x2ad/0x3c0
[285905.924127] kthread+0x108/0x220
[285905.924128] ? __pfx_worker_thread+0x10/0x10
[285905.924129] ? __pfx_kthread+0x10/0x10
[285905.924130] ret_from_fork+0x3d/0x60
[285905.924131] ? __pfx_kthread+0x10/0x10
[285905.924132] ret_from_fork_asm+0x1a/0x30
[285905.924134] </TASK>
[286085.938759] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[286085.951955] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18822818
[286085.969896] rcu: (detected by 175, t=63802430 jiffies, g=639685, q=52698 ncpus=256)
[286085.985328] Sending NMI from CPU 175 to CPUs 156:
[286085.985333] NMI backtrace for cpu 156
[286085.985338] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[286085.985341] Tainted: [D]=DIE, [W]=WARN
[286085.985342] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[286085.985342] Workqueue: cgroup_destroy css_free_rwork_fn
[286085.985345] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[286085.985346] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[286085.985347] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[286085.985348] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[286085.985349] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[286085.985350] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[286085.985350] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[286085.985351] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[286085.985352] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[286085.985353] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[286085.985353] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[286085.985354] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[286085.985354] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[286085.985355] PKRU: 55555554
[286085.985355] Call Trace:
[286085.985356] <TASK>
[286085.985357] _raw_spin_lock_irqsave+0x46/0x60
[286085.985358] cgroup_rstat_flush+0xf4/0x7e0
[286085.985360] cgroup_rstat_exit+0x20/0xf0
[286085.985361] css_free_rwork_fn+0x12e/0x400
[286085.985362] process_one_work+0x19e/0x3e0
[286085.985363] worker_thread+0x2ad/0x3c0
[286085.985365] kthread+0x108/0x220
[286085.985366] ? __pfx_worker_thread+0x10/0x10
[286085.985368] ? __pfx_kthread+0x10/0x10
[286085.985369] ret_from_fork+0x3d/0x60
[286085.985370] ? __pfx_kthread+0x10/0x10
[286085.985371] ret_from_fork_asm+0x1a/0x30
[286085.985373] </TASK>
[286266.000001] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[286266.013193] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18844400
[286266.031145] rcu: (detected by 194, t=63847446 jiffies, g=639685, q=52714 ncpus=256)
[286266.046595] Sending NMI from CPU 194 to CPUs 156:
[286266.046599] NMI backtrace for cpu 156
[286266.046605] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[286266.046609] Tainted: [D]=DIE, [W]=WARN
[286266.046609] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[286266.046610] Workqueue: cgroup_destroy css_free_rwork_fn
[286266.046613] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[286266.046615] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[286266.046617] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[286266.046617] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[286266.046618] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[286266.046618] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[286266.046619] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[286266.046619] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[286266.046620] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[286266.046620] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[286266.046621] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[286266.046621] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[286266.046622] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[286266.046622] PKRU: 55555554
[286266.046623] Call Trace:
[286266.046623] <TASK>
[286266.046624] _raw_spin_lock_irqsave+0x46/0x60
[286266.046625] cgroup_rstat_flush+0xf4/0x7e0
[286266.046627] cgroup_rstat_exit+0x20/0xf0
[286266.046628] css_free_rwork_fn+0x12e/0x400
[286266.046629] process_one_work+0x19e/0x3e0
[286266.046630] worker_thread+0x2ad/0x3c0
[286266.046632] kthread+0x108/0x220
[286266.046633] ? __pfx_worker_thread+0x10/0x10
[286266.046634] ? __pfx_kthread+0x10/0x10
[286266.046635] ret_from_fork+0x3d/0x60
[286266.046636] ? __pfx_kthread+0x10/0x10
[286266.046637] ret_from_fork_asm+0x1a/0x30
[286266.046639] </TASK>
[286446.061242] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[286446.074427] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18865934
[286446.092364] rcu: (detected by 227, t=63892462 jiffies, g=639685, q=52742 ncpus=256)
[286446.107802] Sending NMI from CPU 227 to CPUs 156:
[286446.107808] NMI backtrace for cpu 156
[286446.107814] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[286446.107817] Tainted: [D]=DIE, [W]=WARN
[286446.107817] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[286446.107818] Workqueue: cgroup_destroy css_free_rwork_fn
[286446.107821] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[286446.107823] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[286446.107824] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[286446.107825] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[286446.107825] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[286446.107826] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[286446.107826] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[286446.107827] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[286446.107827] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[286446.107828] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[286446.107828] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[286446.107829] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[286446.107829] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[286446.107830] PKRU: 55555554
[286446.107830] Call Trace:
[286446.107831] <TASK>
[286446.107832] _raw_spin_lock_irqsave+0x46/0x60
[286446.107833] cgroup_rstat_flush+0xf4/0x7e0
[286446.107835] cgroup_rstat_exit+0x20/0xf0
[286446.107836] css_free_rwork_fn+0x12e/0x400
[286446.107837] process_one_work+0x19e/0x3e0
[286446.107838] worker_thread+0x2ad/0x3c0
[286446.107840] kthread+0x108/0x220
[286446.107841] ? __pfx_worker_thread+0x10/0x10
[286446.107842] ? __pfx_kthread+0x10/0x10
[286446.107843] ret_from_fork+0x3d/0x60
[286446.107844] ? __pfx_kthread+0x10/0x10
[286446.107845] ret_from_fork_asm+0x1a/0x30
[286446.107847] </TASK>
[286626.122483] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[286626.135676] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18887514
[286626.153615] rcu: (detected by 131, t=63937478 jiffies, g=639685, q=52768 ncpus=256)
[286626.169052] Sending NMI from CPU 131 to CPUs 156:
[286626.169057] NMI backtrace for cpu 156
[286626.169063] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[286626.169065] Tainted: [D]=DIE, [W]=WARN
[286626.169066] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[286626.169067] Workqueue: cgroup_destroy css_free_rwork_fn
[286626.169070] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[286626.169073] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[286626.169074] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[286626.169074] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[286626.169075] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[286626.169076] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[286626.169076] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[286626.169076] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[286626.169077] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[286626.169078] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[286626.169078] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[286626.169079] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[286626.169079] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[286626.169080] PKRU: 55555554
[286626.169080] Call Trace:
[286626.169081] <TASK>
[286626.169082] _raw_spin_lock_irqsave+0x46/0x60
[286626.169083] cgroup_rstat_flush+0xf4/0x7e0
[286626.169084] cgroup_rstat_exit+0x20/0xf0
[286626.169086] css_free_rwork_fn+0x12e/0x400
[286626.169086] process_one_work+0x19e/0x3e0
[286626.169088] worker_thread+0x2ad/0x3c0
[286626.169090] kthread+0x108/0x220
[286626.169090] ? __pfx_worker_thread+0x10/0x10
[286626.169092] ? __pfx_kthread+0x10/0x10
[286626.169093] ret_from_fork+0x3d/0x60
[286626.169094] ? __pfx_kthread+0x10/0x10
[286626.169095] ret_from_fork_asm+0x1a/0x30
[286626.169097] </TASK>
[286806.183732] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[286806.196911] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18909086
[286806.214838] rcu: (detected by 175, t=63982494 jiffies, g=639685, q=52794 ncpus=256)
[286806.230265] Sending NMI from CPU 175 to CPUs 156:
[286806.230269] NMI backtrace for cpu 156
[286806.230275] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[286806.230278] Tainted: [D]=DIE, [W]=WARN
[286806.230279] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[286806.230280] Workqueue: cgroup_destroy css_free_rwork_fn
[286806.230283] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[286806.230285] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[286806.230286] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[286806.230287] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[286806.230288] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[286806.230288] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[286806.230288] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[286806.230289] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[286806.230290] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[286806.230290] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[286806.230290] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[286806.230291] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[286806.230292] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[286806.230292] PKRU: 55555554
[286806.230292] Call Trace:
[286806.230293] <TASK>
[286806.230294] _raw_spin_lock_irqsave+0x46/0x60
[286806.230295] cgroup_rstat_flush+0xf4/0x7e0
[286806.230297] cgroup_rstat_exit+0x20/0xf0
[286806.230298] css_free_rwork_fn+0x12e/0x400
[286806.230298] process_one_work+0x19e/0x3e0
[286806.230300] worker_thread+0x2ad/0x3c0
[286806.230302] kthread+0x108/0x220
[286806.230303] ? __pfx_worker_thread+0x10/0x10
[286806.230304] ? __pfx_kthread+0x10/0x10
[286806.230305] ret_from_fork+0x3d/0x60
[286806.230306] ? __pfx_kthread+0x10/0x10
[286806.230307] ret_from_fork_asm+0x1a/0x30
[286806.230309] </TASK>
[286986.244967] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[286986.258152] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18930664
[286986.276092] rcu: (detected by 159, t=64027510 jiffies, g=639685, q=52813 ncpus=256)
[286986.291532] Sending NMI from CPU 159 to CPUs 156:
[286986.291537] NMI backtrace for cpu 156
[286986.291540] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[286986.291542] Tainted: [D]=DIE, [W]=WARN
[286986.291542] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[286986.291543] Workqueue: cgroup_destroy css_free_rwork_fn
[286986.291545] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[286986.291547] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[286986.291548] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[286986.291548] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[286986.291549] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[286986.291549] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[286986.291549] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[286986.291550] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[286986.291551] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[286986.291551] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[286986.291552] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[286986.291552] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[286986.291553] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[286986.291553] PKRU: 55555554
[286986.291553] Call Trace:
[286986.291554] <TASK>
[286986.291555] _raw_spin_lock_irqsave+0x46/0x60
[286986.291556] cgroup_rstat_flush+0xf4/0x7e0
[286986.291558] cgroup_rstat_exit+0x20/0xf0
[286986.291559] css_free_rwork_fn+0x12e/0x400
[286986.291560] process_one_work+0x19e/0x3e0
[286986.291561] worker_thread+0x2ad/0x3c0
[286986.291563] kthread+0x108/0x220
[286986.291564] ? __pfx_worker_thread+0x10/0x10
[286986.291565] ? __pfx_kthread+0x10/0x10
[286986.291566] ret_from_fork+0x3d/0x60
[286986.291567] ? __pfx_kthread+0x10/0x10
[286986.291568] ret_from_fork_asm+0x1a/0x30
[286986.291570] </TASK>
[287166.306207] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[287166.319393] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18952225
[287166.337328] rcu: (detected by 175, t=64072526 jiffies, g=639685, q=52831 ncpus=256)
[287166.352761] Sending NMI from CPU 175 to CPUs 156:
[287166.352765] NMI backtrace for cpu 156
[287166.352771] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[287166.352773] Tainted: [D]=DIE, [W]=WARN
[287166.352773] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[287166.352775] Workqueue: cgroup_destroy css_free_rwork_fn
[287166.352777] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[287166.352779] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[287166.352780] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[287166.352780] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[287166.352781] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[287166.352781] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[287166.352782] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[287166.352783] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[287166.352784] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[287166.352784] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[287166.352785] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[287166.352785] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[287166.352786] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[287166.352786] PKRU: 55555554
[287166.352786] Call Trace:
[287166.352787] <TASK>
[287166.352788] _raw_spin_lock_irqsave+0x46/0x60
[287166.352789] cgroup_rstat_flush+0xf4/0x7e0
[287166.352791] cgroup_rstat_exit+0x20/0xf0
[287166.352792] css_free_rwork_fn+0x12e/0x400
[287166.352793] process_one_work+0x19e/0x3e0
[287166.352794] worker_thread+0x2ad/0x3c0
[287166.352796] kthread+0x108/0x220
[287166.352797] ? __pfx_worker_thread+0x10/0x10
[287166.352798] ? __pfx_kthread+0x10/0x10
[287166.352799] ret_from_fork+0x3d/0x60
[287166.352800] ? __pfx_kthread+0x10/0x10
[287166.352801] ret_from_fork_asm+0x1a/0x30
[287166.352803] </TASK>
[287346.367449] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[287346.380636] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18973317
[287346.398577] rcu: (detected by 175, t=64117542 jiffies, g=639685, q=52844 ncpus=256)
[287346.414019] Sending NMI from CPU 175 to CPUs 156:
[287346.414023] NMI backtrace for cpu 156
[287346.414028] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[287346.414031] Tainted: [D]=DIE, [W]=WARN
[287346.414031] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[287346.414033] Workqueue: cgroup_destroy css_free_rwork_fn
[287346.414035] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[287346.414037] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[287346.414038] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[287346.414039] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[287346.414040] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[287346.414040] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[287346.414041] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[287346.414042] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[287346.414043] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[287346.414043] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[287346.414043] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[287346.414044] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[287346.414044] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[287346.414045] PKRU: 55555554
[287346.414045] Call Trace:
[287346.414046] <TASK>
[287346.414047] _raw_spin_lock_irqsave+0x46/0x60
[287346.414048] cgroup_rstat_flush+0xf4/0x7e0
[287346.414050] cgroup_rstat_exit+0x20/0xf0
[287346.414051] css_free_rwork_fn+0x12e/0x400
[287346.414052] process_one_work+0x19e/0x3e0
[287346.414053] worker_thread+0x2ad/0x3c0
[287346.414055] kthread+0x108/0x220
[287346.414056] ? __pfx_worker_thread+0x10/0x10
[287346.414057] ? __pfx_kthread+0x10/0x10
[287346.414058] ret_from_fork+0x3d/0x60
[287346.414059] ? __pfx_kthread+0x10/0x10
[287346.414060] ret_from_fork_asm+0x1a/0x30
[287346.414062] </TASK>
[287526.428689] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[287526.441884] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=18994901
[287526.459822] rcu: (detected by 219, t=64162558 jiffies, g=639685, q=52871 ncpus=256)
[287526.475261] Sending NMI from CPU 219 to CPUs 156:
[287526.475266] NMI backtrace for cpu 156
[287526.475272] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[287526.475275] Tainted: [D]=DIE, [W]=WARN
[287526.475275] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[287526.475276] Workqueue: cgroup_destroy css_free_rwork_fn
[287526.475279] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[287526.475281] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[287526.475282] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[287526.475283] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[287526.475283] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[287526.475284] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[287526.475284] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[287526.475284] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[287526.475285] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[287526.475286] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[287526.475286] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[287526.475287] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[287526.475287] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[287526.475288] PKRU: 55555554
[287526.475288] Call Trace:
[287526.475289] <TASK>
[287526.475290] _raw_spin_lock_irqsave+0x46/0x60
[287526.475291] cgroup_rstat_flush+0xf4/0x7e0
[287526.475292] cgroup_rstat_exit+0x20/0xf0
[287526.475294] css_free_rwork_fn+0x12e/0x400
[287526.475294] process_one_work+0x19e/0x3e0
[287526.475296] worker_thread+0x2ad/0x3c0
[287526.475298] kthread+0x108/0x220
[287526.475298] ? __pfx_worker_thread+0x10/0x10
[287526.475300] ? __pfx_kthread+0x10/0x10
[287526.475301] ret_from_fork+0x3d/0x60
[287526.475302] ? __pfx_kthread+0x10/0x10
[287526.475303] ret_from_fork_asm+0x1a/0x30
[287526.475305] </TASK>
[287706.489930] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[287706.503115] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=19016497
[287706.521047] rcu: (detected by 131, t=64207574 jiffies, g=639685, q=52890 ncpus=256)
[287706.536477] Sending NMI from CPU 131 to CPUs 156:
[287706.536481] NMI backtrace for cpu 156
[287706.536487] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[287706.536490] Tainted: [D]=DIE, [W]=WARN
[287706.536490] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[287706.536491] Workqueue: cgroup_destroy css_free_rwork_fn
[287706.536494] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[287706.536497] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[287706.536498] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[287706.536498] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[287706.536499] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[287706.536499] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[287706.536500] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[287706.536500] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[287706.536501] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[287706.536502] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[287706.536502] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[287706.536503] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[287706.536503] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[287706.536503] PKRU: 55555554
[287706.536504] Call Trace:
[287706.536504] <TASK>
[287706.536506] _raw_spin_lock_irqsave+0x46/0x60
[287706.536507] cgroup_rstat_flush+0xf4/0x7e0
[287706.536508] cgroup_rstat_exit+0x20/0xf0
[287706.536509] css_free_rwork_fn+0x12e/0x400
[287706.536510] process_one_work+0x19e/0x3e0
[287706.536512] worker_thread+0x2ad/0x3c0
[287706.536513] kthread+0x108/0x220
[287706.536514] ? __pfx_worker_thread+0x10/0x10
[287706.536516] ? __pfx_kthread+0x10/0x10
[287706.536517] ret_from_fork+0x3d/0x60
[287706.536518] ? __pfx_kthread+0x10/0x10
[287706.536519] ret_from_fork_asm+0x1a/0x30
[287706.536521] </TASK>
[287886.551172] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[287886.564357] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=19038077
[287886.582296] rcu: (detected by 91, t=64252590 jiffies, g=639685, q=52908 ncpus=256)
[287886.597623] Sending NMI from CPU 91 to CPUs 156:
[287886.597627] NMI backtrace for cpu 156
[287886.597633] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[287886.597636] Tainted: [D]=DIE, [W]=WARN
[287886.597637] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[287886.597638] Workqueue: cgroup_destroy css_free_rwork_fn
[287886.597641] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[287886.597643] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[287886.597644] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[287886.597645] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[287886.597646] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[287886.597646] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[287886.597646] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[287886.597647] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[287886.597649] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[287886.597650] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[287886.597650] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[287886.597651] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[287886.597652] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[287886.597652] PKRU: 55555554
[287886.597653] Call Trace:
[287886.597653] <TASK>
[287886.597654] _raw_spin_lock_irqsave+0x46/0x60
[287886.597656] cgroup_rstat_flush+0xf4/0x7e0
[287886.597657] cgroup_rstat_exit+0x20/0xf0
[287886.597658] css_free_rwork_fn+0x12e/0x400
[287886.597659] process_one_work+0x19e/0x3e0
[287886.597661] worker_thread+0x2ad/0x3c0
[287886.597663] kthread+0x108/0x220
[287886.597664] ? __pfx_worker_thread+0x10/0x10
[287886.597665] ? __pfx_kthread+0x10/0x10
[287886.597666] ret_from_fork+0x3d/0x60
[287886.597667] ? __pfx_kthread+0x10/0x10
[287886.597668] ret_from_fork_asm+0x1a/0x30
[287886.597670] </TASK>
[288066.612412] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[288066.625605] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=19059679
[288066.643542] rcu: (detected by 175, t=64297606 jiffies, g=639685, q=52936 ncpus=256)
[288066.658981] Sending NMI from CPU 175 to CPUs 156:
[288066.658985] NMI backtrace for cpu 156
[288066.658991] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[288066.658993] Tainted: [D]=DIE, [W]=WARN
[288066.658994] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[288066.658995] Workqueue: cgroup_destroy css_free_rwork_fn
[288066.658998] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[288066.659000] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[288066.659002] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[288066.659002] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[288066.659003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[288066.659003] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[288066.659003] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[288066.659004] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[288066.659005] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[288066.659005] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[288066.659006] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[288066.659006] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[288066.659007] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[288066.659007] PKRU: 55555554
[288066.659008] Call Trace:
[288066.659008] <TASK>
[288066.659010] _raw_spin_lock_irqsave+0x46/0x60
[288066.659011] cgroup_rstat_flush+0xf4/0x7e0
[288066.659012] cgroup_rstat_exit+0x20/0xf0
[288066.659013] css_free_rwork_fn+0x12e/0x400
[288066.659014] process_one_work+0x19e/0x3e0
[288066.659016] worker_thread+0x2ad/0x3c0
[288066.659017] kthread+0x108/0x220
[288066.659018] ? __pfx_worker_thread+0x10/0x10
[288066.659020] ? __pfx_kthread+0x10/0x10
[288066.659021] ret_from_fork+0x3d/0x60
[288066.659022] ? __pfx_kthread+0x10/0x10
[288066.659023] ret_from_fork_asm+0x1a/0x30
[288066.659025] </TASK>
[288246.673654] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[288246.686847] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=19081264
[288246.704792] rcu: (detected by 91, t=64342622 jiffies, g=639685, q=52950 ncpus=256)
[288246.720131] Sending NMI from CPU 91 to CPUs 156:
[288246.720136] NMI backtrace for cpu 156
[288246.720142] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[288246.720145] Tainted: [D]=DIE, [W]=WARN
[288246.720146] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[288246.720147] Workqueue: cgroup_destroy css_free_rwork_fn
[288246.720150] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[288246.720152] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[288246.720153] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[288246.720154] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[288246.720154] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[288246.720155] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[288246.720155] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[288246.720156] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[288246.720157] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[288246.720158] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[288246.720158] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[288246.720159] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[288246.720159] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[288246.720159] PKRU: 55555554
[288246.720160] Call Trace:
[288246.720160] <TASK>
[288246.720162] _raw_spin_lock_irqsave+0x46/0x60
[288246.720163] cgroup_rstat_flush+0xf4/0x7e0
[288246.720164] cgroup_rstat_exit+0x20/0xf0
[288246.720165] css_free_rwork_fn+0x12e/0x400
[288246.720166] process_one_work+0x19e/0x3e0
[288246.720168] worker_thread+0x2ad/0x3c0
[288246.720169] kthread+0x108/0x220
[288246.720170] ? __pfx_worker_thread+0x10/0x10
[288246.720172] ? __pfx_kthread+0x10/0x10
[288246.720173] ret_from_fork+0x3d/0x60
[288246.720174] ? __pfx_kthread+0x10/0x10
[288246.720175] ret_from_fork_asm+0x1a/0x30
[288246.720177] </TASK>
[288426.734895] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[288426.748070] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=19102864
[288426.765996] rcu: (detected by 194, t=64387638 jiffies, g=639685, q=52968 ncpus=256)
[288426.781418] Sending NMI from CPU 194 to CPUs 156:
[288426.781423] NMI backtrace for cpu 156
[288426.781429] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[288426.781431] Tainted: [D]=DIE, [W]=WARN
[288426.781432] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[288426.781433] Workqueue: cgroup_destroy css_free_rwork_fn
[288426.781436] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[288426.781438] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[288426.781439] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[288426.781440] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[288426.781440] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[288426.781440] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[288426.781441] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[288426.781441] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[288426.781442] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[288426.781443] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[288426.781443] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[288426.781444] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[288426.781444] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[288426.781444] PKRU: 55555554
[288426.781445] Call Trace:
[288426.781445] <TASK>
[288426.781447] _raw_spin_lock_irqsave+0x46/0x60
[288426.781448] cgroup_rstat_flush+0xf4/0x7e0
[288426.781449] cgroup_rstat_exit+0x20/0xf0
[288426.781450] css_free_rwork_fn+0x12e/0x400
[288426.781451] process_one_work+0x19e/0x3e0
[288426.781453] worker_thread+0x2ad/0x3c0
[288426.781454] kthread+0x108/0x220
[288426.781455] ? __pfx_worker_thread+0x10/0x10
[288426.781457] ? __pfx_kthread+0x10/0x10
[288426.781458] ret_from_fork+0x3d/0x60
[288426.781459] ? __pfx_kthread+0x10/0x10
[288426.781460] ret_from_fork_asm+0x1a/0x30
[288426.781462] </TASK>
[288606.796135] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[288606.809318] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=19124478
[288606.827253] rcu: (detected by 91, t=64432654 jiffies, g=639685, q=52987 ncpus=256)
[288606.842582] Sending NMI from CPU 91 to CPUs 156:
[288606.842586] NMI backtrace for cpu 156
[288606.842592] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[288606.842596] Tainted: [D]=DIE, [W]=WARN
[288606.842596] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[288606.842597] Workqueue: cgroup_destroy css_free_rwork_fn
[288606.842600] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[288606.842602] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[288606.842604] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[288606.842604] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[288606.842605] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[288606.842605] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[288606.842606] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[288606.842606] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[288606.842607] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[288606.842608] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[288606.842608] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[288606.842609] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[288606.842609] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[288606.842609] PKRU: 55555554
[288606.842610] Call Trace:
[288606.842610] <TASK>
[288606.842611] _raw_spin_lock_irqsave+0x46/0x60
[288606.842613] cgroup_rstat_flush+0xf4/0x7e0
[288606.842614] cgroup_rstat_exit+0x20/0xf0
[288606.842615] css_free_rwork_fn+0x12e/0x400
[288606.842616] process_one_work+0x19e/0x3e0
[288606.842618] worker_thread+0x2ad/0x3c0
[288606.842619] kthread+0x108/0x220
[288606.842620] ? __pfx_worker_thread+0x10/0x10
[288606.842622] ? __pfx_kthread+0x10/0x10
[288606.842623] ret_from_fork+0x3d/0x60
[288606.842624] ? __pfx_kthread+0x10/0x10
[288606.842625] ret_from_fork_asm+0x1a/0x30
[288606.842627] </TASK>
[288786.857387] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[288786.870563] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=19146057
[288786.888484] rcu: (detected by 44, t=64477670 jiffies, g=639685, q=53005 ncpus=256)
[288786.903795] Sending NMI from CPU 44 to CPUs 156:
[288786.903800] NMI backtrace for cpu 156
[288786.903806] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[288786.903809] Tainted: [D]=DIE, [W]=WARN
[288786.903809] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[288786.903810] Workqueue: cgroup_destroy css_free_rwork_fn
[288786.903813] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[288786.903815] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[288786.903817] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[288786.903817] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[288786.903818] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[288786.903818] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[288786.903819] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[288786.903819] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[288786.903820] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[288786.903821] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[288786.903821] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[288786.903822] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[288786.903822] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[288786.903822] PKRU: 55555554
[288786.903823] Call Trace:
[288786.903823] <TASK>
[288786.903825] _raw_spin_lock_irqsave+0x46/0x60
[288786.903826] cgroup_rstat_flush+0xf4/0x7e0
[288786.903827] cgroup_rstat_exit+0x20/0xf0
[288786.903828] css_free_rwork_fn+0x12e/0x400
[288786.903829] process_one_work+0x19e/0x3e0
[288786.903831] worker_thread+0x2ad/0x3c0
[288786.903832] kthread+0x108/0x220
[288786.903833] ? __pfx_worker_thread+0x10/0x10
[288786.903835] ? __pfx_kthread+0x10/0x10
[288786.903836] ret_from_fork+0x3d/0x60
[288786.903837] ? __pfx_kthread+0x10/0x10
[288786.903838] ret_from_fork_asm+0x1a/0x30
[288786.903840] </TASK>
[288966.918618] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[288966.931793] rcu: 156-...0: (0 ticks this GP) idle=e8f4/1/0x4000000000000000 softirq=427128/427128 fqs=19167645
[288966.949716] rcu: (detected by 172, t=64522686 jiffies, g=639685, q=53021 ncpus=256)
[288966.965136] Sending NMI from CPU 172 to CPUs 156:
[288966.965141] NMI backtrace for cpu 156
[288966.965147] CPU: 156 UID: 0 PID: 91861 Comm: kworker/156:0 Tainted: G D W 6.14.0-3e816361e94a-3e816361e9 #1 PREEMPT(voluntary)
[288966.965150] Tainted: [D]=DIE, [W]=WARN
[288966.965150] Hardware name: AMD Corporation VOLCANO/VOLCANO, BIOS RVOT1003E 12/11/2024
[288966.965151] Workqueue: cgroup_destroy css_free_rwork_fn
[288966.965154] RIP: 0010:native_queued_spin_lock_slowpath+0x80/0x300
[288966.965156] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 69 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[288966.965157] RSP: 0018:ff581bf510c0fd08 EFLAGS: 00000002
[288966.965158] RAX: 0000000000000001 RBX: ff8a1bf4b747b8a0 RCX: 0000000000000000
[288966.965158] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ff3ea4f9460616b4
[288966.965159] RBP: ff581bf510c0fd30 R08: 00000000000000d9 R09: ff3ea4f9460616b4
[288966.965159] R10: 0000000000000286 R11: 00000000000000d9 R12: ff3ea4f9460616b4
[288966.965160] R13: 0000000000000286 R14: ff3ea4bad765f000 R15: 0000000000000000
[288966.965160] FS: 0000000000000000(0000) GS:ff3ea4d9a4f71000(0000) knlGS:0000000000000000
[288966.965161] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[288966.965161] CR2: 00007f4320220b80 CR3: 000000404a660001 CR4: 0000000000771ef0
[288966.965162] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[288966.965162] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[288966.965163] PKRU: 55555554
[288966.965163] Call Trace:
[288966.965164] <TASK>
[288966.965165] _raw_spin_lock_irqsave+0x46/0x60
[288966.965166] cgroup_rstat_flush+0xf4/0x7e0
[288966.965167] cgroup_rstat_exit+0x20/0xf0
[288966.965168] css_free_rwork_fn+0x12e/0x400
[288966.965169] process_one_work+0x19e/0x3e0
[288966.965171] worker_thread+0x2ad/0x3c0
[288966.965173] kthread+0x108/0x220
[288966.965173] ? __pfx_worker_thread+0x10/0x10
[288966.965175] ? __pfx_kthread+0x10/0x10
[288966.965176] ret_from_fork+0x3d/0x60
[288966.965177] ? __pfx_kthread+0x10/0x10
[288966.965178] ret_from_fork_asm+0x1a/0x30
[288966.965180] </TASK>