mbox series

[PULL] drm-misc-fixes

Message ID 20230914122649.GA28252@linux-uq9g (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-09-14

Message

Thomas Zimmermann Sept. 14, 2023, 12:26 p.m. UTC
Hi Dave and Daniel,

this is the weekly PR for drm-misc-fixes.

Best regards
Thomas

drm-misc-fixes-2023-09-14:
Short summary of fixes pull:

 * radeon: Uninterruptible fence waiting
 * tests: Fix use-after-free bug
 * vkms: Revert hrtimer fix
The following changes since commit afaf2b38025ab327c85e218f36d1819e777d4d45:

  Merge tag 'drm-misc-next-fixes-2023-09-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2023-09-11 16:23:42 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-09-14

for you to fetch changes up to 139a27854bf5ce93ff9805f9f7683b88c13074dc:

  drm/tests: helpers: Avoid a driver uaf (2023-09-14 13:57:58 +0200)

----------------------------------------------------------------
Short summary of fixes pull:

 * radeon: Uninterruptible fence waiting
 * tests: Fix use-after-free bug
 * vkms: Revert hrtimer fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/radeon: make fence wait in suballocator uninterrruptable

Maíra Canal (1):
      Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"

Thomas Hellström (1):
      drm/tests: helpers: Avoid a driver uaf

Thomas Zimmermann (1):
      Merge drm/drm-fixes into drm-misc-fixes

 drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c |  2 +-
 drivers/gpu/drm/drm_connector.c        |  2 ++
 drivers/gpu/drm/radeon/radeon_sa.c     |  2 +-
 drivers/gpu/drm/tiny/gm12u320.c        | 10 +++++-----
 drivers/gpu/drm/vkms/vkms_composer.c   |  9 ++-------
 drivers/gpu/drm/vkms/vkms_crtc.c       |  9 ++++-----
 drivers/gpu/drm/vkms/vkms_drv.h        |  4 +---
 include/drm/drm_kunit_helpers.h        |  4 +++-
 8 files changed, 19 insertions(+), 23 deletions(-)