✓ CI.checkpatch: success for drm/xe/pf: Update the LMTT when freeing VF GT config
Patchwork
patchwork at emeril.freedesktop.org
Mon May 27 12:07:42 UTC 2024
== Series Details ==
Series: drm/xe/pf: Update the LMTT when freeing VF GT config
URL : https://patchwork.freedesktop.org/series/134077/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1e34498ea764fbf37b102f45135b207e7cdf3f1b
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Mon May 27 13:54:08 2024 +0200
drm/xe/pf: Update the LMTT when freeing VF GT config
The LMTT must be updated whenever we change the VF LMEM configuration.
We missed that step when freeing the whole VF GT config, which could
result in stale PTE in LMTT or LMTT PT object leaks. Fix that.
Fixes: ac6598aed1b3 ("drm/xe/pf: Add support to configure SR-IOV VFs")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch f2c37d7fd878c82ea57075948d614f60a168128c drm-intel
1e34498ea764 drm/xe/pf: Update the LMTT when freeing VF GT config
More information about the Intel-xe
mailing list