Searched hist:"24 d52e47de1177a6a62e818cc5b326d9b02bfdfe" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | abort.c | 24d52e47de1177a6a62e818cc5b326d9b02bfdfe Mon Nov 16 15:12:45 UTC 2020 Jerome Forissier <jerome@forissier.org> core: print "TEE load address" message on abort
Commit 02d307b7db90 ("core: use libunw") has involuntarily removed the "TEE load address @ ..." message when a TEE core abort occurs. This information is essential to be able to resolve function addresses when ASLR is enabled, and scripts/symbolize.py needs this line. Add it back.
Fixes: 02d307b7db90 ("core: use libunw") Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
|