Loading drivers/gpu/drm/amd/amdkfd/kfd_process.c +1 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,7 @@ static struct kfd_process *create_process(const struct task_struct *thread) synchronize_rcu(); mmu_notifier_unregister_no_release(&process->mmu_notifier, process->mm); err_mmu_notifier: mutex_destroy(&process->mutex); kfd_pasid_free(process->pasid); err_alloc_pasid: kfree(process->queues); Loading Loading
drivers/gpu/drm/amd/amdkfd/kfd_process.c +1 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,7 @@ static struct kfd_process *create_process(const struct task_struct *thread) synchronize_rcu(); mmu_notifier_unregister_no_release(&process->mmu_notifier, process->mm); err_mmu_notifier: mutex_destroy(&process->mutex); kfd_pasid_free(process->pasid); err_alloc_pasid: kfree(process->queues); Loading