You are not logged in.

#1 2026-04-06 13:23:22

ZeroKey
Member
Registered: 2026-04-06
Posts: 4

[BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

After updating to the 6.19.11 arch1-1 kernel and at the same time, updating to mesa 1:26.0.4-1, I started to run into the already known but afaik unfixed 'amdgpu flip_done timed out' error, which causes a complete system lock up and requires a hard system reset.
Rolling back to kernel 6.19.10 arch1-1 and mesa 1:26.0.3-1 (including lib32 and vulkan deps) completely fixed the issue. Some freezes didn't even produce journal entries, some did.

System:
CPU: Intel i5-14600K
GPU: Radeon RX9070XT
RAM: 32GB

I'm happy to wait for the next kernel and driver version to see if the issue persists while I run the slightly older version but I thought I'd raise the issue here in case others run into this.
Two journal entries where something was logged:

 
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 timeout, signaled seq=221111, emitted seq=221111
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Starting sdma1 ring reset
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:416:crtc-0] flip_done timed out
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:420:crtc-1] flip_done timed out
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU18: Watchdog detected hard LOCKUP on cpu 18
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU10: Watchdog detected hard LOCKUP on cpu 10
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU14: Watchdog detected hard LOCKUP on cpu 14
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [Isolated Web Co:47484]
Apr 05 22:15:19 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679] 
 
Apr 05 17:25:26 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 timeout, signaled seq=6505, emitted seq=6505
Apr 05 17:25:26 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Starting sdma0 ring reset
Apr 05 17:25:26 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:416:crtc-0] flip_done timed out 

Offline

#2 Yesterday 08:23:11

WaitAndSee
Member
Registered: 2025-12-16
Posts: 16

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Ive been having freezing issues too but thats not the reason for the responce. What journalctl command would i use for a sitsuation like this? Im looking to learn to fix things myself

Offline

#3 Yesterday 11:23:19

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,885

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Usually the cause of the error is much earlier then the error messages.

For troubleshooting run as root/with root rights journalctl -b  .
When posting on a forum like ours also include the full output of lspci -k so readers get a good idea of your hardware setup.

See https://bbs.archlinux.org/viewtopic.php?id=57855 for more info .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#4 Yesterday 11:24:06

ZeroKey
Member
Registered: 2026-04-06
Posts: 4

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

WaitAndSee wrote:

Ive been having freezing issues too but thats not the reason for the responce. What journalctl command would i use for a sitsuation like this? Im looking to learn to fix things myself

First: Wiki on how to filter the journal output

You're probably looking for something like

 journalctl -b -1 -p 3..1

  but there are far more options and you should really look at the wiki.

If you're really lazy, there are helper programs both as GUI and TUI but I'd recommend first getting to grips with the terminal and then getting lazy.


Lone_Wolf wrote:

Usually the cause of the error is much earlier then the error messages.

For troubleshooting run as root/with root rights journalctl -b  .
When posting on a forum like ours also include the full output of lspci -k so readers get a good idea of your hardware setup.

See https://bbs.archlinux.org/viewtopic.php?id=57855 for more info .

I wasn't sure how verbose I should go on the logs as it quickly becomes a wall of text that I doubt anybody actually parses through. What I posted was simply err to emerg range. Here is the full entry at debug level from the moment something goes wrong in the log.

