commit | 25eef4214a43513c9166d8a99470b3a4d2220976 | [log] [tgz] |
---|---|---|
author | Michel Dänzer <michel.daenzer@amd.com> | Tue Aug 28 18:56:29 2018 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Aug 29 12:35:59 2018 -0500 |
tree | 97a69f2de3d9b6c08ee7eb64e6341fcf25cc0946 | |
parent | 5f232bd79b2417450064b78a9b3d398f9cd498ba [diff] |
drm/ttm: Initialize local lists in ttm_bo_bulk_move_helper The first parameter of list_cut_position() must point to an initialized list. Noticed thanks to KASAN pointing out something's fishy here. Fixes: "drm/ttm: add bulk move function on LRU" Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>