Kernel crash while doing chroot'ed grub2-mkconfig on qemu-emulated Nehalem CPU since late November 6.13 snapshot
From: Adam Williamson
Date: Wed Dec 11 2024 - 11:52:12 EST
Hi, folks. Please CC me on replies, I'm not subscribed to the list. The
downstream bug report for this is
https://bugzilla.redhat.com/show_bug.cgi?id=2329581 . I also filed
https://bugzilla.kernel.org/show_bug.cgi?id=219554 but it looks like
nobody is monitoring that ATM, hence this email. Sorry, I don't know
where to send it that would be more targeted.
I maintain Fedora's openQA instance - https://openqa.fedoraproject.org/
(openQA is an automated testing system which runs jobs on qemu VMs,
inputting keyboard and mouse events via VNC, and monitoring results via
screenshots and the serial console).
In openQA testing we've noticed a lot of failures of install tests
since kernel-6.13.0-0.rc0.20241125git9f16d5e6f220.8.fc42 landed in
Rawhide - that is, a snapshot of upstream git 9f16d5e6f220 . The
previous build, kernel-6.13.0-0.rc0.20241119git158f238aa69d.2.fc42 - a
snapshot of upstream 158f238aa69d - did not show this problem. The
problems persist with the latest kernel build, kernel-6.13.0-
0.rc2.22.fc42 (a build of 6.13 rc2 exactly).
Both BIOS and UEFI x86_64 installs are frequently hitting kernel
crashes when the Fedora installer runs grub2-mkconfig as part of the
install process. In the BIOS case, this causes the system to hang
permanently. In the UEFI case, the system hangs for a while then
reboots, and fails to boot properly as the installation did not
complete.
I've reproduced both BIOS and UEFI failures locally with a qemu VM
configured like the one we use in the affected tests: 2 vCPUs, 4G RAM,
and CPU model Nehalem - that's `-cpu Nehalem` argument to qemu. If I
use host CPU config instead, the bug doesn't happen. We intentionally
use the Nehalem model in this testing to ensure Fedora doesn't
inadvertently stop supporting the CPU baseline it intends to support.
This happens on more than 50% of install attempts, but not all of them
(sometimes they work; I've set our test system to retry failures five
times for now to mitigate the effects of this bug).
The details of the traces we get in the kernel logs differ between
occurrences and also between BIOS and UEFI, which someone suggested
indicate this may be some kind of memory corruption issue. But the
broad shape is consistent: the installer reaches grub2-mkconfig and we
get a kernel crash.
I did also try reproducing this by running `grub2-mkconfig -o
/boot/grub/grub2.cfg` multiple times on an *installed* VM with the same
kernel and VM config, but could not trigger a crash in this case. There
must be something specific about how this happens in the installer
environment (for one thing, the installer runs the command chroot'ed
into the installed system environment).
I'll attach sample logs from a UEFI failure and a BIOS failure.
I haven't attempted to bisect this yet as I find bisecting kernel
issues pretty painful (the Fedora kernel package spec is a bit weird if
you're not used to it, building a full kernel takes a long time, I
don't know how to do intermittent builds with the Fedora kernel spec,
and since I can't yet reproduce this outside the installer I then have
to build an installer image with the kernel build in to test it...).
But if needs must I'll bite the bullet and do it. If anyone could e.g.
guess at a commit or commit series that might be causing this so I
could try a targeted reversion, though, that'd be great.
--
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @adamw@xxxxxxxxxxxxx
https://www.happyassassin.net
Dec 03 20:28:55 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3520]: INFO:program:Running in chroot '/mnt/sysroot'... grub2-mkconfig -o /boot/grub2/grub.cfg
[ 535.417699] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[ 535.422185] BUG: unable to handle page fault for address: ffffd2ab62ffffc8
[ 535.422194] #PF: supervisor read access in kernel mode
[ 535.422197] #PF: error_code(0x0000) - not-present page
[ 535.422199] PGD 0 P4D 0
[ 535.422244] Oops: Oops: 0000 [#1] PREEMPT SMP PTI
[ 535.422266] CPU: 0 UID: 0 PID: 4320 Comm: logger Not tainted 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 535.422287] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
[ 535.422290] RIP: 0010:do_swap_page+0xac0/0x1810
[ 535.422328] Code: 44 24 08 48 8b 78 10 e8 1e 35 01 00 48 89 43 58 48 85 c0 0f 84 8b fd ff ff 48 8b 00 48 39 43 40 0f 85 87 0c 00 00 48 8b 43 50 <48> 8b 50 08 f6 c2 01 0f 85 84 0c 00 00 0f 1f 44 00 00 f0 ff 40 34
[ 535.422331] RSP: 0000:ffffaf0ac4403cb0 EFLAGS: 00010246
[ 535.422348] RAX: ffffd2ab62ffffc0 RBX: ffffaf0ac4403dd8 RCX: 000000010aa8e067
[ 535.422350] RDX: 000000010aa8e067 RSI: 0000000000000000 RDI: 000000010aa8e067
[ 535.422352] RBP: ffffaf0ac4403dd8 R08: 0000000000000067 R09: 0000000000000006
[ 535.422354] R10: 00007ff2adb54fff R11: 0000000000000000 R12: 0200000000000080
[ 535.422356] R13: 0000000108127067 R14: 6c0106874b8bffff R15: ffffaf0ac4403dd0
[ 535.422358] FS: 00007ff2ad715840(0000) GS:ffff9a827bc00000(0000) knlGS:0000000000000000
[ 535.422360] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 535.422362] CR2: ffffd2ab62ffffc8 CR3: 000000010c70e000 CR4: 00000000000006f0
[ 535.422367] Call Trace:
[ 535.422371] <TASK>
[ 535.422376] ? __die_body.cold+0x19/0x27
[ 535.422426] ? page_fault_oops+0x15a/0x2f0
[ 535.422454] ? search_module_extables+0x19/0x60
[ 535.422487] ? search_bpf_extables+0x5f/0x80
[ 535.422506] ? exc_page_fault+0x170/0x180
[ 535.422579] ? asm_exc_page_fault+0x26/0x30
[ 535.422621] ? do_swap_page+0xac0/0x1810
[ 535.422625] ? __lruvec_stat_mod_folio+0x83/0xd0
[ 535.422640] ? __pfx_default_wake_function+0x10/0x10
[ 535.422679] ? do_anonymous_page+0xfc/0x8f0
[ 535.422682] __handle_mm_fault+0x84e/0xfd0
[ 535.422686] ? do_syscall_64+0x8e/0x160
[ 535.422707] handle_mm_fault+0x107/0x330
[ 535.422711] do_user_addr_fault+0x1ca/0x7b0
[ 535.422727] exc_page_fault+0x7e/0x180
[ 535.422730] asm_exc_page_fault+0x26/0x30
[ 535.422733] RIP: 0033:0x7ff2ad8acdb6
[ 535.422758] Code: Unable to access opcode bytes at 0x7ff2ad8acd8c.
[ 535.422759] RSP: 002b:00007ffd13d8df30 EFLAGS: 00010202
[ 535.422770] RAX: 0000000000000000 RBX: 00007ff2ad715840 RCX: 00007ff2ad8acdb6
[ 535.422771] RDX: 0000000000001000 RSI: 000055d2a41fb700 RDI: 0000000000000000
[ 535.422773] RBP: 00007ffd13d8df40 R08: 0000000000000000 R09: 0000000000000000
[ 535.422775] R10: 0000000000000000 R11: 0000000000000202 R12: 00007ff2ada26fd0
[ 535.422776] R13: 00007ff2ada26e80 R14: 00007ffd13d8e0c8 R15: 00007ffd13d8e0c8
[ 535.422780] </TASK>
[ 535.422782] Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
[ 535.422867] virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
[ 535.422915] CR2: ffffd2ab62ffffc8
[ 535.422919] ---[ end trace 0000000000000000 ]---
[ 535.422938] RIP: 0010:do_swap_page+0xac0/0x1810
[ 535.422942] Code: 44 24 08 48 8b 78 10 e8 1e 35 01 00 48 89 43 58 48 85 c0 0f 84 8b fd ff ff 48 8b 00 48 39 43 40 0f 85 87 0c 00 00 48 8b 43 50 <48> 8b 50 08 f6 c2 01 0f 85 84 0c 00 00 0f 1f 44 00 00 f0 ff 40 34
[ 535.422944] RSP: 0000:ffffaf0ac4403cb0 EFLAGS: 00010246
[ 535.422947] RAX: ffffd2ab62ffffc0 RBX: ffffaf0ac4403dd8 RCX: 000000010aa8e067
[ 535.422949] RDX: 000000010aa8e067 RSI: 0000000000000000 RDI: 000000010aa8e067
[ 535.422950] RBP: ffffaf0ac4403dd8 R08: 0000000000000067 R09: 0000000000000006
[ 535.422952] R10: 00007ff2adb54fff R11: 0000000000000000 R12: 0200000000000080
[ 535.422954] R13: 0000000108127067 R14: 6c0106874b8bffff R15: ffffaf0ac4403dd0
[ 535.422956] FS: 00007ff2ad715840(0000) GS:ffff9a827bc00000(0000) knlGS:0000000000000000
[ 535.422965] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 535.422967] CR2: 00007ff2ad8acd8c CR3: 000000010c70e000 CR4: 00000000000006f0
[ 535.422984] note: logger[4320] exited with irqs disabled
[ 535.423014] note: logger[4320] exited with preempt_count 1
Dec 03 20:28:55 localhost-live kernel: SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
Dec 03 20:28:56 localhost-live kernel: BUG: unable to handle page fault for address: ffffd2ab62ffffc8
Dec 03 20:28:56 localhost-live kernel: #PF: supervisor read access in kernel mode
Dec 03 20:28:56 localhost-live kernel: #PF: error_code(0x0000) - not-present page
Dec 03 20:28:56 localhost-live kernel: PGD 0 P4D 0
Dec 03 20:28:56 localhost-live kernel: Oops: Oops: 0000 [#1] PREEMPT SMP PTI
Dec 03 20:28:56 localhost-live kernel: CPU: 0 UID: 0 PID: 4320 Comm: logger Not tainted 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 20:28:56 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
Dec 03 20:28:56 localhost-live kernel: RIP: 0010:do_swap_page+0xac0/0x1810
Dec 03 20:28:56 localhost-live kernel: Code: 44 24 08 48 8b 78 10 e8 1e 35 01 00 48 89 43 58 48 85 c0 0f 84 8b fd ff ff 48 8b 00 48 39 43 40 0f 85 87 0c 00 00 48 8b 43 50 <48> 8b 50 08 f6 c2 01 0f 85 84 0c 00 00 0f 1f 44 00 00 f0 ff 40 34
Dec 03 20:28:56 localhost-live kernel: RSP: 0000:ffffaf0ac4403cb0 EFLAGS: 00010246
Dec 03 20:28:56 localhost-live kernel: RAX: ffffd2ab62ffffc0 RBX: ffffaf0ac4403dd8 RCX: 000000010aa8e067
Dec 03 20:28:56 localhost-live kernel: RDX: 000000010aa8e067 RSI: 0000000000000000 RDI: 000000010aa8e067
Dec 03 20:28:56 localhost-live kernel: RBP: ffffaf0ac4403dd8 R08: 0000000000000067 R09: 0000000000000006
Dec 03 20:28:56 localhost-live kernel: R10: 00007ff2adb54fff R11: 0000000000000000 R12: 0200000000000080
Dec 03 20:28:56 localhost-live kernel: R13: 0000000108127067 R14: 6c0106874b8bffff R15: ffffaf0ac4403dd0
Dec 03 20:28:56 localhost-live kernel: FS: 00007ff2ad715840(0000) GS:ffff9a827bc00000(0000) knlGS:0000000000000000
Dec 03 20:28:56 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 20:28:56 localhost-live kernel: CR2: ffffd2ab62ffffc8 CR3: 000000010c70e000 CR4: 00000000000006f0
Dec 03 20:28:56 localhost-live kernel: Call Trace:
Dec 03 20:28:56 localhost-live kernel: <TASK>
Dec 03 20:28:56 localhost-live kernel: ? __die_body.cold+0x19/0x27
Dec 03 20:28:56 localhost-live kernel: ? page_fault_oops+0x15a/0x2f0
Dec 03 20:28:56 localhost-live kernel: ? search_module_extables+0x19/0x60
Dec 03 20:28:56 localhost-live kernel: ? search_bpf_extables+0x5f/0x80
Dec 03 20:28:56 localhost-live kernel: ? exc_page_fault+0x170/0x180
Dec 03 20:28:56 localhost-live kernel: ? asm_exc_page_fault+0x26/0x30
Dec 03 20:28:56 localhost-live kernel: ? do_swap_page+0xac0/0x1810
Dec 03 20:28:56 localhost-live kernel: ? __lruvec_stat_mod_folio+0x83/0xd0
Dec 03 20:28:56 localhost-live kernel: ? __pfx_default_wake_function+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: ? do_anonymous_page+0xfc/0x8f0
Dec 03 20:28:56 localhost-live kernel: __handle_mm_fault+0x84e/0xfd0
Dec 03 20:28:56 localhost-live kernel: ? do_syscall_64+0x8e/0x160
Dec 03 20:28:56 localhost-live kernel: handle_mm_fault+0x107/0x330
Dec 03 20:28:56 localhost-live kernel: do_user_addr_fault+0x1ca/0x7b0
Dec 03 20:28:56 localhost-live kernel: exc_page_fault+0x7e/0x180
Dec 03 20:28:56 localhost-live kernel: asm_exc_page_fault+0x26/0x30
Dec 03 20:28:56 localhost-live kernel: RIP: 0033:0x7ff2ad8acdb6
Dec 03 20:28:56 localhost-live kernel: Code: Unable to access opcode bytes at 0x7ff2ad8acd8c.
Dec 03 20:28:56 localhost-live kernel: RSP: 002b:00007ffd13d8df30 EFLAGS: 00010202
Dec 03 20:28:56 localhost-live kernel: RAX: 0000000000000000 RBX: 00007ff2ad715840 RCX: 00007ff2ad8acdb6
Dec 03 20:28:56 localhost-live kernel: RDX: 0000000000001000 RSI: 000055d2a41fb700 RDI: 0000000000000000
Dec 03 20:28:56 localhost-live kernel: RBP: 00007ffd13d8df40 R08: 0000000000000000 R09: 0000000000000000
Dec 03 20:28:56 localhost-live kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 00007ff2ada26fd0
Dec 03 20:28:56 localhost-live kernel: R13: 00007ff2ada26e80 R14: 00007ffd13d8e0c8 R15: 00007ffd13d8e0c8
Dec 03 20:28:56 localhost-live kernel: </TASK>
Dec 03 20:28:56 localhost-live kernel: Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
Dec 03 20:28:56 localhost-live kernel: virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
Dec 03 20:28:56 localhost-live kernel: CR2: ffffd2ab62ffffc8
Dec 03 20:28:56 localhost-live kernel: ---[ end trace 0000000000000000 ]---
Dec 03 20:28:56 localhost-live kernel: RIP: 0010:do_swap_page+0xac0/0x1810
Dec 03 20:28:56 localhost-live kernel: Code: 44 24 08 48 8b 78 10 e8 1e 35 01 00 48 89 43 58 48 85 c0 0f 84 8b fd ff ff 48 8b 00 48 39 43 40 0f 85 87 0c 00 00 48 8b 43 50 <48> 8b 50 08 f6 c2 01 0f 85 84 0c 00 00 0f 1f 44 00 00 f0 ff 40 34
Dec 03 20:28:56 localhost-live kernel: RSP: 0000:ffffaf0ac4403cb0 EFLAGS: 00010246
Dec 03 20:28:56 localhost-live kernel: RAX: ffffd2ab62ffffc0 RBX: ffffaf0ac4403dd8 RCX: 000000010aa8e067
Dec 03 20:28:56 localhost-live kernel: RDX: 000000010aa8e067 RSI: 0000000000000000 RDI: 000000010aa8e067
Dec 03 20:28:56 localhost-live kernel: RBP: ffffaf0ac4403dd8 R08: 0000000000000067 R09: 0000000000000006
Dec 03 20:28:56 localhost-live kernel: R10: 00007ff2adb54fff R11: 0000000000000000 R12: 0200000000000080
Dec 03 20:28:56 localhost-live kernel: R13: 0000000108127067 R14: 6c0106874b8bffff R15: ffffaf0ac4403dd0
Dec 03 20:28:56 localhost-live kernel: FS: 00007ff2ad715840(0000) GS:ffff9a827bc00000(0000) knlGS:0000000000000000
Dec 03 20:28:56 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 20:28:56 localhost-live kernel: CR2: 00007ff2ad8acd8c CR3: 000000010c70e000 CR4: 00000000000006f0
Dec 03 20:28:56 localhost-live kernel: note: logger[4320] exited with irqs disabled
Dec 03 20:28:56 localhost-live kernel: note: logger[4320] exited with preempt_count 1
[ 535.909955] mm/pgtable-generic.c:54: bad pmd 000000000893f408(3948777e18503948)
[ 535.914685] Oops: general protection fault, probably for non-canonical address 0x8e2d4fd8943d0: 0000 [#2] PREEMPT SMP PTI
[ 535.914694] CPU: 1 UID: 0 PID: 39 Comm: kcompactd0 Tainted: G D ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 535.914698] Tainted: [D]=DIE
[ 535.914699] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
[ 535.914701] RIP: 0010:page_vma_mapped_walk+0x2f0/0xa00
[ 535.914723] Code: ff 48 81 e6 00 00 00 c0 48 85 c9 48 0f 45 d6 48 c1 eb 12 81 e3 f8 0f 00 00 48 21 c2 48 03 15 df 7a a6 01 48 01 d3 48 89 5d 28 <48> 8b 3b 48 89 7c 24 18 48 89 f8 0f 1f 00 48 be 80 00 00 00 00 00
[ 535.914725] RSP: 0018:ffffaf0ac014f860 EFLAGS: 00010202
[ 535.914727] RAX: f3894853fd894855 RBX: 0008e2d4fd8943d0 RCX: 0000000000000000
[ 535.914729] RDX: 0008e2d4fd894000 RSI: 000fffffc0000000 RDI: f3894853fd894855
[ 535.914730] RBP: ffffaf0ac014f900 R08: 00000000000001e4 R09: 0000000000000000
[ 535.914732] R10: ffffff8000000000 R11: 0000008000000000 R12: 00007f2e0f47b000
[ 535.914733] R13: ffff9a820f092c00 R14: ffff9a820cdb5f20 R15: 0000000000000001
[ 535.914757] FS: 0000000000000000(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
[ 535.914758] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 535.914760] CR2: 00007fb86abc47f0 CR3: 000000010d306000 CR4: 00000000000006f0
[ 535.914764] Call Trace:
[ 535.914766] <TASK>
[ 535.914772] ? __die_body.cold+0x19/0x27
[ 535.914775] ? die_addr+0x3c/0x60
[ 535.914803] ? exc_general_protection+0x17d/0x400
[ 535.914808] ? asm_exc_general_protection+0x26/0x30
[ 535.914818] ? page_vma_mapped_walk+0x2f0/0xa00
[ 535.914821] ? xas_store+0x5d/0x8d0
[ 535.914838] try_to_migrate_one+0x166/0xca0
[ 535.914843] ? __folio_migrate_mapping+0x2ad/0x6f0
[ 535.914849] rmap_walk_anon+0xd9/0x200
[ 535.914851] try_to_migrate+0xf3/0x110
[ 535.914854] ? __pfx_try_to_migrate_one+0x10/0x10
[ 535.914856] ? __pfx_folio_not_mapped+0x10/0x10
[ 535.914858] ? __pfx_folio_lock_anon_vma_read+0x10/0x10
[ 535.914860] ? __pfx_invalid_migration_vma+0x10/0x10
[ 535.914862] migrate_pages_batch+0x302/0xd10
[ 535.914874] ? __pfx_compaction_alloc+0x10/0x10
[ 535.915001] ? __pfx_compaction_free+0x10/0x10
[ 535.915004] ? lru_gen_add_folio+0x302/0x4b0
[ 535.915016] migrate_pages+0xb1d/0xe20
[ 535.915018] ? __pfx_compaction_alloc+0x10/0x10
[ 535.915021] ? __pfx_compaction_free+0x10/0x10
[ 535.915024] compact_zone+0xa88/0x1120
[ 535.915032] compact_node+0xb1/0x140
[ 535.915037] kcompactd+0x35b/0x4b0
[ 535.915039] ? __pfx_autoremove_wake_function+0x10/0x10
[ 535.915055] ? __pfx_kcompactd+0x10/0x10
[ 535.915057] kthread+0xd2/0x100
[ 535.915069] ? __pfx_kthread+0x10/0x10
[ 535.915071] ret_from_fork+0x34/0x50
[ 535.915079] ? __pfx_kthread+0x10/0x10
[ 535.915081] ret_from_fork_asm+0x1a/0x30
[ 535.915090] </TASK>
[ 535.915091] Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
[ 535.915153] virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
[ 535.915199] ---[ end trace 0000000000000000 ]---
[ 535.915201] RIP: 0010:do_swap_page+0xac0/0x1810
[ 535.915204] Code: 44 24 08 48 8b 78 10 e8 1e 35 01 00 48 89 43 58 48 85 c0 0f 84 8b fd ff ff 48 8b 00 48 39 43 40 0f 85 87 0c 00 00 48 8b 43 50 <48> 8b 50 08 f6 c2 01 0f 85 84 0c 00 00 0f 1f 44 00 00 f0 ff 40 34
[ 535.915206] RSP: 0000:ffffaf0ac4403cb0 EFLAGS: 00010246
[ 535.915208] RAX: ffffd2ab62ffffc0 RBX: ffffaf0ac4403dd8 RCX: 000000010aa8e067
[ 535.915209] RDX: 000000010aa8e067 RSI: 0000000000000000 RDI: 000000010aa8e067
[ 535.915210] RBP: ffffaf0ac4403dd8 R08: 0000000000000067 R09: 0000000000000006
[ 535.915212] R10: 00007ff2adb54fff R11: 0000000000000000 R12: 0200000000000080
[ 535.915213] R13: 0000000108127067 R14: 6c0106874b8bffff R15: ffffaf0ac4403dd0
[ 535.915214] FS: 0000000000000000(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
[ 535.915216] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 535.915217] CR2: 00007fb86abc47f0 CR3: 000000010d306000 CR4: 00000000000006f0
Dec 03 20:28:56 localhost-live kernel: mm/pgtable-generic.c:54: bad pmd 000000000893f408(3948777e18503948)
Dec 03 20:28:56 localhost-live kernel: Oops: general protection fault, probably for non-canonical address 0x8e2d4fd8943d0: 0000 [#2] PREEMPT SMP PTI
Dec 03 20:28:56 localhost-live kernel: CPU: 1 UID: 0 PID: 39 Comm: kcompactd0 Tainted: G D ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 20:28:56 localhost-live kernel: Tainted: [D]=DIE
Dec 03 20:28:56 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
Dec 03 20:28:56 localhost-live kernel: RIP: 0010:page_vma_mapped_walk+0x2f0/0xa00
Dec 03 20:28:56 localhost-live kernel: Code: ff 48 81 e6 00 00 00 c0 48 85 c9 48 0f 45 d6 48 c1 eb 12 81 e3 f8 0f 00 00 48 21 c2 48 03 15 df 7a a6 01 48 01 d3 48 89 5d 28 <48> 8b 3b 48 89 7c 24 18 48 89 f8 0f 1f 00 48 be 80 00 00 00 00 00
Dec 03 20:28:56 localhost-live kernel: RSP: 0018:ffffaf0ac014f860 EFLAGS: 00010202
Dec 03 20:28:56 localhost-live kernel: RAX: f3894853fd894855 RBX: 0008e2d4fd8943d0 RCX: 0000000000000000
Dec 03 20:28:56 localhost-live kernel: RDX: 0008e2d4fd894000 RSI: 000fffffc0000000 RDI: f3894853fd894855
Dec 03 20:28:56 localhost-live kernel: RBP: ffffaf0ac014f900 R08: 00000000000001e4 R09: 0000000000000000
Dec 03 20:28:56 localhost-live kernel: R10: ffffff8000000000 R11: 0000008000000000 R12: 00007f2e0f47b000
Dec 03 20:28:56 localhost-live kernel: R13: ffff9a820f092c00 R14: ffff9a820cdb5f20 R15: 0000000000000001
Dec 03 20:28:56 localhost-live kernel: FS: 0000000000000000(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
Dec 03 20:28:56 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 20:28:56 localhost-live kernel: CR2: 00007fb86abc47f0 CR3: 000000010d306000 CR4: 00000000000006f0
Dec 03 20:28:56 localhost-live kernel: Call Trace:
Dec 03 20:28:56 localhost-live kernel: <TASK>
Dec 03 20:28:56 localhost-live kernel: ? __die_body.cold+0x19/0x27
Dec 03 20:28:56 localhost-live kernel: ? die_addr+0x3c/0x60
Dec 03 20:28:56 localhost-live kernel: ? exc_general_protection+0x17d/0x400
Dec 03 20:28:56 localhost-live kernel: ? asm_exc_general_protection+0x26/0x30
Dec 03 20:28:56 localhost-live kernel: ? page_vma_mapped_walk+0x2f0/0xa00
Dec 03 20:28:56 localhost-live kernel: ? xas_store+0x5d/0x8d0
Dec 03 20:28:56 localhost-live kernel: try_to_migrate_one+0x166/0xca0
Dec 03 20:28:56 localhost-live kernel: ? __folio_migrate_mapping+0x2ad/0x6f0
Dec 03 20:28:56 localhost-live kernel: rmap_walk_anon+0xd9/0x200
Dec 03 20:28:56 localhost-live kernel: try_to_migrate+0xf3/0x110
Dec 03 20:28:56 localhost-live kernel: ? __pfx_try_to_migrate_one+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: ? __pfx_folio_not_mapped+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: ? __pfx_folio_lock_anon_vma_read+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: ? __pfx_invalid_migration_vma+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: migrate_pages_batch+0x302/0xd10
Dec 03 20:28:56 localhost-live kernel: ? __pfx_compaction_alloc+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: ? __pfx_compaction_free+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: ? lru_gen_add_folio+0x302/0x4b0
Dec 03 20:28:56 localhost-live kernel: migrate_pages+0xb1d/0xe20
Dec 03 20:28:56 localhost-live kernel: ? __pfx_compaction_alloc+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: ? __pfx_compaction_free+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: compact_zone+0xa88/0x1120
Dec 03 20:28:56 localhost-live kernel: compact_node+0xb1/0x140
Dec 03 20:28:56 localhost-live kernel: kcompactd+0x35b/0x4b0
Dec 03 20:28:56 localhost-live kernel: ? __pfx_autoremove_wake_function+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: ? __pfx_kcompactd+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: kthread+0xd2/0x100
Dec 03 20:28:56 localhost-live kernel: ? __pfx_kthread+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: ret_from_fork+0x34/0x50
Dec 03 20:28:56 localhost-live kernel: ? __pfx_kthread+0x10/0x10
Dec 03 20:28:56 localhost-live kernel: ret_from_fork_asm+0x1a/0x30
Dec 03 20:28:56 localhost-live kernel: </TASK>
Dec 03 20:28:56 localhost-live kernel: Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
Dec 03 20:28:56 localhost-live kernel: virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
Dec 03 20:28:56 localhost-live kernel: ---[ end trace 0000000000000000 ]---
Dec 03 20:28:56 localhost-live kernel: RIP: 0010:do_swap_page+0xac0/0x1810
Dec 03 20:28:56 localhost-live kernel: Code: 44 24 08 48 8b 78 10 e8 1e 35 01 00 48 89 43 58 48 85 c0 0f 84 8b fd ff ff 48 8b 00 48 39 43 40 0f 85 87 0c 00 00 48 8b 43 50 <48> 8b 50 08 f6 c2 01 0f 85 84 0c 00 00 0f 1f 44 00 00 f0 ff 40 34
Dec 03 20:28:56 localhost-live kernel: RSP: 0000:ffffaf0ac4403cb0 EFLAGS: 00010246
Dec 03 20:28:56 localhost-live kernel: RAX: ffffd2ab62ffffc0 RBX: ffffaf0ac4403dd8 RCX: 000000010aa8e067
Dec 03 20:28:56 localhost-live kernel: RDX: 000000010aa8e067 RSI: 0000000000000000 RDI: 000000010aa8e067
Dec 03 20:28:56 localhost-live kernel: RBP: ffffaf0ac4403dd8 R08: 0000000000000067 R09: 0000000000000006
Dec 03 20:28:56 localhost-live kernel: R10: 00007ff2adb54fff R11: 0000000000000000 R12: 0200000000000080
Dec 03 20:28:56 localhost-live kernel: R13: 0000000108127067 R14: 6c0106874b8bffff R15: ffffaf0ac4403dd0
Dec 03 20:28:56 localhost-live kernel: FS: 0000000000000000(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
Dec 03 20:28:56 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 20:28:56 localhost-live kernel: CR2: 00007fb86abc47f0 CR3: 000000010d306000 CR4: 00000000000006f0
[ 559.600912] watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [logger:4320]
[ 559.600951] CPU#0 Utilization every 4s during lockup:
[ 559.600952] #1: 100% system, 0% softirq, 1% hardirq, 0% idle
[ 559.600954] #2: 100% system, 0% softirq, 1% hardirq, 0% idle
[ 559.600955] #3: 100% system, 0% softirq, 1% hardirq, 0% idle
[ 559.600955] #4: 100% system, 0% softirq, 1% hardirq, 0% idle
[ 559.600956] #5: 100% system, 0% softirq, 1% hardirq, 0% idle
[ 559.600957] Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
[ 559.601007] virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
[ 559.601028] CPU: 0 UID: 0 PID: 4320 Comm: logger Tainted: G D ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 559.601030] Tainted: [D]=DIE
[ 559.601031] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
[ 559.601033] RIP: 0010:native_queued_spin_lock_slowpath+0x146/0x2d0
[ 559.601055] Code: 00 00 00 ba 01 00 00 00 f0 0f b1 13 0f 85 af 00 00 00 66 90 65 ff 0d a5 95 df 5f 5b 5d 41 5c 41 5d 41 5e c3 cc cc cc cc f3 90 <e9> d0 fe ff ff 65 8b 05 8a 76 df 5f 48 0f a3 05 56 e5 a0 01 73 d4
[ 559.601057] RSP: 0018:ffffaf0ac4403b98 EFLAGS: 00000202
[ 559.601059] RAX: 0000000000000001 RBX: ffffd1d8842aa3a8 RCX: 000fffffffe00000
[ 559.601060] RDX: 0000000000000001 RSI: 0000000000000001 RDI: ffffd1d8842aa3a8
[ 559.601061] RBP: ffff9a8208127b60 R08: 0000000000000067 R09: 0000000000000000
[ 559.601062] R10: 000000000000000f R11: 0000000000000000 R12: 00007ff2ad800000
[ 559.601063] R13: ffffaf0ac4403cb8 R14: ffffaf0ac4403bd0 R15: ffff9a820aa8e000
[ 559.601064] FS: 0000000000000000(0000) GS:ffff9a827bc00000(0000) knlGS:0000000000000000
[ 559.601065] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 559.601066] CR2: 00007ff2ad8acd8c CR3: 000000006f82c000 CR4: 00000000000006f0
[ 559.601070] Call Trace:
[ 559.601072] <IRQ>
[ 559.601076] ? watchdog_timer_fn.cold+0x314/0x319
[ 559.601090] ? sched_clock_cpu+0xf/0x1f0
[ 559.601093] ? __pfx_watchdog_timer_fn+0x10/0x10
[ 559.601105] ? __hrtimer_run_queues+0x116/0x280
[ 559.601117] ? kvm_clock_get_cycles+0x18/0x30
[ 559.601124] ? hrtimer_interrupt+0xff/0x230
[ 559.601126] ? __sysvec_apic_timer_interrupt+0x55/0x100
[ 559.601128] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ 559.601130] </IRQ>
[ 559.601131] <TASK>
[ 559.601132] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ 559.601136] ? native_queued_spin_lock_slowpath+0x146/0x2d0
[ 559.601138] _raw_spin_lock+0x29/0x30
[ 559.601139] __pte_offset_map_lock+0x9e/0x130
[ 559.601142] unmap_page_range+0x584/0x16d0
[ 559.601145] unmap_vmas+0xbd/0x1a0
[ 559.601147] exit_mmap+0xf6/0x3b0
[ 559.601150] __mmput+0x3e/0x130
[ 559.601154] do_exit+0x2b7/0xab0
[ 559.601159] make_task_dead+0x90/0x90
[ 559.601161] rewind_stack_and_make_dead+0x16/0x20
[ 559.601163] RIP: 0033:0x7ff2ad8acdb6
[ 559.601174] Code: Unable to access opcode bytes at 0x7ff2ad8acd8c.
[ 559.601175] RSP: 002b:00007ffd13d8df30 EFLAGS: 00010202
[ 559.601176] RAX: 0000000000000000 RBX: 00007ff2ad715840 RCX: 00007ff2ad8acdb6
[ 559.601181] RDX: 0000000000001000 RSI: 000055d2a41fb700 RDI: 0000000000000000
[ 559.601182] RBP: 00007ffd13d8df40 R08: 0000000000000000 R09: 0000000000000000
[ 559.601182] R10: 0000000000000000 R11: 0000000000000202 R12: 00007ff2ada26fd0
[ 559.601183] R13: 00007ff2ada26e80 R14: 00007ffd13d8e0c8 R15: 00007ffd13d8e0c8
[ 559.601185] </TASK>
[ 559.850057] Oops: general protection fault, probably for non-canonical address 0x48fff60074e90734: 0000 [#3] PREEMPT SMP PTI
[ 559.850074] CPU: 1 UID: 0 PID: 1333 Comm: rs:main Q:Reg Tainted: G D L ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 559.850080] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ 559.850081] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
[ 559.850084] RIP: 0010:mem_cgroup_from_slab_obj+0xfa/0x190
[ 559.850097] Code: 1f 0f 87 2e 37 ac ff d3 eb 42 8d 1c 23 41 80 fd 1f 0f 87 40 37 ac ff 44 89 e9 d3 eb 48 8d 6c dd 00 48 8b 45 00 48 85 c0 74 58 <48> 8b 40 10 48 83 c4 08 5b 5d 41 5c 41 5d c3 cc cc cc cc 48 8b 51
[ 559.850100] RSP: 0018:ffffaf0ac2713800 EFLAGS: 00010006
[ 559.850103] RAX: 48fff60074e90724 RBX: 0000000000000004 RCX: 0000000000000009
[ 559.850105] RDX: 0000000000000938 RSI: ffffd1d880000000 RDI: ffff9a827b400000
[ 559.850107] RBP: ffff9a820aba3d20 R08: ffffffff896e8938 R09: ffffaf0ac27138e8
[ 559.850109] R10: 0000000000000006 R11: 0000000000000001 R12: 00000000000006f2
[ 559.850110] R13: 0000000000000009 R14: 0000000000000000 R15: 00000000ffffffff
[ 559.850112] FS: 00007ffb1d7fd6c0(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
[ 559.850118] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 559.850120] CR2: 00007ffb100099a8 CR3: 000000010c244000 CR4: 00000000000006f0
[ 559.850125] Call Trace:
[ 559.850128] <TASK>
[ 559.850132] ? __die_body.cold+0x19/0x27
[ 559.850137] ? die_addr+0x3c/0x60
[ 559.850141] ? exc_general_protection+0x17d/0x400
[ 559.850147] ? asm_exc_general_protection+0x26/0x30
[ 559.850154] ? mem_cgroup_from_slab_obj+0xfa/0x190
[ 559.850158] list_lru_del_obj+0x6b/0xa0
Dec 03 20:29:20 localhost-live kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [logger:4320]
Dec 03 20:29:20 localhost-live kernel: CPU#0 Utilization every 4s during lockup:
Dec 03 20:29:20 localhost-live kernel: #1: 100% system, 0% softirq, 1% hardirq, 0% idle
Dec 03 20:29:20 localhost-live kernel: #2: 100% system, 0% softirq, 1% hardirq, 0% idle
Dec 03 20:29:20 localhost-live kernel: #3: 100% system, 0% softirq, 1% hardirq, 0% idle
Dec 03 20:29:20 localhost-live kernel: #4: 100% system, 0% softirq, 1% hardirq, 0% idle
Dec 03 20:29:20 localhost-live kernel: #5: 100% system, 0% softirq, 1% hardirq, 0% idle
Dec 03 20:29:20 localhost-live kernel: Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
Dec 03 20:29:20 localhost-live kernel: virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
Dec 03 20:29:20 localhost-live kernel: CPU: 0 UID: 0 PID: 4320 Comm: logger Tainted: G D ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 20:29:20 localhost-live kernel: Tainted: [D]=DIE
Dec 03 20:29:20 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
[ 559.850163] workingset_update_node+0x61/0xb0
[ 559.850165] xas_store+0x2b6/0x8d0
[ 559.850170] add_to_swap_cache+0x22c/0x3c0
[ 559.850196] ? __pfx_workingset_update_node+0x10/0x10
[ 559.850199] __read_swap_cache_async+0x202/0x270
[ 559.850208] swap_cluster_readahead+0x196/0x2f0
[ 559.850213] shmem_swapin_folio+0x93c/0xcb0
[ 559.850223] shmem_get_folio_gfp+0x1ac/0x5f0
[ 559.850235] shmem_file_read_iter+0x82/0x3f0
[ 559.850239] vfs_read+0x29c/0x370
[ 559.850279] ksys_read+0x6c/0xe0
[ 559.850287] do_syscall_64+0x82/0x160
[ 559.850292] ? __handle_mm_fault+0x84e/0xfd0
[ 559.850296] ? syscall_exit_to_user_mode+0x10/0x210
[ 559.850299] ? __count_memcg_events+0xc0/0x180
[ 559.850303] ? count_memcg_events.constprop.0+0x1a/0x30
[ 559.850317] ? handle_mm_fault+0x21b/0x330
[ 559.850321] ? do_user_addr_fault+0x55a/0x7b0
[ 559.850325] ? exc_page_fault+0x7e/0x180
[ 559.850327] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 559.850332] RIP: 0033:0x7ffb1e9f8fb2
Dec 03 20:29:20 localhost-live kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x146/0x2d0
Dec 03 20:29:20 localhost-live kernel: Code: 00 00 00 ba 01 00 00 00 f0 0f b1 13 0f 85 af 00 00 00 66 90 65 ff 0d a5 95 df 5f 5b 5d 41 5c 41 5d 41 5e c3 cc cc cc cc f3 90 <e9> d0 fe ff ff 65 8b 05 8a 76 df 5f 48 0f a3 05 56 e5 a0 01 73 d4
Dec 03 20:29:20 localhost-live kernel: RSP: 0018:ffffaf0ac4403b98 EFLAGS: 00000202
Dec 03 20:29:20 localhost-live kernel: RAX: 0000000000000001 RBX: ffffd1d8842aa3a8 RCX: 000fffffffe00000
Dec 03 20:29:20 localhost-live kernel: RDX: 0000000000000001 RSI: 0000000000000001 RDI: ffffd1d8842aa3a8
Dec 03 20:29:20 localhost-live kernel: RBP: ffff9a8208127b60 R08: 0000000000000067 R09: 0000000000000000
Dec 03 20:29:20 localhost-live kernel: R10: 000000000000000f R11: 0000000000000000 R12: 00007ff2ad800000
Dec 03 20:29:20 localhost-live kernel: R13: ffffaf0ac4403cb8 R14: ffffaf0ac4403bd0 R15: ffff9a820aa8e000
Dec 03 20:29:20 localhost-live kernel: FS: 0000000000000000(0000) GS:ffff9a827bc00000(0000) knlGS:0000000000000000
Dec 03 20:29:20 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 20:29:20 localhost-live kernel: CR2: 00007ff2ad8acd8c CR3: 000000006f82c000 CR4: 00000000000006f0
Dec 03 20:29:20 localhost-live kernel: Call Trace:
Dec 03 20:29:20 localhost-live kernel: <IRQ>
Dec 03 20:29:20 localhost-live kernel: ? watchdog_timer_fn.cold+0x314/0x319
Dec 03 20:29:20 localhost-live kernel: ? sched_clock_cpu+0xf/0x1f0
[ 559.850371] Code: 08 0f 85 51 3d ff ff 49 89 fb 48 89 f0 48 89 d7 48 89 ce 4c 89 c2 4d 89 ca 4c 8b 44 24 08 4c 8b 4c 24 10 4c 89 5c 24 08 0f 05 <c3> 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa 55 bf 01 00
[ 559.850373] RSP: 002b:00007ffb1d7fbf78 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 559.850377] RAX: ffffffffffffffda RBX: 00007ffb1d7fd6c0 RCX: 00007ffb1e9f8fb2
[ 559.850389] RDX: 0000000000001000 RSI: 00007ffb1001b560 RDI: 0000000000000008
[ 559.850391] RBP: 00007ffb1d7fbfa0 R08: 0000000000000000 R09: 0000000000000000
[ 559.850392] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffb1eb66fd0
[ 559.850394] R13: 00007ffb1eb66e80 R14: 0000000000000167 R15: 00007ffb1eb66e80
[ 559.850398] </TASK>
[ 559.850399] Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
Dec 03 20:29:20 localhost-live kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Dec 03 20:29:20 localhost-live kernel: ? __hrtimer_run_queues+0x116/0x280
Dec 03 20:29:20 localhost-live kernel: ? kvm_clock_get_cycles+0x18/0x30
Dec 03 20:29:20 localhost-live kernel: ? hrtimer_interrupt+0xff/0x230
Dec 03 20:29:20 localhost-live kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Dec 03 20:29:20 localhost-live kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Dec 03 20:29:20 localhost-live kernel: </IRQ>
Dec 03 20:29:20 localhost-live kernel: <TASK>
Dec 03 20:29:20 localhost-live kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Dec 03 20:29:20 localhost-live kernel: ? native_queued_spin_lock_slowpath+0x146/0x2d0
[ 559.850494] virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
[ 559.850517] ---[ end trace 0000000000000000 ]---
[ 559.850519] RIP: 0010:do_swap_page+0xac0/0x1810
[ 559.850524] Code: 44 24 08 48 8b 78 10 e8 1e 35 01 00 48 89 43 58 48 85 c0 0f 84 8b fd ff ff 48 8b 00 48 39 43 40 0f 85 87 0c 00 00 48 8b 43 50 <48> 8b 50 08 f6 c2 01 0f 85 84 0c 00 00 0f 1f 44 00 00 f0 ff 40 34
[ 559.850526] RSP: 0000:ffffaf0ac4403cb0 EFLAGS: 00010246
[ 559.850528] RAX: ffffd2ab62ffffc0 RBX: ffffaf0ac4403dd8 RCX: 000000010aa8e067
[ 559.850529] RDX: 000000010aa8e067 RSI: 0000000000000000 RDI: 000000010aa8e067
[ 559.850531] RBP: ffffaf0ac4403dd8 R08: 0000000000000067 R09: 0000000000000006
[ 559.850532] R10: 00007ff2adb54fff R11: 0000000000000000 R12: 0200000000000080
Dec 03 20:29:20 localhost-live kernel: _raw_spin_lock+0x29/0x30
Dec 03 20:29:20 localhost-live kernel: __pte_offset_map_lock+0x9e/0x130
Dec 03 20:29:20 localhost-live kernel: unmap_page_range+0x584/0x16d0
Dec 03 20:29:20 localhost-live kernel: unmap_vmas+0xbd/0x1a0
Dec 03 20:29:20 localhost-live kernel: exit_mmap+0xf6/0x3b0
Dec 03 20:29:20 localhost-live kernel: __mmput+0x3e/0x130
Dec 03 20:29:20 localhost-live kernel: do_exit+0x2b7/0xab0
Dec 03 20:29:20 localhost-live kernel: make_task_dead+0x90/0x90
Dec 03 20:29:20 localhost-live kernel: rewind_stack_and_make_dead+0x16/0x20
[ 559.850533] R13: 0000000108127067 R14: 6c0106874b8bffff R15: ffffaf0ac4403dd0
[ 559.850534] FS: 00007ffb1d7fd6c0(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
[ 559.850535] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 559.850537] CR2: 00007ffb100099a8 CR3: 000000010c244000 CR4: 00000000000006f0
[ 559.850542] note: rs:main Q:Reg[1333] exited with irqs disabled
[ 559.850543] note: rs:main Q:Reg[1333] exited with preempt_count 1
Dec 03 20:29:20 localhost-live kernel: RIP: 0033:0x7ff2ad8acdb6
Dec 03 20:29:20 localhost-live kernel: Code: Unable to access opcode bytes at 0x7ff2ad8acd8c.
Dec 03 20:29:20 localhost-live kernel: RSP: 002b:00007ffd13d8df30 EFLAGS: 00010202
Dec 03 20:29:20 localhost-live kernel: RAX: 0000000000000000 RBX: 00007ff2ad715840 RCX: 00007ff2ad8acdb6
Dec 03 20:29:20 localhost-live kernel: RDX: 0000000000001000 RSI: 000055d2a41fb700 RDI: 0000000000000000
Dec 03 20:29:20 localhost-live kernel: RBP: 00007ffd13d8df40 R08: 0000000000000000 R09: 0000000000000000
Dec 03 20:29:20 localhost-live kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 00007ff2ada26fd0
Dec 03 20:29:20 localhost-live kernel: R13: 00007ff2ada26e80 R14: 00007ffd13d8e0c8 R15: 00007ffd13d8e0c8
Dec 03 20:29:20 localhost-live kernel: </TASK>
Dec 03 20:29:20 localhost-live kernel: Oops: general protection fault, probably for non-canonical address 0x48fff60074e90734: 0000 [#3] PREEMPT SMP PTI
Dec 03 20:29:20 localhost-live kernel: CPU: 1 UID: 0 PID: 1333 Comm: rs:main Q:Reg Tainted: G D L ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 20:29:20 localhost-live kernel: Tainted: [D]=DIE, [L]=SOFTLOCKUP
Dec 03 20:29:20 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
[ 559.850564] ------------[ cut here ]------------
[ 559.850565] WARNING: CPU: 1 PID: 1333 at kernel/exit.c:885 do_exit+0x8b1/0xab0
[ 559.850569] Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
[ 559.850598] virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
[ 559.850609] CPU: 1 UID: 0 PID: 1333 Comm: rs:main Q:Reg Tainted: G D L ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 559.850612] Tainted: [D]=DIE, [L]=SOFTLOCKUP
[ 559.850613] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
[ 559.850614] RIP: 0010:do_exit+0x8b1/0xab0
[ 559.850617] Code: f6 e8 a3 e2 ff ff e9 9b fd ff ff 4c 89 e6 bf 05 06 00 00 e8 41 1d 01 00 e9 69 f8 ff ff 48 89 df e8 04 8e 15 00 e9 55 f9 ff ff <0f> 0b e9 c3 f7 ff ff 0f 0b e9 80 f7 ff ff 4c 89 e6 48 89 df e8 f6
[ 559.850630] RSP: 0018:ffffaf0ac2713ed8 EFLAGS: 00010282
[ 559.850632] RAX: 0000000000000000 RBX: ffff9a8207f30000 RCX: 0000000000000027
[ 559.850633] RDX: 0000000000000001 RSI: 0000000000002710 RDI: ffff9a8215c85ac0
[ 559.850634] RBP: ffff9a8211cd5f80 R08: 0000000000000000 R09: 0000000000000000
[ 559.850635] R10: ffffaf0ac2713cf0 R11: 7372203a65746f6e R12: 000000000000000b
[ 559.850636] R13: ffff9a8215c85ac0 R14: 48fff60074e90734 R15: 0000000000000000
[ 559.850637] FS: 00007ffb1d7fd6c0(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
Dec 03 20:29:20 localhost-live kernel: RIP: 0010:mem_cgroup_from_slab_obj+0xfa/0x190
Dec 03 20:29:20 localhost-live kernel: Code: 1f 0f 87 2e 37 ac ff d3 eb 42 8d 1c 23 41 80 fd 1f 0f 87 40 37 ac ff 44 89 e9 d3 eb 48 8d 6c dd 00 48 8b 45 00 48 85 c0 74 58 <48> 8b 40 10 48 83 c4 08 5b 5d 41 5c 41 5d c3 cc cc cc cc 48 8b 51
Dec 03 20:29:20 localhost-live kernel: RSP: 0018:ffffaf0ac2713800 EFLAGS: 00010006
Dec 03 20:29:20 localhost-live kernel: RAX: 48fff60074e90724 RBX: 0000000000000004 RCX: 0000000000000009
Dec 03 20:29:20 localhost-live kernel: RDX: 0000000000000938 RSI: ffffd1d880000000 RDI: ffff9a827b400000
Dec 03 20:29:20 localhost-live kernel: RBP: ffff9a820aba3d20 R08: ffffffff896e8938 R09: ffffaf0ac27138e8
Dec 03 20:29:20 localhost-live kernel: R10: 0000000000000006 R11: 0000000000000001 R12: 00000000000006f2
Dec 03 20:29:20 localhost-live kernel: R13: 0000000000000009 R14: 0000000000000000 R15: 00000000ffffffff
Dec 03 20:29:20 localhost-live kernel: FS: 00007ffb1d7fd6c0(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
Dec 03 20:29:20 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 20:29:20 localhost-live kernel: CR2: 00007ffb100099a8 CR3: 000000010c244000 CR4: 00000000000006f0
Dec 03 20:29:20 localhost-live kernel: Call Trace:
Dec 03 20:29:20 localhost-live kernel: <TASK>
[ 559.850638] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 559.850643] CR2: 00007ffb100099a8 CR3: 000000010c244000 CR4: 00000000000006f0
[ 559.850645] Call Trace:
[ 559.850647] <TASK>
[ 559.850648] ? do_exit+0x8b1/0xab0
[ 559.850651] ? __warn.cold+0x93/0xfa
[ 559.850655] ? do_exit+0x8b1/0xab0
[ 559.850660] ? report_bug+0xff/0x140
[ 559.850675] ? handle_bug+0x58/0x90
[ 559.850677] ? exc_invalid_op+0x17/0x70
[ 559.850679] ? asm_exc_invalid_op+0x1a/0x20
[ 559.850681] ? do_exit+0x8b1/0xab0
[ 559.850683] ? do_exit+0x6d/0xab0
[ 559.850686] make_task_dead+0x90/0x90
[ 559.850688] rewind_stack_and_make_dead+0x16/0x20
Dec 03 20:29:20 localhost-live kernel: ? __die_body.cold+0x19/0x27
Dec 03 20:29:20 localhost-live kernel: ? die_addr+0x3c/0x60
Dec 03 20:29:20 localhost-live kernel: ? exc_general_protection+0x17d/0x400
Dec 03 20:29:20 localhost-live kernel: ? asm_exc_general_protection+0x26/0x30
Dec 03 20:29:20 localhost-live kernel: ? mem_cgroup_from_slab_obj+0xfa/0x190
Dec 03 20:29:20 localhost-live kernel: list_lru_del_obj+0x6b/0xa0
Dec 03 20:29:20 localhost-live kernel: workingset_update_node+0x61/0xb0
Dec 03 20:29:20 localhost-live kernel: xas_store+0x2b6/0x8d0
Dec 03 20:29:20 localhost-live kernel: add_to_swap_cache+0x22c/0x3c0
Dec 03 20:29:20 localhost-live kernel: ? __pfx_workingset_update_node+0x10/0x10
Dec 03 20:29:20 localhost-live kernel: __read_swap_cache_async+0x202/0x270
Dec 03 20:29:20 localhost-live kernel: swap_cluster_readahead+0x196/0x2f0
[ 559.850691] RIP: 0033:0x7ffb1e9f8fb2
[ 559.850698] Code: 08 0f 85 51 3d ff ff 49 89 fb 48 89 f0 48 89 d7 48 89 ce 4c 89 c2 4d 89 ca 4c 8b 44 24 08 4c 8b 4c 24 10 4c 89 5c 24 08 0f 05 <c3> 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa 55 bf 01 00
[ 559.850699] RSP: 002b:00007ffb1d7fbf78 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 559.850701] RAX: ffffffffffffffda RBX: 00007ffb1d7fd6c0 RCX: 00007ffb1e9f8fb2
[ 559.850702] RDX: 0000000000001000 RSI: 00007ffb1001b560 RDI: 0000000000000008
[ 559.850703] RBP: 00007ffb1d7fbfa0 R08: 0000000000000000 R09: 0000000000000000
[ 559.850704] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffb1eb66fd0
[ 559.850705] R13: 00007ffb1eb66e80 R14: 0000000000000167 R15: 00007ffb1eb66e80
[ 559.850707] </TASK>
[ 559.850708] ---[ end trace 0000000000000000 ]---
Dec 03 20:29:20 localhost-live kernel: shmem_swapin_folio+0x93c/0xcb0
Dec 03 20:29:20 localhost-live kernel: shmem_get_folio_gfp+0x1ac/0x5f0
Dec 03 20:29:20 localhost-live kernel: shmem_file_read_iter+0x82/0x3f0
Dec 03 20:29:20 localhost-live kernel: vfs_read+0x29c/0x370
Dec 03 20:29:20 localhost-live kernel: ksys_read+0x6c/0xe0
Dec 03 20:29:20 localhost-live kernel: do_syscall_64+0x82/0x160
Dec 03 20:29:20 localhost-live kernel: ? __handle_mm_fault+0x84e/0xfd0
Dec 03 20:29:20 localhost-live kernel: ? syscall_exit_to_user_mode+0x10/0x210
Dec 03 20:29:20 localhost-live kernel: ? __count_memcg_events+0xc0/0x180
Dec 03 20:29:20 localhost-live kernel: ? count_memcg_events.constprop.0+0x1a/0x30
Dec 03 20:29:20 localhost-live kernel: ? handle_mm_fault+0x21b/0x330
Dec 03 20:29:20 localhost-live kernel: ? do_user_addr_fault+0x55a/0x7b0
Dec 03 20:29:20 localhost-live kernel: ? exc_page_fault+0x7e/0x180
Dec 03 20:29:20 localhost-live kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Dec 03 20:29:20 localhost-live kernel: RIP: 0033:0x7ffb1e9f8fb2
Dec 03 20:29:20 localhost-live kernel: Code: 08 0f 85 51 3d ff ff 49 89 fb 48 89 f0 48 89 d7 48 89 ce 4c 89 c2 4d 89 ca 4c 8b 44 24 08 4c 8b 4c 24 10 4c 89 5c 24 08 0f 05 <c3> 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa 55 bf 01 00
Dec 03 20:29:20 localhost-live kernel: RSP: 002b:00007ffb1d7fbf78 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
Dec 03 20:29:20 localhost-live kernel: RAX: ffffffffffffffda RBX: 00007ffb1d7fd6c0 RCX: 00007ffb1e9f8fb2
Dec 03 20:29:20 localhost-live kernel: RDX: 0000000000001000 RSI: 00007ffb1001b560 RDI: 0000000000000008
Dec 03 20:29:20 localhost-live kernel: RBP: 00007ffb1d7fbfa0 R08: 0000000000000000 R09: 0000000000000000
Dec 03 20:29:20 localhost-live kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffb1eb66fd0
Dec 03 20:29:20 localhost-live kernel: R13: 00007ffb1eb66e80 R14: 0000000000000167 R15: 00007ffb1eb66e80
Dec 03 20:29:20 localhost-live kernel: </TASK>
Dec 03 20:29:20 localhost-live kernel: Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
Dec 03 20:29:20 localhost-live kernel: virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
Dec 03 20:29:20 localhost-live kernel: ---[ end trace 0000000000000000 ]---
Dec 03 20:29:20 localhost-live kernel: RIP: 0010:do_swap_page+0xac0/0x1810
Dec 03 20:29:20 localhost-live kernel: Code: 44 24 08 48 8b 78 10 e8 1e 35 01 00 48 89 43 58 48 85 c0 0f 84 8b fd ff ff 48 8b 00 48 39 43 40 0f 85 87 0c 00 00 48 8b 43 50 <48> 8b 50 08 f6 c2 01 0f 85 84 0c 00 00 0f 1f 44 00 00 f0 ff 40 34
Dec 03 20:29:20 localhost-live kernel: RSP: 0000:ffffaf0ac4403cb0 EFLAGS: 00010246
Dec 03 20:29:20 localhost-live kernel: RAX: ffffd2ab62ffffc0 RBX: ffffaf0ac4403dd8 RCX: 000000010aa8e067
Dec 03 20:29:20 localhost-live kernel: RDX: 000000010aa8e067 RSI: 0000000000000000 RDI: 000000010aa8e067
Dec 03 20:29:20 localhost-live kernel: RBP: ffffaf0ac4403dd8 R08: 0000000000000067 R09: 0000000000000006
Dec 03 20:29:20 localhost-live kernel: R10: 00007ff2adb54fff R11: 0000000000000000 R12: 0200000000000080
Dec 03 20:29:20 localhost-live kernel: R13: 0000000108127067 R14: 6c0106874b8bffff R15: ffffaf0ac4403dd0
Dec 03 20:29:20 localhost-live kernel: FS: 00007ffb1d7fd6c0(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
Dec 03 20:29:20 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 20:29:20 localhost-live kernel: CR2: 00007ffb100099a8 CR3: 000000010c244000 CR4: 00000000000006f0
Dec 03 20:29:20 localhost-live kernel: note: rs:main Q:Reg[1333] exited with irqs disabled
Dec 03 20:29:20 localhost-live kernel: note: rs:main Q:Reg[1333] exited with preempt_count 1
Dec 03 20:29:20 localhost-live kernel: ------------[ cut here ]------------
Dec 03 20:29:20 localhost-live kernel: WARNING: CPU: 1 PID: 1333 at kernel/exit.c:885 do_exit+0x8b1/0xab0
Dec 03 20:29:20 localhost-live kernel: Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
Dec 03 20:29:20 localhost-live kernel: virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
Dec 03 20:29:20 localhost-live kernel: CPU: 1 UID: 0 PID: 1333 Comm: rs:main Q:Reg Tainted: G D L ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 20:29:20 localhost-live kernel: Tainted: [D]=DIE, [L]=SOFTLOCKUP
Dec 03 20:29:20 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
Dec 03 20:29:20 localhost-live kernel: RIP: 0010:do_exit+0x8b1/0xab0
Dec 03 20:29:20 localhost-live kernel: Code: f6 e8 a3 e2 ff ff e9 9b fd ff ff 4c 89 e6 bf 05 06 00 00 e8 41 1d 01 00 e9 69 f8 ff ff 48 89 df e8 04 8e 15 00 e9 55 f9 ff ff <0f> 0b e9 c3 f7 ff ff 0f 0b e9 80 f7 ff ff 4c 89 e6 48 89 df e8 f6
Dec 03 20:29:20 localhost-live kernel: RSP: 0018:ffffaf0ac2713ed8 EFLAGS: 00010282
Dec 03 20:29:20 localhost-live kernel: RAX: 0000000000000000 RBX: ffff9a8207f30000 RCX: 0000000000000027
Dec 03 20:29:20 localhost-live kernel: RDX: 0000000000000001 RSI: 0000000000002710 RDI: ffff9a8215c85ac0
Dec 03 20:29:20 localhost-live kernel: RBP: ffff9a8211cd5f80 R08: 0000000000000000 R09: 0000000000000000
Dec 03 20:29:20 localhost-live kernel: R10: ffffaf0ac2713cf0 R11: 7372203a65746f6e R12: 000000000000000b
Dec 03 20:29:20 localhost-live kernel: R13: ffff9a8215c85ac0 R14: 48fff60074e90734 R15: 0000000000000000
Dec 03 20:29:20 localhost-live kernel: FS: 00007ffb1d7fd6c0(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
Dec 03 20:29:20 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 20:29:20 localhost-live kernel: CR2: 00007ffb100099a8 CR3: 000000010c244000 CR4: 00000000000006f0
Dec 03 20:29:20 localhost-live kernel: Call Trace:
Dec 03 20:29:20 localhost-live kernel: <TASK>
Dec 03 20:29:20 localhost-live kernel: ? do_exit+0x8b1/0xab0
Dec 03 20:29:20 localhost-live kernel: ? __warn.cold+0x93/0xfa
Dec 03 20:29:20 localhost-live kernel: ? do_exit+0x8b1/0xab0
Dec 03 20:29:20 localhost-live kernel: ? report_bug+0xff/0x140
Dec 03 20:29:20 localhost-live kernel: ? handle_bug+0x58/0x90
Dec 03 20:29:20 localhost-live kernel: ? exc_invalid_op+0x17/0x70
Dec 03 20:29:20 localhost-live kernel: ? asm_exc_invalid_op+0x1a/0x20
Dec 03 20:29:20 localhost-live kernel: ? do_exit+0x8b1/0xab0
Dec 03 20:29:20 localhost-live kernel: ? do_exit+0x6d/0xab0
Dec 03 20:29:20 localhost-live kernel: make_task_dead+0x90/0x90
Dec 03 20:29:20 localhost-live kernel: rewind_stack_and_make_dead+0x16/0x20
Dec 03 20:29:20 localhost-live kernel: RIP: 0033:0x7ffb1e9f8fb2
Dec 03 20:29:20 localhost-live kernel: Code: 08 0f 85 51 3d ff ff 49 89 fb 48 89 f0 48 89 d7 48 89 ce 4c 89 c2 4d 89 ca 4c 8b 44 24 08 4c 8b 4c 24 10 4c 89 5c 24 08 0f 05 <c3> 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa 55 bf 01 00
Dec 03 20:29:20 localhost-live kernel: RSP: 002b:00007ffb1d7fbf78 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
Dec 03 20:29:20 localhost-live kernel: RAX: ffffffffffffffda RBX: 00007ffb1d7fd6c0 RCX: 00007ffb1e9f8fb2
Dec 03 20:29:20 localhost-live kernel: RDX: 0000000000001000 RSI: 00007ffb1001b560 RDI: 0000000000000008
Dec 03 20:29:20 localhost-live kernel: RBP: 00007ffb1d7fbfa0 R08: 0000000000000000 R09: 0000000000000000
Dec 03 20:29:20 localhost-live kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffb1eb66fd0
Dec 03 20:29:20 localhost-live kernel: R13: 00007ffb1eb66e80 R14: 0000000000000167 R15: 00007ffb1eb66e80
Dec 03 20:29:20 localhost-live kernel: </TASK>
Dec 03 20:29:20 localhost-live kernel: ---[ end trace 0000000000000000 ]---
[ 564.691532] Oops: general protection fault, probably for non-canonical address 0x89ca0fc229ca0fcc: 0000 [#4] PREEMPT SMP PTI
[ 564.691544] CPU: 1 UID: 0 PID: 3987 Comm: btrfs-transacti Tainted: G D W L ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 564.691549] Tainted: [D]=DIE, [W]=WARN, [L]=SOFTLOCKUP
[ 564.691551] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
[ 564.691553] RIP: 0010:__mutex_lock.constprop.0+0x667/0x770
[ 564.691561] Code: ff 65 ff 0d 83 e2 df 5f 0f 85 60 fe ff ff 0f 1f 44 00 00 e9 56 fe ff ff 48 8b 03 a8 08 0f 85 ed 00 00 00 66 90 e9 2f fe ff ff <8b> 50 34 85 d2 0f 84 a2 fa ff ff 8b 78 14 e8 f6 35 f3 fe 90 84 c0
[ 564.691563] RSP: 0018:ffffaf0ac3d9bd50 EFLAGS: 00010282
[ 564.691566] RAX: 89ca0fc229ca0f98 RBX: ffff9a820cde0000 RCX: 0000000000000000
[ 564.691568] RDX: 89ca0fc229ca0f98 RSI: 0000000000000002 RDI: ffff9a820aae4b50
[ 564.691570] RBP: ffffaf0ac3d9bdd8 R08: 0000000000000000 R09: 0000000000000000
[ 564.691572] R10: ffff9a81381ce700 R11: 0000000000000024 R12: ffff9a81085ab930
[ 564.691573] R13: 0f3ff98300000340 R14: ffffaf0ac3d9bd70 R15: ffff9a820aae4b50
[ 564.691575] FS: 0000000000000000(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
[ 564.691577] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 564.691579] CR2: 00007fb8600e9098 CR3: 000000011112e000 CR4: 00000000000006f0
[ 564.691584] Call Trace:
[ 564.691586] <TASK>
[ 564.691590] ? __die_body.cold+0x19/0x27
[ 564.691596] ? die_addr+0x3c/0x60
[ 564.691599] ? exc_general_protection+0x17d/0x400
[ 564.691604] ? asm_exc_general_protection+0x26/0x30
[ 564.691611] ? __mutex_lock.constprop.0+0x667/0x770
[ 564.691614] __btrfs_run_delayed_items+0xe2/0x250
[ 564.691686] btrfs_commit_transaction+0x180/0xc90
[ 564.691695] ? start_transaction+0x22c/0x830
[ 564.691698] transaction_kthread+0x159/0x1c0
[ 564.691715] ? __pfx_transaction_kthread+0x10/0x10
[ 564.691719] kthread+0xd2/0x100
[ 564.691722] ? __pfx_kthread+0x10/0x10
[ 564.691724] ret_from_fork+0x34/0x50
[ 564.691728] ? __pfx_kthread+0x10/0x10
[ 564.691729] ret_from_fork_asm+0x1a/0x30
[ 564.691742] </TASK>
[ 564.691743] Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
[ 564.691815] virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
[ 564.691844] ---[ end trace 0000000000000000 ]---
[ 564.691846] RIP: 0010:do_swap_page+0xac0/0x1810
[ 564.691851] Code: 44 24 08 48 8b 78 10 e8 1e 35 01 00 48 89 43 58 48 85 c0 0f 84 8b fd ff ff 48 8b 00 48 39 43 40 0f 85 87 0c 00 00 48 8b 43 50 <48> 8b 50 08 f6 c2 01 0f 85 84 0c 00 00 0f 1f 44 00 00 f0 ff 40 34
[ 564.691853] RSP: 0000:ffffaf0ac4403cb0 EFLAGS: 00010246
[ 564.691855] RAX: ffffd2ab62ffffc0 RBX: ffffaf0ac4403dd8 RCX: 000000010aa8e067
[ 564.691857] RDX: 000000010aa8e067 RSI: 0000000000000000 RDI: 000000010aa8e067
[ 564.691858] RBP: ffffaf0ac4403dd8 R08: 0000000000000067 R09: 0000000000000006
[ 564.691859] R10: 00007ff2adb54fff R11: 0000000000000000 R12: 0200000000000080
[ 564.691861] R13: 0000000108127067 R14: 6c0106874b8bffff R15: ffffaf0ac4403dd0
[ 564.691862] FS: 0000000000000000(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
[ 564.691864] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 564.691866] CR2: 00007fb8600e9098 CR3: 000000011112e000 CR4: 00000000000006f0
[ 564.691870] note: btrfs-transacti[3987] exited with preempt_count 1
Dec 03 20:29:25 localhost-live kernel: Oops: general protection fault, probably for non-canonical address 0x89ca0fc229ca0fcc: 0000 [#4] PREEMPT SMP PTI
Dec 03 20:29:25 localhost-live kernel: CPU: 1 UID: 0 PID: 3987 Comm: btrfs-transacti Tainted: G D W L ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 20:29:25 localhost-live kernel: Tainted: [D]=DIE, [W]=WARN, [L]=SOFTLOCKUP
Dec 03 20:29:25 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41 04/01/2014
Dec 03 20:29:25 localhost-live kernel: RIP: 0010:__mutex_lock.constprop.0+0x667/0x770
Dec 03 20:29:25 localhost-live kernel: Code: ff 65 ff 0d 83 e2 df 5f 0f 85 60 fe ff ff 0f 1f 44 00 00 e9 56 fe ff ff 48 8b 03 a8 08 0f 85 ed 00 00 00 66 90 e9 2f fe ff ff <8b> 50 34 85 d2 0f 84 a2 fa ff ff 8b 78 14 e8 f6 35 f3 fe 90 84 c0
Dec 03 20:29:25 localhost-live kernel: RSP: 0018:ffffaf0ac3d9bd50 EFLAGS: 00010282
Dec 03 20:29:25 localhost-live kernel: RAX: 89ca0fc229ca0f98 RBX: ffff9a820cde0000 RCX: 0000000000000000
Dec 03 20:29:25 localhost-live kernel: RDX: 89ca0fc229ca0f98 RSI: 0000000000000002 RDI: ffff9a820aae4b50
Dec 03 20:29:25 localhost-live kernel: RBP: ffffaf0ac3d9bdd8 R08: 0000000000000000 R09: 0000000000000000
Dec 03 20:29:25 localhost-live kernel: R10: ffff9a81381ce700 R11: 0000000000000024 R12: ffff9a81085ab930
Dec 03 20:29:25 localhost-live kernel: R13: 0f3ff98300000340 R14: ffffaf0ac3d9bd70 R15: ffff9a820aae4b50
Dec 03 20:29:25 localhost-live kernel: FS: 0000000000000000(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
Dec 03 20:29:25 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 20:29:25 localhost-live kernel: CR2: 00007fb8600e9098 CR3: 000000011112e000 CR4: 00000000000006f0
Dec 03 20:29:25 localhost-live kernel: Call Trace:
Dec 03 20:29:25 localhost-live kernel: <TASK>
Dec 03 20:29:25 localhost-live kernel: ? __die_body.cold+0x19/0x27
Dec 03 20:29:25 localhost-live kernel: ? die_addr+0x3c/0x60
Dec 03 20:29:25 localhost-live kernel: ? exc_general_protection+0x17d/0x400
Dec 03 20:29:25 localhost-live kernel: ? asm_exc_general_protection+0x26/0x30
Dec 03 20:29:25 localhost-live kernel: ? __mutex_lock.constprop.0+0x667/0x770
Dec 03 20:29:25 localhost-live kernel: __btrfs_run_delayed_items+0xe2/0x250
Dec 03 20:29:25 localhost-live kernel: btrfs_commit_transaction+0x180/0xc90
Dec 03 20:29:25 localhost-live kernel: ? start_transaction+0x22c/0x830
Dec 03 20:29:25 localhost-live kernel: transaction_kthread+0x159/0x1c0
Dec 03 20:29:25 localhost-live kernel: ? __pfx_transaction_kthread+0x10/0x10
Dec 03 20:29:25 localhost-live kernel: kthread+0xd2/0x100
Dec 03 20:29:25 localhost-live kernel: ? __pfx_kthread+0x10/0x10
Dec 03 20:29:25 localhost-live kernel: ret_from_fork+0x34/0x50
Dec 03 20:29:25 localhost-live kernel: ? __pfx_kthread+0x10/0x10
Dec 03 20:29:25 localhost-live kernel: ret_from_fork_asm+0x1a/0x30
Dec 03 20:29:25 localhost-live kernel: </TASK>
Dec 03 20:29:25 localhost-live kernel: Modules linked in: xfs libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 rfkill ip_set nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt intel_pmc_bxt iTCO_vendor_support joydev snd_timer snd i2c_i801 soundcore binfmt_misc pcspkr lpc_ich i2c_smbus virtio_balloon pktcdvd nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_blk virtio_scsi virtio_gpu virtio_console virtio_net net_failover failover
Dec 03 20:29:25 localhost-live kernel: virtio_dma_buf nvme_tcp nvme_fabrics serio_raw nvme_keyring nvme_core nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse i2c_dev qemu_fw_cfg
Dec 03 20:29:25 localhost-live kernel: ---[ end trace 0000000000000000 ]---
Dec 03 20:29:25 localhost-live kernel: RIP: 0010:do_swap_page+0xac0/0x1810
Dec 03 20:29:25 localhost-live kernel: Code: 44 24 08 48 8b 78 10 e8 1e 35 01 00 48 89 43 58 48 85 c0 0f 84 8b fd ff ff 48 8b 00 48 39 43 40 0f 85 87 0c 00 00 48 8b 43 50 <48> 8b 50 08 f6 c2 01 0f 85 84 0c 00 00 0f 1f 44 00 00 f0 ff 40 34
Dec 03 20:29:25 localhost-live kernel: RSP: 0000:ffffaf0ac4403cb0 EFLAGS: 00010246
Dec 03 20:29:25 localhost-live kernel: RAX: ffffd2ab62ffffc0 RBX: ffffaf0ac4403dd8 RCX: 000000010aa8e067
Dec 03 20:29:25 localhost-live kernel: RDX: 000000010aa8e067 RSI: 0000000000000000 RDI: 000000010aa8e067
Dec 03 20:29:25 localhost-live kernel: RBP: ffffaf0ac4403dd8 R08: 0000000000000067 R09: 0000000000000006
Dec 03 20:29:25 localhost-live kernel: R10: 00007ff2adb54fff R11: 0000000000000000 R12: 0200000000000080
Dec 03 20:29:25 localhost-live kernel: R13: 0000000108127067 R14: 6c0106874b8bffff R15: ffffaf0ac4403dd0
Dec 03 20:29:25 localhost-live kernel: FS: 0000000000000000(0000) GS:ffff9a827bd00000(0000) knlGS:0000000000000000
Dec 03 20:29:25 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 20:29:25 localhost-live kernel: CR2: 00007fb8600e9098 CR3: 000000011112e000 CR4: 00000000000006f0
Dec 03 20:29:25 localhost-live kernel: note: btrfs-transacti[3987] exited with preempt_count 1
Dec 03 13:37:43 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3548]: INFO:program:Running in chroot '/mnt/sysroot'... grub2-mkconfig -o /boot/grub2/grub.cfg
[ 493.309098] BUG: unable to handle page fault for address: ffffb500fc80f138
[ 493.309162] #PF: supervisor read access in kernel mode
[ 493.309167] #PF: error_code(0x0000) - not-present page
[ 493.309171] PGD 100008067 P4D 100008067 PUD 0
[ 493.309182] Oops: Oops: 0000 [#1] PREEMPT SMP PTI
[ 493.309200] CPU: 0 UID: 1000 PID: 2037 Comm: gnome-shell Not tainted 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 493.309210] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20240813-2.fc42 08/13/2024
[ 493.309214] RIP: 0010:lookup_swap_cgroup_id+0x3d/0x80
[ 493.309270] Code: 53 48 89 fb 89 ee 48 83 fd 17 77 4d 48 8d 54 6d 00 48 89 d8 81 e3 ff 07 00 00 48 8b 14 d5 40 e7 8f a0 48 c1 e0 06 48 c1 e8 11 <48> 8b 04 c2 48 2b 05 80 0d 9d 01 48 c1 f8 06 48 c1 e0 0c 48 8d 04
[ 493.309279] RSP: 0018:ffffb101009a7780 EFLAGS: 00010207
[ 493.309287] RAX: 0000007fff7ff027 RBX: 000000000000077f RCX: 0000000000000000
[ 493.309291] RDX: ffffb10100817000 RSI: 0000000000000000 RDI: 0003fffbff813f7f
[ 493.309294] RBP: 0000000000000000 R08: 0000000000000067 R09: 00007f08df191000
[ 493.309296] R10: 0000000000000002 R11: 0000000000005b4e R12: 0003fffbff813f7f
[ 493.309299] R13: ffff9e5808612000 R14: 00000800fd80fe00 R15: ffff9e5808612008
[ 493.309302] FS: 00007f0931ddd680(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
[ 493.309306] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 493.309309] CR2: ffffb500fc80f138 CR3: 000000010e110000 CR4: 00000000000006f0
[ 493.309321] Call Trace:
[ 493.309337] <TASK>
[ 493.309344] ? __die_body.cold+0x19/0x27
[ 493.309374] ? page_fault_oops+0x15a/0x2f0
[ 493.309395] ? search_module_extables+0x19/0x60
[ 493.309418] ? search_bpf_extables+0x5f/0x80
[ 493.309443] ? exc_page_fault+0x170/0x180
[ 493.309479] ? asm_exc_page_fault+0x26/0x30
[ 493.309506] ? lookup_swap_cgroup_id+0x3d/0x80
[ 493.309511] swap_pte_batch+0x92/0x220
[ 493.309535] unmap_page_range+0xe9f/0x16d0
[ 493.309543] unmap_vmas+0xbd/0x1a0
[ 493.309548] vms_clear_ptes+0x10b/0x160
[ 493.309567] vms_complete_munmap_vmas+0x61/0x190
[ 493.309572] do_vmi_align_munmap+0x1d7/0x250
[ 493.309581] do_vmi_munmap+0xd0/0x180
[ 493.309586] __vm_munmap+0xa2/0x170
[ 493.309598] __x64_sys_munmap+0x1b/0x30
[ 493.309603] do_syscall_64+0x82/0x160
[ 493.309616] ? switch_fpu_return+0x4e/0xd0
[ 493.309634] ? syscall_exit_to_user_mode+0x1d5/0x210
[ 493.309638] ? do_syscall_64+0x8e/0x160
[ 493.309644] ? __rseq_handle_notify_resume+0xa6/0x4e0
[ 493.309668] ? switch_fpu_return+0x4e/0xd0
[ 493.309673] ? syscall_exit_to_user_mode+0x1d5/0x210
[ 493.309676] ? do_syscall_64+0x8e/0x160
[ 493.309681] ? syscall_exit_to_user_mode+0x10/0x210
[ 493.309685] ? do_syscall_64+0x8e/0x160
[ 493.309690] ? finish_task_switch.isra.0+0x99/0x2e0
[ 493.309711] ? __schedule+0x3e4/0x14d0
[ 493.309717] ? syscall_exit_to_user_mode_prepare+0x15e/0x1a0
[ 493.309732] ? syscall_exit_to_user_mode+0x10/0x210
[ 493.309736] ? do_syscall_64+0x8e/0x160
[ 493.309741] ? switch_fpu_return+0x4e/0xd0
[ 493.309746] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 493.309762] RIP: 0033:0x7f0937676beb
[ 493.309813] Code: 73 01 c3 48 8b 0d 25 72 0f 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 71 0f 00 f7 d8 64 89 01 48
[ 493.309817] RSP: 002b:00007ffda58c9748 EFLAGS: 00000213 ORIG_RAX: 000000000000000b
[ 493.309826] RAX: ffffffffffffffda RBX: 000055c7633193a0 RCX: 00007f0937676beb
[ 493.309829] RDX: 0000000000000001 RSI: 0000000000410000 RDI: 00007f08ded81000
[ 493.309831] RBP: 00007ffda58c9760 R08: 0000000000000007 R09: 0000000000000000
[ 493.309833] R10: 000055c76001e010 R11: 0000000000000213 R12: 000055c7633193e8
[ 493.309836] R13: 000055c760c82218 R14: 0000000000000001 R15: 0000000000000000
[ 493.309842] </TASK>
[ 493.309848] Modules linked in: libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set rfkill nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore joydev iTCO_wdt intel_pmc_bxt i2c_i801 iTCO_vendor_support pktcdvd pcspkr i2c_smbus virtio_balloon lpc_ich binfmt_misc nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_net virtio_blk virtio_scsi virtio_console net_failover failover virtio_gpu nvme_tcp
[ 493.309988] virtio_dma_buf nvme_fabrics nvme_keyring nvme_core serio_raw nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse qemu_fw_cfg
[ 493.310068] CR2: ffffb500fc80f138
[ 493.310090] ---[ end trace 0000000000000000 ]---
[ 493.310097] RIP: 0010:lookup_swap_cgroup_id+0x3d/0x80
[ 493.310103] Code: 53 48 89 fb 89 ee 48 83 fd 17 77 4d 48 8d 54 6d 00 48 89 d8 81 e3 ff 07 00 00 48 8b 14 d5 40 e7 8f a0 48 c1 e0 06 48 c1 e8 11 <48> 8b 04 c2 48 2b 05 80 0d 9d 01 48 c1 f8 06 48 c1 e0 0c 48 8d 04
[ 493.310106] RSP: 0018:ffffb101009a7780 EFLAGS: 00010207
[ 493.310109] RAX: 0000007fff7ff027 RBX: 000000000000077f RCX: 0000000000000000
[ 493.310112] RDX: ffffb10100817000 RSI: 0000000000000000 RDI: 0003fffbff813f7f
[ 493.310114] RBP: 0000000000000000 R08: 0000000000000067 R09: 00007f08df191000
[ 493.310117] R10: 0000000000000002 R11: 0000000000005b4e R12: 0003fffbff813f7f
[ 493.310119] R13: ffff9e5808612000 R14: 00000800fd80fe00 R15: ffff9e5808612008
[ 493.310122] FS: 00007f0931ddd680(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
[ 493.310125] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 493.310127] CR2: ffffb500fc80f138 CR3: 000000010e110000 CR4: 00000000000006f0
[ 493.310138] note: gnome-shell[2037] exited with irqs disabled
[ 493.310215] note: gnome-shell[2037] exited with preempt_count 1
[ 493.364679] ------------[ cut here ]------------
[ 493.364693] WARNING: CPU: 0 PID: 5802 at arch/x86/kernel/ftrace.c:100 ftrace_verify_code+0x4c/0x90
[ 493.364713] Modules linked in: libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set rfkill nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore joydev iTCO_wdt intel_pmc_bxt i2c_i801 iTCO_vendor_support pktcdvd pcspkr i2c_smbus virtio_balloon lpc_ich binfmt_misc nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_net virtio_blk virtio_scsi virtio_console net_failover failover virtio_gpu nvme_tcp
[ 493.364829] virtio_dma_buf nvme_fabrics nvme_keyring nvme_core serio_raw nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse qemu_fw_cfg
[ 493.364878] CPU: 0 UID: 0 PID: 5802 Comm: modprobe Tainted: G D ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 493.364886] Tainted: [D]=DIE
[ 493.364888] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20240813-2.fc42 08/13/2024
[ 493.364893] RIP: 0010:ftrace_verify_code+0x4c/0x90
[ 493.364898] Code: fe c6 44 24 07 00 48 89 c7 c7 44 24 03 00 00 00 00 e8 d8 74 30 00 48 85 c0 75 3e 8b 03 39 44 24 03 74 28 48 89 1d fc 63 72 03 <0f> 0b b8 ea ff ff ff 48 8b 54 24 08 65 48 2b 14 25 28 00 00 00 75
[ 493.364903] RSP: 0018:ffffb101055c7b50 EFLAGS: 00010206
[ 493.364908] RAX: 00000000e71857e8 RBX: ffffffffa07c0e08 RCX: 0000000000000010
[ 493.364912] RDX: ffff9e570d492880 RSI: 0000000000000005 RDI: ffffffffc12ef0b4
[ 493.364914] RBP: ffffffffc12ef0b4 R08: 0000000000000000 R09: 0000000000000000
[ 493.364917] R10: 0000000000000000 R11: ffff9e5842e217c0 R12: ffffffff9e60b5ea
[ 493.364920] R13: 0000000002000000 R14: ffff9e5701cfe2a0 R15: 0000000000000d64
[ 493.364923] FS: 00007f75198f5740(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
[ 493.364927] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 493.364930] CR2: ffffb500fc80f138 CR3: 00000000064c4000 CR4: 00000000000006f0
[ 493.364944] Call Trace:
[ 493.364957] <TASK>
[ 493.364961] ? ftrace_verify_code+0x4c/0x90
[ 493.364977] ? __warn.cold+0x93/0xfa
[ 493.364990] ? ftrace_verify_code+0x4c/0x90
[ 493.365005] ? report_bug+0xff/0x140
[ 493.365024] ? handle_bug+0x58/0x90
[ 493.365029] ? exc_invalid_op+0x17/0x70
[ 493.365033] ? asm_exc_invalid_op+0x1a/0x20
[ 493.365044] ? ftrace_verify_code+0x4c/0x90
[ 493.365048] ftrace_modify_code_direct+0xf/0x70
[ 493.365065] ftrace_process_locs+0x313/0x5c0
[ 493.365097] ftrace_module_init+0x32/0x50
[ 493.365115] load_module+0x1ea4/0x2810
[ 493.365140] ? __do_sys_init_module+0x17a/0x1b0
[ 493.365145] __do_sys_init_module+0x17a/0x1b0
[ 493.365151] do_syscall_64+0x82/0x160
[ 493.365158] ? syscall_exit_to_user_mode+0x10/0x210
[ 493.365163] ? do_syscall_64+0x8e/0x160
[ 493.365168] ? count_memcg_events.constprop.0+0x1a/0x30
[ 493.365183] ? handle_mm_fault+0x21b/0x330
[ 493.365189] ? do_user_addr_fault+0x55a/0x7b0
[ 493.365195] ? exc_page_fault+0x7e/0x180
[ 493.365199] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 493.365207] RIP: 0033:0x7f7519302d9e
[ 493.365232] Code: 48 8b 0d 75 30 0f 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 42 30 0f 00 f7 d8 64 89 01 48
[ 493.365235] RSP: 002b:00007ffc0afc3978 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[ 493.365241] RAX: ffffffffffffffda RBX: 0000555b50abdc50 RCX: 00007f7519302d9e
[ 493.365243] RDX: 0000555b3606e715 RSI: 00000000007522fe RDI: 00007f7517eb6010
[ 493.365246] RBP: 00007ffc0afc3a30 R08: 00007f75193f6ac0 R09: 0000000000752ff0
[ 493.365248] R10: 0000000000000001 R11: 0000000000000246 R12: 0000555b3606e715
[ 493.365251] R13: 0000000000040000 R14: 0000555b50abdd60 R15: 0000000000000000
[ 493.365257] </TASK>
[ 493.365259] ---[ end trace 0000000000000000 ]---
[ 493.365269] ------------[ ftrace bug ]------------
[ 493.365276] ftrace failed to modify
[ 493.365281] [<ffffffffc12ef0b4>] 0xffffffffc12ef0b4
[ 493.365300] actual: ff:ff:ff:ff:00
[ 493.365306] expected: e8:57:18:e7:db
[ 493.365309] Initializing ftrace call sites
[ 493.365311] ftrace record flags: 2000000
[ 493.365313] (0)
expected tramp: ffffffff9d160940
[ 493.365349] ------------[ cut here ]------------
[ 493.365352] WARNING: CPU: 0 PID: 5802 at kernel/trace/ftrace.c:2234 ftrace_bug+0x23c/0x264
[ 493.365369] Modules linked in: libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set rfkill nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore joydev iTCO_wdt intel_pmc_bxt i2c_i801 iTCO_vendor_support pktcdvd pcspkr i2c_smbus virtio_balloon lpc_ich binfmt_misc nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_net virtio_blk virtio_scsi virtio_console net_failover failover virtio_gpu nvme_tcp
[ 493.365472] virtio_dma_buf nvme_fabrics nvme_keyring nvme_core serio_raw nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse qemu_fw_cfg
[ 493.365504] CPU: 0 UID: 0 PID: 5802 Comm: modprobe Tainted: G D W ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 493.365510] Tainted: [D]=DIE, [W]=WARN
[ 493.365512] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20240813-2.fc42 08/13/2024
[ 493.365514] RIP: 0010:ftrace_bug+0x23c/0x264
[ 493.365520] Code: 00 84 c0 74 d4 eb b8 48 c7 c7 c5 35 ec 9e e8 cb 70 ff ff 48 89 ef e8 73 08 31 00 48 c7 c7 d6 35 ec 9e 48 89 c6 e8 b4 70 ff ff <0f> 0b c7 05 80 f7 c2 02 01 00 00 00 5b 31 c0 5d 41 5c 89 05 84 f7
[ 493.365530] RSP: 0018:ffffb101055c7b70 EFLAGS: 00010246
[ 493.365534] RAX: 0000000000000022 RBX: ffffffffc12ef0b4 RCX: 0000000000000027
[ 493.365536] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff9e5842e21900
[ 493.365539] RBP: ffff9e5805d3d640 R08: 0000000000000000 R09: 0000000000000000
[ 493.365541] R10: ffffb101055c7928 R11: 3034393036316420 R12: 00000000ffffffea
[ 493.365544] R13: 0000000002000000 R14: ffff9e5701cfe2a0 R15: 0000000000000d64
[ 493.365546] FS: 00007f75198f5740(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
[ 493.365550] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 493.365552] CR2: ffffb500fc80f138 CR3: 00000000064c4000 CR4: 00000000000006f0
[ 493.365558] Call Trace:
[ 493.365577] <TASK>
[ 493.365579] ? ftrace_bug+0x23c/0x264
[ 493.365585] ? __warn.cold+0x93/0xfa
[ 493.365589] ? ftrace_bug+0x23c/0x264
[ 493.365596] ? report_bug+0xff/0x140
[ 493.365601] ? handle_bug+0x58/0x90
[ 493.365605] ? exc_invalid_op+0x17/0x70
[ 493.365609] ? asm_exc_invalid_op+0x1a/0x20
[ 493.365623] ? ftrace_bug+0x23c/0x264
[ 493.365629] ftrace_process_locs.cold+0x14/0xad
[ 493.365636] ftrace_module_init+0x32/0x50
[ 493.365639] load_module+0x1ea4/0x2810
[ 493.365647] ? __do_sys_init_module+0x17a/0x1b0
[ 493.365650] __do_sys_init_module+0x17a/0x1b0
[ 493.365656] do_syscall_64+0x82/0x160
[ 493.365662] ? syscall_exit_to_user_mode+0x10/0x210
[ 493.365665] ? do_syscall_64+0x8e/0x160
[ 493.365671] ? count_memcg_events.constprop.0+0x1a/0x30
[ 493.365677] ? handle_mm_fault+0x21b/0x330
[ 493.365682] ? do_user_addr_fault+0x55a/0x7b0
[ 493.365688] ? exc_page_fault+0x7e/0x180
[ 493.365691] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 493.365698] RIP: 0033:0x7f7519302d9e
[ 493.365705] Code: 48 8b 0d 75 30 0f 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 42 30 0f 00 f7 d8 64 89 01 48
[ 493.365709] RSP: 002b:00007ffc0afc3978 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[ 493.365713] RAX: ffffffffffffffda RBX: 0000555b50abdc50 RCX: 00007f7519302d9e
[ 493.365715] RDX: 0000555b3606e715 RSI: 00000000007522fe RDI: 00007f7517eb6010
[ 493.365718] RBP: 00007ffc0afc3a30 R08: 00007f75193f6ac0 R09: 0000000000752ff0
[ 493.365720] R10: 0000000000000001 R11: 0000000000000246 R12: 0000555b3606e715
[ 493.365723] R13: 0000000000040000 R14: 0000555b50abdd60 R15: 0000000000000000
[ 493.365727] </TASK>
[ 493.365729] ---[ end trace 0000000000000000 ]---
[ 493.458833] unexpected static_call insn opcode 0x0 at xfs_qm_dqunpin_wait+0x58/0xe0 [xfs]
[ 493.459259] ------------[ cut here ]------------
[ 493.459262] kernel BUG at arch/x86/kernel/static_call.c:139!
[ 493.459275] Oops: invalid opcode: 0000 [#2] PREEMPT SMP PTI
[ 493.459283] CPU: 0 UID: 0 PID: 5802 Comm: modprobe Tainted: G D W ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 493.459291] Tainted: [D]=DIE, [W]=WARN
[ 493.459293] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20240813-2.fc42 08/13/2024
[ 493.459297] RIP: 0010:__static_call_validate.cold+0x12/0x14
[ 493.459316] Code: 48 c7 c7 f8 a0 dc 9e e8 d6 ea 00 00 48 8b 43 08 4c 8b 33 e9 eb 09 11 00 48 89 fa 0f b6 f0 48 c7 c7 28 a1 dc 9e e8 b8 ea 00 00 <0f> 0b 65 8b 35 3b f2 02 63 48 c7 c7 70 a2 dc 9e e8 a3 ea 00 00 fa
[ 493.459321] RSP: 0018:ffffb101055c7ac8 EFLAGS: 00010246
[ 493.459326] RAX: 000000000000004d RBX: ffffffff9e2363d0 RCX: 0000000000000000
[ 493.459329] RDX: 0000000000000000 RSI: ffff9e5842e21900 RDI: ffff9e5842e21900
[ 493.459331] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 493.459334] R10: ffffb101055c7880 R11: 7463657078656e75 R12: ffffffffc12efcc8
[ 493.459342] R13: 0000000000000000 R14: ffffffffc1074348 R15: ffffffff9f8781d0
[ 493.459345] FS: 00007f75198f5740(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
[ 493.459350] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 493.459357] CR2: 000055b9d141e001 CR3: 00000000064c4000 CR4: 00000000000006f0
[ 493.459365] Call Trace:
[ 493.459381] <TASK>
[ 493.459386] ? __die_body.cold+0x19/0x27
[ 493.459393] ? die+0x2e/0x50
[ 493.459415] ? do_trap+0xca/0x110
[ 493.459429] ? do_error_trap+0x6a/0x90
[ 493.459433] ? __static_call_validate.cold+0x12/0x14
[ 493.459439] ? exc_invalid_op+0x50/0x70
[ 493.459446] ? __static_call_validate.cold+0x12/0x14
[ 493.459451] ? asm_exc_invalid_op+0x1a/0x20
[ 493.459461] ? xfs_qm_dqunpin_wait+0x58/0xe0 [xfs]
[ 493.459759] ? __pfx___cond_resched+0x10/0x10
[ 493.459767] ? __static_call_validate.cold+0x12/0x14
[ 493.459772] ? __static_call_validate.cold+0x12/0x14
[ 493.459778] arch_static_call_transform+0x6b/0xa0
[ 493.459792] ? xfs_qm_dqunpin_wait+0x58/0xe0 [xfs]
[ 493.460091] __static_call_init+0x276/0x300
[ 493.460119] ? __is_insn_slot_addr+0x45/0x70
[ 493.460137] ? __SCT__tp_func_ipi_exit+0x8/0x8
[ 493.460150] ? __SCT__tp_func_ipi_exit+0x8/0x8
[ 493.460154] static_call_module_notify+0x11f/0x150
[ 493.460160] notifier_call_chain+0x5d/0xd0
[ 493.460189] blocking_notifier_call_chain_robust+0x65/0xc0
[ 493.460196] load_module+0x205c/0x2810
[ 493.460205] ? __do_sys_init_module+0x17a/0x1b0
[ 493.460209] __do_sys_init_module+0x17a/0x1b0
[ 493.460215] do_syscall_64+0x82/0x160
[ 493.460223] ? syscall_exit_to_user_mode+0x10/0x210
[ 493.460227] ? do_syscall_64+0x8e/0x160
[ 493.460233] ? count_memcg_events.constprop.0+0x1a/0x30
[ 493.460240] ? handle_mm_fault+0x21b/0x330
[ 493.460246] ? do_user_addr_fault+0x55a/0x7b0
[ 493.460253] ? exc_page_fault+0x7e/0x180
[ 493.460256] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 493.460264] RIP: 0033:0x7f7519302d9e
[ 493.460290] Code: 48 8b 0d 75 30 0f 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 42 30 0f 00 f7 d8 64 89 01 48
[ 493.460293] RSP: 002b:00007ffc0afc3978 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[ 493.460298] RAX: ffffffffffffffda RBX: 0000555b50abdc50 RCX: 00007f7519302d9e
[ 493.460301] RDX: 0000555b3606e715 RSI: 00000000007522fe RDI: 00007f7517eb6010
[ 493.460304] RBP: 00007ffc0afc3a30 R08: 00007f75193f6ac0 R09: 0000000000752ff0
[ 493.460307] R10: 0000000000000001 R11: 0000000000000246 R12: 0000555b3606e715
[ 493.460309] R13: 0000000000040000 R14: 0000555b50abdd60 R15: 0000000000000000
[ 493.460314] </TASK>
[ 493.460322] Modules linked in: xfs(+) libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set rfkill nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore joydev iTCO_wdt intel_pmc_bxt i2c_i801 iTCO_vendor_support pktcdvd pcspkr i2c_smbus virtio_balloon lpc_ich binfmt_misc nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_net virtio_blk virtio_scsi virtio_console net_failover failover virtio_gpu
[ 493.460434] nvme_tcp virtio_dma_buf nvme_fabrics nvme_keyring nvme_core serio_raw nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse qemu_fw_cfg
[ 493.460527] ---[ end trace 0000000000000000 ]---
[ 493.460531] RIP: 0010:lookup_swap_cgroup_id+0x3d/0x80
[ 493.460539] Code: 53 48 89 fb 89 ee 48 83 fd 17 77 4d 48 8d 54 6d 00 48 89 d8 81 e3 ff 07 00 00 48 8b 14 d5 40 e7 8f a0 48 c1 e0 06 48 c1 e8 11 <48> 8b 04 c2 48 2b 05 80 0d 9d 01 48 c1 f8 06 48 c1 e0 0c 48 8d 04
[ 493.460542] RSP: 0018:ffffb101009a7780 EFLAGS: 00010207
[ 493.460553] RAX: 0000007fff7ff027 RBX: 000000000000077f RCX: 0000000000000000
[ 493.460556] RDX: ffffb10100817000 RSI: 0000000000000000 RDI: 0003fffbff813f7f
[ 493.460558] RBP: 0000000000000000 R08: 0000000000000067 R09: 00007f08df191000
[ 493.460561] R10: 0000000000000002 R11: 0000000000005b4e R12: 0003fffbff813f7f
[ 493.460564] R13: ffff9e5808612000 R14: 00000800fd80fe00 R15: ffff9e5808612008
[ 493.460567] FS: 00007f75198f5740(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
[ 493.460570] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 493.460573] CR2: 000055b9d141e001 CR3: 00000000064c4000 CR4: 00000000000006f0
Dec 03 13:37:44 localhost-live kernel: BUG: unable to handle page fault for address: ffffb500fc80f138
Dec 03 13:37:44 localhost-live kernel: #PF: supervisor read access in kernel mode
Dec 03 13:37:44 localhost-live kernel: #PF: error_code(0x0000) - not-present page
Dec 03 13:37:44 localhost-live kernel: PGD 100008067 P4D 100008067 PUD 0
Dec 03 13:37:44 localhost-live kernel: Oops: Oops: 0000 [#1] PREEMPT SMP PTI
Dec 03 13:37:44 localhost-live kernel: CPU: 0 UID: 1000 PID: 2037 Comm: gnome-shell Not tainted 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 13:37:44 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20240813-2.fc42 08/13/2024
Dec 03 13:37:44 localhost-live kernel: RIP: 0010:lookup_swap_cgroup_id+0x3d/0x80
Dec 03 13:37:44 localhost-live kernel: Code: 53 48 89 fb 89 ee 48 83 fd 17 77 4d 48 8d 54 6d 00 48 89 d8 81 e3 ff 07 00 00 48 8b 14 d5 40 e7 8f a0 48 c1 e0 06 48 c1 e8 11 <48> 8b 04 c2 48 2b 05 80 0d 9d 01 48 c1 f8 06 48 c1 e0 0c 48 8d 04
Dec 03 13:37:45 localhost-live kernel: RSP: 0018:ffffb101009a7780 EFLAGS: 00010207
Dec 03 13:37:45 localhost-live kernel: RAX: 0000007fff7ff027 RBX: 000000000000077f RCX: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: RDX: ffffb10100817000 RSI: 0000000000000000 RDI: 0003fffbff813f7f
Dec 03 13:37:45 localhost-live kernel: RBP: 0000000000000000 R08: 0000000000000067 R09: 00007f08df191000
Dec 03 13:37:45 localhost-live kernel: R10: 0000000000000002 R11: 0000000000005b4e R12: 0003fffbff813f7f
Dec 03 13:37:45 localhost-live kernel: R13: ffff9e5808612000 R14: 00000800fd80fe00 R15: ffff9e5808612008
Dec 03 13:37:45 localhost-live kernel: FS: 00007f0931ddd680(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
Dec 03 13:37:45 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 13:37:45 localhost-live kernel: CR2: ffffb500fc80f138 CR3: 000000010e110000 CR4: 00000000000006f0
Dec 03 13:37:45 localhost-live kernel: Call Trace:
Dec 03 13:37:45 localhost-live kernel: <TASK>
Dec 03 13:37:45 localhost-live kernel: ? __die_body.cold+0x19/0x27
Dec 03 13:37:45 localhost-live kernel: ? page_fault_oops+0x15a/0x2f0
Dec 03 13:37:45 localhost-live kernel: ? search_module_extables+0x19/0x60
Dec 03 13:37:45 localhost-live kernel: ? search_bpf_extables+0x5f/0x80
Dec 03 13:37:45 localhost-live kernel: ? exc_page_fault+0x170/0x180
Dec 03 13:37:45 localhost-live kernel: ? asm_exc_page_fault+0x26/0x30
Dec 03 13:37:45 localhost-live kernel: ? lookup_swap_cgroup_id+0x3d/0x80
Dec 03 13:37:45 localhost-live kernel: swap_pte_batch+0x92/0x220
Dec 03 13:37:45 localhost-live kernel: unmap_page_range+0xe9f/0x16d0
Dec 03 13:37:45 localhost-live kernel: unmap_vmas+0xbd/0x1a0
Dec 03 13:37:45 localhost-live kernel: vms_clear_ptes+0x10b/0x160
Dec 03 13:37:45 localhost-live kernel: vms_complete_munmap_vmas+0x61/0x190
Dec 03 13:37:45 localhost-live kernel: do_vmi_align_munmap+0x1d7/0x250
Dec 03 13:37:45 localhost-live kernel: do_vmi_munmap+0xd0/0x180
Dec 03 13:37:45 localhost-live kernel: __vm_munmap+0xa2/0x170
Dec 03 13:37:45 localhost-live kernel: __x64_sys_munmap+0x1b/0x30
Dec 03 13:37:45 localhost-live kernel: do_syscall_64+0x82/0x160
Dec 03 13:37:45 localhost-live kernel: ? switch_fpu_return+0x4e/0xd0
Dec 03 13:37:45 localhost-live kernel: ? syscall_exit_to_user_mode+0x1d5/0x210
Dec 03 13:37:45 localhost-live kernel: ? do_syscall_64+0x8e/0x160
Dec 03 13:37:45 localhost-live kernel: ? __rseq_handle_notify_resume+0xa6/0x4e0
Dec 03 13:37:45 localhost-live kernel: ? switch_fpu_return+0x4e/0xd0
Dec 03 13:37:45 localhost-live kernel: ? syscall_exit_to_user_mode+0x1d5/0x210
Dec 03 13:37:45 localhost-live kernel: ? do_syscall_64+0x8e/0x160
Dec 03 13:37:45 localhost-live kernel: ? syscall_exit_to_user_mode+0x10/0x210
Dec 03 13:37:45 localhost-live kernel: ? do_syscall_64+0x8e/0x160
Dec 03 13:37:45 localhost-live kernel: ? finish_task_switch.isra.0+0x99/0x2e0
Dec 03 13:37:45 localhost-live kernel: ? __schedule+0x3e4/0x14d0
Dec 03 13:37:45 localhost-live kernel: ? syscall_exit_to_user_mode_prepare+0x15e/0x1a0
Dec 03 13:37:45 localhost-live kernel: ? syscall_exit_to_user_mode+0x10/0x210
Dec 03 13:37:45 localhost-live kernel: ? do_syscall_64+0x8e/0x160
Dec 03 13:37:45 localhost-live kernel: ? switch_fpu_return+0x4e/0xd0
Dec 03 13:37:45 localhost-live kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Dec 03 13:37:45 localhost-live kernel: RIP: 0033:0x7f0937676beb
Dec 03 13:37:45 localhost-live kernel: Code: 73 01 c3 48 8b 0d 25 72 0f 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f5 71 0f 00 f7 d8 64 89 01 48
Dec 03 13:37:45 localhost-live kernel: RSP: 002b:00007ffda58c9748 EFLAGS: 00000213 ORIG_RAX: 000000000000000b
Dec 03 13:37:45 localhost-live kernel: RAX: ffffffffffffffda RBX: 000055c7633193a0 RCX: 00007f0937676beb
Dec 03 13:37:45 localhost-live kernel: RDX: 0000000000000001 RSI: 0000000000410000 RDI: 00007f08ded81000
Dec 03 13:37:45 localhost-live kernel: RBP: 00007ffda58c9760 R08: 0000000000000007 R09: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: R10: 000055c76001e010 R11: 0000000000000213 R12: 000055c7633193e8
Dec 03 13:37:45 localhost-live kernel: R13: 000055c760c82218 R14: 0000000000000001 R15: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: </TASK>
Dec 03 13:37:45 localhost-live kernel: Modules linked in: libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set rfkill nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore joydev iTCO_wdt intel_pmc_bxt i2c_i801 iTCO_vendor_support pktcdvd pcspkr i2c_smbus virtio_balloon lpc_ich binfmt_misc nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_net virtio_blk virtio_scsi virtio_console net_failover failover virtio_gpu nvme_tcp
Dec 03 13:37:45 localhost-live kernel: virtio_dma_buf nvme_fabrics nvme_keyring nvme_core serio_raw nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse qemu_fw_cfg
Dec 03 13:37:45 localhost-live kernel: CR2: ffffb500fc80f138
Dec 03 13:37:45 localhost-live kernel: ---[ end trace 0000000000000000 ]---
Dec 03 13:37:45 localhost-live kernel: RIP: 0010:lookup_swap_cgroup_id+0x3d/0x80
Dec 03 13:37:45 localhost-live kernel: Code: 53 48 89 fb 89 ee 48 83 fd 17 77 4d 48 8d 54 6d 00 48 89 d8 81 e3 ff 07 00 00 48 8b 14 d5 40 e7 8f a0 48 c1 e0 06 48 c1 e8 11 <48> 8b 04 c2 48 2b 05 80 0d 9d 01 48 c1 f8 06 48 c1 e0 0c 48 8d 04
Dec 03 13:37:45 localhost-live kernel: RSP: 0018:ffffb101009a7780 EFLAGS: 00010207
Dec 03 13:37:45 localhost-live kernel: RAX: 0000007fff7ff027 RBX: 000000000000077f RCX: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: RDX: ffffb10100817000 RSI: 0000000000000000 RDI: 0003fffbff813f7f
Dec 03 13:37:45 localhost-live kernel: RBP: 0000000000000000 R08: 0000000000000067 R09: 00007f08df191000
Dec 03 13:37:45 localhost-live kernel: R10: 0000000000000002 R11: 0000000000005b4e R12: 0003fffbff813f7f
Dec 03 13:37:45 localhost-live kernel: R13: ffff9e5808612000 R14: 00000800fd80fe00 R15: ffff9e5808612008
Dec 03 13:37:45 localhost-live kernel: FS: 00007f0931ddd680(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
Dec 03 13:37:45 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 13:37:45 localhost-live kernel: CR2: ffffb500fc80f138 CR3: 000000010e110000 CR4: 00000000000006f0
Dec 03 13:37:45 localhost-live kernel: note: gnome-shell[2037] exited with irqs disabled
Dec 03 13:37:45 localhost-live kernel: note: gnome-shell[2037] exited with preempt_count 1
Dec 03 13:37:45 localhost-live kernel: ------------[ cut here ]------------
Dec 03 13:37:45 localhost-live kernel: WARNING: CPU: 0 PID: 5802 at arch/x86/kernel/ftrace.c:100 ftrace_verify_code+0x4c/0x90
Dec 03 13:37:45 localhost-live kernel: Modules linked in: libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set rfkill nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore joydev iTCO_wdt intel_pmc_bxt i2c_i801 iTCO_vendor_support pktcdvd pcspkr i2c_smbus virtio_balloon lpc_ich binfmt_misc nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_net virtio_blk virtio_scsi virtio_console net_failover failover virtio_gpu nvme_tcp
Dec 03 13:37:45 localhost-live kernel: virtio_dma_buf nvme_fabrics nvme_keyring nvme_core serio_raw nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse qemu_fw_cfg
Dec 03 13:37:45 localhost-live kernel: CPU: 0 UID: 0 PID: 5802 Comm: modprobe Tainted: G D ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 13:37:45 localhost-live kernel: Tainted: [D]=DIE
Dec 03 13:37:45 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20240813-2.fc42 08/13/2024
Dec 03 13:37:45 localhost-live kernel: RIP: 0010:ftrace_verify_code+0x4c/0x90
Dec 03 13:37:45 localhost-live kernel: Code: fe c6 44 24 07 00 48 89 c7 c7 44 24 03 00 00 00 00 e8 d8 74 30 00 48 85 c0 75 3e 8b 03 39 44 24 03 74 28 48 89 1d fc 63 72 03 <0f> 0b b8 ea ff ff ff 48 8b 54 24 08 65 48 2b 14 25 28 00 00 00 75
Dec 03 13:37:45 localhost-live kernel: RSP: 0018:ffffb101055c7b50 EFLAGS: 00010206
Dec 03 13:37:45 localhost-live kernel: RAX: 00000000e71857e8 RBX: ffffffffa07c0e08 RCX: 0000000000000010
Dec 03 13:37:45 localhost-live kernel: RDX: ffff9e570d492880 RSI: 0000000000000005 RDI: ffffffffc12ef0b4
Dec 03 13:37:45 localhost-live kernel: RBP: ffffffffc12ef0b4 R08: 0000000000000000 R09: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: R10: 0000000000000000 R11: ffff9e5842e217c0 R12: ffffffff9e60b5ea
Dec 03 13:37:45 localhost-live kernel: R13: 0000000002000000 R14: ffff9e5701cfe2a0 R15: 0000000000000d64
Dec 03 13:37:45 localhost-live kernel: FS: 00007f75198f5740(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
Dec 03 13:37:45 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 13:37:45 localhost-live kernel: CR2: ffffb500fc80f138 CR3: 00000000064c4000 CR4: 00000000000006f0
Dec 03 13:37:45 localhost-live kernel: Call Trace:
Dec 03 13:37:45 localhost-live kernel: <TASK>
Dec 03 13:37:45 localhost-live kernel: ? ftrace_verify_code+0x4c/0x90
Dec 03 13:37:45 localhost-live kernel: ? __warn.cold+0x93/0xfa
Dec 03 13:37:45 localhost-live kernel: ? ftrace_verify_code+0x4c/0x90
Dec 03 13:37:45 localhost-live kernel: ? report_bug+0xff/0x140
Dec 03 13:37:45 localhost-live kernel: ? handle_bug+0x58/0x90
Dec 03 13:37:45 localhost-live kernel: ? exc_invalid_op+0x17/0x70
Dec 03 13:37:45 localhost-live kernel: ? asm_exc_invalid_op+0x1a/0x20
Dec 03 13:37:45 localhost-live kernel: ? ftrace_verify_code+0x4c/0x90
Dec 03 13:37:45 localhost-live kernel: ftrace_modify_code_direct+0xf/0x70
Dec 03 13:37:45 localhost-live kernel: ftrace_process_locs+0x313/0x5c0
Dec 03 13:37:45 localhost-live kernel: ftrace_module_init+0x32/0x50
Dec 03 13:37:45 localhost-live kernel: load_module+0x1ea4/0x2810
Dec 03 13:37:45 localhost-live kernel: ? __do_sys_init_module+0x17a/0x1b0
Dec 03 13:37:45 localhost-live kernel: __do_sys_init_module+0x17a/0x1b0
Dec 03 13:37:45 localhost-live kernel: do_syscall_64+0x82/0x160
Dec 03 13:37:45 localhost-live kernel: ? syscall_exit_to_user_mode+0x10/0x210
Dec 03 13:37:45 localhost-live kernel: ? do_syscall_64+0x8e/0x160
Dec 03 13:37:45 localhost-live kernel: ? count_memcg_events.constprop.0+0x1a/0x30
Dec 03 13:37:45 localhost-live kernel: ? handle_mm_fault+0x21b/0x330
Dec 03 13:37:45 localhost-live kernel: ? do_user_addr_fault+0x55a/0x7b0
Dec 03 13:37:45 localhost-live kernel: ? exc_page_fault+0x7e/0x180
Dec 03 13:37:45 localhost-live kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Dec 03 13:37:45 localhost-live kernel: RIP: 0033:0x7f7519302d9e
Dec 03 13:37:45 localhost-live kernel: Code: 48 8b 0d 75 30 0f 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 42 30 0f 00 f7 d8 64 89 01 48
Dec 03 13:37:45 localhost-live kernel: RSP: 002b:00007ffc0afc3978 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Dec 03 13:37:45 localhost-live kernel: RAX: ffffffffffffffda RBX: 0000555b50abdc50 RCX: 00007f7519302d9e
Dec 03 13:37:45 localhost-live kernel: RDX: 0000555b3606e715 RSI: 00000000007522fe RDI: 00007f7517eb6010
Dec 03 13:37:45 localhost-live kernel: RBP: 00007ffc0afc3a30 R08: 00007f75193f6ac0 R09: 0000000000752ff0
Dec 03 13:37:45 localhost-live kernel: R10: 0000000000000001 R11: 0000000000000246 R12: 0000555b3606e715
Dec 03 13:37:45 localhost-live kernel: R13: 0000000000040000 R14: 0000555b50abdd60 R15: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: </TASK>
Dec 03 13:37:45 localhost-live kernel: ---[ end trace 0000000000000000 ]---
Dec 03 13:37:45 localhost-live kernel: ------------[ ftrace bug ]------------
Dec 03 13:37:45 localhost-live kernel: ftrace failed to modify
Dec 03 13:37:45 localhost-live kernel: [<ffffffffc12ef0b4>] 0xffffffffc12ef0b4
Dec 03 13:37:45 localhost-live kernel: actual: ff:ff:ff:ff:00
Dec 03 13:37:45 localhost-live kernel: expected: e8:57:18:e7:db
Dec 03 13:37:45 localhost-live kernel: Initializing ftrace call sites
Dec 03 13:37:45 localhost-live kernel: ftrace record flags: 2000000
Dec 03 13:37:45 localhost-live kernel: (0)
expected tramp: ffffffff9d160940
Dec 03 13:37:45 localhost-live kernel: ------------[ cut here ]------------
Dec 03 13:37:45 localhost-live kernel: WARNING: CPU: 0 PID: 5802 at kernel/trace/ftrace.c:2234 ftrace_bug+0x23c/0x264
Dec 03 13:37:45 localhost-live kernel: Modules linked in: libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set rfkill nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore joydev iTCO_wdt intel_pmc_bxt i2c_i801 iTCO_vendor_support pktcdvd pcspkr i2c_smbus virtio_balloon lpc_ich binfmt_misc nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_net virtio_blk virtio_scsi virtio_console net_failover failover virtio_gpu nvme_tcp
Dec 03 13:37:45 localhost-live kernel: virtio_dma_buf nvme_fabrics nvme_keyring nvme_core serio_raw nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse qemu_fw_cfg
Dec 03 13:37:45 localhost-live kernel: CPU: 0 UID: 0 PID: 5802 Comm: modprobe Tainted: G D W ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 13:37:45 localhost-live kernel: Tainted: [D]=DIE, [W]=WARN
Dec 03 13:37:45 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20240813-2.fc42 08/13/2024
Dec 03 13:37:45 localhost-live kernel: RIP: 0010:ftrace_bug+0x23c/0x264
Dec 03 13:37:45 localhost-live kernel: Code: 00 84 c0 74 d4 eb b8 48 c7 c7 c5 35 ec 9e e8 cb 70 ff ff 48 89 ef e8 73 08 31 00 48 c7 c7 d6 35 ec 9e 48 89 c6 e8 b4 70 ff ff <0f> 0b c7 05 80 f7 c2 02 01 00 00 00 5b 31 c0 5d 41 5c 89 05 84 f7
Dec 03 13:37:45 localhost-live kernel: RSP: 0018:ffffb101055c7b70 EFLAGS: 00010246
Dec 03 13:37:45 localhost-live kernel: RAX: 0000000000000022 RBX: ffffffffc12ef0b4 RCX: 0000000000000027
Dec 03 13:37:45 localhost-live kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff9e5842e21900
Dec 03 13:37:45 localhost-live kernel: RBP: ffff9e5805d3d640 R08: 0000000000000000 R09: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: R10: ffffb101055c7928 R11: 3034393036316420 R12: 00000000ffffffea
Dec 03 13:37:45 localhost-live kernel: R13: 0000000002000000 R14: ffff9e5701cfe2a0 R15: 0000000000000d64
Dec 03 13:37:45 localhost-live kernel: FS: 00007f75198f5740(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
Dec 03 13:37:45 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 13:37:45 localhost-live kernel: CR2: ffffb500fc80f138 CR3: 00000000064c4000 CR4: 00000000000006f0
Dec 03 13:37:45 localhost-live kernel: Call Trace:
Dec 03 13:37:45 localhost-live kernel: <TASK>
Dec 03 13:37:45 localhost-live kernel: ? ftrace_bug+0x23c/0x264
Dec 03 13:37:45 localhost-live kernel: ? __warn.cold+0x93/0xfa
Dec 03 13:37:45 localhost-live kernel: ? ftrace_bug+0x23c/0x264
Dec 03 13:37:45 localhost-live kernel: ? report_bug+0xff/0x140
Dec 03 13:37:45 localhost-live kernel: ? handle_bug+0x58/0x90
Dec 03 13:37:45 localhost-live kernel: ? exc_invalid_op+0x17/0x70
Dec 03 13:37:45 localhost-live kernel: ? asm_exc_invalid_op+0x1a/0x20
Dec 03 13:37:45 localhost-live kernel: ? ftrace_bug+0x23c/0x264
Dec 03 13:37:45 localhost-live kernel: ftrace_process_locs.cold+0x14/0xad
Dec 03 13:37:45 localhost-live kernel: ftrace_module_init+0x32/0x50
Dec 03 13:37:45 localhost-live kernel: load_module+0x1ea4/0x2810
Dec 03 13:37:45 localhost-live kernel: ? __do_sys_init_module+0x17a/0x1b0
Dec 03 13:37:45 localhost-live kernel: __do_sys_init_module+0x17a/0x1b0
Dec 03 13:37:45 localhost-live kernel: do_syscall_64+0x82/0x160
Dec 03 13:37:45 localhost-live kernel: ? syscall_exit_to_user_mode+0x10/0x210
Dec 03 13:37:45 localhost-live kernel: ? do_syscall_64+0x8e/0x160
Dec 03 13:37:45 localhost-live kernel: ? count_memcg_events.constprop.0+0x1a/0x30
Dec 03 13:37:45 localhost-live kernel: ? handle_mm_fault+0x21b/0x330
Dec 03 13:37:45 localhost-live kernel: ? do_user_addr_fault+0x55a/0x7b0
Dec 03 13:37:45 localhost-live kernel: ? exc_page_fault+0x7e/0x180
Dec 03 13:37:45 localhost-live kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Dec 03 13:37:45 localhost-live kernel: RIP: 0033:0x7f7519302d9e
Dec 03 13:37:45 localhost-live kernel: Code: 48 8b 0d 75 30 0f 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 42 30 0f 00 f7 d8 64 89 01 48
Dec 03 13:37:45 localhost-live kernel: RSP: 002b:00007ffc0afc3978 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Dec 03 13:37:45 localhost-live kernel: RAX: ffffffffffffffda RBX: 0000555b50abdc50 RCX: 00007f7519302d9e
Dec 03 13:37:45 localhost-live kernel: RDX: 0000555b3606e715 RSI: 00000000007522fe RDI: 00007f7517eb6010
Dec 03 13:37:45 localhost-live kernel: RBP: 00007ffc0afc3a30 R08: 00007f75193f6ac0 R09: 0000000000752ff0
Dec 03 13:37:45 localhost-live kernel: R10: 0000000000000001 R11: 0000000000000246 R12: 0000555b3606e715
Dec 03 13:37:45 localhost-live kernel: R13: 0000000000040000 R14: 0000555b50abdd60 R15: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: </TASK>
Dec 03 13:37:45 localhost-live kernel: ---[ end trace 0000000000000000 ]---
Dec 03 13:37:45 localhost-live kernel: unexpected static_call insn opcode 0x0 at xfs_qm_dqunpin_wait+0x58/0xe0 [xfs]
Dec 03 13:37:45 localhost-live kernel: ------------[ cut here ]------------
Dec 03 13:37:45 localhost-live kernel: kernel BUG at arch/x86/kernel/static_call.c:139!
Dec 03 13:37:45 localhost-live kernel: Oops: invalid opcode: 0000 [#2] PREEMPT SMP PTI
Dec 03 13:37:45 localhost-live kernel: CPU: 0 UID: 0 PID: 5802 Comm: modprobe Tainted: G D W ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 13:37:45 localhost-live kernel: Tainted: [D]=DIE, [W]=WARN
Dec 03 13:37:45 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20240813-2.fc42 08/13/2024
Dec 03 13:37:45 localhost-live kernel: RIP: 0010:__static_call_validate.cold+0x12/0x14
Dec 03 13:37:45 localhost-live kernel: Code: 48 c7 c7 f8 a0 dc 9e e8 d6 ea 00 00 48 8b 43 08 4c 8b 33 e9 eb 09 11 00 48 89 fa 0f b6 f0 48 c7 c7 28 a1 dc 9e e8 b8 ea 00 00 <0f> 0b 65 8b 35 3b f2 02 63 48 c7 c7 70 a2 dc 9e e8 a3 ea 00 00 fa
Dec 03 13:37:45 localhost-live kernel: RSP: 0018:ffffb101055c7ac8 EFLAGS: 00010246
Dec 03 13:37:45 localhost-live kernel: RAX: 000000000000004d RBX: ffffffff9e2363d0 RCX: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: RDX: 0000000000000000 RSI: ffff9e5842e21900 RDI: ffff9e5842e21900
Dec 03 13:37:45 localhost-live kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: R10: ffffb101055c7880 R11: 7463657078656e75 R12: ffffffffc12efcc8
Dec 03 13:37:45 localhost-live kernel: R13: 0000000000000000 R14: ffffffffc1074348 R15: ffffffff9f8781d0
Dec 03 13:37:45 localhost-live kernel: FS: 00007f75198f5740(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
Dec 03 13:37:45 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 13:37:45 localhost-live kernel: CR2: 000055b9d141e001 CR3: 00000000064c4000 CR4: 00000000000006f0
Dec 03 13:37:45 localhost-live kernel: Call Trace:
Dec 03 13:37:45 localhost-live kernel: <TASK>
Dec 03 13:37:45 localhost-live kernel: ? __die_body.cold+0x19/0x27
Dec 03 13:37:45 localhost-live kernel: ? die+0x2e/0x50
Dec 03 13:37:45 localhost-live kernel: ? do_trap+0xca/0x110
Dec 03 13:37:45 localhost-live kernel: ? do_error_trap+0x6a/0x90
Dec 03 13:37:45 localhost-live kernel: ? __static_call_validate.cold+0x12/0x14
Dec 03 13:37:45 localhost-live kernel: ? exc_invalid_op+0x50/0x70
Dec 03 13:37:45 localhost-live kernel: ? __static_call_validate.cold+0x12/0x14
Dec 03 13:37:45 localhost-live kernel: ? asm_exc_invalid_op+0x1a/0x20
Dec 03 13:37:45 localhost-live kernel: ? xfs_qm_dqunpin_wait+0x58/0xe0 [xfs]
Dec 03 13:37:45 localhost-live kernel: ? __pfx___cond_resched+0x10/0x10
Dec 03 13:37:45 localhost-live kernel: ? __static_call_validate.cold+0x12/0x14
Dec 03 13:37:45 localhost-live kernel: ? __static_call_validate.cold+0x12/0x14
Dec 03 13:37:45 localhost-live kernel: arch_static_call_transform+0x6b/0xa0
Dec 03 13:37:45 localhost-live kernel: ? xfs_qm_dqunpin_wait+0x58/0xe0 [xfs]
Dec 03 13:37:45 localhost-live kernel: __static_call_init+0x276/0x300
Dec 03 13:37:45 localhost-live kernel: ? __is_insn_slot_addr+0x45/0x70
Dec 03 13:37:45 localhost-live kernel: ? __SCT__tp_func_ipi_exit+0x8/0x8
Dec 03 13:37:45 localhost-live kernel: ? __SCT__tp_func_ipi_exit+0x8/0x8
Dec 03 13:37:45 localhost-live kernel: static_call_module_notify+0x11f/0x150
Dec 03 13:37:45 localhost-live kernel: notifier_call_chain+0x5d/0xd0
Dec 03 13:37:45 localhost-live kernel: blocking_notifier_call_chain_robust+0x65/0xc0
Dec 03 13:37:45 localhost-live kernel: load_module+0x205c/0x2810
Dec 03 13:37:45 localhost-live kernel: ? __do_sys_init_module+0x17a/0x1b0
Dec 03 13:37:45 localhost-live kernel: __do_sys_init_module+0x17a/0x1b0
Dec 03 13:37:45 localhost-live kernel: do_syscall_64+0x82/0x160
Dec 03 13:37:45 localhost-live kernel: ? syscall_exit_to_user_mode+0x10/0x210
Dec 03 13:37:45 localhost-live kernel: ? do_syscall_64+0x8e/0x160
Dec 03 13:37:45 localhost-live kernel: ? count_memcg_events.constprop.0+0x1a/0x30
Dec 03 13:37:45 localhost-live kernel: ? handle_mm_fault+0x21b/0x330
Dec 03 13:37:45 localhost-live kernel: ? do_user_addr_fault+0x55a/0x7b0
Dec 03 13:37:45 localhost-live kernel: ? exc_page_fault+0x7e/0x180
Dec 03 13:37:45 localhost-live kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Dec 03 13:37:45 localhost-live kernel: RIP: 0033:0x7f7519302d9e
Dec 03 13:37:45 localhost-live kernel: Code: 48 8b 0d 75 30 0f 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 42 30 0f 00 f7 d8 64 89 01 48
Dec 03 13:37:45 localhost-live kernel: RSP: 002b:00007ffc0afc3978 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Dec 03 13:37:45 localhost-live kernel: RAX: ffffffffffffffda RBX: 0000555b50abdc50 RCX: 00007f7519302d9e
Dec 03 13:37:45 localhost-live kernel: RDX: 0000555b3606e715 RSI: 00000000007522fe RDI: 00007f7517eb6010
Dec 03 13:37:45 localhost-live kernel: RBP: 00007ffc0afc3a30 R08: 00007f75193f6ac0 R09: 0000000000752ff0
Dec 03 13:37:45 localhost-live kernel: R10: 0000000000000001 R11: 0000000000000246 R12: 0000555b3606e715
Dec 03 13:37:45 localhost-live kernel: R13: 0000000000040000 R14: 0000555b50abdd60 R15: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: </TASK>
Dec 03 13:37:45 localhost-live kernel: Modules linked in: xfs(+) libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set rfkill nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore joydev iTCO_wdt intel_pmc_bxt i2c_i801 iTCO_vendor_support pktcdvd pcspkr i2c_smbus virtio_balloon lpc_ich binfmt_misc nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_net virtio_blk virtio_scsi virtio_console net_failover failover virtio_gpu
Dec 03 13:37:45 localhost-live kernel: nvme_tcp virtio_dma_buf nvme_fabrics nvme_keyring nvme_core serio_raw nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse qemu_fw_cfg
Dec 03 13:37:45 localhost-live kernel: ---[ end trace 0000000000000000 ]---
Dec 03 13:37:45 localhost-live kernel: RIP: 0010:lookup_swap_cgroup_id+0x3d/0x80
Dec 03 13:37:45 localhost-live kernel: Code: 53 48 89 fb 89 ee 48 83 fd 17 77 4d 48 8d 54 6d 00 48 89 d8 81 e3 ff 07 00 00 48 8b 14 d5 40 e7 8f a0 48 c1 e0 06 48 c1 e8 11 <48> 8b 04 c2 48 2b 05 80 0d 9d 01 48 c1 f8 06 48 c1 e0 0c 48 8d 04
Dec 03 13:37:45 localhost-live kernel: RSP: 0018:ffffb101009a7780 EFLAGS: 00010207
Dec 03 13:37:45 localhost-live kernel: RAX: 0000007fff7ff027 RBX: 000000000000077f RCX: 0000000000000000
Dec 03 13:37:45 localhost-live kernel: RDX: ffffb10100817000 RSI: 0000000000000000 RDI: 0003fffbff813f7f
Dec 03 13:37:45 localhost-live kernel: RBP: 0000000000000000 R08: 0000000000000067 R09: 00007f08df191000
Dec 03 13:37:45 localhost-live kernel: R10: 0000000000000002 R11: 0000000000005b4e R12: 0003fffbff813f7f
Dec 03 13:37:45 localhost-live kernel: R13: ffff9e5808612000 R14: 00000800fd80fe00 R15: ffff9e5808612008
Dec 03 13:37:45 localhost-live kernel: FS: 00007f75198f5740(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
Dec 03 13:37:45 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 13:37:45 localhost-live kernel: CR2: 000055b9d141e001 CR3: 00000000064c4000 CR4: 00000000000006f0
Dec 03 13:37:58 localhost-live systemd[1]: pcscd.service: Deactivated successfully.
Dec 03 13:37:58 localhost-live audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=pcscd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 520.209304] watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [kcompactd0:39]
[ 520.209323] CPU#0 Utilization every 4s during lockup:
[ 520.209324] #1: 100% system, 0% softirq, 0% hardirq, 0% idle
[ 520.209326] #2: 100% system, 0% softirq, 1% hardirq, 0% idle
[ 520.209326] #3: 100% system, 0% softirq, 1% hardirq, 0% idle
[ 520.209327] #4: 100% system, 0% softirq, 0% hardirq, 0% idle
[ 520.209328] #5: 100% system, 0% softirq, 1% hardirq, 0% idle
[ 520.209328] Modules linked in: nls_ucs2_utils(+) xfs(+) libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set rfkill nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore joydev iTCO_wdt intel_pmc_bxt i2c_i801 iTCO_vendor_support pktcdvd pcspkr i2c_smbus virtio_balloon lpc_ich binfmt_misc nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_net virtio_blk virtio_scsi virtio_console net_failover
[ 520.209388] failover virtio_gpu nvme_tcp virtio_dma_buf nvme_fabrics nvme_keyring nvme_core serio_raw nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse qemu_fw_cfg
[ 520.209411] CPU: 0 UID: 0 PID: 39 Comm: kcompactd0 Tainted: G D W ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
[ 520.209415] Tainted: [D]=DIE, [W]=WARN
[ 520.209416] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20240813-2.fc42 08/13/2024
[ 520.209417] RIP: 0010:native_queued_spin_lock_slowpath+0x146/0x2d0
[ 520.209425] Code: 00 00 00 ba 01 00 00 00 f0 0f b1 13 0f 85 af 00 00 00 66 90 65 ff 0d a5 95 df 61 5b 5d 41 5c 41 5d 41 5e c3 cc cc cc cc f3 90 <e9> d0 fe ff ff 65 8b 05 8a 76 df 61 48 0f a3 05 56 e5 a0 01 73 d4
[ 520.209426] RSP: 0018:ffffb10100157950 EFLAGS: 00000206
[ 520.209428] RAX: 0000000024448948 RBX: ffff9e580858cb68 RCX: 0000000000000000
[ 520.209429] RDX: 0000000000000001 RSI: 0000000024448948 RDI: ffff9e580858cb68
[ 520.209430] RBP: fffffb460005a040 R08: 0000000000000000 R09: 0000000000006dca
[ 520.209431] R10: 0000000000000000 R11: 0000000000000001 R12: ffff9e580858cb68
[ 520.209432] R13: 0000000000000000 R14: ffff9e580099a000 R15: fffffb46016b7740
[ 520.209433] FS: 0000000000000000(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
[ 520.209434] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 520.209435] CR2: 00007f3c342b00b0 CR3: 000000001a3ca000 CR4: 00000000000006f0
[ 520.209438] Call Trace:
[ 520.209444] <IRQ>
[ 520.209446] ? watchdog_timer_fn.cold+0x314/0x319
[ 520.209449] ? sched_clock_cpu+0xf/0x1f0
[ 520.209455] ? __pfx_watchdog_timer_fn+0x10/0x10
[ 520.209461] ? __hrtimer_run_queues+0x116/0x280
[ 520.209466] ? kvm_clock_get_cycles+0x18/0x30
[ 520.209471] ? hrtimer_interrupt+0xff/0x230
[ 520.209473] ? __sysvec_apic_timer_interrupt+0x55/0x100
[ 520.209479] ? sysvec_apic_timer_interrupt+0x6c/0x90
[ 520.209481] </IRQ>
[ 520.209482] <TASK>
[ 520.209482] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[ 520.209487] ? native_queued_spin_lock_slowpath+0x146/0x2d0
[ 520.209488] _raw_spin_lock+0x29/0x30
[ 520.209490] try_release_extent_buffer+0x6e/0x210
[ 520.209502] btree_release_folio+0x26/0x40
[ 520.209514] btree_migrate_folio+0x36/0x70
[ 520.209515] move_to_new_folio+0x64/0x1a0
[ 520.209520] migrate_pages_batch+0x972/0xd10
[ 520.209522] ? __pfx_compaction_free+0x10/0x10
[ 520.209525] ? __pfx_remove_migration_pte+0x10/0x10
[ 520.209527] ? sysvec_apic_timer_interrupt+0xe/0x90
[ 520.209529] migrate_pages+0xb1d/0xe20
[ 520.209530] ? __pfx_compaction_alloc+0x10/0x10
[ 520.209532] ? __pfx_compaction_free+0x10/0x10
[ 520.209534] compact_zone+0xa88/0x1120
[ 520.209539] compact_node+0xb1/0x140
[ 520.209542] kcompactd+0x35b/0x4b0
[ 520.209543] ? __pfx_autoremove_wake_function+0x10/0x10
[ 520.209545] ? __pfx_kcompactd+0x10/0x10
[ 520.209546] kthread+0xd2/0x100
[ 520.209550] ? __pfx_kthread+0x10/0x10
[ 520.209551] ret_from_fork+0x34/0x50
[ 520.209552] ? __pfx_kthread+0x10/0x10
[ 520.209553] ret_from_fork_asm+0x1a/0x30
[ 520.209558] </TASK>
Dec 03 13:38:11 localhost-live kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [kcompactd0:39]
Dec 03 13:38:11 localhost-live kernel: CPU#0 Utilization every 4s during lockup:
Dec 03 13:38:11 localhost-live kernel: #1: 100% system, 0% softirq, 0% hardirq, 0% idle
Dec 03 13:38:11 localhost-live kernel: #2: 100% system, 0% softirq, 1% hardirq, 0% idle
Dec 03 13:38:11 localhost-live kernel: #3: 100% system, 0% softirq, 1% hardirq, 0% idle
Dec 03 13:38:11 localhost-live kernel: #4: 100% system, 0% softirq, 0% hardirq, 0% idle
Dec 03 13:38:11 localhost-live kernel: #5: 100% system, 0% softirq, 1% hardirq, 0% idle
Dec 03 13:38:11 localhost-live kernel: Modules linked in: nls_ucs2_utils(+) xfs(+) libfc scsi_transport_fc iscsi_ibft dm_crypt vfat fat dm_round_robin dm_multipath raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 uinput snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set rfkill nf_tables qrtr snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore joydev iTCO_wdt intel_pmc_bxt i2c_i801 iTCO_vendor_support pktcdvd pcspkr i2c_smbus virtio_balloon lpc_ich binfmt_misc nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock zram vmw_vmci overlay squashfs isofs crc32c_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 virtio_net virtio_blk virtio_scsi virtio_console net_failover
Dec 03 13:38:11 localhost-live kernel: failover virtio_gpu nvme_tcp virtio_dma_buf nvme_fabrics nvme_keyring nvme_core serio_raw nvme_auth sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi loop fuse qemu_fw_cfg
Dec 03 13:38:11 localhost-live kernel: CPU: 0 UID: 0 PID: 39 Comm: kcompactd0 Tainted: G D W ------- --- 6.13.0-0.rc1.20241202gite70140ba0d2b.14.fc42.x86_64 #1
Dec 03 13:38:11 localhost-live kernel: Tainted: [D]=DIE, [W]=WARN
Dec 03 13:38:11 localhost-live kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20240813-2.fc42 08/13/2024
Dec 03 13:38:11 localhost-live kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x146/0x2d0
Dec 03 13:38:11 localhost-live kernel: Code: 00 00 00 ba 01 00 00 00 f0 0f b1 13 0f 85 af 00 00 00 66 90 65 ff 0d a5 95 df 61 5b 5d 41 5c 41 5d 41 5e c3 cc cc cc cc f3 90 <e9> d0 fe ff ff 65 8b 05 8a 76 df 61 48 0f a3 05 56 e5 a0 01 73 d4
Dec 03 13:38:11 localhost-live kernel: RSP: 0018:ffffb10100157950 EFLAGS: 00000206
Dec 03 13:38:11 localhost-live kernel: RAX: 0000000024448948 RBX: ffff9e580858cb68 RCX: 0000000000000000
Dec 03 13:38:11 localhost-live kernel: RDX: 0000000000000001 RSI: 0000000024448948 RDI: ffff9e580858cb68
Dec 03 13:38:11 localhost-live kernel: RBP: fffffb460005a040 R08: 0000000000000000 R09: 0000000000006dca
Dec 03 13:38:11 localhost-live kernel: R10: 0000000000000000 R11: 0000000000000001 R12: ffff9e580858cb68
Dec 03 13:38:11 localhost-live kernel: R13: 0000000000000000 R14: ffff9e580099a000 R15: fffffb46016b7740
Dec 03 13:38:11 localhost-live kernel: FS: 0000000000000000(0000) GS:ffff9e5842e00000(0000) knlGS:0000000000000000
Dec 03 13:38:11 localhost-live kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Dec 03 13:38:11 localhost-live kernel: CR2: 00007f3c342b00b0 CR3: 000000001a3ca000 CR4: 00000000000006f0
Dec 03 13:38:11 localhost-live kernel: Call Trace:
Dec 03 13:38:11 localhost-live kernel: <IRQ>
Dec 03 13:38:11 localhost-live kernel: ? watchdog_timer_fn.cold+0x314/0x319
Dec 03 13:38:11 localhost-live kernel: ? sched_clock_cpu+0xf/0x1f0
Dec 03 13:38:11 localhost-live kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Dec 03 13:38:11 localhost-live kernel: ? __hrtimer_run_queues+0x116/0x280
Dec 03 13:38:11 localhost-live kernel: ? kvm_clock_get_cycles+0x18/0x30
Dec 03 13:38:11 localhost-live kernel: ? hrtimer_interrupt+0xff/0x230
Dec 03 13:38:11 localhost-live kernel: ? __sysvec_apic_timer_interrupt+0x55/0x100
Dec 03 13:38:11 localhost-live kernel: ? sysvec_apic_timer_interrupt+0x6c/0x90
Dec 03 13:38:11 localhost-live kernel: </IRQ>
Dec 03 13:38:11 localhost-live kernel: <TASK>
Dec 03 13:38:11 localhost-live kernel: ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Dec 03 13:38:11 localhost-live kernel: ? native_queued_spin_lock_slowpath+0x146/0x2d0
Dec 03 13:38:11 localhost-live kernel: _raw_spin_lock+0x29/0x30
Dec 03 13:38:11 localhost-live kernel: try_release_extent_buffer+0x6e/0x210
Dec 03 13:38:11 localhost-live kernel: btree_release_folio+0x26/0x40
Dec 03 13:38:11 localhost-live kernel: btree_migrate_folio+0x36/0x70
Dec 03 13:38:11 localhost-live kernel: move_to_new_folio+0x64/0x1a0
Dec 03 13:38:11 localhost-live kernel: migrate_pages_batch+0x972/0xd10
Dec 03 13:38:11 localhost-live kernel: ? __pfx_compaction_free+0x10/0x10
Dec 03 13:38:11 localhost-live kernel: ? __pfx_remove_migration_pte+0x10/0x10
Dec 03 13:38:11 localhost-live kernel: ? sysvec_apic_timer_interrupt+0xe/0x90
Dec 03 13:38:11 localhost-live kernel: migrate_pages+0xb1d/0xe20
Dec 03 13:38:11 localhost-live kernel: ? __pfx_compaction_alloc+0x10/0x10
Dec 03 13:38:11 localhost-live kernel: ? __pfx_compaction_free+0x10/0x10
Dec 03 13:38:11 localhost-live kernel: compact_zone+0xa88/0x1120
Dec 03 13:38:11 localhost-live kernel: compact_node+0xb1/0x140
Dec 03 13:38:11 localhost-live kernel: kcompactd+0x35b/0x4b0
Dec 03 13:38:11 localhost-live kernel: ? __pfx_autoremove_wake_function+0x10/0x10
Dec 03 13:38:11 localhost-live kernel: ? __pfx_kcompactd+0x10/0x10
Dec 03 13:38:11 localhost-live kernel: kthread+0xd2/0x100
Dec 03 13:38:11 localhost-live kernel: ? __pfx_kthread+0x10/0x10
Dec 03 13:38:11 localhost-live kernel: ret_from_fork+0x34/0x50
Dec 03 13:38:11 localhost-live kernel: ? __pfx_kthread+0x10/0x10
Dec 03 13:38:11 localhost-live kernel: ret_from_fork_asm+0x1a/0x30
Dec 03 13:38:11 localhost-live kernel: </TASK>