Merge tag 'drm-fixes-2020-07-31' of git://anongit.freedesktop.org/drm/drm
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jul 2020 04:26:42 +0000 (21:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jul 2020 04:26:42 +0000 (21:26 -0700)
commitd8b9faec54ae4bc2fff68bcd0befa93ace8256ce
treefe3c9f5ecf0c2e105d236f1257edbc3df536d74d
parenta2ec905d1e160a33b2e210e45ad30445ef26ce0e
parent887c909dd5d557c203a233ebbe238c18438a680a
Merge tag 'drm-fixes-2020-07-31' of git://anongit.freedesktop.org/drm/drm

Pull more drm fixes from Dave Airlie:
 "As mentioned previously this contains the nouveau regression fix.

  amdgpu had three fixes outstanding as well, one revert, an info leak
  and use after free. The use after free is a bit trickier than I'd
  like, and I've personally gone over it to confirm I'm happy that it is
  doing what it says.

  nouveau:
   - final modifiers regression fix

  amdgpu:
   - Revert a fix which caused other regressions
   - Fix potential kernel info leak
   - Fix a use-after-free bug that was uncovered by another change in 5.7"

* tag 'drm-fixes-2020-07-31' of git://anongit.freedesktop.org/drm/drm:
  drm/nouveau: Accept 'legacy' format modifiers
  Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
  drm/amd/display: Clear dm_state for fast updates
  drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()