Thanks. I cherry-picked these to my tree. Sorry for the delay. Alex On Fri, Aug 23, 2024 at 3:53 AM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > > On Fri, Aug 23, 2024 at 09:21:14AM +0200, Thomas Zimmermann wrote: > > > Acked-by: Thomas Zimmermann <tzimmermann@xxxxxxx> > > > > Thank you so much. > > OK, Acked-by added, branch force-pushed to > git://git.kernel.org:/pub/scm/linux/kernel/git/viro/vfs.git #for-drm > > In case if anybody wants a signed pull request, see below; or just > cherry-pick, etc. - entirely up to drm and amd folks... > > The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: > > Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-for-drm > > for you to fetch changes up to 30581926c42d1886cce2a04dcf615f551d829814: > > amdgpu: get rid of bogus includes of fdtable.h (2024-08-23 03:46:46 -0400) > > ---------------------------------------------------------------- > get rid of racy manipulations of descriptor table in amdgpu > > ---------------------------------------------------------------- > Al Viro (4): > new helper: drm_gem_prime_handle_to_dmabuf() > amdgpu: fix a race in kfd_mem_export_dmabuf() > amdkfd CRIU fixes > amdgpu: get rid of bogus includes of fdtable.h > > .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c | 1 - > drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 12 +--- > drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c | 1 - > drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 64 ++++++++++++----- > drivers/gpu/drm/drm_prime.c | 84 ++++++++++++++-------- > include/drm/drm_prime.h | 3 + > 6 files changed, 106 insertions(+), 59 deletions(-)