Re: [PATCH 1/3] arm64: Don't use is_module_addr in setting page attributes

2015-03-04 Thread Catalin Marinas
On Wed, Feb 25, 2015 at 02:14:55PM -0800, Laura Abbott wrote: > > The set_memory_* functions currently only support module > addresses. The addresses are validated using is_module_addr. > That function is special though and relies on internal state > in the module subsystem to work properly. At

Re: [PATCH 1/3] arm64: Don't use is_module_addr in setting page attributes

2015-03-04 Thread Catalin Marinas
On Wed, Feb 25, 2015 at 02:14:55PM -0800, Laura Abbott wrote: The set_memory_* functions currently only support module addresses. The addresses are validated using is_module_addr. That function is special though and relies on internal state in the module subsystem to work properly. At the

[PATCH 1/3] arm64: Don't use is_module_addr in setting page attributes

2015-02-25 Thread Laura Abbott
The set_memory_* functions currently only support module addresses. The addresses are validated using is_module_addr. That function is special though and relies on internal state in the module subsystem to work properly. At the time of module initialization and calling set_memory_*, it's too

[PATCH 1/3] arm64: Don't use is_module_addr in setting page attributes

2015-02-25 Thread Laura Abbott
The set_memory_* functions currently only support module addresses. The addresses are validated using is_module_addr. That function is special though and relies on internal state in the module subsystem to work properly. At the time of module initialization and calling set_memory_*, it's too