Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optee: Fix multi page dynamic shm pool alloc
optee_shm_register() expected pages to be passed as an array of page pointers rather than as an array of contiguous pages. So fix that via correctly passing pages as per expectation. Fixes: a249dd2 ("tee: optee: Fix dynamic shm pool allocations") Reported-by: Vincent Cao <[email protected]> Signed-off-by: Sumit Garg <[email protected]> Tested-by: Vincent Cao <[email protected]> Signed-off-by: Jens Wiklander <[email protected]>
- Loading branch information