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, 16 Aug 2019 14:21:56 +1000
From:   Dave Airlie <airlied@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Daniel Vetter <daniel.vetter@...ll.ch>
Cc:     dri-devel <dri-devel@...ts.freedesktop.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] drm fixes for 5.3-rc5

Hi Linus,

Nothing too crazy this week, one amdgpu fix to use vmalloc for a
struct that grew in size, and another MST fix for nouveau, and some
other misc fixes.

Regards,
Dave.

drm-fixes-2019-08-16:
drm fixes for 5.3-rc5

i915:
- single GVT use after free fix

scheduler:
- entity destruction race fix

amdgpu:
- struct allocation fix
- gfx9 soft recovery fix

nouveau:
- followup MST fix

ast:
- vga register race fix.
The following changes since commit d45331b00ddb179e291766617259261c112db872:

  Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-08-16

for you to fetch changes up to a85abd5d45adba75535b7fc6d9f78329a693b7a9:

  Merge tag 'drm-intel-fixes-2019-08-15' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2019-08-16
12:41:52 +1000)

----------------------------------------------------------------
drm fixes for 5.3-rc5

i915:
- single GVT use after free fix

scheduler:
- entity destruction race fix

amdgpu:
- struct allocation fix
- gfx9 soft recovery fix

nouveau:
- followup MST fix

ast:
- vga register race fix.

----------------------------------------------------------------
Alex Deucher (1):
      drm/amd/display: use kvmalloc for dc_state (v2)

Christian König (1):
      drm/scheduler: use job count instead of peek

Dan Carpenter (1):
      drm/i915: Use after free in error path in intel_vgpu_create_workload()

Dave Airlie (2):
      Merge tag 'drm-fixes-5.3-2019-08-14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2019-08-15' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Jani Nikula (1):
      Merge tag 'gvt-fixes-2019-08-13' of
https://github.com/intel/gvt-linux into drm-intel-fixes

Lyude Paul (1):
      drm/nouveau: Only recalculate PBN/VCPI on mode/connector changes

Pierre-Eric Pelloux-Prayer (1):
      drm/amdgpu: fix gfx9 soft recovery

Y.C. Chen (1):
      drm/ast: Fixed reboot test may cause system hanged

 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c    |  2 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c | 11 ++++++-----
 drivers/gpu/drm/ast/ast_main.c           |  5 ++++-
 drivers/gpu/drm/ast/ast_mode.c           |  2 +-
 drivers/gpu/drm/ast/ast_post.c           |  2 +-
 drivers/gpu/drm/i915/gvt/scheduler.c     |  4 ++--
 drivers/gpu/drm/nouveau/dispnv50/disp.c  | 22 +++++++++++++---------
 drivers/gpu/drm/scheduler/sched_entity.c |  4 ++--
 8 files changed, 30 insertions(+), 22 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