Apr 05 22:14:52 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Fence fallback timer expired on ring vcn_unified_0
Apr 05 22:14:53 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Fence fallback timer expired on ring vcn_unified_0
Apr 05 22:14:54 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Dumping IP State
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Dumping IP State Completed
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: [drm] AMDGPU device coredump file has been created
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 timeout, signaled seq=221111, emitted seq=221111
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Starting sdma1 ring reset
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: reset sdma queue (1:0:0)
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:416:crtc-0] flip_done timed out
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:420:crtc-1] flip_done timed out
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU18: Watchdog detected hard LOCKUP on cpu 18
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 18 UID: 0 PID: 613512 Comm: kworker/u81:0 Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: Workqueue: ttm ttm_bo_delayed_delete [ttm]
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 05 22:15:19 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd e1 14
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40de604bd40 EFLAGS: 00000002
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000001 RBX: 0000000000000292 RCX: ffff8f2481420b18
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8f2481420b18
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000206 R08: 00000fad21bc2c35 R09: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f25f3478000 R11: 0000000000000000 R12: ffff8f25f3478000
Apr 05 22:15:19 ZeroKey kernel: R13: ffffd40de604bd58 R14: ffff8f2481420ac0 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  0000000000000000(0000) GS:ffff8f2c8b543000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007ffd1d523a88 CR3: 0000000183286003 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  _raw_spin_lock_irqsave+0x3d/0x50
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_default_wait+0x1a1/0x270
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_dma_fence_default_wait_cb+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_wait_timeout+0xa2/0x150
Apr 05 22:15:19 ZeroKey kernel:  dma_resv_wait_timeout+0xce/0x1d0
Apr 05 22:15:19 ZeroKey kernel:  ttm_bo_delayed_delete+0x32/0x90 [ttm 46002b734100c03fd9b3f3bde03ec36a1efe9dcb]
Apr 05 22:15:19 ZeroKey kernel:  process_one_work+0x193/0x350
Apr 05 22:15:19 ZeroKey kernel:  worker_thread+0x1a1/0x310
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_worker_thread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  kthread+0xfc/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ret_from_fork+0x243/0x280
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ret_from_fork_asm+0x1a/0x30
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU10: Watchdog detected hard LOCKUP on cpu 10
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 10 UID: 1000 PID: 618678 Comm: python3 Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x64/0x2f0
Apr 05 22:15:19 ZeroKey kernel: Code: 77 79 f0 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 <0f> b6 01 84 c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd e1 14
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc0380d38 EFLAGS: 00000002
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000001 RBX: 000000000000387c RCX: ffffffffc18288a8
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffffc18288a8
Apr 05 22:15:19 ZeroKey kernel: RBP: ffff8f24aa67a3a0 R08: ffff8f25f3478e03 R09: 0000000000000006
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000012 R11: ffff8f24872db000 R12: ffffd40dc0380d70
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000003 R14: ffff8f24aa580000 R15: ffff8f24aa5a6fa8
Apr 05 22:15:19 ZeroKey kernel: FS:  00007f1a1ce30b80(0000) GS:ffff8f2c8b343000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00005648044c1ef8 CR3: 00000003a58ee005 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <IRQ>
Apr 05 22:15:19 ZeroKey kernel:  _raw_spin_lock+0x29/0x30
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_pasid_free+0x1a/0x80 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_pasid_free_cb+0x19/0x60 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 05 22:15:19 ZeroKey kernel:  drm_sched_job_done.isra.0+0x58/0x160 [gpu_sched 16da872101f9daa8052d64581e15b5dfce6b81b8]
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_signal_timestamp_locked+0x8e/0x110
Apr 05 22:15:19 ZeroKey kernel:  dma_fence_signal+0x30/0x60
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_fence_process+0xd0/0x140 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  sdma_v7_0_process_trap_irq+0x5a/0x70 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_irq_dispatch+0x176/0x270 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_ih_process+0x66/0x190 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_irq_handler+0x23/0x60 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  __handle_irq_event_percpu+0x55/0x200
Apr 05 22:15:19 ZeroKey kernel:  ? clockevents_program_event+0xa2/0x100
Apr 05 22:15:19 ZeroKey kernel:  handle_irq_event+0x38/0x90
Apr 05 22:15:19 ZeroKey kernel:  handle_edge_irq+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  __common_interrupt+0x41/0xa0
Apr 05 22:15:19 ZeroKey kernel:  common_interrupt+0x80/0xa0
Apr 05 22:15:19 ZeroKey kernel:  </IRQ>
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  asm_common_interrupt+0x26/0x40
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:idr_get_free+0x1e0/0x2f0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 d3 e0 44 89 c1 48 83 e8 01 48 09 e8 4c 39 f0 49 0f 47 c6 48 83 c0 01 48 89 47 08 44 89 c0 c1 e8 06 49 8b 84 c7 28 02 00 00 <48> d3 e8 48 8b 34 24 48 89 46 10 48 83 c4 10 4c 89 e0 5b 5d 41 5c
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40df55b39d0 EFLAGS: 00000247
Apr 05 22:15:19 ZeroKey kernel: RAX: efffffffffffffff RBX: 0000000000000000 RCX: 000000000000003d
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000003d RSI: 0000000000040000 RDI: ffffd40df55b3a18
Apr 05 22:15:19 ZeroKey kernel: RBP: 000000000000387d R08: 000000000000003d R09: ffff8f26052f5000
Apr 05 22:15:19 ZeroKey kernel: R10: ffffd40df55b3ab8 R11: ffff8f26052f3000 R12: ffff8f2724beefb0
Apr 05 22:15:19 ZeroKey kernel: R13: ffffffffc18622a0 R14: 000000000000ffff R15: ffff8f2724beeda0
Apr 05 22:15:19 ZeroKey kernel:  idr_alloc_u32+0x8c/0x100
Apr 05 22:15:19 ZeroKey kernel:  idr_alloc_cyclic+0x55/0xc0
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_pasid_alloc+0x44/0xb0 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_driver_open_kms+0x82/0x250 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  drm_file_alloc+0x1bf/0x2b0
Apr 05 22:15:19 ZeroKey kernel:  drm_open_helper+0x87/0x160
Apr 05 22:15:19 ZeroKey kernel:  drm_open+0x72/0x100
Apr 05 22:15:19 ZeroKey kernel:  drm_stub_open+0x9e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  chrdev_open+0xad/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_chrdev_open+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  do_dentry_open+0x176/0x4b0
Apr 05 22:15:19 ZeroKey kernel:  vfs_open+0x30/0x100
Apr 05 22:15:19 ZeroKey kernel:  path_openat+0x88f/0x1670
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_filp_open+0xd8/0x180
Apr 05 22:15:19 ZeroKey kernel:  ? dput.part.0+0x27/0x110
Apr 05 22:15:19 ZeroKey kernel:  do_sys_openat2+0x88/0xf0
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_openat+0x61/0xa0
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_close+0x3d/0x80
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_close+0x3d/0x80
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? irqtime_account_irq+0x3c/0xc0
Apr 05 22:15:19 ZeroKey kernel:  ? __irq_exit_rcu+0x4c/0xf0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7f1a1c6a23be
Apr 05 22:15:19 ZeroKey kernel: Code: 4d 89 d8 e8 64 bb 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffdf7c667b0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000000002 RCX: 00007f1a1c6a23be
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000080002 RSI: 00007f1a1bbf4780 RDI: ffffffffffffff9c
Apr 05 22:15:19 ZeroKey kernel: RBP: 00007ffdf7c667c0 R08: 0000000000000000 R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000080002
Apr 05 22:15:19 ZeroKey kernel: R13: 00000000000001ff R14: 00007f1a1bf5a1f0 R15: 00007f1a1bbf4780
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: INFO: NMI handler (perf_event_nmi_handler) took too long to run: 1.493 msecs
Apr 05 22:15:19 ZeroKey kernel: watchdog: CPU14: Watchdog detected hard LOCKUP on cpu 14
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 14 UID: 0 PID: 611306 Comm: kworker/u80:2 Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x67/0x2f0
Apr 05 22:15:19 ZeroKey kernel: Code: 0f ba 29 08 0f 92 c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 55 85 c0 74 10 0f b6 01 84 c0 74 09 f3 90 0f b6 01 <84> c0 75 f7 b8 01 00 00 00 66 89 01 65 48 ff 05 cd e1 14 02 c3 cc
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc24e7d08 EFLAGS: 00000002
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000001 RBX: 0000000000000206 RCX: ffff8f24aa5a701c
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8f24aa5a701c
Apr 05 22:15:19 ZeroKey kernel: RBP: ffff8f24aa5a6fa8 R08: 0000000000000000 R09: 0000000001b9a3c0
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24aa580000 R11: ffffd40dc24e7940 R12: 0000000000000003
Apr 05 22:15:19 ZeroKey kernel: R13: ffff8f24a74dfe00 R14: 0000000000000000 R15: ffff8f24aa5a70c8
Apr 05 22:15:19 ZeroKey kernel: FS:  0000000000000000(0000) GS:ffff8f2c8b443000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007fd4b7fed910 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  _raw_spin_lock_irqsave+0x3d/0x50
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_fence_driver_guilty_force_completion+0x4b/0x180 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_ring_reset_helper_end+0x33/0x100 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  amdgpu_job_timedout.cold+0x1cc/0x3b2 [amdgpu 410c3ba2acdfb6bf134e36e5cc55e9716a3402b1]
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0x45f/0x1720
Apr 05 22:15:19 ZeroKey kernel:  drm_sched_job_timedout+0x88/0x180 [gpu_sched 16da872101f9daa8052d64581e15b5dfce6b81b8]
Apr 05 22:15:19 ZeroKey kernel:  process_one_work+0x193/0x350
Apr 05 22:15:19 ZeroKey kernel:  worker_thread+0x1a1/0x310
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_worker_thread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  kthread+0xfc/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ret_from_fork+0x243/0x280
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_kthread+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  ret_from_fork_asm+0x1a/0x30
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [Isolated Web Co:47484]
Apr 05 22:15:19 ZeroKey kernel: CPU#0 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]
  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 0 UID: 1000 PID: 47484 Comm: Isolated Web Co Tainted: G           OE       6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dedd13778 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000246 RCX: ffff8f2c1fab9080
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: ffff8f24801c4df0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c48b0 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f834100 R15: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea66ea3bc0(0000) GS:ffff8f2c8b0c3000(0000) knlGS:00007fe800000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f147aa40310 CR3: 00000002aeb2d004 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  __mmap_region+0xb83/0xfc0
Apr 05 22:15:19 ZeroKey kernel:  ? refill_obj_stock+0x12e/0x240
Apr 05 22:15:19 ZeroKey kernel:  ? __memcg_slab_free_hook+0xf4/0x140
Apr 05 22:15:19 ZeroKey kernel:  do_mmap+0x487/0x660
Apr 05 22:15:19 ZeroKey kernel:  vm_mmap_pgoff+0x123/0x210
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? psi_task_switch+0x113/0x2a0
Apr 05 22:15:19 ZeroKey kernel:  ? finish_task_switch.isra.0+0x95/0x2c0
Apr 05 22:15:19 ZeroKey kernel:  ? update_curr+0x2f/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  ? pick_task_fair+0x37/0x120
Apr 05 22:15:19 ZeroKey kernel:  ? pick_next_task_fair+0x3a/0x7f0
Apr 05 22:15:19 ZeroKey kernel:  ? update_irq_load_avg+0x47/0x520
Apr 05 22:15:19 ZeroKey kernel:  ? __schedule+0xf10/0x1720
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? irqentry_exit+0x2c3/0x5e0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 ec 0c 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007ffef4cd1ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 0000000000200000 RCX: 00007fea669dc06d
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000000 RSI: 0000000000200000 RDI: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00000000ffffffff R09: 0000000000000000
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000032 R11: 0000000000000246 R12: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea0d200000 R15: 00007fea0d200000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 26s! [TaskCon~ller #0:16791]
Apr 05 22:15:19 ZeroKey kernel: CPU#4 Utilization every 4000ms during lockup:
Apr 05 22:15:19 ZeroKey kernel: 	#1: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#2: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#3: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#4: 100% system,	  0% softirq,	  1% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: 	#5: 100% system,	  0% softirq,	  0% hardirq,	  0% idle
Apr 05 22:15:19 ZeroKey kernel: Modules linked in: ntfs3 snd_seq_dummy snd_hrtimer snd_seq cfg80211 rfcomm cmac algif_hash algif_skcipher af_alg bnep snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils vfat snd_soc_acpi_intel_match fat snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation btusb snd_soc_sdw_utils btmtk snd_soc_acpi snd_hda_codec_alc662 btrtl soundwire_bus amdgpu snd_hda_codec_realtek_lib btbcm snd_usb_audio intel_uncore_frequency snd_soc_sdca btintel intel_uncore_frequency_common snd_hda_codec_generic crc8 snd_usbmidi_lib snd_hda_codec_atihdmi bluetooth snd_ump snd_hda_codec_hdmi snd_soc_avs snd_rawmidi razermouse(OE) snd_seq_device mousedev joydev rfkill mc snd_soc_hda_codec snd_hda_intel snd_hda_ext_core aquacomputer_d5next amdxcp snd_hda_codec snd_soc_core drm_panel_backlight_quirks snd_hda_core
Apr 05 22:15:19 ZeroKey kernel:  gpu_sched x86_pkg_temp_thermal drm_buddy intel_powerclamp snd_compress snd_intel_dspcfg drm_exec drm_suballoc_helper snd_intel_sdw_acpi ac97_bus coretemp drm_ttm_helper snd_hwdep snd_pcm_dmaengine processor_thermal_device_pci ghash_clmulni_intel r8169 iTCO_wdt processor_thermal_device aesni_intel ttm snd_pcm intel_pmc_bxt realtek processor_thermal_wt_hint rapl spd5118 i2c_algo_bit snd_timer iTCO_vendor_support platform_temperature_control intel_cstate mdio_devres drm_display_helper spi_nor processor_thermal_soc_slider snd libphy platform_profile i2c_i801 mei_pxp mei_hdcp intel_rapl_msr wmi_bmof gigabyte_wmi i2c_smbus pcspkr soundcore mtd mdio_bus cec processor_thermal_rfim intel_uncore intel_pmc_core i2c_mux processor_thermal_rapl pmt_telemetry intel_rapl_common pmt_discovery processor_thermal_wt_req pmt_class video processor_thermal_power_floor intel_pmc_ssram_telemetry int3400_thermal processor_thermal_mbox mei_me intel_vsec intel_hid int340x_thermal_zone acpi_thermal_rel wmi pinctrl_alderlake
Apr 05 22:15:19 ZeroKey kernel:  sparse_keymap acpi_pad acpi_tad mei mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) ccp kvm_intel kvm irqbypass ntsync i2c_dev crypto_user nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress nvme nvme_core nvme_keyring nvme_auth intel_lpss_pci hkdf spi_intel_pci intel_lpss spi_intel idma64
Apr 05 22:15:19 ZeroKey kernel: CPU: 4 UID: 1000 PID: 16791 Comm: TaskCon~ller #0 Tainted: G           OEL      6.19.11-arch1-1 #1 PREEMPT(full)  f2f06fc6c55f9a7018c38564662faf35699ac140
Apr 05 22:15:19 ZeroKey kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 05 22:15:19 ZeroKey kernel: Hardware name: Gigabyte Technology Co., Ltd. Z790 UD/Z790 UD, BIOS F14 06/19/2025
Apr 05 22:15:19 ZeroKey kernel: RIP: 0010:smp_call_function_many_cond+0x133/0x4e0
Apr 05 22:15:19 ZeroKey kernel: Code: 48 63 d2 e8 0f 94 73 00 3b 05 09 b6 65 02 48 89 c2 73 23 48 63 c2 49 8b 0e 48 03 0c c5 e0 40 12 93 8b 41 08 a8 01 74 09 f3 90 <8b> 41 08 a8 01 75 f7 83 c2 01 eb c0 48 83 c4 40 5b 5d 41 5c 41 5d
Apr 05 22:15:19 ZeroKey kernel: RSP: 0018:ffffd40dc1d539b8 EFLAGS: 00000202
Apr 05 22:15:19 ZeroKey kernel: RAX: 0000000000000011 RBX: 0000000000000202 RCX: ffff8f2c1faba440
Apr 05 22:15:19 ZeroKey kernel: RDX: 000000000000000a RSI: 0000000000000000 RDI: 000000000000000a
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000004 R08: ffff8f24801c41b0 R09: ffff8f2480f6f000
Apr 05 22:15:19 ZeroKey kernel: R10: ffff8f24801c4d50 R11: 0000000000000000 R12: 0000000000000001
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000000013 R14: ffff8f2c1f934100 R15: 0000000000000004
Apr 05 22:15:19 ZeroKey kernel: FS:  00007fea3e9a26c0(0000) GS:ffff8f2c8b1c3000(0000) knlGS:0000000000000000
Apr 05 22:15:19 ZeroKey kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 05 22:15:19 ZeroKey kernel: CR2: 00007f430e34fec0 CR3: 00000002277c2001 CR4: 0000000000f70ef0
Apr 05 22:15:19 ZeroKey kernel: PKRU: 55555554
Apr 05 22:15:19 ZeroKey kernel: Call Trace:
Apr 05 22:15:19 ZeroKey kernel:  <TASK>
Apr 05 22:15:19 ZeroKey kernel:  ? __pfx_flush_tlb_func+0x10/0x10
Apr 05 22:15:19 ZeroKey kernel:  on_each_cpu_cond_mask+0x24/0x40
Apr 05 22:15:19 ZeroKey kernel:  flush_tlb_mm_range+0x1ba/0x5c0
Apr 05 22:15:19 ZeroKey kernel:  tlb_flush_mmu_tlbonly+0x3d/0x140
Apr 05 22:15:19 ZeroKey kernel:  tlb_finish_mmu+0x45/0xd0
Apr 05 22:15:19 ZeroKey kernel:  do_madvise+0xff/0x150
Apr 05 22:15:19 ZeroKey kernel:  __x64_sys_madvise+0x2b/0x40
Apr 05 22:15:19 ZeroKey kernel:  do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? schedule+0x27/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_unqueue+0x60/0x90
Apr 05 22:15:19 ZeroKey kernel:  ? __futex_wait+0x96/0xf0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_hash+0x86/0xa0
Apr 05 22:15:19 ZeroKey kernel:  ? futex_wake+0xac/0x1c0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0xc5/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? switch_fpu_return+0x4e/0xd0
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x23b/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? do_futex+0x11f/0x190
Apr 05 22:15:19 ZeroKey kernel:  ? __x64_sys_futex+0x12d/0x220
Apr 05 22:15:19 ZeroKey kernel:  ? do_syscall_64+0x81/0x5f0
Apr 05 22:15:19 ZeroKey kernel:  ? exc_page_fault+0x7e/0x1a0
Apr 05 22:15:19 ZeroKey kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 05 22:15:19 ZeroKey kernel: RIP: 0033:0x7fea669da33b
Apr 05 22:15:19 ZeroKey kernel: Code: 64 48 2b 14 25 28 00 00 00 75 02 c9 c3 67 e8 1c 0c 01 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 09 0d 00 f7 d8 64 89 01 48
Apr 05 22:15:19 ZeroKey kernel: RSP: 002b:00007fea3e9a1bd8 EFLAGS: 00000246 ORIG_RAX: 000000000000001c
Apr 05 22:15:19 ZeroKey kernel: RAX: ffffffffffffffda RBX: 00007fea3e9a1ce8 RCX: 00007fea669da33b
Apr 05 22:15:19 ZeroKey kernel: RDX: 0000000000000004 RSI: 00000000000c0000 RDI: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel: RBP: 0000000000000000 R08: 00007fea66f23010 R09: 0000000001ab4eba
Apr 05 22:15:19 ZeroKey kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00000000000c0000
Apr 05 22:15:19 ZeroKey kernel: R13: 0000000000040000 R14: 00007fea3f94a0c0 R15: 00001c0109a40000
Apr 05 22:15:19 ZeroKey kernel:  </TASK>
Apr 05 22:15:19 ZeroKey kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [python3:618679]

