[PATCH v7 0/3] ro protection for dynamic data

2017-06-26 Thread Igor Stoppa
Hi, please consider for inclusion. This patch introduces the possibility of protecting memory that has been allocated dynamically. The memory is managed in pools: when a pool is made R/O, all the memory that is part of it, will become R/O. A R/O pool can be destroyed to recover its memory, but

[PATCH v7 0/3] ro protection for dynamic data

2017-06-26 Thread Igor Stoppa
Hi, please consider for inclusion. This patch introduces the possibility of protecting memory that has been allocated dynamically. The memory is managed in pools: when a pool is made R/O, all the memory that is part of it, will become R/O. A R/O pool can be destroyed to recover its memory, but