mbox series

[git,pull] drm fixes for 4.19-rc7 (part 2)

Message ID CAPM=9tyQkPpELE8C6Fcg7icLNO0b_vsWRMDJgyy_5NCveNuEjQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] drm fixes for 4.19-rc7 (part 2) | expand

Pull-request

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-10-05

Message

Dave Airlie Oct. 4, 2018, 10:50 p.m. UTC
Hey Greg,

I was meant to take today off so sent the pull yesterday, but some
more stuff came in and I'd rather not sit on it,

Two fixes for amdgpu:
one corrects a use of process->mm
one fix for display code race condition that can result in a crash

Two core fixes:
One for a use-after-free in the leasing code
One for a cma/fbdev crash.

Thanks,
Dave.

drm-fixes-2018-10-05:
amdgpu and two core fixes
The following changes since commit d8938c981f58ee344687b7910a611ac345960045:

  Merge branch 'drm-tda9950-fixes' of
git://git.armlinux.org.uk/~rmk/linux-arm into drm-fixes (2018-10-04
10:32:14 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-10-05

for you to fetch changes up to bdf800c6fdf5674999bc0228d5040cc0ae218fa8:

  Merge branch 'drm-fixes-4.19' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-10-05
08:39:35 +1000)

----------------------------------------------------------------
amdgpu and two core fixes

----------------------------------------------------------------
Dave Airlie (2):
      Merge tag 'drm-misc-fixes-2018-10-04' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge branch 'drm-fixes-4.19' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Felix Kuehling (1):
      drm/amdkfd: Fix incorrect use of process->mm

Jann Horn (1):
      drm: fix use-after-free read in drm_mode_create_lease_ioctl()

Noralf Trønnes (1):
      drm/cma-helper: Fix crash in fbdev error path

Shirish S (1):
      drm/amd/display: Signal hw_done() after waiting for flip_done()

 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  | 37 +++++++++++++++++-----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 10 ++++--
 drivers/gpu/drm/drm_client.c                       | 35 ++++++++++++++------
 drivers/gpu/drm/drm_fb_cma_helper.c                |  4 ++-
 drivers/gpu/drm/drm_fb_helper.c                    |  4 ++-
 drivers/gpu/drm/drm_lease.c                        |  6 ++--
 include/drm/drm_client.h                           |  5 +--
 7 files changed, 75 insertions(+), 26 deletions(-)

Comments

Greg Kroah-Hartman Oct. 5, 2018, 12:36 a.m. UTC | #1
On Fri, Oct 05, 2018 at 08:50:19AM +1000, Dave Airlie wrote:
> Hey Greg,
> 
> I was meant to take today off so sent the pull yesterday, but some
> more stuff came in and I'd rather not sit on it,
> 
> Two fixes for amdgpu:
> one corrects a use of process->mm
> one fix for display code race condition that can result in a crash
> 
> Two core fixes:
> One for a use-after-free in the leasing code
> One for a cma/fbdev crash.
> 
> Thanks,
> Dave.
> 
> drm-fixes-2018-10-05:
> amdgpu and two core fixes
> The following changes since commit d8938c981f58ee344687b7910a611ac345960045:
> 
>   Merge branch 'drm-tda9950-fixes' of
> git://git.armlinux.org.uk/~rmk/linux-arm into drm-fixes (2018-10-04
> 10:32:14 +1000)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-10-05

Now pulled, thanks.

greg k-h