OK I tried both this commit and the HEAD of and-staging-drm-next on two GPUs( MI100 and Radeon VII) both did not pass hotplugout libdrm test. I might be able to gain access to MI200, but I suspect it would work. I copied the complete dmesgs as follows. I highlighted the OOPSES for you.
Radeon VII:
[Apr20 18:01] amdgpu 0000:05:00.0: amdgpu: amdgpu: finishing device.
[ +0.000509] amdgpu 0000:05:00.0: amdgpu: ras disable gfx failed poison:0 ret:-22
[ +0.014459] [drm] free PSP TMR buffer
[ +0.000003] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000230] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 16 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000105] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000051] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000026] CPU: 16 PID: 2834 Comm: amdgpu_test Not tainted 5.16.0+ #3
[ +0.000003] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000001] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000103] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000002] RSP: 0018:ffffafed0ed27b28 EFLAGS: 00010282
[ +0.000002] RAX: 00000000ffffffea RBX: ffff9e0c589d9458 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000001] RBP: ffffafed0ed27b48 R08: 0000000000000000 R09: 0000000000000001
[ +0.000001] R10: ffffafed0ed27bd0 R11: ffffafed0ed277c0 R12: ffff9e0c589d9400
[ +0.000001] R13: ffff9e0c589d9458 R14: ffff9e0c589d9558 R15: ffff9e0c5b785360
[ +0.000001] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fc00000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] CR2: 00007fff89079ea8 CR3: 000000010e764004 CR4: 00000000001706e0
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000003] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000008] ? vprintk_default+0x1d/0x20
[ +0.000006] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000004] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000102] psp_tmr_terminate+0xa4/0xd0 [amdgpu]
[ +0.000125] psp_hw_fini+0x6e/0x110 [amdgpu]
[ +0.000122] amdgpu_device_fini_hw+0x1e5/0x3b0 [amdgpu]
[ +0.000098] amdgpu_driver_unload_kms+0x4b/0x60 [amdgpu]
[ +0.000098] amdgpu_pci_remove+0x46/0x60 [amdgpu]
[ +0.000096] pci_device_remove+0x39/0xb0
[ +0.000008] device_release_driver_internal+0xfe/0x1d0
[ +0.000005] device_release_driver+0x12/0x20
[ +0.000001] pci_stop_bus_device+0x68/0x90
[ +0.000003] pci_stop_and_remove_bus_device_locked+0x1a/0x30
[ +0.000003] remove_store+0x7c/0x90
[ +0.000003] dev_attr_store+0x17/0x30
[ +0.000005] sysfs_kf_write+0x3c/0x50
[ +0.000004] kernfs_fop_write_iter+0x13c/0x1b0
[ +0.000004] new_sync_write+0x11a/0x1b0
[ +0.000006] vfs_write+0x247/0x2a0
[ +0.000003] ksys_write+0xa7/0xe0
[ +0.000003] ? fpregs_assert_state_consistent+0x23/0x50
[ +0.000005] __x64_sys_write+0x1a/0x20
[ +0.000003] do_syscall_64+0x3a/0xb0
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7fb8e76e8371
[ +0.000003] Code: c3 0f 1f 84 00 00 00 00 00 48 8b 05 69 8c 20 00 c3 0f 1f 84 00 00 00 00 00 8b 05 9a d0 20 00 85 c0 75 16 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 57 f3 c3 0f 1f 44 00 00 41 54 55 49 89 d4 53
[ +0.000001] RSP: 002b:00007fff89083f68 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ +0.000003] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fb8e76e8371
[ +0.000001] RDX: 0000000000000001 RSI: 0000562815835316 RDI: 0000000000000005
[ +0.000001] RBP: 0000000000000005 R08: 0000562815f732b0 R09: 0000000000000000
[ +0.000001] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000001] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000003] </TASK>
[ +0.000001] ---[ end trace 7e6704984e7ed0f1 ]---
[ +0.020476] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000143] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 16 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000104] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000044] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000021] CPU: 16 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000002] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000001] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000102] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000002] RSP: 0018:ffffafed0ed27b30 EFLAGS: 00010282
[ +0.000002] RAX: 00000000ffffffea RBX: ffff9e0c589de058 RCX: 0000000000000001
[ +0.000001] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000002] RBP: ffffafed0ed27b50 R08: 0000000000000000 R09: 0000000000000001
[ +0.000001] R10: ffffafed0df0fd80 R11: ffffafed0ed277c8 R12: ffff9e0c589de000
[ +0.000001] R13: ffff9e0c589de058 R14: ffff9e0c589de158 R15: ffff9e0c5b785360
[ +0.000001] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fc00000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] CR2: 00007fff89079ea8 CR3: 000000010e764004 CR4: 00000000001706e0
[ +0.000001] Call Trace:
[ +0.000001] <TASK>
[ +0.000002] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000005] ? __cond_resched+0x1d/0x30
[ +0.000006] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000004] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000102] psp_v11_0_ring_destroy+0x41/0x50 [amdgpu]
[ +0.000126] psp_hw_fini+0x86/0x110 [amdgpu]
[ +0.000129] amdgpu_device_fini_hw+0x1e5/0x3b0 [amdgpu]
[ +0.000101] amdgpu_driver_unload_kms+0x4b/0x60 [amdgpu]
[ +0.000102] amdgpu_pci_remove+0x46/0x60 [amdgpu]
[ +0.000100] pci_device_remove+0x39/0xb0
[ +0.000003] device_release_driver_internal+0xfe/0x1d0
[ +0.000003] device_release_driver+0x12/0x20
[ +0.000001] pci_stop_bus_device+0x68/0x90
[ +0.000003] pci_stop_and_remove_bus_device_locked+0x1a/0x30
[ +0.000002] remove_store+0x7c/0x90
[ +0.000003] dev_attr_store+0x17/0x30
[ +0.000003] sysfs_kf_write+0x3c/0x50
[ +0.000003] kernfs_fop_write_iter+0x13c/0x1b0
[ +0.000004] new_sync_write+0x11a/0x1b0
[ +0.000003] vfs_write+0x247/0x2a0
[ +0.000003] ksys_write+0xa7/0xe0
[ +0.000003] ? fpregs_assert_state_consistent+0x23/0x50
[ +0.000003] __x64_sys_write+0x1a/0x20
[ +0.000003] do_syscall_64+0x3a/0xb0
[ +0.000003] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7fb8e76e8371
[ +0.000002] Code: c3 0f 1f 84 00 00 00 00 00 48 8b 05 69 8c 20 00 c3 0f 1f 84 00 00 00 00 00 8b 05 9a d0 20 00 85 c0 75 16 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 57 f3 c3 0f 1f 44 00 00 41 54 55 49 89 d4 53
[ +0.000002] RSP: 002b:00007fff89083f68 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ +0.000002] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fb8e76e8371
[ +0.000001] RDX: 0000000000000001 RSI: 0000562815835316 RDI: 0000000000000005
[ +0.000001] RBP: 0000000000000005 R08: 0000562815f732b0 R09: 0000000000000000
[ +0.000001] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000001] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000003] </TASK>
[ +0.000001] ---[ end trace 7e6704984e7ed0f2 ]---
[ +0.000627] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000174] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 16 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000110] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000046] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000025] CPU: 16 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000003] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000107] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000002] RSP: 0018:ffffafed0ed27b58 EFLAGS: 00010282
[ +0.000002] RAX: 00000000ffffffea RBX: ffff9e0c589d8c58 RCX: 0000000000000001
[ +0.000001] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000001] RBP: ffffafed0ed27b78 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: ffffafed0ed27b08 R11: ffffafed0ed277f0 R12: ffff9e0c589d8c00
[ +0.000001] R13: ffff9e0c589d8c58 R14: ffff9e0c589d8d58 R15: ffff9e0c5b785360
[ +0.000001] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fc00000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] CR2: 00007fff89079ea8 CR3: 000000010e764004 CR4: 00000000001706e0
[ +0.000001] Call Trace:
[ +0.000001] <TASK>
[ +0.000002] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000005] ? __vunmap+0x1c9/0x210
[ +0.000007] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000004] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000106] psp_hw_fini+0xba/0x110 [amdgpu]
[ +0.000129] amdgpu_device_fini_hw+0x1e5/0x3b0 [amdgpu]
[ +0.000101] amdgpu_driver_unload_kms+0x4b/0x60 [amdgpu]
[ +0.000103] amdgpu_pci_remove+0x46/0x60 [amdgpu]
[ +0.000100] pci_device_remove+0x39/0xb0
[ +0.000003] device_release_driver_internal+0xfe/0x1d0
[ +0.000002] device_release_driver+0x12/0x20
[ +0.000002] pci_stop_bus_device+0x68/0x90
[ +0.000003] pci_stop_and_remove_bus_device_locked+0x1a/0x30
[ +0.000002] remove_store+0x7c/0x90
[ +0.000003] dev_attr_store+0x17/0x30
[ +0.000002] sysfs_kf_write+0x3c/0x50
[ +0.000003] kernfs_fop_write_iter+0x13c/0x1b0
[ +0.000004] new_sync_write+0x11a/0x1b0
[ +0.000004] vfs_write+0x247/0x2a0
[ +0.000003] ksys_write+0xa7/0xe0
[ +0.000002] ? fpregs_assert_state_consistent+0x23/0x50
[ +0.000003] __x64_sys_write+0x1a/0x20
[ +0.000003] do_syscall_64+0x3a/0xb0
[ +0.000003] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7fb8e76e8371
[ +0.000002] Code: c3 0f 1f 84 00 00 00 00 00 48 8b 05 69 8c 20 00 c3 0f 1f 84 00 00 00 00 00 8b 05 9a d0 20 00 85 c0 75 16 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 57 f3 c3 0f 1f 44 00 00 41 54 55 49 89 d4 53
[ +0.000002] RSP: 002b:00007fff89083f68 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ +0.000002] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fb8e76e8371
[ +0.000001] RDX: 0000000000000001 RSI: 0000562815835316 RDI: 0000000000000005
[ +0.000001] RBP: 0000000000000005 R08: 0000562815f732b0 R09: 0000000000000000
[ +0.000001] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000002] </TASK>
[ +0.000001] ---[ end trace 7e6704984e7ed0f3 ]---
[ +0.000022] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000420] ------------[ cut here ]------------
[ +0.000006] WARNING: CPU: 28 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000317] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000114] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000058] CPU: 28 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000005] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000309] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000005] RSP: 0018:ffffafed0ed27b58 EFLAGS: 00010282
[ +0.000005] RAX: 00000000ffffffea RBX: ffff9e0c589d8858 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27b78 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000c32 R11: ffffafed0ed277f0 R12: ffff9e0c589d8800
[ +0.000003] R13: ffff9e0c589d8858 R14: ffff9e0c589d8958 R15: ffff9e0c5b785360
[ +0.000003] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fd80000(0000) knlGS:0000000000000000
[ +0.000004] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 00007f68a9ecb1d8 CR3: 000000010e764004 CR4: 00000000001706e0
[ +0.000003] Call Trace:
[ +0.000002] <TASK>
[ +0.000005] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000012] ? __cond_resched+0x1d/0x30
[ +0.000011] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000010] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000234] psp_hw_fini+0xd4/0x110 [amdgpu]
[ +0.000292] amdgpu_device_fini_hw+0x1e5/0x3b0 [amdgpu]
[ +0.000230] amdgpu_driver_unload_kms+0x4b/0x60 [amdgpu]
[ +0.000230] amdgpu_pci_remove+0x46/0x60 [amdgpu]
[ +0.000225] pci_device_remove+0x39/0xb0
[ +0.000007] device_release_driver_internal+0xfe/0x1d0
[ +0.000006] device_release_driver+0x12/0x20
[ +0.000004] pci_stop_bus_device+0x68/0x90
[ +0.000006] pci_stop_and_remove_bus_device_locked+0x1a/0x30
[ +0.000005] remove_store+0x7c/0x90
[ +0.000007] dev_attr_store+0x17/0x30
[ +0.000006] sysfs_kf_write+0x3c/0x50
[ +0.000007] kernfs_fop_write_iter+0x13c/0x1b0
[ +0.000007] new_sync_write+0x11a/0x1b0
[ +0.000009] vfs_write+0x247/0x2a0
[ +0.000006] ksys_write+0xa7/0xe0
[ +0.000006] ? fpregs_assert_state_consistent+0x23/0x50
[ +0.000008] __x64_sys_write+0x1a/0x20
[ +0.000006] do_syscall_64+0x3a/0xb0
[ +0.000008] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000006] RIP: 0033:0x7fb8e76e8371
[ +0.000005] Code: c3 0f 1f 84 00 00 00 00 00 48 8b 05 69 8c 20 00 c3 0f 1f 84 00 00 00 00 00 8b 05 9a d0 20 00 85 c0 75 16 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 57 f3 c3 0f 1f 44 00 00 41 54 55 49 89 d4 53
[ +0.000005] RSP: 002b:00007fff89083f68 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ +0.000004] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fb8e76e8371
[ +0.000003] RDX: 0000000000000001 RSI: 0000562815835316 RDI: 0000000000000005
[ +0.000003] RBP: 0000000000000005 R08: 0000562815f732b0 R09: 0000000000000000
[ +0.000003] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000006] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed0f4 ]---
[ +0.130454] pci 0000:05:00.0: Removing from iommu group 24
[ +0.000164] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000339] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 28 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000186] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000088] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000045] CPU: 28 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000004] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000183] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000003] RSP: 0018:ffffafed0ed27cd0 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9e0c6cae0058 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000002] RBP: ffffafed0ed27cf0 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: ffffafed0ed27cf0 R11: ffffafed0ed27968 R12: ffff9e0c6cae0000
[ +0.000002] R13: ffff9e0c6cae0058 R14: ffff9e0c6cae0158 R15: ffff9e0c6cae0000
[ +0.000002] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fd80000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 00007f68a9ecb1d8 CR3: 000000010e764004 CR4: 00000000001706e0
[ +0.000002] Call Trace:
[ +0.000003] <TASK>
[ +0.000005] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000013] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000008] amdgpu_bo_unref+0x1e/0x30 [amdgpu]
[ +0.000182] amdgpu_driver_postclose_kms+0x173/0x300 [amdgpu]
[ +0.000174] drm_file_free.part.10+0x275/0x2c0 [drm]
[ +0.000045] drm_close_helper.isra.11+0x60/0x70 [drm]
[ +0.000029] drm_release+0x6a/0xe0 [drm]
[ +0.000029] __fput+0x99/0x260
[ +0.000009] ____fput+0xe/0x10
[ +0.000005] task_work_run+0x6c/0xa0
[ +0.000006] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000005] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000006] do_syscall_64+0x46/0xb0
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000005] RIP: 0033:0x7fb8e76e8511
[ +0.000005] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000002] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000005] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed0f5 ]---
[ +0.001061] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000346] ------------[ cut here ]------------
[ +0.000003] WARNING: CPU: 14 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000230] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000103] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000049] CPU: 14 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000006] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000228] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000004] RSP: 0018:ffffafed0ed27cb8 EFLAGS: 00010282
[ +0.000005] RAX: 00000000ffffffea RBX: ffff9e0c589d8458 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27cd8 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: dead000000000122 R11: ffffafed0ed27950 R12: ffff9e0c589d8400
[ +0.000003] R13: ffff9e0c589d8458 R14: ffff9e0c589d8558 R15: ffff9e0c5b785360
[ +0.000003] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fbc0000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 00007fce894ebc20 CR3: 000000010e764002 CR4: 00000000001706e0
[ +0.000004] Call Trace:
[ +0.000002] <TASK>
[ +0.000004] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000014] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000010] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000225] amdgpu_vce_sw_fini+0x42/0x90 [amdgpu]
[ +0.000298] vce_v4_0_sw_fini+0x2f/0x50 [amdgpu]
[ +0.000290] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000214] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000215] drm_dev_release+0x28/0x40 [drm]
[ +0.000046] drm_minor_release+0x30/0x40 [drm]
[ +0.000041] drm_release+0xa1/0xe0 [drm]
[ +0.000037] __fput+0x99/0x260
[ +0.000008] ____fput+0xe/0x10
[ +0.000006] task_work_run+0x6c/0xa0
[ +0.000006] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000006] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000005] do_syscall_64+0x46/0xb0
[ +0.000007] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000006] RIP: 0033:0x7fb8e76e8511
[ +0.000004] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000004] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000003] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000003] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000006] </TASK>
[ +0.000001] ---[ end trace 7e6704984e7ed0f6 ]---
[ +0.000532] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000362] ------------[ cut here ]------------
[ +0.000003] WARNING: CPU: 30 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000233] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000102] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000048] CPU: 30 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000005] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000228] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000004] RSP: 0018:ffffafed0ed27c78 EFLAGS: 00010282
[ +0.000005] RAX: 00000000ffffffea RBX: ffff9e0c589db458 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27c98 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: dead000000000122 R11: ffffafed0ed27910 R12: ffff9e0c589db400
[ +0.000003] R13: ffff9e0c589db458 R14: ffff9e0c589db558 R15: ffff9e0c5b785360
[ +0.000002] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fdc0000(0000) knlGS:0000000000000000
[ +0.000004] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 00007ffe1c1c1000 CR3: 000000010e764002 CR4: 00000000001706e0
[ +0.000004] Call Trace:
[ +0.000002] <TASK>
[ +0.000005] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000012] ? __free_pages+0x7e/0xa0
[ +0.000012] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000010] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000226] amdgpu_uvd_sw_fini+0x9b/0x120 [amdgpu]
[ +0.000295] uvd_v7_0_sw_fini+0x9d/0xb0 [amdgpu]
[ +0.000290] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000214] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000215] drm_dev_release+0x28/0x40 [drm]
[ +0.000043] drm_minor_release+0x30/0x40 [drm]
[ +0.000042] drm_release+0xa1/0xe0 [drm]
[ +0.000037] __fput+0x99/0x260
[ +0.000007] ____fput+0xe/0x10
[ +0.000006] task_work_run+0x6c/0xa0
[ +0.000006] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000006] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000005] do_syscall_64+0x46/0xb0
[ +0.000007] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000005] RIP: 0033:0x7fb8e76e8511
[ +0.000004] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000004] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000003] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000003] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000006] </TASK>
[ +0.000001] ---[ end trace 7e6704984e7ed0f7 ]---
[ +0.000659] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000311] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 30 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000229] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000100] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000047] CPU: 30 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000004] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000247] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000006] RSP: 0018:ffffafed0ed27c78 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9e0c589df458 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000004] RBP: ffffafed0ed27c98 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: dead000000000122 R11: ffffafed0ed27910 R12: ffff9e0c589df400
[ +0.000003] R13: ffff9e0c589df458 R14: ffff9e0c589df558 R15: ffff9e0c5b785360
[ +0.000003] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fdc0000(0000) knlGS:0000000000000000
[ +0.000005] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 00007ffe1c1c1000 CR3: 000000010e764002 CR4: 00000000001706e0
[ +0.000004] Call Trace:
[ +0.000002] <TASK>
[ +0.000004] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000013] ? __free_pages+0x7e/0xa0
[ +0.000010] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000010] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000225] amdgpu_uvd_sw_fini+0x9b/0x120 [amdgpu]
[ +0.000303] uvd_v7_0_sw_fini+0x9d/0xb0 [amdgpu]
[ +0.000305] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000229] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000230] drm_dev_release+0x28/0x40 [drm]
[ +0.000044] drm_minor_release+0x30/0x40 [drm]
[ +0.000044] drm_release+0xa1/0xe0 [drm]
[ +0.000039] __fput+0x99/0x260
[ +0.000008] ____fput+0xe/0x10
[ +0.000006] task_work_run+0x6c/0xa0
[ +0.000007] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000006] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000005] do_syscall_64+0x46/0xb0
[ +0.000007] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000005] RIP: 0033:0x7fb8e76e8511
[ +0.000005] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000004] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000002] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000003] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000003] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000006] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed0f8 ]---
[ +0.000745] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000330] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 30 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000243] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000107] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000050] CPU: 30 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000005] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000241] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000004] RSP: 0018:ffffafed0ed27ca8 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9e0c58fd2458 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27cc8 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: ffffafed0ed27d48 R11: ffffafed0ed27940 R12: ffff9e0c58fd2400
[ +0.000002] R13: ffff9e0c58fd2458 R14: ffff9e0c58fd2558 R15: ffff9e0c5b785360
[ +0.000003] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fdc0000(0000) knlGS:0000000000000000
[ +0.000004] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 00007ffe1c1c1000 CR3: 000000010e764002 CR4: 00000000001706e0
[ +0.000003] Call Trace:
[ +0.000002] <TASK>
[ +0.000004] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000011] ? ttm_bo_release+0x261/0x370 [ttm]
[ +0.000012] ? __vunmap+0x1c9/0x210
[ +0.000007] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000011] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000242] amdgpu_gfx_mqd_sw_fini+0x96/0x110 [amdgpu]
[ +0.000297] gfx_v9_0_sw_fini+0x7b/0x180 [amdgpu]
[ +0.000321] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000231] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000232] drm_dev_release+0x28/0x40 [drm]
[ +0.000044] drm_minor_release+0x30/0x40 [drm]
[ +0.000044] drm_release+0xa1/0xe0 [drm]
[ +0.000040] __fput+0x99/0x260
[ +0.000007] ____fput+0xe/0x10
[ +0.000007] task_work_run+0x6c/0xa0
[ +0.000006] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000006] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000005] do_syscall_64+0x46/0xb0
[ +0.000007] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000006] RIP: 0033:0x7fb8e76e8511
[ +0.000004] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000004] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000002] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000003] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000003] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000006] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed0f9 ]---
[ +0.000652] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000329] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 30 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000208] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000044] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000020] CPU: 30 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000002] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000001] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000108] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000002] RSP: 0018:ffffafed0ed27cb8 EFLAGS: 00010282
[ +0.000001] RAX: 00000000ffffffea RBX: ffff9e0c58fd2058 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000001] RBP: ffffafed0ed27cd8 R08: 0000000000000000 R09: 0000000000000001
[ +0.000001] R10: ffffafed0ed27c70 R11: ffffafed0ed27950 R12: ffff9e0c58fd2000
[ +0.000001] R13: ffff9e0c58fd2058 R14: ffff9e0c58fd2158 R15: ffff9e0c5b785360
[ +0.000001] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fdc0000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] CR2: 00007ffe1c1c1000 CR3: 000000010e764002 CR4: 00000000001706e0
[ +0.000001] Call Trace:
[ +0.000001] <TASK>
[ +0.000002] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000005] ? ttm_bo_release+0x261/0x370 [ttm]
[ +0.000005] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000003] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000107] gfx_v9_0_mec_fini+0x1d/0x30 [amdgpu]
[ +0.000132] gfx_v9_0_sw_fini+0x97/0x180 [amdgpu]
[ +0.000129] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000104] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000102] drm_dev_release+0x28/0x40 [drm]
[ +0.000020] drm_minor_release+0x30/0x40 [drm]
[ +0.000017] drm_release+0xa1/0xe0 [drm]
[ +0.000016] __fput+0x99/0x260
[ +0.000003] ____fput+0xe/0x10
[ +0.000003] task_work_run+0x6c/0xa0
[ +0.000003] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000002] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000003] do_syscall_64+0x46/0xb0
[ +0.000002] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7fb8e76e8511
[ +0.000001] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000002] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000002] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000001] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000001] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000001] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000001] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000002] </TASK>
[ +0.000001] ---[ end trace 7e6704984e7ed0fa ]---
[ +0.000617] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000147] ------------[ cut here ]------------
[ +0.000000] WARNING: CPU: 30 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000109] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000044] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000020] CPU: 30 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000002] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000001] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000118] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000003] RSP: 0018:ffffafed0ed27cd0 EFLAGS: 00010282
[ +0.000002] RAX: 00000000ffffffea RBX: ffff9e0c58fd7458 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000002] RBP: ffffafed0ed27cf0 R08: 0000000000000000 R09: 0000000000000001
[ +0.000001] R10: ffffafed0ed27c68 R11: ffffafed0ed27968 R12: ffff9e0c58fd7400
[ +0.000002] R13: ffff9e0c58fd7458 R14: ffff9e0c58fd7558 R15: ffff9e0c5b785360
[ +0.000002] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fdc0000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] CR2: 00007ffe1c1c1000 CR3: 000000010e764002 CR4: 00000000001706e0
[ +0.000002] Call Trace:
[ +0.000001] <TASK>
[ +0.000003] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000006] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000005] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000107] gfx_v9_0_sw_fini+0xb1/0x180 [amdgpu]
[ +0.000130] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000103] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000108] drm_dev_release+0x28/0x40 [drm]
[ +0.000020] drm_minor_release+0x30/0x40 [drm]
[ +0.000017] drm_release+0xa1/0xe0 [drm]
[ +0.000016] __fput+0x99/0x260
[ +0.000004] ____fput+0xe/0x10
[ +0.000002] task_work_run+0x6c/0xa0
[ +0.000003] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000003] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000002] do_syscall_64+0x46/0xb0
[ +0.000003] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000002] RIP: 0033:0x7fb8e76e8511
[ +0.000002] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000001] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000002] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000001] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000001] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000001] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000001] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000003] </TASK>
[ +0.000000] ---[ end trace 7e6704984e7ed0fb ]---
[ +0.000583] ------------[ cut here ]------------
[ +0.000004] sysfs group 'power' not found for kobject 'i2c-5'
[ +0.000008] WARNING: CPU: 22 PID: 2834 at fs/sysfs/group.c:280 sysfs_remove_group+0x80/0x90
[ +0.000012] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000089] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000042] CPU: 22 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000004] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000003] RIP: 0010:sysfs_remove_group+0x80/0x90
[ +0.000006] Code: e8 b5 b4 ff ff 5b 41 5c 41 5d 5d c3 48 89 df e8 b6 b0 ff ff eb c6 49 8b 55 00 49 8b 34 24 48 c7 c7 78 65 59 9b e8 40 4b cb ff <0f> 0b 5b 41 5c 41 5d 5d c3 0f 1f 80 00 00 00 00 0f 1f 44 00 00 48
[ +0.000004] RSP: 0018:ffffafed0ed27b88 EFLAGS: 00010286
[ +0.000004] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000001
[ +0.000002] RDX: 0000000080000001 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27ba0 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000000 R11: ffffafed0ed27958 R12: ffffffff9b2b95a0
[ +0.000003] R13: ffff9e0c58fd1c18 R14: ffff9e0c5b7885c0 R15: 00000000ffffffff
[ +0.000002] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fcc0000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 00007fd86c031378 CR3: 000000010e764001 CR4: 00000000001706e0
[ +0.000003] Call Trace:
[ +0.000002] <TASK>
[ +0.000003] dpm_sysfs_remove+0x59/0x60
[ +0.000010] device_del+0xb8/0x3f0
[ +0.000008] cdev_device_del+0x1a/0x40
[ +0.000005] i2cdev_detach_adapter+0x85/0xc0
[ +0.000008] i2cdev_notifier_call+0x1f/0x40
[ +0.000006] blocking_notifier_call_chain+0x69/0x90
[ +0.000006] device_del+0xb0/0x3f0
[ +0.000006] device_unregister+0x17/0x60
[ +0.000004] i2c_del_adapter+0x251/0x310
[ +0.000008] smu_v11_0_i2c_control_fini+0x19/0x40 [amdgpu]
[ +0.000229] vega20_smu_fini+0x1e/0xe0 [amdgpu]
[ +0.000314] hwmgr_sw_fini+0x28/0x30 [amdgpu]
[ +0.000318] pp_sw_fini+0x19/0x40 [amdgpu]
[ +0.000340] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000196] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000197] drm_dev_release+0x28/0x40 [drm]
[ +0.000039] drm_minor_release+0x30/0x40 [drm]
[ +0.000037] drm_release+0xa1/0xe0 [drm]
[ +0.000034] __fput+0x99/0x260
[ +0.000007] ____fput+0xe/0x10
[ +0.000005] task_work_run+0x6c/0xa0
[ +0.000006] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000005] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000004] do_syscall_64+0x46/0xb0
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000005] RIP: 0033:0x7fb8e76e8511
[ +0.000004] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000004] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000003] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000005] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed0fc ]---
[ +0.000062] ------------[ cut here ]------------
[ +0.000002] sysfs group 'power' not found for kobject 'i2c-5'
[ +0.000007] WARNING: CPU: 22 PID: 2834 at fs/sysfs/group.c:280 sysfs_remove_group+0x80/0x90
[ +0.000009] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000085] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000040] CPU: 22 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000004] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000002] RIP: 0010:sysfs_remove_group+0x80/0x90
[ +0.000006] Code: e8 b5 b4 ff ff 5b 41 5c 41 5d 5d c3 48 89 df e8 b6 b0 ff ff eb c6 49 8b 55 00 49 8b 34 24 48 c7 c7 78 65 59 9b e8 40 4b cb ff <0f> 0b 5b 41 5c 41 5d 5d c3 0f 1f 80 00 00 00 00 0f 1f 44 00 00 48
[ +0.000004] RSP: 0018:ffffafed0ed27c70 EFLAGS: 00010286
[ +0.000003] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000001
[ +0.000002] RDX: 0000000080000001 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27c88 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: ffffafed0ed27ba0 R11: ffffafed0ed27a40 R12: ffffffff9b2b95a0
[ +0.000002] R13: ffff9e0c5b7885c0 R14: ffff9e0c488650d0 R15: ffff9e0c530a6a80
[ +0.000003] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fcc0000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 00007fd86c031378 CR3: 000000010e764001 CR4: 00000000001706e0
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000002] dpm_sysfs_remove+0x59/0x60
[ +0.000007] device_del+0xb8/0x3f0
[ +0.000006] device_unregister+0x17/0x60
[ +0.000005] i2c_del_adapter+0x251/0x310
[ +0.000006] smu_v11_0_i2c_control_fini+0x19/0x40 [amdgpu]
[ +0.000228] vega20_smu_fini+0x1e/0xe0 [amdgpu]
[ +0.000330] hwmgr_sw_fini+0x28/0x30 [amdgpu]
[ +0.000317] pp_sw_fini+0x19/0x40 [amdgpu]
[ +0.000338] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000197] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000197] drm_dev_release+0x28/0x40 [drm]
[ +0.000037] drm_minor_release+0x30/0x40 [drm]
[ +0.000038] drm_release+0xa1/0xe0 [drm]
[ +0.000034] __fput+0x99/0x260
[ +0.000007] ____fput+0xe/0x10
[ +0.000006] task_work_run+0x6c/0xa0
[ +0.000005] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000005] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000005] do_syscall_64+0x46/0xb0
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7fb8e76e8511
[ +0.000004] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000002] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000003] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000004] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed0fd ]---
[ +0.000027] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000284] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 22 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000209] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000092] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000043] CPU: 22 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000005] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000207] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000004] RSP: 0018:ffffafed0ed27ca8 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9e0c58ec5058 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27cc8 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000000 R11: ffffafed0ed27940 R12: ffff9e0c58ec5000
[ +0.000002] R13: ffff9e0c58ec5058 R14: ffff9e0c58ec5158 R15: ffff9e0c5b785360
[ +0.000003] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fcc0000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 00007fd86c031378 CR3: 000000010e764001 CR4: 00000000001706e0
[ +0.000003] Call Trace:
[ +0.000001] <TASK>
[ +0.000003] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000011] ? idr_remove+0x11/0x20
[ +0.000008] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000010] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000206] vega20_smu_fini+0x38/0xe0 [amdgpu]
[ +0.000320] hwmgr_sw_fini+0x28/0x30 [amdgpu]
[ +0.000317] pp_sw_fini+0x19/0x40 [amdgpu]
[ +0.000339] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000197] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000198] drm_dev_release+0x28/0x40 [drm]
[ +0.000038] drm_minor_release+0x30/0x40 [drm]
[ +0.000037] drm_release+0xa1/0xe0 [drm]
[ +0.000034] __fput+0x99/0x260
[ +0.000007] ____fput+0xe/0x10
[ +0.000006] task_work_run+0x6c/0xa0
[ +0.000005] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000005] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000005] do_syscall_64+0x46/0xb0
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7fb8e76e8511
[ +0.000004] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000002] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000003] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000005] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed0fe ]---
[ +0.000516] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000321] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 6 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000215] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000094] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000044] CPU: 6 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000005] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000210] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000004] RSP: 0018:ffffafed0ed27ca8 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9e0c58ec1c58 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27cc8 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000c32 R11: ffffafed0ed27940 R12: ffff9e0c58ec1c00
[ +0.000003] R13: ffff9e0c58ec1c58 R14: ffff9e0c58ec1d58 R15: ffff9e0c5b785360
[ +0.000002] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fac0000(0000) knlGS:0000000000000000
[ +0.000004] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 00007f09d1154000 CR3: 000000010e764006 CR4: 00000000001706e0
[ +0.000003] Call Trace:
[ +0.000002] <TASK>
[ +0.000004] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000011] ? __cond_resched+0x1d/0x30
[ +0.000010] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000009] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000208] vega20_smu_fini+0x49/0xe0 [amdgpu]
[ +0.000339] hwmgr_sw_fini+0x28/0x30 [amdgpu]
[ +0.000333] pp_sw_fini+0x19/0x40 [amdgpu]
[ +0.000362] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000212] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000213] drm_dev_release+0x28/0x40 [drm]
[ +0.000041] drm_minor_release+0x30/0x40 [drm]
[ +0.000041] drm_release+0xa1/0xe0 [drm]
[ +0.000036] __fput+0x99/0x260
[ +0.000007] ____fput+0xe/0x10
[ +0.000006] task_work_run+0x6c/0xa0
[ +0.000006] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000006] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000005] do_syscall_64+0x46/0xb0
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000006] RIP: 0033:0x7fb8e76e8511
[ +0.000004] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000004] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000003] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000003] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000006] </TASK>
[ +0.000001] ---[ end trace 7e6704984e7ed0ff ]---
[ +0.000648] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000323] ------------[ cut here ]------------
[ +0.000003] WARNING: CPU: 6 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000232] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000100] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000046] CPU: 6 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000005] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000224] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000004] RSP: 0018:ffffafed0ed27ca8 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9e0c58ec4458 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27cc8 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: ffffafed0e81fd80 R11: ffffafed0ed27940 R12: ffff9e0c58ec4400
[ +0.000002] R13: ffff9e0c58ec4458 R14: ffff9e0c58ec4558 R15: ffff9e0c5b785360
[ +0.000003] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fac0000(0000) knlGS:0000000000000000
[ +0.000004] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 00007f09d1154000 CR3: 000000010e764006 CR4: 00000000001706e0
[ +0.000003] Call Trace:
[ +0.000002] <TASK>
[ +0.000004] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000010] ? __cond_resched+0x1d/0x30
[ +0.000009] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000010] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000223] vega20_smu_fini+0x63/0xe0 [amdgpu]
[ +0.000343] hwmgr_sw_fini+0x28/0x30 [amdgpu]
[ +0.000343] pp_sw_fini+0x19/0x40 [amdgpu]
[ +0.000365] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000211] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000212] drm_dev_release+0x28/0x40 [drm]
[ +0.000041] drm_minor_release+0x30/0x40 [drm]
[ +0.000040] drm_release+0xa1/0xe0 [drm]
[ +0.000037] __fput+0x99/0x260
[ +0.000007] ____fput+0xe/0x10
[ +0.000006] task_work_run+0x6c/0xa0
[ +0.000005] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000006] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000005] do_syscall_64+0x46/0xb0
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000005] RIP: 0033:0x7fb8e76e8511
[ +0.000004] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000004] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000002] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000003] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000005] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed100 ]---
[ +0.000648] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000176] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 6 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000107] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000044] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000021] CPU: 6 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000002] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000001] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000104] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000002] RSP: 0018:ffffafed0ed27ca8 EFLAGS: 00010282
[ +0.000002] RAX: 00000000ffffffea RBX: ffff9e0c58fd6858 RCX: 0000000000000001
[ +0.000001] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000001] RBP: ffffafed0ed27cc8 R08: 0000000000000000 R09: 0000000000000001
[ +0.000001] R10: ffffafed0e81fd80 R11: ffffafed0ed27940 R12: ffff9e0c58fd6800
[ +0.000002] R13: ffff9e0c58fd6858 R14: ffff9e0c58fd6958 R15: ffff9e0c5b785360
[ +0.000001] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fac0000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] CR2: 00007f09d1154000 CR3: 000000010e764006 CR4: 00000000001706e0
[ +0.000001] Call Trace:
[ +0.000001] <TASK>
[ +0.000002] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000005] ? __cond_resched+0x1d/0x30
[ +0.000004] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000004] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000115] vega20_smu_fini+0x7d/0xe0 [amdgpu]
[ +0.000162] hwmgr_sw_fini+0x28/0x30 [amdgpu]
[ +0.000158] pp_sw_fini+0x19/0x40 [amdgpu]
[ +0.000169] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000101] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000101] drm_dev_release+0x28/0x40 [drm]
[ +0.000019] drm_minor_release+0x30/0x40 [drm]
[ +0.000018] drm_release+0xa1/0xe0 [drm]
[ +0.000016] __fput+0x99/0x260
[ +0.000003] ____fput+0xe/0x10
[ +0.000003] task_work_run+0x6c/0xa0
[ +0.000002] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000003] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000002] do_syscall_64+0x46/0xb0
[ +0.000003] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7fb8e76e8511
[ +0.000001] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000002] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000002] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000001] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000001] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000001] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000001] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000003] </TASK>
[ +0.000000] ---[ end trace 7e6704984e7ed101 ]---
[ +0.000513] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000220] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 12 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000141] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000062] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000029] CPU: 12 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000004] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000001] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000138] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000003] RSP: 0018:ffffafed0ed27ca8 EFLAGS: 00010282
[ +0.000003] RAX: 00000000ffffffea RBX: ffff9e0c58fd5058 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000001] RBP: ffffafed0ed27cc8 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000c32 R11: ffffafed0ed27940 R12: ffff9e0c58fd5000
[ +0.000002] R13: ffff9e0c58fd5058 R14: ffff9e0c58fd5158 R15: ffff9e0c5b785360
[ +0.000001] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fb80000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] CR2: 00007fce896fdd10 CR3: 000000010e764003 CR4: 00000000001706e0
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000003] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000007] ? __cond_resched+0x1d/0x30
[ +0.000006] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000006] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000137] vega20_smu_fini+0x97/0xe0 [amdgpu]
[ +0.000221] hwmgr_sw_fini+0x28/0x30 [amdgpu]
[ +0.000218] pp_sw_fini+0x19/0x40 [amdgpu]
[ +0.000237] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000138] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000139] drm_dev_release+0x28/0x40 [drm]
[ +0.000027] drm_minor_release+0x30/0x40 [drm]
[ +0.000026] drm_release+0xa1/0xe0 [drm]
[ +0.000024] __fput+0x99/0x260
[ +0.000004] ____fput+0xe/0x10
[ +0.000004] task_work_run+0x6c/0xa0
[ +0.000004] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000004] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000003] do_syscall_64+0x46/0xb0
[ +0.000004] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7fb8e76e8511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000002] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000003] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000002] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000001] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000001] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000004] </TASK>
[ +0.000001] ---[ end trace 7e6704984e7ed102 ]---
[ +0.000007] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000197] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 12 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000148] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000064] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000031] CPU: 12 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000003] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000001] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000146] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000002] RSP: 0018:ffffafed0ed27ca8 EFLAGS: 00010282
[ +0.000003] RAX: 00000000ffffffea RBX: ffff9e0c58fd4058 RCX: 0000000000000001
[ +0.000001] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000002] RBP: ffffafed0ed27cc8 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: ffffafed0ed27c58 R11: ffffafed0ed27940 R12: ffff9e0c58fd4000
[ +0.000001] R13: ffff9e0c58fd4058 R14: ffff9e0c58fd4158 R15: ffff9e0c5b785360
[ +0.000002] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fb80000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 00007fce896fdd10 CR3: 000000010e764003 CR4: 00000000001706e0
[ +0.000002] Call Trace:
[ +0.000001] <TASK>
[ +0.000002] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000006] ? __cond_resched+0x1d/0x30
[ +0.000006] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000007] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000187] vega20_smu_fini+0xb1/0xe0 [amdgpu]
[ +0.000225] hwmgr_sw_fini+0x28/0x30 [amdgpu]
[ +0.000223] pp_sw_fini+0x19/0x40 [amdgpu]
[ +0.000240] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000138] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000140] drm_dev_release+0x28/0x40 [drm]
[ +0.000027] drm_minor_release+0x30/0x40 [drm]
[ +0.000026] drm_release+0xa1/0xe0 [drm]
[ +0.000024] __fput+0x99/0x260
[ +0.000005] ____fput+0xe/0x10
[ +0.000003] task_work_run+0x6c/0xa0
[ +0.000004] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000004] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000003] do_syscall_64+0x46/0xb0
[ +0.000004] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7fb8e76e8511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000002] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000002] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000001] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000003] </TASK>
[ +0.000001] ---[ end trace 7e6704984e7ed103 ]---
[ +0.000050] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000197] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 12 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000148] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000064] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000031] CPU: 12 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000003] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000001] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000147] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000002] RSP: 0018:ffffafed0ed27cf0 EFLAGS: 00010282
[ +0.000003] RAX: 00000000ffffffea RBX: ffff9e0c58ec6458 RCX: 0000000000000001
[ +0.000001] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000002] RBP: ffffafed0ed27d10 R08: 0000000000000000 R09: 0000000000000001
[ +0.000001] R10: ffffafed0ed27ca0 R11: ffffafed0ed27988 R12: ffff9e0c58ec6400
[ +0.000002] R13: ffff9e0c58ec6458 R14: ffff9e0c58ec6558 R15: ffff9e0c5b785360
[ +0.000002] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fb80000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 00007fce896fdd10 CR3: 000000010e764003 CR4: 00000000001706e0
[ +0.000002] Call Trace:
[ +0.000001] <TASK>
[ +0.000002] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000007] ? __vunmap+0x1c9/0x210
[ +0.000005] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000007] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000146] amdgpu_device_fini_sw+0x27d/0x320 [amdgpu]
[ +0.000138] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000140] drm_dev_release+0x28/0x40 [drm]
[ +0.000026] drm_minor_release+0x30/0x40 [drm]
[ +0.000026] drm_release+0xa1/0xe0 [drm]
[ +0.000024] __fput+0x99/0x260
[ +0.000004] ____fput+0xe/0x10
[ +0.000004] task_work_run+0x6c/0xa0
[ +0.000004] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000003] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000004] do_syscall_64+0x46/0xb0
[ +0.000004] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7fb8e76e8511
[ +0.000002] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000002] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000002] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000001] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000001] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000004] </TASK>
[ +0.000001] ---[ end trace 7e6704984e7ed104 ]---
[ +0.000050] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000196] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 12 PID: 2834 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000147] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000064] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000030] CPU: 12 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000003] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000001] RIP: 0010:amdgpu_bo_release_notify+0x15f/0x170 [amdgpu]
[ +0.000146] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 61 ff ff ff 4c 89 e7 e8 d4 a8 15 00 e9 54 ff ff ff e8 3a af 11 da eb cf 0f 0b e9 f0 fe ff ff <0f> 0b eb c4 e8 a8 c4 4b da 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ +0.000002] RSP: 0018:ffffafed0ed27cc8 EFLAGS: 00010282
[ +0.000003] RAX: 00000000ffffffea RBX: ffff9e0c58ec7858 RCX: 0000000000000001
[ +0.000001] RDX: 0000000000000000 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000002] RBP: ffffafed0ed27ce8 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000002 R11: ffffafed0ed27960 R12: ffff9e0c58ec7800
[ +0.000001] R13: ffff9e0c58ec7858 R14: ffff9e0c58ec7958 R15: ffff9e0c5b785360
[ +0.000002] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fb80000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 00007fce896fdd10 CR3: 000000010e764003 CR4: 00000000001706e0
[ +0.000002] Call Trace:
[ +0.000000] <TASK>
[ +0.000002] ttm_bo_release+0x2f2/0x370 [ttm]
[ +0.000008] ? amdgpu_fence_release+0x19/0x20 [amdgpu]
[ +0.000142] ? dma_fence_release+0x4f/0x140
[ +0.000008] ttm_bo_put+0x30/0x40 [ttm]
[ +0.000007] amdgpu_bo_free_kernel+0xc7/0x120 [amdgpu]
[ +0.000145] amdgpu_gart_table_vram_free+0x1e/0x20 [amdgpu]
[ +0.000146] gmc_v9_0_sw_fini+0x2a/0x50 [amdgpu]
[ +0.000173] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000138] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000140] drm_dev_release+0x28/0x40 [drm]
[ +0.000027] drm_minor_release+0x30/0x40 [drm]
[ +0.000026] drm_release+0xa1/0xe0 [drm]
[ +0.000040] __fput+0x99/0x260
[ +0.000006] ____fput+0xe/0x10
[ +0.000004] task_work_run+0x6c/0xa0
[ +0.000004] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000005] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000003] do_syscall_64+0x46/0xb0
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7fb8e76e8511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000003] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000002] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000004] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed105 ]---
[ +0.000112] ------------[ cut here ]------------
[ +0.000004] kernfs: can not remove 'mem_info_preempt_used', no directory
[ +0.000011] WARNING: CPU: 20 PID: 2834 at fs/kernfs/dir.c:1536 kernfs_remove_by_name_ns+0x8d/0xa0
[ +0.000022] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000146] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000054] CPU: 20 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000005] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000003] RIP: 0010:kernfs_remove_by_name_ns+0x8d/0xa0
[ +0.000011] Code: 41 5c 41 5d 5d c3 48 c7 c7 00 81 a1 9b e8 7b 2d d2 ff b8 fe ff ff ff 5b 41 5c 41 5d 5d c3 48 c7 c7 50 63 59 9b e8 03 80 cb ff <0f> 0b b8 fe ff ff ff eb cc 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44
[ +0.000024] RSP: 0018:ffffafed0ed27d08 EFLAGS: 00010282
[ +0.000004] RAX: 0000000000000000 RBX: ffff9e0c5b780000 RCX: 0000000000000001
[ +0.000004] RDX: 0000000080000001 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27d20 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: ffffafed0ed27c30 R11: ffffafed0ed27ad8 R12: ffffffffc0e23107
[ +0.000003] R13: ffff9e0c5b7959b8 R14: ffff9e0c5b796918 R15: ffff9e0c530a6a80
[ +0.000004] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fc80000(0000) knlGS:0000000000000000
[ +0.000004] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 00007f6ecf7498a0 CR3: 000000010e764006 CR4: 00000000001706e0
[ +0.000004] Call Trace:
[ +0.000002] <TASK>
[ +0.000004] sysfs_remove_file_ns+0x15/0x20
[ +0.000007] device_remove_file+0x15/0x20
[ +0.000015] amdgpu_preempt_mgr_fini+0x70/0xc0 [amdgpu]
[ +0.000323] amdgpu_ttm_fini+0x128/0x190 [amdgpu]
[ +0.000301] amdgpu_bo_fini+0x25/0x90 [amdgpu]
[ +0.000295] gmc_v9_0_sw_fini+0x3e/0x50 [amdgpu]
[ +0.000284] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000196] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000204] drm_dev_release+0x28/0x40 [drm]
[ +0.000038] drm_minor_release+0x30/0x40 [drm]
[ +0.000038] drm_release+0xa1/0xe0 [drm]
[ +0.000034] __fput+0x99/0x260
[ +0.000007] ____fput+0xe/0x10
[ +0.000006] task_work_run+0x6c/0xa0
[ +0.000006] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000005] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000005] do_syscall_64+0x46/0xb0
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000005] RIP: 0033:0x7fb8e76e8511
[ +0.000004] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000004] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000003] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000005] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed106 ]---
[ +0.000383] [drm] amdgpu: ttm finalized
[ +0.000004] ------------[ cut here ]------------
[ +0.000001] kernfs: can not remove 'df_cntr_avail', no directory
[ +0.000008] WARNING: CPU: 20 PID: 2834 at fs/kernfs/dir.c:1536 kernfs_remove_by_name_ns+0x8d/0xa0
[ +0.000008] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000094] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.000045] CPU: 20 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000004] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000003] RIP: 0010:kernfs_remove_by_name_ns+0x8d/0xa0
[ +0.000005] Code: 41 5c 41 5d 5d c3 48 c7 c7 00 81 a1 9b e8 7b 2d d2 ff b8 fe ff ff ff 5b 41 5c 41 5d 5d c3 48 c7 c7 50 63 59 9b e8 03 80 cb ff <0f> 0b b8 fe ff ff ff eb cc 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44
[ +0.000005] RSP: 0018:ffffafed0ed27d70 EFLAGS: 00010286
[ +0.000004] RAX: 0000000000000000 RBX: ffff9e0c5b780000 RCX: 0000000000000001
[ +0.000002] RDX: 0000000080000001 RSI: ffffffff9b5712d9 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffafed0ed27d88 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: 000000000000001f R11: ffffafed0ed27b40 R12: ffffffffc0e24a09
[ +0.000002] R13: ffff9e0c5b7959b8 R14: ffff9e0c5b796918 R15: ffff9e0c530a6a80
[ +0.000003] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fc80000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 00007f6ecf7498a0 CR3: 000000010e764006 CR4: 00000000001706e0
[ +0.000003] Call Trace:
[ +0.000001] <TASK>
[ +0.000003] sysfs_remove_file_ns+0x15/0x20
[ +0.000006] device_remove_file+0x15/0x20
[ +0.000005] df_v3_6_sw_fini+0x18/0x20 [amdgpu]
[ +0.000257] soc15_common_sw_fini+0x23/0x30 [amdgpu]
[ +0.000247] amdgpu_device_fini_sw+0xcc/0x320 [amdgpu]
[ +0.000197] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.000199] drm_dev_release+0x28/0x40 [drm]
[ +0.000040] drm_minor_release+0x30/0x40 [drm]
[ +0.000038] drm_release+0xa1/0xe0 [drm]
[ +0.000034] __fput+0x99/0x260
[ +0.000007] ____fput+0xe/0x10
[ +0.000005] task_work_run+0x6c/0xa0
[ +0.000006] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000005] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000005] do_syscall_64+0x46/0xb0
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000005] RIP: 0033:0x7fb8e76e8511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000004] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.000003] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.000002] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.000005] </TASK>
[ +0.000002] ---[ end trace 7e6704984e7ed107 ]---
[ +0.000014] BUG: kernel NULL pointer dereference, address: 0000000000000070
[ +0.000053] #PF: supervisor read access in kernel mode
[ +0.000035] #PF: error_code(0x0000) - not-present page
[ +0.000033] PGD 0 P4D 0
[ +0.000023] Oops: 0000 [#1] PREEMPT SMP PTI
[ +0.000030] CPU: 20 PID: 2834 Comm: amdgpu_test Tainted: G W 5.16.0+ #3
[ +0.000050] Hardware name: Dell Inc. PowerEdge R730/0H21J3, BIOS 1.5.4 [FPGA Test BIOS] 10/002/2015
[ +0.000054] RIP: 0010:kernfs_find_ns+0x19/0xc0
[ +0.000033] Code: 0f 85 ac fe ff ff e9 3c fe ff ff 66 0f 1f 44 00 00 0f 1f 44 00 00 55 48 85 d2 0f 95 c1 48 89 e5 41 56 41 55 41 54 53 49 89 d5 <0f> b7 47 70 49 89 f6 66 83 e0 20 0f 95 c2 38 d1 75 53 48 8b 5f 48
[ +0.000115] RSP: 0018:ffffafed0ed27cb0 EFLAGS: 00010246
[ +0.000036] RAX: ffff9e0c56eab201 RBX: 0000000000000000 RCX: ffff9e0c56488000
[ +0.000044] RDX: 0000000000000000 RSI: ffffffffc0e238c2 RDI: 0000000000000000
[ +0.000044] RBP: ffffafed0ed27cd0 R08: ffffffffc0e4c820 R09: 0000000000000001
[ +0.000044] R10: ffffafed0ed27d00 R11: ffffafed0ed27b00 R12: ffffffffc0e238c2
[ +0.000044] R13: 0000000000000000 R14: dead000000000100 R15: ffff9e0c52b49660
[ +0.000044] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fc80000(0000) knlGS:0000000000000000
[ +0.000051] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000036] CR2: 0000000000000070 CR3: 000000010e764006 CR4: 00000000001706e0
[ +0.000045] Call Trace:
[ +0.000018] <TASK>
[ +0.000018] kernfs_find_and_get_ns+0x31/0x60
[ +0.000034] sysfs_remove_file_from_group+0x25/0x60
[ +0.000036] amdgpu_ras_sysfs_remove+0x3f/0xd0 [amdgpu]
[ +0.000272] amdgpu_ras_fini+0x105/0x360 [amdgpu]
[ +0.001157] ? kfree+0x29b/0x2c0
[ +0.000915] ? kfree+0x29b/0x2c0
[ +0.000900] amdgpu_device_fini_sw+0x153/0x320 [amdgpu]
[ +0.001082] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]
[ +0.001058] drm_dev_release+0x28/0x40 [drm]
[ +0.000911] drm_minor_release+0x30/0x40 [drm]
[ +0.000924] drm_release+0xa1/0xe0 [drm]
[ +0.000929] __fput+0x99/0x260
[ +0.000908] ____fput+0xe/0x10
[ +0.000913] task_work_run+0x6c/0xa0
[ +0.000926] exit_to_user_mode_prepare+0x1af/0x1c0
[ +0.000949] syscall_exit_to_user_mode+0x2a/0x40
[ +0.000961] do_syscall_64+0x46/0xb0
[ +0.000977] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000998] RIP: 0033:0x7fb8e76e8511
[ +0.001006] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.002212] RSP: 002b:00007fff89083f58 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.001160] RAX: 0000000000000000 RBX: 0000562815a3e6a0 RCX: 00007fb8e76e8511
[ +0.001183] RDX: 00007fb8e76d1ca0 RSI: 0000562815f75100 RDI: 0000000000000003
[ +0.001200] RBP: 0000562815a3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.001214] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.001224] R13: 0000000000000000 R14: 0000000000000000 R15: 0000562815a3e8a0
[ +0.001198] </TASK>
[ +0.001171] Modules linked in: nf_conntrack_netlink nfnetlink xfrm_user xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge
stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter overlay esp6_offload esp6 esp4_offload esp4 xfrm_algo ipmi_ssif intel_rapl_msr snd_hda_codec_hdmi intel_rapl_common sb_edac x86_pkg_temp_thermal snd_hda_intel intel_powerclamp coretemp
snd_intel_dspcfg kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep ftdi_sio snd_pcm snd_timer joydev input_leds usbserial snd irqbypass soundcore rapl iTCO_wdt iTCO_vendor_support ipmi_si mei_me intel_cstate acpi_power_meter ipmi_devintf lpc_ich mei ipmi_msghandler
mac_hid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy
[ +0.000096] async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear amdgpu iommu_v2 gpu_sched drm_ttm_helper mgag200 ttm drm_shmem_helper crct10dif_pclmul drm_kms_helper crc32_pclmul syscopyarea sysfillrect hid_generic ghash_clmulni_intel
sysimgblt fb_sys_fops uas aesni_intel usbhid ahci crypto_simd igb usb_storage libahci cryptd hid drm dca megaraid_sas i2c_algo_bit wmi
[ +0.016580] CR2: 0000000000000070
[ +0.001512] ---[ end trace 7e6704984e7ed108 ]---
[ +0.013115] RIP: 0010:kernfs_find_ns+0x19/0xc0
[ +0.001477] Code: 0f 85 ac fe ff ff e9 3c fe ff ff 66 0f 1f 44 00 00 0f 1f 44 00 00 55 48 85 d2 0f 95 c1 48 89 e5 41 56 41 55 41 54 53 49 89 d5 <0f> b7 47 70 49 89 f6 66 83 e0 20 0f 95 c2 38 d1 75 53 48 8b 5f 48
[ +0.003030] RSP: 0018:ffffafed0ed27cb0 EFLAGS: 00010246
[ +0.001534] RAX: ffff9e0c56eab201 RBX: 0000000000000000 RCX: ffff9e0c56488000
[ +0.001550] RDX: 0000000000000000 RSI: ffffffffc0e238c2 RDI: 0000000000000000
[ +0.001559] RBP: ffffafed0ed27cd0 R08: ffffffffc0e4c820 R09: 0000000000000001
[ +0.001568] R10: ffffafed0ed27d00 R11: ffffafed0ed27b00 R12: ffffffffc0e238c2
[ +0.001556] R13: 0000000000000000 R14: dead000000000100 R15: ffff9e0c52b49660
[ +0.001579] FS: 00007fb8e81390c0(0000) GS:ffff9e2b3fc80000(0000) knlGS:0000000000000000
[ +0.001586] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.001602] CR2: 0000000000000070 CR3: 000000010e764006 CR4: 00000000001706e0
MI100:
[Apr20 18:16] amdgpu 0000:43:00.0: amdgpu: amdgpu: finishing device.
[ +0.005980] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000538] ------------[ cut here ]------------
[ +0.000003] WARNING: CPU: 29 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000137] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000082] CPU: 29 PID: 3800 Comm: amdgpu_test Not tainted 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000004] RSP: 0018:ffffaa4c206dfc28 EFLAGS: 00010282
[ +0.000005] RAX: 00000000ffffffea RBX: ffff9478d9c4cc58 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d9c4cc00 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: ffffaa4c206dfac8 R11: ffffaa4c206df8f8 R12: ffff9478d9c4cc58
[ +0.000003] R13: ffff9478d9c4cd90 R14: ffff9479156c5e08 R15: ffff949857c55020
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497c0040000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 000056517f676b38 CR3: 0000000137bee001 CR4: 00000000007706e0
[ +0.000003] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000003] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000003] <TASK>
[ +0.000006] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000011] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000014] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000117] psp_ras_terminate+0x5b/0x70 [amdgpu]
[ +0.000147] psp_hw_fini+0x23/0x100 [amdgpu]
[ +0.000145] amdgpu_device_fini_hw+0x1d5/0x3a0 [amdgpu]
[ +0.000109] amdgpu_pci_remove+0x41/0x60 [amdgpu]
[ +0.000102] pci_device_remove+0x31/0xb0
[ +0.000009] device_release_driver_internal+0xf4/0x1d0
[ +0.000008] pci_stop_bus_device+0x64/0x90
[ +0.000007] pci_stop_and_remove_bus_device_locked+0x16/0x30
[ +0.000005] remove_store+0x75/0x90
[ +0.000007] kernfs_fop_write_iter+0x132/0x1b0
[ +0.000010] new_sync_write+0x11f/0x1b0
[ +0.000015] vfs_write+0x35b/0x3b0
[ +0.000008] ksys_write+0xa7/0xe0
[ +0.000008] do_syscall_64+0x34/0x80
[ +0.000007] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000005] RIP: 0033:0x7f59f5106371
[ +0.000004] Code: c3 0f 1f 84 00 00 00 00 00 48 8b 05 69 8c 20 00 c3 0f 1f 84 00 00 00 00 00 8b 05 9a d0 20 00 85 c0 75 16 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 57 f3 c3 0f 1f 44 00 00 41 54 55 49 89 d4 53
[ +0.000003] RSP: 002b:00007ffff02c6bf8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ +0.000006] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f59f5106371
[ +0.000003] RDX: 0000000000000001 RSI: 000056517d835316 RDI: 0000000000000005
[ +0.000002] RBP: 0000000000000005 R08: 000056517f6742b0 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000003] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000016] </TASK>
[ +0.000002] irq event stamp: 20653
[ +0.000002] hardirqs last enabled at (20659): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000006] hardirqs last disabled at (20664): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (19878): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000005] softirqs last disabled at (19753): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000005] ---[ end trace 90fbe3f286a48d6c ]---
[ +0.000410] [drm] free PSP TMR buffer
[ +0.000009] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000209] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 29 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000115] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000079] CPU: 29 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000111] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000004] RSP: 0018:ffffaa4c206dfc18 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d9c4fc58 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000041] RBP: ffff9478d9c4fc00 R08: 0000000000000000 R09: 0000000000000001
[ +0.000004] R10: ffffaa4c206dfab8 R11: ffffaa4c206df8e8 R12: ffff9478d9c4fc58
[ +0.000002] R13: ffff9478d9c4fd90 R14: ffff9479156c5e08 R15: ffff949857c55020
[ +0.000003] FS: 00007f59f5b50180(0000) GS:ffff9497c0040000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 000056517f676b38 CR3: 0000000137bee001 CR4: 00000000007706e0
[ +0.000003] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000003] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000003] Call Trace:
[ +0.000002] <TASK>
[ +0.000006] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000010] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000013] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000117] psp_tmr_terminate+0x9b/0xc0 [amdgpu]
[ +0.000149] psp_hw_fini+0x69/0x100 [amdgpu]
[ +0.000145] amdgpu_device_fini_hw+0x1d5/0x3a0 [amdgpu]
[ +0.000109] amdgpu_pci_remove+0x41/0x60 [amdgpu]
[ +0.000103] pci_device_remove+0x31/0xb0
[ +0.000007] device_release_driver_internal+0xf4/0x1d0
[ +0.000008] pci_stop_bus_device+0x64/0x90
[ +0.000007] pci_stop_and_remove_bus_device_locked+0x16/0x30
[ +0.000005] remove_store+0x75/0x90
[ +0.000007] kernfs_fop_write_iter+0x132/0x1b0
[ +0.000009] new_sync_write+0x11f/0x1b0
[ +0.000015] vfs_write+0x35b/0x3b0
[ +0.000007] ksys_write+0xa7/0xe0
[ +0.000009] do_syscall_64+0x34/0x80
[ +0.000007] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000006] RIP: 0033:0x7f59f5106371
[ +0.000003] Code: c3 0f 1f 84 00 00 00 00 00 48 8b 05 69 8c 20 00 c3 0f 1f 84 00 00 00 00 00 8b 05 9a d0 20 00 85 c0 75 16 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 57 f3 c3 0f 1f 44 00 00 41 54 55 49 89 d4 53
[ +0.000003] RSP: 002b:00007ffff02c6bf8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ +0.000005] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f59f5106371
[ +0.000003] RDX: 0000000000000001 RSI: 000056517d835316 RDI: 0000000000000005
[ +0.000002] RBP: 0000000000000005 R08: 000056517f6742b0 R09: 0000000000000000
[ +0.000003] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000016] </TASK>
[ +0.000002] irq event stamp: 21269
[ +0.000003] hardirqs last enabled at (21275): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000004] hardirqs last disabled at (21280): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (21032): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000005] softirqs last disabled at (21027): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000006] ---[ end trace 90fbe3f286a48d6d ]---
[ +0.020204] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000197] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 29 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000116] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000076] CPU: 29 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000112] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfc20 EFLAGS: 00010282
[ +0.000005] RAX: 00000000ffffffea RBX: ffff9478d9c4f858 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d9c4f800 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: ffffaa4c206dfac0 R11: ffffaa4c206df8f0 R12: ffff9478d9c4f858
[ +0.000002] R13: ffff9478d9c4f990 R14: ffff9479156c5e08 R15: ffff949857c55020
[ +0.000003] FS: 00007f59f5b50180(0000) GS:ffff9497c0040000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 000056517f676b38 CR3: 0000000137bee001 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000003] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000003] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000010] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000010] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000116] psp_v11_0_ring_destroy+0x3b/0x50 [amdgpu]
[ +0.000148] psp_hw_fini+0x7b/0x100 [amdgpu]
[ +0.000145] amdgpu_device_fini_hw+0x1d5/0x3a0 [amdgpu]
[ +0.000109] amdgpu_pci_remove+0x41/0x60 [amdgpu]
[ +0.000102] pci_device_remove+0x31/0xb0
[ +0.000006] device_release_driver_internal+0xf4/0x1d0
[ +0.000008] pci_stop_bus_device+0x64/0x90
[ +0.000006] pci_stop_and_remove_bus_device_locked+0x16/0x30
[ +0.000005] remove_store+0x75/0x90
[ +0.000007] kernfs_fop_write_iter+0x132/0x1b0
[ +0.000008] new_sync_write+0x11f/0x1b0
[ +0.000015] vfs_write+0x35b/0x3b0
[ +0.000007] ksys_write+0xa7/0xe0
[ +0.000009] do_syscall_64+0x34/0x80
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106371
[ +0.000003] Code: c3 0f 1f 84 00 00 00 00 00 48 8b 05 69 8c 20 00 c3 0f 1f 84 00 00 00 00 00 8b 05 9a d0 20 00 85 c0 75 16 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 57 f3 c3 0f 1f 44 00 00 41 54 55 49 89 d4 53
[ +0.000003] RSP: 002b:00007ffff02c6bf8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ +0.000005] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f59f5106371
[ +0.000002] RDX: 0000000000000001 RSI: 000056517d835316 RDI: 0000000000000005
[ +0.000003] RBP: 0000000000000005 R08: 000056517f6742b0 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000016] </TASK>
[ +0.000002] irq event stamp: 21937
[ +0.000002] hardirqs last enabled at (21943): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000004] hardirqs last disabled at (21948): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (21366): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000005] softirqs last disabled at (21311): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000005] ---[ end trace 90fbe3f286a48d6e ]---
[ +0.000527] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000195] ------------[ cut here ]------------
[ +0.000003] WARNING: CPU: 29 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000115] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000077] CPU: 29 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000003] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000111] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000004] RSP: 0018:ffffaa4c206dfc40 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d9c4f058 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d9c4f000 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: ffffaa4c206dfae0 R11: ffffaa4c206df910 R12: ffff9478d9c4f058
[ +0.000002] R13: ffff9478d9c4f190 R14: ffff9479156c5e08 R15: ffff949857c55020
[ +0.000003] FS: 00007f59f5b50180(0000) GS:ffff9497c0040000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 000056517f676b38 CR3: 0000000137bee001 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000003] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000003] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000009] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000011] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] psp_hw_fini+0xaf/0x100 [amdgpu]
[ +0.000145] amdgpu_device_fini_hw+0x1d5/0x3a0 [amdgpu]
[ +0.000109] amdgpu_pci_remove+0x41/0x60 [amdgpu]
[ +0.000102] pci_device_remove+0x31/0xb0
[ +0.000006] device_release_driver_internal+0xf4/0x1d0
[ +0.000008] pci_stop_bus_device+0x64/0x90
[ +0.000006] pci_stop_and_remove_bus_device_locked+0x16/0x30
[ +0.000004] remove_store+0x75/0x90
[ +0.000040] kernfs_fop_write_iter+0x132/0x1b0
[ +0.000010] new_sync_write+0x11f/0x1b0
[ +0.000014] vfs_write+0x35b/0x3b0
[ +0.000008] ksys_write+0xa7/0xe0
[ +0.000009] do_syscall_64+0x34/0x80
[ +0.000008] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106371
[ +0.000003] Code: c3 0f 1f 84 00 00 00 00 00 48 8b 05 69 8c 20 00 c3 0f 1f 84 00 00 00 00 00 8b 05 9a d0 20 00 85 c0 75 16 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 57 f3 c3 0f 1f 44 00 00 41 54 55 49 89 d4 53
[ +0.000003] RSP: 002b:00007ffff02c6bf8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ +0.000005] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f59f5106371
[ +0.000003] RDX: 0000000000000001 RSI: 000056517d835316 RDI: 0000000000000005
[ +0.000003] RBP: 0000000000000005 R08: 000056517f6742b0 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000003] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000016] </TASK>
[ +0.000002] irq event stamp: 22539
[ +0.000002] hardirqs last enabled at (22545): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000005] hardirqs last disabled at (22550): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (21366): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000005] softirqs last disabled at (21311): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d6f ]---
[ +0.000296] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000194] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 29 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000078] CPU: 29 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000003] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000112] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfc40 EFLAGS: 00010282
[ +0.000005] RAX: 00000000ffffffea RBX: ffff9478d9c4f458 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d9c4f400 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: ffffaa4c206dfae0 R11: ffffaa4c206df910 R12: ffff9478d9c4f458
[ +0.000003] R13: ffff9478d9c4f590 R14: ffff9479156c5e08 R15: ffff949857c55020
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497c0040000(0000) knlGS:0000000000000000
[ +0.000004] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 000056517f676b38 CR3: 0000000137bee001 CR4: 00000000007706e0
[ +0.000003] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000003] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000009] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000011] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] psp_hw_fini+0xc9/0x100 [amdgpu]
[ +0.000146] amdgpu_device_fini_hw+0x1d5/0x3a0 [amdgpu]
[ +0.000110] amdgpu_pci_remove+0x41/0x60 [amdgpu]
[ +0.000103] pci_device_remove+0x31/0xb0
[ +0.000006] device_release_driver_internal+0xf4/0x1d0
[ +0.000008] pci_stop_bus_device+0x64/0x90
[ +0.000006] pci_stop_and_remove_bus_device_locked+0x16/0x30
[ +0.000005] remove_store+0x75/0x90
[ +0.000007] kernfs_fop_write_iter+0x132/0x1b0
[ +0.000008] new_sync_write+0x11f/0x1b0
[ +0.000015] vfs_write+0x35b/0x3b0
[ +0.000007] ksys_write+0xa7/0xe0
[ +0.000010] do_syscall_64+0x34/0x80
[ +0.000007] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106371
[ +0.000003] Code: c3 0f 1f 84 00 00 00 00 00 48 8b 05 69 8c 20 00 c3 0f 1f 84 00 00 00 00 00 8b 05 9a d0 20 00 85 c0 75 16 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 57 f3 c3 0f 1f 44 00 00 41 54 55 49 89 d4 53
[ +0.000003] RSP: 002b:00007ffff02c6bf8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ +0.000005] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f59f5106371
[ +0.000003] RDX: 0000000000000001 RSI: 000056517d835316 RDI: 0000000000000005
[ +0.000002] RBP: 0000000000000005 R08: 000056517f6742b0 R09: 0000000000000000
[ +0.000003] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000016] </TASK>
[ +0.000002] irq event stamp: 23135
[ +0.000002] hardirqs last enabled at (23141): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000004] hardirqs last disabled at (23146): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (21366): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (21311): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000005] ---[ end trace 90fbe3f286a48d70 ]---
[ +2.511285] pci 0000:43:00.0: Removing from iommu group 73
[ +0.001309] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000472] ------------[ cut here ]------------
[ +0.000003] WARNING: CPU: 29 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000119] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000069] CPU: 29 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd50 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9479154e8058 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9479154e8000 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: ffffaa4c206dfbf0 R11: ffffaa4c206dfa20 R12: ffff9479154e8058
[ +0.000002] R13: ffff9479154e8190 R14: ffff9479154e8190 R15: 0000000000008000
[ +0.000003] FS: 00007f59f5b50180(0000) GS:ffff9497c0040000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 000056517f676b38 CR3: 0000000137bee001 CR4: 00000000007706e0
[ +0.000003] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000015] amdgpu_bo_unref+0x1a/0x30 [amdgpu]
[ +0.000113] amdgpu_driver_postclose_kms+0x17b/0x320 [amdgpu]
[ +0.000106] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000010] drm_file_free.part.16+0x1e3/0x230 [drm]
[ +0.000029] drm_release+0x6e/0xf0 [drm]
[ +0.000020] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000010] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000005] syscall_exit_to_user_mode+0x19/0x50
[ +0.000004] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000003] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000014] </TASK>
[ +0.000002] irq event stamp: 32575
[ +0.000003] hardirqs last enabled at (32581): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000004] hardirqs last disabled at (32586): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (31702): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (31697): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d71 ]---
[ +0.002906] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000426] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 29 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000119] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000064] CPU: 29 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd18 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d615ec58 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d615ec00 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: 0000000000000000 R11: ffffaa4c206df9e8 R12: ffff9478d615ec58
[ +0.000002] R13: ffff9478d615ed90 R14: ffff9479156c5e08 R15: ffffffff9345ea20
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497c0040000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 000056517f676b38 CR3: 0000000137bee001 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000009] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000010] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000116] amdgpu_vcn_sw_fini+0x12b/0x130 [amdgpu]
[ +0.000159] vcn_v2_5_sw_fini+0x97/0xc0 [amdgpu]
[ +0.000157] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000108] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000106] drm_dev_release+0x20/0x40 [drm]
[ +0.000025] drm_release+0xa8/0xf0 [drm]
[ +0.000020] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000009] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000005] syscall_exit_to_user_mode+0x19/0x50
[ +0.000004] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000003] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000013] </TASK>
[ +0.000002] irq event stamp: 33801
[ +0.000002] hardirqs last enabled at (33807): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000004] hardirqs last disabled at (33812): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000002] softirqs last enabled at (31702): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (31697): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d72 ]---
[ +0.000226] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000205] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 1 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000117] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000065] CPU: 1 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd18 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d615e858 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d615e800 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000000 R11: ffffaa4c206df9e8 R12: ffff9478d615e858
[ +0.000002] R13: ffff9478d615e990 R14: ffff9479156c5e08 R15: ffffffff9345ea20
[ +0.000003] FS: 00007f59f5b50180(0000) GS:ffff9497bfc40000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 000055881d667000 CR3: 0000000137bee003 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000003] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000003] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000010] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000010] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] amdgpu_vcn_sw_fini+0x7f/0x130 [amdgpu]
[ +0.000159] vcn_v2_5_sw_fini+0x97/0xc0 [amdgpu]
[ +0.000157] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000108] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000105] drm_dev_release+0x20/0x40 [drm]
[ +0.000026] drm_release+0xa8/0xf0 [drm]
[ +0.000021] __fput+0xa1/0x260
[ +0.000008] task_work_run+0x6d/0xb0
[ +0.000008] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000005] syscall_exit_to_user_mode+0x19/0x50
[ +0.000004] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000013] </TASK>
[ +0.000002] irq event stamp: 34393
[ +0.000002] hardirqs last enabled at (34399): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000004] hardirqs last disabled at (34404): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (31702): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (31697): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d73 ]---
[ +0.000319] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000188] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 1 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000115] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000063] CPU: 1 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000113] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd18 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d615f458 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d615f400 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: 0000000000000000 R11: ffffaa4c206df9e8 R12: ffff9478d615f458
[ +0.000002] R13: ffff9478d615f590 R14: ffff9479156c5e08 R15: 0000000000000002
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bfc40000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 000055881d667000 CR3: 0000000137bee003 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000009] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000009] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] amdgpu_vcn_sw_fini+0x12b/0x130 [amdgpu]
[ +0.000158] vcn_v2_5_sw_fini+0x97/0xc0 [amdgpu]
[ +0.000156] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000107] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000106] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000021] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000008] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000004] syscall_exit_to_user_mode+0x19/0x50
[ +0.000004] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000013] </TASK>
[ +0.000002] irq event stamp: 34989
[ +0.000002] hardirqs last enabled at (34995): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000003] hardirqs last disabled at (35000): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (31702): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (31697): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000003] ---[ end trace 90fbe3f286a48d74 ]---
[ +0.000299] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000186] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 1 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000064] CPU: 1 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000003] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000111] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd18 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d615f058 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d615f000 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: 0000000000000000 R11: ffffaa4c206df9e8 R12: ffff9478d615f058
[ +0.000002] R13: ffff9478d615f190 R14: ffff9479156c5e08 R15: 0000000000000002
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bfc40000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 000055881d667000 CR3: 0000000137bee003 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000004] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000008] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000010] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000114] amdgpu_vcn_sw_fini+0x7f/0x130 [amdgpu]
[ +0.000195] vcn_v2_5_sw_fini+0x97/0xc0 [amdgpu]
[ +0.000159] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000108] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000106] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000021] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000008] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000004] syscall_exit_to_user_mode+0x19/0x50
[ +0.000003] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000002] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000013] </TASK>
[ +0.000002] irq event stamp: 35591
[ +0.000002] hardirqs last enabled at (35597): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000003] hardirqs last disabled at (35602): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (35460): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (35449): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000003] ---[ end trace 90fbe3f286a48d75 ]---
[ +0.000536] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000189] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 1 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000115] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000064] CPU: 1 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000003] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000113] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd58 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d5ce7c58 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d5ce7c00 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: 0000000000000000 R11: ffffaa4c206dfa28 R12: ffff9478d5ce7c58
[ +0.000002] R13: ffff9478d5ce7d90 R14: ffff9479156c5e08 R15: ffffffff9345ea20
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bfc40000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 000055881d667000 CR3: 0000000137bee003 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000008] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000010] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] gfx_v9_0_sw_fini+0x6e/0x170 [amdgpu]
[ +0.000150] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000107] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000106] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000020] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000008] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000004] syscall_exit_to_user_mode+0x19/0x50
[ +0.000004] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000003] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000013] </TASK>
[ +0.000002] irq event stamp: 36503
[ +0.000002] hardirqs last enabled at (36509): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000003] hardirqs last disabled at (36514): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (35460): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (35449): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000003] ---[ end trace 90fbe3f286a48d76 ]---
[ +0.000335] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000188] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 1 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000115] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000062] CPU: 1 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000112] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd48 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d5ce4c58 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000003] RBP: ffff9478d5ce4c00 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000000 R11: ffffaa4c206dfa18 R12: ffff9478d5ce4c58
[ +0.000002] R13: ffff9478d5ce4d90 R14: ffff9479156c5e08 R15: ffffffff9345ea20
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bfc40000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 000055881d667000 CR3: 0000000137bee003 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000004] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000009] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000009] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] gfx_v9_0_mec_fini+0x19/0x30 [amdgpu]
[ +0.000149] gfx_v9_0_sw_fini+0x8a/0x170 [amdgpu]
[ +0.000148] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000108] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000106] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000021] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000007] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000004] syscall_exit_to_user_mode+0x19/0x50
[ +0.000004] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000002] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000014] </TASK>
[ +0.000002] irq event stamp: 37097
[ +0.000001] hardirqs last enabled at (37103): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000004] hardirqs last disabled at (37108): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (35460): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (35449): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000003] ---[ end trace 90fbe3f286a48d77 ]---
[ +0.000314] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000187] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 1 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000115] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000063] CPU: 1 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000003] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000112] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd58 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d5ce4858 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d5ce4800 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000000 R11: ffffaa4c206dfa28 R12: ffff9478d5ce4858
[ +0.000002] R13: ffff9478d5ce4990 R14: ffff9479156c5e08 R15: ffffffff9345ea20
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bfc40000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 000055881d667000 CR3: 0000000137bee003 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000004] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000009] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000009] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] gfx_v9_0_sw_fini+0xa4/0x170 [amdgpu]
[ +0.000150] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000108] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000105] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000021] __fput+0xa1/0x260
[ +0.000008] task_work_run+0x6d/0xb0
[ +0.000007] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000005] syscall_exit_to_user_mode+0x19/0x50
[ +0.000003] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000002] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000014] </TASK>
[ +0.000001] irq event stamp: 37679
[ +0.000002] hardirqs last enabled at (37685): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000004] hardirqs last disabled at (37690): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000002] softirqs last enabled at (35460): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (35449): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d78 ]---
[ +0.000409] ------------[ cut here ]------------
[ +0.000003] sysfs group 'power' not found for kobject 'i2c-2'
[ +0.000007] WARNING: CPU: 1 PID: 3800 at fs/sysfs/group.c:280 sysfs_remove_group+0x76/0x80
[ +0.000005] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000057] CPU: 1 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000003] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:sysfs_remove_group+0x76/0x80
[ +0.000003] Code: 48 89 df 5b 5d 41 5c e9 d8 b3 ff ff 48 89 df e8 60 ae ff ff eb cb 49 8b 14 24 48 8b 75 00 48 c7 c7 a8 8f 82 92 e8 7a 28 c8 ff <0f> 0b 5b 5d 41 5c c3 0f 1f 00 0f 1f 44 00 00 48 85 f6 74 31 41 54
[ +0.000003] RSP: 0018:ffffaa4c206dfd28 EFLAGS: 00010286
[ +0.000004] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000001
[ +0.000002] RDX: 0000000080000001 RSI: ffffffff92800179 RDI: 00000000ffffffff
[ +0.000002] RBP: ffffffff924c7f60 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000000 R11: ffffaa4c206dfb30 R12: ffff9479156c9e48
[ +0.000002] R13: ffff9479156c9e48 R14: ffff9478f8fcfe28 R15: ffff9479156c9f48
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bfc40000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 000055881d667000 CR3: 0000000137bee003 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000001] Call Trace:
[ +0.000002] <TASK>
[ +0.000003] device_del+0xc2/0x420
[ +0.000005] ? __raw_spin_lock_init+0x3b/0x60
[ +0.000003] ? lockdep_init_map_type+0x58/0x240
[ +0.000010] device_unregister+0x13/0x60
[ +0.000004] i2c_del_adapter+0x264/0x330
[ +0.000007] ? lockdep_hardirqs_on+0x79/0x100
[ +0.000008] arcturus_i2c_control_fini+0x15/0x40 [amdgpu]
[ +0.000184] smu_sw_fini+0x31/0x210 [amdgpu]
[ +0.000188] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000107] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000105] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000021] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000008] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000003] syscall_exit_to_user_mode+0x19/0x50
[ +0.000004] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000002] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000013] </TASK>
[ +0.000002] irq event stamp: 38451
[ +0.000002] hardirqs last enabled at (38457): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000003] hardirqs last disabled at (38462): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000002] softirqs last enabled at (35460): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (35449): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000003] ---[ end trace 90fbe3f286a48d79 ]---
[ +0.000223] ------------[ cut here ]------------
[ +0.000002] sysfs group 'power' not found for kobject 'i2c-3'
[ +0.000006] WARNING: CPU: 1 PID: 3800 at fs/sysfs/group.c:280 sysfs_remove_group+0x76/0x80
[ +0.000005] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000058] CPU: 1 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000003] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000003] RIP: 0010:sysfs_remove_group+0x76/0x80
[ +0.000003] Code: 48 89 df 5b 5d 41 5c e9 d8 b3 ff ff 48 89 df e8 60 ae ff ff eb cb 49 8b 14 24 48 8b 75 00 48 c7 c7 a8 8f 82 92 e8 7a 28 c8 ff <0f> 0b 5b 5d 41 5c c3 0f 1f 00 0f 1f 44 00 00 48 85 f6 74 31 41 54
[ +0.000003] RSP: 0018:ffffaa4c206dfd28 EFLAGS: 00010286
[ +0.000004] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000001
[ +0.000002] RDX: 0000000080000001 RSI: ffffffff92800179 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffffff924c7f60 R08: 0000000000000000 R09: 0000000000000001
[ +0.000001] R10: 0000000000000000 R11: ffffaa4c206dfb30 R12: ffff9479156ca6a0
[ +0.000002] R13: ffff9479156ca6a0 R14: ffff9478f8fcfe28 R15: ffff9479156ca7a0
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bfc40000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 000055881d667000 CR3: 0000000137bee003 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000001] <TASK>
[ +0.000004] device_del+0xc2/0x420
[ +0.000003] ? __raw_spin_lock_init+0x3b/0x60
[ +0.000004] ? lockdep_init_map_type+0x58/0x240
[ +0.000010] device_unregister+0x13/0x60
[ +0.000004] i2c_del_adapter+0x264/0x330
[ +0.000007] ? lockdep_hardirqs_on+0x79/0x100
[ +0.000008] arcturus_i2c_control_fini+0x21/0x40 [amdgpu]
[ +0.000184] smu_sw_fini+0x31/0x210 [amdgpu]
[ +0.000189] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000107] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000105] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000020] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000007] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000004] syscall_exit_to_user_mode+0x19/0x50
[ +0.000003] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000002] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000001] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000003] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000012] </TASK>
[ +0.000001] irq event stamp: 39087
[ +0.000002] hardirqs last enabled at (39093): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000003] hardirqs last disabled at (39098): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (35460): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (35449): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000003] ---[ end trace 90fbe3f286a48d7a ]---
[ +0.000046] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000190] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 1 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000163] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000067] CPU: 1 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd48 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d5ce3858 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d5ce3800 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000000 R11: ffffaa4c206dfa18 R12: ffff9478d5ce3858
[ +0.000003] R13: ffff9478d5ce3990 R14: ffff9479156c5e08 R15: ffffffff9345ea20
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bfc40000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 000055881d667000 CR3: 0000000137bee003 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000009] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000010] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] smu_sw_fini+0x4b/0x210 [amdgpu]
[ +0.000188] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000108] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000106] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000020] __fput+0xa1/0x260
[ +0.000008] task_work_run+0x6d/0xb0
[ +0.000007] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000005] syscall_exit_to_user_mode+0x19/0x50
[ +0.000003] do_syscall_64+0x40/0x80
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000002] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000014] </TASK>
[ +0.000002] irq event stamp: 39789
[ +0.000002] hardirqs last enabled at (39795): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000003] hardirqs last disabled at (39800): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000002] softirqs last enabled at (39268): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (39163): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d7b ]---
[ +0.000296] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000187] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 1 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000062] CPU: 1 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000003] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000112] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd48 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d5ce3058 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d5ce3000 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: 0000000000000000 R11: ffffaa4c206dfa18 R12: ffff9478d5ce3058
[ +0.000002] R13: ffff9478d5ce3190 R14: ffff9479156c5e08 R15: ffffffff9345ea20
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bfc40000(0000) knlGS:0000000000000000
[ +0.000004] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 000055881d667000 CR3: 0000000137bee003 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000004] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000009] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000009] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] smu_sw_fini+0x188/0x210 [amdgpu]
[ +0.000189] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000107] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000106] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000021] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000008] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000004] syscall_exit_to_user_mode+0x19/0x50
[ +0.000003] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000002] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000003] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000013] </TASK>
[ +0.000002] irq event stamp: 40367
[ +0.000002] hardirqs last enabled at (40373): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000003] hardirqs last disabled at (40378): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (39268): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000003] softirqs last disabled at (39163): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d7c ]---
[ +0.000086] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000197] ------------[ cut here ]------------
[ +0.000003] WARNING: CPU: 26 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000117] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000065] CPU: 26 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd48 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff9478d5ce3458 RCX: 0000000000000001
[ +0.000003] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff9478d5ce3400 R08: 0000000000000000 R09: 0000000000000001
[ +0.000003] R10: 0000000000000000 R11: ffffaa4c206dfa18 R12: ffff9478d5ce3458
[ +0.000002] R13: ffff9478d5ce3590 R14: ffff9479156c5e08 R15: ffffffff9345ea20
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bff80000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000003] CR2: 0000558d8cbed6f0 CR3: 0000000137bee005 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000003] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000009] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000010] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] smu_sw_fini+0x105/0x210 [amdgpu]
[ +0.000191] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000109] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000106] drm_dev_release+0x20/0x40 [drm]
[ +0.000024] drm_release+0xa8/0xf0 [drm]
[ +0.000020] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000008] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000005] syscall_exit_to_user_mode+0x19/0x50
[ +0.000003] do_syscall_64+0x40/0x80
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000002] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000003] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000014] </TASK>
[ +0.000001] irq event stamp: 40947
[ +0.000002] hardirqs last enabled at (40953): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000004] hardirqs last disabled at (40958): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (39268): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (39163): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d7d ]---
[ +0.000195] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000244] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 26 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000117] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000063] CPU: 26 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd70 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff949847be5058 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000003] RBP: ffff949847be5000 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000000 R11: ffffaa4c206dfa40 R12: ffff949847be5058
[ +0.000002] R13: ffff949847be5190 R14: ffff9479156c5e08 R15: ffffffff9345ea20
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bff80000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 0000558d8cbed6f0 CR3: 0000000137bee005 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000003] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000009] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000009] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] amdgpu_device_fini_sw+0x259/0x2e0 [amdgpu]
[ +0.000107] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000105] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000021] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000007] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000005] syscall_exit_to_user_mode+0x19/0x50
[ +0.000003] do_syscall_64+0x40/0x80
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000004] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000002] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000005] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000002] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000013] </TASK>
[ +0.000002] irq event stamp: 41913
[ +0.000002] hardirqs last enabled at (41919): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000004] hardirqs last disabled at (41924): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000002] softirqs last enabled at (41384): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (41377): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d7e ]---
[ +0.000383] [drm:amdgpu_fill_buffer [amdgpu]] *ERROR* Trying to clear memory with ring turned off.
[ +0.000187] ------------[ cut here ]------------
[ +0.000002] WARNING: CPU: 26 PID: 3800 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1313 amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000114] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000062] CPU: 26 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000004] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000003] RIP: 0010:amdgpu_bo_release_notify+0x164/0x170 [amdgpu]
[ +0.000112] Code: ff ff ff 48 39 c2 74 07 0f 0b e9 57 ff ff ff 48 89 ef e8 cf 14 15 00 e9 4a ff ff ff e8 f5 05 29 d1 eb c4 0f 0b e9 e7 fe ff ff <0f> 0b eb b9 e8 83 d7 7d d1 0f 1f 00 0f 1f 44 00 00 41 54 55 53 48
[ +0.000003] RSP: 0018:ffffaa4c206dfd60 EFLAGS: 00010282
[ +0.000004] RAX: 00000000ffffffea RBX: ffff949847be3858 RCX: 0000000000000001
[ +0.000002] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000ffffffff
[ +0.000002] RBP: ffff949847be3800 R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000000 R11: ffffaa4c206dfa30 R12: ffff949847be3858
[ +0.000002] R13: ffff949847be3990 R14: ffff9479156c5e08 R15: ffffffff9345ea20
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bff80000(0000) knlGS:0000000000000000
[ +0.000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 0000558d8cbed6f0 CR3: 0000000137bee005 CR4: 00000000007706e0
[ +0.000003] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000005] ttm_bo_release+0x305/0x390 [ttm]
[ +0.000008] ? __mutex_unlock_slowpath+0x41/0x280
[ +0.000009] amdgpu_bo_free_kernel+0xd1/0x120 [amdgpu]
[ +0.000115] gmc_v9_0_sw_fini+0x26/0x40 [amdgpu]
[ +0.000143] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000108] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000105] drm_dev_release+0x20/0x40 [drm]
[ +0.000024] drm_release+0xa8/0xf0 [drm]
[ +0.000020] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000008] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000005] syscall_exit_to_user_mode+0x19/0x50
[ +0.000003] do_syscall_64+0x40/0x80
[ +0.000006] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000002] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000004] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000003] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000013] </TASK>
[ +0.000002] irq event stamp: 42555
[ +0.000002] hardirqs last enabled at (42561): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000003] hardirqs last disabled at (42566): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000003] softirqs last enabled at (41384): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (41377): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d7f ]---
[ +0.000304] ------------[ cut here ]------------
[ +0.000003] kernfs: can not remove 'mem_info_preempt_used', no directory
[ +0.000006] WARNING: CPU: 26 PID: 3800 at fs/kernfs/dir.c:1536 kernfs_remove_by_name_ns+0x73/0x80
[ +0.000005] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.000057] CPU: 26 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000003] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000002] RIP: 0010:kernfs_remove_by_name_ns+0x73/0x80
[ +0.000003] Code: ff 31 c0 5b 5d 41 5c c3 48 c7 c7 00 81 bb 92 e8 b3 a6 cf ff b8 fe ff ff ff 5b 5d 41 5c c3 48 c7 c7 e0 8c 82 92 e8 ed 5c c8 ff <0f> 0b b8 fe ff ff ff eb d0 0f 1f 40 00 0f 1f 44 00 00 41 57 41 56
[ +0.000002] RSP: 0018:ffffaa4c206dfda8 EFLAGS: 00010282
[ +0.000004] RAX: 0000000000000000 RBX: ffff9479156c0000 RCX: 0000000000000001
[ +0.000002] RDX: 0000000080000001 RSI: ffffffff92800179 RDI: 00000000ffffffff
[ +0.000003] RBP: ffffffffc0b6904d R08: 0000000000000000 R09: 0000000000000001
[ +0.000002] R10: 0000000000000000 R11: ffffaa4c206dfbb0 R12: ffff9479156defe8
[ +0.000002] R13: ffff9479156e0008 R14: ffff9478f8fcfe28 R15: ffffffff9345ea20
[ +0.000002] FS: 00007f59f5b50180(0000) GS:ffff9497bff80000(0000) knlGS:0000000000000000
[ +0.000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000002] CR2: 0000558d8cbed6f0 CR3: 0000000137bee005 CR4: 00000000007706e0
[ +0.000002] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000002] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000002] PKRU: 55555554
[ +0.000002] Call Trace:
[ +0.000002] <TASK>
[ +0.000003] amdgpu_preempt_mgr_fini+0x67/0xc0 [amdgpu]
[ +0.000130] amdgpu_ttm_fini+0x125/0x190 [amdgpu]
[ +0.000113] amdgpu_bo_fini+0x22/0x90 [amdgpu]
[ +0.000113] gmc_v9_0_sw_fini+0x3a/0x40 [amdgpu]
[ +0.000141] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000107] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000105] drm_dev_release+0x20/0x40 [drm]
[ +0.000023] drm_release+0xa8/0xf0 [drm]
[ +0.000020] __fput+0xa1/0x260
[ +0.000007] task_work_run+0x6d/0xb0
[ +0.000007] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000004] syscall_exit_to_user_mode+0x19/0x50
[ +0.000004] do_syscall_64+0x40/0x80
[ +0.000005] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000003] RIP: 0033:0x7f59f5106511
[ +0.000003] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.000003] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000003] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000003] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000002] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000002] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000002] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000013] </TASK>
[ +0.000001] irq event stamp: 43135
[ +0.000002] hardirqs last enabled at (43141): [<ffffffff91107d32>] __up_console_sem+0x52/0x60
[ +0.000003] hardirqs last disabled at (43146): [<ffffffff91107d17>] __up_console_sem+0x37/0x60
[ +0.000002] softirqs last enabled at (41384): [<ffffffff9220034b>] __do_softirq+0x34b/0x492
[ +0.000004] softirqs last disabled at (41377): [<ffffffff91083167>] irq_exit_rcu+0xd7/0xf0
[ +0.000004] ---[ end trace 90fbe3f286a48d80 ]---
[ +0.000131] BUG: unable to handle page fault for address: ffffd3b803fc89b4
[ +0.000031] #PF: supervisor write access in kernel mode
[ +0.000021] #PF: error_code(0x0002) - not-present page
[ +0.000020] PGD 207ffea067 P4D 207ffea067 PUD 207ffe9067 PMD 0
[ +0.000026] Oops: 0002 [#1] PREEMPT SMP PTI
[ +0.000018] CPU: 26 PID: 3800 Comm: amdgpu_test Tainted: G W 5.16.0-kfd+ #1
[ +0.000030] Hardware name: Supermicro SYS-4029GP-TRT2/X11DPG-OT-CPU, BIOS 2.1 08/14/2018
[ +0.000029] RIP: 0010:__free_pages+0xe/0x90
[ +0.000020] Code: 0c e9 76 fd ff ff 31 f6 e9 6f fd ff ff 31 d2 e9 c8 cd ff ff 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 41 54 49 89 fc 55 53 89 f3 <f0> ff 4f 34 74 50 48 8b 07 bd 01 00 00 00 a9 00 00 01 00 75 31 83
[ +0.000064] RSP: 0018:ffffaa4c206dfd30 EFLAGS: 00010246
[ +0.000021] RAX: 00000000ffffffff RBX: 0000000000000000 RCX: 00000000000ff226
[ +0.000544] RDX: ffff9478dfc5c000 RSI: 0000000000000000 RDI: ffffd3b803fc8980
[ +0.000533] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000246
[ +0.000536] R10: 0000000000000000 R11: 0000000000000000 R12: ffffd3b803fc8980
[ +0.000523] R13: ffff9479156c5e20 R14: ffff9479156c6d88 R15: ffffffffc0501398
[ +0.000524] FS: 00007f59f5b50180(0000) GS:ffff9497bff80000(0000) knlGS:0000000000000000
[ +0.000529] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000522] CR2: ffffd3b803fc89b4 CR3: 0000000137bee005 CR4: 00000000007706e0
[ +0.000532] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000528] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000518] PKRU: 55555554
[ +0.000521] Call Trace:
[ +0.000500] <TASK>
[ +0.000494] ttm_pool_free_page+0x68/0x90 [ttm]
[ +0.000506] ttm_pool_type_fini+0x59/0x70 [ttm]
[ +0.000504] ttm_pool_fini+0x2d/0x50 [ttm]
[ +0.000499] ttm_device_fini+0xfc/0x1c0 [ttm]
[ +0.000496] amdgpu_ttm_fini+0x154/0x190 [amdgpu]
[ +0.000595] amdgpu_bo_fini+0x22/0x90 [amdgpu]
[ +0.000583] gmc_v9_0_sw_fini+0x3a/0x40 [amdgpu]
[ +0.000613] amdgpu_device_fini_sw+0xbc/0x2e0 [amdgpu]
[ +0.000592] amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
[ +0.000602] drm_dev_release+0x20/0x40 [drm]
[ +0.000516] drm_release+0xa8/0xf0 [drm]
[ +0.000522] __fput+0xa1/0x260
[ +0.000506] task_work_run+0x6d/0xb0
[ +0.000516] exit_to_user_mode_prepare+0x1d3/0x1e0
[ +0.000529] syscall_exit_to_user_mode+0x19/0x50
[ +0.000537] do_syscall_64+0x40/0x80
[ +0.000542] entry_SYSCALL_64_after_hwframe+0x44/0xae
[ +0.000563] RIP: 0033:0x7f59f5106511
[ +0.000552] Code: f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 8b 05 fa ce 20 00 85 c0 75 16 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3f f3 c3 0f 1f 44 00 00 53 89 fb 48 83 ec 10
[ +0.001237] RSP: 002b:00007ffff02c6be8 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ +0.000641] RAX: 0000000000000000 RBX: 000056517da3e6a0 RCX: 00007f59f5106511
[ +0.000656] RDX: 00007f59f50efca0 RSI: 000056517f676100 RDI: 0000000000000003
[ +0.000657] RBP: 000056517da3e8a0 R08: 0000000000000000 R09: 0000000000000000
[ +0.000661] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ +0.000643] R13: 0000000000000000 R14: 0000000000000000 R15: 000056517da3e8a0
[ +0.000642] </TASK>
[ +0.000627] Modules linked in: amdgpu iommu_v2 gpu_sched nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM iptable_mangle xt_MASQUERADE iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ipt_REJECT nf_reject_ipv4
xt_tcpudp ip6table_filter ip6_tables iptable_filter fuse x86_pkg_temp_thermal acpi_pad ip_tables x_tables ast drm_vram_helper drm_ttm_helper ttm drm_kms_helper cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea drm drm_panel_orientation_quirks
[ +0.003478] CR2: ffffd3b803fc89b4
[ +0.000671] ---[ end trace 90fbe3f286a48d81 ]---
[ +0.007599] RIP: 0010:__free_pages+0xe/0x90
[ +0.000667] Code: 0c e9 76 fd ff ff 31 f6 e9 6f fd ff ff 31 d2 e9 c8 cd ff ff 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 41 54 49 89 fc 55 53 89 f3 <f0> ff 4f 34 74 50 48 8b 07 bd 01 00 00 00 a9 00 00 01 00 75 31 83
[ +0.001401] RSP: 0018:ffffaa4c206dfd30 EFLAGS: 00010246
[ +0.000708] RAX: 00000000ffffffff RBX: 0000000000000000 RCX: 00000000000ff226
[ +0.000711] RDX: ffff9478dfc5c000 RSI: 0000000000000000 RDI: ffffd3b803fc8980
[ +0.000707] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000246
[ +0.000697] R10: 0000000000000000 R11: 0000000000000000 R12: ffffd3b803fc8980
[ +0.000687] R13: ffff9479156c5e20 R14: ffff9479156c6d88 R15: ffffffffc0501398
[ +0.000699] FS: 00007f59f5b50180(0000) GS:ffff9497bff80000(0000) knlGS:0000000000000000
[ +0.000709] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000700] CR2: ffffd3b803fc89b4 CR3: 0000000137bee005 CR4: 00000000007706e0
[ +0.000716] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ +0.000727] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ +0.000723] PKRU: 55555554
|