On Wed, Jul 31, 2019 at 03:27:35PM +0530, Bharata B Rao wrote: > > - kfree(fault->dma); > > + return VM_FAULT_SIGBUS; > Looks like nouveau_dmem_fault_copy_one() is now returning VM_FAULT_SIGBUS > for success case. Is this expected? No, fixed.
On Wed, Jul 31, 2019 at 03:27:35PM +0530, Bharata B Rao wrote: > > - kfree(fault->dma); > > + return VM_FAULT_SIGBUS; > Looks like nouveau_dmem_fault_copy_one() is now returning VM_FAULT_SIGBUS > for success case. Is this expected? No, fixed.