I booted into the live system once more, ran the exact same commands as above, opened a second terminal tab running dmesg -wHT
and caught the following kernel messages right before the system completely locked up again:
This is quite interesting because before I was running the exact same commands, I slightly modified them to the following variations, none of which caused the system to lock up:
while true; do zstd -b0 -e19 -i10 -T); done
(just run the zstd benchmarks on loop)
cat /dev/urandom | zstd -T0 --long=31 --ultra -22 > /dev/null
(compress an endless stream of /dev/urandom with highest zstd compression across all CPU threads)
pv /dev/nvme0n1 | zstd -T0 --auto-threads=logical > /dev/null
(same as the command that locks up the system, except for writing onto the other SSD)
So that gave me an idea. What if I just mount that SSD into /mnt and just write to it, not doing anything else?
$ sudo su
# passwd manjaro
[... set password to `1` ...]
# systemctl start sshd
# mount /dev/sda /mnt # for some reason, sdb became sda here, whatever
# cd /mnt
From another system, ssh into this one and run sudo dmesg -wHT
Continuing on this system:
# yes > yes
In another terminal:
$ cd /mnt
$ watch 'df -h .; ls -alFh yes
This ran for like 2 minutes and the system locked up again with the following kernel messages getting printed on the other system:
[ +0.001219] [Tue Feb 4 03:42:26 2025] EXT4-fs (sda): mounted filesystem 994afa0e-b731-424e-ade3-104b27b8e957 r/w with ordered data mode. Quota mode: none.
[Feb 4 03:43] [Tue Feb 4 03:43:47 2025] Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
[ +0.000007] [Tue Feb 4 03:43:47 2025] CPU: 8 UID: 0 PID: 879 Comm: kworker/u128:6 Not tainted 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000003] [Tue Feb 4 03:43:47 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000001] [Tue Feb 4 03:43:47 2025] Workqueue: ext4-rsv-conversion ext4_end_io_rsv_work [ext4]
[ +0.000029] [Tue Feb 4 03:43:47 2025] RIP: 0010:__fprop_add_percpu+0x19/0x50
[ +0.000003] [Tue Feb 4 03:43:47 2025] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 41 54 49 89 f4 55 48 89 d5 53 48 89 fb 8b 7f 28 e8 d7 fd ff ff <48> 89 ee 4c 89 e7 b8 ff ff ff ff 0f bd 05 35 dd 47 01 8d 14 c5 08
[ +0.000001] [Tue Feb 4 03:43:47 2025] RSP: 0018:ffffb8bb80c5bce0 EFLAGS: 00010046
[ +0.000001] [Tue Feb 4 03:43:47 2025] RAX: 0000000000000000 RBX: ffffffff9cea7948 RCX: 0000000000000001
[ +0.000001] [Tue Feb 4 03:43:47 2025] RDX: 0000000000000001 RSI: ffff8f535481dd38 RDI: 000000000000001b
[ +0.000001] [Tue Feb 4 03:43:47 2025] RBP: 0000000000000001 R08: 0000000000000030 R09: 0000000000000025
[ +0.000000] [Tue Feb 4 03:43:47 2025] R10: 000000000003d780 R11: 0000000000000020 R12: ffff8f535481dd38
[ +0.000001] [Tue Feb 4 03:43:47 2025] R13: ffff8f541e81ec00 R14: ffffe2174d4e0ac0 R15: ffff8f540ce270d8
[ +0.000001] [Tue Feb 4 03:43:47 2025] FS: 0000000000000000(0000) GS:ffff8f62bec00000(0000) knlGS:0000000000000000
[ +0.000000] [Tue Feb 4 03:43:47 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:43:47 2025] CR2: 00007005b0cf2168 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000001] [Tue Feb 4 03:43:47 2025] PKRU: 55555554
[ +0.000001] [Tue Feb 4 03:43:47 2025] Call Trace:
[ +0.000001] [Tue Feb 4 03:43:47 2025] <TASK>
[ +0.000001] [Tue Feb 4 03:43:47 2025] ? __die_body.cold+0x19/0x27
[ +0.000002] [Tue Feb 4 03:43:47 2025] ? die+0x2e/0x50
[ +0.000001] [Tue Feb 4 03:43:47 2025] ? do_trap+0xca/0x110
[ +0.000002] [Tue Feb 4 03:43:47 2025] ? do_error_trap+0x6a/0x90
[ +0.000000] [Tue Feb 4 03:43:47 2025] ? __fprop_add_percpu+0x19/0x50
[ +0.000001] [Tue Feb 4 03:43:47 2025] ? exc_invalid_op+0x50/0x70
[ +0.000002] [Tue Feb 4 03:43:47 2025] ? __fprop_add_percpu+0x19/0x50
[ +0.000001] [Tue Feb 4 03:43:47 2025] ? asm_exc_invalid_op+0x1a/0x20
[ +0.000003] [Tue Feb 4 03:43:47 2025] ? __fprop_add_percpu+0x19/0x50
[ +0.000001] [Tue Feb 4 03:43:47 2025] __folio_end_writeback+0x1e9/0x320
[ +0.000003] [Tue Feb 4 03:43:47 2025] folio_end_writeback+0x23/0x80
[ +0.000001] [Tue Feb 4 03:43:47 2025] ext4_finish_bio+0x376/0x440 [ext4 d34881df558f8a783e9012185a3f00ae6c89450e]
[ +0.000015] [Tue Feb 4 03:43:47 2025] ext4_release_io_end+0x4d/0x100 [ext4 d34881df558f8a783e9012185a3f00ae6c89450e]
[ +0.000014] [Tue Feb 4 03:43:47 2025] ? __ext4_journal_stop+0x3d/0xc0 [ext4 d34881df558f8a783e9012185a3f00ae6c89450e]
[ +0.000010] [Tue Feb 4 03:43:47 2025] ext4_end_io_rsv_work+0xa6/0x1b0 [ext4 d34881df558f8a783e9012185a3f00ae6c89450e]
[ +0.000014] [Tue Feb 4 03:43:47 2025] process_one_work+0x17b/0x330
[ +0.000002] [Tue Feb 4 03:43:47 2025] worker_thread+0x2ce/0x3f0
[ +0.000002] [Tue Feb 4 03:43:47 2025] ? __pfx_worker_thread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:43:47 2025] kthread+0xcf/0x100
[ +0.000002] [Tue Feb 4 03:43:47 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:43:47 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:43:47 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:43:47 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000002] [Tue Feb 4 03:43:47 2025] </TASK>
[ +0.000000] [Tue Feb 4 03:43:47 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000026] [Tue Feb 4 03:43:47 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000030] [Tue Feb 4 03:43:47 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000016] [Tue Feb 4 03:43:47 2025] ---[ end trace 0000000000000000 ]---
[ +0.000001] [Tue Feb 4 03:43:47 2025] RIP: 0010:__fprop_add_percpu+0x19/0x50
[ +0.000001] [Tue Feb 4 03:43:47 2025] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 41 54 49 89 f4 55 48 89 d5 53 48 89 fb 8b 7f 28 e8 d7 fd ff ff <48> 89 ee 4c 89 e7 b8 ff ff ff ff 0f bd 05 35 dd 47 01 8d 14 c5 08
[ +0.000001] [Tue Feb 4 03:43:47 2025] RSP: 0018:ffffb8bb80c5bce0 EFLAGS: 00010046
[ +0.000001] [Tue Feb 4 03:43:47 2025] RAX: 0000000000000000 RBX: ffffffff9cea7948 RCX: 0000000000000001
[ +0.000001] [Tue Feb 4 03:43:47 2025] RDX: 0000000000000001 RSI: ffff8f535481dd38 RDI: 000000000000001b
[ +0.000000] [Tue Feb 4 03:43:47 2025] RBP: 0000000000000001 R08: 0000000000000030 R09: 0000000000000025
[ +0.000001] [Tue Feb 4 03:43:47 2025] R10: 000000000003d780 R11: 0000000000000020 R12: ffff8f535481dd38
[ +0.000000] [Tue Feb 4 03:43:47 2025] R13: ffff8f541e81ec00 R14: ffffe2174d4e0ac0 R15: ffff8f540ce270d8
[ +0.000001] [Tue Feb 4 03:43:47 2025] FS: 0000000000000000(0000) GS:ffff8f62bec00000(0000) knlGS:0000000000000000
[ +0.000001] [Tue Feb 4 03:43:47 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000000] [Tue Feb 4 03:43:47 2025] CR2: 00007005b0cf2168 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000001] [Tue Feb 4 03:43:47 2025] PKRU: 55555554
[ +0.000001] [Tue Feb 4 03:43:47 2025] note: kworker/u128:6[879] exited with irqs disabled
[ +0.000001] [Tue Feb 4 03:43:47 2025] note: kworker/u128:6[879] exited with preempt_count 1
[ +10.580209] [Tue Feb 4 03:43:58 2025] watchdog: Watchdog detected hard LOCKUP on cpu 10
[ +0.000002] [Tue Feb 4 03:43:58 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000024] [Tue Feb 4 03:43:58 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000023] [Tue Feb 4 03:43:58 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000012] [Tue Feb 4 03:43:58 2025] CPU: 10 UID: 0 PID: 2702 Comm: yes Tainted: G D 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:43:58 2025] Tainted: [D]=DIE
[ +0.000000] [Tue Feb 4 03:43:58 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000001] [Tue Feb 4 03:43:58 2025] RIP: 0010:native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000003] [Tue Feb 4 03:43:58 2025] Code: 41 83 c5 01 c1 e5 10 41 c1 e5 12 44 09 ed 89 e8 c1 e8 10 66 87 43 02 89 c1 c1 e1 10 81 f9 ff ff 00 00 77 5c 31 c9 eb 02 f3 90 <8b> 03 66 85 c0 75 f7 39 e8 0f 84 8c 00 00 00 c6 03 01 48 85 c9 74
[ +0.000001] [Tue Feb 4 03:43:58 2025] RSP: 0018:ffffb8bb80f77b90 EFLAGS: 00000002
[ +0.000001] [Tue Feb 4 03:43:58 2025] RAX: 00000000002c0101 RBX: ffff8f540ce270e0 RCX: 0000000000000000
[ +0.000001] [Tue Feb 4 03:43:58 2025] RDX: ffff8f62bed37d00 RSI: 0000000000000101 RDI: ffff8f540ce270e0
[ +0.000000] [Tue Feb 4 03:43:58 2025] RBP: 00000000002c0000 R08: ffffb8bb80f77c68 R09: dead000000000040
[ +0.000001] [Tue Feb 4 03:43:58 2025] R10: ffff8f62bed3d680 R11: 0000000000000000 R12: ffff8f62bed37d00
[ +0.000000] [Tue Feb 4 03:43:58 2025] R13: 00000000002c0000 R14: 0000000000000000 R15: 0000000000000000
[ +0.000000] [Tue Feb 4 03:43:58 2025] FS: 00007895d9978740(0000) GS:ffff8f62bed00000(0000) knlGS:0000000000000000
[ +0.000001] [Tue Feb 4 03:43:58 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:43:58 2025] CR2: 00007ae36c942010 CR3: 0000000199a34000 CR4: 0000000000f52ef0
[ +0.000000] [Tue Feb 4 03:43:58 2025] PKRU: 55555554
[ +0.000001] [Tue Feb 4 03:43:58 2025] Call Trace:
[ +0.000000] [Tue Feb 4 03:43:58 2025] <NMI>
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? watchdog_hardlockup_check.cold+0x100/0x105
[ +0.000003] [Tue Feb 4 03:43:58 2025] ? __perf_event_overflow+0x10c/0x320
[ +0.000002] [Tue Feb 4 03:43:58 2025] ? handle_pmi_common+0x186/0x3c0
[ +0.000003] [Tue Feb 4 03:43:58 2025] ? intel_pmu_handle_irq+0x10b/0x500
[ +0.000002] [Tue Feb 4 03:43:58 2025] ? perf_event_nmi_handler+0x2a/0x50
[ +0.000002] [Tue Feb 4 03:43:58 2025] ? nmi_handle+0x5e/0x120
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? default_do_nmi+0x40/0x130
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? exc_nmi+0x122/0x1a0
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? end_repeat_nmi+0xf/0x53
[ +0.000003] [Tue Feb 4 03:43:58 2025] ? native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000000] [Tue Feb 4 03:43:58 2025] ? native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000001] [Tue Feb 4 03:43:58 2025] </NMI>
[ +0.000000] [Tue Feb 4 03:43:58 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:43:58 2025] _raw_spin_lock_irq+0x2f/0x40
[ +0.000001] [Tue Feb 4 03:43:58 2025] __filemap_add_folio+0x158/0x450
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? __pfx_workingset_update_node+0x10/0x10
[ +0.000002] [Tue Feb 4 03:43:58 2025] filemap_add_folio+0x88/0xe0
[ +0.000001] [Tue Feb 4 03:43:58 2025] __filemap_get_folio+0x180/0x2f0
[ +0.000002] [Tue Feb 4 03:43:58 2025] ext4_da_write_begin+0x12d/0x270 [ext4 d34881df558f8a783e9012185a3f00ae6c89450e]
[ +0.000028] [Tue Feb 4 03:43:58 2025] generic_perform_write+0xdd/0x290
[ +0.000001] [Tue Feb 4 03:43:58 2025] ext4_buffered_write_iter+0x64/0x100 [ext4 d34881df558f8a783e9012185a3f00ae6c89450e]
[ +0.000012] [Tue Feb 4 03:43:58 2025] vfs_write+0x28d/0x450
[ +0.000002] [Tue Feb 4 03:43:58 2025] ksys_write+0x6d/0xf0
[ +0.000001] [Tue Feb 4 03:43:58 2025] do_syscall_64+0x82/0x190
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? syscall_exit_to_user_mode+0x37/0x1c0
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? do_syscall_64+0x8e/0x190
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? do_syscall_64+0x8e/0x190
[ +0.000000] [Tue Feb 4 03:43:58 2025] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ +0.000002] [Tue Feb 4 03:43:58 2025] RIP: 0033:0x7895d9a875a4
[ +0.000024] [Tue Feb 4 03:43:58 2025] Code: c7 00 16 00 00 00 b8 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 80 3d c5 2a 0e 00 00 74 13 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 54 c3 0f 1f 00 55 48 89 e5 48 83 ec 20 48 89
[ +0.000000] [Tue Feb 4 03:43:58 2025] RSP: 002b:00007ffeed185e48 EFLAGS: 00000202 ORIG_RAX: 0000000000000001
[ +0.000001] [Tue Feb 4 03:43:58 2025] RAX: ffffffffffffffda RBX: 0000000000002000 RCX: 00007895d9a875a4
[ +0.000000] [Tue Feb 4 03:43:58 2025] RDX: 0000000000002000 RSI: 0000584cda2c44f0 RDI: 0000000000000001
[ +0.000001] [Tue Feb 4 03:43:58 2025] RBP: 00007ffeed185e90 R08: 0000000000000000 R09: 0000000000000001
[ +0.000000] [Tue Feb 4 03:43:58 2025] R10: 0000000000000004 R11: 0000000000000202 R12: 0000584cda2c44f0
[ +0.000000] [Tue Feb 4 03:43:58 2025] R13: 0000000000002000 R14: 0000000000002000 R15: 0000584cda2c44f0
[ +0.000001] [Tue Feb 4 03:43:58 2025] </TASK>
[ +0.679631] [Tue Feb 4 03:43:58 2025] watchdog: Watchdog detected hard LOCKUP on cpu 9
[ +0.000001] [Tue Feb 4 03:43:58 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000012] [Tue Feb 4 03:43:58 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000013] [Tue Feb 4 03:43:58 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000007] [Tue Feb 4 03:43:58 2025] CPU: 9 UID: 0 PID: 240 Comm: kswapd0 Tainted: G D 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:43:58 2025] Tainted: [D]=DIE
[ +0.000000] [Tue Feb 4 03:43:58 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000000] [Tue Feb 4 03:43:58 2025] RIP: 0010:native_queued_spin_lock_slowpath+0x70/0x2e0
[ +0.000003] [Tue Feb 4 03:43:58 2025] Code: 77 7f f0 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 f3 90 <0f> b6 03 84 c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 a1 78 f5
[ +0.000000] [Tue Feb 4 03:43:58 2025] RSP: 0018:ffffb8bb80b37898 EFLAGS: 00000002
[ +0.000001] [Tue Feb 4 03:43:58 2025] RAX: 0000000000000001 RBX: ffff8f540ce270e0 RCX: 0000000000000000
[ +0.000001] [Tue Feb 4 03:43:58 2025] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8f540ce270e0
[ +0.000000] [Tue Feb 4 03:43:58 2025] RBP: ffff8f540ce270d8 R08: ffff8f5823214f70 R09: 000000000027000d
[ +0.000001] [Tue Feb 4 03:43:58 2025] R10: 000000000027000d R11: dead000000000100 R12: 0000000000000001
[ +0.000000] [Tue Feb 4 03:43:58 2025] R13: 0000000000000000 R14: ffff8f540ce270e0 R15: ffffe21757ddae08
[ +0.000001] [Tue Feb 4 03:43:58 2025] FS: 0000000000000000(0000) GS:ffff8f62bec80000(0000) knlGS:0000000000000000
[ +0.000000] [Tue Feb 4 03:43:58 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:43:58 2025] CR2: 000060916faa1ed8 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000000] [Tue Feb 4 03:43:58 2025] PKRU: 55555554
[ +0.000000] [Tue Feb 4 03:43:58 2025] Call Trace:
[ +0.000001] [Tue Feb 4 03:43:58 2025] <NMI>
[ +0.000000] [Tue Feb 4 03:43:58 2025] ? watchdog_hardlockup_check.cold+0x100/0x105
[ +0.000002] [Tue Feb 4 03:43:58 2025] ? __perf_event_overflow+0x10c/0x320
[ +0.000002] [Tue Feb 4 03:43:58 2025] ? handle_pmi_common+0x186/0x3c0
[ +0.000003] [Tue Feb 4 03:43:58 2025] ? intel_pmu_handle_irq+0x10b/0x500
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? perf_event_nmi_handler+0x2a/0x50
[ +0.000002] [Tue Feb 4 03:43:58 2025] ? nmi_handle+0x5e/0x120
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? default_do_nmi+0x40/0x130
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? exc_nmi+0x122/0x1a0
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? end_repeat_nmi+0xf/0x53
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? native_queued_spin_lock_slowpath+0x70/0x2e0
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? native_queued_spin_lock_slowpath+0x70/0x2e0
[ +0.000000] [Tue Feb 4 03:43:58 2025] ? native_queued_spin_lock_slowpath+0x70/0x2e0
[ +0.000001] [Tue Feb 4 03:43:58 2025] </NMI>
[ +0.000000] [Tue Feb 4 03:43:58 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:43:58 2025] _raw_spin_lock_irq+0x2f/0x40
[ +0.000001] [Tue Feb 4 03:43:58 2025] __remove_mapping+0x61/0x220
[ +0.000001] [Tue Feb 4 03:43:58 2025] shrink_folio_list+0xad5/0xce0
[ +0.000003] [Tue Feb 4 03:43:58 2025] evict_folios+0x251/0x630
[ +0.000001] [Tue Feb 4 03:43:58 2025] try_to_shrink_lruvec+0x225/0x2b0
[ +0.000002] [Tue Feb 4 03:43:58 2025] shrink_one+0x102/0x1f0
[ +0.000001] [Tue Feb 4 03:43:58 2025] shrink_node+0x99a/0xbb0
[ +0.000001] [Tue Feb 4 03:43:58 2025] balance_pgdat+0x570/0xa00
[ +0.000002] [Tue Feb 4 03:43:58 2025] ? psi_task_switch+0xb7/0x200
[ +0.000002] [Tue Feb 4 03:43:58 2025] ? finish_task_switch.isra.0+0x99/0x2e0
[ +0.000002] [Tue Feb 4 03:43:58 2025] kswapd+0x1f1/0x380
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? __pfx_autoremove_wake_function+0x10/0x10
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? __pfx_kswapd+0x10/0x10
[ +0.000001] [Tue Feb 4 03:43:58 2025] kthread+0xcf/0x100
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:43:58 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:43:58 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:43:58 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000002] [Tue Feb 4 03:43:58 2025] </TASK>
[Feb 4 03:44] [Tue Feb 4 03:44:48 2025] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[ +0.000023] [Tue Feb 4 03:44:48 2025] rcu: 9-...0: (1 GPs behind) idle=a964/1/0x4000000000000000 softirq=5864/5865 fqs=5466
[ +0.000002] [Tue Feb 4 03:44:48 2025] rcu: 10-...0: (1 GPs behind) idle=2664/1/0x4000000000000000 softirq=7120/7120 fqs=5466
[ +0.000002] [Tue Feb 4 03:44:48 2025] rcu: (detected by 8, t=18002 jiffies, g=11113, q=7462 ncpus=32)
[ +0.000001] [Tue Feb 4 03:44:48 2025] Sending NMI from CPU 8 to CPUs 9:
[ +0.000003] [Tue Feb 4 03:44:48 2025] NMI backtrace for cpu 9
[ +0.000001] [Tue Feb 4 03:44:48 2025] CPU: 9 UID: 0 PID: 240 Comm: kswapd0 Tainted: G D 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:44:48 2025] Tainted: [D]=DIE
[ +0.000000] [Tue Feb 4 03:44:48 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000001] [Tue Feb 4 03:44:48 2025] RIP: 0010:native_queued_spin_lock_slowpath+0x6e/0x2e0
[ +0.000003] [Tue Feb 4 03:44:48 2025] Code: 00 00 77 7f f0 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 <f3> 90 0f b6 03 84 c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 a1
[ +0.000001] [Tue Feb 4 03:44:48 2025] RSP: 0018:ffffb8bb80b37898 EFLAGS: 00000002
[ +0.000001] [Tue Feb 4 03:44:48 2025] RAX: 0000000000000001 RBX: ffff8f540ce270e0 RCX: 0000000000000000
[ +0.000001] [Tue Feb 4 03:44:48 2025] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8f540ce270e0
[ +0.000000] [Tue Feb 4 03:44:48 2025] RBP: ffff8f540ce270d8 R08: ffff8f5823214f70 R09: 000000000027000d
[ +0.000001] [Tue Feb 4 03:44:48 2025] R10: 000000000027000d R11: dead000000000100 R12: 0000000000000001
[ +0.000000] [Tue Feb 4 03:44:48 2025] R13: 0000000000000000 R14: ffff8f540ce270e0 R15: ffffe21757ddae08
[ +0.000001] [Tue Feb 4 03:44:48 2025] FS: 0000000000000000(0000) GS:ffff8f62bec80000(0000) knlGS:0000000000000000
[ +0.000000] [Tue Feb 4 03:44:48 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:44:48 2025] CR2: 000060916faa1ed8 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000000] [Tue Feb 4 03:44:48 2025] PKRU: 55555554
[ +0.000001] [Tue Feb 4 03:44:48 2025] Call Trace:
[ +0.000000] [Tue Feb 4 03:44:48 2025] <NMI>
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? nmi_cpu_backtrace.cold+0x32/0x68
[ +0.000002] [Tue Feb 4 03:44:48 2025] ? nmi_cpu_backtrace_handler+0x11/0x20
[ +0.000002] [Tue Feb 4 03:44:48 2025] ? nmi_handle+0x5e/0x120
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? default_do_nmi+0x40/0x130
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? exc_nmi+0x122/0x1a0
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? end_repeat_nmi+0xf/0x53
[ +0.000003] [Tue Feb 4 03:44:48 2025] ? native_queued_spin_lock_slowpath+0x6e/0x2e0
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? native_queued_spin_lock_slowpath+0x6e/0x2e0
[ +0.000000] [Tue Feb 4 03:44:48 2025] ? native_queued_spin_lock_slowpath+0x6e/0x2e0
[ +0.000001] [Tue Feb 4 03:44:48 2025] </NMI>
[ +0.000000] [Tue Feb 4 03:44:48 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:44:48 2025] _raw_spin_lock_irq+0x2f/0x40
[ +0.000001] [Tue Feb 4 03:44:48 2025] __remove_mapping+0x61/0x220
[ +0.000002] [Tue Feb 4 03:44:48 2025] shrink_folio_list+0xad5/0xce0
[ +0.000002] [Tue Feb 4 03:44:48 2025] evict_folios+0x251/0x630
[ +0.000002] [Tue Feb 4 03:44:48 2025] try_to_shrink_lruvec+0x225/0x2b0
[ +0.000001] [Tue Feb 4 03:44:48 2025] shrink_one+0x102/0x1f0
[ +0.000001] [Tue Feb 4 03:44:48 2025] shrink_node+0x99a/0xbb0
[ +0.000002] [Tue Feb 4 03:44:48 2025] balance_pgdat+0x570/0xa00
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? psi_task_switch+0xb7/0x200
[ +0.000002] [Tue Feb 4 03:44:48 2025] ? finish_task_switch.isra.0+0x99/0x2e0
[ +0.000002] [Tue Feb 4 03:44:48 2025] kswapd+0x1f1/0x380
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? __pfx_autoremove_wake_function+0x10/0x10
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? __pfx_kswapd+0x10/0x10
[ +0.000001] [Tue Feb 4 03:44:48 2025] kthread+0xcf/0x100
[ +0.000002] [Tue Feb 4 03:44:48 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:44:48 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:44:48 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000001] [Tue Feb 4 03:44:48 2025] </TASK>
[ +0.000946] [Tue Feb 4 03:44:48 2025] Sending NMI from CPU 8 to CPUs 10:
[ +0.000001] [Tue Feb 4 03:44:48 2025] NMI backtrace for cpu 10
[ +0.000001] [Tue Feb 4 03:44:48 2025] CPU: 10 UID: 0 PID: 2702 Comm: yes Tainted: G D 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:44:48 2025] Tainted: [D]=DIE
[ +0.000000] [Tue Feb 4 03:44:48 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000000] [Tue Feb 4 03:44:48 2025] RIP: 0010:native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000001] [Tue Feb 4 03:44:48 2025] Code: 41 83 c5 01 c1 e5 10 41 c1 e5 12 44 09 ed 89 e8 c1 e8 10 66 87 43 02 89 c1 c1 e1 10 81 f9 ff ff 00 00 77 5c 31 c9 eb 02 f3 90 <8b> 03 66 85 c0 75 f7 39 e8 0f 84 8c 00 00 00 c6 03 01 48 85 c9 74
[ +0.000001] [Tue Feb 4 03:44:48 2025] RSP: 0018:ffffb8bb80f77b90 EFLAGS: 00000002
[ +0.000000] [Tue Feb 4 03:44:48 2025] RAX: 00000000002c0101 RBX: ffff8f540ce270e0 RCX: 0000000000000000
[ +0.000001] [Tue Feb 4 03:44:48 2025] RDX: ffff8f62bed37d00 RSI: 0000000000000101 RDI: ffff8f540ce270e0
[ +0.000000] [Tue Feb 4 03:44:48 2025] RBP: 00000000002c0000 R08: ffffb8bb80f77c68 R09: dead000000000040
[ +0.000001] [Tue Feb 4 03:44:48 2025] R10: ffff8f62bed3d680 R11: 0000000000000000 R12: ffff8f62bed37d00
[ +0.000000] [Tue Feb 4 03:44:48 2025] R13: 00000000002c0000 R14: 0000000000000000 R15: 0000000000000000
[ +0.000001] [Tue Feb 4 03:44:48 2025] FS: 00007895d9978740(0000) GS:ffff8f62bed00000(0000) knlGS:0000000000000000
[ +0.000000] [Tue Feb 4 03:44:48 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:44:48 2025] CR2: 00007ae36c942010 CR3: 0000000199a34000 CR4: 0000000000f52ef0
[ +0.000000] [Tue Feb 4 03:44:48 2025] PKRU: 55555554
[ +0.000000] [Tue Feb 4 03:44:48 2025] Call Trace:
[ +0.000001] [Tue Feb 4 03:44:48 2025] <NMI>
[ +0.000000] [Tue Feb 4 03:44:48 2025] ? nmi_cpu_backtrace.cold+0x32/0x68
[ +0.000002] [Tue Feb 4 03:44:48 2025] ? nmi_cpu_backtrace_handler+0x11/0x20
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? nmi_handle+0x5e/0x120
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? default_do_nmi+0x40/0x130
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? exc_nmi+0x122/0x1a0
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? end_repeat_nmi+0xf/0x53
[ +0.000002] [Tue Feb 4 03:44:48 2025] ? native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000000] [Tue Feb 4 03:44:48 2025] ? native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000001] [Tue Feb 4 03:44:48 2025] </NMI>
[ +0.000000] [Tue Feb 4 03:44:48 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:44:48 2025] _raw_spin_lock_irq+0x2f/0x40
[ +0.000001] [Tue Feb 4 03:44:48 2025] __filemap_add_folio+0x158/0x450
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? __pfx_workingset_update_node+0x10/0x10
[ +0.000001] [Tue Feb 4 03:44:48 2025] filemap_add_folio+0x88/0xe0
[ +0.000001] [Tue Feb 4 03:44:48 2025] __filemap_get_folio+0x180/0x2f0
[ +0.000002] [Tue Feb 4 03:44:48 2025] ext4_da_write_begin+0x12d/0x270 [ext4 d34881df558f8a783e9012185a3f00ae6c89450e]
[ +0.000024] [Tue Feb 4 03:44:48 2025] generic_perform_write+0xdd/0x290
[ +0.000001] [Tue Feb 4 03:44:48 2025] ext4_buffered_write_iter+0x64/0x100 [ext4 d34881df558f8a783e9012185a3f00ae6c89450e]
[ +0.000012] [Tue Feb 4 03:44:48 2025] vfs_write+0x28d/0x450
[ +0.000002] [Tue Feb 4 03:44:48 2025] ksys_write+0x6d/0xf0
[ +0.000001] [Tue Feb 4 03:44:48 2025] do_syscall_64+0x82/0x190
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? syscall_exit_to_user_mode+0x37/0x1c0
[ +0.000001] [Tue Feb 4 03:44:48 2025] ? do_syscall_64+0x8e/0x190
[ +0.000000] [Tue Feb 4 03:44:48 2025] ? do_syscall_64+0x8e/0x190
[ +0.000001] [Tue Feb 4 03:44:48 2025] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ +0.000001] [Tue Feb 4 03:44:48 2025] RIP: 0033:0x7895d9a875a4
[ +0.000004] [Tue Feb 4 03:44:48 2025] Code: c7 00 16 00 00 00 b8 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 80 3d c5 2a 0e 00 00 74 13 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 54 c3 0f 1f 00 55 48 89 e5 48 83 ec 20 48 89
[ +0.000000] [Tue Feb 4 03:44:48 2025] RSP: 002b:00007ffeed185e48 EFLAGS: 00000202 ORIG_RAX: 0000000000000001
[ +0.000001] [Tue Feb 4 03:44:48 2025] RAX: ffffffffffffffda RBX: 0000000000002000 RCX: 00007895d9a875a4
[ +0.000000] [Tue Feb 4 03:44:48 2025] RDX: 0000000000002000 RSI: 0000584cda2c44f0 RDI: 0000000000000001
[ +0.000001] [Tue Feb 4 03:44:48 2025] RBP: 00007ffeed185e90 R08: 0000000000000000 R09: 0000000000000001
[ +0.000000] [Tue Feb 4 03:44:48 2025] R10: 0000000000000004 R11: 0000000000000202 R12: 0000584cda2c44f0
[ +0.000000] [Tue Feb 4 03:44:48 2025] R13: 0000000000002000 R14: 0000000000002000 R15: 0000584cda2c44f0
[ +0.000001] [Tue Feb 4 03:44:48 2025] </TASK>
[Feb 4 03:45] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: Error sending SCAN_REQ_UMAC: time out after 2000ms.
[ +0.000009] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: Current CMD queue read_ptr 65 write_ptr 66
[ +0.001566] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 6
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: Loaded firmware version: 89.6b44fa0b.0 so-a0-gf-a0-89.ucode
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000084 | NMI_INTERRUPT_UNKNOWN
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x000002F0 | trm_hw_status0
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x004D9CBC | branchlink2
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x004B7B7C | interruptlink1
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x004B7B7C | interruptlink2
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x000159DA | data1
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x01000000 | data2
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | data3
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | beacon time
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x117C52EC | tsf low
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | tsf hi
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | time gp1
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x117DA581 | time gp2
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000059 | uCode version major
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x6B44FA0B | uCode version minor
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000430 | hw version
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00C80002 | board version
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x8054FC03 | hcmd
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00020000 | isr0
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | isr1
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x48F84002 | isr2
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x04C1000C | isr3
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | isr4
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00170103 | last cmd Id
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x000159DA | wait_event
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | l2p_control
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | l2p_duration
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | l2p_mhvalid
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | l2p_addr_match
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000018 | lmpm_pmg_sel
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | timestamp
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x0000083C | flow_handler
[ +0.000031] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 7
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x20000066 | NMI_INTERRUPT_HOST
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x8048829A | umac branchlink2
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink1
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0xC0081908 | umac interruptlink2
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x01000000 | umac data1
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0xC0081908 | umac data2
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000000 | umac data3
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000059 | umac major
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x6B44FA0B | umac minor
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x117DA57F | frame pointer
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0xC0886170 | stack pointer
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x0041010D | last host cmd
[ +0.000000] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00010408 | isr status reg
[ +0.000008] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: IML/ROM dump:
[ +0.000001] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
[ +0.000008] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00008680 | IML/ROM data1
[ +0.000008] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
[ +0.000005] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: Fseq Registers:
[ +0.000002] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
[ +0.000003] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x803D0003 | FSEQ_TOP_INIT_VERSION
[ +0.000002] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00190004 | FSEQ_CNVIO_INIT_VERSION
[ +0.000002] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x0000A652 | FSEQ_OTP_VERSION
[ +0.000003] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
[ +0.000002] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
[ +0.000002] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00080401 | FSEQ_CNVI_ID
[ +0.000003] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00400410 | FSEQ_CNVR_ID
[ +0.000002] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00080401 | CNVI_AUX_MISC_CHIP
[ +0.000004] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00400410 | CNVR_AUX_MISC_CHIP
[ +0.000005] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00009061 | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[ +0.000005] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00000061 | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[ +0.000002] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x00190004 | FSEQ_PREV_CNVIO_INIT_VERSION
[ +0.000002] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x003D0003 | FSEQ_WIFI_FSEQ_VERSION
[ +0.000003] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x003D0003 | FSEQ_BT_FSEQ_VERSION
[ +0.000002] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: 0x000000DC | FSEQ_CLASS_TP_VERSION
[ +0.000008] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x804abef8
[ +0.000002] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
[ +0.000128] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
[ +0.000002] [Tue Feb 4 03:45:11 2025] ieee80211 phy0: Hardware restart was requested
[ +0.000003] [Tue Feb 4 03:45:11 2025] iwlwifi 0000:00:14.3: Scan failed! ret -110
[ +20.209549] [Tue Feb 4 03:45:32 2025] watchdog: BUG: soft lockup - CPU#7 stuck for 23s! [rcu_exp_par_gp_:20]
[ +0.000004] [Tue Feb 4 03:45:32 2025] CPU#7 Utilization every 4s during lockup:
[ +0.000001] [Tue Feb 4 03:45:32 2025] #1: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:45:32 2025] #2: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:45:32 2025] #3: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:45:32 2025] #4: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:45:32 2025] #5: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:45:32 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000041] [Tue Feb 4 03:45:32 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000032] [Tue Feb 4 03:45:32 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000017] [Tue Feb 4 03:45:32 2025] CPU: 7 UID: 0 PID: 20 Comm: rcu_exp_par_gp_ Tainted: G D 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:45:32 2025] Tainted: [D]=DIE
[ +0.000001] [Tue Feb 4 03:45:32 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000000] [Tue Feb 4 03:45:32 2025] RIP: 0010:smp_call_function_single+0xe9/0x140
[ +0.000005] [Tue Feb 4 03:45:32 2025] Code: 38 65 48 2b 14 25 28 00 00 00 75 66 c9 c3 cc cc cc cc 65 48 8b 05 af 9e c4 65 48 8d b0 40 81 03 00 8b 46 08 a8 01 74 09 f3 90 <8b> 46 08 a8 01 75 f7 83 4e 08 01 4c 89 46 10 48 89 56 18 e8 bf fd
[ +0.000001] [Tue Feb 4 03:45:32 2025] RSP: 0018:ffffb8bb801a7e00 EFLAGS: 00000202
[ +0.000002] [Tue Feb 4 03:45:32 2025] RAX: 0000000000000001 RBX: ffff8f62bed37d80 RCX: 0000000000000000
[ +0.000001] [Tue Feb 4 03:45:32 2025] RDX: 0000000000000000 RSI: ffff8f62bebb8140 RDI: 000000000000000a
[ +0.000000] [Tue Feb 4 03:45:32 2025] RBP: ffffb8bb801a7e58 R08: ffffffff9a38a250 R09: ffffffff9c2cfdf0
[ +0.000001] [Tue Feb 4 03:45:32 2025] R10: 0000000000000001 R11: 0000000000031560 R12: 0000000000000400
[ +0.000000] [Tue Feb 4 03:45:32 2025] R13: 0000000000031560 R14: 000000000000000a R15: 000000000000e9bf
[ +0.000001] [Tue Feb 4 03:45:32 2025] FS: 0000000000000000(0000) GS:ffff8f62beb80000(0000) knlGS:0000000000000000
[ +0.000001] [Tue Feb 4 03:45:32 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:45:32 2025] CR2: 000072e27041a000 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000001] [Tue Feb 4 03:45:32 2025] PKRU: 55555554
[ +0.000000] [Tue Feb 4 03:45:32 2025] Call Trace:
[ +0.000001] [Tue Feb 4 03:45:32 2025] <IRQ>
[ +0.000001] [Tue Feb 4 03:45:32 2025] ? watchdog_timer_fn.cold+0x19c/0x219
[ +0.000003] [Tue Feb 4 03:45:32 2025] ? __pfx_watchdog_timer_fn+0x10/0x10
[ +0.000002] [Tue Feb 4 03:45:32 2025] ? __hrtimer_run_queues+0x12f/0x2a0
[ +0.000002] [Tue Feb 4 03:45:32 2025] ? hrtimer_interrupt+0xfa/0x210
[ +0.000001] [Tue Feb 4 03:45:32 2025] ? __sysvec_apic_timer_interrupt+0x52/0x100
[ +0.000002] [Tue Feb 4 03:45:32 2025] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ +0.000000] [Tue Feb 4 03:45:32 2025] </IRQ>
[ +0.000001] [Tue Feb 4 03:45:32 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:45:32 2025] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ +0.000002] [Tue Feb 4 03:45:32 2025] ? __pfx_rcu_exp_handler+0x10/0x10
[ +0.000003] [Tue Feb 4 03:45:32 2025] ? smp_call_function_single+0xe9/0x140
[ +0.000001] [Tue Feb 4 03:45:32 2025] __sync_rcu_exp_select_node_cpus+0x23b/0x3c0
[ +0.000002] [Tue Feb 4 03:45:32 2025] ? __pfx_sync_rcu_exp_select_node_cpus+0x10/0x10
[ +0.000001] [Tue Feb 4 03:45:32 2025] kthread_worker_fn+0xa3/0x220
[ +0.000001] [Tue Feb 4 03:45:32 2025] ? __pfx_kthread_worker_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:45:32 2025] kthread+0xcf/0x100
[ +0.000002] [Tue Feb 4 03:45:32 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:45:32 2025] ret_from_fork+0x31/0x50
[ +0.000002] [Tue Feb 4 03:45:32 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:45:32 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000002] [Tue Feb 4 03:45:32 2025] </TASK>
[Feb 4 03:46] [Tue Feb 4 03:46:00 2025] watchdog: BUG: soft lockup - CPU#7 stuck for 49s! [rcu_exp_par_gp_:20]
[ +0.000003] [Tue Feb 4 03:46:00 2025] CPU#7 Utilization every 4s during lockup:
[ +0.000001] [Tue Feb 4 03:46:00 2025] #1: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:46:00 2025] #2: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:46:00 2025] #3: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:46:00 2025] #4: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:46:00 2025] #5: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:46:00 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000015] [Tue Feb 4 03:46:00 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000028] [Tue Feb 4 03:46:00 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000009] [Tue Feb 4 03:46:00 2025] CPU: 7 UID: 0 PID: 20 Comm: rcu_exp_par_gp_ Tainted: G D L 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:46:00 2025] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ +0.000000] [Tue Feb 4 03:46:00 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000001] [Tue Feb 4 03:46:00 2025] RIP: 0010:smp_call_function_single+0xe9/0x140
[ +0.000001] [Tue Feb 4 03:46:00 2025] Code: 38 65 48 2b 14 25 28 00 00 00 75 66 c9 c3 cc cc cc cc 65 48 8b 05 af 9e c4 65 48 8d b0 40 81 03 00 8b 46 08 a8 01 74 09 f3 90 <8b> 46 08 a8 01 75 f7 83 4e 08 01 4c 89 46 10 48 89 56 18 e8 bf fd
[ +0.000001] [Tue Feb 4 03:46:00 2025] RSP: 0018:ffffb8bb801a7e00 EFLAGS: 00000202
[ +0.000001] [Tue Feb 4 03:46:00 2025] RAX: 0000000000000001 RBX: ffff8f62bed37d80 RCX: 0000000000000000
[ +0.000001] [Tue Feb 4 03:46:00 2025] RDX: 0000000000000000 RSI: ffff8f62bebb8140 RDI: 000000000000000a
[ +0.000001] [Tue Feb 4 03:46:00 2025] RBP: ffffb8bb801a7e58 R08: ffffffff9a38a250 R09: ffffffff9c2cfdf0
[ +0.000000] [Tue Feb 4 03:46:00 2025] R10: 0000000000000001 R11: 0000000000031560 R12: 0000000000000400
[ +0.000001] [Tue Feb 4 03:46:00 2025] R13: 0000000000031560 R14: 000000000000000a R15: 000000000000e9bf
[ +0.000001] [Tue Feb 4 03:46:00 2025] FS: 0000000000000000(0000) GS:ffff8f62beb80000(0000) knlGS:0000000000000000
[ +0.000000] [Tue Feb 4 03:46:00 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:46:00 2025] CR2: 000072e27041a000 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000001] [Tue Feb 4 03:46:00 2025] PKRU: 55555554
[ +0.000000] [Tue Feb 4 03:46:00 2025] Call Trace:
[ +0.000001] [Tue Feb 4 03:46:00 2025] <IRQ>
[ +0.000000] [Tue Feb 4 03:46:00 2025] ? watchdog_timer_fn.cold+0x19c/0x219
[ +0.000002] [Tue Feb 4 03:46:00 2025] ? __pfx_watchdog_timer_fn+0x10/0x10
[ +0.000002] [Tue Feb 4 03:46:00 2025] ? __hrtimer_run_queues+0x12f/0x2a0
[ +0.000001] [Tue Feb 4 03:46:00 2025] ? hrtimer_interrupt+0xfa/0x210
[ +0.000002] [Tue Feb 4 03:46:00 2025] ? __sysvec_apic_timer_interrupt+0x52/0x100
[ +0.000001] [Tue Feb 4 03:46:00 2025] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ +0.000000] [Tue Feb 4 03:46:00 2025] </IRQ>
[ +0.000001] [Tue Feb 4 03:46:00 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:46:00 2025] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ +0.000001] [Tue Feb 4 03:46:00 2025] ? __pfx_rcu_exp_handler+0x10/0x10
[ +0.000002] [Tue Feb 4 03:46:00 2025] ? smp_call_function_single+0xe9/0x140
[ +0.000001] [Tue Feb 4 03:46:00 2025] __sync_rcu_exp_select_node_cpus+0x23b/0x3c0
[ +0.000001] [Tue Feb 4 03:46:00 2025] ? __pfx_sync_rcu_exp_select_node_cpus+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:00 2025] kthread_worker_fn+0xa3/0x220
[ +0.000001] [Tue Feb 4 03:46:00 2025] ? __pfx_kthread_worker_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:00 2025] kthread+0xcf/0x100
[ +0.000002] [Tue Feb 4 03:46:00 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:00 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:46:00 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:46:00 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000002] [Tue Feb 4 03:46:00 2025] </TASK>
[ +27.999714] [Tue Feb 4 03:46:28 2025] watchdog: BUG: soft lockup - CPU#7 stuck for 75s! [rcu_exp_par_gp_:20]
[ +0.000003] [Tue Feb 4 03:46:28 2025] CPU#7 Utilization every 4s during lockup:
[ +0.000000] [Tue Feb 4 03:46:28 2025] #1: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:46:28 2025] #2: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:46:28 2025] #3: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:46:28 2025] #4: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:46:28 2025] #5: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:46:28 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000015] [Tue Feb 4 03:46:28 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000025] [Tue Feb 4 03:46:28 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000009] [Tue Feb 4 03:46:28 2025] CPU: 7 UID: 0 PID: 20 Comm: rcu_exp_par_gp_ Tainted: G D L 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:46:28 2025] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ +0.000000] [Tue Feb 4 03:46:28 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000001] [Tue Feb 4 03:46:28 2025] RIP: 0010:smp_call_function_single+0xe9/0x140
[ +0.000001] [Tue Feb 4 03:46:28 2025] Code: 38 65 48 2b 14 25 28 00 00 00 75 66 c9 c3 cc cc cc cc 65 48 8b 05 af 9e c4 65 48 8d b0 40 81 03 00 8b 46 08 a8 01 74 09 f3 90 <8b> 46 08 a8 01 75 f7 83 4e 08 01 4c 89 46 10 48 89 56 18 e8 bf fd
[ +0.000001] [Tue Feb 4 03:46:28 2025] RSP: 0018:ffffb8bb801a7e00 EFLAGS: 00000202
[ +0.000001] [Tue Feb 4 03:46:28 2025] RAX: 0000000000000001 RBX: ffff8f62bed37d80 RCX: 0000000000000000
[ +0.000001] [Tue Feb 4 03:46:28 2025] RDX: 0000000000000000 RSI: ffff8f62bebb8140 RDI: 000000000000000a
[ +0.000000] [Tue Feb 4 03:46:28 2025] RBP: ffffb8bb801a7e58 R08: ffffffff9a38a250 R09: ffffffff9c2cfdf0
[ +0.000001] [Tue Feb 4 03:46:28 2025] R10: 0000000000000001 R11: 0000000000031560 R12: 0000000000000400
[ +0.000000] [Tue Feb 4 03:46:28 2025] R13: 0000000000031560 R14: 000000000000000a R15: 000000000000e9bf
[ +0.000001] [Tue Feb 4 03:46:28 2025] FS: 0000000000000000(0000) GS:ffff8f62beb80000(0000) knlGS:0000000000000000
[ +0.000001] [Tue Feb 4 03:46:28 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000000] [Tue Feb 4 03:46:28 2025] CR2: 000072e27041a000 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000001] [Tue Feb 4 03:46:28 2025] PKRU: 55555554
[ +0.000001] [Tue Feb 4 03:46:28 2025] Call Trace:
[ +0.000000] [Tue Feb 4 03:46:28 2025] <IRQ>
[ +0.000001] [Tue Feb 4 03:46:28 2025] ? watchdog_timer_fn.cold+0x19c/0x219
[ +0.000002] [Tue Feb 4 03:46:28 2025] ? __pfx_watchdog_timer_fn+0x10/0x10
[ +0.000002] [Tue Feb 4 03:46:28 2025] ? __hrtimer_run_queues+0x12f/0x2a0
[ +0.000001] [Tue Feb 4 03:46:28 2025] ? hrtimer_interrupt+0xfa/0x210
[ +0.000001] [Tue Feb 4 03:46:28 2025] ? __sysvec_apic_timer_interrupt+0x52/0x100
[ +0.000001] [Tue Feb 4 03:46:28 2025] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ +0.000001] [Tue Feb 4 03:46:28 2025] </IRQ>
[ +0.000001] [Tue Feb 4 03:46:28 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:46:28 2025] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ +0.000001] [Tue Feb 4 03:46:28 2025] ? __pfx_rcu_exp_handler+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:28 2025] ? smp_call_function_single+0xe9/0x140
[ +0.000002] [Tue Feb 4 03:46:28 2025] __sync_rcu_exp_select_node_cpus+0x23b/0x3c0
[ +0.000001] [Tue Feb 4 03:46:28 2025] ? __pfx_sync_rcu_exp_select_node_cpus+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:28 2025] kthread_worker_fn+0xa3/0x220
[ +0.000001] [Tue Feb 4 03:46:28 2025] ? __pfx_kthread_worker_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:28 2025] kthread+0xcf/0x100
[ +0.000001] [Tue Feb 4 03:46:28 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:46:28 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:46:28 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:28 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000002] [Tue Feb 4 03:46:28 2025] </TASK>
[ +27.999720] [Tue Feb 4 03:46:56 2025] watchdog: BUG: soft lockup - CPU#7 stuck for 101s! [rcu_exp_par_gp_:20]
[ +0.000002] [Tue Feb 4 03:46:56 2025] CPU#7 Utilization every 4s during lockup:
[ +0.000001] [Tue Feb 4 03:46:56 2025] #1: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:46:56 2025] #2: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:46:56 2025] #3: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:46:56 2025] #4: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:46:56 2025] #5: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:46:56 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000015] [Tue Feb 4 03:46:56 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000022] [Tue Feb 4 03:46:56 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000009] [Tue Feb 4 03:46:56 2025] CPU: 7 UID: 0 PID: 20 Comm: rcu_exp_par_gp_ Tainted: G D L 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000001] [Tue Feb 4 03:46:56 2025] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ +0.000001] [Tue Feb 4 03:46:56 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000000] [Tue Feb 4 03:46:56 2025] RIP: 0010:smp_call_function_single+0xe9/0x140
[ +0.000002] [Tue Feb 4 03:46:56 2025] Code: 38 65 48 2b 14 25 28 00 00 00 75 66 c9 c3 cc cc cc cc 65 48 8b 05 af 9e c4 65 48 8d b0 40 81 03 00 8b 46 08 a8 01 74 09 f3 90 <8b> 46 08 a8 01 75 f7 83 4e 08 01 4c 89 46 10 48 89 56 18 e8 bf fd
[ +0.000001] [Tue Feb 4 03:46:56 2025] RSP: 0018:ffffb8bb801a7e00 EFLAGS: 00000202
[ +0.000001] [Tue Feb 4 03:46:56 2025] RAX: 0000000000000001 RBX: ffff8f62bed37d80 RCX: 0000000000000000
[ +0.000000] [Tue Feb 4 03:46:56 2025] RDX: 0000000000000000 RSI: ffff8f62bebb8140 RDI: 000000000000000a
[ +0.000001] [Tue Feb 4 03:46:56 2025] RBP: ffffb8bb801a7e58 R08: ffffffff9a38a250 R09: ffffffff9c2cfdf0
[ +0.000000] [Tue Feb 4 03:46:56 2025] R10: 0000000000000001 R11: 0000000000031560 R12: 0000000000000400
[ +0.000001] [Tue Feb 4 03:46:56 2025] R13: 0000000000031560 R14: 000000000000000a R15: 000000000000e9bf
[ +0.000001] [Tue Feb 4 03:46:56 2025] FS: 0000000000000000(0000) GS:ffff8f62beb80000(0000) knlGS:0000000000000000
[ +0.000000] [Tue Feb 4 03:46:56 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:46:56 2025] CR2: 000072e27041a000 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000001] [Tue Feb 4 03:46:56 2025] PKRU: 55555554
[ +0.000000] [Tue Feb 4 03:46:56 2025] Call Trace:
[ +0.000001] [Tue Feb 4 03:46:56 2025] <IRQ>
[ +0.000000] [Tue Feb 4 03:46:56 2025] ? watchdog_timer_fn.cold+0x19c/0x219
[ +0.000002] [Tue Feb 4 03:46:56 2025] ? __pfx_watchdog_timer_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:56 2025] ? __hrtimer_run_queues+0x12f/0x2a0
[ +0.000002] [Tue Feb 4 03:46:56 2025] ? hrtimer_interrupt+0xfa/0x210
[ +0.000001] [Tue Feb 4 03:46:56 2025] ? __sysvec_apic_timer_interrupt+0x52/0x100
[ +0.000001] [Tue Feb 4 03:46:56 2025] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ +0.000001] [Tue Feb 4 03:46:56 2025] </IRQ>
[ +0.000000] [Tue Feb 4 03:46:56 2025] <TASK>
[ +0.000001] [Tue Feb 4 03:46:56 2025] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ +0.000001] [Tue Feb 4 03:46:56 2025] ? __pfx_rcu_exp_handler+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:56 2025] ? smp_call_function_single+0xe9/0x140
[ +0.000002] [Tue Feb 4 03:46:56 2025] __sync_rcu_exp_select_node_cpus+0x23b/0x3c0
[ +0.000001] [Tue Feb 4 03:46:56 2025] ? __pfx_sync_rcu_exp_select_node_cpus+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:56 2025] kthread_worker_fn+0xa3/0x220
[ +0.000001] [Tue Feb 4 03:46:56 2025] ? __pfx_kthread_worker_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:56 2025] kthread+0xcf/0x100
[ +0.000001] [Tue Feb 4 03:46:56 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:46:56 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:46:56 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:46:56 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000002] [Tue Feb 4 03:46:56 2025] </TASK>
[Feb 4 03:47] [Tue Feb 4 03:47:24 2025] watchdog: BUG: soft lockup - CPU#7 stuck for 127s! [rcu_exp_par_gp_:20]
[ +0.000003] [Tue Feb 4 03:47:24 2025] CPU#7 Utilization every 4s during lockup:
[ +0.000000] [Tue Feb 4 03:47:24 2025] #1: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:47:24 2025] #2: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:47:24 2025] #3: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:47:24 2025] #4: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:47:24 2025] #5: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:47:24 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000015] [Tue Feb 4 03:47:24 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000026] [Tue Feb 4 03:47:24 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000009] [Tue Feb 4 03:47:24 2025] CPU: 7 UID: 0 PID: 20 Comm: rcu_exp_par_gp_ Tainted: G D L 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000001] [Tue Feb 4 03:47:24 2025] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ +0.000001] [Tue Feb 4 03:47:24 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000000] [Tue Feb 4 03:47:24 2025] RIP: 0010:smp_call_function_single+0xe9/0x140
[ +0.000002] [Tue Feb 4 03:47:24 2025] Code: 38 65 48 2b 14 25 28 00 00 00 75 66 c9 c3 cc cc cc cc 65 48 8b 05 af 9e c4 65 48 8d b0 40 81 03 00 8b 46 08 a8 01 74 09 f3 90 <8b> 46 08 a8 01 75 f7 83 4e 08 01 4c 89 46 10 48 89 56 18 e8 bf fd
[ +0.000001] [Tue Feb 4 03:47:24 2025] RSP: 0018:ffffb8bb801a7e00 EFLAGS: 00000202
[ +0.000001] [Tue Feb 4 03:47:24 2025] RAX: 0000000000000001 RBX: ffff8f62bed37d80 RCX: 0000000000000000
[ +0.000001] [Tue Feb 4 03:47:24 2025] RDX: 0000000000000000 RSI: ffff8f62bebb8140 RDI: 000000000000000a
[ +0.000000] [Tue Feb 4 03:47:24 2025] RBP: ffffb8bb801a7e58 R08: ffffffff9a38a250 R09: ffffffff9c2cfdf0
[ +0.000001] [Tue Feb 4 03:47:24 2025] R10: 0000000000000001 R11: 0000000000031560 R12: 0000000000000400
[ +0.000000] [Tue Feb 4 03:47:24 2025] R13: 0000000000031560 R14: 000000000000000a R15: 000000000000e9bf
[ +0.000001] [Tue Feb 4 03:47:24 2025] FS: 0000000000000000(0000) GS:ffff8f62beb80000(0000) knlGS:0000000000000000
[ +0.000001] [Tue Feb 4 03:47:24 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000000] [Tue Feb 4 03:47:24 2025] CR2: 000072e27041a000 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000001] [Tue Feb 4 03:47:24 2025] PKRU: 55555554
[ +0.000000] [Tue Feb 4 03:47:24 2025] Call Trace:
[ +0.000001] [Tue Feb 4 03:47:24 2025] <IRQ>
[ +0.000001] [Tue Feb 4 03:47:24 2025] ? watchdog_timer_fn.cold+0x19c/0x219
[ +0.000002] [Tue Feb 4 03:47:24 2025] ? __pfx_watchdog_timer_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:24 2025] ? __hrtimer_run_queues+0x12f/0x2a0
[ +0.000001] [Tue Feb 4 03:47:24 2025] ? hrtimer_interrupt+0xfa/0x210
[ +0.000001] [Tue Feb 4 03:47:24 2025] ? __sysvec_apic_timer_interrupt+0x52/0x100
[ +0.000001] [Tue Feb 4 03:47:24 2025] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ +0.000001] [Tue Feb 4 03:47:24 2025] </IRQ>
[ +0.000001] [Tue Feb 4 03:47:24 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:47:24 2025] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ +0.000001] [Tue Feb 4 03:47:24 2025] ? __pfx_rcu_exp_handler+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:24 2025] ? smp_call_function_single+0xe9/0x140
[ +0.000002] [Tue Feb 4 03:47:24 2025] __sync_rcu_exp_select_node_cpus+0x23b/0x3c0
[ +0.000001] [Tue Feb 4 03:47:24 2025] ? __pfx_sync_rcu_exp_select_node_cpus+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:24 2025] kthread_worker_fn+0xa3/0x220
[ +0.000001] [Tue Feb 4 03:47:24 2025] ? __pfx_kthread_worker_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:24 2025] kthread+0xcf/0x100
[ +0.000002] [Tue Feb 4 03:47:24 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:24 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:47:24 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:24 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000002] [Tue Feb 4 03:47:24 2025] </TASK>
[ +24.017989] [Tue Feb 4 03:47:48 2025] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[ +0.000004] [Tue Feb 4 03:47:48 2025] rcu: 9-...0: (1 GPs behind) idle=a964/1/0x4000000000000000 softirq=5864/5865 fqs=23469
[ +0.000003] [Tue Feb 4 03:47:48 2025] rcu: 10-...0: (1 GPs behind) idle=2664/1/0x4000000000000000 softirq=7120/7120 fqs=23469
[ +0.000002] [Tue Feb 4 03:47:48 2025] rcu: (detected by 6, t=72007 jiffies, g=11113, q=29619 ncpus=32)
[ +0.000001] [Tue Feb 4 03:47:48 2025] Sending NMI from CPU 6 to CPUs 9:
[ +0.000003] [Tue Feb 4 03:47:48 2025] NMI backtrace for cpu 9
[ +0.000001] [Tue Feb 4 03:47:48 2025] CPU: 9 UID: 0 PID: 240 Comm: kswapd0 Tainted: G D L 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:47:48 2025] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ +0.000001] [Tue Feb 4 03:47:48 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000000] [Tue Feb 4 03:47:48 2025] RIP: 0010:native_queued_spin_lock_slowpath+0x70/0x2e0
[ +0.000003] [Tue Feb 4 03:47:48 2025] Code: 77 7f f0 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 f3 90 <0f> b6 03 84 c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 a1 78 f5
[ +0.000001] [Tue Feb 4 03:47:48 2025] RSP: 0018:ffffb8bb80b37898 EFLAGS: 00000002
[ +0.000004] [Tue Feb 4 03:47:48 2025] RAX: 0000000000000001 RBX: ffff8f540ce270e0 RCX: 0000000000000000
[ +0.000000] [Tue Feb 4 03:47:48 2025] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8f540ce270e0
[ +0.000001] [Tue Feb 4 03:47:48 2025] RBP: ffff8f540ce270d8 R08: ffff8f5823214f70 R09: 000000000027000d
[ +0.000009] [Tue Feb 4 03:47:48 2025] R10: 000000000027000d R11: dead000000000100 R12: 0000000000000001
[ +0.000000] [Tue Feb 4 03:47:48 2025] R13: 0000000000000000 R14: ffff8f540ce270e0 R15: ffffe21757ddae08
[ +0.000001] [Tue Feb 4 03:47:48 2025] FS: 0000000000000000(0000) GS:ffff8f62bec80000(0000) knlGS:0000000000000000
[ +0.000000] [Tue Feb 4 03:47:48 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:47:48 2025] CR2: 000060916faa1ed8 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000000] [Tue Feb 4 03:47:48 2025] PKRU: 55555554
[ +0.000001] [Tue Feb 4 03:47:48 2025] Call Trace:
[ +0.000001] [Tue Feb 4 03:47:48 2025] <NMI>
[ +0.000000] [Tue Feb 4 03:47:48 2025] ? nmi_cpu_backtrace.cold+0x32/0x68
[ +0.000003] [Tue Feb 4 03:47:48 2025] ? nmi_cpu_backtrace_handler+0x11/0x20
[ +0.000002] [Tue Feb 4 03:47:48 2025] ? nmi_handle+0x5e/0x120
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? default_do_nmi+0x40/0x130
[ +0.000002] [Tue Feb 4 03:47:48 2025] ? exc_nmi+0x122/0x1a0
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? end_repeat_nmi+0xf/0x53
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? native_queued_spin_lock_slowpath+0x70/0x2e0
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? native_queued_spin_lock_slowpath+0x70/0x2e0
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? native_queued_spin_lock_slowpath+0x70/0x2e0
[ +0.000001] [Tue Feb 4 03:47:48 2025] </NMI>
[ +0.000000] [Tue Feb 4 03:47:48 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:47:48 2025] _raw_spin_lock_irq+0x2f/0x40
[ +0.000001] [Tue Feb 4 03:47:48 2025] __remove_mapping+0x61/0x220
[ +0.000002] [Tue Feb 4 03:47:48 2025] shrink_folio_list+0xad5/0xce0
[ +0.000002] [Tue Feb 4 03:47:48 2025] evict_folios+0x251/0x630
[ +0.000002] [Tue Feb 4 03:47:48 2025] try_to_shrink_lruvec+0x225/0x2b0
[ +0.000001] [Tue Feb 4 03:47:48 2025] shrink_one+0x102/0x1f0
[ +0.000002] [Tue Feb 4 03:47:48 2025] shrink_node+0x99a/0xbb0
[ +0.000002] [Tue Feb 4 03:47:48 2025] balance_pgdat+0x570/0xa00
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? psi_task_switch+0xb7/0x200
[ +0.000002] [Tue Feb 4 03:47:48 2025] ? finish_task_switch.isra.0+0x99/0x2e0
[ +0.000002] [Tue Feb 4 03:47:48 2025] kswapd+0x1f1/0x380
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? __pfx_autoremove_wake_function+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? __pfx_kswapd+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:48 2025] kthread+0xcf/0x100
[ +0.000002] [Tue Feb 4 03:47:48 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:48 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:48 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000002] [Tue Feb 4 03:47:48 2025] </TASK>
[ +0.000933] [Tue Feb 4 03:47:48 2025] Sending NMI from CPU 6 to CPUs 10:
[ +0.000001] [Tue Feb 4 03:47:48 2025] NMI backtrace for cpu 10
[ +0.000001] [Tue Feb 4 03:47:48 2025] CPU: 10 UID: 0 PID: 2702 Comm: yes Tainted: G D L 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000001] [Tue Feb 4 03:47:48 2025] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ +0.000000] [Tue Feb 4 03:47:48 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000001] [Tue Feb 4 03:47:48 2025] RIP: 0010:native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000001] [Tue Feb 4 03:47:48 2025] Code: 41 83 c5 01 c1 e5 10 41 c1 e5 12 44 09 ed 89 e8 c1 e8 10 66 87 43 02 89 c1 c1 e1 10 81 f9 ff ff 00 00 77 5c 31 c9 eb 02 f3 90 <8b> 03 66 85 c0 75 f7 39 e8 0f 84 8c 00 00 00 c6 03 01 48 85 c9 74
[ +0.000000] [Tue Feb 4 03:47:48 2025] RSP: 0018:ffffb8bb80f77b90 EFLAGS: 00000002
[ +0.000001] [Tue Feb 4 03:47:48 2025] RAX: 00000000002c0101 RBX: ffff8f540ce270e0 RCX: 0000000000000000
[ +0.000000] [Tue Feb 4 03:47:48 2025] RDX: ffff8f62bed37d00 RSI: 0000000000000101 RDI: ffff8f540ce270e0
[ +0.000001] [Tue Feb 4 03:47:48 2025] RBP: 00000000002c0000 R08: ffffb8bb80f77c68 R09: dead000000000040
[ +0.000000] [Tue Feb 4 03:47:48 2025] R10: ffff8f62bed3d680 R11: 0000000000000000 R12: ffff8f62bed37d00
[ +0.000000] [Tue Feb 4 03:47:48 2025] R13: 00000000002c0000 R14: 0000000000000000 R15: 0000000000000000
[ +0.000001] [Tue Feb 4 03:47:48 2025] FS: 00007895d9978740(0000) GS:ffff8f62bed00000(0000) knlGS:0000000000000000
[ +0.000000] [Tue Feb 4 03:47:48 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:47:48 2025] CR2: 00007ae36c942010 CR3: 0000000199a34000 CR4: 0000000000f52ef0
[ +0.000000] [Tue Feb 4 03:47:48 2025] PKRU: 55555554
[ +0.000001] [Tue Feb 4 03:47:48 2025] Call Trace:
[ +0.000000] [Tue Feb 4 03:47:48 2025] <NMI>
[ +0.000000] [Tue Feb 4 03:47:48 2025] ? nmi_cpu_backtrace.cold+0x32/0x68
[ +0.000002] [Tue Feb 4 03:47:48 2025] ? nmi_cpu_backtrace_handler+0x11/0x20
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? nmi_handle+0x5e/0x120
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? default_do_nmi+0x40/0x130
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? exc_nmi+0x122/0x1a0
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? end_repeat_nmi+0xf/0x53
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? native_queued_spin_lock_slowpath+0x223/0x2e0
[ +0.000000] [Tue Feb 4 03:47:48 2025] </NMI>
[ +0.000000] [Tue Feb 4 03:47:48 2025] <TASK>
[ +0.000001] [Tue Feb 4 03:47:48 2025] _raw_spin_lock_irq+0x2f/0x40
[ +0.000000] [Tue Feb 4 03:47:48 2025] __filemap_add_folio+0x158/0x450
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? __pfx_workingset_update_node+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:48 2025] filemap_add_folio+0x88/0xe0
[ +0.000001] [Tue Feb 4 03:47:48 2025] __filemap_get_folio+0x180/0x2f0
[ +0.000002] [Tue Feb 4 03:47:48 2025] ext4_da_write_begin+0x12d/0x270 [ext4 d34881df558f8a783e9012185a3f00ae6c89450e]
[ +0.000024] [Tue Feb 4 03:47:48 2025] generic_perform_write+0xdd/0x290
[ +0.000000] [Tue Feb 4 03:47:48 2025] ext4_buffered_write_iter+0x64/0x100 [ext4 d34881df558f8a783e9012185a3f00ae6c89450e]
[ +0.000013] [Tue Feb 4 03:47:48 2025] vfs_write+0x28d/0x450
[ +0.000001] [Tue Feb 4 03:47:48 2025] ksys_write+0x6d/0xf0
[ +0.000001] [Tue Feb 4 03:47:48 2025] do_syscall_64+0x82/0x190
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? syscall_exit_to_user_mode+0x37/0x1c0
[ +0.000001] [Tue Feb 4 03:47:48 2025] ? do_syscall_64+0x8e/0x190
[ +0.000000] [Tue Feb 4 03:47:48 2025] ? do_syscall_64+0x8e/0x190
[ +0.000001] [Tue Feb 4 03:47:48 2025] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ +0.000001] [Tue Feb 4 03:47:48 2025] RIP: 0033:0x7895d9a875a4
[ +0.000004] [Tue Feb 4 03:47:48 2025] Code: c7 00 16 00 00 00 b8 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 80 3d c5 2a 0e 00 00 74 13 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 54 c3 0f 1f 00 55 48 89 e5 48 83 ec 20 48 89
[ +0.000001] [Tue Feb 4 03:47:48 2025] RSP: 002b:00007ffeed185e48 EFLAGS: 00000202 ORIG_RAX: 0000000000000001
[ +0.000000] [Tue Feb 4 03:47:48 2025] RAX: ffffffffffffffda RBX: 0000000000002000 RCX: 00007895d9a875a4
[ +0.000001] [Tue Feb 4 03:47:48 2025] RDX: 0000000000002000 RSI: 0000584cda2c44f0 RDI: 0000000000000001
[ +0.000000] [Tue Feb 4 03:47:48 2025] RBP: 00007ffeed185e90 R08: 0000000000000000 R09: 0000000000000001
[ +0.000001] [Tue Feb 4 03:47:48 2025] R10: 0000000000000004 R11: 0000000000000202 R12: 0000584cda2c44f0
[ +0.000000] [Tue Feb 4 03:47:48 2025] R13: 0000000000002000 R14: 0000000000002000 R15: 0000584cda2c44f0
[ +0.000001] [Tue Feb 4 03:47:48 2025] </TASK>
[ +3.980643] [Tue Feb 4 03:47:52 2025] watchdog: BUG: soft lockup - CPU#7 stuck for 153s! [rcu_exp_par_gp_:20]
[ +0.000002] [Tue Feb 4 03:47:52 2025] CPU#7 Utilization every 4s during lockup:
[ +0.000000] [Tue Feb 4 03:47:52 2025] #1: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:47:52 2025] #2: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:47:52 2025] #3: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:47:52 2025] #4: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:47:52 2025] #5: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:47:52 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000017] [Tue Feb 4 03:47:52 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000019] [Tue Feb 4 03:47:52 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000024] [Tue Feb 4 03:47:52 2025] CPU: 7 UID: 0 PID: 20 Comm: rcu_exp_par_gp_ Tainted: G D L 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:47:52 2025] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ +0.000000] [Tue Feb 4 03:47:52 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000001] [Tue Feb 4 03:47:52 2025] RIP: 0010:smp_call_function_single+0xe9/0x140
[ +0.000002] [Tue Feb 4 03:47:52 2025] Code: 38 65 48 2b 14 25 28 00 00 00 75 66 c9 c3 cc cc cc cc 65 48 8b 05 af 9e c4 65 48 8d b0 40 81 03 00 8b 46 08 a8 01 74 09 f3 90 <8b> 46 08 a8 01 75 f7 83 4e 08 01 4c 89 46 10 48 89 56 18 e8 bf fd
[ +0.000001] [Tue Feb 4 03:47:52 2025] RSP: 0018:ffffb8bb801a7e00 EFLAGS: 00000202
[ +0.000001] [Tue Feb 4 03:47:52 2025] RAX: 0000000000000001 RBX: ffff8f62bed37d80 RCX: 0000000000000000
[ +0.000000] [Tue Feb 4 03:47:52 2025] RDX: 0000000000000000 RSI: ffff8f62bebb8140 RDI: 000000000000000a
[ +0.000001] [Tue Feb 4 03:47:52 2025] RBP: ffffb8bb801a7e58 R08: ffffffff9a38a250 R09: ffffffff9c2cfdf0
[ +0.000001] [Tue Feb 4 03:47:52 2025] R10: 0000000000000001 R11: 0000000000031560 R12: 0000000000000400
[ +0.000000] [Tue Feb 4 03:47:52 2025] R13: 0000000000031560 R14: 000000000000000a R15: 000000000000e9bf
[ +0.000001] [Tue Feb 4 03:47:52 2025] FS: 0000000000000000(0000) GS:ffff8f62beb80000(0000) knlGS:0000000000000000
[ +0.000001] [Tue Feb 4 03:47:52 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:47:52 2025] CR2: 000072e27041a000 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000000] [Tue Feb 4 03:47:52 2025] PKRU: 55555554
[ +0.000001] [Tue Feb 4 03:47:52 2025] Call Trace:
[ +0.000000] [Tue Feb 4 03:47:52 2025] <IRQ>
[ +0.000001] [Tue Feb 4 03:47:52 2025] ? watchdog_timer_fn.cold+0x19c/0x219
[ +0.000002] [Tue Feb 4 03:47:52 2025] ? __pfx_watchdog_timer_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:52 2025] ? __hrtimer_run_queues+0x12f/0x2a0
[ +0.000002] [Tue Feb 4 03:47:52 2025] ? hrtimer_interrupt+0xfa/0x210
[ +0.000001] [Tue Feb 4 03:47:52 2025] ? __sysvec_apic_timer_interrupt+0x52/0x100
[ +0.000001] [Tue Feb 4 03:47:52 2025] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ +0.000001] [Tue Feb 4 03:47:52 2025] </IRQ>
[ +0.000001] [Tue Feb 4 03:47:52 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:47:52 2025] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ +0.000001] [Tue Feb 4 03:47:52 2025] ? __pfx_rcu_exp_handler+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:52 2025] ? smp_call_function_single+0xe9/0x140
[ +0.000002] [Tue Feb 4 03:47:52 2025] __sync_rcu_exp_select_node_cpus+0x23b/0x3c0
[ +0.000001] [Tue Feb 4 03:47:52 2025] ? __pfx_sync_rcu_exp_select_node_cpus+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:52 2025] kthread_worker_fn+0xa3/0x220
[ +0.000001] [Tue Feb 4 03:47:52 2025] ? __pfx_kthread_worker_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:52 2025] kthread+0xcf/0x100
[ +0.000002] [Tue Feb 4 03:47:52 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:47:52 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:47:52 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:47:52 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000001] [Tue Feb 4 03:47:52 2025] </TASK>
[Feb 4 03:48] [Tue Feb 4 03:48:20 2025] watchdog: BUG: soft lockup - CPU#7 stuck for 179s! [rcu_exp_par_gp_:20]
[ +0.000005] [Tue Feb 4 03:48:20 2025] CPU#7 Utilization every 4s during lockup:
[ +0.000000] [Tue Feb 4 03:48:20 2025] #1: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:48:20 2025] #2: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:48:20 2025] #3: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:48:20 2025] #4: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:48:20 2025] #5: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:48:20 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000025] [Tue Feb 4 03:48:20 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000036] [Tue Feb 4 03:48:20 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000014] [Tue Feb 4 03:48:20 2025] CPU: 7 UID: 0 PID: 20 Comm: rcu_exp_par_gp_ Tainted: G D L 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:48:20 2025] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ +0.000001] [Tue Feb 4 03:48:20 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000000] [Tue Feb 4 03:48:20 2025] RIP: 0010:smp_call_function_single+0xe9/0x140
[ +0.000004] [Tue Feb 4 03:48:20 2025] Code: 38 65 48 2b 14 25 28 00 00 00 75 66 c9 c3 cc cc cc cc 65 48 8b 05 af 9e c4 65 48 8d b0 40 81 03 00 8b 46 08 a8 01 74 09 f3 90 <8b> 46 08 a8 01 75 f7 83 4e 08 01 4c 89 46 10 48 89 56 18 e8 bf fd
[ +0.000001] [Tue Feb 4 03:48:20 2025] RSP: 0018:ffffb8bb801a7e00 EFLAGS: 00000202
[ +0.000001] [Tue Feb 4 03:48:20 2025] RAX: 0000000000000001 RBX: ffff8f62bed37d80 RCX: 0000000000000000
[ +0.000001] [Tue Feb 4 03:48:20 2025] RDX: 0000000000000000 RSI: ffff8f62bebb8140 RDI: 000000000000000a
[ +0.000001] [Tue Feb 4 03:48:20 2025] RBP: ffffb8bb801a7e58 R08: ffffffff9a38a250 R09: ffffffff9c2cfdf0
[ +0.000000] [Tue Feb 4 03:48:20 2025] R10: 0000000000000001 R11: 0000000000031560 R12: 0000000000000400
[ +0.000001] [Tue Feb 4 03:48:20 2025] R13: 0000000000031560 R14: 000000000000000a R15: 000000000000e9bf
[ +0.000001] [Tue Feb 4 03:48:20 2025] FS: 0000000000000000(0000) GS:ffff8f62beb80000(0000) knlGS:0000000000000000
[ +0.000001] [Tue Feb 4 03:48:20 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000000] [Tue Feb 4 03:48:20 2025] CR2: 000072e27041a000 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000001] [Tue Feb 4 03:48:20 2025] PKRU: 55555554
[ +0.000001] [Tue Feb 4 03:48:20 2025] Call Trace:
[ +0.000000] [Tue Feb 4 03:48:20 2025] <IRQ>
[ +0.000001] [Tue Feb 4 03:48:20 2025] ? watchdog_timer_fn.cold+0x19c/0x219
[ +0.000003] [Tue Feb 4 03:48:20 2025] ? __pfx_watchdog_timer_fn+0x10/0x10
[ +0.000002] [Tue Feb 4 03:48:20 2025] ? __hrtimer_run_queues+0x12f/0x2a0
[ +0.000001] [Tue Feb 4 03:48:20 2025] ? hrtimer_interrupt+0xfa/0x210
[ +0.000002] [Tue Feb 4 03:48:20 2025] ? __sysvec_apic_timer_interrupt+0x52/0x100
[ +0.000001] [Tue Feb 4 03:48:20 2025] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ +0.000001] [Tue Feb 4 03:48:20 2025] </IRQ>
[ +0.000000] [Tue Feb 4 03:48:20 2025] <TASK>
[ +0.000001] [Tue Feb 4 03:48:20 2025] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ +0.000001] [Tue Feb 4 03:48:20 2025] ? __pfx_rcu_exp_handler+0x10/0x10
[ +0.000002] [Tue Feb 4 03:48:20 2025] ? smp_call_function_single+0xe9/0x140
[ +0.000002] [Tue Feb 4 03:48:20 2025] __sync_rcu_exp_select_node_cpus+0x23b/0x3c0
[ +0.000001] [Tue Feb 4 03:48:20 2025] ? __pfx_sync_rcu_exp_select_node_cpus+0x10/0x10
[ +0.000001] [Tue Feb 4 03:48:20 2025] kthread_worker_fn+0xa3/0x220
[ +0.000002] [Tue Feb 4 03:48:20 2025] ? __pfx_kthread_worker_fn+0x10/0x10
[ +0.000000] [Tue Feb 4 03:48:20 2025] kthread+0xcf/0x100
[ +0.000002] [Tue Feb 4 03:48:20 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:48:20 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:48:20 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:48:20 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000001] [Tue Feb 4 03:48:20 2025] </TASK>
[ +27.999684] [Tue Feb 4 03:48:48 2025] watchdog: BUG: soft lockup - CPU#7 stuck for 205s! [rcu_exp_par_gp_:20]
[ +0.000003] [Tue Feb 4 03:48:48 2025] CPU#7 Utilization every 4s during lockup:
[ +0.000001] [Tue Feb 4 03:48:48 2025] #1: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:48:48 2025] #2: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:48:48 2025] #3: 101% system, 0% softirq, 1% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:48:48 2025] #4: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:48:48 2025] #5: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:48:48 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000017] [Tue Feb 4 03:48:48 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000029] [Tue Feb 4 03:48:48 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000011] [Tue Feb 4 03:48:48 2025] CPU: 7 UID: 0 PID: 20 Comm: rcu_exp_par_gp_ Tainted: G D L 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000002] [Tue Feb 4 03:48:48 2025] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ +0.000000] [Tue Feb 4 03:48:48 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000001] [Tue Feb 4 03:48:48 2025] RIP: 0010:smp_call_function_single+0xe9/0x140
[ +0.000002] [Tue Feb 4 03:48:48 2025] Code: 38 65 48 2b 14 25 28 00 00 00 75 66 c9 c3 cc cc cc cc 65 48 8b 05 af 9e c4 65 48 8d b0 40 81 03 00 8b 46 08 a8 01 74 09 f3 90 <8b> 46 08 a8 01 75 f7 83 4e 08 01 4c 89 46 10 48 89 56 18 e8 bf fd
[ +0.000001] [Tue Feb 4 03:48:48 2025] RSP: 0018:ffffb8bb801a7e00 EFLAGS: 00000202
[ +0.000001] [Tue Feb 4 03:48:48 2025] RAX: 0000000000000001 RBX: ffff8f62bed37d80 RCX: 0000000000000000
[ +0.000001] [Tue Feb 4 03:48:48 2025] RDX: 0000000000000000 RSI: ffff8f62bebb8140 RDI: 000000000000000a
[ +0.000000] [Tue Feb 4 03:48:48 2025] RBP: ffffb8bb801a7e58 R08: ffffffff9a38a250 R09: ffffffff9c2cfdf0
[ +0.000001] [Tue Feb 4 03:48:48 2025] R10: 0000000000000001 R11: 0000000000031560 R12: 0000000000000400
[ +0.000001] [Tue Feb 4 03:48:48 2025] R13: 0000000000031560 R14: 000000000000000a R15: 000000000000e9bf
[ +0.000000] [Tue Feb 4 03:48:48 2025] FS: 0000000000000000(0000) GS:ffff8f62beb80000(0000) knlGS:0000000000000000
[ +0.000001] [Tue Feb 4 03:48:48 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:48:48 2025] CR2: 000072e27041a000 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000001] [Tue Feb 4 03:48:48 2025] PKRU: 55555554
[ +0.000000] [Tue Feb 4 03:48:48 2025] Call Trace:
[ +0.000001] [Tue Feb 4 03:48:48 2025] <IRQ>
[ +0.000000] [Tue Feb 4 03:48:48 2025] ? watchdog_timer_fn.cold+0x19c/0x219
[ +0.000003] [Tue Feb 4 03:48:48 2025] ? __pfx_watchdog_timer_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:48:48 2025] ? __hrtimer_run_queues+0x12f/0x2a0
[ +0.000002] [Tue Feb 4 03:48:48 2025] ? hrtimer_interrupt+0xfa/0x210
[ +0.000001] [Tue Feb 4 03:48:48 2025] ? __sysvec_apic_timer_interrupt+0x52/0x100
[ +0.000001] [Tue Feb 4 03:48:48 2025] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ +0.000001] [Tue Feb 4 03:48:48 2025] </IRQ>
[ +0.000000] [Tue Feb 4 03:48:48 2025] <TASK>
[ +0.000001] [Tue Feb 4 03:48:48 2025] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ +0.000001] [Tue Feb 4 03:48:48 2025] ? __pfx_rcu_exp_handler+0x10/0x10
[ +0.000002] [Tue Feb 4 03:48:48 2025] ? smp_call_function_single+0xe9/0x140
[ +0.000001] [Tue Feb 4 03:48:48 2025] __sync_rcu_exp_select_node_cpus+0x23b/0x3c0
[ +0.000002] [Tue Feb 4 03:48:48 2025] ? __pfx_sync_rcu_exp_select_node_cpus+0x10/0x10
[ +0.000001] [Tue Feb 4 03:48:48 2025] kthread_worker_fn+0xa3/0x220
[ +0.000001] [Tue Feb 4 03:48:48 2025] ? __pfx_kthread_worker_fn+0x10/0x10
[ +0.000001] [Tue Feb 4 03:48:48 2025] kthread+0xcf/0x100
[ +0.000001] [Tue Feb 4 03:48:48 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:48:48 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:48:48 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:48:48 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000002] [Tue Feb 4 03:48:48 2025] </TASK>
[Feb 4 03:49] [Tue Feb 4 03:49:16 2025] watchdog: BUG: soft lockup - CPU#7 stuck for 231s! [rcu_exp_par_gp_:20]
[ +0.000003] [Tue Feb 4 03:49:16 2025] CPU#7 Utilization every 4s during lockup:
[ +0.000000] [Tue Feb 4 03:49:16 2025] #1: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:49:16 2025] #2: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:49:16 2025] #3: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:49:16 2025] #4: 101% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000001] [Tue Feb 4 03:49:16 2025] #5: 100% system, 0% softirq, 0% hardirq, 0% idle
[ +0.000000] [Tue Feb 4 03:49:16 2025] Modules linked in: ext4 crc32c_generic mbcache jbd2 rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device sg st sr_mod qrtr cmac algif_hash algif_skcipher af_alg bnep intel_uncore_frequency intel_uncore_frequency_common intel_tcc_cooling x86_pkg_temp_thermal snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_avs intel_powerclamp coretemp snd_soc_hda_codec kvm_intel snd_hda_ext_core snd_hda_codec_realtek snd_soc_core kvm snd_compress snd_hda_codec_generic ac97_bus snd_pcm_dmaengine snd_hda_scodec_component snd_hda_codec_hdmi crct10dif_pclmul btusb polyval_clmulni uvcvideo iwlmvm btrtl btintel polyval_generic snd_hda_intel btbcm videobuf2_vmalloc uvc btmtk videobuf2_memops videobuf2_v4l2 snd_intel_dspcfg ghash_clmulni_intel joydev
[ +0.000015] [Tue Feb 4 03:49:16 2025] videobuf2_common processor_thermal_device_pci snd_intel_sdw_acpi mac80211 bluetooth hid_multitouch sha1_ssse3 mousedev iTCO_wdt processor_thermal_device snd_hda_codec processor_thermal_wt_hint videodev mc libarc4 xe crc16 mei_hdcp mei_pxp rapl snd_hda_core intel_pmc_bxt processor_thermal_rfim iwlwifi iTCO_vendor_support ucsi_acpi spd5118 intel_pmc_core intel_rapl_msr intel_lpss_pci intel_cstate snd_hwdep processor_thermal_rapl mei_me i2c_hid_acpi typec_ucsi intel_rapl_common snd_pcm snd_timer intel_lpss typec processor_thermal_wt_req processor_thermal_power_floor snd pmt_telemetry drm_suballoc_helper soundcore processor_thermal_mbox roles pmt_class int3403_thermal int3400_thermal cfg80211 spi_nor intel_uncore nvidia_wmi_ec_backlight idma64 i2c_hid i2c_i801 intel_vsec psmouse intel_hid acpi_thermal_rel mei int340x_thermal_zone rfkill mtd i2c_smbus i2c_mux mac_hid pcspkr pinctrl_alderlake sparse_keymap acpi_pad i2c_dev crypto_user nfnetlink ip_tables x_tables overlay squashfs isofs cdrom nvme nvme_core
[ +0.000029] [Tue Feb 4 03:49:16 2025] nvme_auth i915 nouveau crc32_pclmul gpu_sched crc32c_intel drm_gpuvm sha512_ssse3 drm_exec sha256_ssse3 drm_buddy drm_ttm_helper serio_raw aesni_intel ttm atkbd gf128mul igc libps2 i2c_algo_bit crypto_simd hid_generic vivaldi_fmap mxm_wmi ptp drm_display_helper cryptd thunderbolt uas spi_intel_pci cec pps_core usbhid usb_storage spi_intel vmd intel_gtt i8042 video serio wmi dm_snapshot dm_bufio dm_mod loop
[ +0.000010] [Tue Feb 4 03:49:16 2025] CPU: 7 UID: 0 PID: 20 Comm: rcu_exp_par_gp_ Tainted: G D L 6.12.12-1-MANJARO #1 9cf2bc27dd98150779fa442297bc80d89e8aad59
[ +0.000001] [Tue Feb 4 03:49:16 2025] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ +0.000001] [Tue Feb 4 03:49:16 2025] Hardware name: Notebook XM-10 X370SNx/X370SNx, BIOS 1.07.11a 11/29/2023
[ +0.000001] [Tue Feb 4 03:49:16 2025] RIP: 0010:smp_call_function_single+0xe9/0x140
[ +0.000002] [Tue Feb 4 03:49:16 2025] Code: 38 65 48 2b 14 25 28 00 00 00 75 66 c9 c3 cc cc cc cc 65 48 8b 05 af 9e c4 65 48 8d b0 40 81 03 00 8b 46 08 a8 01 74 09 f3 90 <8b> 46 08 a8 01 75 f7 83 4e 08 01 4c 89 46 10 48 89 56 18 e8 bf fd
[ +0.000001] [Tue Feb 4 03:49:16 2025] RSP: 0018:ffffb8bb801a7e00 EFLAGS: 00000202
[ +0.000001] [Tue Feb 4 03:49:16 2025] RAX: 0000000000000001 RBX: ffff8f62bed37d80 RCX: 0000000000000000
[ +0.000000] [Tue Feb 4 03:49:16 2025] RDX: 0000000000000000 RSI: ffff8f62bebb8140 RDI: 000000000000000a
[ +0.000001] [Tue Feb 4 03:49:16 2025] RBP: ffffb8bb801a7e58 R08: ffffffff9a38a250 R09: ffffffff9c2cfdf0
[ +0.000000] [Tue Feb 4 03:49:16 2025] R10: 0000000000000001 R11: 0000000000031560 R12: 0000000000000400
[ +0.000001] [Tue Feb 4 03:49:16 2025] R13: 0000000000031560 R14: 000000000000000a R15: 000000000000e9bf
[ +0.000001] [Tue Feb 4 03:49:16 2025] FS: 0000000000000000(0000) GS:ffff8f62beb80000(0000) knlGS:0000000000000000
[ +0.000000] [Tue Feb 4 03:49:16 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] [Tue Feb 4 03:49:16 2025] CR2: 000072e27041a000 CR3: 000000069f022000 CR4: 0000000000f52ef0
[ +0.000001] [Tue Feb 4 03:49:16 2025] PKRU: 55555554
[ +0.000000] [Tue Feb 4 03:49:16 2025] Call Trace:
[ +0.000001] [Tue Feb 4 03:49:16 2025] <IRQ>
[ +0.000000] [Tue Feb 4 03:49:16 2025] ? watchdog_timer_fn.cold+0x19c/0x219
[ +0.000002] [Tue Feb 4 03:49:16 2025] ? __pfx_watchdog_timer_fn+0x10/0x10
[ +0.000002] [Tue Feb 4 03:49:16 2025] ? __hrtimer_run_queues+0x12f/0x2a0
[ +0.000001] [Tue Feb 4 03:49:16 2025] ? hrtimer_interrupt+0xfa/0x210
[ +0.000001] [Tue Feb 4 03:49:16 2025] ? __sysvec_apic_timer_interrupt+0x52/0x100
[ +0.000002] [Tue Feb 4 03:49:16 2025] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ +0.000000] [Tue Feb 4 03:49:16 2025] </IRQ>
[ +0.000001] [Tue Feb 4 03:49:16 2025] <TASK>
[ +0.000000] [Tue Feb 4 03:49:16 2025] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ +0.000001] [Tue Feb 4 03:49:16 2025] ? __pfx_rcu_exp_handler+0x10/0x10
[ +0.000002] [Tue Feb 4 03:49:16 2025] ? smp_call_function_single+0xe9/0x140
[ +0.000001] [Tue Feb 4 03:49:16 2025] __sync_rcu_exp_select_node_cpus+0x23b/0x3c0
[ +0.000002] [Tue Feb 4 03:49:16 2025] ? __pfx_sync_rcu_exp_select_node_cpus+0x10/0x10
[ +0.000000] [Tue Feb 4 03:49:16 2025] kthread_worker_fn+0xa3/0x220
[ +0.000002] [Tue Feb 4 03:49:16 2025] ? __pfx_kthread_worker_fn+0x10/0x10
[ +0.000000] [Tue Feb 4 03:49:16 2025] kthread+0xcf/0x100
[ +0.000002] [Tue Feb 4 03:49:16 2025] ? __pfx_kthread+0x10/0x10
[ +0.000002] [Tue Feb 4 03:49:16 2025] ret_from_fork+0x31/0x50
[ +0.000001] [Tue Feb 4 03:49:16 2025] ? __pfx_kthread+0x10/0x10
[ +0.000001] [Tue Feb 4 03:49:16 2025] ret_from_fork_asm+0x1a/0x30
[ +0.000002] [Tue Feb 4 03:49:16 2025] </TASK>
What’s even weirder is that while the system appears to be locked up, the SSH connection is still up and dmesg -wHT
is still printing watchdog: BUG: soft lockup
kernel messages every so often. However, ^C
caused that SSH connection to also become useless since it got stuck right after.
Edit:
Booting this system into an Endeavour OS live system, running the exact same commands as above, I was able to fill the entire SSD up with yes > yes
, and then was also able to successfully take an entire image of the internal SSD. I don’t know what to make of this and switching away from Manjaro to a different Arch derivative was not on my New Year’s resolutions list 