Re: [PATCH 0/3] CONFIG_DEBUG_SET_MODULE_RONX fixups

2015-03-24 Thread Paolo Pisati
On Wed, Feb 25, 2015 at 02:17:55PM -0800, Kees Cook wrote: > On Wed, Feb 25, 2015 at 2:14 PM, Laura Abbott wrote: > > Hi, > > > > CONFIG_DEBUG_SET_MODULE_RONX is currently non-functional on arm and arm64 > > because of changes in behavior of is_module_addr. This series fixes > > both arm and arm64

Re: [PATCH 0/3] CONFIG_DEBUG_SET_MODULE_RONX fixups

2015-02-25 Thread Kees Cook
On Wed, Feb 25, 2015 at 2:14 PM, Laura Abbott wrote: > Hi, > > CONFIG_DEBUG_SET_MODULE_RONX is currently non-functional on arm and arm64 > because of changes in behavior of is_module_addr. This series fixes > both arm and arm64 to work correctly and corrects a minor bug > related to section alignm

[PATCH 0/3] CONFIG_DEBUG_SET_MODULE_RONX fixups

2015-02-25 Thread Laura Abbott
Hi, CONFIG_DEBUG_SET_MODULE_RONX is currently non-functional on arm and arm64 because of changes in behavior of is_module_addr. This series fixes both arm and arm64 to work correctly and corrects a minor bug related to section alignment in modules. Laura Abbott (3): arm64: Don't use is_module_a