[edk2-devel] [PATCH 3/3] ArmPkg/OpteeLib: Map shared communication buffer non-executable

2023-06-26 Thread Ard Biesheuvel
The OP-TEE secure OS exposes a non-secure memory region for communication between the secure OS itself and any clients in the non-secure firmware. This memory is writable by non-secure and is not used for code only data, and so it should be mapped non-executable. Signed-off-by: Ard Biesheuvel ---

Re: [edk2-devel] [PATCH 3/3] ArmPkg/OpteeLib: Map shared communication buffer non-executable

2023-06-26 Thread Leif Lindholm
On Mon, Jun 26, 2023 at 10:36:44 +0200, Ard Biesheuvel wrote: > The OP-TEE secure OS exposes a non-secure memory region for > communication between the secure OS itself and any clients in the > non-secure firmware. This memory is writable by non-secure and is not > used for code only data, and so i