Bug 1736252

Summary: amdgpu errors with kernel-5.3.0-0.rc2.git0.1.fc31 in Plasma on Wayland made the system unresponsive
Product: [Fedora] Fedora Reporter: Matt Fagnani <matt.fagnani>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: airlied, bskeggs, hdegoede, ichavero, itamar, jarodwilson, jeremy, jglisse, john.j5live, jonathan, josef, kernel-maint, linville, mchehab, mjg59, steved
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
abrt output including the full kernel log showing the amdgpu errors involving kwin_wayland none

Description Matt Fagnani 2019-08-01 15:19:12 UTC
Created attachment 1598139 [details]
abrt output including the full kernel log showing the amdgpu errors involving kwin_wayland

1. Please describe the problem:

I was using Plasma 5.16.2 on Wayland with the kernel-5.3.0-0.rc2.git0.1.fc31. I transferred several directories containing ~850 files using dolphin. The Plasma notification showed that about 700 files had been transferred when Plasma froze.
The system became unresponsive as when I tried to switch to other VTs or using the sysrq+alt+e, sysrq+alt+i, etc. nothing happened. I did a hard shutdown after 30 minutes of the system being frozen. On the next boot, abrt showed the following errors involving amdgpu and kwin_wayland including page allocation failures and "BUG: unable to handle page fault". The following is the part of the dmesg output from abrt when the system became unresponsive.


[ 2347.737647] kwin_wayland: page allocation failure: order:4, mode:0x40cc0(GFP_KERNEL|__GFP_COMP), nodemask=(null),cpuset=/,mems_allowed=0
[ 2347.737705] CPU: 1 PID: 1300 Comm: kwin_wayland Not tainted 5.3.0-0.rc2.git0.1.fc31.x86_64 #1
[ 2347.737706] Hardware name: HP HP Laptop 15-bw0xx/8332, BIOS F.51 05/31/2019
[ 2347.737708] Call Trace:
[ 2347.737738]  dump_stack+0x5c/0x80
[ 2347.737746]  warn_alloc.cold+0x7b/0xfb
[ 2347.737752]  ? _cond_resched+0x15/0x30
[ 2347.737757]  ? __alloc_pages_direct_compact+0x168/0x170
[ 2347.737760]  __alloc_pages_slowpath+0xdc4/0xe00
[ 2347.737764]  __alloc_pages_nodemask+0x2ee/0x340
[ 2347.737772]  kmalloc_order+0x14/0x30
[ 2347.737775]  kmalloc_order_trace+0x1d/0xa0
[ 2347.737779]  kmemdup+0x18/0x40
[ 2347.738157]  dc_copy_state+0x1a/0xf0 [amdgpu]
[ 2347.738286]  dm_atomic_duplicate_state+0x4f/0x80 [amdgpu]
[ 2347.738366]  drm_atomic_get_private_obj_state+0xcc/0x140 [drm]
[ 2347.738484]  dm_determine_update_type_for_commit+0x3a8/0x420 [amdgpu]
[ 2347.738613]  amdgpu_dm_atomic_check+0x3d9/0x6d0 [amdgpu]
[ 2347.738655]  drm_atomic_check_only+0x54d/0x780 [drm]
[ 2347.738676]  drm_mode_atomic_ioctl+0x80a/0x950 [drm]
[ 2347.738697]  ? drm_atomic_set_property+0x9f0/0x9f0 [drm]
[ 2347.738715]  drm_ioctl_kernel+0xaa/0xf0 [drm]
[ 2347.738733]  drm_ioctl+0x208/0x390 [drm]
[ 2347.738754]  ? drm_atomic_set_property+0x9f0/0x9f0 [drm]
[ 2347.739075]  amdgpu_drm_ioctl+0x49/0x80 [amdgpu]
[ 2347.739092]  do_vfs_ioctl+0x405/0x660
[ 2347.739096]  ksys_ioctl+0x5e/0x90
[ 2347.739098]  __x64_sys_ioctl+0x16/0x20
[ 2347.739105]  do_syscall_64+0x5f/0x1a0
[ 2347.739113]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 2347.739122] RIP: 0033:0x7f38fab3207b
[ 2347.739128] Code: 0f 1e fa 48 8b 05 0d 9e 0c 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d dd 9d 0c 00 f7 d8 64 89 01 48
[ 2347.739130] RSP: 002b:00007fff831fea48 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 2347.739133] RAX: ffffffffffffffda RBX: 00007fff831fea90 RCX: 00007f38fab3207b
[ 2347.739134] RDX: 00007fff831fea90 RSI: 00000000c03864bc RDI: 0000000000000028
[ 2347.739136] RBP: 00000000c03864bc R08: 000055b87fe406a0 R09: 0000000000000000
[ 2347.739137] R10: 0000000000000000 R11: 0000000000000246 R12: 000055b87fe154e0
[ 2347.739138] R13: 0000000000000028 R14: 000055b87fe37ba0 R15: 000055b87fd80830
[ 2347.739220] Mem-Info:
[ 2347.739234] active_anon:147595 inactive_anon:32698 isolated_anon:33
                active_file:179331 inactive_file:1436516 isolated_file:0
                unevictable:0 dirty:275652 writeback:871 unstable:0
                slab_reclaimable:26985 slab_unreclaimable:25224
                mapped:93270 shmem:16141 pagetables:5110 bounce:0
                free:24813 free_pcp:269 free_cma:0
