commit | 2e84663d382cd1aab2576053304871968525600b | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Apr 09 18:03:31 2019 +0200 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon May 13 08:31:23 2019 +0200 |
tree | dbe78a0361f4933cb350ac91c4633ed915c86897 | |
parent | fead55118a359d736b901e9800de131bd96a9d2b [diff] |
core: tee_pager_set_uta_area_attr(): save flags Prior to this patch is tee_pager_set_uta_area_attr() saving the mattr bits instead of just the protection bits derived from the flags parameter. This leads to tee_pager_set_uta_area_attr() updating permission even when not needed. With this patch is only the effective protection bits saved in the different struct tee_pager_area which are updated when changing permissions. Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers