Re: [PATCH v2 0/5] Allocate module text and data separately

2022-02-09 Thread Miroslav Benes
On Thu, 27 Jan 2022, Christophe Leroy wrote: > This series allow architectures to request having modules data in > vmalloc area instead of module area. > > This is required on powerpc book3s/32 in order to set data non > executable, because it is not possible to set executability on page >

[PATCH v2 0/5] Allocate module text and data separately

2022-01-27 Thread Christophe Leroy
This series allow architectures to request having modules data in vmalloc area instead of module area. This is required on powerpc book3s/32 in order to set data non executable, because it is not possible to set executability on page basis, this is done per 256 Mbytes segments. The module area