diff options
author | Karolina Stolarek | 2023-10-16 14:15:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-11-08 14:11:00 +0100 |
commit | 6a87b333ba4784ba23c1e74693f5c1b0268ac137 (patch) | |
tree | e05f4ee804b05c556bc24081a3eccf16dbf6a85f /CREDITS | |
parent | 9951b2309ea77755b9c45a402ccaa15d1a119270 (diff) |
drm/ttm: Reorder sys manager cleanup step
[ Upstream commit 3b401e30c249849d803de6c332dad2a595a58658 ]
With the current cleanup flow, we could trigger a NULL pointer
dereference if there is a delayed destruction of a BO with a
system resource that gets executed on drain_workqueue() call,
as we attempt to free a resource using an already released
resource manager.
Remove the device from the device list and drain its workqueue
before releasing the system domain manager in ttm_device_fini().
Signed-off-by: Karolina Stolarek <karolina.stolarek@intel.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231016121525.2237838-1-karolina.stolarek@intel.com
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions