[PATCH v8 0/3] mm: LSM: ro protection for dynamic data

2017-06-27 Thread Igor Stoppa
Hi, please consider this patch-set for inclusion. This patch-set 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

[PATCH v8 0/3] mm: LSM: ro protection for dynamic data

2017-06-27 Thread Igor Stoppa
Hi, please consider this patch-set for inclusion. This patch-set 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