linux-stable/drivers/tee/optee
Sumit Garg 806142c805 tee: optee: Fix incorrect page free bug
commit 18549bf4b2 upstream.

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: ec185dd3ab ("optee: Fix memory leak when failing to register shm pages")
Cc: stable@vger.kernel.org
Reported-by: Patrik Lantz <patrik.lantz@axis.com>
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Tyler Hicks <tyhicks@linux.microsoft.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-12-29 12:23:37 +01:00
..
call.c tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag 2021-08-15 13:08:02 +02:00
core.c tee: optee: Fix missing devices unregister during optee_remove 2021-10-27 09:54:25 +02:00
device.c tee: optee: Fix missing devices unregister during optee_remove 2021-10-27 09:54:25 +02:00
Kconfig tee: optee: Fix compilation issue with nommu 2020-02-05 21:22:49 +00:00
Makefile
optee_msg.h
optee_private.h tee: optee: Fix missing devices unregister during optee_remove 2021-10-27 09:54:25 +02:00
optee_smc.h
rpc.c tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag 2021-08-15 13:08:02 +02:00
shm_pool.c tee: optee: Fix incorrect page free bug 2021-12-29 12:23:37 +01:00
shm_pool.h
supp.c