And here is my lspci output:

? ~ ❯ lspci -k                                                                                                                                                      13:29 
00:00.0 Host bridge: Intel Corporation Device a704 (rev 01)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 5000
	Kernel modules: ie31200_edac
00:01.0 PCI bridge: Intel Corporation Raptor Lake PCI Express 5.0 Graphics Port (PEG010) (rev 01)
	Subsystem: Gigabyte Technology Co., Ltd Device 5000
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:04.0 Signal processing controller: Intel Corporation Raptor Lake Dynamic Platform and Thermal Framework Processor Participant (rev 01)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 8888
	Kernel driver in use: proc_thermal_pci
	Kernel modules: processor_thermal_device_pci
00:06.0 PCI bridge: Intel Corporation Raptor Lake PCI Express 4.0 Graphics Port (rev 01)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:08.0 System peripheral: Intel Corporation GNA Scoring Accelerator module (rev 01)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 5000
00:14.0 USB controller: Intel Corporation Raptor Lake USB 3.2 Gen 2x2 (20 Gb/s) XHCI Host Controller (rev 11)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 5007
	Kernel driver in use: xhci_hcd
	Kernel modules: mei_me
00:14.2 RAM memory: Intel Corporation Raptor Lake PCH Shared SRAM (rev 11)
	DeviceName: Onboard - Other
00:15.0 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #0 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:15.1 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #1 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:15.2 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #2 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:15.3 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #3 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation Raptor Lake CSME HECI #1 (rev 11)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 1c3a
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation Raptor Lake SATA AHCI Controller (rev 11)
	DeviceName: Onboard - SATA
	Subsystem: Gigabyte Technology Co., Ltd Device b005
	Kernel driver in use: ahci
	Kernel modules: ahci
00:19.0 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #4 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:19.1 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host Controller #5 (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:1c.0 PCI bridge: Intel Corporation Raptor Lake PCI Express Root Port #1 (rev 11)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation Raptor Lake PCI Express Root Port #3 (rev 11)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1f.0 ISA bridge: Intel Corporation Z790 Chipset LPC/eSPI Controller (rev 11)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
00:1f.3 Audio device: Intel Corporation Raptor Lake High Definition Audio Controller (rev 11)
	DeviceName: Onboard - Sound
	Subsystem: Gigabyte Technology Co., Ltd Device a194
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_soc_avs, snd_sof_pci_intel_tgl, snd_hda_intel
00:1f.4 SMBus: Intel Corporation 700 Series Chipset SMBus Controller (rev 11)
	DeviceName: Onboard - Other
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
00:1f.5 Serial bus controller: Intel Corporation Raptor Lake SPI (flash) Controller (rev 11)
	DeviceName: Onboard - Other
	Kernel driver in use: intel-spi
	Kernel modules: spi_intel_pci
01:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch (rev 24)
	Subsystem: ASUSTeK Computer Inc. Device 1478
	Kernel driver in use: pcieport
	Kernel modules: shpchp
02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch (rev 24)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch
	Kernel driver in use: pcieport
	Kernel modules: shpchp
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 [Radeon RX 9070/9070 XT/9070 GRE] (rev c0)
	Subsystem: ASUSTeK Computer Inc. Device 061a
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
03:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 HDMI/DP Audio Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 HDMI/DP Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
04:00.0 Non-Volatile memory controller: Sandisk Corp WD Black SN850X NVMe SSD (rev 01)
	Subsystem: Sandisk Corp WD Black SN850X NVMe SSD
	Kernel driver in use: nvme
	Kernel modules: nvme
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
	Subsystem: Gigabyte Technology Co., Ltd Device e000
	Kernel driver in use: r8169
	Kernel modules: r8169

Last edited by ZeroKey (Yesterday 11:44:28)

Offline

#5 Yesterday 14:40:34

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,254

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Lone_Wolf wrote:

the cause of the error is much earlier then the error messages

Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:416:crtc-0] flip_done timed out
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: [drm] *ERROR* [CRTC:420:crtc-1] flip_done timed out
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done

You'll need https://archlinux.org/packages/extra/x86_64/v4l-utils/

