Searched hist:"8 e42ac92d7687187864aa18d1ef3f3197002a4f3" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | secure_partition.c | 8e42ac92d7687187864aa18d1ef3f3197002a4f3 Wed May 03 15:42:00 UTC 2023 Balint Dobszay <balint.dobszay@arm.com> core: sp: fix unmap in sp_first_run
Fix the usage of vm_unmap() in sp_first_run. The functions expects the memory size as the last argument, but currently the number of pages is passed instead.
Fixes: 7e8d05e4c35d ("core: sp: Pass manifest fdt to SP") Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
|