Home
last modified time | relevance | path

Searched hist:"2380 d700a176a81001e8771f6b4a71f25136a463" (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/mm/
H A Dtee_mm.h2380d700a176a81001e8771f6b4a71f25136a463 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 Dmobj.c2380d700a176a81001e8771f6b4a71f25136a463 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 Dfobj.c2380d700a176a81001e8771f6b4a71f25136a463 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 Dboot.c2380d700a176a81001e8771f6b4a71f25136a463 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 Dcore_mmu.c2380d700a176a81001e8771f6b4a71f25136a463 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>