lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 5 Oct 2018 08:50:19 +1000
From:   Dave Airlie <airlied@...il.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        dri-devel <dri-devel@...ts.freedesktop.org>,
        Linus Torvalds <torvalds@...ux-foundation.org>
Subject: [git pull] drm fixes for 4.19-rc7 (part 2)

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