Searched hist:"2380 d700a176a81001e8771f6b4a71f25136a463" (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/include/mm/ |
| H A D | tee_mm.h | 2380d700a176a81001e8771f6b4a71f25136a463 Fri Aug 27 07:21:54 UTC 2021 Lionel Debieve <lionel.debieve@foss.st.com> core: mmu: fix overflow with high address in tee_mm_pool_t
In case of TA_RAM defined at the end of address range, the high address will be defined outside the paddr_t limits which ends in a 0 address usage. The size must be used rather than the high address to avoid this overflow issue. Update the corresponding files due to API modification.
Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
|
| /optee_os/core/mm/ |
| H A D | mobj.c | 2380d700a176a81001e8771f6b4a71f25136a463 Fri Aug 27 07:21:54 UTC 2021 Lionel Debieve <lionel.debieve@foss.st.com> core: mmu: fix overflow with high address in tee_mm_pool_t
In case of TA_RAM defined at the end of address range, the high address will be defined outside the paddr_t limits which ends in a 0 address usage. The size must be used rather than the high address to avoid this overflow issue. Update the corresponding files due to API modification.
Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
|
| H A D | fobj.c | 2380d700a176a81001e8771f6b4a71f25136a463 Fri Aug 27 07:21:54 UTC 2021 Lionel Debieve <lionel.debieve@foss.st.com> core: mmu: fix overflow with high address in tee_mm_pool_t
In case of TA_RAM defined at the end of address range, the high address will be defined outside the paddr_t limits which ends in a 0 address usage. The size must be used rather than the high address to avoid this overflow issue. Update the corresponding files due to API modification.
Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | boot.c | 2380d700a176a81001e8771f6b4a71f25136a463 Fri Aug 27 07:21:54 UTC 2021 Lionel Debieve <lionel.debieve@foss.st.com> core: mmu: fix overflow with high address in tee_mm_pool_t
In case of TA_RAM defined at the end of address range, the high address will be defined outside the paddr_t limits which ends in a 0 address usage. The size must be used rather than the high address to avoid this overflow issue. Update the corresponding files due to API modification.
Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
|
| /optee_os/core/arch/arm/mm/ |
| H A D | core_mmu.c | 2380d700a176a81001e8771f6b4a71f25136a463 Fri Aug 27 07:21:54 UTC 2021 Lionel Debieve <lionel.debieve@foss.st.com> core: mmu: fix overflow with high address in tee_mm_pool_t
In case of TA_RAM defined at the end of address range, the high address will be defined outside the paddr_t limits which ends in a 0 address usage. The size must be used rather than the high address to avoid this overflow issue. Update the corresponding files due to API modification.
Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
|