Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6173696c authored by Rebecca Schultz Zavin's avatar Rebecca Schultz Zavin Committed by Stephen Boyd
Browse files

gpu: ion: Fix lockdep issue in ion_page_pool



Currently the mutex is held while kmalloc is called, under a low memory
condition this might trigger the shrinker which also takes this mutex.
Refactor so the mutex is not held during allocation.

Change-Id: I3ebbc3e1e618aeb2b974bcc032e89f097eb526d5
Signed-off-by: default avatarRebecca Schultz Zavin <rebecca@android.com>
Git-commit: 1fc3f5102601e392d644762e2f79e774c1e225e3
Git-repo: https://android.googlesource.com/kernel/common


Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
parent 31d17c5e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment