Android 8.0.0 Release 0.10
drm/nouveau: replace bo list traversal with safe

During mapping cleanup list is traversed and to remove all mappings and
clear memory. When doing so the traversal needs to be using *_safe
method to avoid use after free.

Bug: 38046353
Signed-off-by: Adrian Salido <salidoa@google.com>
Change-Id: Id08a3ccab5277004f5beef47681d601bf4edaca3
1 file changed