[ 2347.739242] Node 0 active_anon:590380kB inactive_anon:130792kB active_file:717324kB inactive_file:5746064kB unevictable:0kB isolated(anon):132kB isolated(file):0kB mapped:373080kB dirty:1102608kB writeback:3484kB shmem:64564kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 0kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no
[ 2347.739245] Node 0 DMA free:15904kB min:140kB low:172kB high:204kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15904kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
[ 2347.739249] lowmem_reserve[]: 0 3450 7364 7364 7364
[ 2347.739251] Node 0 DMA32 free:47032kB min:31592kB low:39488kB high:47384kB active_anon:304kB inactive_anon:296kB active_file:52kB inactive_file:3553720kB unevictable:0kB writepending:888176kB present:3635264kB managed:3635072kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
[ 2347.739257] lowmem_reserve[]: 0 0 3914 3914 3914
[ 2347.739259] Node 0 Normal free:36316kB min:35844kB low:44804kB high:53764kB active_anon:590076kB inactive_anon:130244kB active_file:716476kB inactive_file:2192292kB unevictable:0kB writepending:218668kB present:4177920kB managed:4016880kB mlocked:0kB kernel_stack:8928kB pagetables:20440kB bounce:0kB free_pcp:948kB local_pcp:312kB free_cma:0kB
[ 2347.739264] lowmem_reserve[]: 0 0 0 0 0
[ 2347.739266] Node 0 DMA: 2*4kB (U) 1*8kB (U) 1*16kB (U) 2*32kB (U) 1*64kB (U) 1*128kB (U) 1*256kB (U) 0*512kB 1*1024kB (U) 1*2048kB (M) 3*4096kB (M) = 15904kB
[ 2347.739276] Node 0 DMA32: 4*4kB (UE) 3*8kB (E) 5*16kB (UE) 3*32kB (E) 6*64kB (UE) 4*128kB (UM) 3*256kB (UME) 1*512kB (U) 2*1024kB (ME) 1*2048kB (M) 10*4096kB (M) = 47448kB
[ 2347.739286] Node 0 Normal: 36*4kB (ME) 1*8kB (E) 129*16kB (E) 34*32kB (UME) 25*64kB (UME) 24*128kB (UE) 18*256kB (UE) 5*512kB (UM) 3*1024kB (UE) 1*2048kB (E) 4*4096kB (M) = 36648kB
[ 2347.739297] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
[ 2347.739299] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 2347.739299] 1632065 total pagecache pages
[ 2347.739304] 13 pages in swap cache
[ 2347.739306] Swap cache stats: add 26, delete 13, find 0/0
[ 2347.739306] Free swap  = 6008304kB
[ 2347.739307] Total swap = 6008828kB
[ 2347.739308] 1957294 pages RAM
[ 2347.739308] 0 pages HighMem/MovableOnly
[ 2347.739309] 40330 pages reserved
[ 2347.739309] 0 pages cma reserved
[ 2347.739310] 0 pages hwpoisoned
[ 2349.802033] kwin_wayland: page allocation failure: order:4, mode:0x40cc0(GFP_KERNEL|__GFP_COMP), nodemask=(null),cpuset=/,mems_allowed=0
[ 2349.802051] CPU: 1 PID: 1300 Comm: kwin_wayland Not tainted 5.3.0-0.rc2.git0.1.fc31.x86_64 #1
[ 2349.802052] Hardware name: HP HP Laptop 15-bw0xx/8332, BIOS F.51 05/31/2019
[ 2349.802054] Call Trace:
[ 2349.802083]  dump_stack+0x5c/0x80
[ 2349.802091]  warn_alloc.cold+0x7b/0xfb
[ 2349.802098]  ? _cond_resched+0x15/0x30
[ 2349.802102]  ? __alloc_pages_direct_compact+0x168/0x170
[ 2349.802105]  __alloc_pages_slowpath+0xdc4/0xe00
[ 2349.802109]  ? __switch_to_asm+0x34/0x70
[ 2349.802111]  ? __switch_to_asm+0x40/0x70
[ 2349.802112]  ? __switch_to_asm+0x34/0x70
[ 2349.802115]  __alloc_pages_nodemask+0x2ee/0x340
[ 2349.802122]  kmalloc_order+0x14/0x30
[ 2349.802125]  kmalloc_order_trace+0x1d/0xa0
[ 2349.802129]  kmemdup+0x18/0x40
[ 2349.802587]  dc_copy_state+0x1a/0xf0 [amdgpu]
[ 2349.802748]  dm_atomic_duplicate_state+0x4f/0x80 [amdgpu]
[ 2349.802826]  drm_atomic_get_private_obj_state+0xcc/0x140 [drm]
[ 2349.802951]  dm_determine_update_type_for_commit+0x3a8/0x420 [amdgpu]
[ 2349.803072]  amdgpu_dm_atomic_check+0x3d9/0x6d0 [amdgpu]
[ 2349.803094]  drm_atomic_check_only+0x54d/0x780 [drm]
[ 2349.803112]  drm_mode_atomic_ioctl+0x80a/0x950 [drm]
[ 2349.803131]  ? drm_atomic_set_property+0x9f0/0x9f0 [drm]
[ 2349.803146]  drm_ioctl_kernel+0xaa/0xf0 [drm]
[ 2349.803163]  drm_ioctl+0x208/0x390 [drm]
[ 2349.803180]  ? drm_atomic_set_property+0x9f0/0x9f0 [drm]
[ 2349.803251]  amdgpu_drm_ioctl+0x49/0x80 [amdgpu]
[ 2349.803256]  do_vfs_ioctl+0x405/0x660
[ 2349.803259]  ksys_ioctl+0x5e/0x90
[ 2349.803261]  __x64_sys_ioctl+0x16/0x20
[ 2349.803266]  do_syscall_64+0x5f/0x1a0
[ 2349.803271]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 2349.803277] RIP: 0033:0x7f38fab3207b
[ 2349.803281] Code: 0f 1e fa 48 8b 05 0d 9e 0c 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d dd 9d 0c 00 f7 d8 64 89 01 48
[ 2349.803284] RSP: 002b:00007fff831fea48 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 2349.803286] RAX: ffffffffffffffda RBX: 00007fff831fea90 RCX: 00007f38fab3207b
[ 2349.803287] RDX: 00007fff831fea90 RSI: 00000000c03864bc RDI: 0000000000000028
[ 2349.803289] RBP: 00000000c03864bc R08: 000055b87fe42a30 R09: 0000000000000000
[ 2349.803290] R10: 0000000000000000 R11: 0000000000000246 R12: 000055b87f7bc870
[ 2349.803291] R13: 0000000000000028 R14: 000055b87fb2a250 R15: 000055b87f5b7fb0
[ 2349.803343] Mem-Info:
[ 2349.803366] active_anon:135417 inactive_anon:44631 isolated_anon:1
                active_file:181546 inactive_file:1434268 isolated_file:0
                unevictable:0 dirty:304477 writeback:284 unstable:0
                slab_reclaimable:28202 slab_unreclaimable:25219
                mapped:93299 shmem:15980 pagetables:5110 bounce:0
                free:24525 free_pcp:260 free_cma:0
