drm_WARN_ON(!dev->mode_config.poll_enabled) followed by NULL pointer dereference at address 00000000000000d8 with Radeon Pro WX3100
Brief summary of the problem:
I have a Debian 12.4 virtual machine, running the latest available 6.1 vendor kernel, running inside of QEMU on top of my KVM-based hypervisor and orchestrated using virt-manager and libvirt. The system is using a Supermicro X11SLL-F with an Intel Xeon E3-1226 v3, with 32GiB of DDR3 ECC UDIMMs. The GPU is a Radeon Pro WX3100 connected to IOMMU Group 1 and attached to one of the PCIe root ports that is directly integrated into the CPU. I have configured the hypervisor to assign every PCIe device in IOMMU Group 1 to the VFIO driver, using the PCIe device IDs of each device, so that the GPU can be passed through to the VM using virt-manager.
When the VM boots, the following trace appears in the dmesg buffer.
[ 12.131282] ------------[ cut here ]------------
[ 12.131288] amdgpu 0000:09:00.0: drm_WARN_ON(!dev->mode_config.poll_enabled)
[ 12.131398] WARNING: CPU: 1 PID: 35 at drivers/gpu/drm/drm_probe_helper.c:838 drm_kms_helper_poll_disable+0x49/0x60 [drm_kms_helper]
[ 12.131474] Modules linked in: sunrpc binfmt_misc intel_rapl_msr intel_rapl_common ghash_clmulni_intel nls_ascii sha512_ssse3 sha512_generic nls_cp437 vfat fat sha256_ssse3 sha1_ssse3 amdgpu gpu_sched drm_buddy video wmi drm_display_helper snd_hda_codec_hdmi snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec cec aesni_intel crypto_simd rc_core drm_ttm_helper snd_hda_core iTCO_wdt cryptd snd_hwdep intel_pmc_bxt rapl iTCO_vendor_support ttm snd_pcm snd_timer pcspkr watchdog drm_kms_helper snd i2c_algo_bit soundcore virtio_balloon virtiofs virtio_console button joydev evdev serio_raw sg fuse drm loop efi_pstore configfs dm_mod efivarfs qemu_fw_cfg virtio_rng ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic sr_mod cdrom ahci xhci_pci libahci xhci_hcd crct10dif_pclmul crct10dif_common ixgbe libata virtio_blk crc32_pclmul virtio_net net_failover failover xfrm_algo crc32c_intel dca mdio_devres psmouse i2c_i801 i2c_smbus lpc_ich scsi_mod libphy scsi_common mdio
[ 12.131558] usbcore virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev virtio virtio_ring usb_common
[ 12.131566] CPU: 1 PID: 35 Comm: kworker/1:1 Not tainted 6.1.0-23-amd64 #1 Debian 6.1.99-1
[ 12.131573] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-stable202402-prebuilt.qemu.org 02/14/2024
[ 12.131578] Workqueue: pm pm_runtime_work
[ 12.131613] RIP: 0010:drm_kms_helper_poll_disable+0x49/0x60 [drm_kms_helper]
[ 12.131635] Code: 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 40 da 8f c2 48 c7 c1 40 17 a0 c0 48 89 da 48 c7 c7 3a 2b a0 c0 48 89 c6 e8 97 8f 2b c2 <0f> 0b 5b c3 cc cc cc cc 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40
[ 12.131637] RSP: 0018:ffffba5ec0147d20 EFLAGS: 00010286
[ 12.131640] RAX: 0000000000000000 RBX: ffffa053c0d46bd0 RCX: 0000000000000027
[ 12.131642] RDX: ffffa0572fd203a8 RSI: 0000000000000001 RDI: ffffa0572fd203a0
[ 12.131644] RBP: ffffa053c4be0000 R08: 0000000000000000 R09: ffffba5ec0147b98
[ 12.131646] R10: 0000000000000003 R11: ffffffff846d4448 R12: ffffa053c4be0010
[ 12.131647] R13: 0000000000000000 R14: 0000000000000000 R15: ffffa053c0db6248
[ 12.131649] FS: 0000000000000000(0000) GS:ffffa0572fd00000(0000) knlGS:0000000000000000
[ 12.131651] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 12.131653] CR2: 00007fcf5c147000 CR3: 0000000105118001 CR4: 00000000001706e0
[ 12.131658] Call Trace:
[ 12.131669] <TASK>
[ 12.131673] ? __warn+0x7d/0xc0
[ 12.131692] ? drm_kms_helper_poll_disable+0x49/0x60 [drm_kms_helper]
[ 12.131710] ? report_bug+0xe2/0x150
[ 12.131728] ? handle_bug+0x41/0x70
[ 12.131736] ? exc_invalid_op+0x13/0x60
[ 12.131739] ? asm_exc_invalid_op+0x16/0x20
[ 12.131747] ? drm_kms_helper_poll_disable+0x49/0x60 [drm_kms_helper]
[ 12.131765] amdgpu_device_suspend+0x53/0x150 [amdgpu]
[ 12.132612] amdgpu_pmops_runtime_suspend+0xc8/0x190 [amdgpu]
[ 12.132846] pci_pm_runtime_suspend+0x66/0x1b0
[ 12.132868] ? update_load_avg+0x7e/0x780
[ 12.132879] ? pci_dev_put+0x20/0x20
[ 12.132881] __rpm_callback+0x44/0x170
[ 12.132893] ? pci_dev_put+0x20/0x20
[ 12.132895] rpm_callback+0x5d/0x70
[ 12.132899] ? pci_dev_put+0x20/0x20
[ 12.132901] rpm_suspend+0x11a/0x720
[ 12.132905] ? psi_task_switch+0xd2/0x230
[ 12.132919] ? __switch_to_asm+0x3a/0x60
[ 12.132931] ? finish_task_switch.isra.0+0x90/0x2d0
[ 12.132934] pm_runtime_work+0x94/0xa0
[ 12.132939] process_one_work+0x1c7/0x380
[ 12.132954] worker_thread+0x4d/0x380
[ 12.132959] ? rescuer_thread+0x3a0/0x3a0
[ 12.132963] kthread+0xda/0x100
[ 12.132974] ? kthread_complete_and_exit+0x20/0x20
[ 12.132978] ret_from_fork+0x22/0x30
[ 12.132990] </TASK>
[ 12.132992] ---[ end trace 0000000000000000 ]---
When invoking the command sudo /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128
inside of my Debian 12.4 virtual machine, running inside of QEMU on my KVM-based hypervisor, the following logs appear in the dmesg buffer and the vainfo process is killed.
[ 115.941864] BUG: kernel NULL pointer dereference, address: 00000000000000d8
[ 115.941888] #PF: supervisor read access in kernel mode
[ 115.941897] #PF: error_code(0x0000) - not-present page
[ 115.941905] PGD 0 P4D 0
[ 115.941916] Oops: 0000 [#1] PREEMPT SMP PTI
[ 115.941927] CPU: 1 PID: 1003 Comm: vainfo Tainted: G W 6.1.0-23-amd64 #1 Debian 6.1.99-1
[ 115.941941] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-stable202402-prebuilt.qemu.org 02/14/2024
[ 115.941950] RIP: 0010:amdgpu_device_baco_exit+0x84/0xb0 [amdgpu]
[ 115.942506] Code: 00 48 8b 80 80 00 00 00 48 85 c0 74 0d be 01 00 00 00 4c 89 e7 e8 1c fe dc c2 f6 83 f0 84 01 00 08 74 1b 48 8b 83 28 90 00 00 <48> 8b 80 d8 00 00 00 48 85 c0 74 08 4c 89 e7 e8 f8 fd dc c2 5b 89
[ 115.942521] RSP: 0018:ffffba5ec12c3980 EFLAGS: 00010202
[ 115.942531] RAX: 0000000000000000 RBX: ffffa053c4be0010 RCX: 0000000000000000
[ 115.942540] RDX: 0000000000000000 RSI: 0000000000006985 RDI: ffffa053c4be7dd8
[ 115.942559] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 115.942566] R10: 0000000000000001 R11: 0000000000000001 R12: ffffa053c4be0000
[ 115.942573] R13: 0000000000000000 R14: 0000000000000000 R15: ffffa053d90a1980
[ 115.942581] FS: 00007fd5f34e7b80(0000) GS:ffffa0572fd00000(0000) knlGS:0000000000000000
[ 115.942593] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 115.942601] CR2: 00000000000000d8 CR3: 0000000105106002 CR4: 00000000001706e0
[ 115.942618] Call Trace:
[ 115.942628] <TASK>
[ 115.942645] ? __die_body.cold+0x1a/0x1f
[ 115.942672] ? page_fault_oops+0xd2/0x2b0
[ 115.942692] ? search_module_extables+0x15/0x60
[ 115.942713] ? search_bpf_extables+0x5b/0x80
[ 115.942753] ? exc_page_fault+0x70/0x170
[ 115.942776] ? asm_exc_page_fault+0x22/0x30
[ 115.942791] ? amdgpu_device_baco_exit+0x84/0xb0 [amdgpu]
[ 115.943304] ? pci_pm_restore_noirq+0xc0/0xc0
[ 115.943319] amdgpu_pmops_runtime_resume+0xcc/0xf0 [amdgpu]
[ 115.943836] ? pci_pm_restore_noirq+0xc0/0xc0
[ 115.943847] __rpm_callback+0x44/0x170
[ 115.943864] ? pci_pm_restore_noirq+0xc0/0xc0
[ 115.943873] rpm_callback+0x5d/0x70
[ 115.943893] ? pci_pm_restore_noirq+0xc0/0xc0
[ 115.943903] rpm_resume+0x5e2/0x830
[ 115.943915] ? __flush_work.isra.0+0x1aa/0x280
[ 115.943932] __pm_runtime_resume+0x47/0x80
[ 115.943945] amdgpu_driver_open_kms+0x4c/0x210 [amdgpu]
[ 115.944446] drm_file_alloc+0x196/0x240 [drm]
[ 115.944775] drm_open+0xd6/0x260 [drm]
[ 115.944857] drm_stub_open+0xa4/0xe0 [drm]
[ 115.944949] chrdev_open+0xc4/0x250
[ 115.945001] ? __unregister_chrdev+0x50/0x50
[ 115.945011] do_dentry_open+0x1e5/0x410
[ 115.945040] path_openat+0xb7d/0x1260
[ 115.945067] ? __wake_up_common_lock+0x8f/0xd0
[ 115.945082] do_filp_open+0xaf/0x160
[ 115.945102] do_sys_openat2+0xaf/0x170
[ 115.945125] __x64_sys_openat+0x6a/0xa0
[ 115.945137] do_syscall_64+0x55/0xb0
[ 115.945167] ? handle_mm_fault+0xdb/0x2d0
[ 115.945199] ? do_user_addr_fault+0x1b0/0x550
[ 115.945211] ? exit_to_user_mode_prepare+0x40/0x1e0
[ 115.945224] entry_SYSCALL_64_after_hwframe+0x6e/0xd8
[ 115.945252] RIP: 0033:0x7fd5f35e0f01
[ 115.945271] Code: 75 57 89 f0 25 00 00 41 00 3d 00 00 41 00 74 49 80 3d ea 26 0e 00 00 74 6d 89 da 48 89 ee bf 9c ff ff ff b8 01 01 00 00 0f 05 <48> 3d 00 f0 ff ff 0f 87 93 00 00 00 48 8b 54 24 28 64 48 2b 14 25
[ 115.945286] RSP: 002b:00007ffedcee7350 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
[ 115.945299] RAX: ffffffffffffffda RBX: 0000000000000002 RCX: 00007fd5f35e0f01
[ 115.945307] RDX: 0000000000000002 RSI: 00007ffedcee87b7 RDI: 00000000ffffff9c
[ 115.945315] RBP: 00007ffedcee87b7 R08: 000055aebb09e000 R09: 0000000000000073
[ 115.945324] R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000000
[ 115.945332] R13: 00007ffedcee7768 R14: 000055aeba475d58 R15: 00007fd5f3764020
[ 115.945343] </TASK>
[ 115.945348] Modules linked in: sunrpc binfmt_misc intel_rapl_msr intel_rapl_common ghash_clmulni_intel nls_ascii sha512_ssse3 sha512_generic nls_cp437 vfat fat sha256_ssse3 sha1_ssse3 amdgpu gpu_sched drm_buddy video wmi drm_display_helper snd_hda_codec_hdmi snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec cec aesni_intel crypto_simd rc_core drm_ttm_helper snd_hda_core iTCO_wdt cryptd snd_hwdep intel_pmc_bxt rapl iTCO_vendor_support ttm snd_pcm snd_timer pcspkr watchdog drm_kms_helper snd i2c_algo_bit soundcore virtio_balloon virtiofs virtio_console button joydev evdev serio_raw sg fuse drm loop efi_pstore configfs dm_mod efivarfs qemu_fw_cfg virtio_rng ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic sr_mod cdrom ahci xhci_pci libahci xhci_hcd crct10dif_pclmul crct10dif_common ixgbe libata virtio_blk crc32_pclmul virtio_net net_failover failover xfrm_algo crc32c_intel dca mdio_devres psmouse i2c_i801 i2c_smbus lpc_ich scsi_mod libphy scsi_common mdio
[ 115.945536] usbcore virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev virtio virtio_ring usb_common
[ 115.945614] CR2: 00000000000000d8
[ 115.945622] ---[ end trace 0000000000000000 ]---
The following lines are also logged but it's not clear what they are associated with.
[ 116.481042] RIP: 0010:amdgpu_device_baco_exit+0x84/0xb0 [amdgpu]
[ 116.481545] Code: 00 48 8b 80 80 00 00 00 48 85 c0 74 0d be 01 00 00 00 4c 89 e7 e8 1c fe dc c2 f6 83 f0 84 01 00 08 74 1b 48 8b 83 28 90 00 00 <48> 8b 80 d8 00 00 00 48 85 c0 74 08 4c 89 e7 e8 f8 fd dc c2 5b 89
[ 116.481549] RSP: 0018:ffffba5ec12c3980 EFLAGS: 00010202
[ 116.481553] RAX: 0000000000000000 RBX: ffffa053c4be0010 RCX: 0000000000000000
[ 116.481555] RDX: 0000000000000000 RSI: 0000000000006985 RDI: ffffa053c4be7dd8
[ 116.481557] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 116.481559] R10: 0000000000000001 R11: 0000000000000001 R12: ffffa053c4be0000
[ 116.481561] R13: 0000000000000000 R14: 0000000000000000 R15: ffffa053d90a1980
[ 116.481563] FS: 00007fd5f34e7b80(0000) GS:ffffa0572fd00000(0000) knlGS:0000000000000000
[ 116.481565] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 116.481567] CR2: 00000000000000d8 CR3: 0000000105106002 CR4: 00000000001706e0
After these lines are logged, any further attempt to access the VGA devices (including lspci) hangs immediately. When attempting to shut down the VM, an additional kernel BUG is logged and the shutdown process hangs.
[ 59.101466] BUG: kernel NULL pointer dereference, address: 00000000000000d8
[ 59.104527] #PF: supervisor read access in kernel mode
[ 59.106692] #PF: error_code(0x0000) - not-present page
[ 59.108869] PGD 0 P4D 0
[ 59.109995] Oops: 0000 [#1] PREEMPT SMP PTI
[ 59.111781] CPU: 1 PID: 1 Comm: systemd-shutdow Tainted: G W 6.1.0-23-amd64 #1 Debian 6.1.99-1
[ 59.116018] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-stable202402-prebuilt.qemu.org 02/14/2024
[ 59.120371] RIP: 0010:amdgpu_device_baco_exit+0x84/0xb0 [amdgpu]
[ 59.124791] Code: 00 48 8b 80 80 00 00 00 48 85 c0 74 0d be 01 00 00 00 4c 89 e7 e8 1c be f7 ed f6 83 f0 84 01 00 08 74 1b 48 8b 83 28 90 00 00 <48> 8b 80 d8 00 00 00 48 85 c0 74 08 4c 89 e7 e8 f8 bd f7 ed 5b 89
[ 59.132617] RSP: 0018:ffffa43b0001bb58 EFLAGS: 00010202
[ 59.134834] RAX: 0000000000000000 RBX: ffff982703a40010 RCX: 0000000000000000
[ 59.137909] RDX: 0000000000000000 RSI: 0000000000006985 RDI: ffff982703a47dd8
[ 59.140840] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 59.143495] R10: 0000000000000001 R11: 0000000000000001 R12: ffff982703a40000
[ 59.146217] R13: 0000000000000000 R14: 0000000000000000 R15: ffff982700221980
[ 59.148907] FS: 00007ff52a533440(0000) GS:ffff982a6fd00000(0000) knlGS:0000000000000000
[ 59.151646] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 59.153413] CR2: 00000000000000d8 CR3: 000000010382c006 CR4: 00000000001706e0
[ 59.155458] Call Trace:
[ 59.156231] <TASK>
[ 59.156876] ? __die_body.cold+0x1a/0x1f
[ 59.158045] ? page_fault_oops+0xd2/0x2b0
[ 59.159210] ? search_module_extables+0x15/0x60
[ 59.160520] ? search_bpf_extables+0x5b/0x80
[ 59.161672] ? exc_page_fault+0x70/0x170
[ 59.162745] ? asm_exc_page_fault+0x22/0x30
[ 59.163861] ? amdgpu_device_baco_exit+0x84/0xb0 [amdgpu]
[ 59.165487] ? amdgpu_device_baco_exit+0x3f/0xb0 [amdgpu]
[ 59.167118] ? pci_pm_restore_noirq+0xc0/0xc0
[ 59.168141] amdgpu_pmops_runtime_resume+0xcc/0xf0 [amdgpu]
[ 59.169669] ? pci_pm_restore_noirq+0xc0/0xc0
[ 59.170663] __rpm_callback+0x44/0x170
[ 59.171508] ? pci_pm_restore_noirq+0xc0/0xc0
[ 59.172452] rpm_callback+0x5d/0x70
[ 59.173215] ? pci_pm_restore_noirq+0xc0/0xc0
[ 59.174143] rpm_resume+0x5e2/0x830
[ 59.174859] ? pci_disable_device+0xaf/0xc0
[ 59.175715] __pm_runtime_resume+0x47/0x80
[ 59.176545] pci_device_shutdown+0x1e/0x60
[ 59.177369] device_shutdown+0x159/0x1b0
[ 59.178138] kernel_restart+0x36/0x60
[ 59.178867] __do_sys_reboot+0x1ab/0x230
[ 59.179609] do_syscall_64+0x55/0xb0
[ 59.180023] ? handle_mm_fault+0xdb/0x2d0
[ 59.180455] ? do_user_addr_fault+0x1b0/0x550
[ 59.180916] ? exit_to_user_mode_prepare+0x40/0x1e0
[ 59.181425] entry_SYSCALL_64_after_hwframe+0x6e/0xd8
[ 59.181956] RIP: 0033:0x7ff52a11dc93
[ 59.182335] Code: 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 89 fa be 69 19 12 28 bf ad de e1 fe b8 a9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 05 c3 0f 1f 40 00 48 8b 15 39 31 0d 00 f7 d8
[ 59.184231] RSP: 002b:00007ffe07e3d368 EFLAGS: 00000202 ORIG_RAX: 00000000000000a9
[ 59.185013] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007ff52a11dc93
[ 59.185748] RDX: 0000000001234567 RSI: 0000000028121969 RDI: 00000000fee1dead
[ 59.186478] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000069
[ 59.187219] R10: 00007ffe07e3c627 R11: 0000000000000202 R12: 0000000001234567
[ 59.187952] R13: 00007ffe07e3d728 R14: 0000000000000000 R15: 0000000000000000
[ 59.188681] </TASK>
[ 59.188918] Modules linked in: intel_rapl_msr intel_rapl_common ghash_clmulni_intel sunrpc binfmt_misc sha512_ssse3 sha512_generic nls_ascii nls_cp437 sha256_ssse3 vfat fat sha1_ssse3 amdgpu snd_hda_codec_hdmi gpu_sched drm_buddy video snd_hda_intel snd_intel_dspcfg wmi snd_intel_sdw_acpi drm_display_helper snd_hda_codec aesni_intel cec rc_core crypto_simd drm_ttm_helper snd_hda_core ttm cryptd iTCO_wdt intel_pmc_bxt snd_hwdep rapl iTCO_vendor_support drm_kms_helper snd_pcm snd_timer pcspkr watchdog snd i2c_algo_bit soundcore virtiofs virtio_balloon virtio_console button evdev joydev serio_raw sg drm dm_mod fuse configfs loop efi_pstore efivarfs qemu_fw_cfg virtio_rng ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic sr_mod cdrom ahci libahci crct10dif_pclmul crct10dif_common libata crc32_pclmul ixgbe virtio_net net_failover failover crc32c_intel virtio_blk psmouse scsi_mod scsi_common i2c_i801 lpc_ich i2c_smbus xfrm_algo dca xhci_pci mdio_devres libphy xhci_hcd mdio
[ 59.189069] usbcore virtio_pci usb_common virtio_pci_legacy_dev virtio_pci_modern_dev virtio virtio_ring
[ 59.198789] CR2: 00000000000000d8
[ 59.199174] ---[ end trace 0000000000000000 ]---
[ 59.656722] RIP: 0010:amdgpu_device_baco_exit+0x84/0xb0 [amdgpu]
[ 59.657978] Code: 00 48 8b 80 80 00 00 00 48 85 c0 74 0d be 01 00 00 00 4c 89 e7 e8 1c be f7 ed f6 83 f0 84 01 00 08 74 1b 48 8b 83 28 90 00 00 <48> 8b 80 d8 00 00 00 48 85 c0 74 08 4c 89 e7 e8 f8 bd f7 ed 5b 89
[ 59.659734] RSP: 0018:ffffa43b0001bb58 EFLAGS: 00010202
[ 59.660907] RAX: 0000000000000000 RBX: ffff982703a40010 RCX: 0000000000000000
[ 59.661580] RDX: 0000000000000000 RSI: 0000000000006985 RDI: ffff982703a47dd8
[ 59.662268] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 59.662938] R10: 0000000000000001 R11: 0000000000000001 R12: ffff982703a40000
[ 59.663705] R13: 0000000000000000 R14: 0000000000000000 R15: ffff982700221980
[ 59.664404] FS: 00007ff52a533440(0000) GS:ffff982a6fd00000(0000) knlGS:0000000000000000
[ 59.665149] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 59.665703] CR2: 00000000000000d8 CR3: 000000010382c006 CR4: 00000000001706e0
[ 59.666603] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009
[ 59.667482] Kernel Offset: 0x2ce00000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
[ 60.133733] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009 ]---
Hardware description:
- CPU: Intel Core Process (Haswell, no TSX, IBRS)
- GPU: 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Lexa XT [Radeon PRO WX 3100]
- System Memory: 16GiB (12GiB allocated by virt-manager)
- Display(s): NONE
- Type of Display Connection: Not Applicable
System information:
- Distro name and Version: Debian GNU/Linux 12
- Kernel version: Linux Callisto 6.1.0-23-amd64 #1 (closed) SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) x86_64 GNU/Linux
- Custom kernel: N/A
- AMD official driver version: amdgpu 3.49.0 20150101
How to reproduce the issue:
Executing the command sudo /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128
is sufficient to trigger the kernel BUG. Shutting down the VM is sufficient to trigger the kernel BUG. Running lspci is sufficient to hang that program, but it does not crash the kernel.
Attached files:
Log files (for system lockups / game freezes / crashes)
[ 0.000000] Linux version 6.1.0-23-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-23-amd64 root=UUID=9c281f06-b091-4033-acc7-d6ede4319932 ro console=ttyS0,115200,n8 quiet
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000002ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000030000-0x000000000004ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000050000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007e8e0fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007e8e1000-0x000000007e9e0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007e9e1000-0x000000007eae0fff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000007eae1000-0x000000007eb60fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007eb61000-0x000000007eb7efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007eb7f000-0x000000007ebfefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007ebff000-0x000000007effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.70 by EDK II
[ 0.000000] efi: SMBIOS=0x7e9c9000 ACPI=0x7eb7e000 ACPI 2.0=0x7eb7e014 MEMATTR=0x7cf2e018
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-stable202402-prebuilt.qemu.org 02/14/2024
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000001] kvm-clock: using sched offset of 26131105773 cycles
[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000005] tsc: Detected 3299.998 MHz processor
[ 0.000079] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000081] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000086] last_pfn = 0x480000 max_arch_pfn = 0x400000000
[ 0.000117] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000123] last_pfn = 0x7f000 max_arch_pfn = 0x400000000
[ 0.016792] RAMDISK: [mem 0x34517000-0x36282fff]
[ 0.016799] ACPI: Early table checksum verification disabled
[ 0.016803] ACPI: RSDP 0x000000007EB7E014 000024 (v02 BOCHS )
[ 0.016808] ACPI: XSDT 0x000000007EB7D0E8 00004C (v01 BOCHS BXPC 00000001 01000013)
[ 0.016813] ACPI: FACP 0x000000007EB79000 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.016822] ACPI: DSDT 0x000000007EB7A000 00201B (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.016827] ACPI: FACS 0x000000007EBDD000 000040
[ 0.016830] ACPI: APIC 0x000000007EB78000 000080 (v03 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.016834] ACPI: MCFG 0x000000007EB77000 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.016837] ACPI: WAET 0x000000007EB76000 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.016841] ACPI: VFCT 0x000000007EB67000 00E684 (v01 BOCHS BXPC 00000001 AMD 31504F47)
[ 0.016843] ACPI: Reserving FACP table memory at [mem 0x7eb79000-0x7eb790f3]
[ 0.016845] ACPI: Reserving DSDT table memory at [mem 0x7eb7a000-0x7eb7c01a]
[ 0.016846] ACPI: Reserving FACS table memory at [mem 0x7ebdd000-0x7ebdd03f]
[ 0.016846] ACPI: Reserving APIC table memory at [mem 0x7eb78000-0x7eb7807f]
[ 0.016847] ACPI: Reserving MCFG table memory at [mem 0x7eb77000-0x7eb7703b]
[ 0.016848] ACPI: Reserving WAET table memory at [mem 0x7eb76000-0x7eb76027]
[ 0.016848] ACPI: Reserving VFCT table memory at [mem 0x7eb67000-0x7eb75683]
[ 0.017122] No NUMA configuration found
[ 0.017123] Faking a node at [mem 0x0000000000000000-0x000000047fffffff]
[ 0.017131] NODE_DATA(0) allocated [mem 0x47ffc8000-0x47fff2fff]
[ 0.017453] Zone ranges:
[ 0.017454] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.017456] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.017457] Normal [mem 0x0000000100000000-0x000000047fffffff]
[ 0.017458] Device empty
[ 0.017459] Movable zone start for each node
[ 0.017461] Early memory node ranges
[ 0.017462] node 0: [mem 0x0000000000001000-0x000000000002ffff]
[ 0.017463] node 0: [mem 0x0000000000050000-0x000000000009efff]
[ 0.017464] node 0: [mem 0x0000000000100000-0x000000007e8e0fff]
[ 0.017465] node 0: [mem 0x000000007ebff000-0x000000007effffff]
[ 0.017465] node 0: [mem 0x0000000100000000-0x000000047fffffff]
[ 0.017468] Initmem setup node 0 [mem 0x0000000000001000-0x000000047fffffff]
[ 0.017474] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.017478] On node 0, zone DMA: 32 pages in unavailable ranges
[ 0.017595] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.030443] On node 0, zone DMA32: 798 pages in unavailable ranges
[ 0.031413] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.032854] ACPI: PM-Timer IO Port: 0x608
[ 0.032868] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.032900] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.032903] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.032905] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.032906] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.032907] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.032908] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.032913] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.032914] TSC deadline timer available
[ 0.032920] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.032948] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.032950] PM: hibernation: Registered nosave memory: [mem 0x00030000-0x0004ffff]
[ 0.032951] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.032952] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.032953] PM: hibernation: Registered nosave memory: [mem 0x7e8e1000-0x7e9e0fff]
[ 0.032953] PM: hibernation: Registered nosave memory: [mem 0x7e9e1000-0x7eae0fff]
[ 0.032954] PM: hibernation: Registered nosave memory: [mem 0x7eae1000-0x7eb60fff]
[ 0.032955] PM: hibernation: Registered nosave memory: [mem 0x7eb61000-0x7eb7efff]
[ 0.032955] PM: hibernation: Registered nosave memory: [mem 0x7eb7f000-0x7ebfefff]
[ 0.032956] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
[ 0.032957] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[ 0.032958] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.032958] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfeffbfff]
[ 0.032959] PM: hibernation: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[ 0.032959] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.032961] [mem 0x80000000-0xdfffffff] available for PCI devices
[ 0.032963] Booting paravirtualized kernel on KVM
[ 0.032965] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.036676] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.037476] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u1048576
[ 0.037482] pcpu-alloc: s212992 r8192 d28672 u1048576 alloc=1*2097152
[ 0.037485] pcpu-alloc: [0] 0 1
[ 0.037511] kvm-guest: PV spinlocks disabled, no host support
[ 0.037514] Fallback order for Node 0: 0
[ 0.037516] Built 1 zonelists, mobility grouping on. Total pages: 4121677
[ 0.037517] Policy zone: Normal
[ 0.037518] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-23-amd64 root=UUID=9c281f06-b091-4033-acc7-d6ede4319932 ro console=ttyS0,115200,n8 quiet
[ 0.037574] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.1.0-23-amd64", will be passed to user space.
[ 0.037589] random: crng init done
[ 0.043475] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.046564] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.046628] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.046635] software IO TLB: area num 2.
[ 0.089728] Memory: 2066712K/16757120K available (14342K kernel code, 2332K rwdata, 9068K rodata, 2796K init, 17404K bss, 482752K reserved, 0K cma-reserved)
[ 0.089866] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.089883] Kernel/User page tables isolation: enabled
[ 0.089928] ftrace: allocating 40236 entries in 158 pages
[ 0.096017] ftrace: allocated 158 pages with 5 groups
[ 0.096646] Dynamic Preempt: voluntary
[ 0.096669] rcu: Preemptible hierarchical RCU implementation.
[ 0.096670] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[ 0.096671] Trampoline variant of Tasks RCU enabled.
[ 0.096671] Rude variant of Tasks RCU enabled.
[ 0.096671] Tracing variant of Tasks RCU enabled.
[ 0.096672] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.096673] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.100122] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[ 0.100297] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.100334] Console: colour dummy device 80x25
[ 0.100393] printk: console [ttyS0] enabled
[ 0.100406] ACPI: Core revision 20220331
[ 0.100495] APIC: Switch to symmetric I/O mode setup
[ 0.100744] x2apic enabled
[ 0.100961] Switched APIC routing to physical x2apic.
[ 0.101826] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f914aa96b9, max_idle_ns: 440795356591 ns
[ 0.101831] Calibrating delay loop (skipped) preset value.. 6599.99 BogoMIPS (lpj=13199992)
[ 0.101937] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.101939] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.101942] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.101943] Spectre V2 : Mitigation: Retpolines
[ 0.101944] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.101945] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.101945] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.101946] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.101947] Speculative Store Bypass: Vulnerable
[ 0.101948] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.101949] MMIO Stale Data: Unknown: No mitigations
[ 0.101950] SRBDS: Unknown: Dependent on hypervisor status
[ 0.101958] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.101959] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.101960] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.101961] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.101962] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.105829] Freeing SMP alternatives memory: 36K
[ 0.105829] pid_max: default: 32768 minimum: 301
[ 0.105829] LSM: Security Framework initializing
[ 0.105829] landlock: Up and running.
[ 0.105829] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.105829] AppArmor: AppArmor initialized
[ 0.105829] TOMOYO Linux initialized
[ 0.105829] LSM support for eBPF active
[ 0.105829] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.105829] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.105829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)
[ 0.105829] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.105829] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.105829] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.105829] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.105829] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.105829] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.105829] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[ 0.105829] signal: max sigframe size: 1776
[ 0.105829] rcu: Hierarchical SRCU implementation.
[ 0.105829] rcu: Max phase no-delay instances is 1000.
[ 0.105829] NMI watchdog: Perf NMI watchdog permanently disabled
[ 0.105829] smp: Bringing up secondary CPUs ...
[ 0.105829] x86: Booting SMP configuration:
[ 0.105829] .... node #0, CPUs: #1
[ 0.005526] smpboot: CPU 1 Converting physical 0 to logical die 1
[ 0.105890] smp: Brought up 1 node, 2 CPUs
[ 0.105894] smpboot: Max logical packages: 2
[ 0.105896] smpboot: Total of 2 processors activated (13199.99 BogoMIPS)
[ 0.161876] node 0 deferred pages initialised in 56ms
[ 0.165873] devtmpfs: initialized
[ 0.165961] x86/mm: Memory block size: 128MB
[ 0.167171] ACPI: PM: Registering ACPI NVS region [mem 0x7eb7f000-0x7ebfefff] (524288 bytes)
[ 0.167171] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.167171] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.167171] pinctrl core: initialized pinctrl subsystem
[ 0.167262] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.168117] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.170369] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.171182] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.171205] audit: initializing netlink subsys (disabled)
[ 0.171257] audit: type=2000 audit(1723687589.262:1): state=initialized audit_enabled=0 res=1
[ 0.171257] thermal_sys: Registered thermal governor 'fair_share'
[ 0.171257] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.171257] thermal_sys: Registered thermal governor 'step_wise'
[ 0.171257] thermal_sys: Registered thermal governor 'user_space'
[ 0.171257] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.171257] cpuidle: using governor ladder
[ 0.171257] cpuidle: using governor menu
[ 0.171257] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.171257] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.171257] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.171257] PCI: Using configuration type 1 for base access
[ 0.171257] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.192163] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.192163] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.192629] ACPI: Added _OSI(Module Device)
[ 0.192629] ACPI: Added _OSI(Processor Device)
[ 0.192629] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.192629] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.192629] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.193890] ACPI: Interpreter enabled
[ 0.193890] ACPI: PM: (supports S0 S5)
[ 0.193892] ACPI: Using IOAPIC for interrupt routing
[ 0.193917] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.193918] PCI: Ignoring E820 reservations for host bridge windows
[ 0.193982] ACPI: Enabled 1 GPEs in block 00 to 3F
[ 0.195440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.195453] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.195481] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 0.195515] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability]
[ 0.195749] PCI host bridge to bus 0000:00
[ 0.195752] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.195754] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.195755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.195756] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[ 0.195757] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[ 0.195758] pci_bus 0000:00: root bus resource [mem 0x1000000000-0x17ffffffff window]
[ 0.195760] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.195825] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[ 0.196276] pci 0000:00:01.0: [1b36:000c] type 01 class 0x060400
[ 0.201657] pci 0000:00:01.0: reg 0x10: [mem 0x8168b000-0x8168bfff]
[ 0.210453] pci 0000:00:01.1: [1b36:000c] type 01 class 0x060400
[ 0.219743] pci 0000:00:01.1: reg 0x10: [mem 0x8168a000-0x8168afff]
[ 0.230140] pci 0000:00:01.2: [1b36:000c] type 01 class 0x060400
[ 0.235724] pci 0000:00:01.2: reg 0x10: [mem 0x81689000-0x81689fff]
[ 0.249704] pci 0000:00:01.3: [1b36:000c] type 01 class 0x060400
[ 0.253833] pci 0000:00:01.3: reg 0x10: [mem 0x81688000-0x81688fff]
[ 0.270090] pci 0000:00:01.4: [1b36:000c] type 01 class 0x060400
[ 0.275730] pci 0000:00:01.4: reg 0x10: [mem 0x81687000-0x81687fff]
[ 0.289461] pci 0000:00:01.5: [1b36:000c] type 01 class 0x060400
[ 0.295712] pci 0000:00:01.5: reg 0x10: [mem 0x81686000-0x81686fff]
[ 0.310359] pci 0000:00:01.6: [1b36:000c] type 01 class 0x060400
[ 0.315832] pci 0000:00:01.6: reg 0x10: [mem 0x81685000-0x81685fff]
[ 0.325530] pci 0000:00:01.7: [1b36:000c] type 01 class 0x060400
[ 0.335768] pci 0000:00:01.7: reg 0x10: [mem 0x81684000-0x81684fff]
[ 0.349513] pci 0000:00:02.0: [1b36:000c] type 01 class 0x060400
[ 0.365871] pci 0000:00:02.0: reg 0x10: [mem 0x81683000-0x81683fff]
[ 0.401663] pci 0000:00:02.1: [1b36:000c] type 01 class 0x060400
[ 0.405886] pci 0000:00:02.1: reg 0x10: [mem 0x81682000-0x81682fff]
[ 0.422727] pci 0000:00:02.2: [1b36:000c] type 01 class 0x060400
[ 0.427983] pci 0000:00:02.2: reg 0x10: [mem 0x81681000-0x81681fff]
[ 0.446636] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[ 0.447088] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.447303] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[ 0.465847] pci 0000:00:1f.2: reg 0x20: [io 0x8040-0x805f]
[ 0.471772] pci 0000:00:1f.2: reg 0x24: [mem 0x81680000-0x81680fff]
[ 0.478317] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 0.487826] pci 0000:00:1f.3: reg 0x20: [io 0x8000-0x803f]
[ 0.494162] pci 0000:01:00.0: [1af4:1041] type 00 class 0x020000
[ 0.501657] pci 0000:01:00.0: reg 0x14: [mem 0x81400000-0x81400fff]
[ 0.517835] pci 0000:01:00.0: reg 0x20: [mem 0x1000000000-0x1000003fff 64bit pref]
[ 0.521836] pci 0000:01:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[ 0.522756] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.522786] pci 0000:00:01.0: bridge window [mem 0x81400000-0x815fffff]
[ 0.522812] pci 0000:00:01.0: bridge window [mem 0x1000000000-0x100fffffff 64bit pref]
[ 0.525099] pci 0000:02:00.0: [1b36:000d] type 00 class 0x0c0330
[ 0.526877] pci 0000:02:00.0: reg 0x10: [mem 0x81200000-0x81203fff 64bit]
[ 0.536372] pci 0000:00:01.1: PCI bridge to [bus 02]
[ 0.536402] pci 0000:00:01.1: bridge window [mem 0x81200000-0x813fffff]
[ 0.536428] pci 0000:00:01.1: bridge window [mem 0x1010000000-0x101fffffff 64bit pref]
[ 0.542151] pci 0000:03:00.0: [1af4:1043] type 00 class 0x078000
[ 0.549691] pci 0000:03:00.0: reg 0x14: [mem 0x81000000-0x81000fff]
[ 0.561836] pci 0000:03:00.0: reg 0x20: [mem 0x1020000000-0x1020003fff 64bit pref]
[ 0.568604] pci 0000:00:01.2: PCI bridge to [bus 03]
[ 0.568643] pci 0000:00:01.2: bridge window [mem 0x81000000-0x811fffff]
[ 0.568673] pci 0000:00:01.2: bridge window [mem 0x1020000000-0x102fffffff 64bit pref]
[ 0.570131] pci 0000:04:00.0: [1af4:1042] type 00 class 0x010000
[ 0.577630] pci 0000:04:00.0: reg 0x14: [mem 0x80e00000-0x80e00fff]
[ 0.589575] pci 0000:04:00.0: reg 0x20: [mem 0x1030000000-0x1030003fff 64bit pref]
[ 0.598513] pci 0000:00:01.3: PCI bridge to [bus 04]
[ 0.598543] pci 0000:00:01.3: bridge window [mem 0x80e00000-0x80ffffff]
[ 0.598570] pci 0000:00:01.3: bridge window [mem 0x1030000000-0x103fffffff 64bit pref]
[ 0.600892] pci 0000:05:00.0: [1af4:1045] type 00 class 0x00ff00
[ 0.611745] pci 0000:05:00.0: reg 0x20: [mem 0x1040000000-0x1040003fff 64bit pref]
[ 0.614559] pci 0000:00:01.4: PCI bridge to [bus 05]
[ 0.614587] pci 0000:00:01.4: bridge window [mem 0x80c00000-0x80dfffff]
[ 0.614613] pci 0000:00:01.4: bridge window [mem 0x1040000000-0x104fffffff 64bit pref]
[ 0.618130] pci 0000:06:00.0: [1af4:1044] type 00 class 0x00ff00
[ 0.628553] pci 0000:06:00.0: reg 0x20: [mem 0x1050000000-0x1050003fff 64bit pref]
[ 0.630735] pci 0000:00:01.5: PCI bridge to [bus 06]
[ 0.630763] pci 0000:00:01.5: bridge window [mem 0x80a00000-0x80bfffff]
[ 0.630789] pci 0000:00:01.5: bridge window [mem 0x1050000000-0x105fffffff 64bit pref]
[ 0.633068] pci 0000:07:00.0: [1af4:105a] type 00 class 0x018000
[ 0.643595] pci 0000:07:00.0: reg 0x14: [mem 0x80800000-0x80800fff]
[ 0.657668] pci 0000:07:00.0: reg 0x20: [mem 0x1060000000-0x1060003fff 64bit pref]
[ 0.660681] pci 0000:00:01.6: PCI bridge to [bus 07]
[ 0.660709] pci 0000:00:01.6: bridge window [mem 0x80800000-0x809fffff]
[ 0.660735] pci 0000:00:01.6: bridge window [mem 0x1060000000-0x106fffffff 64bit pref]
[ 0.662097] pci 0000:08:00.0: [1af4:105a] type 00 class 0x018000
[ 0.673570] pci 0000:08:00.0: reg 0x14: [mem 0x80600000-0x80600fff]
[ 0.685836] pci 0000:08:00.0: reg 0x20: [mem 0x1070000000-0x1070003fff 64bit pref]
[ 0.692312] pci 0000:00:01.7: PCI bridge to [bus 08]
[ 0.692341] pci 0000:00:01.7: bridge window [mem 0x80600000-0x807fffff]
[ 0.692367] pci 0000:00:01.7: bridge window [mem 0x1070000000-0x107fffffff 64bit pref]
[ 0.694086] pci 0000:09:00.0: [1002:6985] type 00 class 0x030000
[ 0.709901] pci 0000:09:00.0: reg 0x10: [mem 0x1080000000-0x108fffffff 64bit pref]
[ 0.729868] pci 0000:09:00.0: reg 0x18: [mem 0x1090000000-0x10901fffff 64bit pref]
[ 0.745877] pci 0000:09:00.0: reg 0x20: [io 0x7000-0x70ff]
[ 0.761871] pci 0000:09:00.0: reg 0x24: [mem 0x80400000-0x8043ffff]
[ 0.781891] pci 0000:09:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[ 0.781990] pci 0000:09:00.0: Max Payload Size set to 128 (was 256, max 256)
[ 0.782652] pci 0000:09:00.0: supports D1 D2
[ 0.782654] pci 0000:09:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.783596] pci 0000:00:02.0: PCI bridge to [bus 09]
[ 0.783611] pci 0000:00:02.0: bridge window [io 0x7000-0x7fff]
[ 0.783624] pci 0000:00:02.0: bridge window [mem 0x80400000-0x805fffff]
[ 0.783650] pci 0000:00:02.0: bridge window [mem 0x1080000000-0x10901fffff 64bit pref]
[ 0.786048] pci 0000:0a:00.0: [1002:aae0] type 00 class 0x040300
[ 0.788760] pci 0000:0a:00.0: reg 0x10: [mem 0x80200000-0x80203fff 64bit]
[ 0.801385] pci 0000:0a:00.0: Max Payload Size set to 128 (was 256, max 256)
[ 0.801974] pci 0000:0a:00.0: supports D1 D2
[ 0.802712] pci 0000:00:02.1: PCI bridge to [bus 0a]
[ 0.802745] pci 0000:00:02.1: bridge window [mem 0x80200000-0x803fffff]
[ 0.802771] pci 0000:00:02.1: bridge window [mem 0x10a0000000-0x10afffffff 64bit pref]
[ 0.805153] pci 0000:0b:00.0: [8086:10fb] type 00 class 0x020000
[ 0.812851] pci 0000:0b:00.0: reg 0x10: [mem 0x10b0000000-0x10b007ffff 64bit pref]
[ 0.821869] pci 0000:0b:00.0: reg 0x18: [io 0x6000-0x601f]
[ 0.836918] pci 0000:0b:00.0: reg 0x20: [mem 0x10b0080000-0x10b0083fff 64bit pref]
[ 0.840828] pci 0000:0b:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[ 0.845910] pci 0000:0b:00.0: PME# supported from D0 D3hot
[ 0.846724] pci 0000:00:02.2: PCI bridge to [bus 0b]
[ 0.846740] pci 0000:00:02.2: bridge window [io 0x6000-0x6fff]
[ 0.846753] pci 0000:00:02.2: bridge window [mem 0x80000000-0x801fffff]
[ 0.846778] pci 0000:00:02.2: bridge window [mem 0x10b0000000-0x10bfffffff 64bit pref]
[ 0.874416] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[ 0.874481] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.874535] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.874587] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.874644] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[ 0.874696] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[ 0.874751] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 0.897944] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 0.909875] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[ 0.909890] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[ 0.909896] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[ 0.909903] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[ 0.909909] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[ 0.909916] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[ 0.909922] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[ 0.909927] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[ 0.914032] iommu: Default domain type: Translated
[ 0.914032] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.914040] pps_core: LinuxPPS API ver. 1 registered
[ 0.914043] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.914054] PTP clock support registered
[ 0.914067] EDAC MC: Ver: 3.0.0
[ 0.914585] Registered efivars operations
[ 0.914585] NetLabel: Initializing
[ 0.914585] NetLabel: domain hash size = 128
[ 0.914585] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.914585] NetLabel: unlabeled traffic allowed by default
[ 0.914585] PCI: Using ACPI for IRQ routing
[ 0.964690] PCI: pci_cache_line_size set to 64 bytes
[ 0.965113] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.965120] e820: reserve RAM buffer [mem 0x7e8e1000-0x7fffffff]
[ 0.965121] e820: reserve RAM buffer [mem 0x7f000000-0x7fffffff]
[ 0.965302] pci 0000:09:00.0: vgaarb: setting as boot VGA device
[ 0.965308] pci 0000:09:00.0: vgaarb: bridge control possible
[ 0.965310] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.965314] vgaarb: loaded
[ 0.965833] clocksource: Switched to clocksource kvm-clock
[ 0.981268] VFS: Disk quotas dquot_6.6.0
[ 0.981289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.981473] AppArmor: AppArmor Filesystem Enabled
[ 0.981502] pnp: PnP ACPI init
[ 0.981838] system 00:04: [mem 0xe0000000-0xefffffff window] has been reserved
[ 0.982049] pnp: PnP ACPI: found 5 devices
[ 0.987623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.987698] NET: Registered PF_INET protocol family
[ 0.988487] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.991836] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.991936] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.992317] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.993252] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.993491] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.993840] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.993981] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.994109] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.994176] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.994197] NET: Registered PF_XDP protocol family
[ 0.994206] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[ 0.994211] pci 0000:09:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[ 0.994213] pci 0000:0b:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[ 0.994224] pci 0000:00:01.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.994228] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.994229] pci 0000:00:01.2: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 0.994231] pci 0000:00:01.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.994233] pci 0000:00:01.4: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
[ 0.994238] pci 0000:00:01.5: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
[ 0.994241] pci 0000:00:01.6: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
[ 0.994242] pci 0000:00:01.7: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
[ 0.994244] pci 0000:00:02.1: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000
[ 0.994254] pci 0000:00:01.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.994255] pci 0000:00:01.1: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.994257] pci 0000:00:01.2: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.994258] pci 0000:00:01.3: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.994259] pci 0000:00:01.4: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.994261] pci 0000:00:01.5: BAR 13: assigned [io 0x9000-0x9fff]
[ 0.994262] pci 0000:00:01.6: BAR 13: assigned [io 0xa000-0xafff]
[ 0.994263] pci 0000:00:01.7: BAR 13: assigned [io 0xb000-0xbfff]
[ 0.994265] pci 0000:00:02.1: BAR 13: assigned [io 0xc000-0xcfff]
[ 0.994267] pci 0000:01:00.0: BAR 6: assigned [mem 0x81440000-0x8147ffff pref]
[ 0.994269] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.994293] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff]
[ 0.997615] pci 0000:00:01.0: bridge window [mem 0x81400000-0x815fffff]
[ 0.999655] pci 0000:00:01.0: bridge window [mem 0x1000000000-0x100fffffff 64bit pref]
[ 1.003703] pci 0000:00:01.1: PCI bridge to [bus 02]
[ 1.003715] pci 0000:00:01.1: bridge window [io 0x2000-0x2fff]
[ 1.008068] pci 0000:00:01.1: bridge window [mem 0x81200000-0x813fffff]
[ 1.010257] pci 0000:00:01.1: bridge window [mem 0x1010000000-0x101fffffff 64bit pref]
[ 1.014241] pci 0000:00:01.2: PCI bridge to [bus 03]
[ 1.014254] pci 0000:00:01.2: bridge window [io 0x3000-0x3fff]
[ 1.017360] pci 0000:00:01.2: bridge window [mem 0x81000000-0x811fffff]
[ 1.021001] pci 0000:00:01.2: bridge window [mem 0x1020000000-0x102fffffff 64bit pref]
[ 1.024828] pci 0000:00:01.3: PCI bridge to [bus 04]
[ 1.024840] pci 0000:00:01.3: bridge window [io 0x4000-0x4fff]
[ 1.027734] pci 0000:00:01.3: bridge window [mem 0x80e00000-0x80ffffff]
[ 1.029661] pci 0000:00:01.3: bridge window [mem 0x1030000000-0x103fffffff 64bit pref]
[ 1.033537] pci 0000:00:01.4: PCI bridge to [bus 05]
[ 1.035440] pci 0000:00:01.4: bridge window [io 0x5000-0x5fff]
[ 1.038369] pci 0000:00:01.4: bridge window [mem 0x80c00000-0x80dfffff]
[ 1.040502] pci 0000:00:01.4: bridge window [mem 0x1040000000-0x104fffffff 64bit pref]
[ 1.044407] pci 0000:00:01.5: PCI bridge to [bus 06]
[ 1.044419] pci 0000:00:01.5: bridge window [io 0x9000-0x9fff]
[ 1.049336] pci 0000:00:01.5: bridge window [mem 0x80a00000-0x80bfffff]
[ 1.051262] pci 0000:00:01.5: bridge window [mem 0x1050000000-0x105fffffff 64bit pref]
[ 1.055109] pci 0000:00:01.6: PCI bridge to [bus 07]
[ 1.055120] pci 0000:00:01.6: bridge window [io 0xa000-0xafff]
[ 1.058135] pci 0000:00:01.6: bridge window [mem 0x80800000-0x809fffff]
[ 1.060164] pci 0000:00:01.6: bridge window [mem 0x1060000000-0x106fffffff 64bit pref]
[ 1.065798] pci 0000:00:01.7: PCI bridge to [bus 08]
[ 1.065823] pci 0000:00:01.7: bridge window [io 0xb000-0xbfff]
[ 1.068792] pci 0000:00:01.7: bridge window [mem 0x80600000-0x807fffff]
[ 1.071023] pci 0000:00:01.7: bridge window [mem 0x1070000000-0x107fffffff 64bit pref]
[ 1.077092] pci 0000:09:00.0: BAR 6: assigned [mem 0x80440000-0x8045ffff pref]
[ 1.077103] pci 0000:00:02.0: PCI bridge to [bus 09]
[ 1.077116] pci 0000:00:02.0: bridge window [io 0x7000-0x7fff]
[ 1.080155] pci 0000:00:02.0: bridge window [mem 0x80400000-0x805fffff]
[ 1.085423] pci 0000:00:02.0: bridge window [mem 0x1080000000-0x10901fffff 64bit pref]
[ 1.094774] pci 0000:00:02.1: PCI bridge to [bus 0a]
[ 1.094789] pci 0000:00:02.1: bridge window [io 0xc000-0xcfff]
[ 1.097792] pci 0000:00:02.1: bridge window [mem 0x80200000-0x803fffff]
[ 1.101965] pci 0000:00:02.1: bridge window [mem 0x10a0000000-0x10afffffff 64bit pref]
[ 1.106047] pci 0000:0b:00.0: BAR 6: assigned [mem 0x80000000-0x8007ffff pref]
[ 1.106056] pci 0000:00:02.2: PCI bridge to [bus 0b]
[ 1.106068] pci 0000:00:02.2: bridge window [io 0x6000-0x6fff]
[ 1.109122] pci 0000:00:02.2: bridge window [mem 0x80000000-0x801fffff]
[ 1.113079] pci 0000:00:02.2: bridge window [mem 0x10b0000000-0x10bfffffff 64bit pref]
[ 1.117281] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 1.117287] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 1.117288] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 1.117289] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
[ 1.117291] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfebfffff window]
[ 1.117292] pci_bus 0000:00: resource 9 [mem 0x1000000000-0x17ffffffff window]
[ 1.117296] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
[ 1.117297] pci_bus 0000:01: resource 1 [mem 0x81400000-0x815fffff]
[ 1.117299] pci_bus 0000:01: resource 2 [mem 0x1000000000-0x100fffffff 64bit pref]
[ 1.117304] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 1.117306] pci_bus 0000:02: resource 1 [mem 0x81200000-0x813fffff]
[ 1.117307] pci_bus 0000:02: resource 2 [mem 0x1010000000-0x101fffffff 64bit pref]
[ 1.117312] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
[ 1.117313] pci_bus 0000:03: resource 1 [mem 0x81000000-0x811fffff]
[ 1.117314] pci_bus 0000:03: resource 2 [mem 0x1020000000-0x102fffffff 64bit pref]
[ 1.117320] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
[ 1.117322] pci_bus 0000:04: resource 1 [mem 0x80e00000-0x80ffffff]
[ 1.117323] pci_bus 0000:04: resource 2 [mem 0x1030000000-0x103fffffff 64bit pref]
[ 1.117327] pci_bus 0000:05: resource 0 [io 0x5000-0x5fff]
[ 1.117328] pci_bus 0000:05: resource 1 [mem 0x80c00000-0x80dfffff]
[ 1.117329] pci_bus 0000:05: resource 2 [mem 0x1040000000-0x104fffffff 64bit pref]
[ 1.117334] pci_bus 0000:06: resource 0 [io 0x9000-0x9fff]
[ 1.117335] pci_bus 0000:06: resource 1 [mem 0x80a00000-0x80bfffff]
[ 1.117336] pci_bus 0000:06: resource 2 [mem 0x1050000000-0x105fffffff 64bit pref]
[ 1.117342] pci_bus 0000:07: resource 0 [io 0xa000-0xafff]
[ 1.117343] pci_bus 0000:07: resource 1 [mem 0x80800000-0x809fffff]
[ 1.117344] pci_bus 0000:07: resource 2 [mem 0x1060000000-0x106fffffff 64bit pref]
[ 1.117348] pci_bus 0000:08: resource 0 [io 0xb000-0xbfff]
[ 1.117350] pci_bus 0000:08: resource 1 [mem 0x80600000-0x807fffff]
[ 1.117351] pci_bus 0000:08: resource 2 [mem 0x1070000000-0x107fffffff 64bit pref]
[ 1.117354] pci_bus 0000:09: resource 0 [io 0x7000-0x7fff]
[ 1.117355] pci_bus 0000:09: resource 1 [mem 0x80400000-0x805fffff]
[ 1.117356] pci_bus 0000:09: resource 2 [mem 0x1080000000-0x10901fffff 64bit pref]
[ 1.117360] pci_bus 0000:0a: resource 0 [io 0xc000-0xcfff]
[ 1.117362] pci_bus 0000:0a: resource 1 [mem 0x80200000-0x803fffff]
[ 1.117363] pci_bus 0000:0a: resource 2 [mem 0x10a0000000-0x10afffffff 64bit pref]
[ 1.117366] pci_bus 0000:0b: resource 0 [io 0x6000-0x6fff]
[ 1.117367] pci_bus 0000:0b: resource 1 [mem 0x80000000-0x801fffff]
[ 1.117368] pci_bus 0000:0b: resource 2 [mem 0x10b0000000-0x10bfffffff 64bit pref]
[ 1.117956] ACPI: \_SB_.GSIF: Enabled at IRQ 21
[ 1.119549] PCI: CLS 64 bytes, default 64
[ 1.119675] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.119677] software IO TLB: mapped [mem 0x0000000076f7e000-0x000000007af7e000] (64MB)
[ 1.119826] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f914aa96b9, max_idle_ns: 440795356591 ns
[ 1.120007] Trying to unpack rootfs image as initramfs...
[ 1.120566] Initialise system trusted keyrings
[ 1.120606] Key type blacklist registered
[ 1.120791] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 1.122005] zbud: loaded
[ 1.122325] integrity: Platform Keyring initialized
[ 1.122328] integrity: Machine keyring initialized
[ 1.122331] Key type asymmetric registered
[ 1.122334] Asymmetric key parser 'x509' registered
[ 1.368479] Freeing initrd memory: 30128K
[ 1.373743] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[ 1.373797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.373915] io scheduler mq-deadline registered
[ 1.376198] pcieport 0000:00:01.0: PME: Signaling with IRQ 24
[ 1.376393] pcieport 0000:00:01.0: AER: enabled with IRQ 24
[ 1.376448] pcieport 0000:00:01.0: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.378150] pcieport 0000:00:01.1: PME: Signaling with IRQ 25
[ 1.378360] pcieport 0000:00:01.1: AER: enabled with IRQ 25
[ 1.378405] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.380229] pcieport 0000:00:01.2: PME: Signaling with IRQ 26
[ 1.380433] pcieport 0000:00:01.2: AER: enabled with IRQ 26
[ 1.380479] pcieport 0000:00:01.2: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.382279] pcieport 0000:00:01.3: PME: Signaling with IRQ 27
[ 1.382479] pcieport 0000:00:01.3: AER: enabled with IRQ 27
[ 1.382528] pcieport 0000:00:01.3: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.384604] pcieport 0000:00:01.4: PME: Signaling with IRQ 28
[ 1.384845] pcieport 0000:00:01.4: AER: enabled with IRQ 28
[ 1.384898] pcieport 0000:00:01.4: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.386793] pcieport 0000:00:01.5: PME: Signaling with IRQ 29
[ 1.387024] pcieport 0000:00:01.5: AER: enabled with IRQ 29
[ 1.387073] pcieport 0000:00:01.5: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.388898] pcieport 0000:00:01.6: PME: Signaling with IRQ 30
[ 1.389086] pcieport 0000:00:01.6: AER: enabled with IRQ 30
[ 1.389131] pcieport 0000:00:01.6: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.391030] pcieport 0000:00:01.7: PME: Signaling with IRQ 31
[ 1.391218] pcieport 0000:00:01.7: AER: enabled with IRQ 31
[ 1.391266] pcieport 0000:00:01.7: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.391773] ACPI: \_SB_.GSIG: Enabled at IRQ 22
[ 1.393064] pcieport 0000:00:02.0: PME: Signaling with IRQ 32
[ 1.393290] pcieport 0000:00:02.0: AER: enabled with IRQ 32
[ 1.393336] pcieport 0000:00:02.0: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.395170] pcieport 0000:00:02.1: PME: Signaling with IRQ 33
[ 1.395364] pcieport 0000:00:02.1: AER: enabled with IRQ 33
[ 1.395409] pcieport 0000:00:02.1: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.398853] pcieport 0000:00:02.2: PME: Signaling with IRQ 34
[ 1.399036] pcieport 0000:00:02.2: AER: enabled with IRQ 34
[ 1.399082] pcieport 0000:00:02.2: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[ 1.399559] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.399943] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.400278] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.400655] Linux agpgart interface v0.103
[ 1.400752] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 1.401028] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 1.401681] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.401689] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.401791] mousedev: PS/2 mouse device common for all mice
[ 1.402010] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.402102] rtc_cmos 00:03: RTC can wake from S4
[ 1.402578] rtc_cmos 00:03: registered as rtc0
[ 1.402632] rtc_cmos 00:03: setting system clock to 2024-08-15T02:06:30 UTC (1723687590)
[ 1.402694] rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram
[ 1.402705] intel_pstate: CPU model not supported
[ 1.402750] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.413066] NET: Registered PF_INET6 protocol family
[ 1.417005] Segment Routing with IPv6
[ 1.417017] In-situ OAM (IOAM) with IPv6
[ 1.417038] mip6: Mobile IPv6
[ 1.417046] NET: Registered PF_PACKET protocol family
[ 1.417072] mpls_gso: MPLS GSO support
[ 1.417246] IPI shorthand broadcast: enabled
[ 1.417278] sched_clock: Marking stable (1415646278, 1526988)->(1474475904, -57302638)
[ 1.417496] registered taskstats version 1
[ 1.417508] Loading compiled-in X.509 certificates
[ 1.432131] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[ 1.432146] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[ 1.432350] zswap: loaded using pool lzo/zbud
[ 1.432496] Key type .fscrypt registered
[ 1.432497] Key type fscrypt-provisioning registered
[ 1.435989] Key type encrypted registered
[ 1.435996] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.443663] ima: No TPM chip found, activating TPM-bypass!
[ 1.443722] ima: Allocated hash algorithm: sha256
[ 1.443754] ima: No architecture policies found
[ 1.443851] evm: Initialising EVM extended attributes:
[ 1.443854] evm: security.selinux
[ 1.443857] evm: security.SMACK64 (disabled)
[ 1.443858] evm: security.SMACK64EXEC (disabled)
[ 1.443858] evm: security.SMACK64TRANSMUTE (disabled)
[ 1.443859] evm: security.SMACK64MMAP (disabled)
[ 1.443859] evm: security.apparmor
[ 1.443860] evm: security.ima
[ 1.443860] evm: security.capability
[ 1.443862] evm: HMAC attrs: 0x1
[ 1.521551] clk: Disabling unused clocks
[ 1.523400] Freeing unused decrypted memory: 2036K
[ 1.524447] Freeing unused kernel image (initmem) memory: 2796K
[ 1.524495] Write protecting the kernel read-only data: 26624k
[ 1.525377] Freeing unused kernel image (text/rodata gap) memory: 2040K
[ 1.525876] Freeing unused kernel image (rodata/data gap) memory: 1172K
[ 1.563494] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.563505] x86/mm: Checking user space page tables
[ 1.599801] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.599828] Run /init as init process
[ 1.599835] with arguments:
[ 1.599837] /init
[ 1.599838] with environment:
[ 1.599838] HOME=/
[ 1.599839] TERM=linux
[ 1.599839] BOOT_IMAGE=/boot/vmlinuz-6.1.0-23-amd64
[ 1.711252] ACPI: bus type USB registered
[ 1.711270] usbcore: registered new interface driver usbfs
[ 1.711275] usbcore: registered new interface driver hub
[ 1.711283] usbcore: registered new device driver usb
[ 1.715635] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized
[ 1.716164] ACPI: \_SB_.GSIA: Enabled at IRQ 16
[ 1.716221] i801_smbus 0000:00:1f.3: Enabling SMBus device
[ 1.716292] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 1.716359] i2c i2c-0: 1/1 memory slots populated (from DMI)
[ 1.716360] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating SPD
[ 1.726841] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 1.726849] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[ 1.727126] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x0000000000000010
[ 1.727781] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 1.727784] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[ 1.727786] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed
[ 1.727843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 1.727846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.727848] usb usb1: Product: xHCI Host Controller
[ 1.727848] usb usb1: Manufacturer: Linux 6.1.0-23-amd64 xhci-hcd
[ 1.727851] usb usb1: SerialNumber: 0000:02:00.0
[ 1.732741] hub 1-0:1.0: USB hub found
[ 1.732898] hub 1-0:1.0: 15 ports detected
[ 1.733482] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.733496] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 1.733498] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.733499] usb usb2: Product: xHCI Host Controller
[ 1.733500] usb usb2: Manufacturer: Linux 6.1.0-23-amd64 xhci-hcd
[ 1.733501] usb usb2: SerialNumber: 0000:02:00.0
[ 1.734545] hub 2-0:1.0: USB hub found
[ 1.734675] hub 2-0:1.0: 15 ports detected
[ 1.738293] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[ 1.738674] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2
[ 1.739095] SCSI subsystem initialized
[ 1.760814] libata version 3.00 loaded.
[ 1.761216] dca service started, version 1.12.1
[ 1.762404] virtio_blk virtio2: 2/0/0 default/read/poll queues
[ 1.763269] virtio_blk virtio2: [vda] 134217728 512-byte logical blocks (68.7 GB/64.0 GiB)
[ 1.767478] vda: vda1 vda2 < vda5 vda6 vda7 >
[ 1.771470] ahci 0000:00:1f.2: version 3.0
[ 1.773365] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[ 1.773368] ahci 0000:00:1f.2: flags: 64bit ncq only
[ 1.787106] scsi host0: ahci
[ 1.787756] scsi host1: ahci
[ 1.789809] scsi host2: ahci
[ 1.796165] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[ 1.796167] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 1.796536] scsi host3: ahci
[ 1.796764] scsi host4: ahci
[ 1.796844] scsi host5: ahci
[ 1.796909] ata1: SATA max UDMA/133 abar m4096@0x81680000 port 0x81680100 irq 41
[ 1.796916] ata2: SATA max UDMA/133 abar m4096@0x81680000 port 0x81680180 irq 41
[ 1.796922] ata3: SATA max UDMA/133 abar m4096@0x81680000 port 0x81680200 irq 41
[ 1.796927] ata4: SATA max UDMA/133 abar m4096@0x81680000 port 0x81680280 irq 41
[ 1.796932] ata5: SATA max UDMA/133 abar m4096@0x81680000 port 0x81680300 irq 41
[ 1.796936] ata6: SATA max UDMA/133 abar m4096@0x81680000 port 0x81680380 irq 41
[ 1.813589] virtio_net virtio0 enp1s0: renamed from eth0
[ 2.114750] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.115356] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.115986] ata6: SATA link down (SStatus 0 SControl 300)
[ 2.116144] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[ 2.116157] ata1.00: applying bridge limits
[ 2.116685] ata2: SATA link down (SStatus 0 SControl 300)
[ 2.117183] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.117753] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.118189] ata1.00: configured for UDMA/100
[ 2.119280] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5
[ 2.230480] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[ 2.230493] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.275505] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 2.992373] ixgbe 0000:0b:00.0: Multiqueue Enabled: Rx Queue count = 2, Tx Queue count = 2 XDP Queue count = 0
[ 2.992913] ixgbe 0000:0b:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[ 2.993255] ixgbe 0000:0b:00.0: MAC: 2, PHY: 1, PBA No: G30771-004
[ 2.993261] ixgbe 0000:0b:00.0: 90:e2:ba:4a:48:6a
[ 3.003630] ixgbe 0000:0b:00.0: Intel(R) 10 Gigabit Network Connection
[ 3.021820] ixgbe 0000:0b:00.0 enp11s0: renamed from eth0
[ 3.103819] PM: Image not found (code -22)
[ 3.232350] EXT4-fs (vda1): mounted filesystem with ordered data mode. Quota mode: none.
[ 3.267772] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 3.295703] systemd[1]: Inserted module 'autofs4'
[ 3.389263] systemd[1]: systemd 252.26-1~deb12u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 3.389272] systemd[1]: Detected virtualization kvm.
[ 3.389283] systemd[1]: Detected architecture x86-64.
[ 3.390288] systemd[1]: Hostname set to <Callisto>.
[ 3.518544] systemd[1]: Queued start job for default target graphical.target.
[ 3.538716] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 3.539101] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 3.539398] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 3.539690] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 3.539942] systemd[1]: Created slice user.slice - User and Session Slice.
[ 3.540024] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 3.540073] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 3.540278] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 3.540299] systemd[1]: Expecting device dev-disk-by\x2duuid-66AC\x2d4EE9.device - /dev/disk/by-uuid/66AC-4EE9...
[ 3.540307] systemd[1]: Expecting device dev-disk-by\x2duuid-6ef00e68\x2dbdef\x2d4a18\x2d86dc\x2d8cb392c80494.device - /dev/disk/by-uuid/6ef00e68-bdef-4a18-86dc-8cb392c80494...
[ 3.540314] systemd[1]: Expecting device dev-disk-by\x2duuid-aa591cd2\x2d9a29\x2d4bcf\x2dac44\x2d35f273abcda9.device - /dev/disk/by-uuid/aa591cd2-9a29-4bcf-ac44-35f273abcda9...
[ 3.540321] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0...
[ 3.540351] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 3.540366] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 3.540387] systemd[1]: Reached target paths.target - Path Units.
[ 3.540411] systemd[1]: Reached target slices.target - Slice Units.
[ 3.540432] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 3.543600] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[ 3.543757] systemd[1]: Listening on syslog.socket - Syslog Socket.
[ 3.543873] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 3.543955] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 3.544269] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 3.544377] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 3.544504] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 3.544889] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 3.544987] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 3.545807] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 3.546831] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 3.547744] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 3.548693] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 3.548774] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 3.549868] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 3.550878] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 3.551794] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 3.552744] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 3.553780] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 3.554715] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 3.555586] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 3.556937] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 3.557064] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 3.561733] pstore: Using crash dump compression: deflate
[ 3.575017] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 3.593662] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 3.613574] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 3.618080] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 3.621483] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 3.621672] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 3.621790] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 3.621890] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 3.622208] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 3.626925] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 3.627444] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 3.633300] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 3.643192] fuse: init (API version 7.37)
[ 3.643559] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 3.643616] device-mapper: uevent: version 1.0.3
[ 3.644646] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 3.645773] loop: module loaded
[ 3.664102] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 3.681907] EXT4-fs (vda1): re-mounted. Quota mode: none.
[ 3.683029] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 3.693498] ACPI: bus type drm_connector registered
[ 3.725998] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 3.726442] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 3.736859] pstore: Registered efi as persistent store backend
[ 3.746384] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 3.753665] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 3.754201] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 3.754389] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 3.754642] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 3.754805] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 3.755085] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 3.755272] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 3.755591] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 3.755817] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 3.756053] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[ 3.785668] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 3.785754] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 3.786856] systemd[1]: Starting systemd-pstore.service - Platform Persistent Storage Archival...
[ 3.787795] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[ 3.787904] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 3.788903] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[ 3.790201] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 3.819177] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[ 3.820203] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 3.822302] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
[ 3.822426] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 3.837586] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[ 3.850765] systemd[1]: Started systemd-journald.service - Journal Service.
[ 4.007880] systemd-journald[258]: Received client request to flush runtime journal.
[ 4.123033] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 4.191130] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 4.199915] Adding 3143676k swap on /dev/vda5. Priority:-2 extents:1 across:3143676k FS
[ 4.209423] ACPI: button: Power Button [PWRF]
[ 4.261352] virtiofs virtio5: virtio_fs_setup_dax: No cache capability
[ 4.300162] virtiofs virtio6: virtio_fs_setup_dax: No cache capability
[ 4.309796] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 4.322056] iTCO_vendor_support: vendor-support=0
[ 4.324480] iTCO_wdt iTCO_wdt.1.auto: Found a ICH9 TCO device (Version=2, TCOBASE=0x0660)
[ 4.328734] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 4.366621] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[ 4.402274] cryptd: max_cpu_qlen set to 1000
[ 4.415218] AVX2 version of gcm_enc/dec engaged.
[ 4.415280] AES CTR mode by8 optimization enabled
[ 4.466181] ACPI: \_SB_.GSIH: Enabled at IRQ 23
[ 4.466227] snd_hda_intel 0000:0a:00.0: Force to non-snoop mode
[ 4.504722] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.1/0000:0a:00.0/sound/card0/input6
[ 4.504810] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.1/0000:0a:00.0/sound/card0/input7
[ 4.504840] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.1/0000:0a:00.0/sound/card0/input8
[ 4.504940] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.1/0000:0a:00.0/sound/card0/input9
[ 4.504983] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:02.1/0000:0a:00.0/sound/card0/input10
[ 4.759753] EXT4-fs (vda6): mounted filesystem with ordered data mode. Quota mode: none.
[ 5.825965] [drm] amdgpu kernel modesetting enabled.
[ 5.826041] amdgpu: CRAT table not found
[ 5.826046] amdgpu: Virtual CRAT table created for CPU
[ 5.826056] amdgpu: Topology: Add CPU node
[ 5.826997] [drm] initializing kernel modesetting (POLARIS12 0x1002:0x6985 0x1028:0x0B0C 0x00).
[ 5.827009] [drm] register mmio base: 0x80400000
[ 5.827010] [drm] register mmio size: 262144
[ 5.827073] [drm] add ip block number 0 <vi_common>
[ 5.827075] [drm] add ip block number 1 <gmc_v8_0>
[ 5.827076] [drm] add ip block number 2 <tonga_ih>
[ 5.827079] [drm] add ip block number 3 <gfx_v8_0>
[ 5.827080] [drm] add ip block number 4 <sdma_v3_0>
[ 5.827081] [drm] add ip block number 5 <powerplay>
[ 5.827082] [drm] add ip block number 6 <dm>
[ 5.827083] [drm] add ip block number 7 <uvd_v6_0>
[ 5.827083] [drm] add ip block number 8 <vce_v3_0>
[ 5.827125] amdgpu 0000:09:00.0: amdgpu: Fetched VBIOS from VFCT
[ 5.827128] amdgpu: ATOM BIOS: 113-D0910700-101
[ 5.827149] [drm] UVD is enabled in VM mode
[ 5.827150] [drm] UVD ENC is enabled in VM mode
[ 5.827151] [drm] VCE enabled in VM mode
[ 5.827155] amdgpu 0000:09:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[ 5.827166] amdgpu 0000:09:00.0: amdgpu: PCIE atomic ops is not supported
[ 5.827222] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[ 5.827798] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_mc.bin
[ 5.941862] amdgpu 0000:09:00.0: BAR 2: releasing [mem 0x1090000000-0x10901fffff 64bit pref]
[ 5.941905] amdgpu 0000:09:00.0: BAR 0: releasing [mem 0x1080000000-0x108fffffff 64bit pref]
[ 5.942087] pcieport 0000:00:02.0: BAR 15: releasing [mem 0x1080000000-0x10901fffff 64bit pref]
[ 5.942106] pcieport 0000:00:02.0: BAR 15: assigned [mem 0x1080000000-0x1097ffffff 64bit pref]
[ 5.942110] amdgpu 0000:09:00.0: BAR 0: assigned [mem 0x1080000000-0x108fffffff 64bit pref]
[ 5.942176] amdgpu 0000:09:00.0: BAR 2: assigned [mem 0x1090000000-0x10901fffff 64bit pref]
[ 5.942239] pcieport 0000:00:02.0: PCI bridge to [bus 09]
[ 5.942249] pcieport 0000:00:02.0: bridge window [io 0x7000-0x7fff]
[ 5.945268] pcieport 0000:00:02.0: bridge window [mem 0x80400000-0x805fffff]
[ 5.947491] pcieport 0000:00:02.0: bridge window [mem 0x1080000000-0x1097ffffff 64bit pref]
[ 5.980110] amdgpu 0000:09:00.0: amdgpu: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used)
[ 5.980126] amdgpu 0000:09:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[ 5.980299] [drm] Detected VRAM RAM=4096M, BAR=256M
[ 5.980304] [drm] RAM width 128bits GDDR5
[ 5.980606] [drm] amdgpu: 4096M of VRAM memory ready
[ 5.980612] [drm] amdgpu: 6633M of GTT memory ready.
[ 5.981165] [drm] GART: num cpu pages 65536, num gpu pages 65536
[ 5.981562] FAT-fs (vda7): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 5.981810] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[ 6.004163] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_pfp_2.bin
[ 6.005175] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_me_2.bin
[ 6.005418] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_ce_2.bin
[ 6.005424] [drm] Chained IB support enabled!
[ 6.005563] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_rlc.bin
[ 6.005869] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_mec_2.bin
[ 6.006363] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_mec2_2.bin
[ 6.008087] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_sdma.bin
[ 6.008275] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_sdma1.bin
[ 6.008310] amdgpu: hwmgr_sw_init smu backed is polaris10_smu
[ 6.008898] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_uvd.bin
[ 6.008905] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[ 6.011193] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_vce.bin
[ 6.011198] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
[ 6.016830] amdgpu 0000:09:00.0: firmware: direct-loading firmware amdgpu/polaris12_smc.bin
[ 6.348471] RPC: Registered named UNIX socket transport module.
[ 6.348475] RPC: Registered udp transport module.
[ 6.348475] RPC: Registered tcp transport module.
[ 6.348476] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 6.356358] audit: type=1400 audit(1723687595.448:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=476 comm="apparmor_parser"
[ 6.356363] audit: type=1400 audit(1723687595.448:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=476 comm="apparmor_parser"
[ 6.358174] audit: type=1400 audit(1723687595.452:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=475 comm="apparmor_parser"
[ 6.373430] audit: type=1400 audit(1723687595.464:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=481 comm="apparmor_parser"
[ 6.373435] audit: type=1400 audit(1723687595.464:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=481 comm="apparmor_parser"
[ 6.373437] audit: type=1400 audit(1723687595.464:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=481 comm="apparmor_parser"
[ 6.385664] audit: type=1400 audit(1723687595.480:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=480 comm="apparmor_parser"
[ 6.385670] audit: type=1400 audit(1723687595.480:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=480 comm="apparmor_parser"
[ 6.385672] audit: type=1400 audit(1723687595.480:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=480 comm="apparmor_parser"
[ 6.385673] audit: type=1400 audit(1723687595.480:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=480 comm="apparmor_parser"
[ 6.559997] [drm] Display Core initialized with v3.2.207!
[ 6.644636] [drm] UVD and UVD ENC initialized successfully.
[ 6.759394] [drm] VCE initialized successfully.
[ 6.770210] kfd kfd: amdgpu: skipped device 1002:6985, PCI rejects atomics 730<0
[ 6.770243] amdgpu 0000:09:00.0: amdgpu: SE 2, SH per SE 1, CU per SH 5, active_cu_number 8
[ 6.793870] amdgpu 0000:09:00.0: amdgpu: Using BACO for runtime pm
[ 6.798439] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:09:00.0 on minor 0
[ 6.804193] amdgpu 0000:09:00.0: [drm] Cannot find any crtc or sizes
[ 12.626098] ------------[ cut here ]------------
[ 12.626102] amdgpu 0000:09:00.0: drm_WARN_ON(!dev->mode_config.poll_enabled)
[ 12.626171] WARNING: CPU: 0 PID: 7 at drivers/gpu/drm/drm_probe_helper.c:838 drm_kms_helper_poll_disable+0x49/0x60 [drm_kms_helper]
[ 12.626214] Modules linked in: intel_rapl_msr intel_rapl_common sunrpc binfmt_misc ghash_clmulni_intel sha512_ssse3 sha512_generic nls_ascii sha256_ssse3 sha1_ssse3 nls_cp437 vfat fat amdgpu snd_hda_codec_hdmi gpu_sched snd_hda_intel drm_buddy snd_intel_dspcfg video wmi snd_intel_sdw_acpi drm_display_helper snd_hda_codec aesni_intel crypto_simd cec snd_hda_core rc_core drm_ttm_helper cryptd snd_hwdep rapl ttm snd_pcm iTCO_wdt intel_pmc_bxt snd_timer iTCO_vendor_support drm_kms_helper pcspkr snd watchdog i2c_algo_bit soundcore virtiofs virtio_balloon virtio_console button joydev evdev serio_raw sg drm loop fuse dm_mod configfs efi_pstore efivarfs qemu_fw_cfg virtio_rng ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic sr_mod cdrom ixgbe virtio_net net_failover ahci libahci virtio_blk xfrm_algo failover crct10dif_pclmul crct10dif_common libata dca mdio_devres crc32_pclmul libphy crc32c_intel scsi_mod psmouse xhci_pci xhci_hcd scsi_common i2c_i801 lpc_ich i2c_smbus mdio
[ 12.626274] usbcore usb_common virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev virtio virtio_ring
[ 12.626279] CPU: 0 PID: 7 Comm: kworker/0:0 Not tainted 6.1.0-23-amd64 #1 Debian 6.1.99-1
[ 12.626283] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-stable202402-prebuilt.qemu.org 02/14/2024
[ 12.626285] Workqueue: pm pm_runtime_work
[ 12.626305] RIP: 0010:drm_kms_helper_poll_disable+0x49/0x60 [drm_kms_helper]
[ 12.626316] Code: 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 40 1a 24 e6 48 c7 c1 40 d7 ab c0 48 89 da 48 c7 c7 3a eb ab c0 48 89 c6 e8 97 cf bf e5 <0f> 0b 5b c3 cc cc cc cc 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40
[ 12.626317] RSP: 0018:ffffb7b94005bd20 EFLAGS: 00010286
[ 12.626319] RAX: 0000000000000000 RBX: ffff9bb140d46880 RCX: 0000000000000027
[ 12.626320] RDX: ffff9bb4afc203a8 RSI: 0000000000000001 RDI: ffff9bb4afc203a0
[ 12.626321] RBP: ffff9bb147de0000 R08: 0000000000000000 R09: ffffb7b94005bb98
[ 12.626321] R10: 0000000000000003 R11: ffffffffa80d4448 R12: ffff9bb147de0010
[ 12.626322] R13: 0000000000000000 R14: 0000000000000000 R15: ffff9bb140db7248
[ 12.626323] FS: 0000000000000000(0000) GS:ffff9bb4afc00000(0000) knlGS:0000000000000000
[ 12.626324] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 12.626325] CR2: 00007ff31c00b720 CR3: 0000000107d86006 CR4: 00000000001706f0
[ 12.626328] Call Trace:
[ 12.626335] <TASK>
[ 12.626337] ? __warn+0x7d/0xc0
[ 12.626349] ? drm_kms_helper_poll_disable+0x49/0x60 [drm_kms_helper]
[ 12.626358] ? report_bug+0xe2/0x150
[ 12.626367] ? handle_bug+0x41/0x70
[ 12.626372] ? exc_invalid_op+0x13/0x60
[ 12.626373] ? asm_exc_invalid_op+0x16/0x20
[ 12.626377] ? drm_kms_helper_poll_disable+0x49/0x60 [drm_kms_helper]
[ 12.626386] amdgpu_device_suspend+0x53/0x150 [amdgpu]
[ 12.626895] amdgpu_pmops_runtime_suspend+0xc8/0x190 [amdgpu]
[ 12.627006] pci_pm_runtime_suspend+0x66/0x1b0
[ 12.627018] ? pci_dev_put+0x20/0x20
[ 12.627020] __rpm_callback+0x44/0x170
[ 12.627026] ? pci_dev_put+0x20/0x20
[ 12.627028] rpm_callback+0x5d/0x70
[ 12.627030] ? pci_dev_put+0x20/0x20
[ 12.627031] rpm_suspend+0x11a/0x720
[ 12.627033] ? psi_task_switch+0xd2/0x230
[ 12.627041] ? __switch_to_asm+0x3a/0x60
[ 12.627048] ? finish_task_switch.isra.0+0x90/0x2d0
[ 12.627052] pm_runtime_work+0x94/0xa0
[ 12.627055] process_one_work+0x1c7/0x380
[ 12.627064] worker_thread+0x4d/0x380
[ 12.627067] ? rescuer_thread+0x3a0/0x3a0
[ 12.627069] kthread+0xda/0x100
[ 12.627075] ? kthread_complete_and_exit+0x20/0x20
[ 12.627077] ret_from_fork+0x22/0x30
[ 12.627084] </TASK>
[ 12.627084] ---[ end trace 0000000000000000 ]---