commit | 45f56690051c108e3e9a50e34b61aac05d55583d | [log] [tgz] |
---|---|---|
author | Alexey Minnekhanov <alexeymin@postmarketos.org> | Tue May 18 13:26:24 2021 +0300 |
committer | Rob Clark <robdclark@chromium.org> | Tue Jun 08 10:08:04 2021 -0700 |
tree | 2e55920679f69e884657712ca6f26bb771f81d9a | |
parent | f2f46b878777e0d3f885c7ddad48f477b4dea247 [diff] |
drm/msm: Init mm_list before accessing it for use_vram path Fix NULL pointer dereference caused by update_inactive() trying to list_del() an uninitialized mm_list who's prev/next pointers are NULL. Fixes: 64fcbde772c7 ("drm/msm: Track potentially evictable objects") Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org> Link: https://lore.kernel.org/r/20210518102624.1193955-1-alexeymin@postmarketos.org Signed-off-by: Rob Clark <robdclark@chromium.org>