Rolling back to kernel 6.19.10 arch1-1 and mesa 1:26.0.3-1

Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: [drm] AMDGPU device coredump file has been created
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 timeout, signaled seq=221111, emitted seq=221111
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: Starting sdma1 ring reset
Apr 05 22:15:02 ZeroKey kernel: amdgpu 0000:03:00.0: amdgpu: reset sdma queue (1:0:0)

What if you only downgrade mesa?

AMD will want to see that dump in /sys/class/drm/card1/device/devcoredump/data

Offline

#6 Yesterday 17:59:09

ZeroKey
Member
Registered: 2026-04-06
Posts: 4

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

seth wrote:
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done

You'll need https://archlinux.org/packages/extra/x86_64/v4l-utils/

Here is the output you asked for:

/sys/class/drm/card1
/sys/class/drm/card1/edid: No such file or directory
=================
/sys/class/drm/card1-DP-1
EDID of '/sys/class/drm/card1-DP-1/edid' was empty.
=================
/sys/class/drm/card1-DP-2
edid-decode (hex):

00 ff ff ff ff ff ff 00 1c 54 3c 27 01 01 01 01
2b 23 01 04 b5 3b 21 78 fb ce d5 b0 4f 3c b7 26
0a 50 54 bf ef 80 71 4f 81 c0 81 00 81 40 81 80
95 00 a9 c0 b3 00 56 5e 00 a0 a0 a0 29 50 30 20
35 00 4e 4e 21 00 00 1a 00 00 00 fd 0e 50 19 ff
ff 7e 01 0a 20 20 20 20 20 20 00 00 00 fc 00 4d
4f 32 37 51 32 38 47 0a 20 20 20 20 00 00 00 ff
00 32 35 34 33 32 46 30 30 36 32 39 32 0a 02 97

02 03 36 71 49 03 13 04 29 0f 1f 10 40 3f 23 09
06 07 83 01 00 00 74 1a 00 00 03 03 50 f0 00 a0
6e 02 4f 02 18 01 00 00 00 00 00 e3 05 c3 01 e6
06 0d 01 6d 52 02 6f c2 00 a0 a0 a0 55 50 30 20
35 00 4e 4e 21 00 00 1a 09 ec 00 a0 a0 a0 67 50
30 20 35 00 4e 4e 21 00 00 1a 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 9f

70 12 79 03 00 03 01 50 b2 eb 01 04 ff 09 9f 00
2f 80 1f 00 9f 05 d4 00 02 00 04 00 e9 ec 00 04
7f 07 9f 00 2f 80 1f 00 37 04 86 00 02 00 04 00
07 1a 01 04 7f 07 9f 00 2f 80 1f 00 37 04 9f 00
02 00 04 00 e3 6e 01 04 ff 09 4f 00 07 00 1f 00
9f 05 2a 00 20 00 07 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 35 90

----------------