[ 2349.803371] Node 0 active_anon:541668kB inactive_anon:178524kB active_file:726184kB inactive_file:5737072kB unevictable:0kB isolated(anon):4kB isolated(file):0kB mapped:373196kB dirty:1217908kB writeback:1136kB shmem:63920kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 0kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no
[ 2349.803372] Node 0 DMA free:15904kB min:140kB low:172kB high:204kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15904kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
[ 2349.803377] lowmem_reserve[]: 0 3450 7364 7364 7364
[ 2349.803379] Node 0 DMA32 free:46980kB min:31592kB low:39488kB high:47384kB active_anon:304kB inactive_anon:296kB active_file:56kB inactive_file:3554256kB unevictable:0kB writepending:887992kB present:3635264kB managed:3635072kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
[ 2349.803384] lowmem_reserve[]: 0 0 3914 3914 3914
[ 2349.803386] Node 0 Normal free:35216kB min:35844kB low:44804kB high:53764kB active_anon:541620kB inactive_anon:178080kB active_file:725980kB inactive_file:2182376kB unevictable:0kB writepending:330756kB present:4177920kB managed:4016880kB mlocked:0kB kernel_stack:8928kB pagetables:20440kB bounce:0kB free_pcp:1040kB local_pcp:544kB free_cma:0kB
[ 2349.803390] lowmem_reserve[]: 0 0 0 0 0
[ 2349.803392] Node 0 DMA: 2*4kB (U) 1*8kB (U) 1*16kB (U) 2*32kB (U) 1*64kB (U) 1*128kB (U) 1*256kB (U) 0*512kB 1*1024kB (U) 1*2048kB (M) 3*4096kB (M) = 15904kB
[ 2349.803414] Node 0 DMA32: 5*4kB (UME) 6*8kB (UME) 6*16kB (UME) 3*32kB (E) 4*64kB (UE) 3*128kB (U) 2*256kB (UE) 1*512kB (U) 2*1024kB (ME) 1*2048kB (M) 10*4096kB (M) = 46980kB
[ 2349.803423] Node 0 Normal: 2*4kB (UM) 3*8kB (ME) 5*16kB (UM) 10*32kB (UME) 2*64kB (ME) 5*128kB (UME) 35*256kB (UME) 9*512kB (UM) 2*1024kB (ME) 5*2048kB (UME) 2*4096kB (M) = 35248kB
[ 2349.803434] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
[ 2349.803436] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 2349.803436] 1631881 total pagecache pages
[ 2349.803442] 10 pages in swap cache
[ 2349.803443] Swap cache stats: add 137, delete 127, find 0/0
[ 2349.803444] Free swap  = 6007792kB
[ 2349.803444] Total swap = 6008828kB
[ 2349.803445] 1957294 pages RAM
[ 2349.803446] 0 pages HighMem/MovableOnly
[ 2349.803446] 40330 pages reserved
[ 2349.803447] 0 pages cma reserved
[ 2349.803447] 0 pages hwpoisoned
[ 2349.804303] kwin_wayland: page allocation failure: order:4, mode:0x40dc0(GFP_KERNEL|__GFP_COMP|__GFP_ZERO), nodemask=(null),cpuset=/,mems_allowed=0
[ 2349.804309] CPU: 1 PID: 1300 Comm: kwin_wayland Not tainted 5.3.0-0.rc2.git0.1.fc31.x86_64 #1
[ 2349.804310] Hardware name: HP HP Laptop 15-bw0xx/8332, BIOS F.51 05/31/2019
[ 2349.804311] Call Trace:
[ 2349.804320]  dump_stack+0x5c/0x80
[ 2349.804323]  warn_alloc.cold+0x7b/0xfb
[ 2349.804327]  ? _cond_resched+0x15/0x30
[ 2349.804330]  ? __alloc_pages_direct_compact+0x168/0x170
[ 2349.804334]  __alloc_pages_slowpath+0xdc4/0xe00
[ 2349.804338]  ? __wake_up_common_lock+0x8a/0xc0
[ 2349.804341]  __alloc_pages_nodemask+0x2ee/0x340
[ 2349.804345]  kmalloc_order+0x14/0x30
[ 2349.804347]  kmalloc_order_trace+0x1d/0xa0
[ 2349.804519]  dc_create_state+0x1f/0x60 [amdgpu]
[ 2349.804636]  amdgpu_dm_atomic_commit_tail+0xbbd/0x1c50 [amdgpu]
[ 2349.804715]  ? amdgpu_move_blit.constprop.0+0x9c/0x110 [amdgpu]
[ 2349.804790]  ? amdgpu_bo_move+0x142/0x280 [amdgpu]
[ 2349.804800]  ? ttm_bo_handle_move_mem+0x10b/0x4f0 [ttm]
[ 2349.804806]  ? ttm_bo_validate+0x11b/0x130 [ttm]
[ 2349.804881]  ? amdgpu_bo_pin_restricted+0x243/0x270 [amdgpu]
[ 2349.804887]  ? ttm_eu_backoff_reservation+0x44/0x80 [ttm]
[ 2349.805000]  ? dm_plane_helper_prepare_fb+0x16a/0x2a0 [amdgpu]
[ 2349.805004]  ? _cond_resched+0x15/0x30
[ 2349.805007]  ? wait_for_completion_timeout+0x38/0x170
[ 2349.805025]  ? commit_tail+0x3c/0x70 [drm_kms_helper]
[ 2349.805035]  commit_tail+0x3c/0x70 [drm_kms_helper]
[ 2349.805046]  drm_atomic_helper_commit+0x108/0x110 [drm_kms_helper]
[ 2349.805057]  drm_atomic_helper_update_plane+0xec/0x100 [drm_kms_helper]
[ 2349.805088]  drm_mode_cursor_universal+0x12c/0x240 [drm]
[ 2349.805108]  ? drm_mode_object_put.part.0+0x1f/0x40 [drm]
[ 2349.805128]  drm_mode_cursor_common+0xc9/0x220 [drm]
[ 2349.805147]  ? drm_mode_setplane+0x2a0/0x2a0 [drm]
[ 2349.805165]  drm_mode_cursor_ioctl+0x4d/0x70 [drm]
[ 2349.805182]  drm_ioctl_kernel+0xaa/0xf0 [drm]
[ 2349.805198]  drm_ioctl+0x208/0x390 [drm]
[ 2349.805217]  ? drm_mode_setplane+0x2a0/0x2a0 [drm]
[ 2349.805295]  amdgpu_drm_ioctl+0x49/0x80 [amdgpu]
[ 2349.805299]  do_vfs_ioctl+0x405/0x660
[ 2349.805303]  ksys_ioctl+0x5e/0x90
[ 2349.805305]  __x64_sys_ioctl+0x16/0x20
[ 2349.805308]  do_syscall_64+0x5f/0x1a0
[ 2349.805311]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 2349.805313] RIP: 0033:0x7f38fab3207b
[ 2349.805316] Code: 0f 1e fa 48 8b 05 0d 9e 0c 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d dd 9d 0c 00 f7 d8 64 89 01 48
[ 2349.805318] RSP: 002b:00007fff831feb08 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 2349.805320] RAX: ffffffffffffffda RBX: 00007fff831feb40 RCX: 00007f38fab3207b
[ 2349.805321] RDX: 00007fff831feb40 RSI: 00000000c01c64a3 RDI: 0000000000000028
[ 2349.805322] RBP: 00000000c01c64a3 R08: 0000000000000080 R09: 0000000000000002
[ 2349.805323] R10: 0000000000000030 R11: 0000000000000246 R12: 0000000000000001
[ 2349.805324] R13: 0000000000000028 R14: 00007fff831fec80 R15: 00007fff831fec78
[ 2349.805346] ------------[ cut here ]------------
[ 2349.805577] WARNING: CPU: 1 PID: 1300 at drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:6109 amdgpu_dm_atomic_commit_tail.cold+0x96/0xe1 [amdgpu]
[ 2349.805578] Modules linked in: loop fuse rfcomm ip6t_REJECT nf_reject_ipv6 ip6t_rpfilter ipt_REJECT nf_reject_ipv4 xt_conntrack ebtable_nat ip6table_nat ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat iptable_mangle iptable_raw iptable_security nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c ip_set nfnetlink ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter ip_tables bnep sunrpc vfat fat iwlmvm uvcvideo mac80211 edac_mce_amd kvm_amd btusb btrtl libarc4 ccp btbcm videobuf2_vmalloc videobuf2_memops btintel videobuf2_v4l2 iwlwifi kvm bluetooth videobuf2_common snd_hda_codec_realtek snd_hda_codec_generic videodev ledtrig_audio snd_hda_codec_hdmi snd_hda_intel irqbypass snd_hda_codec cfg80211 mc crct10dif_pclmul crc32_pclmul snd_hda_core ecdh_generic hp_wmi ghash_clmulni_intel snd_hwdep wdat_wdt ecc snd_seq sparse_keymap joydev k10temp snd_seq_device wmi_bmof sp5100_tco snd_pcm fam15h_power rfkill i2c_piix4 snd_timer i2c_scmi hp_wireless snd soundcore
[ 2349.805613]  acpi_cpufreq amdgpu amd_iommu_v2 gpu_sched i2c_algo_bit ttm drm_kms_helper crc32c_intel serio_raw uas drm usb_storage r8169 wmi video hid_multitouch
[ 2349.805623] CPU: 1 PID: 1300 Comm: kwin_wayland Not tainted 5.3.0-0.rc2.git0.1.fc31.x86_64 #1
[ 2349.805624] Hardware name: HP HP Laptop 15-bw0xx/8332, BIOS F.51 05/31/2019
[ 2349.805740] RIP: 0010:amdgpu_dm_atomic_commit_tail.cold+0x96/0xe1 [amdgpu]
[ 2349.805743] Code: ff 48 c7 c7 a0 bd 82 c0 e8 37 5f 9d ee 0f 0b 83 7b 08 00 0f 85 dd 42 f2 ff e9 f5 42 f2 ff 48 c7 c7 a0 bd 82 c0 e8 1a 5f 9d ee <0f> 0b 48 8b 85 b8 fd ff ff 31 f6 48 8b b8 d0 db 00 00 e8 75 db fd
[ 2349.805745] RSP: 0018:ffff9fd482097830 EFLAGS: 00010246
[ 2349.805746] RAX: 0000000000000024 RBX: ffffffffc08f9c70 RCX: 0000000000000000
[ 2349.805747] RDX: 0000000000000000 RSI: ffff9431b7297908 RDI: ffff9431b7297908
[ 2349.805748] RBP: ffff9fd482097ae0 R08: ffff9431b7297908 R09: 00000000000004dc
[ 2349.805749] R10: 000000000001a8ec R11: 0000000000000003 R12: 0000000000000000
[ 2349.805750] R13: ffff9431ad69d000 R14: 00000000000001b8 R15: ffff943184e56080
[ 2349.805752] FS:  00007f38fa917940(0000) GS:ffff9431b7280000(0000) knlGS:0000000000000000
[ 2349.805753] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2349.805754] CR2: 00007f38e5108000 CR3: 00000001f4444000 CR4: 00000000001406e0
[ 2349.805756] Call Trace:
[ 2349.805834]  ? amdgpu_move_blit.constprop.0+0x9c/0x110 [amdgpu]
[ 2349.805909]  ? amdgpu_bo_move+0x142/0x280 [amdgpu]
[ 2349.805918]  ? ttm_bo_handle_move_mem+0x10b/0x4f0 [ttm]
[ 2349.805924]  ? ttm_bo_validate+0x11b/0x130 [ttm]
[ 2349.805999]  ? amdgpu_bo_pin_restricted+0x243/0x270 [amdgpu]
[ 2349.806005]  ? ttm_eu_backoff_reservation+0x44/0x80 [ttm]
[ 2349.806120]  ? dm_plane_helper_prepare_fb+0x16a/0x2a0 [amdgpu]
[ 2349.806123]  ? _cond_resched+0x15/0x30
[ 2349.806126]  ? wait_for_completion_timeout+0x38/0x170
[ 2349.806142]  ? commit_tail+0x3c/0x70 [drm_kms_helper]
[ 2349.806151]  commit_tail+0x3c/0x70 [drm_kms_helper]
[ 2349.806163]  drm_atomic_helper_commit+0x108/0x110 [drm_kms_helper]
[ 2349.806173]  drm_atomic_helper_update_plane+0xec/0x100 [drm_kms_helper]
[ 2349.806200]  drm_mode_cursor_universal+0x12c/0x240 [drm]
[ 2349.806221]  ? drm_mode_object_put.part.0+0x1f/0x40 [drm]
[ 2349.806241]  drm_mode_cursor_common+0xc9/0x220 [drm]
[ 2349.806259]  ? drm_mode_setplane+0x2a0/0x2a0 [drm]
[ 2349.806277]  drm_mode_cursor_ioctl+0x4d/0x70 [drm]
[ 2349.806293]  drm_ioctl_kernel+0xaa/0xf0 [drm]
[ 2349.806309]  drm_ioctl+0x208/0x390 [drm]
[ 2349.806327]  ? drm_mode_setplane+0x2a0/0x2a0 [drm]
[ 2349.806406]  amdgpu_drm_ioctl+0x49/0x80 [amdgpu]
[ 2349.806409]  do_vfs_ioctl+0x405/0x660
[ 2349.806413]  ksys_ioctl+0x5e/0x90
[ 2349.806415]  __x64_sys_ioctl+0x16/0x20
[ 2349.806418]  do_syscall_64+0x5f/0x1a0
[ 2349.806420]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 2349.806422] RIP: 0033:0x7f38fab3207b
[ 2349.806424] Code: 0f 1e fa 48 8b 05 0d 9e 0c 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d dd 9d 0c 00 f7 d8 64 89 01 48
[ 2349.806425] RSP: 002b:00007fff831feb08 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 2349.806427] RAX: ffffffffffffffda RBX: 00007fff831feb40 RCX: 00007f38fab3207b
[ 2349.806428] RDX: 00007fff831feb40 RSI: 00000000c01c64a3 RDI: 0000000000000028
[ 2349.806428] RBP: 00000000c01c64a3 R08: 0000000000000080 R09: 0000000000000002
[ 2349.806429] R10: 0000000000000030 R11: 0000000000000246 R12: 0000000000000001
[ 2349.806430] R13: 0000000000000028 R14: 00007fff831fec80 R15: 00007fff831fec78
[ 2349.806433] ---[ end trace 191f99cfe5966af8 ]---
[ 2349.806457] BUG: unable to handle page fault for address: 000000000000c9f4
[ 2349.806462] #PF: supervisor read access in kernel mode
[ 2349.806464] #PF: error_code(0x0000) - not-present page
[ 2349.806466] PGD 0 P4D 0 
[ 2349.806469] Oops: 0000 [#1] SMP NOPTI
[ 2349.806474] CPU: 1 PID: 1300 Comm: kwin_wayland Tainted: G        W         5.3.0-0.rc2.git0.1.fc31.x86_64 #1
[ 2349.806475] Hardware name: HP HP Laptop 15-bw0xx/8332, BIOS F.51 05/31/2019
[ 2349.806591] RIP: 0010:dc_resource_state_copy_construct+0x18/0xf0 [amdgpu]
[ 2349.806595] Code: 00 49 83 c4 01 44 39 e0 7f b5 5b 5d 41 5c 41 5d c3 c3 0f 1f 44 00 00 41 56 ba f8 c9 00 00 41 55 41 54 49 89 f4 55 4c 89 e5 53 <44> 8b ae f4 c9 00 00 48 89 fe 4c 89 e7 e8 46 ce 27 ef 49 8d 84 24
[ 2349.806597] RSP: 0018:ffff9fd482097800 EFLAGS: 00010246
[ 2349.806599] RAX: ffff9431ac260000 RBX: ffffffffc08f9c70 RCX: 0000000000000000
[ 2349.806601] RDX: 000000000000c9f8 RSI: 0000000000000000 RDI: ffff94311fd90000
[ 2349.806605] RBP: 0000000000000000 R08: ffff9431b7297908 R09: 00000000000004dc
[ 2349.806607] R10: 000000000001a8ec R11: 0000000000000003 R12: 0000000000000000
[ 2349.806608] R13: ffff9431ad69d000 R14: 00000000000001b8 R15: ffff943184e56080
[ 2349.806610] FS:  00007f38fa917940(0000) GS:ffff9431b7280000(0000) knlGS:0000000000000000
[ 2349.806612] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2349.806614] CR2: 000000000000c9f4 CR3: 00000001f4444000 CR4: 00000000001406e0
[ 2349.806615] Call Trace:
[ 2349.806734]  amdgpu_dm_atomic_commit_tail.cold+0xad/0xe1 [amdgpu]
[ 2349.806810]  ? amdgpu_move_blit.constprop.0+0x9c/0x110 [amdgpu]
[ 2349.806887]  ? amdgpu_bo_move+0x142/0x280 [amdgpu]
[ 2349.806896]  ? ttm_bo_handle_move_mem+0x10b/0x4f0 [ttm]
[ 2349.806904]  ? ttm_bo_validate+0x11b/0x130 [ttm]
[ 2349.806979]  ? amdgpu_bo_pin_restricted+0x243/0x270 [amdgpu]
[ 2349.806986]  ? ttm_eu_backoff_reservation+0x44/0x80 [ttm]
[ 2349.807103]  ? dm_plane_helper_prepare_fb+0x16a/0x2a0 [amdgpu]
[ 2349.807107]  ? _cond_resched+0x15/0x30
[ 2349.807110]  ? wait_for_completion_timeout+0x38/0x170
[ 2349.807125]  ? commit_tail+0x3c/0x70 [drm_kms_helper]
[ 2349.807135]  commit_tail+0x3c/0x70 [drm_kms_helper]
[ 2349.807145]  drm_atomic_helper_commit+0x108/0x110 [drm_kms_helper]
[ 2349.807156]  drm_atomic_helper_update_plane+0xec/0x100 [drm_kms_helper]
[ 2349.807180]  drm_mode_cursor_universal+0x12c/0x240 [drm]
[ 2349.807199]  ? drm_mode_object_put.part.0+0x1f/0x40 [drm]
[ 2349.807219]  drm_mode_cursor_common+0xc9/0x220 [drm]
[ 2349.807241]  ? drm_mode_setplane+0x2a0/0x2a0 [drm]
[ 2349.807259]  drm_mode_cursor_ioctl+0x4d/0x70 [drm]
[ 2349.807275]  drm_ioctl_kernel+0xaa/0xf0 [drm]
[ 2349.807294]  drm_ioctl+0x208/0x390 [drm]
[ 2349.807312]  ? drm_mode_setplane+0x2a0/0x2a0 [drm]
[ 2349.807387]  amdgpu_drm_ioctl+0x49/0x80 [amdgpu]
[ 2349.807392]  do_vfs_ioctl+0x405/0x660
[ 2349.807395]  ksys_ioctl+0x5e/0x90
[ 2349.807397]  __x64_sys_ioctl+0x16/0x20
[ 2349.807400]  do_syscall_64+0x5f/0x1a0
[ 2349.807403]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 2349.807405] RIP: 0033:0x7f38fab3207b
[ 2349.807407] Code: 0f 1e fa 48 8b 05 0d 9e 0c 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d dd 9d 0c 00 f7 d8 64 89 01 48
[ 2349.807409] RSP: 002b:00007fff831feb08 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 2349.807411] RAX: ffffffffffffffda RBX: 00007fff831feb40 RCX: 00007f38fab3207b
[ 2349.807413] RDX: 00007fff831feb40 RSI: 00000000c01c64a3 RDI: 0000000000000028
[ 2349.807414] RBP: 00000000c01c64a3 R08: 0000000000000080 R09: 0000000000000002
[ 2349.807415] R10: 0000000000000030 R11: 0000000000000246 R12: 0000000000000001
[ 2349.807417] R13: 0000000000000028 R14: 00007fff831fec80 R15: 00007fff831fec78
[ 2349.807419] Modules linked in: loop fuse rfcomm ip6t_REJECT nf_reject_ipv6 ip6t_rpfilter ipt_REJECT nf_reject_ipv4 xt_conntrack ebtable_nat ip6table_nat ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat iptable_mangle iptable_raw iptable_security nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c ip_set nfnetlink ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter ip_tables bnep sunrpc vfat fat iwlmvm uvcvideo mac80211 edac_mce_amd kvm_amd btusb btrtl libarc4 ccp btbcm videobuf2_vmalloc videobuf2_memops btintel videobuf2_v4l2 iwlwifi kvm bluetooth videobuf2_common snd_hda_codec_realtek snd_hda_codec_generic videodev ledtrig_audio snd_hda_codec_hdmi snd_hda_intel irqbypass snd_hda_codec cfg80211 mc crct10dif_pclmul crc32_pclmul snd_hda_core ecdh_generic hp_wmi ghash_clmulni_intel snd_hwdep wdat_wdt ecc snd_seq sparse_keymap joydev k10temp snd_seq_device wmi_bmof sp5100_tco snd_pcm fam15h_power rfkill i2c_piix4 snd_timer i2c_scmi hp_wireless snd soundcore
[ 2349.807450]  acpi_cpufreq amdgpu amd_iommu_v2 gpu_sched i2c_algo_bit ttm drm_kms_helper crc32c_intel serio_raw uas drm usb_storage r8169 wmi video hid_multitouch
[ 2349.807464] CR2: 000000000000c9f4
[ 2349.807476] ---[ end trace 191f99cfe5966af9 ]---
[ 2349.807592] RIP: 0010:dc_resource_state_copy_construct+0x18/0xf0 [amdgpu]
[ 2349.807603] Code: 00 49 83 c4 01 44 39 e0 7f b5 5b 5d 41 5c 41 5d c3 c3 0f 1f 44 00 00 41 56 ba f8 c9 00 00 41 55 41 54 49 89 f4 55 4c 89 e5 53 <44> 8b ae f4 c9 00 00 48 89 fe 4c 89 e7 e8 46 ce 27 ef 49 8d 84 24
[ 2349.807606] RSP: 0018:ffff9fd482097800 EFLAGS: 00010246
[ 2349.807608] RAX: ffff9431ac260000 RBX: ffffffffc08f9c70 RCX: 0000000000000000
[ 2349.807610] RDX: 000000000000c9f8 RSI: 0000000000000000 RDI: ffff94311fd90000
[ 2349.807612] RBP: 0000000000000000 R08: ffff9431b7297908 R09: 00000000000004dc
[ 2349.807613] R10: 000000000001a8ec R11: 0000000000000003 R12: 0000000000000000
[ 2349.807615] R13: ffff9431ad69d000 R14: 00000000000001b8 R15: ffff943184e56080
[ 2349.807617] FS:  00007f38fa917940(0000) GS:ffff9431b7280000(0000) knlGS:0000000000000000
[ 2349.807619] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2349.807621] CR2: 000000000000c9f4 CR3: 00000001f4444000 CR4: 00000000001406e0



