Hi Dave, Daniel, A couple more fixes for 5.19 this week. These are in addition to the PR I sent late last week: https://lists.freedesktop.org/archives/amd-gfx/2022-July/081597.html The following changes since commit 2d4bd81fea1ad6ebba543bd6da3ef5179d130e6a: drm/amd/display: Fix new dmub notification enabling in DM (2022-07-15 10:04:59 -0400) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.19-2022-07-20 for you to fetch changes up to 90af0ca047f3049c4b46e902f432ad6ef1e2ded6: drm/amdgpu: Protect the amdgpu_bo_list list with a mutex v2 (2022-07-20 16:23:34 -0400) ---------------------------------------------------------------- amd-drm-fixes-5.19-2022-07-20: amdgpu: - Drop redundant buffer cleanup that can lead to a segfault - Add a bo_list mutex to avoid possible list corruption in CS ---------------------------------------------------------------- Luben Tuikov (1): drm/amdgpu: Protect the amdgpu_bo_list list with a mutex v2 xinhui pan (1): drm/amdgpu: Remove one duplicated ef removal drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 6 ------ drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 3 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h | 4 ++++ drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 16 +++++++++++++--- 4 files changed, 19 insertions(+), 10 deletions(-)