Block 0, Base EDID:
  EDID Structure Version & Revision: 1.4
  Vendor & Product Identification:
    Manufacturer: GBT
    Model: 10044
    Serial Number: 16843009 (0x01010101)
    Made in: week 43 of 2025
  Basic Display Parameters & Features:
    Digital display
    Bits per primary color channel: 10
    DisplayPort interface
    Maximum image size: 59 cm x 33 cm
    Gamma: 2.20
    DPMS levels: Standby Suspend Off
    Supported color formats: RGB 4:4:4, YCrCb 4:4:4, YCrCb 4:2:2
    First detailed timing includes the native pixel format and preferred refresh rate
    Display supports continuous frequencies
  Color Characteristics:
    Red  : 0.6904, 0.3085
    Green: 0.2373, 0.7167
    Blue : 0.1513, 0.0400
    White: 0.3134, 0.3291
  Established Timings I & II:
    IBM     :   720x400    70.081663 Hz   9:5     31.467 kHz     28.320000 MHz
    DMT 0x04:   640x480    59.940476 Hz   4:3     31.469 kHz     25.175000 MHz
    Apple   :   640x480    66.666667 Hz   4:3     35.000 kHz     30.240000 MHz
    DMT 0x05:   640x480    72.808802 Hz   4:3     37.861 kHz     31.500000 MHz
    DMT 0x06:   640x480    75.000000 Hz   4:3     37.500 kHz     31.500000 MHz
    DMT 0x08:   800x600    56.250000 Hz   4:3     35.156 kHz     36.000000 MHz
    DMT 0x09:   800x600    60.316541 Hz   4:3     37.879 kHz     40.000000 MHz
    DMT 0x0a:   800x600    72.187572 Hz   4:3     48.077 kHz     50.000000 MHz
    DMT 0x0b:   800x600    75.000000 Hz   4:3     46.875 kHz     49.500000 MHz
    Apple   :   832x624    74.551266 Hz   4:3     49.726 kHz     57.284000 MHz
    DMT 0x10:  1024x768    60.003840 Hz   4:3     48.363 kHz     65.000000 MHz
    DMT 0x11:  1024x768    70.069359 Hz   4:3     56.476 kHz     75.000000 MHz
    DMT 0x12:  1024x768    75.028582 Hz   4:3     60.023 kHz     78.750000 MHz
    DMT 0x24:  1280x1024   75.024675 Hz   5:4     79.976 kHz    135.000000 MHz
    Apple   :  1152x870    75.061550 Hz 192:145   68.681 kHz    100.000000 MHz
  Standard Timings:
    DMT 0x15:  1152x864    75.000000 Hz   4:3     67.500 kHz    108.000000 MHz
    DMT 0x55:  1280x720    60.000000 Hz  16:9     45.000 kHz     74.250000 MHz
    DMT 0x1c:  1280x800    59.810326 Hz  16:10    49.702 kHz     83.500000 MHz
    DMT 0x20:  1280x960    60.000000 Hz   4:3     60.000 kHz    108.000000 MHz
    DMT 0x23:  1280x1024   60.019740 Hz   5:4     63.981 kHz    108.000000 MHz
    DMT 0x2f:  1440x900    59.887445 Hz  16:10    55.935 kHz    106.500000 MHz
    DMT 0x53:  1600x900    60.000000 Hz  16:9     60.000 kHz    108.000000 MHz (RB)
    DMT 0x3a:  1680x1050   59.954250 Hz  16:10    65.290 kHz    146.250000 MHz
  Detailed Timing Descriptors:
    DTD 1:  2560x1440   59.950550 Hz  16:9     88.787 kHz    241.500000 MHz (590 mm x 334 mm)
                 Hfront   48 Hsync  32 Hback   80 Hpol P
                 Vfront    3 Vsync   5 Vback   33 Vpol N
    Display Range Limits:
      Monitor ranges (Range Limits Only): 80-280 Hz V, 510-510 kHz H, max dotclock 1260 MHz
    Display Product Name: 'MO27Q28G'
    Display Product Serial Number: '25432F006292'
  Extension blocks: 2
Checksum: 0x97

----------------

Block 1, CTA-861 Extension Block:
  Revision: 3
  Basic audio support
  Supports YCbCr 4:4:4
  Supports YCbCr 4:2:2
  Native detailed modes: 1
  Video Data Block:
    VIC   3:   720x480    59.940060 Hz  16:9     31.469 kHz     27.000000 MHz
    VIC  19:  1280x720    50.000000 Hz  16:9     37.500 kHz     74.250000 MHz
    VIC   4:  1280x720    60.000000 Hz  16:9     45.000 kHz     74.250000 MHz
    VIC  41:  1280x720   100.000000 Hz  16:9     75.000 kHz    148.500000 MHz
    VIC  15:  1440x480    59.940060 Hz  16:9     31.469 kHz     54.000000 MHz
    VIC  31:  1920x1080   50.000000 Hz  16:9     56.250 kHz    148.500000 MHz
    VIC  16:  1920x1080   60.000000 Hz  16:9     67.500 kHz    148.500000 MHz
    VIC  64:  1920x1080  100.000000 Hz  16:9    112.500 kHz    297.000000 MHz
    VIC  63:  1920x1080  120.000000 Hz  16:9    135.000 kHz    297.000000 MHz
  Audio Data Block:
    Linear PCM:
      Max channels: 2
      Supported sample rates (kHz): 48 44.1
      Supported sample sizes (bits): 24 20 16
  Speaker Allocation Data Block:
    FL/FR - Front Left/Right
  Vendor-Specific Data Block (AMD), OUI 00-00-1A:
    Version: 3
    Feature Caps: 0x03
    Minimum Refresh Rate: 80 Hz
    Maximum Refresh Rate: 240 Hz
    Flags 1.x: 0x00
    Flags 2.x: 0xa0
    Maximum luminance: 110 (541.702 cd/m^2)
    Minimum luminance: 2 (0.000 cd/m^2)
    Unknown: 0x4f 0x02
  Colorimetry Data Block:
    xvYCC601
    xvYCC709
    BT2020YCC
    BT2020RGB
    Gamut Boundary Description Metadata Profile P0
  HDR Static Metadata Data Block:
    Electro optical transfer functions:
      Traditional gamma - SDR luminance range
      SMPTE ST2084
      Hybrid Log-Gamma
    Supported static metadata descriptors:
      Static metadata type 1
    Desired content max luminance: 109 (530.095 cd/m^2)
    Desired content max frame-average luminance: 82 (295.365 cd/m^2)
    Desired content min luminance: 2 (0.000 cd/m^2)
  Detailed Timing Descriptors:
    DTD 2:  2560x1440  119.997589 Hz  16:9    182.996 kHz    497.750000 MHz (590 mm x 334 mm)
                 Hfront   48 Hsync  32 Hback   80 Hpol P
                 Vfront    3 Vsync   5 Vback   77 Vpol N
    DTD 3:  2560x1440  143.973257 Hz  16:9    222.151 kHz    604.250000 MHz (590 mm x 334 mm)
                 Hfront   48 Hsync  32 Hback   80 Hpol P
                 Vfront    3 Vsync   5 Vback   95 Vpol N
Checksum: 0x9f  Unused space in Extension Block: 37 bytes

----------------

