mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
18549bf4b2
Pointer to the allocated pages (struct page *page) has already
progressed towards the end of allocation. It is incorrect to perform
__free_pages(page, order) using this pointer as we would free any
arbitrary pages. Fix this by stop modifying the page pointer.
Fixes:
|
||
---|---|---|
.. | ||
call.c | ||
core.c | ||
device.c | ||
ffa_abi.c | ||
Kconfig | ||
Makefile | ||
optee_ffa.h | ||
optee_msg.h | ||
optee_private.h | ||
optee_rpc_cmd.h | ||
optee_smc.h | ||
optee_trace.h | ||
rpc.c | ||
smc_abi.c | ||
supp.c |