All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] CONFIG_DEBUG_SET_MODULE_RONX fixups
@ 2015-02-25 22:14 ` Laura Abbott
  0 siblings, 0 replies; 16+ messages in thread
From: Laura Abbott @ 2015-02-25 22:14 UTC (permalink / raw)
  To: Will Deacon, Catalin Marinas, Kees Cook, Rusty Russell, Russell King
  Cc: Laura Abbott, linux-arm-kernel, linux-kernel

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_addr in setting page attributes
  arm: Don't use is_module_addr in setting page attributes
  kernel/module.c: Update debug alignment after symtable generation

 arch/arm/mm/pageattr.c   | 5 ++++-
 arch/arm64/mm/pageattr.c | 5 ++++-
 kernel/module.c          | 2 ++
 3 files changed, 10 insertions(+), 2 deletions(-)

-- 
Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-03-24 12:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-25 22:14 [PATCH 0/3] CONFIG_DEBUG_SET_MODULE_RONX fixups Laura Abbott
2015-02-25 22:14 ` Laura Abbott
2015-02-25 22:14 ` [PATCH 1/3] arm64: Don't use is_module_addr in setting page attributes Laura Abbott
2015-02-25 22:14   ` Laura Abbott
2015-03-04 16:47   ` Catalin Marinas
2015-03-04 16:47     ` Catalin Marinas
2015-02-25 22:14 ` [PATCH 2/3] arm: " Laura Abbott
2015-02-25 22:14   ` Laura Abbott
2015-02-25 22:14 ` [PATCH 3/3] kernel/module.c: Update debug alignment after symtable generation Laura Abbott
2015-02-25 22:14   ` Laura Abbott
2015-02-26  1:33   ` Rusty Russell
2015-02-26  1:33     ` Rusty Russell
2015-02-25 22:17 ` [PATCH 0/3] CONFIG_DEBUG_SET_MODULE_RONX fixups Kees Cook
2015-02-25 22:17   ` Kees Cook
2015-03-24 12:04   ` Paolo Pisati
2015-03-24 12:04     ` Paolo Pisati

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.