All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu drm-fixes-5.8
Date: Wed, 29 Jul 2020 23:36:30 -0400	[thread overview]
Message-ID: <20200730033630.4455-1-alexander.deucher@amd.com> (raw)

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(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Alex Deucher <alexdeucher@gmail.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu drm-fixes-5.8
Date: Wed, 29 Jul 2020 23:36:30 -0400	[thread overview]
Message-ID: <20200730033630.4455-1-alexander.deucher@amd.com> (raw)

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(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2020-07-30  3:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-30  3:36 Alex Deucher [this message]
2020-07-30  3:36 ` [pull] amdgpu drm-fixes-5.8 Alex Deucher
2020-07-30 15:06 ` Alex Deucher
2020-07-30 15:06   ` Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2020-07-23  3:26 Alex Deucher
2020-07-23  3:26 ` Alex Deucher
2020-07-15 21:39 Alex Deucher
2020-07-15 21:39 ` Alex Deucher
2020-07-01 19:44 Alex Deucher
2020-07-01 19:44 ` Alex Deucher
2020-06-04 18:19 Alex Deucher
2020-06-04 18:19 ` Alex Deucher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200730033630.4455-1-alexander.deucher@amd.com \
    --to=alexdeucher@gmail.com \
    --cc=airlied@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.