All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Yang <Philip.Yang@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: <Felix.Kuehling@amd.com>, <christian.koenig@amd.com>,
	Philip Yang <Philip.Yang@amd.com>
Subject: [PATCH 0/3] Remove process exit error message
Date: Wed, 14 May 2025 13:10:01 -0400	[thread overview]
Message-ID: <20250514171004.4259-1-Philip.Yang@amd.com> (raw)

This series fix the dmesg error message "still active bo inside vm" and
2 potential races when process exit and vm cleanup.

Philip Yang (3):
  drm/amdgpu: seq64 memory unmap uses uninterruptible lock
  drm/amdgpu: amdgpu_vm_fini hold vm lock to access vm->va
  drm/amdkfd: destroy_pdds release pdd->drm_file at end

 drivers/gpu/drm/amd/amdgpu/amdgpu_seq64.c |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c    |  8 ++++----
 drivers/gpu/drm/amd/amdkfd/kfd_process.c  | 10 +++++++---
 3 files changed, 12 insertions(+), 8 deletions(-)

-- 
2.49.0


             reply	other threads:[~2025-05-14 17:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-14 17:10 Philip Yang [this message]
2025-05-14 17:10 ` [PATCH 1/3] drm/amdgpu: seq64 memory unmap uses uninterruptible lock Philip Yang
2025-05-21  7:06   ` Christian König
2025-05-14 17:10 ` [PATCH 2/3] drm/amdgpu: amdgpu_vm_fini hold vm lock to access vm->va Philip Yang
2025-05-15 12:18   ` Christian König
2025-05-15 14:40   ` Chen, Xiaogang
2025-05-15 19:47     ` Philip Yang
2025-05-14 17:10 ` [PATCH 3/3] drm/amdkfd: destroy_pdds release pdd->drm_file at end Philip Yang
2025-05-15 14:29   ` Chen, Xiaogang
2025-05-15 20:45     ` Philip Yang
2025-05-15 21:31       ` Chen, Xiaogang
2025-05-16 13:07         ` Philip Yang
2025-05-16 15:19           ` Chen, Xiaogang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250514171004.4259-1-Philip.Yang@amd.com \
    --to=philip.yang@amd.com \
    --cc=Felix.Kuehling@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.