2. What is the Version-Release number of the kernel:
kernel-5.3.0-0.rc2.git0.1.fc31

3. Did it work previously in Fedora? If so, what kernel version did the issue
   *first* appear?  Old kernels are available for download at
   https://koji.fedoraproject.org/koji/packageinfo?packageID=8 :
Yes. The issue first appeared with kernel-5.3.0-0.rc2.git0.1.fc31. 5.3-rc2 had many amdgpu changes according to https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/?id=v5.3-rc2&id2=v5.3-rc1&dt=2


4. Can you reproduce this issue? If so, please provide the steps to reproduce
   the issue below:
I haven't tried the specific steps that led to the issue again. I have seen at least two other crashes of kwin_wayland in Plasma 5.16.2 on Wayland in rawhide with kernel-5.3.0 which didn't show traces in abrt or coredumpctl.

1. Install from the Fedora Rawhide/31 KDE Plasma spin image Fedora-KDE-Live-x86_64-Rawhide-20190724.n.0.iso at
https://koji.fedoraproject.org/koji/buildinfo?buildID=1319740

2. In the installed Plasma on Wayland desktop, run sudo dnf install x*amd* kwin*way* pla*way* to install
kwayland-integration-5.16.2-1.fc31.x86_64     
kwin-wayland-5.16.2-1.fc31.x86_64             
plasma-workspace-wayland-5.16.2-2.fc31.x86_64 
xorg-x11-drv-amdgpu-19.0.1-1.fc31.x86_64      
xorg-x11-server-Xwayland-1.20.5-5.fc31.x86_64 

