mbox series

[PULL] drm-xe-fixes

Message ID xjguifyantaibyrnymuiotxws6akiexi6r7tqyieqxgquovubc@kkrtbe24hjjr (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-04-18

Message

Lucas De Marchi April 18, 2024, 3:47 p.m. UTC
Hi Dave and Sima,

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

thanks
Lucas De Marchi

drm-xe-fixes-2024-04-18:
- Fix bo leak on error path during fb init
- Fix use-after-free due to order vm is put and destroyed
The following changes since commit 0bbac3facb5d6cc0171c45c9873a2dc96bea9680:

   Linux 6.9-rc4 (2024-04-14 13:38:39 -0700)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-04-18

for you to fetch changes up to ca7c52ac7ad384bcf299d89482c45fec7cd00da9:

   drm/xe/vm: prevent UAF with asid based lookup (2024-04-17 08:03:13 -0500)

----------------------------------------------------------------
- Fix bo leak on error path during fb init
- Fix use-after-free due to order vm is put and destroyed

----------------------------------------------------------------
Maarten Lankhorst (1):
       drm/xe: Fix bo leak in intel_fb_bo_framebuffer_init

Matthew Auld (1):
       drm/xe/vm: prevent UAF with asid based lookup

  drivers/gpu/drm/xe/display/intel_fb_bo.c |  8 ++++++--
  drivers/gpu/drm/xe/xe_vm.c               | 21 +++++++++++----------
  2 files changed, 17 insertions(+), 12 deletions(-)