commit | 84e883b611276e0717b54ce4673502938504f05b | [log] [tgz] |
---|---|---|
author | Tom Burdick <thomas.burdick@intel.com> | Fri Jan 19 11:03:46 2024 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 02 13:06:28 2024 -0500 |
tree | 5dda7b61902ff915b5f391f70527ba2bbabec09a | |
parent | 172bc0c23875bf9ce61f5080af6159022be6d872 [diff] |
llext: Support memory protection Sets up memory partitions and allows for the partitions to be added to a memory domain after loading an extension. This allows for applying memory protection attributes to all of the needed memory regions an extension requires to execute code correctly. Currently only works when usermode is enabled as otherwise memory protection APIs are unavailable. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>