Hi Dave, Daniel,
A few fixes for 5.8. It would be nice to get these in for 5.8 final, but if it's too late, they can go back via stable from 5.9.
The following changes since commit a4a2739beb8933a19281bca077fdb852598803ed:
Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-07-29 12:46:58 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-29
for you to fetch changes up to a4f8b953a42ef6f3655dcf83d560528b9f4162dc:
drm/amd/display: Clear dm_state for fast updates (2020-07-29 23:17:23 -0400)
---------------------------------------------------------------- amd-drm-fixes-5.8-2020-07-29:
amdgpu: - Fix a regression caused by a NULL pointer fix - Fix potential kernel info leak - Fix a use-after-free bug that was uncovered by another change in 5.7
---------------------------------------------------------------- Mazin Rezk (1): drm/amd/display: Clear dm_state for fast updates
Paweł Gronowski (1): drm/amdgpu: Fix regression in adjusting power table/profile
Peilin Ye (1): drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 9 ++++-- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 36 +++++++++++++++++------ 3 files changed, 36 insertions(+), 12 deletions(-)
On Wed, Jul 29, 2020 at 11:36 PM Alex Deucher alexdeucher@gmail.com wrote:
Hi Dave, Daniel,
A few fixes for 5.8. It would be nice to get these in for 5.8 final, but if it's too late, they can go back via stable from 5.9.
Ignore this one. The NULL pointer regression fix didn't fully fix the issue, so I'm going to send a new PR with a revert of the original patch.
Sorry for the confusion.
Alex
The following changes since commit a4a2739beb8933a19281bca077fdb852598803ed:
Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-07-29 12:46:58 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-29
for you to fetch changes up to a4f8b953a42ef6f3655dcf83d560528b9f4162dc:
drm/amd/display: Clear dm_state for fast updates (2020-07-29 23:17:23 -0400)
amd-drm-fixes-5.8-2020-07-29:
amdgpu:
- Fix a regression caused by a NULL pointer fix
- Fix potential kernel info leak
- Fix a use-after-free bug that was uncovered by another change in 5.7
Mazin Rezk (1): drm/amd/display: Clear dm_state for fast updates
Paweł Gronowski (1): drm/amdgpu: Fix regression in adjusting power table/profile
Peilin Ye (1): drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 9 ++++-- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 36 +++++++++++++++++------ 3 files changed, 36 insertions(+), 12 deletions(-)
dri-devel@lists.freedesktop.org