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]
Message-ID: <CAPM=9twm_TjmNrr7VELofghf58qpo=-1VmFf_pNr6tBNKZL-aw@mail.gmail.com>
Date:   Fri, 10 Dec 2021 14:28:53 +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.16-rc5

Hi Linus,

Regular fixes, pretty small overall, couple of core fixes, two i915
and two amdgpu, hopefully it stays this quiet.

Regards,
Dave.

drm-fixes-2021-12-10:
drm fixes for 5.16-rc5

ttm:
- fix ttm_bo_swapout

syncobj:
- fix fence find bug with signalled fences

i915:
- fix error pointer deref in gem execbuffer
- fix for GT init with GuC/HuC on ICL

amdgpu:
- DPIA fix
- eDP fix
The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:

  Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-12-10

for you to fetch changes up to 675a095789a2663fe02fdebd6023e29d7f1f51ac:

  Merge tag 'amd-drm-fixes-5.16-2021-12-08' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-12-10
14:10:55 +1000)

----------------------------------------------------------------
drm fixes for 5.16-rc5

ttm:
- fix ttm_bo_swapout

syncobj:
- fix fence find bug with signalled fences

i915:
- fix error pointer deref in gem execbuffer
- fix for GT init with GuC/HuC on ICL

amdgpu:
- DPIA fix
- eDP fix

----------------------------------------------------------------
Bas Nieuwenhuizen (1):
      drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence.

Christian König (1):
      drm/ttm: fix ttm_bo_swapout

Dan Carpenter (1):
      drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()

Dave Airlie (3):
      Merge tag 'drm-misc-fixes-2021-12-09' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2021-12-09' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'amd-drm-fixes-5.16-2021-12-08' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Mikita Lipski (1):
      drm/amd/display: prevent reading unitialized links

Nicholas Kazlauskas (1):
      drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset

Raviteja Goud Talla (1):
      drm/i915/gen11: Moving WAs to icl_gt_workarounds_init()

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  7 ++++++-
 drivers/gpu/drm/amd/display/dc/dc_link.h          |  2 ++
 drivers/gpu/drm/drm_syncobj.c                     | 11 ++++++++++-
 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c    |  1 +
 drivers/gpu/drm/i915/gt/intel_workarounds.c       | 18 +++++++++---------
 drivers/gpu/drm/ttm/ttm_bo.c                      |  3 ++-
 6 files changed, 30 insertions(+), 12 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