Block 2, DisplayID Extension Block:
  Version: 1.2
  Extension Count: 0
  Display Product Type: Standalone display device
  Video Timing Modes Type 1 - Detailed Timings Data Block:
    DTD:  2560x1440  279.961122 Hz  16:9    462.776 kHz   1258.750000 MHz (aspect 16:9, no 3D stereo)
               Hfront   48 Hsync  32 Hback   80 Hpol P
               Vfront    3 Vsync   5 Vback  205 Vpol N
    DTD:  1920x1080  239.988921 Hz  16:9    291.587 kHz    606.500000 MHz (aspect 16:9, no 3D stereo)
               Hfront   48 Hsync  32 Hback   80 Hpol P
               Vfront    3 Vsync   5 Vback  127 Vpol N
    DTD:  1920x1080  279.931762 Hz  16:9    347.115 kHz    722.000000 MHz (aspect 16:9, no 3D stereo)
               Hfront   48 Hsync  32 Hback   80 Hpol P
               Vfront    3 Vsync   5 Vback  152 Vpol N
    DTD:  2560x1440  239.900693 Hz  16:9    355.773 kHz    939.240000 MHz (aspect 16:9, no 3D stereo)
               Hfront    8 Hsync  32 Hback   40 Hpol N
               Vfront   33 Vsync   8 Vback    2 Vpol N
  Checksum: 0x35
Checksum: 0x90
=================
/sys/class/drm/card1-DP-3
EDID of '/sys/class/drm/card1-DP-3/edid' was empty.
=================
/sys/class/drm/card1-HDMI-A-1
EDID of '/sys/class/drm/card1-HDMI-A-1/edid' was empty.
=================
/sys/class/drm/card1-Writeback-1
EDID of '/sys/class/drm/card1-Writeback-1/edid' was empty.
=================

I've read VRR might have something to do with this bug, are you trying to see if my screen supports VRR? Because yes, it does. I have it turned on in the monitor settings but I don't have it configured in my monitors.conf. So, if doesn't default to on, I don't think I'm using it. Oh, I should mention, I'm on Hyprland.

seth wrote:

What if you only downgrade mesa?

I haven't tested only rolling back mesa, will do that and report back.

seth wrote:

AMD will want to see that dump in /sys/class/drm/card1/device/devcoredump/data

Sadly, that path doesn't exist on my system. Either the dump never got written, or it was cleaned up at some point but I don't have it.

Offline

#7 Yesterday 18:58:51

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,254

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

are you trying to see if my screen supports VRR? Because yes, it does.

Display supports continuous frequencies

Yes yes and also why is there only one output when there's crtc-0 and crtc-1 ?

I don't think I'm using it.

I have it turned on in the monitor setting

Should be easy enough to guarantee wink

Sadly, that path doesn't exist on my system.

sysfs is a transient pseudofilesystem - it will not survive reboots so you've to copy the file into a persistent location before such.

Offline

#8 Yesterday 22:32:38

ZeroKey
Member
Registered: 2026-04-06
Posts: 4

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

Okay, have been running with updated kernel for a few hours now. Watching YouTube, playing stuff in MPV, gaming etc. No freezes, no issues. It's not 100% but that should clear the kernel as the culprit. Leaves mesa. I have also turned off VRR on the monitor but only just now, not during the few hours of testing.

seth wrote:

... also why is there only one output when there's crtc-0 and crtc-1 ?

Probably because I have a second monitor that is plugged in but not turned on. I only turn it on occasionally when I need it. It's a 1440p screen that runs at 144Hz. It's not HDR capable and has VRR turned off. None of the freezes happened while that screen was turned on.

seth wrote:

sysfs is a transient pseudofilesystem - it will not survive reboots so you've to copy the file into a persistent location before such.

I vaguely remembered that. Doesn't that present a bit of a dilemma? If the system fully freezes, i.e CPU stall and I then hard reset the system, doesn't sysfs get wiped and re-built during the next boot? Effectively wiping that crash dump? Makes me question the location they've chosen for that crash dump. Because not rebooting and then chrooting into the drive to backup that crash dump is quite a bit of effort that could be avoided by simply dumping it in a persistent file system.

Offline

#9 Yesterday 23:27:57

loqs
Member
Registered: 2014-03-06
Posts: 18,858

Re: [BUG] Possible regression in Kernel 6.19.11 arch1-1 or mesa 1:26.0.4-1

/sys/class/drm/card1/device/devcoredump/data avoids issues such as ownership, quota and when crashing writing to disk storage may not safe.  I suspect the developers chose it out of simplicity.
Edit:
Udev rule and bash script that should in theory copy the devcoredump to /var/crash/devcoredumps:
/etc/udev/rules.d/99-devcoredump.rules

# Trigger when a devcoredump device is added
SUBSYSTEM=="devcoredump", ACTION=="add", RUN+="/usr/local/bin/save_dump.sh %k"

/usr/local/bin/save_dump.sh

#!/bin/bash
DEV_NAME="$1"
DUMP_PATH="/sys/class/devcoredump/$DEV_NAME/data"
SAVE_DIR="/var/crash/devcoredumps"
TIMESTAMP=$(date +%Y%m%d_%H%M%S)

if [ -f "$DUMP_PATH" ]; then
    mkdir -p "$SAVE_DIR"
    # Copy the dump and label it with the device name
    cat "$DUMP_PATH" > "$SAVE_DIR/${DEV_NAME}_$TIMESTAMP.bin"
    # Clear the dump so the kernel can capture the NEXT crash
    echo 1 > "$DUMP_PATH"
fi

Last edited by loqs (Yesterday 23:53:54)

Offline

Board footer

Powered by FluxBB