3. sudo dnf upgrade --refresh

4. install kernel-5.3.0-0.rc2.git0.1.fc31 if it isn't already

5. Boot the installation into kernel-5.3.0-0.rc2.git0.1.fc31 on a system with an AMD GPU which uses the amdgpu drivers in my case an HP laptop with AMD A10-9620P and integrated Radeon R5 GPU. lspci shows the Radeon R5 GPU as
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani [Radeon R5/R6/R7 Graphics] (rev ca)

6. log into Plasma on Wayland from sddm.

7. Start dolphin.

8. Copy and paste several directories with hundreds of files from one drive to another with dolphin.


5. Does this problem occur with the latest Rawhide kernel? To install the
   Rawhide kernel, run ``sudo dnf install fedora-repos-rawhide`` followed by
   ``sudo dnf update --enablerepo=rawhide kernel``:
I haven't tried the latest Rawhide 5.3.0-0.rc2.git2.2.fc31 yet


6. Are you running any modules that not shipped with directly Fedora's kernel?:
No.

7. Please attach the kernel logs. You can get the complete kernel log
   for a boot with ``journalctl --no-hostname -k > dmesg.txt``. If the
   issue occurred on a previous boot, use the journalctl ``-b`` flag.

I'll attach the abrt output including the full kernel log. abrt didn't allow the submission normally due to an incomplete trace though a few of the traces are present in the dmesg output.