mbox series

[PULL] drm-xe-fixes

Message ID 6bontwst3mbxozs6u3ad5n3g5zmaucrngbfwv4hkfhpscnwlym@wlwjgjx6pwue (mailing list archive)
State New
Headers show
Series [PULL] drm-xe-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-05-02

Message

Lucas De Marchi May 2, 2024, 4:37 p.m. UTC
Hi Dave and Sima,

Please pull the drm-xe-fixes for this week targeting v6.9-rc7.

Two important fixes: one avoiding a use-after-free in the rebind worker
and the other to make display work in ADL-N.

thanks
Lucas De Marchi

drm-xe-fixes-2024-05-02:
- Fix UAF on rebind worker
- Fix ADL-N display integration
The following changes since commit e67572cd2204894179d89bd7b984072f19313b03:

   Linux 6.9-rc6 (2024-04-28 13:47:24 -0700)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-05-02

for you to fetch changes up to df04b152fca2d46e75fbb74ed79299bc420bc9e6:

   drm/xe/display: Fix ADL-N detection (2024-05-02 11:11:01 -0500)

----------------------------------------------------------------
- Fix UAF on rebind worker
- Fix ADL-N display integration

----------------------------------------------------------------
Lucas De Marchi (1):
       drm/xe/display: Fix ADL-N detection

Matthew Auld (1):
       drm/xe/vm: prevent UAF in rebind_work_func()

  drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h | 3 ++-
  drivers/gpu/drm/xe/xe_vm.c                        | 3 +++
  2 files changed, 5 insertions(+), 1 deletion(-)