This update broke Asus GV301QH in a weird way. If the laptop has armoury crate WMI interface enabled in bios, asus_fw_init of asus_armoury module causes a kernel call trace to be printed and laptop eventually freezes while still in framebuffer. The interesting part is that this can be circumvented by having the laptop plugged in until fully booted. Here’s the journal log starting with the first call trace.
Apr 01 08:07:08 LAPTOP kernel: BUG: kernel NULL pointer dereference, address: 0000000000000004
Apr 01 08:07:08 LAPTOP kernel: #PF: supervisor read access in kernel mode
Apr 01 08:07:08 LAPTOP kernel: #PF: error_code(0x0000) - not-present page
Apr 01 08:07:08 LAPTOP kernel: PGD 0 P4D 0
Apr 01 08:07:08 LAPTOP kernel: Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI
Apr 01 08:07:08 LAPTOP kernel: CPU: 5 UID: 0 PID: 503 Comm: (udev-worker) Tainted: G OE 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:07:08 LAPTOP kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 01 08:07:08 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:07:08 LAPTOP kernel: RIP: 0010:asus_fw_init+0x1f9/0xff0 [asus_armoury]
Apr 01 08:07:08 LAPTOP kernel: Code: 54 c2 d1 e9 42 05 00 00 49 8b 44 24 08 48 85 c0 75 18 49 83 3c 24 00 75 11 48 c7 c7 3e 2c 02 c2 e8 6c 54 c2 d1 e9 20 05 00 00 <8b> 50 04 85 d2 75 03 8b 50 08 89 53 08 8b 50 10 85 d2 75 03 8b 50
Apr 01 08:07:08 LAPTOP kernel: RSP: 0018:ffffbb614167fb58 EFLAGS: 00010282
Apr 01 08:07:08 LAPTOP kernel: RAX: 0000000000000000 RBX: ffff9d499c44e2c0 RCX: 0000000000000000
Apr 01 08:07:08 LAPTOP kernel: RDX: 0000000000000000 RSI: 0000000000000286 RDI: ffff9d49821b7850
Apr 01 08:07:08 LAPTOP kernel: RBP: ffffffffc2025510 R08: 0000000000000000 R09: ffffbb614167fa18
Apr 01 08:07:08 LAPTOP kernel: R10: 0000000000000061 R11: ffffffff93644fa0 R12: ffffffffc20174c0
Apr 01 08:07:08 LAPTOP kernel: R13: ffffbb614167fba8 R14: ffff9d4985273d40 R15: ffff9d499487c178
Apr 01 08:07:08 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e480000(0000) knlGS:0000000000000000
Apr 01 08:07:08 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:08 LAPTOP kernel: CR2: 0000000000000004 CR3: 0000000113e52000 CR4: 0000000000f50ef0
Apr 01 08:07:08 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:08 LAPTOP kernel: Call Trace:
Apr 01 08:07:08 LAPTOP kernel: <TASK>
Apr 01 08:07:08 LAPTOP kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Apr 01 08:07:09 LAPTOP kernel: ? __die_body.cold+0x19/0x27
Apr 01 08:07:09 LAPTOP kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Apr 01 08:07:09 LAPTOP kernel: ? page_fault_oops+0x15c/0x2e0
Apr 01 08:07:09 LAPTOP kernel: ? exc_page_fault+0x81/0x190
Apr 01 08:07:09 LAPTOP kernel: ? asm_exc_page_fault+0x26/0x30
Apr 01 08:07:09 LAPTOP kernel: ? __pfx_acpi_ex_system_memory_space_handler+0x10/0x10
Apr 01 08:07:09 LAPTOP kernel: ? asus_fw_init+0x1f9/0xff0 [asus_armoury 7a627a87b0b06e7b415e28427fdfc1283657cb22]
Apr 01 08:07:09 LAPTOP kernel: ? asus_fw_init+0x1b9/0xff0 [asus_armoury 7a627a87b0b06e7b415e28427fdfc1283657cb22]
Apr 01 08:07:09 LAPTOP kernel: ? __pfx_asus_fw_init+0x10/0x10 [asus_armoury 7a627a87b0b06e7b415e28427fdfc1283657cb22]
Apr 01 08:07:09 LAPTOP kernel: do_one_initcall+0x5b/0x310
Apr 01 08:07:09 LAPTOP kernel: do_init_module+0x60/0x230
Apr 01 08:07:09 LAPTOP kernel: init_module_from_file+0x89/0xe0
Apr 01 08:07:09 LAPTOP kernel: idempotent_init_module+0x11e/0x310
Apr 01 08:07:09 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:07:09 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? switch_fpu_return+0x4e/0xd0
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:07:09 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:07:09 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:07:09 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:07:09 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf26ff470 RCX: 00007e5e9b72588d
Apr 01 08:07:09 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 0000000000000026
Apr 01 08:07:09 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf26fd880
Apr 01 08:07:09 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:07:09 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf26f2f80 R15: 0000627bf26ff470
Apr 01 08:07:09 LAPTOP kernel: </TASK>
Apr 01 08:07:09 LAPTOP kernel: Modules linked in: hid_sensor_hub(+) i2c_piix4(+) snd(+) asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc
Apr 01 08:07:09 LAPTOP kernel: hid-sensor-hub 0020:1022:0001.0004: hidraw2: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
Apr 01 08:07:09 LAPTOP kernel: rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:07:09 LAPTOP kernel: CR2: 0000000000000004
Apr 01 08:07:09 LAPTOP kernel: ---[ end trace 0000000000000000 ]---
Apr 01 08:07:09 LAPTOP kernel: RIP: 0010:asus_fw_init+0x1f9/0xff0 [asus_armoury]
Apr 01 08:07:09 LAPTOP kernel: Code: 54 c2 d1 e9 42 05 00 00 49 8b 44 24 08 48 85 c0 75 18 49 83 3c 24 00 75 11 48 c7 c7 3e 2c 02 c2 e8 6c 54 c2 d1 e9 20 05 00 00 <8b> 50 04 85 d2 75 03 8b 50 08 89 53 08 8b 50 10 85 d2 75 03 8b 50
Apr 01 08:07:09 LAPTOP kernel: RSP: 0018:ffffbb614167fb58 EFLAGS: 00010282
Apr 01 08:07:09 LAPTOP kernel: RAX: 0000000000000000 RBX: ffff9d499c44e2c0 RCX: 0000000000000000
Apr 01 08:07:09 LAPTOP kernel: RDX: 0000000000000000 RSI: 0000000000000286 RDI: ffff9d49821b7850
Apr 01 08:07:09 LAPTOP kernel: RBP: ffffffffc2025510 R08: 0000000000000000 R09: ffffbb614167fa18
Apr 01 08:07:09 LAPTOP kernel: R10: 0000000000000061 R11: ffffffff93644fa0 R12: ffffffffc20174c0
Apr 01 08:07:09 LAPTOP kernel: R13: ffffbb614167fba8 R14: ffff9d4985273d40 R15: ffff9d499487c178
Apr 01 08:07:09 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e480000(0000) knlGS:0000000000000000
Apr 01 08:07:09 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:09 LAPTOP kernel: CR2: 0000000000000004 CR3: 0000000113e52000 CR4: 0000000000f50ef0
Apr 01 08:07:09 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:09 LAPTOP kernel: note: (udev-worker)[503] exited with irqs disabled
Apr 01 08:07:09 LAPTOP kernel: videodev: Linux video capture interface: v2.00
Apr 01 08:07:09 LAPTOP kernel: kvm_amd: TSC scaling supported
Apr 01 08:07:09 LAPTOP kernel: kvm_amd: Nested Paging enabled
Apr 01 08:07:09 LAPTOP kernel: kvm_amd: LBR virtualization supported
Apr 01 08:07:09 LAPTOP kernel: kvm_amd: AVIC enabled
Apr 01 08:07:09 LAPTOP kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Apr 01 08:07:09 LAPTOP kernel: kvm_amd: Virtual GIF supported
Apr 01 08:07:09 LAPTOP kernel: Intel(R) Wireless WiFi driver for Linux
Apr 01 08:07:09 LAPTOP kernel: iwlwifi 0000:06:00.0: enabling device (0000 -> 0002)
Apr 01 08:07:09 LAPTOP kernel: snd_rn_pci_acp3x 0000:08:00.5: enabling device (0000 -> 0002)
Apr 01 08:07:09 LAPTOP kernel: Oops: general protection fault, probably for non-canonical address 0xcccccccccccc0b07: 0000 [#2] PREEMPT SMP NOPTI
Apr 01 08:07:09 LAPTOP kernel: CPU: 1 UID: 0 PID: 512 Comm: (udev-worker) Tainted: G D OE 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:07:09 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 01 08:07:09 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:07:09 LAPTOP kernel: RIP: 0010:idempotent_init_module+0xc5/0x310
Apr 01 08:07:09 LAPTOP kernel: Code: b5 d2 00 49 c1 ed 38 48 89 d8 4a 8b 0c ed 60 89 a9 95 4e 8d 24 ed 60 89 a9 95 48 8d 51 f8 48 85 c9 48 0f 45 c2 48 85 c0 74 1b <4c> 3b 38 0f 84 e1 00 00 00 48 8b 40 08 48 85 c0 74 09 48 83 e8 08
Apr 01 08:07:09 LAPTOP kernel: RSP: 0018:ffffbb61416c7e00 EFLAGS: 00010282
Apr 01 08:07:09 LAPTOP kernel: RAX: cccccccccccc0b07 RBX: 0000000000000000 RCX: ffffbb614167fd10
Apr 01 08:07:09 LAPTOP kernel: RDX: ffffbb614167fd08 RSI: ffffffff94670c81 RDI: ffffffff95a9894c
Apr 01 08:07:09 LAPTOP kernel: RBP: 0000000000000004 R08: ffffffff94e4c1c0 R09: 00007e5e9bd762f2
Apr 01 08:07:09 LAPTOP kernel: R10: 000000000000002f R11: 000000000000002f R12: ffffffff95a98a10
Apr 01 08:07:09 LAPTOP kernel: R13: 0000000000000016 R14: ffff9d4988bd7200 R15: ffff9d4994956f68
Apr 01 08:07:09 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e280000(0000) knlGS:0000000000000000
Apr 01 08:07:09 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:09 LAPTOP kernel: CR2: 0000627bf26fd108 CR3: 0000000108f28000 CR4: 0000000000f50ef0
Apr 01 08:07:09 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:09 LAPTOP kernel: Call Trace:
Apr 01 08:07:09 LAPTOP kernel: <TASK>
Apr 01 08:07:09 LAPTOP kernel: ? __die_body.cold+0x19/0x27
Apr 01 08:07:09 LAPTOP kernel: ? die_addr+0x3c/0x60
Apr 01 08:07:09 LAPTOP kernel: ? exc_general_protection+0x17d/0x400
Apr 01 08:07:09 LAPTOP kernel: ? asm_exc_general_protection+0x26/0x30
Apr 01 08:07:09 LAPTOP kernel: ? idempotent_init_module+0xc5/0x310
Apr 01 08:07:09 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:07:09 LAPTOP kernel: iwlwifi 0000:06:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
Apr 01 08:07:09 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:07:09 LAPTOP kernel: iwlwifi 0000:06:00.0: PCI dev 2723/008c, rev=0x340, rfid=0x10a100
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: iwlwifi 0000:06:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? sched_clock_cpu+0xf/0x1d0
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? irqtime_account_irq+0x3e/0xc0
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: ? __irq_exit_rcu+0x4a/0xb0
Apr 01 08:07:09 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:09 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:07:09 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:07:09 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:07:09 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:07:09 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf26f0650 RCX: 00007e5e9b72588d
Apr 01 08:07:09 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 000000000000002f
Apr 01 08:07:09 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf2704500
Apr 01 08:07:09 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:07:09 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf26f22f0 R15: 0000627bf2701a40
Apr 01 08:07:09 LAPTOP kernel: </TASK>
Apr 01 08:07:09 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x
Apr 01 08:07:09 LAPTOP kernel: iwlwifi 0000:06:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Apr 01 08:07:09 LAPTOP kernel: snd_timer
Apr 01 08:07:09 LAPTOP kernel: iwlwifi 0000:06:00.0: loaded firmware version 77.b405f9d4.0 cc-a0-77.ucode op_mode iwlmvm
Apr 01 08:07:09 LAPTOP kernel: ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4(+) snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core
Apr 01 08:07:09 LAPTOP kernel: vfio_iommu_type1 vfio iommufd
Apr 01 08:07:09 LAPTOP kernel: ---[ end trace 0000000000000000 ]---
Apr 01 08:07:09 LAPTOP kernel: RIP: 0010:asus_fw_init+0x1f9/0xff0 [asus_armoury]
Apr 01 08:07:09 LAPTOP kernel: Code: 54 c2 d1 e9 42 05 00 00 49 8b 44 24 08 48 85 c0 75 18 49 83 3c 24 00 75 11 48 c7 c7 3e 2c 02 c2 e8 6c 54 c2 d1 e9 20 05 00 00 <8b> 50 04 85 d2 75 03 8b 50 08 89 53 08 8b 50 10 85 d2 75 03 8b 50
Apr 01 08:07:09 LAPTOP kernel: RSP: 0018:ffffbb614167fb58 EFLAGS: 00010282
Apr 01 08:07:09 LAPTOP kernel: RAX: 0000000000000000 RBX: ffff9d499c44e2c0 RCX: 0000000000000000
Apr 01 08:07:09 LAPTOP kernel: RDX: 0000000000000000 RSI: 0000000000000286 RDI: ffff9d49821b7850
Apr 01 08:07:09 LAPTOP kernel: RBP: ffffffffc2025510 R08: 0000000000000000 R09: ffffbb614167fa18
Apr 01 08:07:09 LAPTOP kernel: R10: 0000000000000061 R11: ffffffff93644fa0 R12: ffffffffc20174c0
Apr 01 08:07:09 LAPTOP kernel: R13: ffffbb614167fba8 R14: ffff9d4985273d40 R15: ffff9d499487c178
Apr 01 08:07:09 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e280000(0000) knlGS:0000000000000000
Apr 01 08:07:09 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:09 LAPTOP kernel: CR2: 0000627bf26fd108 CR3: 0000000108f28000 CR4: 0000000000f50ef0
Apr 01 08:07:09 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:09 LAPTOP kernel: note: (udev-worker)[512] exited with preempt_count 1
Apr 01 08:07:09 LAPTOP kernel: i2c i2c-9: SMBus Timeout!
Apr 01 08:07:09 LAPTOP kernel: i2c i2c-9: Failed reset at end of transaction (01)
Apr 01 08:07:09 LAPTOP kernel: i2c i2c-9: Failed! (01)
Apr 01 08:07:09 LAPTOP kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Apr 01 08:07:09 LAPTOP kernel: i2c i2c-11: Successfully instantiated SPD at 0x50
Apr 01 08:07:09 LAPTOP kernel: i2c i2c-11: Successfully instantiated SPD at 0x51
Apr 01 08:07:08 LAPTOP systemd[1]: Starting Virtual Console Setup...
Apr 01 08:07:36 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [(udev-worker):523]
Apr 01 08:07:36 LAPTOP kernel: CPU#0 Utilization every 4s during lockup:
Apr 01 08:07:36 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #3: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #5: 100% system, 0% softirq, 1% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:07:36 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:07:36 LAPTOP kernel: CPU: 0 UID: 0 PID: 523 Comm: (udev-worker) Tainted: G D OE 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:07:36 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 01 08:07:36 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:07:36 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:07:36 LAPTOP kernel: RSP: 0018:ffffbb61416f7e30 EFLAGS: 00000246
Apr 01 08:07:36 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 000000000000000b
Apr 01 08:07:36 LAPTOP kernel: RDX: ffff9d4c5e237d40 RSI: 0000000000300101 RDI: ffffffff95a9894c
Apr 01 08:07:36 LAPTOP kernel: RBP: 0000000000040000 R08: ffffffff94e4c1c0 R09: 0000627bf2737330
Apr 01 08:07:36 LAPTOP kernel: R10: 000000000000003a R11: 000000000000003a R12: ffff9d4c5e237d40
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000040000 R14: ffff9d498027d200 R15: ffff9d4994a1af18
Apr 01 08:07:36 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e200000(0000) knlGS:0000000000000000
Apr 01 08:07:36 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:36 LAPTOP kernel: CR2: 00007fe184e50008 CR3: 00000001155da000 CR4: 0000000000f50ef0
Apr 01 08:07:36 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:36 LAPTOP kernel: Call Trace:
Apr 01 08:07:36 LAPTOP kernel: <IRQ>
Apr 01 08:07:36 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:07:36 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:07:36 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:07:36 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:07:36 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:07:36 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:07:36 LAPTOP kernel: </IRQ>
Apr 01 08:07:36 LAPTOP kernel: <TASK>
Apr 01 08:07:36 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:07:36 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:07:36 LAPTOP kernel: idempotent_init_module+0x9e/0x310
Apr 01 08:07:36 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:07:36 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:07:36 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:07:36 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:07:36 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:07:36 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf2730990 RCX: 00007e5e9b72588d
Apr 01 08:07:36 LAPTOP kernel: RDX: 0000000000000004 RSI: 0000627bf2737330 RDI: 000000000000003a
Apr 01 08:07:36 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf2737350
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000627bf2737330
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf272ae30 R15: 0000627bf2730990
Apr 01 08:07:36 LAPTOP kernel: </TASK>
Apr 01 08:07:36 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#6 stuck for 26s! [(udev-worker):531]
Apr 01 08:07:36 LAPTOP kernel: CPU#6 Utilization every 4s during lockup:
Apr 01 08:07:36 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #3: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #5: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:07:36 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:07:36 LAPTOP kernel: CPU: 6 UID: 0 PID: 531 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:07:36 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:07:36 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:07:36 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x73/0x2e0
Apr 01 08:07:36 LAPTOP kernel: Code: 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 f3 90 0f b6 03 <84> c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 81 48 35 6c 5b 5d
Apr 01 08:07:36 LAPTOP kernel: RSP: 0018:ffffbb6141737a80 EFLAGS: 00000202
Apr 01 08:07:36 LAPTOP kernel: RAX: 0000000000000001 RBX: ffffffff95a9894c RCX: 0000000000000000
Apr 01 08:07:36 LAPTOP kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffff95a9894c
Apr 01 08:07:36 LAPTOP kernel: RBP: 0000000000000004 R08: ffffffff94e4c1c0 R09: 00007e5e9bd762f2
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000041 R11: 0000000000000041 R12: 0000000000000004
Apr 01 08:07:36 LAPTOP kernel: R13: 1a0823ad657d85d8 R14: ffff9d49821a4cc0 R15: ffff9d49948f1388
Apr 01 08:07:36 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e500000(0000) knlGS:0000000000000000
Apr 01 08:07:36 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:36 LAPTOP kernel: CR2: 00005937a1fe7288 CR3: 000000010dd98000 CR4: 0000000000f50ef0
Apr 01 08:07:36 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:36 LAPTOP kernel: Call Trace:
Apr 01 08:07:36 LAPTOP kernel: <IRQ>
Apr 01 08:07:36 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:07:36 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:07:36 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:07:36 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:07:36 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:07:36 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:07:36 LAPTOP kernel: </IRQ>
Apr 01 08:07:36 LAPTOP kernel: <TASK>
Apr 01 08:07:36 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:07:36 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x73/0x2e0
Apr 01 08:07:36 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:07:36 LAPTOP kernel: idempotent_init_module+0x9e/0x310
Apr 01 08:07:36 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:07:36 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:07:36 LAPTOP kernel: ? vfs_read+0x15e/0x370
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? vfs_read+0x15e/0x370
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? __rseq_handle_notify_resume+0xa2/0x4d0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? switch_fpu_return+0x4e/0xd0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_sys_openat2+0x9c/0xe0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? __get_user_8+0x1d/0x30
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? __rseq_handle_notify_resume+0xa2/0x4d0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? switch_fpu_return+0x4e/0xd0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? sched_clock_cpu+0xf/0x1d0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? irqtime_account_irq+0x3e/0xc0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? __irq_exit_rcu+0x4a/0xb0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:07:36 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:07:36 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:07:36 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:07:36 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf26f0650 RCX: 00007e5e9b72588d
Apr 01 08:07:36 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 0000000000000041
Apr 01 08:07:36 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf2739c40
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf2734920 R15: 0000627bf2734f40
Apr 01 08:07:36 LAPTOP kernel: </TASK>
Apr 01 08:07:36 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#1 stuck for 26s! [(udev-worker):492]
Apr 01 08:07:36 LAPTOP kernel: CPU#1 Utilization every 4s during lockup:
Apr 01 08:07:36 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #3: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #5: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:07:36 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:07:36 LAPTOP kernel: CPU: 1 UID: 0 PID: 492 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:07:36 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:07:36 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:07:36 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:07:36 LAPTOP kernel: RSP: 0018:ffffbb614164fd00 EFLAGS: 00000246
Apr 01 08:07:36 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 0000000000000008
Apr 01 08:07:36 LAPTOP kernel: RDX: ffff9d4c5e2b7d40 RSI: 0000000000240101 RDI: ffffffff95a9894c
Apr 01 08:07:36 LAPTOP kernel: RBP: 0000000000080000 R08: 0000000000000000 R09: 0000000000000000
Apr 01 08:07:36 LAPTOP kernel: R10: ffffffffc2073858 R11: 0000000000000000 R12: ffff9d4c5e2b7d40
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000080000 R14: ffff9d4998635800 R15: ffff9d49929f5d08
Apr 01 08:07:36 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e280000(0000) knlGS:0000000000000000
Apr 01 08:07:36 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:36 LAPTOP kernel: CR2: 0000627bf26fd108 CR3: 000000011b44e000 CR4: 0000000000f50ef0
Apr 01 08:07:36 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:36 LAPTOP kernel: Call Trace:
Apr 01 08:07:36 LAPTOP kernel: <IRQ>
Apr 01 08:07:36 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:07:36 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:07:36 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:07:36 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:07:36 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:07:36 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:07:36 LAPTOP kernel: </IRQ>
Apr 01 08:07:36 LAPTOP kernel: <TASK>
Apr 01 08:07:36 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:07:36 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:07:36 LAPTOP kernel: idempotent_init_module+0x131/0x310
Apr 01 08:07:36 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:07:36 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:07:36 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:07:36 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:07:36 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:07:36 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf25d1200 RCX: 00007e5e9b72588d
Apr 01 08:07:36 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 000000000000001c
Apr 01 08:07:36 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf25d0a10
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf25d13e0 R15: 0000627bf25d1200
Apr 01 08:07:36 LAPTOP kernel: </TASK>
Apr 01 08:07:36 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#7 stuck for 26s! [(udev-worker):500]
Apr 01 08:07:36 LAPTOP kernel: CPU#7 Utilization every 4s during lockup:
Apr 01 08:07:36 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #2: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #3: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #4: 100% system, 0% softirq, 1% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #5: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:07:36 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:07:36 LAPTOP kernel: CPU: 7 UID: 0 PID: 500 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:07:36 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:07:36 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:07:36 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:07:36 LAPTOP kernel: RSP: 0018:ffffbb614094fdb0 EFLAGS: 00000246
Apr 01 08:07:36 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 000000000000000d
Apr 01 08:07:36 LAPTOP kernel: RDX: ffff9d4c5e5b7d40 RSI: 0000000000380101 RDI: ffffffff95a9894c
Apr 01 08:07:36 LAPTOP kernel: RBP: 0000000000200000 R08: 0000000000000000 R09: 0000000000000000
Apr 01 08:07:36 LAPTOP kernel: R10: ffffffffc233e5b0 R11: 0000000000000000 R12: ffff9d4c5e5b7d40
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000200000 R14: ffff9d498de12f00 R15: ffff9d49949d53d8
Apr 01 08:07:36 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e580000(0000) knlGS:0000000000000000
Apr 01 08:07:36 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:36 LAPTOP kernel: CR2: 0000627bf273d088 CR3: 000000011b424000 CR4: 0000000000f50ef0
Apr 01 08:07:36 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:36 LAPTOP kernel: Call Trace:
Apr 01 08:07:36 LAPTOP kernel: <IRQ>
Apr 01 08:07:36 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:07:36 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:07:36 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:07:36 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:07:36 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:07:36 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:07:36 LAPTOP kernel: </IRQ>
Apr 01 08:07:36 LAPTOP kernel: <TASK>
Apr 01 08:07:36 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:07:36 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:07:36 LAPTOP kernel: idempotent_init_module+0x131/0x310
Apr 01 08:07:36 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:07:36 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:07:36 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:07:36 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:07:36 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:07:36 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf26f2ae0 RCX: 00007e5e9b72588d
Apr 01 08:07:36 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 0000000000000025
Apr 01 08:07:36 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf26fe530
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf26fa3a0 R15: 0000627bf26fa700
Apr 01 08:07:36 LAPTOP kernel: </TASK>
Apr 01 08:07:36 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#11 stuck for 26s! [(udev-worker):516]
Apr 01 08:07:36 LAPTOP kernel: CPU#11 Utilization every 4s during lockup:
Apr 01 08:07:36 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #3: 101% system, 0% softirq, 1% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #5: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:07:36 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:07:36 LAPTOP kernel: CPU: 11 UID: 0 PID: 516 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:07:36 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:07:36 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:07:36 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x223/0x2e0
Apr 01 08:07:36 LAPTOP kernel: Code: 41 83 c5 01 c1 e5 10 41 c1 e5 12 44 09 ed 89 e8 c1 e8 10 66 87 43 02 89 c1 c1 e1 10 81 f9 ff ff 00 00 77 5c 31 c9 eb 02 f3 90 <8b> 03 66 85 c0 75 f7 39 e8 0f 84 8c 00 00 00 c6 03 01 48 85 c9 74
Apr 01 08:07:36 LAPTOP kernel: RSP: 0018:ffffbb61416dfcf0 EFLAGS: 00000202
Apr 01 08:07:36 LAPTOP kernel: RAX: 0000000000080101 RBX: ffffffff95a9894c RCX: 0000000000000000
Apr 01 08:07:36 LAPTOP kernel: RDX: ffff9d4c5e7b7d40 RSI: 0000000000000101 RDI: ffffffff95a9894c
Apr 01 08:07:36 LAPTOP kernel: RBP: 0000000000300000 R08: ffffffff94e4c1c0 R09: 0000627bf2737d00
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000035 R11: 0000000000000035 R12: ffff9d4c5e7b7d40
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000300000 R14: ffff9d49821989c0 R15: ffff9d4994a1af18
Apr 01 08:07:36 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e780000(0000) knlGS:0000000000000000
Apr 01 08:07:36 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:36 LAPTOP kernel: CR2: 00007ec38ec50008 CR3: 0000000108222000 CR4: 0000000000f50ef0
Apr 01 08:07:36 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:36 LAPTOP kernel: Call Trace:
Apr 01 08:07:36 LAPTOP kernel: <IRQ>
Apr 01 08:07:36 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:07:36 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:07:36 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:07:36 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:07:36 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:07:36 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:07:36 LAPTOP kernel: </IRQ>
Apr 01 08:07:36 LAPTOP kernel: <TASK>
Apr 01 08:07:36 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:07:36 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x223/0x2e0
Apr 01 08:07:36 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:07:36 LAPTOP kernel: idempotent_init_module+0x9e/0x310
Apr 01 08:07:36 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:07:36 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? switch_fpu_return+0x4e/0xd0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? sched_clock_cpu+0xf/0x1d0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? irqtime_account_irq+0x3e/0xc0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? __irq_exit_rcu+0x4a/0xb0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:07:36 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:07:36 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:07:36 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:07:36 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf2731420 RCX: 00007e5e9b72588d
Apr 01 08:07:36 LAPTOP kernel: RDX: 0000000000000004 RSI: 0000627bf2737d00 RDI: 0000000000000035
Apr 01 08:07:36 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf2737d20
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000627bf2737d00
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf2734010 R15: 0000627bf2731420
Apr 01 08:07:36 LAPTOP kernel: </TASK>
Apr 01 08:07:36 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#8 stuck for 26s! [(udev-worker):485]
Apr 01 08:07:36 LAPTOP kernel: CPU#8 Utilization every 4s during lockup:
Apr 01 08:07:36 LAPTOP kernel: #1: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #2: 100% system, 0% softirq, 1% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #3: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #5: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:07:36 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:07:36 LAPTOP kernel: CPU: 8 UID: 0 PID: 485 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:07:36 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:07:36 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:07:36 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:07:36 LAPTOP kernel: RSP: 0018:ffffbb6140ff7cf0 EFLAGS: 00000246
Apr 01 08:07:36 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 0000000000000007
Apr 01 08:07:36 LAPTOP kernel: RDX: ffff9d4c5e637d40 RSI: 0000000000200101 RDI: ffffffff95a9894c
Apr 01 08:07:36 LAPTOP kernel: RBP: 0000000000240000 R08: 0000000000000000 R09: ffffffffc2217541
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff9d4c5e637d40
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000240000 R14: ffff9d498589bbc0 R15: ffff9d49933205c0
Apr 01 08:07:36 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e600000(0000) knlGS:0000000000000000
Apr 01 08:07:36 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:36 LAPTOP kernel: CR2: 0000717935e59e10 CR3: 00000001120a8000 CR4: 0000000000f50ef0
Apr 01 08:07:36 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:36 LAPTOP kernel: Call Trace:
Apr 01 08:07:36 LAPTOP kernel: <IRQ>
Apr 01 08:07:36 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:07:36 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:07:36 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:07:36 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:07:36 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:07:36 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:07:36 LAPTOP kernel: </IRQ>
Apr 01 08:07:36 LAPTOP kernel: <TASK>
Apr 01 08:07:36 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:07:36 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:07:36 LAPTOP kernel: idempotent_init_module+0x131/0x310
Apr 01 08:07:36 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:07:36 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? handle_mm_fault+0x1bb/0x2c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_user_addr_fault+0x36c/0x620
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:07:36 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:07:36 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:07:36 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:07:36 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf26f2550 RCX: 00007e5e9b72588d
Apr 01 08:07:36 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 0000000000000015
Apr 01 08:07:36 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf26f3160
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf25d1b20 R15: 0000627bf26f2550
Apr 01 08:07:36 LAPTOP kernel: </TASK>
Apr 01 08:07:36 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#13 stuck for 26s! [(udev-worker):489]
Apr 01 08:07:36 LAPTOP kernel: CPU#13 Utilization every 4s during lockup:
Apr 01 08:07:36 LAPTOP kernel: #1: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #3: 100% system, 0% softirq, 1% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #4: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #5: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:07:36 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:07:36 LAPTOP kernel: CPU: 13 UID: 0 PID: 489 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:07:36 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:07:36 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:07:36 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:07:36 LAPTOP kernel: RSP: 0018:ffffbb6141637ad0 EFLAGS: 00000246
Apr 01 08:07:36 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 000000000000000c
Apr 01 08:07:36 LAPTOP kernel: RDX: ffff9d4c5e8b7d40 RSI: 0000000000340101 RDI: ffffffff95a9894c
Apr 01 08:07:36 LAPTOP kernel: RBP: 0000000000380000 R08: 0000000000000000 R09: 0000000000000000
Apr 01 08:07:36 LAPTOP kernel: R10: ffffffffc2368470 R11: 0000000000000000 R12: ffff9d4c5e8b7d40
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000380000 R14: ffff9d4998634900 R15: ffff9d49929f05c0
Apr 01 08:07:36 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e880000(0000) knlGS:0000000000000000
Apr 01 08:07:36 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:36 LAPTOP kernel: CR2: 0000627bf2676ae0 CR3: 000000011b4f6000 CR4: 0000000000f50ef0
Apr 01 08:07:36 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:36 LAPTOP kernel: Call Trace:
Apr 01 08:07:36 LAPTOP kernel: <IRQ>
Apr 01 08:07:36 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:07:36 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:07:36 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:07:36 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:07:36 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:07:36 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:07:36 LAPTOP kernel: </IRQ>
Apr 01 08:07:36 LAPTOP kernel: <TASK>
Apr 01 08:07:36 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:07:36 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:07:36 LAPTOP kernel: idempotent_init_module+0x131/0x310
Apr 01 08:07:36 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:07:36 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_filp_open+0xc4/0x170
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? __rseq_handle_notify_resume+0xa2/0x4d0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_sys_openat2+0x9c/0xe0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? switch_fpu_return+0x4e/0xd0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_sys_openat2+0x9c/0xe0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? sched_clock_cpu+0xf/0x1d0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? irqtime_account_irq+0x3e/0xc0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? __irq_exit_rcu+0x4a/0xb0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:07:36 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:07:36 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:07:36 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:07:36 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf25d1c80 RCX: 00007e5e9b72588d
Apr 01 08:07:36 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 000000000000001c
Apr 01 08:07:36 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf26fbdf0
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf26fd050 R15: 0000627bf25d1c80
Apr 01 08:07:36 LAPTOP kernel: </TASK>
Apr 01 08:07:36 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 26s! [modprobe:594]
Apr 01 08:07:36 LAPTOP kernel: CPU#12 Utilization every 4s during lockup:
Apr 01 08:07:36 LAPTOP kernel: #1: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #3: 100% system, 0% softirq, 1% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #4: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: #5: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:07:36 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:07:36 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:07:36 LAPTOP kernel: CPU: 12 UID: 0 PID: 594 Comm: modprobe Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:07:36 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:07:36 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:07:36 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:07:36 LAPTOP kernel: RSP: 0018:ffffbb61408d3ba0 EFLAGS: 00000246
Apr 01 08:07:36 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 0000000000000000
Apr 01 08:07:36 LAPTOP kernel: RDX: ffff9d4c5e837d40 RSI: 0000000000040101 RDI: ffffffff95a9894c
Apr 01 08:07:36 LAPTOP kernel: RBP: 0000000000340000 R08: ffffffff94e4c1c0 R09: 0000000000000000
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff9d4c5e837d40
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000340000 R14: ffff9d4988c546c0 R15: ffff9d4993332150
Apr 01 08:07:36 LAPTOP kernel: FS: 0000732be532d740(0000) GS:ffff9d4c5e800000(0000) knlGS:0000000000000000
Apr 01 08:07:36 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:07:36 LAPTOP kernel: CR2: 00007ffe73e34ae8 CR3: 0000000108bfc000 CR4: 0000000000f50ef0
Apr 01 08:07:36 LAPTOP kernel: PKRU: 55555554
Apr 01 08:07:36 LAPTOP kernel: Call Trace:
Apr 01 08:07:36 LAPTOP kernel: <IRQ>
Apr 01 08:07:36 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:07:36 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:07:36 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:07:36 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:07:36 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:07:36 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:07:36 LAPTOP kernel: </IRQ>
Apr 01 08:07:36 LAPTOP kernel: <TASK>
Apr 01 08:07:36 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:07:36 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:07:36 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:07:36 LAPTOP kernel: idempotent_init_module+0x9e/0x310
Apr 01 08:07:36 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:07:36 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? switch_fpu_return+0x4e/0xd0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:07:36 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:07:36 LAPTOP kernel: RIP: 0033:0x732be4d2588d
Apr 01 08:07:36 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:07:36 LAPTOP kernel: RSP: 002b:00007ffe73e37ae8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:07:36 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000598b82d6e670 RCX: 0000732be4d2588d
Apr 01 08:07:36 LAPTOP kernel: RDX: 0000000000000004 RSI: 0000598b74876a1b RDI: 0000000000000000
Apr 01 08:07:36 LAPTOP kernel: RBP: 00007ffe73e37b80 R08: 0000000000000000 R09: 0000598b82d6e9d0
Apr 01 08:07:36 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000598b74876a1b
Apr 01 08:07:36 LAPTOP kernel: R13: 0000000000040000 R14: 0000598b82d6e620 R15: 0000598b82d6ea60
Apr 01 08:07:36 LAPTOP kernel: </TASK>
Apr 01 08:08:04 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 52s! [(udev-worker):523]
Apr 01 08:08:04 LAPTOP kernel: CPU#0 Utilization every 4s during lockup:
Apr 01 08:08:04 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #3: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #5: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:08:04 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:08:04 LAPTOP kernel: CPU: 0 UID: 0 PID: 523 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:08:04 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:08:04 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:08:04 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:08:04 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:08:04 LAPTOP kernel: RSP: 0018:ffffbb61416f7e30 EFLAGS: 00000246
Apr 01 08:08:04 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 000000000000000b
Apr 01 08:08:04 LAPTOP kernel: RDX: ffff9d4c5e237d40 RSI: 0000000000300101 RDI: ffffffff95a9894c
Apr 01 08:08:04 LAPTOP kernel: RBP: 0000000000040000 R08: ffffffff94e4c1c0 R09: 0000627bf2737330
Apr 01 08:08:04 LAPTOP kernel: R10: 000000000000003a R11: 000000000000003a R12: ffff9d4c5e237d40
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000040000 R14: ffff9d498027d200 R15: ffff9d4994a1af18
Apr 01 08:08:04 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e200000(0000) knlGS:0000000000000000
Apr 01 08:08:04 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:08:04 LAPTOP kernel: CR2: 00007fe184e50008 CR3: 00000001155da000 CR4: 0000000000f50ef0
Apr 01 08:08:04 LAPTOP kernel: PKRU: 55555554
Apr 01 08:08:04 LAPTOP kernel: Call Trace:
Apr 01 08:08:04 LAPTOP kernel: <IRQ>
Apr 01 08:08:04 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:08:04 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:08:04 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:08:04 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:08:04 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:08:04 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:08:04 LAPTOP kernel: </IRQ>
Apr 01 08:08:04 LAPTOP kernel: <TASK>
Apr 01 08:08:04 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:08:04 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:08:04 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:08:04 LAPTOP kernel: idempotent_init_module+0x9e/0x310
Apr 01 08:08:04 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:08:04 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:08:04 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:08:04 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:08:04 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:08:04 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf2730990 RCX: 00007e5e9b72588d
Apr 01 08:08:04 LAPTOP kernel: RDX: 0000000000000004 RSI: 0000627bf2737330 RDI: 000000000000003a
Apr 01 08:08:04 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf2737350
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000627bf2737330
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf272ae30 R15: 0000627bf2730990
Apr 01 08:08:04 LAPTOP kernel: </TASK>
Apr 01 08:08:04 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#6 stuck for 52s! [(udev-worker):531]
Apr 01 08:08:04 LAPTOP kernel: CPU#6 Utilization every 4s during lockup:
Apr 01 08:08:04 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #2: 100% system, 0% softirq, 1% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #3: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #5: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:08:04 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:08:04 LAPTOP kernel: CPU: 6 UID: 0 PID: 531 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:08:04 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:08:04 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:08:04 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x73/0x2e0
Apr 01 08:08:04 LAPTOP kernel: Code: 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 f3 90 0f b6 03 <84> c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 81 48 35 6c 5b 5d
Apr 01 08:08:04 LAPTOP kernel: RSP: 0018:ffffbb6141737a80 EFLAGS: 00000202
Apr 01 08:08:04 LAPTOP kernel: RAX: 0000000000000001 RBX: ffffffff95a9894c RCX: 0000000000000000
Apr 01 08:08:04 LAPTOP kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffff95a9894c
Apr 01 08:08:04 LAPTOP kernel: RBP: 0000000000000004 R08: ffffffff94e4c1c0 R09: 00007e5e9bd762f2
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000041 R11: 0000000000000041 R12: 0000000000000004
Apr 01 08:08:04 LAPTOP kernel: R13: 1a0823ad657d85d8 R14: ffff9d49821a4cc0 R15: ffff9d49948f1388
Apr 01 08:08:04 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e500000(0000) knlGS:0000000000000000
Apr 01 08:08:04 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:08:04 LAPTOP kernel: CR2: 00005937a1fe7288 CR3: 000000010dd98000 CR4: 0000000000f50ef0
Apr 01 08:08:04 LAPTOP kernel: PKRU: 55555554
Apr 01 08:08:04 LAPTOP kernel: Call Trace:
Apr 01 08:08:04 LAPTOP kernel: <IRQ>
Apr 01 08:08:04 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:08:04 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:08:04 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:08:04 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:08:04 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:08:04 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:08:04 LAPTOP kernel: </IRQ>
Apr 01 08:08:04 LAPTOP kernel: <TASK>
Apr 01 08:08:04 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:08:04 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x73/0x2e0
Apr 01 08:08:04 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:08:04 LAPTOP kernel: idempotent_init_module+0x9e/0x310
Apr 01 08:08:04 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:08:04 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:08:04 LAPTOP kernel: ? vfs_read+0x15e/0x370
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? vfs_read+0x15e/0x370
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? __rseq_handle_notify_resume+0xa2/0x4d0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? switch_fpu_return+0x4e/0xd0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_sys_openat2+0x9c/0xe0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? __get_user_8+0x1d/0x30
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? __rseq_handle_notify_resume+0xa2/0x4d0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? switch_fpu_return+0x4e/0xd0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? sched_clock_cpu+0xf/0x1d0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? irqtime_account_irq+0x3e/0xc0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? __irq_exit_rcu+0x4a/0xb0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:08:04 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:08:04 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:08:04 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:08:04 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf26f0650 RCX: 00007e5e9b72588d
Apr 01 08:08:04 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 0000000000000041
Apr 01 08:08:04 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf2739c40
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf2734920 R15: 0000627bf2734f40
Apr 01 08:08:04 LAPTOP kernel: </TASK>
Apr 01 08:08:04 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#7 stuck for 52s! [(udev-worker):500]
Apr 01 08:08:04 LAPTOP kernel: CPU#7 Utilization every 4s during lockup:
Apr 01 08:08:04 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #2: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #3: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #5: 101% system, 0% softirq, 1% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:08:04 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:08:04 LAPTOP kernel: CPU: 7 UID: 0 PID: 500 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:08:04 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:08:04 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:08:04 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:08:04 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:08:04 LAPTOP kernel: RSP: 0018:ffffbb614094fdb0 EFLAGS: 00000246
Apr 01 08:08:04 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 000000000000000d
Apr 01 08:08:04 LAPTOP kernel: RDX: ffff9d4c5e5b7d40 RSI: 0000000000380101 RDI: ffffffff95a9894c
Apr 01 08:08:04 LAPTOP kernel: RBP: 0000000000200000 R08: 0000000000000000 R09: 0000000000000000
Apr 01 08:08:04 LAPTOP kernel: R10: ffffffffc233e5b0 R11: 0000000000000000 R12: ffff9d4c5e5b7d40
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000200000 R14: ffff9d498de12f00 R15: ffff9d49949d53d8
Apr 01 08:08:04 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e580000(0000) knlGS:0000000000000000
Apr 01 08:08:04 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:08:04 LAPTOP kernel: CR2: 0000627bf273d088 CR3: 000000011b424000 CR4: 0000000000f50ef0
Apr 01 08:08:04 LAPTOP kernel: PKRU: 55555554
Apr 01 08:08:04 LAPTOP kernel: Call Trace:
Apr 01 08:08:04 LAPTOP kernel: <IRQ>
Apr 01 08:08:04 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:08:04 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:08:04 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:08:04 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:08:04 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:08:04 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:08:04 LAPTOP kernel: </IRQ>
Apr 01 08:08:04 LAPTOP kernel: <TASK>
Apr 01 08:08:04 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:08:04 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:08:04 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:08:04 LAPTOP kernel: idempotent_init_module+0x131/0x310
Apr 01 08:08:04 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:08:04 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:08:04 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:08:04 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:08:04 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:08:04 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf26f2ae0 RCX: 00007e5e9b72588d
Apr 01 08:08:04 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 0000000000000025
Apr 01 08:08:04 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf26fe530
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf26fa3a0 R15: 0000627bf26fa700
Apr 01 08:08:04 LAPTOP kernel: </TASK>
Apr 01 08:08:04 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#8 stuck for 52s! [(udev-worker):485]
Apr 01 08:08:04 LAPTOP kernel: CPU#8 Utilization every 4s during lockup:
Apr 01 08:08:04 LAPTOP kernel: #1: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #3: 100% system, 0% softirq, 1% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #5: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:08:04 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:08:04 LAPTOP kernel: CPU: 8 UID: 0 PID: 485 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:08:04 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:08:04 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:08:04 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:08:04 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:08:04 LAPTOP kernel: RSP: 0018:ffffbb6140ff7cf0 EFLAGS: 00000246
Apr 01 08:08:04 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 0000000000000007
Apr 01 08:08:04 LAPTOP kernel: RDX: ffff9d4c5e637d40 RSI: 0000000000200101 RDI: ffffffff95a9894c
Apr 01 08:08:04 LAPTOP kernel: RBP: 0000000000240000 R08: 0000000000000000 R09: ffffffffc2217541
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff9d4c5e637d40
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000240000 R14: ffff9d498589bbc0 R15: ffff9d49933205c0
Apr 01 08:08:04 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e600000(0000) knlGS:0000000000000000
Apr 01 08:08:04 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:08:04 LAPTOP kernel: CR2: 0000717935e59e10 CR3: 00000001120a8000 CR4: 0000000000f50ef0
Apr 01 08:08:04 LAPTOP kernel: PKRU: 55555554
Apr 01 08:08:04 LAPTOP kernel: Call Trace:
Apr 01 08:08:04 LAPTOP kernel: <IRQ>
Apr 01 08:08:04 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:08:04 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:08:04 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:08:04 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:08:04 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:08:04 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:08:04 LAPTOP kernel: </IRQ>
Apr 01 08:08:04 LAPTOP kernel: <TASK>
Apr 01 08:08:04 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:08:04 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:08:04 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:08:04 LAPTOP kernel: idempotent_init_module+0x131/0x310
Apr 01 08:08:04 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:08:04 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? handle_mm_fault+0x1bb/0x2c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_user_addr_fault+0x36c/0x620
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:08:04 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:08:04 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:08:04 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:08:04 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf26f2550 RCX: 00007e5e9b72588d
Apr 01 08:08:04 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 0000000000000015
Apr 01 08:08:04 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf26f3160
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf25d1b20 R15: 0000627bf26f2550
Apr 01 08:08:04 LAPTOP kernel: </TASK>
Apr 01 08:08:04 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#1 stuck for 52s! [(udev-worker):492]
Apr 01 08:08:04 LAPTOP kernel: CPU#1 Utilization every 4s during lockup:
Apr 01 08:08:04 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #3: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #5: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:08:04 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:08:04 LAPTOP kernel: CPU: 1 UID: 0 PID: 492 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:08:04 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:08:04 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:08:04 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:08:04 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:08:04 LAPTOP kernel: RSP: 0018:ffffbb614164fd00 EFLAGS: 00000246
Apr 01 08:08:04 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 0000000000000008
Apr 01 08:08:04 LAPTOP kernel: RDX: ffff9d4c5e2b7d40 RSI: 0000000000240101 RDI: ffffffff95a9894c
Apr 01 08:08:04 LAPTOP kernel: RBP: 0000000000080000 R08: 0000000000000000 R09: 0000000000000000
Apr 01 08:08:04 LAPTOP kernel: R10: ffffffffc2073858 R11: 0000000000000000 R12: ffff9d4c5e2b7d40
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000080000 R14: ffff9d4998635800 R15: ffff9d49929f5d08
Apr 01 08:08:04 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e280000(0000) knlGS:0000000000000000
Apr 01 08:08:04 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:08:04 LAPTOP kernel: CR2: 0000627bf26fd108 CR3: 000000011b44e000 CR4: 0000000000f50ef0
Apr 01 08:08:04 LAPTOP kernel: PKRU: 55555554
Apr 01 08:08:04 LAPTOP kernel: Call Trace:
Apr 01 08:08:04 LAPTOP kernel: <IRQ>
Apr 01 08:08:04 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:08:04 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:08:04 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:08:04 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:08:04 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:08:04 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:08:04 LAPTOP kernel: </IRQ>
Apr 01 08:08:04 LAPTOP kernel: <TASK>
Apr 01 08:08:04 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:08:04 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:08:04 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:08:04 LAPTOP kernel: idempotent_init_module+0x131/0x310
Apr 01 08:08:04 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:08:04 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:08:04 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:08:04 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:08:04 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:08:04 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf25d1200 RCX: 00007e5e9b72588d
Apr 01 08:08:04 LAPTOP kernel: RDX: 0000000000000004 RSI: 00007e5e9bd762f2 RDI: 000000000000001c
Apr 01 08:08:04 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf25d0a10
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007e5e9bd762f2
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf25d13e0 R15: 0000627bf25d1200
Apr 01 08:08:04 LAPTOP kernel: </TASK>
Apr 01 08:08:04 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#11 stuck for 52s! [(udev-worker):516]
Apr 01 08:08:04 LAPTOP kernel: CPU#11 Utilization every 4s during lockup:
Apr 01 08:08:04 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #2: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #3: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #5: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:08:04 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:08:04 LAPTOP kernel: CPU: 11 UID: 0 PID: 516 Comm: (udev-worker) Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:08:04 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:08:04 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:08:04 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x225/0x2e0
Apr 01 08:08:04 LAPTOP kernel: Code: c5 01 c1 e5 10 41 c1 e5 12 44 09 ed 89 e8 c1 e8 10 66 87 43 02 89 c1 c1 e1 10 81 f9 ff ff 00 00 77 5c 31 c9 eb 02 f3 90 8b 03 <66> 85 c0 75 f7 39 e8 0f 84 8c 00 00 00 c6 03 01 48 85 c9 74 0e c7
Apr 01 08:08:04 LAPTOP kernel: RSP: 0018:ffffbb61416dfcf0 EFLAGS: 00000202
Apr 01 08:08:04 LAPTOP kernel: RAX: 0000000000080101 RBX: ffffffff95a9894c RCX: 0000000000000000
Apr 01 08:08:04 LAPTOP kernel: RDX: ffff9d4c5e7b7d40 RSI: 0000000000000101 RDI: ffffffff95a9894c
Apr 01 08:08:04 LAPTOP kernel: RBP: 0000000000300000 R08: ffffffff94e4c1c0 R09: 0000627bf2737d00
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000035 R11: 0000000000000035 R12: ffff9d4c5e7b7d40
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000300000 R14: ffff9d49821989c0 R15: ffff9d4994a1af18
Apr 01 08:08:04 LAPTOP kernel: FS: 00007e5e9b566880(0000) GS:ffff9d4c5e780000(0000) knlGS:0000000000000000
Apr 01 08:08:04 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:08:04 LAPTOP kernel: CR2: 00007ec38ec50008 CR3: 0000000108222000 CR4: 0000000000f50ef0
Apr 01 08:08:04 LAPTOP kernel: PKRU: 55555554
Apr 01 08:08:04 LAPTOP kernel: Call Trace:
Apr 01 08:08:04 LAPTOP kernel: <IRQ>
Apr 01 08:08:04 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:08:04 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:08:04 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:08:04 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:08:04 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:08:04 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:08:04 LAPTOP kernel: </IRQ>
Apr 01 08:08:04 LAPTOP kernel: <TASK>
Apr 01 08:08:04 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:08:04 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x225/0x2e0
Apr 01 08:08:04 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:08:04 LAPTOP kernel: idempotent_init_module+0x9e/0x310
Apr 01 08:08:04 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:08:04 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? switch_fpu_return+0x4e/0xd0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? sched_clock_cpu+0xf/0x1d0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? irqtime_account_irq+0x3e/0xc0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? __irq_exit_rcu+0x4a/0xb0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:08:04 LAPTOP kernel: RIP: 0033:0x7e5e9b72588d
Apr 01 08:08:04 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:08:04 LAPTOP kernel: RSP: 002b:00007ffdb4469c88 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:08:04 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000627bf2731420 RCX: 00007e5e9b72588d
Apr 01 08:08:04 LAPTOP kernel: RDX: 0000000000000004 RSI: 0000627bf2737d00 RDI: 0000000000000035
Apr 01 08:08:04 LAPTOP kernel: RBP: 00007ffdb4469d20 R08: 0000000000000000 R09: 0000627bf2737d20
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000627bf2737d00
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000020000 R14: 0000627bf2734010 R15: 0000627bf2731420
Apr 01 08:08:04 LAPTOP kernel: </TASK>
Apr 01 08:08:04 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 52s! [modprobe:594]
Apr 01 08:08:04 LAPTOP kernel: CPU#12 Utilization every 4s during lockup:
Apr 01 08:08:04 LAPTOP kernel: #1: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #3: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #4: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #5: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: Modules linked in: videobuf2_v4l2 snd_pci_acp5x hid_sensor_iio_common btrtl snd_pcm videobuf2_common industrialio btintel snd_rn_pci_acp3x snd_timer ucsi_acpi iwlwifi hid_multitouch(+) snd_acp_config btbcm videodev kvm_amd(+) hid_sensor_hub i2c_piix4 snd asus_armoury(+) typec_ucsi snd_soc_acpi btmtk fjes(-) kvm mc rapl firmware_attributes_class wmi_bmof bluetooth pcspkr typec cfg80211 k10temp amd_sfh joydev snd_pci_acp3x soundcore i2c_smbus roles ryzen_smu(OE) i2c_hid_acpi asus_wireless i2c_hid amd_pmc mac_hid kvmfr(OE) i2c_dev crypto_user acpi_call(OE) loop nfnetlink ip_tables x_tables ext4 crc32c_generic mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhid amdgpu dm_mod nouveau crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni drm_gpuvm amdxcp polyval_generic mxm_wmi i2c_algo_bit ghash_clmulni_intel drm_ttm_helper sha512_ssse3 ttm sha256_ssse3 sha1_ssse3 drm_exec drm_suballoc_helper nvme
Apr 01 08:08:04 LAPTOP kernel: aesni_intel gpu_sched drm_buddy gf128mul drm_display_helper crypto_simd nvme_core cryptd video ccp nvme_auth cec crc16 wmi vfio_pci vfio_pci_core vfio_iommu_type1 vfio iommufd
Apr 01 08:08:04 LAPTOP kernel: CPU: 12 UID: 0 PID: 594 Comm: modprobe Tainted: G D OEL 6.12.20-2-MANJARO #1 d851e4217f8cea153ed5f4d1af7477ff54f9a0ce
Apr 01 08:08:04 LAPTOP kernel: Tainted: [D]=DIE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE, [L]=SOFTLOCKUP
Apr 01 08:08:04 LAPTOP kernel: Hardware name: ASUSTeK COMPUTER INC. ROG Flow X13 GV301QH_GV301QH/GV301QH, BIOS GV301QH.415 04/14/2023
Apr 01 08:08:04 LAPTOP kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:08:04 LAPTOP kernel: Code: 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 40 7d 03 00 48 03 04 cd e0 3e 7b 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 <85> c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09 e9 65 ff
Apr 01 08:08:04 LAPTOP kernel: RSP: 0018:ffffbb61408d3ba0 EFLAGS: 00000246
Apr 01 08:08:04 LAPTOP kernel: RAX: 0000000000000000 RBX: ffffffff95a9894c RCX: 0000000000000000
Apr 01 08:08:04 LAPTOP kernel: RDX: ffff9d4c5e837d40 RSI: 0000000000040101 RDI: ffffffff95a9894c
Apr 01 08:08:04 LAPTOP kernel: RBP: 0000000000340000 R08: ffffffff94e4c1c0 R09: 0000000000000000
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff9d4c5e837d40
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000340000 R14: ffff9d4988c546c0 R15: ffff9d4993332150
Apr 01 08:08:04 LAPTOP kernel: FS: 0000732be532d740(0000) GS:ffff9d4c5e800000(0000) knlGS:0000000000000000
Apr 01 08:08:04 LAPTOP kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 01 08:08:04 LAPTOP kernel: CR2: 00007ffe73e34ae8 CR3: 0000000108bfc000 CR4: 0000000000f50ef0
Apr 01 08:08:04 LAPTOP kernel: PKRU: 55555554
Apr 01 08:08:04 LAPTOP kernel: Call Trace:
Apr 01 08:08:04 LAPTOP kernel: <IRQ>
Apr 01 08:08:04 LAPTOP kernel: ? watchdog_timer_fn.cold+0x19c/0x219
Apr 01 08:08:04 LAPTOP kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Apr 01 08:08:04 LAPTOP kernel: ? __hrtimer_run_queues+0x132/0x2a0
Apr 01 08:08:04 LAPTOP kernel: ? hrtimer_interrupt+0xfa/0x210
Apr 01 08:08:04 LAPTOP kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Apr 01 08:08:04 LAPTOP kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Apr 01 08:08:04 LAPTOP kernel: </IRQ>
Apr 01 08:08:04 LAPTOP kernel: <TASK>
Apr 01 08:08:04 LAPTOP kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Apr 01 08:08:04 LAPTOP kernel: ? native_queued_spin_lock_slowpath+0x2a6/0x2e0
Apr 01 08:08:04 LAPTOP kernel: _raw_spin_lock+0x29/0x30
Apr 01 08:08:04 LAPTOP kernel: idempotent_init_module+0x9e/0x310
Apr 01 08:08:04 LAPTOP kernel: __x64_sys_finit_module+0x5e/0xb0
Apr 01 08:08:04 LAPTOP kernel: do_syscall_64+0x82/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? switch_fpu_return+0x4e/0xd0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? arch_exit_to_user_mode_prepare.isra.0+0x79/0x90
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? do_syscall_64+0x8e/0x190
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Apr 01 08:08:04 LAPTOP kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 01 08:08:04 LAPTOP kernel: RIP: 0033:0x732be4d2588d
Apr 01 08:08:04 LAPTOP 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 53 04 0d 00 f7 d8 64 89 01 48
Apr 01 08:08:04 LAPTOP kernel: RSP: 002b:00007ffe73e37ae8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Apr 01 08:08:04 LAPTOP kernel: RAX: ffffffffffffffda RBX: 0000598b82d6e670 RCX: 0000732be4d2588d
Apr 01 08:08:04 LAPTOP kernel: RDX: 0000000000000004 RSI: 0000598b74876a1b RDI: 0000000000000000
Apr 01 08:08:04 LAPTOP kernel: RBP: 00007ffe73e37b80 R08: 0000000000000000 R09: 0000598b82d6e9d0
Apr 01 08:08:04 LAPTOP kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000598b74876a1b
Apr 01 08:08:04 LAPTOP kernel: R13: 0000000000040000 R14: 0000598b82d6e620 R15: 0000598b82d6ea60
Apr 01 08:08:04 LAPTOP kernel: </TASK>
Apr 01 08:08:04 LAPTOP kernel: watchdog: BUG: soft lockup - CPU#13 stuck for 52s! [(udev-worker):489]
Apr 01 08:08:04 LAPTOP kernel: CPU#13 Utilization every 4s during lockup:
Apr 01 08:08:04 LAPTOP kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #2: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #3: 101% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Apr 01 08:08:04 LAPTOP kernel: #5: 100% system, 0% softirq, 1% hardirq, 0% idle