[git pull] amdkfd fixes 4.15

Oded Gabbay oded.gabbay at gmail.com
Sun Nov 26 12:00:18 UTC 2017


Hi Dave,

This is amdkfd pull request for -rc2. It contains three small fixes to the
CIK SDMA code, compilation error fix in kfd_ioctl.h and fix to accessing
a pointer after it was released.

Thanks,
Oded

The following changes since commit c209101fc1c91a318422733a3721ff6a9ff7899f:

  Merge tag 'drm-misc-fixes-2017-11-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2017-11-24 11:33:29 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-fixes-2017-11-26

for you to fetch changes up to b4d085201d86af69cbda2214c6dafc0be240ef9f:

  uapi: fix linux/kfd_ioctl.h userspace compilation errors (2017-11-26 11:31:32 +0200)

----------------------------------------------------------------
Dmitry V. Levin (1):
      uapi: fix linux/kfd_ioctl.h userspace compilation errors

Felix Kuehling (2):
      drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled mode
      drm/amdkfd: Fix SDMA oversubsription handling

Randy Dunlap (1):
      drm/amdkfd: fix amdkfd use-after-free GP fault

shaoyunl (1):
      drm/amdkfd: Fix SDMA ring buffer size calculation

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c  | 47 ++++++++++++++++------
 drivers/gpu/drm/amd/amdkfd/kfd_module.c            |  3 +-
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c   |  4 +-
 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 18 +++++++++
 include/uapi/linux/kfd_ioctl.h                     | 22 +++++-----
 5 files changed, 67 insertions(+), 27 deletions(-)


More information about the dri-devel mailing list